@empathyco/x-components 8.1.1 → 8.3.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 +9 -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/x-modules/url/wiring.js +1 -0
- 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 +451 -15
- package/report/x-components.api.md +59 -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/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/url/wiring.d.ts +1 -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
|
@@ -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
|
{
|
|
@@ -76172,7 +76316,34 @@
|
|
|
76172
76316
|
},
|
|
76173
76317
|
{
|
|
76174
76318
|
"kind": "Content",
|
|
76175
|
-
"text": ", \"modelName\">[] | undefined;\n
|
|
76319
|
+
"text": ", \"modelName\">[] | undefined;\n UserViewedAVendorResult?: import(\"../../../vendor\")."
|
|
76320
|
+
},
|
|
76321
|
+
{
|
|
76322
|
+
"kind": "Reference",
|
|
76323
|
+
"text": "VendorResult",
|
|
76324
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76325
|
+
},
|
|
76326
|
+
{
|
|
76327
|
+
"kind": "Content",
|
|
76328
|
+
"text": " | undefined;\n UserClickedAVendorResult?: import(\"../../../vendor\")."
|
|
76329
|
+
},
|
|
76330
|
+
{
|
|
76331
|
+
"kind": "Reference",
|
|
76332
|
+
"text": "VendorResult",
|
|
76333
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76334
|
+
},
|
|
76335
|
+
{
|
|
76336
|
+
"kind": "Content",
|
|
76337
|
+
"text": " | undefined;\n UserClickedVendorResultAddToCart?: import(\"../../../vendor\")."
|
|
76338
|
+
},
|
|
76339
|
+
{
|
|
76340
|
+
"kind": "Reference",
|
|
76341
|
+
"text": "VendorResult",
|
|
76342
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
76343
|
+
},
|
|
76344
|
+
{
|
|
76345
|
+
"kind": "Content",
|
|
76346
|
+
"text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
|
|
76176
76347
|
},
|
|
76177
76348
|
{
|
|
76178
76349
|
"kind": "Reference",
|
|
@@ -76343,7 +76514,7 @@
|
|
|
76343
76514
|
"name": "SimpleFilter",
|
|
76344
76515
|
"variableTypeTokenRange": {
|
|
76345
76516
|
"startIndex": 1,
|
|
76346
|
-
"endIndex":
|
|
76517
|
+
"endIndex": 274
|
|
76347
76518
|
}
|
|
76348
76519
|
},
|
|
76349
76520
|
{
|
|
@@ -79549,6 +79720,60 @@
|
|
|
79549
79720
|
"text": "WireMetadata",
|
|
79550
79721
|
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79551
79722
|
},
|
|
79723
|
+
{
|
|
79724
|
+
"kind": "Content",
|
|
79725
|
+
"text": ") => unknown;\n UserViewedAVendorResult: (payload: import(\"..\")."
|
|
79726
|
+
},
|
|
79727
|
+
{
|
|
79728
|
+
"kind": "Reference",
|
|
79729
|
+
"text": "VendorResult",
|
|
79730
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79731
|
+
},
|
|
79732
|
+
{
|
|
79733
|
+
"kind": "Content",
|
|
79734
|
+
"text": ", metadata: "
|
|
79735
|
+
},
|
|
79736
|
+
{
|
|
79737
|
+
"kind": "Reference",
|
|
79738
|
+
"text": "WireMetadata",
|
|
79739
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79740
|
+
},
|
|
79741
|
+
{
|
|
79742
|
+
"kind": "Content",
|
|
79743
|
+
"text": ") => unknown;\n UserClickedAVendorResult: (payload: import(\"..\")."
|
|
79744
|
+
},
|
|
79745
|
+
{
|
|
79746
|
+
"kind": "Reference",
|
|
79747
|
+
"text": "VendorResult",
|
|
79748
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79749
|
+
},
|
|
79750
|
+
{
|
|
79751
|
+
"kind": "Content",
|
|
79752
|
+
"text": ", metadata: "
|
|
79753
|
+
},
|
|
79754
|
+
{
|
|
79755
|
+
"kind": "Reference",
|
|
79756
|
+
"text": "WireMetadata",
|
|
79757
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79758
|
+
},
|
|
79759
|
+
{
|
|
79760
|
+
"kind": "Content",
|
|
79761
|
+
"text": ") => unknown;\n UserClickedVendorResultAddToCart: (payload: import(\"..\")."
|
|
79762
|
+
},
|
|
79763
|
+
{
|
|
79764
|
+
"kind": "Reference",
|
|
79765
|
+
"text": "VendorResult",
|
|
79766
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
79767
|
+
},
|
|
79768
|
+
{
|
|
79769
|
+
"kind": "Content",
|
|
79770
|
+
"text": ", metadata: "
|
|
79771
|
+
},
|
|
79772
|
+
{
|
|
79773
|
+
"kind": "Reference",
|
|
79774
|
+
"text": "WireMetadata",
|
|
79775
|
+
"canonicalReference": "@empathyco/x-components!WireMetadata:interface"
|
|
79776
|
+
},
|
|
79552
79777
|
{
|
|
79553
79778
|
"kind": "Content",
|
|
79554
79779
|
"text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
|
|
@@ -79623,7 +79848,7 @@
|
|
|
79623
79848
|
"name": "SnippetCallbacks",
|
|
79624
79849
|
"variableTypeTokenRange": {
|
|
79625
79850
|
"startIndex": 1,
|
|
79626
|
-
"endIndex":
|
|
79851
|
+
"endIndex": 586
|
|
79627
79852
|
}
|
|
79628
79853
|
},
|
|
79629
79854
|
{
|
|
@@ -89697,7 +89922,7 @@
|
|
|
89697
89922
|
},
|
|
89698
89923
|
{
|
|
89699
89924
|
"kind": "Content",
|
|
89700
|
-
"text": ", 'modelName'>"
|
|
89925
|
+
"text": ", 'modelName' | 'tagging'>"
|
|
89701
89926
|
},
|
|
89702
89927
|
{
|
|
89703
89928
|
"kind": "Content",
|
|
@@ -89748,6 +89973,34 @@
|
|
|
89748
89973
|
"startIndex": 1,
|
|
89749
89974
|
"endIndex": 2
|
|
89750
89975
|
}
|
|
89976
|
+
},
|
|
89977
|
+
{
|
|
89978
|
+
"kind": "PropertySignature",
|
|
89979
|
+
"canonicalReference": "@empathyco/x-components!VendorResult#tagging:member",
|
|
89980
|
+
"docComment": "",
|
|
89981
|
+
"excerptTokens": [
|
|
89982
|
+
{
|
|
89983
|
+
"kind": "Content",
|
|
89984
|
+
"text": "tagging?: "
|
|
89985
|
+
},
|
|
89986
|
+
{
|
|
89987
|
+
"kind": "Reference",
|
|
89988
|
+
"text": "VendorResultTagging",
|
|
89989
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging:interface"
|
|
89990
|
+
},
|
|
89991
|
+
{
|
|
89992
|
+
"kind": "Content",
|
|
89993
|
+
"text": ";"
|
|
89994
|
+
}
|
|
89995
|
+
],
|
|
89996
|
+
"isReadonly": false,
|
|
89997
|
+
"isOptional": true,
|
|
89998
|
+
"releaseTag": "Public",
|
|
89999
|
+
"name": "tagging",
|
|
90000
|
+
"propertyTypeTokenRange": {
|
|
90001
|
+
"startIndex": 1,
|
|
90002
|
+
"endIndex": 2
|
|
90003
|
+
}
|
|
89751
90004
|
}
|
|
89752
90005
|
],
|
|
89753
90006
|
"extendsTokenRanges": [
|
|
@@ -89964,6 +90217,105 @@
|
|
|
89964
90217
|
"endIndex": 42
|
|
89965
90218
|
}
|
|
89966
90219
|
},
|
|
90220
|
+
{
|
|
90221
|
+
"kind": "Interface",
|
|
90222
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging:interface",
|
|
90223
|
+
"docComment": "",
|
|
90224
|
+
"excerptTokens": [
|
|
90225
|
+
{
|
|
90226
|
+
"kind": "Content",
|
|
90227
|
+
"text": "export interface VendorResultTagging "
|
|
90228
|
+
}
|
|
90229
|
+
],
|
|
90230
|
+
"fileUrlPath": "src/x-modules/vendor/types.ts",
|
|
90231
|
+
"releaseTag": "Public",
|
|
90232
|
+
"name": "VendorResultTagging",
|
|
90233
|
+
"preserveMemberOrder": false,
|
|
90234
|
+
"members": [
|
|
90235
|
+
{
|
|
90236
|
+
"kind": "PropertySignature",
|
|
90237
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#add2cartUrl:member",
|
|
90238
|
+
"docComment": "",
|
|
90239
|
+
"excerptTokens": [
|
|
90240
|
+
{
|
|
90241
|
+
"kind": "Content",
|
|
90242
|
+
"text": "add2cartUrl: "
|
|
90243
|
+
},
|
|
90244
|
+
{
|
|
90245
|
+
"kind": "Content",
|
|
90246
|
+
"text": "string"
|
|
90247
|
+
},
|
|
90248
|
+
{
|
|
90249
|
+
"kind": "Content",
|
|
90250
|
+
"text": ";"
|
|
90251
|
+
}
|
|
90252
|
+
],
|
|
90253
|
+
"isReadonly": false,
|
|
90254
|
+
"isOptional": false,
|
|
90255
|
+
"releaseTag": "Public",
|
|
90256
|
+
"name": "add2cartUrl",
|
|
90257
|
+
"propertyTypeTokenRange": {
|
|
90258
|
+
"startIndex": 1,
|
|
90259
|
+
"endIndex": 2
|
|
90260
|
+
}
|
|
90261
|
+
},
|
|
90262
|
+
{
|
|
90263
|
+
"kind": "PropertySignature",
|
|
90264
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#clickUrl:member",
|
|
90265
|
+
"docComment": "",
|
|
90266
|
+
"excerptTokens": [
|
|
90267
|
+
{
|
|
90268
|
+
"kind": "Content",
|
|
90269
|
+
"text": "clickUrl: "
|
|
90270
|
+
},
|
|
90271
|
+
{
|
|
90272
|
+
"kind": "Content",
|
|
90273
|
+
"text": "string"
|
|
90274
|
+
},
|
|
90275
|
+
{
|
|
90276
|
+
"kind": "Content",
|
|
90277
|
+
"text": ";"
|
|
90278
|
+
}
|
|
90279
|
+
],
|
|
90280
|
+
"isReadonly": false,
|
|
90281
|
+
"isOptional": false,
|
|
90282
|
+
"releaseTag": "Public",
|
|
90283
|
+
"name": "clickUrl",
|
|
90284
|
+
"propertyTypeTokenRange": {
|
|
90285
|
+
"startIndex": 1,
|
|
90286
|
+
"endIndex": 2
|
|
90287
|
+
}
|
|
90288
|
+
},
|
|
90289
|
+
{
|
|
90290
|
+
"kind": "PropertySignature",
|
|
90291
|
+
"canonicalReference": "@empathyco/x-components!VendorResultTagging#viewUrl:member",
|
|
90292
|
+
"docComment": "",
|
|
90293
|
+
"excerptTokens": [
|
|
90294
|
+
{
|
|
90295
|
+
"kind": "Content",
|
|
90296
|
+
"text": "viewUrl: "
|
|
90297
|
+
},
|
|
90298
|
+
{
|
|
90299
|
+
"kind": "Content",
|
|
90300
|
+
"text": "string"
|
|
90301
|
+
},
|
|
90302
|
+
{
|
|
90303
|
+
"kind": "Content",
|
|
90304
|
+
"text": ";"
|
|
90305
|
+
}
|
|
90306
|
+
],
|
|
90307
|
+
"isReadonly": false,
|
|
90308
|
+
"isOptional": false,
|
|
90309
|
+
"releaseTag": "Public",
|
|
90310
|
+
"name": "viewUrl",
|
|
90311
|
+
"propertyTypeTokenRange": {
|
|
90312
|
+
"startIndex": 1,
|
|
90313
|
+
"endIndex": 2
|
|
90314
|
+
}
|
|
90315
|
+
}
|
|
90316
|
+
],
|
|
90317
|
+
"extendsTokenRanges": []
|
|
90318
|
+
},
|
|
89967
90319
|
{
|
|
89968
90320
|
"kind": "Interface",
|
|
89969
90321
|
"canonicalReference": "@empathyco/x-components!VendorState:interface",
|
|
@@ -90029,6 +90381,90 @@
|
|
|
90029
90381
|
"name": "VendorXEvents",
|
|
90030
90382
|
"preserveMemberOrder": false,
|
|
90031
90383
|
"members": [
|
|
90384
|
+
{
|
|
90385
|
+
"kind": "PropertySignature",
|
|
90386
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedAVendorResult:member",
|
|
90387
|
+
"docComment": "/**\n * The user clicked on a vendor result. Payload: The {@link VendorResult | vendor result} that was clicked.\n */\n",
|
|
90388
|
+
"excerptTokens": [
|
|
90389
|
+
{
|
|
90390
|
+
"kind": "Content",
|
|
90391
|
+
"text": "UserClickedAVendorResult: "
|
|
90392
|
+
},
|
|
90393
|
+
{
|
|
90394
|
+
"kind": "Reference",
|
|
90395
|
+
"text": "VendorResult",
|
|
90396
|
+
"canonicalReference": "@empathyco/x-components!VendorResult:interface"
|
|
90397
|
+
},
|
|
90398
|
+
{
|
|
90399
|
+
"kind": "Content",
|
|
90400
|
+
"text": ";"
|
|
90401
|
+
}
|
|
90402
|
+
],
|
|
90403
|
+
"isReadonly": false,
|
|
90404
|
+
"isOptional": false,
|
|
90405
|
+
"releaseTag": "Public",
|
|
90406
|
+
"name": "UserClickedAVendorResult",
|
|
90407
|
+
"propertyTypeTokenRange": {
|
|
90408
|
+
"startIndex": 1,
|
|
90409
|
+
"endIndex": 2
|
|
90410
|
+
}
|
|
90411
|
+
},
|
|
90412
|
+
{
|
|
90413
|
+
"kind": "PropertySignature",
|
|
90414
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedVendorResultAddToCart:member",
|
|
90415
|
+
"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",
|
|
90416
|
+
"excerptTokens": [
|
|
90417
|
+
{
|
|
90418
|
+
"kind": "Content",
|
|
90419
|
+
"text": "UserClickedVendorResultAddToCart: "
|
|
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": "UserClickedVendorResultAddToCart",
|
|
90435
|
+
"propertyTypeTokenRange": {
|
|
90436
|
+
"startIndex": 1,
|
|
90437
|
+
"endIndex": 2
|
|
90438
|
+
}
|
|
90439
|
+
},
|
|
90440
|
+
{
|
|
90441
|
+
"kind": "PropertySignature",
|
|
90442
|
+
"canonicalReference": "@empathyco/x-components!VendorXEvents#UserViewedAVendorResult:member",
|
|
90443
|
+
"docComment": "/**\n * The user viewed a vendor result. Payload: The {@link VendorResult | vendor result} that was viewed.\n */\n",
|
|
90444
|
+
"excerptTokens": [
|
|
90445
|
+
{
|
|
90446
|
+
"kind": "Content",
|
|
90447
|
+
"text": "UserViewedAVendorResult: "
|
|
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": "UserViewedAVendorResult",
|
|
90463
|
+
"propertyTypeTokenRange": {
|
|
90464
|
+
"startIndex": 1,
|
|
90465
|
+
"endIndex": 2
|
|
90466
|
+
}
|
|
90467
|
+
},
|
|
90032
90468
|
{
|
|
90033
90469
|
"kind": "PropertySignature",
|
|
90034
90470
|
"canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",
|