@empathyco/x-components 8.3.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 (89) hide show
  1. package/CHANGELOG.md +14 -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 +48 -0
  5. package/docs/API-reference/api/x-components.reseturlquery.md +13 -0
  6. package/docs/API-reference/api/x-components.setbanners.md +13 -0
  7. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  8. package/docs/API-reference/api/x-components.snippetcallbacks.md +1 -0
  9. package/docs/API-reference/api/x-components.vendorbanner.md +59 -0
  10. package/docs/API-reference/api/x-components.vendorbanner.position.md +11 -0
  11. package/docs/API-reference/api/x-components.vendorbannerslist.md +31 -0
  12. package/docs/API-reference/api/x-components.vendormutations.md +17 -0
  13. package/docs/API-reference/api/x-components.vendormutations.setbanners.md +11 -0
  14. package/docs/API-reference/api/x-components.vendorstate.banners.md +11 -0
  15. package/docs/API-reference/api/x-components.vendorstate.md +17 -0
  16. package/docs/API-reference/api/x-components.vendorxevents.md +19 -0
  17. package/docs/API-reference/api/x-components.vendorxevents.vendorbannerschanged.md +13 -0
  18. package/docs/API-reference/components/vendor/x-components.vendor-banners-list.md +21 -0
  19. package/js/components/base-grid.vue.js.map +1 -1
  20. package/js/components/base-grid.vue2.js +5 -1
  21. package/js/components/base-grid.vue2.js.map +1 -1
  22. package/js/components/base-grid.vue3.js +1 -1
  23. package/js/index.js +3 -2
  24. package/js/index.js.map +1 -1
  25. package/js/x-modules/ai/wiring.js +4 -0
  26. package/js/x-modules/ai/wiring.js.map +1 -1
  27. package/js/x-modules/facets/wiring.js +9 -0
  28. package/js/x-modules/facets/wiring.js.map +1 -1
  29. package/js/x-modules/next-queries/wiring.js +4 -0
  30. package/js/x-modules/next-queries/wiring.js.map +1 -1
  31. package/js/x-modules/query-suggestions/wiring.js +4 -0
  32. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  33. package/js/x-modules/related-prompts/wiring.js +7 -0
  34. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  35. package/js/x-modules/related-tags/wiring.js +5 -0
  36. package/js/x-modules/related-tags/wiring.js.map +1 -1
  37. package/js/x-modules/search-box/wiring.js +3 -0
  38. package/js/x-modules/search-box/wiring.js.map +1 -1
  39. package/js/x-modules/url/wiring.js +8 -1
  40. package/js/x-modules/url/wiring.js.map +1 -1
  41. package/js/x-modules/vendor/components/vendor-banners-list.vue.js +83 -0
  42. package/js/x-modules/vendor/components/vendor-banners-list.vue.js.map +1 -0
  43. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js +6 -0
  44. package/js/x-modules/vendor/components/vendor-banners-list.vue2.js.map +1 -0
  45. package/js/x-modules/vendor/store/module.js +4 -0
  46. package/js/x-modules/vendor/store/module.js.map +1 -1
  47. package/js/x-modules/vendor/wiring.js +20 -1
  48. package/js/x-modules/vendor/wiring.js.map +1 -1
  49. package/package.json +2 -2
  50. package/report/x-components.api.json +525 -5
  51. package/report/x-components.api.md +70 -0
  52. package/types/src/components/base-grid.vue.d.ts.map +1 -1
  53. package/types/src/components/snippet-callbacks.vue.d.ts +1 -0
  54. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  55. package/types/src/x-modules/ai/wiring.d.ts +4 -0
  56. package/types/src/x-modules/ai/wiring.d.ts.map +1 -1
  57. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  58. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  59. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  60. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  61. package/types/src/x-modules/facets/wiring.d.ts +3 -0
  62. package/types/src/x-modules/facets/wiring.d.ts.map +1 -1
  63. package/types/src/x-modules/next-queries/wiring.d.ts +4 -0
  64. package/types/src/x-modules/next-queries/wiring.d.ts.map +1 -1
  65. package/types/src/x-modules/query-suggestions/wiring.d.ts +4 -0
  66. package/types/src/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  67. package/types/src/x-modules/related-prompts/wiring.d.ts +5 -0
  68. package/types/src/x-modules/related-prompts/wiring.d.ts.map +1 -1
  69. package/types/src/x-modules/related-tags/wiring.d.ts +5 -0
  70. package/types/src/x-modules/related-tags/wiring.d.ts.map +1 -1
  71. package/types/src/x-modules/search-box/wiring.d.ts +3 -0
  72. package/types/src/x-modules/search-box/wiring.d.ts.map +1 -1
  73. package/types/src/x-modules/url/wiring.d.ts +7 -0
  74. package/types/src/x-modules/url/wiring.d.ts.map +1 -1
  75. package/types/src/x-modules/vendor/components/index.d.ts +1 -0
  76. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -1
  77. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts +30 -0
  78. package/types/src/x-modules/vendor/components/vendor-banners-list.vue.d.ts.map +1 -0
  79. package/types/src/x-modules/vendor/events.types.d.ts +7 -1
  80. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -1
  81. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -1
  82. package/types/src/x-modules/vendor/store/types.d.ts +3 -1
  83. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -1
  84. package/types/src/x-modules/vendor/types.d.ts +10 -1
  85. package/types/src/x-modules/vendor/types.d.ts.map +1 -1
  86. package/types/src/x-modules/vendor/wiring.d.ts +10 -0
  87. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -1
  88. package/url/index.js +1 -1
  89. 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
  {
@@ -63292,6 +63310,34 @@
63292
63310
  "endIndex": 3
63293
63311
  }
63294
63312
  },
63313
+ {
63314
+ "kind": "Variable",
63315
+ "canonicalReference": "@empathyco/x-components!resetUrlQuery:var",
63316
+ "docComment": "/**\n * Sets to empathy string the query of the url module.\n *\n * @public\n */\n",
63317
+ "excerptTokens": [
63318
+ {
63319
+ "kind": "Content",
63320
+ "text": "resetUrlQuery: "
63321
+ },
63322
+ {
63323
+ "kind": "Content",
63324
+ "text": "import(\"../..\")."
63325
+ },
63326
+ {
63327
+ "kind": "Reference",
63328
+ "text": "AnyWire",
63329
+ "canonicalReference": "@empathyco/x-components!AnyWire:type"
63330
+ }
63331
+ ],
63332
+ "fileUrlPath": "src/x-modules/url/wiring.ts",
63333
+ "isReadonly": true,
63334
+ "releaseTag": "Public",
63335
+ "name": "resetUrlQuery",
63336
+ "variableTypeTokenRange": {
63337
+ "startIndex": 1,
63338
+ "endIndex": 3
63339
+ }
63340
+ },
63295
63341
  {
63296
63342
  "kind": "TypeAlias",
63297
63343
  "canonicalReference": "@empathyco/x-components!ResultFeature:type",
@@ -72135,6 +72181,34 @@
72135
72181
  "endIndex": 3
72136
72182
  }
72137
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
+ },
72138
72212
  {
72139
72213
  "kind": "Variable",
72140
72214
  "canonicalReference": "@empathyco/x-components!setBrowseCategory:var",
@@ -76343,7 +76417,25 @@
76343
76417
  },
76344
76418
  {
76345
76419
  "kind": "Content",
76346
- "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\")."
76347
76439
  },
76348
76440
  {
76349
76441
  "kind": "Reference",
@@ -76514,7 +76606,7 @@
76514
76606
  "name": "SimpleFilter",
76515
76607
  "variableTypeTokenRange": {
76516
76608
  "startIndex": 1,
76517
- "endIndex": 274
76609
+ "endIndex": 278
76518
76610
  }
76519
76611
  },
76520
76612
  {
@@ -79774,6 +79866,33 @@
79774
79866
  "text": "WireMetadata",
79775
79867
  "canonicalReference": "@empathyco/x-components!WireMetadata:interface"
79776
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
+ },
79777
79896
  {
79778
79897
  "kind": "Content",
79779
79898
  "text": ") => unknown;\n }>>;\n}, {}, {}, {}, import(\"vue\")."
@@ -79848,7 +79967,7 @@
79848
79967
  "name": "SnippetCallbacks",
79849
79968
  "variableTypeTokenRange": {
79850
79969
  "startIndex": 1,
79851
- "endIndex": 586
79970
+ "endIndex": 592
79852
79971
  }
79853
79972
  },
79854
79973
  {
@@ -89826,6 +89945,298 @@
89826
89945
  "members": [],
89827
89946
  "extendsTokenRanges": []
89828
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
+ },
89829
90240
  {
89830
90241
  "kind": "Interface",
89831
90242
  "canonicalReference": "@empathyco/x-components!VendorGetters:interface",
@@ -89858,6 +90269,42 @@
89858
90269
  "name": "VendorMutations",
89859
90270
  "preserveMemberOrder": false,
89860
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
+ },
89861
90308
  {
89862
90309
  "kind": "PropertySignature",
89863
90310
  "canonicalReference": "@empathyco/x-components!VendorMutations#setResults:member",
@@ -90331,6 +90778,38 @@
90331
90778
  "name": "VendorState",
90332
90779
  "preserveMemberOrder": false,
90333
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
+ },
90334
90813
  {
90335
90814
  "kind": "PropertySignature",
90336
90815
  "canonicalReference": "@empathyco/x-components!VendorState#results:member",
@@ -90465,6 +90944,47 @@
90465
90944
  "endIndex": 2
90466
90945
  }
90467
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
+ },
90468
90988
  {
90469
90989
  "kind": "PropertySignature",
90470
90990
  "canonicalReference": "@empathyco/x-components!VendorXEvents#VendorResultsChanged:member",