1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Bundled output for commit f260bd7efe

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-10-30 23:15:48 +00:00
parent f260bd7efe
commit a6f660236f
3 changed files with 6 additions and 3 deletions

View File

@@ -41,7 +41,10 @@ export interface SearchAttrs extends ComponentAttrs {
* - state: SearchState instance.
*/
export default class Search<T extends SearchAttrs = SearchAttrs> extends Component<T> {
static MIN_SEARCH_LEN: number;
/**
* The minimum query length before sources are searched.
*/
protected static MIN_SEARCH_LEN: number;
protected state: SearchState;
/**
* Whether or not the search input has focus.