@empathyco/x-components 8.4.0 → 8.6.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/core/index.js.map +1 -1
  3. package/docs/API-reference/api/x-components.banner.md +11 -1
  4. package/docs/API-reference/api/x-components.hierarchicalfilter.md +3 -0
  5. package/docs/API-reference/api/x-components.md +48 -0
  6. package/docs/API-reference/api/x-components.setbanners.md +13 -0
  7. package/docs/API-reference/api/x-components.simplefilter.md +3 -0
  8. package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
  9. package/docs/API-reference/api/x-components.vendorbanner.md +78 -0
  10. package/docs/API-reference/api/x-components.vendorbanner.position.md +11 -0
  11. package/docs/API-reference/api/x-components.vendorbanner.tagging.md +11 -0
  12. package/docs/API-reference/api/x-components.vendorbannerslist.md +31 -0
  13. package/docs/API-reference/api/x-components.vendorbannertagging.clickurl.md +11 -0
  14. package/docs/API-reference/api/x-components.vendorbannertagging.md +73 -0
  15. package/docs/API-reference/api/x-components.vendorbannertagging.viewurl.md +11 -0
  16. package/docs/API-reference/api/x-components.vendormutations.md +17 -0
  17. package/docs/API-reference/api/x-components.vendormutations.setbanners.md +11 -0
  18. package/docs/API-reference/api/x-components.vendorstate.banners.md +11 -0
  19. package/docs/API-reference/api/x-components.vendorstate.md +17 -0
  20. package/docs/API-reference/api/x-components.vendorxevents.md +57 -0
  21. package/docs/API-reference/api/x-components.vendorxevents.userclickedavendorbanner.md +13 -0
  22. package/docs/API-reference/api/x-components.vendorxevents.userviewedavendorbanner.md +13 -0
  23. package/docs/API-reference/api/x-components.vendorxevents.vendorbannerschanged.md +13 -0
  24. package/docs/API-reference/api/x-types.banner.md +2 -2
  25. package/docs/API-reference/components/search/x-components.banner.md +8 -6
  26. package/docs/API-reference/components/vendor/x-components.vendor-banners-list.md +21 -0
  27. package/js/components/base-grid.vue.js.map +1 -1
  28. package/js/components/base-grid.vue2.js +5 -1
  29. package/js/components/base-grid.vue2.js.map +1 -1
  30. package/js/components/base-grid.vue3.js +1 -1
  31. package/js/index.js +2 -1
  32. package/js/index.js.map +1 -1
  33. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  34. package/js/x-modules/search/components/banner.vue2.js +10 -1
  35. package/js/x-modules/search/components/banner.vue2.js.map +1 -1
  36. package/js/x-modules/vendor/components/vendor-banners-list.vue.js +83 -0
  37. package/js/x-modules/vendor/components/vendor-banners-list.vue.js.map +1 -0
  38. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js +6 -0
  39. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js.map +1 -0
  40. package/js/x-modules/vendor/store/module.js +4 -0
  41. package/js/x-modules/vendor/store/module.js.map +1 -1
  42. package/js/x-modules/vendor/wiring.js +28 -1
  43. package/js/x-modules/vendor/wiring.js.map +1 -1
  44. package/package.json +4 -4
  45. package/report/x-components.api.json +856 -91
  46. package/report/x-components.api.md +74 -2
  47. package/report/x-types.api.json +1 -1
  48. package/types/src/components/base-grid.vue.d.ts.map +1 -1
  49. package/types/src/components/snippet-callbacks.vue.d.ts +3 -0
  50. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  51. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +3 -0
  52. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  53. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +3 -0
  54. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  55. package/types/src/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
  56. package/types/src/x-modules/search/components/banner.vue.d.ts +22 -1
  57. package/types/src/x-modules/search/components/banner.vue.d.ts.map +1 -1
  58. package/types/src/x-modules/vendor/components/index.d.ts +1 -0
  59. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -1
  60. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts +30 -0
  61. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts.map +1 -0
  62. package/types/src/x-modules/vendor/events.types.d.ts +17 -1
  63. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
  64. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
  65. package/types/src/x-modules/vendor/store/types.d.ts +3 -1
  66. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
  67. package/types/src/x-modules/vendor/types.d.ts +20 -1
  68. package/types/src/x-modules/vendor/types.d.ts.map +1 -1
  69. package/types/src/x-modules/vendor/wiring.d.ts +16 -0
  70. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
  71. package/vendor/index.js +2 -1
@@ -4651,7 +4651,25 @@
4651
4651
  },
4652
4652
  {
4653
4653
  "kind": "Content",
4654
- "text": ";\n}>, {\n imageFailed: import(\"vue\")."
4654
+ "text": ";\n clickEvent: {\n type: "
4655
+ },
4656
+ {
4657
+ "kind": "Reference",
4658
+ "text": "PropType",
4659
+ "canonicalReference": "@vue/runtime-core!PropType:type"
4660
+ },
4661
+ {
4662
+ "kind": "Content",
4663
+ "text": "<"
4664
+ },
4665
+ {
4666
+ "kind": "Reference",
4667
+ "text": "XEvent",
4668
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
4669
+ },
4670
+ {
4671
+ "kind": "Content",
4672
+ "text": ">;\n default: string;\n };\n}>, {\n imageFailed: import(\"vue\")."
4655
4673
  },
4656
4674
  {
4657
4675
  "kind": "Reference",
@@ -4750,7 +4768,25 @@
4750
4768
  },
4751
4769
  {
4752
4770
  "kind": "Content",
4753
- "text": ";\n}>> & "
4771
+ "text": ";\n clickEvent: {\n type: "
4772
+ },
4773
+ {
4774
+ "kind": "Reference",
4775
+ "text": "PropType",
4776
+ "canonicalReference": "@vue/runtime-core!PropType:type"
4777
+ },
4778
+ {
4779
+ "kind": "Content",
4780
+ "text": "<"
4781
+ },
4782
+ {
4783
+ "kind": "Reference",
4784
+ "text": "XEvent",
4785
+ "canonicalReference": "@empathyco/x-components!XEvent:type"
4786
+ },
4787
+ {
4788
+ "kind": "Content",
4789
+ "text": ">;\n default: string;\n };\n}>> & "
4754
4790
  },
4755
4791
  {
4756
4792
  "kind": "Reference",
@@ -4759,7 +4795,16 @@
4759
4795
  },
4760
4796
  {
4761
4797
  "kind": "Content",
4762
- "text": "<{}>, {}, {}, {}, {}, string, import(\"vue\")."
4798
+ "text": "<{}>, {\n clickEvent: keyof import(\"../../../wiring\")."
4799
+ },
4800
+ {
4801
+ "kind": "Reference",
4802
+ "text": "XEventsTypes",
4803
+ "canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
4804
+ },
4805
+ {
4806
+ "kind": "Content",
4807
+ "text": ";\n}, {}, {}, {}, string, import(\"vue\")."
4763
4808
  },
4764
4809
  {
4765
4810
  "kind": "Reference",
@@ -4777,7 +4822,7 @@
4777
4822
  "name": "Banner",
4778
4823
  "variableTypeTokenRange": {
4779
4824
  "startIndex": 1,
4780
- "endIndex": 38
4825
+ "endIndex": 48
4781
4826
  }
4782
4827
  },
4783
4828
  {
@@ -37142,6 +37187,42 @@
37142
37187
  "text": "VendorResult",
37143
37188
  "canonicalReference": "@empathyco/x-components!VendorResult:interface"
37144
37189
  },
37190
+ {
37191
+ "kind": "Content",
37192
+ "text": " | undefined;\n VendorBannersChanged?: "
37193
+ },
37194
+ {
37195
+ "kind": "Reference",
37196
+ "text": "Omit",
37197
+ "canonicalReference": "!Omit:type"
37198
+ },
37199
+ {
37200
+ "kind": "Content",
37201
+ "text": "<import(\"../../../vendor\")."
37202
+ },
37203
+ {
37204
+ "kind": "Reference",
37205
+ "text": "VendorBanner",
37206
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
37207
+ },
37208
+ {
37209
+ "kind": "Content",
37210
+ "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
37211
+ },
37212
+ {
37213
+ "kind": "Reference",
37214
+ "text": "VendorBanner",
37215
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
37216
+ },
37217
+ {
37218
+ "kind": "Content",
37219
+ "text": " | undefined;\n UserClickedAVendorBanner?: import(\"../../../vendor\")."
37220
+ },
37221
+ {
37222
+ "kind": "Reference",
37223
+ "text": "VendorBanner",
37224
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
37225
+ },
37145
37226
  {
37146
37227
  "kind": "Content",
37147
37228
  "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
@@ -37414,7 +37495,7 @@
37414
37495
  "name": "HierarchicalFilter",
37415
37496
  "variableTypeTokenRange": {
37416
37497
  "startIndex": 1,
37417
- "endIndex": 306
37498
+ "endIndex": 314
37418
37499
  }
37419
37500
  },
37420
37501
  {
@@ -72163,6 +72244,34 @@
72163
72244
  "endIndex": 3
72164
72245
  }
72165
72246
  },
72247
+ {
72248
+ "kind": "Variable",
72249
+ "canonicalReference": "@empathyco/x-components!setBanners:var",
72250
+ "docComment": "/**\n * Sets the vendor banners of the {@link VendorXModule}.\n *\n * @public\n */\n",
72251
+ "excerptTokens": [
72252
+ {
72253
+ "kind": "Content",
72254
+ "text": "setBanners: "
72255
+ },
72256
+ {
72257
+ "kind": "Content",
72258
+ "text": "import(\"../../wiring\")."
72259
+ },
72260
+ {
72261
+ "kind": "Reference",
72262
+ "text": "AnyWire",
72263
+ "canonicalReference": "@empathyco/x-components!AnyWire:type"
72264
+ }
72265
+ ],
72266
+ "fileUrlPath": "src/x-modules/vendor/wiring.ts",
72267
+ "isReadonly": true,
72268
+ "releaseTag": "Public",
72269
+ "name": "setBanners",
72270
+ "variableTypeTokenRange": {
72271
+ "startIndex": 1,
72272
+ "endIndex": 3
72273
+ }
72274
+ },
72166
72275
  {
72167
72276
  "kind": "Variable",
72168
72277
  "canonicalReference": "@empathyco/x-components!setBrowseCategory:var",
@@ -76369,6 +76478,42 @@
76369
76478
  "text": "VendorResult",
76370
76479
  "canonicalReference": "@empathyco/x-components!VendorResult:interface"
76371
76480
  },
76481
+ {
76482
+ "kind": "Content",
76483
+ "text": " | undefined;\n VendorBannersChanged?: "
76484
+ },
76485
+ {
76486
+ "kind": "Reference",
76487
+ "text": "Omit",
76488
+ "canonicalReference": "!Omit:type"
76489
+ },
76490
+ {
76491
+ "kind": "Content",
76492
+ "text": "<import(\"../../../vendor\")."
76493
+ },
76494
+ {
76495
+ "kind": "Reference",
76496
+ "text": "VendorBanner",
76497
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
76498
+ },
76499
+ {
76500
+ "kind": "Content",
76501
+ "text": ", \"modelName\">[] | undefined;\n UserViewedAVendorBanner?: import(\"../../../vendor\")."
76502
+ },
76503
+ {
76504
+ "kind": "Reference",
76505
+ "text": "VendorBanner",
76506
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
76507
+ },
76508
+ {
76509
+ "kind": "Content",
76510
+ "text": " | undefined;\n UserClickedAVendorBanner?: import(\"../../../vendor\")."
76511
+ },
76512
+ {
76513
+ "kind": "Reference",
76514
+ "text": "VendorBanner",
76515
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
76516
+ },
76372
76517
  {
76373
76518
  "kind": "Content",
76374
76519
  "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
@@ -76542,7 +76687,7 @@
76542
76687
  "name": "SimpleFilter",
76543
76688
  "variableTypeTokenRange": {
76544
76689
  "startIndex": 1,
76545
- "endIndex": 274
76690
+ "endIndex": 282
76546
76691
  }
76547
76692
  },
76548
76693
  {
@@ -79802,6 +79947,69 @@
79802
79947
  "text": "WireMetadata",
79803
79948
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79804
79949
  },
79950
+ {
79951
+ "kind": "Content",
79952
+ "text": ") => unknown;\n VendorBannersChanged: (payload: "
79953
+ },
79954
+ {
79955
+ "kind": "Reference",
79956
+ "text": "Omit",
79957
+ "canonicalReference": "!Omit:type"
79958
+ },
79959
+ {
79960
+ "kind": "Content",
79961
+ "text": "<import(\"..\")."
79962
+ },
79963
+ {
79964
+ "kind": "Reference",
79965
+ "text": "VendorBanner",
79966
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
79967
+ },
79968
+ {
79969
+ "kind": "Content",
79970
+ "text": ", \"modelName\">[], metadata: "
79971
+ },
79972
+ {
79973
+ "kind": "Reference",
79974
+ "text": "WireMetadata",
79975
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79976
+ },
79977
+ {
79978
+ "kind": "Content",
79979
+ "text": ") => unknown;\n UserViewedAVendorBanner: (payload: import(\"..\")."
79980
+ },
79981
+ {
79982
+ "kind": "Reference",
79983
+ "text": "VendorBanner",
79984
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
79985
+ },
79986
+ {
79987
+ "kind": "Content",
79988
+ "text": ", metadata: "
79989
+ },
79990
+ {
79991
+ "kind": "Reference",
79992
+ "text": "WireMetadata",
79993
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79994
+ },
79995
+ {
79996
+ "kind": "Content",
79997
+ "text": ") => unknown;\n UserClickedAVendorBanner: (payload: import(\"..\")."
79998
+ },
79999
+ {
80000
+ "kind": "Reference",
80001
+ "text": "VendorBanner",
80002
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
80003
+ },
80004
+ {
80005
+ "kind": "Content",
80006
+ "text": ", metadata: "
80007
+ },
80008
+ {
80009
+ "kind": "Reference",
80010
+ "text": "WireMetadata",
80011
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
80012
+ },
79805
80013
  {
79806
80014
  "kind": "Content",
79807
80015
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -79876,7 +80084,7 @@
79876
80084
  "name": "SnippetCallbacks",
79877
80085
  "variableTypeTokenRange": {
79878
80086
  "startIndex": 1,
79879
- "endIndex": 586
80087
+ "endIndex": 600
79880
80088
  }
79881
80089
  },
79882
80090
  {
@@ -89856,83 +90064,12 @@
89856
90064
  },
89857
90065
  {
89858
90066
  "kind": "Interface",
89859
- "canonicalReference": "@empathyco/x-components!VendorGetters:interface",
89860
- "docComment": "",
90067
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface",
90068
+ "docComment": "/**\n * The interface for a vendor banner, extending the base Banner interface. The optional position means: - If the position is defined, the banner will be displayed in that position inside the grid. - If the position is undefined, the banner will be displayed on top of the grid and full width.\n */\n",
89861
90069
  "excerptTokens": [
89862
90070
  {
89863
90071
  "kind": "Content",
89864
- "text": "export interface VendorGetters "
89865
- }
89866
- ],
89867
- "fileUrlPath": "src/x-modules/vendor/store/types.ts",
89868
- "releaseTag": "Public",
89869
- "name": "VendorGetters",
89870
- "preserveMemberOrder": false,
89871
- "members": [],
89872
- "extendsTokenRanges": []
89873
- },
89874
- {
89875
- "kind": "Interface",
89876
- "canonicalReference": "@empathyco/x-components!VendorMutations:interface",
89877
- "docComment": "",
89878
- "excerptTokens": [
89879
- {
89880
- "kind": "Content",
89881
- "text": "export interface VendorMutations "
89882
- }
89883
- ],
89884
- "fileUrlPath": "src/x-modules/vendor/store/types.ts",
89885
- "releaseTag": "Public",
89886
- "name": "VendorMutations",
89887
- "preserveMemberOrder": false,
89888
- "members": [
89889
- {
89890
- "kind": "PropertySignature",
89891
- "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
89892
- "docComment": "",
89893
- "excerptTokens": [
89894
- {
89895
- "kind": "Content",
89896
- "text": "setResults: "
89897
- },
89898
- {
89899
- "kind": "Content",
89900
- "text": "(results: "
89901
- },
89902
- {
89903
- "kind": "Reference",
89904
- "text": "VendorResult",
89905
- "canonicalReference": "@empathyco/x-components!VendorResult:interface"
89906
- },
89907
- {
89908
- "kind": "Content",
89909
- "text": "[]) => void"
89910
- },
89911
- {
89912
- "kind": "Content",
89913
- "text": ";"
89914
- }
89915
- ],
89916
- "isReadonly": false,
89917
- "isOptional": false,
89918
- "releaseTag": "Public",
89919
- "name": "setResults",
89920
- "propertyTypeTokenRange": {
89921
- "startIndex": 1,
89922
- "endIndex": 4
89923
- }
89924
- }
89925
- ],
89926
- "extendsTokenRanges": []
89927
- },
89928
- {
89929
- "kind": "Interface",
89930
- "canonicalReference": "@empathyco/x-components!VendorResult:interface",
89931
- "docComment": "/**\n * The interface for a vendor result, extending the base Result interface.\n */\n",
89932
- "excerptTokens": [
89933
- {
89934
- "kind": "Content",
89935
- "text": "export interface VendorResult extends "
90072
+ "text": "export interface VendorBanner extends "
89936
90073
  },
89937
90074
  {
89938
90075
  "kind": "Reference",
@@ -89945,8 +90082,8 @@
89945
90082
  },
89946
90083
  {
89947
90084
  "kind": "Reference",
89948
- "text": "Result",
89949
- "canonicalReference": "@empathyco/x-components!Result:interface"
90085
+ "text": "Banner",
90086
+ "canonicalReference": "@empathyco/x-components!Banner_2:interface"
89950
90087
  },
89951
90088
  {
89952
90089
  "kind": "Content",
@@ -89963,7 +90100,7 @@
89963
90100
  },
89964
90101
  {
89965
90102
  "kind": "Content",
89966
- "text": "<'VendorResult'>"
90103
+ "text": "<'VendorBanner'>"
89967
90104
  },
89968
90105
  {
89969
90106
  "kind": "Content",
@@ -89972,17 +90109,17 @@
89972
90109
  ],
89973
90110
  "fileUrlPath": "src/x-modules/vendor/types.ts",
89974
90111
  "releaseTag": "Public",
89975
- "name": "VendorResult",
90112
+ "name": "VendorBanner",
89976
90113
  "preserveMemberOrder": false,
89977
90114
  "members": [
89978
90115
  {
89979
90116
  "kind": "PropertySignature",
89980
- "canonicalReference": "@empathyco/x-components!VendorResult#position:member",
90117
+ "canonicalReference": "@empathyco/x-components!VendorBanner#position:member",
89981
90118
  "docComment": "",
89982
90119
  "excerptTokens": [
89983
90120
  {
89984
90121
  "kind": "Content",
89985
- "text": "position: "
90122
+ "text": "position?: "
89986
90123
  },
89987
90124
  {
89988
90125
  "kind": "Content",
@@ -89994,7 +90131,7 @@
89994
90131
  }
89995
90132
  ],
89996
90133
  "isReadonly": false,
89997
- "isOptional": false,
90134
+ "isOptional": true,
89998
90135
  "releaseTag": "Public",
89999
90136
  "name": "position",
90000
90137
  "propertyTypeTokenRange": {
@@ -90004,7 +90141,7 @@
90004
90141
  },
90005
90142
  {
90006
90143
  "kind": "PropertySignature",
90007
- "canonicalReference": "@empathyco/x-components!VendorResult#tagging:member",
90144
+ "canonicalReference": "@empathyco/x-components!VendorBanner#tagging:member",
90008
90145
  "docComment": "",
90009
90146
  "excerptTokens": [
90010
90147
  {
@@ -90013,8 +90150,507 @@
90013
90150
  },
90014
90151
  {
90015
90152
  "kind": "Reference",
90016
- "text": "VendorResultTagging",
90017
- "canonicalReference": "@empathyco/x-components!VendorResultTagging:interface"
90153
+ "text": "VendorBannerTagging",
90154
+ "canonicalReference": "@empathyco/x-components!VendorBannerTagging:interface"
90155
+ },
90156
+ {
90157
+ "kind": "Content",
90158
+ "text": ";"
90159
+ }
90160
+ ],
90161
+ "isReadonly": false,
90162
+ "isOptional": true,
90163
+ "releaseTag": "Public",
90164
+ "name": "tagging",
90165
+ "propertyTypeTokenRange": {
90166
+ "startIndex": 1,
90167
+ "endIndex": 2
90168
+ }
90169
+ }
90170
+ ],
90171
+ "extendsTokenRanges": [
90172
+ {
90173
+ "startIndex": 1,
90174
+ "endIndex": 5
90175
+ },
90176
+ {
90177
+ "startIndex": 6,
90178
+ "endIndex": 8
90179
+ }
90180
+ ]
90181
+ },
90182
+ {
90183
+ "kind": "Variable",
90184
+ "canonicalReference": "@empathyco/x-components!VendorBannersList:var",
90185
+ "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",
90186
+ "excerptTokens": [
90187
+ {
90188
+ "kind": "Content",
90189
+ "text": "_default: "
90190
+ },
90191
+ {
90192
+ "kind": "Content",
90193
+ "text": "import(\"vue\")."
90194
+ },
90195
+ {
90196
+ "kind": "Reference",
90197
+ "text": "DefineComponent",
90198
+ "canonicalReference": "@vue/runtime-core!DefineComponent:type"
90199
+ },
90200
+ {
90201
+ "kind": "Content",
90202
+ "text": "<import(\"vue\")."
90203
+ },
90204
+ {
90205
+ "kind": "Reference",
90206
+ "text": "ExtractPropTypes",
90207
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
90208
+ },
90209
+ {
90210
+ "kind": "Content",
90211
+ "text": "<{\n animation: {\n type: ("
90212
+ },
90213
+ {
90214
+ "kind": "Reference",
90215
+ "text": "StringConstructor",
90216
+ "canonicalReference": "!StringConstructor:interface"
90217
+ },
90218
+ {
90219
+ "kind": "Content",
90220
+ "text": " | "
90221
+ },
90222
+ {
90223
+ "kind": "Reference",
90224
+ "text": "ObjectConstructor",
90225
+ "canonicalReference": "!ObjectConstructor:interface"
90226
+ },
90227
+ {
90228
+ "kind": "Content",
90229
+ "text": " | "
90230
+ },
90231
+ {
90232
+ "kind": "Reference",
90233
+ "text": "FunctionConstructor",
90234
+ "canonicalReference": "!FunctionConstructor:interface"
90235
+ },
90236
+ {
90237
+ "kind": "Content",
90238
+ "text": ")[];\n default: string;\n };\n}>, () => import(\"vue\")."
90239
+ },
90240
+ {
90241
+ "kind": "Reference",
90242
+ "text": "VNode",
90243
+ "canonicalReference": "@vue/runtime-core!VNode:interface"
90244
+ },
90245
+ {
90246
+ "kind": "Content",
90247
+ "text": "<import(\"vue\")."
90248
+ },
90249
+ {
90250
+ "kind": "Reference",
90251
+ "text": "RendererNode",
90252
+ "canonicalReference": "@vue/runtime-core!RendererNode:interface"
90253
+ },
90254
+ {
90255
+ "kind": "Content",
90256
+ "text": ", import(\"vue\")."
90257
+ },
90258
+ {
90259
+ "kind": "Reference",
90260
+ "text": "RendererElement",
90261
+ "canonicalReference": "@vue/runtime-core!RendererElement:interface"
90262
+ },
90263
+ {
90264
+ "kind": "Content",
90265
+ "text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
90266
+ },
90267
+ {
90268
+ "kind": "Reference",
90269
+ "text": "ComponentOptionsMixin",
90270
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
90271
+ },
90272
+ {
90273
+ "kind": "Content",
90274
+ "text": ", import(\"vue\")."
90275
+ },
90276
+ {
90277
+ "kind": "Reference",
90278
+ "text": "ComponentOptionsMixin",
90279
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
90280
+ },
90281
+ {
90282
+ "kind": "Content",
90283
+ "text": ", {}, string, import(\"vue\")."
90284
+ },
90285
+ {
90286
+ "kind": "Reference",
90287
+ "text": "PublicProps",
90288
+ "canonicalReference": "@vue/runtime-core!PublicProps:type"
90289
+ },
90290
+ {
90291
+ "kind": "Content",
90292
+ "text": ", "
90293
+ },
90294
+ {
90295
+ "kind": "Reference",
90296
+ "text": "Readonly",
90297
+ "canonicalReference": "!Readonly:type"
90298
+ },
90299
+ {
90300
+ "kind": "Content",
90301
+ "text": "<import(\"vue\")."
90302
+ },
90303
+ {
90304
+ "kind": "Reference",
90305
+ "text": "ExtractPropTypes",
90306
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
90307
+ },
90308
+ {
90309
+ "kind": "Content",
90310
+ "text": "<{\n animation: {\n type: ("
90311
+ },
90312
+ {
90313
+ "kind": "Reference",
90314
+ "text": "StringConstructor",
90315
+ "canonicalReference": "!StringConstructor:interface"
90316
+ },
90317
+ {
90318
+ "kind": "Content",
90319
+ "text": " | "
90320
+ },
90321
+ {
90322
+ "kind": "Reference",
90323
+ "text": "ObjectConstructor",
90324
+ "canonicalReference": "!ObjectConstructor:interface"
90325
+ },
90326
+ {
90327
+ "kind": "Content",
90328
+ "text": " | "
90329
+ },
90330
+ {
90331
+ "kind": "Reference",
90332
+ "text": "FunctionConstructor",
90333
+ "canonicalReference": "!FunctionConstructor:interface"
90334
+ },
90335
+ {
90336
+ "kind": "Content",
90337
+ "text": ")[];\n default: string;\n };\n}>> & "
90338
+ },
90339
+ {
90340
+ "kind": "Reference",
90341
+ "text": "Readonly",
90342
+ "canonicalReference": "!Readonly:type"
90343
+ },
90344
+ {
90345
+ "kind": "Content",
90346
+ "text": "<{}>, {\n animation: string | "
90347
+ },
90348
+ {
90349
+ "kind": "Reference",
90350
+ "text": "Function",
90351
+ "canonicalReference": "!Function:interface"
90352
+ },
90353
+ {
90354
+ "kind": "Content",
90355
+ "text": " | "
90356
+ },
90357
+ {
90358
+ "kind": "Reference",
90359
+ "text": "Record",
90360
+ "canonicalReference": "!Record:type"
90361
+ },
90362
+ {
90363
+ "kind": "Content",
90364
+ "text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
90365
+ },
90366
+ {
90367
+ "kind": "Reference",
90368
+ "text": "ComponentProvideOptions",
90369
+ "canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
90370
+ },
90371
+ {
90372
+ "kind": "Content",
90373
+ "text": ", true, {}, any>"
90374
+ }
90375
+ ],
90376
+ "fileUrlPath": "dist/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts",
90377
+ "isReadonly": true,
90378
+ "releaseTag": "Public",
90379
+ "name": "VendorBannersList",
90380
+ "variableTypeTokenRange": {
90381
+ "startIndex": 1,
90382
+ "endIndex": 42
90383
+ }
90384
+ },
90385
+ {
90386
+ "kind": "Interface",
90387
+ "canonicalReference": "@empathyco/x-components!VendorBannerTagging:interface",
90388
+ "docComment": "/**\n * The tagging info for a vendor banner.\n *\n * @public\n */\n",
90389
+ "excerptTokens": [
90390
+ {
90391
+ "kind": "Content",
90392
+ "text": "export interface VendorBannerTagging "
90393
+ }
90394
+ ],
90395
+ "fileUrlPath": "src/x-modules/vendor/types.ts",
90396
+ "releaseTag": "Public",
90397
+ "name": "VendorBannerTagging",
90398
+ "preserveMemberOrder": false,
90399
+ "members": [
90400
+ {
90401
+ "kind": "PropertySignature",
90402
+ "canonicalReference": "@empathyco/x-components!VendorBannerTagging#clickUrl:member",
90403
+ "docComment": "",
90404
+ "excerptTokens": [
90405
+ {
90406
+ "kind": "Content",
90407
+ "text": "clickUrl: "
90408
+ },
90409
+ {
90410
+ "kind": "Content",
90411
+ "text": "string"
90412
+ },
90413
+ {
90414
+ "kind": "Content",
90415
+ "text": ";"
90416
+ }
90417
+ ],
90418
+ "isReadonly": false,
90419
+ "isOptional": false,
90420
+ "releaseTag": "Public",
90421
+ "name": "clickUrl",
90422
+ "propertyTypeTokenRange": {
90423
+ "startIndex": 1,
90424
+ "endIndex": 2
90425
+ }
90426
+ },
90427
+ {
90428
+ "kind": "PropertySignature",
90429
+ "canonicalReference": "@empathyco/x-components!VendorBannerTagging#viewUrl:member",
90430
+ "docComment": "",
90431
+ "excerptTokens": [
90432
+ {
90433
+ "kind": "Content",
90434
+ "text": "viewUrl: "
90435
+ },
90436
+ {
90437
+ "kind": "Content",
90438
+ "text": "string"
90439
+ },
90440
+ {
90441
+ "kind": "Content",
90442
+ "text": ";"
90443
+ }
90444
+ ],
90445
+ "isReadonly": false,
90446
+ "isOptional": false,
90447
+ "releaseTag": "Public",
90448
+ "name": "viewUrl",
90449
+ "propertyTypeTokenRange": {
90450
+ "startIndex": 1,
90451
+ "endIndex": 2
90452
+ }
90453
+ }
90454
+ ],
90455
+ "extendsTokenRanges": []
90456
+ },
90457
+ {
90458
+ "kind": "Interface",
90459
+ "canonicalReference": "@empathyco/x-components!VendorGetters:interface",
90460
+ "docComment": "",
90461
+ "excerptTokens": [
90462
+ {
90463
+ "kind": "Content",
90464
+ "text": "export interface VendorGetters "
90465
+ }
90466
+ ],
90467
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
90468
+ "releaseTag": "Public",
90469
+ "name": "VendorGetters",
90470
+ "preserveMemberOrder": false,
90471
+ "members": [],
90472
+ "extendsTokenRanges": []
90473
+ },
90474
+ {
90475
+ "kind": "Interface",
90476
+ "canonicalReference": "@empathyco/x-components!VendorMutations:interface",
90477
+ "docComment": "",
90478
+ "excerptTokens": [
90479
+ {
90480
+ "kind": "Content",
90481
+ "text": "export interface VendorMutations "
90482
+ }
90483
+ ],
90484
+ "fileUrlPath": "src/x-modules/vendor/store/types.ts",
90485
+ "releaseTag": "Public",
90486
+ "name": "VendorMutations",
90487
+ "preserveMemberOrder": false,
90488
+ "members": [
90489
+ {
90490
+ "kind": "PropertySignature",
90491
+ "canonicalReference": "@empathyco/x-components!VendorMutations#setBanners:member",
90492
+ "docComment": "",
90493
+ "excerptTokens": [
90494
+ {
90495
+ "kind": "Content",
90496
+ "text": "setBanners: "
90497
+ },
90498
+ {
90499
+ "kind": "Content",
90500
+ "text": "(banners: "
90501
+ },
90502
+ {
90503
+ "kind": "Reference",
90504
+ "text": "VendorBanner",
90505
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
90506
+ },
90507
+ {
90508
+ "kind": "Content",
90509
+ "text": "[]) => void"
90510
+ },
90511
+ {
90512
+ "kind": "Content",
90513
+ "text": ";"
90514
+ }
90515
+ ],
90516
+ "isReadonly": false,
90517
+ "isOptional": false,
90518
+ "releaseTag": "Public",
90519
+ "name": "setBanners",
90520
+ "propertyTypeTokenRange": {
90521
+ "startIndex": 1,
90522
+ "endIndex": 4
90523
+ }
90524
+ },
90525
+ {
90526
+ "kind": "PropertySignature",
90527
+ "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
90528
+ "docComment": "",
90529
+ "excerptTokens": [
90530
+ {
90531
+ "kind": "Content",
90532
+ "text": "setResults: "
90533
+ },
90534
+ {
90535
+ "kind": "Content",
90536
+ "text": "(results: "
90537
+ },
90538
+ {
90539
+ "kind": "Reference",
90540
+ "text": "VendorResult",
90541
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface"
90542
+ },
90543
+ {
90544
+ "kind": "Content",
90545
+ "text": "[]) => void"
90546
+ },
90547
+ {
90548
+ "kind": "Content",
90549
+ "text": ";"
90550
+ }
90551
+ ],
90552
+ "isReadonly": false,
90553
+ "isOptional": false,
90554
+ "releaseTag": "Public",
90555
+ "name": "setResults",
90556
+ "propertyTypeTokenRange": {
90557
+ "startIndex": 1,
90558
+ "endIndex": 4
90559
+ }
90560
+ }
90561
+ ],
90562
+ "extendsTokenRanges": []
90563
+ },
90564
+ {
90565
+ "kind": "Interface",
90566
+ "canonicalReference": "@empathyco/x-components!VendorResult:interface",
90567
+ "docComment": "/**\n * The interface for a vendor result, extending the base Result interface.\n */\n",
90568
+ "excerptTokens": [
90569
+ {
90570
+ "kind": "Content",
90571
+ "text": "export interface VendorResult extends "
90572
+ },
90573
+ {
90574
+ "kind": "Reference",
90575
+ "text": "Omit",
90576
+ "canonicalReference": "!Omit:type"
90577
+ },
90578
+ {
90579
+ "kind": "Content",
90580
+ "text": "<"
90581
+ },
90582
+ {
90583
+ "kind": "Reference",
90584
+ "text": "Result",
90585
+ "canonicalReference": "@empathyco/x-components!Result:interface"
90586
+ },
90587
+ {
90588
+ "kind": "Content",
90589
+ "text": ", 'modelName' | 'tagging'>"
90590
+ },
90591
+ {
90592
+ "kind": "Content",
90593
+ "text": ", "
90594
+ },
90595
+ {
90596
+ "kind": "Reference",
90597
+ "text": "NamedModel",
90598
+ "canonicalReference": "@empathyco/x-components!NamedModel:interface"
90599
+ },
90600
+ {
90601
+ "kind": "Content",
90602
+ "text": "<'VendorResult'>"
90603
+ },
90604
+ {
90605
+ "kind": "Content",
90606
+ "text": " "
90607
+ }
90608
+ ],
90609
+ "fileUrlPath": "src/x-modules/vendor/types.ts",
90610
+ "releaseTag": "Public",
90611
+ "name": "VendorResult",
90612
+ "preserveMemberOrder": false,
90613
+ "members": [
90614
+ {
90615
+ "kind": "PropertySignature",
90616
+ "canonicalReference": "@empathyco/x-components!VendorResult#position:member",
90617
+ "docComment": "",
90618
+ "excerptTokens": [
90619
+ {
90620
+ "kind": "Content",
90621
+ "text": "position: "
90622
+ },
90623
+ {
90624
+ "kind": "Content",
90625
+ "text": "number"
90626
+ },
90627
+ {
90628
+ "kind": "Content",
90629
+ "text": ";"
90630
+ }
90631
+ ],
90632
+ "isReadonly": false,
90633
+ "isOptional": false,
90634
+ "releaseTag": "Public",
90635
+ "name": "position",
90636
+ "propertyTypeTokenRange": {
90637
+ "startIndex": 1,
90638
+ "endIndex": 2
90639
+ }
90640
+ },
90641
+ {
90642
+ "kind": "PropertySignature",
90643
+ "canonicalReference": "@empathyco/x-components!VendorResult#tagging:member",
90644
+ "docComment": "",
90645
+ "excerptTokens": [
90646
+ {
90647
+ "kind": "Content",
90648
+ "text": "tagging?: "
90649
+ },
90650
+ {
90651
+ "kind": "Reference",
90652
+ "text": "VendorResultTagging",
90653
+ "canonicalReference": "@empathyco/x-components!VendorResultTagging:interface"
90018
90654
  },
90019
90655
  {
90020
90656
  "kind": "Content",
@@ -90359,6 +90995,38 @@
90359
90995
  "name": "VendorState",
90360
90996
  "preserveMemberOrder": false,
90361
90997
  "members": [
90998
+ {
90999
+ "kind": "PropertySignature",
91000
+ "canonicalReference": "@empathyco/x-components!VendorState#banners:member",
91001
+ "docComment": "",
91002
+ "excerptTokens": [
91003
+ {
91004
+ "kind": "Content",
91005
+ "text": "banners: "
91006
+ },
91007
+ {
91008
+ "kind": "Reference",
91009
+ "text": "VendorBanner",
91010
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
91011
+ },
91012
+ {
91013
+ "kind": "Content",
91014
+ "text": "[]"
91015
+ },
91016
+ {
91017
+ "kind": "Content",
91018
+ "text": ";"
91019
+ }
91020
+ ],
91021
+ "isReadonly": false,
91022
+ "isOptional": false,
91023
+ "releaseTag": "Public",
91024
+ "name": "banners",
91025
+ "propertyTypeTokenRange": {
91026
+ "startIndex": 1,
91027
+ "endIndex": 3
91028
+ }
91029
+ },
90362
91030
  {
90363
91031
  "kind": "PropertySignature",
90364
91032
  "canonicalReference": "@empathyco/x-components!VendorState#results:member",
@@ -90409,6 +91077,34 @@
90409
91077
  "name": "VendorXEvents",
90410
91078
  "preserveMemberOrder": false,
90411
91079
  "members": [
91080
+ {
91081
+ "kind": "PropertySignature",
91082
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedAVendorBanner:member",
91083
+ "docComment": "/**\n * The user clicked on a vendor banner. Payload: The {@link VendorBanner | vendor banner} that was clicked.\n */\n",
91084
+ "excerptTokens": [
91085
+ {
91086
+ "kind": "Content",
91087
+ "text": "UserClickedAVendorBanner: "
91088
+ },
91089
+ {
91090
+ "kind": "Reference",
91091
+ "text": "VendorBanner",
91092
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
91093
+ },
91094
+ {
91095
+ "kind": "Content",
91096
+ "text": ";"
91097
+ }
91098
+ ],
91099
+ "isReadonly": false,
91100
+ "isOptional": false,
91101
+ "releaseTag": "Public",
91102
+ "name": "UserClickedAVendorBanner",
91103
+ "propertyTypeTokenRange": {
91104
+ "startIndex": 1,
91105
+ "endIndex": 2
91106
+ }
91107
+ },
90412
91108
  {
90413
91109
  "kind": "PropertySignature",
90414
91110
  "canonicalReference": "@empathyco/x-components!VendorXEvents#UserClickedAVendorResult:member",
@@ -90465,6 +91161,34 @@
90465
91161
  "endIndex": 2
90466
91162
  }
90467
91163
  },
91164
+ {
91165
+ "kind": "PropertySignature",
91166
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#UserViewedAVendorBanner:member",
91167
+ "docComment": "/**\n * The user viewed a vendor banner. Payload: The {@link VendorBanner | vendor banner} that was viewed.\n */\n",
91168
+ "excerptTokens": [
91169
+ {
91170
+ "kind": "Content",
91171
+ "text": "UserViewedAVendorBanner: "
91172
+ },
91173
+ {
91174
+ "kind": "Reference",
91175
+ "text": "VendorBanner",
91176
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
91177
+ },
91178
+ {
91179
+ "kind": "Content",
91180
+ "text": ";"
91181
+ }
91182
+ ],
91183
+ "isReadonly": false,
91184
+ "isOptional": false,
91185
+ "releaseTag": "Public",
91186
+ "name": "UserViewedAVendorBanner",
91187
+ "propertyTypeTokenRange": {
91188
+ "startIndex": 1,
91189
+ "endIndex": 2
91190
+ }
91191
+ },
90468
91192
  {
90469
91193
  "kind": "PropertySignature",
90470
91194
  "canonicalReference": "@empathyco/x-components!VendorXEvents#UserViewedAVendorResult:member",
@@ -90493,6 +91217,47 @@
90493
91217
  "endIndex": 2
90494
91218
  }
90495
91219
  },
91220
+ {
91221
+ "kind": "PropertySignature",
91222
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorBannersChanged:member",
91223
+ "docComment": "/**\n * The x consumer has provided vendor banners to be inserted in the result grid. Payload: The array of vendor banner inputs with their items and positions. modelName is excluded since it is an internal field, and we will assign it under the hood.\n */\n",
91224
+ "excerptTokens": [
91225
+ {
91226
+ "kind": "Content",
91227
+ "text": "VendorBannersChanged: "
91228
+ },
91229
+ {
91230
+ "kind": "Reference",
91231
+ "text": "Omit",
91232
+ "canonicalReference": "!Omit:type"
91233
+ },
91234
+ {
91235
+ "kind": "Content",
91236
+ "text": "<"
91237
+ },
91238
+ {
91239
+ "kind": "Reference",
91240
+ "text": "VendorBanner",
91241
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
91242
+ },
91243
+ {
91244
+ "kind": "Content",
91245
+ "text": ", 'modelName'>[]"
91246
+ },
91247
+ {
91248
+ "kind": "Content",
91249
+ "text": ";"
91250
+ }
91251
+ ],
91252
+ "isReadonly": false,
91253
+ "isOptional": false,
91254
+ "releaseTag": "Public",
91255
+ "name": "VendorBannersChanged",
91256
+ "propertyTypeTokenRange": {
91257
+ "startIndex": 1,
91258
+ "endIndex": 5
91259
+ }
91260
+ },
90496
91261
  {
90497
91262
  "kind": "PropertySignature",
90498
91263
  "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",