@bridgeline-digital/hawksearch-handlebars-ui 2.1.0-beta.2 → 2.1.0-beta.3
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.
|
@@ -26,11 +26,12 @@ export declare class SearchFieldComponent extends BaseComponent<SearchFieldCompo
|
|
|
26
26
|
protected bindFromEvent: boolean;
|
|
27
27
|
private clickEventHandler;
|
|
28
28
|
private defaultAutocompleteResponse?;
|
|
29
|
+
private previousAutocompleteResponse?;
|
|
29
30
|
private previousValue;
|
|
30
31
|
connectedCallback(): void;
|
|
31
32
|
disconnectedCallback(): void;
|
|
32
33
|
protected getContentModel(): SearchFieldComponentModel;
|
|
33
34
|
protected onRender(): void;
|
|
34
35
|
private toggleAutocomplete;
|
|
35
|
-
private
|
|
36
|
+
private displayDefaultAutocomplete;
|
|
36
37
|
}
|