@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
@@ -22,6 +22,7 @@ import { UrlXEvents } from '../x-modules/url/events.types';
22
22
  import { XModuleName } from '../x-modules/x-modules.types';
23
23
  import { SemanticQueriesXEvents } from '../x-modules/semantic-queries/events.types';
24
24
  import { ExperienceControlsXEvents } from '../x-modules/experience-controls/events.types';
25
+ import { RelatedPromptsXEvents } from '../x-modules/related-prompts/events.types';
25
26
  import { WireMetadata } from './wiring.types';
26
27
  /**.
27
28
  * Dictionary of all the {@link XEvent | XEvents}, where each key is the event name, and the value
@@ -50,10 +51,11 @@ import { WireMetadata } from './wiring.types';
50
51
  * {@link https://github.com/empathyco/x/blob/main/packages/x-components/src/x-modules/search/events.types.ts | SearchXEvents}
51
52
  * {@link https://github.com/empathyco/x/blob/main/packages/x-components/src/x-modules/tagging/events.types.ts | TaggingXEvents}
52
53
  * {@link https://github.com/empathyco/x/blob/main/packages/x-components/src/x-modules/url/events.types.ts | UrlXEvents}
54
+ * {@link https://github.com/empathyco/x/blob/main/packages/x-components/src/x-modules/related-prompts/events.types.ts | RelatedPromptsXEvents}
53
55
  *
54
56
  * @public
55
57
  */
56
- export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents {
58
+ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents, RelatedPromptsXEvents {
57
59
  /**
58
60
  * The provided number of columns of a grid has changed.
59
61
  * Payload: the columns number.
@@ -1 +1 @@
1
- {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../src/wiring/events.types.ts"],"names":[],"mappings":"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"}
@@ -29,7 +29,7 @@ export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions
29
29
  * An Element | string | function to indicate the HTML element that will contain the Vue
30
30
  * application. If it isn't passed, the {@link XInstaller} will create the target element.
31
31
  */
32
- domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
32
+ domElement?: Element | ShadowRoot | string | ((snippetConfig: NormalisedSnippetConfig) => Element | ShadowRoot | string);
33
33
  /**
34
34
  * The XPlugin which will be installed. If not passed, an instance of {@link XPlugin} will be
35
35
  * installed.
@@ -48,7 +48,7 @@ export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions
48
48
  * @param options - An object that contains utilities that might be helpful for installing Vue
49
49
  * plugins.
50
50
  */
51
- installExtraPlugins?(options: ExtraPluginsOptions): void;
51
+ installExtraPlugins?(options: ExtraPluginsOptions): void | Promise<void>;
52
52
  }
53
53
  /**
54
54
  * Options to install more Vue plugins with.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEhE;;;;;GAKG;AACH,MAAM,WAAW,eAAe,CAAC,GAAG,SAAS,IAAI,GAAG,IAAI,CAAE,SAAQ,cAAc;IAC9E;;;OAGG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;;OAGG;IACH,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC;IAClB;;;OAGG;IACH,GAAG,CAAC,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACvC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,CAAC,CAAC,aAAa,EAAE,uBAAuB,KAAK,OAAO,GAAG,MAAM,CAAC,CAAC;IAC/F;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC;;;;;;OAMG;IACH,mBAAmB,CAAC,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;CAC1D;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,uDAAuD;IACvD,GAAG,EAAE,GAAG,CAAC;IACT,sFAAsF;IACtF,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC;;;OAGG;IACH,OAAO,EAAE,uBAAuB,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B,oCAAoC;IACpC,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,2CAA2C;IAC3C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,qEAAqE;IACrE,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC,8CAA8C;IAC9C,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;CAChC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEhE;;;;;GAKG;AACH,MAAM,WAAW,eAAe,CAAC,GAAG,SAAS,IAAI,GAAG,IAAI,CAAE,SAAQ,cAAc;IAC9E;;;OAGG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;;OAGG;IACH,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,CAAC;IAClB;;;OAGG;IACH,GAAG,CAAC,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACvC;;;OAGG;IACH,UAAU,CAAC,EACP,OAAO,GACP,UAAU,GACV,MAAM,GACN,CAAC,CAAC,aAAa,EAAE,uBAAuB,KAAK,OAAO,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;IAChF;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC;;;;;;OAMG;IACH,mBAAmB,CAAC,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC1E;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,uDAAuD;IACvD,GAAG,EAAE,GAAG,CAAC;IACT,sFAAsF;IACtF,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC;;;OAGG;IACH,OAAO,EAAE,uBAAuB,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B,oCAAoC;IACpC,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,2CAA2C;IAC3C,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,qEAAqE;IACrE,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;IACtC,8CAA8C;IAC9C,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;CAChC"}
@@ -190,13 +190,13 @@ export declare class XInstaller {
190
190
  * returns an Element or element selector to use.
191
191
  * If it is not present, a new <div> Element is created and appended to the body.
192
192
  *
193
- * @param domElement - {@link InstallXOptions.domElement | Element, string or function} Used
194
- * to mount the Vue Application.
193
+ * @param domElement - {@link InstallXOptions.domElement} Element, ShadowRoot, string or function
194
+ * used to mount the Vue Application.
195
195
  *
196
- * @returns The Element to use as mounting target for the Vue Application.
196
+ * @returns The Element or ShadowRoot to use as mounting target for the Vue Application.
197
197
  * @internal
198
198
  */
199
- protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
199
+ protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element | ShadowRoot;
200
200
  /**
201
201
  * It updates all the provided properties from the current snippet config.
202
202
  *
@@ -1 +1 @@
1
- {"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,MAAM,EAAE,MAAM,KAAK,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEhF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,UAAU,CAAC,EAAE,IAAI,CAAC;QAClB,KAAK,CAAC,EAAE,CAAC,MAAM,aAAa,CAAC,GAAG,aAAa,CAAC;KAC/C;CACF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,qBAAa,UAAU;IAuBF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,eAAe;IAtB9D,OAAO,CAAC,GAAG,CAAO;IAClB,OAAO,CAAC,GAAG,CAAC,CAAO;IAEnB;;;;OAIG;IACH,SAAS,CAAC,aAAa,CAAC,EAAE,uBAAuB,CAAC;IAElD;;;;;;;;;;;OAWG;gBACmC,OAAO,EAAE,eAAe;IAI9D;;;;;;OAMG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAW3B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,CAAC;IACxD,IAAI,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAuBnC;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,cAAc;IAW5C;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC;IAIvD;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,aAAa,CACrB,aAAa,EAAE,cAAc,EAC7B,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GACpC,MAAM,CAAC,cAAc,CAAC;IAMzB;;;;;;;OAOG;IACH,SAAS,CAAC,mBAAmB,CAAC,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAMnF;;;;;OAKG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAQ3B,SAAS,CAAC,sBAAsB,CAAC,aAAa,EAAE,aAAa,GAAG,uBAAuB;IACvF,SAAS,CAAC,sBAAsB,CAAC,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC;IAkB/F;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,iBAAiB,CAAC,UAAU,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,GAAG,OAAO;IAgBhF;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAAC,gBAAgB,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;IAS7E;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,uBAAuB;CAGtD"}
1
+ {"version":3,"file":"x-installer.d.ts","sourceRoot":"","sources":["../../../../src/x-installer/x-installer/x-installer.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,MAAM,EAAE,MAAM,KAAK,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAEhF,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,UAAU,CAAC,EAAE,IAAI,CAAC;QAClB,KAAK,CAAC,EAAE,CAAC,MAAM,aAAa,CAAC,GAAG,aAAa,CAAC;KAC/C;CACF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,qBAAa,UAAU;IAuBF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,eAAe;IAtB9D,OAAO,CAAC,GAAG,CAAO;IAClB,OAAO,CAAC,GAAG,CAAC,CAAO;IAEnB;;;;OAIG;IACH,SAAS,CAAC,aAAa,CAAC,EAAE,uBAAuB,CAAC;IAElD;;;;;;;;;;;OAWG;gBACmC,OAAO,EAAE,eAAe;IAI9D;;;;;;OAMG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAW3B;;;;;;OAMG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,CAAC;IACxD,IAAI,IAAI,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAuBnC;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,cAAc;IAW5C;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC;IAIvD;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,aAAa,CACrB,aAAa,EAAE,cAAc,EAC7B,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GACpC,MAAM,CAAC,cAAc,CAAC;IAMzB;;;;;;;OAOG;IACH,SAAS,CAAC,mBAAmB,CAAC,GAAG,EAAE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAMnF;;;;;OAKG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAQ3B,SAAS,CAAC,sBAAsB,CAAC,aAAa,EAAE,aAAa,GAAG,uBAAuB;IACvF,SAAS,CAAC,sBAAsB,CAAC,aAAa,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC;IAkB/F;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,iBAAiB,CAAC,UAAU,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,GAAG,OAAO,GAAG,UAAU;IAgB7F;;;;;;OAMG;IACH,SAAS,CAAC,mBAAmB,CAAC,gBAAgB,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;IAS7E;;;;;;OAMG;IACH,SAAS,CAAC,gBAAgB,IAAI,uBAAuB;CAGtD"}
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<{
18
18
  };
19
19
  /** Animation component that will be used to animate the empathize. */
20
20
  animation: {
21
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
22
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
21
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
22
+ default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
23
23
  };
24
24
  }, {
25
25
  close: () => void;
@@ -40,13 +40,13 @@ declare const _default: import("vue").DefineComponent<{
40
40
  };
41
41
  /** Animation component that will be used to animate the empathize. */
42
42
  animation: {
43
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
44
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
43
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
44
+ default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
45
45
  };
46
46
  }>>, {
47
47
  eventsToOpenEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
48
48
  eventsToCloseEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
49
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
49
+ animation: string | Function | Record<string, any>;
50
50
  }, {}>;
51
51
  export default _default;
52
52
  //# sourceMappingURL=empathize.vue?vue&type=script&lang.d.ts.map
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  default: () => Array<keyof SnippetConfig>;
11
11
  };
12
12
  }, {
13
- extraParams: import("vue").Ref<{}>;
13
+ extraParams: import("vue").Ref<Record<string, any>>;
14
14
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  values: {
16
16
  type: PropType<Dictionary<unknown>>;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  alwaysVisible: BooleanConstructor;
28
28
  /** Animation component that will be used to animate the facets. */
29
29
  animation: {
30
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
30
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
31
31
  default: string;
32
32
  };
33
33
  /**
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
62
62
  alwaysVisible: BooleanConstructor;
63
63
  /** Animation component that will be used to animate the facets. */
64
64
  animation: {
65
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
65
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
66
66
  default: string;
67
67
  };
68
68
  /**
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
87
87
  renderableFacets: StringConstructor;
88
88
  }>>, {
89
89
  alwaysVisible: boolean;
90
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
90
+ animation: string | Function | Record<string, any>;
91
91
  }, {}>;
92
92
  export default _default;
93
93
  //# sourceMappingURL=facets.vue?vue&type=script&lang.d.ts.map
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
14
14
  required: true;
15
15
  };
16
16
  /** The animation component to use for the children filters. */
17
- childrenAnimation: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
17
+ childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
18
18
  /**
19
19
  * Additional events, with their payload, to emit when the filter is clicked.
20
20
  *
@@ -191,6 +191,9 @@ declare const _default: import("vue").DefineComponent<{
191
191
  ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
192
192
  PushableUrlStateUpdated?: import("../../../../types").UrlParams | undefined;
193
193
  ReplaceableUrlStateUpdated?: import("../../../../types").UrlParams | undefined;
194
+ RelatedPromptsRequestUpdated?: import("@empathyco/x-types").RelatedPromptsRequest | null | undefined;
195
+ UserSelectedARelatedPrompt?: number | undefined;
196
+ UserSelectedARelatedPromptQuery?: number | undefined;
194
197
  }>;
195
198
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
196
199
  renderedChildrenFilters: import("vue").ComputedRef<HierarchicalFilterModel[]>;
@@ -202,7 +205,7 @@ declare const _default: import("vue").DefineComponent<{
202
205
  required: true;
203
206
  };
204
207
  /** The animation component to use for the children filters. */
205
- childrenAnimation: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
208
+ childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
206
209
  /**
207
210
  * Additional events, with their payload, to emit when the filter is clicked.
208
211
  *
@@ -1 +1 @@
1
- {"version":3,"file":"hierarchical-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/facets/components/filters/hierarchical-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EACL,MAAM,EACN,kBAAkB,IAAI,uBAAuB,EAE9C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAY,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAM/D;;;;GAIG;;IAMC,iCAAiC;;;;;IAKjC,+DAA+D;;IAE/D;;;;OAIG;;IAEH,+BAA+B;;;;;IAK/B,0CAA0C;;IAE1C,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAyDM,uBAAuB;;IA7EvE,iCAAiC;;;;;IAKjC,+DAA+D;;IAE/D;;;;OAIG;;IAEH,+BAA+B;;;;;IAK/B,0CAA0C;;IAE1C,0CAA0C;;;;;AAzB9C,wBAgHG"}
1
+ {"version":3,"file":"hierarchical-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/facets/components/filters/hierarchical-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EACL,MAAM,EACN,kBAAkB,IAAI,uBAAuB,EAE9C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAY,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAM/D;;;;GAIG;;IAMC,iCAAiC;;;;;IAKjC,+DAA+D;;IAE/D;;;;OAIG;;IAEH,+BAA+B;;;;;IAK/B,0CAA0C;;IAE1C,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAyDM,uBAAuB;;IA7EvE,iCAAiC;;;;;IAKjC,+DAA+D;;IAE/D;;;;OAIG;;IAEH,+BAA+B;;;;;IAK/B,0CAA0C;;IAE1C,0CAA0C;;;;;AAzB9C,wBAgHG"}
@@ -181,6 +181,9 @@ declare const _default: import("vue").DefineComponent<{
181
181
  ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
182
182
  PushableUrlStateUpdated?: import("../../../..").UrlParams | undefined;
183
183
  ReplaceableUrlStateUpdated?: import("../../../..").UrlParams | undefined;
184
+ RelatedPromptsRequestUpdated?: import("@empathyco/x-types").RelatedPromptsRequest | null | undefined;
185
+ UserSelectedARelatedPrompt?: number | undefined;
186
+ UserSelectedARelatedPromptQuery?: number | undefined;
184
187
  }>;
185
188
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
186
189
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1 +1 @@
1
- {"version":3,"file":"simple-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/facets/components/filters/simple-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAI/D;;;;GAIG;;IAOC,iCAAiC;;;;;IAKjC,iFAAiF;;IAEjF,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAP/B,iCAAiC;;;;;IAKjC,iFAAiF;;IAEjF,+BAA+B;;;;;;;;AAbnC,wBAsCG"}
1
+ {"version":3,"file":"simple-filter.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/facets/components/filters/simple-filter.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAI/D;;;;GAIG;;IAOC,iCAAiC;;;;;IAKjC,iFAAiF;;IAEjF,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAP/B,iCAAiC;;;;;IAKjC,iFAAiF;;IAEjF,+BAA+B;;;;;;;;AAbnC,wBAsCG"}
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  * @public
32
32
  */
33
33
  animation: {
34
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
34
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
35
35
  default: string;
36
36
  };
37
37
  }, {
@@ -61,11 +61,11 @@ declare const _default: import("vue").DefineComponent<{
61
61
  * @public
62
62
  */
63
63
  animation: {
64
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
64
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
65
65
  default: string;
66
66
  };
67
67
  }>>, {
68
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
68
+ animation: string | Function | Record<string, any>;
69
69
  }, {}>;
70
70
  export default _default;
71
71
  //# sourceMappingURL=filters-list.vue?vue&type=script&lang.d.ts.map
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  alwaysVisible: BooleanConstructor;
28
28
  /** Animation component that will be used to animate the selected filters list. */
29
29
  animation: {
30
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
30
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
31
31
  default: string;
32
32
  };
33
33
  }, {
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<{
41
41
  alwaysVisible: BooleanConstructor;
42
42
  /** Animation component that will be used to animate the selected filters list. */
43
43
  animation: {
44
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
44
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
45
45
  default: string;
46
46
  };
47
47
  }>>, {
48
48
  alwaysVisible: boolean;
49
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
49
+ animation: string | Function | Record<string, any>;
50
50
  }, {}>;
51
51
  export default _default;
52
52
  //# sourceMappingURL=selected-filters-list.vue?vue&type=script&lang.d.ts.map
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  * @public
19
19
  */
20
20
  animation: {
21
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
21
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
22
22
  default: string;
23
23
  };
24
24
  /**
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
44
44
  * @public
45
45
  */
46
46
  animation: {
47
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
47
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
48
48
  default: string;
49
49
  };
50
50
  /**
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
59
59
  /** Class inherited by content element. */
60
60
  queriesListClass: StringConstructor;
61
61
  }>>, {
62
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
62
+ animation: string | Function | Record<string, any>;
63
63
  locale: string;
64
64
  }, {}>;
65
65
  export default _default;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  * @public
14
14
  */
15
15
  animation: {
16
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
16
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
17
17
  default: string;
18
18
  };
19
19
  /**
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
32
32
  * @public
33
33
  */
34
34
  animation: {
35
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
35
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
36
36
  default: string;
37
37
  };
38
38
  /**
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  */
43
43
  maxItemsToRender: NumberConstructor;
44
44
  }>>, {
45
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
45
+ animation: string | Function | Record<string, any>;
46
46
  }, {}>;
47
47
  export default _default;
48
48
  //# sourceMappingURL=identifier-results.vue?vue&type=script&lang.d.ts.map
@@ -7,7 +7,7 @@
7
7
  declare const _default: import("vue").DefineComponent<{
8
8
  /** Animation component that will be used to animate the next queries groups. */
9
9
  animation: {
10
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
10
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
11
11
  default: string;
12
12
  };
13
13
  /** The first index to insert a group of next queries at. */
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
40
40
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
41
  /** Animation component that will be used to animate the next queries groups. */
42
42
  animation: {
43
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
43
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
44
44
  default: string;
45
45
  };
46
46
  /** The first index to insert a group of next queries at. */
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
69
69
  default: boolean;
70
70
  };
71
71
  }>>, {
72
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
72
+ animation: string | Function | Record<string, any>;
73
73
  offset: number;
74
74
  frequency: number;
75
75
  maxNextQueriesPerGroup: number;
@@ -4,4 +4,5 @@ export * from './events.types';
4
4
  export * from './store';
5
5
  export * from './wiring';
6
6
  export * from './x-module';
7
+ export * from './types';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/next-queries/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
57
57
  * @public
58
58
  */
59
59
  animation: {
60
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
60
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
61
61
  default: string;
62
62
  };
63
63
  }, {
@@ -113,13 +113,13 @@ declare const _default: import("vue").DefineComponent<{
113
113
  * @public
114
114
  */
115
115
  animation: {
116
- type: PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
116
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
117
117
  default: string;
118
118
  };
119
119
  }>>, {
120
120
  debounceTimeMs: number;
121
121
  persistInCache: boolean;
122
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
122
+ animation: string | Function | Record<string, any>;
123
123
  }, {}>;
124
124
  export default _default;
125
125
  //# sourceMappingURL=query-preview-list.vue?vue&type=script&lang.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"query-preview-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAA6B,QAAQ,EAAc,MAAM,KAAK,CAAC;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,EAAiB,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAO7D;;;;;;GAMG;;IAMC;;;;OAIG;;;;;IAKH;;;;OAIG;;;;IAIH;;;;OAIG;;;;IAIH;;;;;OAKG;;;;;IAKH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;gCAyFgC,MAAM,KAAG,IAAI;gCAXb,MAAM,KAAG,IAAI;;IA5HhD;;;;OAIG;;;;;IAKH;;;;OAIG;;;;IAIH;;;;OAIG;;;;IAIH;;;;;OAKG;;;;;IAKH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;;;;AAnDP,wBAuJG"}
1
+ {"version":3,"file":"query-preview-list.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview-list.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAA6B,QAAQ,EAAc,MAAM,KAAK,CAAC;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,EAAiB,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQ7D;;;;;;GAMG;;IAMC;;;;OAIG;;;;;IAKH;;;;OAIG;;;;IAIH;;;;OAIG;;;;IAIH;;;;;OAKG;;;;;IAKH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;gCA6FgC,MAAM,KAAG,IAAI;gCAXb,MAAM,KAAG,IAAI;;IAhIhD;;;;OAIG;;;;;IAKH;;;;OAIG;;;;IAIH;;;;OAIG;;;;IAIH;;;;;OAKG;;;;;IAKH;;;;;OAKG;;IAEH;;;;OAIG;;;;;;;;;;AAnDP,wBA2JG"}
@@ -1 +1 @@
1
- {"version":3,"file":"query-preview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAEL,WAAW,EAIX,QAAQ,EAIT,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,aAAa,EAAU,MAAM,oBAAoB,CAAC;AAG3D,OAAO,EAAE,YAAY,EAAmB,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAoB,MAAM,gBAAgB,CAAC;AAYpE;;;;;;GAMG;;IAKC,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;IAzBH,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;AA7BP,wBAgQG"}
1
+ {"version":3,"file":"query-preview.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAEL,WAAW,EAIX,QAAQ,EAIT,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,aAAa,EAAU,MAAM,oBAAoB,CAAC;AAG3D,OAAO,EAAE,YAAY,EAAmB,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAoB,MAAM,gBAAgB,CAAC;AAYpE;;;;;;GAMG;;IAKC,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;IAzBH,8DAA8D;;;;;IAK9D,2CAA2C;;;;IAI3C,sDAAsD;;;;IAItD;;;;OAIG;;;;;IAKH;;;OAGG;;;;;;;;;;;;AA7BP,wBAkQG"}
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-query-preview.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAoB,MAAM,UAAU,CAAC;AAGxE;;;;;;;;;GASG;AAEH,eAAO,MAAM,wBAAwB,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC,0BAA0B,CAoCpG,CAAC"}
1
+ {"version":3,"file":"fetch-and-save-query-preview.action.d.ts","sourceRoot":"","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAoB,MAAM,UAAU,CAAC;AAGxE;;;;;;;;;GASG;AAEH,eAAO,MAAM,wBAAwB,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC,0BAA0B,CAqCpG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAKrD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,0BA2DxC,CAAC"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/store/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAKrD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,0BA6DxC,CAAC"}
@@ -4,14 +4,16 @@ import { QueryPreviewInfo, QueryPreviewItem } from '../store/index';
4
4
  * with different filters can be saved more than once in the state.
5
5
  *
6
6
  * @param queryPreview - The {@link QueryPreviewItem | QueryPreviewItem} used in the request.
7
+ * @param lang - The language used in the request.
7
8
  * @returns A unique id that will be used as a key to store the QueryPreviewItem in the state.
8
9
  */
9
- export declare const getHashFromQueryPreviewItem: (queryPreview: QueryPreviewItem) => string;
10
+ export declare const getHashFromQueryPreviewItem: (queryPreview: QueryPreviewItem, lang: string) => string;
10
11
  /**
11
12
  * Creates a query hash to check if a QueryPreview has already been saved in the state.
12
13
  *
13
14
  * @param queryPreviewInfo - The {@link QueryPreviewInfo | QueryPreviewInfo} of a QueryPreview.
15
+ * @param lang - The language used in the request.
14
16
  * @returns A unique id that will be used as a key to check the QueryPreview in the state.
15
17
  */
16
- export declare const getHashFromQueryPreviewInfo: (queryPreviewInfo: QueryPreviewInfo) => string;
18
+ export declare const getHashFromQueryPreviewInfo: (queryPreviewInfo: QueryPreviewInfo, lang: string) => string;
17
19
  //# sourceMappingURL=get-hash-from-query-preview.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-hash-from-query-preview.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/utils/get-hash-from-query-preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEpE;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,iBAAkB,gBAAgB,KAAG,MAS5E,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,qBAAsB,gBAAgB,KAAG,MAIhF,CAAC"}
1
+ {"version":3,"file":"get-hash-from-query-preview.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/queries-preview/utils/get-hash-from-query-preview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEpE;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,iBACxB,gBAAgB,QACxB,MAAM,KACX,MASF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,qBACpB,gBAAgB,QAC5B,MAAM,KACX,MAIF,CAAC"}
@@ -13,7 +13,7 @@ import { ComputedRef } from 'vue';
13
13
  declare const _default: import("vue").DefineComponent<{
14
14
  /** Animation component that will be used to animate the recommendations. */
15
15
  animation: {
16
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
16
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
17
17
  default: string;
18
18
  };
19
19
  /** Number of recommendations to be rendered. */
@@ -23,13 +23,13 @@ declare const _default: import("vue").DefineComponent<{
23
23
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  /** Animation component that will be used to animate the recommendations. */
25
25
  animation: {
26
- type: import("vue").PropType<string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
26
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
27
27
  default: string;
28
28
  };
29
29
  /** Number of recommendations to be rendered. */
30
30
  maxItemsToRender: NumberConstructor;
31
31
  }>>, {
32
- animation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
32
+ animation: string | Function | Record<string, any>;
33
33
  }, {}>;
34
34
  export default _default;
35
35
  //# sourceMappingURL=recommendations.vue?vue&type=script&lang.d.ts.map
@@ -0,0 +1,4 @@
1
+ export { default as RelatedPrompt } from './related-prompt.vue';
2
+ export { default as RelatedPromptsList } from './related-prompts-list.vue';
3
+ export { default as RelatedPromptsTagList } from './related-prompts-tag-list.vue';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,51 @@
1
+ import { PropType } from 'vue';
2
+ import { RelatedPrompt } from '@empathyco/x-types';
3
+ /**
4
+ * This component shows a suggested related prompt.
5
+ *
6
+ * It provides a slot to customize the related prompt button information.
7
+ *
8
+ * @public
9
+ */
10
+ declare const _default: import("vue").DefineComponent<{
11
+ relatedPrompt: {
12
+ type: PropType<RelatedPrompt>;
13
+ required: true;
14
+ };
15
+ isPromptVisible: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ isSelected: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ index: {
24
+ type: NumberConstructor;
25
+ required: true;
26
+ };
27
+ }, {
28
+ toggleSuggestion: (index: number) => void;
29
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ relatedPrompt: {
31
+ type: PropType<RelatedPrompt>;
32
+ required: true;
33
+ };
34
+ isPromptVisible: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ isSelected: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ index: {
43
+ type: NumberConstructor;
44
+ required: true;
45
+ };
46
+ }>>, {
47
+ isPromptVisible: boolean;
48
+ isSelected: boolean;
49
+ }, {}>;
50
+ export default _default;
51
+ //# sourceMappingURL=related-prompt.vue?vue&type=script&lang.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"related-prompt.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/related-prompts/components/related-prompt.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAmB,QAAQ,EAAE,MAAM,KAAK,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAMnD;;;;;;GAMG;;;;;;;;;;;;;;;;;;;8BA6BkC,MAAM,KAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;AA5BlD,wBAoCG"}