@sledge-app/react-instant-search 1.0.9 → 1.0.11

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.
@@ -1,9 +1,9 @@
1
- export declare const OtherIndexLists: ({ listsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
1
+ export declare const OtherIndexLists: ({ listsComponent: ListsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
2
2
  listsComponent?: any;
3
3
  name?: string | undefined;
4
4
  items?: any[] | undefined;
5
5
  isComponentJsVersion?: any;
6
6
  showPopupComponent?: boolean | undefined;
7
7
  setShowPopupComponent?(value: boolean): void;
8
- }) => any;
8
+ }) => JSX.Element;
9
9
  //# sourceMappingURL=OtherIndexLists.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OtherIndexLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/OtherIndexLists.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;qBAQP,GAAG;;;2BAGG,GAAG;;kCAEI,OAAO,GAAG,IAAI;SAkC/C,CAAC"}
1
+ {"version":3,"file":"OtherIndexLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/OtherIndexLists.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;qBAQP,GAAG;;;2BAGG,GAAG;;kCAEI,OAAO,GAAG,IAAI;iBAgC/C,CAAC"}
@@ -1,8 +1,8 @@
1
- export declare const SearchViewMoreResult: ({ component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
1
+ export declare const SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
2
2
  component?: any;
3
3
  keyword?: string | undefined;
4
4
  isComponentJsVersion?: any;
5
5
  showPopupComponent?: boolean | undefined;
6
6
  setShowPopupComponent?(value: boolean): void;
7
- }) => any;
7
+ }) => JSX.Element;
8
8
  //# 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;gBAOjB,GAAG;;2BAEQ,GAAG;;kCAEI,OAAO,GAAG,IAAI;SAuB/C,CAAC"}
1
+ {"version":3,"file":"SearchViewMoreResult.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SearchViewMoreResult.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;gBAOjB,GAAG;;2BAEQ,GAAG;;kCAEI,OAAO,GAAG,IAAI;iBAqB/C,CAAC"}
@@ -1,8 +1,8 @@
1
- export declare const SuggestionKeywordLists: ({ listsComponent, keywords, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
1
+ export declare const SuggestionKeywordLists: ({ listsComponent: ListsComponent, keywords, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
2
2
  listsComponent?: any;
3
3
  keywords?: any[] | undefined;
4
4
  isComponentJsVersion?: any;
5
5
  showPopupComponent?: boolean | undefined;
6
6
  setShowPopupComponent?(value: boolean): void;
7
- }) => any;
7
+ }) => JSX.Element;
8
8
  //# sourceMappingURL=SuggestionKeywordLists.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuggestionKeywordLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SuggestionKeywordLists.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;qBAOd,GAAG;;2BAEG,GAAG;;kCAEI,OAAO,GAAG,IAAI;SAqC/C,CAAC"}
1
+ {"version":3,"file":"SuggestionKeywordLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SuggestionKeywordLists.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;qBAOd,GAAG;;2BAEG,GAAG;;kCAEI,OAAO,GAAG,IAAI;iBAmC/C,CAAC"}
@@ -1,25 +1,25 @@
1
1
  export declare const Global: {
2
- OtherIndexLists: ({ listsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
2
+ OtherIndexLists: ({ listsComponent: ListsComponent, name, items, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
3
3
  listsComponent?: any;
4
4
  name?: string | undefined;
5
5
  items?: any[] | undefined;
6
6
  isComponentJsVersion?: any;
7
7
  showPopupComponent?: boolean | undefined;
8
8
  setShowPopupComponent?(value: boolean): void;
9
- }) => any;
10
- SuggestionKeywordLists: ({ listsComponent, keywords, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
9
+ }) => JSX.Element;
10
+ SuggestionKeywordLists: ({ listsComponent: ListsComponent, keywords, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
11
11
  listsComponent?: any;
12
12
  keywords?: any[] | undefined;
13
13
  isComponentJsVersion?: any;
14
14
  showPopupComponent?: boolean | undefined;
15
15
  setShowPopupComponent?(value: boolean): void;
16
- }) => any;
17
- SearchViewMoreResult: ({ component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
16
+ }) => JSX.Element;
17
+ SearchViewMoreResult: ({ component: Component, keyword, isComponentJsVersion, showPopupComponent, setShowPopupComponent }: {
18
18
  component?: any;
19
19
  keyword?: string | undefined;
20
20
  isComponentJsVersion?: any;
21
21
  showPopupComponent?: boolean | undefined;
22
22
  setShowPopupComponent?(value: boolean): void;
23
- }) => any;
23
+ }) => JSX.Element;
24
24
  };
25
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductFilterWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProductFilterWidget/ProductFilterWidgetInitSelector.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,+BAA+B,YAyD3C,CAAC"}
1
+ {"version":3,"file":"ProductFilterWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProductFilterWidget/ProductFilterWidgetInitSelector.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,+BAA+B,YAoD3C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchIconWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetInitSelector.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,4BAA4B,YA+DxC,CAAC"}
1
+ {"version":3,"file":"SearchIconWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetInitSelector.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,4BAA4B,YAsDxC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchResultWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchResultWidget/SearchResultWidgetInitSelector.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,8BAA8B,YA+E1C,CAAC"}
1
+ {"version":3,"file":"SearchResultWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchResultWidget/SearchResultWidgetInitSelector.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,8BAA8B,YA0E1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidgetInitSelector.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,wBAAwB,YA+DpC,CAAC"}
1
+ {"version":3,"file":"SearchWidgetInitSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidgetInitSelector.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,wBAAwB,YAsDpC,CAAC"}