@empathyco/x-components 6.0.0-alpha.21 → 6.0.0-alpha.23
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.
- package/CHANGELOG.md +18 -0
- package/core/index.js +3 -0
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +2849 -2849
- package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
- package/docs/API-reference/api/x-components.configmutations.md +29 -0
- package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
- package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
- package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
- package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
- package/docs/API-reference/api/x-components.md +8 -0
- package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
- package/docs/API-reference/api/x-components.querymutations.md +20 -0
- package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.querystate.md +20 -0
- package/docs/API-reference/api/x-components.querystate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
- package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
- package/docs/API-reference/api/x-components.searchmutations.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.md +1 -1
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.setconfig.md +27 -0
- package/docs/API-reference/api/x-components.setquery.md +25 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
- package/docs/API-reference/api/x-components.urlmutations.md +1 -1
- package/docs/API-reference/api/x-components.urlstate.md +1 -1
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue2.js +1 -7
- package/js/components/base-dropdown.vue2.js.map +1 -1
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +2 -2
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/index.js +3 -0
- package/js/index.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +1 -0
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +1 -0
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/experience-controls/store/emitters.js +1 -0
- package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +1 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +1 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +1 -0
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +1 -0
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/queries-preview/store/emitters.js +1 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +1 -0
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +1 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/related-prompts/store/emitters.js +1 -0
- package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +1 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js +1 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +1 -0
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/module.js +2 -1
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +1 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +1 -0
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +690 -34
- package/report/x-components.api.md +49 -7
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/store/index.d.ts +4 -1
- package/types/store/index.d.ts.map +1 -1
|
@@ -12237,6 +12237,162 @@
|
|
|
12237
12237
|
"endIndex": 24
|
|
12238
12238
|
}
|
|
12239
12239
|
},
|
|
12240
|
+
{
|
|
12241
|
+
"kind": "Interface",
|
|
12242
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface",
|
|
12243
|
+
"docComment": "/**\n * Config mutations, containing a method to change the current config and other to merge a new one.\n *\n * @public\n */\n",
|
|
12244
|
+
"excerptTokens": [
|
|
12245
|
+
{
|
|
12246
|
+
"kind": "Content",
|
|
12247
|
+
"text": "export interface ConfigMutations<T extends "
|
|
12248
|
+
},
|
|
12249
|
+
{
|
|
12250
|
+
"kind": "Content",
|
|
12251
|
+
"text": "{\n config: T['config'];\n}"
|
|
12252
|
+
},
|
|
12253
|
+
{
|
|
12254
|
+
"kind": "Content",
|
|
12255
|
+
"text": "> "
|
|
12256
|
+
}
|
|
12257
|
+
],
|
|
12258
|
+
"fileUrlPath": "src/store/utils/config-store.utils.ts",
|
|
12259
|
+
"releaseTag": "Public",
|
|
12260
|
+
"typeParameters": [
|
|
12261
|
+
{
|
|
12262
|
+
"typeParameterName": "T",
|
|
12263
|
+
"constraintTokenRange": {
|
|
12264
|
+
"startIndex": 1,
|
|
12265
|
+
"endIndex": 2
|
|
12266
|
+
},
|
|
12267
|
+
"defaultTypeTokenRange": {
|
|
12268
|
+
"startIndex": 0,
|
|
12269
|
+
"endIndex": 0
|
|
12270
|
+
}
|
|
12271
|
+
}
|
|
12272
|
+
],
|
|
12273
|
+
"name": "ConfigMutations",
|
|
12274
|
+
"preserveMemberOrder": false,
|
|
12275
|
+
"members": [
|
|
12276
|
+
{
|
|
12277
|
+
"kind": "PropertySignature",
|
|
12278
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations#config:member",
|
|
12279
|
+
"docComment": "",
|
|
12280
|
+
"excerptTokens": [
|
|
12281
|
+
{
|
|
12282
|
+
"kind": "Content",
|
|
12283
|
+
"text": "config: "
|
|
12284
|
+
},
|
|
12285
|
+
{
|
|
12286
|
+
"kind": "Content",
|
|
12287
|
+
"text": "T['config']"
|
|
12288
|
+
},
|
|
12289
|
+
{
|
|
12290
|
+
"kind": "Content",
|
|
12291
|
+
"text": ";"
|
|
12292
|
+
}
|
|
12293
|
+
],
|
|
12294
|
+
"isReadonly": false,
|
|
12295
|
+
"isOptional": false,
|
|
12296
|
+
"releaseTag": "Public",
|
|
12297
|
+
"name": "config",
|
|
12298
|
+
"propertyTypeTokenRange": {
|
|
12299
|
+
"startIndex": 1,
|
|
12300
|
+
"endIndex": 2
|
|
12301
|
+
}
|
|
12302
|
+
},
|
|
12303
|
+
{
|
|
12304
|
+
"kind": "MethodSignature",
|
|
12305
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations#mergeConfig:member(1)",
|
|
12306
|
+
"docComment": "/**\n * Merges a new config with the current one.\n *\n * @param config - The config to be merged.\n */\n",
|
|
12307
|
+
"excerptTokens": [
|
|
12308
|
+
{
|
|
12309
|
+
"kind": "Content",
|
|
12310
|
+
"text": "mergeConfig(config: "
|
|
12311
|
+
},
|
|
12312
|
+
{
|
|
12313
|
+
"kind": "Content",
|
|
12314
|
+
"text": "T['config']"
|
|
12315
|
+
},
|
|
12316
|
+
{
|
|
12317
|
+
"kind": "Content",
|
|
12318
|
+
"text": "): "
|
|
12319
|
+
},
|
|
12320
|
+
{
|
|
12321
|
+
"kind": "Content",
|
|
12322
|
+
"text": "void"
|
|
12323
|
+
},
|
|
12324
|
+
{
|
|
12325
|
+
"kind": "Content",
|
|
12326
|
+
"text": ";"
|
|
12327
|
+
}
|
|
12328
|
+
],
|
|
12329
|
+
"isOptional": false,
|
|
12330
|
+
"returnTypeTokenRange": {
|
|
12331
|
+
"startIndex": 3,
|
|
12332
|
+
"endIndex": 4
|
|
12333
|
+
},
|
|
12334
|
+
"releaseTag": "Public",
|
|
12335
|
+
"overloadIndex": 1,
|
|
12336
|
+
"parameters": [
|
|
12337
|
+
{
|
|
12338
|
+
"parameterName": "config",
|
|
12339
|
+
"parameterTypeTokenRange": {
|
|
12340
|
+
"startIndex": 1,
|
|
12341
|
+
"endIndex": 2
|
|
12342
|
+
},
|
|
12343
|
+
"isOptional": false
|
|
12344
|
+
}
|
|
12345
|
+
],
|
|
12346
|
+
"name": "mergeConfig"
|
|
12347
|
+
},
|
|
12348
|
+
{
|
|
12349
|
+
"kind": "MethodSignature",
|
|
12350
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations#setConfig:member(1)",
|
|
12351
|
+
"docComment": "/**\n * Sets the module config.\n *\n * @param config - The new config.\n */\n",
|
|
12352
|
+
"excerptTokens": [
|
|
12353
|
+
{
|
|
12354
|
+
"kind": "Content",
|
|
12355
|
+
"text": "setConfig(config: "
|
|
12356
|
+
},
|
|
12357
|
+
{
|
|
12358
|
+
"kind": "Content",
|
|
12359
|
+
"text": "T['config']"
|
|
12360
|
+
},
|
|
12361
|
+
{
|
|
12362
|
+
"kind": "Content",
|
|
12363
|
+
"text": "): "
|
|
12364
|
+
},
|
|
12365
|
+
{
|
|
12366
|
+
"kind": "Content",
|
|
12367
|
+
"text": "void"
|
|
12368
|
+
},
|
|
12369
|
+
{
|
|
12370
|
+
"kind": "Content",
|
|
12371
|
+
"text": ";"
|
|
12372
|
+
}
|
|
12373
|
+
],
|
|
12374
|
+
"isOptional": false,
|
|
12375
|
+
"returnTypeTokenRange": {
|
|
12376
|
+
"startIndex": 3,
|
|
12377
|
+
"endIndex": 4
|
|
12378
|
+
},
|
|
12379
|
+
"releaseTag": "Public",
|
|
12380
|
+
"overloadIndex": 1,
|
|
12381
|
+
"parameters": [
|
|
12382
|
+
{
|
|
12383
|
+
"parameterName": "config",
|
|
12384
|
+
"parameterTypeTokenRange": {
|
|
12385
|
+
"startIndex": 1,
|
|
12386
|
+
"endIndex": 2
|
|
12387
|
+
},
|
|
12388
|
+
"isOptional": false
|
|
12389
|
+
}
|
|
12390
|
+
],
|
|
12391
|
+
"name": "setConfig"
|
|
12392
|
+
}
|
|
12393
|
+
],
|
|
12394
|
+
"extendsTokenRanges": []
|
|
12395
|
+
},
|
|
12240
12396
|
{
|
|
12241
12397
|
"kind": "Function",
|
|
12242
12398
|
"canonicalReference": "@empathyco/x-components!createFetchAndSaveActions:function(1)",
|
|
@@ -12422,6 +12578,167 @@
|
|
|
12422
12578
|
],
|
|
12423
12579
|
"name": "createRawFilters"
|
|
12424
12580
|
},
|
|
12581
|
+
{
|
|
12582
|
+
"kind": "Function",
|
|
12583
|
+
"canonicalReference": "@empathyco/x-components!createRelatedTagsQueryGetter:function(1)",
|
|
12584
|
+
"docComment": "/**\n * Creates a getter that combines the current selected related tags and the query of the module.\n *\n * @param options - Options on how the getter should behave.\n *\n * @returns A getter that combines the selected related tags with the query.\n *\n * @public\n */\n",
|
|
12585
|
+
"excerptTokens": [
|
|
12586
|
+
{
|
|
12587
|
+
"kind": "Content",
|
|
12588
|
+
"text": "export declare function createRelatedTagsQueryGetter<State extends "
|
|
12589
|
+
},
|
|
12590
|
+
{
|
|
12591
|
+
"kind": "Reference",
|
|
12592
|
+
"text": "QueryState",
|
|
12593
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
12594
|
+
},
|
|
12595
|
+
{
|
|
12596
|
+
"kind": "Content",
|
|
12597
|
+
"text": ", Getters>({ getRelatedTags }: "
|
|
12598
|
+
},
|
|
12599
|
+
{
|
|
12600
|
+
"kind": "Reference",
|
|
12601
|
+
"text": "CreateRelatedTagsQueryGetterOptions",
|
|
12602
|
+
"canonicalReference": "@empathyco/x-components!CreateRelatedTagsQueryGetterOptions:interface"
|
|
12603
|
+
},
|
|
12604
|
+
{
|
|
12605
|
+
"kind": "Content",
|
|
12606
|
+
"text": "<State, Getters>"
|
|
12607
|
+
},
|
|
12608
|
+
{
|
|
12609
|
+
"kind": "Content",
|
|
12610
|
+
"text": "): "
|
|
12611
|
+
},
|
|
12612
|
+
{
|
|
12613
|
+
"kind": "Content",
|
|
12614
|
+
"text": "(state: State, getters: Getters) => string"
|
|
12615
|
+
},
|
|
12616
|
+
{
|
|
12617
|
+
"kind": "Content",
|
|
12618
|
+
"text": ";"
|
|
12619
|
+
}
|
|
12620
|
+
],
|
|
12621
|
+
"fileUrlPath": "src/store/utils/query.utils.ts",
|
|
12622
|
+
"returnTypeTokenRange": {
|
|
12623
|
+
"startIndex": 6,
|
|
12624
|
+
"endIndex": 7
|
|
12625
|
+
},
|
|
12626
|
+
"releaseTag": "Public",
|
|
12627
|
+
"overloadIndex": 1,
|
|
12628
|
+
"parameters": [
|
|
12629
|
+
{
|
|
12630
|
+
"parameterName": "{ getRelatedTags }",
|
|
12631
|
+
"parameterTypeTokenRange": {
|
|
12632
|
+
"startIndex": 3,
|
|
12633
|
+
"endIndex": 5
|
|
12634
|
+
},
|
|
12635
|
+
"isOptional": false
|
|
12636
|
+
}
|
|
12637
|
+
],
|
|
12638
|
+
"typeParameters": [
|
|
12639
|
+
{
|
|
12640
|
+
"typeParameterName": "State",
|
|
12641
|
+
"constraintTokenRange": {
|
|
12642
|
+
"startIndex": 1,
|
|
12643
|
+
"endIndex": 2
|
|
12644
|
+
},
|
|
12645
|
+
"defaultTypeTokenRange": {
|
|
12646
|
+
"startIndex": 0,
|
|
12647
|
+
"endIndex": 0
|
|
12648
|
+
}
|
|
12649
|
+
},
|
|
12650
|
+
{
|
|
12651
|
+
"typeParameterName": "Getters",
|
|
12652
|
+
"constraintTokenRange": {
|
|
12653
|
+
"startIndex": 0,
|
|
12654
|
+
"endIndex": 0
|
|
12655
|
+
},
|
|
12656
|
+
"defaultTypeTokenRange": {
|
|
12657
|
+
"startIndex": 0,
|
|
12658
|
+
"endIndex": 0
|
|
12659
|
+
}
|
|
12660
|
+
}
|
|
12661
|
+
],
|
|
12662
|
+
"name": "createRelatedTagsQueryGetter"
|
|
12663
|
+
},
|
|
12664
|
+
{
|
|
12665
|
+
"kind": "Interface",
|
|
12666
|
+
"canonicalReference": "@empathyco/x-components!CreateRelatedTagsQueryGetterOptions:interface",
|
|
12667
|
+
"docComment": "/**\n * Options to create a getter that combines the query with the selected related tags.\n *\n * @public\n */\n",
|
|
12668
|
+
"excerptTokens": [
|
|
12669
|
+
{
|
|
12670
|
+
"kind": "Content",
|
|
12671
|
+
"text": "export interface CreateRelatedTagsQueryGetterOptions<State, Getters> "
|
|
12672
|
+
}
|
|
12673
|
+
],
|
|
12674
|
+
"fileUrlPath": "src/store/utils/query.utils.ts",
|
|
12675
|
+
"releaseTag": "Public",
|
|
12676
|
+
"typeParameters": [
|
|
12677
|
+
{
|
|
12678
|
+
"typeParameterName": "State",
|
|
12679
|
+
"constraintTokenRange": {
|
|
12680
|
+
"startIndex": 0,
|
|
12681
|
+
"endIndex": 0
|
|
12682
|
+
},
|
|
12683
|
+
"defaultTypeTokenRange": {
|
|
12684
|
+
"startIndex": 0,
|
|
12685
|
+
"endIndex": 0
|
|
12686
|
+
}
|
|
12687
|
+
},
|
|
12688
|
+
{
|
|
12689
|
+
"typeParameterName": "Getters",
|
|
12690
|
+
"constraintTokenRange": {
|
|
12691
|
+
"startIndex": 0,
|
|
12692
|
+
"endIndex": 0
|
|
12693
|
+
},
|
|
12694
|
+
"defaultTypeTokenRange": {
|
|
12695
|
+
"startIndex": 0,
|
|
12696
|
+
"endIndex": 0
|
|
12697
|
+
}
|
|
12698
|
+
}
|
|
12699
|
+
],
|
|
12700
|
+
"name": "CreateRelatedTagsQueryGetterOptions",
|
|
12701
|
+
"preserveMemberOrder": false,
|
|
12702
|
+
"members": [
|
|
12703
|
+
{
|
|
12704
|
+
"kind": "PropertySignature",
|
|
12705
|
+
"canonicalReference": "@empathyco/x-components!CreateRelatedTagsQueryGetterOptions#getRelatedTags:member",
|
|
12706
|
+
"docComment": "/**\n * Retrieves the selected related tags of the module.\n *\n * @param state - The state of the module.\n *\n * @param getters - The getters of the module.\n *\n * @returns The list of selected related tags.\n */\n",
|
|
12707
|
+
"excerptTokens": [
|
|
12708
|
+
{
|
|
12709
|
+
"kind": "Content",
|
|
12710
|
+
"text": "getRelatedTags: "
|
|
12711
|
+
},
|
|
12712
|
+
{
|
|
12713
|
+
"kind": "Content",
|
|
12714
|
+
"text": "(state: State, getters: Getters) => "
|
|
12715
|
+
},
|
|
12716
|
+
{
|
|
12717
|
+
"kind": "Reference",
|
|
12718
|
+
"text": "RelatedTag",
|
|
12719
|
+
"canonicalReference": "@empathyco/x-components!RelatedTag_2:interface"
|
|
12720
|
+
},
|
|
12721
|
+
{
|
|
12722
|
+
"kind": "Content",
|
|
12723
|
+
"text": "[]"
|
|
12724
|
+
},
|
|
12725
|
+
{
|
|
12726
|
+
"kind": "Content",
|
|
12727
|
+
"text": ";"
|
|
12728
|
+
}
|
|
12729
|
+
],
|
|
12730
|
+
"isReadonly": false,
|
|
12731
|
+
"isOptional": false,
|
|
12732
|
+
"releaseTag": "Public",
|
|
12733
|
+
"name": "getRelatedTags",
|
|
12734
|
+
"propertyTypeTokenRange": {
|
|
12735
|
+
"startIndex": 1,
|
|
12736
|
+
"endIndex": 4
|
|
12737
|
+
}
|
|
12738
|
+
}
|
|
12739
|
+
],
|
|
12740
|
+
"extendsTokenRanges": []
|
|
12741
|
+
},
|
|
12425
12742
|
{
|
|
12426
12743
|
"kind": "Function",
|
|
12427
12744
|
"canonicalReference": "@empathyco/x-components!createSetQueryTaggingFromQueryPreview:function(1)",
|
|
@@ -16464,7 +16781,7 @@
|
|
|
16464
16781
|
{
|
|
16465
16782
|
"kind": "Reference",
|
|
16466
16783
|
"text": "ConfigMutations",
|
|
16467
|
-
"canonicalReference": "@empathyco/x-components
|
|
16784
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
16468
16785
|
},
|
|
16469
16786
|
{
|
|
16470
16787
|
"kind": "Content",
|
|
@@ -19982,7 +20299,7 @@
|
|
|
19982
20299
|
{
|
|
19983
20300
|
"kind": "Reference",
|
|
19984
20301
|
"text": "QueryMutations",
|
|
19985
|
-
"canonicalReference": "@empathyco/x-components
|
|
20302
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
19986
20303
|
},
|
|
19987
20304
|
{
|
|
19988
20305
|
"kind": "Content",
|
|
@@ -19991,7 +20308,7 @@
|
|
|
19991
20308
|
{
|
|
19992
20309
|
"kind": "Reference",
|
|
19993
20310
|
"text": "ConfigMutations",
|
|
19994
|
-
"canonicalReference": "@empathyco/x-components
|
|
20311
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
19995
20312
|
},
|
|
19996
20313
|
{
|
|
19997
20314
|
"kind": "Content",
|
|
@@ -32572,7 +32889,7 @@
|
|
|
32572
32889
|
{
|
|
32573
32890
|
"kind": "Reference",
|
|
32574
32891
|
"text": "QueryMutations",
|
|
32575
|
-
"canonicalReference": "@empathyco/x-components
|
|
32892
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
32576
32893
|
},
|
|
32577
32894
|
{
|
|
32578
32895
|
"kind": "Content",
|
|
@@ -32581,7 +32898,7 @@
|
|
|
32581
32898
|
{
|
|
32582
32899
|
"kind": "Reference",
|
|
32583
32900
|
"text": "ConfigMutations",
|
|
32584
|
-
"canonicalReference": "@empathyco/x-components
|
|
32901
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
32585
32902
|
},
|
|
32586
32903
|
{
|
|
32587
32904
|
"kind": "Content",
|
|
@@ -32820,7 +33137,7 @@
|
|
|
32820
33137
|
{
|
|
32821
33138
|
"kind": "Reference",
|
|
32822
33139
|
"text": "QueryState",
|
|
32823
|
-
"canonicalReference": "@empathyco/x-components
|
|
33140
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
32824
33141
|
},
|
|
32825
33142
|
{
|
|
32826
33143
|
"kind": "Content",
|
|
@@ -34626,7 +34943,7 @@
|
|
|
34626
34943
|
{
|
|
34627
34944
|
"kind": "Reference",
|
|
34628
34945
|
"text": "QueryMutations",
|
|
34629
|
-
"canonicalReference": "@empathyco/x-components
|
|
34946
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
34630
34947
|
},
|
|
34631
34948
|
{
|
|
34632
34949
|
"kind": "Content",
|
|
@@ -34635,7 +34952,7 @@
|
|
|
34635
34952
|
{
|
|
34636
34953
|
"kind": "Reference",
|
|
34637
34954
|
"text": "ConfigMutations",
|
|
34638
|
-
"canonicalReference": "@empathyco/x-components
|
|
34955
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
34639
34956
|
},
|
|
34640
34957
|
{
|
|
34641
34958
|
"kind": "Content",
|
|
@@ -34875,7 +35192,7 @@
|
|
|
34875
35192
|
{
|
|
34876
35193
|
"kind": "Reference",
|
|
34877
35194
|
"text": "QueryState",
|
|
34878
|
-
"canonicalReference": "@empathyco/x-components
|
|
35195
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
34879
35196
|
},
|
|
34880
35197
|
{
|
|
34881
35198
|
"kind": "Content",
|
|
@@ -37631,6 +37948,93 @@
|
|
|
37631
37948
|
"endIndex": 4
|
|
37632
37949
|
}
|
|
37633
37950
|
},
|
|
37951
|
+
{
|
|
37952
|
+
"kind": "Function",
|
|
37953
|
+
"canonicalReference": "@empathyco/x-components!mergeConfig:function(1)",
|
|
37954
|
+
"docComment": "/**\n * Merges a new config with the current one. Can be used as a mutation.\n *\n * @param state - The {@link https://vuex.vuejs.org/guide/state.html | state} provided by Vuex.\n *\n * @param config - The config to be merged.\n *\n * @public\n */\n",
|
|
37955
|
+
"excerptTokens": [
|
|
37956
|
+
{
|
|
37957
|
+
"kind": "Content",
|
|
37958
|
+
"text": "export declare function mergeConfig<T extends "
|
|
37959
|
+
},
|
|
37960
|
+
{
|
|
37961
|
+
"kind": "Content",
|
|
37962
|
+
"text": "{\n config: T['config'];\n}"
|
|
37963
|
+
},
|
|
37964
|
+
{
|
|
37965
|
+
"kind": "Content",
|
|
37966
|
+
"text": ">(state: "
|
|
37967
|
+
},
|
|
37968
|
+
{
|
|
37969
|
+
"kind": "Content",
|
|
37970
|
+
"text": "T"
|
|
37971
|
+
},
|
|
37972
|
+
{
|
|
37973
|
+
"kind": "Content",
|
|
37974
|
+
"text": ", config: "
|
|
37975
|
+
},
|
|
37976
|
+
{
|
|
37977
|
+
"kind": "Reference",
|
|
37978
|
+
"text": "Partial",
|
|
37979
|
+
"canonicalReference": "!Partial:type"
|
|
37980
|
+
},
|
|
37981
|
+
{
|
|
37982
|
+
"kind": "Content",
|
|
37983
|
+
"text": "<T['config']>"
|
|
37984
|
+
},
|
|
37985
|
+
{
|
|
37986
|
+
"kind": "Content",
|
|
37987
|
+
"text": "): "
|
|
37988
|
+
},
|
|
37989
|
+
{
|
|
37990
|
+
"kind": "Content",
|
|
37991
|
+
"text": "void"
|
|
37992
|
+
},
|
|
37993
|
+
{
|
|
37994
|
+
"kind": "Content",
|
|
37995
|
+
"text": ";"
|
|
37996
|
+
}
|
|
37997
|
+
],
|
|
37998
|
+
"fileUrlPath": "src/store/utils/config-store.utils.ts",
|
|
37999
|
+
"returnTypeTokenRange": {
|
|
38000
|
+
"startIndex": 8,
|
|
38001
|
+
"endIndex": 9
|
|
38002
|
+
},
|
|
38003
|
+
"releaseTag": "Public",
|
|
38004
|
+
"overloadIndex": 1,
|
|
38005
|
+
"parameters": [
|
|
38006
|
+
{
|
|
38007
|
+
"parameterName": "state",
|
|
38008
|
+
"parameterTypeTokenRange": {
|
|
38009
|
+
"startIndex": 3,
|
|
38010
|
+
"endIndex": 4
|
|
38011
|
+
},
|
|
38012
|
+
"isOptional": false
|
|
38013
|
+
},
|
|
38014
|
+
{
|
|
38015
|
+
"parameterName": "config",
|
|
38016
|
+
"parameterTypeTokenRange": {
|
|
38017
|
+
"startIndex": 5,
|
|
38018
|
+
"endIndex": 7
|
|
38019
|
+
},
|
|
38020
|
+
"isOptional": false
|
|
38021
|
+
}
|
|
38022
|
+
],
|
|
38023
|
+
"typeParameters": [
|
|
38024
|
+
{
|
|
38025
|
+
"typeParameterName": "T",
|
|
38026
|
+
"constraintTokenRange": {
|
|
38027
|
+
"startIndex": 1,
|
|
38028
|
+
"endIndex": 2
|
|
38029
|
+
},
|
|
38030
|
+
"defaultTypeTokenRange": {
|
|
38031
|
+
"startIndex": 0,
|
|
38032
|
+
"endIndex": 0
|
|
38033
|
+
}
|
|
38034
|
+
}
|
|
38035
|
+
],
|
|
38036
|
+
"name": "mergeConfig"
|
|
38037
|
+
},
|
|
37634
38038
|
{
|
|
37635
38039
|
"kind": "TypeAlias",
|
|
37636
38040
|
"canonicalReference": "@empathyco/x-components!MonadicFunction:type",
|
|
@@ -41106,7 +41510,7 @@
|
|
|
41106
41510
|
{
|
|
41107
41511
|
"kind": "Reference",
|
|
41108
41512
|
"text": "QueryMutations",
|
|
41109
|
-
"canonicalReference": "@empathyco/x-components
|
|
41513
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
41110
41514
|
},
|
|
41111
41515
|
{
|
|
41112
41516
|
"kind": "Content",
|
|
@@ -41115,7 +41519,7 @@
|
|
|
41115
41519
|
{
|
|
41116
41520
|
"kind": "Reference",
|
|
41117
41521
|
"text": "ConfigMutations",
|
|
41118
|
-
"canonicalReference": "@empathyco/x-components
|
|
41522
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
41119
41523
|
},
|
|
41120
41524
|
{
|
|
41121
41525
|
"kind": "Content",
|
|
@@ -41492,7 +41896,7 @@
|
|
|
41492
41896
|
{
|
|
41493
41897
|
"kind": "Reference",
|
|
41494
41898
|
"text": "QueryState",
|
|
41495
|
-
"canonicalReference": "@empathyco/x-components
|
|
41899
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
41496
41900
|
},
|
|
41497
41901
|
{
|
|
41498
41902
|
"kind": "Content",
|
|
@@ -44279,7 +44683,7 @@
|
|
|
44279
44683
|
{
|
|
44280
44684
|
"kind": "Reference",
|
|
44281
44685
|
"text": "ConfigMutations",
|
|
44282
|
-
"canonicalReference": "@empathyco/x-components
|
|
44686
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
44283
44687
|
},
|
|
44284
44688
|
{
|
|
44285
44689
|
"kind": "Content",
|
|
@@ -45839,7 +46243,7 @@
|
|
|
45839
46243
|
{
|
|
45840
46244
|
"kind": "Reference",
|
|
45841
46245
|
"text": "ConfigMutations",
|
|
45842
|
-
"canonicalReference": "@empathyco/x-components
|
|
46246
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
45843
46247
|
},
|
|
45844
46248
|
{
|
|
45845
46249
|
"kind": "Content",
|
|
@@ -46758,6 +47162,69 @@
|
|
|
46758
47162
|
"endIndex": 2
|
|
46759
47163
|
}
|
|
46760
47164
|
},
|
|
47165
|
+
{
|
|
47166
|
+
"kind": "Interface",
|
|
47167
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface",
|
|
47168
|
+
"docComment": "/**\n * The {@link QueryState} mutations.\n *\n * @public\n */\n",
|
|
47169
|
+
"excerptTokens": [
|
|
47170
|
+
{
|
|
47171
|
+
"kind": "Content",
|
|
47172
|
+
"text": "export interface QueryMutations "
|
|
47173
|
+
}
|
|
47174
|
+
],
|
|
47175
|
+
"fileUrlPath": "src/store/utils/query.utils.ts",
|
|
47176
|
+
"releaseTag": "Public",
|
|
47177
|
+
"name": "QueryMutations",
|
|
47178
|
+
"preserveMemberOrder": false,
|
|
47179
|
+
"members": [
|
|
47180
|
+
{
|
|
47181
|
+
"kind": "MethodSignature",
|
|
47182
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations#setQuery:member(1)",
|
|
47183
|
+
"docComment": "/**\n * Sets the query.\n *\n * @param query - The new query.\n */\n",
|
|
47184
|
+
"excerptTokens": [
|
|
47185
|
+
{
|
|
47186
|
+
"kind": "Content",
|
|
47187
|
+
"text": "setQuery(query: "
|
|
47188
|
+
},
|
|
47189
|
+
{
|
|
47190
|
+
"kind": "Content",
|
|
47191
|
+
"text": "string"
|
|
47192
|
+
},
|
|
47193
|
+
{
|
|
47194
|
+
"kind": "Content",
|
|
47195
|
+
"text": "): "
|
|
47196
|
+
},
|
|
47197
|
+
{
|
|
47198
|
+
"kind": "Content",
|
|
47199
|
+
"text": "void"
|
|
47200
|
+
},
|
|
47201
|
+
{
|
|
47202
|
+
"kind": "Content",
|
|
47203
|
+
"text": ";"
|
|
47204
|
+
}
|
|
47205
|
+
],
|
|
47206
|
+
"isOptional": false,
|
|
47207
|
+
"returnTypeTokenRange": {
|
|
47208
|
+
"startIndex": 3,
|
|
47209
|
+
"endIndex": 4
|
|
47210
|
+
},
|
|
47211
|
+
"releaseTag": "Public",
|
|
47212
|
+
"overloadIndex": 1,
|
|
47213
|
+
"parameters": [
|
|
47214
|
+
{
|
|
47215
|
+
"parameterName": "query",
|
|
47216
|
+
"parameterTypeTokenRange": {
|
|
47217
|
+
"startIndex": 1,
|
|
47218
|
+
"endIndex": 2
|
|
47219
|
+
},
|
|
47220
|
+
"isOptional": false
|
|
47221
|
+
}
|
|
47222
|
+
],
|
|
47223
|
+
"name": "setQuery"
|
|
47224
|
+
}
|
|
47225
|
+
],
|
|
47226
|
+
"extendsTokenRanges": []
|
|
47227
|
+
},
|
|
46761
47228
|
{
|
|
46762
47229
|
"kind": "TypeAlias",
|
|
46763
47230
|
"canonicalReference": "@empathyco/x-components!QueryOrigin:type",
|
|
@@ -48072,6 +48539,51 @@
|
|
|
48072
48539
|
],
|
|
48073
48540
|
"extendsTokenRanges": []
|
|
48074
48541
|
},
|
|
48542
|
+
{
|
|
48543
|
+
"kind": "Interface",
|
|
48544
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface",
|
|
48545
|
+
"docComment": "/**\n * Query state type, containing a property to hold the current query of the module.\n *\n * @public\n */\n",
|
|
48546
|
+
"excerptTokens": [
|
|
48547
|
+
{
|
|
48548
|
+
"kind": "Content",
|
|
48549
|
+
"text": "export interface QueryState "
|
|
48550
|
+
}
|
|
48551
|
+
],
|
|
48552
|
+
"fileUrlPath": "src/store/utils/query.utils.ts",
|
|
48553
|
+
"releaseTag": "Public",
|
|
48554
|
+
"name": "QueryState",
|
|
48555
|
+
"preserveMemberOrder": false,
|
|
48556
|
+
"members": [
|
|
48557
|
+
{
|
|
48558
|
+
"kind": "PropertySignature",
|
|
48559
|
+
"canonicalReference": "@empathyco/x-components!QueryState#query:member",
|
|
48560
|
+
"docComment": "/**\n * The query of the module. Different modules may have queries that differ in value or time.\n */\n",
|
|
48561
|
+
"excerptTokens": [
|
|
48562
|
+
{
|
|
48563
|
+
"kind": "Content",
|
|
48564
|
+
"text": "query: "
|
|
48565
|
+
},
|
|
48566
|
+
{
|
|
48567
|
+
"kind": "Content",
|
|
48568
|
+
"text": "string"
|
|
48569
|
+
},
|
|
48570
|
+
{
|
|
48571
|
+
"kind": "Content",
|
|
48572
|
+
"text": ";"
|
|
48573
|
+
}
|
|
48574
|
+
],
|
|
48575
|
+
"isReadonly": false,
|
|
48576
|
+
"isOptional": false,
|
|
48577
|
+
"releaseTag": "Public",
|
|
48578
|
+
"name": "query",
|
|
48579
|
+
"propertyTypeTokenRange": {
|
|
48580
|
+
"startIndex": 1,
|
|
48581
|
+
"endIndex": 2
|
|
48582
|
+
}
|
|
48583
|
+
}
|
|
48584
|
+
],
|
|
48585
|
+
"extendsTokenRanges": []
|
|
48586
|
+
},
|
|
48075
48587
|
{
|
|
48076
48588
|
"kind": "Variable",
|
|
48077
48589
|
"canonicalReference": "@empathyco/x-components!QuerySuggestion:var",
|
|
@@ -48950,7 +49462,7 @@
|
|
|
48950
49462
|
{
|
|
48951
49463
|
"kind": "Reference",
|
|
48952
49464
|
"text": "QueryMutations",
|
|
48953
|
-
"canonicalReference": "@empathyco/x-components
|
|
49465
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
48954
49466
|
},
|
|
48955
49467
|
{
|
|
48956
49468
|
"kind": "Content",
|
|
@@ -48959,7 +49471,7 @@
|
|
|
48959
49471
|
{
|
|
48960
49472
|
"kind": "Reference",
|
|
48961
49473
|
"text": "ConfigMutations",
|
|
48962
|
-
"canonicalReference": "@empathyco/x-components
|
|
49474
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
48963
49475
|
},
|
|
48964
49476
|
{
|
|
48965
49477
|
"kind": "Content",
|
|
@@ -49199,7 +49711,7 @@
|
|
|
49199
49711
|
{
|
|
49200
49712
|
"kind": "Reference",
|
|
49201
49713
|
"text": "QueryState",
|
|
49202
|
-
"canonicalReference": "@empathyco/x-components
|
|
49714
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
49203
49715
|
},
|
|
49204
49716
|
{
|
|
49205
49717
|
"kind": "Content",
|
|
@@ -50162,7 +50674,7 @@
|
|
|
50162
50674
|
{
|
|
50163
50675
|
"kind": "Reference",
|
|
50164
50676
|
"text": "ConfigMutations",
|
|
50165
|
-
"canonicalReference": "@empathyco/x-components
|
|
50677
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
50166
50678
|
},
|
|
50167
50679
|
{
|
|
50168
50680
|
"kind": "Content",
|
|
@@ -51729,7 +52241,7 @@
|
|
|
51729
52241
|
{
|
|
51730
52242
|
"kind": "Reference",
|
|
51731
52243
|
"text": "QueryMutations",
|
|
51732
|
-
"canonicalReference": "@empathyco/x-components
|
|
52244
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
51733
52245
|
},
|
|
51734
52246
|
{
|
|
51735
52247
|
"kind": "Content",
|
|
@@ -51992,7 +52504,7 @@
|
|
|
51992
52504
|
{
|
|
51993
52505
|
"kind": "Reference",
|
|
51994
52506
|
"text": "QueryState",
|
|
51995
|
-
"canonicalReference": "@empathyco/x-components
|
|
52507
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
51996
52508
|
},
|
|
51997
52509
|
{
|
|
51998
52510
|
"kind": "Content",
|
|
@@ -53288,7 +53800,7 @@
|
|
|
53288
53800
|
{
|
|
53289
53801
|
"kind": "Reference",
|
|
53290
53802
|
"text": "QueryMutations",
|
|
53291
|
-
"canonicalReference": "@empathyco/x-components
|
|
53803
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
53292
53804
|
},
|
|
53293
53805
|
{
|
|
53294
53806
|
"kind": "Content",
|
|
@@ -53297,7 +53809,7 @@
|
|
|
53297
53809
|
{
|
|
53298
53810
|
"kind": "Reference",
|
|
53299
53811
|
"text": "ConfigMutations",
|
|
53300
|
-
"canonicalReference": "@empathyco/x-components
|
|
53812
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
53301
53813
|
},
|
|
53302
53814
|
{
|
|
53303
53815
|
"kind": "Content",
|
|
@@ -53565,7 +54077,7 @@
|
|
|
53565
54077
|
{
|
|
53566
54078
|
"kind": "Reference",
|
|
53567
54079
|
"text": "QueryState",
|
|
53568
|
-
"canonicalReference": "@empathyco/x-components
|
|
54080
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
53569
54081
|
},
|
|
53570
54082
|
{
|
|
53571
54083
|
"kind": "Content",
|
|
@@ -57917,7 +58429,7 @@
|
|
|
57917
58429
|
{
|
|
57918
58430
|
"kind": "Reference",
|
|
57919
58431
|
"text": "QueryMutations",
|
|
57920
|
-
"canonicalReference": "@empathyco/x-components
|
|
58432
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
57921
58433
|
},
|
|
57922
58434
|
{
|
|
57923
58435
|
"kind": "Content",
|
|
@@ -57995,7 +58507,7 @@
|
|
|
57995
58507
|
{
|
|
57996
58508
|
"kind": "Reference",
|
|
57997
58509
|
"text": "QueryState",
|
|
57998
|
-
"canonicalReference": "@empathyco/x-components
|
|
58510
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
57999
58511
|
},
|
|
58000
58512
|
{
|
|
58001
58513
|
"kind": "Content",
|
|
@@ -59330,7 +59842,7 @@
|
|
|
59330
59842
|
{
|
|
59331
59843
|
"kind": "Reference",
|
|
59332
59844
|
"text": "QueryMutations",
|
|
59333
|
-
"canonicalReference": "@empathyco/x-components
|
|
59845
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
59334
59846
|
},
|
|
59335
59847
|
{
|
|
59336
59848
|
"kind": "Content",
|
|
@@ -59339,7 +59851,7 @@
|
|
|
59339
59851
|
{
|
|
59340
59852
|
"kind": "Reference",
|
|
59341
59853
|
"text": "ConfigMutations",
|
|
59342
|
-
"canonicalReference": "@empathyco/x-components
|
|
59854
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
59343
59855
|
},
|
|
59344
59856
|
{
|
|
59345
59857
|
"kind": "Content",
|
|
@@ -60594,7 +61106,7 @@
|
|
|
60594
61106
|
{
|
|
60595
61107
|
"kind": "Reference",
|
|
60596
61108
|
"text": "QueryState",
|
|
60597
|
-
"canonicalReference": "@empathyco/x-components
|
|
61109
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
60598
61110
|
},
|
|
60599
61111
|
{
|
|
60600
61112
|
"kind": "Content",
|
|
@@ -62774,7 +63286,7 @@
|
|
|
62774
63286
|
{
|
|
62775
63287
|
"kind": "Reference",
|
|
62776
63288
|
"text": "QueryMutations",
|
|
62777
|
-
"canonicalReference": "@empathyco/x-components
|
|
63289
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
62778
63290
|
},
|
|
62779
63291
|
{
|
|
62780
63292
|
"kind": "Content",
|
|
@@ -62783,7 +63295,7 @@
|
|
|
62783
63295
|
{
|
|
62784
63296
|
"kind": "Reference",
|
|
62785
63297
|
"text": "ConfigMutations",
|
|
62786
|
-
"canonicalReference": "@empathyco/x-components
|
|
63298
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
62787
63299
|
},
|
|
62788
63300
|
{
|
|
62789
63301
|
"kind": "Content",
|
|
@@ -62977,7 +63489,7 @@
|
|
|
62977
63489
|
{
|
|
62978
63490
|
"kind": "Reference",
|
|
62979
63491
|
"text": "QueryState",
|
|
62980
|
-
"canonicalReference": "@empathyco/x-components
|
|
63492
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
62981
63493
|
},
|
|
62982
63494
|
{
|
|
62983
63495
|
"kind": "Content",
|
|
@@ -63516,6 +64028,88 @@
|
|
|
63516
64028
|
"endIndex": 3
|
|
63517
64029
|
}
|
|
63518
64030
|
},
|
|
64031
|
+
{
|
|
64032
|
+
"kind": "Function",
|
|
64033
|
+
"canonicalReference": "@empathyco/x-components!setConfig:function(1)",
|
|
64034
|
+
"docComment": "/**\n * Sets the request config. Can be used as a mutation.\n *\n * @param state - The {@link https://vuex.vuejs.org/guide/state.html | state} provided by Vuex.\n *\n * @param config - The new config.\n *\n * @public\n */\n",
|
|
64035
|
+
"excerptTokens": [
|
|
64036
|
+
{
|
|
64037
|
+
"kind": "Content",
|
|
64038
|
+
"text": "export declare function setConfig<T extends "
|
|
64039
|
+
},
|
|
64040
|
+
{
|
|
64041
|
+
"kind": "Content",
|
|
64042
|
+
"text": "{\n config: T['config'];\n}"
|
|
64043
|
+
},
|
|
64044
|
+
{
|
|
64045
|
+
"kind": "Content",
|
|
64046
|
+
"text": ">(state: "
|
|
64047
|
+
},
|
|
64048
|
+
{
|
|
64049
|
+
"kind": "Content",
|
|
64050
|
+
"text": "T"
|
|
64051
|
+
},
|
|
64052
|
+
{
|
|
64053
|
+
"kind": "Content",
|
|
64054
|
+
"text": ", config: "
|
|
64055
|
+
},
|
|
64056
|
+
{
|
|
64057
|
+
"kind": "Content",
|
|
64058
|
+
"text": "T['config']"
|
|
64059
|
+
},
|
|
64060
|
+
{
|
|
64061
|
+
"kind": "Content",
|
|
64062
|
+
"text": "): "
|
|
64063
|
+
},
|
|
64064
|
+
{
|
|
64065
|
+
"kind": "Content",
|
|
64066
|
+
"text": "void"
|
|
64067
|
+
},
|
|
64068
|
+
{
|
|
64069
|
+
"kind": "Content",
|
|
64070
|
+
"text": ";"
|
|
64071
|
+
}
|
|
64072
|
+
],
|
|
64073
|
+
"fileUrlPath": "src/store/utils/config-store.utils.ts",
|
|
64074
|
+
"returnTypeTokenRange": {
|
|
64075
|
+
"startIndex": 7,
|
|
64076
|
+
"endIndex": 8
|
|
64077
|
+
},
|
|
64078
|
+
"releaseTag": "Public",
|
|
64079
|
+
"overloadIndex": 1,
|
|
64080
|
+
"parameters": [
|
|
64081
|
+
{
|
|
64082
|
+
"parameterName": "state",
|
|
64083
|
+
"parameterTypeTokenRange": {
|
|
64084
|
+
"startIndex": 3,
|
|
64085
|
+
"endIndex": 4
|
|
64086
|
+
},
|
|
64087
|
+
"isOptional": false
|
|
64088
|
+
},
|
|
64089
|
+
{
|
|
64090
|
+
"parameterName": "config",
|
|
64091
|
+
"parameterTypeTokenRange": {
|
|
64092
|
+
"startIndex": 5,
|
|
64093
|
+
"endIndex": 6
|
|
64094
|
+
},
|
|
64095
|
+
"isOptional": false
|
|
64096
|
+
}
|
|
64097
|
+
],
|
|
64098
|
+
"typeParameters": [
|
|
64099
|
+
{
|
|
64100
|
+
"typeParameterName": "T",
|
|
64101
|
+
"constraintTokenRange": {
|
|
64102
|
+
"startIndex": 1,
|
|
64103
|
+
"endIndex": 2
|
|
64104
|
+
},
|
|
64105
|
+
"defaultTypeTokenRange": {
|
|
64106
|
+
"startIndex": 0,
|
|
64107
|
+
"endIndex": 0
|
|
64108
|
+
}
|
|
64109
|
+
}
|
|
64110
|
+
],
|
|
64111
|
+
"name": "setConfig"
|
|
64112
|
+
},
|
|
63519
64113
|
{
|
|
63520
64114
|
"kind": "Variable",
|
|
63521
64115
|
"canonicalReference": "@empathyco/x-components!setConsent:var",
|
|
@@ -64298,6 +64892,68 @@
|
|
|
64298
64892
|
"endIndex": 6
|
|
64299
64893
|
}
|
|
64300
64894
|
},
|
|
64895
|
+
{
|
|
64896
|
+
"kind": "Function",
|
|
64897
|
+
"canonicalReference": "@empathyco/x-components!setQuery:function(1)",
|
|
64898
|
+
"docComment": "/**\n * Sets the query of the module.\n *\n * @param state - State of the module.\n *\n * @param query - The new query to set.\n *\n * @public\n */\n",
|
|
64899
|
+
"excerptTokens": [
|
|
64900
|
+
{
|
|
64901
|
+
"kind": "Content",
|
|
64902
|
+
"text": "export declare function setQuery(state: "
|
|
64903
|
+
},
|
|
64904
|
+
{
|
|
64905
|
+
"kind": "Reference",
|
|
64906
|
+
"text": "QueryState",
|
|
64907
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
64908
|
+
},
|
|
64909
|
+
{
|
|
64910
|
+
"kind": "Content",
|
|
64911
|
+
"text": ", query: "
|
|
64912
|
+
},
|
|
64913
|
+
{
|
|
64914
|
+
"kind": "Content",
|
|
64915
|
+
"text": "string"
|
|
64916
|
+
},
|
|
64917
|
+
{
|
|
64918
|
+
"kind": "Content",
|
|
64919
|
+
"text": "): "
|
|
64920
|
+
},
|
|
64921
|
+
{
|
|
64922
|
+
"kind": "Content",
|
|
64923
|
+
"text": "void"
|
|
64924
|
+
},
|
|
64925
|
+
{
|
|
64926
|
+
"kind": "Content",
|
|
64927
|
+
"text": ";"
|
|
64928
|
+
}
|
|
64929
|
+
],
|
|
64930
|
+
"fileUrlPath": "src/store/utils/query.utils.ts",
|
|
64931
|
+
"returnTypeTokenRange": {
|
|
64932
|
+
"startIndex": 5,
|
|
64933
|
+
"endIndex": 6
|
|
64934
|
+
},
|
|
64935
|
+
"releaseTag": "Public",
|
|
64936
|
+
"overloadIndex": 1,
|
|
64937
|
+
"parameters": [
|
|
64938
|
+
{
|
|
64939
|
+
"parameterName": "state",
|
|
64940
|
+
"parameterTypeTokenRange": {
|
|
64941
|
+
"startIndex": 1,
|
|
64942
|
+
"endIndex": 2
|
|
64943
|
+
},
|
|
64944
|
+
"isOptional": false
|
|
64945
|
+
},
|
|
64946
|
+
{
|
|
64947
|
+
"parameterName": "query",
|
|
64948
|
+
"parameterTypeTokenRange": {
|
|
64949
|
+
"startIndex": 3,
|
|
64950
|
+
"endIndex": 4
|
|
64951
|
+
},
|
|
64952
|
+
"isOptional": false
|
|
64953
|
+
}
|
|
64954
|
+
],
|
|
64955
|
+
"name": "setQuery"
|
|
64956
|
+
},
|
|
64301
64957
|
{
|
|
64302
64958
|
"kind": "Variable",
|
|
64303
64959
|
"canonicalReference": "@empathyco/x-components!setQueryFromLastHistoryQuery:var",
|
|
@@ -73020,7 +73676,7 @@
|
|
|
73020
73676
|
{
|
|
73021
73677
|
"kind": "Reference",
|
|
73022
73678
|
"text": "ConfigMutations",
|
|
73023
|
-
"canonicalReference": "@empathyco/x-components
|
|
73679
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
73024
73680
|
},
|
|
73025
73681
|
{
|
|
73026
73682
|
"kind": "Content",
|
|
@@ -74823,7 +75479,7 @@
|
|
|
74823
75479
|
{
|
|
74824
75480
|
"kind": "Reference",
|
|
74825
75481
|
"text": "QueryMutations",
|
|
74826
|
-
"canonicalReference": "@empathyco/x-components
|
|
75482
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
74827
75483
|
},
|
|
74828
75484
|
{
|
|
74829
75485
|
"kind": "Content",
|
|
@@ -75498,7 +76154,7 @@
|
|
|
75498
76154
|
{
|
|
75499
76155
|
"kind": "Reference",
|
|
75500
76156
|
"text": "QueryState",
|
|
75501
|
-
"canonicalReference": "@empathyco/x-components
|
|
76157
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
75502
76158
|
},
|
|
75503
76159
|
{
|
|
75504
76160
|
"kind": "Content",
|