@fluid-topics/ft-search-bar 1.2.29 → 1.2.30
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
|
@@ -7,7 +7,7 @@ export declare class DesktopSearchBarManager {
|
|
|
7
7
|
private suggestManager;
|
|
8
8
|
constructor(searchBar: FtSearchBar, selectedFacetsManager?: FacetsChipsManager, suggestManager?: SuggestManager);
|
|
9
9
|
static styles: import("lit").CSSResult;
|
|
10
|
-
render(): import("lit").TemplateResult<1>;
|
|
10
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
11
11
|
private renderSearchBarLeftAction;
|
|
12
12
|
private renderDesktopSearchBarButtons;
|
|
13
13
|
private onSearchBarKeyDown;
|
|
@@ -3,7 +3,7 @@ export declare class FacetsChipsManager {
|
|
|
3
3
|
private searchBar;
|
|
4
4
|
constructor(searchBar: FtSearchBar);
|
|
5
5
|
static styles: import("lit").CSSResult;
|
|
6
|
-
render(): import("lit").TemplateResult<1>;
|
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
7
7
|
private openMobileFilters;
|
|
8
8
|
getLocaleLabel(locale: string | undefined): string | undefined;
|
|
9
9
|
}
|
|
@@ -7,7 +7,7 @@ export declare class MobileSearchBarManager {
|
|
|
7
7
|
private suggestManager;
|
|
8
8
|
constructor(searchBar: FtSearchBar, selectedFacetsManager?: FacetsChipsManager, suggestManager?: SuggestManager);
|
|
9
9
|
static styles: import("lit").CSSResult;
|
|
10
|
-
render(): import("lit").TemplateResult<1>;
|
|
10
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
11
11
|
private renderMobileSearchBarButtons;
|
|
12
12
|
private onSearchBarKeyUp;
|
|
13
13
|
private onInput;
|
|
@@ -4,7 +4,7 @@ export declare class SuggestManager {
|
|
|
4
4
|
private updateDebouncer;
|
|
5
5
|
constructor(searchBar: FtSearchBar, debounceTime?: number);
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
|
-
render(): import("lit").TemplateResult<1>;
|
|
7
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
private getRequestWithQuery;
|
|
9
9
|
update(): Promise<void>;
|
|
10
10
|
private onSuggestKeyDown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.30",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "1.2.
|
|
23
|
-
"@fluid-topics/ft-app-context": "1.2.
|
|
24
|
-
"@fluid-topics/ft-button": "1.2.
|
|
25
|
-
"@fluid-topics/ft-chip": "1.2.
|
|
26
|
-
"@fluid-topics/ft-filter": "1.2.
|
|
27
|
-
"@fluid-topics/ft-icon": "1.2.
|
|
28
|
-
"@fluid-topics/ft-select": "1.2.
|
|
29
|
-
"@fluid-topics/ft-size-watcher": "1.2.
|
|
30
|
-
"@fluid-topics/ft-skeleton": "1.2.
|
|
31
|
-
"@fluid-topics/ft-snap-scroll": "1.2.
|
|
32
|
-
"@fluid-topics/ft-tooltip": "1.2.
|
|
33
|
-
"@fluid-topics/ft-typography": "1.2.
|
|
34
|
-
"@fluid-topics/ft-wc-utils": "1.2.
|
|
22
|
+
"@fluid-topics/ft-accordion": "1.2.30",
|
|
23
|
+
"@fluid-topics/ft-app-context": "1.2.30",
|
|
24
|
+
"@fluid-topics/ft-button": "1.2.30",
|
|
25
|
+
"@fluid-topics/ft-chip": "1.2.30",
|
|
26
|
+
"@fluid-topics/ft-filter": "1.2.30",
|
|
27
|
+
"@fluid-topics/ft-icon": "1.2.30",
|
|
28
|
+
"@fluid-topics/ft-select": "1.2.30",
|
|
29
|
+
"@fluid-topics/ft-size-watcher": "1.2.30",
|
|
30
|
+
"@fluid-topics/ft-skeleton": "1.2.30",
|
|
31
|
+
"@fluid-topics/ft-snap-scroll": "1.2.30",
|
|
32
|
+
"@fluid-topics/ft-tooltip": "1.2.30",
|
|
33
|
+
"@fluid-topics/ft-typography": "1.2.30",
|
|
34
|
+
"@fluid-topics/ft-wc-utils": "1.2.30",
|
|
35
35
|
"lit": "3.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@fluid-topics/public-api": "1.0.87"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
|
|
41
41
|
}
|