@empathyco/x-components 6.0.0-alpha.75 → 6.0.0-alpha.77
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/design-system/deprecated-full-theme.css +1624 -1624
- package/docs/API-reference/api/x-components.allfilter.md +3 -3
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +3 -3
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +3 -3
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.globalxbus.md +4 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +2 -0
- package/docs/API-reference/api/x-components.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyquery.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +2 -2
- package/docs/API-reference/api/x-components.md +5 -3
- package/docs/API-reference/api/x-components.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestion.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +2 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsunmounted.md +13 -0
- package/docs/API-reference/api/x-components.semanticquery.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.md +2 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwire.md +13 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwiredebounced.md +13 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswire.md +6 -1
- package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswiredebounced.md +6 -1
- package/docs/API-reference/api/x-components.usegetter.md +3 -17
- package/js/composables/use-getter.js +11 -11
- package/js/composables/use-getter.js.map +1 -1
- package/js/index.js +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue2.js +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/composables/use-facets.js +1 -4
- package/js/x-modules/facets/composables/use-facets.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue2.js +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue2.js +1 -1
- package/js/x-modules/history-queries/components/history-query.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 -3
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +1 -3
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue2.js +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue2.js +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue2.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 +4 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.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/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue2.js +1 -3
- package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +2 -2
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +27 -8
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +293 -144
- package/report/x-components.api.md +42 -18
- package/tagging/index.js +1 -1
- package/types/components/global-x-bus.vue.d.ts +4 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-close.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal-open.vue.d.ts +3 -3
- package/types/components/snippet-callbacks.vue.d.ts +2 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/composables/use-getter.d.ts +13 -3
- package/types/composables/use-getter.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +4 -4
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +4 -4
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +1 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/events.types.d.ts +10 -1
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/emitters.d.ts +1 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +1 -1
- package/types/x-modules/tagging/wiring.d.ts +23 -4
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
789
|
"kind": "Content",
|
|
790
|
-
"text": ">;\n required: true;\n };\n}, {\n clickEvent: "
|
|
790
|
+
"text": ">;\n required: true;\n };\n}, {\n clickEvent: import(\"vue\")."
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
"kind": "Reference",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
816
|
"kind": "Content",
|
|
817
|
-
"text": ">>;\n cssClasses: "
|
|
817
|
+
"text": ">>;\n cssClasses: import(\"vue\")."
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
"kind": "Reference",
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
},
|
|
824
824
|
{
|
|
825
825
|
"kind": "Content",
|
|
826
|
-
"text": "<{\n 'x-selected x-all-filter--is-selected': boolean;\n }>;\n isSelected: "
|
|
826
|
+
"text": "<{\n 'x-selected x-all-filter--is-selected': boolean;\n }>;\n isSelected: import(\"vue\")."
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
829
|
"kind": "Reference",
|
|
@@ -4204,7 +4204,7 @@
|
|
|
4204
4204
|
},
|
|
4205
4205
|
{
|
|
4206
4206
|
"kind": "Content",
|
|
4207
|
-
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\">;\n default: string;\n };\n}, {\n events: import(\"vue\")."
|
|
4207
|
+
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\">;\n default: string;\n };\n}, {\n events: import(\"vue\")."
|
|
4208
4208
|
},
|
|
4209
4209
|
{
|
|
4210
4210
|
"kind": "Reference",
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
},
|
|
4286
4286
|
{
|
|
4287
4287
|
"kind": "Content",
|
|
4288
|
-
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\">;\n default: string;\n };\n}>>, {\n closingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\";\n}, {}>"
|
|
4288
|
+
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\">;\n default: string;\n };\n}>>, {\n closingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\";\n}, {}>"
|
|
4289
4289
|
}
|
|
4290
4290
|
],
|
|
4291
4291
|
"fileUrlPath": "dist/types/components/modals/base-events-modal-close.vue.d.ts",
|
|
@@ -4326,7 +4326,7 @@
|
|
|
4326
4326
|
},
|
|
4327
4327
|
{
|
|
4328
4328
|
"kind": "Content",
|
|
4329
|
-
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\">;\n default: string;\n };\n}, {\n events: import(\"vue\")."
|
|
4329
|
+
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\">;\n default: string;\n };\n}, {\n events: import(\"vue\")."
|
|
4330
4330
|
},
|
|
4331
4331
|
{
|
|
4332
4332
|
"kind": "Reference",
|
|
@@ -4407,7 +4407,7 @@
|
|
|
4407
4407
|
},
|
|
4408
4408
|
{
|
|
4409
4409
|
"kind": "Content",
|
|
4410
|
-
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\">;\n default: string;\n };\n}>>, {\n openingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\";\n}, {}>"
|
|
4410
|
+
"text": "<\"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\">;\n default: string;\n };\n}>>, {\n openingEvent: \"UserClickedCloseEventsModal\" | \"UserClickedCloseX\" | \"UserClickedOutOfMainModal\" | \"UserClickedOpenEventsModal\" | \"UserClickedOpenX\" | \"UserClickedOutOfEventsModal\" | \"UserOpenXProgrammatically\" | \"UserReachedEmpathizeTop\" | \"EmpathizeClosed\" | \"EmpathizeOpened\" | \"UserClosedEmpathize\" | \"UserPressedClearHistoryQueries\" | \"UserClickedEnableHistoryQueries\" | \"UserClickedDisableHistoryQueries\" | \"UserClickedConfirmDisableHistoryQueries\" | \"UserClickedDismissDisableHistoryQueries\" | \"ScrollRestoreSucceeded\" | \"ScrollRestoreFailed\" | \"UserHoveredInSearchBox\" | \"UserHoveredOutSearchBox\" | \"UserBlurredSearchBox\" | \"UserClickedSearchBox\" | \"UserFocusedSearchBox\" | \"UserPressedClearSearchBoxButton\" | \"ReloadSearchRequested\" | \"UserReachedResultsListEnd\" | \"UserClickedAbortARedirection\" | \"RelatedPromptsUnmounted\";\n}, {}>"
|
|
4411
4411
|
}
|
|
4412
4412
|
],
|
|
4413
4413
|
"fileUrlPath": "dist/types/components/modals/base-events-modal-open.vue.d.ts",
|
|
@@ -20424,7 +20424,7 @@
|
|
|
20424
20424
|
},
|
|
20425
20425
|
{
|
|
20426
20426
|
"kind": "Content",
|
|
20427
|
-
"text": ";\n}, {\n selectedFiltersByFacet: "
|
|
20427
|
+
"text": ";\n}, {\n selectedFiltersByFacet: import(\"vue\")."
|
|
20428
20428
|
},
|
|
20429
20429
|
{
|
|
20430
20430
|
"kind": "Reference",
|
|
@@ -20442,7 +20442,7 @@
|
|
|
20442
20442
|
},
|
|
20443
20443
|
{
|
|
20444
20444
|
"kind": "Content",
|
|
20445
|
-
"text": ">;\n hasFacets: "
|
|
20445
|
+
"text": ">;\n hasFacets: import(\"vue\")."
|
|
20446
20446
|
},
|
|
20447
20447
|
{
|
|
20448
20448
|
"kind": "Reference",
|
|
@@ -20451,7 +20451,7 @@
|
|
|
20451
20451
|
},
|
|
20452
20452
|
{
|
|
20453
20453
|
"kind": "Content",
|
|
20454
|
-
"text": "<boolean>;\n mappedFacets: "
|
|
20454
|
+
"text": "<boolean>;\n mappedFacets: import(\"vue\")."
|
|
20455
20455
|
},
|
|
20456
20456
|
{
|
|
20457
20457
|
"kind": "Reference",
|
|
@@ -28761,6 +28761,33 @@
|
|
|
28761
28761
|
"text": "WireMetadata",
|
|
28762
28762
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28763
28763
|
},
|
|
28764
|
+
{
|
|
28765
|
+
"kind": "Content",
|
|
28766
|
+
"text": ") => unknown;\n RelatedPromptsResponseChanged: (payload: import(\"@empathyco/x-types\")."
|
|
28767
|
+
},
|
|
28768
|
+
{
|
|
28769
|
+
"kind": "Reference",
|
|
28770
|
+
"text": "RelatedPrompt",
|
|
28771
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
28772
|
+
},
|
|
28773
|
+
{
|
|
28774
|
+
"kind": "Content",
|
|
28775
|
+
"text": "[], metadata: import(\"..\")."
|
|
28776
|
+
},
|
|
28777
|
+
{
|
|
28778
|
+
"kind": "Reference",
|
|
28779
|
+
"text": "WireMetadata",
|
|
28780
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28781
|
+
},
|
|
28782
|
+
{
|
|
28783
|
+
"kind": "Content",
|
|
28784
|
+
"text": ") => unknown;\n RelatedPromptsUnmounted: (payload: undefined, metadata: import(\"..\")."
|
|
28785
|
+
},
|
|
28786
|
+
{
|
|
28787
|
+
"kind": "Reference",
|
|
28788
|
+
"text": "WireMetadata",
|
|
28789
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
28790
|
+
},
|
|
28764
28791
|
{
|
|
28765
28792
|
"kind": "Content",
|
|
28766
28793
|
"text": ") => unknown;\n }>>;\n required: true;\n };\n}, () => string, unknown, {}, {}, import(\"vue\")."
|
|
@@ -30957,6 +30984,33 @@
|
|
|
30957
30984
|
"text": "WireMetadata",
|
|
30958
30985
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
30959
30986
|
},
|
|
30987
|
+
{
|
|
30988
|
+
"kind": "Content",
|
|
30989
|
+
"text": ") => unknown;\n RelatedPromptsResponseChanged: (payload: import(\"@empathyco/x-types\")."
|
|
30990
|
+
},
|
|
30991
|
+
{
|
|
30992
|
+
"kind": "Reference",
|
|
30993
|
+
"text": "RelatedPrompt",
|
|
30994
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
30995
|
+
},
|
|
30996
|
+
{
|
|
30997
|
+
"kind": "Content",
|
|
30998
|
+
"text": "[], metadata: import(\"..\")."
|
|
30999
|
+
},
|
|
31000
|
+
{
|
|
31001
|
+
"kind": "Reference",
|
|
31002
|
+
"text": "WireMetadata",
|
|
31003
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
31004
|
+
},
|
|
31005
|
+
{
|
|
31006
|
+
"kind": "Content",
|
|
31007
|
+
"text": ") => unknown;\n RelatedPromptsUnmounted: (payload: undefined, metadata: import(\"..\")."
|
|
31008
|
+
},
|
|
31009
|
+
{
|
|
31010
|
+
"kind": "Reference",
|
|
31011
|
+
"text": "WireMetadata",
|
|
31012
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
31013
|
+
},
|
|
30960
31014
|
{
|
|
30961
31015
|
"kind": "Content",
|
|
30962
31016
|
"text": ") => unknown;\n }>>;\n required: true;\n };\n}>>, {}, {}>"
|
|
@@ -30968,7 +31022,7 @@
|
|
|
30968
31022
|
"name": "GlobalXBus",
|
|
30969
31023
|
"variableTypeTokenRange": {
|
|
30970
31024
|
"startIndex": 1,
|
|
30971
|
-
"endIndex":
|
|
31025
|
+
"endIndex": 982
|
|
30972
31026
|
}
|
|
30973
31027
|
},
|
|
30974
31028
|
{
|
|
@@ -31988,7 +32042,16 @@
|
|
|
31988
32042
|
},
|
|
31989
32043
|
{
|
|
31990
32044
|
"kind": "Content",
|
|
31991
|
-
"text": " | undefined;\n
|
|
32045
|
+
"text": " | undefined;\n RelatedPromptsResponseChanged?: import(\"@empathyco/x-types\")."
|
|
32046
|
+
},
|
|
32047
|
+
{
|
|
32048
|
+
"kind": "Reference",
|
|
32049
|
+
"text": "RelatedPrompt",
|
|
32050
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
32051
|
+
},
|
|
32052
|
+
{
|
|
32053
|
+
"kind": "Content",
|
|
32054
|
+
"text": "[] | undefined;\n RelatedPromptsUnmounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
31992
32055
|
},
|
|
31993
32056
|
{
|
|
31994
32057
|
"kind": "Reference",
|
|
@@ -32222,7 +32285,7 @@
|
|
|
32222
32285
|
"name": "HierarchicalFilter",
|
|
32223
32286
|
"variableTypeTokenRange": {
|
|
32224
32287
|
"startIndex": 1,
|
|
32225
|
-
"endIndex":
|
|
32288
|
+
"endIndex": 250
|
|
32226
32289
|
}
|
|
32227
32290
|
},
|
|
32228
32291
|
{
|
|
@@ -32489,7 +32552,16 @@
|
|
|
32489
32552
|
},
|
|
32490
32553
|
{
|
|
32491
32554
|
"kind": "Content",
|
|
32492
|
-
"text": "<
|
|
32555
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
32556
|
+
},
|
|
32557
|
+
{
|
|
32558
|
+
"kind": "Reference",
|
|
32559
|
+
"text": "HistoryQuery",
|
|
32560
|
+
"canonicalReference": "@empathyco/x-components!HistoryQuery_2:interface"
|
|
32561
|
+
},
|
|
32562
|
+
{
|
|
32563
|
+
"kind": "Content",
|
|
32564
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
32493
32565
|
},
|
|
32494
32566
|
{
|
|
32495
32567
|
"kind": "Reference",
|
|
@@ -32543,7 +32615,7 @@
|
|
|
32543
32615
|
"name": "HistoryQueries",
|
|
32544
32616
|
"variableTypeTokenRange": {
|
|
32545
32617
|
"startIndex": 1,
|
|
32546
|
-
"endIndex":
|
|
32618
|
+
"endIndex": 18
|
|
32547
32619
|
}
|
|
32548
32620
|
},
|
|
32549
32621
|
{
|
|
@@ -34216,7 +34288,7 @@
|
|
|
34216
34288
|
},
|
|
34217
34289
|
{
|
|
34218
34290
|
"kind": "Content",
|
|
34219
|
-
"text": "<
|
|
34291
|
+
"text": "<string>;\n suggestionSelectedEvents: import(\"vue\")."
|
|
34220
34292
|
},
|
|
34221
34293
|
{
|
|
34222
34294
|
"kind": "Reference",
|
|
@@ -34430,7 +34502,7 @@
|
|
|
34430
34502
|
},
|
|
34431
34503
|
{
|
|
34432
34504
|
"kind": "Content",
|
|
34433
|
-
"text": ">;\n required: true;\n };\n}, {\n query: "
|
|
34505
|
+
"text": ">;\n required: true;\n };\n}, {\n query: import(\"vue\")."
|
|
34434
34506
|
},
|
|
34435
34507
|
{
|
|
34436
34508
|
"kind": "Reference",
|
|
@@ -34439,7 +34511,7 @@
|
|
|
34439
34511
|
},
|
|
34440
34512
|
{
|
|
34441
34513
|
"kind": "Content",
|
|
34442
|
-
"text": "<string>;\n highlightedQueryHTML: "
|
|
34514
|
+
"text": "<string>;\n highlightedQueryHTML: import(\"vue\")."
|
|
34443
34515
|
},
|
|
34444
34516
|
{
|
|
34445
34517
|
"kind": "Reference",
|
|
@@ -40667,7 +40739,16 @@
|
|
|
40667
40739
|
},
|
|
40668
40740
|
{
|
|
40669
40741
|
"kind": "Content",
|
|
40670
|
-
"text": "<
|
|
40742
|
+
"text": "<"
|
|
40743
|
+
},
|
|
40744
|
+
{
|
|
40745
|
+
"kind": "Reference",
|
|
40746
|
+
"text": "NextQueryModel",
|
|
40747
|
+
"canonicalReference": "@empathyco/x-components!NextQuery_2:interface"
|
|
40748
|
+
},
|
|
40749
|
+
{
|
|
40750
|
+
"kind": "Content",
|
|
40751
|
+
"text": "[]>;\n}, unknown, {}, {}, import(\"vue\")."
|
|
40671
40752
|
},
|
|
40672
40753
|
{
|
|
40673
40754
|
"kind": "Reference",
|
|
@@ -40748,7 +40829,7 @@
|
|
|
40748
40829
|
"name": "NextQueries",
|
|
40749
40830
|
"variableTypeTokenRange": {
|
|
40750
40831
|
"startIndex": 1,
|
|
40751
|
-
"endIndex":
|
|
40832
|
+
"endIndex": 30
|
|
40752
40833
|
}
|
|
40753
40834
|
},
|
|
40754
40835
|
{
|
|
@@ -44522,7 +44603,16 @@
|
|
|
44522
44603
|
},
|
|
44523
44604
|
{
|
|
44524
44605
|
"kind": "Content",
|
|
44525
|
-
"text": "<
|
|
44606
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
44607
|
+
},
|
|
44608
|
+
{
|
|
44609
|
+
"kind": "Reference",
|
|
44610
|
+
"text": "Suggestion",
|
|
44611
|
+
"canonicalReference": "@empathyco/x-components!Suggestion:interface"
|
|
44612
|
+
},
|
|
44613
|
+
{
|
|
44614
|
+
"kind": "Content",
|
|
44615
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
44526
44616
|
},
|
|
44527
44617
|
{
|
|
44528
44618
|
"kind": "Reference",
|
|
@@ -44576,7 +44666,7 @@
|
|
|
44576
44666
|
"name": "PopularSearches",
|
|
44577
44667
|
"variableTypeTokenRange": {
|
|
44578
44668
|
"startIndex": 1,
|
|
44579
|
-
"endIndex":
|
|
44669
|
+
"endIndex": 18
|
|
44580
44670
|
}
|
|
44581
44671
|
},
|
|
44582
44672
|
{
|
|
@@ -48695,7 +48785,7 @@
|
|
|
48695
48785
|
},
|
|
48696
48786
|
{
|
|
48697
48787
|
"kind": "Content",
|
|
48698
|
-
"text": "<
|
|
48788
|
+
"text": "<string>;\n suggestionSelectedEvents: {\n UserSelectedAQuerySuggestion: "
|
|
48699
48789
|
},
|
|
48700
48790
|
{
|
|
48701
48791
|
"kind": "Reference",
|
|
@@ -48849,7 +48939,16 @@
|
|
|
48849
48939
|
},
|
|
48850
48940
|
{
|
|
48851
48941
|
"kind": "Content",
|
|
48852
|
-
"text": "<
|
|
48942
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
48943
|
+
},
|
|
48944
|
+
{
|
|
48945
|
+
"kind": "Reference",
|
|
48946
|
+
"text": "Suggestion",
|
|
48947
|
+
"canonicalReference": "@empathyco/x-components!Suggestion:interface"
|
|
48948
|
+
},
|
|
48949
|
+
{
|
|
48950
|
+
"kind": "Content",
|
|
48951
|
+
"text": "[]>;\n}, {}, {}, {}, import(\"vue\")."
|
|
48853
48952
|
},
|
|
48854
48953
|
{
|
|
48855
48954
|
"kind": "Reference",
|
|
@@ -48903,7 +49002,7 @@
|
|
|
48903
49002
|
"name": "QuerySuggestions",
|
|
48904
49003
|
"variableTypeTokenRange": {
|
|
48905
49004
|
"startIndex": 1,
|
|
48906
|
-
"endIndex":
|
|
49005
|
+
"endIndex": 18
|
|
48907
49006
|
}
|
|
48908
49007
|
},
|
|
48909
49008
|
{
|
|
@@ -53090,6 +53189,65 @@
|
|
|
53090
53189
|
"endIndex": 3
|
|
53091
53190
|
}
|
|
53092
53191
|
},
|
|
53192
|
+
{
|
|
53193
|
+
"kind": "PropertySignature",
|
|
53194
|
+
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#RelatedPromptsResponseChanged:member",
|
|
53195
|
+
"docComment": "/**\n * The response list of related prompts has changed. Payload: The new related-prompts list.\n */\n",
|
|
53196
|
+
"excerptTokens": [
|
|
53197
|
+
{
|
|
53198
|
+
"kind": "Content",
|
|
53199
|
+
"text": "RelatedPromptsResponseChanged: "
|
|
53200
|
+
},
|
|
53201
|
+
{
|
|
53202
|
+
"kind": "Reference",
|
|
53203
|
+
"text": "RelatedPrompt",
|
|
53204
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
53205
|
+
},
|
|
53206
|
+
{
|
|
53207
|
+
"kind": "Content",
|
|
53208
|
+
"text": "[]"
|
|
53209
|
+
},
|
|
53210
|
+
{
|
|
53211
|
+
"kind": "Content",
|
|
53212
|
+
"text": ";"
|
|
53213
|
+
}
|
|
53214
|
+
],
|
|
53215
|
+
"isReadonly": false,
|
|
53216
|
+
"isOptional": false,
|
|
53217
|
+
"releaseTag": "Public",
|
|
53218
|
+
"name": "RelatedPromptsResponseChanged",
|
|
53219
|
+
"propertyTypeTokenRange": {
|
|
53220
|
+
"startIndex": 1,
|
|
53221
|
+
"endIndex": 3
|
|
53222
|
+
}
|
|
53223
|
+
},
|
|
53224
|
+
{
|
|
53225
|
+
"kind": "PropertySignature",
|
|
53226
|
+
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#RelatedPromptsUnmounted:member",
|
|
53227
|
+
"docComment": "/**\n * The related prompts has been unmounted.\n */\n",
|
|
53228
|
+
"excerptTokens": [
|
|
53229
|
+
{
|
|
53230
|
+
"kind": "Content",
|
|
53231
|
+
"text": "RelatedPromptsUnmounted: "
|
|
53232
|
+
},
|
|
53233
|
+
{
|
|
53234
|
+
"kind": "Content",
|
|
53235
|
+
"text": "void"
|
|
53236
|
+
},
|
|
53237
|
+
{
|
|
53238
|
+
"kind": "Content",
|
|
53239
|
+
"text": ";"
|
|
53240
|
+
}
|
|
53241
|
+
],
|
|
53242
|
+
"isReadonly": false,
|
|
53243
|
+
"isOptional": false,
|
|
53244
|
+
"releaseTag": "Public",
|
|
53245
|
+
"name": "RelatedPromptsUnmounted",
|
|
53246
|
+
"propertyTypeTokenRange": {
|
|
53247
|
+
"startIndex": 1,
|
|
53248
|
+
"endIndex": 2
|
|
53249
|
+
}
|
|
53250
|
+
},
|
|
53093
53251
|
{
|
|
53094
53252
|
"kind": "PropertySignature",
|
|
53095
53253
|
"canonicalReference": "@empathyco/x-components!RelatedPromptsXEvents#SelectedRelatedPromptChanged:member",
|
|
@@ -63954,7 +64112,7 @@
|
|
|
63954
64112
|
},
|
|
63955
64113
|
{
|
|
63956
64114
|
"kind": "Content",
|
|
63957
|
-
"text": "<
|
|
64115
|
+
"text": "<string>;\n suggestionSelectedEvents: {\n UserSelectedASemanticQuery: "
|
|
63958
64116
|
},
|
|
63959
64117
|
{
|
|
63960
64118
|
"kind": "Reference",
|
|
@@ -67770,7 +67928,16 @@
|
|
|
67770
67928
|
},
|
|
67771
67929
|
{
|
|
67772
67930
|
"kind": "Content",
|
|
67773
|
-
"text": " | undefined;\n
|
|
67931
|
+
"text": " | undefined;\n RelatedPromptsResponseChanged?: import(\"@empathyco/x-types\")."
|
|
67932
|
+
},
|
|
67933
|
+
{
|
|
67934
|
+
"kind": "Reference",
|
|
67935
|
+
"text": "RelatedPrompt",
|
|
67936
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
67937
|
+
},
|
|
67938
|
+
{
|
|
67939
|
+
"kind": "Content",
|
|
67940
|
+
"text": "[] | undefined;\n RelatedPromptsUnmounted?: void | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
67774
67941
|
},
|
|
67775
67942
|
{
|
|
67776
67943
|
"kind": "Reference",
|
|
@@ -67914,7 +68081,7 @@
|
|
|
67914
68081
|
"name": "SimpleFilter",
|
|
67915
68082
|
"variableTypeTokenRange": {
|
|
67916
68083
|
"startIndex": 1,
|
|
67917
|
-
"endIndex":
|
|
68084
|
+
"endIndex": 220
|
|
67918
68085
|
}
|
|
67919
68086
|
},
|
|
67920
68087
|
{
|
|
@@ -70972,6 +71139,33 @@
|
|
|
70972
71139
|
"text": "WireMetadata",
|
|
70973
71140
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
70974
71141
|
},
|
|
71142
|
+
{
|
|
71143
|
+
"kind": "Content",
|
|
71144
|
+
"text": ") => unknown;\n RelatedPromptsResponseChanged: (payload: import(\"@empathyco/x-types\")."
|
|
71145
|
+
},
|
|
71146
|
+
{
|
|
71147
|
+
"kind": "Reference",
|
|
71148
|
+
"text": "RelatedPrompt",
|
|
71149
|
+
"canonicalReference": "@empathyco/x-components!RelatedPrompt_2:interface"
|
|
71150
|
+
},
|
|
71151
|
+
{
|
|
71152
|
+
"kind": "Content",
|
|
71153
|
+
"text": "[], metadata: "
|
|
71154
|
+
},
|
|
71155
|
+
{
|
|
71156
|
+
"kind": "Reference",
|
|
71157
|
+
"text": "WireMetadata",
|
|
71158
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71159
|
+
},
|
|
71160
|
+
{
|
|
71161
|
+
"kind": "Content",
|
|
71162
|
+
"text": ") => unknown;\n RelatedPromptsUnmounted: (payload: undefined, metadata: "
|
|
71163
|
+
},
|
|
71164
|
+
{
|
|
71165
|
+
"kind": "Reference",
|
|
71166
|
+
"text": "WireMetadata",
|
|
71167
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
71168
|
+
},
|
|
70975
71169
|
{
|
|
70976
71170
|
"kind": "Content",
|
|
70977
71171
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -71028,7 +71222,7 @@
|
|
|
71028
71222
|
"name": "SnippetCallbacks",
|
|
71029
71223
|
"variableTypeTokenRange": {
|
|
71030
71224
|
"startIndex": 1,
|
|
71031
|
-
"endIndex":
|
|
71225
|
+
"endIndex": 498
|
|
71032
71226
|
}
|
|
71033
71227
|
},
|
|
71034
71228
|
{
|
|
@@ -75222,10 +75416,66 @@
|
|
|
75222
75416
|
"endIndex": 5
|
|
75223
75417
|
}
|
|
75224
75418
|
},
|
|
75419
|
+
{
|
|
75420
|
+
"kind": "Variable",
|
|
75421
|
+
"canonicalReference": "@empathyco/x-components!trackNoResultsQueryWithFallbackWire:var",
|
|
75422
|
+
"docComment": "/**\n * Performs a track of a query with no results that used related prompts or semantic queries as fallback. The totalHits will be changed to -1 if related prompts or semantic queries are found in order to differentiate it from scenarios where the user encounters a no-results page without any related prompts or semantic queries.\n *\n * @public\n */\n",
|
|
75423
|
+
"excerptTokens": [
|
|
75424
|
+
{
|
|
75425
|
+
"kind": "Content",
|
|
75426
|
+
"text": "trackNoResultsQueryWithFallbackWire: "
|
|
75427
|
+
},
|
|
75428
|
+
{
|
|
75429
|
+
"kind": "Reference",
|
|
75430
|
+
"text": "Wire",
|
|
75431
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
75432
|
+
},
|
|
75433
|
+
{
|
|
75434
|
+
"kind": "Content",
|
|
75435
|
+
"text": "<any>"
|
|
75436
|
+
}
|
|
75437
|
+
],
|
|
75438
|
+
"fileUrlPath": "src/x-modules/tagging/wiring.ts",
|
|
75439
|
+
"isReadonly": true,
|
|
75440
|
+
"releaseTag": "Public",
|
|
75441
|
+
"name": "trackNoResultsQueryWithFallbackWire",
|
|
75442
|
+
"variableTypeTokenRange": {
|
|
75443
|
+
"startIndex": 1,
|
|
75444
|
+
"endIndex": 3
|
|
75445
|
+
}
|
|
75446
|
+
},
|
|
75447
|
+
{
|
|
75448
|
+
"kind": "Variable",
|
|
75449
|
+
"canonicalReference": "@empathyco/x-components!trackNoResultsQueryWithFallbackWireDebounced:var",
|
|
75450
|
+
"docComment": "/**\n * . Debounced version of {@link trackNoResultsQueryWithFallbackWire}\n *\n * @public\n */\n",
|
|
75451
|
+
"excerptTokens": [
|
|
75452
|
+
{
|
|
75453
|
+
"kind": "Content",
|
|
75454
|
+
"text": "trackNoResultsQueryWithFallbackWireDebounced: "
|
|
75455
|
+
},
|
|
75456
|
+
{
|
|
75457
|
+
"kind": "Reference",
|
|
75458
|
+
"text": "Wire",
|
|
75459
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
75460
|
+
},
|
|
75461
|
+
{
|
|
75462
|
+
"kind": "Content",
|
|
75463
|
+
"text": "<any>"
|
|
75464
|
+
}
|
|
75465
|
+
],
|
|
75466
|
+
"fileUrlPath": "src/x-modules/tagging/wiring.ts",
|
|
75467
|
+
"isReadonly": true,
|
|
75468
|
+
"releaseTag": "Public",
|
|
75469
|
+
"name": "trackNoResultsQueryWithFallbackWireDebounced",
|
|
75470
|
+
"variableTypeTokenRange": {
|
|
75471
|
+
"startIndex": 1,
|
|
75472
|
+
"endIndex": 3
|
|
75473
|
+
}
|
|
75474
|
+
},
|
|
75225
75475
|
{
|
|
75226
75476
|
"kind": "Variable",
|
|
75227
75477
|
"canonicalReference": "@empathyco/x-components!trackNoResultsQueryWithSemanticsWire:var",
|
|
75228
|
-
"docComment": "/**\n * Performs a track of a query with no results that used
|
|
75478
|
+
"docComment": "/**\n * Performs a track of a query with no results that used semantic queries as fallback. The totalHits will be changed to -1 if semantic queries are found in order to differentiate it from scenarios where the user encounters a no-results page without any semantic queries.\n *\n * @deprecated\n *\n * - Use {@link trackNoResultsQueryWithFallbackWire} instead.\n *\n * @public\n */\n",
|
|
75229
75479
|
"excerptTokens": [
|
|
75230
75480
|
{
|
|
75231
75481
|
"kind": "Content",
|
|
@@ -75253,7 +75503,7 @@
|
|
|
75253
75503
|
{
|
|
75254
75504
|
"kind": "Variable",
|
|
75255
75505
|
"canonicalReference": "@empathyco/x-components!trackNoResultsQueryWithSemanticsWireDebounced:var",
|
|
75256
|
-
"docComment": "/**\n *
|
|
75506
|
+
"docComment": "/**\n * Debounced version of {@link trackNoResultsQueryWithFallbackWire}\n *\n * @deprecated\n *\n * - Use {@link trackNoResultsQueryWithFallbackWireDebounced} instead.\n *\n * @public\n */\n",
|
|
75257
75507
|
"excerptTokens": [
|
|
75258
75508
|
{
|
|
75259
75509
|
"kind": "Content",
|
|
@@ -79213,129 +79463,28 @@
|
|
|
79213
79463
|
"name": "useFiltersInjection"
|
|
79214
79464
|
},
|
|
79215
79465
|
{
|
|
79216
|
-
"kind": "
|
|
79217
|
-
"canonicalReference": "@empathyco/x-components!useGetter:
|
|
79218
|
-
"docComment": "/**\n * Function which returns the requested
|
|
79466
|
+
"kind": "Variable",
|
|
79467
|
+
"canonicalReference": "@empathyco/x-components!useGetter:var",
|
|
79468
|
+
"docComment": "/**\n * Function which returns the requested getter's properties as a dictionary.\n *\n * @param module - The {@link XModuleName} of the getter.\n *\n * @returns The requested getters from the module.\n *\n * @public\n */\n",
|
|
79219
79469
|
"excerptTokens": [
|
|
79220
79470
|
{
|
|
79221
79471
|
"kind": "Content",
|
|
79222
|
-
"text": "
|
|
79223
|
-
},
|
|
79224
|
-
{
|
|
79225
|
-
"kind": "Reference",
|
|
79226
|
-
"text": "XModuleName",
|
|
79227
|
-
"canonicalReference": "@empathyco/x-components!XModuleName:type"
|
|
79228
|
-
},
|
|
79229
|
-
{
|
|
79230
|
-
"kind": "Content",
|
|
79231
|
-
"text": ", GetterName extends "
|
|
79232
|
-
},
|
|
79233
|
-
{
|
|
79234
|
-
"kind": "Content",
|
|
79235
|
-
"text": "keyof "
|
|
79472
|
+
"text": "useGetter: "
|
|
79236
79473
|
},
|
|
79237
79474
|
{
|
|
79238
79475
|
"kind": "Reference",
|
|
79239
|
-
"text": "
|
|
79240
|
-
"canonicalReference": "@empathyco/x-components
|
|
79241
|
-
},
|
|
79242
|
-
{
|
|
79243
|
-
"kind": "Content",
|
|
79244
|
-
"text": "<Module> & string"
|
|
79245
|
-
},
|
|
79246
|
-
{
|
|
79247
|
-
"kind": "Content",
|
|
79248
|
-
"text": ">(module: "
|
|
79249
|
-
},
|
|
79250
|
-
{
|
|
79251
|
-
"kind": "Content",
|
|
79252
|
-
"text": "Module"
|
|
79253
|
-
},
|
|
79254
|
-
{
|
|
79255
|
-
"kind": "Content",
|
|
79256
|
-
"text": ", getters: "
|
|
79257
|
-
},
|
|
79258
|
-
{
|
|
79259
|
-
"kind": "Content",
|
|
79260
|
-
"text": "GetterName[]"
|
|
79261
|
-
},
|
|
79262
|
-
{
|
|
79263
|
-
"kind": "Content",
|
|
79264
|
-
"text": "): "
|
|
79265
|
-
},
|
|
79266
|
-
{
|
|
79267
|
-
"kind": "Reference",
|
|
79268
|
-
"text": "Dictionary",
|
|
79269
|
-
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
79270
|
-
},
|
|
79271
|
-
{
|
|
79272
|
-
"kind": "Content",
|
|
79273
|
-
"text": "<"
|
|
79274
|
-
},
|
|
79275
|
-
{
|
|
79276
|
-
"kind": "Reference",
|
|
79277
|
-
"text": "ComputedRef",
|
|
79278
|
-
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
79279
|
-
},
|
|
79280
|
-
{
|
|
79281
|
-
"kind": "Content",
|
|
79282
|
-
"text": ">"
|
|
79283
|
-
},
|
|
79284
|
-
{
|
|
79285
|
-
"kind": "Content",
|
|
79286
|
-
"text": ";"
|
|
79476
|
+
"text": "UseGetter",
|
|
79477
|
+
"canonicalReference": "@empathyco/x-components!~UseGetter:interface"
|
|
79287
79478
|
}
|
|
79288
79479
|
],
|
|
79289
79480
|
"fileUrlPath": "src/composables/use-getter.ts",
|
|
79290
|
-
"
|
|
79291
|
-
"startIndex": 11,
|
|
79292
|
-
"endIndex": 15
|
|
79293
|
-
},
|
|
79481
|
+
"isReadonly": true,
|
|
79294
79482
|
"releaseTag": "Public",
|
|
79295
|
-
"
|
|
79296
|
-
"
|
|
79297
|
-
|
|
79298
|
-
|
|
79299
|
-
|
|
79300
|
-
"startIndex": 7,
|
|
79301
|
-
"endIndex": 8
|
|
79302
|
-
},
|
|
79303
|
-
"isOptional": false
|
|
79304
|
-
},
|
|
79305
|
-
{
|
|
79306
|
-
"parameterName": "getters",
|
|
79307
|
-
"parameterTypeTokenRange": {
|
|
79308
|
-
"startIndex": 9,
|
|
79309
|
-
"endIndex": 10
|
|
79310
|
-
},
|
|
79311
|
-
"isOptional": false
|
|
79312
|
-
}
|
|
79313
|
-
],
|
|
79314
|
-
"typeParameters": [
|
|
79315
|
-
{
|
|
79316
|
-
"typeParameterName": "Module",
|
|
79317
|
-
"constraintTokenRange": {
|
|
79318
|
-
"startIndex": 1,
|
|
79319
|
-
"endIndex": 2
|
|
79320
|
-
},
|
|
79321
|
-
"defaultTypeTokenRange": {
|
|
79322
|
-
"startIndex": 0,
|
|
79323
|
-
"endIndex": 0
|
|
79324
|
-
}
|
|
79325
|
-
},
|
|
79326
|
-
{
|
|
79327
|
-
"typeParameterName": "GetterName",
|
|
79328
|
-
"constraintTokenRange": {
|
|
79329
|
-
"startIndex": 3,
|
|
79330
|
-
"endIndex": 6
|
|
79331
|
-
},
|
|
79332
|
-
"defaultTypeTokenRange": {
|
|
79333
|
-
"startIndex": 0,
|
|
79334
|
-
"endIndex": 0
|
|
79335
|
-
}
|
|
79336
|
-
}
|
|
79337
|
-
],
|
|
79338
|
-
"name": "useGetter"
|
|
79483
|
+
"name": "useGetter",
|
|
79484
|
+
"variableTypeTokenRange": {
|
|
79485
|
+
"startIndex": 1,
|
|
79486
|
+
"endIndex": 2
|
|
79487
|
+
}
|
|
79339
79488
|
},
|
|
79340
79489
|
{
|
|
79341
79490
|
"kind": "Function",
|