@sledge-app/react-instant-search 0.0.32 → 0.0.33

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.
@@ -0,0 +1,6 @@
1
+ export declare const OtherIndexLists: ({ listsComponent, name, items }: {
2
+ listsComponent?: any;
3
+ name?: string | undefined;
4
+ items?: any[] | undefined;
5
+ }) => any;
6
+ //# sourceMappingURL=OtherIndexLists.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OtherIndexLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/OtherIndexLists.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;qBAAwD,GAAG;;;SA2BtF,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const SearchViewMoreResult: ({ component, keyword }: {
2
+ component?: any;
3
+ keyword?: string | undefined;
4
+ }) => any;
5
+ //# sourceMappingURL=SearchViewMoreResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchViewMoreResult.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SearchViewMoreResult.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;gBAA0C,GAAG;;SAQ7E,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const SuggestionKeywordLists: ({ listsComponent, keywords }: {
2
+ listsComponent?: any;
3
+ keywords?: any[] | undefined;
4
+ }) => any;
5
+ //# sourceMappingURL=SuggestionKeywordLists.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuggestionKeywordLists.d.ts","sourceRoot":"","sources":["../../../../../src/components/Global/SuggestionKeywordLists.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB;qBAAqD,GAAG;;SAsB1F,CAAC"}
@@ -0,0 +1,16 @@
1
+ export declare const Global: {
2
+ OtherIndexLists: ({ listsComponent, name, items }: {
3
+ listsComponent?: any;
4
+ name?: string | undefined;
5
+ items?: any[] | undefined;
6
+ }) => any;
7
+ SuggestionKeywordLists: ({ listsComponent, keywords }: {
8
+ listsComponent?: any;
9
+ keywords?: any[] | undefined;
10
+ }) => any;
11
+ SearchViewMoreResult: ({ component, keyword }: {
12
+ component?: any;
13
+ keyword?: string | undefined;
14
+ }) => any;
15
+ };
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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":"SearchIconWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidget.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAMhC,MAAM,WAAW,sBAAsB;IACnC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACnC,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;CAC5D;AAED,eAAO,MAAM,gBAAgB,UAAW,sBAAsB,gBA0E7D,CAAC"}
1
+ {"version":3,"file":"SearchIconWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidget.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAMhC,MAAM,WAAW,sBAAsB;IACnC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IACnC,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;CAC5D;AAED,eAAO,MAAM,gBAAgB,UAAW,sBAAsB,gBA+E7D,CAAC"}
@@ -1,6 +1,6 @@
1
1
  declare global {
2
2
  interface Window {
3
- sledgeInstantSearchIconWidgetPopup(onAfterAddToCart?: (state: 'success' | 'failed') => void, onAfterAddWishlist?: (state: 'success' | 'failed') => void, onAfterRemoveWishlist?: (state: 'success' | 'failed') => void, onAfterRenderProduct?: (state: 'success' | 'failed') => void, productCardsComponent?: any, suggestionKeywordListsComponent?: any, otherIndexListsComponent?: any): void;
3
+ sledgeInstantSearchIconWidgetPopup(onAfterAddToCart?: (state: 'success' | 'failed') => void, onAfterAddWishlist?: (state: 'success' | 'failed') => void, onAfterRemoveWishlist?: (state: 'success' | 'failed') => void, onAfterRenderProduct?: (state: 'success' | 'failed') => void, productCardsComponent?: any, suggestionKeywordListsComponent?: any, otherIndexListsComponent?: any, searchViewMoreResultComponent?: any): void;
4
4
  }
5
5
  }
6
6
  export declare const SearchIconWidgetPopup: () => JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchIconWidgetPopup.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetPopup.tsx"],"names":[],"mappings":"AACA,OAAO,6BAA6B,CAAC;AAQrC,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,kCAAkC,CAC9B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EACxD,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC1D,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC7D,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC5D,qBAAqB,CAAC,EAAE,GAAG,EAC3B,+BAA+B,CAAC,EAAE,GAAG,EACrC,wBAAwB,CAAC,EAAE,GAAG,GAC/B,IAAI,CAAC;KACX;CACJ;AAuDD,eAAO,MAAM,qBAAqB,mBAuVjC,CAAC"}
1
+ {"version":3,"file":"SearchIconWidgetPopup.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchIconWidget/SearchIconWidgetPopup.tsx"],"names":[],"mappings":"AACA,OAAO,6BAA6B,CAAC;AASrC,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,kCAAkC,CAC9B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EACxD,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC1D,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC7D,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,QAAQ,KAAK,IAAI,EAC5D,qBAAqB,CAAC,EAAE,GAAG,EAC3B,+BAA+B,CAAC,EAAE,GAAG,EACrC,wBAAwB,CAAC,EAAE,GAAG,EAC9B,6BAA6B,CAAC,EAAE,GAAG,GACpC,IAAI,CAAC;KACX;CACJ;AAED,eAAO,MAAM,qBAAqB,mBAwVjC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidget.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAC;AAW5B,MAAM,WAAW,kBAAkB;IAC/B,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;CAC5D;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,gBAiVrD,CAAC"}
1
+ {"version":3,"file":"SearchWidget.d.ts","sourceRoot":"","sources":["../../../../../src/components/SearchWidget/SearchWidget.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAC;AAY5B,MAAM,WAAW,kBAAkB;IAC/B,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;CAC5D;AAED,eAAO,MAAM,YAAY,UAAW,kBAAkB,gBA+TrD,CAAC"}