@empathyco/x-components 6.0.0-alpha.232 → 6.0.0-alpha.234
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 +21 -0
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.aimutations.md +9 -9
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchstatus.md +13 -0
- package/docs/API-reference/api/{x-components.aimutations.setsuggestionsloading.md → x-components.aimutations.setsuggestionsstatus.md} +4 -4
- package/docs/API-reference/api/x-components.aistate.md +9 -9
- package/docs/API-reference/api/{x-components.aistate.suggestionssearchloading.md → x-components.aistate.suggestionssearchstatus.md} +4 -4
- package/docs/API-reference/api/{x-components.aistate.suggestionsloading.md → x-components.aistate.suggestionsstatus.md} +4 -4
- package/docs/API-reference/api/x-components.cancelfetchandsavepartialresultsenrichment.md +17 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveresultsenrichment.md +17 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice._constructor_.md +13 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.fetchresults.md +52 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.md +164 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.updateresults.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsavepartialresultsenrichment.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsavepartialresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveresultsenrichment.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsaveresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
- package/docs/API-reference/api/x-components.md +88 -0
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendationsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendationsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.md +38 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.md +19 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendationsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.resultsenrichmentservice.fetchresults.md +13 -0
- package/docs/API-reference/api/x-components.resultsenrichmentservice.md +77 -0
- package/docs/API-reference/api/x-components.resultsenrichmentservice.updateresults.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavepartialresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsaveresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.md +38 -0
- package/docs/API-reference/api/x-components.searchmutations.md +38 -0
- package/docs/API-reference/api/x-components.searchmutations.updatepartialresultsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchmutations.updateresultsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +19 -0
- package/docs/API-reference/api/x-components.searchxevents.partialresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +1 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
- package/js/index.js +4 -1
- package/js/index.js.map +1 -1
- package/js/services/results-enrichment.service.js +37 -0
- package/js/services/results-enrichment.service.js.map +1 -0
- package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -1
- package/js/x-modules/ai/components/ai-overview.vue2.js +3 -2
- package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -1
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js +2 -2
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js.map +1 -1
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +3 -3
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -1
- package/js/x-modules/ai/store/module.js +6 -6
- package/js/x-modules/ai/store/module.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.js +30 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.js.map +1 -0
- package/js/x-modules/recommendations/store/module.js +7 -0
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +9 -0
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.js +33 -0
- package/js/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.js +28 -0
- package/js/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +1 -0
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/module.js +15 -0
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +17 -1
- package/js/x-modules/search/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +1030 -103
- package/report/x-components.api.md +64 -10
- package/search/index.js +3 -1
- package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
- package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/src/services/index.d.ts +1 -0
- package/types/src/services/index.d.ts.map +1 -1
- package/types/src/services/results-enrichment.service.d.ts +31 -0
- package/types/src/services/results-enrichment.service.d.ts.map +1 -0
- package/types/src/services/services.types.d.ts +21 -0
- package/types/src/services/services.types.d.ts.map +1 -1
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/module.d.ts.map +1 -1
- package/types/src/x-modules/ai/store/types.d.ts +11 -10
- package/types/src/x-modules/ai/store/types.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/src/x-modules/recommendations/store/types.d.ts +17 -0
- package/types/src/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/src/x-modules/recommendations/wiring.d.ts +3 -0
- package/types/src/x-modules/recommendations/wiring.d.ts.map +1 -1
- package/types/src/x-modules/search/events.types.d.ts +6 -1
- package/types/src/x-modules/search/events.types.d.ts.map +1 -1
- package/types/src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/index.d.ts +2 -0
- package/types/src/x-modules/search/store/actions/index.d.ts.map +1 -1
- package/types/src/x-modules/search/store/emitters.d.ts +1 -0
- package/types/src/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/src/x-modules/search/store/module.d.ts.map +1 -1
- package/types/src/x-modules/search/store/types.d.ts +24 -0
- package/types/src/x-modules/search/store/types.d.ts.map +1 -1
- package/types/src/x-modules/search/wiring.d.ts +16 -0
- package/types/src/x-modules/search/wiring.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchloading.md +0 -13
|
@@ -1891,16 +1891,25 @@
|
|
|
1891
1891
|
},
|
|
1892
1892
|
{
|
|
1893
1893
|
"kind": "PropertySignature",
|
|
1894
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#
|
|
1895
|
-
"docComment": "/**\n * Sets the
|
|
1894
|
+
"canonicalReference": "@empathyco/x-components!AiMutations#setSuggestionsSearch:member",
|
|
1895
|
+
"docComment": "/**\n * Sets the suggestions search from the suggestions search response.\n *\n * @param tagging - The new tagging.\n */\n",
|
|
1896
1896
|
"excerptTokens": [
|
|
1897
1897
|
{
|
|
1898
1898
|
"kind": "Content",
|
|
1899
|
-
"text": "
|
|
1899
|
+
"text": "setSuggestionsSearch: "
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "Content",
|
|
1903
|
+
"text": "(suggestionsSearch: "
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "Reference",
|
|
1907
|
+
"text": "AiSuggestionSearch",
|
|
1908
|
+
"canonicalReference": "@empathyco/x-components!AiSuggestionSearch:interface"
|
|
1900
1909
|
},
|
|
1901
1910
|
{
|
|
1902
1911
|
"kind": "Content",
|
|
1903
|
-
"text": "
|
|
1912
|
+
"text": "[]) => void"
|
|
1904
1913
|
},
|
|
1905
1914
|
{
|
|
1906
1915
|
"kind": "Content",
|
|
@@ -1910,33 +1919,33 @@
|
|
|
1910
1919
|
"isReadonly": false,
|
|
1911
1920
|
"isOptional": false,
|
|
1912
1921
|
"releaseTag": "Public",
|
|
1913
|
-
"name": "
|
|
1922
|
+
"name": "setSuggestionsSearch",
|
|
1914
1923
|
"propertyTypeTokenRange": {
|
|
1915
1924
|
"startIndex": 1,
|
|
1916
|
-
"endIndex":
|
|
1925
|
+
"endIndex": 4
|
|
1917
1926
|
}
|
|
1918
1927
|
},
|
|
1919
1928
|
{
|
|
1920
1929
|
"kind": "PropertySignature",
|
|
1921
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#
|
|
1922
|
-
"docComment": "/**\n * Sets the
|
|
1930
|
+
"canonicalReference": "@empathyco/x-components!AiMutations#setSuggestionsSearchStatus:member",
|
|
1931
|
+
"docComment": "/**\n * Sets the status for the suggestions search response.\n *\n * @param status - The new status.\n */\n",
|
|
1923
1932
|
"excerptTokens": [
|
|
1924
1933
|
{
|
|
1925
1934
|
"kind": "Content",
|
|
1926
|
-
"text": "
|
|
1935
|
+
"text": "setSuggestionsSearchStatus: "
|
|
1927
1936
|
},
|
|
1928
1937
|
{
|
|
1929
1938
|
"kind": "Content",
|
|
1930
|
-
"text": "(
|
|
1939
|
+
"text": "(status: "
|
|
1931
1940
|
},
|
|
1932
1941
|
{
|
|
1933
1942
|
"kind": "Reference",
|
|
1934
|
-
"text": "
|
|
1935
|
-
"canonicalReference": "@empathyco/x-components!
|
|
1943
|
+
"text": "RequestStatus",
|
|
1944
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type"
|
|
1936
1945
|
},
|
|
1937
1946
|
{
|
|
1938
1947
|
"kind": "Content",
|
|
1939
|
-
"text": "
|
|
1948
|
+
"text": ") => void"
|
|
1940
1949
|
},
|
|
1941
1950
|
{
|
|
1942
1951
|
"kind": "Content",
|
|
@@ -1946,7 +1955,7 @@
|
|
|
1946
1955
|
"isReadonly": false,
|
|
1947
1956
|
"isOptional": false,
|
|
1948
1957
|
"releaseTag": "Public",
|
|
1949
|
-
"name": "
|
|
1958
|
+
"name": "setSuggestionsSearchStatus",
|
|
1950
1959
|
"propertyTypeTokenRange": {
|
|
1951
1960
|
"startIndex": 1,
|
|
1952
1961
|
"endIndex": 4
|
|
@@ -1954,16 +1963,25 @@
|
|
|
1954
1963
|
},
|
|
1955
1964
|
{
|
|
1956
1965
|
"kind": "PropertySignature",
|
|
1957
|
-
"canonicalReference": "@empathyco/x-components!AiMutations#
|
|
1958
|
-
"docComment": "/**\n * Sets the
|
|
1966
|
+
"canonicalReference": "@empathyco/x-components!AiMutations#setSuggestionsStatus:member",
|
|
1967
|
+
"docComment": "/**\n * Sets the status for the suggestions response.\n *\n * @param status - The new status.\n */\n",
|
|
1959
1968
|
"excerptTokens": [
|
|
1960
1969
|
{
|
|
1961
1970
|
"kind": "Content",
|
|
1962
|
-
"text": "
|
|
1971
|
+
"text": "setSuggestionsStatus: "
|
|
1963
1972
|
},
|
|
1964
1973
|
{
|
|
1965
1974
|
"kind": "Content",
|
|
1966
|
-
"text": "(
|
|
1975
|
+
"text": "(status: "
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"kind": "Reference",
|
|
1979
|
+
"text": "RequestStatus",
|
|
1980
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "Content",
|
|
1984
|
+
"text": ") => void"
|
|
1967
1985
|
},
|
|
1968
1986
|
{
|
|
1969
1987
|
"kind": "Content",
|
|
@@ -1973,10 +1991,10 @@
|
|
|
1973
1991
|
"isReadonly": false,
|
|
1974
1992
|
"isOptional": false,
|
|
1975
1993
|
"releaseTag": "Public",
|
|
1976
|
-
"name": "
|
|
1994
|
+
"name": "setSuggestionsStatus",
|
|
1977
1995
|
"propertyTypeTokenRange": {
|
|
1978
1996
|
"startIndex": 1,
|
|
1979
|
-
"endIndex":
|
|
1997
|
+
"endIndex": 4
|
|
1980
1998
|
}
|
|
1981
1999
|
},
|
|
1982
2000
|
{
|
|
@@ -2949,16 +2967,21 @@
|
|
|
2949
2967
|
},
|
|
2950
2968
|
{
|
|
2951
2969
|
"kind": "PropertySignature",
|
|
2952
|
-
"canonicalReference": "@empathyco/x-components!AiState#
|
|
2953
|
-
"docComment": "/**\n *
|
|
2970
|
+
"canonicalReference": "@empathyco/x-components!AiState#suggestionsSearch:member",
|
|
2971
|
+
"docComment": "/**\n * The results per query retrieved by the suggestion search endpoint\n */\n",
|
|
2954
2972
|
"excerptTokens": [
|
|
2955
2973
|
{
|
|
2956
2974
|
"kind": "Content",
|
|
2957
|
-
"text": "
|
|
2975
|
+
"text": "suggestionsSearch: "
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "Reference",
|
|
2979
|
+
"text": "AiSuggestionSearch",
|
|
2980
|
+
"canonicalReference": "@empathyco/x-components!AiSuggestionSearch:interface"
|
|
2958
2981
|
},
|
|
2959
2982
|
{
|
|
2960
2983
|
"kind": "Content",
|
|
2961
|
-
"text": "
|
|
2984
|
+
"text": "[]"
|
|
2962
2985
|
},
|
|
2963
2986
|
{
|
|
2964
2987
|
"kind": "Content",
|
|
@@ -2968,29 +2991,25 @@
|
|
|
2968
2991
|
"isReadonly": false,
|
|
2969
2992
|
"isOptional": false,
|
|
2970
2993
|
"releaseTag": "Public",
|
|
2971
|
-
"name": "
|
|
2994
|
+
"name": "suggestionsSearch",
|
|
2972
2995
|
"propertyTypeTokenRange": {
|
|
2973
2996
|
"startIndex": 1,
|
|
2974
|
-
"endIndex":
|
|
2997
|
+
"endIndex": 3
|
|
2975
2998
|
}
|
|
2976
2999
|
},
|
|
2977
3000
|
{
|
|
2978
3001
|
"kind": "PropertySignature",
|
|
2979
|
-
"canonicalReference": "@empathyco/x-components!AiState#
|
|
2980
|
-
"docComment": "/**\n *
|
|
3002
|
+
"canonicalReference": "@empathyco/x-components!AiState#suggestionsSearchStatus:member",
|
|
3003
|
+
"docComment": "/**\n * Status for the suggestions search response\n */\n",
|
|
2981
3004
|
"excerptTokens": [
|
|
2982
3005
|
{
|
|
2983
3006
|
"kind": "Content",
|
|
2984
|
-
"text": "
|
|
3007
|
+
"text": "suggestionsSearchStatus: "
|
|
2985
3008
|
},
|
|
2986
3009
|
{
|
|
2987
3010
|
"kind": "Reference",
|
|
2988
|
-
"text": "
|
|
2989
|
-
"canonicalReference": "@empathyco/x-components!
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"kind": "Content",
|
|
2993
|
-
"text": "[]"
|
|
3011
|
+
"text": "RequestStatus",
|
|
3012
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type"
|
|
2994
3013
|
},
|
|
2995
3014
|
{
|
|
2996
3015
|
"kind": "Content",
|
|
@@ -3000,24 +3019,25 @@
|
|
|
3000
3019
|
"isReadonly": false,
|
|
3001
3020
|
"isOptional": false,
|
|
3002
3021
|
"releaseTag": "Public",
|
|
3003
|
-
"name": "
|
|
3022
|
+
"name": "suggestionsSearchStatus",
|
|
3004
3023
|
"propertyTypeTokenRange": {
|
|
3005
3024
|
"startIndex": 1,
|
|
3006
|
-
"endIndex":
|
|
3025
|
+
"endIndex": 2
|
|
3007
3026
|
}
|
|
3008
3027
|
},
|
|
3009
3028
|
{
|
|
3010
3029
|
"kind": "PropertySignature",
|
|
3011
|
-
"canonicalReference": "@empathyco/x-components!AiState#
|
|
3012
|
-
"docComment": "/**\n *
|
|
3030
|
+
"canonicalReference": "@empathyco/x-components!AiState#suggestionsStatus:member",
|
|
3031
|
+
"docComment": "/**\n * Status for the suggestions response\n */\n",
|
|
3013
3032
|
"excerptTokens": [
|
|
3014
3033
|
{
|
|
3015
3034
|
"kind": "Content",
|
|
3016
|
-
"text": "
|
|
3035
|
+
"text": "suggestionsStatus: "
|
|
3017
3036
|
},
|
|
3018
3037
|
{
|
|
3019
|
-
"kind": "
|
|
3020
|
-
"text": "
|
|
3038
|
+
"kind": "Reference",
|
|
3039
|
+
"text": "RequestStatus",
|
|
3040
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type"
|
|
3021
3041
|
},
|
|
3022
3042
|
{
|
|
3023
3043
|
"kind": "Content",
|
|
@@ -3027,7 +3047,7 @@
|
|
|
3027
3047
|
"isReadonly": false,
|
|
3028
3048
|
"isOptional": false,
|
|
3029
3049
|
"releaseTag": "Public",
|
|
3030
|
-
"name": "
|
|
3050
|
+
"name": "suggestionsStatus",
|
|
3031
3051
|
"propertyTypeTokenRange": {
|
|
3032
3052
|
"startIndex": 1,
|
|
3033
3053
|
"endIndex": 2
|
|
@@ -15420,6 +15440,30 @@
|
|
|
15420
15440
|
"parameters": [],
|
|
15421
15441
|
"name": "cancelFetchAndSaveNextQueries"
|
|
15422
15442
|
},
|
|
15443
|
+
{
|
|
15444
|
+
"kind": "Function",
|
|
15445
|
+
"canonicalReference": "@empathyco/x-components!cancelFetchAndSavePartialResultsEnrichment:function(1)",
|
|
15446
|
+
"docComment": "/**\n * Default implementation for {@link SearchActions.cancelFetchAndSavePartialResultsEnrichment} action.\n *\n * @public\n */\n",
|
|
15447
|
+
"excerptTokens": [
|
|
15448
|
+
{
|
|
15449
|
+
"kind": "Content",
|
|
15450
|
+
"text": "cancelFetchAndSavePartialResultsEnrichment: () => "
|
|
15451
|
+
},
|
|
15452
|
+
{
|
|
15453
|
+
"kind": "Content",
|
|
15454
|
+
"text": "void"
|
|
15455
|
+
}
|
|
15456
|
+
],
|
|
15457
|
+
"fileUrlPath": "src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.ts",
|
|
15458
|
+
"returnTypeTokenRange": {
|
|
15459
|
+
"startIndex": 1,
|
|
15460
|
+
"endIndex": 2
|
|
15461
|
+
},
|
|
15462
|
+
"releaseTag": "Public",
|
|
15463
|
+
"overloadIndex": 1,
|
|
15464
|
+
"parameters": [],
|
|
15465
|
+
"name": "cancelFetchAndSavePartialResultsEnrichment"
|
|
15466
|
+
},
|
|
15423
15467
|
{
|
|
15424
15468
|
"kind": "Function",
|
|
15425
15469
|
"canonicalReference": "@empathyco/x-components!cancelFetchAndSavePopularSearches:function(1)",
|
|
@@ -15568,6 +15612,30 @@
|
|
|
15568
15612
|
"endIndex": 3
|
|
15569
15613
|
}
|
|
15570
15614
|
},
|
|
15615
|
+
{
|
|
15616
|
+
"kind": "Function",
|
|
15617
|
+
"canonicalReference": "@empathyco/x-components!cancelFetchAndSaveResultsEnrichment:function(1)",
|
|
15618
|
+
"docComment": "/**\n * Default implementation for {@link SearchActions.cancelFetchAndSaveResultsEnrichment} action.\n *\n * @public\n */\n",
|
|
15619
|
+
"excerptTokens": [
|
|
15620
|
+
{
|
|
15621
|
+
"kind": "Content",
|
|
15622
|
+
"text": "cancelFetchAndSaveResultsEnrichment: () => "
|
|
15623
|
+
},
|
|
15624
|
+
{
|
|
15625
|
+
"kind": "Content",
|
|
15626
|
+
"text": "void"
|
|
15627
|
+
}
|
|
15628
|
+
],
|
|
15629
|
+
"fileUrlPath": "src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.ts",
|
|
15630
|
+
"returnTypeTokenRange": {
|
|
15631
|
+
"startIndex": 1,
|
|
15632
|
+
"endIndex": 2
|
|
15633
|
+
},
|
|
15634
|
+
"releaseTag": "Public",
|
|
15635
|
+
"overloadIndex": 1,
|
|
15636
|
+
"parameters": [],
|
|
15637
|
+
"name": "cancelFetchAndSaveResultsEnrichment"
|
|
15638
|
+
},
|
|
15571
15639
|
{
|
|
15572
15640
|
"kind": "Function",
|
|
15573
15641
|
"canonicalReference": "@empathyco/x-components!cancelFetchAndSaveSearchResponse:function(1)",
|
|
@@ -20340,6 +20408,256 @@
|
|
|
20340
20408
|
}
|
|
20341
20409
|
]
|
|
20342
20410
|
},
|
|
20411
|
+
{
|
|
20412
|
+
"kind": "Class",
|
|
20413
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService:class",
|
|
20414
|
+
"docComment": "/**\n * Default implementation for the {@link ResultsEnrichmentService}.\n *\n * @public\n */\n",
|
|
20415
|
+
"excerptTokens": [
|
|
20416
|
+
{
|
|
20417
|
+
"kind": "Content",
|
|
20418
|
+
"text": "export declare class DefaultResultsEnrichmentService implements "
|
|
20419
|
+
},
|
|
20420
|
+
{
|
|
20421
|
+
"kind": "Reference",
|
|
20422
|
+
"text": "ResultsEnrichmentService",
|
|
20423
|
+
"canonicalReference": "@empathyco/x-components!ResultsEnrichmentService:interface"
|
|
20424
|
+
},
|
|
20425
|
+
{
|
|
20426
|
+
"kind": "Content",
|
|
20427
|
+
"text": " "
|
|
20428
|
+
}
|
|
20429
|
+
],
|
|
20430
|
+
"fileUrlPath": "src/services/results-enrichment.service.ts",
|
|
20431
|
+
"releaseTag": "Public",
|
|
20432
|
+
"isAbstract": false,
|
|
20433
|
+
"name": "DefaultResultsEnrichmentService",
|
|
20434
|
+
"preserveMemberOrder": false,
|
|
20435
|
+
"members": [
|
|
20436
|
+
{
|
|
20437
|
+
"kind": "Constructor",
|
|
20438
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService:constructor(1)",
|
|
20439
|
+
"docComment": "/**\n * Constructs a new instance of the `DefaultResultsEnrichmentService` class\n */\n",
|
|
20440
|
+
"excerptTokens": [
|
|
20441
|
+
{
|
|
20442
|
+
"kind": "Content",
|
|
20443
|
+
"text": "constructor();"
|
|
20444
|
+
}
|
|
20445
|
+
],
|
|
20446
|
+
"releaseTag": "Public",
|
|
20447
|
+
"isProtected": false,
|
|
20448
|
+
"overloadIndex": 1,
|
|
20449
|
+
"parameters": []
|
|
20450
|
+
},
|
|
20451
|
+
{
|
|
20452
|
+
"kind": "Method",
|
|
20453
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService#fetchResults:member(1)",
|
|
20454
|
+
"docComment": "/**\n * Fetches the enrichment results.\n *\n * @param results - The results to fetch the enrichment results for.\n */\n",
|
|
20455
|
+
"excerptTokens": [
|
|
20456
|
+
{
|
|
20457
|
+
"kind": "Content",
|
|
20458
|
+
"text": "fetchResults(_: "
|
|
20459
|
+
},
|
|
20460
|
+
{
|
|
20461
|
+
"kind": "Reference",
|
|
20462
|
+
"text": "Result",
|
|
20463
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
20464
|
+
},
|
|
20465
|
+
{
|
|
20466
|
+
"kind": "Content",
|
|
20467
|
+
"text": "[]"
|
|
20468
|
+
},
|
|
20469
|
+
{
|
|
20470
|
+
"kind": "Content",
|
|
20471
|
+
"text": "): "
|
|
20472
|
+
},
|
|
20473
|
+
{
|
|
20474
|
+
"kind": "Reference",
|
|
20475
|
+
"text": "Promise",
|
|
20476
|
+
"canonicalReference": "!Promise:interface"
|
|
20477
|
+
},
|
|
20478
|
+
{
|
|
20479
|
+
"kind": "Content",
|
|
20480
|
+
"text": "<any[]>"
|
|
20481
|
+
},
|
|
20482
|
+
{
|
|
20483
|
+
"kind": "Content",
|
|
20484
|
+
"text": ";"
|
|
20485
|
+
}
|
|
20486
|
+
],
|
|
20487
|
+
"isStatic": false,
|
|
20488
|
+
"returnTypeTokenRange": {
|
|
20489
|
+
"startIndex": 4,
|
|
20490
|
+
"endIndex": 6
|
|
20491
|
+
},
|
|
20492
|
+
"releaseTag": "Public",
|
|
20493
|
+
"isProtected": false,
|
|
20494
|
+
"overloadIndex": 1,
|
|
20495
|
+
"parameters": [
|
|
20496
|
+
{
|
|
20497
|
+
"parameterName": "_",
|
|
20498
|
+
"parameterTypeTokenRange": {
|
|
20499
|
+
"startIndex": 1,
|
|
20500
|
+
"endIndex": 3
|
|
20501
|
+
},
|
|
20502
|
+
"isOptional": false
|
|
20503
|
+
}
|
|
20504
|
+
],
|
|
20505
|
+
"isOptional": false,
|
|
20506
|
+
"isAbstract": false,
|
|
20507
|
+
"name": "fetchResults"
|
|
20508
|
+
},
|
|
20509
|
+
{
|
|
20510
|
+
"kind": "Property",
|
|
20511
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService.instance:member",
|
|
20512
|
+
"docComment": "/**\n * Global instance of the {@link ResultsEnrichmentService}.\n */\n",
|
|
20513
|
+
"excerptTokens": [
|
|
20514
|
+
{
|
|
20515
|
+
"kind": "Content",
|
|
20516
|
+
"text": "static instance: "
|
|
20517
|
+
},
|
|
20518
|
+
{
|
|
20519
|
+
"kind": "Reference",
|
|
20520
|
+
"text": "ResultsEnrichmentService",
|
|
20521
|
+
"canonicalReference": "@empathyco/x-components!ResultsEnrichmentService:interface"
|
|
20522
|
+
},
|
|
20523
|
+
{
|
|
20524
|
+
"kind": "Content",
|
|
20525
|
+
"text": ";"
|
|
20526
|
+
}
|
|
20527
|
+
],
|
|
20528
|
+
"isReadonly": false,
|
|
20529
|
+
"isOptional": false,
|
|
20530
|
+
"releaseTag": "Public",
|
|
20531
|
+
"name": "instance",
|
|
20532
|
+
"propertyTypeTokenRange": {
|
|
20533
|
+
"startIndex": 1,
|
|
20534
|
+
"endIndex": 2
|
|
20535
|
+
},
|
|
20536
|
+
"isStatic": true,
|
|
20537
|
+
"isProtected": false,
|
|
20538
|
+
"isAbstract": false
|
|
20539
|
+
},
|
|
20540
|
+
{
|
|
20541
|
+
"kind": "Property",
|
|
20542
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService#store:member",
|
|
20543
|
+
"docComment": "",
|
|
20544
|
+
"excerptTokens": [
|
|
20545
|
+
{
|
|
20546
|
+
"kind": "Content",
|
|
20547
|
+
"text": "protected get store(): "
|
|
20548
|
+
},
|
|
20549
|
+
{
|
|
20550
|
+
"kind": "Reference",
|
|
20551
|
+
"text": "Store",
|
|
20552
|
+
"canonicalReference": "vuex!Store:class"
|
|
20553
|
+
},
|
|
20554
|
+
{
|
|
20555
|
+
"kind": "Content",
|
|
20556
|
+
"text": "<"
|
|
20557
|
+
},
|
|
20558
|
+
{
|
|
20559
|
+
"kind": "Reference",
|
|
20560
|
+
"text": "RootXStoreState",
|
|
20561
|
+
"canonicalReference": "@empathyco/x-components!RootXStoreState:interface"
|
|
20562
|
+
},
|
|
20563
|
+
{
|
|
20564
|
+
"kind": "Content",
|
|
20565
|
+
"text": ">"
|
|
20566
|
+
},
|
|
20567
|
+
{
|
|
20568
|
+
"kind": "Content",
|
|
20569
|
+
"text": ";"
|
|
20570
|
+
}
|
|
20571
|
+
],
|
|
20572
|
+
"isReadonly": true,
|
|
20573
|
+
"isOptional": false,
|
|
20574
|
+
"releaseTag": "Public",
|
|
20575
|
+
"name": "store",
|
|
20576
|
+
"propertyTypeTokenRange": {
|
|
20577
|
+
"startIndex": 1,
|
|
20578
|
+
"endIndex": 5
|
|
20579
|
+
},
|
|
20580
|
+
"isStatic": false,
|
|
20581
|
+
"isProtected": true,
|
|
20582
|
+
"isAbstract": false
|
|
20583
|
+
},
|
|
20584
|
+
{
|
|
20585
|
+
"kind": "Method",
|
|
20586
|
+
"canonicalReference": "@empathyco/x-components!DefaultResultsEnrichmentService#updateResults:member(1)",
|
|
20587
|
+
"docComment": "/**\n * Updates the results with the enrichment results. Updates via mutation.\n *\n * @param results - The results to update.\n *\n * @param enrichmentResults - The enrichment results to update the results with.\n */\n",
|
|
20588
|
+
"excerptTokens": [
|
|
20589
|
+
{
|
|
20590
|
+
"kind": "Content",
|
|
20591
|
+
"text": "updateResults(_: "
|
|
20592
|
+
},
|
|
20593
|
+
{
|
|
20594
|
+
"kind": "Reference",
|
|
20595
|
+
"text": "Result",
|
|
20596
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
20597
|
+
},
|
|
20598
|
+
{
|
|
20599
|
+
"kind": "Content",
|
|
20600
|
+
"text": "[]"
|
|
20601
|
+
},
|
|
20602
|
+
{
|
|
20603
|
+
"kind": "Content",
|
|
20604
|
+
"text": ", __: "
|
|
20605
|
+
},
|
|
20606
|
+
{
|
|
20607
|
+
"kind": "Content",
|
|
20608
|
+
"text": "any[]"
|
|
20609
|
+
},
|
|
20610
|
+
{
|
|
20611
|
+
"kind": "Content",
|
|
20612
|
+
"text": "): "
|
|
20613
|
+
},
|
|
20614
|
+
{
|
|
20615
|
+
"kind": "Content",
|
|
20616
|
+
"text": "void"
|
|
20617
|
+
},
|
|
20618
|
+
{
|
|
20619
|
+
"kind": "Content",
|
|
20620
|
+
"text": ";"
|
|
20621
|
+
}
|
|
20622
|
+
],
|
|
20623
|
+
"isStatic": false,
|
|
20624
|
+
"returnTypeTokenRange": {
|
|
20625
|
+
"startIndex": 6,
|
|
20626
|
+
"endIndex": 7
|
|
20627
|
+
},
|
|
20628
|
+
"releaseTag": "Public",
|
|
20629
|
+
"isProtected": false,
|
|
20630
|
+
"overloadIndex": 1,
|
|
20631
|
+
"parameters": [
|
|
20632
|
+
{
|
|
20633
|
+
"parameterName": "_",
|
|
20634
|
+
"parameterTypeTokenRange": {
|
|
20635
|
+
"startIndex": 1,
|
|
20636
|
+
"endIndex": 3
|
|
20637
|
+
},
|
|
20638
|
+
"isOptional": false
|
|
20639
|
+
},
|
|
20640
|
+
{
|
|
20641
|
+
"parameterName": "__",
|
|
20642
|
+
"parameterTypeTokenRange": {
|
|
20643
|
+
"startIndex": 4,
|
|
20644
|
+
"endIndex": 5
|
|
20645
|
+
},
|
|
20646
|
+
"isOptional": false
|
|
20647
|
+
}
|
|
20648
|
+
],
|
|
20649
|
+
"isOptional": false,
|
|
20650
|
+
"isAbstract": false,
|
|
20651
|
+
"name": "updateResults"
|
|
20652
|
+
}
|
|
20653
|
+
],
|
|
20654
|
+
"implementsTokenRanges": [
|
|
20655
|
+
{
|
|
20656
|
+
"startIndex": 1,
|
|
20657
|
+
"endIndex": 2
|
|
20658
|
+
}
|
|
20659
|
+
]
|
|
20660
|
+
},
|
|
20343
20661
|
{
|
|
20344
20662
|
"kind": "Interface",
|
|
20345
20663
|
"canonicalReference": "@empathyco/x-components!DeviceActions:interface",
|
|
@@ -29698,16 +30016,129 @@
|
|
|
29698
30016
|
"isOptional": false
|
|
29699
30017
|
}
|
|
29700
30018
|
],
|
|
29701
|
-
"name": "fetchAndSaveIdentifierResults"
|
|
30019
|
+
"name": "fetchAndSaveIdentifierResults"
|
|
30020
|
+
},
|
|
30021
|
+
{
|
|
30022
|
+
"kind": "Variable",
|
|
30023
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveIdentifierResultsWire:var",
|
|
30024
|
+
"docComment": "/**\n * Requests and stores a new set of identifier results for the query.\n *\n * @public\n */\n",
|
|
30025
|
+
"excerptTokens": [
|
|
30026
|
+
{
|
|
30027
|
+
"kind": "Content",
|
|
30028
|
+
"text": "fetchAndSaveIdentifierResultsWire: "
|
|
30029
|
+
},
|
|
30030
|
+
{
|
|
30031
|
+
"kind": "Content",
|
|
30032
|
+
"text": "import(\"../..\")."
|
|
30033
|
+
},
|
|
30034
|
+
{
|
|
30035
|
+
"kind": "Reference",
|
|
30036
|
+
"text": "Wire",
|
|
30037
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
30038
|
+
},
|
|
30039
|
+
{
|
|
30040
|
+
"kind": "Content",
|
|
30041
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
30042
|
+
},
|
|
30043
|
+
{
|
|
30044
|
+
"kind": "Reference",
|
|
30045
|
+
"text": "IdentifierResultsRequest",
|
|
30046
|
+
"canonicalReference": "@empathyco/x-components!IdentifierResultsRequest:interface"
|
|
30047
|
+
},
|
|
30048
|
+
{
|
|
30049
|
+
"kind": "Content",
|
|
30050
|
+
"text": " | null>"
|
|
30051
|
+
}
|
|
30052
|
+
],
|
|
30053
|
+
"fileUrlPath": "src/x-modules/identifier-results/wiring.ts",
|
|
30054
|
+
"isReadonly": true,
|
|
30055
|
+
"releaseTag": "Public",
|
|
30056
|
+
"name": "fetchAndSaveIdentifierResultsWire",
|
|
30057
|
+
"variableTypeTokenRange": {
|
|
30058
|
+
"startIndex": 1,
|
|
30059
|
+
"endIndex": 6
|
|
30060
|
+
}
|
|
30061
|
+
},
|
|
30062
|
+
{
|
|
30063
|
+
"kind": "Function",
|
|
30064
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveNextQueries:function(1)",
|
|
30065
|
+
"docComment": "/**\n * Default implementation for {@link NextQueriesActions.fetchAndSaveNextQueries} action.\n *\n * @public\n */\n",
|
|
30066
|
+
"excerptTokens": [
|
|
30067
|
+
{
|
|
30068
|
+
"kind": "Content",
|
|
30069
|
+
"text": "fetchAndSaveNextQueries: (context: "
|
|
30070
|
+
},
|
|
30071
|
+
{
|
|
30072
|
+
"kind": "Reference",
|
|
30073
|
+
"text": "NextQueriesActionContext",
|
|
30074
|
+
"canonicalReference": "@empathyco/x-components!NextQueriesActionContext:type"
|
|
30075
|
+
},
|
|
30076
|
+
{
|
|
30077
|
+
"kind": "Content",
|
|
30078
|
+
"text": ", request: "
|
|
30079
|
+
},
|
|
30080
|
+
{
|
|
30081
|
+
"kind": "Reference",
|
|
30082
|
+
"text": "NextQueriesRequest",
|
|
30083
|
+
"canonicalReference": "@empathyco/x-components!NextQueriesRequest:interface"
|
|
30084
|
+
},
|
|
30085
|
+
{
|
|
30086
|
+
"kind": "Content",
|
|
30087
|
+
"text": " | null"
|
|
30088
|
+
},
|
|
30089
|
+
{
|
|
30090
|
+
"kind": "Content",
|
|
30091
|
+
"text": ") => "
|
|
30092
|
+
},
|
|
30093
|
+
{
|
|
30094
|
+
"kind": "Content",
|
|
30095
|
+
"text": "void | "
|
|
30096
|
+
},
|
|
30097
|
+
{
|
|
30098
|
+
"kind": "Reference",
|
|
30099
|
+
"text": "Promise",
|
|
30100
|
+
"canonicalReference": "!Promise:interface"
|
|
30101
|
+
},
|
|
30102
|
+
{
|
|
30103
|
+
"kind": "Content",
|
|
30104
|
+
"text": "<void>"
|
|
30105
|
+
}
|
|
30106
|
+
],
|
|
30107
|
+
"fileUrlPath": "src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts",
|
|
30108
|
+
"returnTypeTokenRange": {
|
|
30109
|
+
"startIndex": 6,
|
|
30110
|
+
"endIndex": 9
|
|
30111
|
+
},
|
|
30112
|
+
"releaseTag": "Public",
|
|
30113
|
+
"overloadIndex": 1,
|
|
30114
|
+
"parameters": [
|
|
30115
|
+
{
|
|
30116
|
+
"parameterName": "context",
|
|
30117
|
+
"parameterTypeTokenRange": {
|
|
30118
|
+
"startIndex": 1,
|
|
30119
|
+
"endIndex": 2
|
|
30120
|
+
},
|
|
30121
|
+
"isOptional": false
|
|
30122
|
+
},
|
|
30123
|
+
{
|
|
30124
|
+
"parameterName": "request",
|
|
30125
|
+
"parameterTypeTokenRange": {
|
|
30126
|
+
"startIndex": 3,
|
|
30127
|
+
"endIndex": 5
|
|
30128
|
+
},
|
|
30129
|
+
"isOptional": false
|
|
30130
|
+
}
|
|
30131
|
+
],
|
|
30132
|
+
"name": "fetchAndSaveNextQueries"
|
|
29702
30133
|
},
|
|
29703
30134
|
{
|
|
29704
30135
|
"kind": "Variable",
|
|
29705
|
-
"canonicalReference": "@empathyco/x-components!
|
|
29706
|
-
"docComment": "/**\n * Requests and stores
|
|
30136
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveNextQueriesWire:var",
|
|
30137
|
+
"docComment": "/**\n * Requests and stores the next queries.\n *\n * @public\n */\n",
|
|
29707
30138
|
"excerptTokens": [
|
|
29708
30139
|
{
|
|
29709
30140
|
"kind": "Content",
|
|
29710
|
-
"text": "
|
|
30141
|
+
"text": "fetchAndSaveNextQueriesWire: "
|
|
29711
30142
|
},
|
|
29712
30143
|
{
|
|
29713
30144
|
"kind": "Content",
|
|
@@ -29724,36 +30155,64 @@
|
|
|
29724
30155
|
},
|
|
29725
30156
|
{
|
|
29726
30157
|
"kind": "Reference",
|
|
29727
|
-
"text": "
|
|
29728
|
-
"canonicalReference": "@empathyco/x-components!
|
|
30158
|
+
"text": "NextQueriesRequest",
|
|
30159
|
+
"canonicalReference": "@empathyco/x-components!NextQueriesRequest:interface"
|
|
29729
30160
|
},
|
|
29730
30161
|
{
|
|
29731
30162
|
"kind": "Content",
|
|
29732
30163
|
"text": " | null>"
|
|
29733
30164
|
}
|
|
29734
30165
|
],
|
|
29735
|
-
"fileUrlPath": "src/x-modules/
|
|
30166
|
+
"fileUrlPath": "src/x-modules/next-queries/wiring.ts",
|
|
29736
30167
|
"isReadonly": true,
|
|
29737
30168
|
"releaseTag": "Public",
|
|
29738
|
-
"name": "
|
|
30169
|
+
"name": "fetchAndSaveNextQueriesWire",
|
|
29739
30170
|
"variableTypeTokenRange": {
|
|
29740
30171
|
"startIndex": 1,
|
|
29741
30172
|
"endIndex": 6
|
|
29742
30173
|
}
|
|
29743
30174
|
},
|
|
30175
|
+
{
|
|
30176
|
+
"kind": "Variable",
|
|
30177
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveNextQueryPreviewWire:var",
|
|
30178
|
+
"docComment": "/**\n * Requests and store the next query preview results.\n *\n * @public\n */\n",
|
|
30179
|
+
"excerptTokens": [
|
|
30180
|
+
{
|
|
30181
|
+
"kind": "Content",
|
|
30182
|
+
"text": "fetchAndSaveNextQueryPreviewWire: "
|
|
30183
|
+
},
|
|
30184
|
+
{
|
|
30185
|
+
"kind": "Content",
|
|
30186
|
+
"text": "import(\"../..\")."
|
|
30187
|
+
},
|
|
30188
|
+
{
|
|
30189
|
+
"kind": "Reference",
|
|
30190
|
+
"text": "AnyWire",
|
|
30191
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
30192
|
+
}
|
|
30193
|
+
],
|
|
30194
|
+
"fileUrlPath": "src/x-modules/next-queries/wiring.ts",
|
|
30195
|
+
"isReadonly": true,
|
|
30196
|
+
"releaseTag": "Public",
|
|
30197
|
+
"name": "fetchAndSaveNextQueryPreviewWire",
|
|
30198
|
+
"variableTypeTokenRange": {
|
|
30199
|
+
"startIndex": 1,
|
|
30200
|
+
"endIndex": 3
|
|
30201
|
+
}
|
|
30202
|
+
},
|
|
29744
30203
|
{
|
|
29745
30204
|
"kind": "Function",
|
|
29746
|
-
"canonicalReference": "@empathyco/x-components!
|
|
29747
|
-
"docComment": "/**\n * Default implementation for {@link
|
|
30205
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSavePartialResultsEnrichment:function(1)",
|
|
30206
|
+
"docComment": "/**\n * Default implementation for {@link SearchActions.fetchAndSavePartialResultsEnrichment} action.\n *\n * @public\n */\n",
|
|
29748
30207
|
"excerptTokens": [
|
|
29749
30208
|
{
|
|
29750
30209
|
"kind": "Content",
|
|
29751
|
-
"text": "
|
|
30210
|
+
"text": "fetchAndSavePartialResultsEnrichment: (context: "
|
|
29752
30211
|
},
|
|
29753
30212
|
{
|
|
29754
30213
|
"kind": "Reference",
|
|
29755
|
-
"text": "
|
|
29756
|
-
"canonicalReference": "@empathyco/x-components!
|
|
30214
|
+
"text": "SearchActionContext",
|
|
30215
|
+
"canonicalReference": "@empathyco/x-components!SearchActionContext:type"
|
|
29757
30216
|
},
|
|
29758
30217
|
{
|
|
29759
30218
|
"kind": "Content",
|
|
@@ -29761,12 +30220,12 @@
|
|
|
29761
30220
|
},
|
|
29762
30221
|
{
|
|
29763
30222
|
"kind": "Reference",
|
|
29764
|
-
"text": "
|
|
29765
|
-
"canonicalReference": "@empathyco/x-components!
|
|
30223
|
+
"text": "PartialResult",
|
|
30224
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
29766
30225
|
},
|
|
29767
30226
|
{
|
|
29768
30227
|
"kind": "Content",
|
|
29769
|
-
"text": "
|
|
30228
|
+
"text": "[]"
|
|
29770
30229
|
},
|
|
29771
30230
|
{
|
|
29772
30231
|
"kind": "Content",
|
|
@@ -29786,7 +30245,7 @@
|
|
|
29786
30245
|
"text": "<void>"
|
|
29787
30246
|
}
|
|
29788
30247
|
],
|
|
29789
|
-
"fileUrlPath": "src/x-modules/
|
|
30248
|
+
"fileUrlPath": "src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.ts",
|
|
29790
30249
|
"returnTypeTokenRange": {
|
|
29791
30250
|
"startIndex": 6,
|
|
29792
30251
|
"endIndex": 9
|
|
@@ -29811,20 +30270,20 @@
|
|
|
29811
30270
|
"isOptional": false
|
|
29812
30271
|
}
|
|
29813
30272
|
],
|
|
29814
|
-
"name": "
|
|
30273
|
+
"name": "fetchAndSavePartialResultsEnrichment"
|
|
29815
30274
|
},
|
|
29816
30275
|
{
|
|
29817
30276
|
"kind": "Variable",
|
|
29818
|
-
"canonicalReference": "@empathyco/x-components!
|
|
29819
|
-
"docComment": "/**\n * Requests and stores the
|
|
30277
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSavePartialResultsEnrichmentWire:var",
|
|
30278
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the partial results.\n *\n * @public\n */\n",
|
|
29820
30279
|
"excerptTokens": [
|
|
29821
30280
|
{
|
|
29822
30281
|
"kind": "Content",
|
|
29823
|
-
"text": "
|
|
30282
|
+
"text": "fetchAndSavePartialResultsEnrichmentWire: "
|
|
29824
30283
|
},
|
|
29825
30284
|
{
|
|
29826
30285
|
"kind": "Content",
|
|
29827
|
-
"text": "import(\"
|
|
30286
|
+
"text": "import(\"../../wiring\")."
|
|
29828
30287
|
},
|
|
29829
30288
|
{
|
|
29830
30289
|
"kind": "Reference",
|
|
@@ -29837,51 +30296,23 @@
|
|
|
29837
30296
|
},
|
|
29838
30297
|
{
|
|
29839
30298
|
"kind": "Reference",
|
|
29840
|
-
"text": "
|
|
29841
|
-
"canonicalReference": "@empathyco/x-components!
|
|
30299
|
+
"text": "PartialResult",
|
|
30300
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
29842
30301
|
},
|
|
29843
30302
|
{
|
|
29844
30303
|
"kind": "Content",
|
|
29845
|
-
"text": "
|
|
30304
|
+
"text": "[]>"
|
|
29846
30305
|
}
|
|
29847
30306
|
],
|
|
29848
|
-
"fileUrlPath": "src/x-modules/
|
|
30307
|
+
"fileUrlPath": "src/x-modules/search/wiring.ts",
|
|
29849
30308
|
"isReadonly": true,
|
|
29850
30309
|
"releaseTag": "Public",
|
|
29851
|
-
"name": "
|
|
30310
|
+
"name": "fetchAndSavePartialResultsEnrichmentWire",
|
|
29852
30311
|
"variableTypeTokenRange": {
|
|
29853
30312
|
"startIndex": 1,
|
|
29854
30313
|
"endIndex": 6
|
|
29855
30314
|
}
|
|
29856
30315
|
},
|
|
29857
|
-
{
|
|
29858
|
-
"kind": "Variable",
|
|
29859
|
-
"canonicalReference": "@empathyco/x-components!fetchAndSaveNextQueryPreviewWire:var",
|
|
29860
|
-
"docComment": "/**\n * Requests and store the next query preview results.\n *\n * @public\n */\n",
|
|
29861
|
-
"excerptTokens": [
|
|
29862
|
-
{
|
|
29863
|
-
"kind": "Content",
|
|
29864
|
-
"text": "fetchAndSaveNextQueryPreviewWire: "
|
|
29865
|
-
},
|
|
29866
|
-
{
|
|
29867
|
-
"kind": "Content",
|
|
29868
|
-
"text": "import(\"../..\")."
|
|
29869
|
-
},
|
|
29870
|
-
{
|
|
29871
|
-
"kind": "Reference",
|
|
29872
|
-
"text": "AnyWire",
|
|
29873
|
-
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
29874
|
-
}
|
|
29875
|
-
],
|
|
29876
|
-
"fileUrlPath": "src/x-modules/next-queries/wiring.ts",
|
|
29877
|
-
"isReadonly": true,
|
|
29878
|
-
"releaseTag": "Public",
|
|
29879
|
-
"name": "fetchAndSaveNextQueryPreviewWire",
|
|
29880
|
-
"variableTypeTokenRange": {
|
|
29881
|
-
"startIndex": 1,
|
|
29882
|
-
"endIndex": 3
|
|
29883
|
-
}
|
|
29884
|
-
},
|
|
29885
30316
|
{
|
|
29886
30317
|
"kind": "Function",
|
|
29887
30318
|
"canonicalReference": "@empathyco/x-components!fetchAndSavePopularSearches:function(1)",
|
|
@@ -30348,6 +30779,119 @@
|
|
|
30348
30779
|
"endIndex": 6
|
|
30349
30780
|
}
|
|
30350
30781
|
},
|
|
30782
|
+
{
|
|
30783
|
+
"kind": "Function",
|
|
30784
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveResultsEnrichment:function(1)",
|
|
30785
|
+
"docComment": "/**\n * Default implementation for {@link SearchActions.fetchAndSaveResultsEnrichment} action.\n *\n * @public\n */\n",
|
|
30786
|
+
"excerptTokens": [
|
|
30787
|
+
{
|
|
30788
|
+
"kind": "Content",
|
|
30789
|
+
"text": "fetchAndSaveResultsEnrichment: (context: "
|
|
30790
|
+
},
|
|
30791
|
+
{
|
|
30792
|
+
"kind": "Reference",
|
|
30793
|
+
"text": "SearchActionContext",
|
|
30794
|
+
"canonicalReference": "@empathyco/x-components!SearchActionContext:type"
|
|
30795
|
+
},
|
|
30796
|
+
{
|
|
30797
|
+
"kind": "Content",
|
|
30798
|
+
"text": ", request: "
|
|
30799
|
+
},
|
|
30800
|
+
{
|
|
30801
|
+
"kind": "Reference",
|
|
30802
|
+
"text": "Result",
|
|
30803
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
30804
|
+
},
|
|
30805
|
+
{
|
|
30806
|
+
"kind": "Content",
|
|
30807
|
+
"text": "[]"
|
|
30808
|
+
},
|
|
30809
|
+
{
|
|
30810
|
+
"kind": "Content",
|
|
30811
|
+
"text": ") => "
|
|
30812
|
+
},
|
|
30813
|
+
{
|
|
30814
|
+
"kind": "Content",
|
|
30815
|
+
"text": "void | "
|
|
30816
|
+
},
|
|
30817
|
+
{
|
|
30818
|
+
"kind": "Reference",
|
|
30819
|
+
"text": "Promise",
|
|
30820
|
+
"canonicalReference": "!Promise:interface"
|
|
30821
|
+
},
|
|
30822
|
+
{
|
|
30823
|
+
"kind": "Content",
|
|
30824
|
+
"text": "<void>"
|
|
30825
|
+
}
|
|
30826
|
+
],
|
|
30827
|
+
"fileUrlPath": "src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.ts",
|
|
30828
|
+
"returnTypeTokenRange": {
|
|
30829
|
+
"startIndex": 6,
|
|
30830
|
+
"endIndex": 9
|
|
30831
|
+
},
|
|
30832
|
+
"releaseTag": "Public",
|
|
30833
|
+
"overloadIndex": 1,
|
|
30834
|
+
"parameters": [
|
|
30835
|
+
{
|
|
30836
|
+
"parameterName": "context",
|
|
30837
|
+
"parameterTypeTokenRange": {
|
|
30838
|
+
"startIndex": 1,
|
|
30839
|
+
"endIndex": 2
|
|
30840
|
+
},
|
|
30841
|
+
"isOptional": false
|
|
30842
|
+
},
|
|
30843
|
+
{
|
|
30844
|
+
"parameterName": "request",
|
|
30845
|
+
"parameterTypeTokenRange": {
|
|
30846
|
+
"startIndex": 3,
|
|
30847
|
+
"endIndex": 5
|
|
30848
|
+
},
|
|
30849
|
+
"isOptional": false
|
|
30850
|
+
}
|
|
30851
|
+
],
|
|
30852
|
+
"name": "fetchAndSaveResultsEnrichment"
|
|
30853
|
+
},
|
|
30854
|
+
{
|
|
30855
|
+
"kind": "Variable",
|
|
30856
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveResultsEnrichmentWire:var",
|
|
30857
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the results.\n *\n * @public\n */\n",
|
|
30858
|
+
"excerptTokens": [
|
|
30859
|
+
{
|
|
30860
|
+
"kind": "Content",
|
|
30861
|
+
"text": "fetchAndSaveResultsEnrichmentWire: "
|
|
30862
|
+
},
|
|
30863
|
+
{
|
|
30864
|
+
"kind": "Content",
|
|
30865
|
+
"text": "import(\"../../wiring\")."
|
|
30866
|
+
},
|
|
30867
|
+
{
|
|
30868
|
+
"kind": "Reference",
|
|
30869
|
+
"text": "Wire",
|
|
30870
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
30871
|
+
},
|
|
30872
|
+
{
|
|
30873
|
+
"kind": "Content",
|
|
30874
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
30875
|
+
},
|
|
30876
|
+
{
|
|
30877
|
+
"kind": "Reference",
|
|
30878
|
+
"text": "Result",
|
|
30879
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
30880
|
+
},
|
|
30881
|
+
{
|
|
30882
|
+
"kind": "Content",
|
|
30883
|
+
"text": "[]>"
|
|
30884
|
+
}
|
|
30885
|
+
],
|
|
30886
|
+
"fileUrlPath": "src/x-modules/search/wiring.ts",
|
|
30887
|
+
"isReadonly": true,
|
|
30888
|
+
"releaseTag": "Public",
|
|
30889
|
+
"name": "fetchAndSaveResultsEnrichmentWire",
|
|
30890
|
+
"variableTypeTokenRange": {
|
|
30891
|
+
"startIndex": 1,
|
|
30892
|
+
"endIndex": 6
|
|
30893
|
+
}
|
|
30894
|
+
},
|
|
30351
30895
|
{
|
|
30352
30896
|
"kind": "Function",
|
|
30353
30897
|
"canonicalReference": "@empathyco/x-components!fetchAndSaveSearchResponse:function(1)",
|
|
@@ -33893,7 +34437,16 @@
|
|
|
33893
34437
|
},
|
|
33894
34438
|
{
|
|
33895
34439
|
"kind": "Content",
|
|
33896
|
-
"text": "[] | undefined;\n PageChanged?: number | undefined;\n
|
|
34440
|
+
"text": "[] | undefined;\n PageChanged?: number | undefined;\n PartialResultsChanged?: import(\"@empathyco/x-types\")."
|
|
34441
|
+
},
|
|
34442
|
+
{
|
|
34443
|
+
"kind": "Reference",
|
|
34444
|
+
"text": "PartialResult",
|
|
34445
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
34446
|
+
},
|
|
34447
|
+
{
|
|
34448
|
+
"kind": "Content",
|
|
34449
|
+
"text": "[] | undefined;\n ReloadSearchRequested?: void | undefined;\n ResultsChanged?: import(\"@empathyco/x-types\")."
|
|
33897
34450
|
},
|
|
33898
34451
|
{
|
|
33899
34452
|
"kind": "Reference",
|
|
@@ -34424,7 +34977,7 @@
|
|
|
34424
34977
|
"name": "HierarchicalFilter",
|
|
34425
34978
|
"variableTypeTokenRange": {
|
|
34426
34979
|
"startIndex": 1,
|
|
34427
|
-
"endIndex":
|
|
34980
|
+
"endIndex": 280
|
|
34428
34981
|
}
|
|
34429
34982
|
},
|
|
34430
34983
|
{
|
|
@@ -53967,6 +54520,33 @@
|
|
|
53967
54520
|
"endIndex": 2
|
|
53968
54521
|
}
|
|
53969
54522
|
},
|
|
54523
|
+
{
|
|
54524
|
+
"kind": "PropertySignature",
|
|
54525
|
+
"canonicalReference": "@empathyco/x-components!RecommendationsActions#cancelFetchAndSaveRecommendationsEnrichment:member",
|
|
54526
|
+
"docComment": "/**\n * Cancels / interrupt {@link RecommendationsActions.fetchAndSaveRecommendationsEnrichment} synchronous promise.\n */\n",
|
|
54527
|
+
"excerptTokens": [
|
|
54528
|
+
{
|
|
54529
|
+
"kind": "Content",
|
|
54530
|
+
"text": "cancelFetchAndSaveRecommendationsEnrichment: "
|
|
54531
|
+
},
|
|
54532
|
+
{
|
|
54533
|
+
"kind": "Content",
|
|
54534
|
+
"text": "() => void"
|
|
54535
|
+
},
|
|
54536
|
+
{
|
|
54537
|
+
"kind": "Content",
|
|
54538
|
+
"text": ";"
|
|
54539
|
+
}
|
|
54540
|
+
],
|
|
54541
|
+
"isReadonly": false,
|
|
54542
|
+
"isOptional": false,
|
|
54543
|
+
"releaseTag": "Public",
|
|
54544
|
+
"name": "cancelFetchAndSaveRecommendationsEnrichment",
|
|
54545
|
+
"propertyTypeTokenRange": {
|
|
54546
|
+
"startIndex": 1,
|
|
54547
|
+
"endIndex": 2
|
|
54548
|
+
}
|
|
54549
|
+
},
|
|
53970
54550
|
{
|
|
53971
54551
|
"kind": "PropertySignature",
|
|
53972
54552
|
"canonicalReference": "@empathyco/x-components!RecommendationsActions#fetchAndSaveRecommendations:member",
|
|
@@ -54003,6 +54583,42 @@
|
|
|
54003
54583
|
"endIndex": 4
|
|
54004
54584
|
}
|
|
54005
54585
|
},
|
|
54586
|
+
{
|
|
54587
|
+
"kind": "PropertySignature",
|
|
54588
|
+
"canonicalReference": "@empathyco/x-components!RecommendationsActions#fetchAndSaveRecommendationsEnrichment:member",
|
|
54589
|
+
"docComment": "/**\n * Requests and saves the enrichment results for the recommendations.\n *\n * @param results - The recommendations.\n */\n",
|
|
54590
|
+
"excerptTokens": [
|
|
54591
|
+
{
|
|
54592
|
+
"kind": "Content",
|
|
54593
|
+
"text": "fetchAndSaveRecommendationsEnrichment: "
|
|
54594
|
+
},
|
|
54595
|
+
{
|
|
54596
|
+
"kind": "Content",
|
|
54597
|
+
"text": "(results: "
|
|
54598
|
+
},
|
|
54599
|
+
{
|
|
54600
|
+
"kind": "Reference",
|
|
54601
|
+
"text": "Result",
|
|
54602
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
54603
|
+
},
|
|
54604
|
+
{
|
|
54605
|
+
"kind": "Content",
|
|
54606
|
+
"text": "[]) => void"
|
|
54607
|
+
},
|
|
54608
|
+
{
|
|
54609
|
+
"kind": "Content",
|
|
54610
|
+
"text": ";"
|
|
54611
|
+
}
|
|
54612
|
+
],
|
|
54613
|
+
"isReadonly": false,
|
|
54614
|
+
"isOptional": false,
|
|
54615
|
+
"releaseTag": "Public",
|
|
54616
|
+
"name": "fetchAndSaveRecommendationsEnrichment",
|
|
54617
|
+
"propertyTypeTokenRange": {
|
|
54618
|
+
"startIndex": 1,
|
|
54619
|
+
"endIndex": 4
|
|
54620
|
+
}
|
|
54621
|
+
},
|
|
54006
54622
|
{
|
|
54007
54623
|
"kind": "PropertySignature",
|
|
54008
54624
|
"canonicalReference": "@empathyco/x-components!RecommendationsActions#fetchRecommendations:member",
|
|
@@ -54322,6 +54938,33 @@
|
|
|
54322
54938
|
"startIndex": 1,
|
|
54323
54939
|
"endIndex": 10
|
|
54324
54940
|
}
|
|
54941
|
+
},
|
|
54942
|
+
{
|
|
54943
|
+
"kind": "PropertySignature",
|
|
54944
|
+
"canonicalReference": "@empathyco/x-components!RecommendationsMutations#updateRecommendationsFromEnrichment:member",
|
|
54945
|
+
"docComment": "/**\n * Updates the recommendations with the enrichment results.\n *\n * @param enrichmentResults - The enrichment results.\n */\n",
|
|
54946
|
+
"excerptTokens": [
|
|
54947
|
+
{
|
|
54948
|
+
"kind": "Content",
|
|
54949
|
+
"text": "updateRecommendationsFromEnrichment: "
|
|
54950
|
+
},
|
|
54951
|
+
{
|
|
54952
|
+
"kind": "Content",
|
|
54953
|
+
"text": "(enrichmentResults: any[]) => void"
|
|
54954
|
+
},
|
|
54955
|
+
{
|
|
54956
|
+
"kind": "Content",
|
|
54957
|
+
"text": ";"
|
|
54958
|
+
}
|
|
54959
|
+
],
|
|
54960
|
+
"isReadonly": false,
|
|
54961
|
+
"isOptional": false,
|
|
54962
|
+
"releaseTag": "Public",
|
|
54963
|
+
"name": "updateRecommendationsFromEnrichment",
|
|
54964
|
+
"propertyTypeTokenRange": {
|
|
54965
|
+
"startIndex": 1,
|
|
54966
|
+
"endIndex": 2
|
|
54967
|
+
}
|
|
54325
54968
|
}
|
|
54326
54969
|
],
|
|
54327
54970
|
"extendsTokenRanges": [
|
|
@@ -59898,6 +60541,105 @@
|
|
|
59898
60541
|
"endIndex": 6
|
|
59899
60542
|
}
|
|
59900
60543
|
},
|
|
60544
|
+
{
|
|
60545
|
+
"kind": "Interface",
|
|
60546
|
+
"canonicalReference": "@empathyco/x-components!ResultsEnrichmentService:interface",
|
|
60547
|
+
"docComment": "/**\n * Service to handle the enrichment of the results.\n *\n * @public\n */\n",
|
|
60548
|
+
"excerptTokens": [
|
|
60549
|
+
{
|
|
60550
|
+
"kind": "Content",
|
|
60551
|
+
"text": "export interface ResultsEnrichmentService "
|
|
60552
|
+
}
|
|
60553
|
+
],
|
|
60554
|
+
"fileUrlPath": "src/services/services.types.ts",
|
|
60555
|
+
"releaseTag": "Public",
|
|
60556
|
+
"name": "ResultsEnrichmentService",
|
|
60557
|
+
"preserveMemberOrder": false,
|
|
60558
|
+
"members": [
|
|
60559
|
+
{
|
|
60560
|
+
"kind": "PropertySignature",
|
|
60561
|
+
"canonicalReference": "@empathyco/x-components!ResultsEnrichmentService#fetchResults:member",
|
|
60562
|
+
"docComment": "/**\n * Fetches the enrichment results.\n *\n * @param results - The results to fetch the enrichment results for.\n */\n",
|
|
60563
|
+
"excerptTokens": [
|
|
60564
|
+
{
|
|
60565
|
+
"kind": "Content",
|
|
60566
|
+
"text": "fetchResults: "
|
|
60567
|
+
},
|
|
60568
|
+
{
|
|
60569
|
+
"kind": "Content",
|
|
60570
|
+
"text": "(results: "
|
|
60571
|
+
},
|
|
60572
|
+
{
|
|
60573
|
+
"kind": "Reference",
|
|
60574
|
+
"text": "Result",
|
|
60575
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
60576
|
+
},
|
|
60577
|
+
{
|
|
60578
|
+
"kind": "Content",
|
|
60579
|
+
"text": "[]) => "
|
|
60580
|
+
},
|
|
60581
|
+
{
|
|
60582
|
+
"kind": "Reference",
|
|
60583
|
+
"text": "Promise",
|
|
60584
|
+
"canonicalReference": "!Promise:interface"
|
|
60585
|
+
},
|
|
60586
|
+
{
|
|
60587
|
+
"kind": "Content",
|
|
60588
|
+
"text": "<any[]>"
|
|
60589
|
+
},
|
|
60590
|
+
{
|
|
60591
|
+
"kind": "Content",
|
|
60592
|
+
"text": ";"
|
|
60593
|
+
}
|
|
60594
|
+
],
|
|
60595
|
+
"isReadonly": false,
|
|
60596
|
+
"isOptional": false,
|
|
60597
|
+
"releaseTag": "Public",
|
|
60598
|
+
"name": "fetchResults",
|
|
60599
|
+
"propertyTypeTokenRange": {
|
|
60600
|
+
"startIndex": 1,
|
|
60601
|
+
"endIndex": 6
|
|
60602
|
+
}
|
|
60603
|
+
},
|
|
60604
|
+
{
|
|
60605
|
+
"kind": "PropertySignature",
|
|
60606
|
+
"canonicalReference": "@empathyco/x-components!ResultsEnrichmentService#updateResults:member",
|
|
60607
|
+
"docComment": "/**\n * Updates the results with the enrichment results. Updates via mutation.\n *\n * @param results - The results to update.\n *\n * @param enrichmentResults - The enrichment results to update the results with.\n */\n",
|
|
60608
|
+
"excerptTokens": [
|
|
60609
|
+
{
|
|
60610
|
+
"kind": "Content",
|
|
60611
|
+
"text": "updateResults: "
|
|
60612
|
+
},
|
|
60613
|
+
{
|
|
60614
|
+
"kind": "Content",
|
|
60615
|
+
"text": "(results: "
|
|
60616
|
+
},
|
|
60617
|
+
{
|
|
60618
|
+
"kind": "Reference",
|
|
60619
|
+
"text": "Result",
|
|
60620
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
60621
|
+
},
|
|
60622
|
+
{
|
|
60623
|
+
"kind": "Content",
|
|
60624
|
+
"text": "[], enrichmentResults: any[]) => void"
|
|
60625
|
+
},
|
|
60626
|
+
{
|
|
60627
|
+
"kind": "Content",
|
|
60628
|
+
"text": ";"
|
|
60629
|
+
}
|
|
60630
|
+
],
|
|
60631
|
+
"isReadonly": false,
|
|
60632
|
+
"isOptional": false,
|
|
60633
|
+
"releaseTag": "Public",
|
|
60634
|
+
"name": "updateResults",
|
|
60635
|
+
"propertyTypeTokenRange": {
|
|
60636
|
+
"startIndex": 1,
|
|
60637
|
+
"endIndex": 4
|
|
60638
|
+
}
|
|
60639
|
+
}
|
|
60640
|
+
],
|
|
60641
|
+
"extendsTokenRanges": []
|
|
60642
|
+
},
|
|
59901
60643
|
{
|
|
59902
60644
|
"kind": "Variable",
|
|
59903
60645
|
"canonicalReference": "@empathyco/x-components!ResultsList:var",
|
|
@@ -62364,6 +63106,78 @@
|
|
|
62364
63106
|
"endIndex": 2
|
|
62365
63107
|
}
|
|
62366
63108
|
},
|
|
63109
|
+
{
|
|
63110
|
+
"kind": "PropertySignature",
|
|
63111
|
+
"canonicalReference": "@empathyco/x-components!SearchActions#fetchAndSavePartialResultsEnrichment:member",
|
|
63112
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the partial results.\n *\n * @param partialResults - The partial results.\n */\n",
|
|
63113
|
+
"excerptTokens": [
|
|
63114
|
+
{
|
|
63115
|
+
"kind": "Content",
|
|
63116
|
+
"text": "fetchAndSavePartialResultsEnrichment: "
|
|
63117
|
+
},
|
|
63118
|
+
{
|
|
63119
|
+
"kind": "Content",
|
|
63120
|
+
"text": "(partialResults: "
|
|
63121
|
+
},
|
|
63122
|
+
{
|
|
63123
|
+
"kind": "Reference",
|
|
63124
|
+
"text": "PartialResult",
|
|
63125
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
63126
|
+
},
|
|
63127
|
+
{
|
|
63128
|
+
"kind": "Content",
|
|
63129
|
+
"text": "[]) => void"
|
|
63130
|
+
},
|
|
63131
|
+
{
|
|
63132
|
+
"kind": "Content",
|
|
63133
|
+
"text": ";"
|
|
63134
|
+
}
|
|
63135
|
+
],
|
|
63136
|
+
"isReadonly": false,
|
|
63137
|
+
"isOptional": false,
|
|
63138
|
+
"releaseTag": "Public",
|
|
63139
|
+
"name": "fetchAndSavePartialResultsEnrichment",
|
|
63140
|
+
"propertyTypeTokenRange": {
|
|
63141
|
+
"startIndex": 1,
|
|
63142
|
+
"endIndex": 4
|
|
63143
|
+
}
|
|
63144
|
+
},
|
|
63145
|
+
{
|
|
63146
|
+
"kind": "PropertySignature",
|
|
63147
|
+
"canonicalReference": "@empathyco/x-components!SearchActions#fetchAndSaveResultsEnrichment:member",
|
|
63148
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the results.\n *\n * @param results - The results.\n */\n",
|
|
63149
|
+
"excerptTokens": [
|
|
63150
|
+
{
|
|
63151
|
+
"kind": "Content",
|
|
63152
|
+
"text": "fetchAndSaveResultsEnrichment: "
|
|
63153
|
+
},
|
|
63154
|
+
{
|
|
63155
|
+
"kind": "Content",
|
|
63156
|
+
"text": "(results: "
|
|
63157
|
+
},
|
|
63158
|
+
{
|
|
63159
|
+
"kind": "Reference",
|
|
63160
|
+
"text": "Result",
|
|
63161
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
63162
|
+
},
|
|
63163
|
+
{
|
|
63164
|
+
"kind": "Content",
|
|
63165
|
+
"text": "[]) => void"
|
|
63166
|
+
},
|
|
63167
|
+
{
|
|
63168
|
+
"kind": "Content",
|
|
63169
|
+
"text": ";"
|
|
63170
|
+
}
|
|
63171
|
+
],
|
|
63172
|
+
"isReadonly": false,
|
|
63173
|
+
"isOptional": false,
|
|
63174
|
+
"releaseTag": "Public",
|
|
63175
|
+
"name": "fetchAndSaveResultsEnrichment",
|
|
63176
|
+
"propertyTypeTokenRange": {
|
|
63177
|
+
"startIndex": 1,
|
|
63178
|
+
"endIndex": 4
|
|
63179
|
+
}
|
|
63180
|
+
},
|
|
62367
63181
|
{
|
|
62368
63182
|
"kind": "PropertySignature",
|
|
62369
63183
|
"canonicalReference": "@empathyco/x-components!SearchActions#fetchAndSaveSearchResponse:member",
|
|
@@ -64974,6 +65788,33 @@
|
|
|
64974
65788
|
"endIndex": 2
|
|
64975
65789
|
}
|
|
64976
65790
|
},
|
|
65791
|
+
{
|
|
65792
|
+
"kind": "PropertySignature",
|
|
65793
|
+
"canonicalReference": "@empathyco/x-components!SearchMutations#updatePartialResultsFromEnrichment:member",
|
|
65794
|
+
"docComment": "/**\n * Updates the partial results with the enrichment results.\n *\n * @param enrichmentResults - The enrichment results.\n */\n",
|
|
65795
|
+
"excerptTokens": [
|
|
65796
|
+
{
|
|
65797
|
+
"kind": "Content",
|
|
65798
|
+
"text": "updatePartialResultsFromEnrichment: "
|
|
65799
|
+
},
|
|
65800
|
+
{
|
|
65801
|
+
"kind": "Content",
|
|
65802
|
+
"text": "(enrichmentResults: any[]) => void"
|
|
65803
|
+
},
|
|
65804
|
+
{
|
|
65805
|
+
"kind": "Content",
|
|
65806
|
+
"text": ";"
|
|
65807
|
+
}
|
|
65808
|
+
],
|
|
65809
|
+
"isReadonly": false,
|
|
65810
|
+
"isOptional": false,
|
|
65811
|
+
"releaseTag": "Public",
|
|
65812
|
+
"name": "updatePartialResultsFromEnrichment",
|
|
65813
|
+
"propertyTypeTokenRange": {
|
|
65814
|
+
"startIndex": 1,
|
|
65815
|
+
"endIndex": 2
|
|
65816
|
+
}
|
|
65817
|
+
},
|
|
64977
65818
|
{
|
|
64978
65819
|
"kind": "PropertySignature",
|
|
64979
65820
|
"canonicalReference": "@empathyco/x-components!SearchMutations#updateResult:member",
|
|
@@ -65036,6 +65877,33 @@
|
|
|
65036
65877
|
"startIndex": 1,
|
|
65037
65878
|
"endIndex": 10
|
|
65038
65879
|
}
|
|
65880
|
+
},
|
|
65881
|
+
{
|
|
65882
|
+
"kind": "PropertySignature",
|
|
65883
|
+
"canonicalReference": "@empathyco/x-components!SearchMutations#updateResultsFromEnrichment:member",
|
|
65884
|
+
"docComment": "/**\n * Updates the results with the enrichment results.\n *\n * @param enrichmentResults - The enrichment results.\n */\n",
|
|
65885
|
+
"excerptTokens": [
|
|
65886
|
+
{
|
|
65887
|
+
"kind": "Content",
|
|
65888
|
+
"text": "updateResultsFromEnrichment: "
|
|
65889
|
+
},
|
|
65890
|
+
{
|
|
65891
|
+
"kind": "Content",
|
|
65892
|
+
"text": "(enrichmentResults: any[]) => void"
|
|
65893
|
+
},
|
|
65894
|
+
{
|
|
65895
|
+
"kind": "Content",
|
|
65896
|
+
"text": ";"
|
|
65897
|
+
}
|
|
65898
|
+
],
|
|
65899
|
+
"isReadonly": false,
|
|
65900
|
+
"isOptional": false,
|
|
65901
|
+
"releaseTag": "Public",
|
|
65902
|
+
"name": "updateResultsFromEnrichment",
|
|
65903
|
+
"propertyTypeTokenRange": {
|
|
65904
|
+
"startIndex": 1,
|
|
65905
|
+
"endIndex": 2
|
|
65906
|
+
}
|
|
65039
65907
|
}
|
|
65040
65908
|
],
|
|
65041
65909
|
"extendsTokenRanges": [
|
|
@@ -65859,6 +66727,38 @@
|
|
|
65859
66727
|
"endIndex": 2
|
|
65860
66728
|
}
|
|
65861
66729
|
},
|
|
66730
|
+
{
|
|
66731
|
+
"kind": "PropertySignature",
|
|
66732
|
+
"canonicalReference": "@empathyco/x-components!SearchXEvents#PartialResultsChanged:member",
|
|
66733
|
+
"docComment": "/**\n * Partial results have changed. Payload: The new {@link @empathyco/x-types#PartialResult | partial results}.\n */\n",
|
|
66734
|
+
"excerptTokens": [
|
|
66735
|
+
{
|
|
66736
|
+
"kind": "Content",
|
|
66737
|
+
"text": "PartialResultsChanged: "
|
|
66738
|
+
},
|
|
66739
|
+
{
|
|
66740
|
+
"kind": "Reference",
|
|
66741
|
+
"text": "PartialResult",
|
|
66742
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
66743
|
+
},
|
|
66744
|
+
{
|
|
66745
|
+
"kind": "Content",
|
|
66746
|
+
"text": "[]"
|
|
66747
|
+
},
|
|
66748
|
+
{
|
|
66749
|
+
"kind": "Content",
|
|
66750
|
+
"text": ";"
|
|
66751
|
+
}
|
|
66752
|
+
],
|
|
66753
|
+
"isReadonly": false,
|
|
66754
|
+
"isOptional": false,
|
|
66755
|
+
"releaseTag": "Public",
|
|
66756
|
+
"name": "PartialResultsChanged",
|
|
66757
|
+
"propertyTypeTokenRange": {
|
|
66758
|
+
"startIndex": 1,
|
|
66759
|
+
"endIndex": 3
|
|
66760
|
+
}
|
|
66761
|
+
},
|
|
65862
66762
|
{
|
|
65863
66763
|
"kind": "PropertySignature",
|
|
65864
66764
|
"canonicalReference": "@empathyco/x-components!SearchXEvents#ReloadSearchRequested:member",
|
|
@@ -71826,7 +72726,16 @@
|
|
|
71826
72726
|
},
|
|
71827
72727
|
{
|
|
71828
72728
|
"kind": "Content",
|
|
71829
|
-
"text": "[] | undefined;\n PageChanged?: number | undefined;\n
|
|
72729
|
+
"text": "[] | undefined;\n PageChanged?: number | undefined;\n PartialResultsChanged?: import(\"@empathyco/x-types\")."
|
|
72730
|
+
},
|
|
72731
|
+
{
|
|
72732
|
+
"kind": "Reference",
|
|
72733
|
+
"text": "PartialResult",
|
|
72734
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
72735
|
+
},
|
|
72736
|
+
{
|
|
72737
|
+
"kind": "Content",
|
|
72738
|
+
"text": "[] | undefined;\n ReloadSearchRequested?: void | undefined;\n ResultsChanged?: import(\"@empathyco/x-types\")."
|
|
71830
72739
|
},
|
|
71831
72740
|
{
|
|
71832
72741
|
"kind": "Reference",
|
|
@@ -72258,7 +73167,7 @@
|
|
|
72258
73167
|
"name": "SimpleFilter",
|
|
72259
73168
|
"variableTypeTokenRange": {
|
|
72260
73169
|
"startIndex": 1,
|
|
72261
|
-
"endIndex":
|
|
73170
|
+
"endIndex": 248
|
|
72262
73171
|
}
|
|
72263
73172
|
},
|
|
72264
73173
|
{
|
|
@@ -74830,6 +75739,24 @@
|
|
|
74830
75739
|
"text": "WireMetadata",
|
|
74831
75740
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
74832
75741
|
},
|
|
75742
|
+
{
|
|
75743
|
+
"kind": "Content",
|
|
75744
|
+
"text": ") => unknown;\n PartialResultsChanged: (payload: import(\"@empathyco/x-types\")."
|
|
75745
|
+
},
|
|
75746
|
+
{
|
|
75747
|
+
"kind": "Reference",
|
|
75748
|
+
"text": "PartialResult",
|
|
75749
|
+
"canonicalReference": "@empathyco/x-components!PartialResult:interface"
|
|
75750
|
+
},
|
|
75751
|
+
{
|
|
75752
|
+
"kind": "Content",
|
|
75753
|
+
"text": "[], metadata: "
|
|
75754
|
+
},
|
|
75755
|
+
{
|
|
75756
|
+
"kind": "Reference",
|
|
75757
|
+
"text": "WireMetadata",
|
|
75758
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
75759
|
+
},
|
|
74833
75760
|
{
|
|
74834
75761
|
"kind": "Content",
|
|
74835
75762
|
"text": ") => unknown;\n ReloadSearchRequested: (payload: undefined, metadata: "
|
|
@@ -75606,7 +76533,7 @@
|
|
|
75606
76533
|
"name": "SnippetCallbacks",
|
|
75607
76534
|
"variableTypeTokenRange": {
|
|
75608
76535
|
"startIndex": 1,
|
|
75609
|
-
"endIndex":
|
|
76536
|
+
"endIndex": 534
|
|
75610
76537
|
}
|
|
75611
76538
|
},
|
|
75612
76539
|
{
|