@empathyco/x-components 8.2.0 → 8.4.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.baseaddtocart.md +12 -2
- package/docs/API-reference/api/x-components.baseresultlink.md +12 -2
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +3 -0
- package/docs/API-reference/api/x-components.md +20 -0
- package/docs/API-reference/api/x-components.reseturlquery.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +3 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
- package/docs/API-reference/api/x-components.vendorresult.md +21 -2
- package/docs/API-reference/api/x-components.vendorresult.tagging.md +11 -0
- package/docs/API-reference/api/x-components.vendorresulttagging.add2carturl.md +11 -0
- package/docs/API-reference/api/x-components.vendorresulttagging.clickurl.md +11 -0
- package/docs/API-reference/api/x-components.vendorresulttagging.md +88 -0
- package/docs/API-reference/api/x-components.vendorresulttagging.viewurl.md +11 -0
- package/docs/API-reference/api/x-components.vendorxevents.md +57 -0
- package/docs/API-reference/api/x-components.vendorxevents.userclickedavendorresult.md +13 -0
- package/docs/API-reference/api/x-components.vendorxevents.userclickedvendorresultaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.vendorxevents.userviewedavendorresult.md +13 -0
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +4 -3
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +4 -3
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +6 -2
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +8 -12
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue2.js +7 -3
- package/js/components/result/base-result-link.vue2.js.map +1 -1
- package/js/index.js +1 -1
- package/js/x-modules/ai/wiring.js +4 -0
- package/js/x-modules/ai/wiring.js.map +1 -1
- package/js/x-modules/facets/wiring.js +9 -0
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +4 -0
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +4 -0
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +7 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +5 -0
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +3 -0
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/url/wiring.js +8 -1
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/vendor/wiring.js +14 -0
- package/js/x-modules/vendor/wiring.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +479 -15
- package/report/x-components.api.md +90 -5
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts +13 -2
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/src/components/result/base-result-link.vue.d.ts +14 -2
- package/types/src/components/result/base-result-link.vue.d.ts.map +1 -1
- package/types/src/components/snippet-callbacks.vue.d.ts +3 -0
- package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/src/x-modules/ai/wiring.d.ts +4 -0
- package/types/src/x-modules/ai/wiring.d.ts.map +1 -1
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +3 -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 +3 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/src/x-modules/facets/wiring.d.ts +3 -0
- package/types/src/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/src/x-modules/next-queries/wiring.d.ts +4 -0
- package/types/src/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/src/x-modules/query-suggestions/wiring.d.ts +4 -0
- package/types/src/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/src/x-modules/related-prompts/wiring.d.ts +5 -0
- package/types/src/x-modules/related-prompts/wiring.d.ts.map +1 -1
- package/types/src/x-modules/related-tags/wiring.d.ts +5 -0
- package/types/src/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/src/x-modules/search-box/wiring.d.ts +3 -0
- package/types/src/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/src/x-modules/url/wiring.d.ts +7 -0
- package/types/src/x-modules/url/wiring.d.ts.map +1 -1
- package/types/src/x-modules/vendor/events.types.d.ts +15 -0
- package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
- package/types/src/x-modules/vendor/types.d.ts +7 -1
- package/types/src/x-modules/vendor/types.d.ts.map +1 -1
- package/types/src/x-modules/vendor/wiring.d.ts +9 -0
- package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
- package/url/index.js +1 -1
|
@@ -5030,7 +5030,52 @@
|
|
|
5030
5030
|
},
|
|
5031
5031
|
{
|
|
5032
5032
|
"kind": "Content",
|
|
5033
|
-
"text": ">;\n required: true;\n };\n
|
|
5033
|
+
"text": ">;\n required: true;\n };\n clickEvent: {\n type: "
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "Reference",
|
|
5037
|
+
"text": "PropType",
|
|
5038
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"kind": "Content",
|
|
5042
|
+
"text": "<"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"kind": "Reference",
|
|
5046
|
+
"text": "XEvent",
|
|
5047
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "Content",
|
|
5051
|
+
"text": ">;\n default: string;\n };\n}>, {\n events: import(\"vue\")."
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "Reference",
|
|
5055
|
+
"text": "ComputedRef",
|
|
5056
|
+
"canonicalReference": "@vue/reactivity!ComputedRef:interface"
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"kind": "Content",
|
|
5060
|
+
"text": "<"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "Reference",
|
|
5064
|
+
"text": "Partial",
|
|
5065
|
+
"canonicalReference": "!Partial:type"
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"kind": "Content",
|
|
5069
|
+
"text": "<"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"kind": "Reference",
|
|
5073
|
+
"text": "XEventsTypes",
|
|
5074
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"kind": "Content",
|
|
5078
|
+
"text": ">>;\n metadata: "
|
|
5034
5079
|
},
|
|
5035
5080
|
{
|
|
5036
5081
|
"kind": "Reference",
|
|
@@ -5111,7 +5156,25 @@
|
|
|
5111
5156
|
},
|
|
5112
5157
|
{
|
|
5113
5158
|
"kind": "Content",
|
|
5114
|
-
"text": ">;\n required: true;\n };\n
|
|
5159
|
+
"text": ">;\n required: true;\n };\n clickEvent: {\n type: "
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"kind": "Reference",
|
|
5163
|
+
"text": "PropType",
|
|
5164
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "Content",
|
|
5168
|
+
"text": "<"
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"kind": "Reference",
|
|
5172
|
+
"text": "XEvent",
|
|
5173
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"kind": "Content",
|
|
5177
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
5115
5178
|
},
|
|
5116
5179
|
{
|
|
5117
5180
|
"kind": "Reference",
|
|
@@ -5120,7 +5183,16 @@
|
|
|
5120
5183
|
},
|
|
5121
5184
|
{
|
|
5122
5185
|
"kind": "Content",
|
|
5123
|
-
"text": "<{}>, {
|
|
5186
|
+
"text": "<{}>, {\n clickEvent: keyof "
|
|
5187
|
+
},
|
|
5188
|
+
{
|
|
5189
|
+
"kind": "Reference",
|
|
5190
|
+
"text": "XEventsTypes",
|
|
5191
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
5192
|
+
},
|
|
5193
|
+
{
|
|
5194
|
+
"kind": "Content",
|
|
5195
|
+
"text": ";\n}, {}, {\n BaseEventButton: import(\"vue\")."
|
|
5124
5196
|
},
|
|
5125
5197
|
{
|
|
5126
5198
|
"kind": "Reference",
|
|
@@ -5147,7 +5219,7 @@
|
|
|
5147
5219
|
"name": "BaseAddToCart",
|
|
5148
5220
|
"variableTypeTokenRange": {
|
|
5149
5221
|
"startIndex": 1,
|
|
5150
|
-
"endIndex":
|
|
5222
|
+
"endIndex": 50
|
|
5151
5223
|
}
|
|
5152
5224
|
},
|
|
5153
5225
|
{
|
|
@@ -10797,7 +10869,25 @@
|
|
|
10797
10869
|
},
|
|
10798
10870
|
{
|
|
10799
10871
|
"kind": "Content",
|
|
10800
|
-
"text": ">;\n required: true;\n };\n
|
|
10872
|
+
"text": ">;\n required: true;\n };\n clickEvent: {\n type: "
|
|
10873
|
+
},
|
|
10874
|
+
{
|
|
10875
|
+
"kind": "Reference",
|
|
10876
|
+
"text": "PropType",
|
|
10877
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
10878
|
+
},
|
|
10879
|
+
{
|
|
10880
|
+
"kind": "Content",
|
|
10881
|
+
"text": "<"
|
|
10882
|
+
},
|
|
10883
|
+
{
|
|
10884
|
+
"kind": "Reference",
|
|
10885
|
+
"text": "XEvent",
|
|
10886
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
10887
|
+
},
|
|
10888
|
+
{
|
|
10889
|
+
"kind": "Content",
|
|
10890
|
+
"text": ">;\n default: string;\n };\n}>, {\n el: import(\"vue\")."
|
|
10801
10891
|
},
|
|
10802
10892
|
{
|
|
10803
10893
|
"kind": "Reference",
|
|
@@ -10806,7 +10896,7 @@
|
|
|
10806
10896
|
},
|
|
10807
10897
|
{
|
|
10808
10898
|
"kind": "Content",
|
|
10809
|
-
"text": "<any, any>;\n
|
|
10899
|
+
"text": "<any, any>;\n onClick: () => void;\n}, {}, {}, {}, import(\"vue\")."
|
|
10810
10900
|
},
|
|
10811
10901
|
{
|
|
10812
10902
|
"kind": "Reference",
|
|
@@ -10869,7 +10959,25 @@
|
|
|
10869
10959
|
},
|
|
10870
10960
|
{
|
|
10871
10961
|
"kind": "Content",
|
|
10872
|
-
"text": ">;\n required: true;\n };\n
|
|
10962
|
+
"text": ">;\n required: true;\n };\n clickEvent: {\n type: "
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"kind": "Reference",
|
|
10966
|
+
"text": "PropType",
|
|
10967
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
10968
|
+
},
|
|
10969
|
+
{
|
|
10970
|
+
"kind": "Content",
|
|
10971
|
+
"text": "<"
|
|
10972
|
+
},
|
|
10973
|
+
{
|
|
10974
|
+
"kind": "Reference",
|
|
10975
|
+
"text": "XEvent",
|
|
10976
|
+
"canonicalReference": "@empathyco/x-components!XEvent:type"
|
|
10977
|
+
},
|
|
10978
|
+
{
|
|
10979
|
+
"kind": "Content",
|
|
10980
|
+
"text": ">;\n default: string;\n };\n}>> & "
|
|
10873
10981
|
},
|
|
10874
10982
|
{
|
|
10875
10983
|
"kind": "Reference",
|
|
@@ -10878,7 +10986,16 @@
|
|
|
10878
10986
|
},
|
|
10879
10987
|
{
|
|
10880
10988
|
"kind": "Content",
|
|
10881
|
-
"text": "<{}>, {
|
|
10989
|
+
"text": "<{}>, {\n clickEvent: keyof "
|
|
10990
|
+
},
|
|
10991
|
+
{
|
|
10992
|
+
"kind": "Reference",
|
|
10993
|
+
"text": "XEventsTypes",
|
|
10994
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
10995
|
+
},
|
|
10996
|
+
{
|
|
10997
|
+
"kind": "Content",
|
|
10998
|
+
"text": ";\n}, {}, {}, {}, string, import(\"vue\")."
|
|
10882
10999
|
},
|
|
10883
11000
|
{
|
|
10884
11001
|
"kind": "Reference",
|
|
@@ -10896,7 +11013,7 @@
|
|
|
10896
11013
|
"name": "BaseResultLink",
|
|
10897
11014
|
"variableTypeTokenRange": {
|
|
10898
11015
|
"startIndex": 1,
|
|
10899
|
-
"endIndex":
|
|
11016
|
+
"endIndex": 40
|
|
10900
11017
|
}
|
|
10901
11018
|
},
|
|
10902
11019
|
{
|
|
@@ -37000,7 +37117,34 @@
|
|
|
37000
37117
|
},
|
|
37001
37118
|
{
|
|
37002
37119
|
"kind": "Content",
|
|
37003
|
-
"text": ", \"modelName\">[] | undefined;\n
|
|
37120
|
+
"text": ", \"modelName\">[] | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
|
|
37121
|
+
},
|
|
37122
|
+
{
|
|
37123
|
+
"kind": "Reference",
|
|
37124
|
+
"text": "VendorResult",
|
|
37125
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
37126
|
+
},
|
|
37127
|
+
{
|
|
37128
|
+
"kind": "Content",
|
|
37129
|
+
"text": " | undefined;\n UserClickedAVendorResult?: import(\"../../../vendor\")."
|
|
37130
|
+
},
|
|
37131
|
+
{
|
|
37132
|
+
"kind": "Reference",
|
|
37133
|
+
"text": "VendorResult",
|
|
37134
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
37135
|
+
},
|
|
37136
|
+
{
|
|
37137
|
+
"kind": "Content",
|
|
37138
|
+
"text": " | undefined;\n UserClickedVendorResultAddToCart?: import(\"../../../vendor\")."
|
|
37139
|
+
},
|
|
37140
|
+
{
|
|
37141
|
+
"kind": "Reference",
|
|
37142
|
+
"text": "VendorResult",
|
|
37143
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
37144
|
+
},
|
|
37145
|
+
{
|
|
37146
|
+
"kind": "Content",
|
|
37147
|
+
"text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
37004
37148
|
},
|
|
37005
37149
|
{
|
|
37006
37150
|
"kind": "Reference",
|
|
@@ -37270,7 +37414,7 @@
|
|
|
37270
37414
|
"name": "HierarchicalFilter",
|
|
37271
37415
|
"variableTypeTokenRange": {
|
|
37272
37416
|
"startIndex": 1,
|
|
37273
|
-
"endIndex":
|
|
37417
|
+
"endIndex": 306
|
|
37274
37418
|
}
|
|
37275
37419
|
},
|
|
37276
37420
|
{
|
|
@@ -63148,6 +63292,34 @@
|
|
|
63148
63292
|
"endIndex": 3
|
|
63149
63293
|
}
|
|
63150
63294
|
},
|
|
63295
|
+
{
|
|
63296
|
+
"kind": "Variable",
|
|
63297
|
+
"canonicalReference": "@empathyco/x-components!resetUrlQuery:var",
|
|
63298
|
+
"docComment": "/**\n * Sets to empathy string the query of the url module.\n *\n * @public\n */\n",
|
|
63299
|
+
"excerptTokens": [
|
|
63300
|
+
{
|
|
63301
|
+
"kind": "Content",
|
|
63302
|
+
"text": "resetUrlQuery: "
|
|
63303
|
+
},
|
|
63304
|
+
{
|
|
63305
|
+
"kind": "Content",
|
|
63306
|
+
"text": "import(\"../..\")."
|
|
63307
|
+
},
|
|
63308
|
+
{
|
|
63309
|
+
"kind": "Reference",
|
|
63310
|
+
"text": "AnyWire",
|
|
63311
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
63312
|
+
}
|
|
63313
|
+
],
|
|
63314
|
+
"fileUrlPath": "src/x-modules/url/wiring.ts",
|
|
63315
|
+
"isReadonly": true,
|
|
63316
|
+
"releaseTag": "Public",
|
|
63317
|
+
"name": "resetUrlQuery",
|
|
63318
|
+
"variableTypeTokenRange": {
|
|
63319
|
+
"startIndex": 1,
|
|
63320
|
+
"endIndex": 3
|
|
63321
|
+
}
|
|
63322
|
+
},
|
|
63151
63323
|
{
|
|
63152
63324
|
"kind": "TypeAlias",
|
|
63153
63325
|
"canonicalReference": "@empathyco/x-components!ResultFeature:type",
|
|
@@ -76172,7 +76344,34 @@
|
|
|
76172
76344
|
},
|
|
76173
76345
|
{
|
|
76174
76346
|
"kind": "Content",
|
|
76175
|
-
"text": ", \"modelName\">[] | undefined;\n
|
|
76347
|
+
"text": ", \"modelName\">[] | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
|
|
76348
|
+
},
|
|
76349
|
+
{
|
|
76350
|
+
"kind": "Reference",
|
|
76351
|
+
"text": "VendorResult",
|
|
76352
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76353
|
+
},
|
|
76354
|
+
{
|
|
76355
|
+
"kind": "Content",
|
|
76356
|
+
"text": " | undefined;\n UserClickedAVendorResult?: import(\"../../../vendor\")."
|
|
76357
|
+
},
|
|
76358
|
+
{
|
|
76359
|
+
"kind": "Reference",
|
|
76360
|
+
"text": "VendorResult",
|
|
76361
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76362
|
+
},
|
|
76363
|
+
{
|
|
76364
|
+
"kind": "Content",
|
|
76365
|
+
"text": " | undefined;\n UserClickedVendorResultAddToCart?: import(\"../../../vendor\")."
|
|
76366
|
+
},
|
|
76367
|
+
{
|
|
76368
|
+
"kind": "Reference",
|
|
76369
|
+
"text": "VendorResult",
|
|
76370
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76371
|
+
},
|
|
76372
|
+
{
|
|
76373
|
+
"kind": "Content",
|
|
76374
|
+
"text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
76176
76375
|
},
|
|
76177
76376
|
{
|
|
76178
76377
|
"kind": "Reference",
|
|
@@ -76343,7 +76542,7 @@
|
|
|
76343
76542
|
"name": "SimpleFilter",
|
|
76344
76543
|
"variableTypeTokenRange": {
|
|
76345
76544
|
"startIndex": 1,
|
|
76346
|
-
"endIndex":
|
|
76545
|
+
"endIndex": 274
|
|
76347
76546
|
}
|
|
76348
76547
|
},
|
|
76349
76548
|
{
|
|
@@ -79549,6 +79748,60 @@
|
|
|
79549
79748
|
"text": "WireMetadata",
|
|
79550
79749
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79551
79750
|
},
|
|
79751
|
+
{
|
|
79752
|
+
"kind": "Content",
|
|
79753
|
+
"text": ") => unknown;\n UserViewedAVendorResult: (payload: import(\"..\")."
|
|
79754
|
+
},
|
|
79755
|
+
{
|
|
79756
|
+
"kind": "Reference",
|
|
79757
|
+
"text": "VendorResult",
|
|
79758
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79759
|
+
},
|
|
79760
|
+
{
|
|
79761
|
+
"kind": "Content",
|
|
79762
|
+
"text": ", metadata: "
|
|
79763
|
+
},
|
|
79764
|
+
{
|
|
79765
|
+
"kind": "Reference",
|
|
79766
|
+
"text": "WireMetadata",
|
|
79767
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79768
|
+
},
|
|
79769
|
+
{
|
|
79770
|
+
"kind": "Content",
|
|
79771
|
+
"text": ") => unknown;\n UserClickedAVendorResult: (payload: import(\"..\")."
|
|
79772
|
+
},
|
|
79773
|
+
{
|
|
79774
|
+
"kind": "Reference",
|
|
79775
|
+
"text": "VendorResult",
|
|
79776
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79777
|
+
},
|
|
79778
|
+
{
|
|
79779
|
+
"kind": "Content",
|
|
79780
|
+
"text": ", metadata: "
|
|
79781
|
+
},
|
|
79782
|
+
{
|
|
79783
|
+
"kind": "Reference",
|
|
79784
|
+
"text": "WireMetadata",
|
|
79785
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79786
|
+
},
|
|
79787
|
+
{
|
|
79788
|
+
"kind": "Content",
|
|
79789
|
+
"text": ") => unknown;\n UserClickedVendorResultAddToCart: (payload: import(\"..\")."
|
|
79790
|
+
},
|
|
79791
|
+
{
|
|
79792
|
+
"kind": "Reference",
|
|
79793
|
+
"text": "VendorResult",
|
|
79794
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79795
|
+
},
|
|
79796
|
+
{
|
|
79797
|
+
"kind": "Content",
|
|
79798
|
+
"text": ", metadata: "
|
|
79799
|
+
},
|
|
79800
|
+
{
|
|
79801
|
+
"kind": "Reference",
|
|
79802
|
+
"text": "WireMetadata",
|
|
79803
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79804
|
+
},
|
|
79552
79805
|
{
|
|
79553
79806
|
"kind": "Content",
|
|
79554
79807
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -79623,7 +79876,7 @@
|
|
|
79623
79876
|
"name": "SnippetCallbacks",
|
|
79624
79877
|
"variableTypeTokenRange": {
|
|
79625
79878
|
"startIndex": 1,
|
|
79626
|
-
"endIndex":
|
|
79879
|
+
"endIndex": 586
|
|
79627
79880
|
}
|
|
79628
79881
|
},
|
|
79629
79882
|
{
|
|
@@ -89697,7 +89950,7 @@
|
|
|
89697
89950
|
},
|
|
89698
89951
|
{
|
|
89699
89952
|
"kind": "Content",
|
|
89700
|
-
"text": ", 'modelName'>"
|
|
89953
|
+
"text": ", 'modelName' | 'tagging'>"
|
|
89701
89954
|
},
|
|
89702
89955
|
{
|
|
89703
89956
|
"kind": "Content",
|
|
@@ -89748,6 +90001,34 @@
|
|
|
89748
90001
|
"startIndex": 1,
|
|
89749
90002
|
"endIndex": 2
|
|
89750
90003
|
}
|
|
90004
|
+
},
|
|
90005
|
+
{
|
|
90006
|
+
"kind": "PropertySignature",
|
|
90007
|
+
"canonicalReference": "@empathyco/x-components!VendorResult#tagging:member",
|
|
90008
|
+
"docComment": "",
|
|
90009
|
+
"excerptTokens": [
|
|
90010
|
+
{
|
|
90011
|
+
"kind": "Content",
|
|
90012
|
+
"text": "tagging?: "
|
|
90013
|
+
},
|
|
90014
|
+
{
|
|
90015
|
+
"kind": "Reference",
|
|
90016
|
+
"text": "VendorResultTagging",
|
|
90017
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging:interface"
|
|
90018
|
+
},
|
|
90019
|
+
{
|
|
90020
|
+
"kind": "Content",
|
|
90021
|
+
"text": ";"
|
|
90022
|
+
}
|
|
90023
|
+
],
|
|
90024
|
+
"isReadonly": false,
|
|
90025
|
+
"isOptional": true,
|
|
90026
|
+
"releaseTag": "Public",
|
|
90027
|
+
"name": "tagging",
|
|
90028
|
+
"propertyTypeTokenRange": {
|
|
90029
|
+
"startIndex": 1,
|
|
90030
|
+
"endIndex": 2
|
|
90031
|
+
}
|
|
89751
90032
|
}
|
|
89752
90033
|
],
|
|
89753
90034
|
"extendsTokenRanges": [
|
|
@@ -89964,6 +90245,105 @@
|
|
|
89964
90245
|
"endIndex": 42
|
|
89965
90246
|
}
|
|
89966
90247
|
},
|
|
90248
|
+
{
|
|
90249
|
+
"kind": "Interface",
|
|
90250
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging:interface",
|
|
90251
|
+
"docComment": "",
|
|
90252
|
+
"excerptTokens": [
|
|
90253
|
+
{
|
|
90254
|
+
"kind": "Content",
|
|
90255
|
+
"text": "export interface VendorResultTagging "
|
|
90256
|
+
}
|
|
90257
|
+
],
|
|
90258
|
+
"fileUrlPath": "src/x-modules/vendor/types.ts",
|
|
90259
|
+
"releaseTag": "Public",
|
|
90260
|
+
"name": "VendorResultTagging",
|
|
90261
|
+
"preserveMemberOrder": false,
|
|
90262
|
+
"members": [
|
|
90263
|
+
{
|
|
90264
|
+
"kind": "PropertySignature",
|
|
90265
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#add2cartUrl:member",
|
|
90266
|
+
"docComment": "",
|
|
90267
|
+
"excerptTokens": [
|
|
90268
|
+
{
|
|
90269
|
+
"kind": "Content",
|
|
90270
|
+
"text": "add2cartUrl: "
|
|
90271
|
+
},
|
|
90272
|
+
{
|
|
90273
|
+
"kind": "Content",
|
|
90274
|
+
"text": "string"
|
|
90275
|
+
},
|
|
90276
|
+
{
|
|
90277
|
+
"kind": "Content",
|
|
90278
|
+
"text": ";"
|
|
90279
|
+
}
|
|
90280
|
+
],
|
|
90281
|
+
"isReadonly": false,
|
|
90282
|
+
"isOptional": false,
|
|
90283
|
+
"releaseTag": "Public",
|
|
90284
|
+
"name": "add2cartUrl",
|
|
90285
|
+
"propertyTypeTokenRange": {
|
|
90286
|
+
"startIndex": 1,
|
|
90287
|
+
"endIndex": 2
|
|
90288
|
+
}
|
|
90289
|
+
},
|
|
90290
|
+
{
|
|
90291
|
+
"kind": "PropertySignature",
|
|
90292
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#clickUrl:member",
|
|
90293
|
+
"docComment": "",
|
|
90294
|
+
"excerptTokens": [
|
|
90295
|
+
{
|
|
90296
|
+
"kind": "Content",
|
|
90297
|
+
"text": "clickUrl: "
|
|
90298
|
+
},
|
|
90299
|
+
{
|
|
90300
|
+
"kind": "Content",
|
|
90301
|
+
"text": "string"
|
|
90302
|
+
},
|
|
90303
|
+
{
|
|
90304
|
+
"kind": "Content",
|
|
90305
|
+
"text": ";"
|
|
90306
|
+
}
|
|
90307
|
+
],
|
|
90308
|
+
"isReadonly": false,
|
|
90309
|
+
"isOptional": false,
|
|
90310
|
+
"releaseTag": "Public",
|
|
90311
|
+
"name": "clickUrl",
|
|
90312
|
+
"propertyTypeTokenRange": {
|
|
90313
|
+
"startIndex": 1,
|
|
90314
|
+
"endIndex": 2
|
|
90315
|
+
}
|
|
90316
|
+
},
|
|
90317
|
+
{
|
|
90318
|
+
"kind": "PropertySignature",
|
|
90319
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#viewUrl:member",
|
|
90320
|
+
"docComment": "",
|
|
90321
|
+
"excerptTokens": [
|
|
90322
|
+
{
|
|
90323
|
+
"kind": "Content",
|
|
90324
|
+
"text": "viewUrl: "
|
|
90325
|
+
},
|
|
90326
|
+
{
|
|
90327
|
+
"kind": "Content",
|
|
90328
|
+
"text": "string"
|
|
90329
|
+
},
|
|
90330
|
+
{
|
|
90331
|
+
"kind": "Content",
|
|
90332
|
+
"text": ";"
|
|
90333
|
+
}
|
|
90334
|
+
],
|
|
90335
|
+
"isReadonly": false,
|
|
90336
|
+
"isOptional": false,
|
|
90337
|
+
"releaseTag": "Public",
|
|
90338
|
+
"name": "viewUrl",
|
|
90339
|
+
"propertyTypeTokenRange": {
|
|
90340
|
+
"startIndex": 1,
|
|
90341
|
+
"endIndex": 2
|
|
90342
|
+
}
|
|
90343
|
+
}
|
|
90344
|
+
],
|
|
90345
|
+
"extendsTokenRanges": []
|
|
90346
|
+
},
|
|
89967
90347
|
{
|
|
89968
90348
|
"kind": "Interface",
|
|
89969
90349
|
"canonicalReference": "@empathyco/x-components!VendorState:interface",
|
|
@@ -90029,6 +90409,90 @@
|
|
|
90029
90409
|
"name": "VendorXEvents",
|
|
90030
90410
|
"preserveMemberOrder": false,
|
|
90031
90411
|
"members": [
|
|
90412
|
+
{
|
|
90413
|
+
"kind": "PropertySignature",
|
|
90414
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedAVendorResult:member",
|
|
90415
|
+
"docComment": "/**\n * The user clicked on a vendor result. Payload: The {@link VendorResult | vendor result} that was clicked.\n */\n",
|
|
90416
|
+
"excerptTokens": [
|
|
90417
|
+
{
|
|
90418
|
+
"kind": "Content",
|
|
90419
|
+
"text": "UserClickedAVendorResult: "
|
|
90420
|
+
},
|
|
90421
|
+
{
|
|
90422
|
+
"kind": "Reference",
|
|
90423
|
+
"text": "VendorResult",
|
|
90424
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
90425
|
+
},
|
|
90426
|
+
{
|
|
90427
|
+
"kind": "Content",
|
|
90428
|
+
"text": ";"
|
|
90429
|
+
}
|
|
90430
|
+
],
|
|
90431
|
+
"isReadonly": false,
|
|
90432
|
+
"isOptional": false,
|
|
90433
|
+
"releaseTag": "Public",
|
|
90434
|
+
"name": "UserClickedAVendorResult",
|
|
90435
|
+
"propertyTypeTokenRange": {
|
|
90436
|
+
"startIndex": 1,
|
|
90437
|
+
"endIndex": 2
|
|
90438
|
+
}
|
|
90439
|
+
},
|
|
90440
|
+
{
|
|
90441
|
+
"kind": "PropertySignature",
|
|
90442
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedVendorResultAddToCart:member",
|
|
90443
|
+
"docComment": "/**\n * The user clicked on the add to cart button of a vendor result. Payload: The {@link VendorResult | vendor result} that was clicked.\n */\n",
|
|
90444
|
+
"excerptTokens": [
|
|
90445
|
+
{
|
|
90446
|
+
"kind": "Content",
|
|
90447
|
+
"text": "UserClickedVendorResultAddToCart: "
|
|
90448
|
+
},
|
|
90449
|
+
{
|
|
90450
|
+
"kind": "Reference",
|
|
90451
|
+
"text": "VendorResult",
|
|
90452
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
90453
|
+
},
|
|
90454
|
+
{
|
|
90455
|
+
"kind": "Content",
|
|
90456
|
+
"text": ";"
|
|
90457
|
+
}
|
|
90458
|
+
],
|
|
90459
|
+
"isReadonly": false,
|
|
90460
|
+
"isOptional": false,
|
|
90461
|
+
"releaseTag": "Public",
|
|
90462
|
+
"name": "UserClickedVendorResultAddToCart",
|
|
90463
|
+
"propertyTypeTokenRange": {
|
|
90464
|
+
"startIndex": 1,
|
|
90465
|
+
"endIndex": 2
|
|
90466
|
+
}
|
|
90467
|
+
},
|
|
90468
|
+
{
|
|
90469
|
+
"kind": "PropertySignature",
|
|
90470
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserViewedAVendorResult:member",
|
|
90471
|
+
"docComment": "/**\n * The user viewed a vendor result. Payload: The {@link VendorResult | vendor result} that was viewed.\n */\n",
|
|
90472
|
+
"excerptTokens": [
|
|
90473
|
+
{
|
|
90474
|
+
"kind": "Content",
|
|
90475
|
+
"text": "UserViewedAVendorResult: "
|
|
90476
|
+
},
|
|
90477
|
+
{
|
|
90478
|
+
"kind": "Reference",
|
|
90479
|
+
"text": "VendorResult",
|
|
90480
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
90481
|
+
},
|
|
90482
|
+
{
|
|
90483
|
+
"kind": "Content",
|
|
90484
|
+
"text": ";"
|
|
90485
|
+
}
|
|
90486
|
+
],
|
|
90487
|
+
"isReadonly": false,
|
|
90488
|
+
"isOptional": false,
|
|
90489
|
+
"releaseTag": "Public",
|
|
90490
|
+
"name": "UserViewedAVendorResult",
|
|
90491
|
+
"propertyTypeTokenRange": {
|
|
90492
|
+
"startIndex": 1,
|
|
90493
|
+
"endIndex": 2
|
|
90494
|
+
}
|
|
90495
|
+
},
|
|
90032
90496
|
{
|
|
90033
90497
|
"kind": "PropertySignature",
|
|
90034
90498
|
"canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",
|