@empathyco/x-components 6.0.0-alpha.63 → 6.0.0-alpha.64
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 +15 -0
- package/design-system/deprecated-full-theme.css +4697 -4697
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.md +1 -1
- package/docs/API-reference/api/x-components.querypreview.md +2 -2
- package/docs/API-reference/api/x-components.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -2
- package/docs/API-reference/api/x-components.relatedtag.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.md +1 -1
- package/docs/API-reference/api/x-components.semanticqueries.md +1 -1
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/docs/API-reference/api/x-components.sortlist.md +1 -1
- package/docs/API-reference/api/x-components.sortpickerlist.md +1 -1
- package/docs/API-reference/api/x-components.spellcheck.md +2 -2
- package/docs/API-reference/api/x-components.spellcheckbutton.md +1 -1
- package/docs/API-reference/api/x-components.usestate.md +5 -4
- package/js/composables/use-state.js +7 -9
- package/js/composables/use-state.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue2.js +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +1 -4
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue2.js +1 -1
- package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +6 -11
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue2.js +1 -3
- package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +1 -4
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +1 -6
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue.js +1 -1
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js +1 -4
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue2.js +1 -3
- package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue2.js +1 -1
- package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +1 -7
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue2.js +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue2.js +1 -1
- package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue2.js +1 -1
- package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue2.js +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +1 -3
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +63 -70
- package/report/x-components.api.md +21 -19
- package/types/composables/use-state.d.ts +4 -5
- package/types/composables/use-state.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +3 -3
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +1 -2
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +4 -4
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +2 -2
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +1 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts +1 -1
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +1 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts +2 -2
- package/types/x-modules/search-box/components/search-button.vue.d.ts +1 -2
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input.vue.d.ts +1 -1
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +1 -3
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
|
@@ -23038,7 +23038,7 @@
|
|
|
23038
23038
|
},
|
|
23039
23039
|
{
|
|
23040
23040
|
"kind": "Content",
|
|
23041
|
-
"text": "<
|
|
23041
|
+
"text": "<string>;\n fromNoResultsWithFilters: import(\"vue\")."
|
|
23042
23042
|
},
|
|
23043
23043
|
{
|
|
23044
23044
|
"kind": "Reference",
|
|
@@ -23047,7 +23047,7 @@
|
|
|
23047
23047
|
},
|
|
23048
23048
|
{
|
|
23049
23049
|
"kind": "Content",
|
|
23050
|
-
"text": "<
|
|
23050
|
+
"text": "<boolean>;\n}, {}, {}, {}, import(\"vue\")."
|
|
23051
23051
|
},
|
|
23052
23052
|
{
|
|
23053
23053
|
"kind": "Reference",
|
|
@@ -33573,7 +33573,7 @@
|
|
|
33573
33573
|
},
|
|
33574
33574
|
{
|
|
33575
33575
|
"kind": "Content",
|
|
33576
|
-
"text": "<
|
|
33576
|
+
"text": "<boolean>;\n}, {}, {}, {}, import(\"vue\")."
|
|
33577
33577
|
},
|
|
33578
33578
|
{
|
|
33579
33579
|
"kind": "Reference",
|
|
@@ -34376,7 +34376,7 @@
|
|
|
34376
34376
|
},
|
|
34377
34377
|
{
|
|
34378
34378
|
"kind": "Content",
|
|
34379
|
-
"text": "<
|
|
34379
|
+
"text": "<string>;\n highlightedQueryHTML: "
|
|
34380
34380
|
},
|
|
34381
34381
|
{
|
|
34382
34382
|
"kind": "Reference",
|
|
@@ -34525,7 +34525,16 @@
|
|
|
34525
34525
|
},
|
|
34526
34526
|
{
|
|
34527
34527
|
"kind": "Content",
|
|
34528
|
-
"text": "<
|
|
34528
|
+
"text": "<"
|
|
34529
|
+
},
|
|
34530
|
+
{
|
|
34531
|
+
"kind": "Reference",
|
|
34532
|
+
"text": "Result",
|
|
34533
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
34534
|
+
},
|
|
34535
|
+
{
|
|
34536
|
+
"kind": "Content",
|
|
34537
|
+
"text": "[]>;\n identifierResultsToRender: import(\"vue\")."
|
|
34529
34538
|
},
|
|
34530
34539
|
{
|
|
34531
34540
|
"kind": "Reference",
|
|
@@ -34651,7 +34660,7 @@
|
|
|
34651
34660
|
"name": "IdentifierResults",
|
|
34652
34661
|
"variableTypeTokenRange": {
|
|
34653
34662
|
"startIndex": 1,
|
|
34654
|
-
"endIndex":
|
|
34663
|
+
"endIndex": 42
|
|
34655
34664
|
}
|
|
34656
34665
|
},
|
|
34657
34666
|
{
|
|
@@ -38937,7 +38946,16 @@
|
|
|
38937
38946
|
},
|
|
38938
38947
|
{
|
|
38939
38948
|
"kind": "Content",
|
|
38940
|
-
"text": "<
|
|
38949
|
+
"text": "<"
|
|
38950
|
+
},
|
|
38951
|
+
{
|
|
38952
|
+
"kind": "Reference",
|
|
38953
|
+
"text": "HistoryQueryType",
|
|
38954
|
+
"canonicalReference": "@empathyco/x-components!HistoryQuery_2:interface"
|
|
38955
|
+
},
|
|
38956
|
+
{
|
|
38957
|
+
"kind": "Content",
|
|
38958
|
+
"text": "[]>;\n formatTime: (timestamp: number) => string;\n}, unknown, {}, {}, import(\"vue\")."
|
|
38941
38959
|
},
|
|
38942
38960
|
{
|
|
38943
38961
|
"kind": "Reference",
|
|
@@ -39054,7 +39072,7 @@
|
|
|
39054
39072
|
"name": "MyHistory",
|
|
39055
39073
|
"variableTypeTokenRange": {
|
|
39056
39074
|
"startIndex": 1,
|
|
39057
|
-
"endIndex":
|
|
39075
|
+
"endIndex": 50
|
|
39058
39076
|
}
|
|
39059
39077
|
},
|
|
39060
39078
|
{
|
|
@@ -44039,7 +44057,7 @@
|
|
|
44039
44057
|
},
|
|
44040
44058
|
{
|
|
44041
44059
|
"kind": "Content",
|
|
44042
|
-
"text": ";\n default: number;\n };\n}, {\n partialResults: "
|
|
44060
|
+
"text": ";\n default: number;\n };\n}, {\n partialResults: import(\"vue\")."
|
|
44043
44061
|
},
|
|
44044
44062
|
{
|
|
44045
44063
|
"kind": "Reference",
|
|
@@ -44048,7 +44066,7 @@
|
|
|
44048
44066
|
},
|
|
44049
44067
|
{
|
|
44050
44068
|
"kind": "Content",
|
|
44051
|
-
"text": "<"
|
|
44069
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
44052
44070
|
},
|
|
44053
44071
|
{
|
|
44054
44072
|
"kind": "Reference",
|
|
@@ -47361,7 +47379,7 @@
|
|
|
47361
47379
|
},
|
|
47362
47380
|
{
|
|
47363
47381
|
"kind": "Content",
|
|
47364
|
-
"text": ";\n default: boolean;\n };\n}, {\n hasResults: "
|
|
47382
|
+
"text": ";\n default: boolean;\n };\n}, {\n hasResults: import(\"vue\")."
|
|
47365
47383
|
},
|
|
47366
47384
|
{
|
|
47367
47385
|
"kind": "Reference",
|
|
@@ -47370,7 +47388,7 @@
|
|
|
47370
47388
|
},
|
|
47371
47389
|
{
|
|
47372
47390
|
"kind": "Content",
|
|
47373
|
-
"text": "<boolean>;\n queryPreviewResults: "
|
|
47391
|
+
"text": "<boolean>;\n queryPreviewResults: import(\"vue\")."
|
|
47374
47392
|
},
|
|
47375
47393
|
{
|
|
47376
47394
|
"kind": "Reference",
|
|
@@ -50098,7 +50116,7 @@
|
|
|
50098
50116
|
},
|
|
50099
50117
|
{
|
|
50100
50118
|
"kind": "Content",
|
|
50101
|
-
"text": ";\n}, {\n recommendations: "
|
|
50119
|
+
"text": ";\n}, {\n recommendations: import(\"vue\")."
|
|
50102
50120
|
},
|
|
50103
50121
|
{
|
|
50104
50122
|
"kind": "Reference",
|
|
@@ -52594,7 +52612,7 @@
|
|
|
52594
52612
|
},
|
|
52595
52613
|
{
|
|
52596
52614
|
"kind": "Content",
|
|
52597
|
-
"text": ", done: () => void) => void;\n selectedPromptIndex: "
|
|
52615
|
+
"text": ", done: () => void) => void;\n selectedPromptIndex: import(\"vue\")."
|
|
52598
52616
|
},
|
|
52599
52617
|
{
|
|
52600
52618
|
"kind": "Reference",
|
|
@@ -52603,7 +52621,7 @@
|
|
|
52603
52621
|
},
|
|
52604
52622
|
{
|
|
52605
52623
|
"kind": "Content",
|
|
52606
|
-
"text": "<number>;\n visibleRelatedPrompts: "
|
|
52624
|
+
"text": "<number>;\n visibleRelatedPrompts: import(\"vue\")."
|
|
52607
52625
|
},
|
|
52608
52626
|
{
|
|
52609
52627
|
"kind": "Reference",
|
|
@@ -53322,7 +53340,7 @@
|
|
|
53322
53340
|
},
|
|
53323
53341
|
{
|
|
53324
53342
|
"kind": "Content",
|
|
53325
|
-
"text": " | undefined>;\n dynamicClasses: "
|
|
53343
|
+
"text": " | undefined>;\n dynamicClasses: import(\"vue\")."
|
|
53326
53344
|
},
|
|
53327
53345
|
{
|
|
53328
53346
|
"kind": "Reference",
|
|
@@ -53340,7 +53358,7 @@
|
|
|
53340
53358
|
},
|
|
53341
53359
|
{
|
|
53342
53360
|
"kind": "Content",
|
|
53343
|
-
"text": ">;\n isSelected: "
|
|
53361
|
+
"text": ">;\n isSelected: import(\"vue\")."
|
|
53344
53362
|
},
|
|
53345
53363
|
{
|
|
53346
53364
|
"kind": "Reference",
|
|
@@ -53349,7 +53367,7 @@
|
|
|
53349
53367
|
},
|
|
53350
53368
|
{
|
|
53351
53369
|
"kind": "Content",
|
|
53352
|
-
"text": "<boolean>;\n clickRelatedTag: () => void;\n shouldHighlightCurated: "
|
|
53370
|
+
"text": "<boolean>;\n clickRelatedTag: () => void;\n shouldHighlightCurated: import(\"vue\")."
|
|
53353
53371
|
},
|
|
53354
53372
|
{
|
|
53355
53373
|
"kind": "Reference",
|
|
@@ -57433,7 +57451,7 @@
|
|
|
57433
57451
|
},
|
|
57434
57452
|
{
|
|
57435
57453
|
"kind": "Content",
|
|
57436
|
-
"text": "<
|
|
57454
|
+
"text": "<boolean>;\n}, unknown, {}, {}, import(\"vue\")."
|
|
57437
57455
|
},
|
|
57438
57456
|
{
|
|
57439
57457
|
"kind": "Reference",
|
|
@@ -59196,7 +59214,7 @@
|
|
|
59196
59214
|
},
|
|
59197
59215
|
{
|
|
59198
59216
|
"kind": "Content",
|
|
59199
|
-
"text": "<{}, {\n dynamicClasses: "
|
|
59217
|
+
"text": "<{}, {\n dynamicClasses: import(\"vue\")."
|
|
59200
59218
|
},
|
|
59201
59219
|
{
|
|
59202
59220
|
"kind": "Reference",
|
|
@@ -59504,7 +59522,7 @@
|
|
|
59504
59522
|
},
|
|
59505
59523
|
{
|
|
59506
59524
|
"kind": "Content",
|
|
59507
|
-
"text": "<
|
|
59525
|
+
"text": "<string>;\n inputElement: import(\"vue\")."
|
|
59508
59526
|
},
|
|
59509
59527
|
{
|
|
59510
59528
|
"kind": "Reference",
|
|
@@ -62746,7 +62764,7 @@
|
|
|
62746
62764
|
},
|
|
62747
62765
|
{
|
|
62748
62766
|
"kind": "Content",
|
|
62749
|
-
"text": "<{}, {\n suggestions: "
|
|
62767
|
+
"text": "<{}, {\n suggestions: import(\"vue\")."
|
|
62750
62768
|
},
|
|
62751
62769
|
{
|
|
62752
62770
|
"kind": "Reference",
|
|
@@ -62755,12 +62773,12 @@
|
|
|
62755
62773
|
},
|
|
62756
62774
|
{
|
|
62757
62775
|
"kind": "Content",
|
|
62758
|
-
"text": "<"
|
|
62776
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
62759
62777
|
},
|
|
62760
62778
|
{
|
|
62761
62779
|
"kind": "Reference",
|
|
62762
|
-
"text": "
|
|
62763
|
-
"canonicalReference": "@empathyco/x-components!
|
|
62780
|
+
"text": "SemanticQuery",
|
|
62781
|
+
"canonicalReference": "@empathyco/x-components!SemanticQuery_2:interface"
|
|
62764
62782
|
},
|
|
62765
62783
|
{
|
|
62766
62784
|
"kind": "Content",
|
|
@@ -71678,7 +71696,7 @@
|
|
|
71678
71696
|
},
|
|
71679
71697
|
{
|
|
71680
71698
|
"kind": "Content",
|
|
71681
|
-
"text": "<
|
|
71699
|
+
"text": "<string>;\n}, unknown, {}, {}, "
|
|
71682
71700
|
},
|
|
71683
71701
|
{
|
|
71684
71702
|
"kind": "Reference",
|
|
@@ -71990,7 +72008,7 @@
|
|
|
71990
72008
|
},
|
|
71991
72009
|
{
|
|
71992
72010
|
"kind": "Content",
|
|
71993
|
-
"text": "<
|
|
72011
|
+
"text": "<string>;\n}, unknown, {}, {}, "
|
|
71994
72012
|
},
|
|
71995
72013
|
{
|
|
71996
72014
|
"kind": "Reference",
|
|
@@ -72162,7 +72180,7 @@
|
|
|
72162
72180
|
},
|
|
72163
72181
|
{
|
|
72164
72182
|
"kind": "Content",
|
|
72165
|
-
"text": "<
|
|
72183
|
+
"text": "<string>;\n}, unknown, {}, {}, "
|
|
72166
72184
|
},
|
|
72167
72185
|
{
|
|
72168
72186
|
"kind": "Reference",
|
|
@@ -72352,7 +72370,7 @@
|
|
|
72352
72370
|
},
|
|
72353
72371
|
{
|
|
72354
72372
|
"kind": "Content",
|
|
72355
|
-
"text": "<
|
|
72373
|
+
"text": "<string>;\n spellcheckedQuery: import(\"vue\")."
|
|
72356
72374
|
},
|
|
72357
72375
|
{
|
|
72358
72376
|
"kind": "Reference",
|
|
@@ -72361,7 +72379,7 @@
|
|
|
72361
72379
|
},
|
|
72362
72380
|
{
|
|
72363
72381
|
"kind": "Content",
|
|
72364
|
-
"text": "<
|
|
72382
|
+
"text": "<string>;\n}, {}, {}, {}, import(\"vue\")."
|
|
72365
72383
|
},
|
|
72366
72384
|
{
|
|
72367
72385
|
"kind": "Reference",
|
|
@@ -72465,7 +72483,7 @@
|
|
|
72465
72483
|
},
|
|
72466
72484
|
{
|
|
72467
72485
|
"kind": "Content",
|
|
72468
|
-
"text": "<
|
|
72486
|
+
"text": "<string>;\n emitEvents: () => void;\n}, {}, {}, {}, import(\"vue\")."
|
|
72469
72487
|
},
|
|
72470
72488
|
{
|
|
72471
72489
|
"kind": "Reference",
|
|
@@ -79420,7 +79438,7 @@
|
|
|
79420
79438
|
{
|
|
79421
79439
|
"kind": "Function",
|
|
79422
79440
|
"canonicalReference": "@empathyco/x-components!useState:function(1)",
|
|
79423
|
-
"docComment": "/**\n * Function which returns the requested state's properties as a dictionary.\n *\n * @param module - The {@link XModuleName} of the getter.\n *\n * @
|
|
79441
|
+
"docComment": "/**\n * Function which returns the requested state's properties as a dictionary.\n *\n * @param module - The {@link XModuleName} of the getter.\n *\n * @returns A dictionary of computed state properties of the module.\n *\n * @public\n */\n",
|
|
79424
79442
|
"excerptTokens": [
|
|
79425
79443
|
{
|
|
79426
79444
|
"kind": "Content",
|
|
@@ -79433,11 +79451,7 @@
|
|
|
79433
79451
|
},
|
|
79434
79452
|
{
|
|
79435
79453
|
"kind": "Content",
|
|
79436
|
-
"text": ",
|
|
79437
|
-
},
|
|
79438
|
-
{
|
|
79439
|
-
"kind": "Content",
|
|
79440
|
-
"text": "keyof "
|
|
79454
|
+
"text": ", State = "
|
|
79441
79455
|
},
|
|
79442
79456
|
{
|
|
79443
79457
|
"kind": "Reference",
|
|
@@ -79446,7 +79460,7 @@
|
|
|
79446
79460
|
},
|
|
79447
79461
|
{
|
|
79448
79462
|
"kind": "Content",
|
|
79449
|
-
"text": "<Module>
|
|
79463
|
+
"text": "<Module>"
|
|
79450
79464
|
},
|
|
79451
79465
|
{
|
|
79452
79466
|
"kind": "Content",
|
|
@@ -79456,26 +79470,13 @@
|
|
|
79456
79470
|
"kind": "Content",
|
|
79457
79471
|
"text": "Module"
|
|
79458
79472
|
},
|
|
79459
|
-
{
|
|
79460
|
-
"kind": "Content",
|
|
79461
|
-
"text": ", paths: "
|
|
79462
|
-
},
|
|
79463
|
-
{
|
|
79464
|
-
"kind": "Content",
|
|
79465
|
-
"text": "Path[]"
|
|
79466
|
-
},
|
|
79467
79473
|
{
|
|
79468
79474
|
"kind": "Content",
|
|
79469
79475
|
"text": "): "
|
|
79470
79476
|
},
|
|
79471
|
-
{
|
|
79472
|
-
"kind": "Reference",
|
|
79473
|
-
"text": "Dictionary",
|
|
79474
|
-
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
79475
|
-
},
|
|
79476
79477
|
{
|
|
79477
79478
|
"kind": "Content",
|
|
79478
|
-
"text": "
|
|
79479
|
+
"text": "{\n [P in keyof State]: "
|
|
79479
79480
|
},
|
|
79480
79481
|
{
|
|
79481
79482
|
"kind": "Reference",
|
|
@@ -79484,7 +79485,7 @@
|
|
|
79484
79485
|
},
|
|
79485
79486
|
{
|
|
79486
79487
|
"kind": "Content",
|
|
79487
|
-
"text": "
|
|
79488
|
+
"text": "<State[P]>;\n}"
|
|
79488
79489
|
},
|
|
79489
79490
|
{
|
|
79490
79491
|
"kind": "Content",
|
|
@@ -79493,8 +79494,8 @@
|
|
|
79493
79494
|
],
|
|
79494
79495
|
"fileUrlPath": "src/composables/use-state.ts",
|
|
79495
79496
|
"returnTypeTokenRange": {
|
|
79496
|
-
"startIndex":
|
|
79497
|
-
"endIndex":
|
|
79497
|
+
"startIndex": 8,
|
|
79498
|
+
"endIndex": 11
|
|
79498
79499
|
},
|
|
79499
79500
|
"releaseTag": "Public",
|
|
79500
79501
|
"overloadIndex": 1,
|
|
@@ -79502,16 +79503,8 @@
|
|
|
79502
79503
|
{
|
|
79503
79504
|
"parameterName": "module",
|
|
79504
79505
|
"parameterTypeTokenRange": {
|
|
79505
|
-
"startIndex":
|
|
79506
|
-
"endIndex":
|
|
79507
|
-
},
|
|
79508
|
-
"isOptional": false
|
|
79509
|
-
},
|
|
79510
|
-
{
|
|
79511
|
-
"parameterName": "paths",
|
|
79512
|
-
"parameterTypeTokenRange": {
|
|
79513
|
-
"startIndex": 9,
|
|
79514
|
-
"endIndex": 10
|
|
79506
|
+
"startIndex": 6,
|
|
79507
|
+
"endIndex": 7
|
|
79515
79508
|
},
|
|
79516
79509
|
"isOptional": false
|
|
79517
79510
|
}
|
|
@@ -79529,14 +79522,14 @@
|
|
|
79529
79522
|
}
|
|
79530
79523
|
},
|
|
79531
79524
|
{
|
|
79532
|
-
"typeParameterName": "
|
|
79525
|
+
"typeParameterName": "State",
|
|
79533
79526
|
"constraintTokenRange": {
|
|
79534
|
-
"startIndex": 3,
|
|
79535
|
-
"endIndex": 6
|
|
79536
|
-
},
|
|
79537
|
-
"defaultTypeTokenRange": {
|
|
79538
79527
|
"startIndex": 0,
|
|
79539
79528
|
"endIndex": 0
|
|
79529
|
+
},
|
|
79530
|
+
"defaultTypeTokenRange": {
|
|
79531
|
+
"startIndex": 3,
|
|
79532
|
+
"endIndex": 5
|
|
79540
79533
|
}
|
|
79541
79534
|
}
|
|
79542
79535
|
],
|
|
@@ -2816,8 +2816,8 @@ appear: boolean;
|
|
|
2816
2816
|
|
|
2817
2817
|
// @public
|
|
2818
2818
|
export const FallbackDisclaimer: DefineComponent< {}, {
|
|
2819
|
-
query: ComputedRef<
|
|
2820
|
-
fromNoResultsWithFilters: ComputedRef<
|
|
2819
|
+
query: ComputedRef<string>;
|
|
2820
|
+
fromNoResultsWithFilters: ComputedRef<boolean>;
|
|
2821
2821
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2822
2822
|
|
|
2823
2823
|
// @public
|
|
@@ -3864,7 +3864,7 @@ export interface HistoryQueriesState extends QueryState {
|
|
|
3864
3864
|
// @public
|
|
3865
3865
|
export const HistoryQueriesSwitch: DefineComponent< {}, {
|
|
3866
3866
|
toggle: () => void;
|
|
3867
|
-
isEnabled: ComputedRef<
|
|
3867
|
+
isEnabled: ComputedRef<boolean>;
|
|
3868
3868
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
3869
3869
|
|
|
3870
3870
|
// @internal
|
|
@@ -3982,7 +3982,7 @@ type: PropType<Result>;
|
|
|
3982
3982
|
required: true;
|
|
3983
3983
|
};
|
|
3984
3984
|
}, {
|
|
3985
|
-
query: ComputedRef<
|
|
3985
|
+
query: ComputedRef<string>;
|
|
3986
3986
|
highlightedQueryHTML: ComputedRef<string>;
|
|
3987
3987
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3988
3988
|
result: {
|
|
@@ -3999,7 +3999,7 @@ default: string;
|
|
|
3999
3999
|
};
|
|
4000
4000
|
maxItemsToRender: NumberConstructor;
|
|
4001
4001
|
}, {
|
|
4002
|
-
identifierResults: ComputedRef<
|
|
4002
|
+
identifierResults: ComputedRef<Result[]>;
|
|
4003
4003
|
identifierResultsToRender: ComputedRef<Result[]>;
|
|
4004
4004
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4005
4005
|
animation: {
|
|
@@ -4463,7 +4463,7 @@ queriesListClass: StringConstructor;
|
|
|
4463
4463
|
}, {
|
|
4464
4464
|
hasHistoryQueries: ComputedRef<boolean>;
|
|
4465
4465
|
groupByDate: ComputedRef<Dictionary<HistoryQuery_2[]>>;
|
|
4466
|
-
historyQueries: ComputedRef<
|
|
4466
|
+
historyQueries: ComputedRef<HistoryQuery_2[]>;
|
|
4467
4467
|
formatTime: (timestamp: number) => string;
|
|
4468
4468
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4469
4469
|
animation: {
|
|
@@ -5338,7 +5338,7 @@ default: boolean;
|
|
|
5338
5338
|
};
|
|
5339
5339
|
}, {
|
|
5340
5340
|
hasResults: ComputedRef<boolean>;
|
|
5341
|
-
queryPreviewResults: ComputedRef<{
|
|
5341
|
+
queryPreviewResults: ComputedRef< {
|
|
5342
5342
|
results: Result[];
|
|
5343
5343
|
request: SearchRequest;
|
|
5344
5344
|
displayTagging?: TaggingRequest | undefined;
|
|
@@ -5923,7 +5923,7 @@ onBeforeEnter: (el: Element) => void;
|
|
|
5923
5923
|
onEnter: (el: Element, done: () => void) => void;
|
|
5924
5924
|
onLeave: (el: Element, done: () => void) => void;
|
|
5925
5925
|
selectedPromptIndex: ComputedRef<number>;
|
|
5926
|
-
visibleRelatedPrompts: ComputedRef<{
|
|
5926
|
+
visibleRelatedPrompts: ComputedRef< {
|
|
5927
5927
|
index: number;
|
|
5928
5928
|
relatedPromptNextQueries?: RelatedPromptNextQuery[] | undefined;
|
|
5929
5929
|
nextQueries: string[];
|
|
@@ -6526,7 +6526,7 @@ default: string;
|
|
|
6526
6526
|
};
|
|
6527
6527
|
}, {
|
|
6528
6528
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
6529
|
-
isVisible: ComputedRef<
|
|
6529
|
+
isVisible: ComputedRef<boolean>;
|
|
6530
6530
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6531
6531
|
animation: {
|
|
6532
6532
|
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
@@ -6790,7 +6790,7 @@ type: NumberConstructor;
|
|
|
6790
6790
|
default: number;
|
|
6791
6791
|
};
|
|
6792
6792
|
}, {
|
|
6793
|
-
query: ComputedRef<
|
|
6793
|
+
query: ComputedRef<string>;
|
|
6794
6794
|
inputElement: Ref<HTMLInputElement | undefined>;
|
|
6795
6795
|
emitUserHoveredInSearchBox: () => void;
|
|
6796
6796
|
emitUserHoveredOutSearchBox: () => void;
|
|
@@ -7088,7 +7088,7 @@ animation: string | Function | Record<string, any>;
|
|
|
7088
7088
|
|
|
7089
7089
|
// @public
|
|
7090
7090
|
export const SemanticQueries: DefineComponent< {}, {
|
|
7091
|
-
suggestions: ComputedRef<
|
|
7091
|
+
suggestions: ComputedRef<SemanticQuery_2[]>;
|
|
7092
7092
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7093
7093
|
|
|
7094
7094
|
// @public
|
|
@@ -8005,7 +8005,7 @@ export const SortDropdown: Vue.DefineComponent<{
|
|
|
8005
8005
|
}, {
|
|
8006
8006
|
emitUserClickedASort: (sort: Sort) => void;
|
|
8007
8007
|
rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
|
|
8008
|
-
selectedSort: Vue.ComputedRef<
|
|
8008
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
8009
8009
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
8010
8010
|
items: {
|
|
8011
8011
|
type: PropType<string[]>;
|
|
@@ -8045,7 +8045,7 @@ export const SortList: Vue.DefineComponent<{
|
|
|
8045
8045
|
};
|
|
8046
8046
|
}, {
|
|
8047
8047
|
listItems: Vue.ComputedRef<SortListItem[]>;
|
|
8048
|
-
selectedSort: Vue.ComputedRef<
|
|
8048
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
8049
8049
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
8050
8050
|
items: {
|
|
8051
8051
|
type: PropType<string[]>;
|
|
@@ -8072,7 +8072,7 @@ export const SortPickerList: Vue.DefineComponent<{
|
|
|
8072
8072
|
buttonClass: StringConstructor;
|
|
8073
8073
|
}, {
|
|
8074
8074
|
listItems: Vue.ComputedRef<SortPickerItem[]>;
|
|
8075
|
-
selectedSort: Vue.ComputedRef<
|
|
8075
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
8076
8076
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
8077
8077
|
items: {
|
|
8078
8078
|
type: PropType<string[]>;
|
|
@@ -8102,14 +8102,14 @@ export interface SpatialNavigation {
|
|
|
8102
8102
|
|
|
8103
8103
|
// @public
|
|
8104
8104
|
export const Spellcheck: DefineComponent< {}, {
|
|
8105
|
-
query: ComputedRef<
|
|
8106
|
-
spellcheckedQuery: ComputedRef<
|
|
8105
|
+
query: ComputedRef<string>;
|
|
8106
|
+
spellcheckedQuery: ComputedRef<string>;
|
|
8107
8107
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
8108
8108
|
|
|
8109
8109
|
// @public
|
|
8110
8110
|
export const SpellcheckButton: DefineComponent< {}, {
|
|
8111
8111
|
el: Ref<HTMLElement | undefined>;
|
|
8112
|
-
spellcheckedQuery: ComputedRef<
|
|
8112
|
+
spellcheckedQuery: ComputedRef<string>;
|
|
8113
8113
|
emitEvents: () => void;
|
|
8114
8114
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
8115
8115
|
|
|
@@ -8777,7 +8777,9 @@ export function useScroll(props: {
|
|
|
8777
8777
|
};
|
|
8778
8778
|
|
|
8779
8779
|
// @public
|
|
8780
|
-
export function useState<Module extends XModuleName,
|
|
8780
|
+
export function useState<Module extends XModuleName, State = ExtractState<Module>>(module: Module): {
|
|
8781
|
+
[P in keyof State]: ComputedRef<State[P]>;
|
|
8782
|
+
};
|
|
8781
8783
|
|
|
8782
8784
|
export { useStore }
|
|
8783
8785
|
|
|
@@ -9254,7 +9256,7 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
9254
9256
|
// dist/types/x-modules/related-prompts/components/related-prompt.vue.d.ts:8:9 - (ae-forgotten-export) The symbol "RelatedPrompt_2" needs to be exported by the entry point index.d.ts
|
|
9255
9257
|
// dist/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts:62:9 - (ae-forgotten-export) The symbol "RelatedPromptNextQuery" needs to be exported by the entry point index.d.ts
|
|
9256
9258
|
// dist/types/x-modules/search/components/banner.vue.d.ts:23:9 - (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
9257
|
-
// dist/types/x-modules/search/components/partial-results-list.vue.d.ts:
|
|
9259
|
+
// dist/types/x-modules/search/components/partial-results-list.vue.d.ts:27:5 - (ae-forgotten-export) The symbol "PartialResult" needs to be exported by the entry point index.d.ts
|
|
9258
9260
|
// dist/types/x-modules/search/components/sort-list.vue.d.ts:30:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
9259
9261
|
// dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:32:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
9260
9262
|
// src/x-modules/search/store/module.ts:148:32 - (ae-forgotten-export) The symbol "Stats" needs to be exported by the entry point index.d.ts
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import type { Dictionary } from '@empathyco/x-utils';
|
|
2
1
|
import type { ComputedRef } from 'vue';
|
|
3
2
|
import type { ExtractState, XModuleName } from '../x-modules/x-modules.types';
|
|
4
3
|
/**
|
|
5
4
|
* Function which returns the requested state's properties as a dictionary.
|
|
6
|
-
*
|
|
7
5
|
* @param module - The {@link XModuleName} of the getter.
|
|
8
|
-
* @
|
|
9
|
-
* @returns The requested state properties of the module.
|
|
6
|
+
* @returns A dictionary of computed state properties of the module.
|
|
10
7
|
*
|
|
11
8
|
* @public
|
|
12
9
|
*/
|
|
13
|
-
export declare function useState<Module extends XModuleName,
|
|
10
|
+
export declare function useState<Module extends XModuleName, State = ExtractState<Module>>(module: Module): {
|
|
11
|
+
[P in keyof State]: ComputedRef<State[P]>;
|
|
12
|
+
};
|
|
14
13
|
//# sourceMappingURL=use-state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-state.d.ts","sourceRoot":"","sources":["../../../src/composables/use-state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"use-state.d.ts","sourceRoot":"","sources":["../../../src/composables/use-state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,KAAK,CAAA;AAEtC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAI7E;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,MAAM,SAAS,WAAW,EAAE,KAAK,GAAG,YAAY,CAAC,MAAM,CAAC,EAC/E,MAAM,EAAE,MAAM,GACb;KAAG,CAAC,IAAI,MAAM,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;CAAE,CAO/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extra-params.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/extra-params.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"extra-params.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/extra-params/components/extra-params.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAMnC;;;;;GAKG;;;;;;;;;;;;AAEH,wBA0BE"}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
8
8
|
toggle: () => void;
|
|
9
|
-
isEnabled: import("vue").ComputedRef<
|
|
9
|
+
isEnabled: import("vue").ComputedRef<boolean>;
|
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
11
11
|
export default _default;
|
|
12
12
|
//# sourceMappingURL=history-queries-switch.vue?vue&type=script&lang.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"history-queries-switch.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/history-queries/components/history-queries-switch.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AASA;;;;;GAKG;;
|
|
1
|
+
{"version":3,"file":"history-queries-switch.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/history-queries/components/history-queries-switch.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AASA;;;;;GAKG;;kBAmCoB,IAAI;;;AAlC3B,wBA2CE"}
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
}, {
|
|
36
36
|
hasHistoryQueries: import("vue").ComputedRef<boolean>;
|
|
37
37
|
groupByDate: import("vue").ComputedRef<Dictionary<HistoryQueryType[]>>;
|
|
38
|
-
historyQueries: import("vue").ComputedRef<
|
|
38
|
+
historyQueries: import("vue").ComputedRef<HistoryQueryType[]>;
|
|
39
39
|
formatTime: (timestamp: number) => string;
|
|
40
40
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
/**
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
required: true;
|
|
18
18
|
};
|
|
19
19
|
}, {
|
|
20
|
-
query: ComputedRef<
|
|
20
|
+
query: ComputedRef<string>;
|
|
21
21
|
highlightedQueryHTML: ComputedRef<string>;
|
|
22
22
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
/**
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
*/
|
|
24
24
|
maxItemsToRender: NumberConstructor;
|
|
25
25
|
}, {
|
|
26
|
-
identifierResults: import("vue").ComputedRef<
|
|
26
|
+
identifierResults: import("vue").ComputedRef<Result[]>;
|
|
27
27
|
identifierResultsToRender: import("vue").ComputedRef<Result[]>;
|
|
28
28
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { SearchRequest } from '@empathyco/x-types';
|
|
2
|
-
import type {
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
import type { QueryFeature } from '../../../types';
|
|
4
4
|
import type { QueryPreviewInfo } from '../store/types';
|
|
5
5
|
/**
|
|
@@ -41,8 +41,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
}, {
|
|
44
|
-
hasResults: ComputedRef<boolean>;
|
|
45
|
-
queryPreviewResults: ComputedRef<{
|
|
44
|
+
hasResults: import("vue").ComputedRef<boolean>;
|
|
45
|
+
queryPreviewResults: import("vue").ComputedRef<{
|
|
46
46
|
results: import("@empathyco/x-types").Result[];
|
|
47
47
|
request: SearchRequest;
|
|
48
48
|
displayTagging?: import("@empathyco/x-types").TaggingRequest | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-preview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAU,aAAa,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"query-preview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAU,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAmB,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAEnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAStD;;;;;;GAMG;;IAKC,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;IAzBH,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;AA7BP,wBAwPE"}
|