@fluid-topics/ft-search-bar 1.2.29 → 1.2.31
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-bar.d.ts +6 -6
- package/build/ft-search-bar.light.js +232 -232
- package/build/ft-search-bar.min.js +488 -518
- package/build/managers/DesktopSearchBarManager.d.ts +1 -1
- package/build/managers/FacetsChipsManager.d.ts +1 -1
- package/build/managers/MobileSearchBarManager.d.ts +1 -1
- package/build/managers/SuggestManager.d.ts +1 -1
- package/package.json +15 -15
package/build/ft-search-bar.d.ts
CHANGED
|
@@ -74,12 +74,12 @@ export declare class FtSearchBar extends FtLitElement implements FtSearchBarProp
|
|
|
74
74
|
focus(): void;
|
|
75
75
|
focusInput(react?: boolean): Promise<void>;
|
|
76
76
|
clear(): void;
|
|
77
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
78
|
-
protected renderSearchBar(): import("lit").TemplateResult<1>;
|
|
79
|
-
renderMobileFacets(): import("lit").TemplateResult<1>;
|
|
77
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
78
|
+
protected renderSearchBar(): import("lit-html").TemplateResult<1>;
|
|
79
|
+
renderMobileFacets(): import("lit-html").TemplateResult<1>;
|
|
80
80
|
private getContentLocaleRadioGroup;
|
|
81
|
-
renderDesktopMenu(): import("lit").TemplateResult<1> | typeof nothing;
|
|
82
|
-
renderFacetsActions(): import("lit").TemplateResult<1>;
|
|
81
|
+
renderDesktopMenu(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
82
|
+
renderFacetsActions(): import("lit-html").TemplateResult<1>;
|
|
83
83
|
private renderDesktopClearFilters;
|
|
84
84
|
private renderDesktopFacets;
|
|
85
85
|
protected firstUpdated(props: PropertyValues): Promise<void>;
|
|
@@ -115,7 +115,7 @@ export declare class FtSearchBar extends FtLitElement implements FtSearchBarProp
|
|
|
115
115
|
private clearFilters;
|
|
116
116
|
querySelector(selectors: string): HTMLElement | null;
|
|
117
117
|
querySelectorAll(selectors: string): NodeListOf<HTMLElement>;
|
|
118
|
-
renderDesktopFloatingMenu(): import("lit").TemplateResult<1> | typeof nothing;
|
|
118
|
+
renderDesktopFloatingMenu(): import("lit-html").TemplateResult<1> | typeof nothing;
|
|
119
119
|
private enableFocusReactionCallback;
|
|
120
120
|
private enableFocusReactionOnAnyUserInteraction;
|
|
121
121
|
private enableFocusReaction;
|