@empathyco/x-components 6.1.3 → 6.2.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 (71) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/ai/index.js +0 -1
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-components.aicarousel.md +24 -28
  5. package/docs/API-reference/api/x-components.aimutations.md +1 -58
  6. package/docs/API-reference/api/x-components.aimutations.setexcludedresultids.md +1 -1
  7. package/docs/API-reference/api/x-components.aistate.md +0 -55
  8. package/docs/API-reference/api/x-components.aixevents.md +3 -3
  9. package/docs/API-reference/api/{x-components.aixevents.userclickedaioverviewexpandbutton.md → x-components.aixevents.userclickedanaicarouseladd2cart.md} +3 -3
  10. package/docs/API-reference/api/{x-components.aixevents.userclickedanaioverviewresult.md → x-components.aixevents.userclickedanaicarouselresult.md} +3 -3
  11. package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -2
  12. package/docs/API-reference/api/x-components.md +0 -9
  13. package/docs/API-reference/api/x-components.simplefilter.md +2 -2
  14. package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
  15. package/docs/API-reference/components/ai/x-components.ai-carousel.md +9 -7
  16. package/docs/API-reference/components/ai/x-components.ai-grouped-carousel.md +25 -0
  17. package/docs/API-reference/components/common/x-components.display-click-provider.md +1 -1
  18. package/js/components/display-click-provider.vue.js +3 -3
  19. package/js/components/display-click-provider.vue.js.map +1 -1
  20. package/js/components/icons/spinner.vue.js +2 -2
  21. package/js/index.js +0 -1
  22. package/js/index.js.map +1 -1
  23. package/js/x-modules/ai/components/ai-carousel.vue.js +121 -66
  24. package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -1
  25. package/js/x-modules/ai/components/ai-carousel.vue2.js +18 -17
  26. package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
  27. package/js/x-modules/ai/components/ai-carousel.vue3.js +1 -1
  28. package/js/x-modules/ai/components/ai-grouped-carousel.vue.js +68 -0
  29. package/js/x-modules/ai/components/ai-grouped-carousel.vue.js.map +1 -0
  30. package/js/x-modules/ai/components/{ai-overview.vue2.js → ai-grouped-carousel.vue2.js} +24 -86
  31. package/js/x-modules/ai/components/ai-grouped-carousel.vue2.js.map +1 -0
  32. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +2 -10
  33. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -1
  34. package/js/x-modules/ai/store/module.js +6 -18
  35. package/js/x-modules/ai/store/module.js.map +1 -1
  36. package/js/x-modules/tagging/wiring.js +2 -2
  37. package/js/x-modules/tagging/wiring.js.map +1 -1
  38. package/package.json +9 -10
  39. package/report/x-components.api.json +102 -709
  40. package/report/x-components.api.md +37 -128
  41. package/types/src/components/snippet-callbacks.vue.d.ts +2 -2
  42. package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts +24 -28
  43. package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -1
  44. package/types/src/x-modules/ai/components/ai-grouped-carousel.vue.d.ts +19 -0
  45. package/types/src/x-modules/ai/components/ai-grouped-carousel.vue.d.ts.map +1 -0
  46. package/types/src/x-modules/ai/components/index.d.ts +0 -1
  47. package/types/src/x-modules/ai/components/index.d.ts.map +1 -1
  48. package/types/src/x-modules/ai/events.types.d.ts +2 -2
  49. package/types/src/x-modules/ai/events.types.d.ts.map +1 -1
  50. package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -1
  51. package/types/src/x-modules/ai/store/module.d.ts.map +1 -1
  52. package/types/src/x-modules/ai/store/types.d.ts +6 -29
  53. package/types/src/x-modules/ai/store/types.d.ts.map +1 -1
  54. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -2
  55. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -2
  56. package/types/src/x-modules/tagging/wiring.d.ts +2 -2
  57. package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +0 -13
  58. package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +0 -13
  59. package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +0 -13
  60. package/docs/API-reference/api/x-components.aioverview.md +0 -88
  61. package/docs/API-reference/api/x-components.aistate.isnoresults.md +0 -13
  62. package/docs/API-reference/api/x-components.aistate.responsetext.md +0 -13
  63. package/docs/API-reference/api/x-components.aistate.suggestiontext.md +0 -11
  64. package/docs/API-reference/components/ai/x-components.ai-overview.md +0 -96
  65. package/js/x-modules/ai/components/ai-overview.vue.js +0 -267
  66. package/js/x-modules/ai/components/ai-overview.vue.js.map +0 -1
  67. package/js/x-modules/ai/components/ai-overview.vue2.js.map +0 -1
  68. package/js/x-modules/ai/components/ai-overview.vue3.js +0 -7
  69. package/js/x-modules/ai/components/ai-overview.vue3.js.map +0 -1
  70. package/types/src/x-modules/ai/components/ai-overview.vue.d.ts +0 -81
  71. package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +0 -1
@@ -188,21 +188,16 @@ export interface AiActions {
188
188
 
189
189
  // @public (undocumented)
190
190
  export const AiCarousel: DefineComponent<ExtractPropTypes< {
191
- title: {
192
- type: StringConstructor;
193
- };
194
- slidingPanelClasses: {
195
- type: StringConstructor;
196
- };
197
- slidingPanelContainerClasses: {
198
- type: StringConstructor;
199
- };
200
- slidingPanelButtonsClasses: {
201
- type: StringConstructor;
191
+ title: StringConstructor;
192
+ slidingPanelClasses: StringConstructor;
193
+ slidingPanelContainerClasses: StringConstructor;
194
+ slidingPanelButtonsClasses: StringConstructor;
195
+ group: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
202
198
  };
203
199
  }>, {
204
200
  emptyTaggingRequest: TaggingRequest;
205
- isNoResults: ComputedRef<boolean>;
206
201
  isTitleOverflowing: Ref<boolean, boolean>;
207
202
  queries: ComputedRef<AiSuggestionQuery[]>;
208
203
  query: ComputedRef<string>;
@@ -213,25 +208,26 @@ titleExpanded: Ref<boolean, boolean>;
213
208
  titleRef: Ref<HTMLElement | null, HTMLElement | null>;
214
209
  toggleTitleExpansion: () => void;
215
210
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
216
- title: {
217
- type: StringConstructor;
218
- };
219
- slidingPanelClasses: {
220
- type: StringConstructor;
221
- };
222
- slidingPanelContainerClasses: {
223
- type: StringConstructor;
224
- };
225
- slidingPanelButtonsClasses: {
226
- type: StringConstructor;
211
+ title: StringConstructor;
212
+ slidingPanelClasses: StringConstructor;
213
+ slidingPanelContainerClasses: StringConstructor;
214
+ slidingPanelButtonsClasses: StringConstructor;
215
+ group: {
216
+ type: BooleanConstructor;
217
+ default: boolean;
227
218
  };
228
- }>> & Readonly<{}>, {}, {}, {
219
+ }>> & Readonly<{}>, {
220
+ group: boolean;
221
+ }, {}, {
222
+ AIStarIcon: DefineComponent< {}, {}, any>;
223
+ AiGroupedCarousel: DefineComponent< {}, {}, any>;
224
+ ArrowRightIcon: DefineComponent< {}, {}, any>;
225
+ BaseEventButton: DefineComponent< {}, {}, any>;
229
226
  ChangeHeight: DefineComponent< {}, {}, any>;
227
+ ChevronDownIcon: DefineComponent< {}, {}, any>;
228
+ CollapseHeight: DefineComponent< {}, {}, any>;
230
229
  DisplayClickProvider: DefineComponent< {}, {}, any>;
231
230
  DisplayEmitter: DefineComponent< {}, {}, any>;
232
- CollapseHeight: DefineComponent< {}, {}, any>;
233
- AIStarIcon: DefineComponent< {}, {}, any>;
234
- ChevronDownIcon: DefineComponent< {}, {}, any>;
235
231
  SlidingPanel: DefineComponent< {}, {}, any>;
236
232
  }, {}, string, ComponentProvideOptions, true, {}, any>;
237
233
 
@@ -260,101 +256,18 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
260
256
  setAiRelatedTags: (relatedTags: RelatedTag_2[]) => void;
261
257
  // Warning: (ae-forgotten-export) The symbol "Result" needs to be exported by the entry point index.d.ts
262
258
  setExcludedResultIds: (resultIds: Result['id'][]) => void;
263
- setIsNoResults: (isNoResults: boolean) => void;
264
259
  setOrigin: (origin: QueryOrigin | undefined | null) => void;
265
260
  setParams: (params: Dictionary<unknown>) => void;
266
261
  setQueries: (queries: AiSuggestionQuery[]) => void;
267
- setResponseText: (responseText: string) => void;
268
262
  setSearchTotalResults: (totalResults: number) => void;
269
263
  // Warning: (ae-forgotten-export) The symbol "Filter" needs to be exported by the entry point index.d.ts
270
264
  setSelectedFilters: (selectedFilters: Filter[]) => void;
271
265
  setSuggestionsSearch: (suggestionsSearch: AiSuggestionSearch[]) => void;
272
266
  setSuggestionsSearchStatus: (status: RequestStatus) => void;
273
267
  setSuggestionsStatus: (status: RequestStatus) => void;
274
- setSuggestionText: (suggestionText: string) => void;
275
268
  setTagging: (tagging: AiSuggestionTagging) => void;
276
269
  }
277
270
 
278
- // @public (undocumented)
279
- export const AiOverview: DefineComponent<ExtractPropTypes< {
280
- title: {
281
- type: StringConstructor;
282
- };
283
- titleLoading: {
284
- type: StringConstructor;
285
- default: string;
286
- };
287
- autoExpandInSearchNoResults: {
288
- type: BooleanConstructor;
289
- default: boolean;
290
- };
291
- contentClasses: {
292
- type: StringConstructor;
293
- };
294
- slidingPanelsClasses: {
295
- type: StringConstructor;
296
- };
297
- slidingPanelContainersClasses: {
298
- type: StringConstructor;
299
- };
300
- slidingPanelButtonsClasses: {
301
- type: StringConstructor;
302
- };
303
- }>, {
304
- aiOverviewRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
305
- emptyTaggingRequest: TaggingRequest;
306
- expanded: Ref<boolean, boolean>;
307
- parsedResponseText: ComputedRef<string | Promise<string>>;
308
- suggestionsLoading: ComputedRef<boolean>;
309
- suggestionsSearch: ComputedRef<AiSuggestionSearch[]>;
310
- suggestionText: ComputedRef<string>;
311
- shouldAnimateSuggestion: Ref<boolean, boolean>;
312
- query: ComputedRef<string>;
313
- tagging: ComputedRef<AiSuggestionTagging | undefined>;
314
- isNoResults: ComputedRef<boolean>;
315
- queries: ComputedRef<AiSuggestionQuery[]>;
316
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
317
- title: {
318
- type: StringConstructor;
319
- };
320
- titleLoading: {
321
- type: StringConstructor;
322
- default: string;
323
- };
324
- autoExpandInSearchNoResults: {
325
- type: BooleanConstructor;
326
- default: boolean;
327
- };
328
- contentClasses: {
329
- type: StringConstructor;
330
- };
331
- slidingPanelsClasses: {
332
- type: StringConstructor;
333
- };
334
- slidingPanelContainersClasses: {
335
- type: StringConstructor;
336
- };
337
- slidingPanelButtonsClasses: {
338
- type: StringConstructor;
339
- };
340
- }>> & Readonly<{}>, {
341
- titleLoading: string;
342
- autoExpandInSearchNoResults: boolean;
343
- }, {}, {
344
- AIStarIcon: DefineComponent< {}, {}, any>;
345
- ArrowRightIcon: DefineComponent< {}, {}, any>;
346
- BaseEventButton: DefineComponent< {}, {}, any>;
347
- CollapseHeight: DefineComponent< {}, {}, any>;
348
- ChangeHeight: DefineComponent< {}, {}, any>;
349
- Fade: DefineComponent< {}, {}, any>;
350
- SlidingPanel: DefineComponent< {}, {}, any>;
351
- SpinnerIcon: DefineComponent< {}, {}, any>;
352
- DisplayEmitter: DefineComponent< {}, {}, any>;
353
- DisplayClickProvider: DefineComponent< {}, {}, any>;
354
- }, {
355
- typing: Directive<TypingHTMLElement, TypingOptions>;
356
- }, string, ComponentProvideOptions, true, {}, any>;
357
-
358
271
  export { AISpinnerIcon }
359
272
 
360
273
  export { AIStarIcon }
@@ -367,21 +280,17 @@ export interface AiState extends QueryState {
367
280
  excludeOptions: {
368
281
  resultIds: Result['id'][];
369
282
  };
370
- isNoResults: boolean;
371
283
  origin: QueryOrigin | null;
372
284
  params: Dictionary<unknown>;
373
285
  // (undocumented)
374
286
  queries: AiSuggestionQuery[];
375
287
  relatedTags: RelatedTag_2[];
376
- responseText: string;
377
288
  searchTotalResults: number;
378
289
  selectedFilters: Dictionary<Filter[]>;
379
290
  suggestionsSearch: AiSuggestionSearch[];
380
291
  suggestionsSearchStatus: RequestStatus;
381
292
  suggestionsStatus: RequestStatus;
382
293
  // (undocumented)
383
- suggestionText: string;
384
- // (undocumented)
385
294
  tagging: AiSuggestionTagging | undefined;
386
295
  }
387
296
 
@@ -439,9 +348,9 @@ export interface AiXEvents {
439
348
  // (undocumented)
440
349
  AiSuggestionsSearchRequestUpdated: AiSuggestionsSearchRequest | null;
441
350
  // (undocumented)
442
- UserClickedAiOverviewExpandButton: boolean;
351
+ UserClickedAnAiCarouselAdd2Cart: Result;
443
352
  // (undocumented)
444
- UserClickedAnAiOverviewResult: Result;
353
+ UserClickedAnAiCarouselResult: Result;
445
354
  }
446
355
 
447
356
  // @public
@@ -3773,8 +3682,8 @@ ReloadRelatedPromptsRequested?: void | undefined;
3773
3682
  AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
3774
3683
  AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
3775
3684
  AiSuggestionsSearchChanged?: AiSuggestionSearch[] | undefined;
3776
- UserClickedAiOverviewExpandButton?: boolean | undefined;
3777
- UserClickedAnAiOverviewResult?: Result | undefined;
3685
+ UserClickedAnAiCarouselResult?: Result | undefined;
3686
+ UserClickedAnAiCarouselAdd2Cart?: Result | undefined;
3778
3687
  AiComponentMounted?: void | undefined;
3779
3688
  }>;
3780
3689
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
@@ -7875,8 +7784,8 @@ ReloadRelatedPromptsRequested?: void | undefined;
7875
7784
  AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
7876
7785
  AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
7877
7786
  AiSuggestionsSearchChanged?: AiSuggestionSearch[] | undefined;
7878
- UserClickedAiOverviewExpandButton?: boolean | undefined;
7879
- UserClickedAnAiOverviewResult?: Result | undefined;
7787
+ UserClickedAnAiCarouselResult?: Result | undefined;
7788
+ UserClickedAnAiCarouselAdd2Cart?: Result | undefined;
7880
7789
  AiComponentMounted?: void | undefined;
7881
7790
  }>;
7882
7791
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
@@ -8196,8 +8105,8 @@ ReloadRelatedPromptsRequested: (payload: undefined, metadata: WireMetadata) => u
8196
8105
  AiSuggestionsRequestUpdated: (payload: AiSuggestionsRequest | null, metadata: WireMetadata) => unknown;
8197
8106
  AiSuggestionsSearchRequestUpdated: (payload: AiSuggestionsSearchRequest | null, metadata: WireMetadata) => unknown;
8198
8107
  AiSuggestionsSearchChanged: (payload: AiSuggestionSearch[], metadata: WireMetadata) => unknown;
8199
- UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
8200
- UserClickedAnAiOverviewResult: (payload: Result, metadata: WireMetadata) => unknown;
8108
+ UserClickedAnAiCarouselResult: (payload: Result, metadata: WireMetadata) => unknown;
8109
+ UserClickedAnAiCarouselAdd2Cart: (payload: Result, metadata: WireMetadata) => unknown;
8201
8110
  AiComponentMounted: (payload: undefined, metadata: WireMetadata) => unknown;
8202
8111
  }>>;
8203
8112
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
@@ -8631,10 +8540,10 @@ export const taggingWiring: {
8631
8540
  AiSuggestionsSearchChanged: {
8632
8541
  trackAiSuggestionsSearchWire: AnyWire;
8633
8542
  };
8634
- UserClickedAnAiOverviewResult: {
8543
+ UserClickedAnAiCarouselResult: {
8635
8544
  trackToolingDisplayClickedWire: Wire<Taggable>;
8636
8545
  };
8637
- UserClickedAnAiOverviewAdd2Cart: {
8546
+ UserClickedAnAiCarouselAdd2Cart: {
8638
8547
  trackToolingAdd2CartWire: Wire<Taggable>;
8639
8548
  };
8640
8549
  };
@@ -9613,10 +9522,10 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
9613
9522
  // dist/types/src/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
9614
9523
  // dist/types/src/components/page-selector.vue.d.ts:65:5 - (ae-forgotten-export) The symbol "PageItem" needs to be exported by the entry point index.d.ts
9615
9524
  // dist/types/src/components/suggestions/base-suggestion.vue.d.ts:31:9 - (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
9616
- // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:16:5 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
9617
- // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:19:5 - (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
9618
- // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:21:5 - (ae-forgotten-export) The symbol "AiSuggestionSearch" needs to be exported by the entry point index.d.ts
9619
- // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:22:5 - (ae-forgotten-export) The symbol "AiSuggestionTagging" needs to be exported by the entry point index.d.ts
9525
+ // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:12:5 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
9526
+ // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:14:5 - (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
9527
+ // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:16:5 - (ae-forgotten-export) The symbol "AiSuggestionSearch" needs to be exported by the entry point index.d.ts
9528
+ // dist/types/src/x-modules/ai/components/ai-carousel.vue.d.ts:17:5 - (ae-forgotten-export) The symbol "AiSuggestionTagging" needs to be exported by the entry point index.d.ts
9620
9529
  // dist/types/src/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "Device" needs to be exported by the entry point index.d.ts
9621
9530
  // dist/types/src/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "MaxWidth" needs to be exported by the entry point index.d.ts
9622
9531
  // dist/types/src/x-modules/facets/components/facets/facets.vue.d.ts:47:5 - (ae-forgotten-export) The symbol "RenderFacet" needs to be exported by the entry point index.d.ts
@@ -181,8 +181,8 @@ declare const _default: import("vue").DefineComponent<{}, {
181
181
  AiSuggestionsRequestUpdated: (payload: import("@empathyco/x-types").AiSuggestionsRequest | null, metadata: WireMetadata) => unknown;
182
182
  AiSuggestionsSearchRequestUpdated: (payload: import("@empathyco/x-types").AiSuggestionsSearchRequest | null, metadata: WireMetadata) => unknown;
183
183
  AiSuggestionsSearchChanged: (payload: import("@empathyco/x-types").AiSuggestionSearch[], metadata: WireMetadata) => unknown;
184
- UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
185
- UserClickedAnAiOverviewResult: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
184
+ UserClickedAnAiCarouselResult: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
185
+ UserClickedAnAiCarouselAdd2Cart: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
186
186
  AiComponentMounted: (payload: undefined, metadata: WireMetadata) => unknown;
187
187
  }>>;
188
188
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
@@ -1,20 +1,15 @@
1
1
  import type { TaggingRequest } from '@empathyco/x-types';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
- title: {
4
- type: StringConstructor;
5
- };
6
- slidingPanelClasses: {
7
- type: StringConstructor;
8
- };
9
- slidingPanelContainerClasses: {
10
- type: StringConstructor;
11
- };
12
- slidingPanelButtonsClasses: {
13
- type: StringConstructor;
3
+ title: StringConstructor;
4
+ slidingPanelClasses: StringConstructor;
5
+ slidingPanelContainerClasses: StringConstructor;
6
+ slidingPanelButtonsClasses: StringConstructor;
7
+ group: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
14
10
  };
15
11
  }>, {
16
12
  emptyTaggingRequest: TaggingRequest;
17
- isNoResults: import("vue").ComputedRef<boolean>;
18
13
  isTitleOverflowing: import("vue").Ref<boolean, boolean>;
19
14
  queries: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionQuery[]>;
20
15
  query: import("vue").ComputedRef<string>;
@@ -25,25 +20,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
20
  titleRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
26
21
  toggleTitleExpansion: () => void;
27
22
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
- title: {
29
- type: StringConstructor;
30
- };
31
- slidingPanelClasses: {
32
- type: StringConstructor;
33
- };
34
- slidingPanelContainerClasses: {
35
- type: StringConstructor;
36
- };
37
- slidingPanelButtonsClasses: {
38
- type: StringConstructor;
39
- };
40
- }>> & Readonly<{}>, {}, {}, {
23
+ title: StringConstructor;
24
+ slidingPanelClasses: StringConstructor;
25
+ slidingPanelContainerClasses: StringConstructor;
26
+ slidingPanelButtonsClasses: StringConstructor;
27
+ group: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ group: boolean;
33
+ }, {}, {
34
+ AIStarIcon: import("vue").DefineComponent<{}, {}, any>;
35
+ AiGroupedCarousel: import("vue").DefineComponent<{}, {}, any>;
36
+ ArrowRightIcon: import("vue").DefineComponent<{}, {}, any>;
37
+ BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
41
38
  ChangeHeight: import("vue").DefineComponent<{}, {}, any>;
39
+ ChevronDownIcon: import("vue").DefineComponent<{}, {}, any>;
40
+ CollapseHeight: import("vue").DefineComponent<{}, {}, any>;
42
41
  DisplayClickProvider: import("vue").DefineComponent<{}, {}, any>;
43
42
  DisplayEmitter: import("vue").DefineComponent<{}, {}, any>;
44
- CollapseHeight: import("vue").DefineComponent<{}, {}, any>;
45
- AIStarIcon: import("vue").DefineComponent<{}, {}, any>;
46
- ChevronDownIcon: import("vue").DefineComponent<{}, {}, any>;
47
43
  SlidingPanel: import("vue").DefineComponent<{}, {}, any>;
48
44
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
45
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ai-carousel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/ai-carousel.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAexD,wBAgGE"}
1
+ {"version":3,"file":"ai-carousel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/ai-carousel.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBxD,wBA+FE"}
@@ -0,0 +1,19 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: StringConstructor;
3
+ slidingPanelClasses: StringConstructor;
4
+ slidingPanelContainerClasses: StringConstructor;
5
+ slidingPanelButtonsClasses: StringConstructor;
6
+ }>, {
7
+ suggestionsSearch: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionSearch[]>;
8
+ tagging: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionTagging | undefined>;
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ title: StringConstructor;
11
+ slidingPanelClasses: StringConstructor;
12
+ slidingPanelContainerClasses: StringConstructor;
13
+ slidingPanelButtonsClasses: StringConstructor;
14
+ }>> & Readonly<{}>, {}, {}, {
15
+ DisplayClickProvider: import("vue").DefineComponent<{}, {}, any>;
16
+ SlidingPanel: import("vue").DefineComponent<{}, {}, any>;
17
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
19
+ //# sourceMappingURL=ai-grouped-carousel.vue?vue&type=script&lang.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-grouped-carousel.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/ai-grouped-carousel.vue?vue&type=script&lang.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAKA,wBAuBE"}
@@ -1,3 +1,2 @@
1
1
  export { default as AiCarousel } from './ai-carousel.vue';
2
- export { default as AiOverview } from './ai-overview.vue';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,mBAAmB,CAAA"}
@@ -9,8 +9,8 @@ export interface AiXEvents {
9
9
  AiSuggestionsRequestUpdated: AiSuggestionsRequest | null;
10
10
  AiSuggestionsSearchRequestUpdated: AiSuggestionsSearchRequest | null;
11
11
  AiSuggestionsSearchChanged: AiSuggestionSearch[];
12
- UserClickedAiOverviewExpandButton: boolean;
13
- UserClickedAnAiOverviewResult: Result;
12
+ UserClickedAnAiCarouselResult: Result;
13
+ UserClickedAnAiCarouselAdd2Cart: Result;
14
14
  AiComponentMounted: void;
15
15
  }
16
16
  //# sourceMappingURL=events.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACpB,0BAA0B,EAC1B,MAAM,EACP,MAAM,oBAAoB,CAAA;AAE3B;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB,2BAA2B,EAAE,oBAAoB,GAAG,IAAI,CAAA;IACxD,iCAAiC,EAAE,0BAA0B,GAAG,IAAI,CAAA;IACpE,0BAA0B,EAAE,kBAAkB,EAAE,CAAA;IAChD,iCAAiC,EAAE,OAAO,CAAA;IAC1C,6BAA6B,EAAE,MAAM,CAAA;IACrC,kBAAkB,EAAE,IAAI,CAAA;CACzB"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACpB,0BAA0B,EAC1B,MAAM,EACP,MAAM,oBAAoB,CAAA;AAE3B;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB,2BAA2B,EAAE,oBAAoB,GAAG,IAAI,CAAA;IACxD,iCAAiC,EAAE,0BAA0B,GAAG,IAAI,CAAA;IACpE,0BAA0B,EAAE,kBAAkB,EAAE,CAAA;IAChD,6BAA6B,EAAE,MAAM,CAAA;IACrC,+BAA+B,EAAE,MAAM,CAAA;IACvC,kBAAkB,EAAE,IAAI,CAAA;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-ai-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAmB,cAAc,EAAE,MAAM,UAAU,CAAA;AAyB/D;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,2BAA2B,CAgB1F,CAAA"}
1
+ {"version":3,"file":"fetch-and-save-ai-suggestions.action.d.ts","sourceRoot":"","sources":["../../../../../../../src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAmB,cAAc,EAAE,MAAM,UAAU,CAAA;AAqB/D;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,2BAA2B,CAgB1F,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAW,cAAc,EAAE,MAAM,SAAS,CAAA;AAetD;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cA6E5B,CAAA"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAW,cAAc,EAAE,MAAM,SAAS,CAAA;AAetD;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAuE5B,CAAA"}
@@ -10,9 +10,6 @@ import type { AiConfig } from '../config.types';
10
10
  * @public
11
11
  */
12
12
  export interface AiState extends QueryState {
13
- /** The streamed field from suggestion response.*/
14
- responseText: string;
15
- suggestionText: string;
16
13
  queries: AiSuggestionQuery[];
17
14
  excludeOptions: {
18
15
  resultIds: Result['id'][];
@@ -29,8 +26,6 @@ export interface AiState extends QueryState {
29
26
  params: Dictionary<unknown>;
30
27
  /** The list of the related tags, related to the `query` property of the state. */
31
28
  relatedTags: RelatedTag[];
32
- /** Flag to indicate that the AI response has no results */
33
- isNoResults: boolean;
34
29
  /** The origin property of the request. */
35
30
  origin: QueryOrigin | null;
36
31
  /**
@@ -63,30 +58,12 @@ export interface AiGetters {
63
58
  * @public
64
59
  */
65
60
  export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
66
- /**
67
- * Sets the responseText from the streamed response.
68
- *
69
- * @param responseText - The new responseText.
70
- */
71
- setResponseText: (responseText: string) => void;
72
- /**
73
- * Sets the suggestionText from the streamed response.
74
- *
75
- * @param suggestionText - The new suggestionText.
76
- */
77
- setSuggestionText: (suggestionText: string) => void;
78
61
  /**
79
62
  * Sets the queries from the streamed response.
80
63
  *
81
64
  * @param queries - The new queries.
82
65
  */
83
66
  setQueries: (queries: AiSuggestionQuery[]) => void;
84
- /**
85
- * Sets the result ids to exclude from the suggestions response.
86
- *
87
- * @param resultIds - The new resultIds.
88
- */
89
- setExcludedResultIds: (resultIds: Result['id'][]) => void;
90
67
  /**
91
68
  * Sets the tagging from the streamed response.
92
69
  *
@@ -105,6 +82,12 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
105
82
  * @param status - The new status.
106
83
  */
107
84
  setSuggestionsSearchStatus: (status: RequestStatus) => void;
85
+ /**
86
+ * Sets the result ids to exclude from the suggestion search response.
87
+ *
88
+ * @param resultIds - The new resultIds.
89
+ */
90
+ setExcludedResultIds: (resultIds: Result['id'][]) => void;
108
91
  /**
109
92
  * Sets the suggestions search from the suggestions search response.
110
93
  *
@@ -127,12 +110,6 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
127
110
  * @param relatedTags - The new related tags to save to the state.
128
111
  */
129
112
  setAiRelatedTags: (relatedTags: RelatedTag[]) => void;
130
- /**
131
- * Sets the no results flag of the module.
132
- *
133
- * @param isNoResults - The new no results value.
134
- */
135
- setIsNoResults: (isNoResults: boolean) => void;
136
113
  /**
137
114
  * Sets the origin of the module.
138
115
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/types.ts"],"names":[],"mappings":"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"}
@@ -206,8 +206,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
206
206
  AiSuggestionsRequestUpdated?: import("@empathyco/x-types").AiSuggestionsRequest | null | undefined;
207
207
  AiSuggestionsSearchRequestUpdated?: import("@empathyco/x-types").AiSuggestionsSearchRequest | null | undefined;
208
208
  AiSuggestionsSearchChanged?: import("@empathyco/x-types").AiSuggestionSearch[] | undefined;
209
- UserClickedAiOverviewExpandButton?: boolean | undefined;
210
- UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
209
+ UserClickedAnAiCarouselResult?: import("@empathyco/x-types").Result | undefined;
210
+ UserClickedAnAiCarouselAdd2Cart?: import("@empathyco/x-types").Result | undefined;
211
211
  AiComponentMounted?: void | undefined;
212
212
  }>;
213
213
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
196
196
  AiSuggestionsRequestUpdated?: import("@empathyco/x-types").AiSuggestionsRequest | null | undefined;
197
197
  AiSuggestionsSearchRequestUpdated?: import("@empathyco/x-types").AiSuggestionsSearchRequest | null | undefined;
198
198
  AiSuggestionsSearchChanged?: import("@empathyco/x-types").AiSuggestionSearch[] | undefined;
199
- UserClickedAiOverviewExpandButton?: boolean | undefined;
200
- UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
199
+ UserClickedAnAiCarouselResult?: import("@empathyco/x-types").Result | undefined;
200
+ UserClickedAnAiCarouselAdd2Cart?: import("@empathyco/x-types").Result | undefined;
201
201
  AiComponentMounted?: void | undefined;
202
202
  }>;
203
203
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
@@ -249,10 +249,10 @@ export declare const taggingWiring: {
249
249
  AiSuggestionsSearchChanged: {
250
250
  trackAiSuggestionsSearchWire: import("../../wiring/wiring.types").AnyWire;
251
251
  };
252
- UserClickedAnAiOverviewResult: {
252
+ UserClickedAnAiCarouselResult: {
253
253
  trackToolingDisplayClickedWire: Wire<Taggable>;
254
254
  };
255
- UserClickedAnAiOverviewAdd2Cart: {
255
+ UserClickedAnAiCarouselAdd2Cart: {
256
256
  trackToolingAdd2CartWire: Wire<Taggable>;
257
257
  };
258
258
  };
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiMutations](./x-components.aimutations.md) &gt; [setIsNoResults](./x-components.aimutations.setisnoresults.md)
4
-
5
- ## AiMutations.setIsNoResults property
6
-
7
- Sets the no results flag of the module.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- setIsNoResults: (isNoResults: boolean) => void;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiMutations](./x-components.aimutations.md) &gt; [setResponseText](./x-components.aimutations.setresponsetext.md)
4
-
5
- ## AiMutations.setResponseText property
6
-
7
- Sets the responseText from the streamed response.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- setResponseText: (responseText: string) => void;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiMutations](./x-components.aimutations.md) &gt; [setSuggestionText](./x-components.aimutations.setsuggestiontext.md)
4
-
5
- ## AiMutations.setSuggestionText property
6
-
7
- Sets the suggestionText from the streamed response.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- setSuggestionText: (suggestionText: string) => void;
13
- ```