@empathyco/x-components 8.4.0 → 8.5.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 (55) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/core/index.js.map +1 -1
  3. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  4. package/docs/API-reference/api/x-components.md +37 -0
  5. package/docs/API-reference/api/x-components.setbanners.md +13 -0
  6. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  7. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  8. package/docs/API-reference/api/x-components.vendorbanner.md +59 -0
  9. package/docs/API-reference/api/x-components.vendorbanner.position.md +11 -0
  10. package/docs/API-reference/api/x-components.vendorbannerslist.md +31 -0
  11. package/docs/API-reference/api/x-components.vendormutations.md +17 -0
  12. package/docs/API-reference/api/x-components.vendormutations.setbanners.md +11 -0
  13. package/docs/API-reference/api/x-components.vendorstate.banners.md +11 -0
  14. package/docs/API-reference/api/x-components.vendorstate.md +17 -0
  15. package/docs/API-reference/api/x-components.vendorxevents.md +19 -0
  16. package/docs/API-reference/api/x-components.vendorxevents.vendorbannerschanged.md +13 -0
  17. package/docs/API-reference/components/vendor/x-components.vendor-banners-list.md +21 -0
  18. package/js/components/base-grid.vue.js.map +1 -1
  19. package/js/components/base-grid.vue2.js +5 -1
  20. package/js/components/base-grid.vue2.js.map +1 -1
  21. package/js/components/base-grid.vue3.js +1 -1
  22. package/js/index.js +2 -1
  23. package/js/index.js.map +1 -1
  24. package/js/x-modules/vendor/components/vendor-banners-list.vue.js +83 -0
  25. package/js/x-modules/vendor/components/vendor-banners-list.vue.js.map +1 -0
  26. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js +6 -0
  27. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js.map +1 -0
  28. package/js/x-modules/vendor/store/module.js +4 -0
  29. package/js/x-modules/vendor/store/module.js.map +1 -1
  30. package/js/x-modules/vendor/wiring.js +20 -1
  31. package/js/x-modules/vendor/wiring.js.map +1 -1
  32. package/package.json +2 -2
  33. package/report/x-components.api.json +497 -5
  34. package/report/x-components.api.md +38 -0
  35. package/types/src/components/base-grid.vue.d.ts.map +1 -1
  36. package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
  37. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  38. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  39. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  40. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  41. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  42. package/types/src/x-modules/vendor/components/index.d.ts +1 -0
  43. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -1
  44. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts +30 -0
  45. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts.map +1 -0
  46. package/types/src/x-modules/vendor/events.types.d.ts +7 -1
  47. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
  48. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
  49. package/types/src/x-modules/vendor/store/types.d.ts +3 -1
  50. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
  51. package/types/src/x-modules/vendor/types.d.ts +10 -1
  52. package/types/src/x-modules/vendor/types.d.ts.map +1 -1
  53. package/types/src/x-modules/vendor/wiring.d.ts +10 -0
  54. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
  55. package/vendor/index.js +2 -1
@@ -37144,7 +37144,25 @@
37144
37144
  },
37145
37145
  {
37146
37146
  "kind": "Content",
37147
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37147
+ "text": " | undefined;\n VendorBannersChanged?: "
37148
+ },
37149
+ {
37150
+ "kind": "Reference",
37151
+ "text": "Omit",
37152
+ "canonicalReference": "!Omit:type"
37153
+ },
37154
+ {
37155
+ "kind": "Content",
37156
+ "text": "<import(\"../../../vendor\")."
37157
+ },
37158
+ {
37159
+ "kind": "Reference",
37160
+ "text": "VendorBanner",
37161
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
37162
+ },
37163
+ {
37164
+ "kind": "Content",
37165
+ "text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
37148
37166
  },
37149
37167
  {
37150
37168
  "kind": "Reference",
@@ -37414,7 +37432,7 @@
37414
37432
  "name": "HierarchicalFilter",
37415
37433
  "variableTypeTokenRange": {
37416
37434
  "startIndex": 1,
37417
- "endIndex": 306
37435
+ "endIndex": 310
37418
37436
  }
37419
37437
  },
37420
37438
  {
@@ -72163,6 +72181,34 @@
72163
72181
  "endIndex": 3
72164
72182
  }
72165
72183
  },
72184
+ {
72185
+ "kind": "Variable",
72186
+ "canonicalReference": "@empathyco/x-components!setBanners:var",
72187
+ "docComment": "/**\n * Sets the vendor banners of the {@link VendorXModule}.\n *\n * @public\n */\n",
72188
+ "excerptTokens": [
72189
+ {
72190
+ "kind": "Content",
72191
+ "text": "setBanners: "
72192
+ },
72193
+ {
72194
+ "kind": "Content",
72195
+ "text": "import(\"../../wiring\")."
72196
+ },
72197
+ {
72198
+ "kind": "Reference",
72199
+ "text": "AnyWire",
72200
+ "canonicalReference": "@empathyco/x-components!AnyWire:type"
72201
+ }
72202
+ ],
72203
+ "fileUrlPath": "src/x-modules/vendor/wiring.ts",
72204
+ "isReadonly": true,
72205
+ "releaseTag": "Public",
72206
+ "name": "setBanners",
72207
+ "variableTypeTokenRange": {
72208
+ "startIndex": 1,
72209
+ "endIndex": 3
72210
+ }
72211
+ },
72166
72212
  {
72167
72213
  "kind": "Variable",
72168
72214
  "canonicalReference": "@empathyco/x-components!setBrowseCategory:var",
@@ -76371,7 +76417,25 @@
76371
76417
  },
76372
76418
  {
76373
76419
  "kind": "Content",
76374
- "text": " | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76420
+ "text": " | undefined;\n VendorBannersChanged?: "
76421
+ },
76422
+ {
76423
+ "kind": "Reference",
76424
+ "text": "Omit",
76425
+ "canonicalReference": "!Omit:type"
76426
+ },
76427
+ {
76428
+ "kind": "Content",
76429
+ "text": "<import(\"../../../vendor\")."
76430
+ },
76431
+ {
76432
+ "kind": "Reference",
76433
+ "text": "VendorBanner",
76434
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
76435
+ },
76436
+ {
76437
+ "kind": "Content",
76438
+ "text": ", \"modelName\">[] | undefined;\n }>;\n innerCssClasses: import(\"vue\")."
76375
76439
  },
76376
76440
  {
76377
76441
  "kind": "Reference",
@@ -76542,7 +76606,7 @@
76542
76606
  "name": "SimpleFilter",
76543
76607
  "variableTypeTokenRange": {
76544
76608
  "startIndex": 1,
76545
- "endIndex": 274
76609
+ "endIndex": 278
76546
76610
  }
76547
76611
  },
76548
76612
  {
@@ -79802,6 +79866,33 @@
79802
79866
  "text": "WireMetadata",
79803
79867
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79804
79868
  },
79869
+ {
79870
+ "kind": "Content",
79871
+ "text": ") => unknown;\n VendorBannersChanged: (payload: "
79872
+ },
79873
+ {
79874
+ "kind": "Reference",
79875
+ "text": "Omit",
79876
+ "canonicalReference": "!Omit:type"
79877
+ },
79878
+ {
79879
+ "kind": "Content",
79880
+ "text": "<import(\"..\")."
79881
+ },
79882
+ {
79883
+ "kind": "Reference",
79884
+ "text": "VendorBanner",
79885
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
79886
+ },
79887
+ {
79888
+ "kind": "Content",
79889
+ "text": ", \"modelName\">[], metadata: "
79890
+ },
79891
+ {
79892
+ "kind": "Reference",
79893
+ "text": "WireMetadata",
79894
+ "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79895
+ },
79805
79896
  {
79806
79897
  "kind": "Content",
79807
79898
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -79876,7 +79967,7 @@
79876
79967
  "name": "SnippetCallbacks",
79877
79968
  "variableTypeTokenRange": {
79878
79969
  "startIndex": 1,
79879
- "endIndex": 586
79970
+ "endIndex": 592
79880
79971
  }
79881
79972
  },
79882
79973
  {
@@ -89854,6 +89945,298 @@
89854
89945
  "members": [],
89855
89946
  "extendsTokenRanges": []
89856
89947
  },
89948
+ {
89949
+ "kind": "Interface",
89950
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface",
89951
+ "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",
89952
+ "excerptTokens": [
89953
+ {
89954
+ "kind": "Content",
89955
+ "text": "export interface VendorBanner extends "
89956
+ },
89957
+ {
89958
+ "kind": "Reference",
89959
+ "text": "Omit",
89960
+ "canonicalReference": "!Omit:type"
89961
+ },
89962
+ {
89963
+ "kind": "Content",
89964
+ "text": "<"
89965
+ },
89966
+ {
89967
+ "kind": "Reference",
89968
+ "text": "Banner",
89969
+ "canonicalReference": "@empathyco/x-components!Banner_2:interface"
89970
+ },
89971
+ {
89972
+ "kind": "Content",
89973
+ "text": ", 'modelName'>"
89974
+ },
89975
+ {
89976
+ "kind": "Content",
89977
+ "text": ", "
89978
+ },
89979
+ {
89980
+ "kind": "Reference",
89981
+ "text": "NamedModel",
89982
+ "canonicalReference": "@empathyco/x-components!NamedModel:interface"
89983
+ },
89984
+ {
89985
+ "kind": "Content",
89986
+ "text": "<'VendorBanner'>"
89987
+ },
89988
+ {
89989
+ "kind": "Content",
89990
+ "text": " "
89991
+ }
89992
+ ],
89993
+ "fileUrlPath": "src/x-modules/vendor/types.ts",
89994
+ "releaseTag": "Public",
89995
+ "name": "VendorBanner",
89996
+ "preserveMemberOrder": false,
89997
+ "members": [
89998
+ {
89999
+ "kind": "PropertySignature",
90000
+ "canonicalReference": "@empathyco/x-components!VendorBanner#position:member",
90001
+ "docComment": "",
90002
+ "excerptTokens": [
90003
+ {
90004
+ "kind": "Content",
90005
+ "text": "position?: "
90006
+ },
90007
+ {
90008
+ "kind": "Content",
90009
+ "text": "number"
90010
+ },
90011
+ {
90012
+ "kind": "Content",
90013
+ "text": ";"
90014
+ }
90015
+ ],
90016
+ "isReadonly": false,
90017
+ "isOptional": true,
90018
+ "releaseTag": "Public",
90019
+ "name": "position",
90020
+ "propertyTypeTokenRange": {
90021
+ "startIndex": 1,
90022
+ "endIndex": 2
90023
+ }
90024
+ }
90025
+ ],
90026
+ "extendsTokenRanges": [
90027
+ {
90028
+ "startIndex": 1,
90029
+ "endIndex": 5
90030
+ },
90031
+ {
90032
+ "startIndex": 6,
90033
+ "endIndex": 8
90034
+ }
90035
+ ]
90036
+ },
90037
+ {
90038
+ "kind": "Variable",
90039
+ "canonicalReference": "@empathyco/x-components!VendorBannersList:var",
90040
+ "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",
90041
+ "excerptTokens": [
90042
+ {
90043
+ "kind": "Content",
90044
+ "text": "_default: "
90045
+ },
90046
+ {
90047
+ "kind": "Content",
90048
+ "text": "import(\"vue\")."
90049
+ },
90050
+ {
90051
+ "kind": "Reference",
90052
+ "text": "DefineComponent",
90053
+ "canonicalReference": "@vue/runtime-core!DefineComponent:type"
90054
+ },
90055
+ {
90056
+ "kind": "Content",
90057
+ "text": "<import(\"vue\")."
90058
+ },
90059
+ {
90060
+ "kind": "Reference",
90061
+ "text": "ExtractPropTypes",
90062
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
90063
+ },
90064
+ {
90065
+ "kind": "Content",
90066
+ "text": "<{\n animation: {\n type: ("
90067
+ },
90068
+ {
90069
+ "kind": "Reference",
90070
+ "text": "StringConstructor",
90071
+ "canonicalReference": "!StringConstructor:interface"
90072
+ },
90073
+ {
90074
+ "kind": "Content",
90075
+ "text": " | "
90076
+ },
90077
+ {
90078
+ "kind": "Reference",
90079
+ "text": "ObjectConstructor",
90080
+ "canonicalReference": "!ObjectConstructor:interface"
90081
+ },
90082
+ {
90083
+ "kind": "Content",
90084
+ "text": " | "
90085
+ },
90086
+ {
90087
+ "kind": "Reference",
90088
+ "text": "FunctionConstructor",
90089
+ "canonicalReference": "!FunctionConstructor:interface"
90090
+ },
90091
+ {
90092
+ "kind": "Content",
90093
+ "text": ")[];\n default: string;\n };\n}>, () => import(\"vue\")."
90094
+ },
90095
+ {
90096
+ "kind": "Reference",
90097
+ "text": "VNode",
90098
+ "canonicalReference": "@vue/runtime-core!VNode:interface"
90099
+ },
90100
+ {
90101
+ "kind": "Content",
90102
+ "text": "<import(\"vue\")."
90103
+ },
90104
+ {
90105
+ "kind": "Reference",
90106
+ "text": "RendererNode",
90107
+ "canonicalReference": "@vue/runtime-core!RendererNode:interface"
90108
+ },
90109
+ {
90110
+ "kind": "Content",
90111
+ "text": ", import(\"vue\")."
90112
+ },
90113
+ {
90114
+ "kind": "Reference",
90115
+ "text": "RendererElement",
90116
+ "canonicalReference": "@vue/runtime-core!RendererElement:interface"
90117
+ },
90118
+ {
90119
+ "kind": "Content",
90120
+ "text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
90121
+ },
90122
+ {
90123
+ "kind": "Reference",
90124
+ "text": "ComponentOptionsMixin",
90125
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
90126
+ },
90127
+ {
90128
+ "kind": "Content",
90129
+ "text": ", import(\"vue\")."
90130
+ },
90131
+ {
90132
+ "kind": "Reference",
90133
+ "text": "ComponentOptionsMixin",
90134
+ "canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
90135
+ },
90136
+ {
90137
+ "kind": "Content",
90138
+ "text": ", {}, string, import(\"vue\")."
90139
+ },
90140
+ {
90141
+ "kind": "Reference",
90142
+ "text": "PublicProps",
90143
+ "canonicalReference": "@vue/runtime-core!PublicProps:type"
90144
+ },
90145
+ {
90146
+ "kind": "Content",
90147
+ "text": ", "
90148
+ },
90149
+ {
90150
+ "kind": "Reference",
90151
+ "text": "Readonly",
90152
+ "canonicalReference": "!Readonly:type"
90153
+ },
90154
+ {
90155
+ "kind": "Content",
90156
+ "text": "<import(\"vue\")."
90157
+ },
90158
+ {
90159
+ "kind": "Reference",
90160
+ "text": "ExtractPropTypes",
90161
+ "canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
90162
+ },
90163
+ {
90164
+ "kind": "Content",
90165
+ "text": "<{\n animation: {\n type: ("
90166
+ },
90167
+ {
90168
+ "kind": "Reference",
90169
+ "text": "StringConstructor",
90170
+ "canonicalReference": "!StringConstructor:interface"
90171
+ },
90172
+ {
90173
+ "kind": "Content",
90174
+ "text": " | "
90175
+ },
90176
+ {
90177
+ "kind": "Reference",
90178
+ "text": "ObjectConstructor",
90179
+ "canonicalReference": "!ObjectConstructor:interface"
90180
+ },
90181
+ {
90182
+ "kind": "Content",
90183
+ "text": " | "
90184
+ },
90185
+ {
90186
+ "kind": "Reference",
90187
+ "text": "FunctionConstructor",
90188
+ "canonicalReference": "!FunctionConstructor:interface"
90189
+ },
90190
+ {
90191
+ "kind": "Content",
90192
+ "text": ")[];\n default: string;\n };\n}>> & "
90193
+ },
90194
+ {
90195
+ "kind": "Reference",
90196
+ "text": "Readonly",
90197
+ "canonicalReference": "!Readonly:type"
90198
+ },
90199
+ {
90200
+ "kind": "Content",
90201
+ "text": "<{}>, {\n animation: string | "
90202
+ },
90203
+ {
90204
+ "kind": "Reference",
90205
+ "text": "Function",
90206
+ "canonicalReference": "!Function:interface"
90207
+ },
90208
+ {
90209
+ "kind": "Content",
90210
+ "text": " | "
90211
+ },
90212
+ {
90213
+ "kind": "Reference",
90214
+ "text": "Record",
90215
+ "canonicalReference": "!Record:type"
90216
+ },
90217
+ {
90218
+ "kind": "Content",
90219
+ "text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
90220
+ },
90221
+ {
90222
+ "kind": "Reference",
90223
+ "text": "ComponentProvideOptions",
90224
+ "canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
90225
+ },
90226
+ {
90227
+ "kind": "Content",
90228
+ "text": ", true, {}, any>"
90229
+ }
90230
+ ],
90231
+ "fileUrlPath": "dist/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts",
90232
+ "isReadonly": true,
90233
+ "releaseTag": "Public",
90234
+ "name": "VendorBannersList",
90235
+ "variableTypeTokenRange": {
90236
+ "startIndex": 1,
90237
+ "endIndex": 42
90238
+ }
90239
+ },
89857
90240
  {
89858
90241
  "kind": "Interface",
89859
90242
  "canonicalReference": "@empathyco/x-components!VendorGetters:interface",
@@ -89886,6 +90269,42 @@
89886
90269
  "name": "VendorMutations",
89887
90270
  "preserveMemberOrder": false,
89888
90271
  "members": [
90272
+ {
90273
+ "kind": "PropertySignature",
90274
+ "canonicalReference": "@empathyco/x-components!VendorMutations#setBanners:member",
90275
+ "docComment": "",
90276
+ "excerptTokens": [
90277
+ {
90278
+ "kind": "Content",
90279
+ "text": "setBanners: "
90280
+ },
90281
+ {
90282
+ "kind": "Content",
90283
+ "text": "(banners: "
90284
+ },
90285
+ {
90286
+ "kind": "Reference",
90287
+ "text": "VendorBanner",
90288
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
90289
+ },
90290
+ {
90291
+ "kind": "Content",
90292
+ "text": "[]) => void"
90293
+ },
90294
+ {
90295
+ "kind": "Content",
90296
+ "text": ";"
90297
+ }
90298
+ ],
90299
+ "isReadonly": false,
90300
+ "isOptional": false,
90301
+ "releaseTag": "Public",
90302
+ "name": "setBanners",
90303
+ "propertyTypeTokenRange": {
90304
+ "startIndex": 1,
90305
+ "endIndex": 4
90306
+ }
90307
+ },
89889
90308
  {
89890
90309
  "kind": "PropertySignature",
89891
90310
  "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
@@ -90359,6 +90778,38 @@
90359
90778
  "name": "VendorState",
90360
90779
  "preserveMemberOrder": false,
90361
90780
  "members": [
90781
+ {
90782
+ "kind": "PropertySignature",
90783
+ "canonicalReference": "@empathyco/x-components!VendorState#banners:member",
90784
+ "docComment": "",
90785
+ "excerptTokens": [
90786
+ {
90787
+ "kind": "Content",
90788
+ "text": "banners: "
90789
+ },
90790
+ {
90791
+ "kind": "Reference",
90792
+ "text": "VendorBanner",
90793
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
90794
+ },
90795
+ {
90796
+ "kind": "Content",
90797
+ "text": "[]"
90798
+ },
90799
+ {
90800
+ "kind": "Content",
90801
+ "text": ";"
90802
+ }
90803
+ ],
90804
+ "isReadonly": false,
90805
+ "isOptional": false,
90806
+ "releaseTag": "Public",
90807
+ "name": "banners",
90808
+ "propertyTypeTokenRange": {
90809
+ "startIndex": 1,
90810
+ "endIndex": 3
90811
+ }
90812
+ },
90362
90813
  {
90363
90814
  "kind": "PropertySignature",
90364
90815
  "canonicalReference": "@empathyco/x-components!VendorState#results:member",
@@ -90493,6 +90944,47 @@
90493
90944
  "endIndex": 2
90494
90945
  }
90495
90946
  },
90947
+ {
90948
+ "kind": "PropertySignature",
90949
+ "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorBannersChanged:member",
90950
+ "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",
90951
+ "excerptTokens": [
90952
+ {
90953
+ "kind": "Content",
90954
+ "text": "VendorBannersChanged: "
90955
+ },
90956
+ {
90957
+ "kind": "Reference",
90958
+ "text": "Omit",
90959
+ "canonicalReference": "!Omit:type"
90960
+ },
90961
+ {
90962
+ "kind": "Content",
90963
+ "text": "<"
90964
+ },
90965
+ {
90966
+ "kind": "Reference",
90967
+ "text": "VendorBanner",
90968
+ "canonicalReference": "@empathyco/x-components!VendorBanner:interface"
90969
+ },
90970
+ {
90971
+ "kind": "Content",
90972
+ "text": ", 'modelName'>[]"
90973
+ },
90974
+ {
90975
+ "kind": "Content",
90976
+ "text": ";"
90977
+ }
90978
+ ],
90979
+ "isReadonly": false,
90980
+ "isOptional": false,
90981
+ "releaseTag": "Public",
90982
+ "name": "VendorBannersChanged",
90983
+ "propertyTypeTokenRange": {
90984
+ "startIndex": 1,
90985
+ "endIndex": 5
90986
+ }
90987
+ },
90496
90988
  {
90497
90989
  "kind": "PropertySignature",
90498
90990
  "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",
@@ -3981,6 +3981,7 @@ VendorResultsChanged?: Omit<VendorResult, "modelName">[] | undefined;
3981
3981
  UserViewedAVendorResult?: VendorResult | undefined;
3982
3982
  UserClickedAVendorResult?: VendorResult | undefined;
3983
3983
  UserClickedVendorResultAddToCart?: VendorResult | undefined;
3984
+ VendorBannersChanged?: Omit<VendorBanner, "modelName">[] | undefined;
3984
3985
  }>;
3985
3986
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
3986
3987
  renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
@@ -7758,6 +7759,9 @@ export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessi
7758
7759
  // @public
7759
7760
  export const setAiUrlParams: AiXStoreModule['actions']['setUrlParams'];
7760
7761
 
7762
+ // @public
7763
+ export const setBanners: AnyWire;
7764
+
7761
7765
  // @public
7762
7766
  export const setBrowseCategory: Wire<BrowsableRequest>;
7763
7767
 
@@ -8236,6 +8240,7 @@ VendorResultsChanged?: Omit<VendorResult, "modelName">[] | undefined;
8236
8240
  UserViewedAVendorResult?: VendorResult | undefined;
8237
8241
  UserClickedAVendorResult?: VendorResult | undefined;
8238
8242
  UserClickedVendorResultAddToCart?: VendorResult | undefined;
8243
+ VendorBannersChanged?: Omit<VendorBanner, "modelName">[] | undefined;
8239
8244
  }>;
8240
8245
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
8241
8246
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -8578,6 +8583,7 @@ VendorResultsChanged: (payload: Omit<VendorResult, "modelName">[], metadata: Wir
8578
8583
  UserViewedAVendorResult: (payload: VendorResult, metadata: WireMetadata) => unknown;
8579
8584
  UserClickedAVendorResult: (payload: VendorResult, metadata: WireMetadata) => unknown;
8580
8585
  UserClickedVendorResultAddToCart: (payload: VendorResult, metadata: WireMetadata) => unknown;
8586
+ VendorBannersChanged: (payload: Omit<VendorBanner, "modelName">[], metadata: WireMetadata) => unknown;
8581
8587
  }>>;
8582
8588
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
8583
8589
  GlobalXBus: DefineComponent< {}, {}, any>;
@@ -9583,6 +9589,29 @@ export function useXBus(): {
9583
9589
  export interface VendorActions {
9584
9590
  }
9585
9591
 
9592
+ // @public
9593
+ export interface VendorBanner extends Omit<Banner_2, 'modelName'>, NamedModel<'VendorBanner'> {
9594
+ // (undocumented)
9595
+ position?: number;
9596
+ }
9597
+
9598
+ // @public
9599
+ export const VendorBannersList: DefineComponent<ExtractPropTypes< {
9600
+ animation: {
9601
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
9602
+ default: string;
9603
+ };
9604
+ }>, () => VNode<RendererNode, RendererElement, {
9605
+ [key: string]: any;
9606
+ }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
9607
+ animation: {
9608
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
9609
+ default: string;
9610
+ };
9611
+ }>> & Readonly<{}>, {
9612
+ animation: string | Function | Record<string, any>;
9613
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9614
+
9586
9615
  // @internal
9587
9616
  export const vendorEmitters: {};
9588
9617
 
@@ -9592,6 +9621,8 @@ export interface VendorGetters {
9592
9621
 
9593
9622
  // @public (undocumented)
9594
9623
  export interface VendorMutations {
9624
+ // (undocumented)
9625
+ setBanners: (banners: VendorBanner[]) => void;
9595
9626
  // (undocumented)
9596
9627
  setResults: (results: VendorResult[]) => void;
9597
9628
  }
@@ -9633,6 +9664,8 @@ export interface VendorResultTagging {
9633
9664
 
9634
9665
  // @public (undocumented)
9635
9666
  export interface VendorState {
9667
+ // (undocumented)
9668
+ banners: VendorBanner[];
9636
9669
  // (undocumented)
9637
9670
  results: VendorResult[];
9638
9671
  }
@@ -9651,8 +9684,12 @@ export const vendorWiring: {
9651
9684
  UserClickedVendorResultAddToCart: {
9652
9685
  trackResultAddToCart: Wire<VendorResult>;
9653
9686
  };
9687
+ VendorBannersChanged: {
9688
+ setBanners: AnyWire;
9689
+ };
9654
9690
  SearchRequestChanged: {
9655
9691
  resetResults: AnyWire;
9692
+ resetBanners: AnyWire;
9656
9693
  };
9657
9694
  };
9658
9695
 
@@ -9661,6 +9698,7 @@ export interface VendorXEvents {
9661
9698
  UserClickedAVendorResult: VendorResult;
9662
9699
  UserClickedVendorResultAddToCart: VendorResult;
9663
9700
  UserViewedAVendorResult: VendorResult;
9701
+ VendorBannersChanged: Omit<VendorBanner, 'modelName'>[];
9664
9702
  VendorResultsChanged: Omit<VendorResult, 'modelName'>[];
9665
9703
  }
9666
9704
 
@@ -1 +1 @@
1
- {"version":3,"file":"base-grid.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/base-grid.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAQjD;;;;;;;;;GASG;;IAIC,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;aAM9B,WAAW;;aAAX,WAAW;;;;;;IAzBlB,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;AAtBzC,wBAqIE"}
1
+ {"version":3,"file":"base-grid.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/base-grid.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACxC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAQjD;;;;;;;;;GASG;;IAIC,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;aAM9B,WAAW;;aAAX,WAAW;;;;;;IAzBlB,sEAAsE;;;;;IAKtE;;;OAGG;;;;;IAKH;;;;OAIG;;cAEc,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;AAtBzC,wBAyIE"}