@empathyco/x-components 6.0.0-alpha.2 → 6.0.0-alpha.20

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 (335) hide show
  1. package/CHANGELOG.md +202 -1
  2. package/core/index.js +1 -0
  3. package/core/index.js.map +1 -1
  4. package/design-system/deprecated-full-theme.css +1555 -1555
  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.empathize.md +5 -5
  40. package/docs/API-reference/api/x-components.facets.md +3 -3
  41. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
  42. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
  43. package/docs/API-reference/api/x-components.filterslist.md +3 -3
  44. package/docs/API-reference/api/x-components.globalxbus.md +6 -0
  45. package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -2
  46. package/docs/API-reference/api/x-components.identifierresults.md +3 -3
  47. package/docs/API-reference/api/x-components.itemslist.md +3 -3
  48. package/docs/API-reference/api/x-components.mainmodal.md +2 -2
  49. package/docs/API-reference/api/x-components.md +17 -0
  50. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
  51. package/docs/API-reference/api/x-components.myhistory.md +3 -3
  52. package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
  53. package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
  54. package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
  55. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
  56. package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
  57. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  58. package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
  59. package/docs/API-reference/api/x-components.recommendations.md +3 -3
  60. package/docs/API-reference/api/x-components.relatedprompt.md +38 -0
  61. package/docs/API-reference/api/x-components.relatedpromptrequest.md +13 -0
  62. package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
  63. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
  64. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
  65. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
  66. package/docs/API-reference/api/x-components.relatedpromptsactions.md +22 -0
  67. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +20 -0
  68. package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
  69. package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
  70. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +25 -0
  71. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
  72. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
  73. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
  74. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
  75. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
  76. package/docs/API-reference/api/x-components.relatedpromptsstate.md +24 -0
  77. package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
  78. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
  79. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
  80. package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
  81. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +22 -0
  82. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
  83. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
  84. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
  85. package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
  86. package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
  87. package/docs/API-reference/api/x-components.relatedtags.md +3 -3
  88. package/docs/API-reference/api/x-components.resultslist.md +3 -3
  89. package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
  90. package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
  91. package/docs/API-reference/api/x-components.searchmutations.md +1 -0
  92. package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
  93. package/docs/API-reference/api/x-components.searchstate.md +1 -0
  94. package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
  95. package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
  96. package/docs/API-reference/api/x-components.simplefilter.md +3 -0
  97. package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
  98. package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
  99. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +1 -1
  100. package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
  101. package/docs/API-reference/api/x-components.tagging.md +17 -4
  102. package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
  103. package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
  104. package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
  105. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  106. package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
  107. package/docs/API-reference/api/x-types.md +4 -0
  108. package/docs/API-reference/api/x-types.relatedprompt.md +23 -0
  109. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
  110. package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
  111. package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
  112. package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
  113. package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
  114. package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
  115. package/docs/API-reference/api/x-types.searchresponse.md +1 -0
  116. package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
  117. package/docs/API-reference/api/x-types.stats.md +22 -0
  118. package/docs/API-reference/api/x-types.stats.price.md +14 -0
  119. package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
  120. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
  121. package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
  122. package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
  123. package/docs/API-reference/components/common/x-components.items-list.md +1 -1
  124. package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
  125. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
  126. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +29 -0
  127. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
  128. package/docs/API-reference/components/search/x-components.results-list.md +1 -1
  129. package/docs/API-reference/components/tagging/x-components.tagging.md +2 -2
  130. package/js/components/base-grid.vue.js.map +1 -1
  131. package/js/components/base-grid.vue2.js.map +1 -1
  132. package/js/components/base-grid.vue3.js +1 -1
  133. package/js/components/base-slider.vue.js +66 -0
  134. package/js/components/base-slider.vue.js.map +1 -0
  135. package/js/components/base-slider.vue2.js +109 -0
  136. package/js/components/base-slider.vue2.js.map +1 -0
  137. package/js/components/base-slider.vue3.js +7 -0
  138. package/js/components/base-slider.vue3.js.map +1 -0
  139. package/js/components/icons/cross-tiny.vue.js +2 -2
  140. package/js/components/icons/plus.vue.js +2 -2
  141. package/js/components/items-list.vue.js.map +1 -1
  142. package/js/components/items-list.vue2.js +2 -2
  143. package/js/components/items-list.vue2.js.map +1 -1
  144. package/js/components/result/base-result-image.vue.js.map +1 -1
  145. package/js/components/result/base-result-image.vue2.js +3 -3
  146. package/js/components/result/base-result-image.vue2.js.map +1 -1
  147. package/js/components/scroll/use-scroll.js +1 -1
  148. package/js/components/scroll/use-scroll.js.map +1 -1
  149. package/js/components/sliding-panel.vue.js +2 -2
  150. package/js/composables/use-alias-api.js +3 -0
  151. package/js/composables/use-alias-api.js.map +1 -1
  152. package/js/index.js +10 -0
  153. package/js/index.js.map +1 -1
  154. package/js/types/animation-prop.js +5 -0
  155. package/js/types/animation-prop.js.map +1 -1
  156. package/js/x-modules/empathize/components/empathize.vue2.js +2 -0
  157. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  158. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  159. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +1 -1
  160. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  161. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  162. package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
  163. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  164. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  165. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
  166. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  167. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +2 -0
  168. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  169. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  170. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
  171. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  172. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  173. package/js/x-modules/queries-preview/components/query-preview.vue2.js +3 -1
  174. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  175. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
  176. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  177. package/js/x-modules/queries-preview/store/module.js +1 -1
  178. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  179. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +6 -4
  180. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  181. package/js/x-modules/related-prompts/components/related-prompt.vue.js +90 -0
  182. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
  183. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +54 -0
  184. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
  185. package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
  186. package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
  187. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
  188. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
  189. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
  190. package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
  191. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
  192. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
  193. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
  194. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
  195. package/js/x-modules/related-prompts/store/emitters.js +14 -0
  196. package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
  197. package/js/x-modules/related-prompts/store/getters/request.getter.js +16 -0
  198. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
  199. package/js/x-modules/related-prompts/store/module.js +53 -0
  200. package/js/x-modules/related-prompts/store/module.js.map +1 -0
  201. package/js/x-modules/related-prompts/wiring.js +88 -0
  202. package/js/x-modules/related-prompts/wiring.js.map +1 -0
  203. package/js/x-modules/related-prompts/x-module.js +21 -0
  204. package/js/x-modules/related-prompts/x-module.js.map +1 -0
  205. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +2 -0
  206. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  207. package/js/x-modules/search/components/results-list.vue.js +2 -2
  208. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  209. package/js/x-modules/search/store/actions/save-search-response.action.js +2 -1
  210. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  211. package/js/x-modules/search/store/module.js +5 -1
  212. package/js/x-modules/search/store/module.js.map +1 -1
  213. package/js/x-modules/tagging/components/tagging.vue.js +8 -2
  214. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  215. package/package.json +7 -6
  216. package/related-prompts/index.d.ts +1 -0
  217. package/related-prompts/index.js +9 -0
  218. package/report/x-adapter-platform.api.json +575 -1
  219. package/report/x-components.api.json +4236 -7917
  220. package/report/x-components.api.md +445 -155
  221. package/report/x-types.api.json +334 -0
  222. package/tools/inject-css.js +5 -3
  223. package/types/adapter/e2e-adapter.d.ts.map +1 -1
  224. package/types/adapter/mocked-responses.d.ts +3 -0
  225. package/types/adapter/mocked-responses.d.ts.map +1 -1
  226. package/types/components/base-dropdown.vue.d.ts +5 -5
  227. package/types/components/base-grid.vue.d.ts +3 -3
  228. package/types/components/base-slider.vue.d.ts +74 -0
  229. package/types/components/base-slider.vue.d.ts.map +1 -0
  230. package/types/components/base-variable-column-grid.vue.d.ts +3 -3
  231. package/types/components/global-x-bus.vue.d.ts +6 -0
  232. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  233. package/types/components/index.d.ts +1 -0
  234. package/types/components/index.d.ts.map +1 -1
  235. package/types/components/items-list.vue.d.ts +3 -3
  236. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
  237. package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
  238. package/types/components/modals/base-events-modal.vue.d.ts +2 -2
  239. package/types/components/modals/base-id-modal.vue.d.ts +2 -2
  240. package/types/components/modals/base-modal.vue.d.ts +10 -10
  241. package/types/components/modals/main-modal.vue.d.ts +2 -2
  242. package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
  243. package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
  244. package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
  245. package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
  246. package/types/components/result/base-result-image.vue.d.ts +10 -10
  247. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  248. package/types/components/snippet-callbacks.vue.d.ts +3 -0
  249. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  250. package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
  251. package/types/composables/use-alias-api.d.ts +5 -0
  252. package/types/composables/use-alias-api.d.ts.map +1 -1
  253. package/types/index.d.ts +1 -0
  254. package/types/index.d.ts.map +1 -1
  255. package/types/tailwind/plugin-options.d.ts +1 -2
  256. package/types/tailwind/plugin-options.d.ts.map +1 -1
  257. package/types/types/animation-prop.d.ts +6 -2
  258. package/types/types/animation-prop.d.ts.map +1 -1
  259. package/types/views/home/types.d.ts +3 -0
  260. package/types/views/home/types.d.ts.map +1 -1
  261. package/types/wiring/events.types.d.ts +3 -1
  262. package/types/wiring/events.types.d.ts.map +1 -1
  263. package/types/x-modules/empathize/components/empathize.vue.d.ts +5 -5
  264. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +1 -1
  265. package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
  266. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +5 -2
  267. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  268. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +3 -0
  269. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  270. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
  271. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
  272. package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
  273. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
  274. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
  275. package/types/x-modules/next-queries/index.d.ts +1 -0
  276. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  277. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
  278. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  279. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  280. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  281. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  282. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
  283. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  284. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
  285. package/types/x-modules/related-prompts/components/index.d.ts +3 -0
  286. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
  287. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +37 -0
  288. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
  289. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
  290. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
  291. package/types/x-modules/related-prompts/events.types.d.ts +26 -0
  292. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
  293. package/types/x-modules/related-prompts/index.d.ts +6 -0
  294. package/types/x-modules/related-prompts/index.d.ts.map +1 -0
  295. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
  296. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
  297. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
  298. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
  299. package/types/x-modules/related-prompts/store/emitters.d.ts +9 -0
  300. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
  301. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -0
  302. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
  303. package/types/x-modules/related-prompts/store/index.d.ts +7 -0
  304. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
  305. package/types/x-modules/related-prompts/store/module.d.ts +8 -0
  306. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
  307. package/types/x-modules/related-prompts/store/types.d.ts +104 -0
  308. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
  309. package/types/x-modules/related-prompts/types.d.ts +10 -0
  310. package/types/x-modules/related-prompts/types.d.ts.map +1 -0
  311. package/types/x-modules/related-prompts/wiring.d.ts +31 -0
  312. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
  313. package/types/x-modules/related-prompts/x-module.d.ts +16 -0
  314. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
  315. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
  316. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
  317. package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
  318. package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
  319. package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
  320. package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
  321. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
  322. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  323. package/types/x-modules/search/store/module.d.ts +2 -0
  324. package/types/x-modules/search/store/module.d.ts.map +1 -1
  325. package/types/x-modules/search/store/types.d.ts +9 -1
  326. package/types/x-modules/search/store/types.d.ts.map +1 -1
  327. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
  328. package/types/x-modules/tagging/components/tagging.vue.d.ts +17 -4
  329. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  330. package/types/x-modules/x-modules.types.d.ts +2 -0
  331. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  332. package/js/utils/options-api.js +0 -4
  333. package/js/utils/options-api.js.map +0 -1
  334. package/types/utils/options-api.d.ts +0 -3
  335. package/types/utils/options-api.d.ts.map +0 -1
@@ -8,21 +8,21 @@
8
8
  declare const _default: import("vue").DefineComponent<{
9
9
  /** The animation used for the Main Aside. */
10
10
  asideAnimation: {
11
- 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<{}>>, {}, {}>>;
12
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
11
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
12
+ 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<{}>>, {}, {}>;
13
13
  };
14
14
  /** Enables the devMode, which shows the available slots to use with its names. */
15
15
  devMode: BooleanConstructor;
16
16
  }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  /** The animation used for the Main Aside. */
18
18
  asideAnimation: {
19
- 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<{}>>, {}, {}>>;
20
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
19
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
20
+ 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<{}>>, {}, {}>;
21
21
  };
22
22
  /** Enables the devMode, which shows the available slots to use with its names. */
23
23
  devMode: BooleanConstructor;
24
24
  }>>, {
25
- asideAnimation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
25
+ asideAnimation: string | Function | Record<string, any>;
26
26
  devMode: boolean;
27
27
  }, {}>;
28
28
  export default _default;
@@ -8,7 +8,7 @@
8
8
  declare const _default: import("vue").DefineComponent<{
9
9
  /** The animation used for the Main Aside. */
10
10
  asideAnimation: {
11
- 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<{}>>, {}, {}>>;
11
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
12
12
  default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
13
13
  };
14
14
  /** Enables the devMode, which shows the available slots to use with its names. */
@@ -16,13 +16,13 @@ declare const _default: import("vue").DefineComponent<{
16
16
  }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  /** The animation used for the Main Aside. */
18
18
  asideAnimation: {
19
- 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<{}>>, {}, {}>>;
19
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
20
20
  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
21
  };
22
22
  /** Enables the devMode, which shows the available slots to use with its names. */
23
23
  devMode: BooleanConstructor;
24
24
  }>>, {
25
- asideAnimation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
25
+ asideAnimation: string | Function | Record<string, any>;
26
26
  devMode: boolean;
27
27
  }, {}>;
28
28
  export default _default;
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  default: string;
29
29
  };
30
30
  /** Animation to use for opening/closing the modal. */
31
- animation: 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<{}>>, {}, {}>>;
31
+ animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
32
32
  }, {
33
33
  isOpen: import("vue").Ref<boolean>;
34
34
  openerElement: import("vue").Ref<HTMLElement | undefined>;
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
51
51
  default: string;
52
52
  };
53
53
  /** Animation to use for opening/closing the modal. */
54
- animation: 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<{}>>, {}, {}>>;
54
+ animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
55
55
  }>>, {
56
56
  eventsToOpenModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
57
57
  eventsToCloseModal: (keyof import("../../wiring/events.types").XEventsTypes)[];
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  * Animation to use for opening/closing the modal.
12
12
  */
13
13
  animation: {
14
- 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<{}>>, {}, {}>>;
14
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
15
15
  };
16
16
  /**
17
17
  * The modalId to use for the open and close event listeners.
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
29
29
  * Animation to use for opening/closing the modal.
30
30
  */
31
31
  animation: {
32
- 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<{}>>, {}, {}>>;
32
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
33
33
  };
34
34
  /**
35
35
  * The modalId to use for the open and close event listeners.
@@ -26,16 +26,16 @@ declare const _default: import("vue").DefineComponent<{
26
26
  referenceSelector: StringConstructor;
27
27
  /** Animation to use for opening/closing the modal.This animation only affects the content. */
28
28
  animation: {
29
- 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<{}>>, {}, {}>>;
30
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
29
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
30
+ 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<{}>>, {}, {}>;
31
31
  };
32
32
  /**
33
33
  * Animation to use for the overlay (backdrop) part of the modal. By default, it uses
34
34
  * a fade transition.
35
35
  */
36
36
  overlayAnimation: {
37
- 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<{}>>, {}, {}>>;
38
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
37
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
38
+ 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<{}>>, {}, {}>;
39
39
  };
40
40
  /** Class inherited by content element. */
41
41
  contentClass: StringConstructor;
@@ -68,16 +68,16 @@ declare const _default: import("vue").DefineComponent<{
68
68
  referenceSelector: StringConstructor;
69
69
  /** Animation to use for opening/closing the modal.This animation only affects the content. */
70
70
  animation: {
71
- 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<{}>>, {}, {}>>;
72
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
71
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
72
+ 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<{}>>, {}, {}>;
73
73
  };
74
74
  /**
75
75
  * Animation to use for the overlay (backdrop) part of the modal. By default, it uses
76
76
  * a fade transition.
77
77
  */
78
78
  overlayAnimation: {
79
- 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<{}>>, {}, {}>>;
80
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
79
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
80
+ 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<{}>>, {}, {}>;
81
81
  };
82
82
  /** Class inherited by content element. */
83
83
  contentClass: StringConstructor;
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
88
88
  "onFocusin:body"?: ((...args: any[]) => any) | undefined;
89
89
  }, {
90
90
  focusOnOpen: boolean;
91
- 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<{}>>, {}, {}>;
92
- overlayAnimation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
91
+ animation: string | Function | Record<string, any>;
92
+ overlayAnimation: string | Function | Record<string, any>;
93
93
  }, {}>;
94
94
  export default _default;
95
95
  //# sourceMappingURL=base-modal.vue?vue&type=script&lang.d.ts.map
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  * @public
12
12
  */
13
13
  animation: {
14
- 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<{}>>, {}, {}>>;
14
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
15
15
  };
16
16
  /**
17
17
  * Events to listen for closing the main modal.
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<{
49
49
  * @public
50
50
  */
51
51
  animation: {
52
- 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<{}>>, {}, {}>>;
52
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
53
53
  };
54
54
  /**
55
55
  * Events to listen for closing the main modal.
@@ -7,8 +7,8 @@
7
7
  declare const _default: import("vue").DefineComponent<{
8
8
  /** Animation component that will be used to animate the base-toggle-panel. */
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<{}>>, {}, {}>>;
11
- default: () => 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
+ 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<{}>>, {}, {}>;
12
12
  };
13
13
  /** Handles if the panel is open by default. */
14
14
  startCollapsed: BooleanConstructor;
@@ -20,15 +20,15 @@ declare const _default: import("vue").DefineComponent<{
20
20
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  /** Animation component that will be used to animate the base-toggle-panel. */
22
22
  animation: {
23
- 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<{}>>, {}, {}>>;
24
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
23
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
24
+ 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<{}>>, {}, {}>;
25
25
  };
26
26
  /** Handles if the panel is open by default. */
27
27
  startCollapsed: BooleanConstructor;
28
28
  /** Class inherited by content element. */
29
29
  headerClass: StringConstructor;
30
30
  }>>, {
31
- 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<{}>>, {}, {}>;
31
+ animation: string | Function | Record<string, any>;
32
32
  startCollapsed: boolean;
33
33
  }, {}>;
34
34
  export default _default;
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<{
18
18
  };
19
19
  /** Animation component that will be used to animate the panel content. */
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<{}>>, {}, {}>>;
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
  * The id to link with the BaseIdTogglePanelButton.
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<{
39
39
  };
40
40
  /** Animation component that will be used to animate the panel content. */
41
41
  animation: {
42
- 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
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
42
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
43
+ 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<{}>>, {}, {}>;
44
44
  };
45
45
  /**
46
46
  * The id to link with the BaseIdTogglePanelButton.
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<{
52
52
  };
53
53
  }>>, {
54
54
  startOpen: boolean;
55
- 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<{}>>, {}, {}>;
55
+ animation: string | Function | Record<string, any>;
56
56
  }, {}>;
57
57
  export default _default;
58
58
  //# sourceMappingURL=base-id-toggle-panel.vue?vue&type=script&lang.d.ts.map
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  * @public
11
11
  */
12
12
  tabsAnimation: {
13
- 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<{}>>, {}, {}>>;
13
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
14
14
  default: string;
15
15
  };
16
16
  /**
@@ -19,8 +19,8 @@ declare const _default: import("vue").DefineComponent<{
19
19
  * @public
20
20
  */
21
21
  contentAnimation: {
22
- 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<{}>>, {}, {}>>;
23
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
22
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
23
+ 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<{}>>, {}, {}>;
24
24
  };
25
25
  /**
26
26
  * The tab to be initially selected.
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
63
63
  * @public
64
64
  */
65
65
  tabsAnimation: {
66
- 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<{}>>, {}, {}>>;
66
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
67
67
  default: string;
68
68
  };
69
69
  /**
@@ -72,8 +72,8 @@ declare const _default: import("vue").DefineComponent<{
72
72
  * @public
73
73
  */
74
74
  contentAnimation: {
75
- 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<{}>>, {}, {}>>;
76
- default: () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
75
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
76
+ 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<{}>>, {}, {}>;
77
77
  };
78
78
  /**
79
79
  * The tab to be initially selected.
@@ -102,8 +102,8 @@ declare const _default: import("vue").DefineComponent<{
102
102
  /** Class inherited by content element. */
103
103
  tabsListClass: StringConstructor;
104
104
  }>>, {
105
- tabsAnimation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
106
- contentAnimation: string | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
105
+ tabsAnimation: string | Function | Record<string, any>;
106
+ contentAnimation: string | Function | Record<string, any>;
107
107
  initialTab: string;
108
108
  allowTabDeselect: boolean;
109
109
  }, {}>;
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
21
21
  * @public
22
22
  */
23
23
  animation: {
24
- 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<{}>>, {}, {}>>;
24
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
25
25
  default: string;
26
26
  };
27
27
  }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -41,11 +41,11 @@ declare const _default: import("vue").DefineComponent<{
41
41
  * @public
42
42
  */
43
43
  animation: {
44
- 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<{}>>, {}, {}>>;
44
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
45
45
  default: string;
46
46
  };
47
47
  }>>, {
48
- 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<{}>>, {}, {}>;
48
+ animation: string | Function | Record<string, any>;
49
49
  }, {}>;
50
50
  export default _default;
51
51
  //# sourceMappingURL=base-toggle-panel.vue?vue&type=script&lang.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import { Result } from '@empathyco/x-types';
2
- import { DefineComponent, PropType, Ref } from 'vue';
2
+ import { PropType, Ref } from 'vue';
3
3
  /**
4
4
  * Component to be reused that renders an `<img>`.
5
5
  *
6
6
  * @public
7
7
  */
8
- declare const _default: DefineComponent<{
8
+ declare const _default: import("vue").DefineComponent<{
9
9
  /** (Required) The {@link @empathyco/x-types#Result} information. */
10
10
  result: {
11
11
  type: PropType<Result>;
@@ -16,12 +16,12 @@ declare const _default: DefineComponent<{
16
16
  * image fallback.
17
17
  */
18
18
  loadAnimation: {
19
- type: PropType<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
20
- default: () => DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
19
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
20
+ 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<{}>>, {}, {}>;
21
21
  };
22
22
  /** Animation to use when switching between the loaded image and the hover image. */
23
23
  hoverAnimation: {
24
- type: PropType<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
24
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
25
25
  };
26
26
  /**
27
27
  * Indicates if the next valid image should be displayed on hover.
@@ -38,7 +38,7 @@ declare const _default: DefineComponent<{
38
38
  isHovering: Ref<boolean>;
39
39
  userHasHoveredImage: Ref<boolean>;
40
40
  loaderStyles: Partial<CSSStyleDeclaration>;
41
- animation: import("vue").ComputedRef<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
41
+ animation: import("vue").ComputedRef<string | Record<string, any>>;
42
42
  imageSrc: import("vue").ComputedRef<string>;
43
43
  shouldLoadNextImage: import("vue").ComputedRef<boolean>;
44
44
  flagImageAsFailed: () => void;
@@ -54,12 +54,12 @@ declare const _default: DefineComponent<{
54
54
  * image fallback.
55
55
  */
56
56
  loadAnimation: {
57
- type: PropType<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
58
- default: () => DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
57
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
58
+ 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<{}>>, {}, {}>;
59
59
  };
60
60
  /** Animation to use when switching between the loaded image and the hover image. */
61
61
  hoverAnimation: {
62
- type: PropType<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
62
+ type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
63
63
  };
64
64
  /**
65
65
  * Indicates if the next valid image should be displayed on hover.
@@ -71,7 +71,7 @@ declare const _default: DefineComponent<{
71
71
  default: boolean;
72
72
  };
73
73
  }>>, {
74
- loadAnimation: string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
74
+ loadAnimation: string | Function | Record<string, any>;
75
75
  showNextImageOnHover: boolean;
76
76
  }, {}>;
77
77
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"base-result-image.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAY,eAAe,EAAmB,QAAQ,EAAE,GAAG,EAAc,MAAM,KAAK,CAAC;AAI5F;;;;GAIG;;IAIC,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;;;;;;6BAgH2B,IAAI;2BASN,IAAI;;IA9IhC,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;AAxBP,wBAqKG"}
1
+ {"version":3,"file":"base-result-image.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../../src/components/result/base-result-image.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AACE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAA6B,QAAQ,EAAE,GAAG,EAAc,MAAM,KAAK,CAAC;AAI3E;;;;GAIG;;IAIC,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;;;;;;;;;IArBH,oEAAoE;;;;;IAKpE;;;OAGG;;;;;IAKH,oFAAoF;;;;IAIpF;;;;OAIG;;;;;;;;;AAxBP,wBAqKG"}
@@ -166,6 +166,9 @@ declare const _default: import("vue").DefineComponent<{}, {
166
166
  ExtraParamsLoadedFromUrl: (payload: import("@empathyco/x-utils").Dictionary<unknown>, metadata: WireMetadata) => unknown;
167
167
  PushableUrlStateUpdated: (payload: import("..").UrlParams, metadata: WireMetadata) => unknown;
168
168
  ReplaceableUrlStateUpdated: (payload: import("..").UrlParams, metadata: WireMetadata) => unknown;
169
+ RelatedPromptsRequestUpdated: (payload: import("@empathyco/x-types").RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
170
+ UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
171
+ UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
169
172
  }>>;
170
173
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
171
174
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"snippet-callbacks.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../src/components/snippet-callbacks.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAGE,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKzC;;;;;GAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA0CG"}
1
+ {"version":3,"file":"snippet-callbacks.vue?vue&type=script&lang.d.ts","sourceRoot":"","sources":["../../../src/components/snippet-callbacks.vue?vue&type=script&lang.ts"],"names":[],"mappings":"AAGE,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKzC;;;;;GAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA0CG"}
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  * @public
23
23
  */
24
24
  animation: {
25
- 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<{}>>, {}, {}>>;
25
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
26
26
  default: string;
27
27
  };
28
28
  /**
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
72
72
  * @public
73
73
  */
74
74
  animation: {
75
- 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<{}>>, {}, {}>>;
75
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
76
76
  default: string;
77
77
  };
78
78
  /**
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
103
103
  /** Class inherited by content element. */
104
104
  suggestionItemClass: StringConstructor;
105
105
  }>>, {
106
- 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<{}>>, {}, {}>;
106
+ animation: string | Function | Record<string, any>;
107
107
  showFacets: boolean;
108
108
  showPlainSuggestion: boolean;
109
109
  }, {}>;
@@ -74,6 +74,11 @@ export interface UseAliasAPI {
74
74
  readonly totalResults: number;
75
75
  /** The {@link SearchXModule} selected sort. */
76
76
  readonly selectedSort: string;
77
+ /** The {@link SearchXModule} price specific stats. */
78
+ readonly priceStats: {
79
+ min: number;
80
+ max: number;
81
+ };
77
82
  }
78
83
  /**
79
84
  * Alias to facilitate retrieving the modules with query.
@@ -1 +1 @@
1
- {"version":3,"file":"use-alias-api.d.ts","sourceRoot":"","sources":["../../../src/composables/use-alias-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"use-alias-api.d.ts","sourceRoot":"","sources":["../../../src/composables/use-alias-api.ts"],"names":[],"mappings":"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"}
package/types/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export * from './x-modules/popular-searches';
24
24
  export * from './x-modules/queries-preview';
25
25
  export * from './x-modules/query-suggestions';
26
26
  export * from './x-modules/recommendations';
27
+ export * from './x-modules/related-prompts';
27
28
  export * from './x-modules/related-tags';
28
29
  export * from './x-modules/scroll';
29
30
  export * from './x-modules/search';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC"}
@@ -1,4 +1,3 @@
1
- import { PluginOptions } from '@empathyco/x-tailwindcss';
2
- declare const _default: PluginOptions;
1
+ declare const _default: {};
3
2
  export default _default;
4
3
  //# sourceMappingURL=plugin-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin-options.d.ts","sourceRoot":"","sources":["../../../src/tailwind/plugin-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;;AAEzD,wBAAmC"}
1
+ {"version":3,"file":"plugin-options.d.ts","sourceRoot":"","sources":["../../../src/tailwind/plugin-options.ts"],"names":[],"mappings":";AAAA,wBAAkB"}
@@ -1,8 +1,12 @@
1
- import { DefineComponent, PropType } from 'vue';
2
1
  /**
3
2
  * Type for animations props.
4
3
  *
4
+ * @remarks
5
+ * String for 'ul'
6
+ * Object for `DefineComponent` type
7
+ * Function for `() => NoElement`
8
+ *
5
9
  * @public
6
10
  */
7
- export declare const AnimationProp: PropType<string | DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
11
+ export declare const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
8
12
  //# sourceMappingURL=animation-prop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animation-prop.d.ts","sourceRoot":"","sources":["../../../src/types/animation-prop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,aAAa,mRAAmE,CAAC"}
1
+ {"version":3,"file":"animation-prop.d.ts","sourceRoot":"","sources":["../../../src/types/animation-prop.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,iEAA6B,CAAC"}
@@ -18,6 +18,9 @@ export interface HomeControls {
18
18
  nextQueriesList: {
19
19
  showOnlyAfterOffset: boolean;
20
20
  };
21
+ relatedPromptsList: {
22
+ showOnlyAfterOffset: boolean;
23
+ };
21
24
  adapter: {
22
25
  useE2EAdapter: boolean;
23
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/views/home/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE;QACX,OAAO,EAAE,OAAO,CAAC;QACjB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC;IACF,eAAe,EAAE;QACf,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,cAAc,EAAE;QACd,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,kBAAkB,EAAE;QAClB,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,eAAe,EAAE;QACf,mBAAmB,EAAE,OAAO,CAAC;KAC9B,CAAC;IACF,OAAO,EAAE;QACP,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;CACH"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/views/home/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE;QACX,OAAO,EAAE,OAAO,CAAC;QACjB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAC;IACF,eAAe,EAAE;QACf,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,cAAc,EAAE;QACd,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,kBAAkB,EAAE;QAClB,gBAAgB,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,eAAe,EAAE;QACf,mBAAmB,EAAE,OAAO,CAAC;KAC9B,CAAC;IACF,kBAAkB,EAAE;QAClB,mBAAmB,EAAE,OAAO,CAAC;KAC9B,CAAC;IACF,OAAO,EAAE;QACP,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;CACH"}
@@ -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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"}