@empathyco/x-components 6.0.0-alpha.3 → 6.0.0-alpha.30

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 (567) hide show
  1. package/CHANGELOG.md +283 -1
  2. package/core/index.js +5 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +1339 -1339
  5. package/docs/API-reference/api/x-adapter-platform.md +9 -0
  6. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +11 -0
  7. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +22 -0
  8. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
  9. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
  10. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
  11. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
  12. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
  13. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
  14. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
  15. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +6 -0
  16. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +1 -1
  17. package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
  18. package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
  23. package/docs/API-reference/api/x-components.animationprop.md +6 -1
  24. package/docs/API-reference/api/x-components.bannerslist.md +3 -3
  25. package/docs/API-reference/api/x-components.basedropdown.md +5 -5
  26. package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
  27. package/docs/API-reference/api/x-components.basegrid.md +3 -3
  28. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
  29. package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
  30. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  31. package/docs/API-reference/api/x-components.basemodal.md +10 -10
  32. package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
  33. package/docs/API-reference/api/x-components.baseslider.md +70 -0
  34. package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
  35. package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
  36. package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
  37. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
  38. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +13 -0
  39. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  40. package/docs/API-reference/api/x-components.configmutations.md +29 -0
  41. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
  42. package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
  43. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
  44. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  45. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
  46. package/docs/API-reference/api/x-components.empathize.md +5 -5
  47. package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
  48. package/docs/API-reference/api/x-components.facets.md +3 -3
  49. package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
  50. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
  51. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
  52. package/docs/API-reference/api/x-components.filterslist.md +3 -3
  53. package/docs/API-reference/api/x-components.globalxbus.md +6 -0
  54. package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -2
  55. package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
  56. package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
  57. package/docs/API-reference/api/x-components.identifierresults.md +3 -3
  58. package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
  59. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
  60. package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
  61. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
  62. package/docs/API-reference/api/x-components.installxoptions.md +1 -1
  63. package/docs/API-reference/api/x-components.itemslist.md +3 -3
  64. package/docs/API-reference/api/x-components.mainmodal.md +2 -2
  65. package/docs/API-reference/api/x-components.md +26 -1
  66. package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
  67. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
  68. package/docs/API-reference/api/x-components.myhistory.md +3 -3
  69. package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
  70. package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
  71. package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
  72. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
  73. package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
  74. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  75. package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
  76. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  77. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  78. package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
  79. package/docs/API-reference/api/x-components.querymutations.md +20 -0
  80. package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
  81. package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
  82. package/docs/API-reference/api/x-components.querystate.md +20 -0
  83. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  84. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
  85. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  86. package/docs/API-reference/api/x-components.recommendations.md +3 -3
  87. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  88. package/docs/API-reference/api/x-components.relatedprompt.md +54 -0
  89. package/docs/API-reference/api/x-components.relatedpromptrequest.md +13 -0
  90. package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
  91. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
  92. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
  93. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
  94. package/docs/API-reference/api/x-components.relatedpromptsactions.md +22 -0
  95. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +20 -0
  96. package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
  97. package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
  98. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +26 -0
  99. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
  100. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +17 -0
  101. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
  102. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
  103. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
  104. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
  105. package/docs/API-reference/api/x-components.relatedpromptsstate.md +24 -0
  106. package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
  107. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
  108. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
  109. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
  110. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +22 -0
  111. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +22 -0
  112. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
  113. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
  114. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
  115. package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
  116. package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
  117. package/docs/API-reference/api/x-components.relatedtags.md +3 -3
  118. package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
  119. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  120. package/docs/API-reference/api/x-components.resultslist.md +3 -3
  121. package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
  122. package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
  123. package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
  124. package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
  125. package/docs/API-reference/api/x-components.searchmutations.md +2 -1
  126. package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
  127. package/docs/API-reference/api/x-components.searchstate.md +2 -1
  128. package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
  129. package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
  130. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +1 -1
  131. package/docs/API-reference/api/x-components.semanticqueriesstate.md +1 -1
  132. package/docs/API-reference/api/x-components.setconfig.md +27 -0
  133. package/docs/API-reference/api/x-components.setquery.md +25 -0
  134. package/docs/API-reference/api/x-components.simplefilter.md +3 -0
  135. package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
  136. package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
  137. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +1 -1
  138. package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
  139. package/docs/API-reference/api/x-components.tagging.md +17 -4
  140. package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
  141. package/docs/API-reference/api/x-components.urlmutations.md +1 -1
  142. package/docs/API-reference/api/x-components.urlstate.md +1 -1
  143. package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
  144. package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
  145. package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
  146. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  147. package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
  148. package/docs/API-reference/api/x-types.md +4 -0
  149. package/docs/API-reference/api/x-types.relatedprompt.md +23 -0
  150. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
  151. package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
  152. package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
  153. package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
  154. package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
  155. package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
  156. package/docs/API-reference/api/x-types.searchresponse.md +1 -0
  157. package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
  158. package/docs/API-reference/api/x-types.stats.md +22 -0
  159. package/docs/API-reference/api/x-types.stats.price.md +14 -0
  160. package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
  161. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
  162. package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
  163. package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
  164. package/docs/API-reference/components/common/x-components.items-list.md +1 -1
  165. package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
  166. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
  167. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +26 -0
  168. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
  169. package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +23 -0
  170. package/docs/API-reference/components/search/x-components.results-list.md +1 -1
  171. package/docs/API-reference/components/tagging/x-components.tagging.md +2 -2
  172. package/js/components/animations/fade-and-slide.vue.js +1 -2
  173. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  174. package/js/components/base-dropdown.vue.js +1 -3
  175. package/js/components/base-dropdown.vue.js.map +1 -1
  176. package/js/components/base-dropdown.vue2.js +1 -7
  177. package/js/components/base-dropdown.vue2.js.map +1 -1
  178. package/js/components/base-event-button.vue.js +1 -2
  179. package/js/components/base-event-button.vue.js.map +1 -1
  180. package/js/components/base-grid.vue.js +11 -18
  181. package/js/components/base-grid.vue.js.map +1 -1
  182. package/js/components/base-grid.vue2.js.map +1 -1
  183. package/js/components/base-grid.vue3.js +1 -1
  184. package/js/components/base-keyboard-navigation.vue.js +1 -2
  185. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  186. package/js/components/base-rating.vue.js +1 -3
  187. package/js/components/base-rating.vue.js.map +1 -1
  188. package/js/components/base-slider.vue.js +65 -0
  189. package/js/components/base-slider.vue.js.map +1 -0
  190. package/js/components/base-slider.vue2.js +109 -0
  191. package/js/components/base-slider.vue2.js.map +1 -0
  192. package/js/components/base-slider.vue3.js +7 -0
  193. package/js/components/base-slider.vue3.js.map +1 -0
  194. package/js/components/base-variable-column-grid.vue.js +1 -2
  195. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  196. package/js/components/column-picker/base-column-picker-dropdown.vue.js +1 -3
  197. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  198. package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
  199. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  200. package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
  201. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  202. package/js/components/icons/cross-tiny.vue.js +2 -2
  203. package/js/components/icons/plus.vue.js +2 -2
  204. package/js/components/items-list.vue.js +1 -2
  205. package/js/components/items-list.vue.js.map +1 -1
  206. package/js/components/items-list.vue2.js +2 -2
  207. package/js/components/items-list.vue2.js.map +1 -1
  208. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +1 -7
  209. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  210. package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -9
  211. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  212. package/js/components/layouts/single-column-layout.vue.js +1 -9
  213. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  214. package/js/components/modals/base-events-modal-close.vue.js +1 -2
  215. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  216. package/js/components/modals/base-events-modal-open.vue.js +1 -2
  217. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  218. package/js/components/modals/base-id-modal-close.vue.js +1 -2
  219. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  220. package/js/components/modals/base-id-modal-open.vue.js +1 -2
  221. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  222. package/js/components/modals/base-modal.vue.js +1 -2
  223. package/js/components/modals/base-modal.vue.js.map +1 -1
  224. package/js/components/modals/base-modal.vue2.js +13 -6
  225. package/js/components/modals/base-modal.vue2.js.map +1 -1
  226. package/js/components/page-loader-button.vue.js +1 -4
  227. package/js/components/page-loader-button.vue.js.map +1 -1
  228. package/js/components/panels/base-header-toggle-panel.vue.js +1 -5
  229. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  230. package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
  231. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  232. package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
  233. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  234. package/js/components/panels/base-tabs-panel.vue.js +1 -4
  235. package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
  236. package/js/components/panels/base-toggle-panel.vue.js +1 -2
  237. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  238. package/js/components/result/base-result-add-to-cart.vue.js +1 -2
  239. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  240. package/js/components/result/base-result-current-price.vue.js +1 -2
  241. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  242. package/js/components/result/base-result-image.vue.js +39 -59
  243. package/js/components/result/base-result-image.vue.js.map +1 -1
  244. package/js/components/result/base-result-image.vue2.js +5 -5
  245. package/js/components/result/base-result-image.vue2.js.map +1 -1
  246. package/js/components/result/base-result-link.vue.js +1 -2
  247. package/js/components/result/base-result-link.vue.js.map +1 -1
  248. package/js/components/result/base-result-previous-price.vue.js +1 -2
  249. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  250. package/js/components/result/base-result-rating.vue.js +1 -4
  251. package/js/components/result/base-result-rating.vue.js.map +1 -1
  252. package/js/components/result/result-variant-selector.vue.js +1 -3
  253. package/js/components/result/result-variant-selector.vue.js.map +1 -1
  254. package/js/components/sliding-panel.vue.js +3 -6
  255. package/js/components/sliding-panel.vue.js.map +1 -1
  256. package/js/components/suggestions/base-suggestion.vue.js +1 -2
  257. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  258. package/js/components/suggestions/base-suggestions.vue.js +1 -2
  259. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  260. package/js/composables/use-alias-api.js +4 -1
  261. package/js/composables/use-alias-api.js.map +1 -1
  262. package/js/composables/use-getter.js +1 -1
  263. package/js/composables/use-state.js +1 -1
  264. package/js/index.js +15 -1
  265. package/js/index.js.map +1 -1
  266. package/js/types/animation-prop.js +5 -0
  267. package/js/types/animation-prop.js.map +1 -1
  268. package/js/x-installer/x-installer/x-installer.js +3 -3
  269. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  270. package/js/x-modules/device/store/emitters.js +1 -0
  271. package/js/x-modules/device/store/emitters.js.map +1 -1
  272. package/js/x-modules/empathize/components/empathize.vue.js +1 -2
  273. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  274. package/js/x-modules/empathize/components/empathize.vue2.js +2 -0
  275. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  276. package/js/x-modules/empathize/store/emitters.js +1 -0
  277. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  278. package/js/x-modules/experience-controls/store/emitters.js +1 -0
  279. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  280. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  281. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +1 -1
  282. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  283. package/js/x-modules/extra-params/store/emitters.js +1 -0
  284. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  285. package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
  286. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  287. package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
  288. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  289. package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -2
  290. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  291. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +1 -6
  292. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  293. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +1 -3
  294. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  295. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +1 -3
  296. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  297. package/js/x-modules/facets/components/filters/simple-filter.vue.js +1 -3
  298. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  299. package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
  300. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  301. package/js/x-modules/facets/components/lists/filters-search.vue.js +1 -3
  302. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  303. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +11 -18
  304. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  305. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
  306. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  307. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +1 -4
  308. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  309. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +1 -2
  310. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  311. package/js/x-modules/history-queries/components/history-queries.vue.js +1 -10
  312. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  313. package/js/x-modules/history-queries/components/history-query.vue.js +1 -6
  314. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  315. package/js/x-modules/history-queries/components/my-history.vue.js +1 -4
  316. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
  317. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
  318. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  319. package/js/x-modules/history-queries/store/emitters.js +1 -0
  320. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  321. package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
  322. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  323. package/js/x-modules/identifier-results/store/emitters.js +1 -0
  324. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  325. package/js/x-modules/next-queries/components/next-queries.vue.js +1 -7
  326. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  327. package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
  328. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
  329. package/js/x-modules/next-queries/components/next-query.vue.js +1 -4
  330. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  331. package/js/x-modules/next-queries/store/emitters.js +1 -0
  332. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  333. package/js/x-modules/popular-searches/components/popular-search.vue.js +1 -4
  334. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  335. package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
  336. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  337. package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
  338. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  339. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +2 -0
  340. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  341. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  342. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
  343. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  344. package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
  345. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  346. package/js/x-modules/queries-preview/components/query-preview.vue2.js +3 -1
  347. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  348. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
  349. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  350. package/js/x-modules/queries-preview/store/emitters.js +1 -0
  351. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  352. package/js/x-modules/queries-preview/store/module.js +1 -1
  353. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  354. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +6 -4
  355. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  356. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
  357. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  358. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
  359. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  360. package/js/x-modules/query-suggestions/store/emitters.js +1 -0
  361. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  362. package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
  363. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  364. package/js/x-modules/recommendations/store/emitters.js +1 -0
  365. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  366. package/js/x-modules/related-prompts/components/related-prompt.vue.js +52 -0
  367. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
  368. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +62 -0
  369. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
  370. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
  371. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
  372. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
  373. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
  374. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +80 -0
  375. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
  376. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +55 -0
  377. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
  378. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
  379. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
  380. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
  381. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
  382. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
  383. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
  384. package/js/x-modules/related-prompts/store/emitters.js +15 -0
  385. package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
  386. package/js/x-modules/related-prompts/store/getters/request.getter.js +16 -0
  387. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
  388. package/js/x-modules/related-prompts/store/module.js +61 -0
  389. package/js/x-modules/related-prompts/store/module.js.map +1 -0
  390. package/js/x-modules/related-prompts/wiring.js +98 -0
  391. package/js/x-modules/related-prompts/wiring.js.map +1 -0
  392. package/js/x-modules/related-prompts/x-module.js +21 -0
  393. package/js/x-modules/related-prompts/x-module.js.map +1 -0
  394. package/js/x-modules/related-tags/components/related-tag.vue.js +1 -2
  395. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  396. package/js/x-modules/related-tags/components/related-tags.vue.js +1 -4
  397. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  398. package/js/x-modules/related-tags/store/emitters.js +1 -0
  399. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  400. package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
  401. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  402. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +2 -0
  403. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  404. package/js/x-modules/scroll/store/emitters.js +1 -0
  405. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  406. package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
  407. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  408. package/js/x-modules/search/components/results-list.vue.js +2 -2
  409. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  410. package/js/x-modules/search/components/sort-dropdown.vue.js +1 -3
  411. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  412. package/js/x-modules/search/store/actions/save-search-response.action.js +2 -1
  413. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  414. package/js/x-modules/search/store/emitters.js +1 -0
  415. package/js/x-modules/search/store/emitters.js.map +1 -1
  416. package/js/x-modules/search/store/module.js +7 -2
  417. package/js/x-modules/search/store/module.js.map +1 -1
  418. package/js/x-modules/search-box/components/clear-search-input.vue.js +1 -2
  419. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  420. package/js/x-modules/search-box/components/search-button.vue.js +1 -2
  421. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  422. package/js/x-modules/search-box/store/emitters.js +1 -0
  423. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  424. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +1 -3
  425. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
  426. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +1 -4
  427. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  428. package/js/x-modules/tagging/components/tagging.vue.js +8 -2
  429. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  430. package/js/x-modules/url/store/emitters.js +1 -0
  431. package/js/x-modules/url/store/emitters.js.map +1 -1
  432. package/package.json +7 -6
  433. package/related-prompts/index.d.ts +1 -0
  434. package/related-prompts/index.js +10 -0
  435. package/report/x-adapter-platform.api.json +575 -1
  436. package/report/x-components.api.json +4962 -7798
  437. package/report/x-components.api.md +536 -167
  438. package/report/x-types.api.json +334 -0
  439. package/tools/inject-css.js +5 -3
  440. package/types/adapter/e2e-adapter.d.ts.map +1 -1
  441. package/types/adapter/mocked-responses.d.ts +3 -0
  442. package/types/adapter/mocked-responses.d.ts.map +1 -1
  443. package/types/components/base-dropdown.vue.d.ts +5 -5
  444. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  445. package/types/components/base-grid.vue.d.ts +3 -3
  446. package/types/components/base-slider.vue.d.ts +74 -0
  447. package/types/components/base-slider.vue.d.ts.map +1 -0
  448. package/types/components/base-variable-column-grid.vue.d.ts +3 -3
  449. package/types/components/global-x-bus.vue.d.ts +6 -0
  450. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  451. package/types/components/index.d.ts +1 -0
  452. package/types/components/index.d.ts.map +1 -1
  453. package/types/components/items-list.vue.d.ts +3 -3
  454. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
  455. package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
  456. package/types/components/modals/base-events-modal.vue.d.ts +2 -2
  457. package/types/components/modals/base-id-modal.vue.d.ts +2 -2
  458. package/types/components/modals/base-modal.vue.d.ts +10 -10
  459. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  460. package/types/components/modals/main-modal.vue.d.ts +2 -2
  461. package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
  462. package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
  463. package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
  464. package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
  465. package/types/components/result/base-result-image.vue.d.ts +10 -10
  466. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  467. package/types/components/snippet-callbacks.vue.d.ts +3 -0
  468. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  469. package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
  470. package/types/composables/use-alias-api.d.ts +5 -0
  471. package/types/composables/use-alias-api.d.ts.map +1 -1
  472. package/types/composables/use-store.d.ts +2 -2
  473. package/types/composables/use-store.d.ts.map +1 -1
  474. package/types/index.d.ts +1 -0
  475. package/types/index.d.ts.map +1 -1
  476. package/types/store/index.d.ts +4 -1
  477. package/types/store/index.d.ts.map +1 -1
  478. package/types/tailwind/plugin-options.d.ts +1 -2
  479. package/types/tailwind/plugin-options.d.ts.map +1 -1
  480. package/types/types/animation-prop.d.ts +6 -2
  481. package/types/types/animation-prop.d.ts.map +1 -1
  482. package/types/views/home/types.d.ts +3 -0
  483. package/types/views/home/types.d.ts.map +1 -1
  484. package/types/wiring/events.types.d.ts +3 -1
  485. package/types/wiring/events.types.d.ts.map +1 -1
  486. package/types/x-installer/x-installer/types.d.ts +2 -2
  487. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  488. package/types/x-installer/x-installer/x-installer.d.ts +4 -4
  489. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  490. package/types/x-modules/empathize/components/empathize.vue.d.ts +5 -5
  491. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +1 -1
  492. package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
  493. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +5 -2
  494. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  495. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +3 -0
  496. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  497. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
  498. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
  499. package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
  500. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
  501. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
  502. package/types/x-modules/next-queries/index.d.ts +1 -0
  503. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  504. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
  505. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  506. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  507. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  508. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  509. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
  510. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  511. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
  512. package/types/x-modules/related-prompts/components/index.d.ts +4 -0
  513. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
  514. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +51 -0
  515. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
  516. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
  517. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
  518. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +14 -0
  519. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
  520. package/types/x-modules/related-prompts/events.types.d.ts +26 -0
  521. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
  522. package/types/x-modules/related-prompts/index.d.ts +6 -0
  523. package/types/x-modules/related-prompts/index.d.ts.map +1 -0
  524. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
  525. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
  526. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
  527. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
  528. package/types/x-modules/related-prompts/store/emitters.d.ts +9 -0
  529. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
  530. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -0
  531. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
  532. package/types/x-modules/related-prompts/store/index.d.ts +7 -0
  533. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
  534. package/types/x-modules/related-prompts/store/module.d.ts +8 -0
  535. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
  536. package/types/x-modules/related-prompts/store/types.d.ts +108 -0
  537. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
  538. package/types/x-modules/related-prompts/types.d.ts +10 -0
  539. package/types/x-modules/related-prompts/types.d.ts.map +1 -0
  540. package/types/x-modules/related-prompts/wiring.d.ts +37 -0
  541. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
  542. package/types/x-modules/related-prompts/x-module.d.ts +16 -0
  543. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
  544. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
  545. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
  546. package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
  547. package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
  548. package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
  549. package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
  550. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
  551. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  552. package/types/x-modules/search/store/module.d.ts +2 -0
  553. package/types/x-modules/search/store/module.d.ts.map +1 -1
  554. package/types/x-modules/search/store/types.d.ts +9 -1
  555. package/types/x-modules/search/store/types.d.ts.map +1 -1
  556. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
  557. package/types/x-modules/tagging/components/tagging.vue.d.ts +17 -4
  558. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  559. package/types/x-modules/x-modules.types.d.ts +2 -0
  560. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  561. package/docs/API-reference/api/x-components.usestore.md +0 -19
  562. package/js/composables/use-store.js +0 -15
  563. package/js/composables/use-store.js.map +0 -1
  564. package/js/utils/options-api.js +0 -4
  565. package/js/utils/options-api.js.map +0 -1
  566. package/types/utils/options-api.d.ts +0 -3
  567. package/types/utils/options-api.d.ts.map +0 -1
@@ -115,6 +115,7 @@ import { default as TrendingIcon } from './trending.vue';
115
115
  import { default as TrendingTinyIcon } from './trending-tiny.vue';
116
116
  import { default as UserFilledIcon } from './user-filled.vue';
117
117
  import { default as UserIcon } from './user.vue';
118
+ import { useStore } from 'vuex';
118
119
  import { VNode } from 'vue';
119
120
  import Vue from 'vue';
120
121
  import { WatchOptions } from 'vue';
@@ -209,7 +210,7 @@ export const animateTranslate: (animationOrigin?: AnimationOrigin | undefined) =
209
210
  export const AnimateWidth: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
210
211
 
211
212
  // @public
212
- export const AnimationProp: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
213
+ export const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
213
214
 
214
215
  // @public
215
216
  export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
@@ -412,18 +413,18 @@ titleClass: StringConstructor;
412
413
  // @public
413
414
  export const BannersList: DefineComponent< {
414
415
  animation: {
415
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
416
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
416
417
  default: string;
417
418
  };
418
419
  }, () => VNode<RendererNode, RendererElement, {
419
420
  [key: string]: any;
420
421
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
421
422
  animation: {
422
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
423
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
423
424
  default: string;
424
425
  };
425
426
  }>>, {
426
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
427
+ animation: string | Function | Record<string, any>;
427
428
  }, {}>;
428
429
 
429
430
  export { BarCodeIcon }
@@ -523,8 +524,8 @@ required: true;
523
524
  };
524
525
  ariaLabel: StringConstructor;
525
526
  animation: {
526
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
527
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
527
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
528
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
528
529
  };
529
530
  searchTimeoutMs: {
530
531
  type: NumberConstructor;
@@ -566,8 +567,8 @@ required: true;
566
567
  };
567
568
  ariaLabel: StringConstructor;
568
569
  animation: {
569
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
570
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
570
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
571
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
571
572
  };
572
573
  searchTimeoutMs: {
573
574
  type: NumberConstructor;
@@ -576,7 +577,7 @@ default: number;
576
577
  }>> & {
577
578
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
578
579
  }, {
579
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
580
+ animation: string | Function | Record<string, any>;
580
581
  searchTimeoutMs: number;
581
582
  }, {}>;
582
583
 
@@ -616,7 +617,7 @@ bodyClickEvent: {
616
617
  type: PropType<keyof XEventsTypes>;
617
618
  default: string;
618
619
  };
619
- animation: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
620
+ animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
620
621
  }, {
621
622
  isOpen: Ref<boolean>;
622
623
  openerElement: Ref<HTMLElement | undefined>;
@@ -635,7 +636,7 @@ bodyClickEvent: {
635
636
  type: PropType<keyof XEventsTypes>;
636
637
  default: string;
637
638
  };
638
- animation: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
639
+ animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
639
640
  }>>, {
640
641
  eventsToOpenModal: (keyof XEventsTypes)[];
641
642
  eventsToCloseModal: (keyof XEventsTypes)[];
@@ -692,7 +693,7 @@ export abstract class BaseFilterEntityModifier<Metadata extends Dictionary = Dic
692
693
  // @public
693
694
  export const BaseGrid: DefineComponent< {
694
695
  animation: {
695
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
696
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
696
697
  default: string;
697
698
  };
698
699
  columns: {
@@ -714,7 +715,7 @@ slots: Readonly<{
714
715
  }>;
715
716
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
716
717
  animation: {
717
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
718
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
718
719
  default: string;
719
720
  };
720
721
  columns: {
@@ -725,15 +726,15 @@ items: {
725
726
  type: PropType<ListItem[]>;
726
727
  };
727
728
  }>>, {
728
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
729
+ animation: string | Function | Record<string, any>;
729
730
  columns: number;
730
731
  }, {}>;
731
732
 
732
733
  // @public
733
734
  export const BaseHeaderTogglePanel: DefineComponent< {
734
735
  animation: {
735
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
736
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
736
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
737
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
737
738
  };
738
739
  startCollapsed: BooleanConstructor;
739
740
  headerClass: StringConstructor;
@@ -742,20 +743,20 @@ open: Ref<boolean>;
742
743
  toggleOpen: () => void;
743
744
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
744
745
  animation: {
745
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
746
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
746
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
747
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
747
748
  };
748
749
  startCollapsed: BooleanConstructor;
749
750
  headerClass: StringConstructor;
750
751
  }>>, {
751
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
752
+ animation: string | Function | Record<string, any>;
752
753
  startCollapsed: boolean;
753
754
  }, {}>;
754
755
 
755
756
  // @public
756
757
  export const BaseIdModal: DefineComponent< {
757
758
  animation: {
758
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
759
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
759
760
  };
760
761
  modalId: {
761
762
  type: StringConstructor;
@@ -767,7 +768,7 @@ isOpen: Ref<boolean>;
767
768
  emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void;
768
769
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
769
770
  animation: {
770
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
771
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
771
772
  };
772
773
  modalId: {
773
774
  type: StringConstructor;
@@ -812,8 +813,8 @@ type: BooleanConstructor;
812
813
  default: boolean;
813
814
  };
814
815
  animation: {
815
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
816
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
816
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
817
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
817
818
  };
818
819
  panelId: {
819
820
  type: StringConstructor;
@@ -827,8 +828,8 @@ type: BooleanConstructor;
827
828
  default: boolean;
828
829
  };
829
830
  animation: {
830
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
831
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
831
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
832
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
832
833
  };
833
834
  panelId: {
834
835
  type: StringConstructor;
@@ -836,7 +837,7 @@ required: true;
836
837
  };
837
838
  }>>, {
838
839
  startOpen: boolean;
839
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
840
+ animation: string | Function | Record<string, any>;
840
841
  }, {}>;
841
842
 
842
843
  // @public
@@ -906,12 +907,12 @@ default: boolean;
906
907
  };
907
908
  referenceSelector: StringConstructor;
908
909
  animation: {
909
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
910
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
910
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
911
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
911
912
  };
912
913
  overlayAnimation: {
913
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
914
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
914
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
915
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
915
916
  };
916
917
  contentClass: StringConstructor;
917
918
  overlayClass: StringConstructor;
@@ -931,12 +932,12 @@ default: boolean;
931
932
  };
932
933
  referenceSelector: StringConstructor;
933
934
  animation: {
934
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
935
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
935
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
936
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
936
937
  };
937
938
  overlayAnimation: {
938
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
939
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
939
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
940
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
940
941
  };
941
942
  contentClass: StringConstructor;
942
943
  overlayClass: StringConstructor;
@@ -945,8 +946,8 @@ overlayClass: StringConstructor;
945
946
  "onFocusin:body"?: ((...args: any[]) => any) | undefined;
946
947
  }, {
947
948
  focusOnOpen: boolean;
948
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
949
- overlayAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
949
+ animation: string | Function | Record<string, any>;
950
+ overlayAnimation: string | Function | Record<string, any>;
950
951
  }, {}>;
951
952
 
952
953
  export { BasePlaceholderImage }
@@ -1073,52 +1074,52 @@ type: StringConstructor;
1073
1074
  }>>, {}, {}>;
1074
1075
 
1075
1076
  // @public
1076
- export const BaseResultImage: DefineComponent<{
1077
- result: {
1078
- type: PropType<Result>;
1079
- required: true;
1080
- };
1081
- loadAnimation: {
1082
- type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1083
- default: () => DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1084
- };
1085
- hoverAnimation: {
1086
- type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1087
- };
1088
- showNextImageOnHover: {
1089
- type: BooleanConstructor;
1090
- default: boolean;
1091
- };
1077
+ export const BaseResultImage: DefineComponent< {
1078
+ result: {
1079
+ type: PropType<Result>;
1080
+ required: true;
1081
+ };
1082
+ loadAnimation: {
1083
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1084
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1085
+ };
1086
+ hoverAnimation: {
1087
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1088
+ };
1089
+ showNextImageOnHover: {
1090
+ type: BooleanConstructor;
1091
+ default: boolean;
1092
+ };
1092
1093
  }, {
1093
- pendingImages: Ref<string[]>;
1094
- loadedImages: Ref<string[]>;
1095
- isHovering: Ref<boolean>;
1096
- userHasHoveredImage: Ref<boolean>;
1097
- loaderStyles: Partial<CSSStyleDeclaration>;
1098
- animation: ComputedRef<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1099
- imageSrc: ComputedRef<string>;
1100
- shouldLoadNextImage: ComputedRef<boolean>;
1101
- flagImageAsFailed: () => void;
1102
- flagImageLoaded: () => void;
1094
+ pendingImages: Ref<string[]>;
1095
+ loadedImages: Ref<string[]>;
1096
+ isHovering: Ref<boolean>;
1097
+ userHasHoveredImage: Ref<boolean>;
1098
+ loaderStyles: Partial<CSSStyleDeclaration>;
1099
+ animation: ComputedRef<string | Record<string, any>>;
1100
+ imageSrc: ComputedRef<string>;
1101
+ shouldLoadNextImage: ComputedRef<boolean>;
1102
+ flagImageAsFailed: () => void;
1103
+ flagImageLoaded: () => void;
1103
1104
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1104
1105
  result: {
1105
1106
  type: PropType<Result>;
1106
1107
  required: true;
1107
1108
  };
1108
1109
  loadAnimation: {
1109
- type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1110
- default: () => DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1110
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1111
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1111
1112
  };
1112
1113
  hoverAnimation: {
1113
- type: PropType<string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1114
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
1114
1115
  };
1115
1116
  showNextImageOnHover: {
1116
1117
  type: BooleanConstructor;
1117
1118
  default: boolean;
1118
1119
  };
1119
1120
  }>>, {
1120
- loadAnimation: string | DefineComponent<{}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1121
- showNextImageOnHover: boolean;
1121
+ loadAnimation: string | Function | Record<string, any>;
1122
+ showNextImageOnHover: boolean;
1122
1123
  }, {}>;
1123
1124
 
1124
1125
  // @public
@@ -1236,6 +1237,64 @@ resetOnChange: boolean;
1236
1237
  resetOn: keyof XEventsTypes | (keyof XEventsTypes)[];
1237
1238
  }, {}>;
1238
1239
 
1240
+ // @public
1241
+ export const BaseSlider: DefineComponent< {
1242
+ threshold: {
1243
+ type: PropType<{
1244
+ min: number;
1245
+ max: number;
1246
+ }>;
1247
+ default: () => {
1248
+ min: number;
1249
+ max: number;
1250
+ };
1251
+ };
1252
+ modelValue: {
1253
+ type: PropType<{
1254
+ min: number;
1255
+ max: number;
1256
+ }>;
1257
+ required: true;
1258
+ };
1259
+ contentClass: {
1260
+ type: StringConstructor;
1261
+ default: string;
1262
+ };
1263
+ }, {
1264
+ slider: Ref<HTMLElement | undefined>;
1265
+ rangeSelected: ComputedRef<number[]>;
1266
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
1267
+ threshold: {
1268
+ type: PropType<{
1269
+ min: number;
1270
+ max: number;
1271
+ }>;
1272
+ default: () => {
1273
+ min: number;
1274
+ max: number;
1275
+ };
1276
+ };
1277
+ modelValue: {
1278
+ type: PropType<{
1279
+ min: number;
1280
+ max: number;
1281
+ }>;
1282
+ required: true;
1283
+ };
1284
+ contentClass: {
1285
+ type: StringConstructor;
1286
+ default: string;
1287
+ };
1288
+ }>> & {
1289
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1290
+ }, {
1291
+ threshold: {
1292
+ min: number;
1293
+ max: number;
1294
+ };
1295
+ contentClass: string;
1296
+ }, {}>;
1297
+
1239
1298
  // @public
1240
1299
  export const BaseSuggestion: DefineComponent< {
1241
1300
  query: {
@@ -1292,7 +1351,7 @@ type: PropType<Suggestion[]>;
1292
1351
  required: true;
1293
1352
  };
1294
1353
  animation: {
1295
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1354
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1296
1355
  default: string;
1297
1356
  };
1298
1357
  maxItemsToRender: NumberConstructor;
@@ -1315,7 +1374,7 @@ type: PropType<Suggestion[]>;
1315
1374
  required: true;
1316
1375
  };
1317
1376
  animation: {
1318
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1377
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1319
1378
  default: string;
1320
1379
  };
1321
1380
  maxItemsToRender: NumberConstructor;
@@ -1329,7 +1388,7 @@ default: boolean;
1329
1388
  };
1330
1389
  suggestionItemClass: StringConstructor;
1331
1390
  }>>, {
1332
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1391
+ animation: string | Function | Record<string, any>;
1333
1392
  showFacets: boolean;
1334
1393
  showPlainSuggestion: boolean;
1335
1394
  }, {}>;
@@ -1357,12 +1416,12 @@ modelValue: boolean;
1357
1416
  // @public
1358
1417
  export const BaseTabsPanel: DefineComponent< {
1359
1418
  tabsAnimation: {
1360
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1419
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1361
1420
  default: string;
1362
1421
  };
1363
1422
  contentAnimation: {
1364
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1365
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1423
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1424
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1366
1425
  };
1367
1426
  initialTab: {
1368
1427
  type: StringConstructor;
@@ -1386,12 +1445,12 @@ selectTab: (tab: string) => void;
1386
1445
  tabIsSelected: (tab: string) => boolean;
1387
1446
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1388
1447
  tabsAnimation: {
1389
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1448
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1390
1449
  default: string;
1391
1450
  };
1392
1451
  contentAnimation: {
1393
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1394
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1452
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1453
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1395
1454
  };
1396
1455
  initialTab: {
1397
1456
  type: StringConstructor;
@@ -1406,8 +1465,8 @@ contentClass: StringConstructor;
1406
1465
  tabClass: StringConstructor;
1407
1466
  tabsListClass: StringConstructor;
1408
1467
  }>>, {
1409
- tabsAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1410
- contentAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1468
+ tabsAnimation: string | Function | Record<string, any>;
1469
+ contentAnimation: string | Function | Record<string, any>;
1411
1470
  initialTab: string;
1412
1471
  allowTabDeselect: boolean;
1413
1472
  }, {}>;
@@ -1419,7 +1478,7 @@ type: BooleanConstructor;
1419
1478
  required: true;
1420
1479
  };
1421
1480
  animation: {
1422
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1481
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1423
1482
  default: string;
1424
1483
  };
1425
1484
  }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -1428,17 +1487,17 @@ type: BooleanConstructor;
1428
1487
  required: true;
1429
1488
  };
1430
1489
  animation: {
1431
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1490
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1432
1491
  default: string;
1433
1492
  };
1434
1493
  }>>, {
1435
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1494
+ animation: string | Function | Record<string, any>;
1436
1495
  }, {}>;
1437
1496
 
1438
1497
  // @public
1439
1498
  export const BaseVariableColumnGrid: DefineComponent< {
1440
1499
  animation: {
1441
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1500
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1442
1501
  default: string;
1443
1502
  };
1444
1503
  items: PropType<ListItem[]>;
@@ -1453,7 +1512,7 @@ slots: Readonly<{
1453
1512
  }>;
1454
1513
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1455
1514
  animation: {
1456
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
1515
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
1457
1516
  default: string;
1458
1517
  };
1459
1518
  items: PropType<ListItem[]>;
@@ -1462,7 +1521,7 @@ type: NumberConstructor;
1462
1521
  default: number;
1463
1522
  };
1464
1523
  }>>, {
1465
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
1524
+ animation: string | Function | Record<string, any>;
1466
1525
  columns: number;
1467
1526
  }, {}>;
1468
1527
 
@@ -1515,6 +1574,9 @@ export const cancelFetchAndSaveQuerySuggestions: () => void;
1515
1574
  // @public
1516
1575
  export const cancelFetchAndSaveRecommendations: () => void;
1517
1576
 
1577
+ // @public
1578
+ export const cancelFetchAndSaveRelatedPrompts: () => void;
1579
+
1518
1580
  // @public
1519
1581
  export const cancelFetchAndSaveRelatedTags: () => void;
1520
1582
 
@@ -1577,6 +1639,9 @@ export { ChevronTinyUpIcon }
1577
1639
 
1578
1640
  export { ChevronUpIcon }
1579
1641
 
1642
+ // @internal
1643
+ export function cleanGettersProxyCache(): void;
1644
+
1580
1645
  // @public
1581
1646
  export const ClearFilters: DefineComponent< {
1582
1647
  facetsIds: PropType<(string | number)[]>;
@@ -1688,6 +1753,14 @@ default: boolean;
1688
1753
  appear: boolean;
1689
1754
  }, {}>;
1690
1755
 
1756
+ // @public
1757
+ export interface ConfigMutations<T extends {
1758
+ config: T['config'];
1759
+ }> {
1760
+ mergeConfig(config: T['config']): void;
1761
+ setConfig(config: T['config']): void;
1762
+ }
1763
+
1691
1764
  export { CornerArrowLeft }
1692
1765
 
1693
1766
  export { CornerArrowRight }
@@ -1709,6 +1782,15 @@ export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigi
1709
1782
  // @public
1710
1783
  export function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
1711
1784
 
1785
+ // @public
1786
+ export function createRelatedTagsQueryGetter<State extends QueryState, Getters>({ getRelatedTags }: CreateRelatedTagsQueryGetterOptions<State, Getters>): (state: State, getters: Getters) => string;
1787
+
1788
+ // @public
1789
+ export interface CreateRelatedTagsQueryGetterOptions<State, Getters> {
1790
+ // Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
1791
+ getRelatedTags: (state: State, getters: Getters) => RelatedTag_2[];
1792
+ }
1793
+
1712
1794
  // Warning: (ae-forgotten-export) The symbol "Taggable" needs to be exported by the entry point index.d.ts
1713
1795
  //
1714
1796
  // @public
@@ -2078,8 +2160,8 @@ type: PropType<(keyof XEventsTypes)[]>;
2078
2160
  default: () => string[];
2079
2161
  };
2080
2162
  animation: {
2081
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2082
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2163
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2164
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2083
2165
  };
2084
2166
  }, {
2085
2167
  close: () => void;
@@ -2097,13 +2179,13 @@ type: PropType<(keyof XEventsTypes)[]>;
2097
2179
  default: () => string[];
2098
2180
  };
2099
2181
  animation: {
2100
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2101
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2182
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2183
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2102
2184
  };
2103
2185
  }>>, {
2104
2186
  eventsToOpenEmpathize: (keyof XEventsTypes)[];
2105
2187
  eventsToCloseEmpathize: (keyof XEventsTypes)[];
2106
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2188
+ animation: string | Function | Record<string, any>;
2107
2189
  }, {}>;
2108
2190
 
2109
2191
  // @public
@@ -2121,8 +2203,6 @@ export const empathizeEmitters: {};
2121
2203
  export interface EmpathizeGetters {
2122
2204
  }
2123
2205
 
2124
- // Warning: (ae-forgotten-export) The symbol "ConfigMutations" needs to be exported by the entry point index.d.ts
2125
- //
2126
2206
  // @public
2127
2207
  export interface EmpathizeMutations extends ConfigMutations<EmpathizeState> {
2128
2208
  setIsOpen(isOpen: boolean): void;
@@ -2378,7 +2458,7 @@ export const Facets: DefineComponent< {
2378
2458
  facetsIds: PropType<(string | number)[]>;
2379
2459
  alwaysVisible: BooleanConstructor;
2380
2460
  animation: {
2381
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2461
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2382
2462
  default: string;
2383
2463
  };
2384
2464
  renderableFacets: StringConstructor;
@@ -2391,13 +2471,13 @@ hasSlot: (name: string) => boolean;
2391
2471
  facetsIds: PropType<(string | number)[]>;
2392
2472
  alwaysVisible: BooleanConstructor;
2393
2473
  animation: {
2394
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2474
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2395
2475
  default: string;
2396
2476
  };
2397
2477
  renderableFacets: StringConstructor;
2398
2478
  }>>, {
2399
2479
  alwaysVisible: boolean;
2400
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2480
+ animation: string | Function | Record<string, any>;
2401
2481
  }, {}>;
2402
2482
 
2403
2483
  // @public
@@ -2451,8 +2531,6 @@ export interface FacetsGroup {
2451
2531
  id: string;
2452
2532
  }
2453
2533
 
2454
- // Warning: (ae-forgotten-export) The symbol "QueryMutations" needs to be exported by the entry point index.d.ts
2455
- //
2456
2534
  // @public
2457
2535
  export interface FacetsMutations extends QueryMutations, ConfigMutations<FacetsState> {
2458
2536
  clearStickyFilters(): void;
@@ -2712,6 +2790,11 @@ export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionConte
2712
2790
  // @public
2713
2791
  export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
2714
2792
 
2793
+ // Warning: (ae-forgotten-export) The symbol "RelatedPromptsRequest" needs to be exported by the entry point index.d.ts
2794
+ //
2795
+ // @public
2796
+ export const fetchAndSaveRelatedPrompts: (context: RelatedPromptsActionContext, request: RelatedPromptsRequest | null) => void | Promise<void>;
2797
+
2715
2798
  // Warning: (ae-forgotten-export) The symbol "RelatedTagsRequest" needs to be exported by the entry point index.d.ts
2716
2799
  //
2717
2800
  // @public
@@ -2758,6 +2841,9 @@ export const fetchQuerySuggestions: QuerySuggestionsXStoreModule['actions']['fet
2758
2841
  // @public
2759
2842
  export const fetchRecommendations: RecommendationsXStoreModule['actions']['fetchRecommendations'];
2760
2843
 
2844
+ // @public
2845
+ export const fetchRelatedPrompts: RelatedPromptsXStoreModule['actions']['fetchRelatedPrompts'];
2846
+
2761
2847
  // @public
2762
2848
  export const fetchRelatedTags: RelatedTagsXStoreModule['actions']['fetchRelatedTags'];
2763
2849
 
@@ -2825,7 +2911,7 @@ type: PropType<string | number>;
2825
2911
  required: false;
2826
2912
  };
2827
2913
  animation: {
2828
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2914
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2829
2915
  default: string;
2830
2916
  };
2831
2917
  }, {
@@ -2839,11 +2925,11 @@ type: PropType<string | number>;
2839
2925
  required: false;
2840
2926
  };
2841
2927
  animation: {
2842
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
2928
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
2843
2929
  default: string;
2844
2930
  };
2845
2931
  }>>, {
2846
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
2932
+ animation: string | Function | Record<string, any>;
2847
2933
  }, {}>;
2848
2934
 
2849
2935
  // @public
@@ -2920,6 +3006,12 @@ export function getActiveElement(root?: Document | ShadowRoot): Element | null;
2920
3006
  // @public
2921
3007
  export function getGetterPath<ModuleName extends XModuleName>(moduleName: ModuleName, getterName: keyof ExtractGetters<ModuleName>): string;
2922
3008
 
3009
+ // @internal
3010
+ export function getGettersProxy<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName): ExtractGetters<ModuleName>;
3011
+
3012
+ // @internal
3013
+ export function getGettersProxyFromModule<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName, storeModule: AnyXStoreModule): ExtractGetters<ModuleName>;
3014
+
2923
3015
  // @public
2924
3016
  export function getRootXComponent(component: ComponentPublicInstance | null): ComponentPublicInstance | undefined;
2925
3017
 
@@ -3106,6 +3198,9 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
3106
3198
  ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
3107
3199
  PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
3108
3200
  ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
3201
+ RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
3202
+ UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
3203
+ UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
3109
3204
  }>>;
3110
3205
  required: true;
3111
3206
  };
@@ -3271,6 +3366,9 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
3271
3366
  ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
3272
3367
  PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
3273
3368
  ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
3369
+ RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
3370
+ UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
3371
+ UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
3274
3372
  }>>;
3275
3373
  required: true;
3276
3374
  };
@@ -3305,7 +3403,7 @@ filter: {
3305
3403
  type: PropType<HierarchicalFilter_2>;
3306
3404
  required: true;
3307
3405
  };
3308
- childrenAnimation: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3406
+ childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
3309
3407
  clickEvents: PropType<Partial<XEventsTypes>>;
3310
3408
  cssClasses: {
3311
3409
  type: PropType<(string | Dictionary<boolean>)[]>;
@@ -3474,6 +3572,9 @@ ParamsLoadedFromUrl?: UrlParams | undefined;
3474
3572
  ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
3475
3573
  PushableUrlStateUpdated?: UrlParams | undefined;
3476
3574
  ReplaceableUrlStateUpdated?: UrlParams | undefined;
3575
+ RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
3576
+ UserSelectedARelatedPrompt?: number | undefined;
3577
+ UserSelectedARelatedPromptQuery?: number | undefined;
3477
3578
  }>;
3478
3579
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
3479
3580
  renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
@@ -3483,7 +3584,7 @@ filter: {
3483
3584
  type: PropType<HierarchicalFilter_2>;
3484
3585
  required: true;
3485
3586
  };
3486
- childrenAnimation: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3587
+ childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
3487
3588
  clickEvents: PropType<Partial<XEventsTypes>>;
3488
3589
  cssClasses: {
3489
3590
  type: PropType<(string | Dictionary<boolean>)[]>;
@@ -3645,8 +3746,6 @@ export interface HistoryQueriesMutations extends QueryMutations, ConfigMutations
3645
3746
  setSessionTimeStamp(timeStamp: number): void;
3646
3747
  }
3647
3748
 
3648
- // Warning: (ae-forgotten-export) The symbol "QueryState" needs to be exported by the entry point index.d.ts
3649
- //
3650
3749
  // @public
3651
3750
  export interface HistoryQueriesState extends QueryState {
3652
3751
  config: HistoryQueriesConfig;
@@ -3788,7 +3887,7 @@ required: true;
3788
3887
  // @public
3789
3888
  export const IdentifierResults: DefineComponent< {
3790
3889
  animation: {
3791
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3890
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
3792
3891
  default: string;
3793
3892
  };
3794
3893
  maxItemsToRender: NumberConstructor;
@@ -3797,12 +3896,12 @@ identifierResults: ComputedRef<any>;
3797
3896
  identifierResultsToRender: ComputedRef<Result[]>;
3798
3897
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3799
3898
  animation: {
3800
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
3899
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
3801
3900
  default: string;
3802
3901
  };
3803
3902
  maxItemsToRender: NumberConstructor;
3804
3903
  }>>, {
3805
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
3904
+ animation: string | Function | Record<string, any>;
3806
3905
  }, {}>;
3807
3906
 
3808
3907
  // @public
@@ -3939,8 +4038,8 @@ export type InputStatus = 'initial' | 'typing' | 'filled' | 'focused' | 'empty';
3939
4038
  export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
3940
4039
  api?: API | false;
3941
4040
  bus?: XBus<XEventsTypes, WireMetadata>;
3942
- domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
3943
- installExtraPlugins?(options: ExtraPluginsOptions): void;
4041
+ domElement?: Element | ShadowRoot | string | ((snippetConfig: NormalisedSnippetConfig) => Element | ShadowRoot | string);
4042
+ installExtraPlugins?(options: ExtraPluginsOptions): void | Promise<void>;
3944
4043
  onCreateApp?: (app: App_2) => void;
3945
4044
  plugin?: Plugin_2<XPluginOptions>;
3946
4045
  rootComponent?: Component;
@@ -3993,7 +4092,7 @@ export function isXComponent(component: ComponentPublicInstance): boolean;
3993
4092
  // @public
3994
4093
  export const ItemsList: DefineComponent< {
3995
4094
  animation: {
3996
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4095
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
3997
4096
  default: string;
3998
4097
  };
3999
4098
  items: {
@@ -4011,7 +4110,7 @@ modelName: string;
4011
4110
  }[]>;
4012
4111
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4013
4112
  animation: {
4014
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4113
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4015
4114
  default: string;
4016
4115
  };
4017
4116
  items: {
@@ -4020,7 +4119,7 @@ required: true;
4020
4119
  };
4021
4120
  itemClass: StringConstructor;
4022
4121
  }>>, {
4023
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4122
+ animation: string | Function | Record<string, any>;
4024
4123
  }, {}>;
4025
4124
 
4026
4125
  export { LightBulbOff }
@@ -4069,7 +4168,7 @@ export type Machine<SomeStatus extends string, SomeEvent extends string> = {
4069
4168
  // @public
4070
4169
  export const MainModal: DefineComponent< {
4071
4170
  animation: {
4072
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4171
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4073
4172
  };
4074
4173
  closeEvents: {
4075
4174
  type: PropType<(keyof XEventsTypes)[]>;
@@ -4089,7 +4188,7 @@ default: string;
4089
4188
  };
4090
4189
  }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4091
4190
  animation: {
4092
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4191
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4093
4192
  };
4094
4193
  closeEvents: {
4095
4194
  type: PropType<(keyof XEventsTypes)[]>;
@@ -4194,6 +4293,11 @@ export type MaybeArray<Something> = Something | Array<Something>;
4194
4293
 
4195
4294
  export { MenuIcon }
4196
4295
 
4296
+ // @public
4297
+ export function mergeConfig<T extends {
4298
+ config: T['config'];
4299
+ }>(state: T, config: Partial<T['config']>): void;
4300
+
4197
4301
  export { MinusIcon }
4198
4302
 
4199
4303
  export { MinusTinyIcon }
@@ -4204,18 +4308,18 @@ export type MonadicFunction = (someParam: any) => any;
4204
4308
  // @public @deprecated
4205
4309
  export const MultiColumnMaxWidthLayout: DefineComponent< {
4206
4310
  asideAnimation: {
4207
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4208
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4311
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4312
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4209
4313
  };
4210
4314
  devMode: BooleanConstructor;
4211
4315
  }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4212
4316
  asideAnimation: {
4213
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4214
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4317
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4318
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4215
4319
  };
4216
4320
  devMode: BooleanConstructor;
4217
4321
  }>>, {
4218
- asideAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4322
+ asideAnimation: string | Function | Record<string, any>;
4219
4323
  devMode: boolean;
4220
4324
  }, {}>;
4221
4325
 
@@ -4239,7 +4343,7 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
4239
4343
  // @public
4240
4344
  export const MyHistory: DefineComponent< {
4241
4345
  animation: {
4242
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4346
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4243
4347
  default: string;
4244
4348
  };
4245
4349
  locale: {
@@ -4254,7 +4358,7 @@ historyQueries: ComputedRef<any>;
4254
4358
  formatTime: (timestamp: number) => string;
4255
4359
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4256
4360
  animation: {
4257
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4361
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4258
4362
  default: string;
4259
4363
  };
4260
4364
  locale: {
@@ -4263,7 +4367,7 @@ default: string;
4263
4367
  };
4264
4368
  queriesListClass: StringConstructor;
4265
4369
  }>>, {
4266
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4370
+ animation: string | Function | Record<string, any>;
4267
4371
  locale: string;
4268
4372
  }, {}>;
4269
4373
 
@@ -4391,10 +4495,18 @@ export interface NextQueriesGetters {
4391
4495
  request: NextQueriesRequest | null;
4392
4496
  }
4393
4497
 
4498
+ // @public
4499
+ export interface NextQueriesGroup extends ListItem {
4500
+ // (undocumented)
4501
+ modelName: 'NextQueriesGroup';
4502
+ // (undocumented)
4503
+ nextQueries: NextQuery_2[];
4504
+ }
4505
+
4394
4506
  // @public
4395
4507
  export const NextQueriesList: DefineComponent< {
4396
4508
  animation: {
4397
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4509
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4398
4510
  default: string;
4399
4511
  };
4400
4512
  offset: {
@@ -4418,7 +4530,7 @@ default: boolean;
4418
4530
  [key: string]: any;
4419
4531
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4420
4532
  animation: {
4421
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4533
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4422
4534
  default: string;
4423
4535
  };
4424
4536
  offset: {
@@ -4439,7 +4551,7 @@ type: BooleanConstructor;
4439
4551
  default: boolean;
4440
4552
  };
4441
4553
  }>>, {
4442
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4554
+ animation: string | Function | Record<string, any>;
4443
4555
  offset: number;
4444
4556
  frequency: number;
4445
4557
  maxNextQueriesPerGroup: number;
@@ -4680,7 +4792,7 @@ required: true;
4680
4792
  // @public
4681
4793
  export const PartialResultsList: DefineComponent< {
4682
4794
  animation: {
4683
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4795
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4684
4796
  default: string;
4685
4797
  };
4686
4798
  maxItemsToRender: {
@@ -4691,7 +4803,7 @@ default: number;
4691
4803
  partialResults: ComputedRef<PartialResult[]>;
4692
4804
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4693
4805
  animation: {
4694
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4806
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4695
4807
  default: string;
4696
4808
  };
4697
4809
  maxItemsToRender: {
@@ -4699,7 +4811,7 @@ type: NumberConstructor;
4699
4811
  default: number;
4700
4812
  };
4701
4813
  }>>, {
4702
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
4814
+ animation: string | Function | Record<string, any>;
4703
4815
  maxItemsToRender: number;
4704
4816
  }, {}>;
4705
4817
 
@@ -4881,18 +4993,18 @@ titleClass: StringConstructor;
4881
4993
  // @public
4882
4994
  export const PromotedsList: DefineComponent< {
4883
4995
  animation: {
4884
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
4996
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4885
4997
  default: string;
4886
4998
  };
4887
4999
  }, () => VNode<RendererNode, RendererElement, {
4888
5000
  [key: string]: any;
4889
5001
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4890
5002
  animation: {
4891
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5003
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
4892
5004
  default: string;
4893
5005
  };
4894
5006
  }>>, {
4895
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5007
+ animation: string | Function | Record<string, any>;
4896
5008
  }, {}>;
4897
5009
 
4898
5010
  // @public
@@ -5021,6 +5133,11 @@ export const QUERY_KEY: XInjectKey<string | undefined>;
5021
5133
  // @public
5022
5134
  export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics';
5023
5135
 
5136
+ // @public
5137
+ export interface QueryMutations {
5138
+ setQuery(query: string): void;
5139
+ }
5140
+
5024
5141
  // @public
5025
5142
  export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
5026
5143
 
@@ -5144,7 +5261,7 @@ default: number;
5144
5261
  };
5145
5262
  persistInCache: BooleanConstructor;
5146
5263
  animation: {
5147
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5264
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5148
5265
  default: string;
5149
5266
  };
5150
5267
  }, {
@@ -5168,13 +5285,13 @@ default: number;
5168
5285
  };
5169
5286
  persistInCache: BooleanConstructor;
5170
5287
  animation: {
5171
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5288
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5172
5289
  default: string;
5173
5290
  };
5174
5291
  }>>, {
5175
5292
  debounceTimeMs: number;
5176
5293
  persistInCache: boolean;
5177
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5294
+ animation: string | Function | Record<string, any>;
5178
5295
  }, {}>;
5179
5296
 
5180
5297
  // @public
@@ -5183,6 +5300,11 @@ export interface QueryPreviewStatusPayload {
5183
5300
  status: RequestStatus;
5184
5301
  }
5185
5302
 
5303
+ // @public
5304
+ export interface QueryState {
5305
+ query: string;
5306
+ }
5307
+
5186
5308
  // @public
5187
5309
  export const QuerySuggestion: DefineComponent< {
5188
5310
  suggestion: {
@@ -5345,7 +5467,7 @@ export class RawFilterEntity implements FilterEntity {
5345
5467
  // @public
5346
5468
  export const Recommendations: DefineComponent< {
5347
5469
  animation: {
5348
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5470
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5349
5471
  default: string;
5350
5472
  };
5351
5473
  maxItemsToRender: NumberConstructor;
@@ -5353,12 +5475,12 @@ maxItemsToRender: NumberConstructor;
5353
5475
  recommendations: ComputedRef<Result[]>;
5354
5476
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5355
5477
  animation: {
5356
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5478
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5357
5479
  default: string;
5358
5480
  };
5359
5481
  maxItemsToRender: NumberConstructor;
5360
5482
  }>>, {
5361
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5483
+ animation: string | Function | Record<string, any>;
5362
5484
  }, {}>;
5363
5485
 
5364
5486
  // @public
@@ -5481,6 +5603,217 @@ export const refreshSession: HistoryQueriesXStoreModule['actions']['refreshSessi
5481
5603
  // @internal
5482
5604
  export function registerStoreEmitters({ name, storeEmitters, storeModule }: AnyXModule, bus: XBus<XEventsTypes, WireMetadata>, store: Store<any>): void;
5483
5605
 
5606
+ // @public
5607
+ export const RelatedPrompt: DefineComponent< {
5608
+ relatedPrompt: {
5609
+ type: PropType<RelatedPrompt_2>;
5610
+ required: true;
5611
+ };
5612
+ isPromptVisible: {
5613
+ type: BooleanConstructor;
5614
+ default: boolean;
5615
+ };
5616
+ isSelected: {
5617
+ type: BooleanConstructor;
5618
+ default: boolean;
5619
+ };
5620
+ index: {
5621
+ type: NumberConstructor;
5622
+ required: true;
5623
+ };
5624
+ }, {
5625
+ toggleSuggestion: (index: number) => void;
5626
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5627
+ relatedPrompt: {
5628
+ type: PropType<RelatedPrompt_2>;
5629
+ required: true;
5630
+ };
5631
+ isPromptVisible: {
5632
+ type: BooleanConstructor;
5633
+ default: boolean;
5634
+ };
5635
+ isSelected: {
5636
+ type: BooleanConstructor;
5637
+ default: boolean;
5638
+ };
5639
+ index: {
5640
+ type: NumberConstructor;
5641
+ required: true;
5642
+ };
5643
+ }>>, {
5644
+ isPromptVisible: boolean;
5645
+ isSelected: boolean;
5646
+ }, {}>;
5647
+
5648
+ // @public
5649
+ export const relatedPromptRequest: RelatedPromptsXStoreModule['getters']['request'];
5650
+
5651
+ // @public
5652
+ export type RelatedPromptsActionContext = XActionContext<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
5653
+
5654
+ // @public
5655
+ export interface RelatedPromptsActions {
5656
+ cancelFetchAndSaveRelatedPrompts(): void;
5657
+ fetchAndSaveRelatedPrompts(request: RelatedPromptsRequest | null): void;
5658
+ fetchRelatedPrompts(request: RelatedPromptsRequest | null): RelatedPrompt_2[] | null;
5659
+ }
5660
+
5661
+ // @public
5662
+ export interface RelatedPromptsGetters {
5663
+ request: RelatedPromptsRequest | null;
5664
+ }
5665
+
5666
+ // @public
5667
+ export const RelatedPromptsList: DefineComponent< {
5668
+ animation: {
5669
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5670
+ default: string;
5671
+ };
5672
+ offset: {
5673
+ type: NumberConstructor;
5674
+ default: number;
5675
+ };
5676
+ frequency: {
5677
+ type: NumberConstructor;
5678
+ default: number;
5679
+ };
5680
+ maxRelatedPromptsPerGroup: {
5681
+ type: NumberConstructor;
5682
+ default: number;
5683
+ };
5684
+ maxGroups: {
5685
+ type: NumberConstructor;
5686
+ default: undefined;
5687
+ };
5688
+ showOnlyAfterOffset: {
5689
+ type: BooleanConstructor;
5690
+ default: boolean;
5691
+ };
5692
+ }, () => VNode<RendererNode, RendererElement, {
5693
+ [key: string]: any;
5694
+ }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5695
+ animation: {
5696
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5697
+ default: string;
5698
+ };
5699
+ offset: {
5700
+ type: NumberConstructor;
5701
+ default: number;
5702
+ };
5703
+ frequency: {
5704
+ type: NumberConstructor;
5705
+ default: number;
5706
+ };
5707
+ maxRelatedPromptsPerGroup: {
5708
+ type: NumberConstructor;
5709
+ default: number;
5710
+ };
5711
+ maxGroups: {
5712
+ type: NumberConstructor;
5713
+ default: undefined;
5714
+ };
5715
+ showOnlyAfterOffset: {
5716
+ type: BooleanConstructor;
5717
+ default: boolean;
5718
+ };
5719
+ }>>, {
5720
+ animation: string | Function | Record<string, any>;
5721
+ offset: number;
5722
+ frequency: number;
5723
+ maxRelatedPromptsPerGroup: number;
5724
+ maxGroups: number;
5725
+ showOnlyAfterOffset: boolean;
5726
+ }, {}>;
5727
+
5728
+ // @public
5729
+ export interface RelatedPromptsMutations extends StatusMutations, QueryMutations {
5730
+ resetRelatedPromptsState(): void;
5731
+ resetSelectedPrompt(): void;
5732
+ setParams(params: Dictionary<unknown>): void;
5733
+ setRelatedPromptsProducts(products: RelatedPrompt_2[]): void;
5734
+ setSelectedPrompt(index: number): void;
5735
+ setSelectedQuery(index: number): void;
5736
+ }
5737
+
5738
+ // @public
5739
+ export interface RelatedPromptsState extends StatusState, QueryState {
5740
+ params: Dictionary<unknown>;
5741
+ relatedPrompts: RelatedPrompt_2[];
5742
+ selectedPrompt: number;
5743
+ selectedQuery: number;
5744
+ }
5745
+
5746
+ // @internal
5747
+ export const relatedPromptsStoreEmitters: {
5748
+ RelatedPromptsRequestUpdated: (_: RelatedPromptsState, getters: Returns<GettersTree<RelatedPromptsState, RelatedPromptsGetters>>) => RelatedPromptsRequest | null;
5749
+ };
5750
+
5751
+ // @public (undocumented)
5752
+ export const RelatedPromptsTagList: DefineComponent< {
5753
+ buttonClass: StringConstructor;
5754
+ }, {
5755
+ arePromptsVisible: Ref<boolean>;
5756
+ hidePrompt: (index: number) => boolean;
5757
+ isSelected: (index: number) => boolean;
5758
+ relatedPrompts: ComputedRef<any>;
5759
+ selectedPrompt: ComputedRef<any>;
5760
+ slidingPanelContent: Ref<Element | undefined>;
5761
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5762
+ buttonClass: StringConstructor;
5763
+ }>>, {}, {}>;
5764
+
5765
+ // @internal
5766
+ export const relatedPromptsWiring: {
5767
+ ParamsLoadedFromUrl: {
5768
+ setRelatedPromptsQueryFromUrl: AnyWire;
5769
+ };
5770
+ UserAcceptedAQuery: {
5771
+ setRelatedPromptsQuery: Wire<string>;
5772
+ };
5773
+ UserClearedQuery: {
5774
+ cancelFetchAndSaveSearchResponseWire: AnyWire;
5775
+ resetRelatedPromptsStateWire: AnyWire;
5776
+ setRelatedPromptsQuery: Wire<string>;
5777
+ };
5778
+ RelatedPromptsRequestUpdated: {
5779
+ fetchAndSaveRelatedPromptsResponseWire: Wire<RelatedPromptsRequest | null>;
5780
+ };
5781
+ ExtraParamsChanged: {
5782
+ setRelatedPromptsExtraParams: Wire<Dictionary<unknown>>;
5783
+ };
5784
+ UserSelectedARelatedPrompt: {
5785
+ setSelectedPromptWire: Wire<number>;
5786
+ };
5787
+ UserSelectedARelatedPromptQuery: {
5788
+ setSelectedQueryWire: Wire<number>;
5789
+ };
5790
+ UserAcceptedAQueryPreview: {
5791
+ resetSelectedPromptWire: AnyWire;
5792
+ };
5793
+ SearchRequestChanged: {
5794
+ resetSelectedPromptWire: AnyWire;
5795
+ };
5796
+ };
5797
+
5798
+ // @public
5799
+ export interface RelatedPromptsXEvents {
5800
+ RelatedPromptsRequestUpdated: RelatedPromptsRequest | null;
5801
+ UserSelectedARelatedPrompt: number;
5802
+ UserSelectedARelatedPromptQuery: number;
5803
+ }
5804
+
5805
+ // @public
5806
+ export type RelatedPromptsXModule = XModule<RelatedPromptsXStoreModule>;
5807
+
5808
+ // @public
5809
+ export const relatedPromptsXModule: RelatedPromptsXModule;
5810
+
5811
+ // @public
5812
+ export type RelatedPromptsXStoreModule = XStoreModule<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
5813
+
5814
+ // @internal
5815
+ export const relatedPromptsXStoreModule: RelatedPromptsXStoreModule;
5816
+
5484
5817
  // @public
5485
5818
  export const RelatedTag: DefineComponent< {
5486
5819
  highlightCurated: {
@@ -5513,7 +5846,7 @@ highlightCurated: boolean;
5513
5846
  // @public
5514
5847
  export const RelatedTags: DefineComponent< {
5515
5848
  animation: {
5516
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5849
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5517
5850
  default: string;
5518
5851
  };
5519
5852
  maxItemsToRender: NumberConstructor;
@@ -5526,7 +5859,7 @@ itemClass: StringConstructor;
5526
5859
  relatedTags: ComputedRef<RelatedTag_2[]>;
5527
5860
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5528
5861
  animation: {
5529
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5862
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5530
5863
  default: string;
5531
5864
  };
5532
5865
  maxItemsToRender: NumberConstructor;
@@ -5536,7 +5869,7 @@ default: boolean;
5536
5869
  };
5537
5870
  itemClass: StringConstructor;
5538
5871
  }>>, {
5539
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5872
+ animation: string | Function | Record<string, any>;
5540
5873
  highlightCurated: boolean;
5541
5874
  }, {}>;
5542
5875
 
@@ -5788,6 +6121,7 @@ export function resettableState(): {
5788
6121
  url: string;
5789
6122
  params: {};
5790
6123
  };
6124
+ stats: Stats;
5791
6125
  };
5792
6126
 
5793
6127
  // @internal
@@ -5802,20 +6136,20 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
5802
6136
  // @public
5803
6137
  export const ResultsList: DefineComponent< {
5804
6138
  animation: {
5805
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6139
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5806
6140
  default: string;
5807
6141
  };
5808
6142
  }, () => VNode<RendererNode, RendererElement, {
5809
6143
  [key: string]: any;
5810
6144
  }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "UserReachedResultsListEnd"[], "UserReachedResultsListEnd", PublicProps, Readonly<ExtractPropTypes< {
5811
6145
  animation: {
5812
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6146
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
5813
6147
  default: string;
5814
6148
  };
5815
6149
  }>> & {
5816
6150
  onUserReachedResultsListEnd?: ((...args: any[]) => any) | undefined;
5817
6151
  }, {
5818
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6152
+ animation: string | Function | Record<string, any>;
5819
6153
  }, {}>;
5820
6154
 
5821
6155
  // @public
@@ -5973,8 +6307,8 @@ export interface ScrollStatePayload extends Identifiable<string> {
5973
6307
  // @public
5974
6308
  export const ScrollToTop: DefineComponent< {
5975
6309
  animation: {
5976
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5977
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6310
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6311
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5978
6312
  };
5979
6313
  thresholdPx: NumberConstructor;
5980
6314
  scrollId: {
@@ -5986,8 +6320,8 @@ events: ComputedRef<Partial<XEventsTypes>>;
5986
6320
  isVisible: ComputedRef<any>;
5987
6321
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
5988
6322
  animation: {
5989
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
5990
- default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6323
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6324
+ default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
5991
6325
  };
5992
6326
  thresholdPx: NumberConstructor;
5993
6327
  scrollId: {
@@ -5995,7 +6329,7 @@ type: StringConstructor;
5995
6329
  default: string;
5996
6330
  };
5997
6331
  }>>, {
5998
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6332
+ animation: string | Function | Record<string, any>;
5999
6333
  scrollId: string;
6000
6334
  }, {}>;
6001
6335
 
@@ -6285,7 +6619,7 @@ type: PropType<string[]>;
6285
6619
  required: true;
6286
6620
  };
6287
6621
  animation: {
6288
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6622
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6289
6623
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6290
6624
  };
6291
6625
  animationIntervalMs: {
@@ -6302,7 +6636,7 @@ type: PropType<string[]>;
6302
6636
  required: true;
6303
6637
  };
6304
6638
  animation: {
6305
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6639
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6306
6640
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6307
6641
  };
6308
6642
  animationIntervalMs: {
@@ -6311,7 +6645,7 @@ default: number;
6311
6645
  };
6312
6646
  animateOnlyOnHover: BooleanConstructor;
6313
6647
  }>>, {
6314
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6648
+ animation: string | Function | Record<string, any>;
6315
6649
  animationIntervalMs: number;
6316
6650
  animateOnlyOnHover: boolean;
6317
6651
  }, {}>;
@@ -6340,6 +6674,7 @@ export interface SearchMutations extends StatusMutations, QueryMutations, Config
6340
6674
  // Warning: (ae-forgotten-export) The symbol "Sort" needs to be exported by the entry point index.d.ts
6341
6675
  setSort(sort: Sort): void;
6342
6676
  setSpellcheck(spellcheckedQuery: string): void;
6677
+ setStats(stats: Stats): void;
6343
6678
  setTotalResults(totalResults: number): void;
6344
6679
  updateResult(result: Partial<Result> & Pick<Result, 'id'>): void;
6345
6680
  }
@@ -6371,6 +6706,7 @@ export interface SearchState extends StatusState, QueryState {
6371
6706
  selectedFilters: Dictionary<Filter[]>;
6372
6707
  sort: Sort;
6373
6708
  spellcheckedQuery: string;
6709
+ stats: Stats;
6374
6710
  totalResults: number;
6375
6711
  }
6376
6712
 
@@ -6513,7 +6849,7 @@ export const SelectedFiltersList: DefineComponent< {
6513
6849
  facetsIds: PropType<(string | number)[]>;
6514
6850
  alwaysVisible: BooleanConstructor;
6515
6851
  animation: {
6516
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6852
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6517
6853
  default: string;
6518
6854
  };
6519
6855
  }, {
@@ -6524,12 +6860,12 @@ hasSlot: (name: string) => boolean;
6524
6860
  facetsIds: PropType<(string | number)[]>;
6525
6861
  alwaysVisible: BooleanConstructor;
6526
6862
  animation: {
6527
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
6863
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
6528
6864
  default: string;
6529
6865
  };
6530
6866
  }>>, {
6531
6867
  alwaysVisible: boolean;
6532
- animation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
6868
+ animation: string | Function | Record<string, any>;
6533
6869
  }, {}>;
6534
6870
 
6535
6871
  // @public
@@ -6637,6 +6973,11 @@ required: true;
6637
6973
  // @public
6638
6974
  export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
6639
6975
 
6976
+ // @public
6977
+ export function setConfig<T extends {
6978
+ config: T['config'];
6979
+ }>(state: T, config: T['config']): void;
6980
+
6640
6981
  // @public
6641
6982
  export const setConsent: Wire<boolean>;
6642
6983
 
@@ -6709,6 +7050,9 @@ export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
6709
7050
  // @public
6710
7051
  export const setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
6711
7052
 
7053
+ // @public
7054
+ export function setQuery(state: QueryState, query: string): void;
7055
+
6712
7056
  // @public
6713
7057
  export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
6714
7058
 
@@ -7050,6 +7394,9 @@ ParamsLoadedFromUrl?: UrlParams | undefined;
7050
7394
  ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
7051
7395
  PushableUrlStateUpdated?: UrlParams | undefined;
7052
7396
  ReplaceableUrlStateUpdated?: UrlParams | undefined;
7397
+ RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
7398
+ UserSelectedARelatedPrompt?: number | undefined;
7399
+ UserSelectedARelatedPromptQuery?: number | undefined;
7053
7400
  }>;
7054
7401
  innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
7055
7402
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -7085,18 +7432,18 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
7085
7432
  // @public @deprecated
7086
7433
  export const SingleColumnLayout: DefineComponent< {
7087
7434
  asideAnimation: {
7088
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7435
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
7089
7436
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7090
7437
  };
7091
7438
  devMode: BooleanConstructor;
7092
7439
  }, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7093
7440
  asideAnimation: {
7094
- type: PropType<string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>>;
7441
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
7095
7442
  default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7096
7443
  };
7097
7444
  devMode: BooleanConstructor;
7098
7445
  }>>, {
7099
- asideAnimation: string | DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7446
+ asideAnimation: string | Function | Record<string, any>;
7100
7447
  devMode: boolean;
7101
7448
  }, {}>;
7102
7449
 
@@ -7356,6 +7703,9 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
7356
7703
  ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
7357
7704
  PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
7358
7705
  ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
7706
+ RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
7707
+ UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
7708
+ UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
7359
7709
  }>>;
7360
7710
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
7361
7711
 
@@ -7387,7 +7737,7 @@ type: PropType<(keyof SnippetConfig)[]>;
7387
7737
  default: () => Array<keyof SnippetConfig>;
7388
7738
  };
7389
7739
  }, {
7390
- extraParams: Ref< {}>;
7740
+ extraParams: Ref<Record<string, any>>;
7391
7741
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7392
7742
  values: {
7393
7743
  type: PropType<Dictionary<unknown>>;
@@ -7411,7 +7761,7 @@ export const SortDropdown: Vue.DefineComponent<{
7411
7761
  animation: Vue.PropType<string | typeof Vue>;
7412
7762
  }, {
7413
7763
  emitUserClickedASort: (sort: Sort) => void;
7414
- rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, {}, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
7764
+ rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
7415
7765
  selectedSort: Vue.ComputedRef<any>;
7416
7766
  }, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
7417
7767
  items: {
@@ -7624,8 +7974,14 @@ type: StringConstructor;
7624
7974
  default: string;
7625
7975
  };
7626
7976
  sessionTTLMs: NumberConstructor;
7627
- queryTaggingDebounceMs: NumberConstructor;
7628
- consent: BooleanConstructor;
7977
+ queryTaggingDebounceMs: {
7978
+ type: NumberConstructor;
7979
+ default: number;
7980
+ };
7981
+ consent: {
7982
+ type: BooleanConstructor;
7983
+ default: null;
7984
+ };
7629
7985
  }, () => void, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
7630
7986
  clickedResultStorageTTLMs: {
7631
7987
  type: NumberConstructor;
@@ -7636,11 +7992,18 @@ type: StringConstructor;
7636
7992
  default: string;
7637
7993
  };
7638
7994
  sessionTTLMs: NumberConstructor;
7639
- queryTaggingDebounceMs: NumberConstructor;
7640
- consent: BooleanConstructor;
7995
+ queryTaggingDebounceMs: {
7996
+ type: NumberConstructor;
7997
+ default: number;
7998
+ };
7999
+ consent: {
8000
+ type: BooleanConstructor;
8001
+ default: null;
8002
+ };
7641
8003
  }>>, {
7642
8004
  clickedResultStorageTTLMs: number;
7643
8005
  clickedResultStorageKey: string;
8006
+ queryTaggingDebounceMs: number;
7644
8007
  consent: boolean;
7645
8008
  }, {}>;
7646
8009
 
@@ -8004,6 +8367,10 @@ export interface UseAliasAPI {
8004
8367
  readonly noResults: boolean;
8005
8368
  readonly partialResults: ReadonlyArray<PartialResult>;
8006
8369
  readonly popularSearches: ReadonlyArray<Suggestion>;
8370
+ readonly priceStats: {
8371
+ min: number;
8372
+ max: number;
8373
+ };
8007
8374
  readonly query: UseAliasQueryAPI;
8008
8375
  readonly querySuggestions: ReadonlyArray<Suggestion>;
8009
8376
  readonly recommendations: ReadonlyArray<Result>;
@@ -8127,8 +8494,7 @@ export function useScroll(props: {
8127
8494
  // @public
8128
8495
  export function useState<Module extends XModuleName, Path extends keyof ExtractState<Module> & string>(module: Module, paths: Path[]): Dictionary<ComputedRef>;
8129
8496
 
8130
- // @public
8131
- export function useStore(): Store<any>;
8497
+ export { useStore }
8132
8498
 
8133
8499
  // @public
8134
8500
  export function useXBus(): {
@@ -8348,7 +8714,7 @@ export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends vo
8348
8714
  export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
8349
8715
 
8350
8716
  // @public
8351
- export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents {
8717
+ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents, RelatedPromptsXEvents {
8352
8718
  ColumnsNumberProvided: number;
8353
8719
  ModuleRegistered: XModuleName;
8354
8720
  RenderedColumnsNumberChanged: number;
@@ -8404,7 +8770,7 @@ export class XInstaller {
8404
8770
  // @internal
8405
8771
  protected createBus(): XBus<XEventsTypes, WireMetadata>;
8406
8772
  // @internal
8407
- protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
8773
+ protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element | ShadowRoot;
8408
8774
  // @internal
8409
8775
  protected getPluginOptions(): XPluginOptions;
8410
8776
  protected getSnippetConfig(): NormalisedSnippetConfig;
@@ -8483,6 +8849,8 @@ export interface XModulesTree {
8483
8849
  // (undocumented)
8484
8850
  recommendations: RecommendationsXModule;
8485
8851
  // (undocumented)
8852
+ relatedPrompts: RelatedPromptsXModule;
8853
+ // (undocumented)
8486
8854
  relatedTags: RelatedTagsXModule;
8487
8855
  // (undocumented)
8488
8856
  scroll: ScrollXModule;
@@ -8596,7 +8964,6 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
8596
8964
  // dist/types/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
8597
8965
  // dist/types/components/global-x-bus.vue.d.ts:38:17 - (ae-forgotten-export) The symbol "ResultVariant" needs to be exported by the entry point index.d.ts
8598
8966
  // dist/types/components/global-x-bus.vue.d.ts:86:13 - (ae-forgotten-export) The symbol "NextQuery_2" needs to be exported by the entry point index.d.ts
8599
- // dist/types/components/global-x-bus.vue.d.ts:109:13 - (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
8600
8967
  // dist/types/components/global-x-bus.vue.d.ts:149:13 - (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
8601
8968
  // dist/types/components/global-x-bus.vue.d.ts:150:13 - (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
8602
8969
  // dist/types/components/global-x-bus.vue.d.ts:154:13 - (ae-forgotten-export) The symbol "SemanticQuery_2" needs to be exported by the entry point index.d.ts
@@ -8606,10 +8973,12 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
8606
8973
  // dist/types/x-modules/facets/components/filters/all-filter.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "Facet" needs to be exported by the entry point index.d.ts
8607
8974
  // dist/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts:25:9 - (ae-forgotten-export) The symbol "EditableNumberRangeFilter_2" needs to be exported by the entry point index.d.ts
8608
8975
  // dist/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts:35:5 - (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
8976
+ // dist/types/x-modules/related-prompts/components/related-prompt.vue.d.ts:12:9 - (ae-forgotten-export) The symbol "RelatedPrompt_2" needs to be exported by the entry point index.d.ts
8609
8977
  // dist/types/x-modules/search/components/banner.vue.d.ts:23:9 - (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
8610
8978
  // dist/types/x-modules/search/components/partial-results-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "PartialResult" needs to be exported by the entry point index.d.ts
8611
8979
  // dist/types/x-modules/search/components/sort-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
8612
8980
  // dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:31:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
8981
+ // src/x-modules/search/store/module.ts:146:32 - (ae-forgotten-export) The symbol "Stats" needs to be exported by the entry point index.d.ts
8613
8982
  // src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
8614
8983
  // src/x-modules/url/store/emitters.ts:64:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
8615
8984