@sledge-app/react-instant-search 1.0.31 → 1.0.32
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/dist/components/Global/OtherIndexLists.d.ts +3 -1
- package/dist/components/Global/OtherIndexLists.d.ts.map +1 -1
- package/dist/components/Global/SearchViewMoreResult.d.ts +2 -1
- package/dist/components/Global/SearchViewMoreResult.d.ts.map +1 -1
- package/dist/components/Global/index.d.ts +5 -2
- package/dist/components/Global/index.d.ts.map +1 -1
- package/dist/components/SearchIconWidget/SearchIconWidgetPopup.d.ts.map +1 -1
- package/dist/components/SearchWidget/SearchWidget.d.ts.map +1 -1
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +55 -30
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
export declare const OtherIndexLists: ({ listsComponent: ListsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
|
|
1
|
+
export declare const OtherIndexLists: ({ listsComponent: ListsComponent, name, type, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent, languageSettings }: {
|
|
2
2
|
listsComponent?: any;
|
|
3
3
|
name?: string | undefined;
|
|
4
|
+
type?: string | undefined;
|
|
4
5
|
items?: any[] | undefined;
|
|
5
6
|
isComponentJsVersion?: any;
|
|
6
7
|
showPopupComponent?: boolean | undefined;
|
|
7
8
|
setShowPopupComponent?(value: boolean): void;
|
|
9
|
+
languageSettings?: any;
|
|
8
10
|
}) => JSX.Element;
|
|
9
11
|
//# sourceMappingURL=OtherIndexLists.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OtherIndexLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/OtherIndexLists.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"OtherIndexLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/OtherIndexLists.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;qBAUP,GAAG;;;;2BAIG,GAAG;;kCAEI,OAAO,GAAG,IAAI;uBACzB,GAAG;iBAgCzB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent, urlSearchResult, query }: {
|
|
1
|
+
export declare const SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent, urlSearchResult, query, languageSettings }: {
|
|
2
2
|
component?: any;
|
|
3
3
|
keyword?: string | undefined;
|
|
4
4
|
isComponentJsVersion?: any;
|
|
@@ -8,5 +8,6 @@ export declare const SearchViewMoreResult: ({ component: Component, keyword, isC
|
|
|
8
8
|
query?: {
|
|
9
9
|
keyword?: string | undefined;
|
|
10
10
|
} | undefined;
|
|
11
|
+
languageSettings?: any;
|
|
11
12
|
}) => JSX.Element;
|
|
12
13
|
//# sourceMappingURL=SearchViewMoreResult.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchViewMoreResult.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SearchViewMoreResult.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;
|
|
1
|
+
{"version":3,"file":"SearchViewMoreResult.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SearchViewMoreResult.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;gBAUjB,GAAG;;2BAEQ,GAAG;;kCAEI,OAAO,GAAG,IAAI;;;;;uBAKzB,GAAG;iBAuBzB,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export declare const Global: {
|
|
2
|
-
OtherIndexLists: ({ listsComponent: ListsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
|
|
2
|
+
OtherIndexLists: ({ listsComponent: ListsComponent, name, type, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent, languageSettings }: {
|
|
3
3
|
listsComponent?: any;
|
|
4
4
|
name?: string | undefined;
|
|
5
|
+
type?: string | undefined;
|
|
5
6
|
items?: any[] | undefined;
|
|
6
7
|
isComponentJsVersion?: any;
|
|
7
8
|
showPopupComponent?: boolean | undefined;
|
|
8
9
|
setShowPopupComponent?(value: boolean): void;
|
|
10
|
+
languageSettings?: any;
|
|
9
11
|
}) => JSX.Element;
|
|
10
12
|
SuggestionKeywordLists: ({ listsComponent: ListsComponent, keywords, isComponentJsVersion, showPopupComponent, setShowPopupComponent, urlSearchResult, query }: {
|
|
11
13
|
listsComponent?: any;
|
|
@@ -18,7 +20,7 @@ export declare const Global: {
|
|
|
18
20
|
keyword?: string | undefined;
|
|
19
21
|
} | undefined;
|
|
20
22
|
}) => JSX.Element;
|
|
21
|
-
SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent, urlSearchResult, query }: {
|
|
23
|
+
SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent, urlSearchResult, query, languageSettings }: {
|
|
22
24
|
component?: any;
|
|
23
25
|
keyword?: string | undefined;
|
|
24
26
|
isComponentJsVersion?: any;
|
|
@@ -28,6 +30,7 @@ export declare const Global: {
|
|
|
28
30
|
query?: {
|
|
29
31
|
keyword?: string | undefined;
|
|
30
32
|
} | undefined;
|
|
33
|
+
languageSettings?: any;
|
|
31
34
|
}) => JSX.Element;
|
|
32
35
|
};
|
|
33
36
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchIconWidgetPopup.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetPopup.tsx"],"names":[],"mappings":"AAUA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,kCAAkC,CAAC,KAAK,EAAE;YACtC,gBAAgB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACrD,kBAAkB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACvD,qBAAqB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YAC1D,oBAAoB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACzD,WAAW,CAAC,EAAE,GAAG,CAAC;YAClB,qBAAqB,CAAC,EAAE,GAAG,CAAC;YAC5B,+BAA+B,CAAC,EAAE,GAAG,CAAC;YACtC,wBAAwB,CAAC,EAAE,GAAG,CAAC;YAC/B,6BAA6B,CAAC,EAAE,GAAG,CAAC;YACpC,eAAe,CAAC,EAAE,MAAM,CAAC;YACzB,KAAK,CAAC,EAAE;gBACJ,OAAO,CAAC,EAAE,MAAM,CAAC;aACpB,CAAC;SACL,GAAG,IAAI,CAAC;KACZ;CACJ;AAED,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"SearchIconWidgetPopup.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetPopup.tsx"],"names":[],"mappings":"AAUA,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,kCAAkC,CAAC,KAAK,EAAE;YACtC,gBAAgB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACrD,kBAAkB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACvD,qBAAqB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YAC1D,oBAAoB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;YACzD,WAAW,CAAC,EAAE,GAAG,CAAC;YAClB,qBAAqB,CAAC,EAAE,GAAG,CAAC;YAC5B,+BAA+B,CAAC,EAAE,GAAG,CAAC;YACtC,wBAAwB,CAAC,EAAE,GAAG,CAAC;YAC/B,6BAA6B,CAAC,EAAE,GAAG,CAAC;YACpC,eAAe,CAAC,EAAE,MAAM,CAAC;YACzB,KAAK,CAAC,EAAE;gBACJ,OAAO,CAAC,EAAE,MAAM,CAAC;aACpB,CAAC;SACL,GAAG,IAAI,CAAC;KACZ;CACJ;AAED,eAAO,MAAM,qBAAqB,mBA2ZjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidget.tsx"],"names":[],"mappings":"AAWA,MAAM,WAAW,kBAAkB;IAC/B,KAAK,CAAC,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,gBAAgB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACrD,kBAAkB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACvD,qBAAqB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IAC1D,oBAAoB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACzD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,
|
|
1
|
+
{"version":3,"file":"SearchWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidget.tsx"],"names":[],"mappings":"AAWA,MAAM,WAAW,kBAAkB;IAC/B,KAAK,CAAC,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,gBAAgB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACrD,kBAAkB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACvD,qBAAqB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IAC1D,oBAAoB,CAAC,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IACzD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,gBA6VrD,CAAC"}
|