@empathyco/x-components 8.3.0 → 8.5.0

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.
Files changed (89) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/core/index.js.map +1 -1
  3. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  4. package/docs/API-reference/api/x-components.md +48 -0
  5. package/docs/API-reference/api/x-components.reseturlquery.md +13 -0
  6. package/docs/API-reference/api/x-components.setbanners.md +13 -0
  7. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  8. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  9. package/docs/API-reference/api/x-components.vendorbanner.md +59 -0
  10. package/docs/API-reference/api/x-components.vendorbanner.position.md +11 -0
  11. package/docs/API-reference/api/x-components.vendorbannerslist.md +31 -0
  12. package/docs/API-reference/api/x-components.vendormutations.md +17 -0
  13. package/docs/API-reference/api/x-components.vendormutations.setbanners.md +11 -0
  14. package/docs/API-reference/api/x-components.vendorstate.banners.md +11 -0
  15. package/docs/API-reference/api/x-components.vendorstate.md +17 -0
  16. package/docs/API-reference/api/x-components.vendorxevents.md +19 -0
  17. package/docs/API-reference/api/x-components.vendorxevents.vendorbannerschanged.md +13 -0
  18. package/docs/API-reference/components/vendor/x-components.vendor-banners-list.md +21 -0
  19. package/js/components/base-grid.vue.js.map +1 -1
  20. package/js/components/base-grid.vue2.js +5 -1
  21. package/js/components/base-grid.vue2.js.map +1 -1
  22. package/js/components/base-grid.vue3.js +1 -1
  23. package/js/index.js +3 -2
  24. package/js/index.js.map +1 -1
  25. package/js/x-modules/ai/wiring.js +4 -0
  26. package/js/x-modules/ai/wiring.js.map +1 -1
  27. package/js/x-modules/facets/wiring.js +9 -0
  28. package/js/x-modules/facets/wiring.js.map +1 -1
  29. package/js/x-modules/next-queries/wiring.js +4 -0
  30. package/js/x-modules/next-queries/wiring.js.map +1 -1
  31. package/js/x-modules/query-suggestions/wiring.js +4 -0
  32. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  33. package/js/x-modules/related-prompts/wiring.js +7 -0
  34. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  35. package/js/x-modules/related-tags/wiring.js +5 -0
  36. package/js/x-modules/related-tags/wiring.js.map +1 -1
  37. package/js/x-modules/search-box/wiring.js +3 -0
  38. package/js/x-modules/search-box/wiring.js.map +1 -1
  39. package/js/x-modules/url/wiring.js +8 -1
  40. package/js/x-modules/url/wiring.js.map +1 -1
  41. package/js/x-modules/vendor/components/vendor-banners-list.vue.js +83 -0
  42. package/js/x-modules/vendor/components/vendor-banners-list.vue.js.map +1 -0
  43. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js +6 -0
  44. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js.map +1 -0
  45. package/js/x-modules/vendor/store/module.js +4 -0
  46. package/js/x-modules/vendor/store/module.js.map +1 -1
  47. package/js/x-modules/vendor/wiring.js +20 -1
  48. package/js/x-modules/vendor/wiring.js.map +1 -1
  49. package/package.json +2 -2
  50. package/report/x-components.api.json +525 -5
  51. package/report/x-components.api.md +70 -0
  52. package/types/src/components/base-grid.vue.d.ts.map +1 -1
  53. package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
  54. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  55. package/types/src/x-modules/ai/wiring.d.ts +4 -0
  56. package/types/src/x-modules/ai/wiring.d.ts.map +1 -1
  57. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  58. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  59. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  60. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  61. package/types/src/x-modules/facets/wiring.d.ts +3 -0
  62. package/types/src/x-modules/facets/wiring.d.ts.map +1 -1
  63. package/types/src/x-modules/next-queries/wiring.d.ts +4 -0
  64. package/types/src/x-modules/next-queries/wiring.d.ts.map +1 -1
  65. package/types/src/x-modules/query-suggestions/wiring.d.ts +4 -0
  66. package/types/src/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  67. package/types/src/x-modules/related-prompts/wiring.d.ts +5 -0
  68. package/types/src/x-modules/related-prompts/wiring.d.ts.map +1 -1
  69. package/types/src/x-modules/related-tags/wiring.d.ts +5 -0
  70. package/types/src/x-modules/related-tags/wiring.d.ts.map +1 -1
  71. package/types/src/x-modules/search-box/wiring.d.ts +3 -0
  72. package/types/src/x-modules/search-box/wiring.d.ts.map +1 -1
  73. package/types/src/x-modules/url/wiring.d.ts +7 -0
  74. package/types/src/x-modules/url/wiring.d.ts.map +1 -1
  75. package/types/src/x-modules/vendor/components/index.d.ts +1 -0
  76. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -1
  77. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts +30 -0
  78. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts.map +1 -0
  79. package/types/src/x-modules/vendor/events.types.d.ts +7 -1
  80. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
  81. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
  82. package/types/src/x-modules/vendor/store/types.d.ts +3 -1
  83. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
  84. package/types/src/x-modules/vendor/types.d.ts +10 -1
  85. package/types/src/x-modules/vendor/types.d.ts.map +1 -1
  86. package/types/src/x-modules/vendor/wiring.d.ts +10 -0
  87. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
  88. package/url/index.js +1 -1
  89. package/vendor/index.js +2 -1
@@ -311,6 +311,10 @@ export const aiWiring: {
311
311
  resetAiQueryWire: AnyWire;
312
312
  resetSearchTotalResultsWire: AnyWire;
313
313
  };
314
+ UserBrowsedToCategory: {
315
+ resetAiQueryWire: AnyWire;
316
+ resetSearchTotalResultsWire: AnyWire;
317
+ };
314
318
  ResultsChanged: {
315
319
  setExcludedResultIdsWire: Wire<Result[]>;
316
320
  };
@@ -3309,6 +3313,9 @@ export const facetsWiring: {
3309
3313
  clearAllFiltersButStickyWire: AnyWire;
3310
3314
  setQuery: Wire<string>;
3311
3315
  };
3316
+ UserBrowsedToCategory: {
3317
+ clearQuery: AnyWire;
3318
+ };
3312
3319
  UserClickedOpenX: {
3313
3320
  selectPreselectedFilterWire: Wire<undefined>;
3314
3321
  };
@@ -3974,6 +3981,7 @@ VendorResultsChanged?: Omit<VendorResult, "modelName">[] | undefined;
3974
3981
  UserViewedAVendorResult?: VendorResult | undefined;
3975
3982
  UserClickedAVendorResult?: VendorResult | undefined;
3976
3983
  UserClickedVendorResultAddToCart?: VendorResult | undefined;
3984
+ VendorBannersChanged?: Omit<VendorBanner, "modelName">[] | undefined;
3977
3985
  }>;
3978
3986
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
3979
3987
  renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
@@ -5039,6 +5047,10 @@ export const nextQueriesWiring: {
5039
5047
  resetNextQueriesWire: AnyWire;
5040
5048
  resetNextQueriesQuery: AnyWire;
5041
5049
  };
5050
+ UserBrowsedToCategory: {
5051
+ resetNextQueriesWire: AnyWire;
5052
+ resetNextQueriesQuery: AnyWire;
5053
+ };
5042
5054
  SelectedRelatedTagsChanged: {
5043
5055
  setNextQueriesRelatedTags: Wire<RelatedTag_2[]>;
5044
5056
  };
@@ -5973,6 +5985,10 @@ export const querySuggestionsWiring: {
5973
5985
  clearQuerySuggestionsQuery: AnyWire;
5974
5986
  cancelFetchAndSaveSuggestionsWire: AnyWire;
5975
5987
  };
5988
+ UserBrowsedToCategory: {
5989
+ clearQuerySuggestionsQuery: AnyWire;
5990
+ cancelFetchAndSaveSuggestionsWire: AnyWire;
5991
+ };
5976
5992
  QuerySuggestionsRequestUpdated: {
5977
5993
  fetchAndSaveSuggestionsWire: Wire<QuerySuggestionsRequest | null>;
5978
5994
  };
@@ -6398,6 +6414,11 @@ export const relatedPromptsWiring: {
6398
6414
  resetRelatedPromptsState: AnyWire;
6399
6415
  setRelatedPromptsQuery: Wire<string>;
6400
6416
  };
6417
+ UserBrowsedToCategory: {
6418
+ cancelFetchAndSaveRelatedPrompts: AnyWire;
6419
+ resetRelatedPromptsState: AnyWire;
6420
+ resetRelatedPromptsQuery: AnyWire;
6421
+ };
6401
6422
  RelatedPromptsRequestUpdated: {
6402
6423
  fetchAndSaveRelatedPrompts: Wire<RelatedPromptsRequest | null>;
6403
6424
  };
@@ -6586,6 +6607,11 @@ export const relatedTagsWiring: {
6586
6607
  clearRelatedTagsQuery: AnyWire;
6587
6608
  clearSelectedRelatedTags: AnyWire;
6588
6609
  };
6610
+ UserBrowsedToCategory: {
6611
+ cancelFetchAndSaveRelatedTagsWire: AnyWire;
6612
+ clearRelatedTagsQuery: AnyWire;
6613
+ clearSelectedRelatedTags: AnyWire;
6614
+ };
6589
6615
  ExtraParamsChanged: {
6590
6616
  setRelatedTagsExtraParams: Wire<Dictionary<unknown>>;
6591
6617
  };
@@ -6817,6 +6843,9 @@ export function resettableState(): {
6817
6843
  // @public
6818
6844
  export const resetUrlBrowseCategory: AnyWire;
6819
6845
 
6846
+ // @public
6847
+ export const resetUrlQuery: AnyWire;
6848
+
6820
6849
  // @internal
6821
6850
  export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
6822
6851
 
@@ -7184,6 +7213,9 @@ export const searchBoxWiring: {
7184
7213
  UserClearedQuery: {
7185
7214
  transitionState: AnyWire;
7186
7215
  };
7216
+ UserBrowsedToCategory: {
7217
+ transitionState: AnyWire;
7218
+ };
7187
7219
  UserFocusedSearchBox: {
7188
7220
  transitionState: AnyWire;
7189
7221
  };
@@ -7727,6 +7759,9 @@ export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessi
7727
7759
  // @public
7728
7760
  export const setAiUrlParams: AiXStoreModule['actions']['setUrlParams'];
7729
7761
 
7762
+ // @public
7763
+ export const setBanners: AnyWire;
7764
+
7730
7765
  // @public
7731
7766
  export const setBrowseCategory: Wire<BrowsableRequest>;
7732
7767
 
@@ -8205,6 +8240,7 @@ VendorResultsChanged?: Omit<VendorResult, "modelName">[] | undefined;
8205
8240
  UserViewedAVendorResult?: VendorResult | undefined;
8206
8241
  UserClickedAVendorResult?: VendorResult | undefined;
8207
8242
  UserClickedVendorResultAddToCart?: VendorResult | undefined;
8243
+ VendorBannersChanged?: Omit<VendorBanner, "modelName">[] | undefined;
8208
8244
  }>;
8209
8245
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
8210
8246
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -8547,6 +8583,7 @@ VendorResultsChanged: (payload: Omit<VendorResult, "modelName">[], metadata: Wir
8547
8583
  UserViewedAVendorResult: (payload: VendorResult, metadata: WireMetadata) => unknown;
8548
8584
  UserClickedAVendorResult: (payload: VendorResult, metadata: WireMetadata) => unknown;
8549
8585
  UserClickedVendorResultAddToCart: (payload: VendorResult, metadata: WireMetadata) => unknown;
8586
+ VendorBannersChanged: (payload: Omit<VendorBanner, "modelName">[], metadata: WireMetadata) => unknown;
8550
8587
  }>>;
8551
8588
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
8552
8589
  GlobalXBus: DefineComponent< {}, {}, any>;
@@ -9341,6 +9378,7 @@ export const urlWiring: {
9341
9378
  };
9342
9379
  UserBrowsedToCategory: {
9343
9380
  setUrlBrowseCategory: Wire<BrowsableRequest>;
9381
+ resetUrlQuery: AnyWire;
9344
9382
  };
9345
9383
  UserClickedCloseX: {
9346
9384
  resetUrlBrowseCategory: AnyWire;
@@ -9551,6 +9589,29 @@ export function useXBus(): {
9551
9589
  export interface VendorActions {
9552
9590
  }
9553
9591
 
9592
+ // @public
9593
+ export interface VendorBanner extends Omit<Banner_2, 'modelName'>, NamedModel<'VendorBanner'> {
9594
+ // (undocumented)
9595
+ position?: number;
9596
+ }
9597
+
9598
+ // @public
9599
+ export const VendorBannersList: DefineComponent<ExtractPropTypes< {
9600
+ animation: {
9601
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
9602
+ default: string;
9603
+ };
9604
+ }>, () => VNode<RendererNode, RendererElement, {
9605
+ [key: string]: any;
9606
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
9607
+ animation: {
9608
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
9609
+ default: string;
9610
+ };
9611
+ }>> & Readonly<{}>, {
9612
+ animation: string | Function | Record<string, any>;
9613
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9614
+
9554
9615
  // @internal
9555
9616
  export const vendorEmitters: {};
9556
9617
 
@@ -9560,6 +9621,8 @@ export interface VendorGetters {
9560
9621
 
9561
9622
  // @public (undocumented)
9562
9623
  export interface VendorMutations {
9624
+ // (undocumented)
9625
+ setBanners: (banners: VendorBanner[]) => void;
9563
9626
  // (undocumented)
9564
9627
  setResults: (results: VendorResult[]) => void;
9565
9628
  }
@@ -9601,6 +9664,8 @@ export interface VendorResultTagging {
9601
9664
 
9602
9665
  // @public (undocumented)
9603
9666
  export interface VendorState {
9667
+ // (undocumented)
9668
+ banners: VendorBanner[];
9604
9669
  // (undocumented)
9605
9670
  results: VendorResult[];
9606
9671
  }
@@ -9619,8 +9684,12 @@ export const vendorWiring: {
9619
9684
  UserClickedVendorResultAddToCart: {
9620
9685
  trackResultAddToCart: Wire<VendorResult>;
9621
9686
  };
9687
+ VendorBannersChanged: {
9688
+ setBanners: AnyWire;
9689
+ };
9622
9690
  SearchRequestChanged: {
9623
9691
  resetResults: AnyWire;
9692
+ resetBanners: AnyWire;
9624
9693
  };
9625
9694
  };
9626
9695
 
@@ -9629,6 +9698,7 @@ export interface VendorXEvents {
9629
9698
  UserClickedAVendorResult: VendorResult;
9630
9699
  UserClickedVendorResultAddToCart: VendorResult;
9631
9700
  UserViewedAVendorResult: VendorResult;
9701
+ VendorBannersChanged: Omit<VendorBanner, 'modelName'>[];
9632
9702
  VendorResultsChanged: Omit<VendorResult, 'modelName'>[];
9633
9703
  }
9634
9704
 
@@ -1 +1 @@
1
- {"version":3,"file":"base-grid.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/base-grid.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAQjD;;;;;;;;;GASG;;IAIC,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;aAM9B,WAAW;;aAAX,WAAW;;;;;;IAzBlB,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;AAtBzC,wBAqIE"}
1
+ {"version":3,"file":"base-grid.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/base-grid.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAQjD;;;;;;;;;GASG;;IAIC,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;aAM9B,WAAW;;aAAX,WAAW;;;;;;IAzBlB,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;AAtBzC,wBAyIE"}
@@ -196,6 +196,7 @@ declare const _default: import("vue").DefineComponent<{}, {
196
196
  UserViewedAVendorResult: (payload: import("..").VendorResult, metadata: WireMetadata) => unknown;
197
197
  UserClickedAVendorResult: (payload: import("..").VendorResult, metadata: WireMetadata) => unknown;
198
198
  UserClickedVendorResultAddToCart: (payload: import("..").VendorResult, metadata: WireMetadata) => unknown;
199
+ VendorBannersChanged: (payload: Omit<import("..").VendorBanner, "modelName">[], metadata: WireMetadata) => unknown;
199
200
  }>>;
200
201
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
201
202
  GlobalXBus: import("vue").DefineComponent<{}, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"snippet-callbacks.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/snippet-callbacks.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAO7C;;;;;GAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA0CE"}
1
+ {"version":3,"file":"snippet-callbacks.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/snippet-callbacks.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAO7C;;;;;GAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA0CE"}
@@ -14,6 +14,10 @@ export declare const aiWiring: {
14
14
  resetAiQueryWire: import("../../wiring").AnyWire;
15
15
  resetSearchTotalResultsWire: import("../../wiring").AnyWire;
16
16
  };
17
+ UserBrowsedToCategory: {
18
+ resetAiQueryWire: import("../../wiring").AnyWire;
19
+ resetSearchTotalResultsWire: import("../../wiring").AnyWire;
20
+ };
17
21
  ResultsChanged: {
18
22
  setExcludedResultIdsWire: import("../../wiring").Wire<import("@empathyco/x-types").Result[]>;
19
23
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AAmEA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCnB,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AAmEA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCnB,CAAA"}
@@ -221,6 +221,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
221
221
  UserViewedAVendorResult?: import("../../../vendor").VendorResult | undefined;
222
222
  UserClickedAVendorResult?: import("../../../vendor").VendorResult | undefined;
223
223
  UserClickedVendorResultAddToCart?: import("../../../vendor").VendorResult | undefined;
224
+ VendorBannersChanged?: Omit<import("../../../vendor").VendorBanner, "modelName">[] | undefined;
224
225
  }>;
225
226
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
226
227
  renderedChildrenFilters: import("vue").ComputedRef<HierarchicalFilterModel[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"hierarchical-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/facets/components/filters/hierarchical-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC/F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AASnE;;;;GAIG;;IAMC,iCAAiC;;cAEf,QAAQ,CAAC,uBAAuB,CAAC;;;IAGnD,+DAA+D;;IAE/D;;;;OAIG;iBACoB,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;IAG3D,0CAA0C;;IAE1C,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAwDM,uBAAuB;;IA5EvE,iCAAiC;;cAEf,QAAQ,CAAC,uBAAuB,CAAC;;;IAGnD,+DAA+D;;IAE/D;;;;OAIG;iBACoB,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;IAG3D,0CAA0C;;IAE1C,0CAA0C;;;;;;;;AAzB9C,wBA+GE"}
1
+ {"version":3,"file":"hierarchical-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/facets/components/filters/hierarchical-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC/F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AASnE;;;;GAIG;;IAMC,iCAAiC;;cAEf,QAAQ,CAAC,uBAAuB,CAAC;;;IAGnD,+DAA+D;;IAE/D;;;;OAIG;iBACoB,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;IAG3D,0CAA0C;;IAE1C,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAwDM,uBAAuB;;IA5EvE,iCAAiC;;cAEf,QAAQ,CAAC,uBAAuB,CAAC;;;IAGnD,+DAA+D;;IAE/D;;;;OAIG;iBACoB,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;IAG3D,0CAA0C;;IAE1C,0CAA0C;;;;;;;;AAzB9C,wBA+GE"}
@@ -211,6 +211,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
211
211
  UserViewedAVendorResult?: import("../../../vendor").VendorResult | undefined;
212
212
  UserClickedAVendorResult?: import("../../../vendor").VendorResult | undefined;
213
213
  UserClickedVendorResultAddToCart?: import("../../../vendor").VendorResult | undefined;
214
+ VendorBannersChanged?: Omit<import("../../../vendor").VendorBanner, "modelName">[] | undefined;
214
215
  }>;
215
216
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
216
217
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1 +1 @@
1
- {"version":3,"file":"simple-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/facets/components/filters/simple-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAC3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAKnE;;;;GAIG;;IAOC,iCAAiC;;cAEf,QAAQ,CAAC,iBAAiB,CAAC;;;IAG7C,iFAAiF;iBAC1D,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAT3D,iCAAiC;;cAEf,QAAQ,CAAC,iBAAiB,CAAC;;;IAG7C,iFAAiF;iBAC1D,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;;;;;;AAf/D,wBAsCE"}
1
+ {"version":3,"file":"simple-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/facets/components/filters/simple-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAC3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAKnE;;;;GAIG;;IAOC,iCAAiC;;cAEf,QAAQ,CAAC,iBAAiB,CAAC;;;IAG7C,iFAAiF;iBAC1D,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAT3D,iCAAiC;;cAEf,QAAQ,CAAC,iBAAiB,CAAC;;;IAG7C,iFAAiF;iBAC1D,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACtD,+BAA+B;;cAEd,QAAQ,CAAC,CAAC,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC;;;;;;;;AAf/D,wBAsCE"}
@@ -62,6 +62,9 @@ export declare const facetsWiring: {
62
62
  clearAllFiltersButStickyWire: import("../../wiring/wiring.types").AnyWire;
63
63
  setQuery: import("../../wiring/wiring.types").Wire<string>;
64
64
  };
65
+ UserBrowsedToCategory: {
66
+ clearQuery: import("../../wiring/wiring.types").AnyWire;
67
+ };
65
68
  UserClickedOpenX: {
66
69
  selectPreselectedFilterWire: import("../../wiring/wiring.types").Wire<undefined>;
67
70
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/facets/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AA0JvD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,6CAGzC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,6CAGxC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,6CAAiE,CAAA;AAEjG;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDvB,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/facets/wiring.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAiKvD;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,6CAGzC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,6CAGxC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,6CAAiE,CAAA;AAEjG;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDvB,CAAA"}
@@ -90,6 +90,10 @@ export declare const nextQueriesWiring: {
90
90
  resetNextQueriesWire: import("../..").AnyWire;
91
91
  resetNextQueriesQuery: import("../..").AnyWire;
92
92
  };
93
+ UserBrowsedToCategory: {
94
+ resetNextQueriesWire: import("../..").AnyWire;
95
+ resetNextQueriesQuery: import("../..").AnyWire;
96
+ };
93
97
  SelectedRelatedTagsChanged: {
94
98
  setNextQueriesRelatedTags: import("../..").Wire<import("@empathyco/x-types").RelatedTag[]>;
95
99
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AAwCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAA;AAE/D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,iEAA+B,CAAA;AAErE;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,yBAG1C,CAAA;AASD;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,yBAGhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,mEAA+C,CAAA;AAE5F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,yBAQ5C,CAAA;AACD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAAkD,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,yBAA+C,CAAA;AAEhF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mEAAmC,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC5B,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/next-queries/wiring.ts"],"names":[],"mappings":"AAwCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAA;AAE/D;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,iEAA+B,CAAA;AAErE;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,yBAG1C,CAAA;AASD;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,yBAGhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,mEAA+C,CAAA;AAE5F;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,yBAQ5C,CAAA;AACD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAAkD,CAAA;AAEtF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,yBAA+C,CAAA;AAEhF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,mEAAmC,CAAA;AAElE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwC5B,CAAA"}
@@ -65,6 +65,10 @@ export declare const querySuggestionsWiring: {
65
65
  clearQuerySuggestionsQuery: import("../..").AnyWire;
66
66
  cancelFetchAndSaveSuggestionsWire: import("../..").AnyWire;
67
67
  };
68
+ UserBrowsedToCategory: {
69
+ clearQuerySuggestionsQuery: import("../..").AnyWire;
70
+ cancelFetchAndSaveSuggestionsWire: import("../..").AnyWire;
71
+ };
68
72
  QuerySuggestionsRequestUpdated: {
69
73
  fetchAndSaveSuggestionsWire: import("../..").Wire<import("@empathyco/x-types").QuerySuggestionsRequest | null>;
70
74
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,yBAG/C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,yCAAyC,yBAGrD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAA;AAErE;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,mEAAmC,CAAA;AAE/E;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAA;AASpE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAA;AAOD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCjC,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/query-suggestions/wiring.ts"],"names":[],"mappings":"AAqCA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,8BAAyB,CAAA;AAE9D;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,yBAG/C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,yCAAyC,yBAGrD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,wEAA0B,CAAA;AAErE;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,mEAAmC,CAAA;AAE/E;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,yBAA6B,CAAA;AASpE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,mFAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAA;AAOD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CjC,CAAA"}
@@ -23,6 +23,11 @@ export declare const relatedPromptsWiring: {
23
23
  resetRelatedPromptsState: import("../..").AnyWire;
24
24
  setRelatedPromptsQuery: import("../..").Wire<string>;
25
25
  };
26
+ UserBrowsedToCategory: {
27
+ cancelFetchAndSaveRelatedPrompts: import("../..").AnyWire;
28
+ resetRelatedPromptsState: import("../..").AnyWire;
29
+ resetRelatedPromptsQuery: import("../..").AnyWire;
30
+ };
26
31
  RelatedPromptsRequestUpdated: {
27
32
  fetchAndSaveRelatedPrompts: import("../..").Wire<import("@empathyco/x-types").RelatedPromptsRequest | null>;
28
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/wiring.ts"],"names":[],"mappings":"AAuDA;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C/B,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/wiring.ts"],"names":[],"mappings":"AAyDA;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgD/B,CAAA"}
@@ -85,6 +85,11 @@ export declare const relatedTagsWiring: {
85
85
  clearRelatedTagsQuery: import("../..").AnyWire;
86
86
  clearSelectedRelatedTags: import("../..").AnyWire;
87
87
  };
88
+ UserBrowsedToCategory: {
89
+ cancelFetchAndSaveRelatedTagsWire: import("../..").AnyWire;
90
+ clearRelatedTagsQuery: import("../..").AnyWire;
91
+ clearSelectedRelatedTags: import("../..").AnyWire;
92
+ };
88
93
  ExtraParamsChanged: {
89
94
  setRelatedTagsExtraParams: import("../..").Wire<import("@empathyco/x-utils").Dictionary<unknown>>;
90
95
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-tags/wiring.ts"],"names":[],"mappings":"AAoCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,yBAG1C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,yBAGhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+DAAmC,CAAA;AAEpE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA2C,CAAA;AAEhF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAA;AAE/D;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iDAA+B,CAAA;AAE5D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC5B,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-tags/wiring.ts"],"names":[],"mappings":"AAoCA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAyB,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,yBAG1C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,yBAGhD,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,wEAA0B,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,8EAA0C,CAAA;AAElF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,yBAE7C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,+DAAmC,CAAA;AAEpE;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,yBAA2C,CAAA;AAEhF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,yBAA6B,CAAA;AAE/D;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,iDAA+B,CAAA;AAE5D;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4C5B,CAAA"}
@@ -33,6 +33,9 @@ export declare const searchBoxWiring: {
33
33
  UserClearedQuery: {
34
34
  transitionState: AnyWire;
35
35
  };
36
+ UserBrowsedToCategory: {
37
+ transitionState: AnyWire;
38
+ };
36
39
  UserFocusedSearchBox: {
37
40
  transitionState: AnyWire;
38
41
  };
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/search-box/wiring.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAiExD;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsC1B,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/search-box/wiring.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAiExD;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC1B,CAAA"}
@@ -16,6 +16,12 @@ export declare const setUrlPrompt: import("../..").Wire<number>;
16
16
  * @public
17
17
  */
18
18
  export declare const setUrlQuery: import("../..").Wire<string>;
19
+ /**
20
+ * Sets to empathy string the query of the url module.
21
+ *
22
+ * @public
23
+ */
24
+ export declare const resetUrlQuery: import("../..").AnyWire;
19
25
  /**
20
26
  * Sets the url state `query` with a selectedQueryPreview's query.
21
27
  *
@@ -129,6 +135,7 @@ export declare const urlWiring: {
129
135
  };
130
136
  UserBrowsedToCategory: {
131
137
  setUrlBrowseCategory: import("../..").Wire<import("@empathyco/x-types").BrowsableRequest>;
138
+ resetUrlQuery: import("../..").AnyWire;
132
139
  };
133
140
  UserClickedCloseX: {
134
141
  resetUrlBrowseCategory: import("../..").AnyWire;
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAWA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,iEAA+B,CAAA;AAE7D;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,WAAW,8BAAyB,CAAA;AAEjD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAAiE,CAAA;AAEpG;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAA;AAE/C;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAA;AAE/C;;;;GAIG;AACH,eAAO,MAAM,SAAS,0DAA0B,CAAA;AAEhD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAGnC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,yBAG5C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAGjC,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,qEAAkC,CAAA;AAEnE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,wEAAsC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,aAAa,6DAA2B,CAAA;AAErD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DpB,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAWA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,iEAA+B,CAAA;AAE7D;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,WAAW,8BAAyB,CAAA;AAEjD;;;;GAIG;AACH,eAAO,MAAM,aAAa,yBAA6B,CAAA;AAEvD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAAiE,CAAA;AAEpG;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAA;AAE/C;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAA;AAE/C;;;;GAIG;AACH,eAAO,MAAM,SAAS,0DAA0B,CAAA;AAEhD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,yBAGnC,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,yBAG5C,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,yBAGjC,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,qEAAkC,CAAA;AAEnE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,wEAAsC,CAAA;AAExE;;;;GAIG;AACH,eAAO,MAAM,aAAa,6DAA2B,CAAA;AAErD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DpB,CAAA"}
@@ -1,2 +1,3 @@
1
+ export { default as VendorBannersList } from './vendor-banners-list.vue';
1
2
  export { default as VendorResultsList } from './vendor-results-list.vue';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2BAA2B,CAAA"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * It renders a {@link ItemsList} list of vendor banners from {@link VendorState.banners}.
3
+ *
4
+ * The component provides a default slot which wraps the whole component with the `vendorBanners`
5
+ * plus the `injectedListItems` which also contains the injected list items from
6
+ * the ancestor.
7
+ *
8
+ * It also provides the parent slots to customize the items.
9
+ *
10
+ * @public
11
+ */
12
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
+ /** Animation component that will be used to animate the vendor banners. */
14
+ animation: {
15
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
16
+ default: string;
17
+ };
18
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ /** Animation component that will be used to animate the vendor banners. */
22
+ animation: {
23
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
24
+ default: string;
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ animation: string | Function | Record<string, any>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ export default _default;
30
+ //# sourceMappingURL=vendor-banners-list.vue?vue&type=script&lang.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vendor-banners-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/components/vendor-banners-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;GAUG;;IAKC,2EAA2E;;;;;;;;IAA3E,2EAA2E;;;;;;;;AAJ/E,wBAiEE"}
@@ -1,4 +1,4 @@
1
- import type { VendorResult } from './types';
1
+ import type { VendorBanner, VendorResult } from './types';
2
2
  /**
3
3
  * Directory of events for the vendor module.
4
4
  *
@@ -26,5 +26,11 @@ export interface VendorXEvents {
26
26
  * Payload: The {@link VendorResult | vendor result} that was clicked.
27
27
  */
28
28
  UserClickedVendorResultAddToCart: VendorResult;
29
+ /**
30
+ * The x consumer has provided vendor banners to be inserted in the result grid.
31
+ * Payload: The array of vendor banner inputs with their items and positions.
32
+ * modelName is excluded since it is an internal field, and we will assign it under the hood.
33
+ */
34
+ VendorBannersChanged: Omit<VendorBanner, 'modelName'>[];
29
35
  }
30
36
  //# sourceMappingURL=events.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAE3C;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,oBAAoB,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,CAAA;IACvD;;;OAGG;IACH,uBAAuB,EAAE,YAAY,CAAA;IACrC;;;OAGG;IACH,wBAAwB,EAAE,YAAY,CAAA;IACtC;;;OAGG;IACH,gCAAgC,EAAE,YAAY,CAAA;CAC/C"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEzD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,oBAAoB,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,CAAA;IACvD;;;OAGG;IACH,uBAAuB,EAAE,YAAY,CAAA;IACrC;;;OAGG;IACH,wBAAwB,EAAE,YAAY,CAAA;IACtC;;;OAGG;IACH,gCAAgC,EAAE,YAAY,CAAA;IAE9C;;;;OAIG;IACH,oBAAoB,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,CAAA;CACxD"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/store/module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,eAAO,MAAM,kBAAkB,EAAE,kBAWhC,CAAA"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/store/module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,eAAO,MAAM,kBAAkB,EAAE,kBAehC,CAAA"}
@@ -1,11 +1,13 @@
1
1
  import type { XStoreModule } from '../../../store';
2
- import type { VendorResult } from '../types';
2
+ import type { VendorBanner, VendorResult } from '../types';
3
3
  export interface VendorState {
4
+ banners: VendorBanner[];
4
5
  results: VendorResult[];
5
6
  }
6
7
  export interface VendorGetters {
7
8
  }
8
9
  export interface VendorMutations {
10
+ setBanners: (banners: VendorBanner[]) => void;
9
11
  setResults: (results: VendorResult[]) => void;
10
12
  }
11
13
  export interface VendorActions {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAE5C,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB;AAED,MAAM,WAAW,aAAa;CAAG;AAEjC,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;CAC9C;AAED,MAAM,WAAW,aAAa;CAAG;AAEjC,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAC3C,WAAW,EACX,aAAa,EACb,eAAe,EACf,aAAa,CACd,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/vendor/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAE1D,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB;AAED,MAAM,WAAW,aAAa;CAAG;AAEjC,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;IAC7C,UAAU,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;CAC9C;AAED,MAAM,WAAW,aAAa;CAAG;AAEjC,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAC3C,WAAW,EACX,aAAa,EACb,eAAe,EACf,aAAa,CACd,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { NamedModel, Result } from '@empathyco/x-types';
1
+ import type { Banner, NamedModel, Result } from '@empathyco/x-types';
2
2
  export interface VendorResultTagging {
3
3
  viewUrl: string;
4
4
  clickUrl: string;
@@ -11,4 +11,13 @@ export interface VendorResult extends Omit<Result, 'modelName' | 'tagging'>, Nam
11
11
  position: number;
12
12
  tagging?: VendorResultTagging;
13
13
  }
14
+ /**
15
+ * The interface for a vendor banner, extending the base Banner interface.
16
+ * The optional position means:
17
+ * - If the position is defined, the banner will be displayed in that position inside the grid.
18
+ * - If the position is undefined, the banner will be displayed on top of the grid and full width.
19
+ */
20
+ export interface VendorBanner extends Omit<Banner, 'modelName'>, NamedModel<'VendorBanner'> {
21
+ position?: number;
22
+ }
14
23
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAE5D,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC9B"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAEpE,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,YACf,SAAQ,IAAI,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAC9B;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC;IACzF,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB"}
@@ -4,6 +4,12 @@
4
4
  * @public
5
5
  */
6
6
  export declare const setResults: import("../../wiring").AnyWire;
7
+ /**
8
+ * Sets the vendor banners of the {@link VendorXModule}.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const setBanners: import("../../wiring").AnyWire;
7
13
  /**
8
14
  * Wiring configuration for the {@link VendorXModule | vendor module}.
9
15
  *
@@ -22,8 +28,12 @@ export declare const vendorWiring: {
22
28
  UserClickedVendorResultAddToCart: {
23
29
  trackResultAddToCart: import("../../wiring").Wire<import("./types").VendorResult>;
24
30
  };
31
+ VendorBannersChanged: {
32
+ setBanners: import("../../wiring").AnyWire;
33
+ };
25
34
  SearchRequestChanged: {
26
35
  resetResults: import("../../wiring").AnyWire;
36
+ resetBanners: import("../../wiring").AnyWire;
27
37
  };
28
38
  };
29
39
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/wiring.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,eAAO,MAAM,UAAU,gCAOtB,CAAA;AASD;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAgBvB,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/vendor/wiring.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,eAAO,MAAM,UAAU,gCAOtB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,UAAU,gCAOtB,CAAA;AAgBD;;;;GAIG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;CAoBvB,CAAA"}
package/url/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { default as UrlHandler } from '../js/x-modules/url/components/url-handler.vue.js';
2
2
  export { replaceableParams, urlEmitters } from '../js/x-modules/url/store/emitters.js';
3
3
  export { urlXStoreModule } from '../js/x-modules/url/store/module.js';
4
- export { resetUrlBrowseCategory, setInitialExtraParams, setParams, setUrlBrowseCategory, setUrlFilters, setUrlPage, setUrlParamsFromPreview, setUrlPrompt, setUrlQuery, setUrlQueryFromPreview, setUrlRelatedTags, setUrlScroll, setUrlSelectedFiltersFromPreview, setUrlSort, urlWiring } from '../js/x-modules/url/wiring.js';
4
+ export { resetUrlBrowseCategory, resetUrlQuery, setInitialExtraParams, setParams, setUrlBrowseCategory, setUrlFilters, setUrlPage, setUrlParamsFromPreview, setUrlPrompt, setUrlQuery, setUrlQueryFromPreview, setUrlRelatedTags, setUrlScroll, setUrlSelectedFiltersFromPreview, setUrlSort, urlWiring } from '../js/x-modules/url/wiring.js';
5
5
  export { urlXModule } from '../js/x-modules/url/x-module.js';
package/vendor/index.js CHANGED
@@ -1,5 +1,6 @@
1
+ export { default as VendorBannersList } from '../js/x-modules/vendor/components/vendor-banners-list.vue.js';
1
2
  export { default as VendorResultsList } from '../js/x-modules/vendor/components/vendor-results-list.vue.js';
2
3
  export { vendorEmitters } from '../js/x-modules/vendor/store/emitters.js';
3
4
  export { vendorXStoreModule } from '../js/x-modules/vendor/store/module.js';
4
- export { setResults, vendorWiring } from '../js/x-modules/vendor/wiring.js';
5
+ export { setBanners, setResults, vendorWiring } from '../js/x-modules/vendor/wiring.js';
5
6
  export { vendorXModule } from '../js/x-modules/vendor/x-module.js';