@empathyco/x-components 6.0.0-alpha.159 → 6.0.0-alpha.160

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 (53) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/docs/API-reference/api/x-components.aiactions.md +1 -0
  3. package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
  4. package/docs/API-reference/api/x-components.aimutations.md +1 -0
  5. package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
  6. package/docs/API-reference/api/x-components.aistate.md +1 -0
  7. package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
  8. package/docs/API-reference/api/x-components.aixevents.aioverviewmounted.md +11 -0
  9. package/docs/API-reference/api/x-components.aixevents.md +1 -0
  10. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +1 -1
  11. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +1 -1
  12. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  13. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  14. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  15. package/docs/API-reference/api/x-types.aisuggestionsrequest.md +2 -2
  16. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +2 -2
  17. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -1
  18. package/js/x-modules/ai/components/ai-overview.vue2.js +5 -2
  19. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -1
  20. package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
  21. package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
  22. package/js/x-modules/ai/store/getters/suggestions-request.getter.js +2 -2
  23. package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -1
  24. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js +2 -2
  25. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js.map +1 -1
  26. package/js/x-modules/ai/store/module.js +6 -0
  27. package/js/x-modules/ai/store/module.js.map +1 -1
  28. package/js/x-modules/ai/wiring.js +5 -0
  29. package/js/x-modules/ai/wiring.js.map +1 -1
  30. package/package.json +4 -4
  31. package/report/x-components.api.json +145 -5
  32. package/report/x-components.api.md +13 -2
  33. package/report/x-types.api.json +26 -0
  34. package/types/components/modals/base-events-modal-close.vue.d.ts +1 -1
  35. package/types/components/modals/base-events-modal-open.vue.d.ts +1 -1
  36. package/types/components/snippet-callbacks.vue.d.ts +1 -0
  37. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  38. package/types/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -1
  39. package/types/x-modules/ai/events.types.d.ts +1 -0
  40. package/types/x-modules/ai/events.types.d.ts.map +1 -1
  41. package/types/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
  42. package/types/x-modules/ai/store/actions/save-origin.action.d.ts.map +1 -0
  43. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -1
  44. package/types/x-modules/ai/store/module.d.ts.map +1 -1
  45. package/types/x-modules/ai/store/types.d.ts +15 -1
  46. package/types/x-modules/ai/store/types.d.ts.map +1 -1
  47. package/types/x-modules/ai/wiring.d.ts +3 -0
  48. package/types/x-modules/ai/wiring.d.ts.map +1 -1
  49. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  50. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  51. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  52. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  53. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "6.0.0-alpha.159",
3
+ "version": "6.0.0-alpha.160",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -79,10 +79,10 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@empathyco/x-adapter": "^8.1.0-alpha.9",
82
- "@empathyco/x-adapter-platform": "^1.1.0-alpha.35",
82
+ "@empathyco/x-adapter-platform": "^1.1.0-alpha.36",
83
83
  "@empathyco/x-deep-merge": "^2.0.3-alpha.9",
84
84
  "@empathyco/x-storage-service": "^2.0.3-alpha.7",
85
- "@empathyco/x-types": "^10.1.0-alpha.28",
85
+ "@empathyco/x-types": "^10.1.0-alpha.29",
86
86
  "@empathyco/x-utils": "^1.0.3-alpha.8",
87
87
  "@vue/devtools-api": "~6.5.0",
88
88
  "@vueuse/core": "~10.11.0",
@@ -142,5 +142,5 @@
142
142
  "access": "public",
143
143
  "directory": "dist"
144
144
  },
145
- "gitHead": "5c1d8a0eb2526bfe24c695830b1c4390672aee67"
145
+ "gitHead": "df6d870b0ddca55abaa2821a016ec899a0695c92"
146
146
  }
@@ -929,6 +929,42 @@
929
929
  "endIndex": 4
930
930
  }
931
931
  },
932
+ {
933
+ "kind": "PropertySignature",
934
+ "canonicalReference": "@empathyco/x-components!AiActions#saveOrigin:member",
935
+ "docComment": "/**\n * Creates a {@link QueryOrigin} and saves it.\n *\n * @param originInit - The object to create the origin with.\n */\n",
936
+ "excerptTokens": [
937
+ {
938
+ "kind": "Content",
939
+ "text": "saveOrigin: "
940
+ },
941
+ {
942
+ "kind": "Content",
943
+ "text": "(originInit: "
944
+ },
945
+ {
946
+ "kind": "Reference",
947
+ "text": "QueryOriginInit",
948
+ "canonicalReference": "@empathyco/x-components!QueryOriginInit:type"
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": ") => void"
953
+ },
954
+ {
955
+ "kind": "Content",
956
+ "text": ";"
957
+ }
958
+ ],
959
+ "isReadonly": false,
960
+ "isOptional": false,
961
+ "releaseTag": "Public",
962
+ "name": "saveOrigin",
963
+ "propertyTypeTokenRange": {
964
+ "startIndex": 1,
965
+ "endIndex": 4
966
+ }
967
+ },
932
968
  {
933
969
  "kind": "PropertySignature",
934
970
  "canonicalReference": "@empathyco/x-components!AiActions#setUrlParams:member",
@@ -1226,6 +1262,42 @@
1226
1262
  "endIndex": 2
1227
1263
  }
1228
1264
  },
1265
+ {
1266
+ "kind": "PropertySignature",
1267
+ "canonicalReference": "@empathyco/x-components!AiMutations#setOrigin:member",
1268
+ "docComment": "/**\n * Sets the origin of the module.\n *\n * @param origin - The new origin.\n */\n",
1269
+ "excerptTokens": [
1270
+ {
1271
+ "kind": "Content",
1272
+ "text": "setOrigin: "
1273
+ },
1274
+ {
1275
+ "kind": "Content",
1276
+ "text": "(origin: "
1277
+ },
1278
+ {
1279
+ "kind": "Reference",
1280
+ "text": "QueryOrigin",
1281
+ "canonicalReference": "@empathyco/x-components!QueryOrigin:type"
1282
+ },
1283
+ {
1284
+ "kind": "Content",
1285
+ "text": " | undefined | null) => void"
1286
+ },
1287
+ {
1288
+ "kind": "Content",
1289
+ "text": ";"
1290
+ }
1291
+ ],
1292
+ "isReadonly": false,
1293
+ "isOptional": false,
1294
+ "releaseTag": "Public",
1295
+ "name": "setOrigin",
1296
+ "propertyTypeTokenRange": {
1297
+ "startIndex": 1,
1298
+ "endIndex": 4
1299
+ }
1300
+ },
1229
1301
  {
1230
1302
  "kind": "PropertySignature",
1231
1303
  "canonicalReference": "@empathyco/x-components!AiMutations#setParams:member",
@@ -1925,6 +1997,38 @@
1925
1997
  "endIndex": 2
1926
1998
  }
1927
1999
  },
2000
+ {
2001
+ "kind": "PropertySignature",
2002
+ "canonicalReference": "@empathyco/x-components!AiState#origin:member",
2003
+ "docComment": "/**\n * The origin property of the request.\n */\n",
2004
+ "excerptTokens": [
2005
+ {
2006
+ "kind": "Content",
2007
+ "text": "origin: "
2008
+ },
2009
+ {
2010
+ "kind": "Reference",
2011
+ "text": "QueryOrigin",
2012
+ "canonicalReference": "@empathyco/x-components!QueryOrigin:type"
2013
+ },
2014
+ {
2015
+ "kind": "Content",
2016
+ "text": " | null"
2017
+ },
2018
+ {
2019
+ "kind": "Content",
2020
+ "text": ";"
2021
+ }
2022
+ ],
2023
+ "isReadonly": false,
2024
+ "isOptional": false,
2025
+ "releaseTag": "Public",
2026
+ "name": "origin",
2027
+ "propertyTypeTokenRange": {
2028
+ "startIndex": 1,
2029
+ "endIndex": 3
2030
+ }
2031
+ },
1928
2032
  {
1929
2033
  "kind": "PropertySignature",
1930
2034
  "canonicalReference": "@empathyco/x-components!AiState#params:member",
@@ -2216,6 +2320,33 @@
2216
2320
  "name": "AiXEvents",
2217
2321
  "preserveMemberOrder": false,
2218
2322
  "members": [
2323
+ {
2324
+ "kind": "PropertySignature",
2325
+ "canonicalReference": "@empathyco/x-components!AiXEvents#AiOverviewMounted:member",
2326
+ "docComment": "",
2327
+ "excerptTokens": [
2328
+ {
2329
+ "kind": "Content",
2330
+ "text": "AiOverviewMounted: "
2331
+ },
2332
+ {
2333
+ "kind": "Content",
2334
+ "text": "void"
2335
+ },
2336
+ {
2337
+ "kind": "Content",
2338
+ "text": ";"
2339
+ }
2340
+ ],
2341
+ "isReadonly": false,
2342
+ "isOptional": false,
2343
+ "releaseTag": "Public",
2344
+ "name": "AiOverviewMounted",
2345
+ "propertyTypeTokenRange": {
2346
+ "startIndex": 1,
2347
+ "endIndex": 2
2348
+ }
2349
+ },
2219
2350
  {
2220
2351
  "kind": "PropertySignature",
2221
2352
  "canonicalReference": "@empathyco/x-components!AiXEvents#AiSuggestionsRequestUpdated:member",
@@ -5765,7 +5896,7 @@
5765
5896
  },
5766
5897
  {
5767
5898
  "kind": "Content",
5768
- "text": ", void>>;\n default: string;\n };\n}>>, {\n closingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\" | \"ReloadRelatedPromptsRequested\";\n}, {}>"
5899
+ "text": ", void>>;\n default: string;\n };\n}>>, {\n closingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\" | \"ReloadRelatedPromptsRequested\" | \"AiOverviewMounted\";\n}, {}>"
5769
5900
  }
5770
5901
  ],
5771
5902
  "fileUrlPath": "dist/types/components/modals/base-events-modal-close.vue.d.ts",
@@ -5923,7 +6054,7 @@
5923
6054
  },
5924
6055
  {
5925
6056
  "kind": "Content",
5926
- "text": ", void>>;\n default: string;\n };\n}>>, {\n openingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\" | \"ReloadRelatedPromptsRequested\";\n}, {}>"
6057
+ "text": ", void>>;\n default: string;\n };\n}>>, {\n openingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\" | \"ReloadRelatedPromptsRequested\" | \"AiOverviewMounted\";\n}, {}>"
5927
6058
  }
5928
6059
  ],
5929
6060
  "fileUrlPath": "dist/types/components/modals/base-events-modal-open.vue.d.ts",
@@ -30173,7 +30304,7 @@
30173
30304
  },
30174
30305
  {
30175
30306
  "kind": "Content",
30176
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
30307
+ "text": " | undefined;\n AiOverviewMounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
30177
30308
  },
30178
30309
  {
30179
30310
  "kind": "Reference",
@@ -65847,7 +65978,7 @@
65847
65978
  },
65848
65979
  {
65849
65980
  "kind": "Content",
65850
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
65981
+ "text": " | undefined;\n AiOverviewMounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
65851
65982
  },
65852
65983
  {
65853
65984
  "kind": "Reference",
@@ -69085,6 +69216,15 @@
69085
69216
  "text": "WireMetadata",
69086
69217
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
69087
69218
  },
69219
+ {
69220
+ "kind": "Content",
69221
+ "text": ") => unknown;\n AiOverviewMounted: (payload: undefined, metadata: "
69222
+ },
69223
+ {
69224
+ "kind": "Reference",
69225
+ "text": "WireMetadata",
69226
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
69227
+ },
69088
69228
  {
69089
69229
  "kind": "Content",
69090
69230
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -69141,7 +69281,7 @@
69141
69281
  "name": "SnippetCallbacks",
69142
69282
  "variableTypeTokenRange": {
69143
69283
  "startIndex": 1,
69144
- "endIndex": 522
69284
+ "endIndex": 524
69145
69285
  }
69146
69286
  },
69147
69287
  {
@@ -179,6 +179,7 @@ export interface AiActions {
179
179
  fetchAndSaveAiSuggestions: (request: AiSuggestionsRequest | null) => void;
180
180
  // Warning: (ae-forgotten-export) The symbol "AiSuggestionsSearchRequest" needs to be exported by the entry point index.d.ts
181
181
  fetchAndSaveAiSuggestionsSearch: (request: AiSuggestionsSearchRequest | null) => void;
182
+ saveOrigin: (originInit: QueryOriginInit) => void;
182
183
  setUrlParams: (urlParams: UrlParams) => void;
183
184
  }
184
185
 
@@ -205,6 +206,7 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
205
206
  // Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
206
207
  setAiRelatedTags: (relatedTags: RelatedTag_2[]) => void;
207
208
  setIsNoResults: (isNoResults: boolean) => void;
209
+ setOrigin: (origin: QueryOrigin | undefined | null) => void;
208
210
  setParams: (params: Dictionary<unknown>) => void;
209
211
  // Warning: (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
210
212
  setQueries: (queries: AiSuggestionQuery[]) => void;
@@ -298,6 +300,7 @@ export interface AiState extends QueryState {
298
300
  // (undocumented)
299
301
  config: AiConfig;
300
302
  isNoResults: boolean;
303
+ origin: QueryOrigin | null;
301
304
  params: Dictionary<unknown>;
302
305
  // (undocumented)
303
306
  queries: AiSuggestionQuery[];
@@ -336,10 +339,15 @@ export const aiWiring: {
336
339
  SelectedRelatedTagsChanged: {
337
340
  setAiRelatedTags: Wire<RelatedTag_2[]>;
338
341
  };
342
+ AiOverviewMounted: {
343
+ saveAiOriginWire: AnyWire;
344
+ };
339
345
  };
340
346
 
341
347
  // @public
342
348
  export interface AiXEvents {
349
+ // (undocumented)
350
+ AiOverviewMounted: void;
343
351
  // (undocumented)
344
352
  AiSuggestionsRequestUpdated: AiSuggestionsRequest | null;
345
353
  // (undocumented)
@@ -749,7 +757,7 @@ type: PropType<PropsWithType<XEventsTypes, void>>;
749
757
  default: string;
750
758
  };
751
759
  }>>, {
752
- closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
760
+ closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested" | "AiOverviewMounted";
753
761
  }, {}>;
754
762
 
755
763
  // @public
@@ -766,7 +774,7 @@ type: PropType<PropsWithType<XEventsTypes, void>>;
766
774
  default: string;
767
775
  };
768
776
  }>>, {
769
- openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
777
+ openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested" | "AiOverviewMounted";
770
778
  }, {}>;
771
779
 
772
780
  export { BaseFallbackImage }
@@ -3549,6 +3557,7 @@ AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
3549
3557
  AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
3550
3558
  UserClickedAiOverviewExpandButton?: boolean | undefined;
3551
3559
  UserClickedAnAiOverviewResult?: Result | undefined;
3560
+ AiOverviewMounted?: void | undefined;
3552
3561
  }>;
3553
3562
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
3554
3563
  renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
@@ -7530,6 +7539,7 @@ AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
7530
7539
  AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
7531
7540
  UserClickedAiOverviewExpandButton?: boolean | undefined;
7532
7541
  UserClickedAnAiOverviewResult?: Result | undefined;
7542
+ AiOverviewMounted?: void | undefined;
7533
7543
  }>;
7534
7544
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
7535
7545
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -7864,6 +7874,7 @@ AiSuggestionsRequestUpdated: (payload: AiSuggestionsRequest | null, metadata: Wi
7864
7874
  AiSuggestionsSearchRequestUpdated: (payload: AiSuggestionsSearchRequest | null, metadata: WireMetadata) => unknown;
7865
7875
  UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
7866
7876
  UserClickedAnAiOverviewResult: (payload: Result, metadata: WireMetadata) => unknown;
7877
+ AiOverviewMounted: (payload: undefined, metadata: WireMetadata) => unknown;
7867
7878
  }>>;
7868
7879
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7869
7880
 
@@ -876,6 +876,15 @@
876
876
  "text": "ExtraParamsRequest",
877
877
  "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
878
878
  },
879
+ {
880
+ "kind": "Content",
881
+ "text": ", "
882
+ },
883
+ {
884
+ "kind": "Reference",
885
+ "text": "TrackableRequest",
886
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
887
+ },
879
888
  {
880
889
  "kind": "Content",
881
890
  "text": " "
@@ -918,6 +927,10 @@
918
927
  {
919
928
  "startIndex": 1,
920
929
  "endIndex": 2
930
+ },
931
+ {
932
+ "startIndex": 3,
933
+ "endIndex": 4
921
934
  }
922
935
  ]
923
936
  },
@@ -935,6 +948,15 @@
935
948
  "text": "ExtraParamsRequest",
936
949
  "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
937
950
  },
951
+ {
952
+ "kind": "Content",
953
+ "text": ", "
954
+ },
955
+ {
956
+ "kind": "Reference",
957
+ "text": "TrackableRequest",
958
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
959
+ },
938
960
  {
939
961
  "kind": "Content",
940
962
  "text": " "
@@ -977,6 +999,10 @@
977
999
  {
978
1000
  "startIndex": 1,
979
1001
  "endIndex": 2
1002
+ },
1003
+ {
1004
+ "startIndex": 3,
1005
+ "endIndex": 4
980
1006
  }
981
1007
  ]
982
1008
  },
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  default: string;
31
31
  };
32
32
  }>>, {
33
- closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
33
+ closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested" | "AiOverviewMounted";
34
34
  }, {}>;
35
35
  export default _default;
36
36
  //# sourceMappingURL=base-events-modal-close.vue?vue&type=script&lang.d.ts.map
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  default: string;
31
31
  };
32
32
  }>>, {
33
- openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
33
+ openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested" | "AiOverviewMounted";
34
34
  }, {}>;
35
35
  export default _default;
36
36
  //# sourceMappingURL=base-events-modal-open.vue?vue&type=script&lang.d.ts.map
@@ -181,6 +181,7 @@ declare const _default: import("vue").DefineComponent<{}, {
181
181
  AiSuggestionsSearchRequestUpdated: (payload: import("@empathyco/x-types").AiSuggestionsSearchRequest | null, metadata: WireMetadata) => unknown;
182
182
  UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
183
183
  UserClickedAnAiOverviewResult: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
184
+ AiOverviewMounted: (payload: undefined, metadata: WireMetadata) => unknown;
184
185
  }>>;
185
186
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
186
187
  export default _default;
@@ -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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ai-overview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/components/ai-overview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;IAsC/B;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAIlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;4BAgCH,OAAO;oCARC,OAAO;;;;;;;IAlF9C;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAIlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;;;;;AA7EtC,wBA4IE"}
1
+ {"version":3,"file":"ai-overview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/components/ai-overview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;;IAsC/B;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAIlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;4BAgCH,OAAO;oCARC,OAAO;;;;;;;IAlF9C;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAGlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;IAIlC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;IAElC;;;;OAIG;;cAEe,QAAQ,CAAC,MAAM,CAAC;;;;;;;AA7EtC,wBAgJE"}
@@ -10,5 +10,6 @@ export interface AiXEvents {
10
10
  AiSuggestionsSearchRequestUpdated: AiSuggestionsSearchRequest | null;
11
11
  UserClickedAiOverviewExpandButton: boolean;
12
12
  UserClickedAnAiOverviewResult: Result;
13
+ AiOverviewMounted: void;
13
14
  }
14
15
  //# 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,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAElG;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB,2BAA2B,EAAE,oBAAoB,GAAG,IAAI,CAAA;IACxD,iCAAiC,EAAE,0BAA0B,GAAG,IAAI,CAAA;IACpE,iCAAiC,EAAE,OAAO,CAAA;IAC1C,6BAA6B,EAAE,MAAM,CAAA;CACtC"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/ai/events.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAElG;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACxB,2BAA2B,EAAE,oBAAoB,GAAG,IAAI,CAAA;IACxD,iCAAiC,EAAE,0BAA0B,GAAG,IAAI,CAAA;IACpE,iCAAiC,EAAE,OAAO,CAAA;IAC1C,6BAA6B,EAAE,MAAM,CAAA;IACrC,iBAAiB,EAAE,IAAI,CAAA;CACxB"}
@@ -0,0 +1,11 @@
1
+ import type { AiXStoreModule } from '../types';
2
+ /**
3
+ * Default implementation for the {@link AiActions.saveOrigin}.
4
+ *
5
+ * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
6
+ * provided by Vuex.
7
+ * @param queryOriginInit - The object to create the {@link QueryOrigin} with.
8
+ * @public
9
+ */
10
+ export declare const saveOrigin: AiXStoreModule['actions']['saveOrigin'];
11
+ //# sourceMappingURL=save-origin.action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"save-origin.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/actions/save-origin.action.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAG9C;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,YAAY,CAK9D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"suggestions-search-request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/getters/suggestions-search-request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAE9C;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,0BAA0B,CAK1F,CAAA"}
1
+ {"version":3,"file":"suggestions-search-request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/ai/store/getters/suggestions-search-request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAE9C;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC,0BAA0B,CAM1F,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAU7C;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cA4D5B,CAAA"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/ai/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAW7C;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAiE5B,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import type { AiSuggestionQuery, AiSuggestionSearch, AiSuggestionsRequest, AiSuggestionsSearchRequest, AiSuggestionTagging, RelatedTag } from '@empathyco/x-types';
2
2
  import type { Dictionary } from '@empathyco/x-utils';
3
3
  import type { ConfigMutations, QueryMutations, QueryState, XActionContext, XStoreModule } from '../../../store';
4
- import type { UrlParams } from '../../../types';
4
+ import type { QueryOrigin, QueryOriginInit, UrlParams } from '../../../types';
5
5
  import type { AiConfig } from '../config.types';
6
6
  /**
7
7
  * Ai module state.
@@ -27,6 +27,8 @@ export interface AiState extends QueryState {
27
27
  relatedTags: RelatedTag[];
28
28
  /** Flag to indicate that the AI response has no results */
29
29
  isNoResults: boolean;
30
+ /** The origin property of the request. */
31
+ origin: QueryOrigin | null;
30
32
  }
31
33
  /**
32
34
  * Ai module getters.
@@ -116,6 +118,12 @@ export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
116
118
  * @param isNoResults - The new no results value.
117
119
  */
118
120
  setIsNoResults: (isNoResults: boolean) => void;
121
+ /**
122
+ * Sets the origin of the module.
123
+ *
124
+ * @param origin - The new origin.
125
+ */
126
+ setOrigin: (origin: QueryOrigin | undefined | null) => void;
119
127
  }
120
128
  /**
121
129
  * Ai module actions.
@@ -141,6 +149,12 @@ export interface AiActions {
141
149
  * @param urlParams - List of params from the url.
142
150
  */
143
151
  setUrlParams: (urlParams: UrlParams) => void;
152
+ /**
153
+ * Creates a {@link QueryOrigin} and saves it.
154
+ *
155
+ * @param originInit - The object to create the origin with.
156
+ */
157
+ saveOrigin: (originInit: QueryOriginInit) => void;
144
158
  }
145
159
  /**
146
160
  * AI type safe store module.
@@ -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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"}
@@ -26,5 +26,8 @@ export declare const aiWiring: {
26
26
  SelectedRelatedTagsChanged: {
27
27
  setAiRelatedTags: import("../../wiring").Wire<import("@empathyco/x-types").RelatedTag[]>;
28
28
  };
29
+ AiOverviewMounted: {
30
+ saveAiOriginWire: import("../../wiring").AnyWire;
31
+ };
29
32
  };
30
33
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AAoCA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;CAuBnB,CAAA"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/ai/wiring.ts"],"names":[],"mappings":"AAuCA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnB,CAAA"}
@@ -206,6 +206,7 @@ declare const _default: import("vue").DefineComponent<{
206
206
  AiSuggestionsSearchRequestUpdated?: import("@empathyco/x-types").AiSuggestionsSearchRequest | null | undefined;
207
207
  UserClickedAiOverviewExpandButton?: boolean | undefined;
208
208
  UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
209
+ AiOverviewMounted?: void | undefined;
209
210
  }>;
210
211
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
211
212
  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"}
@@ -196,6 +196,7 @@ declare const _default: import("vue").DefineComponent<{
196
196
  AiSuggestionsSearchRequestUpdated?: import("@empathyco/x-types").AiSuggestionsSearchRequest | null | undefined;
197
197
  UserClickedAiOverviewExpandButton?: boolean | undefined;
198
198
  UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
199
+ AiOverviewMounted?: void | undefined;
199
200
  }>;
200
201
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
201
202
  }, unknown, {}, {}, 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"}
@@ -1 +1 @@
1
- {"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;iCAoC2vZ,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7O94Z;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;;;;AAxCP,wBAiPE"}
1
+ {"version":3,"file":"related-prompts-tag-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompts-tag-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAQnC;;;;;;;GAOG;;IAMC;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;8BAoE8B,MAAM,KAAG,IAAI;wBAiEnB,OAAO;kBAeb,OAAO,QAAQ,MAAM,IAAI;kBAkBzB,OAAO,QAAQ,MAAM,IAAI;;;;;;;;;;;iCAoC+xZ,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7Ol7Z;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;;;;AAxCP,wBAiPE"}