@fluid-topics/ft-search-input 1.0.63 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-search-input-suggestion.d.ts +1 -1
- package/build/ft-search-input.d.ts +1 -1
- package/build/ft-search-input.light.js +129 -123
- package/build/ft-search-input.min.js +366 -352
- package/package.json +10 -10
|
@@ -8,7 +8,7 @@ export declare class FtSearchInputSuggestion extends FtSearchComponent implement
|
|
|
8
8
|
static elementDefinitions: ElementDefinitionsMap;
|
|
9
9
|
static styles: import("lit").CSSResult[];
|
|
10
10
|
private suggestResults?;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
private onSuggestKeyDown;
|
|
13
13
|
private onSuggestKeyUp;
|
|
14
14
|
private onSuggestSelected;
|
|
@@ -12,7 +12,7 @@ export declare class FtSearchInput extends FtSearchInput_base implements FtSearc
|
|
|
12
12
|
private forceCloseSuggestion;
|
|
13
13
|
private input;
|
|
14
14
|
private suggestion;
|
|
15
|
-
protected render(): import("lit
|
|
15
|
+
protected render(): import("lit").TemplateResult<1>;
|
|
16
16
|
private onSearchBarKeyDown;
|
|
17
17
|
private onSearchBarKeyUp;
|
|
18
18
|
private launchSearch;
|