@empathyco/x-components 6.0.0-alpha.217 → 6.0.0-alpha.219

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 (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/docs/API-reference/api/x-components.aixevents.aicomponentmounted.md +11 -0
  3. package/docs/API-reference/api/x-components.aixevents.md +1 -1
  4. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +1 -1
  5. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +1 -1
  6. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -1
  7. package/docs/API-reference/api/x-components.md +2 -0
  8. package/docs/API-reference/api/x-components.simplefilter.md +1 -1
  9. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -1
  10. package/docs/API-reference/api/x-components.typinghtmlelement.md +2 -0
  11. package/docs/API-reference/api/x-types.aisuggestionquery.categories.md +11 -0
  12. package/docs/API-reference/api/x-types.aisuggestionquery.md +73 -0
  13. package/docs/API-reference/api/x-types.aisuggestionquery.query.md +11 -0
  14. package/docs/API-reference/api/x-types.aisuggestiontagging.md +90 -0
  15. package/docs/API-reference/api/x-types.aisuggestiontagging.searchqueries.md +15 -0
  16. package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplay.md +11 -0
  17. package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplayclick.md +11 -0
  18. package/docs/API-reference/api/x-types.md +22 -0
  19. package/js/directives/typing.js +1 -1
  20. package/js/directives/typing.js.map +1 -1
  21. package/js/plugins/x-plugin.js +1 -2
  22. package/js/plugins/x-plugin.js.map +1 -1
  23. package/js/utils/storage.js +3 -4
  24. package/js/utils/storage.js.map +1 -1
  25. package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -1
  26. package/js/x-modules/ai/components/ai-carousel.vue2.js +4 -1
  27. package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -1
  28. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -1
  29. package/js/x-modules/ai/components/ai-overview.vue2.js +1 -1
  30. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -1
  31. package/js/x-modules/ai/wiring.js +1 -1
  32. package/js/x-modules/ai/wiring.js.map +1 -1
  33. package/js/x-modules/tagging/service/external-tagging.service.js +1 -2
  34. package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -1
  35. package/package.json +7 -10
  36. package/report/x-adapter-platform.api.json +2 -2
  37. package/report/x-components.api.json +13 -13
  38. package/report/x-components.api.md +9 -9
  39. package/report/x-types.api.json +205 -0
  40. package/types/components/modals/base-events-modal-close.vue.d.ts +1 -1
  41. package/types/components/modals/base-events-modal-open.vue.d.ts +1 -1
  42. package/types/components/snippet-callbacks.vue.d.ts +1 -1
  43. package/types/directives/typing.d.ts +4 -2
  44. package/types/directives/typing.d.ts.map +1 -1
  45. package/types/plugins/x-plugin.d.ts.map +1 -1
  46. package/types/utils/storage.d.ts +3 -4
  47. package/types/utils/storage.d.ts.map +1 -1
  48. package/types/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -1
  49. package/types/x-modules/ai/events.types.d.ts +1 -1
  50. package/types/x-modules/ai/events.types.d.ts.map +1 -1
  51. package/types/x-modules/ai/wiring.d.ts +1 -1
  52. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -1
  53. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -1
  54. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
  55. package/types/x-modules/tagging/service/external-tagging.service.d.ts +1 -1
  56. package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -1
  57. package/docs/API-reference/api/x-components.aixevents.aioverviewmounted.md +0 -11
@@ -102,7 +102,7 @@ import { default as SortZAIcon } from './sort-za.vue';
102
102
  import { default as SpinnerIcon } from './spinner.vue';
103
103
  import { default as StarFilledIcon } from './star-filled.vue';
104
104
  import { default as StarIcon } from './star.vue';
105
- import type { StorageService } from '@empathyco/x-storage-service';
105
+ import type { StorageService } from '@empathyco/x-utils';
106
106
  import type { Store } from 'vuex';
107
107
  import type { StyleValue } from 'vue';
108
108
  import type { Subject } from 'rxjs';
@@ -438,7 +438,7 @@ export const aiWiring: {
438
438
  SelectedFiltersForRequestChanged: {
439
439
  setSelectedFiltersWire: Wire<Filter[]>;
440
440
  };
441
- AiOverviewMounted: {
441
+ AiComponentMounted: {
442
442
  saveAiOriginWire: AnyWire;
443
443
  };
444
444
  };
@@ -446,7 +446,7 @@ export const aiWiring: {
446
446
  // @public
447
447
  export interface AiXEvents {
448
448
  // (undocumented)
449
- AiOverviewMounted: void;
449
+ AiComponentMounted: void;
450
450
  // (undocumented)
451
451
  AiSuggestionsRequestUpdated: AiSuggestionsRequest | null;
452
452
  // (undocumented)
@@ -871,7 +871,7 @@ type: PropType<PropsWithType<XEventsTypes, void>>;
871
871
  default: string;
872
872
  };
873
873
  }>> & Readonly<{}>, {
874
- 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";
874
+ 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" | "AiComponentMounted";
875
875
  }, {}, {
876
876
  BaseEventButton: DefineComponent< {}, {}, any>;
877
877
  }, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -890,7 +890,7 @@ type: PropType<PropsWithType<XEventsTypes, void>>;
890
890
  default: string;
891
891
  };
892
892
  }>> & Readonly<{}>, {
893
- 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";
893
+ 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" | "AiComponentMounted";
894
894
  }, {}, {
895
895
  BaseEventButton: DefineComponent< {}, {}, any>;
896
896
  }, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -3738,7 +3738,7 @@ AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefine
3738
3738
  AiSuggestionsSearchChanged?: AiSuggestionSearch[] | undefined;
3739
3739
  UserClickedAiOverviewExpandButton?: boolean | undefined;
3740
3740
  UserClickedAnAiOverviewResult?: Result | undefined;
3741
- AiOverviewMounted?: void | undefined;
3741
+ AiComponentMounted?: void | undefined;
3742
3742
  }>;
3743
3743
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
3744
3744
  renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
@@ -7810,7 +7810,7 @@ AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefine
7810
7810
  AiSuggestionsSearchChanged?: AiSuggestionSearch[] | undefined;
7811
7811
  UserClickedAiOverviewExpandButton?: boolean | undefined;
7812
7812
  UserClickedAnAiOverviewResult?: Result | undefined;
7813
- AiOverviewMounted?: void | undefined;
7813
+ AiComponentMounted?: void | undefined;
7814
7814
  }>;
7815
7815
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
7816
7816
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -8152,7 +8152,7 @@ AiSuggestionsSearchRequestUpdated: (payload: AiSuggestionsSearchRequest | null,
8152
8152
  AiSuggestionsSearchChanged: (payload: AiSuggestionSearch[], metadata: WireMetadata) => unknown;
8153
8153
  UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
8154
8154
  UserClickedAnAiOverviewResult: (payload: Result, metadata: WireMetadata) => unknown;
8155
- AiOverviewMounted: (payload: undefined, metadata: WireMetadata) => unknown;
8155
+ AiComponentMounted: (payload: undefined, metadata: WireMetadata) => unknown;
8156
8156
  }>>;
8157
8157
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
8158
8158
  GlobalXBus: DefineComponent< {}, {}, any>;
@@ -8729,7 +8729,7 @@ export { TrendingTinyIcon }
8729
8729
  // @public
8730
8730
  export const typing: Directive<TypingHTMLElement, TypingOptions>;
8731
8731
 
8732
- // @public (undocumented)
8732
+ // @public
8733
8733
  export interface TypingHTMLElement extends HTMLElement {
8734
8734
  // (undocumented)
8735
8735
  __timeoutId?: number;
@@ -738,6 +738,78 @@
738
738
  ],
739
739
  "extendsTokenRanges": []
740
740
  },
741
+ {
742
+ "kind": "Interface",
743
+ "canonicalReference": "@empathyco/x-types!AiSuggestionQuery:interface",
744
+ "docComment": "/**\n * Data for each query suggested.\n *\n * @public\n */\n",
745
+ "excerptTokens": [
746
+ {
747
+ "kind": "Content",
748
+ "text": "export interface AiSuggestionQuery "
749
+ }
750
+ ],
751
+ "fileUrlPath": "temp/types/ai/suggestions.model.d.ts",
752
+ "releaseTag": "Public",
753
+ "name": "AiSuggestionQuery",
754
+ "preserveMemberOrder": false,
755
+ "members": [
756
+ {
757
+ "kind": "PropertySignature",
758
+ "canonicalReference": "@empathyco/x-types!AiSuggestionQuery#categories:member",
759
+ "docComment": "",
760
+ "excerptTokens": [
761
+ {
762
+ "kind": "Content",
763
+ "text": "categories: "
764
+ },
765
+ {
766
+ "kind": "Content",
767
+ "text": "string[]"
768
+ },
769
+ {
770
+ "kind": "Content",
771
+ "text": ";"
772
+ }
773
+ ],
774
+ "isReadonly": false,
775
+ "isOptional": false,
776
+ "releaseTag": "Public",
777
+ "name": "categories",
778
+ "propertyTypeTokenRange": {
779
+ "startIndex": 1,
780
+ "endIndex": 2
781
+ }
782
+ },
783
+ {
784
+ "kind": "PropertySignature",
785
+ "canonicalReference": "@empathyco/x-types!AiSuggestionQuery#query:member",
786
+ "docComment": "",
787
+ "excerptTokens": [
788
+ {
789
+ "kind": "Content",
790
+ "text": "query: "
791
+ },
792
+ {
793
+ "kind": "Content",
794
+ "text": "string"
795
+ },
796
+ {
797
+ "kind": "Content",
798
+ "text": ";"
799
+ }
800
+ ],
801
+ "isReadonly": false,
802
+ "isOptional": false,
803
+ "releaseTag": "Public",
804
+ "name": "query",
805
+ "propertyTypeTokenRange": {
806
+ "startIndex": 1,
807
+ "endIndex": 2
808
+ }
809
+ }
810
+ ],
811
+ "extendsTokenRanges": []
812
+ },
741
813
  {
742
814
  "kind": "Interface",
743
815
  "canonicalReference": "@empathyco/x-types!AiSuggestionSearch:interface",
@@ -1083,6 +1155,139 @@
1083
1155
  ],
1084
1156
  "extendsTokenRanges": []
1085
1157
  },
1158
+ {
1159
+ "kind": "Interface",
1160
+ "canonicalReference": "@empathyco/x-types!AiSuggestionTagging:interface",
1161
+ "docComment": "/**\n * Interface for the AI suggestion tagging.\n *\n * @public\n */\n",
1162
+ "excerptTokens": [
1163
+ {
1164
+ "kind": "Content",
1165
+ "text": "export interface AiSuggestionTagging "
1166
+ }
1167
+ ],
1168
+ "fileUrlPath": "temp/types/ai/suggestions.model.d.ts",
1169
+ "releaseTag": "Public",
1170
+ "name": "AiSuggestionTagging",
1171
+ "preserveMemberOrder": false,
1172
+ "members": [
1173
+ {
1174
+ "kind": "PropertySignature",
1175
+ "canonicalReference": "@empathyco/x-types!AiSuggestionTagging#searchQueries:member",
1176
+ "docComment": "",
1177
+ "excerptTokens": [
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": "searchQueries: "
1181
+ },
1182
+ {
1183
+ "kind": "Reference",
1184
+ "text": "Record",
1185
+ "canonicalReference": "!Record:type"
1186
+ },
1187
+ {
1188
+ "kind": "Content",
1189
+ "text": "<string, {\n toolingDisplay: "
1190
+ },
1191
+ {
1192
+ "kind": "Reference",
1193
+ "text": "TaggingRequest",
1194
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
1195
+ },
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": ";\n toolingDisplayClick: "
1199
+ },
1200
+ {
1201
+ "kind": "Reference",
1202
+ "text": "TaggingRequest",
1203
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
1204
+ },
1205
+ {
1206
+ "kind": "Content",
1207
+ "text": ";\n toolingDisplayAdd2Cart: "
1208
+ },
1209
+ {
1210
+ "kind": "Reference",
1211
+ "text": "TaggingRequest",
1212
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
1213
+ },
1214
+ {
1215
+ "kind": "Content",
1216
+ "text": ";\n }>"
1217
+ },
1218
+ {
1219
+ "kind": "Content",
1220
+ "text": ";"
1221
+ }
1222
+ ],
1223
+ "isReadonly": false,
1224
+ "isOptional": false,
1225
+ "releaseTag": "Public",
1226
+ "name": "searchQueries",
1227
+ "propertyTypeTokenRange": {
1228
+ "startIndex": 1,
1229
+ "endIndex": 9
1230
+ }
1231
+ },
1232
+ {
1233
+ "kind": "PropertySignature",
1234
+ "canonicalReference": "@empathyco/x-types!AiSuggestionTagging#toolingDisplay:member",
1235
+ "docComment": "",
1236
+ "excerptTokens": [
1237
+ {
1238
+ "kind": "Content",
1239
+ "text": "toolingDisplay: "
1240
+ },
1241
+ {
1242
+ "kind": "Reference",
1243
+ "text": "TaggingRequest",
1244
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
1245
+ },
1246
+ {
1247
+ "kind": "Content",
1248
+ "text": ";"
1249
+ }
1250
+ ],
1251
+ "isReadonly": false,
1252
+ "isOptional": false,
1253
+ "releaseTag": "Public",
1254
+ "name": "toolingDisplay",
1255
+ "propertyTypeTokenRange": {
1256
+ "startIndex": 1,
1257
+ "endIndex": 2
1258
+ }
1259
+ },
1260
+ {
1261
+ "kind": "PropertySignature",
1262
+ "canonicalReference": "@empathyco/x-types!AiSuggestionTagging#toolingDisplayClick:member",
1263
+ "docComment": "",
1264
+ "excerptTokens": [
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": "toolingDisplayClick: "
1268
+ },
1269
+ {
1270
+ "kind": "Reference",
1271
+ "text": "TaggingRequest",
1272
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
1273
+ },
1274
+ {
1275
+ "kind": "Content",
1276
+ "text": ";"
1277
+ }
1278
+ ],
1279
+ "isReadonly": false,
1280
+ "isOptional": false,
1281
+ "releaseTag": "Public",
1282
+ "name": "toolingDisplayClick",
1283
+ "propertyTypeTokenRange": {
1284
+ "startIndex": 1,
1285
+ "endIndex": 2
1286
+ }
1287
+ }
1288
+ ],
1289
+ "extendsTokenRanges": []
1290
+ },
1086
1291
  {
1087
1292
  "kind": "Interface",
1088
1293
  "canonicalReference": "@empathyco/x-types!AiTasksRequest:interface",
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
30
30
  default: string;
31
31
  };
32
32
  }>> & Readonly<{}>, {
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";
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" | "AiComponentMounted";
34
34
  }, {}, {
35
35
  BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
36
36
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
30
30
  default: string;
31
31
  };
32
32
  }>> & Readonly<{}>, {
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";
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" | "AiComponentMounted";
34
34
  }, {}, {
35
35
  BaseEventButton: import("vue").DefineComponent<{}, {}, any>;
36
36
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -181,7 +181,7 @@ declare const _default: import("vue").DefineComponent<{}, {
181
181
  AiSuggestionsSearchChanged: (payload: import("@empathyco/x-types").AiSuggestionSearch[], 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
+ AiComponentMounted: (payload: undefined, metadata: WireMetadata) => unknown;
185
185
  }>>;
186
186
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
187
187
  GlobalXBus: import("vue").DefineComponent<{}, {}, any>;
@@ -1,7 +1,6 @@
1
1
  import type { Directive } from 'vue';
2
2
  /**
3
3
  * TypingOptions interface.
4
- *
5
4
  * @public
6
5
  */
7
6
  export interface TypingOptions {
@@ -22,12 +21,15 @@ export interface TypingOptions {
22
21
  */
23
22
  targetAttr?: string;
24
23
  }
24
+ /**
25
+ * TypingHTMLElement interface.
26
+ * @public
27
+ */
25
28
  export interface TypingHTMLElement extends HTMLElement {
26
29
  __timeoutId?: number;
27
30
  }
28
31
  /**
29
32
  * Typing directive.
30
- *
31
33
  * @public
32
34
  */
33
35
  export declare const typing: Directive<TypingHTMLElement, TypingOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"typing.d.ts","sourceRoot":"","sources":["../../../src/directives/typing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,SAAS,CAAC,iBAAiB,EAAE,aAAa,CAe9D,CAAA"}
1
+ {"version":3,"file":"typing.d.ts","sourceRoot":"","sources":["../../../src/directives/typing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,SAAS,CAAC,iBAAiB,EAAE,aAAa,CAe9D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"x-plugin.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAG5D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,KAAK,EAAU,KAAK,EAAE,MAAM,MAAM,CAAA;AACzC,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC5E,OAAO,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAClE,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACnE,OAAO,KAAK,EAAgC,IAAI,EAAE,MAAM,UAAU,CAAA;AAClE,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC3E,OAAO,KAAK,EAAE,qBAAqB,EAAkB,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAW7F;;;;;GAKG;AACH,qBAAa,OAAO;IAClB;;;;;;;;OAQG;IACH,WAAkB,OAAO,IAAI,kBAAkB,CAE9C;IAED;;;;;;;;OAQG;IACH,WAAkB,GAAG,IAAI,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAExD;IAED;;;;;;;OAOG;IACH,WAAkB,KAAK,IAAI,KAAK,CAAC,eAAe,CAAC,CAEhD;IAED;;;;;;OAMG;IACH,SAAS,CAAC,MAAM,CAAC,WAAW,IAAI,OAAO;IAOvC;;;;OAIG;IACH,SAAS,CAAC,MAAM,CAAC,eAAe,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC,CAAK;IAE/E;;;;OAIG;IACH,SAAS,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAE5B,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,CAAK;IACnF;;;;OAIG;IACH,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAA;IAE/C;;;;OAIG;IACH,SAAS,CAAC,OAAO,EAAG,kBAAkB,CAAA;IAEtC;;;;OAIG;IACH,SAAS,CAAC,iBAAiB,cAAoB;IAE/C;;;;;;;OAOG;IACH,SAAS,CAAC,WAAW,UAAQ;IAE7B;;;;;OAKG;IACH,SAAS,CAAC,OAAO,EAAG,cAAc,CAAA;IAElC;;;;;OAKG;IACH,SAAS,CAAC,KAAK,EAAG,KAAK,CAAC,GAAG,CAAC,CAAA;IAE5B;;;;OAIG;IACH,SAAS,CAAC,GAAG,EAAG,GAAG,CAAA;IAEnB;;;;;;OAMG;gBACgB,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC;IAIxD;;;;;;;OAOG;IACH,MAAM,CAAC,eAAe,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAQjD;;;;;;OAMG;IACH,MAAM,CAAC,aAAa,IAAI,IAAI;IAK5B;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAI/D;;;;;;;;OAQG;IACH,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,IAAI;IAejD;;;;;;OAMG;IACH,SAAS,CAAC,eAAe,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAapD;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,CAAC,EACzB,IAAI,EACJ,MAAM,EACN,WAAW,EACX,aAAa,EACb,GAAG,WAAW,EACf,EAAE,UAAU,GAAG,UAAU;IAoB1B;;;;;;OAMG;IACH,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,UAAU,GAAG,IAAI;IAc5D;;;;;OAKG;IACH,SAAS,CAAC,mBAAmB,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,UAAU,GAAG,IAAI;IAKtE;;;;;;;;;;;;;OAaG;IACH,SAAS,CAAC,oBAAoB,CAC5B,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,uBAAuB,EAAE,EAAE,eAAe,EACpE,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,0BAA0B,EAAE,EAAE,qBAAqB,EAC7E,aAAa,EAAE,OAAO,GACrB,eAAe;IAUlB;;;;;;OAMG;IACH,SAAS,CAAC,qBAAqB,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAI1D;;;;;;;OAOG;IACH,SAAS,CAAC,aAAa,IAAI,IAAI;IAK/B;;;;OAIG;IACH,SAAS,CAAC,sBAAsB,IAAI,IAAI;IAMxC;;;;;OAKG;IACH,SAAS,CAAC,uBAAuB,IAAI,IAAI;CAM1C;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,OAAO,SAAmB,CAAA"}
1
+ {"version":3,"file":"x-plugin.d.ts","sourceRoot":"","sources":["../../../src/plugins/x-plugin.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,9 @@
1
- import type { StorageService } from '@empathyco/x-storage-service';
1
+ import type { StorageService } from '@empathyco/x-utils';
2
2
  /**
3
- * Service instance of {@link @empathyco/x-storage-service#StorageService | storage service} if
3
+ * Service instance of {@link @empathyco/x-utils#StorageService | storage service} if
4
4
  * localStorage is available.
5
- * If not, required {@link @empathyco/x-storage-service#StorageService | storage service} functions
5
+ * If not, required {@link @empathyco/x-utils#StorageService | storage service} functions
6
6
  * are initialized with empty implementations.
7
- *
8
7
  * @internal
9
8
  */
10
9
  export declare const localStorageService: StorageService;
@@ -1 +1 @@
1
- {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/utils/storage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAIlE;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAQ3B,CAAA"}
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/utils/storage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAIxD;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,EAAE,cAQ3B,CAAA"}
@@ -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,wBA4FE"}
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"}
@@ -11,6 +11,6 @@ export interface AiXEvents {
11
11
  AiSuggestionsSearchChanged: AiSuggestionSearch[];
12
12
  UserClickedAiOverviewExpandButton: boolean;
13
13
  UserClickedAnAiOverviewResult: Result;
14
- AiOverviewMounted: void;
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,iBAAiB,EAAE,IAAI,CAAA;CACxB"}
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"}
@@ -35,7 +35,7 @@ export declare const aiWiring: {
35
35
  SelectedFiltersForRequestChanged: {
36
36
  setSelectedFiltersWire: import("../../wiring").Wire<import("@empathyco/x-types").Filter[]>;
37
37
  };
38
- AiOverviewMounted: {
38
+ AiComponentMounted: {
39
39
  saveAiOriginWire: import("../../wiring").AnyWire;
40
40
  };
41
41
  };
@@ -206,7 +206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
206
206
  AiSuggestionsSearchChanged?: import("@empathyco/x-types").AiSuggestionSearch[] | undefined;
207
207
  UserClickedAiOverviewExpandButton?: boolean | undefined;
208
208
  UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
209
- AiOverviewMounted?: void | undefined;
209
+ AiComponentMounted?: void | undefined;
210
210
  }>;
211
211
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
212
212
  renderedChildrenFilters: import("vue").ComputedRef<HierarchicalFilterModel[]>;
@@ -196,7 +196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
196
196
  AiSuggestionsSearchChanged?: import("@empathyco/x-types").AiSuggestionSearch[] | undefined;
197
197
  UserClickedAiOverviewExpandButton?: boolean | undefined;
198
198
  UserClickedAnAiOverviewResult?: import("@empathyco/x-types").Result | undefined;
199
- AiOverviewMounted?: void | undefined;
199
+ AiComponentMounted?: void | undefined;
200
200
  }>;
201
201
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
202
202
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -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;;;;;;;;;;;iCAoCkoa,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7Orxa;;;;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;;;;;;;;;;;iCAoCsna,CAAC;sCAAqD,CAAC;8BAA6C,CAAC;;;;;;;;;;;;;IA7Ozwa;;;;OAIG;;IAEH;;;;OAIG;;;;;IAEH;;;;OAIG;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;eACiB,QAAQ,CAAC,MAAM,EAAE,CAAC;IACtC;;;;OAIG;;;;;;;;;;;;;AAxCP,wBAiPE"}
@@ -1,5 +1,5 @@
1
- import type { StorageService } from '@empathyco/x-storage-service';
2
1
  import type { Result } from '@empathyco/x-types';
2
+ import type { StorageService } from '@empathyco/x-utils';
3
3
  import type { Store } from 'vuex';
4
4
  import type { RootXStoreState } from '../../../store/index';
5
5
  import type { ExternalTaggingService } from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"external-tagging.service.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/tagging/service/external-tagging.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAChD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAIrD;;;;GAIG;AACH,qBAAa,6BAA8B,YAAW,sBAAsB;IAqBxE,SAAS,CAAC,mBAAmB,EAAE,cAAc;IAC7C,SAAS,CAAC,qBAAqB,EAAE,cAAc;IArBjD;;;;OAIG;IACH,gBAAuB,qBAAqB,iBAAgB;IAE5D;;;;OAIG;IACH,gBAAuB,kBAAkB,cAAa;IAEtD;;OAEG;IACH,OAAc,QAAQ,EAAE,sBAAsB,CAAsC;gBAGxE,mBAAmB,GAAE,cAA6D,EAClF,qBAAqB,GAAE,cAGhC;IAGH,SAAS,KAAK,KAAK,IAAI,KAAK,CAAC,eAAe,CAAC,CAE5C;IAED,SAAS,KAAK,UAAU,IAAI,MAAM,CAEjC;IAED,SAAS,KAAK,YAAY,IAAI,MAAM,CAEnC;IAED;;;;;;;OAOG;IACH,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQxC;;;;;;;;OAQG;IACH,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQpC;;;;;;;OAOG;IACH,oBAAoB,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;IAWvC;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;IAmBjC;;;;;;;;;OASG;IACH,SAAS,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAcrE;;;;OAIG;IACH,SAAS,CAAC,kBAAkB,IAAI,IAAI;IAMpC;;;;;;;;OAQG;IACH,SAAS,CAAC,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;CAiB3C"}
1
+ {"version":3,"file":"external-tagging.service.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/tagging/service/external-tagging.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,MAAM,CAAA;AACjC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAIrD;;;;GAIG;AACH,qBAAa,6BAA8B,YAAW,sBAAsB;IAqBxE,SAAS,CAAC,mBAAmB,EAAE,cAAc;IAC7C,SAAS,CAAC,qBAAqB,EAAE,cAAc;IArBjD;;;;OAIG;IACH,gBAAuB,qBAAqB,iBAAgB;IAE5D;;;;OAIG;IACH,gBAAuB,kBAAkB,cAAa;IAEtD;;OAEG;IACH,OAAc,QAAQ,EAAE,sBAAsB,CAAsC;gBAGxE,mBAAmB,GAAE,cAA6D,EAClF,qBAAqB,GAAE,cAGhC;IAGH,SAAS,KAAK,KAAK,IAAI,KAAK,CAAC,eAAe,CAAC,CAE5C;IAED,SAAS,KAAK,UAAU,IAAI,MAAM,CAEjC;IAED,SAAS,KAAK,YAAY,IAAI,MAAM,CAEnC;IAED;;;;;;;OAOG;IACH,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQxC;;;;;;;;OAQG;IACH,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQpC;;;;;;;OAOG;IACH,oBAAoB,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;IAWvC;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;IAmBjC;;;;;;;;;OASG;IACH,SAAS,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAcrE;;;;OAIG;IACH,SAAS,CAAC,kBAAkB,IAAI,IAAI;IAMpC;;;;;;;;OAQG;IACH,SAAS,CAAC,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;CAiB3C"}
@@ -1,11 +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; [AiXEvents](./x-components.aixevents.md) &gt; [AiOverviewMounted](./x-components.aixevents.aioverviewmounted.md)
4
-
5
- ## AiXEvents.AiOverviewMounted property
6
-
7
- **Signature:**
8
-
9
- ```typescript
10
- AiOverviewMounted: void;
11
- ```