@empathyco/x-components 6.0.0-alpha.59 → 6.0.0-alpha.60

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 (66) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/core/index.js.map +1 -1
  3. package/design-system/deprecated-full-theme.css +247 -248
  4. package/docs/API-reference/api/x-components.md +0 -1
  5. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +1 -0
  6. package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
  7. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +1 -0
  8. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +24 -0
  9. package/docs/API-reference/api/x-components.relatedpromptsstate.md +1 -0
  10. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
  11. package/docs/API-reference/api/x-components.semanticqueriesgetters.md +1 -0
  12. package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
  13. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -0
  14. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +24 -0
  15. package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -0
  16. package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
  17. package/js/index.js +0 -1
  18. package/js/index.js.map +1 -1
  19. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
  20. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
  21. package/js/x-modules/related-prompts/store/getters/request.getter.js +3 -2
  22. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
  23. package/js/x-modules/related-prompts/store/module.js +8 -2
  24. package/js/x-modules/related-prompts/store/module.js.map +1 -1
  25. package/js/x-modules/related-prompts/wiring.js +5 -0
  26. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  27. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +1 -1
  28. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
  29. package/js/x-modules/semantic-queries/store/getters/request.getter.js +5 -4
  30. package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
  31. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
  32. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
  33. package/js/x-modules/semantic-queries/store/module.js +8 -2
  34. package/js/x-modules/semantic-queries/store/module.js.map +1 -1
  35. package/js/x-modules/semantic-queries/wiring.js +5 -0
  36. package/js/x-modules/semantic-queries/wiring.js.map +1 -1
  37. package/package.json +2 -2
  38. package/related-prompts/index.js +0 -1
  39. package/report/x-components.api.json +218 -28
  40. package/report/x-components.api.md +12 -3
  41. package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
  42. package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
  43. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
  44. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
  45. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +2 -1
  46. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -1
  47. package/types/x-modules/related-prompts/store/index.d.ts +0 -1
  48. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -1
  49. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
  50. package/types/x-modules/related-prompts/store/types.d.ts +11 -1
  51. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
  52. package/types/x-modules/related-prompts/wiring.d.ts +3 -0
  53. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  54. package/types/x-modules/semantic-queries/store/getters/index.d.ts +1 -0
  55. package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
  56. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +1 -1
  57. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +2 -1
  58. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
  59. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
  60. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
  61. package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
  62. package/types/x-modules/semantic-queries/store/types.d.ts +13 -1
  63. package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
  64. package/types/x-modules/semantic-queries/wiring.d.ts +3 -0
  65. package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
  66. package/docs/API-reference/api/x-components.relatedpromptrequest.md +0 -13
@@ -52634,34 +52634,6 @@
52634
52634
  "endIndex": 26
52635
52635
  }
52636
52636
  },
52637
- {
52638
- "kind": "Variable",
52639
- "canonicalReference": "@empathyco/x-components!relatedPromptRequest:var",
52640
- "docComment": "/**\n * Default implementation for the {@link RelatedPromptsGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related prompts module.\n *\n * @returns The related prompts request to fetch data from the API.\n *\n * @public\n */\n",
52641
- "excerptTokens": [
52642
- {
52643
- "kind": "Content",
52644
- "text": "request: "
52645
- },
52646
- {
52647
- "kind": "Reference",
52648
- "text": "RelatedPromptsXStoreModule",
52649
- "canonicalReference": "@empathyco/x-components!RelatedPromptsXStoreModule:type"
52650
- },
52651
- {
52652
- "kind": "Content",
52653
- "text": "['getters']['request']"
52654
- }
52655
- ],
52656
- "fileUrlPath": "src/x-modules/related-prompts/store/getters/request.getter.ts",
52657
- "isReadonly": true,
52658
- "releaseTag": "Public",
52659
- "name": "relatedPromptRequest",
52660
- "variableTypeTokenRange": {
52661
- "startIndex": 1,
52662
- "endIndex": 3
52663
- }
52664
- },
52665
52637
  {
52666
52638
  "kind": "TypeAlias",
52667
52639
  "canonicalReference": "@empathyco/x-components!RelatedPromptsActionContext:type",
@@ -52941,6 +52913,33 @@
52941
52913
  "name": "RelatedPromptsGetters",
52942
52914
  "preserveMemberOrder": false,
52943
52915
  "members": [
52916
+ {
52917
+ "kind": "PropertySignature",
52918
+ "canonicalReference": "@empathyco/x-components!RelatedPromptsGetters#query:member",
52919
+ "docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
52920
+ "excerptTokens": [
52921
+ {
52922
+ "kind": "Content",
52923
+ "text": "query: "
52924
+ },
52925
+ {
52926
+ "kind": "Content",
52927
+ "text": "string"
52928
+ },
52929
+ {
52930
+ "kind": "Content",
52931
+ "text": ";"
52932
+ }
52933
+ ],
52934
+ "isReadonly": false,
52935
+ "isOptional": false,
52936
+ "releaseTag": "Public",
52937
+ "name": "query",
52938
+ "propertyTypeTokenRange": {
52939
+ "startIndex": 1,
52940
+ "endIndex": 2
52941
+ }
52942
+ },
52944
52943
  {
52945
52944
  "kind": "PropertySignature",
52946
52945
  "canonicalReference": "@empathyco/x-components!RelatedPromptsGetters#request:member",
@@ -53431,6 +53430,56 @@
53431
53430
  ],
53432
53431
  "name": "setRelatedPromptsProducts"
53433
53432
  },
53433
+ {
53434
+ "kind": "MethodSignature",
53435
+ "canonicalReference": "@empathyco/x-components!RelatedPromptsMutations#setRelatedPromptsRelatedTags:member(1)",
53436
+ "docComment": "/**\n * Sets the related tags of the module.\n *\n * @param relatedTags - The new related tags to save to the state.\n */\n",
53437
+ "excerptTokens": [
53438
+ {
53439
+ "kind": "Content",
53440
+ "text": "setRelatedPromptsRelatedTags(relatedTags: "
53441
+ },
53442
+ {
53443
+ "kind": "Reference",
53444
+ "text": "RelatedTag",
53445
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
53446
+ },
53447
+ {
53448
+ "kind": "Content",
53449
+ "text": "[]"
53450
+ },
53451
+ {
53452
+ "kind": "Content",
53453
+ "text": "): "
53454
+ },
53455
+ {
53456
+ "kind": "Content",
53457
+ "text": "void"
53458
+ },
53459
+ {
53460
+ "kind": "Content",
53461
+ "text": ";"
53462
+ }
53463
+ ],
53464
+ "isOptional": false,
53465
+ "returnTypeTokenRange": {
53466
+ "startIndex": 4,
53467
+ "endIndex": 5
53468
+ },
53469
+ "releaseTag": "Public",
53470
+ "overloadIndex": 1,
53471
+ "parameters": [
53472
+ {
53473
+ "parameterName": "relatedTags",
53474
+ "parameterTypeTokenRange": {
53475
+ "startIndex": 1,
53476
+ "endIndex": 3
53477
+ },
53478
+ "isOptional": false
53479
+ }
53480
+ ],
53481
+ "name": "setRelatedPromptsRelatedTags"
53482
+ },
53434
53483
  {
53435
53484
  "kind": "MethodSignature",
53436
53485
  "canonicalReference": "@empathyco/x-components!RelatedPromptsMutations#setSelectedPrompt:member(1)",
@@ -53630,6 +53679,38 @@
53630
53679
  "endIndex": 3
53631
53680
  }
53632
53681
  },
53682
+ {
53683
+ "kind": "PropertySignature",
53684
+ "canonicalReference": "@empathyco/x-components!RelatedPromptsState#relatedTags:member",
53685
+ "docComment": "/**\n * The list of the related tags, related to the `query` property of the state.\n */\n",
53686
+ "excerptTokens": [
53687
+ {
53688
+ "kind": "Content",
53689
+ "text": "relatedTags: "
53690
+ },
53691
+ {
53692
+ "kind": "Reference",
53693
+ "text": "RelatedTag",
53694
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
53695
+ },
53696
+ {
53697
+ "kind": "Content",
53698
+ "text": "[]"
53699
+ },
53700
+ {
53701
+ "kind": "Content",
53702
+ "text": ";"
53703
+ }
53704
+ ],
53705
+ "isReadonly": false,
53706
+ "isOptional": false,
53707
+ "releaseTag": "Public",
53708
+ "name": "relatedTags",
53709
+ "propertyTypeTokenRange": {
53710
+ "startIndex": 1,
53711
+ "endIndex": 3
53712
+ }
53713
+ },
53633
53714
  {
53634
53715
  "kind": "PropertySignature",
53635
53716
  "canonicalReference": "@empathyco/x-components!RelatedPromptsState#selectedPrompt:member",
@@ -64873,6 +64954,33 @@
64873
64954
  "endIndex": 2
64874
64955
  }
64875
64956
  },
64957
+ {
64958
+ "kind": "PropertySignature",
64959
+ "canonicalReference": "@empathyco/x-components!SemanticQueriesGetters#query:member",
64960
+ "docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
64961
+ "excerptTokens": [
64962
+ {
64963
+ "kind": "Content",
64964
+ "text": "query: "
64965
+ },
64966
+ {
64967
+ "kind": "Content",
64968
+ "text": "string"
64969
+ },
64970
+ {
64971
+ "kind": "Content",
64972
+ "text": ";"
64973
+ }
64974
+ ],
64975
+ "isReadonly": false,
64976
+ "isOptional": false,
64977
+ "releaseTag": "Public",
64978
+ "name": "query",
64979
+ "propertyTypeTokenRange": {
64980
+ "startIndex": 1,
64981
+ "endIndex": 2
64982
+ }
64983
+ },
64876
64984
  {
64877
64985
  "kind": "PropertySignature",
64878
64986
  "canonicalReference": "@empathyco/x-components!SemanticQueriesGetters#request:member",
@@ -65054,6 +65162,56 @@
65054
65162
  ],
65055
65163
  "name": "setSemanticQueries"
65056
65164
  },
65165
+ {
65166
+ "kind": "MethodSignature",
65167
+ "canonicalReference": "@empathyco/x-components!SemanticQueriesMutations#setSemanticQueriesRelatedTags:member(1)",
65168
+ "docComment": "/**\n * Sets the related tags of the module.\n *\n * @param relatedTags - The new related tags to save to the state.\n */\n",
65169
+ "excerptTokens": [
65170
+ {
65171
+ "kind": "Content",
65172
+ "text": "setSemanticQueriesRelatedTags(relatedTags: "
65173
+ },
65174
+ {
65175
+ "kind": "Reference",
65176
+ "text": "RelatedTag",
65177
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
65178
+ },
65179
+ {
65180
+ "kind": "Content",
65181
+ "text": "[]"
65182
+ },
65183
+ {
65184
+ "kind": "Content",
65185
+ "text": "): "
65186
+ },
65187
+ {
65188
+ "kind": "Content",
65189
+ "text": "void"
65190
+ },
65191
+ {
65192
+ "kind": "Content",
65193
+ "text": ";"
65194
+ }
65195
+ ],
65196
+ "isOptional": false,
65197
+ "returnTypeTokenRange": {
65198
+ "startIndex": 4,
65199
+ "endIndex": 5
65200
+ },
65201
+ "releaseTag": "Public",
65202
+ "overloadIndex": 1,
65203
+ "parameters": [
65204
+ {
65205
+ "parameterName": "relatedTags",
65206
+ "parameterTypeTokenRange": {
65207
+ "startIndex": 1,
65208
+ "endIndex": 3
65209
+ },
65210
+ "isOptional": false
65211
+ }
65212
+ ],
65213
+ "name": "setSemanticQueriesRelatedTags"
65214
+ },
65057
65215
  {
65058
65216
  "kind": "MethodSignature",
65059
65217
  "canonicalReference": "@empathyco/x-components!SemanticQueriesMutations#setTotalResults:member(1)",
@@ -65195,6 +65353,38 @@
65195
65353
  "endIndex": 3
65196
65354
  }
65197
65355
  },
65356
+ {
65357
+ "kind": "PropertySignature",
65358
+ "canonicalReference": "@empathyco/x-components!SemanticQueriesState#relatedTags:member",
65359
+ "docComment": "/**\n * The list of the related tags, related to the `query` property of the state.\n */\n",
65360
+ "excerptTokens": [
65361
+ {
65362
+ "kind": "Content",
65363
+ "text": "relatedTags: "
65364
+ },
65365
+ {
65366
+ "kind": "Reference",
65367
+ "text": "RelatedTag",
65368
+ "canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
65369
+ },
65370
+ {
65371
+ "kind": "Content",
65372
+ "text": "[]"
65373
+ },
65374
+ {
65375
+ "kind": "Content",
65376
+ "text": ";"
65377
+ }
65378
+ ],
65379
+ "isReadonly": false,
65380
+ "isOptional": false,
65381
+ "releaseTag": "Public",
65382
+ "name": "relatedTags",
65383
+ "propertyTypeTokenRange": {
65384
+ "startIndex": 1,
65385
+ "endIndex": 3
65386
+ }
65387
+ },
65198
65388
  {
65199
65389
  "kind": "PropertySignature",
65200
65390
  "canonicalReference": "@empathyco/x-components!SemanticQueriesState#semanticQueries:member",
@@ -5779,9 +5779,6 @@ default: boolean;
5779
5779
  selected: boolean;
5780
5780
  }, {}>;
5781
5781
 
5782
- // @public
5783
- export const relatedPromptRequest: RelatedPromptsXStoreModule['getters']['request'];
5784
-
5785
5782
  // @public
5786
5783
  export type RelatedPromptsActionContext = XActionContext<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
5787
5784
 
@@ -5795,6 +5792,7 @@ export interface RelatedPromptsActions {
5795
5792
 
5796
5793
  // @public
5797
5794
  export interface RelatedPromptsGetters {
5795
+ query: string;
5798
5796
  request: RelatedPromptsRequest | null;
5799
5797
  }
5800
5798
 
@@ -5866,6 +5864,7 @@ export interface RelatedPromptsMutations extends StatusMutations, QueryMutations
5866
5864
  resetSelectedPrompt(): void;
5867
5865
  setParams(params: Dictionary<unknown>): void;
5868
5866
  setRelatedPromptsProducts(products: RelatedPrompt_2[]): void;
5867
+ setRelatedPromptsRelatedTags(relatedTags: RelatedTag_2[]): void;
5869
5868
  setSelectedPrompt(index: number): void;
5870
5869
  setSelectedQuery(index: number): void;
5871
5870
  }
@@ -5874,6 +5873,7 @@ export interface RelatedPromptsMutations extends StatusMutations, QueryMutations
5874
5873
  export interface RelatedPromptsState extends StatusState, QueryState {
5875
5874
  params: Dictionary<unknown>;
5876
5875
  relatedPrompts: RelatedPrompt_2[];
5876
+ relatedTags: RelatedTag_2[];
5877
5877
  selectedPrompt: number;
5878
5878
  selectedQuery: number;
5879
5879
  }
@@ -5977,6 +5977,9 @@ export const relatedPromptsWiring: {
5977
5977
  SearchRequestChanged: {
5978
5978
  resetRelatedPrompt: Wire<any>;
5979
5979
  };
5980
+ SelectedRelatedTagsChanged: {
5981
+ setRelatedPromptsRelatedTags: Wire<RelatedTag_2[]>;
5982
+ };
5980
5983
  };
5981
5984
 
5982
5985
  // @public
@@ -7094,6 +7097,7 @@ export const semanticQueriesEmitters: {
7094
7097
  // @public
7095
7098
  export interface SemanticQueriesGetters {
7096
7099
  normalizedQuery: string;
7100
+ query: string;
7097
7101
  request: SemanticQueriesRequest | null;
7098
7102
  }
7099
7103
 
@@ -7101,6 +7105,7 @@ export interface SemanticQueriesGetters {
7101
7105
  export interface SemanticQueriesMutations extends QueryMutations, ConfigMutations<SemanticQueriesState> {
7102
7106
  setParams(params: Dictionary<unknown>): void;
7103
7107
  setSemanticQueries(semanticQueries: SemanticQuery_2[]): void;
7108
+ setSemanticQueriesRelatedTags(relatedTags: RelatedTag_2[]): void;
7104
7109
  setTotalResults(totalResults: number): void;
7105
7110
  }
7106
7111
 
@@ -7108,6 +7113,7 @@ export interface SemanticQueriesMutations extends QueryMutations, ConfigMutation
7108
7113
  export interface SemanticQueriesState extends QueryState {
7109
7114
  config: SemanticQueriesConfig;
7110
7115
  params: Dictionary<unknown>;
7116
+ relatedTags: RelatedTag_2[];
7111
7117
  semanticQueries: SemanticQuery_2[];
7112
7118
  totalResults: number;
7113
7119
  }
@@ -7127,6 +7133,9 @@ export const semanticQueriesWiring: {
7127
7133
  setQueryFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
7128
7134
  setTotalResultsFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
7129
7135
  };
7136
+ SelectedRelatedTagsChanged: {
7137
+ setSemanticQueriesRelatedTags: Wire<RelatedTag_2[]>;
7138
+ };
7130
7139
  };
7131
7140
 
7132
7141
  // @public
@@ -0,0 +1,3 @@
1
+ export { request as relatedPromptRequest } from './request.getter';
2
+ export { query as relatedPromptQuery } from './related-prompts-query.getter';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/store/getters/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,KAAK,IAAI,kBAAkB,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { RelatedPromptsXStoreModule } from '../types';
2
+ /**
3
+ * Default implementation for the related prompts query getter.
4
+ *
5
+ * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related
6
+ * prompts' module.
7
+ *
8
+ * @returns The query with the selected related tags concatenated.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const query: RelatedPromptsXStoreModule['getters']['query'];
13
+ //# sourceMappingURL=related-prompts-query.getter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"related-prompts-query.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/store/getters/related-prompts-query.getter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAEtD;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC,OAAO,CAE/D,CAAC"}
@@ -4,7 +4,8 @@ import { RelatedPromptsXStoreModule } from '../types';
4
4
  *
5
5
  * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related
6
6
  * prompts module.
7
- *
7
+ * @param getters - Current {@link https://vuex.vuejs.org/guide/getters.html | getters} of the
8
+ * related prompts' module.
8
9
  * @returns The related prompts request to fetch data from the API.
9
10
  *
10
11
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/store/getters/request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAEtD;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC,SAAS,CAEpE,CAAC"}
1
+ {"version":3,"file":"request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/related-prompts/store/getters/request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAEtD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,OAAO,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC,SAAS,CAKpE,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export * from './actions/fetch-and-save-related-prompts.action';
2
2
  export * from './actions/fetch-related-prompts.action';
3
- export { request as relatedPromptRequest } from './getters/request.getter';
4
3
  export * from './emitters';
5
4
  export * from './module';
6
5
  export * from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,wCAAwC,CAAC;AACvD,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AASrD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,0BA0CxC,CAAC"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAUrD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,0BA+CxC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { RelatedPrompt, RelatedPromptsRequest } from '@empathyco/x-types';
1
+ import { RelatedPrompt, RelatedPromptsRequest, RelatedTag } from '@empathyco/x-types';
2
2
  import { Dictionary } from '@empathyco/x-utils';
3
3
  import { QueryMutations, QueryState } from '../../../store/utils/query.utils';
4
4
  import { StatusMutations, StatusState } from '../../../store/utils/status-store.utils';
@@ -18,6 +18,8 @@ export interface RelatedPromptsState extends StatusState, QueryState {
18
18
  selectedQuery: number;
19
19
  /** The extra params property of the state. */
20
20
  params: Dictionary<unknown>;
21
+ /** The list of the related tags, related to the `query` property of the state. */
22
+ relatedTags: RelatedTag[];
21
23
  }
22
24
  /**
23
25
  * Related prompts module getters.
@@ -30,6 +32,8 @@ export interface RelatedPromptsGetters {
30
32
  * no valid data to conform a valid request.
31
33
  */
32
34
  request: RelatedPromptsRequest | null;
35
+ /** The combination of the query and the selected related tags. */
36
+ query: string;
33
37
  }
34
38
  /**
35
39
  * Related prompts module mutations.
@@ -61,6 +65,12 @@ export interface RelatedPromptsMutations extends StatusMutations, QueryMutations
61
65
  * @param index - The new selected next query.
62
66
  */
63
67
  setSelectedQuery(index: number): void;
68
+ /**
69
+ * Sets the related tags of the module.
70
+ *
71
+ * @param relatedTags - The new related tags to save to the state.
72
+ */
73
+ setRelatedPromptsRelatedTags(relatedTags: RelatedTag[]): void;
64
74
  /**
65
75
  * Resets the related prompts state.
66
76
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,WAAW,EAAE,UAAU;IAClE,qFAAqF;IACrF,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,gDAAgD;IAChD,cAAc,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,aAAa,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,OAAO,EAAE,qBAAqB,GAAG,IAAI,CAAC;CACvC;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,eAAe,EAAE,cAAc;IAC9E;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,yBAAyB,CAAC,QAAQ,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAC3D;;;;OAIG;IACH,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,wBAAwB,IAAI,IAAI,CAAC;IACjC;;OAEG;IACH,mBAAmB,IAAI,IAAI,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,OAAO,EAAE,qBAAqB,GAAG,IAAI,GAAG,aAAa,EAAE,GAAG,IAAI,CAAC;IACnF;;;;OAIG;IACH,0BAA0B,CAAC,OAAO,EAAE,qBAAqB,GAAG,IAAI,GAAG,IAAI,CAAC;IACxE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;IACzC;;;OAGG;IACH,gCAAgC,IAAI,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,GAAG,YAAY,CACnD,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,CACtB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,cAAc,CACtD,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,WAAW,EAAE,UAAU;IAClE,qFAAqF;IACrF,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,gDAAgD;IAChD,cAAc,EAAE,MAAM,CAAC;IACvB,4CAA4C;IAC5C,aAAa,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B,kFAAkF;IAClF,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,OAAO,EAAE,qBAAqB,GAAG,IAAI,CAAC;IACtC,kEAAkE;IAClE,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAwB,SAAQ,eAAe,EAAE,cAAc;IAC9E;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,yBAAyB,CAAC,QAAQ,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAC3D;;;;OAIG;IACH,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,4BAA4B,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAC9D;;OAEG;IACH,wBAAwB,IAAI,IAAI,CAAC;IACjC;;OAEG;IACH,mBAAmB,IAAI,IAAI,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,OAAO,EAAE,qBAAqB,GAAG,IAAI,GAAG,aAAa,EAAE,GAAG,IAAI,CAAC;IACnF;;;;OAIG;IACH,0BAA0B,CAAC,OAAO,EAAE,qBAAqB,GAAG,IAAI,GAAG,IAAI,CAAC;IACxE;;;;OAIG;IACH,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;IACzC;;;OAGG;IACH,gCAAgC,IAAI,IAAI,CAAC;CAC1C;AAED;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,GAAG,YAAY,CACnD,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,CACtB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,cAAc,CACtD,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,CACtB,CAAC"}
@@ -35,5 +35,8 @@ export declare const relatedPromptsWiring: {
35
35
  SearchRequestChanged: {
36
36
  resetRelatedPrompt: import("../..").Wire<any>;
37
37
  };
38
+ SelectedRelatedTagsChanged: {
39
+ setRelatedPromptsRelatedTags: import("../..").Wire<import("@empathyco/x-types").RelatedTag[]>;
40
+ };
38
41
  };
39
42
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/related-prompts/wiring.ts"],"names":[],"mappings":"AAiDA;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC/B,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/related-prompts/wiring.ts"],"names":[],"mappings":"AAkDA;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuC/B,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export { request as semanticQueriesRequest } from './request.getter';
2
2
  export { normalizedQuery as semanticQueriesNormalizedQuery } from './normalized-query.getter';
3
+ export { query as semanticQueriesQuery } from './semanti-queries-query.getter';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/semantic-queries/store/getters/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,eAAe,IAAI,8BAA8B,EAAE,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/semantic-queries/store/getters/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,eAAe,IAAI,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,EAAE,KAAK,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC"}
@@ -3,7 +3,7 @@ import { SemanticQueriesXStoreModule } from '../types';
3
3
  * Default implementacion for the {@link SemanticQueriesGetters.normalizedQuery} getter.
4
4
  *
5
5
  * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the semantic
6
- * queries module.
6
+ * queries' module.
7
7
  *
8
8
  * @returns The normalized query.
9
9
  *
@@ -4,7 +4,8 @@ import { SemanticQueriesXStoreModule } from '../types';
4
4
  *
5
5
  * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the semantic
6
6
  * queries module.
7
- *
7
+ * @param getters - Current {@link https://vuex.vuejs.org/guide/getters.html | getters} of the
8
+ * semantic queries' module.
8
9
  * @returns The semantic queries request to fetch data from the API.
9
10
  *
10
11
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/semantic-queries/store/getters/request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,SAAS,CAerE,CAAC"}
1
+ {"version":3,"file":"request.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/semantic-queries/store/getters/request.getter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,OAAO,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,SAAS,CAarE,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { SemanticQueriesXStoreModule } from '../types';
2
+ /**
3
+ * Default implementation for the semantic queries query getter.
4
+ *
5
+ * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the semantic
6
+ * queries' module.
7
+ *
8
+ * @returns The query with the selected related tags concatenated.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const query: SemanticQueriesXStoreModule['getters']['query'];
13
+ //# sourceMappingURL=semanti-queries-query.getter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"semanti-queries-query.getter.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAEvD;;;;;;;;;GASG;AACH,eAAO,MAAM,KAAK,EAAE,2BAA2B,CAAC,SAAS,CAAC,CAAC,OAAO,CAEhE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/semantic-queries/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAMtD;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,2BAiCzC,CAAC"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/semantic-queries/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAOtD;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,2BAsCzC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { SemanticQueriesRequest, SemanticQueriesResponse, SemanticQuery } from '@empathyco/x-types';
1
+ import { RelatedTag, SemanticQueriesRequest, SemanticQueriesResponse, SemanticQuery } from '@empathyco/x-types';
2
2
  import { Dictionary } from '@empathyco/x-utils';
3
3
  import { XActionContext } from '../../../store/actions.types';
4
4
  import { XStoreModule } from '../../../store/store.types';
@@ -19,6 +19,8 @@ export interface SemanticQueriesState extends QueryState {
19
19
  config: SemanticQueriesConfig;
20
20
  /** The extra params property of the state. */
21
21
  params: Dictionary<unknown>;
22
+ /** The list of the related tags, related to the `query` property of the state. */
23
+ relatedTags: RelatedTag[];
22
24
  }
23
25
  /**
24
26
  * SemanticQueries store getters.
@@ -34,6 +36,10 @@ export interface SemanticQueriesGetters {
34
36
  * The normalized module's query.
35
37
  */
36
38
  normalizedQuery: string;
39
+ /**
40
+ * The combination of the query and the selected related tags.
41
+ */
42
+ query: string;
37
43
  }
38
44
  /**
39
45
  * SemanticQueries store mutations.
@@ -55,6 +61,12 @@ export interface SemanticQueriesMutations extends QueryMutations, ConfigMutation
55
61
  * Sets the {@link SemanticQueriesState.semanticQueries} property.
56
62
  */
57
63
  setSemanticQueries(semanticQueries: SemanticQuery[]): void;
64
+ /**
65
+ * Sets the related tags of the module.
66
+ *
67
+ * @param relatedTags - The new related tags to save to the state.
68
+ */
69
+ setSemanticQueriesRelatedTags(relatedTags: RelatedTag[]): void;
58
70
  }
59
71
  /**
60
72
  * SemanticQueries store actions.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/semantic-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACpG,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,UAAU;IACtD,oDAAoD;IACpD,YAAY,EAAE,MAAM,CAAC;IACrB,+BAA+B;IAC/B,eAAe,EAAE,aAAa,EAAE,CAAC;IACjC,yDAAyD;IACzD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,OAAO,EAAE,sBAAsB,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,wBACf,SAAQ,cAAc,EACpB,eAAe,CAAC,oBAAoB,CAAC;IACvC;;OAEG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;OAEG;IACH,kBAAkB,CAAC,eAAe,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;CAC5D;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,kBAAkB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,uBAAuB,GAAG,IAAI,CAAC;IAC3F;;;;OAIG;IACH,yBAAyB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI,CAAC;CACzE;AAED;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/semantic-queries/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,uBAAuB,EACvB,aAAa,EACd,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,oBAAqB,SAAQ,UAAU;IACtD,oDAAoD;IACpD,YAAY,EAAE,MAAM,CAAC;IACrB,+BAA+B;IAC/B,eAAe,EAAE,aAAa,EAAE,CAAC;IACjC,yDAAyD;IACzD,MAAM,EAAE,qBAAqB,CAAC;IAC9B,8CAA8C;IAC9C,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B,kFAAkF;IAClF,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,OAAO,EAAE,sBAAsB,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,MAAM,WAAW,wBACf,SAAQ,cAAc,EACpB,eAAe,CAAC,oBAAoB,CAAC;IACvC;;OAEG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IAC7C;;OAEG;IACH,kBAAkB,CAAC,eAAe,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAC3D;;;;OAIG;IACH,6BAA6B,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;CAChE;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,kBAAkB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,uBAAuB,GAAG,IAAI,CAAC;IAC3F;;;;OAIG;IACH,yBAAyB,CAAC,OAAO,EAAE,sBAAsB,GAAG,IAAI,GAAG,IAAI,CAAC;CACzE;AAED;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,YAAY,CACpD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,4BAA4B,GAAG,cAAc,CACvD,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,CACvB,CAAC"}
@@ -59,5 +59,8 @@ export declare const semanticQueriesWiring: {
59
59
  setQueryFromSearchResponseChangedWire: import("../..").Wire<import("../search").InternalSearchResponse>;
60
60
  setTotalResultsFromSearchResponseChangedWire: import("../..").Wire<import("../search").InternalSearchResponse>;
61
61
  };
62
+ SelectedRelatedTagsChanged: {
63
+ setSemanticQueriesRelatedTags: import("../..").Wire<import("@empathyco/x-types").RelatedTag[]>;
64
+ };
62
65
  };
63
66
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/semantic-queries/wiring.ts"],"names":[],"mappings":"AA8BA;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,kFAA4C,CAAC;AAEvF;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAAyB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,kEAGA,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,cAAc,yBAA6B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAgC,CAAC;AAEjE;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,kEAGC,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,wEAA0B,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;CAchC,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/semantic-queries/wiring.ts"],"names":[],"mappings":"AA8BA;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,kFAA4C,CAAC;AAEvF;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAAyB,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,kEAGA,CAAC;AAEnD;;;;GAIG;AACH,eAAO,MAAM,cAAc,yBAA6B,CAAC;AAEzD;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,8BAAgC,CAAC;AAKjE;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,kEAGC,CAAC;AAE3D;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,wEAA0B,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;CAiBhC,CAAC"}
@@ -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; [relatedPromptRequest](./x-components.relatedpromptrequest.md)
4
-
5
- ## relatedPromptRequest variable
6
-
7
- Default implementation for the [RelatedPromptsGetters.request](./x-components.relatedpromptsgetters.request.md) getter.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- request: RelatedPromptsXStoreModule['getters']['request']
13
- ```