mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
Bundled output for commit 26e44f47ca
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -41,7 +41,10 @@ export interface SearchAttrs extends ComponentAttrs {
|
|||||||
* - state: SearchState instance.
|
* - state: SearchState instance.
|
||||||
*/
|
*/
|
||||||
export default class Search<T extends SearchAttrs = SearchAttrs> extends Component<T> {
|
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;
|
protected state: SearchState;
|
||||||
/**
|
/**
|
||||||
* Whether or not the search input has focus.
|
* Whether or not the search input has focus.
|
||||||
|
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user