@empathyco/x-components 3.0.0-alpha.65 → 3.0.0-alpha.68
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 +43 -0
- package/core/index.js.map +1 -1
- package/design-system/full-theme.css +15 -14
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +2 -2
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +1 -1
- package/docs/API-reference/api/x-adapter.md +0 -1
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +2 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +2 -1
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsstate.md +2 -2
- package/docs/API-reference/api/x-components.md +3 -1
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesstate.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +2 -3
- package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
- package/docs/API-reference/api/x-components.searchgetters.md +1 -0
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchmutations.md +2 -2
- package/docs/API-reference/api/x-components.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.md +2 -1
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +9 -5
- package/docs/API-reference/api/x-types.relatedtag.md +0 -2
- package/js/index.js +2 -0
- package/js/index.js.map +1 -1
- package/js/store/utils/query.utils.js +37 -0
- package/js/store/utils/query.utils.js.map +1 -0
- package/js/x-modules/history-queries/store/module.js +2 -3
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +2 -3
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +2 -3
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +2 -3
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js +3 -2
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +5 -4
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +18 -0
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +2 -3
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +5 -4
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +2 -3
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/url/store/module.js +2 -3
- package/js/x-modules/url/store/module.js.map +1 -1
- package/package.json +8 -8
- package/related-tags/index.js +1 -0
- package/report/x-adapter.api.json +2 -133
- package/report/x-components.api.json +379 -110
- package/report/x-components.api.md +30 -19
- package/report/x-types.api.json +0 -52
- package/search/index.js +1 -0
- package/types/store/utils/query.utils.d.ts +56 -0
- package/types/store/utils/query.utils.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +3 -2
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +3 -2
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +3 -2
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +3 -2
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +1 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +5 -10
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +1 -0
- package/types/x-modules/search/store/index.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +5 -2
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +3 -2
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +4 -3
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
|
@@ -19633,7 +19633,16 @@
|
|
|
19633
19633
|
"excerptTokens": [
|
|
19634
19634
|
{
|
|
19635
19635
|
"kind": "Content",
|
|
19636
|
-
"text": "export interface HistoryQueriesMutations "
|
|
19636
|
+
"text": "export interface HistoryQueriesMutations extends "
|
|
19637
|
+
},
|
|
19638
|
+
{
|
|
19639
|
+
"kind": "Reference",
|
|
19640
|
+
"text": "QueryMutations",
|
|
19641
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
19642
|
+
},
|
|
19643
|
+
{
|
|
19644
|
+
"kind": "Content",
|
|
19645
|
+
"text": " "
|
|
19637
19646
|
}
|
|
19638
19647
|
],
|
|
19639
19648
|
"releaseTag": "Public",
|
|
@@ -19777,7 +19786,12 @@
|
|
|
19777
19786
|
"name": "setSessionTimeStamp"
|
|
19778
19787
|
}
|
|
19779
19788
|
],
|
|
19780
|
-
"extendsTokenRanges": [
|
|
19789
|
+
"extendsTokenRanges": [
|
|
19790
|
+
{
|
|
19791
|
+
"startIndex": 1,
|
|
19792
|
+
"endIndex": 3
|
|
19793
|
+
}
|
|
19794
|
+
]
|
|
19781
19795
|
},
|
|
19782
19796
|
{
|
|
19783
19797
|
"kind": "Interface",
|
|
@@ -19786,7 +19800,16 @@
|
|
|
19786
19800
|
"excerptTokens": [
|
|
19787
19801
|
{
|
|
19788
19802
|
"kind": "Content",
|
|
19789
|
-
"text": "export interface HistoryQueriesState "
|
|
19803
|
+
"text": "export interface HistoryQueriesState extends "
|
|
19804
|
+
},
|
|
19805
|
+
{
|
|
19806
|
+
"kind": "Reference",
|
|
19807
|
+
"text": "QueryState",
|
|
19808
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
19809
|
+
},
|
|
19810
|
+
{
|
|
19811
|
+
"kind": "Content",
|
|
19812
|
+
"text": " "
|
|
19790
19813
|
}
|
|
19791
19814
|
],
|
|
19792
19815
|
"releaseTag": "Public",
|
|
@@ -19903,7 +19926,12 @@
|
|
|
19903
19926
|
}
|
|
19904
19927
|
}
|
|
19905
19928
|
],
|
|
19906
|
-
"extendsTokenRanges": [
|
|
19929
|
+
"extendsTokenRanges": [
|
|
19930
|
+
{
|
|
19931
|
+
"startIndex": 1,
|
|
19932
|
+
"endIndex": 3
|
|
19933
|
+
}
|
|
19934
|
+
]
|
|
19907
19935
|
},
|
|
19908
19936
|
{
|
|
19909
19937
|
"kind": "Interface",
|
|
@@ -21187,6 +21215,15 @@
|
|
|
21187
21215
|
"text": "StatusMutations",
|
|
21188
21216
|
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
21189
21217
|
},
|
|
21218
|
+
{
|
|
21219
|
+
"kind": "Content",
|
|
21220
|
+
"text": ", "
|
|
21221
|
+
},
|
|
21222
|
+
{
|
|
21223
|
+
"kind": "Reference",
|
|
21224
|
+
"text": "QueryMutations",
|
|
21225
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
21226
|
+
},
|
|
21190
21227
|
{
|
|
21191
21228
|
"kind": "Content",
|
|
21192
21229
|
"text": " "
|
|
@@ -21390,7 +21427,11 @@
|
|
|
21390
21427
|
"extendsTokenRanges": [
|
|
21391
21428
|
{
|
|
21392
21429
|
"startIndex": 1,
|
|
21393
|
-
"endIndex":
|
|
21430
|
+
"endIndex": 2
|
|
21431
|
+
},
|
|
21432
|
+
{
|
|
21433
|
+
"startIndex": 3,
|
|
21434
|
+
"endIndex": 5
|
|
21394
21435
|
}
|
|
21395
21436
|
]
|
|
21396
21437
|
},
|
|
@@ -21434,6 +21475,15 @@
|
|
|
21434
21475
|
"text": "StatusState",
|
|
21435
21476
|
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
21436
21477
|
},
|
|
21478
|
+
{
|
|
21479
|
+
"kind": "Content",
|
|
21480
|
+
"text": ", "
|
|
21481
|
+
},
|
|
21482
|
+
{
|
|
21483
|
+
"kind": "Reference",
|
|
21484
|
+
"text": "QueryState",
|
|
21485
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
21486
|
+
},
|
|
21437
21487
|
{
|
|
21438
21488
|
"kind": "Content",
|
|
21439
21489
|
"text": " "
|
|
@@ -21592,7 +21642,11 @@
|
|
|
21592
21642
|
"extendsTokenRanges": [
|
|
21593
21643
|
{
|
|
21594
21644
|
"startIndex": 1,
|
|
21595
|
-
"endIndex":
|
|
21645
|
+
"endIndex": 2
|
|
21646
|
+
},
|
|
21647
|
+
{
|
|
21648
|
+
"startIndex": 3,
|
|
21649
|
+
"endIndex": 5
|
|
21596
21650
|
}
|
|
21597
21651
|
]
|
|
21598
21652
|
},
|
|
@@ -26243,6 +26297,15 @@
|
|
|
26243
26297
|
"text": "StatusMutations",
|
|
26244
26298
|
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
26245
26299
|
},
|
|
26300
|
+
{
|
|
26301
|
+
"kind": "Content",
|
|
26302
|
+
"text": ", "
|
|
26303
|
+
},
|
|
26304
|
+
{
|
|
26305
|
+
"kind": "Reference",
|
|
26306
|
+
"text": "QueryMutations",
|
|
26307
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
26308
|
+
},
|
|
26246
26309
|
{
|
|
26247
26310
|
"kind": "Content",
|
|
26248
26311
|
"text": " "
|
|
@@ -26446,7 +26509,11 @@
|
|
|
26446
26509
|
"extendsTokenRanges": [
|
|
26447
26510
|
{
|
|
26448
26511
|
"startIndex": 1,
|
|
26449
|
-
"endIndex":
|
|
26512
|
+
"endIndex": 2
|
|
26513
|
+
},
|
|
26514
|
+
{
|
|
26515
|
+
"startIndex": 3,
|
|
26516
|
+
"endIndex": 5
|
|
26450
26517
|
}
|
|
26451
26518
|
]
|
|
26452
26519
|
},
|
|
@@ -26490,6 +26557,15 @@
|
|
|
26490
26557
|
"text": "StatusState",
|
|
26491
26558
|
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
26492
26559
|
},
|
|
26560
|
+
{
|
|
26561
|
+
"kind": "Content",
|
|
26562
|
+
"text": ", "
|
|
26563
|
+
},
|
|
26564
|
+
{
|
|
26565
|
+
"kind": "Reference",
|
|
26566
|
+
"text": "QueryState",
|
|
26567
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
26568
|
+
},
|
|
26493
26569
|
{
|
|
26494
26570
|
"kind": "Content",
|
|
26495
26571
|
"text": " "
|
|
@@ -26648,7 +26724,11 @@
|
|
|
26648
26724
|
"extendsTokenRanges": [
|
|
26649
26725
|
{
|
|
26650
26726
|
"startIndex": 1,
|
|
26651
|
-
"endIndex":
|
|
26727
|
+
"endIndex": 2
|
|
26728
|
+
},
|
|
26729
|
+
{
|
|
26730
|
+
"startIndex": 3,
|
|
26731
|
+
"endIndex": 5
|
|
26652
26732
|
}
|
|
26653
26733
|
]
|
|
26654
26734
|
},
|
|
@@ -30311,6 +30391,15 @@
|
|
|
30311
30391
|
"text": "StatusMutations",
|
|
30312
30392
|
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
30313
30393
|
},
|
|
30394
|
+
{
|
|
30395
|
+
"kind": "Content",
|
|
30396
|
+
"text": ", "
|
|
30397
|
+
},
|
|
30398
|
+
{
|
|
30399
|
+
"kind": "Reference",
|
|
30400
|
+
"text": "QueryMutations",
|
|
30401
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
30402
|
+
},
|
|
30314
30403
|
{
|
|
30315
30404
|
"kind": "Content",
|
|
30316
30405
|
"text": " "
|
|
@@ -30465,7 +30554,11 @@
|
|
|
30465
30554
|
"extendsTokenRanges": [
|
|
30466
30555
|
{
|
|
30467
30556
|
"startIndex": 1,
|
|
30468
|
-
"endIndex":
|
|
30557
|
+
"endIndex": 2
|
|
30558
|
+
},
|
|
30559
|
+
{
|
|
30560
|
+
"startIndex": 3,
|
|
30561
|
+
"endIndex": 5
|
|
30469
30562
|
}
|
|
30470
30563
|
]
|
|
30471
30564
|
},
|
|
@@ -30509,6 +30602,15 @@
|
|
|
30509
30602
|
"text": "StatusState",
|
|
30510
30603
|
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
30511
30604
|
},
|
|
30605
|
+
{
|
|
30606
|
+
"kind": "Content",
|
|
30607
|
+
"text": ", "
|
|
30608
|
+
},
|
|
30609
|
+
{
|
|
30610
|
+
"kind": "Reference",
|
|
30611
|
+
"text": "QueryState",
|
|
30612
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
30613
|
+
},
|
|
30512
30614
|
{
|
|
30513
30615
|
"kind": "Content",
|
|
30514
30616
|
"text": " "
|
|
@@ -30636,7 +30738,11 @@
|
|
|
30636
30738
|
"extendsTokenRanges": [
|
|
30637
30739
|
{
|
|
30638
30740
|
"startIndex": 1,
|
|
30639
|
-
"endIndex":
|
|
30741
|
+
"endIndex": 2
|
|
30742
|
+
},
|
|
30743
|
+
{
|
|
30744
|
+
"startIndex": 3,
|
|
30745
|
+
"endIndex": 5
|
|
30640
30746
|
}
|
|
30641
30747
|
]
|
|
30642
30748
|
},
|
|
@@ -32950,6 +33056,32 @@
|
|
|
32950
33056
|
"releaseTag": "Public",
|
|
32951
33057
|
"name": "RelatedTagsGetters",
|
|
32952
33058
|
"members": [
|
|
33059
|
+
{
|
|
33060
|
+
"kind": "PropertySignature",
|
|
33061
|
+
"canonicalReference": "@empathyco/x-components!RelatedTagsGetters#query:member",
|
|
33062
|
+
"docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
|
|
33063
|
+
"excerptTokens": [
|
|
33064
|
+
{
|
|
33065
|
+
"kind": "Content",
|
|
33066
|
+
"text": "query: "
|
|
33067
|
+
},
|
|
33068
|
+
{
|
|
33069
|
+
"kind": "Content",
|
|
33070
|
+
"text": "string"
|
|
33071
|
+
},
|
|
33072
|
+
{
|
|
33073
|
+
"kind": "Content",
|
|
33074
|
+
"text": ";"
|
|
33075
|
+
}
|
|
33076
|
+
],
|
|
33077
|
+
"isOptional": false,
|
|
33078
|
+
"releaseTag": "Public",
|
|
33079
|
+
"name": "query",
|
|
33080
|
+
"propertyTypeTokenRange": {
|
|
33081
|
+
"startIndex": 1,
|
|
33082
|
+
"endIndex": 2
|
|
33083
|
+
}
|
|
33084
|
+
},
|
|
32953
33085
|
{
|
|
32954
33086
|
"kind": "PropertySignature",
|
|
32955
33087
|
"canonicalReference": "@empathyco/x-components!RelatedTagsGetters#relatedTags:member",
|
|
@@ -33029,6 +33161,15 @@
|
|
|
33029
33161
|
"text": "StatusMutations",
|
|
33030
33162
|
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
33031
33163
|
},
|
|
33164
|
+
{
|
|
33165
|
+
"kind": "Content",
|
|
33166
|
+
"text": ", "
|
|
33167
|
+
},
|
|
33168
|
+
{
|
|
33169
|
+
"kind": "Reference",
|
|
33170
|
+
"text": "QueryMutations",
|
|
33171
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
33172
|
+
},
|
|
33032
33173
|
{
|
|
33033
33174
|
"kind": "Content",
|
|
33034
33175
|
"text": " "
|
|
@@ -33086,50 +33227,6 @@
|
|
|
33086
33227
|
],
|
|
33087
33228
|
"name": "setParams"
|
|
33088
33229
|
},
|
|
33089
|
-
{
|
|
33090
|
-
"kind": "MethodSignature",
|
|
33091
|
-
"canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setQuery:member(1)",
|
|
33092
|
-
"docComment": "/**\n * Sets the query of the module, which is used to retrieve the related tags.\n *\n * @param newQuery - The new query to save to the state.\n */\n",
|
|
33093
|
-
"excerptTokens": [
|
|
33094
|
-
{
|
|
33095
|
-
"kind": "Content",
|
|
33096
|
-
"text": "setQuery(newQuery: "
|
|
33097
|
-
},
|
|
33098
|
-
{
|
|
33099
|
-
"kind": "Content",
|
|
33100
|
-
"text": "string"
|
|
33101
|
-
},
|
|
33102
|
-
{
|
|
33103
|
-
"kind": "Content",
|
|
33104
|
-
"text": "): "
|
|
33105
|
-
},
|
|
33106
|
-
{
|
|
33107
|
-
"kind": "Content",
|
|
33108
|
-
"text": "void"
|
|
33109
|
-
},
|
|
33110
|
-
{
|
|
33111
|
-
"kind": "Content",
|
|
33112
|
-
"text": ";"
|
|
33113
|
-
}
|
|
33114
|
-
],
|
|
33115
|
-
"isOptional": false,
|
|
33116
|
-
"returnTypeTokenRange": {
|
|
33117
|
-
"startIndex": 3,
|
|
33118
|
-
"endIndex": 4
|
|
33119
|
-
},
|
|
33120
|
-
"releaseTag": "Public",
|
|
33121
|
-
"overloadIndex": 1,
|
|
33122
|
-
"parameters": [
|
|
33123
|
-
{
|
|
33124
|
-
"parameterName": "newQuery",
|
|
33125
|
-
"parameterTypeTokenRange": {
|
|
33126
|
-
"startIndex": 1,
|
|
33127
|
-
"endIndex": 2
|
|
33128
|
-
}
|
|
33129
|
-
}
|
|
33130
|
-
],
|
|
33131
|
-
"name": "setQuery"
|
|
33132
|
-
},
|
|
33133
33230
|
{
|
|
33134
33231
|
"kind": "MethodSignature",
|
|
33135
33232
|
"canonicalReference": "@empathyco/x-components!RelatedTagsMutations#setRelatedTags:member(1)",
|
|
@@ -33232,14 +33329,44 @@
|
|
|
33232
33329
|
"extendsTokenRanges": [
|
|
33233
33330
|
{
|
|
33234
33331
|
"startIndex": 1,
|
|
33235
|
-
"endIndex":
|
|
33332
|
+
"endIndex": 2
|
|
33333
|
+
},
|
|
33334
|
+
{
|
|
33335
|
+
"startIndex": 3,
|
|
33336
|
+
"endIndex": 5
|
|
33236
33337
|
}
|
|
33237
33338
|
]
|
|
33238
33339
|
},
|
|
33340
|
+
{
|
|
33341
|
+
"kind": "Variable",
|
|
33342
|
+
"canonicalReference": "@empathyco/x-components!relatedTagsQuery:var",
|
|
33343
|
+
"docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.query} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags' module.\n *\n * @returns The query with the selected related tags concatenated.\n *\n * @public\n */\n",
|
|
33344
|
+
"excerptTokens": [
|
|
33345
|
+
{
|
|
33346
|
+
"kind": "Content",
|
|
33347
|
+
"text": "query: "
|
|
33348
|
+
},
|
|
33349
|
+
{
|
|
33350
|
+
"kind": "Reference",
|
|
33351
|
+
"text": "RelatedTagsXStoreModule",
|
|
33352
|
+
"canonicalReference": "@empathyco/x-components!RelatedTagsXStoreModule:type"
|
|
33353
|
+
},
|
|
33354
|
+
{
|
|
33355
|
+
"kind": "Content",
|
|
33356
|
+
"text": "['getters']['query']"
|
|
33357
|
+
}
|
|
33358
|
+
],
|
|
33359
|
+
"releaseTag": "Public",
|
|
33360
|
+
"name": "relatedTagsQuery",
|
|
33361
|
+
"variableTypeTokenRange": {
|
|
33362
|
+
"startIndex": 1,
|
|
33363
|
+
"endIndex": 3
|
|
33364
|
+
}
|
|
33365
|
+
},
|
|
33239
33366
|
{
|
|
33240
33367
|
"kind": "Variable",
|
|
33241
33368
|
"canonicalReference": "@empathyco/x-components!relatedTagsRequest:var",
|
|
33242
|
-
"docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags module.\n *\n * @returns The related tags request to fetch data from the API.\n *\n * @public\n */\n",
|
|
33369
|
+
"docComment": "/**\n * Default implementation for the {@link RelatedTagsGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags module.\n *\n * @param getters - Current {@link https://vuex.vuejs.org/guide/getters.html | getters} of the related tags module.\n *\n * @returns The related tags request to fetch data from the API.\n *\n * @public\n */\n",
|
|
33243
33370
|
"excerptTokens": [
|
|
33244
33371
|
{
|
|
33245
33372
|
"kind": "Content",
|
|
@@ -33276,6 +33403,15 @@
|
|
|
33276
33403
|
"text": "StatusState",
|
|
33277
33404
|
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
33278
33405
|
},
|
|
33406
|
+
{
|
|
33407
|
+
"kind": "Content",
|
|
33408
|
+
"text": ", "
|
|
33409
|
+
},
|
|
33410
|
+
{
|
|
33411
|
+
"kind": "Reference",
|
|
33412
|
+
"text": "QueryState",
|
|
33413
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
33414
|
+
},
|
|
33279
33415
|
{
|
|
33280
33416
|
"kind": "Content",
|
|
33281
33417
|
"text": " "
|
|
@@ -33342,32 +33478,6 @@
|
|
|
33342
33478
|
"endIndex": 3
|
|
33343
33479
|
}
|
|
33344
33480
|
},
|
|
33345
|
-
{
|
|
33346
|
-
"kind": "PropertySignature",
|
|
33347
|
-
"canonicalReference": "@empathyco/x-components!RelatedTagsState#query:member",
|
|
33348
|
-
"docComment": "/**\n * The internal query of the module. Used to request the related tags.\n */\n",
|
|
33349
|
-
"excerptTokens": [
|
|
33350
|
-
{
|
|
33351
|
-
"kind": "Content",
|
|
33352
|
-
"text": "query: "
|
|
33353
|
-
},
|
|
33354
|
-
{
|
|
33355
|
-
"kind": "Content",
|
|
33356
|
-
"text": "string"
|
|
33357
|
-
},
|
|
33358
|
-
{
|
|
33359
|
-
"kind": "Content",
|
|
33360
|
-
"text": ";"
|
|
33361
|
-
}
|
|
33362
|
-
],
|
|
33363
|
-
"isOptional": false,
|
|
33364
|
-
"releaseTag": "Public",
|
|
33365
|
-
"name": "query",
|
|
33366
|
-
"propertyTypeTokenRange": {
|
|
33367
|
-
"startIndex": 1,
|
|
33368
|
-
"endIndex": 2
|
|
33369
|
-
}
|
|
33370
|
-
},
|
|
33371
33481
|
{
|
|
33372
33482
|
"kind": "PropertySignature",
|
|
33373
33483
|
"canonicalReference": "@empathyco/x-components!RelatedTagsState#relatedTags:member",
|
|
@@ -33434,7 +33544,11 @@
|
|
|
33434
33544
|
"extendsTokenRanges": [
|
|
33435
33545
|
{
|
|
33436
33546
|
"startIndex": 1,
|
|
33437
|
-
"endIndex":
|
|
33547
|
+
"endIndex": 2
|
|
33548
|
+
},
|
|
33549
|
+
{
|
|
33550
|
+
"startIndex": 3,
|
|
33551
|
+
"endIndex": 5
|
|
33438
33552
|
}
|
|
33439
33553
|
]
|
|
33440
33554
|
},
|
|
@@ -36498,7 +36612,16 @@
|
|
|
36498
36612
|
"excerptTokens": [
|
|
36499
36613
|
{
|
|
36500
36614
|
"kind": "Content",
|
|
36501
|
-
"text": "export interface SearchBoxMutations "
|
|
36615
|
+
"text": "export interface SearchBoxMutations extends "
|
|
36616
|
+
},
|
|
36617
|
+
{
|
|
36618
|
+
"kind": "Reference",
|
|
36619
|
+
"text": "QueryMutations",
|
|
36620
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
36621
|
+
},
|
|
36622
|
+
{
|
|
36623
|
+
"kind": "Content",
|
|
36624
|
+
"text": " "
|
|
36502
36625
|
}
|
|
36503
36626
|
],
|
|
36504
36627
|
"releaseTag": "Public",
|
|
@@ -36549,7 +36672,12 @@
|
|
|
36549
36672
|
"name": "setQuery"
|
|
36550
36673
|
}
|
|
36551
36674
|
],
|
|
36552
|
-
"extendsTokenRanges": [
|
|
36675
|
+
"extendsTokenRanges": [
|
|
36676
|
+
{
|
|
36677
|
+
"startIndex": 1,
|
|
36678
|
+
"endIndex": 3
|
|
36679
|
+
}
|
|
36680
|
+
]
|
|
36553
36681
|
},
|
|
36554
36682
|
{
|
|
36555
36683
|
"kind": "Interface",
|
|
@@ -36558,7 +36686,16 @@
|
|
|
36558
36686
|
"excerptTokens": [
|
|
36559
36687
|
{
|
|
36560
36688
|
"kind": "Content",
|
|
36561
|
-
"text": "export interface SearchBoxState "
|
|
36689
|
+
"text": "export interface SearchBoxState extends "
|
|
36690
|
+
},
|
|
36691
|
+
{
|
|
36692
|
+
"kind": "Reference",
|
|
36693
|
+
"text": "QueryState",
|
|
36694
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
36695
|
+
},
|
|
36696
|
+
{
|
|
36697
|
+
"kind": "Content",
|
|
36698
|
+
"text": " "
|
|
36562
36699
|
}
|
|
36563
36700
|
],
|
|
36564
36701
|
"releaseTag": "Public",
|
|
@@ -36591,7 +36728,12 @@
|
|
|
36591
36728
|
}
|
|
36592
36729
|
}
|
|
36593
36730
|
],
|
|
36594
|
-
"extendsTokenRanges": [
|
|
36731
|
+
"extendsTokenRanges": [
|
|
36732
|
+
{
|
|
36733
|
+
"startIndex": 1,
|
|
36734
|
+
"endIndex": 3
|
|
36735
|
+
}
|
|
36736
|
+
]
|
|
36595
36737
|
},
|
|
36596
36738
|
{
|
|
36597
36739
|
"kind": "Interface",
|
|
@@ -37191,6 +37333,32 @@
|
|
|
37191
37333
|
"releaseTag": "Public",
|
|
37192
37334
|
"name": "SearchGetters",
|
|
37193
37335
|
"members": [
|
|
37336
|
+
{
|
|
37337
|
+
"kind": "PropertySignature",
|
|
37338
|
+
"canonicalReference": "@empathyco/x-components!SearchGetters#query:member",
|
|
37339
|
+
"docComment": "/**\n * The combination of the query and the selected related tags.\n */\n",
|
|
37340
|
+
"excerptTokens": [
|
|
37341
|
+
{
|
|
37342
|
+
"kind": "Content",
|
|
37343
|
+
"text": "query: "
|
|
37344
|
+
},
|
|
37345
|
+
{
|
|
37346
|
+
"kind": "Content",
|
|
37347
|
+
"text": "string"
|
|
37348
|
+
},
|
|
37349
|
+
{
|
|
37350
|
+
"kind": "Content",
|
|
37351
|
+
"text": ";"
|
|
37352
|
+
}
|
|
37353
|
+
],
|
|
37354
|
+
"isOptional": false,
|
|
37355
|
+
"releaseTag": "Public",
|
|
37356
|
+
"name": "query",
|
|
37357
|
+
"propertyTypeTokenRange": {
|
|
37358
|
+
"startIndex": 1,
|
|
37359
|
+
"endIndex": 2
|
|
37360
|
+
}
|
|
37361
|
+
},
|
|
37194
37362
|
{
|
|
37195
37363
|
"kind": "PropertySignature",
|
|
37196
37364
|
"canonicalReference": "@empathyco/x-components!SearchGetters#request:member",
|
|
@@ -37598,6 +37766,15 @@
|
|
|
37598
37766
|
"text": "StatusMutations",
|
|
37599
37767
|
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
37600
37768
|
},
|
|
37769
|
+
{
|
|
37770
|
+
"kind": "Content",
|
|
37771
|
+
"text": ", "
|
|
37772
|
+
},
|
|
37773
|
+
{
|
|
37774
|
+
"kind": "Reference",
|
|
37775
|
+
"text": "QueryMutations",
|
|
37776
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
37777
|
+
},
|
|
37601
37778
|
{
|
|
37602
37779
|
"kind": "Content",
|
|
37603
37780
|
"text": " "
|
|
@@ -38503,10 +38680,40 @@
|
|
|
38503
38680
|
"extendsTokenRanges": [
|
|
38504
38681
|
{
|
|
38505
38682
|
"startIndex": 1,
|
|
38506
|
-
"endIndex":
|
|
38683
|
+
"endIndex": 2
|
|
38684
|
+
},
|
|
38685
|
+
{
|
|
38686
|
+
"startIndex": 3,
|
|
38687
|
+
"endIndex": 5
|
|
38507
38688
|
}
|
|
38508
38689
|
]
|
|
38509
38690
|
},
|
|
38691
|
+
{
|
|
38692
|
+
"kind": "Variable",
|
|
38693
|
+
"canonicalReference": "@empathyco/x-components!searchQuery:var",
|
|
38694
|
+
"docComment": "/**\n * Default implementation for the {@link SearchState.query} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related tags' module.\n *\n * @returns The query with the selected related tags concatenated.\n *\n * @public\n */\n",
|
|
38695
|
+
"excerptTokens": [
|
|
38696
|
+
{
|
|
38697
|
+
"kind": "Content",
|
|
38698
|
+
"text": "query: "
|
|
38699
|
+
},
|
|
38700
|
+
{
|
|
38701
|
+
"kind": "Reference",
|
|
38702
|
+
"text": "SearchXStoreModule",
|
|
38703
|
+
"canonicalReference": "@empathyco/x-components!SearchXStoreModule:type"
|
|
38704
|
+
},
|
|
38705
|
+
{
|
|
38706
|
+
"kind": "Content",
|
|
38707
|
+
"text": "['getters']['query']"
|
|
38708
|
+
}
|
|
38709
|
+
],
|
|
38710
|
+
"releaseTag": "Public",
|
|
38711
|
+
"name": "searchQuery",
|
|
38712
|
+
"variableTypeTokenRange": {
|
|
38713
|
+
"startIndex": 1,
|
|
38714
|
+
"endIndex": 3
|
|
38715
|
+
}
|
|
38716
|
+
},
|
|
38510
38717
|
{
|
|
38511
38718
|
"kind": "Variable",
|
|
38512
38719
|
"canonicalReference": "@empathyco/x-components!searchRequest:var",
|
|
@@ -38547,6 +38754,15 @@
|
|
|
38547
38754
|
"text": "StatusState",
|
|
38548
38755
|
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
38549
38756
|
},
|
|
38757
|
+
{
|
|
38758
|
+
"kind": "Content",
|
|
38759
|
+
"text": ", "
|
|
38760
|
+
},
|
|
38761
|
+
{
|
|
38762
|
+
"kind": "Reference",
|
|
38763
|
+
"text": "QueryState",
|
|
38764
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
38765
|
+
},
|
|
38550
38766
|
{
|
|
38551
38767
|
"kind": "Content",
|
|
38552
38768
|
"text": " "
|
|
@@ -39089,7 +39305,11 @@
|
|
|
39089
39305
|
"extendsTokenRanges": [
|
|
39090
39306
|
{
|
|
39091
39307
|
"startIndex": 1,
|
|
39092
|
-
"endIndex":
|
|
39308
|
+
"endIndex": 2
|
|
39309
|
+
},
|
|
39310
|
+
{
|
|
39311
|
+
"startIndex": 3,
|
|
39312
|
+
"endIndex": 5
|
|
39093
39313
|
}
|
|
39094
39314
|
]
|
|
39095
39315
|
},
|
|
@@ -45564,7 +45784,7 @@
|
|
|
45564
45784
|
{
|
|
45565
45785
|
"kind": "Reference",
|
|
45566
45786
|
"text": "UrlState",
|
|
45567
|
-
"canonicalReference": "@empathyco/x-components!UrlState:
|
|
45787
|
+
"canonicalReference": "@empathyco/x-components!UrlState:interface"
|
|
45568
45788
|
},
|
|
45569
45789
|
{
|
|
45570
45790
|
"kind": "Content",
|
|
@@ -45856,7 +46076,16 @@
|
|
|
45856
46076
|
"excerptTokens": [
|
|
45857
46077
|
{
|
|
45858
46078
|
"kind": "Content",
|
|
45859
|
-
"text": "export interface UrlMutations "
|
|
46079
|
+
"text": "export interface UrlMutations extends "
|
|
46080
|
+
},
|
|
46081
|
+
{
|
|
46082
|
+
"kind": "Reference",
|
|
46083
|
+
"text": "QueryMutations",
|
|
46084
|
+
"canonicalReference": "@empathyco/x-components!QueryMutations:interface"
|
|
46085
|
+
},
|
|
46086
|
+
{
|
|
46087
|
+
"kind": "Content",
|
|
46088
|
+
"text": " "
|
|
45860
46089
|
}
|
|
45861
46090
|
],
|
|
45862
46091
|
"releaseTag": "Public",
|
|
@@ -46244,7 +46473,12 @@
|
|
|
46244
46473
|
"name": "setSort"
|
|
46245
46474
|
}
|
|
46246
46475
|
],
|
|
46247
|
-
"extendsTokenRanges": [
|
|
46476
|
+
"extendsTokenRanges": [
|
|
46477
|
+
{
|
|
46478
|
+
"startIndex": 1,
|
|
46479
|
+
"endIndex": 3
|
|
46480
|
+
}
|
|
46481
|
+
]
|
|
46248
46482
|
},
|
|
46249
46483
|
{
|
|
46250
46484
|
"kind": "TypeAlias",
|
|
@@ -46534,43 +46768,78 @@
|
|
|
46534
46768
|
}
|
|
46535
46769
|
},
|
|
46536
46770
|
{
|
|
46537
|
-
"kind": "
|
|
46538
|
-
"canonicalReference": "@empathyco/x-components!UrlState:
|
|
46771
|
+
"kind": "Interface",
|
|
46772
|
+
"canonicalReference": "@empathyco/x-components!UrlState:interface",
|
|
46539
46773
|
"docComment": "/**\n * URL store state.\n *\n * @public\n */\n",
|
|
46540
46774
|
"excerptTokens": [
|
|
46541
46775
|
{
|
|
46542
46776
|
"kind": "Content",
|
|
46543
|
-
"text": "export
|
|
46777
|
+
"text": "export interface UrlState extends "
|
|
46544
46778
|
},
|
|
46545
46779
|
{
|
|
46546
46780
|
"kind": "Reference",
|
|
46547
|
-
"text": "
|
|
46548
|
-
"canonicalReference": "@empathyco/x-components!
|
|
46781
|
+
"text": "QueryState",
|
|
46782
|
+
"canonicalReference": "@empathyco/x-components!QueryState:interface"
|
|
46549
46783
|
},
|
|
46550
46784
|
{
|
|
46551
46785
|
"kind": "Content",
|
|
46552
|
-
"text": "
|
|
46786
|
+
"text": ", "
|
|
46553
46787
|
},
|
|
46554
46788
|
{
|
|
46555
46789
|
"kind": "Reference",
|
|
46556
|
-
"text": "
|
|
46557
|
-
"canonicalReference": "@empathyco/x-components!
|
|
46558
|
-
},
|
|
46559
|
-
{
|
|
46560
|
-
"kind": "Content",
|
|
46561
|
-
"text": "<unknown>;\n}"
|
|
46790
|
+
"text": "UrlParams",
|
|
46791
|
+
"canonicalReference": "@empathyco/x-components!UrlParams:interface"
|
|
46562
46792
|
},
|
|
46563
46793
|
{
|
|
46564
46794
|
"kind": "Content",
|
|
46565
|
-
"text": "
|
|
46795
|
+
"text": " "
|
|
46566
46796
|
}
|
|
46567
46797
|
],
|
|
46568
46798
|
"releaseTag": "Public",
|
|
46569
46799
|
"name": "UrlState",
|
|
46570
|
-
"
|
|
46571
|
-
|
|
46572
|
-
|
|
46573
|
-
|
|
46800
|
+
"members": [
|
|
46801
|
+
{
|
|
46802
|
+
"kind": "PropertySignature",
|
|
46803
|
+
"canonicalReference": "@empathyco/x-components!UrlState#initialExtraParams:member",
|
|
46804
|
+
"docComment": "",
|
|
46805
|
+
"excerptTokens": [
|
|
46806
|
+
{
|
|
46807
|
+
"kind": "Content",
|
|
46808
|
+
"text": "initialExtraParams: "
|
|
46809
|
+
},
|
|
46810
|
+
{
|
|
46811
|
+
"kind": "Reference",
|
|
46812
|
+
"text": "Dictionary",
|
|
46813
|
+
"canonicalReference": "@empathyco/x-components!Dictionary:type"
|
|
46814
|
+
},
|
|
46815
|
+
{
|
|
46816
|
+
"kind": "Content",
|
|
46817
|
+
"text": "<unknown>"
|
|
46818
|
+
},
|
|
46819
|
+
{
|
|
46820
|
+
"kind": "Content",
|
|
46821
|
+
"text": ";"
|
|
46822
|
+
}
|
|
46823
|
+
],
|
|
46824
|
+
"isOptional": false,
|
|
46825
|
+
"releaseTag": "Public",
|
|
46826
|
+
"name": "initialExtraParams",
|
|
46827
|
+
"propertyTypeTokenRange": {
|
|
46828
|
+
"startIndex": 1,
|
|
46829
|
+
"endIndex": 3
|
|
46830
|
+
}
|
|
46831
|
+
}
|
|
46832
|
+
],
|
|
46833
|
+
"extendsTokenRanges": [
|
|
46834
|
+
{
|
|
46835
|
+
"startIndex": 1,
|
|
46836
|
+
"endIndex": 2
|
|
46837
|
+
},
|
|
46838
|
+
{
|
|
46839
|
+
"startIndex": 3,
|
|
46840
|
+
"endIndex": 5
|
|
46841
|
+
}
|
|
46842
|
+
]
|
|
46574
46843
|
},
|
|
46575
46844
|
{
|
|
46576
46845
|
"kind": "Interface",
|
|
@@ -46782,7 +47051,7 @@
|
|
|
46782
47051
|
{
|
|
46783
47052
|
"kind": "Reference",
|
|
46784
47053
|
"text": "UrlState",
|
|
46785
|
-
"canonicalReference": "@empathyco/x-components!UrlState:
|
|
47054
|
+
"canonicalReference": "@empathyco/x-components!UrlState:interface"
|
|
46786
47055
|
},
|
|
46787
47056
|
{
|
|
46788
47057
|
"kind": "Content",
|