@empathyco/x-components 8.10.0 → 8.12.0
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 +14 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +8 -0
- package/docs/API-reference/api/x-components.md +37 -0
- package/docs/API-reference/api/x-components.querypreviewlist.md +2 -0
- package/docs/API-reference/api/x-components.setquerypreviewvendorbanners.md +16 -0
- package/docs/API-reference/api/x-components.setquerypreviewvendorresults.md +16 -0
- package/docs/API-reference/api/x-components.simplefilter.md +8 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +8 -0
- package/docs/API-reference/api/x-components.vendorbannerslist.md +11 -0
- package/docs/API-reference/api/x-components.vendormutations.md +57 -0
- package/docs/API-reference/api/x-components.vendormutations.removequerypreviewvendordata.md +13 -0
- package/docs/API-reference/api/x-components.vendormutations.setquerypreviewvendorbanners.md +16 -0
- package/docs/API-reference/api/x-components.vendormutations.setquerypreviewvendorresults.md +16 -0
- package/docs/API-reference/api/x-components.vendorquerypreview.banners.md +13 -0
- package/docs/API-reference/api/x-components.vendorquerypreview.md +77 -0
- package/docs/API-reference/api/x-components.vendorquerypreview.results.md +13 -0
- package/docs/API-reference/api/x-components.vendorresultslist.md +11 -0
- package/docs/API-reference/api/x-components.vendorstate.md +19 -0
- package/docs/API-reference/api/x-components.vendorstate.querypreviews.md +13 -0
- package/docs/API-reference/api/x-components.vendorxevents.md +38 -0
- package/docs/API-reference/api/x-components.vendorxevents.querypreviewvendorbannerschanged.md +16 -0
- package/docs/API-reference/api/x-components.vendorxevents.querypreviewvendorresultschanged.md +16 -0
- package/docs/API-reference/api/x-components.vendorxevents.vendorquerychanged.md +5 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +46 -0
- package/docs/API-reference/components/vendor/x-components.vendor-banners-list.md +7 -3
- package/docs/API-reference/components/vendor/x-components.vendor-results-list.md +7 -3
- package/js/components/icons/ai-spinner-icon.vue.js +1 -1
- package/js/components/icons/ai-spinner-icon.vue.js.map +1 -1
- package/js/index.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js +30 -34
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +2 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/vendor/components/vendor-banners-list.vue.js +34 -5
- package/js/x-modules/vendor/components/vendor-banners-list.vue.js.map +1 -1
- package/js/x-modules/vendor/components/vendor-results-list.vue.js +34 -5
- package/js/x-modules/vendor/components/vendor-results-list.vue.js.map +1 -1
- package/js/x-modules/vendor/store/emitters.js +11 -1
- package/js/x-modules/vendor/store/emitters.js.map +1 -1
- package/js/x-modules/vendor/store/module.js +22 -0
- package/js/x-modules/vendor/store/module.js.map +1 -1
- package/js/x-modules/vendor/wiring.js +32 -1
- package/js/x-modules/vendor/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +647 -19
- package/report/x-components.api.md +103 -1
- package/types/src/components/snippet-callbacks.vue.d.ts +8 -0
- package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +8 -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 +8 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/queries-preview/components/query-preview-list.vue.d.ts +2 -0
- package/types/src/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
- package/types/src/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts +20 -0
- package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts.map +1 -1
- package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts +20 -0
- package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts.map +1 -1
- package/types/src/x-modules/vendor/events.types.d.ts +24 -0
- package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
- package/types/src/x-modules/vendor/store/emitters.d.ts +11 -1
- package/types/src/x-modules/vendor/store/emitters.d.ts.map +1 -1
- package/types/src/x-modules/vendor/store/module.d.ts +1 -0
- package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
- package/types/src/x-modules/vendor/store/types.d.ts +42 -0
- package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
- package/types/src/x-modules/vendor/wiring.d.ts +36 -0
- package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
- package/vendor/index.js +1 -1
|
@@ -37225,7 +37225,43 @@
|
|
|
37225
37225
|
},
|
|
37226
37226
|
{
|
|
37227
37227
|
"kind": "Content",
|
|
37228
|
-
"text": ", \"modelName\">[] | undefined;\n
|
|
37228
|
+
"text": ", \"modelName\">[] | undefined;\n QueryPreviewVendorResultsChanged?: {\n queryPreviewHash: string;\n results: "
|
|
37229
|
+
},
|
|
37230
|
+
{
|
|
37231
|
+
"kind": "Reference",
|
|
37232
|
+
"text": "Omit",
|
|
37233
|
+
"canonicalReference": "!Omit:type"
|
|
37234
|
+
},
|
|
37235
|
+
{
|
|
37236
|
+
"kind": "Content",
|
|
37237
|
+
"text": "<import(\"../../../vendor\")."
|
|
37238
|
+
},
|
|
37239
|
+
{
|
|
37240
|
+
"kind": "Reference",
|
|
37241
|
+
"text": "VendorResult",
|
|
37242
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
37243
|
+
},
|
|
37244
|
+
{
|
|
37245
|
+
"kind": "Content",
|
|
37246
|
+
"text": ", \"modelName\">[];\n } | undefined;\n QueryPreviewVendorBannersChanged?: {\n queryPreviewHash: string;\n banners: "
|
|
37247
|
+
},
|
|
37248
|
+
{
|
|
37249
|
+
"kind": "Reference",
|
|
37250
|
+
"text": "Omit",
|
|
37251
|
+
"canonicalReference": "!Omit:type"
|
|
37252
|
+
},
|
|
37253
|
+
{
|
|
37254
|
+
"kind": "Content",
|
|
37255
|
+
"text": "<import(\"../../../vendor\")."
|
|
37256
|
+
},
|
|
37257
|
+
{
|
|
37258
|
+
"kind": "Reference",
|
|
37259
|
+
"text": "VendorBanner",
|
|
37260
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
37261
|
+
},
|
|
37262
|
+
{
|
|
37263
|
+
"kind": "Content",
|
|
37264
|
+
"text": ", \"modelName\">[];\n } | undefined;\n VendorBannerMounted?: import(\"../../../vendor\")."
|
|
37229
37265
|
},
|
|
37230
37266
|
{
|
|
37231
37267
|
"kind": "Reference",
|
|
@@ -37522,7 +37558,7 @@
|
|
|
37522
37558
|
"name": "HierarchicalFilter",
|
|
37523
37559
|
"variableTypeTokenRange": {
|
|
37524
37560
|
"startIndex": 1,
|
|
37525
|
-
"endIndex":
|
|
37561
|
+
"endIndex": 328
|
|
37526
37562
|
}
|
|
37527
37563
|
},
|
|
37528
37564
|
{
|
|
@@ -54938,7 +54974,25 @@
|
|
|
54938
54974
|
},
|
|
54939
54975
|
{
|
|
54940
54976
|
"kind": "Content",
|
|
54941
|
-
"text": ")[];\n default: string;\n };\n}>, {\n
|
|
54977
|
+
"text": ")[];\n default: string;\n };\n}>, {\n params: import(\"vue\")."
|
|
54978
|
+
},
|
|
54979
|
+
{
|
|
54980
|
+
"kind": "Reference",
|
|
54981
|
+
"text": "ComputedRef",
|
|
54982
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
54983
|
+
},
|
|
54984
|
+
{
|
|
54985
|
+
"kind": "Content",
|
|
54986
|
+
"text": "<import(\"@empathyco/x-utils\")."
|
|
54987
|
+
},
|
|
54988
|
+
{
|
|
54989
|
+
"kind": "Reference",
|
|
54990
|
+
"text": "Dictionary",
|
|
54991
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
54992
|
+
},
|
|
54993
|
+
{
|
|
54994
|
+
"kind": "Content",
|
|
54995
|
+
"text": "<unknown>>;\n renderedQueryPreviews: import(\"vue\")."
|
|
54942
54996
|
},
|
|
54943
54997
|
{
|
|
54944
54998
|
"kind": "Reference",
|
|
@@ -54956,7 +55010,25 @@
|
|
|
54956
55010
|
},
|
|
54957
55011
|
{
|
|
54958
55012
|
"kind": "Content",
|
|
54959
|
-
"text": "[]>;\n flagAsFailed: (failedQuery: string) => void;\n flagAsLoaded: (loadedQuery: string) => void;\n
|
|
55013
|
+
"text": "[]>;\n flagAsFailed: (failedQuery: string) => void;\n flagAsLoaded: (loadedQuery: string) => void;\n getHashFromQueryPreviewInfo: (queryPreviewInfo: "
|
|
55014
|
+
},
|
|
55015
|
+
{
|
|
55016
|
+
"kind": "Reference",
|
|
55017
|
+
"text": "QueryPreviewInfo",
|
|
55018
|
+
"canonicalReference": "@empathyco/x-components!QueryPreviewInfo:interface"
|
|
55019
|
+
},
|
|
55020
|
+
{
|
|
55021
|
+
"kind": "Content",
|
|
55022
|
+
"text": ", extraParams: import(\"@empathyco/x-utils\")."
|
|
55023
|
+
},
|
|
55024
|
+
{
|
|
55025
|
+
"kind": "Reference",
|
|
55026
|
+
"text": "Dictionary",
|
|
55027
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
55028
|
+
},
|
|
55029
|
+
{
|
|
55030
|
+
"kind": "Content",
|
|
55031
|
+
"text": "<unknown>) => string;\n}, {}, {}, {}, import(\"vue\")."
|
|
54960
55032
|
},
|
|
54961
55033
|
{
|
|
54962
55034
|
"kind": "Reference",
|
|
@@ -55154,7 +55226,7 @@
|
|
|
55154
55226
|
"name": "QueryPreviewList",
|
|
55155
55227
|
"variableTypeTokenRange": {
|
|
55156
55228
|
"startIndex": 1,
|
|
55157
|
-
"endIndex":
|
|
55229
|
+
"endIndex": 82
|
|
55158
55230
|
}
|
|
55159
55231
|
},
|
|
55160
55232
|
{
|
|
@@ -73656,6 +73728,106 @@
|
|
|
73656
73728
|
"endIndex": 6
|
|
73657
73729
|
}
|
|
73658
73730
|
},
|
|
73731
|
+
{
|
|
73732
|
+
"kind": "Variable",
|
|
73733
|
+
"canonicalReference": "@empathyco/x-components!setQueryPreviewVendorBanners:var",
|
|
73734
|
+
"docComment": "/**\n * Sets the vendor banners of a query preview in the {@link VendorXModule}.\n *\n * @public\n */\n",
|
|
73735
|
+
"excerptTokens": [
|
|
73736
|
+
{
|
|
73737
|
+
"kind": "Content",
|
|
73738
|
+
"text": "setQueryPreviewVendorBanners: "
|
|
73739
|
+
},
|
|
73740
|
+
{
|
|
73741
|
+
"kind": "Content",
|
|
73742
|
+
"text": "import(\"../../wiring\")."
|
|
73743
|
+
},
|
|
73744
|
+
{
|
|
73745
|
+
"kind": "Reference",
|
|
73746
|
+
"text": "Wire",
|
|
73747
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
73748
|
+
},
|
|
73749
|
+
{
|
|
73750
|
+
"kind": "Content",
|
|
73751
|
+
"text": "<{\n queryPreviewHash: string;\n banners: "
|
|
73752
|
+
},
|
|
73753
|
+
{
|
|
73754
|
+
"kind": "Reference",
|
|
73755
|
+
"text": "Omit",
|
|
73756
|
+
"canonicalReference": "!Omit:type"
|
|
73757
|
+
},
|
|
73758
|
+
{
|
|
73759
|
+
"kind": "Content",
|
|
73760
|
+
"text": "<import(\"./types\")."
|
|
73761
|
+
},
|
|
73762
|
+
{
|
|
73763
|
+
"kind": "Reference",
|
|
73764
|
+
"text": "VendorBanner",
|
|
73765
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
73766
|
+
},
|
|
73767
|
+
{
|
|
73768
|
+
"kind": "Content",
|
|
73769
|
+
"text": ", \"modelName\">[];\n}>"
|
|
73770
|
+
}
|
|
73771
|
+
],
|
|
73772
|
+
"fileUrlPath": "src/x-modules/vendor/wiring.ts",
|
|
73773
|
+
"isReadonly": true,
|
|
73774
|
+
"releaseTag": "Public",
|
|
73775
|
+
"name": "setQueryPreviewVendorBanners",
|
|
73776
|
+
"variableTypeTokenRange": {
|
|
73777
|
+
"startIndex": 1,
|
|
73778
|
+
"endIndex": 8
|
|
73779
|
+
}
|
|
73780
|
+
},
|
|
73781
|
+
{
|
|
73782
|
+
"kind": "Variable",
|
|
73783
|
+
"canonicalReference": "@empathyco/x-components!setQueryPreviewVendorResults:var",
|
|
73784
|
+
"docComment": "/**\n * Sets the vendor results of a query preview in the {@link VendorXModule}.\n *\n * @public\n */\n",
|
|
73785
|
+
"excerptTokens": [
|
|
73786
|
+
{
|
|
73787
|
+
"kind": "Content",
|
|
73788
|
+
"text": "setQueryPreviewVendorResults: "
|
|
73789
|
+
},
|
|
73790
|
+
{
|
|
73791
|
+
"kind": "Content",
|
|
73792
|
+
"text": "import(\"../../wiring\")."
|
|
73793
|
+
},
|
|
73794
|
+
{
|
|
73795
|
+
"kind": "Reference",
|
|
73796
|
+
"text": "Wire",
|
|
73797
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
73798
|
+
},
|
|
73799
|
+
{
|
|
73800
|
+
"kind": "Content",
|
|
73801
|
+
"text": "<{\n queryPreviewHash: string;\n results: "
|
|
73802
|
+
},
|
|
73803
|
+
{
|
|
73804
|
+
"kind": "Reference",
|
|
73805
|
+
"text": "Omit",
|
|
73806
|
+
"canonicalReference": "!Omit:type"
|
|
73807
|
+
},
|
|
73808
|
+
{
|
|
73809
|
+
"kind": "Content",
|
|
73810
|
+
"text": "<import(\"./types\")."
|
|
73811
|
+
},
|
|
73812
|
+
{
|
|
73813
|
+
"kind": "Reference",
|
|
73814
|
+
"text": "VendorResult",
|
|
73815
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
73816
|
+
},
|
|
73817
|
+
{
|
|
73818
|
+
"kind": "Content",
|
|
73819
|
+
"text": ", \"modelName\">[];\n}>"
|
|
73820
|
+
}
|
|
73821
|
+
],
|
|
73822
|
+
"fileUrlPath": "src/x-modules/vendor/wiring.ts",
|
|
73823
|
+
"isReadonly": true,
|
|
73824
|
+
"releaseTag": "Public",
|
|
73825
|
+
"name": "setQueryPreviewVendorResults",
|
|
73826
|
+
"variableTypeTokenRange": {
|
|
73827
|
+
"startIndex": 1,
|
|
73828
|
+
"endIndex": 8
|
|
73829
|
+
}
|
|
73830
|
+
},
|
|
73659
73831
|
{
|
|
73660
73832
|
"kind": "Variable",
|
|
73661
73833
|
"canonicalReference": "@empathyco/x-components!setQuerySuggestionsExtraParams:var",
|
|
@@ -76580,7 +76752,43 @@
|
|
|
76580
76752
|
},
|
|
76581
76753
|
{
|
|
76582
76754
|
"kind": "Content",
|
|
76583
|
-
"text": ", \"modelName\">[] | undefined;\n
|
|
76755
|
+
"text": ", \"modelName\">[] | undefined;\n QueryPreviewVendorResultsChanged?: {\n queryPreviewHash: string;\n results: "
|
|
76756
|
+
},
|
|
76757
|
+
{
|
|
76758
|
+
"kind": "Reference",
|
|
76759
|
+
"text": "Omit",
|
|
76760
|
+
"canonicalReference": "!Omit:type"
|
|
76761
|
+
},
|
|
76762
|
+
{
|
|
76763
|
+
"kind": "Content",
|
|
76764
|
+
"text": "<import(\"../../../vendor\")."
|
|
76765
|
+
},
|
|
76766
|
+
{
|
|
76767
|
+
"kind": "Reference",
|
|
76768
|
+
"text": "VendorResult",
|
|
76769
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76770
|
+
},
|
|
76771
|
+
{
|
|
76772
|
+
"kind": "Content",
|
|
76773
|
+
"text": ", \"modelName\">[];\n } | undefined;\n QueryPreviewVendorBannersChanged?: {\n queryPreviewHash: string;\n banners: "
|
|
76774
|
+
},
|
|
76775
|
+
{
|
|
76776
|
+
"kind": "Reference",
|
|
76777
|
+
"text": "Omit",
|
|
76778
|
+
"canonicalReference": "!Omit:type"
|
|
76779
|
+
},
|
|
76780
|
+
{
|
|
76781
|
+
"kind": "Content",
|
|
76782
|
+
"text": "<import(\"../../../vendor\")."
|
|
76783
|
+
},
|
|
76784
|
+
{
|
|
76785
|
+
"kind": "Reference",
|
|
76786
|
+
"text": "VendorBanner",
|
|
76787
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
76788
|
+
},
|
|
76789
|
+
{
|
|
76790
|
+
"kind": "Content",
|
|
76791
|
+
"text": ", \"modelName\">[];\n } | undefined;\n VendorBannerMounted?: import(\"../../../vendor\")."
|
|
76584
76792
|
},
|
|
76585
76793
|
{
|
|
76586
76794
|
"kind": "Reference",
|
|
@@ -76778,7 +76986,7 @@
|
|
|
76778
76986
|
"name": "SimpleFilter",
|
|
76779
76987
|
"variableTypeTokenRange": {
|
|
76780
76988
|
"startIndex": 1,
|
|
76781
|
-
"endIndex":
|
|
76989
|
+
"endIndex": 296
|
|
76782
76990
|
}
|
|
76783
76991
|
},
|
|
76784
76992
|
{
|
|
@@ -80101,6 +80309,60 @@
|
|
|
80101
80309
|
"text": "WireMetadata",
|
|
80102
80310
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
80103
80311
|
},
|
|
80312
|
+
{
|
|
80313
|
+
"kind": "Content",
|
|
80314
|
+
"text": ") => unknown;\n QueryPreviewVendorResultsChanged: (payload: {\n queryPreviewHash: string;\n results: "
|
|
80315
|
+
},
|
|
80316
|
+
{
|
|
80317
|
+
"kind": "Reference",
|
|
80318
|
+
"text": "Omit",
|
|
80319
|
+
"canonicalReference": "!Omit:type"
|
|
80320
|
+
},
|
|
80321
|
+
{
|
|
80322
|
+
"kind": "Content",
|
|
80323
|
+
"text": "<import(\"..\")."
|
|
80324
|
+
},
|
|
80325
|
+
{
|
|
80326
|
+
"kind": "Reference",
|
|
80327
|
+
"text": "VendorResult",
|
|
80328
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
80329
|
+
},
|
|
80330
|
+
{
|
|
80331
|
+
"kind": "Content",
|
|
80332
|
+
"text": ", \"modelName\">[];\n }, metadata: "
|
|
80333
|
+
},
|
|
80334
|
+
{
|
|
80335
|
+
"kind": "Reference",
|
|
80336
|
+
"text": "WireMetadata",
|
|
80337
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
80338
|
+
},
|
|
80339
|
+
{
|
|
80340
|
+
"kind": "Content",
|
|
80341
|
+
"text": ") => unknown;\n QueryPreviewVendorBannersChanged: (payload: {\n queryPreviewHash: string;\n banners: "
|
|
80342
|
+
},
|
|
80343
|
+
{
|
|
80344
|
+
"kind": "Reference",
|
|
80345
|
+
"text": "Omit",
|
|
80346
|
+
"canonicalReference": "!Omit:type"
|
|
80347
|
+
},
|
|
80348
|
+
{
|
|
80349
|
+
"kind": "Content",
|
|
80350
|
+
"text": "<import(\"..\")."
|
|
80351
|
+
},
|
|
80352
|
+
{
|
|
80353
|
+
"kind": "Reference",
|
|
80354
|
+
"text": "VendorBanner",
|
|
80355
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
80356
|
+
},
|
|
80357
|
+
{
|
|
80358
|
+
"kind": "Content",
|
|
80359
|
+
"text": ", \"modelName\">[];\n }, metadata: "
|
|
80360
|
+
},
|
|
80361
|
+
{
|
|
80362
|
+
"kind": "Reference",
|
|
80363
|
+
"text": "WireMetadata",
|
|
80364
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
80365
|
+
},
|
|
80104
80366
|
{
|
|
80105
80367
|
"kind": "Content",
|
|
80106
80368
|
"text": ") => unknown;\n VendorBannerMounted: (payload: import(\"..\")."
|
|
@@ -80238,7 +80500,7 @@
|
|
|
80238
80500
|
"name": "SnippetCallbacks",
|
|
80239
80501
|
"variableTypeTokenRange": {
|
|
80240
80502
|
"startIndex": 1,
|
|
80241
|
-
"endIndex":
|
|
80503
|
+
"endIndex": 626
|
|
80242
80504
|
}
|
|
80243
80505
|
},
|
|
80244
80506
|
{
|
|
@@ -90515,7 +90777,7 @@
|
|
|
90515
90777
|
{
|
|
90516
90778
|
"kind": "Variable",
|
|
90517
90779
|
"canonicalReference": "@empathyco/x-components!VendorBannersList:var",
|
|
90518
|
-
"docComment": "/**\n * It renders a {@link ItemsList} list of vendor banners from {@link VendorState.banners}.\n *\n * The component provides a default slot which wraps the whole component with the `vendorBanners` plus the `injectedListItems` which also contains the injected list items from the ancestor.\n *\n * It also provides the parent slots to customize the items.\n *\n * @public\n */\n",
|
|
90780
|
+
"docComment": "/**\n * It renders a {@link ItemsList} list of vendor banners from {@link VendorState.banners}.\n *\n * The component provides a default slot which wraps the whole component with the `vendorBanners` plus the `injectedListItems` which also contains the injected list items from the ancestor.\n *\n * If the `queryPreviewHash` prop is provided, the vendor banners are retrieved from {@link VendorState.queryPreviews}, scoped to the query preview.\n *\n * It also provides the parent slots to customize the items.\n *\n * @public\n */\n",
|
|
90519
90781
|
"excerptTokens": [
|
|
90520
90782
|
{
|
|
90521
90783
|
"kind": "Content",
|
|
@@ -90568,7 +90830,16 @@
|
|
|
90568
90830
|
},
|
|
90569
90831
|
{
|
|
90570
90832
|
"kind": "Content",
|
|
90571
|
-
"text": ")[];\n default: string;\n };\n
|
|
90833
|
+
"text": ")[];\n default: string;\n };\n queryPreviewHash: {\n type: "
|
|
90834
|
+
},
|
|
90835
|
+
{
|
|
90836
|
+
"kind": "Reference",
|
|
90837
|
+
"text": "StringConstructor",
|
|
90838
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
90839
|
+
},
|
|
90840
|
+
{
|
|
90841
|
+
"kind": "Content",
|
|
90842
|
+
"text": ";\n default: undefined;\n };\n}>, () => import(\"vue\")."
|
|
90572
90843
|
},
|
|
90573
90844
|
{
|
|
90574
90845
|
"kind": "Reference",
|
|
@@ -90667,7 +90938,16 @@
|
|
|
90667
90938
|
},
|
|
90668
90939
|
{
|
|
90669
90940
|
"kind": "Content",
|
|
90670
|
-
"text": ")[];\n default: string;\n };\n
|
|
90941
|
+
"text": ")[];\n default: string;\n };\n queryPreviewHash: {\n type: "
|
|
90942
|
+
},
|
|
90943
|
+
{
|
|
90944
|
+
"kind": "Reference",
|
|
90945
|
+
"text": "StringConstructor",
|
|
90946
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
90947
|
+
},
|
|
90948
|
+
{
|
|
90949
|
+
"kind": "Content",
|
|
90950
|
+
"text": ";\n default: undefined;\n };\n}>> & "
|
|
90671
90951
|
},
|
|
90672
90952
|
{
|
|
90673
90953
|
"kind": "Reference",
|
|
@@ -90694,7 +90974,7 @@
|
|
|
90694
90974
|
},
|
|
90695
90975
|
{
|
|
90696
90976
|
"kind": "Content",
|
|
90697
|
-
"text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
90977
|
+
"text": "<string, any>;\n queryPreviewHash: string;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
90698
90978
|
},
|
|
90699
90979
|
{
|
|
90700
90980
|
"kind": "Reference",
|
|
@@ -90712,7 +90992,7 @@
|
|
|
90712
90992
|
"name": "VendorBannersList",
|
|
90713
90993
|
"variableTypeTokenRange": {
|
|
90714
90994
|
"startIndex": 1,
|
|
90715
|
-
"endIndex":
|
|
90995
|
+
"endIndex": 46
|
|
90716
90996
|
}
|
|
90717
90997
|
},
|
|
90718
90998
|
{
|
|
@@ -90883,6 +91163,33 @@
|
|
|
90883
91163
|
"name": "VendorMutations",
|
|
90884
91164
|
"preserveMemberOrder": false,
|
|
90885
91165
|
"members": [
|
|
91166
|
+
{
|
|
91167
|
+
"kind": "PropertySignature",
|
|
91168
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations#removeQueryPreviewVendorData:member",
|
|
91169
|
+
"docComment": "/**\n * Removes the vendor results and banners of a query preview.\n *\n * @param queryPreviewHash - The hash of the query preview to remove its vendor data.\n */\n",
|
|
91170
|
+
"excerptTokens": [
|
|
91171
|
+
{
|
|
91172
|
+
"kind": "Content",
|
|
91173
|
+
"text": "removeQueryPreviewVendorData: "
|
|
91174
|
+
},
|
|
91175
|
+
{
|
|
91176
|
+
"kind": "Content",
|
|
91177
|
+
"text": "(queryPreviewHash: string) => void"
|
|
91178
|
+
},
|
|
91179
|
+
{
|
|
91180
|
+
"kind": "Content",
|
|
91181
|
+
"text": ";"
|
|
91182
|
+
}
|
|
91183
|
+
],
|
|
91184
|
+
"isReadonly": false,
|
|
91185
|
+
"isOptional": false,
|
|
91186
|
+
"releaseTag": "Public",
|
|
91187
|
+
"name": "removeQueryPreviewVendorData",
|
|
91188
|
+
"propertyTypeTokenRange": {
|
|
91189
|
+
"startIndex": 1,
|
|
91190
|
+
"endIndex": 2
|
|
91191
|
+
}
|
|
91192
|
+
},
|
|
90886
91193
|
{
|
|
90887
91194
|
"kind": "PropertySignature",
|
|
90888
91195
|
"canonicalReference": "@empathyco/x-components!VendorMutations#resetState:member",
|
|
@@ -90946,6 +91253,96 @@
|
|
|
90946
91253
|
"endIndex": 4
|
|
90947
91254
|
}
|
|
90948
91255
|
},
|
|
91256
|
+
{
|
|
91257
|
+
"kind": "PropertySignature",
|
|
91258
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations#setQueryPreviewVendorBanners:member",
|
|
91259
|
+
"docComment": "/**\n * Sets the vendor banners of a query preview.\n *\n * @param payload - Object containing the query preview hash and the vendor banners.\n *\n * @param - payload.queryPreviewHash - The hash of the query preview to save the banners to.\n *\n * @param - payload.banners - The vendor banners to save.\n */\n",
|
|
91260
|
+
"excerptTokens": [
|
|
91261
|
+
{
|
|
91262
|
+
"kind": "Content",
|
|
91263
|
+
"text": "setQueryPreviewVendorBanners: "
|
|
91264
|
+
},
|
|
91265
|
+
{
|
|
91266
|
+
"kind": "Content",
|
|
91267
|
+
"text": "(payload: {\n queryPreviewHash: string;\n banners: "
|
|
91268
|
+
},
|
|
91269
|
+
{
|
|
91270
|
+
"kind": "Reference",
|
|
91271
|
+
"text": "Omit",
|
|
91272
|
+
"canonicalReference": "!Omit:type"
|
|
91273
|
+
},
|
|
91274
|
+
{
|
|
91275
|
+
"kind": "Content",
|
|
91276
|
+
"text": "<"
|
|
91277
|
+
},
|
|
91278
|
+
{
|
|
91279
|
+
"kind": "Reference",
|
|
91280
|
+
"text": "VendorBanner",
|
|
91281
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
91282
|
+
},
|
|
91283
|
+
{
|
|
91284
|
+
"kind": "Content",
|
|
91285
|
+
"text": ", 'modelName'>[];\n }) => void"
|
|
91286
|
+
},
|
|
91287
|
+
{
|
|
91288
|
+
"kind": "Content",
|
|
91289
|
+
"text": ";"
|
|
91290
|
+
}
|
|
91291
|
+
],
|
|
91292
|
+
"isReadonly": false,
|
|
91293
|
+
"isOptional": false,
|
|
91294
|
+
"releaseTag": "Public",
|
|
91295
|
+
"name": "setQueryPreviewVendorBanners",
|
|
91296
|
+
"propertyTypeTokenRange": {
|
|
91297
|
+
"startIndex": 1,
|
|
91298
|
+
"endIndex": 6
|
|
91299
|
+
}
|
|
91300
|
+
},
|
|
91301
|
+
{
|
|
91302
|
+
"kind": "PropertySignature",
|
|
91303
|
+
"canonicalReference": "@empathyco/x-components!VendorMutations#setQueryPreviewVendorResults:member",
|
|
91304
|
+
"docComment": "/**\n * Sets the vendor results of a query preview.\n *\n * @param payload - Object containing the query preview hash and the vendor results.\n *\n * @param - payload.queryPreviewHash - The hash of the query preview to save the results to.\n *\n * @param - payload.results - The vendor results to save.\n */\n",
|
|
91305
|
+
"excerptTokens": [
|
|
91306
|
+
{
|
|
91307
|
+
"kind": "Content",
|
|
91308
|
+
"text": "setQueryPreviewVendorResults: "
|
|
91309
|
+
},
|
|
91310
|
+
{
|
|
91311
|
+
"kind": "Content",
|
|
91312
|
+
"text": "(payload: {\n queryPreviewHash: string;\n results: "
|
|
91313
|
+
},
|
|
91314
|
+
{
|
|
91315
|
+
"kind": "Reference",
|
|
91316
|
+
"text": "Omit",
|
|
91317
|
+
"canonicalReference": "!Omit:type"
|
|
91318
|
+
},
|
|
91319
|
+
{
|
|
91320
|
+
"kind": "Content",
|
|
91321
|
+
"text": "<"
|
|
91322
|
+
},
|
|
91323
|
+
{
|
|
91324
|
+
"kind": "Reference",
|
|
91325
|
+
"text": "VendorResult",
|
|
91326
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
91327
|
+
},
|
|
91328
|
+
{
|
|
91329
|
+
"kind": "Content",
|
|
91330
|
+
"text": ", 'modelName'>[];\n }) => void"
|
|
91331
|
+
},
|
|
91332
|
+
{
|
|
91333
|
+
"kind": "Content",
|
|
91334
|
+
"text": ";"
|
|
91335
|
+
}
|
|
91336
|
+
],
|
|
91337
|
+
"isReadonly": false,
|
|
91338
|
+
"isOptional": false,
|
|
91339
|
+
"releaseTag": "Public",
|
|
91340
|
+
"name": "setQueryPreviewVendorResults",
|
|
91341
|
+
"propertyTypeTokenRange": {
|
|
91342
|
+
"startIndex": 1,
|
|
91343
|
+
"endIndex": 6
|
|
91344
|
+
}
|
|
91345
|
+
},
|
|
90949
91346
|
{
|
|
90950
91347
|
"kind": "PropertySignature",
|
|
90951
91348
|
"canonicalReference": "@empathyco/x-components!VendorMutations#setRelatedTags:member",
|
|
@@ -91026,6 +91423,88 @@
|
|
|
91026
91423
|
}
|
|
91027
91424
|
]
|
|
91028
91425
|
},
|
|
91426
|
+
{
|
|
91427
|
+
"kind": "Interface",
|
|
91428
|
+
"canonicalReference": "@empathyco/x-components!VendorQueryPreview:interface",
|
|
91429
|
+
"docComment": "/**\n * The vendor results and banners of a query preview, indexed by its query preview hash.\n *\n * @public\n */\n",
|
|
91430
|
+
"excerptTokens": [
|
|
91431
|
+
{
|
|
91432
|
+
"kind": "Content",
|
|
91433
|
+
"text": "export interface VendorQueryPreview "
|
|
91434
|
+
}
|
|
91435
|
+
],
|
|
91436
|
+
"fileUrlPath": "src/x-modules/vendor/store/types.ts",
|
|
91437
|
+
"releaseTag": "Public",
|
|
91438
|
+
"name": "VendorQueryPreview",
|
|
91439
|
+
"preserveMemberOrder": false,
|
|
91440
|
+
"members": [
|
|
91441
|
+
{
|
|
91442
|
+
"kind": "PropertySignature",
|
|
91443
|
+
"canonicalReference": "@empathyco/x-components!VendorQueryPreview#banners:member",
|
|
91444
|
+
"docComment": "/**\n * The vendor banners of the query preview.\n */\n",
|
|
91445
|
+
"excerptTokens": [
|
|
91446
|
+
{
|
|
91447
|
+
"kind": "Content",
|
|
91448
|
+
"text": "banners: "
|
|
91449
|
+
},
|
|
91450
|
+
{
|
|
91451
|
+
"kind": "Reference",
|
|
91452
|
+
"text": "VendorBanner",
|
|
91453
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
91454
|
+
},
|
|
91455
|
+
{
|
|
91456
|
+
"kind": "Content",
|
|
91457
|
+
"text": "[]"
|
|
91458
|
+
},
|
|
91459
|
+
{
|
|
91460
|
+
"kind": "Content",
|
|
91461
|
+
"text": ";"
|
|
91462
|
+
}
|
|
91463
|
+
],
|
|
91464
|
+
"isReadonly": false,
|
|
91465
|
+
"isOptional": false,
|
|
91466
|
+
"releaseTag": "Public",
|
|
91467
|
+
"name": "banners",
|
|
91468
|
+
"propertyTypeTokenRange": {
|
|
91469
|
+
"startIndex": 1,
|
|
91470
|
+
"endIndex": 3
|
|
91471
|
+
}
|
|
91472
|
+
},
|
|
91473
|
+
{
|
|
91474
|
+
"kind": "PropertySignature",
|
|
91475
|
+
"canonicalReference": "@empathyco/x-components!VendorQueryPreview#results:member",
|
|
91476
|
+
"docComment": "/**\n * The vendor results of the query preview.\n */\n",
|
|
91477
|
+
"excerptTokens": [
|
|
91478
|
+
{
|
|
91479
|
+
"kind": "Content",
|
|
91480
|
+
"text": "results: "
|
|
91481
|
+
},
|
|
91482
|
+
{
|
|
91483
|
+
"kind": "Reference",
|
|
91484
|
+
"text": "VendorResult",
|
|
91485
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
91486
|
+
},
|
|
91487
|
+
{
|
|
91488
|
+
"kind": "Content",
|
|
91489
|
+
"text": "[]"
|
|
91490
|
+
},
|
|
91491
|
+
{
|
|
91492
|
+
"kind": "Content",
|
|
91493
|
+
"text": ";"
|
|
91494
|
+
}
|
|
91495
|
+
],
|
|
91496
|
+
"isReadonly": false,
|
|
91497
|
+
"isOptional": false,
|
|
91498
|
+
"releaseTag": "Public",
|
|
91499
|
+
"name": "results",
|
|
91500
|
+
"propertyTypeTokenRange": {
|
|
91501
|
+
"startIndex": 1,
|
|
91502
|
+
"endIndex": 3
|
|
91503
|
+
}
|
|
91504
|
+
}
|
|
91505
|
+
],
|
|
91506
|
+
"extendsTokenRanges": []
|
|
91507
|
+
},
|
|
91029
91508
|
{
|
|
91030
91509
|
"kind": "Interface",
|
|
91031
91510
|
"canonicalReference": "@empathyco/x-components!VendorResult:interface",
|
|
@@ -91146,7 +91625,7 @@
|
|
|
91146
91625
|
{
|
|
91147
91626
|
"kind": "Variable",
|
|
91148
91627
|
"canonicalReference": "@empathyco/x-components!VendorResultsList:var",
|
|
91149
|
-
"docComment": "/**\n * It renders a {@link ItemsList} of vendor results from {@link VendorState.results}.\n *\n * The component provides a default slot which wraps the whole component with the `vendorResults` plus the `injectedListItems` which also contains the injected list items from the ancestor.\n *\n * It also provides the parent slots to customize the items.\n *\n * @public\n */\n",
|
|
91628
|
+
"docComment": "/**\n * It renders a {@link ItemsList} of vendor results from {@link VendorState.results}.\n *\n * The component provides a default slot which wraps the whole component with the `vendorResults` plus the `injectedListItems` which also contains the injected list items from the ancestor.\n *\n * If the `queryPreviewHash` prop is provided, the vendor results are retrieved from {@link VendorState.queryPreviews}, scoped to the query preview.\n *\n * It also provides the parent slots to customize the items.\n *\n * @public\n */\n",
|
|
91150
91629
|
"excerptTokens": [
|
|
91151
91630
|
{
|
|
91152
91631
|
"kind": "Content",
|
|
@@ -91199,7 +91678,16 @@
|
|
|
91199
91678
|
},
|
|
91200
91679
|
{
|
|
91201
91680
|
"kind": "Content",
|
|
91202
|
-
"text": ")[];\n default: string;\n };\n
|
|
91681
|
+
"text": ")[];\n default: string;\n };\n queryPreviewHash: {\n type: "
|
|
91682
|
+
},
|
|
91683
|
+
{
|
|
91684
|
+
"kind": "Reference",
|
|
91685
|
+
"text": "StringConstructor",
|
|
91686
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
91687
|
+
},
|
|
91688
|
+
{
|
|
91689
|
+
"kind": "Content",
|
|
91690
|
+
"text": ";\n default: undefined;\n };\n}>, () => import(\"vue\")."
|
|
91203
91691
|
},
|
|
91204
91692
|
{
|
|
91205
91693
|
"kind": "Reference",
|
|
@@ -91298,7 +91786,16 @@
|
|
|
91298
91786
|
},
|
|
91299
91787
|
{
|
|
91300
91788
|
"kind": "Content",
|
|
91301
|
-
"text": ")[];\n default: string;\n };\n
|
|
91789
|
+
"text": ")[];\n default: string;\n };\n queryPreviewHash: {\n type: "
|
|
91790
|
+
},
|
|
91791
|
+
{
|
|
91792
|
+
"kind": "Reference",
|
|
91793
|
+
"text": "StringConstructor",
|
|
91794
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
91795
|
+
},
|
|
91796
|
+
{
|
|
91797
|
+
"kind": "Content",
|
|
91798
|
+
"text": ";\n default: undefined;\n };\n}>> & "
|
|
91302
91799
|
},
|
|
91303
91800
|
{
|
|
91304
91801
|
"kind": "Reference",
|
|
@@ -91325,7 +91822,7 @@
|
|
|
91325
91822
|
},
|
|
91326
91823
|
{
|
|
91327
91824
|
"kind": "Content",
|
|
91328
|
-
"text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
91825
|
+
"text": "<string, any>;\n queryPreviewHash: string;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
91329
91826
|
},
|
|
91330
91827
|
{
|
|
91331
91828
|
"kind": "Reference",
|
|
@@ -91343,7 +91840,7 @@
|
|
|
91343
91840
|
"name": "VendorResultsList",
|
|
91344
91841
|
"variableTypeTokenRange": {
|
|
91345
91842
|
"startIndex": 1,
|
|
91346
|
-
"endIndex":
|
|
91843
|
+
"endIndex": 46
|
|
91347
91844
|
}
|
|
91348
91845
|
},
|
|
91349
91846
|
{
|
|
@@ -91528,6 +92025,47 @@
|
|
|
91528
92025
|
"endIndex": 3
|
|
91529
92026
|
}
|
|
91530
92027
|
},
|
|
92028
|
+
{
|
|
92029
|
+
"kind": "PropertySignature",
|
|
92030
|
+
"canonicalReference": "@empathyco/x-components!VendorState#queryPreviews:member",
|
|
92031
|
+
"docComment": "/**\n * The vendor results and banners of the query previews, indexed by their query preview hash.\n */\n",
|
|
92032
|
+
"excerptTokens": [
|
|
92033
|
+
{
|
|
92034
|
+
"kind": "Content",
|
|
92035
|
+
"text": "queryPreviews: "
|
|
92036
|
+
},
|
|
92037
|
+
{
|
|
92038
|
+
"kind": "Reference",
|
|
92039
|
+
"text": "Dictionary",
|
|
92040
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
92041
|
+
},
|
|
92042
|
+
{
|
|
92043
|
+
"kind": "Content",
|
|
92044
|
+
"text": "<"
|
|
92045
|
+
},
|
|
92046
|
+
{
|
|
92047
|
+
"kind": "Reference",
|
|
92048
|
+
"text": "VendorQueryPreview",
|
|
92049
|
+
"canonicalReference": "@empathyco/x-components!VendorQueryPreview:interface"
|
|
92050
|
+
},
|
|
92051
|
+
{
|
|
92052
|
+
"kind": "Content",
|
|
92053
|
+
"text": ">"
|
|
92054
|
+
},
|
|
92055
|
+
{
|
|
92056
|
+
"kind": "Content",
|
|
92057
|
+
"text": ";"
|
|
92058
|
+
}
|
|
92059
|
+
],
|
|
92060
|
+
"isReadonly": false,
|
|
92061
|
+
"isOptional": false,
|
|
92062
|
+
"releaseTag": "Public",
|
|
92063
|
+
"name": "queryPreviews",
|
|
92064
|
+
"propertyTypeTokenRange": {
|
|
92065
|
+
"startIndex": 1,
|
|
92066
|
+
"endIndex": 5
|
|
92067
|
+
}
|
|
92068
|
+
},
|
|
91531
92069
|
{
|
|
91532
92070
|
"kind": "PropertySignature",
|
|
91533
92071
|
"canonicalReference": "@empathyco/x-components!VendorState#relatedTags:member",
|
|
@@ -91615,6 +92153,96 @@
|
|
|
91615
92153
|
"name": "VendorXEvents",
|
|
91616
92154
|
"preserveMemberOrder": false,
|
|
91617
92155
|
"members": [
|
|
92156
|
+
{
|
|
92157
|
+
"kind": "PropertySignature",
|
|
92158
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#QueryPreviewVendorBannersChanged:member",
|
|
92159
|
+
"docComment": "/**\n * The x consumer has provided vendor banners to be inserted in the result grid of a query preview. Payload: The query preview hash and the vendor banners to be inserted, without the `modelName` field, since it is assigned under the hood.\n */\n",
|
|
92160
|
+
"excerptTokens": [
|
|
92161
|
+
{
|
|
92162
|
+
"kind": "Content",
|
|
92163
|
+
"text": "QueryPreviewVendorBannersChanged: "
|
|
92164
|
+
},
|
|
92165
|
+
{
|
|
92166
|
+
"kind": "Content",
|
|
92167
|
+
"text": "{\n queryPreviewHash: string;\n banners: "
|
|
92168
|
+
},
|
|
92169
|
+
{
|
|
92170
|
+
"kind": "Reference",
|
|
92171
|
+
"text": "Omit",
|
|
92172
|
+
"canonicalReference": "!Omit:type"
|
|
92173
|
+
},
|
|
92174
|
+
{
|
|
92175
|
+
"kind": "Content",
|
|
92176
|
+
"text": "<"
|
|
92177
|
+
},
|
|
92178
|
+
{
|
|
92179
|
+
"kind": "Reference",
|
|
92180
|
+
"text": "VendorBanner",
|
|
92181
|
+
"canonicalReference": "@empathyco/x-components!VendorBanner:interface"
|
|
92182
|
+
},
|
|
92183
|
+
{
|
|
92184
|
+
"kind": "Content",
|
|
92185
|
+
"text": ", 'modelName'>[];\n }"
|
|
92186
|
+
},
|
|
92187
|
+
{
|
|
92188
|
+
"kind": "Content",
|
|
92189
|
+
"text": ";"
|
|
92190
|
+
}
|
|
92191
|
+
],
|
|
92192
|
+
"isReadonly": false,
|
|
92193
|
+
"isOptional": false,
|
|
92194
|
+
"releaseTag": "Public",
|
|
92195
|
+
"name": "QueryPreviewVendorBannersChanged",
|
|
92196
|
+
"propertyTypeTokenRange": {
|
|
92197
|
+
"startIndex": 1,
|
|
92198
|
+
"endIndex": 6
|
|
92199
|
+
}
|
|
92200
|
+
},
|
|
92201
|
+
{
|
|
92202
|
+
"kind": "PropertySignature",
|
|
92203
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#QueryPreviewVendorResultsChanged:member",
|
|
92204
|
+
"docComment": "/**\n * The x consumer has provided vendor results to be inserted in the result grid of a query preview. Payload: The query preview hash and the vendor results to be inserted, without the `modelName` field, since it is assigned under the hood.\n */\n",
|
|
92205
|
+
"excerptTokens": [
|
|
92206
|
+
{
|
|
92207
|
+
"kind": "Content",
|
|
92208
|
+
"text": "QueryPreviewVendorResultsChanged: "
|
|
92209
|
+
},
|
|
92210
|
+
{
|
|
92211
|
+
"kind": "Content",
|
|
92212
|
+
"text": "{\n queryPreviewHash: string;\n results: "
|
|
92213
|
+
},
|
|
92214
|
+
{
|
|
92215
|
+
"kind": "Reference",
|
|
92216
|
+
"text": "Omit",
|
|
92217
|
+
"canonicalReference": "!Omit:type"
|
|
92218
|
+
},
|
|
92219
|
+
{
|
|
92220
|
+
"kind": "Content",
|
|
92221
|
+
"text": "<"
|
|
92222
|
+
},
|
|
92223
|
+
{
|
|
92224
|
+
"kind": "Reference",
|
|
92225
|
+
"text": "VendorResult",
|
|
92226
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
92227
|
+
},
|
|
92228
|
+
{
|
|
92229
|
+
"kind": "Content",
|
|
92230
|
+
"text": ", 'modelName'>[];\n }"
|
|
92231
|
+
},
|
|
92232
|
+
{
|
|
92233
|
+
"kind": "Content",
|
|
92234
|
+
"text": ";"
|
|
92235
|
+
}
|
|
92236
|
+
],
|
|
92237
|
+
"isReadonly": false,
|
|
92238
|
+
"isOptional": false,
|
|
92239
|
+
"releaseTag": "Public",
|
|
92240
|
+
"name": "QueryPreviewVendorResultsChanged",
|
|
92241
|
+
"propertyTypeTokenRange": {
|
|
92242
|
+
"startIndex": 1,
|
|
92243
|
+
"endIndex": 6
|
|
92244
|
+
}
|
|
92245
|
+
},
|
|
91618
92246
|
{
|
|
91619
92247
|
"kind": "PropertySignature",
|
|
91620
92248
|
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedAVendorBanner:member",
|
|
@@ -91827,7 +92455,7 @@
|
|
|
91827
92455
|
{
|
|
91828
92456
|
"kind": "PropertySignature",
|
|
91829
92457
|
"canonicalReference": "@empathyco/x-components!VendorXEvents#VendorQueryChanged:member",
|
|
91830
|
-
"docComment": "/**\n * The vendor module query has changed. Payload: The new vendor query string.\n */\n",
|
|
92458
|
+
"docComment": "/**\n * The vendor module query has changed. Payload: The new vendor query string.\n *\n * @remarks\n *\n * This event is also emitted when the module is registered, with the current query (which can be empty), to allow consumers to fetch the vendor results and banners even when there is no query yet.\n */\n",
|
|
91831
92459
|
"excerptTokens": [
|
|
91832
92460
|
{
|
|
91833
92461
|
"kind": "Content",
|