@empathyco/x-components 6.0.0-alpha.17 → 6.0.0-alpha.171

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 (3365) hide show
  1. package/CHANGELOG.md +1378 -583
  2. package/ai/index.d.ts +1 -0
  3. package/ai/index.js +12 -0
  4. package/core/index.d.ts +2 -0
  5. package/core/index.js +56 -44
  6. package/core/index.js.map +1 -1
  7. package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +13 -0
  8. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +13 -0
  9. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +13 -0
  10. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +13 -0
  11. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +13 -0
  12. package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +13 -0
  13. package/docs/API-reference/api/x-adapter-platform.aisuggestionsearchschema.md +13 -0
  14. package/docs/API-reference/api/x-adapter-platform.aisuggestionsendpointadapter.md +13 -0
  15. package/docs/API-reference/api/x-adapter-platform.aisuggestionsrequestmapper.md +13 -0
  16. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchendpointadapter.md +13 -0
  17. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestmapper.md +13 -0
  18. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestschema.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponsemapper.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponseschema.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchschema.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +13 -0
  23. package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +13 -0
  24. package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +13 -0
  25. package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +13 -0
  26. package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +13 -0
  27. package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.mapfilters.md +80 -0
  29. package/docs/API-reference/api/x-adapter-platform.md +33 -0
  30. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +13 -0
  31. package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +11 -0
  32. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestions.md +11 -0
  33. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestionssearch.md +11 -0
  34. package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +11 -0
  35. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +16 -0
  36. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +20 -0
  37. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
  38. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +23 -0
  39. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.numfound.md +11 -0
  40. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.query.md +11 -0
  41. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.results.md +11 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.tagging.md +13 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.context.md +16 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +20 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.context.md +15 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.md +21 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.queries.md +14 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.items.md +11 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.md +20 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +20 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +11 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +15 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +2 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestionimageurl.md +11 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +22 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
  64. package/docs/API-reference/api/x-components.addquerytohistory.md +16 -2
  65. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +1 -1
  66. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
  67. package/docs/API-reference/api/x-components.aiactioncontext.md +15 -0
  68. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestions.md +13 -0
  69. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestionssearch.md +13 -0
  70. package/docs/API-reference/api/x-components.aiactions.md +23 -0
  71. package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
  72. package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
  73. package/docs/API-reference/api/x-components.aiconfig.md +13 -0
  74. package/docs/API-reference/api/x-components.aigetters.md +22 -0
  75. package/docs/API-reference/api/x-components.aigetters.query.md +13 -0
  76. package/docs/API-reference/api/x-components.aigetters.suggestionsrequest.md +13 -0
  77. package/docs/API-reference/api/x-components.aigetters.suggestionssearchrequest.md +13 -0
  78. package/docs/API-reference/api/x-components.aimutations.md +33 -0
  79. package/docs/API-reference/api/x-components.aimutations.resetaistate.md +13 -0
  80. package/docs/API-reference/api/x-components.aimutations.setairelatedtags.md +13 -0
  81. package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +13 -0
  82. package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
  83. package/docs/API-reference/api/x-components.aimutations.setparams.md +13 -0
  84. package/docs/API-reference/api/x-components.aimutations.setqueries.md +13 -0
  85. package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +13 -0
  86. package/docs/API-reference/api/x-components.aimutations.setselectedfilters.md +13 -0
  87. package/docs/API-reference/api/x-components.aimutations.setsuggestionsloading.md +13 -0
  88. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearch.md +13 -0
  89. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchloading.md +13 -0
  90. package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +13 -0
  91. package/docs/API-reference/api/x-components.aimutations.settagging.md +13 -0
  92. package/docs/API-reference/api/x-components.aioverview.md +89 -0
  93. package/docs/API-reference/api/x-components.aiquery.md +13 -0
  94. package/docs/API-reference/api/x-components.aistate.config.md +11 -0
  95. package/docs/API-reference/api/x-components.aistate.isnoresults.md +13 -0
  96. package/docs/API-reference/api/x-components.aistate.md +33 -0
  97. package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
  98. package/docs/API-reference/api/x-components.aistate.params.md +13 -0
  99. package/docs/API-reference/api/x-components.aistate.queries.md +11 -0
  100. package/docs/API-reference/api/x-components.aistate.relatedtags.md +13 -0
  101. package/docs/API-reference/api/x-components.aistate.responsetext.md +13 -0
  102. package/docs/API-reference/api/x-components.aistate.selectedfilters.md +13 -0
  103. package/docs/API-reference/api/x-components.aistate.suggestionsloading.md +13 -0
  104. package/docs/API-reference/api/x-components.aistate.suggestionssearch.md +13 -0
  105. package/docs/API-reference/api/x-components.aistate.suggestionssearchloading.md +13 -0
  106. package/docs/API-reference/api/x-components.aistate.suggestiontext.md +11 -0
  107. package/docs/API-reference/api/x-components.aistate.tagging.md +11 -0
  108. package/docs/API-reference/api/x-components.aisuggestionsrequest.md +13 -0
  109. package/docs/API-reference/api/x-components.aisuggestionssearchrequest.md +13 -0
  110. package/docs/API-reference/api/x-components.aixevents.aioverviewmounted.md +11 -0
  111. package/docs/API-reference/api/x-components.aixevents.aisuggestionsrequestupdated.md +11 -0
  112. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchchanged.md +11 -0
  113. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
  114. package/docs/API-reference/api/x-components.aixevents.md +25 -0
  115. package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.md +11 -0
  116. package/docs/API-reference/api/x-components.aixevents.userclickedanaioverviewresult.md +11 -0
  117. package/docs/API-reference/api/x-components.aixmodule.md +13 -0
  118. package/docs/API-reference/api/x-components.aixstoremodule.md +15 -0
  119. package/docs/API-reference/api/x-components.allfilter.md +3 -3
  120. package/docs/API-reference/api/x-components.animateclippath.md +15 -2
  121. package/docs/API-reference/api/x-components.animatescale.md +15 -2
  122. package/docs/API-reference/api/x-components.animatetranslate.md +15 -2
  123. package/docs/API-reference/api/x-components.banner.md +1 -98
  124. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
  125. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +4 -4
  126. package/docs/API-reference/api/x-components.basedropdown.md +2 -2
  127. package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
  128. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +3 -3
  129. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +3 -3
  130. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +2 -2
  131. package/docs/API-reference/api/x-components.baseidtogglepanel.md +2 -2
  132. package/docs/API-reference/api/x-components.basemodal.md +4 -4
  133. package/docs/API-reference/api/x-components.baseresultimage.md +3 -3
  134. package/docs/API-reference/api/x-components.baseresultlink.md +1 -0
  135. package/docs/API-reference/api/x-components.baseresultrating.md +1 -0
  136. package/docs/API-reference/api/x-components.basescroll.md +2 -2
  137. package/docs/API-reference/api/x-components.baseslider.md +9 -0
  138. package/docs/API-reference/api/x-components.baseswitch.md +1 -1
  139. package/docs/API-reference/api/x-components.basetabspanel.md +2 -2
  140. package/docs/API-reference/api/x-components.baseteleport.md +44 -0
  141. package/docs/API-reference/api/x-components.basexpriorityqueue._constructor_.md +20 -0
  142. package/docs/API-reference/api/x-components.basexpriorityqueue.at.md +26 -0
  143. package/docs/API-reference/api/x-components.basexpriorityqueue.clear.md +17 -0
  144. package/docs/API-reference/api/x-components.basexpriorityqueue.isempty.md +19 -0
  145. package/docs/API-reference/api/x-components.basexpriorityqueue.keys.md +13 -0
  146. package/docs/API-reference/api/x-components.basexpriorityqueue.md +42 -0
  147. package/docs/API-reference/api/x-components.basexpriorityqueue.peek.md +19 -0
  148. package/docs/API-reference/api/x-components.basexpriorityqueue.pop.md +19 -0
  149. package/docs/API-reference/api/x-components.basexpriorityqueue.push.md +30 -0
  150. package/docs/API-reference/api/x-components.basexpriorityqueue.size.md +19 -0
  151. package/docs/API-reference/api/x-components.basexpriorityqueue.tostring.md +28 -0
  152. package/docs/API-reference/api/x-components.basexpriorityqueuenode._constructor_.md +22 -0
  153. package/docs/API-reference/api/x-components.basexpriorityqueuenode.data.md +11 -0
  154. package/docs/API-reference/api/x-components.basexpriorityqueuenode.key.md +11 -0
  155. package/docs/API-reference/api/x-components.basexpriorityqueuenode.md +35 -0
  156. package/docs/API-reference/api/x-components.basexpriorityqueuenode.priority.md +11 -0
  157. package/docs/API-reference/api/x-components.basexpriorityqueuenode.tostring.md +26 -0
  158. package/docs/API-reference/api/x-components.bus.md +1 -1
  159. package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +5 -1
  160. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +6 -2
  161. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  162. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +6 -2
  163. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +6 -2
  164. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +6 -2
  165. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +6 -2
  166. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +6 -2
  167. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +6 -2
  168. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  169. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +6 -2
  170. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  171. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  172. package/docs/API-reference/api/x-components.changeheight.md +13 -0
  173. package/docs/API-reference/api/x-components.clearfilters.md +2 -2
  174. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  175. package/docs/API-reference/api/x-components.configmutations.md +24 -0
  176. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +13 -0
  177. package/docs/API-reference/api/x-components.configmutations.setconfig.md +13 -0
  178. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
  179. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
  180. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  181. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
  182. package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
  183. package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
  184. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  185. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  186. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -6
  187. package/docs/API-reference/api/x-components.debouncedfunction.md +4 -4
  188. package/docs/API-reference/api/x-components.debouncefunction.md +15 -1
  189. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
  190. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
  191. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
  192. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
  193. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
  194. package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
  195. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
  196. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
  197. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
  198. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
  199. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
  200. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
  201. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
  202. package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
  203. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +2 -2
  204. package/docs/API-reference/api/x-components.defaultfacetsservice.md +1 -1
  205. package/docs/API-reference/api/x-components.devicedetector.md +4 -4
  206. package/docs/API-reference/api/x-components.devicemutations.md +4 -4
  207. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -13
  208. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
  209. package/docs/API-reference/api/x-components.devicexevents.md +1 -1
  210. package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
  211. package/docs/API-reference/api/x-components.emitteddata.event.md +13 -0
  212. package/docs/API-reference/api/x-components.emitteddata.eventpayload.md +13 -0
  213. package/docs/API-reference/api/x-components.emitteddata.md +22 -0
  214. package/docs/API-reference/api/x-components.emitteddata.metadata.md +13 -0
  215. package/docs/API-reference/api/x-components.emitter.md +15 -0
  216. package/docs/API-reference/api/x-components.emitters.md +17 -0
  217. package/docs/API-reference/api/x-components.empathize.md +37 -11
  218. package/docs/API-reference/api/x-components.empathizemutations.md +5 -5
  219. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -13
  220. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
  221. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
  222. package/docs/API-reference/api/x-components.empathizexevents.md +3 -3
  223. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
  224. package/docs/API-reference/api/x-components.eventpayload.md +18 -0
  225. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
  226. package/docs/API-reference/api/x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md +1 -1
  227. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md +2 -13
  228. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md +2 -15
  229. package/docs/API-reference/api/x-components.experiencecontrolsactions.md +3 -8
  230. package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +6 -6
  231. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setcontrols.md +2 -13
  232. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setevents.md +2 -13
  233. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setparams.md +2 -13
  234. package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
  235. package/docs/API-reference/api/x-components.externaltaggingservice.movetosessionstorage.md +13 -0
  236. package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +13 -0
  237. package/docs/API-reference/api/x-components.externaltaggingservice.storeresultclicked.md +13 -0
  238. package/docs/API-reference/api/x-components.externaltaggingservice.trackaddtocart.md +13 -0
  239. package/docs/API-reference/api/x-components.extraparamsmutations.md +4 -4
  240. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +2 -13
  241. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
  242. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
  243. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
  244. package/docs/API-reference/api/x-components.extraparamsxevents.md +4 -4
  245. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
  246. package/docs/API-reference/api/x-components.extrapluginsoptions.md +1 -1
  247. package/docs/API-reference/api/x-components.facets.md +5 -5
  248. package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +2 -6
  249. package/docs/API-reference/api/x-components.facetsmutations.md +17 -17
  250. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +2 -13
  251. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -13
  252. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -13
  253. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -13
  254. package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +2 -13
  255. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -13
  256. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -13
  257. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -13
  258. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +2 -13
  259. package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +2 -13
  260. package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
  261. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +2 -14
  262. package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +3 -14
  263. package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -14
  264. package/docs/API-reference/api/x-components.facetsservice.md +14 -14
  265. package/docs/API-reference/api/x-components.facetsservice.select.md +2 -13
  266. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +2 -6
  267. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -13
  268. package/docs/API-reference/api/x-components.facetsservice.setquery.md +2 -13
  269. package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -13
  270. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -13
  271. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +2 -13
  272. package/docs/API-reference/api/x-components.fallbackdisclaimer.md +2 -2
  273. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  274. package/docs/API-reference/api/x-components.fetchandsaveaisuggestions.md +13 -0
  275. package/docs/API-reference/api/x-components.fetchandsaveaisuggestionssearch.md +13 -0
  276. package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +13 -1
  277. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -16
  278. package/docs/API-reference/api/x-components.fetchandsavehooks.md +8 -8
  279. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -6
  280. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +3 -14
  281. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +3 -15
  282. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +14 -2
  283. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +14 -2
  284. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +14 -2
  285. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +1 -1
  286. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +14 -2
  287. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +14 -2
  288. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +14 -2
  289. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +14 -2
  290. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +14 -2
  291. package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +1 -1
  292. package/docs/API-reference/api/x-components.fetchexperiencecontrolsresponse.md +1 -1
  293. package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
  294. package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
  295. package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
  296. package/docs/API-reference/api/x-components.fetchquerypreview.md +1 -1
  297. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
  298. package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
  299. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +1 -1
  300. package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
  301. package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
  302. package/docs/API-reference/api/x-components.fetchsemanticquery.md +1 -1
  303. package/docs/API-reference/api/x-components.filterslist.md +2 -2
  304. package/docs/API-reference/api/x-components.filterssearch.md +2 -2
  305. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +2 -2
  306. package/docs/API-reference/api/x-components.geturlparameter.md +14 -1
  307. package/docs/API-reference/api/x-components.globalxbus.md +2 -324
  308. package/docs/API-reference/api/x-components.hierarchicalfilter.md +19 -4
  309. package/docs/API-reference/api/{x-components.highlight.md → x-components.highlight_2.md} +2 -2
  310. package/docs/API-reference/api/x-components.historyqueries.md +1 -1
  311. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -12
  312. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -6
  313. package/docs/API-reference/api/x-components.historyqueriesactions.md +12 -12
  314. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -6
  315. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -13
  316. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -13
  317. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -13
  318. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +2 -13
  319. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +2 -13
  320. package/docs/API-reference/api/x-components.historyqueriesmutations.md +8 -8
  321. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -13
  322. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +2 -13
  323. package/docs/API-reference/api/x-components.historyqueriesmutations.setsearchselectedfilters.md +2 -13
  324. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -13
  325. package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
  326. package/docs/API-reference/api/x-components.historyqueriesswitch.md +1 -1
  327. package/docs/API-reference/api/x-components.historyquery.md +1 -1
  328. package/docs/API-reference/api/x-components.identifierresult.md +2 -2
  329. package/docs/API-reference/api/x-components.identifierresults.md +1 -1
  330. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +3 -7
  331. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -13
  332. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -15
  333. package/docs/API-reference/api/x-components.identifierresultsactions.md +9 -9
  334. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -13
  335. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -13
  336. package/docs/API-reference/api/x-components.identifierresultsmutations.md +7 -7
  337. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -13
  338. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -13
  339. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +2 -13
  340. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
  341. package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
  342. package/docs/API-reference/api/x-components.initwrapper.bus.md +1 -1
  343. package/docs/API-reference/api/x-components.initwrapper.md +1 -1
  344. package/docs/API-reference/api/x-components.installxoptions.bus.md +1 -1
  345. package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
  346. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -14
  347. package/docs/API-reference/api/x-components.installxoptions.md +3 -8
  348. package/docs/API-reference/api/x-components.isios.md +19 -0
  349. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
  350. package/docs/API-reference/api/x-components.mainmodal.md +4 -4
  351. package/docs/API-reference/api/x-components.mainscrollitem.md +5 -5
  352. package/docs/API-reference/api/x-components.md +143 -84
  353. package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
  354. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -2
  355. package/docs/API-reference/api/x-components.myhistory.md +1 -1
  356. package/docs/API-reference/api/x-components.nextqueries.md +1 -1
  357. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +3 -7
  358. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -13
  359. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +3 -14
  360. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -15
  361. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +3 -16
  362. package/docs/API-reference/api/x-components.nextqueriesactions.md +11 -11
  363. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -13
  364. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -13
  365. package/docs/API-reference/api/x-components.nextqueriesmutations.md +12 -12
  366. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +2 -6
  367. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -13
  368. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +2 -13
  369. package/docs/API-reference/api/x-components.nextqueriesmutations.setrelatedtags.md +2 -13
  370. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +2 -13
  371. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -13
  372. package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
  373. package/docs/API-reference/api/x-components.numbercomparatorfn.md +13 -0
  374. package/docs/API-reference/api/x-components.pageselector.md +80 -0
  375. package/docs/API-reference/api/x-components.partialresultslist.md +1 -1
  376. package/docs/API-reference/api/x-components.popularsearches.md +1 -1
  377. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +3 -7
  378. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -13
  379. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -15
  380. package/docs/API-reference/api/x-components.popularsearchesactions.md +6 -6
  381. package/docs/API-reference/api/x-components.popularsearchesmutations.md +7 -7
  382. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +2 -13
  383. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -13
  384. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -13
  385. package/docs/API-reference/api/x-components.promoted.md +1 -1
  386. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +2 -13
  387. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +2 -15
  388. package/docs/API-reference/api/x-components.queriespreviewactions.md +5 -5
  389. package/docs/API-reference/api/x-components.queriespreviewmutations.addquerypreviewinstance.md +2 -13
  390. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +2 -13
  391. package/docs/API-reference/api/x-components.queriespreviewmutations.md +14 -14
  392. package/docs/API-reference/api/x-components.queriespreviewmutations.removequerypreviewinstance.md +3 -14
  393. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +2 -13
  394. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreviewcached.md +2 -13
  395. package/docs/API-reference/api/x-components.queriespreviewmutations.setselectedquerypreview.md +2 -13
  396. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +2 -13
  397. package/docs/API-reference/api/x-components.queriespreviewmutations.updateaquerypreviewresult.md +4 -15
  398. package/docs/API-reference/api/x-components.queriespreviewxevents.md +1 -0
  399. package/docs/API-reference/api/x-components.queriespreviewxevents.queriespreviewchanged.md +13 -0
  400. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  401. package/docs/API-reference/api/x-components.querymutations.md +20 -0
  402. package/docs/API-reference/api/x-components.querymutations.setquery.md +13 -0
  403. package/docs/API-reference/api/x-components.querypreview.md +4 -4
  404. package/docs/API-reference/api/x-components.querystate.md +20 -0
  405. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  406. package/docs/API-reference/api/x-components.querysuggestion.md +1 -1
  407. package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
  408. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +3 -7
  409. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -13
  410. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -15
  411. package/docs/API-reference/api/x-components.querysuggestionsactions.md +8 -8
  412. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -13
  413. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +1 -1
  414. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
  415. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +7 -7
  416. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +2 -13
  417. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsearchedqueries.md +2 -13
  418. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -13
  419. package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
  420. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +0 -1
  421. package/docs/API-reference/api/x-components.recommendations.md +1 -1
  422. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +3 -7
  423. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -13
  424. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -15
  425. package/docs/API-reference/api/x-components.recommendationsactions.md +6 -6
  426. package/docs/API-reference/api/x-components.recommendationsmutations.md +7 -7
  427. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +2 -13
  428. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -13
  429. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +2 -13
  430. package/docs/API-reference/api/x-components.refreshsession.md +1 -1
  431. package/docs/API-reference/api/x-components.relatedprompt.md +9 -14
  432. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +3 -7
  433. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +2 -13
  434. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +2 -13
  435. package/docs/API-reference/api/x-components.relatedpromptsactions.md +8 -7
  436. package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +13 -0
  437. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +1 -0
  438. package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
  439. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +13 -11
  440. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +2 -6
  441. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +13 -0
  442. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +2 -13
  443. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +2 -13
  444. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +13 -0
  445. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +2 -13
  446. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +2 -13
  447. package/docs/API-reference/api/x-components.relatedpromptsstate.md +2 -1
  448. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
  449. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +73 -0
  450. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +8 -0
  451. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsresponsechanged.md +13 -0
  452. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsunmounted.md +13 -0
  453. package/docs/API-reference/api/x-components.relatedpromptsxevents.reloadrelatedpromptsrequested.md +13 -0
  454. package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
  455. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  456. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  457. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
  458. package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
  459. package/docs/API-reference/api/x-components.relatedtag.md +3 -3
  460. package/docs/API-reference/api/x-components.relatedtags.md +1 -1
  461. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +3 -7
  462. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -13
  463. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -15
  464. package/docs/API-reference/api/x-components.relatedtagsactions.md +9 -9
  465. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -13
  466. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -13
  467. package/docs/API-reference/api/x-components.relatedtagsmutations.md +7 -7
  468. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +2 -13
  469. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -13
  470. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -13
  471. package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
  472. package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
  473. package/docs/API-reference/api/x-components.removesearchinputfocus.md +17 -0
  474. package/docs/API-reference/api/x-components.resetrequestonrefinement.md +1 -1
  475. package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +1 -1
  476. package/docs/API-reference/api/x-components.resultfeature.md +1 -1
  477. package/docs/API-reference/api/x-components.resultvariantselector.md +1 -1
  478. package/docs/API-reference/api/x-components.sanitize.md +14 -1
  479. package/docs/API-reference/api/x-components.saveaiorigin.md +13 -0
  480. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +1 -1
  481. package/docs/API-reference/api/x-components.savequery.md +1 -1
  482. package/docs/API-reference/api/x-components.savesearchorigin.md +1 -1
  483. package/docs/API-reference/api/x-components.savesearchresponse.md +1 -1
  484. package/docs/API-reference/api/x-components.scroll.md +1 -1
  485. package/docs/API-reference/api/x-components.scrollmutations.md +5 -5
  486. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -13
  487. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -13
  488. package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
  489. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +5 -5
  490. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -13
  491. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -13
  492. package/docs/API-reference/api/x-components.scrollxevents.md +8 -8
  493. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
  494. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
  495. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
  496. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
  497. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
  498. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
  499. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
  500. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
  501. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +3 -7
  502. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -13
  503. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +2 -15
  504. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +3 -6
  505. package/docs/API-reference/api/x-components.searchactions.md +12 -12
  506. package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +2 -13
  507. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -13
  508. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -13
  509. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -13
  510. package/docs/API-reference/api/x-components.searchboxactions.md +5 -5
  511. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +2 -13
  512. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -13
  513. package/docs/API-reference/api/x-components.searchboxmutations.md +5 -5
  514. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +2 -13
  515. package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
  516. package/docs/API-reference/api/x-components.searchboxxevents.md +12 -12
  517. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
  518. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
  519. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
  520. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
  521. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
  522. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +1 -1
  523. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +1 -1
  524. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
  525. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
  526. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
  527. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
  528. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
  529. package/docs/API-reference/api/x-components.searchbutton.md +1 -1
  530. package/docs/API-reference/api/x-components.searchconfig.md +1 -0
  531. package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
  532. package/docs/API-reference/api/x-components.searchinput.md +1 -1
  533. package/docs/API-reference/api/x-components.searchinputplaceholder.md +2 -2
  534. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -13
  535. package/docs/API-reference/api/x-components.searchmutations.md +30 -30
  536. package/docs/API-reference/api/x-components.searchmutations.resetstate.md +3 -7
  537. package/docs/API-reference/api/x-components.searchmutations.resetstateforreload.md +3 -7
  538. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -13
  539. package/docs/API-reference/api/x-components.searchmutations.setdisplaytagging.md +2 -13
  540. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -13
  541. package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +2 -13
  542. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -13
  543. package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +2 -13
  544. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -13
  545. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -13
  546. package/docs/API-reference/api/x-components.searchmutations.setparams.md +2 -13
  547. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -13
  548. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -13
  549. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +2 -13
  550. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -13
  551. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -13
  552. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -13
  553. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -13
  554. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -13
  555. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -13
  556. package/docs/API-reference/api/x-components.searchmutations.setstats.md +2 -13
  557. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -13
  558. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +2 -13
  559. package/docs/API-reference/api/x-components.searchstate.md +1 -1
  560. package/docs/API-reference/api/x-components.searchxevents.md +1 -0
  561. package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
  562. package/docs/API-reference/api/x-components.selectedfilters.md +2 -2
  563. package/docs/API-reference/api/x-components.selectedfilterslist.md +2 -2
  564. package/docs/API-reference/api/x-components.semanticqueries.md +1 -1
  565. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +2 -13
  566. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +2 -15
  567. package/docs/API-reference/api/x-components.semanticqueriesactions.md +5 -5
  568. package/docs/API-reference/api/x-components.semanticqueriesgetters.md +1 -0
  569. package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
  570. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +8 -7
  571. package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +2 -13
  572. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +2 -13
  573. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +13 -0
  574. package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +2 -13
  575. package/docs/API-reference/api/x-components.semanticqueriesstate.md +2 -1
  576. package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
  577. package/docs/API-reference/api/x-components.semanticquery.md +1 -1
  578. package/docs/API-reference/api/x-components.setaiurlparams.md +13 -0
  579. package/docs/API-reference/api/x-components.setconfig.md +27 -0
  580. package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
  581. package/docs/API-reference/api/x-components.setquery.md +25 -0
  582. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
  583. package/docs/API-reference/api/x-components.setsearchurlparams.md +1 -1
  584. package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
  585. package/docs/API-reference/api/x-components.simplefilter.md +19 -4
  586. package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -2
  587. package/docs/API-reference/api/x-components.slicedfilters.md +2 -2
  588. package/docs/API-reference/api/x-components.slidingpanel.md +20 -7
  589. package/docs/API-reference/api/x-components.snippetcallbacks.md +18 -3
  590. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +2 -2
  591. package/docs/API-reference/api/x-components.sortdropdown.md +6 -6
  592. package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
  593. package/docs/API-reference/api/x-components.sortlist.md +5 -5
  594. package/docs/API-reference/api/x-components.sortpickerlist.md +5 -5
  595. package/docs/API-reference/api/x-components.spatialnavigation.md +4 -4
  596. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -15
  597. package/docs/API-reference/api/x-components.spellcheck.md +2 -2
  598. package/docs/API-reference/api/x-components.spellcheckbutton.md +1 -1
  599. package/docs/API-reference/api/x-components.stateselector.filter.md +2 -16
  600. package/docs/API-reference/api/x-components.stateselector.md +1 -6
  601. package/docs/API-reference/api/x-components.statusmutations.md +4 -4
  602. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -13
  603. package/docs/API-reference/api/x-components.storemodulestateandgetters.getters.md +11 -0
  604. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +9 -6
  605. package/docs/API-reference/api/x-components.storemodulestateandgetters.state.md +11 -0
  606. package/docs/API-reference/api/x-components.subjectpayload.eventpayload.md +13 -0
  607. package/docs/API-reference/api/x-components.subjectpayload.md +21 -0
  608. package/docs/API-reference/api/x-components.subjectpayload.metadata.md +13 -0
  609. package/docs/API-reference/api/x-components.tagging.md +6 -6
  610. package/docs/API-reference/api/x-components.taggingactions.md +4 -4
  611. package/docs/API-reference/api/x-components.taggingactions.track.md +2 -13
  612. package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
  613. package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
  614. package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
  615. package/docs/API-reference/api/x-components.taggingmutations.md +7 -7
  616. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -13
  617. package/docs/API-reference/api/x-components.taggingmutations.setnoresultstaggingenabled.md +2 -13
  618. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +2 -13
  619. package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
  620. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
  621. package/docs/API-reference/api/x-components.takenavigationcontrol.direction.md +11 -0
  622. package/docs/API-reference/api/x-components.takenavigationcontrol.md +10 -7
  623. package/docs/API-reference/api/x-components.takenavigationcontrol.modulename.md +11 -0
  624. package/docs/API-reference/api/x-components.takenavigationcontrol.xevent.md +11 -0
  625. package/docs/API-reference/api/x-components.throttlefunction.md +4 -4
  626. package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
  627. package/docs/API-reference/api/x-components.track.md +1 -1
  628. package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +13 -0
  629. package/docs/API-reference/api/x-components.trackaisuggestionssearchwire.md +13 -0
  630. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwire.md +13 -0
  631. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwiredebounced.md +13 -0
  632. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswire.md +6 -1
  633. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswiredebounced.md +6 -1
  634. package/docs/API-reference/api/x-components.trackpromotedclickedwire.md +13 -0
  635. package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
  636. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  637. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  638. package/docs/API-reference/api/x-components.typing.md +13 -0
  639. package/docs/API-reference/api/x-components.typingoptions.md +22 -0
  640. package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
  641. package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
  642. package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
  643. package/docs/API-reference/api/x-components.urlmutations.md +14 -13
  644. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -13
  645. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +2 -13
  646. package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -13
  647. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -13
  648. package/docs/API-reference/api/x-components.urlmutations.setprompt.md +13 -0
  649. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -13
  650. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -13
  651. package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -13
  652. package/docs/API-reference/api/x-components.urlparams.md +1 -0
  653. package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
  654. package/docs/API-reference/api/x-components.urlstate.md +1 -1
  655. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
  656. package/docs/API-reference/api/x-components.urlxevents.md +4 -4
  657. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  658. package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +1 -1
  659. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +1 -1
  660. package/docs/API-reference/api/x-components.use_x.md +4 -4
  661. package/docs/API-reference/api/x-components.useemitdisplayevent.md +2 -2
  662. package/docs/API-reference/api/x-components.usegetter.md +3 -17
  663. package/docs/API-reference/api/x-components.useondisplay.md +2 -2
  664. package/docs/API-reference/api/x-components.usequeriespreview.md +7 -1
  665. package/docs/API-reference/api/x-components.usestate.md +5 -4
  666. package/docs/API-reference/api/x-components.usexbus.md +4 -4
  667. package/docs/API-reference/api/x-components.wire.md +1 -1
  668. package/docs/API-reference/api/x-components.wirepayload.md +1 -1
  669. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -13
  670. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -13
  671. package/docs/API-reference/api/x-components.xactioncontext.md +2 -9
  672. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +2 -12
  673. package/docs/API-reference/api/x-components.xapi.getsnippetconfig.md +2 -8
  674. package/docs/API-reference/api/x-components.xapi.init.md +2 -13
  675. package/docs/API-reference/api/x-components.xapi.md +9 -9
  676. package/docs/API-reference/api/x-components.xapi.search.md +2 -13
  677. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +2 -13
  678. package/docs/API-reference/api/x-components.xbus.emit.md +13 -0
  679. package/docs/API-reference/api/x-components.xbus.md +21 -0
  680. package/docs/API-reference/api/x-components.xbus.on.md +13 -0
  681. package/docs/API-reference/api/x-components.xcomponentapi.md +1 -1
  682. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -13
  683. package/docs/API-reference/api/x-components.xcomponentbusapi.md +3 -9
  684. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -0
  685. package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
  686. package/docs/API-reference/api/x-components.xinstaller.init.md +1 -1
  687. package/docs/API-reference/api/x-components.xmodulestree.ai.md +11 -0
  688. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  689. package/docs/API-reference/api/x-components.xplugin._constructor_.md +1 -1
  690. package/docs/API-reference/api/x-components.xplugin.adapter.md +1 -1
  691. package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
  692. package/docs/API-reference/api/x-components.xprioritybus._constructor_.md +25 -0
  693. package/docs/API-reference/api/x-components.xprioritybus.emit.md +28 -0
  694. package/docs/API-reference/api/x-components.xprioritybus.md +28 -0
  695. package/docs/API-reference/api/x-components.xprioritybus.on.md +27 -0
  696. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.md +22 -0
  697. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.priority.md +11 -0
  698. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.replaceable.md +11 -0
  699. package/docs/API-reference/api/x-components.xpriorityqueue.md +22 -0
  700. package/docs/API-reference/api/x-components.xpriorityqueue.pop.md +13 -0
  701. package/docs/API-reference/api/x-components.xpriorityqueue.push.md +13 -0
  702. package/docs/API-reference/api/x-components.xpriorityqueue.size.md +13 -0
  703. package/docs/API-reference/api/x-components.xpriorityqueuenode.data.md +13 -0
  704. package/docs/API-reference/api/x-components.xpriorityqueuenode.key.md +13 -0
  705. package/docs/API-reference/api/x-components.xpriorityqueuenode.md +22 -0
  706. package/docs/API-reference/api/x-components.xpriorityqueuenode.priority.md +13 -0
  707. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventmetadata.md +13 -0
  708. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventpayload.md +13 -0
  709. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.md +23 -0
  710. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.replaceable.md +13 -0
  711. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.resolve.md +13 -0
  712. package/docs/API-reference/api/x-types.aiquestion.content.md +14 -0
  713. package/docs/API-reference/api/x-types.aiquestion.expanded.md +11 -0
  714. package/docs/API-reference/api/x-types.aiquestion.id.md +11 -0
  715. package/docs/API-reference/api/x-types.aiquestion.md +28 -0
  716. package/docs/API-reference/api/x-types.aiquestion.metadata.md +17 -0
  717. package/docs/API-reference/api/x-types.aiquestion.responsetext.md +11 -0
  718. package/docs/API-reference/api/x-types.aiquestion.suggestionimageurl.md +11 -0
  719. package/docs/API-reference/api/x-types.aiquestion.suggestiontext.md +11 -0
  720. package/docs/API-reference/api/x-types.aiquestion.tagging.md +19 -0
  721. package/docs/API-reference/api/x-types.aiquestion.type.md +11 -0
  722. package/docs/API-reference/api/x-types.aiquestionsrequest.lang.md +11 -0
  723. package/docs/API-reference/api/x-types.aiquestionsrequest.md +22 -0
  724. package/docs/API-reference/api/x-types.aiquestionsrequest.query.md +11 -0
  725. package/docs/API-reference/api/x-types.aiquestionsresponse.context.md +16 -0
  726. package/docs/API-reference/api/x-types.aiquestionsresponse.items.md +11 -0
  727. package/docs/API-reference/api/x-types.aiquestionsresponse.md +25 -0
  728. package/docs/API-reference/api/x-types.aiquestionsresponse.numitems.md +11 -0
  729. package/docs/API-reference/api/x-types.aiquestionsresponse.resolved.md +11 -0
  730. package/docs/API-reference/api/x-types.aiquestionsresponse.taskid.md +11 -0
  731. package/docs/API-reference/api/x-types.aiquestionsresponse.totalitems.md +11 -0
  732. package/docs/API-reference/api/x-types.aisuggestionsearch.md +23 -0
  733. package/docs/API-reference/api/x-types.aisuggestionsearch.numfound.md +11 -0
  734. package/docs/API-reference/api/x-types.aisuggestionsearch.query.md +11 -0
  735. package/docs/API-reference/api/x-types.aisuggestionsearch.results.md +11 -0
  736. package/docs/API-reference/api/x-types.aisuggestionsearch.tagging.md +13 -0
  737. package/docs/API-reference/api/x-types.aisuggestionsrequest.md +21 -0
  738. package/docs/API-reference/api/x-types.aisuggestionsrequest.query.md +11 -0
  739. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +21 -0
  740. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.queries.md +14 -0
  741. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.md +20 -0
  742. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.suggestions.md +11 -0
  743. package/docs/API-reference/api/x-types.aitasksrequest.md +21 -0
  744. package/docs/API-reference/api/x-types.aitasksrequest.taskid.md +11 -0
  745. package/docs/API-reference/api/x-types.aitasksresponse.md +21 -0
  746. package/docs/API-reference/api/x-types.aitasksresponse.result.md +11 -0
  747. package/docs/API-reference/api/x-types.aitasksresponse.steps.md +11 -0
  748. package/docs/API-reference/api/x-types.md +12 -1
  749. package/docs/API-reference/api/x-types.relatedprompt.md +5 -1
  750. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
  751. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  752. package/docs/API-reference/api/x-types.relatedprompt.suggestionimageurl.md +13 -0
  753. package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
  754. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  755. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
  756. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  757. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  758. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  759. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  760. package/docs/API-reference/api/x-types.stats.md +1 -1
  761. package/docs/API-reference/api/x-types.stats.price.md +2 -2
  762. package/docs/API-reference/api/x-types.stepempathising.md +21 -0
  763. package/docs/API-reference/api/x-types.stepempathising.stepdescription.md +11 -0
  764. package/docs/API-reference/api/x-types.stepempathising.stepname.md +11 -0
  765. package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +11 -0
  766. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestions.md +11 -0
  767. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestionssearch.md +11 -0
  768. package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +11 -0
  769. package/docs/API-reference/api/x-types.xcomponentsadapter.md +6 -0
  770. package/docs/API-reference/components/ai/x-components.ai-overview.md +33 -0
  771. package/docs/API-reference/components/common/animations/x-components.animate-width.md +14 -14
  772. package/docs/API-reference/components/common/animations/x-components.change-height.md +13 -0
  773. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +2 -2
  774. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +2 -2
  775. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +2 -2
  776. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +2 -2
  777. package/docs/API-reference/components/common/animations/x-components.fade.md +11 -11
  778. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +2 -2
  779. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +36 -35
  780. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +53 -53
  781. package/docs/API-reference/components/common/currency/x-components.base-currency.md +130 -129
  782. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -13
  783. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +2 -1
  784. package/docs/API-reference/components/common/icons/x-components.ai-star.md +7 -0
  785. package/docs/API-reference/components/common/icons/x-components.spinner.md +7 -0
  786. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +18 -18
  787. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +18 -18
  788. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +33 -36
  789. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +20 -18
  790. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +19 -19
  791. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +22 -22
  792. package/docs/API-reference/components/common/modals/x-components.base-modal.md +44 -44
  793. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +10 -10
  794. package/docs/API-reference/components/common/modals/x-components.main-modal.md +30 -30
  795. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +10 -10
  796. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +2 -2
  797. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +18 -17
  798. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +18 -18
  799. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +70 -70
  800. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +2 -2
  801. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +2 -1
  802. package/docs/API-reference/components/common/result/x-components.base-result-image.md +18 -18
  803. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +16 -16
  804. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +118 -118
  805. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +149 -149
  806. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +102 -102
  807. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +62 -62
  808. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +50 -49
  809. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +84 -84
  810. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +21 -21
  811. package/docs/API-reference/components/common/x-components.base-dropdown.md +19 -19
  812. package/docs/API-reference/components/common/x-components.base-event-button.md +5 -4
  813. package/docs/API-reference/components/common/x-components.base-grid.md +6 -5
  814. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +10 -10
  815. package/docs/API-reference/components/common/x-components.base-rating.md +2 -1
  816. package/docs/API-reference/components/common/x-components.base-slider.md +75 -73
  817. package/docs/API-reference/components/common/x-components.base-switch.md +27 -26
  818. package/docs/API-reference/components/common/x-components.base-teleport.md +70 -0
  819. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +86 -85
  820. package/docs/API-reference/components/common/x-components.display-click-provider.md +17 -0
  821. package/docs/API-reference/components/common/x-components.display-emitter.md +7 -7
  822. package/docs/API-reference/components/common/x-components.global-x-bus.md +14 -13
  823. package/docs/API-reference/components/common/x-components.highlight.md +26 -26
  824. package/docs/API-reference/components/common/x-components.items-list.md +2 -2
  825. package/docs/API-reference/components/common/x-components.location-provider.md +11 -10
  826. package/docs/API-reference/components/common/x-components.page-loader-button.md +39 -39
  827. package/docs/API-reference/components/common/x-components.page-selector.md +137 -0
  828. package/docs/API-reference/components/common/x-components.sliding-panel.md +115 -113
  829. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +7 -7
  830. package/docs/API-reference/components/device/x-components.device-detector.md +57 -57
  831. package/docs/API-reference/components/empathize/x-components.empathize.md +40 -14
  832. package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +8 -8
  833. package/docs/API-reference/components/extra-params/x-components.extra-params.md +16 -15
  834. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +17 -16
  835. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +23 -23
  836. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +40 -39
  837. package/docs/API-reference/components/facets/x-components.facets/facets.md +46 -46
  838. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +5 -4
  839. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +87 -87
  840. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +105 -105
  841. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +66 -66
  842. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +15 -14
  843. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +78 -78
  844. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +84 -84
  845. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +2 -1
  846. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +1 -1
  847. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +22 -22
  848. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +4 -4
  849. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +15 -14
  850. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -19
  851. package/docs/API-reference/components/facets/x-components.preselected-filters.md +24 -24
  852. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +18 -17
  853. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +35 -35
  854. package/docs/API-reference/components/history-queries/x-components.history-queries.md +70 -70
  855. package/docs/API-reference/components/history-queries/x-components.history-query.md +67 -67
  856. package/docs/API-reference/components/history-queries/x-components.my-history.md +74 -74
  857. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +3 -2
  858. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +2 -2
  859. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +14 -13
  860. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +52 -52
  861. package/docs/API-reference/components/next-queries/x-components.next-queries.md +53 -53
  862. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +80 -80
  863. package/docs/API-reference/components/next-queries/x-components.next-query.md +37 -37
  864. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +35 -35
  865. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +45 -44
  866. package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +29 -28
  867. package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +43 -42
  868. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +60 -60
  869. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +53 -53
  870. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +58 -58
  871. package/docs/API-reference/components/recommendations/x-components.recommendations.md +41 -40
  872. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +8 -15
  873. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +67 -74
  874. package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +32 -0
  875. package/docs/API-reference/components/related-tags/x-components.related-tag.md +59 -59
  876. package/docs/API-reference/components/related-tags/x-components.related-tags.md +72 -71
  877. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +18 -17
  878. package/docs/API-reference/components/scroll/x-components.main-scroll.md +49 -48
  879. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +10 -10
  880. package/docs/API-reference/components/scroll/x-components.scroll.md +59 -59
  881. package/docs/API-reference/components/search/x-components.banner.md +36 -36
  882. package/docs/API-reference/components/search/x-components.banners-list.md +59 -58
  883. package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +8 -8
  884. package/docs/API-reference/components/search/x-components.partial-query-button.md +9 -9
  885. package/docs/API-reference/components/search/x-components.partial-results-list.md +5 -5
  886. package/docs/API-reference/components/search/x-components.promoted.md +42 -42
  887. package/docs/API-reference/components/search/x-components.promoteds-list.md +61 -60
  888. package/docs/API-reference/components/search/x-components.redirection.md +21 -21
  889. package/docs/API-reference/components/search/x-components.results-list.md +62 -61
  890. package/docs/API-reference/components/search/x-components.sort-dropdown.md +24 -24
  891. package/docs/API-reference/components/search/x-components.sort-list.md +24 -24
  892. package/docs/API-reference/components/search/x-components.sort-picker-list.md +34 -34
  893. package/docs/API-reference/components/search/x-components.spellcheck-button.md +3 -3
  894. package/docs/API-reference/components/search/x-components.spellcheck.md +10 -10
  895. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +38 -38
  896. package/docs/API-reference/components/search-box/x-components.search-button.md +43 -43
  897. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +36 -36
  898. package/docs/API-reference/components/search-box/x-components.search-input.md +43 -43
  899. package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +52 -52
  900. package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +36 -35
  901. package/docs/API-reference/components/tagging/x-components.tagging.md +39 -40
  902. package/docs/API-reference/components/url/x-components.url-handler.md +18 -18
  903. package/extra-params/index.js +1 -1
  904. package/facets/index.js +23 -23
  905. package/history-queries/index.js +1 -1
  906. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +12 -12
  907. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -1
  908. package/js/components/animations/animate-scale/animate-scale.factory.js +12 -12
  909. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -1
  910. package/js/components/animations/animate-translate/animate-translate.factory.js +12 -12
  911. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -1
  912. package/js/components/animations/animate-width.vue.js.map +1 -1
  913. package/js/components/animations/animate-width.vue2.js +7 -7
  914. package/js/components/animations/animate-width.vue2.js.map +1 -1
  915. package/js/components/animations/change-height.vue.js +23 -0
  916. package/js/components/animations/change-height.vue.js.map +1 -0
  917. package/js/components/animations/change-height.vue2.js +32 -0
  918. package/js/components/animations/change-height.vue2.js.map +1 -0
  919. package/js/components/animations/collapse-height.vue.js +6 -6
  920. package/js/components/animations/collapse-height.vue.js.map +1 -1
  921. package/js/components/animations/collapse-height.vue2.js +21 -21
  922. package/js/components/animations/collapse-height.vue2.js.map +1 -1
  923. package/js/components/animations/collapse-height.vue3.js +1 -1
  924. package/js/components/animations/collapse-width.vue.js +4 -4
  925. package/js/components/animations/collapse-width.vue.js.map +1 -1
  926. package/js/components/animations/collapse-width.vue2.js +21 -21
  927. package/js/components/animations/collapse-width.vue2.js.map +1 -1
  928. package/js/components/animations/create-directional-animation-factory.js +20 -20
  929. package/js/components/animations/create-directional-animation-factory.js.map +1 -1
  930. package/js/components/animations/cross-fade.vue.js.map +1 -1
  931. package/js/components/animations/cross-fade.vue2.js +17 -17
  932. package/js/components/animations/cross-fade.vue2.js.map +1 -1
  933. package/js/components/animations/fade-and-slide.vue.js +1 -2
  934. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  935. package/js/components/animations/fade-and-slide.vue2.js +29 -29
  936. package/js/components/animations/fade-and-slide.vue2.js.map +1 -1
  937. package/js/components/animations/fade.vue.js.map +1 -1
  938. package/js/components/animations/fade.vue2.js +15 -15
  939. package/js/components/animations/fade.vue2.js.map +1 -1
  940. package/js/components/animations/no-animation.vue.js +9 -9
  941. package/js/components/animations/no-animation.vue.js.map +1 -1
  942. package/js/components/animations/staggered-fade-and-slide.vue.js +4 -4
  943. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  944. package/js/components/animations/staggered-fade-and-slide.vue2.js +97 -97
  945. package/js/components/animations/staggered-fade-and-slide.vue2.js.map +1 -1
  946. package/js/components/animations/use-collapse-animation.js +54 -54
  947. package/js/components/animations/use-collapse-animation.js.map +1 -1
  948. package/js/components/animations/use-disable-animation.js +20 -20
  949. package/js/components/animations/use-disable-animation.js.map +1 -1
  950. package/js/components/auto-progress-bar.vue.js.map +1 -1
  951. package/js/components/auto-progress-bar.vue2.js +43 -43
  952. package/js/components/auto-progress-bar.vue2.js.map +1 -1
  953. package/js/components/base-dropdown.vue.js +15 -17
  954. package/js/components/base-dropdown.vue.js.map +1 -1
  955. package/js/components/base-dropdown.vue2.js +273 -278
  956. package/js/components/base-dropdown.vue2.js.map +1 -1
  957. package/js/components/base-event-button.vue.js +3 -4
  958. package/js/components/base-event-button.vue.js.map +1 -1
  959. package/js/components/base-event-button.vue2.js +40 -40
  960. package/js/components/base-event-button.vue2.js.map +1 -1
  961. package/js/components/base-grid.vue.js +11 -18
  962. package/js/components/base-grid.vue.js.map +1 -1
  963. package/js/components/base-grid.vue2.js +118 -120
  964. package/js/components/base-grid.vue2.js.map +1 -1
  965. package/js/components/base-grid.vue3.js +1 -1
  966. package/js/components/base-keyboard-navigation.vue.js +3 -4
  967. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  968. package/js/components/base-keyboard-navigation.vue2.js +121 -121
  969. package/js/components/base-keyboard-navigation.vue2.js.map +1 -1
  970. package/js/components/base-rating.vue.js +1 -3
  971. package/js/components/base-rating.vue.js.map +1 -1
  972. package/js/components/base-rating.vue2.js +57 -57
  973. package/js/components/base-rating.vue2.js.map +1 -1
  974. package/js/components/base-rating.vue3.js +1 -1
  975. package/js/components/base-slider.vue.js +17 -19
  976. package/js/components/base-slider.vue.js.map +1 -1
  977. package/js/components/base-slider.vue2.js +102 -97
  978. package/js/components/base-slider.vue2.js.map +1 -1
  979. package/js/components/base-slider.vue3.js +1 -1
  980. package/js/components/base-switch.vue.js +2 -2
  981. package/js/components/base-switch.vue.js.map +1 -1
  982. package/js/components/base-switch.vue2.js +47 -51
  983. package/js/components/base-switch.vue2.js.map +1 -1
  984. package/js/components/base-teleport.vue.js +17 -0
  985. package/js/components/base-teleport.vue.js.map +1 -0
  986. package/js/components/base-teleport.vue2.js +148 -0
  987. package/js/components/base-teleport.vue2.js.map +1 -0
  988. package/js/components/base-variable-column-grid.vue.js +1 -2
  989. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  990. package/js/components/base-variable-column-grid.vue2.js +74 -74
  991. package/js/components/base-variable-column-grid.vue2.js.map +1 -1
  992. package/js/components/column-picker/base-column-picker-dropdown.vue.js +5 -7
  993. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  994. package/js/components/column-picker/base-column-picker-dropdown.vue2.js +80 -80
  995. package/js/components/column-picker/base-column-picker-dropdown.vue2.js.map +1 -1
  996. package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
  997. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  998. package/js/components/column-picker/base-column-picker-list.vue2.js +82 -82
  999. package/js/components/column-picker/base-column-picker-list.vue2.js.map +1 -1
  1000. package/js/components/currency/base-currency.vue.js.map +1 -1
  1001. package/js/components/currency/base-currency.vue2.js +87 -87
  1002. package/js/components/currency/base-currency.vue2.js.map +1 -1
  1003. package/js/components/decorators/injection.consts.js +41 -41
  1004. package/js/components/decorators/injection.consts.js.map +1 -1
  1005. package/js/components/display-click-provider.vue.js +82 -0
  1006. package/js/components/display-click-provider.vue.js.map +1 -0
  1007. package/js/components/display-click-provider.vue2.js +6 -0
  1008. package/js/components/display-click-provider.vue2.js.map +1 -0
  1009. package/js/components/display-emitter.vue.js +37 -37
  1010. package/js/components/display-emitter.vue.js.map +1 -1
  1011. package/js/components/filters/labels/base-price-filter-label.vue.js +80 -80
  1012. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1013. package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
  1014. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1015. package/js/components/filters/labels/base-rating-filter-label.vue2.js +46 -46
  1016. package/js/components/filters/labels/base-rating-filter-label.vue2.js.map +1 -1
  1017. package/js/components/global-x-bus.vue.js +27 -27
  1018. package/js/components/global-x-bus.vue.js.map +1 -1
  1019. package/js/components/highlight.vue.js +6 -6
  1020. package/js/components/highlight.vue.js.map +1 -1
  1021. package/js/components/highlight.vue2.js +115 -115
  1022. package/js/components/highlight.vue2.js.map +1 -1
  1023. package/js/components/icons/ai-star.vue.js +38 -0
  1024. package/js/components/icons/ai-star.vue.js.map +1 -0
  1025. package/js/components/icons/arrow-down.vue.js +1 -1
  1026. package/js/components/icons/arrow-down.vue.js.map +1 -1
  1027. package/js/components/icons/arrow-left.vue.js +1 -1
  1028. package/js/components/icons/arrow-left.vue.js.map +1 -1
  1029. package/js/components/icons/arrow-right.vue.js +3 -3
  1030. package/js/components/icons/arrow-right.vue.js.map +1 -1
  1031. package/js/components/icons/arrow-up.vue.js +1 -1
  1032. package/js/components/icons/arrow-up.vue.js.map +1 -1
  1033. package/js/components/icons/bag.vue.js +1 -1
  1034. package/js/components/icons/bag.vue.js.map +1 -1
  1035. package/js/components/icons/bar-code.vue.js +1 -1
  1036. package/js/components/icons/bar-code.vue.js.map +1 -1
  1037. package/js/components/icons/barcode-tiny.vue.js +1 -1
  1038. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1039. package/js/components/icons/cart-filled.vue.js +1 -1
  1040. package/js/components/icons/cart-filled.vue.js.map +1 -1
  1041. package/js/components/icons/cart.vue.js +1 -1
  1042. package/js/components/icons/cart.vue.js.map +1 -1
  1043. package/js/components/icons/check-tiny.vue.js +1 -1
  1044. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1045. package/js/components/icons/check.vue.js +1 -1
  1046. package/js/components/icons/check.vue.js.map +1 -1
  1047. package/js/components/icons/checkbox-selected-filled.vue.js +1 -1
  1048. package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -1
  1049. package/js/components/icons/checkbox-selected.vue.js +1 -1
  1050. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1051. package/js/components/icons/checkbox-unselected-filled.vue.js +1 -1
  1052. package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -1
  1053. package/js/components/icons/checkbox-unselected.vue.js +1 -1
  1054. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1055. package/js/components/icons/chevron-down.vue.js +3 -3
  1056. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1057. package/js/components/icons/chevron-left.vue.js +1 -1
  1058. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1059. package/js/components/icons/chevron-right.vue.js +1 -1
  1060. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1061. package/js/components/icons/chevron-tiny-down.vue.js +1 -1
  1062. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1063. package/js/components/icons/chevron-tiny-left.vue.js +1 -1
  1064. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1065. package/js/components/icons/chevron-tiny-right.vue.js +1 -1
  1066. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1067. package/js/components/icons/chevron-tiny-up.vue.js +1 -1
  1068. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1069. package/js/components/icons/chevron-up.vue.js +1 -1
  1070. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1071. package/js/components/icons/corner-arrow-left.vue.js +1 -1
  1072. package/js/components/icons/corner-arrow-left.vue.js.map +1 -1
  1073. package/js/components/icons/corner-arrow-right.vue.js +1 -1
  1074. package/js/components/icons/corner-arrow-right.vue.js.map +1 -1
  1075. package/js/components/icons/cross-tiny.vue.js +1 -1
  1076. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1077. package/js/components/icons/cross.vue.js +1 -1
  1078. package/js/components/icons/cross.vue.js.map +1 -1
  1079. package/js/components/icons/curated-check-filled.vue.js +1 -1
  1080. package/js/components/icons/curated-check-filled.vue.js.map +1 -1
  1081. package/js/components/icons/curated-check-tiny-filled.vue.js +1 -1
  1082. package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -1
  1083. package/js/components/icons/curated-check-tiny.vue.js +1 -1
  1084. package/js/components/icons/curated-check-tiny.vue.js.map +1 -1
  1085. package/js/components/icons/curated-check.vue.js +1 -1
  1086. package/js/components/icons/curated-check.vue.js.map +1 -1
  1087. package/js/components/icons/diagonal-arrow-left-down.vue.js +1 -1
  1088. package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -1
  1089. package/js/components/icons/diagonal-arrow-left-top.vue.js +1 -1
  1090. package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -1
  1091. package/js/components/icons/diagonal-arrow-right-down.vue.js +1 -1
  1092. package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -1
  1093. package/js/components/icons/diagonal-arrow-right-top.vue.js +1 -1
  1094. package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -1
  1095. package/js/components/icons/filters.vue.js +1 -1
  1096. package/js/components/icons/filters.vue.js.map +1 -1
  1097. package/js/components/icons/grid-1-col.vue.js +1 -1
  1098. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1099. package/js/components/icons/grid-2-col.vue.js +1 -1
  1100. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1101. package/js/components/icons/grid-2-rows.vue.js +1 -1
  1102. package/js/components/icons/grid-2-rows.vue.js.map +1 -1
  1103. package/js/components/icons/grid-4-col.vue.js +1 -1
  1104. package/js/components/icons/grid-4-col.vue.js.map +1 -1
  1105. package/js/components/icons/heart-filled.vue.js +1 -1
  1106. package/js/components/icons/heart-filled.vue.js.map +1 -1
  1107. package/js/components/icons/heart.vue.js +1 -1
  1108. package/js/components/icons/heart.vue.js.map +1 -1
  1109. package/js/components/icons/hide.vue.js +1 -1
  1110. package/js/components/icons/hide.vue.js.map +1 -1
  1111. package/js/components/icons/history-tiny.vue.js +1 -1
  1112. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1113. package/js/components/icons/history.vue.js +1 -1
  1114. package/js/components/icons/history.vue.js.map +1 -1
  1115. package/js/components/icons/light-bulb-off.vue.js +1 -1
  1116. package/js/components/icons/light-bulb-off.vue.js.map +1 -1
  1117. package/js/components/icons/light-bulb-on.vue.js +1 -1
  1118. package/js/components/icons/light-bulb-on.vue.js.map +1 -1
  1119. package/js/components/icons/menu.vue.js +1 -1
  1120. package/js/components/icons/menu.vue.js.map +1 -1
  1121. package/js/components/icons/minus-tiny.vue.js +1 -1
  1122. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1123. package/js/components/icons/minus.vue.js +1 -1
  1124. package/js/components/icons/minus.vue.js.map +1 -1
  1125. package/js/components/icons/plus-tiny.vue.js +1 -1
  1126. package/js/components/icons/plus-tiny.vue.js.map +1 -1
  1127. package/js/components/icons/plus.vue.js +1 -1
  1128. package/js/components/icons/plus.vue.js.map +1 -1
  1129. package/js/components/icons/radiobutton-selected.vue.js +1 -1
  1130. package/js/components/icons/radiobutton-selected.vue.js.map +1 -1
  1131. package/js/components/icons/radiobutton-unselected.vue.js +1 -1
  1132. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -1
  1133. package/js/components/icons/search-tiny.vue.js +1 -1
  1134. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1135. package/js/components/icons/search.vue.js +1 -1
  1136. package/js/components/icons/search.vue.js.map +1 -1
  1137. package/js/components/icons/settings.vue.js +1 -1
  1138. package/js/components/icons/settings.vue.js.map +1 -1
  1139. package/js/components/icons/show.vue.js +1 -1
  1140. package/js/components/icons/show.vue.js.map +1 -1
  1141. package/js/components/icons/sort-az.vue.js +1 -1
  1142. package/js/components/icons/sort-az.vue.js.map +1 -1
  1143. package/js/components/icons/sort-price-down.vue.js +1 -1
  1144. package/js/components/icons/sort-price-down.vue.js.map +1 -1
  1145. package/js/components/icons/sort-price-up.vue.js +1 -1
  1146. package/js/components/icons/sort-price-up.vue.js.map +1 -1
  1147. package/js/components/icons/sort-relevancy.vue.js +1 -1
  1148. package/js/components/icons/sort-relevancy.vue.js.map +1 -1
  1149. package/js/components/icons/sort-za.vue.js +1 -1
  1150. package/js/components/icons/sort-za.vue.js.map +1 -1
  1151. package/js/components/icons/spinner.vue.js +22 -0
  1152. package/js/components/icons/spinner.vue.js.map +1 -0
  1153. package/js/components/icons/star-filled.vue.js +1 -1
  1154. package/js/components/icons/star-filled.vue.js.map +1 -1
  1155. package/js/components/icons/star.vue.js +1 -1
  1156. package/js/components/icons/star.vue.js.map +1 -1
  1157. package/js/components/icons/tag-filled.vue.js +1 -1
  1158. package/js/components/icons/tag-filled.vue.js.map +1 -1
  1159. package/js/components/icons/tag.vue.js +1 -1
  1160. package/js/components/icons/tag.vue.js.map +1 -1
  1161. package/js/components/icons/trash-open.vue.js +1 -1
  1162. package/js/components/icons/trash-open.vue.js.map +1 -1
  1163. package/js/components/icons/trash.vue.js +1 -1
  1164. package/js/components/icons/trash.vue.js.map +1 -1
  1165. package/js/components/icons/trending-tiny.vue.js +1 -1
  1166. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1167. package/js/components/icons/trending.vue.js +1 -1
  1168. package/js/components/icons/trending.vue.js.map +1 -1
  1169. package/js/components/icons/user-filled.vue.js +1 -1
  1170. package/js/components/icons/user-filled.vue.js.map +1 -1
  1171. package/js/components/icons/user.vue.js +1 -1
  1172. package/js/components/icons/user.vue.js.map +1 -1
  1173. package/js/components/items-list.vue.js +1 -2
  1174. package/js/components/items-list.vue.js.map +1 -1
  1175. package/js/components/items-list.vue2.js +40 -40
  1176. package/js/components/items-list.vue2.js.map +1 -1
  1177. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +9 -15
  1178. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  1179. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +31 -31
  1180. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +1 -1
  1181. package/js/components/layouts/fixed-header-and-asides-layout.vue3.js +1 -1
  1182. package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -10
  1183. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1184. package/js/components/layouts/multi-column-max-width-layout.vue2.js +21 -21
  1185. package/js/components/layouts/multi-column-max-width-layout.vue2.js.map +1 -1
  1186. package/js/components/layouts/multi-column-max-width-layout.vue4.js +1 -1
  1187. package/js/components/layouts/single-column-layout.vue.js +9 -17
  1188. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1189. package/js/components/layouts/single-column-layout.vue2.js +21 -21
  1190. package/js/components/layouts/single-column-layout.vue2.js.map +1 -1
  1191. package/js/components/location-provider.vue.js +24 -24
  1192. package/js/components/location-provider.vue.js.map +1 -1
  1193. package/js/components/modals/base-events-modal-close.vue.js +1 -2
  1194. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1195. package/js/components/modals/base-events-modal-close.vue2.js +27 -27
  1196. package/js/components/modals/base-events-modal-close.vue2.js.map +1 -1
  1197. package/js/components/modals/base-events-modal-open.vue.js +1 -2
  1198. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1199. package/js/components/modals/base-events-modal-open.vue2.js +27 -27
  1200. package/js/components/modals/base-events-modal-open.vue2.js.map +1 -1
  1201. package/js/components/modals/base-events-modal.vue.js +4 -4
  1202. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1203. package/js/components/modals/base-events-modal.vue2.js +82 -82
  1204. package/js/components/modals/base-events-modal.vue2.js.map +1 -1
  1205. package/js/components/modals/base-id-modal-close.vue.js +3 -4
  1206. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1207. package/js/components/modals/base-id-modal-close.vue2.js +34 -33
  1208. package/js/components/modals/base-id-modal-close.vue2.js.map +1 -1
  1209. package/js/components/modals/base-id-modal-open.vue.js +3 -4
  1210. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1211. package/js/components/modals/base-id-modal-open.vue2.js +33 -32
  1212. package/js/components/modals/base-id-modal-open.vue2.js.map +1 -1
  1213. package/js/components/modals/base-id-modal.vue.js +4 -4
  1214. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1215. package/js/components/modals/base-id-modal.vue2.js +87 -87
  1216. package/js/components/modals/base-id-modal.vue2.js.map +1 -1
  1217. package/js/components/modals/base-modal.vue.js +6 -6
  1218. package/js/components/modals/base-modal.vue.js.map +1 -1
  1219. package/js/components/modals/base-modal.vue2.js +192 -182
  1220. package/js/components/modals/base-modal.vue2.js.map +1 -1
  1221. package/js/components/modals/close-main-modal.vue.js +2 -2
  1222. package/js/components/modals/close-main-modal.vue.js.map +1 -1
  1223. package/js/components/modals/close-main-modal.vue2.js +20 -20
  1224. package/js/components/modals/close-main-modal.vue2.js.map +1 -1
  1225. package/js/components/modals/main-modal.vue.js +5 -5
  1226. package/js/components/modals/main-modal.vue.js.map +1 -1
  1227. package/js/components/modals/main-modal.vue2.js +48 -48
  1228. package/js/components/modals/main-modal.vue2.js.map +1 -1
  1229. package/js/components/modals/open-main-modal.vue.js +2 -2
  1230. package/js/components/modals/open-main-modal.vue.js.map +1 -1
  1231. package/js/components/modals/open-main-modal.vue2.js +20 -20
  1232. package/js/components/modals/open-main-modal.vue2.js.map +1 -1
  1233. package/js/components/page-loader-button.vue.js +8 -10
  1234. package/js/components/page-loader-button.vue.js.map +1 -1
  1235. package/js/components/page-loader-button.vue2.js +49 -49
  1236. package/js/components/page-loader-button.vue2.js.map +1 -1
  1237. package/js/components/page-loader-button.vue3.js +7 -0
  1238. package/js/components/page-loader-button.vue3.js.map +1 -0
  1239. package/js/components/page-selector.vue.js +78 -0
  1240. package/js/components/page-selector.vue.js.map +1 -0
  1241. package/js/components/page-selector.vue2.js +128 -0
  1242. package/js/components/page-selector.vue2.js.map +1 -0
  1243. package/js/components/page-selector.vue3.js +7 -0
  1244. package/js/components/page-selector.vue3.js.map +1 -0
  1245. package/js/components/panels/base-header-toggle-panel.vue.js +3 -7
  1246. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1247. package/js/components/panels/base-header-toggle-panel.vue2.js +55 -54
  1248. package/js/components/panels/base-header-toggle-panel.vue2.js.map +1 -1
  1249. package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
  1250. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1251. package/js/components/panels/base-id-toggle-panel-button.vue2.js +58 -57
  1252. package/js/components/panels/base-id-toggle-panel-button.vue2.js.map +1 -1
  1253. package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
  1254. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1255. package/js/components/panels/base-id-toggle-panel.vue2.js +76 -75
  1256. package/js/components/panels/base-id-toggle-panel.vue2.js.map +1 -1
  1257. package/js/components/panels/base-tabs-panel.vue.js +5 -8
  1258. package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
  1259. package/js/components/panels/base-tabs-panel.vue2.js +107 -106
  1260. package/js/components/panels/base-tabs-panel.vue2.js.map +1 -1
  1261. package/js/components/panels/base-toggle-panel.vue.js +1 -2
  1262. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1263. package/js/components/panels/base-toggle-panel.vue2.js +28 -28
  1264. package/js/components/panels/base-toggle-panel.vue2.js.map +1 -1
  1265. package/js/components/result/base-result-add-to-cart.vue.js +3 -3
  1266. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1267. package/js/components/result/base-result-add-to-cart.vue2.js +49 -35
  1268. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  1269. package/js/components/result/base-result-current-price.vue.js +1 -2
  1270. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1271. package/js/components/result/base-result-current-price.vue2.js +54 -54
  1272. package/js/components/result/base-result-current-price.vue2.js.map +1 -1
  1273. package/js/components/result/base-result-fallback-image.vue.js +1 -1
  1274. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1275. package/js/components/result/base-result-image.vue.js +39 -59
  1276. package/js/components/result/base-result-image.vue.js.map +1 -1
  1277. package/js/components/result/base-result-image.vue2.js +158 -157
  1278. package/js/components/result/base-result-image.vue2.js.map +1 -1
  1279. package/js/components/result/base-result-link.vue.js +6 -7
  1280. package/js/components/result/base-result-link.vue.js.map +1 -1
  1281. package/js/components/result/base-result-link.vue2.js +62 -61
  1282. package/js/components/result/base-result-link.vue2.js.map +1 -1
  1283. package/js/components/result/base-result-placeholder-image.vue.js +1 -1
  1284. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1285. package/js/components/result/base-result-previous-price.vue.js +1 -2
  1286. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1287. package/js/components/result/base-result-previous-price.vue2.js +37 -37
  1288. package/js/components/result/base-result-previous-price.vue2.js.map +1 -1
  1289. package/js/components/result/base-result-rating.vue.js +5 -8
  1290. package/js/components/result/base-result-rating.vue.js.map +1 -1
  1291. package/js/components/result/base-result-rating.vue2.js +50 -49
  1292. package/js/components/result/base-result-rating.vue2.js.map +1 -1
  1293. package/js/components/result/result-variant-selector.vue.js +3 -5
  1294. package/js/components/result/result-variant-selector.vue.js.map +1 -1
  1295. package/js/components/result/result-variant-selector.vue2.js +85 -85
  1296. package/js/components/result/result-variant-selector.vue2.js.map +1 -1
  1297. package/js/components/result/result-variants-provider.vue.js +118 -118
  1298. package/js/components/result/result-variants-provider.vue.js.map +1 -1
  1299. package/js/components/scroll/base-scroll.vue.js +2 -2
  1300. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1301. package/js/components/scroll/base-scroll.vue2.js +79 -79
  1302. package/js/components/scroll/base-scroll.vue2.js.map +1 -1
  1303. package/js/components/scroll/use-scroll.js +211 -212
  1304. package/js/components/scroll/use-scroll.js.map +1 -1
  1305. package/js/components/sliding-panel.vue.js +41 -37
  1306. package/js/components/sliding-panel.vue.js.map +1 -1
  1307. package/js/components/sliding-panel.vue2.js +73 -131
  1308. package/js/components/sliding-panel.vue2.js.map +1 -1
  1309. package/js/components/sliding-panel.vue3.js +1 -1
  1310. package/js/components/snippet-callbacks.vue.js.map +1 -1
  1311. package/js/components/snippet-callbacks.vue2.js +44 -44
  1312. package/js/components/snippet-callbacks.vue2.js.map +1 -1
  1313. package/js/components/suggestions/base-suggestion.vue.js +3 -4
  1314. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1315. package/js/components/suggestions/base-suggestion.vue2.js +135 -135
  1316. package/js/components/suggestions/base-suggestion.vue2.js.map +1 -1
  1317. package/js/components/suggestions/base-suggestions.vue.js +1 -2
  1318. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1319. package/js/components/suggestions/base-suggestions.vue2.js +120 -120
  1320. package/js/components/suggestions/base-suggestions.vue2.js.map +1 -1
  1321. package/js/components/x-component.utils.js +40 -39
  1322. package/js/components/x-component.utils.js.map +1 -1
  1323. package/js/composables/create-use-device.js +150 -150
  1324. package/js/composables/create-use-device.js.map +1 -1
  1325. package/js/composables/use-_x.js +11 -11
  1326. package/js/composables/use-_x.js.map +1 -1
  1327. package/js/composables/use-alias-api.js +133 -131
  1328. package/js/composables/use-alias-api.js.map +1 -1
  1329. package/js/composables/use-debounce.js +16 -16
  1330. package/js/composables/use-debounce.js.map +1 -1
  1331. package/js/composables/use-getter.js +18 -17
  1332. package/js/composables/use-getter.js.map +1 -1
  1333. package/js/composables/use-on-display.js +47 -51
  1334. package/js/composables/use-on-display.js.map +1 -1
  1335. package/js/composables/use-state.js +15 -16
  1336. package/js/composables/use-state.js.map +1 -1
  1337. package/js/composables/use-x-bus.js +68 -70
  1338. package/js/composables/use-x-bus.js.map +1 -1
  1339. package/js/directives/infinite-scroll.js +96 -96
  1340. package/js/directives/infinite-scroll.js.map +1 -1
  1341. package/js/directives/typing.js +57 -0
  1342. package/js/directives/typing.js.map +1 -0
  1343. package/js/index.js +121 -97
  1344. package/js/index.js.map +1 -1
  1345. package/js/plugins/devtools/colors.utils.js +42 -42
  1346. package/js/plugins/devtools/colors.utils.js.map +1 -1
  1347. package/js/plugins/devtools/devtools.plugin.js +24 -23
  1348. package/js/plugins/devtools/devtools.plugin.js.map +1 -1
  1349. package/js/plugins/devtools/timeline.devtools.js +103 -102
  1350. package/js/plugins/devtools/timeline.devtools.js.map +1 -1
  1351. package/js/plugins/devtools/wiring.devtools.js +114 -110
  1352. package/js/plugins/devtools/wiring.devtools.js.map +1 -1
  1353. package/js/plugins/x-bus.js +19 -19
  1354. package/js/plugins/x-bus.js.map +1 -1
  1355. package/js/plugins/x-emitters.js +62 -60
  1356. package/js/plugins/x-emitters.js.map +1 -1
  1357. package/js/plugins/x-plugin.js +310 -310
  1358. package/js/plugins/x-plugin.js.map +1 -1
  1359. package/js/plugins/x-plugin.utils.js +24 -28
  1360. package/js/plugins/x-plugin.utils.js.map +1 -1
  1361. package/js/services/directional-focus-navigation.service.js +408 -410
  1362. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1363. package/js/services/state-machine.service.js +26 -26
  1364. package/js/services/state-machine.service.js.map +1 -1
  1365. package/js/store/utils/config-store.utils.js +21 -21
  1366. package/js/store/utils/config-store.utils.js.map +1 -1
  1367. package/js/store/utils/fetch-and-save-action.utils.js +68 -74
  1368. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  1369. package/js/store/utils/getters-proxy.utils.js +96 -95
  1370. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  1371. package/js/store/utils/query.utils.js +33 -33
  1372. package/js/store/utils/query.utils.js.map +1 -1
  1373. package/js/store/utils/status-store.utils.js +9 -9
  1374. package/js/store/utils/status-store.utils.js.map +1 -1
  1375. package/js/store/utils/store-emitters.utils.js +10 -10
  1376. package/js/store/utils/store-emitters.utils.js.map +1 -1
  1377. package/js/store/x.module.js +9 -9
  1378. package/js/store/x.module.js.map +1 -1
  1379. package/js/types/animation-prop.js +10 -10
  1380. package/js/types/animation-prop.js.map +1 -1
  1381. package/js/utils/array.js +183 -182
  1382. package/js/utils/array.js.map +1 -1
  1383. package/js/utils/cancellable-promise.js +38 -38
  1384. package/js/utils/cancellable-promise.js.map +1 -1
  1385. package/js/utils/clone.js +11 -10
  1386. package/js/utils/clone.js.map +1 -1
  1387. package/js/utils/currency-formatter.js +117 -114
  1388. package/js/utils/currency-formatter.js.map +1 -1
  1389. package/js/utils/debounce.js +58 -60
  1390. package/js/utils/debounce.js.map +1 -1
  1391. package/js/utils/filters.js +32 -32
  1392. package/js/utils/filters.js.map +1 -1
  1393. package/js/utils/focus.js +6 -8
  1394. package/js/utils/focus.js.map +1 -1
  1395. package/js/utils/function.js +6 -7
  1396. package/js/utils/function.js.map +1 -1
  1397. package/js/utils/get-url-parameters.js +11 -11
  1398. package/js/utils/get-url-parameters.js.map +1 -1
  1399. package/js/utils/html.js +48 -48
  1400. package/js/utils/html.js.map +1 -1
  1401. package/js/utils/ios-utils.js +30 -0
  1402. package/js/utils/ios-utils.js.map +1 -0
  1403. package/js/utils/is-new-query.js +42 -42
  1404. package/js/utils/is-new-query.js.map +1 -1
  1405. package/js/utils/normalize.js +25 -25
  1406. package/js/utils/normalize.js.map +1 -1
  1407. package/js/utils/number.js +11 -12
  1408. package/js/utils/number.js.map +1 -1
  1409. package/js/utils/origin.js +15 -17
  1410. package/js/utils/origin.js.map +1 -1
  1411. package/js/utils/sanitize.js +10 -10
  1412. package/js/utils/sanitize.js.map +1 -1
  1413. package/js/utils/storage.js +15 -15
  1414. package/js/utils/storage.js.map +1 -1
  1415. package/js/utils/string.js +44 -44
  1416. package/js/utils/string.js.map +1 -1
  1417. package/js/utils/throttle.js +22 -22
  1418. package/js/utils/throttle.js.map +1 -1
  1419. package/js/wiring/namespaced-wires.factory.js +65 -63
  1420. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  1421. package/js/wiring/namespaced-wires.operators.js +40 -40
  1422. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  1423. package/js/wiring/wires-operators.utils.js +49 -47
  1424. package/js/wiring/wires-operators.utils.js.map +1 -1
  1425. package/js/wiring/wires.factory.js +108 -101
  1426. package/js/wiring/wires.factory.js.map +1 -1
  1427. package/js/wiring/wires.operators.js +120 -120
  1428. package/js/wiring/wires.operators.js.map +1 -1
  1429. package/js/wiring/wiring.utils.js +29 -29
  1430. package/js/wiring/wiring.utils.js.map +1 -1
  1431. package/js/x-bus/x-bus.js +181 -0
  1432. package/js/x-bus/x-bus.js.map +1 -0
  1433. package/js/x-bus/x-priority-queue/x-priority-queue.js +177 -0
  1434. package/js/x-bus/x-priority-queue/x-priority-queue.js.map +1 -0
  1435. package/js/x-installer/api/base-api.js +109 -110
  1436. package/js/x-installer/api/base-api.js.map +1 -1
  1437. package/js/x-installer/x-installer/x-installer.js +276 -275
  1438. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  1439. package/js/x-modules/ai/components/ai-overview.vue.js +323 -0
  1440. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -0
  1441. package/js/x-modules/ai/components/ai-overview.vue2.js +227 -0
  1442. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -0
  1443. package/js/x-modules/ai/components/ai-overview.vue3.js +7 -0
  1444. package/js/x-modules/ai/components/ai-overview.vue3.js.map +1 -0
  1445. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js +40 -0
  1446. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js.map +1 -0
  1447. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +97 -0
  1448. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -0
  1449. package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
  1450. package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
  1451. package/js/x-modules/ai/store/actions/set-url-params.action.js +13 -0
  1452. package/js/x-modules/ai/store/actions/set-url-params.action.js.map +1 -0
  1453. package/js/x-modules/ai/store/emitters.js +17 -0
  1454. package/js/x-modules/ai/store/emitters.js.map +1 -0
  1455. package/js/x-modules/ai/store/getters/ai-query.getter.js +19 -0
  1456. package/js/x-modules/ai/store/getters/ai-query.getter.js.map +1 -0
  1457. package/js/x-modules/ai/store/getters/suggestions-request.getter.js +17 -0
  1458. package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -0
  1459. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js +16 -0
  1460. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js.map +1 -0
  1461. package/js/x-modules/ai/store/module.js +110 -0
  1462. package/js/x-modules/ai/store/module.js.map +1 -0
  1463. package/js/x-modules/ai/wiring.js +74 -0
  1464. package/js/x-modules/ai/wiring.js.map +1 -0
  1465. package/js/x-modules/ai/x-module.js +28 -0
  1466. package/js/x-modules/ai/x-module.js.map +1 -0
  1467. package/js/x-modules/device/components/device-detector.vue.js +2 -2
  1468. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  1469. package/js/x-modules/device/components/device-detector.vue2.js +118 -118
  1470. package/js/x-modules/device/components/device-detector.vue2.js.map +1 -1
  1471. package/js/x-modules/device/store/emitters.js +6 -5
  1472. package/js/x-modules/device/store/emitters.js.map +1 -1
  1473. package/js/x-modules/device/store/module.js +16 -16
  1474. package/js/x-modules/device/store/module.js.map +1 -1
  1475. package/js/x-modules/device/wiring.js +21 -21
  1476. package/js/x-modules/device/wiring.js.map +1 -1
  1477. package/js/x-modules/device/x-module.js +12 -12
  1478. package/js/x-modules/device/x-module.js.map +1 -1
  1479. package/js/x-modules/empathize/components/empathize.vue.js +5 -6
  1480. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  1481. package/js/x-modules/empathize/components/empathize.vue2.js +156 -121
  1482. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  1483. package/js/x-modules/empathize/store/emitters.js +6 -5
  1484. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  1485. package/js/x-modules/empathize/store/module.js +19 -19
  1486. package/js/x-modules/empathize/store/module.js.map +1 -1
  1487. package/js/x-modules/empathize/wiring.js +24 -24
  1488. package/js/x-modules/empathize/wiring.js.map +1 -1
  1489. package/js/x-modules/empathize/x-module.js +12 -12
  1490. package/js/x-modules/empathize/x-module.js.map +1 -1
  1491. package/js/x-modules/experience-controls/components/experience-controls.vue.js +25 -26
  1492. package/js/x-modules/experience-controls/components/experience-controls.vue.js.map +1 -1
  1493. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js +20 -20
  1494. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js.map +1 -1
  1495. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js +14 -15
  1496. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js.map +1 -1
  1497. package/js/x-modules/experience-controls/store/emitters.js +11 -10
  1498. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  1499. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js +14 -15
  1500. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js.map +1 -1
  1501. package/js/x-modules/experience-controls/store/module.js +32 -34
  1502. package/js/x-modules/experience-controls/store/module.js.map +1 -1
  1503. package/js/x-modules/experience-controls/wiring.js +37 -37
  1504. package/js/x-modules/experience-controls/wiring.js.map +1 -1
  1505. package/js/x-modules/experience-controls/x-module.js +12 -12
  1506. package/js/x-modules/experience-controls/x-module.js.map +1 -1
  1507. package/js/x-modules/extra-params/components/extra-params.vue.js +26 -27
  1508. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  1509. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +32 -32
  1510. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  1511. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  1512. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +41 -41
  1513. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  1514. package/js/x-modules/extra-params/store/emitters.js +11 -10
  1515. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  1516. package/js/x-modules/extra-params/store/module.js +16 -16
  1517. package/js/x-modules/extra-params/store/module.js.map +1 -1
  1518. package/js/x-modules/extra-params/wiring.js +27 -27
  1519. package/js/x-modules/extra-params/wiring.js.map +1 -1
  1520. package/js/x-modules/extra-params/x-module.js +12 -12
  1521. package/js/x-modules/extra-params/x-module.js.map +1 -1
  1522. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  1523. package/js/x-modules/facets/components/clear-filters.vue2.js +42 -42
  1524. package/js/x-modules/facets/components/clear-filters.vue2.js.map +1 -1
  1525. package/js/x-modules/facets/components/facets/facets-provider.vue2.js +91 -91
  1526. package/js/x-modules/facets/components/facets/facets-provider.vue2.js.map +1 -1
  1527. package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
  1528. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  1529. package/js/x-modules/facets/components/facets/facets.vue2.js +124 -126
  1530. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  1531. package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -2
  1532. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  1533. package/js/x-modules/facets/components/filters/all-filter.vue2.js +63 -63
  1534. package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
  1535. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +11 -16
  1536. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  1537. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js +221 -221
  1538. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
  1539. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +32 -24
  1540. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  1541. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js +108 -109
  1542. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js.map +1 -1
  1543. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +13 -16
  1544. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  1545. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js +55 -55
  1546. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js.map +1 -1
  1547. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +57 -57
  1548. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  1549. package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -16
  1550. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  1551. package/js/x-modules/facets/components/filters/simple-filter.vue2.js +41 -41
  1552. package/js/x-modules/facets/components/filters/simple-filter.vue2.js.map +1 -1
  1553. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +36 -36
  1554. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  1555. package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
  1556. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  1557. package/js/x-modules/facets/components/lists/filters-list.vue2.js +76 -76
  1558. package/js/x-modules/facets/components/lists/filters-list.vue2.js.map +1 -1
  1559. package/js/x-modules/facets/components/lists/filters-search.vue.js +3 -5
  1560. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  1561. package/js/x-modules/facets/components/lists/filters-search.vue2.js +93 -93
  1562. package/js/x-modules/facets/components/lists/filters-search.vue2.js.map +1 -1
  1563. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +50 -63
  1564. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  1565. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +58 -58
  1566. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  1567. package/js/x-modules/facets/components/lists/selected-filters.vue.js +25 -25
  1568. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  1569. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +5 -8
  1570. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  1571. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js +95 -95
  1572. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js.map +1 -1
  1573. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +46 -46
  1574. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  1575. package/js/x-modules/facets/components/preselected-filters.vue.js +62 -62
  1576. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
  1577. package/js/x-modules/facets/composables/use-facets.js +46 -50
  1578. package/js/x-modules/facets/composables/use-facets.js.map +1 -1
  1579. package/js/x-modules/facets/composables/use-filters-injection.js +54 -57
  1580. package/js/x-modules/facets/composables/use-filters-injection.js.map +1 -1
  1581. package/js/x-modules/facets/entities/add-facet-if-not-present.js +16 -16
  1582. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  1583. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -95
  1584. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  1585. package/js/x-modules/facets/entities/filter-entity.factory.js +122 -119
  1586. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  1587. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +84 -82
  1588. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  1589. package/js/x-modules/facets/entities/number-range-filter.entity.js +30 -28
  1590. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  1591. package/js/x-modules/facets/entities/raw-filter.entity.js +32 -30
  1592. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  1593. package/js/x-modules/facets/entities/simple-filter.entity.js +30 -28
  1594. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  1595. package/js/x-modules/facets/entities/single-select.modifier.js +83 -81
  1596. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  1597. package/js/x-modules/facets/entities/sticky.modifier.js +29 -29
  1598. package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -1
  1599. package/js/x-modules/facets/entities/types.js +27 -27
  1600. package/js/x-modules/facets/entities/types.js.map +1 -1
  1601. package/js/x-modules/facets/service/facets.service.js +228 -228
  1602. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  1603. package/js/x-modules/facets/store/constants.js.map +1 -1
  1604. package/js/x-modules/facets/store/emitters.js +24 -24
  1605. package/js/x-modules/facets/store/emitters.js.map +1 -1
  1606. package/js/x-modules/facets/store/getters/facets.getter.js +15 -15
  1607. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  1608. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +19 -19
  1609. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  1610. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +22 -22
  1611. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -1
  1612. package/js/x-modules/facets/store/getters/selected-filters.getter.js +19 -19
  1613. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  1614. package/js/x-modules/facets/store/module.js +66 -66
  1615. package/js/x-modules/facets/store/module.js.map +1 -1
  1616. package/js/x-modules/facets/utils.js +14 -14
  1617. package/js/x-modules/facets/utils.js.map +1 -1
  1618. package/js/x-modules/facets/wiring.js +194 -194
  1619. package/js/x-modules/facets/wiring.js.map +1 -1
  1620. package/js/x-modules/facets/x-module.js +12 -12
  1621. package/js/x-modules/facets/x-module.js.map +1 -1
  1622. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +2 -3
  1623. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  1624. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js +52 -52
  1625. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
  1626. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +4 -4
  1627. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
  1628. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +44 -47
  1629. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
  1630. package/js/x-modules/history-queries/components/history-queries.vue.js +2 -11
  1631. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  1632. package/js/x-modules/history-queries/components/history-queries.vue2.js +26 -28
  1633. package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
  1634. package/js/x-modules/history-queries/components/history-query.vue.js +6 -11
  1635. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  1636. package/js/x-modules/history-queries/components/history-query.vue2.js +49 -49
  1637. package/js/x-modules/history-queries/components/history-query.vue2.js.map +1 -1
  1638. package/js/x-modules/history-queries/components/my-history.vue.js +3 -6
  1639. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
  1640. package/js/x-modules/history-queries/components/my-history.vue2.js +128 -128
  1641. package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
  1642. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
  1643. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  1644. package/js/x-modules/history-queries/components/remove-history-query.vue2.js +39 -39
  1645. package/js/x-modules/history-queries/components/remove-history-query.vue2.js.map +1 -1
  1646. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +135 -137
  1647. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  1648. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +11 -12
  1649. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  1650. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +11 -11
  1651. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  1652. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +12 -12
  1653. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  1654. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +16 -16
  1655. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  1656. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +10 -11
  1657. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  1658. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +6 -6
  1659. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -1
  1660. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +64 -68
  1661. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -1
  1662. package/js/x-modules/history-queries/store/constants.js +2 -2
  1663. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  1664. package/js/x-modules/history-queries/store/emitters.js +16 -15
  1665. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  1666. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +10 -14
  1667. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -1
  1668. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +44 -44
  1669. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  1670. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +12 -11
  1671. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  1672. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +10 -10
  1673. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  1674. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +8 -8
  1675. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  1676. package/js/x-modules/history-queries/store/module.js +54 -54
  1677. package/js/x-modules/history-queries/store/module.js.map +1 -1
  1678. package/js/x-modules/history-queries/wiring.js +168 -168
  1679. package/js/x-modules/history-queries/wiring.js.map +1 -1
  1680. package/js/x-modules/history-queries/x-module.js +12 -12
  1681. package/js/x-modules/history-queries/x-module.js.map +1 -1
  1682. package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
  1683. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  1684. package/js/x-modules/identifier-results/components/identifier-result.vue2.js +53 -55
  1685. package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
  1686. package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
  1687. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  1688. package/js/x-modules/identifier-results/components/identifier-results.vue2.js +57 -57
  1689. package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
  1690. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +23 -23
  1691. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  1692. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +13 -14
  1693. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  1694. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +10 -11
  1695. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
  1696. package/js/x-modules/identifier-results/store/actions/save-query.action.js +16 -17
  1697. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  1698. package/js/x-modules/identifier-results/store/emitters.js +12 -11
  1699. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  1700. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +11 -12
  1701. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  1702. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +19 -20
  1703. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  1704. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +18 -19
  1705. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  1706. package/js/x-modules/identifier-results/store/module.js +47 -47
  1707. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  1708. package/js/x-modules/identifier-results/wiring.js +113 -113
  1709. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  1710. package/js/x-modules/identifier-results/x-module.js +12 -12
  1711. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  1712. package/js/x-modules/next-queries/components/next-queries-list.vue.js +121 -123
  1713. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  1714. package/js/x-modules/next-queries/components/next-queries.vue.js +3 -9
  1715. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  1716. package/js/x-modules/next-queries/components/next-queries.vue2.js +49 -49
  1717. package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
  1718. package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
  1719. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
  1720. package/js/x-modules/next-queries/components/next-query-preview.vue2.js +56 -56
  1721. package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
  1722. package/js/x-modules/next-queries/components/next-query.vue.js +3 -6
  1723. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  1724. package/js/x-modules/next-queries/components/next-query.vue2.js +52 -52
  1725. package/js/x-modules/next-queries/components/next-query.vue2.js.map +1 -1
  1726. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +21 -22
  1727. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  1728. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +16 -18
  1729. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -1
  1730. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +15 -15
  1731. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  1732. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +26 -23
  1733. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -1
  1734. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +12 -13
  1735. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  1736. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +10 -11
  1737. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  1738. package/js/x-modules/next-queries/store/emitters.js +12 -11
  1739. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  1740. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js +10 -12
  1741. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js.map +1 -1
  1742. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +13 -14
  1743. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  1744. package/js/x-modules/next-queries/store/getters/request.getter.js +19 -21
  1745. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  1746. package/js/x-modules/next-queries/store/module.js +63 -63
  1747. package/js/x-modules/next-queries/store/module.js.map +1 -1
  1748. package/js/x-modules/next-queries/wiring.js +129 -129
  1749. package/js/x-modules/next-queries/wiring.js.map +1 -1
  1750. package/js/x-modules/next-queries/x-module.js +12 -12
  1751. package/js/x-modules/next-queries/x-module.js.map +1 -1
  1752. package/js/x-modules/popular-searches/components/popular-search.vue.js +3 -6
  1753. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  1754. package/js/x-modules/popular-searches/components/popular-search.vue2.js +32 -32
  1755. package/js/x-modules/popular-searches/components/popular-search.vue2.js.map +1 -1
  1756. package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
  1757. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  1758. package/js/x-modules/popular-searches/components/popular-searches.vue2.js +25 -25
  1759. package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
  1760. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +19 -20
  1761. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  1762. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +12 -12
  1763. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  1764. package/js/x-modules/popular-searches/store/emitters.js +9 -9
  1765. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  1766. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +14 -15
  1767. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  1768. package/js/x-modules/popular-searches/store/getters/request.getter.js +14 -16
  1769. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  1770. package/js/x-modules/popular-searches/store/module.js +40 -40
  1771. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  1772. package/js/x-modules/popular-searches/wiring.js +51 -51
  1773. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  1774. package/js/x-modules/popular-searches/x-module.js +12 -12
  1775. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  1776. package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
  1777. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  1778. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +108 -102
  1779. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  1780. package/js/x-modules/queries-preview/components/query-preview-list.vue.js +7 -7
  1781. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  1782. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +148 -148
  1783. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  1784. package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
  1785. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  1786. package/js/x-modules/queries-preview/components/query-preview.vue2.js +269 -272
  1787. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  1788. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +37 -35
  1789. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -1
  1790. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +41 -43
  1791. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  1792. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +18 -18
  1793. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -1
  1794. package/js/x-modules/queries-preview/store/emitters.js +12 -10
  1795. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  1796. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +11 -12
  1797. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -1
  1798. package/js/x-modules/queries-preview/store/module.js +62 -62
  1799. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  1800. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +27 -27
  1801. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  1802. package/js/x-modules/queries-preview/wiring.js +96 -96
  1803. package/js/x-modules/queries-preview/wiring.js.map +1 -1
  1804. package/js/x-modules/queries-preview/x-module.js +12 -12
  1805. package/js/x-modules/queries-preview/x-module.js.map +1 -1
  1806. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
  1807. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  1808. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +35 -35
  1809. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
  1810. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
  1811. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  1812. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +17 -17
  1813. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js.map +1 -1
  1814. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +19 -20
  1815. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  1816. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +15 -15
  1817. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  1818. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +10 -11
  1819. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  1820. package/js/x-modules/query-suggestions/store/emitters.js +9 -8
  1821. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  1822. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +9 -11
  1823. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  1824. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +50 -50
  1825. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  1826. package/js/x-modules/query-suggestions/store/getters/request.getter.js +17 -19
  1827. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  1828. package/js/x-modules/query-suggestions/store/module.js +46 -46
  1829. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  1830. package/js/x-modules/query-suggestions/wiring.js +123 -123
  1831. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  1832. package/js/x-modules/query-suggestions/x-module.js +12 -12
  1833. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  1834. package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
  1835. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  1836. package/js/x-modules/recommendations/components/recommendations.vue2.js +60 -62
  1837. package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
  1838. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +21 -22
  1839. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  1840. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +12 -12
  1841. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  1842. package/js/x-modules/recommendations/store/constants.js +5 -5
  1843. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  1844. package/js/x-modules/recommendations/store/emitters.js +11 -10
  1845. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  1846. package/js/x-modules/recommendations/store/getters/request.getter.js +16 -16
  1847. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  1848. package/js/x-modules/recommendations/store/module.js +41 -41
  1849. package/js/x-modules/recommendations/store/module.js.map +1 -1
  1850. package/js/x-modules/recommendations/wiring.js +43 -43
  1851. package/js/x-modules/recommendations/wiring.js.map +1 -1
  1852. package/js/x-modules/recommendations/x-module.js +12 -12
  1853. package/js/x-modules/recommendations/x-module.js.map +1 -1
  1854. package/js/x-modules/related-prompts/components/related-prompt.vue.js +28 -80
  1855. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -1
  1856. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +34 -47
  1857. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -1
  1858. package/js/x-modules/related-prompts/components/related-prompt.vue3.js +1 -1
  1859. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +142 -145
  1860. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
  1861. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +101 -0
  1862. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
  1863. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +219 -0
  1864. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
  1865. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
  1866. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
  1867. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +23 -23
  1868. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -1
  1869. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +14 -14
  1870. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -1
  1871. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +14 -0
  1872. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
  1873. package/js/x-modules/related-prompts/store/emitters.js +10 -7
  1874. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  1875. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
  1876. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
  1877. package/js/x-modules/related-prompts/store/getters/request.getter.js +13 -12
  1878. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
  1879. package/js/x-modules/related-prompts/store/module.js +55 -44
  1880. package/js/x-modules/related-prompts/store/module.js.map +1 -1
  1881. package/js/x-modules/related-prompts/wiring.js +81 -81
  1882. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  1883. package/js/x-modules/related-prompts/x-module.js +13 -13
  1884. package/js/x-modules/related-prompts/x-module.js.map +1 -1
  1885. package/js/x-modules/related-tags/components/related-tag.vue.js +3 -4
  1886. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  1887. package/js/x-modules/related-tags/components/related-tag.vue2.js +115 -115
  1888. package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
  1889. package/js/x-modules/related-tags/components/related-tags.vue.js +6 -9
  1890. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  1891. package/js/x-modules/related-tags/components/related-tags.vue2.js +52 -54
  1892. package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
  1893. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +19 -20
  1894. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  1895. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +12 -12
  1896. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  1897. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +30 -27
  1898. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  1899. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +18 -19
  1900. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  1901. package/js/x-modules/related-tags/store/emitters.js +13 -12
  1902. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  1903. package/js/x-modules/related-tags/store/getters/query.getter.js +10 -12
  1904. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -1
  1905. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +9 -10
  1906. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  1907. package/js/x-modules/related-tags/store/getters/request.getter.js +19 -21
  1908. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  1909. package/js/x-modules/related-tags/store/module.js +44 -44
  1910. package/js/x-modules/related-tags/store/module.js.map +1 -1
  1911. package/js/x-modules/related-tags/wiring.js +128 -128
  1912. package/js/x-modules/related-tags/wiring.js.map +1 -1
  1913. package/js/x-modules/related-tags/x-module.js +12 -12
  1914. package/js/x-modules/related-tags/x-module.js.map +1 -1
  1915. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
  1916. package/js/x-modules/scroll/components/main-scroll-item.vue2.js +75 -77
  1917. package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
  1918. package/js/x-modules/scroll/components/main-scroll.vue.js +169 -169
  1919. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  1920. package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
  1921. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  1922. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +147 -141
  1923. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  1924. package/js/x-modules/scroll/components/scroll.const.js +11 -11
  1925. package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
  1926. package/js/x-modules/scroll/components/scroll.vue.js +3 -3
  1927. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  1928. package/js/x-modules/scroll/components/scroll.vue2.js +102 -102
  1929. package/js/x-modules/scroll/components/scroll.vue2.js.map +1 -1
  1930. package/js/x-modules/scroll/store/emitters.js +6 -5
  1931. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  1932. package/js/x-modules/scroll/store/module.js +29 -29
  1933. package/js/x-modules/scroll/store/module.js.map +1 -1
  1934. package/js/x-modules/scroll/wiring.js +89 -89
  1935. package/js/x-modules/scroll/wiring.js.map +1 -1
  1936. package/js/x-modules/scroll/x-module.js +12 -12
  1937. package/js/x-modules/scroll/x-module.js.map +1 -1
  1938. package/js/x-modules/search/components/banner.vue.js +5 -4
  1939. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  1940. package/js/x-modules/search/components/banner.vue2.js +61 -61
  1941. package/js/x-modules/search/components/banner.vue2.js.map +1 -1
  1942. package/js/x-modules/search/components/banners-list.vue.js +96 -95
  1943. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  1944. package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
  1945. package/js/x-modules/search/components/fallback-disclaimer.vue2.js +14 -17
  1946. package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
  1947. package/js/x-modules/search/components/partial-query-button.vue.js +2 -2
  1948. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  1949. package/js/x-modules/search/components/partial-query-button.vue2.js +49 -49
  1950. package/js/x-modules/search/components/partial-query-button.vue2.js.map +1 -1
  1951. package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
  1952. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  1953. package/js/x-modules/search/components/partial-results-list.vue2.js +50 -52
  1954. package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
  1955. package/js/x-modules/search/components/promoted.vue.js +6 -4
  1956. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  1957. package/js/x-modules/search/components/promoted.vue2.js +40 -40
  1958. package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
  1959. package/js/x-modules/search/components/promoteds-list.vue.js +72 -72
  1960. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  1961. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  1962. package/js/x-modules/search/components/redirection.vue2.js +113 -114
  1963. package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
  1964. package/js/x-modules/search/components/results-list.vue.js +63 -69
  1965. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  1966. package/js/x-modules/search/components/sort-dropdown.vue.js +5 -7
  1967. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  1968. package/js/x-modules/search/components/sort-dropdown.vue2.js +43 -43
  1969. package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
  1970. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  1971. package/js/x-modules/search/components/sort-list.vue2.js +44 -44
  1972. package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
  1973. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
  1974. package/js/x-modules/search/components/sort-picker-list.vue2.js +45 -45
  1975. package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
  1976. package/js/x-modules/search/components/spellcheck-button.vue.js +2 -2
  1977. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  1978. package/js/x-modules/search/components/spellcheck-button.vue2.js +45 -45
  1979. package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
  1980. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  1981. package/js/x-modules/search/components/spellcheck.vue2.js +26 -26
  1982. package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
  1983. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +51 -44
  1984. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  1985. package/js/x-modules/search/store/actions/fetch-search-response.action.js +11 -11
  1986. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  1987. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +14 -15
  1988. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  1989. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +29 -30
  1990. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -1
  1991. package/js/x-modules/search/store/actions/save-origin.action.js +10 -11
  1992. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
  1993. package/js/x-modules/search/store/actions/save-search-response.action.js +41 -41
  1994. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  1995. package/js/x-modules/search/store/actions/set-url-params.action.js +13 -15
  1996. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  1997. package/js/x-modules/search/store/emitters.js +44 -43
  1998. package/js/x-modules/search/store/emitters.js.map +1 -1
  1999. package/js/x-modules/search/store/getters/query.getter.js +12 -12
  2000. package/js/x-modules/search/store/getters/query.getter.js.map +1 -1
  2001. package/js/x-modules/search/store/getters/request.getter.js +20 -21
  2002. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2003. package/js/x-modules/search/store/module.js +151 -149
  2004. package/js/x-modules/search/store/module.js.map +1 -1
  2005. package/js/x-modules/search/wiring.js +254 -250
  2006. package/js/x-modules/search/wiring.js.map +1 -1
  2007. package/js/x-modules/search/x-module.js +12 -12
  2008. package/js/x-modules/search/x-module.js.map +1 -1
  2009. package/js/x-modules/search-box/components/clear-search-input.vue.js +2 -3
  2010. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2011. package/js/x-modules/search-box/components/clear-search-input.vue2.js +34 -34
  2012. package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
  2013. package/js/x-modules/search-box/components/search-button.vue.js +4 -5
  2014. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2015. package/js/x-modules/search-box/components/search-button.vue2.js +50 -50
  2016. package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
  2017. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
  2018. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +175 -175
  2019. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
  2020. package/js/x-modules/search-box/components/search-input.vue.js +10 -10
  2021. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2022. package/js/x-modules/search-box/components/search-input.vue2.js +219 -219
  2023. package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
  2024. package/js/x-modules/search-box/store/actions/set-input-status.action.js +43 -43
  2025. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -1
  2026. package/js/x-modules/search-box/store/actions/set-url-params.action.js +10 -11
  2027. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  2028. package/js/x-modules/search-box/store/emitters.js +9 -8
  2029. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2030. package/js/x-modules/search-box/store/module.js +26 -26
  2031. package/js/x-modules/search-box/store/module.js.map +1 -1
  2032. package/js/x-modules/search-box/wiring.js +96 -95
  2033. package/js/x-modules/search-box/wiring.js.map +1 -1
  2034. package/js/x-modules/search-box/x-module.js +12 -12
  2035. package/js/x-modules/search-box/x-module.js.map +1 -1
  2036. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +1 -3
  2037. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
  2038. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +52 -54
  2039. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
  2040. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +3 -6
  2041. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  2042. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +32 -32
  2043. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
  2044. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +18 -20
  2045. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -1
  2046. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +12 -12
  2047. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -1
  2048. package/js/x-modules/semantic-queries/store/emitters.js +8 -8
  2049. package/js/x-modules/semantic-queries/store/emitters.js.map +1 -1
  2050. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +11 -11
  2051. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
  2052. package/js/x-modules/semantic-queries/store/getters/request.getter.js +21 -20
  2053. package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
  2054. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
  2055. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
  2056. package/js/x-modules/semantic-queries/store/module.js +46 -40
  2057. package/js/x-modules/semantic-queries/store/module.js.map +1 -1
  2058. package/js/x-modules/semantic-queries/wiring.js +85 -80
  2059. package/js/x-modules/semantic-queries/wiring.js.map +1 -1
  2060. package/js/x-modules/semantic-queries/x-module.js +12 -12
  2061. package/js/x-modules/semantic-queries/x-module.js.map +1 -1
  2062. package/js/x-modules/tagging/components/tagging.vue.js +97 -97
  2063. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  2064. package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +176 -146
  2065. package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
  2066. package/js/x-modules/tagging/store/actions/track.action.js +35 -36
  2067. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  2068. package/js/x-modules/tagging/store/emitters.js +12 -12
  2069. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2070. package/js/x-modules/tagging/store/module.js +40 -36
  2071. package/js/x-modules/tagging/store/module.js.map +1 -1
  2072. package/js/x-modules/tagging/wiring.js +426 -259
  2073. package/js/x-modules/tagging/wiring.js.map +1 -1
  2074. package/js/x-modules/tagging/x-module.js +12 -12
  2075. package/js/x-modules/tagging/x-module.js.map +1 -1
  2076. package/js/x-modules/url/components/url-handler.vue.js +2 -2
  2077. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  2078. package/js/x-modules/url/components/url-handler.vue2.js +316 -317
  2079. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  2080. package/js/x-modules/url/store/emitters.js +49 -48
  2081. package/js/x-modules/url/store/emitters.js.map +1 -1
  2082. package/js/x-modules/url/store/getters/url-params.getter.js +33 -35
  2083. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2084. package/js/x-modules/url/store/initial-state.js +14 -13
  2085. package/js/x-modules/url/store/initial-state.js.map +1 -1
  2086. package/js/x-modules/url/store/module.js +39 -36
  2087. package/js/x-modules/url/store/module.js.map +1 -1
  2088. package/js/x-modules/url/store/mutations/set-params.mutation.js +14 -14
  2089. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  2090. package/js/x-modules/url/wiring.js +124 -115
  2091. package/js/x-modules/url/wiring.js.map +1 -1
  2092. package/js/x-modules/url/x-module.js +12 -12
  2093. package/js/x-modules/url/x-module.js.map +1 -1
  2094. package/next-queries/index.js +4 -4
  2095. package/package.json +76 -71
  2096. package/popular-searches/index.js +2 -2
  2097. package/queries-preview/index.js +4 -4
  2098. package/query-suggestions/index.js +1 -1
  2099. package/related-prompts/index.js +1 -1
  2100. package/related-tags/index.js +1 -1
  2101. package/report/tsdoc-metadata.json +1 -1
  2102. package/report/x-adapter-platform.api.json +2728 -634
  2103. package/report/x-components.api.json +19703 -18918
  2104. package/report/x-components.api.md +1417 -967
  2105. package/report/x-types.api.json +1614 -25
  2106. package/scroll/index.js +2 -2
  2107. package/search/index.js +2 -2
  2108. package/search-box/index.js +1 -1
  2109. package/semantic-queries/index.js +2 -2
  2110. package/tagging/index.js +2 -2
  2111. package/tools/inject-css.js +4 -4
  2112. package/types/adapter/e2e-adapter.d.ts +20 -18
  2113. package/types/adapter/e2e-adapter.d.ts.map +1 -1
  2114. package/types/adapter/mocked-responses.d.ts +46 -46
  2115. package/types/adapter/mocked-responses.d.ts.map +1 -1
  2116. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +13 -13
  2117. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -1
  2118. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +13 -13
  2119. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -1
  2120. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +13 -13
  2121. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -1
  2122. package/types/components/animations/animate-width.vue.d.ts +7 -7
  2123. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2124. package/types/components/animations/change-height.vue.d.ts +5 -0
  2125. package/types/components/animations/change-height.vue.d.ts.map +1 -0
  2126. package/types/components/animations/collapse-height.vue.d.ts +30 -30
  2127. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2128. package/types/components/animations/collapse-width.vue.d.ts +30 -30
  2129. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2130. package/types/components/animations/create-directional-animation-factory.d.ts +12 -12
  2131. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
  2132. package/types/components/animations/cross-fade.vue.d.ts +26 -26
  2133. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  2134. package/types/components/animations/fade-and-slide.vue.d.ts +36 -36
  2135. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2136. package/types/components/animations/fade.vue.d.ts +22 -22
  2137. package/types/components/animations/fade.vue.d.ts.map +1 -1
  2138. package/types/components/animations/index.d.ts +15 -14
  2139. package/types/components/animations/index.d.ts.map +1 -1
  2140. package/types/components/animations/no-animation.vue.d.ts +8 -8
  2141. package/types/components/animations/no-animation.vue.d.ts.map +1 -1
  2142. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +49 -49
  2143. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2144. package/types/components/animations/use-collapse-animation.d.ts +18 -18
  2145. package/types/components/animations/use-collapse-animation.d.ts.map +1 -1
  2146. package/types/components/animations/use-disable-animation.d.ts +11 -11
  2147. package/types/components/auto-progress-bar.vue.d.ts +52 -52
  2148. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  2149. package/types/components/base-dropdown.vue.d.ts +92 -92
  2150. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2151. package/types/components/base-event-button.vue.d.ts +45 -45
  2152. package/types/components/base-event-button.vue.d.ts.map +1 -1
  2153. package/types/components/base-grid.vue.d.ts +80 -80
  2154. package/types/components/base-grid.vue.d.ts.map +1 -1
  2155. package/types/components/base-keyboard-navigation.vue.d.ts +68 -68
  2156. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  2157. package/types/components/base-rating.vue.d.ts +51 -51
  2158. package/types/components/base-rating.vue.d.ts.map +1 -1
  2159. package/types/components/base-slider.vue.d.ts +73 -62
  2160. package/types/components/base-slider.vue.d.ts.map +1 -1
  2161. package/types/components/base-switch.vue.d.ts +27 -26
  2162. package/types/components/base-switch.vue.d.ts.map +1 -1
  2163. package/types/components/base-teleport.vue.d.ts +59 -0
  2164. package/types/components/base-teleport.vue.d.ts.map +1 -0
  2165. package/types/components/base-variable-column-grid.vue.d.ts +76 -76
  2166. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2167. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +39 -38
  2168. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  2169. package/types/components/column-picker/base-column-picker-list.vue.d.ts +43 -43
  2170. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  2171. package/types/components/column-picker/index.d.ts +2 -2
  2172. package/types/components/column-picker/index.d.ts.map +1 -1
  2173. package/types/components/currency/base-currency.vue.d.ts +83 -83
  2174. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2175. package/types/components/currency/index.d.ts +1 -1
  2176. package/types/components/currency/index.d.ts.map +1 -1
  2177. package/types/components/decorators/injection.consts.d.ts +56 -56
  2178. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2179. package/types/components/display-click-provider.vue.d.ts +61 -0
  2180. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  2181. package/types/components/display-emitter.vue.d.ts +28 -28
  2182. package/types/components/display-emitter.vue.d.ts.map +1 -1
  2183. package/types/components/filters/index.d.ts +2 -2
  2184. package/types/components/filters/index.d.ts.map +1 -1
  2185. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +90 -90
  2186. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2187. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +52 -52
  2188. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2189. package/types/components/global-x-bus.vue.d.ts +20 -341
  2190. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  2191. package/types/components/highlight.vue.d.ts +78 -78
  2192. package/types/components/highlight.vue.d.ts.map +1 -1
  2193. package/types/components/icons/index.d.ts +75 -73
  2194. package/types/components/icons/index.d.ts.map +1 -1
  2195. package/types/components/index.d.ts +33 -30
  2196. package/types/components/index.d.ts.map +1 -1
  2197. package/types/components/items-list.vue.d.ts +46 -46
  2198. package/types/components/items-list.vue.d.ts.map +1 -1
  2199. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +22 -22
  2200. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
  2201. package/types/components/layouts/index.d.ts +3 -3
  2202. package/types/components/layouts/index.d.ts.map +1 -1
  2203. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +28 -28
  2204. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2205. package/types/components/layouts/single-column-layout.vue.d.ts +28 -28
  2206. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2207. package/types/components/location-provider.vue.d.ts +32 -32
  2208. package/types/components/location-provider.vue.d.ts.map +1 -1
  2209. package/types/components/modals/base-events-modal-close.vue.d.ts +35 -34
  2210. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  2211. package/types/components/modals/base-events-modal-open.vue.d.ts +35 -34
  2212. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  2213. package/types/components/modals/base-events-modal.vue.d.ts +60 -60
  2214. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2215. package/types/components/modals/base-id-modal-close.vue.d.ts +24 -24
  2216. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2217. package/types/components/modals/base-id-modal-open.vue.d.ts +23 -23
  2218. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2219. package/types/components/modals/base-id-modal.vue.d.ts +42 -42
  2220. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  2221. package/types/components/modals/base-modal.vue.d.ts +94 -94
  2222. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2223. package/types/components/modals/close-main-modal.vue.d.ts +9 -9
  2224. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -1
  2225. package/types/components/modals/index.d.ts +10 -10
  2226. package/types/components/modals/index.d.ts.map +1 -1
  2227. package/types/components/modals/main-modal.vue.d.ts +90 -89
  2228. package/types/components/modals/main-modal.vue.d.ts.map +1 -1
  2229. package/types/components/modals/open-main-modal.vue.d.ts +9 -9
  2230. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -1
  2231. package/types/components/page-loader-button.vue.d.ts +54 -54
  2232. package/types/components/page-loader-button.vue.d.ts.map +1 -1
  2233. package/types/components/page-selector.vue.d.ts +125 -0
  2234. package/types/components/page-selector.vue.d.ts.map +1 -0
  2235. package/types/components/panels/base-header-toggle-panel.vue.d.ts +34 -34
  2236. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  2237. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +31 -31
  2238. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  2239. package/types/components/panels/base-id-toggle-panel.vue.d.ts +57 -57
  2240. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2241. package/types/components/panels/base-tabs-panel.vue.d.ts +110 -110
  2242. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -1
  2243. package/types/components/panels/base-toggle-panel.vue.d.ts +50 -50
  2244. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  2245. package/types/components/panels/index.d.ts +5 -5
  2246. package/types/components/panels/index.d.ts.map +1 -1
  2247. package/types/components/result/base-result-add-to-cart.vue.d.ts +35 -33
  2248. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2249. package/types/components/result/base-result-current-price.vue.d.ts +73 -73
  2250. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2251. package/types/components/result/base-result-image.vue.d.ts +77 -77
  2252. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2253. package/types/components/result/base-result-link.vue.d.ts +37 -36
  2254. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2255. package/types/components/result/base-result-previous-price.vue.d.ts +67 -67
  2256. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2257. package/types/components/result/base-result-rating.vue.d.ts +48 -47
  2258. package/types/components/result/base-result-rating.vue.d.ts.map +1 -1
  2259. package/types/components/result/index.d.ts +10 -10
  2260. package/types/components/result/index.d.ts.map +1 -1
  2261. package/types/components/result/result-variant-selector.vue.d.ts +29 -29
  2262. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -1
  2263. package/types/components/result/result-variants-provider.vue.d.ts +52 -52
  2264. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -1
  2265. package/types/components/scroll/base-scroll.vue.d.ts +121 -120
  2266. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2267. package/types/components/scroll/index.d.ts +3 -3
  2268. package/types/components/scroll/index.d.ts.map +1 -1
  2269. package/types/components/scroll/scroll.types.d.ts +6 -6
  2270. package/types/components/scroll/scroll.types.d.ts.map +1 -1
  2271. package/types/components/scroll/use-scroll.d.ts +47 -47
  2272. package/types/components/scroll/use-scroll.d.ts.map +1 -1
  2273. package/types/components/sliding-panel.vue.d.ts +89 -74
  2274. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2275. package/types/components/snippet-callbacks.vue.d.ts +187 -172
  2276. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  2277. package/types/components/suggestions/base-suggestion.vue.d.ts +112 -112
  2278. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2279. package/types/components/suggestions/base-suggestions.vue.d.ts +110 -110
  2280. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2281. package/types/components/suggestions/index.d.ts +2 -2
  2282. package/types/components/suggestions/index.d.ts.map +1 -1
  2283. package/types/components/x-component.utils.d.ts +28 -28
  2284. package/types/components/x-component.utils.d.ts.map +1 -1
  2285. package/types/composables/create-use-device.d.ts +50 -50
  2286. package/types/composables/create-use-device.d.ts.map +1 -1
  2287. package/types/composables/index.d.ts +8 -9
  2288. package/types/composables/index.d.ts.map +1 -1
  2289. package/types/composables/use-$x.d.ts +13 -13
  2290. package/types/composables/use-alias-api.d.ts +122 -122
  2291. package/types/composables/use-alias-api.d.ts.map +1 -1
  2292. package/types/composables/use-debounce.d.ts +12 -12
  2293. package/types/composables/use-debounce.d.ts.map +1 -1
  2294. package/types/composables/use-getter.d.ts +22 -12
  2295. package/types/composables/use-getter.d.ts.map +1 -1
  2296. package/types/composables/use-on-display.d.ts +48 -52
  2297. package/types/composables/use-on-display.d.ts.map +1 -1
  2298. package/types/composables/use-state.d.ts +12 -13
  2299. package/types/composables/use-state.d.ts.map +1 -1
  2300. package/types/composables/use-x-bus.d.ts +20 -20
  2301. package/types/composables/use-x-bus.d.ts.map +1 -1
  2302. package/types/directives/index.d.ts +2 -1
  2303. package/types/directives/index.d.ts.map +1 -1
  2304. package/types/directives/infinite-scroll.d.ts +49 -49
  2305. package/types/directives/infinite-scroll.d.ts.map +1 -1
  2306. package/types/directives/typing.d.ts +35 -0
  2307. package/types/directives/typing.d.ts.map +1 -0
  2308. package/types/index.d.ts +39 -36
  2309. package/types/index.d.ts.map +1 -1
  2310. package/types/plugins/devtools/colors.utils.d.ts +21 -21
  2311. package/types/plugins/devtools/colors.utils.d.ts.map +1 -1
  2312. package/types/plugins/devtools/devtools.plugin.d.ts +11 -11
  2313. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -1
  2314. package/types/plugins/devtools/timeline.devtools.d.ts +19 -19
  2315. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -1
  2316. package/types/plugins/devtools/wiring.devtools.d.ts +20 -20
  2317. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -1
  2318. package/types/plugins/index.d.ts +6 -6
  2319. package/types/plugins/index.d.ts.map +1 -1
  2320. package/types/plugins/x-bus.d.ts +9 -9
  2321. package/types/plugins/x-bus.d.ts.map +1 -1
  2322. package/types/plugins/x-emitters.d.ts +26 -27
  2323. package/types/plugins/x-emitters.d.ts.map +1 -1
  2324. package/types/plugins/x-plugin.d.ts +259 -264
  2325. package/types/plugins/x-plugin.d.ts.map +1 -1
  2326. package/types/plugins/x-plugin.types.d.ts +244 -246
  2327. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2328. package/types/plugins/x-plugin.utils.d.ts +18 -18
  2329. package/types/plugins/x-plugin.utils.d.ts.map +1 -1
  2330. package/types/router.d.ts +2 -2
  2331. package/types/router.d.ts.map +1 -1
  2332. package/types/services/directional-focus-navigation.service.d.ts +249 -251
  2333. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  2334. package/types/services/index.d.ts +2 -2
  2335. package/types/services/index.d.ts.map +1 -1
  2336. package/types/services/services.types.d.ts +91 -91
  2337. package/types/services/services.types.d.ts.map +1 -1
  2338. package/types/services/state-machine.service.d.ts +30 -30
  2339. package/types/services/state-machine.service.d.ts.map +1 -1
  2340. package/types/store/actions.types.d.ts +66 -68
  2341. package/types/store/actions.types.d.ts.map +1 -1
  2342. package/types/store/getters.types.d.ts +26 -26
  2343. package/types/store/getters.types.d.ts.map +1 -1
  2344. package/types/store/index.d.ts +11 -8
  2345. package/types/store/index.d.ts.map +1 -1
  2346. package/types/store/mutations.types.d.ts +33 -33
  2347. package/types/store/mutations.types.d.ts.map +1 -1
  2348. package/types/store/store.types.d.ts +151 -151
  2349. package/types/store/store.types.d.ts.map +1 -1
  2350. package/types/store/utils/config-store.utils.d.ts +44 -44
  2351. package/types/store/utils/config-store.utils.d.ts.map +1 -1
  2352. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -72
  2353. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  2354. package/types/store/utils/getters-proxy.utils.d.ts +41 -41
  2355. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  2356. package/types/store/utils/query.utils.d.ts +54 -54
  2357. package/types/store/utils/query.utils.d.ts.map +1 -1
  2358. package/types/store/utils/status-store.utils.d.ts +42 -42
  2359. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  2360. package/types/store/utils/store-emitters.utils.d.ts +85 -85
  2361. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  2362. package/types/store/x.module.d.ts +19 -19
  2363. package/types/store/x.module.d.ts.map +1 -1
  2364. package/types/tailwind/plugin-options.d.ts +2 -3
  2365. package/types/tailwind/plugin-options.d.ts.map +1 -1
  2366. package/types/types/animation-prop.d.ts +11 -11
  2367. package/types/types/animation-prop.d.ts.map +1 -1
  2368. package/types/types/index.d.ts +3 -3
  2369. package/types/types/index.d.ts.map +1 -1
  2370. package/types/types/origin.d.ts +45 -45
  2371. package/types/types/origin.d.ts.map +1 -1
  2372. package/types/types/page-mode.d.ts +2 -0
  2373. package/types/types/page-mode.d.ts.map +1 -0
  2374. package/types/types/url-params.d.ts +15 -14
  2375. package/types/types/url-params.d.ts.map +1 -1
  2376. package/types/utils/array.d.ts +158 -158
  2377. package/types/utils/array.d.ts.map +1 -1
  2378. package/types/utils/cancellable-promise.d.ts +44 -44
  2379. package/types/utils/cancellable-promise.d.ts.map +1 -1
  2380. package/types/utils/clone.d.ts +9 -9
  2381. package/types/utils/clone.d.ts.map +1 -1
  2382. package/types/utils/currency-formatter.d.ts +29 -29
  2383. package/types/utils/debounce.d.ts +36 -38
  2384. package/types/utils/debounce.d.ts.map +1 -1
  2385. package/types/utils/filters.d.ts +23 -23
  2386. package/types/utils/filters.d.ts.map +1 -1
  2387. package/types/utils/focus.d.ts +6 -6
  2388. package/types/utils/focus.d.ts.map +1 -1
  2389. package/types/utils/function.d.ts +7 -7
  2390. package/types/utils/function.d.ts.map +1 -1
  2391. package/types/utils/get-url-parameters.d.ts +8 -8
  2392. package/types/utils/get-url-parameters.d.ts.map +1 -1
  2393. package/types/utils/html.d.ts +39 -39
  2394. package/types/utils/index.d.ts +20 -19
  2395. package/types/utils/index.d.ts.map +1 -1
  2396. package/types/utils/ios-utils.d.ts +17 -0
  2397. package/types/utils/ios-utils.d.ts.map +1 -0
  2398. package/types/utils/is-new-query.d.ts +35 -35
  2399. package/types/utils/is-new-query.d.ts.map +1 -1
  2400. package/types/utils/normalize.d.ts +10 -10
  2401. package/types/utils/number.d.ts +10 -11
  2402. package/types/utils/number.d.ts.map +1 -1
  2403. package/types/utils/origin.d.ts +12 -14
  2404. package/types/utils/origin.d.ts.map +1 -1
  2405. package/types/utils/sanitize.d.ts +8 -8
  2406. package/types/utils/sanitize.d.ts.map +1 -1
  2407. package/types/utils/storage.d.ts +10 -10
  2408. package/types/utils/storage.d.ts.map +1 -1
  2409. package/types/utils/string.d.ts +36 -36
  2410. package/types/utils/throttle.d.ts +11 -11
  2411. package/types/utils/throttle.d.ts.map +1 -1
  2412. package/types/utils/types.d.ts +162 -162
  2413. package/types/utils/types.d.ts.map +1 -1
  2414. package/types/views/adapter.d.ts +5 -5
  2415. package/types/views/adapter.d.ts.map +1 -1
  2416. package/types/views/base-config.d.ts +4 -4
  2417. package/types/views/base-config.d.ts.map +1 -1
  2418. package/types/views/home/types.d.ts +27 -27
  2419. package/types/views/home/types.d.ts.map +1 -1
  2420. package/types/wiring/events.types.d.ts +237 -236
  2421. package/types/wiring/events.types.d.ts.map +1 -1
  2422. package/types/wiring/index.d.ts +8 -8
  2423. package/types/wiring/index.d.ts.map +1 -1
  2424. package/types/wiring/namespaced-wires.factory.d.ts +38 -38
  2425. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
  2426. package/types/wiring/namespaced-wires.operators.d.ts +26 -26
  2427. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2428. package/types/wiring/namespaced-wiring.types.d.ts +111 -111
  2429. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2430. package/types/wiring/wires-operators.utils.d.ts +37 -35
  2431. package/types/wiring/wires-operators.utils.d.ts.map +1 -1
  2432. package/types/wiring/wires.factory.d.ts +114 -114
  2433. package/types/wiring/wires.factory.d.ts.map +1 -1
  2434. package/types/wiring/wires.operators.d.ts +95 -95
  2435. package/types/wiring/wires.operators.d.ts.map +1 -1
  2436. package/types/wiring/wiring.types.d.ts +172 -172
  2437. package/types/wiring/wiring.types.d.ts.map +1 -1
  2438. package/types/wiring/wiring.utils.d.ts +27 -27
  2439. package/types/wiring/wiring.utils.d.ts.map +1 -1
  2440. package/types/x-bus/index.d.ts +3 -0
  2441. package/types/x-bus/index.d.ts.map +1 -0
  2442. package/types/x-bus/x-bus.d.ts +154 -0
  2443. package/types/x-bus/x-bus.d.ts.map +1 -0
  2444. package/types/x-bus/x-bus.spec.d.ts +2 -0
  2445. package/types/x-bus/x-bus.spec.d.ts.map +1 -0
  2446. package/types/x-bus/x-bus.types.d.ts +130 -0
  2447. package/types/x-bus/x-bus.types.d.ts.map +1 -0
  2448. package/types/x-bus/x-priority-queue/index.d.ts +3 -0
  2449. package/types/x-bus/x-priority-queue/index.d.ts.map +1 -0
  2450. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts +142 -0
  2451. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts.map +1 -0
  2452. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts +2 -0
  2453. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts.map +1 -0
  2454. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts +62 -0
  2455. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts.map +1 -0
  2456. package/types/x-installer/api/api.types.d.ts +135 -136
  2457. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2458. package/types/x-installer/api/base-api.d.ts +112 -112
  2459. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2460. package/types/x-installer/api/index.d.ts +2 -2
  2461. package/types/x-installer/api/index.d.ts.map +1 -1
  2462. package/types/x-installer/index.d.ts +2 -2
  2463. package/types/x-installer/index.d.ts.map +1 -1
  2464. package/types/x-installer/x-installer/index.d.ts +2 -2
  2465. package/types/x-installer/x-installer/index.d.ts.map +1 -1
  2466. package/types/x-installer/x-installer/types.d.ts +83 -83
  2467. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2468. package/types/x-installer/x-installer/x-installer.d.ts +216 -216
  2469. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2470. package/types/x-modules/ai/components/ai-overview.vue.d.ts +82 -0
  2471. package/types/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -0
  2472. package/types/x-modules/ai/components/index.d.ts +2 -0
  2473. package/types/x-modules/ai/components/index.d.ts.map +1 -0
  2474. package/types/x-modules/ai/config.types.d.ts +8 -0
  2475. package/types/x-modules/ai/config.types.d.ts.map +1 -0
  2476. package/types/x-modules/ai/events.types.d.ts +16 -0
  2477. package/types/x-modules/ai/events.types.d.ts.map +1 -0
  2478. package/types/x-modules/ai/index.d.ts +7 -0
  2479. package/types/x-modules/ai/index.d.ts.map +1 -0
  2480. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts +11 -0
  2481. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts.map +1 -0
  2482. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts +12 -0
  2483. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -0
  2484. package/types/x-modules/ai/store/actions/index.d.ts +5 -0
  2485. package/types/x-modules/ai/store/actions/index.d.ts.map +1 -0
  2486. package/types/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
  2487. package/types/x-modules/ai/store/actions/save-origin.action.d.ts.map +1 -0
  2488. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts +10 -0
  2489. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts.map +1 -0
  2490. package/types/x-modules/ai/store/emitters.d.ts +11 -0
  2491. package/types/x-modules/ai/store/emitters.d.ts.map +1 -0
  2492. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts +13 -0
  2493. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts.map +1 -0
  2494. package/types/x-modules/ai/store/getters/index.d.ts +4 -0
  2495. package/types/x-modules/ai/store/getters/index.d.ts.map +1 -0
  2496. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts +14 -0
  2497. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -0
  2498. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts +13 -0
  2499. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -0
  2500. package/types/x-modules/ai/store/index.d.ts +6 -0
  2501. package/types/x-modules/ai/store/index.d.ts.map +1 -0
  2502. package/types/x-modules/ai/store/module.d.ts +8 -0
  2503. package/types/x-modules/ai/store/module.d.ts.map +1 -0
  2504. package/types/x-modules/ai/store/types.d.ts +182 -0
  2505. package/types/x-modules/ai/store/types.d.ts.map +1 -0
  2506. package/types/x-modules/ai/wiring.d.ts +39 -0
  2507. package/types/x-modules/ai/wiring.d.ts.map +1 -0
  2508. package/types/x-modules/ai/x-module.d.ts +16 -0
  2509. package/types/x-modules/ai/x-module.d.ts.map +1 -0
  2510. package/types/x-modules/device/components/device-detector.vue.d.ts +71 -67
  2511. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  2512. package/types/x-modules/device/components/index.d.ts +1 -1
  2513. package/types/x-modules/device/components/index.d.ts.map +1 -1
  2514. package/types/x-modules/device/events.types.d.ts +13 -13
  2515. package/types/x-modules/device/events.types.d.ts.map +1 -1
  2516. package/types/x-modules/device/index.d.ts +5 -5
  2517. package/types/x-modules/device/index.d.ts.map +1 -1
  2518. package/types/x-modules/device/store/emitters.d.ts +6 -6
  2519. package/types/x-modules/device/store/emitters.d.ts.map +1 -1
  2520. package/types/x-modules/device/store/index.d.ts +3 -3
  2521. package/types/x-modules/device/store/index.d.ts.map +1 -1
  2522. package/types/x-modules/device/store/module.d.ts +7 -7
  2523. package/types/x-modules/device/store/module.d.ts.map +1 -1
  2524. package/types/x-modules/device/store/types.d.ts +47 -47
  2525. package/types/x-modules/device/store/types.d.ts.map +1 -1
  2526. package/types/x-modules/device/wiring.d.ts +16 -16
  2527. package/types/x-modules/device/wiring.d.ts.map +1 -1
  2528. package/types/x-modules/device/x-module.d.ts +15 -15
  2529. package/types/x-modules/device/x-module.d.ts.map +1 -1
  2530. package/types/x-modules/empathize/components/empathize.vue.d.ts +83 -51
  2531. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  2532. package/types/x-modules/empathize/components/index.d.ts +1 -1
  2533. package/types/x-modules/empathize/components/index.d.ts.map +1 -1
  2534. package/types/x-modules/empathize/config.types.d.ts +7 -7
  2535. package/types/x-modules/empathize/events.types.d.ts +23 -23
  2536. package/types/x-modules/empathize/events.types.d.ts.map +1 -1
  2537. package/types/x-modules/empathize/index.d.ts +6 -6
  2538. package/types/x-modules/empathize/index.d.ts.map +1 -1
  2539. package/types/x-modules/empathize/store/emitters.d.ts +6 -6
  2540. package/types/x-modules/empathize/store/emitters.d.ts.map +1 -1
  2541. package/types/x-modules/empathize/store/index.d.ts +3 -3
  2542. package/types/x-modules/empathize/store/index.d.ts.map +1 -1
  2543. package/types/x-modules/empathize/store/module.d.ts +7 -7
  2544. package/types/x-modules/empathize/store/module.d.ts.map +1 -1
  2545. package/types/x-modules/empathize/store/types.d.ts +55 -55
  2546. package/types/x-modules/empathize/store/types.d.ts.map +1 -1
  2547. package/types/x-modules/empathize/wiring.d.ts +13 -13
  2548. package/types/x-modules/empathize/wiring.d.ts.map +1 -1
  2549. package/types/x-modules/empathize/x-module.d.ts +15 -15
  2550. package/types/x-modules/empathize/x-module.d.ts.map +1 -1
  2551. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +8 -8
  2552. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -1
  2553. package/types/x-modules/experience-controls/components/index.d.ts +1 -1
  2554. package/types/x-modules/experience-controls/components/index.d.ts.map +1 -1
  2555. package/types/x-modules/experience-controls/events.types.d.ts +11 -11
  2556. package/types/x-modules/experience-controls/events.types.d.ts.map +1 -1
  2557. package/types/x-modules/experience-controls/index.d.ts +5 -5
  2558. package/types/x-modules/experience-controls/index.d.ts.map +1 -1
  2559. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +14 -14
  2560. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -1
  2561. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +12 -12
  2562. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -1
  2563. package/types/x-modules/experience-controls/store/actions/index.d.ts +2 -2
  2564. package/types/x-modules/experience-controls/store/actions/index.d.ts.map +1 -1
  2565. package/types/x-modules/experience-controls/store/emitters.d.ts +11 -11
  2566. package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -1
  2567. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +12 -12
  2568. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -1
  2569. package/types/x-modules/experience-controls/store/getters/index.d.ts +1 -1
  2570. package/types/x-modules/experience-controls/store/getters/index.d.ts.map +1 -1
  2571. package/types/x-modules/experience-controls/store/index.d.ts +5 -5
  2572. package/types/x-modules/experience-controls/store/index.d.ts.map +1 -1
  2573. package/types/x-modules/experience-controls/store/module.d.ts +7 -7
  2574. package/types/x-modules/experience-controls/store/module.d.ts.map +1 -1
  2575. package/types/x-modules/experience-controls/store/types.d.ts +92 -92
  2576. package/types/x-modules/experience-controls/store/types.d.ts.map +1 -1
  2577. package/types/x-modules/experience-controls/wiring.d.ts +25 -25
  2578. package/types/x-modules/experience-controls/wiring.d.ts.map +1 -1
  2579. package/types/x-modules/experience-controls/x-module.d.ts +15 -15
  2580. package/types/x-modules/experience-controls/x-module.d.ts.map +1 -1
  2581. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +20 -20
  2582. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2583. package/types/x-modules/extra-params/components/index.d.ts +3 -3
  2584. package/types/x-modules/extra-params/components/index.d.ts.map +1 -1
  2585. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +20 -20
  2586. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2587. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +25 -25
  2588. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2589. package/types/x-modules/extra-params/events.types.d.ts +29 -29
  2590. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  2591. package/types/x-modules/extra-params/index.d.ts +5 -5
  2592. package/types/x-modules/extra-params/index.d.ts.map +1 -1
  2593. package/types/x-modules/extra-params/store/emitters.d.ts +13 -13
  2594. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
  2595. package/types/x-modules/extra-params/store/index.d.ts +3 -3
  2596. package/types/x-modules/extra-params/store/index.d.ts.map +1 -1
  2597. package/types/x-modules/extra-params/store/module.d.ts +7 -7
  2598. package/types/x-modules/extra-params/store/module.d.ts.map +1 -1
  2599. package/types/x-modules/extra-params/store/types.d.ts +38 -38
  2600. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  2601. package/types/x-modules/extra-params/wiring.d.ts +22 -22
  2602. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  2603. package/types/x-modules/extra-params/x-module.d.ts +15 -15
  2604. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  2605. package/types/x-modules/facets/components/clear-filters.vue.d.ts +29 -28
  2606. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2607. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +57 -56
  2608. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  2609. package/types/x-modules/facets/components/facets/facets.vue.d.ts +92 -92
  2610. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  2611. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +32 -32
  2612. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  2613. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +99 -99
  2614. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2615. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +240 -225
  2616. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2617. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +50 -50
  2618. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2619. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +47 -47
  2620. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  2621. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +218 -203
  2622. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2623. package/types/x-modules/facets/components/index.d.ts +17 -17
  2624. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  2625. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +36 -36
  2626. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  2627. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +70 -70
  2628. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  2629. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +62 -62
  2630. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  2631. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +51 -51
  2632. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  2633. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +27 -26
  2634. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  2635. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +64 -64
  2636. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  2637. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +45 -45
  2638. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  2639. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +39 -39
  2640. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -1
  2641. package/types/x-modules/facets/composables/index.d.ts +2 -2
  2642. package/types/x-modules/facets/composables/index.d.ts.map +1 -1
  2643. package/types/x-modules/facets/composables/use-facets.d.ts +21 -22
  2644. package/types/x-modules/facets/composables/use-facets.d.ts.map +1 -1
  2645. package/types/x-modules/facets/composables/use-filters-injection.d.ts +17 -18
  2646. package/types/x-modules/facets/composables/use-filters-injection.d.ts.map +1 -1
  2647. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +12 -12
  2648. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -1
  2649. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +63 -63
  2650. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  2651. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -87
  2652. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  2653. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +60 -59
  2654. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  2655. package/types/x-modules/facets/entities/index.d.ts +9 -9
  2656. package/types/x-modules/facets/entities/index.d.ts.map +1 -1
  2657. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -26
  2658. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -1
  2659. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -29
  2660. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -1
  2661. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -26
  2662. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -1
  2663. package/types/x-modules/facets/entities/single-select.modifier.d.ts +54 -54
  2664. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  2665. package/types/x-modules/facets/entities/sticky.modifier.d.ts +31 -31
  2666. package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -1
  2667. package/types/x-modules/facets/entities/types.d.ts +65 -65
  2668. package/types/x-modules/facets/entities/types.d.ts.map +1 -1
  2669. package/types/x-modules/facets/events.types.d.ts +92 -92
  2670. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  2671. package/types/x-modules/facets/index.d.ts +9 -9
  2672. package/types/x-modules/facets/index.d.ts.map +1 -1
  2673. package/types/x-modules/facets/service/facets.service.d.ts +152 -153
  2674. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  2675. package/types/x-modules/facets/service/index.d.ts +2 -2
  2676. package/types/x-modules/facets/service/index.d.ts.map +1 -1
  2677. package/types/x-modules/facets/service/types.d.ts +106 -106
  2678. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  2679. package/types/x-modules/facets/store/constants.d.ts +1 -1
  2680. package/types/x-modules/facets/store/constants.d.ts.map +1 -1
  2681. package/types/x-modules/facets/store/emitters.d.ts +27 -27
  2682. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  2683. package/types/x-modules/facets/store/getters/facets.getter.d.ts +11 -11
  2684. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
  2685. package/types/x-modules/facets/store/getters/index.d.ts +3 -3
  2686. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -1
  2687. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +16 -16
  2688. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  2689. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +12 -12
  2690. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -1
  2691. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +12 -12
  2692. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  2693. package/types/x-modules/facets/store/index.d.ts +4 -4
  2694. package/types/x-modules/facets/store/index.d.ts.map +1 -1
  2695. package/types/x-modules/facets/store/module.d.ts +7 -7
  2696. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  2697. package/types/x-modules/facets/store/types.d.ts +195 -195
  2698. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  2699. package/types/x-modules/facets/utils.d.ts +11 -11
  2700. package/types/x-modules/facets/utils.d.ts.map +1 -1
  2701. package/types/x-modules/facets/wiring.d.ts +78 -78
  2702. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  2703. package/types/x-modules/facets/x-module.d.ts +15 -15
  2704. package/types/x-modules/facets/x-module.d.ts.map +1 -1
  2705. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +15 -15
  2706. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  2707. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +11 -11
  2708. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
  2709. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +11 -11
  2710. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  2711. package/types/x-modules/history-queries/components/history-query.vue.d.ts +45 -45
  2712. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  2713. package/types/x-modules/history-queries/components/index.d.ts +6 -6
  2714. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  2715. package/types/x-modules/history-queries/components/my-history.vue.d.ts +65 -65
  2716. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -1
  2717. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +34 -34
  2718. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  2719. package/types/x-modules/history-queries/config.types.d.ts +33 -33
  2720. package/types/x-modules/history-queries/config.types.d.ts.map +1 -1
  2721. package/types/x-modules/history-queries/events.types.d.ts +65 -65
  2722. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  2723. package/types/x-modules/history-queries/index.d.ts +6 -6
  2724. package/types/x-modules/history-queries/index.d.ts.map +1 -1
  2725. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +91 -91
  2726. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  2727. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +10 -10
  2728. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -1
  2729. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +9 -9
  2730. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -1
  2731. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +11 -11
  2732. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -1
  2733. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +10 -10
  2734. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  2735. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +10 -11
  2736. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  2737. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +2 -2
  2738. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -1
  2739. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +17 -20
  2740. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -1
  2741. package/types/x-modules/history-queries/store/constants.d.ts +3 -3
  2742. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  2743. package/types/x-modules/history-queries/store/emitters.d.ts +16 -16
  2744. package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -1
  2745. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +12 -15
  2746. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -1
  2747. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +35 -35
  2748. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -1
  2749. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -12
  2750. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  2751. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +10 -10
  2752. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -1
  2753. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +8 -8
  2754. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -1
  2755. package/types/x-modules/history-queries/store/index.d.ts +11 -11
  2756. package/types/x-modules/history-queries/store/index.d.ts.map +1 -1
  2757. package/types/x-modules/history-queries/store/module.d.ts +7 -7
  2758. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  2759. package/types/x-modules/history-queries/store/types.d.ts +197 -197
  2760. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  2761. package/types/x-modules/history-queries/wiring.d.ts +135 -135
  2762. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  2763. package/types/x-modules/history-queries/x-module.d.ts +15 -15
  2764. package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
  2765. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +33 -33
  2766. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  2767. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +47 -47
  2768. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  2769. package/types/x-modules/identifier-results/components/index.d.ts +2 -2
  2770. package/types/x-modules/identifier-results/components/index.d.ts.map +1 -1
  2771. package/types/x-modules/identifier-results/config.types.d.ts +25 -25
  2772. package/types/x-modules/identifier-results/config.types.d.ts.map +1 -1
  2773. package/types/x-modules/identifier-results/events.types.d.ts +25 -25
  2774. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  2775. package/types/x-modules/identifier-results/index.d.ts +6 -6
  2776. package/types/x-modules/identifier-results/index.d.ts.map +1 -1
  2777. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +15 -15
  2778. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  2779. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +13 -13
  2780. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  2781. package/types/x-modules/identifier-results/store/actions/index.d.ts +4 -4
  2782. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -1
  2783. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +10 -11
  2784. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -1
  2785. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +10 -11
  2786. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  2787. package/types/x-modules/identifier-results/store/emitters.d.ts +12 -12
  2788. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  2789. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +11 -11
  2790. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -1
  2791. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +11 -11
  2792. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -1
  2793. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +11 -11
  2794. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  2795. package/types/x-modules/identifier-results/store/index.d.ts +7 -7
  2796. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  2797. package/types/x-modules/identifier-results/store/module.d.ts +7 -7
  2798. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  2799. package/types/x-modules/identifier-results/store/types.d.ts +112 -112
  2800. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  2801. package/types/x-modules/identifier-results/wiring.d.ts +80 -80
  2802. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  2803. package/types/x-modules/identifier-results/x-module.d.ts +15 -15
  2804. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
  2805. package/types/x-modules/next-queries/components/index.d.ts +4 -4
  2806. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  2807. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +78 -78
  2808. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  2809. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +49 -49
  2810. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  2811. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +45 -45
  2812. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -1
  2813. package/types/x-modules/next-queries/components/next-query.vue.d.ts +55 -55
  2814. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  2815. package/types/x-modules/next-queries/config.types.d.ts +41 -41
  2816. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  2817. package/types/x-modules/next-queries/events.types.d.ts +35 -35
  2818. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  2819. package/types/x-modules/next-queries/index.d.ts +7 -7
  2820. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  2821. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +14 -14
  2822. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  2823. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +2 -2
  2824. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -1
  2825. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +13 -13
  2826. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  2827. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +15 -12
  2828. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -1
  2829. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +10 -10
  2830. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -1
  2831. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +10 -11
  2832. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  2833. package/types/x-modules/next-queries/store/emitters.d.ts +12 -12
  2834. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  2835. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +10 -12
  2836. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +1 -1
  2837. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +10 -11
  2838. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -1
  2839. package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -14
  2840. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
  2841. package/types/x-modules/next-queries/store/index.d.ts +9 -9
  2842. package/types/x-modules/next-queries/store/index.d.ts.map +1 -1
  2843. package/types/x-modules/next-queries/store/module.d.ts +7 -7
  2844. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  2845. package/types/x-modules/next-queries/store/types.d.ts +149 -149
  2846. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  2847. package/types/x-modules/next-queries/types.d.ts +11 -11
  2848. package/types/x-modules/next-queries/types.d.ts.map +1 -1
  2849. package/types/x-modules/next-queries/wiring.d.ts +96 -96
  2850. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  2851. package/types/x-modules/next-queries/x-module.d.ts +15 -15
  2852. package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
  2853. package/types/x-modules/popular-searches/components/index.d.ts +2 -2
  2854. package/types/x-modules/popular-searches/components/index.d.ts.map +1 -1
  2855. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +34 -34
  2856. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  2857. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +12 -12
  2858. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  2859. package/types/x-modules/popular-searches/config.types.d.ts +33 -33
  2860. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  2861. package/types/x-modules/popular-searches/events.types.d.ts +24 -24
  2862. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  2863. package/types/x-modules/popular-searches/index.d.ts +6 -6
  2864. package/types/x-modules/popular-searches/index.d.ts.map +1 -1
  2865. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  2866. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2867. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +12 -12
  2868. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2869. package/types/x-modules/popular-searches/store/emitters.d.ts +10 -10
  2870. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
  2871. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +11 -12
  2872. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -1
  2873. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +10 -12
  2874. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
  2875. package/types/x-modules/popular-searches/store/index.d.ts +7 -7
  2876. package/types/x-modules/popular-searches/store/index.d.ts.map +1 -1
  2877. package/types/x-modules/popular-searches/store/module.d.ts +7 -7
  2878. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  2879. package/types/x-modules/popular-searches/store/types.d.ts +90 -90
  2880. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  2881. package/types/x-modules/popular-searches/wiring.d.ts +28 -28
  2882. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  2883. package/types/x-modules/popular-searches/x-module.d.ts +15 -15
  2884. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
  2885. package/types/x-modules/queries-preview/components/index.d.ts +3 -3
  2886. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -1
  2887. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +54 -54
  2888. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
  2889. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +124 -124
  2890. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  2891. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +92 -92
  2892. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  2893. package/types/x-modules/queries-preview/composables/index.d.ts +1 -1
  2894. package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -1
  2895. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +28 -28
  2896. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -1
  2897. package/types/x-modules/queries-preview/config.types.d.ts +11 -11
  2898. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -1
  2899. package/types/x-modules/queries-preview/events.types.d.ts +46 -41
  2900. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -1
  2901. package/types/x-modules/queries-preview/index.d.ts +7 -7
  2902. package/types/x-modules/queries-preview/index.d.ts.map +1 -1
  2903. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +12 -12
  2904. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  2905. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +12 -12
  2906. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -1
  2907. package/types/x-modules/queries-preview/store/emitters.d.ts +12 -11
  2908. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -1
  2909. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +9 -10
  2910. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -1
  2911. package/types/x-modules/queries-preview/store/index.d.ts +5 -5
  2912. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -1
  2913. package/types/x-modules/queries-preview/store/module.d.ts +7 -7
  2914. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  2915. package/types/x-modules/queries-preview/store/types.d.ts +188 -189
  2916. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
  2917. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +18 -18
  2918. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  2919. package/types/x-modules/queries-preview/wiring.d.ts +85 -85
  2920. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -1
  2921. package/types/x-modules/queries-preview/x-module.d.ts +15 -15
  2922. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -1
  2923. package/types/x-modules/query-suggestions/components/index.d.ts +2 -2
  2924. package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -1
  2925. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +28 -28
  2926. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  2927. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +11 -11
  2928. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  2929. package/types/x-modules/query-suggestions/config.types.d.ts +58 -58
  2930. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  2931. package/types/x-modules/query-suggestions/events.types.d.ts +26 -31
  2932. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  2933. package/types/x-modules/query-suggestions/index.d.ts +6 -6
  2934. package/types/x-modules/query-suggestions/index.d.ts.map +1 -1
  2935. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  2936. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2937. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +13 -13
  2938. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2939. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +10 -11
  2940. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -1
  2941. package/types/x-modules/query-suggestions/store/emitters.d.ts +9 -9
  2942. package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -1
  2943. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +10 -12
  2944. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -1
  2945. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +34 -34
  2946. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -1
  2947. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +10 -12
  2948. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
  2949. package/types/x-modules/query-suggestions/store/index.d.ts +8 -8
  2950. package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -1
  2951. package/types/x-modules/query-suggestions/store/module.d.ts +7 -7
  2952. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  2953. package/types/x-modules/query-suggestions/store/types.d.ts +104 -104
  2954. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  2955. package/types/x-modules/query-suggestions/wiring.d.ts +90 -90
  2956. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  2957. package/types/x-modules/query-suggestions/x-module.d.ts +15 -15
  2958. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
  2959. package/types/x-modules/recommendations/components/index.d.ts +1 -1
  2960. package/types/x-modules/recommendations/components/index.d.ts.map +1 -1
  2961. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +33 -34
  2962. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  2963. package/types/x-modules/recommendations/config.types.d.ts +11 -11
  2964. package/types/x-modules/recommendations/config.types.d.ts.map +1 -1
  2965. package/types/x-modules/recommendations/events.types.d.ts +25 -25
  2966. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  2967. package/types/x-modules/recommendations/index.d.ts +6 -6
  2968. package/types/x-modules/recommendations/index.d.ts.map +1 -1
  2969. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +16 -16
  2970. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  2971. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +12 -12
  2972. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  2973. package/types/x-modules/recommendations/store/constants.d.ts +6 -6
  2974. package/types/x-modules/recommendations/store/constants.d.ts.map +1 -1
  2975. package/types/x-modules/recommendations/store/emitters.d.ts +11 -11
  2976. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
  2977. package/types/x-modules/recommendations/store/getters/request.getter.d.ts +11 -11
  2978. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
  2979. package/types/x-modules/recommendations/store/index.d.ts +7 -7
  2980. package/types/x-modules/recommendations/store/index.d.ts.map +1 -1
  2981. package/types/x-modules/recommendations/store/module.d.ts +7 -7
  2982. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  2983. package/types/x-modules/recommendations/store/types.d.ts +90 -90
  2984. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  2985. package/types/x-modules/recommendations/wiring.d.ts +20 -20
  2986. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  2987. package/types/x-modules/recommendations/x-module.d.ts +15 -15
  2988. package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
  2989. package/types/x-modules/related-prompts/components/index.d.ts +3 -2
  2990. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -1
  2991. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +47 -36
  2992. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -1
  2993. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +105 -105
  2994. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
  2995. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +132 -0
  2996. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
  2997. package/types/x-modules/related-prompts/events.types.d.ts +53 -15
  2998. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  2999. package/types/x-modules/related-prompts/index.d.ts +5 -5
  3000. package/types/x-modules/related-prompts/index.d.ts.map +1 -1
  3001. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +16 -16
  3002. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -1
  3003. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +12 -12
  3004. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -1
  3005. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +10 -0
  3006. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
  3007. package/types/x-modules/related-prompts/store/emitters.d.ts +10 -8
  3008. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
  3009. package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
  3010. package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
  3011. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
  3012. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
  3013. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -12
  3014. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -1
  3015. package/types/x-modules/related-prompts/store/index.d.ts +5 -6
  3016. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -1
  3017. package/types/x-modules/related-prompts/store/module.d.ts +7 -7
  3018. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
  3019. package/types/x-modules/related-prompts/store/types.d.ts +124 -103
  3020. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
  3021. package/types/x-modules/related-prompts/types.d.ts +9 -9
  3022. package/types/x-modules/related-prompts/types.d.ts.map +1 -1
  3023. package/types/x-modules/related-prompts/wiring.d.ts +45 -30
  3024. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  3025. package/types/x-modules/related-prompts/x-module.d.ts +15 -15
  3026. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -1
  3027. package/types/x-modules/related-tags/components/index.d.ts +2 -2
  3028. package/types/x-modules/related-tags/components/index.d.ts.map +1 -1
  3029. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +58 -58
  3030. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3031. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +72 -72
  3032. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3033. package/types/x-modules/related-tags/config.types.d.ts +11 -11
  3034. package/types/x-modules/related-tags/config.types.d.ts.map +1 -1
  3035. package/types/x-modules/related-tags/events.types.d.ts +43 -43
  3036. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3037. package/types/x-modules/related-tags/index.d.ts +6 -6
  3038. package/types/x-modules/related-tags/index.d.ts.map +1 -1
  3039. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +14 -14
  3040. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3041. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +12 -12
  3042. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3043. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +14 -11
  3044. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  3045. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +10 -11
  3046. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -1
  3047. package/types/x-modules/related-tags/store/emitters.d.ts +13 -13
  3048. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3049. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +10 -12
  3050. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -1
  3051. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +10 -11
  3052. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -1
  3053. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +12 -14
  3054. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3055. package/types/x-modules/related-tags/store/index.d.ts +9 -9
  3056. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3057. package/types/x-modules/related-tags/store/module.d.ts +7 -7
  3058. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3059. package/types/x-modules/related-tags/store/types.d.ts +109 -109
  3060. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3061. package/types/x-modules/related-tags/wiring.d.ts +105 -105
  3062. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3063. package/types/x-modules/related-tags/x-module.d.ts +15 -15
  3064. package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
  3065. package/types/x-modules/scroll/components/index.d.ts +6 -6
  3066. package/types/x-modules/scroll/components/index.d.ts.map +1 -1
  3067. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +36 -36
  3068. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
  3069. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +74 -74
  3070. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  3071. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +65 -65
  3072. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
  3073. package/types/x-modules/scroll/components/scroll.const.d.ts +14 -14
  3074. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -1
  3075. package/types/x-modules/scroll/components/scroll.types.d.ts +19 -19
  3076. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -1
  3077. package/types/x-modules/scroll/components/scroll.vue.d.ts +39 -39
  3078. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  3079. package/types/x-modules/scroll/events.types.d.ts +52 -52
  3080. package/types/x-modules/scroll/events.types.d.ts.map +1 -1
  3081. package/types/x-modules/scroll/index.d.ts +5 -5
  3082. package/types/x-modules/scroll/index.d.ts.map +1 -1
  3083. package/types/x-modules/scroll/store/emitters.d.ts +6 -6
  3084. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -1
  3085. package/types/x-modules/scroll/store/index.d.ts +3 -3
  3086. package/types/x-modules/scroll/store/index.d.ts.map +1 -1
  3087. package/types/x-modules/scroll/store/module.d.ts +7 -7
  3088. package/types/x-modules/scroll/store/module.d.ts.map +1 -1
  3089. package/types/x-modules/scroll/store/types.d.ts +97 -97
  3090. package/types/x-modules/scroll/store/types.d.ts.map +1 -1
  3091. package/types/x-modules/scroll/wiring.d.ts +73 -73
  3092. package/types/x-modules/scroll/wiring.d.ts.map +1 -1
  3093. package/types/x-modules/scroll/x-module.d.ts +15 -15
  3094. package/types/x-modules/scroll/x-module.d.ts.map +1 -1
  3095. package/types/x-modules/search/components/banner.vue.d.ts +42 -139
  3096. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3097. package/types/x-modules/search/components/banners-list.vue.d.ts +29 -29
  3098. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3099. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +11 -11
  3100. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
  3101. package/types/x-modules/search/components/index.d.ts +14 -14
  3102. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3103. package/types/x-modules/search/components/partial-query-button.vue.d.ts +32 -32
  3104. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3105. package/types/x-modules/search/components/partial-results-list.vue.d.ts +51 -53
  3106. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  3107. package/types/x-modules/search/components/promoted.vue.d.ts +38 -38
  3108. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3109. package/types/x-modules/search/components/promoteds-list.vue.d.ts +29 -29
  3110. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3111. package/types/x-modules/search/components/redirection.vue.d.ts +64 -64
  3112. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  3113. package/types/x-modules/search/components/results-list.vue.d.ts +31 -31
  3114. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3115. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +31 -30
  3116. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  3117. package/types/x-modules/search/components/sort-list.vue.d.ts +46 -45
  3118. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  3119. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +50 -49
  3120. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -1
  3121. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +13 -13
  3122. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3123. package/types/x-modules/search/components/spellcheck.vue.d.ts +15 -15
  3124. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  3125. package/types/x-modules/search/config.types.d.ts +13 -11
  3126. package/types/x-modules/search/config.types.d.ts.map +1 -1
  3127. package/types/x-modules/search/events.types.d.ts +110 -106
  3128. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3129. package/types/x-modules/search/index.d.ts +7 -7
  3130. package/types/x-modules/search/index.d.ts.map +1 -1
  3131. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +14 -14
  3132. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3133. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +12 -12
  3134. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3135. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +10 -10
  3136. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -1
  3137. package/types/x-modules/search/store/actions/index.d.ts +7 -7
  3138. package/types/x-modules/search/store/actions/index.d.ts.map +1 -1
  3139. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +10 -11
  3140. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -1
  3141. package/types/x-modules/search/store/actions/save-origin.action.d.ts +10 -11
  3142. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -1
  3143. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +10 -11
  3144. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  3145. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +10 -12
  3146. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
  3147. package/types/x-modules/search/store/emitters.d.ts +38 -38
  3148. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3149. package/types/x-modules/search/store/getters/index.d.ts +2 -2
  3150. package/types/x-modules/search/store/getters/index.d.ts.map +1 -1
  3151. package/types/x-modules/search/store/getters/query.getter.d.ts +12 -12
  3152. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -1
  3153. package/types/x-modules/search/store/getters/request.getter.d.ts +12 -13
  3154. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3155. package/types/x-modules/search/store/index.d.ts +5 -5
  3156. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3157. package/types/x-modules/search/store/module.d.ts +41 -41
  3158. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3159. package/types/x-modules/search/store/types.d.ts +288 -288
  3160. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3161. package/types/x-modules/search/types.d.ts +34 -34
  3162. package/types/x-modules/search/types.d.ts.map +1 -1
  3163. package/types/x-modules/search/wiring.d.ts +221 -217
  3164. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3165. package/types/x-modules/search/x-module.d.ts +15 -15
  3166. package/types/x-modules/search/x-module.d.ts.map +1 -1
  3167. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +19 -19
  3168. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  3169. package/types/x-modules/search-box/components/index.d.ts +4 -4
  3170. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  3171. package/types/x-modules/search-box/components/search-button.vue.d.ts +17 -18
  3172. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3173. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +84 -84
  3174. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -1
  3175. package/types/x-modules/search-box/components/search-input.vue.d.ts +83 -83
  3176. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3177. package/types/x-modules/search-box/events.types.d.ts +73 -73
  3178. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  3179. package/types/x-modules/search-box/index.d.ts +5 -5
  3180. package/types/x-modules/search-box/index.d.ts.map +1 -1
  3181. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +11 -11
  3182. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -1
  3183. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +10 -11
  3184. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -1
  3185. package/types/x-modules/search-box/store/emitters.d.ts +13 -13
  3186. package/types/x-modules/search-box/store/emitters.d.ts.map +1 -1
  3187. package/types/x-modules/search-box/store/index.d.ts +3 -3
  3188. package/types/x-modules/search-box/store/index.d.ts.map +1 -1
  3189. package/types/x-modules/search-box/store/module.d.ts +7 -7
  3190. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3191. package/types/x-modules/search-box/store/types.d.ts +69 -69
  3192. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3193. package/types/x-modules/search-box/wiring.d.ts +42 -42
  3194. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3195. package/types/x-modules/search-box/x-module.d.ts +15 -15
  3196. package/types/x-modules/search-box/x-module.d.ts.map +1 -1
  3197. package/types/x-modules/semantic-queries/components/index.d.ts +2 -2
  3198. package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -1
  3199. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +9 -11
  3200. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
  3201. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +29 -29
  3202. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -1
  3203. package/types/x-modules/semantic-queries/config.types.d.ts +15 -15
  3204. package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -1
  3205. package/types/x-modules/semantic-queries/events.types.d.ts +24 -24
  3206. package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -1
  3207. package/types/x-modules/semantic-queries/index.d.ts +6 -6
  3208. package/types/x-modules/semantic-queries/index.d.ts.map +1 -1
  3209. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +12 -12
  3210. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -1
  3211. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +12 -12
  3212. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -1
  3213. package/types/x-modules/semantic-queries/store/actions/index.d.ts +2 -2
  3214. package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -1
  3215. package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -9
  3216. package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -1
  3217. package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -2
  3218. package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
  3219. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +12 -12
  3220. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  3221. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -12
  3222. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
  3223. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
  3224. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
  3225. package/types/x-modules/semantic-queries/store/index.d.ts +4 -4
  3226. package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -1
  3227. package/types/x-modules/semantic-queries/store/module.d.ts +7 -7
  3228. package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
  3229. package/types/x-modules/semantic-queries/store/types.d.ts +102 -90
  3230. package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
  3231. package/types/x-modules/semantic-queries/wiring.d.ts +65 -62
  3232. package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
  3233. package/types/x-modules/semantic-queries/x-module.d.ts +15 -15
  3234. package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -1
  3235. package/types/x-modules/tagging/components/index.d.ts +1 -1
  3236. package/types/x-modules/tagging/components/index.d.ts.map +1 -1
  3237. package/types/x-modules/tagging/components/tagging.vue.d.ts +84 -82
  3238. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  3239. package/types/x-modules/tagging/config.types.d.ts +25 -25
  3240. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3241. package/types/x-modules/tagging/events.types.d.ts +51 -51
  3242. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3243. package/types/x-modules/tagging/index.d.ts +7 -7
  3244. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3245. package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +100 -82
  3246. package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
  3247. package/types/x-modules/tagging/service/index.d.ts +2 -2
  3248. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  3249. package/types/x-modules/tagging/service/types.d.ts +38 -29
  3250. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  3251. package/types/x-modules/tagging/store/actions/index.d.ts +1 -1
  3252. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -1
  3253. package/types/x-modules/tagging/store/actions/track.action.d.ts +10 -11
  3254. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -1
  3255. package/types/x-modules/tagging/store/emitters.d.ts +13 -13
  3256. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3257. package/types/x-modules/tagging/store/index.d.ts +4 -4
  3258. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3259. package/types/x-modules/tagging/store/module.d.ts +7 -7
  3260. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3261. package/types/x-modules/tagging/store/types.d.ts +80 -80
  3262. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3263. package/types/x-modules/tagging/wiring.d.ts +267 -164
  3264. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3265. package/types/x-modules/tagging/x-module.d.ts +15 -15
  3266. package/types/x-modules/tagging/x-module.d.ts.map +1 -1
  3267. package/types/x-modules/url/components/index.d.ts +1 -1
  3268. package/types/x-modules/url/components/index.d.ts.map +1 -1
  3269. package/types/x-modules/url/components/url-handler.vue.d.ts +12 -12
  3270. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  3271. package/types/x-modules/url/events.types.d.ts +30 -31
  3272. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3273. package/types/x-modules/url/index.d.ts +5 -5
  3274. package/types/x-modules/url/index.d.ts.map +1 -1
  3275. package/types/x-modules/url/store/emitters.d.ts +49 -49
  3276. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  3277. package/types/x-modules/url/store/getters/url-params.getter.d.ts +9 -11
  3278. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  3279. package/types/x-modules/url/store/index.d.ts +3 -3
  3280. package/types/x-modules/url/store/index.d.ts.map +1 -1
  3281. package/types/x-modules/url/store/initial-state.d.ts +8 -8
  3282. package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
  3283. package/types/x-modules/url/store/module.d.ts +7 -7
  3284. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3285. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +12 -12
  3286. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -1
  3287. package/types/x-modules/url/store/types.d.ts +108 -102
  3288. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3289. package/types/x-modules/url/wiring.d.ts +117 -108
  3290. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3291. package/types/x-modules/url/x-module.d.ts +15 -15
  3292. package/types/x-modules/url/x-module.d.ts.map +1 -1
  3293. package/types/x-modules/x-modules.types.d.ts +97 -95
  3294. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3295. package/url/index.js +1 -1
  3296. package/design-system/deprecated-full-theme.css +0 -8828
  3297. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
  3298. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
  3299. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
  3300. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
  3301. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
  3302. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +0 -24
  3303. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
  3304. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
  3305. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +0 -24
  3306. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
  3307. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +0 -24
  3308. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
  3309. package/docs/API-reference/api/x-components.relatedpromptrequest.md +0 -13
  3310. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
  3311. package/docs/API-reference/api/x-components.usestore.md +0 -19
  3312. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +0 -23
  3313. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +0 -23
  3314. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +0 -25
  3315. package/docs/assets/features/overview-my-history.svg +0 -279
  3316. package/docs/assets/features/overview-product-results-card.svg +0 -128
  3317. package/docs/assets/interface/build-search-ui.svg +0 -167
  3318. package/docs/assets/interface/experience-search-intro.svg +0 -1
  3319. package/docs/assets/interface/integration-guide.svg +0 -1
  3320. package/docs/assets/interface/integration-video.png +0 -0
  3321. package/docs/assets/interface/x-architecture.svg +0 -1
  3322. package/docs/assets/interface/x-empathize.gif +0 -0
  3323. package/docs/assets/interface/x-facets.gif +0 -0
  3324. package/docs/assets/interface/x-facets.svg +0 -189
  3325. package/docs/assets/interface/x-history-queries.gif +0 -0
  3326. package/docs/assets/interface/x-id-results.gif +0 -0
  3327. package/docs/assets/interface/x-next-queries.gif +0 -0
  3328. package/docs/assets/interface/x-popular-searches.gif +0 -0
  3329. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  3330. package/docs/assets/interface/x-recommendations.gif +0 -0
  3331. package/docs/assets/interface/x-recommendations.svg +0 -472
  3332. package/docs/assets/interface/x-related-tags.gif +0 -0
  3333. package/docs/assets/interface/x-results-layout.svg +0 -259
  3334. package/docs/assets/interface/x-search-box-elements.svg +0 -1
  3335. package/docs/assets/interface/x-search-box.svg +0 -60
  3336. package/docs/build-search-ui/README.md +0 -127
  3337. package/docs/build-search-ui/sidebar.js +0 -7
  3338. package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
  3339. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
  3340. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
  3341. package/docs/build-search-ui/web-x-architecture.md +0 -83
  3342. package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
  3343. package/docs/experience-search-and-discovery/README.md +0 -132
  3344. package/docs/experience-search-and-discovery/empathize.md +0 -119
  3345. package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
  3346. package/docs/experience-search-and-discovery/history-queries.md +0 -70
  3347. package/docs/experience-search-and-discovery/id-results.md +0 -49
  3348. package/docs/experience-search-and-discovery/my-history.md +0 -60
  3349. package/docs/experience-search-and-discovery/next-queries.md +0 -72
  3350. package/docs/experience-search-and-discovery/popular-searches.md +0 -50
  3351. package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
  3352. package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
  3353. package/docs/experience-search-and-discovery/recommendations.md +0 -134
  3354. package/docs/experience-search-and-discovery/related-tags.md +0 -66
  3355. package/docs/experience-search-and-discovery/search-box.md +0 -99
  3356. package/docs/experience-search-and-discovery/serp-ui.md +0 -125
  3357. package/docs/experience-search-and-discovery/sidebar.js +0 -17
  3358. package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
  3359. package/docs/input-status-machine-state.png +0 -0
  3360. package/js/composables/use-store.js +0 -15
  3361. package/js/composables/use-store.js.map +0 -1
  3362. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
  3363. package/types/composables/use-store.d.ts +0 -10
  3364. package/types/composables/use-store.d.ts.map +0 -1
  3365. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"query-preview.vue2.js","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue"],"sourcesContent":["<template>\n <ul v-if=\"hasResults\" data-test=\"query-preview\" class=\"x-query-preview\">\n <li\n v-for=\"result in queryPreviewResults?.results\"\n :key=\"result.id\"\n class=\"x-query-preview__item\"\n data-test=\"query-preview-item\"\n >\n <!--\n @slot Query Preview result slot.\n @binding {Result} result - A Query Preview result\n -->\n <slot name=\"result\" :result=\"result\">\n <span data-test=\"result-name\">{{ result.name }}</span>\n </slot>\n </li>\n </ul>\n</template>\n\n<script lang=\"ts\">\n import {\n computed,\n ComputedRef,\n defineComponent,\n inject,\n onBeforeUnmount,\n PropType,\n provide,\n Ref,\n watch\n } from 'vue';\n import { SearchRequest, Filter } from '@empathyco/x-types';\n import { deepEqual, Dictionary } from '@empathyco/x-utils';\n import { LIST_ITEMS_KEY } from '../../../components';\n import { QueryFeature, FeatureLocation } from '../../../types';\n import { QueryPreviewInfo, QueryPreviewItem } from '../store/types';\n import { QueriesPreviewConfig } from '../config.types';\n import { queriesPreviewXModule } from '../x-module';\n import {\n DebouncedFunction,\n debounceFunction,\n createOrigin,\n createRawFilters\n } from '../../../utils';\n import { getHashFromQueryPreviewInfo } from '../utils/get-hash-from-query-preview';\n import { useXBus, useState } from '../../../composables';\n\n /**\n * Retrieves a preview of the results of a query and exposes them in the default slot,\n * along with the query preview and the totalResults of the search request.\n * By default, it renders the names of the results.\n *\n * @public\n */\n export default defineComponent({\n name: 'QueryPreview',\n xModule: queriesPreviewXModule.name,\n props: {\n /** The information about the request of the query preview. */\n queryPreviewInfo: {\n type: Object as PropType<QueryPreviewInfo>,\n required: true\n },\n /** The origin property for the request. */\n queryFeature: {\n type: String as PropType<QueryFeature>\n },\n /** Number of query preview results to be rendered. */\n maxItemsToRender: {\n type: Number\n },\n /**\n * Debounce time in milliseconds for triggering the search requests.\n * It will default to 0 to fit the most common use case (pre-search),\n * and it would work properly with a 250 value inside empathize.\n */\n debounceTimeMs: {\n type: Number,\n default: 0\n },\n /**\n * Controls whether the QueryPreview should be removed from the state\n * when the component is destroyed.\n */\n persistInCache: {\n type: Boolean,\n default: false\n }\n },\n emits: ['load', 'error'],\n setup(props, { emit, slots }) {\n const xBus = useXBus();\n\n const queriesPreviewState = useState('queriesPreview', [\n 'queriesPreview',\n 'params',\n 'config'\n ]);\n\n /**\n * The results preview of the queries preview cacheable mounted.\n * It is a dictionary, indexed by the query preview query.\n */\n const previewResults: ComputedRef<Dictionary<QueryPreviewItem>> =\n queriesPreviewState.queriesPreview;\n\n /**\n * As the request is handled in this component, we need\n * the extra params that will be used in the request.\n */\n const params: ComputedRef<Dictionary<unknown>> = queriesPreviewState.params;\n\n /**\n * As the request is handled in this component, we need\n * the config that will be used in the request.\n */\n const config: ComputedRef<QueriesPreviewConfig> = queriesPreviewState.config;\n\n /**\n * Query Preview key converted into a unique id.\n *\n * @returns The query hash.\n */\n const queryPreviewHash = computed(() =>\n getHashFromQueryPreviewInfo(props.queryPreviewInfo, params.value.lang as string)\n );\n\n provide('queryPreviewHash', queryPreviewHash);\n\n /**\n * Gets from the state the results preview of the query preview.\n *\n * @returns The results preview of the actual query preview.\n */\n const queryPreviewResults = computed(() => {\n const resultsPreview = previewResults.value[queryPreviewHash.value];\n return resultsPreview?.results\n ? {\n ...resultsPreview,\n results: resultsPreview.results.slice(0, props.maxItemsToRender)\n }\n : undefined;\n });\n\n /**\n * The results to render from the state.\n *\n * @remarks The results list are provided with `items` key. It can be\n * concatenated with list items from components such as `BannersList`, `PromotedsList`,\n * `BaseGrid` or any component that injects the list.\n *\n * @returns A list of results.\n */\n const results = computed(() => queryPreviewResults.value?.results);\n provide(LIST_ITEMS_KEY as string, results);\n\n /**\n * It injects the provided {@link FeatureLocation} of the selected query in the search request.\n *\n * @internal\n */\n const injectedLocation = inject<Ref<FeatureLocation> | FeatureLocation>('location', 'none');\n const location =\n typeof injectedLocation === 'object' && 'value' in injectedLocation\n ? injectedLocation.value\n : injectedLocation;\n\n /**\n * The computed request object to be used to retrieve the query preview results.\n *\n * @returns The search request object.\n */\n const queryPreviewRequest = computed<SearchRequest>(() => {\n const origin = createOrigin({\n feature: props.queryFeature,\n location: location\n });\n const filters = props.queryPreviewInfo.filters?.reduce((filtersList, filterId) => {\n const facetId = filterId.split(':')[0];\n const rawFilter = createRawFilters([filterId])[0];\n filtersList[facetId] = filtersList[facetId]\n ? filtersList[facetId].concat(rawFilter)\n : [rawFilter];\n\n return filtersList;\n }, {} as Record<string, Filter[]>);\n\n return {\n query: props.queryPreviewInfo.query,\n rows: config.value.maxItemsToRequest,\n extraParams: {\n ...params.value,\n ...props.queryPreviewInfo.extraParams\n },\n filters: filters,\n ...(origin && { origin })\n };\n });\n\n /**\n * The debounce method to trigger the request after the debounceTimeMs defined\n * for cacheable queries.\n *\n * @returns The search request object.\n */\n const emitQueryPreviewRequestUpdated = computed<DebouncedFunction<[SearchRequest]>>(() =>\n debounceFunction(request => {\n xBus.emit('QueryPreviewRequestUpdated', request, { priority: 0, replaceable: false });\n }, props.debounceTimeMs)\n );\n\n /**\n * Initialises watcher to emit debounced requests, and first value for the requests.\n *\n * @internal\n */\n watch(queryPreviewRequest, (newRequest, oldRequest) => {\n if (!deepEqual(newRequest, oldRequest)) {\n emitQueryPreviewRequestUpdated.value(newRequest);\n }\n });\n\n const cachedQueryPreview = previewResults.value[queryPreviewHash.value];\n\n // If the query has been saved it will emit load instead of the emitting the updated request.\n if (cachedQueryPreview?.status === 'success') {\n emit('load', queryPreviewHash.value);\n xBus.emit('QueryPreviewMounted', queryPreviewHash.value, {\n priority: 0,\n replaceable: false\n });\n } else {\n emitQueryPreviewRequestUpdated.value(queryPreviewRequest.value);\n }\n\n /**\n * Cancels the (remaining) requests when the component is destroyed\n * via the `debounce.cancel()` method.\n * If the prop 'persistInCache' is set to false, it also removes the QueryPreview\n * from the state when the component is destroyed.\n */\n onBeforeUnmount(() => {\n emitQueryPreviewRequestUpdated.value.cancel();\n xBus.emit(\n 'QueryPreviewUnmounted',\n { queryPreviewHash: queryPreviewHash.value, cache: props.persistInCache },\n {\n priority: 0,\n replaceable: false\n }\n );\n });\n\n /**\n * Cancels the previous request when the debounced function changes (e.g: the debounceTimeMs\n * prop changes or there is a request in progress that cancels it).\n *\n * @param _new - The new debounced function.\n * @param old - The previous debounced function.\n * @internal\n */\n watch(\n emitQueryPreviewRequestUpdated,\n (_new: DebouncedFunction<[SearchRequest]>, old: DebouncedFunction<[SearchRequest]>) => {\n old.cancel();\n }\n );\n\n const queryPreviewResultsStatus = computed(() => queryPreviewResults.value?.status);\n\n /**\n * Emits an event when the query results are loaded or fail to load.\n *\n * @param status - The status of the query preview request.\n */\n watch(queryPreviewResultsStatus, () => {\n if (queryPreviewResultsStatus.value === 'success') {\n emit(results.value?.length ? 'load' : 'error', queryPreviewHash.value);\n } else if (queryPreviewResultsStatus.value === 'error') {\n emit('error', queryPreviewHash.value);\n }\n });\n\n const hasResults = computed(() => (queryPreviewResults.value?.totalResults ?? 0) > 0);\n\n /**\n * Render function to execute the `default` slot, binding `slotsProps` and getting only the\n * first `vNode` to avoid Fragments and Text root nodes.\n * If there are no results, nothing is rendered.\n *\n * @remarks `slotProps` must be values without Vue reactivity and located inside the\n * render-function to update the binding data properly.\n *\n * @returns The root `vNode` of the `default` slot or empty string if there are no results.\n */\n function renderDefaultSlot() {\n const slotProps = {\n queryPreviewInfo: props.queryPreviewInfo,\n results: queryPreviewResults.value?.results,\n totalResults: queryPreviewResults.value?.totalResults,\n displayTagging: queryPreviewResults.value?.displayTagging,\n queryTagging: queryPreviewResults.value?.queryTagging\n };\n\n return hasResults.value ? slots.default?.(slotProps)[0] : '';\n }\n\n /* Hack to render through a render-function, the `default` slot or, in its absence,\n the component itself. It is the alternative for the NoElement antipattern. */\n const componentProps = { hasResults, queryPreviewResults };\n return (slots.default ? renderDefaultSlot : componentProps) as typeof componentProps;\n }\n });\n</script>\n<docs lang=\"mdx\">\n## Events\n\nA list of events that the component will emit:\n\n- [`QueryPreviewRequestUpdated`](https://github.com/empathyco/x/blob/main/packages/x-components/src/wiring/events.types.ts):\n the event is emitted when the component is mounted and when the properties of the request object\n changes. The event payload is the `queryPreviewRequest` object.\n\n## Vue Events\n\nA list of vue events that the component will emit:\n\n- `load`: the event is emitted when the query results have been loaded.\n- `error`: the event is emitted if there is some error when retrieving the query results.\n\n## See it in action\n\nHere you have a basic example of how the QueryPreview is rendered. Keep in mind that this component\nis intended to be used overriding its default slot. By default it will only render the names of the\nresults.\n\n```vue live\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" />\n</template>\n\n<script>\n import { QueryPreview } from '@empathyco/x-components/queries-preview';\n\n export default {\n name: 'QueryPreviewDemo',\n components: {\n QueryPreview\n },\n data() {\n return {\n queryPreviewInfo: { query: 'sandals' }\n };\n }\n };\n</script>\n```\n\n### Play with the default slot\n\nIn this example, the results will be rendered inside a sliding panel.\n\n```vue live\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" #default=\"{ totalResults, results }\">\n <section>\n <p>Total results: {{ totalResults }}</p>\n <SlidingPanel :resetOnContentChange=\"false\">\n <article\n v-for=\"result in results\"\n :key=\"result.id\"\n class=\"x-result\"\n style=\"max-width: 300px; overflow: hidden\"\n >\n <BaseResultLink :result=\"result\">\n <BaseResultImage :result=\"result\" class=\"x-result__picture\" />\n </BaseResultLink>\n <div class=\"x-result__description\">\n <BaseResultLink :result=\"result\">\n <h1 class=\"x-title3\">{{ result.name }}</h1>\n </BaseResultLink>\n </div>\n </article>\n </SlidingPanel>\n </section>\n </QueryPreview>\n</template>\n\n<script>\n import { QueryPreview } from '@empathyco/x-components/queries-preview';\n import { BaseResultImage, BaseResultLink, SlidingPanel } from '@empathyco/x-components';\n\n export default {\n name: 'QueryPreviewDemoOverridingSlot',\n components: {\n BaseResultImage,\n BaseResultLink,\n QueryPreview,\n SlidingPanel\n },\n data() {\n return {\n queryPreviewInfo: { query: 'flip-flops' }\n };\n }\n };\n</script>\n```\n\n### Play with the result slot\n\nThe component exposes a slot to override the result content, without modifying the list.\n\nIn this example, the ID of the results will be rendered along with the name.\n\n```vue\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" #result=\"{ result }\">\n <span>{{ result.id }}</span>\n <span>{{ result.name }}</span>\n </QueryPreview>\n</template>\n\n<script>\n import { QueryPreview } from '@empathyco/x-components/queries-preview';\n\n export default {\n name: 'QueryPreviewDemoOverridingResultSlot',\n components: {\n QueryPreview\n },\n data() {\n return {\n queryPreviewInfo: { query: 'flip-flops' }\n };\n }\n };\n</script>\n```\n\n### Play with props\n\nIn this example, the query preview has been limited to render a maximum of 4 results.\n\n```vue\n<template>\n <QueryPreview\n :maxItemsToRender=\"maxItemsToRender\"\n :queryPreviewInfo=\"queryPreviewInfo\"\n #default=\"{ results }\"\n >\n <BaseGrid #default=\"{ item }\" :items=\"results\">\n <BaseResultLink :result=\"item\">\n <BaseResultImage :result=\"item\" />\n </BaseResultLink>\n </BaseGrid>\n </QueryPreview>\n</template>\n\n<script>\n import { BaseGrid, BaseResultImage, BaseResultLink } from '@empathyco/x-components';\n import { QueryPreview } from '@empathyco/x-components/queries-preview';\n\n export default {\n name: 'QueryPreviewDemo',\n components: {\n BaseGrid,\n BaseResultImage,\n BaseResultLink,\n QueryPreview\n },\n data() {\n return {\n maxItemsToRender: 4,\n queryPreviewInfo: { query: 'flip-flops' }\n };\n }\n };\n</script>\n```\n</docs>\n"],"names":["debounceFunction"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+CE;;;;;;AAME;AACF,gBAAe,eAAe,CAAC;AAC7B,IAAA,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,qBAAqB,CAAC,IAAI;AACnC,IAAA,KAAK,EAAE;;AAEL,QAAA,gBAAgB,EAAE;AAChB,YAAA,IAAI,EAAE,MAAoC;AAC1C,YAAA,QAAQ,EAAE,IAAG;AACd,SAAA;;AAED,QAAA,YAAY,EAAE;AACZ,YAAA,IAAI,EAAE,MAA+B;AACtC,SAAA;;AAED,QAAA,gBAAgB,EAAE;AAChB,YAAA,IAAI,EAAE,MAAK;AACZ,SAAA;AACD;;;;AAIE;AACF,QAAA,cAAc,EAAE;AACd,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,OAAO,EAAE,CAAA;AACV,SAAA;AACD;;;AAGE;AACF,QAAA,cAAc,EAAE;AACd,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,OAAO,EAAE,KAAI;AACf,SAAA;AACD,KAAA;AACD,IAAA,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;AACxB,IAAA,KAAK,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAM,EAAC,EAAA;AAC1B,QAAA,MAAM,IAAG,GAAI,OAAO,EAAE,CAAA;AAEtB,QAAA,MAAM,mBAAoB,GAAE,QAAQ,CAAC,gBAAgB,EAAE;YACrD,gBAAgB;YAChB,QAAQ;YACR,QAAO;AACR,SAAA,CAAC,CAAA;AAEF;;;AAGE;AACF,QAAA,MAAM,cAAc,GAClB,mBAAmB,CAAC,cAAc,CAAA;AAEpC;;;AAGE;AACF,QAAA,MAAM,MAAM,GAAqC,mBAAmB,CAAC,MAAM,CAAA;AAE3E;;;AAGE;AACF,QAAA,MAAM,MAAM,GAAsC,mBAAmB,CAAC,MAAM,CAAA;AAE5E;;;;AAIE;QACF,MAAM,gBAAe,GAAI,QAAQ,CAAC,MAChC,2BAA2B,CAAC,KAAK,CAAC,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,IAAc,CAAA,CAChF,CAAA;AAED,QAAA,OAAO,CAAC,kBAAkB,EAAE,gBAAgB,CAAC,CAAA;AAE7C;;;;AAIE;AACF,QAAA,MAAM,mBAAkB,GAAI,QAAQ,CAAC,MAAM;YACzC,MAAM,cAAa,GAAI,cAAc,CAAC,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAA;YACnE,OAAO,cAAc,EAAE,OAAM;AAC3B,kBAAE;AACE,oBAAA,GAAG,cAAc;AACjB,oBAAA,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAA;AACjE,iBAAA;kBACA,SAAS,CAAA;AACf,SAAC,CAAC,CAAA;AAEF;;;;;;;;AAQE;AACF,QAAA,MAAM,OAAM,GAAI,QAAQ,CAAC,MAAM,mBAAmB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;AAClE,QAAA,OAAO,CAAC,cAAwB,EAAE,OAAO,CAAC,CAAA;AAE1C;;;;AAIE;QACF,MAAM,gBAAiB,GAAE,MAAM,CAAyC,UAAU,EAAE,MAAM,CAAC,CAAA;QAC3F,MAAM,QAAS,GACb,OAAO,gBAAiB,KAAI,QAAS,IAAG,OAAM,IAAK,gBAAe;cAC9D,gBAAgB,CAAC,KAAI;cACrB,gBAAgB,CAAA;AAEtB;;;;AAIE;AACF,QAAA,MAAM,mBAAkB,GAAI,QAAQ,CAAgB,MAAM;YACxD,MAAM,MAAO,GAAE,YAAY,CAAC;gBAC1B,OAAO,EAAE,KAAK,CAAC,YAAY;AAC3B,gBAAA,QAAQ,EAAE,QAAO;AAClB,aAAA,CAAC,CAAA;AACF,YAAA,MAAM,OAAQ,GAAE,KAAK,CAAC,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC,WAAW,EAAE,QAAQ,KAAK;gBAChF,MAAM,OAAM,GAAI,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAA;gBACtC,MAAM,SAAQ,GAAI,gBAAgB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AACjD,gBAAA,WAAW,CAAC,OAAO,CAAA,GAAI,WAAW,CAAC,OAAO,CAAA;sBACtC,WAAW,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,SAAS,CAAA;AACvC,sBAAE,CAAC,SAAS,CAAC,CAAA;AAEf,gBAAA,OAAO,WAAW,CAAA;aACnB,EAAE,EAA8B,CAAC,CAAA;YAElC,OAAO;AACL,gBAAA,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,KAAK;AACnC,gBAAA,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,iBAAiB;AACpC,gBAAA,WAAW,EAAE;oBACX,GAAG,MAAM,CAAC,KAAK;AACf,oBAAA,GAAG,KAAK,CAAC,gBAAgB,CAAC,WAAU;AACrC,iBAAA;AACD,gBAAA,OAAO,EAAE,OAAO;AAChB,gBAAA,IAAI,MAAK,IAAK,EAAE,QAAQ;aACzB,CAAA;AACH,SAAC,CAAC,CAAA;AAEF;;;;;AAKE;QACF,MAAM,8BAA+B,GAAE,QAAQ,CAAqC,MAClFA,QAAgB,CAAC,OAAQ,IAAG;AAC1B,YAAA,IAAI,CAAC,IAAI,CAAC,4BAA4B,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,WAAW,EAAE,KAAI,EAAG,CAAC,CAAA;AACvF,SAAC,EAAE,KAAK,CAAC,cAAc,CAAA,CACxB,CAAA;AAED;;;;AAIE;QACF,KAAK,CAAC,mBAAmB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK;AACrD,YAAA,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;AACtC,gBAAA,8BAA8B,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;AAClD,aAAA;AACF,SAAC,CAAC,CAAA;QAEF,MAAM,qBAAqB,cAAc,CAAC,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAA;;AAGvE,QAAA,IAAI,kBAAkB,EAAE,MAAK,KAAM,SAAS,EAAE;AAC5C,YAAA,IAAI,CAAC,MAAM,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;YACpC,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE,gBAAgB,CAAC,KAAK,EAAE;AACvD,gBAAA,QAAQ,EAAE,CAAC;AACX,gBAAA,WAAW,EAAE,KAAI;AAClB,aAAA,CAAC,CAAA;AACF,SAAA;AAAK,aAAA;AACL,YAAA,8BAA8B,CAAC,KAAK,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAA;AACjE,SAAA;AAEA;;;;;AAKE;QACF,eAAe,CAAC,MAAM;AACpB,YAAA,8BAA8B,CAAC,KAAK,CAAC,MAAM,EAAE,CAAA;AAC7C,YAAA,IAAI,CAAC,IAAI,CACP,uBAAuB,EACvB,EAAE,gBAAgB,EAAE,gBAAgB,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,gBAAgB,EACzE;AACE,gBAAA,QAAQ,EAAE,CAAC;AACX,gBAAA,WAAW,EAAE,KAAI;AACnB,aAAA,CACD,CAAA;AACH,SAAC,CAAC,CAAA;AAEF;;;;;;;AAOE;QACF,KAAK,CACH,8BAA8B,EAC9B,CAAC,IAAwC,EAAE,GAAuC,KAAK;YACrF,GAAG,CAAC,MAAM,EAAE,CAAA;AACd,SAAA,CACD,CAAA;AAED,QAAA,MAAM,yBAA0B,GAAE,QAAQ,CAAC,MAAM,mBAAmB,CAAC,KAAK,EAAE,MAAM,CAAC,CAAA;AAEnF;;;;AAIE;AACF,QAAA,KAAK,CAAC,yBAAyB,EAAE,MAAM;AACrC,YAAA,IAAI,yBAAyB,CAAC,KAAM,KAAI,SAAS,EAAE;AACjD,gBAAA,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,MAAO,GAAE,MAAO,GAAE,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;AACtE,aAAA;AAAK,iBAAA,IAAI,yBAAyB,CAAC,UAAU,OAAO,EAAE;AACtD,gBAAA,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;AACvC,aAAA;AACF,SAAC,CAAC,CAAA;AAEF,QAAA,MAAM,UAAS,GAAI,QAAQ,CAAC,MAAM,CAAC,mBAAmB,CAAC,KAAK,EAAE,YAAW,IAAK,CAAC,IAAI,CAAC,CAAC,CAAA;AAErF;;;;;;;;;AASE;AACF,QAAA,SAAS,iBAAiB,GAAA;AACxB,YAAA,MAAM,YAAY;gBAChB,gBAAgB,EAAE,KAAK,CAAC,gBAAgB;AACxC,gBAAA,OAAO,EAAE,mBAAmB,CAAC,KAAK,EAAE,OAAO;AAC3C,gBAAA,YAAY,EAAE,mBAAmB,CAAC,KAAK,EAAE,YAAY;AACrD,gBAAA,cAAc,EAAE,mBAAmB,CAAC,KAAK,EAAE,cAAc;AACzD,gBAAA,YAAY,EAAE,mBAAmB,CAAC,KAAK,EAAE,YAAW;aACrD,CAAA;YAED,OAAO,UAAU,CAAC,KAAM,GAAE,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA,GAAI,EAAE,CAAA;SAC9D;AAEA;AAC6E;AAC7E,QAAA,MAAM,cAAa,GAAI,EAAE,UAAU,EAAE,mBAAkB,EAAG,CAAA;AAC1D,QAAA,QAAQ,KAAK,CAAC,OAAM,GAAI,iBAAgB,GAAI,cAAc,EAA0B;KACtF;AACD,CAAA,CAAC;;;;"}
1
+ {"version":3,"file":"query-preview.vue2.js","sources":["../../../../../src/x-modules/queries-preview/components/query-preview.vue"],"sourcesContent":["<template>\n <ul v-if=\"hasResults\" data-test=\"query-preview\" class=\"x-query-preview\">\n <li\n v-for=\"result in queryPreviewResults?.results\"\n :key=\"result.id\"\n class=\"x-query-preview__item\"\n data-test=\"query-preview-item\"\n >\n <!--\n @slot Query Preview result slot.\n @binding {Result} result - A Query Preview result\n -->\n <slot name=\"result\" :result=\"result\">\n <span data-test=\"result-name\">{{ result.name }}</span>\n </slot>\n </li>\n </ul>\n</template>\n\n<script lang=\"ts\">\nimport type { Filter, SearchRequest } from '@empathyco/x-types'\nimport type { PropType, Ref } from 'vue'\nimport type { FeatureLocation, QueryFeature } from '../../../types'\nimport type { DebouncedFunction } from '../../../utils'\nimport type { QueryPreviewInfo } from '../store/types'\nimport { deepEqual } from '@empathyco/x-utils'\nimport { computed, defineComponent, inject, onBeforeUnmount, provide, watch } from 'vue'\nimport { LIST_ITEMS_KEY } from '../../../components'\nimport { useState, useXBus } from '../../../composables'\nimport { createOrigin, createRawFilters, debounceFunction } from '../../../utils'\nimport { getHashFromQueryPreviewInfo } from '../utils/get-hash-from-query-preview'\nimport { queriesPreviewXModule } from '../x-module'\n\n/**\n * Retrieves a preview of the results of a query and exposes them in the default slot,\n * along with the query preview and the totalResults of the search request.\n * By default, it renders the names of the results.\n *\n * @public\n */\nexport default defineComponent({\n name: 'QueryPreview',\n xModule: queriesPreviewXModule.name,\n props: {\n /** The information about the request of the query preview. */\n queryPreviewInfo: {\n type: Object as PropType<QueryPreviewInfo>,\n required: true,\n },\n /** The origin property for the request. */\n queryFeature: {\n type: String as PropType<QueryFeature>,\n },\n /** Number of query preview results to be rendered. */\n maxItemsToRender: {\n type: Number,\n },\n /**\n * Debounce time in milliseconds for triggering the search requests.\n * It will default to 0 to fit the most common use case (pre-search),\n * and it would work properly with a 250 value inside empathize.\n */\n debounceTimeMs: {\n type: Number,\n default: 0,\n },\n /**\n * Controls whether the QueryPreview should be removed from the state\n * when the component is destroyed.\n */\n persistInCache: {\n type: Boolean,\n default: false,\n },\n },\n emits: ['load', 'error'],\n setup(props, { emit, slots }) {\n const xBus = useXBus()\n\n /**\n * previewResults: The results preview of the queries preview cacheable mounted.\n * It is a dictionary, indexed by the query preview query.\n *\n * params: As the request is handled in this component, we need\n * the extra params that will be used in the request.\n *\n * config: As the request is handled in this component, we need\n * the config that will be used in the request.\n */\n const { queriesPreview: previewResults, params, config } = useState('queriesPreview')\n\n /**\n * Query Preview key converted into a unique id.\n *\n * @returns The query hash.\n */\n const queryPreviewHash = computed(() =>\n getHashFromQueryPreviewInfo(props.queryPreviewInfo, params.value.lang as string),\n )\n\n provide('queryPreviewHash', queryPreviewHash)\n\n /**\n * Gets from the state the results preview of the query preview.\n *\n * @returns The results preview of the actual query preview.\n */\n const queryPreviewResults = computed(() => {\n const resultsPreview = previewResults.value[queryPreviewHash.value]\n return resultsPreview?.results\n ? {\n ...resultsPreview,\n results: resultsPreview.results.slice(0, props.maxItemsToRender),\n }\n : undefined\n })\n\n /**\n * The results to render from the state.\n *\n * @remarks The results list are provided with `items` key. It can be\n * concatenated with list items from components such as `BannersList`, `PromotedsList`,\n * `BaseGrid` or any component that injects the list.\n *\n * @returns A list of results.\n */\n const results = computed(() => queryPreviewResults.value?.results)\n provide(LIST_ITEMS_KEY as string, results)\n\n /**\n * It injects the provided {@link FeatureLocation} of the selected query in the search request.\n *\n * @internal\n */\n const injectedLocation = inject<Ref<FeatureLocation> | FeatureLocation>('location', 'none')\n const location =\n typeof injectedLocation === 'object' && 'value' in injectedLocation\n ? injectedLocation.value\n : injectedLocation\n\n /**\n * The computed request object to be used to retrieve the query preview results.\n *\n * @returns The search request object.\n */\n const queryPreviewRequest = computed<SearchRequest>(() => {\n const origin = createOrigin({\n feature: props.queryFeature,\n location,\n })\n const filters = props.queryPreviewInfo.filters?.reduce(\n (filtersList, filterId) => {\n const facetId = filterId.split(':')[0]\n const rawFilter = createRawFilters([filterId])[0]\n filtersList[facetId] = filtersList[facetId]\n ? filtersList[facetId].concat(rawFilter)\n : [rawFilter]\n\n return filtersList\n },\n {} as Record<string, Filter[]>,\n )\n\n return {\n query: props.queryPreviewInfo.query,\n rows: config.value.maxItemsToRequest,\n extraParams: {\n ...params.value,\n ...props.queryPreviewInfo.extraParams,\n },\n filters,\n ...(origin && { origin }),\n }\n })\n\n /**\n * The debounce method to trigger the request after the debounceTimeMs defined\n * for cacheable queries.\n *\n * @returns The search request object.\n */\n const emitQueryPreviewRequestUpdated = computed<DebouncedFunction<[SearchRequest]>>(() =>\n debounceFunction(request => {\n xBus.emit('QueryPreviewRequestUpdated', request, { priority: 0, replaceable: false })\n }, props.debounceTimeMs),\n )\n\n /**\n * Initialises watcher to emit debounced requests, and first value for the requests.\n *\n * @internal\n */\n watch(queryPreviewRequest, (newRequest, oldRequest) => {\n if (!deepEqual(newRequest, oldRequest)) {\n emitQueryPreviewRequestUpdated.value(newRequest)\n }\n })\n\n const cachedQueryPreview = previewResults.value[queryPreviewHash.value]\n\n // If the query has been saved it will emit load instead of the emitting the updated request.\n if (cachedQueryPreview?.status === 'success') {\n emit('load', queryPreviewHash.value)\n xBus.emit('QueryPreviewMounted', queryPreviewHash.value, {\n priority: 0,\n replaceable: false,\n })\n } else {\n emitQueryPreviewRequestUpdated.value(queryPreviewRequest.value)\n }\n\n /**\n * Cancels the (remaining) requests when the component is destroyed\n * via the `debounce.cancel()` method.\n * If the prop 'persistInCache' is set to false, it also removes the QueryPreview\n * from the state when the component is destroyed.\n */\n onBeforeUnmount(() => {\n emitQueryPreviewRequestUpdated.value.cancel()\n xBus.emit(\n 'QueryPreviewUnmounted',\n { queryPreviewHash: queryPreviewHash.value, cache: props.persistInCache },\n {\n priority: 0,\n replaceable: false,\n },\n )\n })\n\n /**\n * Cancels the previous request when the debounced function changes (e.g: the debounceTimeMs\n * prop changes or there is a request in progress that cancels it).\n *\n * @param _new - The new debounced function.\n * @param old - The previous debounced function.\n * @internal\n */\n watch(\n emitQueryPreviewRequestUpdated,\n (_new: DebouncedFunction<[SearchRequest]>, old: DebouncedFunction<[SearchRequest]>) => {\n old.cancel()\n },\n )\n\n const queryPreviewResultsStatus = computed(() => queryPreviewResults.value?.status)\n\n /**\n * Emits an event when the query results are loaded or fail to load.\n *\n * @param status - The status of the query preview request.\n */\n watch(queryPreviewResultsStatus, () => {\n if (queryPreviewResultsStatus.value === 'success') {\n emit(results.value?.length ? 'load' : 'error', queryPreviewHash.value)\n } else if (queryPreviewResultsStatus.value === 'error') {\n emit('error', queryPreviewHash.value)\n }\n })\n\n const hasResults = computed(() => (queryPreviewResults.value?.totalResults ?? 0) > 0)\n\n /**\n * Render function to execute the `default` slot, binding `slotsProps` and getting only the\n * first `vNode` to avoid Fragments and Text root nodes.\n * If there are no results, nothing is rendered.\n *\n * @remarks `slotProps` must be values without Vue reactivity and located inside the\n * render-function to update the binding data properly.\n *\n * @returns The root `vNode` of the `default` slot or empty string if there are no results.\n */\n function renderDefaultSlot() {\n const slotProps = {\n queryPreviewInfo: props.queryPreviewInfo,\n results: queryPreviewResults.value?.results,\n totalResults: queryPreviewResults.value?.totalResults,\n displayTagging: queryPreviewResults.value?.displayTagging,\n queryTagging: queryPreviewResults.value?.queryTagging,\n }\n\n return hasResults.value ? slots.default?.(slotProps)[0] : ''\n }\n\n /* Hack to render through a render-function, the `default` slot or, in its absence,\n the component itself. It is the alternative for the NoElement antipattern. */\n const componentProps = { hasResults, queryPreviewResults }\n return (slots.default ? renderDefaultSlot : componentProps) as typeof componentProps\n },\n})\n</script>\n<docs lang=\"mdx\">\n## Events\n\nA list of events that the component will emit:\n\n- [`QueryPreviewRequestUpdated`](https://github.com/empathyco/x/blob/main/packages/x-components/src/wiring/events.types.ts):\n the event is emitted when the component is mounted and when the properties of the request object\n changes. The event payload is the `queryPreviewRequest` object.\n\n## Vue Events\n\nA list of vue events that the component will emit:\n\n- `load`: the event is emitted when the query results have been loaded.\n- `error`: the event is emitted if there is some error when retrieving the query results.\n\n## See it in action\n\nHere you have a basic example of how the QueryPreview is rendered. Keep in mind that this component\nis intended to be used overriding its default slot. By default it will only render the names of the\nresults.\n\n```vue live\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" />\n</template>\n\n<script>\nimport { QueryPreview } from '@empathyco/x-components/queries-preview'\n\nexport default {\n name: 'QueryPreviewDemo',\n components: {\n QueryPreview,\n },\n data() {\n return {\n queryPreviewInfo: { query: 'sandals' },\n }\n },\n}\n</script>\n```\n\n### Play with the default slot\n\nIn this example, the results will be rendered inside a sliding panel.\n\n```vue live\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" #default=\"{ totalResults, results }\">\n <section>\n <p>Total results: {{ totalResults }}</p>\n <SlidingPanel :resetOnContentChange=\"false\">\n <article\n v-for=\"result in results\"\n :key=\"result.id\"\n class=\"x-result\"\n style=\"max-width: 300px; overflow: hidden\"\n >\n <BaseResultLink :result=\"result\">\n <BaseResultImage :result=\"result\" class=\"x-result__picture\" />\n </BaseResultLink>\n <div class=\"x-result__description\">\n <BaseResultLink :result=\"result\">\n <h1 class=\"x-title3\">{{ result.name }}</h1>\n </BaseResultLink>\n </div>\n </article>\n </SlidingPanel>\n </section>\n </QueryPreview>\n</template>\n\n<script>\nimport { QueryPreview } from '@empathyco/x-components/queries-preview'\nimport { BaseResultImage, BaseResultLink, SlidingPanel } from '@empathyco/x-components'\n\nexport default {\n name: 'QueryPreviewDemoOverridingSlot',\n components: {\n BaseResultImage,\n BaseResultLink,\n QueryPreview,\n SlidingPanel,\n },\n data() {\n return {\n queryPreviewInfo: { query: 'flip-flops' },\n }\n },\n}\n</script>\n```\n\n### Play with the result slot\n\nThe component exposes a slot to override the result content, without modifying the list.\n\nIn this example, the ID of the results will be rendered along with the name.\n\n```vue\n<template>\n <QueryPreview :queryPreviewInfo=\"queryPreviewInfo\" #result=\"{ result }\">\n <span>{{ result.id }}</span>\n <span>{{ result.name }}</span>\n </QueryPreview>\n</template>\n\n<script>\nimport { QueryPreview } from '@empathyco/x-components/queries-preview'\n\nexport default {\n name: 'QueryPreviewDemoOverridingResultSlot',\n components: {\n QueryPreview,\n },\n data() {\n return {\n queryPreviewInfo: { query: 'flip-flops' },\n }\n },\n}\n</script>\n```\n\n### Play with props\n\nIn this example, the query preview has been limited to render a maximum of 4 results.\n\n```vue\n<template>\n <QueryPreview\n :maxItemsToRender=\"maxItemsToRender\"\n :queryPreviewInfo=\"queryPreviewInfo\"\n #default=\"{ results }\"\n >\n <BaseGrid #default=\"{ item }\" :items=\"results\">\n <BaseResultLink :result=\"item\">\n <BaseResultImage :result=\"item\" />\n </BaseResultLink>\n </BaseGrid>\n </QueryPreview>\n</template>\n\n<script>\nimport { BaseGrid, BaseResultImage, BaseResultLink } from '@empathyco/x-components'\nimport { QueryPreview } from '@empathyco/x-components/queries-preview'\n\nexport default {\n name: 'QueryPreviewDemo',\n components: {\n BaseGrid,\n BaseResultImage,\n BaseResultLink,\n QueryPreview,\n },\n data() {\n return {\n maxItemsToRender: 4,\n queryPreviewInfo: { query: 'flip-flops' },\n }\n },\n}\n</script>\n```\n</docs>\n"],"names":["debounceFunction"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCA;;;;;;AAME;AACF,gBAAe,eAAe,CAAC;AAC7B,IAAA,IAAI,EAAE,cAAc;IACpB,OAAO,EAAE,qBAAqB,CAAC,IAAI;AACnC,IAAA,KAAK,EAAE;;AAEL,QAAA,gBAAgB,EAAE;AAChB,YAAA,IAAI,EAAE,MAAoC;AAC1C,YAAA,QAAQ,EAAE,IAAI;AACf,SAAA;;AAED,QAAA,YAAY,EAAE;AACZ,YAAA,IAAI,EAAE,MAAgC;AACvC,SAAA;;AAED,QAAA,gBAAgB,EAAE;AAChB,YAAA,IAAI,EAAE,MAAM;AACb,SAAA;AACD;;;;AAIE;AACF,QAAA,cAAc,EAAE;AACd,YAAA,IAAI,EAAE,MAAM;AACZ,YAAA,OAAO,EAAE,CAAC;AACX,SAAA;AACD;;;AAGE;AACF,QAAA,cAAc,EAAE;AACd,YAAA,IAAI,EAAE,OAAO;AACb,YAAA,OAAO,EAAE,KAAK;AACf,SAAA;AACF,KAAA;AACD,IAAA,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;AACxB,IAAA,KAAK,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,KAAM,EAAC,EAAA;AAC1B,QAAA,MAAM,IAAG,GAAI,OAAO,EAAC,CAAA;AAErB;;;;;;;;;AASE;AACF,QAAA,MAAM,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,EAAE,MAAK,KAAM,QAAQ,CAAC,gBAAgB,CAAA,CAAA;AAEpF;;;;AAIE;QACF,MAAM,gBAAe,GAAI,QAAQ,CAAC,MAChC,2BAA2B,CAAC,KAAK,CAAC,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,IAAc,CAAC,CAClF,CAAA;AAEA,QAAA,OAAO,CAAC,kBAAkB,EAAE,gBAAgB,CAAA,CAAA;AAE5C;;;;AAIE;AACF,QAAA,MAAM,mBAAkB,GAAI,QAAQ,CAAC,MAAM;YACzC,MAAM,cAAa,GAAI,cAAc,CAAC,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAA,CAAA;YAClE,OAAO,cAAc,EAAE,OAAM;AAC3B,kBAAE;AACE,oBAAA,GAAG,cAAc;AACjB,oBAAA,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;AAClE,iBAAA;kBACA,SAAQ,CAAA;AACd,SAAC,CAAA,CAAA;AAED;;;;;;;;AAQE;AACF,QAAA,MAAM,OAAM,GAAI,QAAQ,CAAC,MAAM,mBAAmB,CAAC,KAAK,EAAE,OAAO,CAAA,CAAA;AACjE,QAAA,OAAO,CAAC,cAAwB,EAAE,OAAO,CAAA,CAAA;AAEzC;;;;AAIE;QACF,MAAM,gBAAiB,GAAE,MAAM,CAAyC,UAAU,EAAE,MAAM,CAAA,CAAA;QAC1F,MAAM,QAAS,GACb,OAAO,gBAAiB,KAAI,QAAS,IAAG,OAAM,IAAK,gBAAe;cAC9D,gBAAgB,CAAC,KAAI;cACrB,gBAAe,CAAA;AAErB;;;;AAIE;AACF,QAAA,MAAM,mBAAkB,GAAI,QAAQ,CAAgB,MAAM;YACxD,MAAM,MAAO,GAAE,YAAY,CAAC;gBAC1B,OAAO,EAAE,KAAK,CAAC,YAAY;gBAC3B,QAAQ;AACT,aAAA,CAAA,CAAA;AACD,YAAA,MAAM,OAAM,GAAI,KAAK,CAAC,gBAAgB,CAAC,OAAO,EAAE,MAAM,CACpD,CAAC,WAAW,EAAE,QAAQ,KAAK;gBACzB,MAAM,OAAM,GAAI,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA,CAAA;gBACrC,MAAM,YAAY,gBAAgB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAA,CAAA;AAChD,gBAAA,WAAW,CAAC,OAAO,CAAA,GAAI,WAAW,CAAC,OAAO,CAAA;sBACtC,WAAW,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,SAAS,CAAA;AACvC,sBAAE,CAAC,SAAS,CAAA,CAAA;AAEd,gBAAA,OAAO,WAAU,CAAA;aAClB,EACD,EAA8B,CAChC,CAAA;YAEA,OAAO;AACL,gBAAA,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,KAAK;AACnC,gBAAA,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,iBAAiB;AACpC,gBAAA,WAAW,EAAE;oBACX,GAAG,MAAM,CAAC,KAAK;AACf,oBAAA,GAAG,KAAK,CAAC,gBAAgB,CAAC,WAAW;AACtC,iBAAA;gBACD,OAAO;AACP,gBAAA,IAAI,MAAK,IAAK,EAAE,MAAK,EAAG;aAC1B,CAAA;AACF,SAAC,CAAA,CAAA;AAED;;;;;AAKE;QACF,MAAM,8BAA+B,GAAE,QAAQ,CAAqC,MAClFA,QAAgB,CAAC,OAAQ,IAAG;AAC1B,YAAA,IAAI,CAAC,IAAI,CAAC,4BAA4B,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,WAAW,EAAE,OAAO,CAAA,CAAA;AACtF,SAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAC1B,CAAA;AAEA;;;;AAIE;QACF,KAAK,CAAC,mBAAmB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK;YACrD,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;AACtC,gBAAA,8BAA8B,CAAC,KAAK,CAAC,UAAU,CAAA,CAAA;aACjD;AACF,SAAC,CAAA,CAAA;QAED,MAAM,kBAAmB,GAAE,cAAc,CAAC,KAAK,CAAC,gBAAgB,CAAC,KAAK,CAAA,CAAA;;AAGtE,QAAA,IAAI,kBAAkB,EAAE,MAAK,KAAM,SAAS,EAAE;AAC5C,YAAA,IAAI,CAAC,MAAM,EAAE,gBAAgB,CAAC,KAAK,CAAA,CAAA;YACnC,IAAI,CAAC,IAAI,CAAC,qBAAqB,EAAE,gBAAgB,CAAC,KAAK,EAAE;AACvD,gBAAA,QAAQ,EAAE,CAAC;AACX,gBAAA,WAAW,EAAE,KAAK;AACnB,aAAA,CAAA,CAAA;SACD;aAAK;AACL,YAAA,8BAA8B,CAAC,KAAK,CAAC,mBAAmB,CAAC,KAAK,CAAA,CAAA;SAChE;AAEA;;;;;AAKE;QACF,eAAe,CAAC,MAAM;AACpB,YAAA,8BAA8B,CAAC,KAAK,CAAC,MAAM,EAAC,CAAA;AAC5C,YAAA,IAAI,CAAC,IAAI,CACP,uBAAuB,EACvB,EAAE,gBAAgB,EAAE,gBAAgB,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,gBAAgB,EACzE;AACE,gBAAA,QAAQ,EAAE,CAAC;AACX,gBAAA,WAAW,EAAE,KAAK;AACnB,aAAA,CACH,CAAA;AACF,SAAC,CAAA,CAAA;AAED;;;;;;;AAOE;QACF,KAAK,CACH,8BAA8B,EAC9B,CAAC,IAAwC,EAAE,GAAuC,KAAK;YACrF,GAAG,CAAC,MAAM,EAAC,CAAA;AACb,SAAC,CACH,CAAA;AAEA,QAAA,MAAM,yBAAwB,GAAI,QAAQ,CAAC,MAAM,mBAAmB,CAAC,KAAK,EAAE,MAAM,CAAA,CAAA;AAElF;;;;AAIE;AACF,QAAA,KAAK,CAAC,yBAAyB,EAAE,MAAM;AACrC,YAAA,IAAI,yBAAyB,CAAC,KAAM,KAAI,SAAS,EAAE;AACjD,gBAAA,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,MAAO,GAAE,MAAO,GAAE,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAA,CAAA;aACrE;AAAK,iBAAA,IAAI,yBAAyB,CAAC,UAAU,OAAO,EAAE;AACtD,gBAAA,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAA,CAAA;aACtC;AACF,SAAC,CAAA,CAAA;AAED,QAAA,MAAM,UAAS,GAAI,QAAQ,CAAC,MAAM,CAAC,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAA,CAAA;AAEpF;;;;;;;;;AASE;AACF,QAAA,SAAS,iBAAiB,GAAA;AACxB,YAAA,MAAM,YAAY;gBAChB,gBAAgB,EAAE,KAAK,CAAC,gBAAgB;AACxC,gBAAA,OAAO,EAAE,mBAAmB,CAAC,KAAK,EAAE,OAAO;AAC3C,gBAAA,YAAY,EAAE,mBAAmB,CAAC,KAAK,EAAE,YAAY;AACrD,gBAAA,cAAc,EAAE,mBAAmB,CAAC,KAAK,EAAE,cAAc;AACzD,gBAAA,YAAY,EAAE,mBAAmB,CAAC,KAAK,EAAE,YAAY;aACvD,CAAA;YAEA,OAAO,UAAU,CAAC,KAAM,GAAE,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC,CAAE,GAAE,EAAC,CAAA;SAC7D;AAEA;AAC+E;AAC/E,QAAA,MAAM,iBAAiB,EAAE,UAAU,EAAE,mBAAoB,EAAA,CAAA;AACzD,QAAA,QAAQ,KAAK,CAAC,OAAM,GAAI,iBAAkB,GAAE,cAAc,EAAyB;KACpF;AACF,CAAA,CAAA;;;;"}
@@ -1,41 +1,43 @@
1
1
  import { computed } from 'vue';
2
2
  import { XPlugin } from '../../../plugins/x-plugin.js';
3
3
 
4
- /**
5
- * Composable helpers for the QueriesPreview module.
6
- *
7
- * @returns Composable with helpers.
8
- *
9
- * @public
10
- */
11
- const useQueriesPreview = () => {
12
- const store = XPlugin.store;
13
- const loadedQueriesPreview = computed(() => store.getters['x/queriesPreview/loadedQueriesPreview']);
14
- const loadedQueries = computed(() => {
15
- return Object.keys(loadedQueriesPreview.value);
16
- });
17
- /**
18
- * Checks if the query passed has results in the queries preview.
19
- *
20
- * @param query - The query to check.
21
- * @returns True if the query has results.
22
- */
23
- const isQueryLoadedInPreview = (query) => {
24
- return loadedQueries.value.includes(query);
25
- };
26
- /**
27
- * Checks if any of the queries passed have results in the queries previews.
28
- *
29
- * @param queries - The queries to check.
30
- * @returns True if some query has results.
31
- */
32
- const isAnyQueryLoadedInPreview = (queries) => {
33
- return queries.some(isQueryLoadedInPreview);
34
- };
35
- return {
36
- isAnyQueryLoadedInPreview,
37
- isQueryLoadedInPreview
38
- };
4
+ /**
5
+ * Composable helpers for the QueriesPreview module.
6
+ *
7
+ * @returns Composable with helpers.
8
+ *
9
+ * @public
10
+ */
11
+ const useQueriesPreview = () => {
12
+ const store = XPlugin.store;
13
+ const loadedQueriesPreview = computed(
14
+ // eslint-disable-next-line ts/no-unsafe-member-access,ts/no-unsafe-return
15
+ () => store.getters['x/queriesPreview/loadedQueriesPreview']);
16
+ const loadedQueries = computed(() => {
17
+ return Object.keys(loadedQueriesPreview.value);
18
+ });
19
+ /**
20
+ * Checks if the query passed has results in the queries preview.
21
+ *
22
+ * @param query - The query to check.
23
+ * @returns True if the query has results.
24
+ */
25
+ const isQueryLoadedInPreview = (query) => {
26
+ return loadedQueries.value.includes(query);
27
+ };
28
+ /**
29
+ * Checks if any of the queries passed have results in the queries previews.
30
+ *
31
+ * @param queries - The queries to check.
32
+ * @returns True if some query has results.
33
+ */
34
+ const isAnyQueryLoadedInPreview = (queries) => {
35
+ return queries.some(isQueryLoadedInPreview);
36
+ };
37
+ return {
38
+ isAnyQueryLoadedInPreview,
39
+ isQueryLoadedInPreview,
40
+ };
39
41
  };
40
42
 
41
43
  export { useQueriesPreview };
@@ -1 +1 @@
1
- {"version":3,"file":"use-queries-preview.composable.js","sources":["../../../../../src/x-modules/queries-preview/composables/use-queries-preview.composable.ts"],"sourcesContent":["import { computed } from 'vue';\nimport { QueriesPreviewGetters } from '../store';\nimport { XPlugin } from '../../../plugins/x-plugin';\n\n/**\n * Composable helpers for the QueriesPreview module.\n */\ninterface UseQueriesPreview {\n /**\n * Checks if any of the queries passed have results in the queries previews.\n *\n * @param queries - The queries to check.\n * @returns True if some query has results.\n */\n isAnyQueryLoadedInPreview: (queries: string[]) => boolean;\n /**\n * Checks if the query passed has results in the queries preview.\n *\n * @param query - The query to check.\n * @returns True if the query has results.\n */\n isQueryLoadedInPreview: (query: string) => boolean;\n}\n\n/**\n * Composable helpers for the QueriesPreview module.\n *\n * @returns Composable with helpers.\n *\n * @public\n */\nexport const useQueriesPreview = (): UseQueriesPreview => {\n const store = XPlugin.store;\n const loadedQueriesPreview = computed<QueriesPreviewGetters['loadedQueriesPreview']>(\n () => store.getters['x/queriesPreview/loadedQueriesPreview']\n );\n const loadedQueries = computed(() => {\n return Object.keys(loadedQueriesPreview.value);\n });\n\n /**\n * Checks if the query passed has results in the queries preview.\n *\n * @param query - The query to check.\n * @returns True if the query has results.\n */\n const isQueryLoadedInPreview: UseQueriesPreview['isQueryLoadedInPreview'] = (\n query: string\n ): boolean => {\n return loadedQueries.value.includes(query);\n };\n\n /**\n * Checks if any of the queries passed have results in the queries previews.\n *\n * @param queries - The queries to check.\n * @returns True if some query has results.\n */\n const isAnyQueryLoadedInPreview: UseQueriesPreview['isAnyQueryLoadedInPreview'] = (\n queries: string[]\n ): boolean => {\n return queries.some(isQueryLoadedInPreview);\n };\n\n return {\n isAnyQueryLoadedInPreview,\n isQueryLoadedInPreview\n };\n};\n"],"names":[],"mappings":";;;AAwBA;;;;;;AAMG;AACI,MAAM,iBAAiB,GAAG,MAAwB;AACvD,IAAA,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;AAC5B,IAAA,MAAM,oBAAoB,GAAG,QAAQ,CACnC,MAAM,KAAK,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAC7D,CAAC;AACF,IAAA,MAAM,aAAa,GAAG,QAAQ,CAAC,MAAK;QAClC,OAAO,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,KAAK,CAAC,CAAC;AACjD,KAAC,CAAC,CAAC;AAEH;;;;;AAKG;AACH,IAAA,MAAM,sBAAsB,GAAgD,CAC1E,KAAa,KACF;QACX,OAAO,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAC7C,KAAC,CAAC;AAEF;;;;;AAKG;AACH,IAAA,MAAM,yBAAyB,GAAmD,CAChF,OAAiB,KACN;AACX,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;AAC9C,KAAC,CAAC;IAEF,OAAO;QACL,yBAAyB;QACzB,sBAAsB;KACvB,CAAC;AACJ;;;;"}
1
+ {"version":3,"file":"use-queries-preview.composable.js","sources":["../../../../../src/x-modules/queries-preview/composables/use-queries-preview.composable.ts"],"sourcesContent":["import type { QueriesPreviewGetters } from '../store'\nimport { computed } from 'vue'\nimport { XPlugin } from '../../../plugins/x-plugin'\n\n/**\n * Composable helpers for the QueriesPreview module.\n */\ninterface UseQueriesPreview {\n /**\n * Checks if any of the queries passed have results in the queries previews.\n *\n * @param queries - The queries to check.\n * @returns True if some query has results.\n */\n isAnyQueryLoadedInPreview: (queries: string[]) => boolean\n /**\n * Checks if the query passed has results in the queries preview.\n *\n * @param query - The query to check.\n * @returns True if the query has results.\n */\n isQueryLoadedInPreview: (query: string) => boolean\n}\n\n/**\n * Composable helpers for the QueriesPreview module.\n *\n * @returns Composable with helpers.\n *\n * @public\n */\nexport const useQueriesPreview = (): UseQueriesPreview => {\n const store = XPlugin.store\n const loadedQueriesPreview = computed<QueriesPreviewGetters['loadedQueriesPreview']>(\n // eslint-disable-next-line ts/no-unsafe-member-access,ts/no-unsafe-return\n () => store.getters['x/queriesPreview/loadedQueriesPreview'],\n )\n const loadedQueries = computed(() => {\n return Object.keys(loadedQueriesPreview.value)\n })\n\n /**\n * Checks if the query passed has results in the queries preview.\n *\n * @param query - The query to check.\n * @returns True if the query has results.\n */\n const isQueryLoadedInPreview: UseQueriesPreview['isQueryLoadedInPreview'] = (\n query: string,\n ): boolean => {\n return loadedQueries.value.includes(query)\n }\n\n /**\n * Checks if any of the queries passed have results in the queries previews.\n *\n * @param queries - The queries to check.\n * @returns True if some query has results.\n */\n const isAnyQueryLoadedInPreview: UseQueriesPreview['isAnyQueryLoadedInPreview'] = (\n queries: string[],\n ): boolean => {\n return queries.some(isQueryLoadedInPreview)\n }\n\n return {\n isAnyQueryLoadedInPreview,\n isQueryLoadedInPreview,\n }\n}\n"],"names":[],"mappings":";;;AAwBA;;;;;;AAMG;AACI,MAAM,iBAAiB,GAAG,MAAwB;AACvD,IAAA,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAA;IAC3B,MAAM,oBAAoB,GAAG,QAAQ;;IAEnC,MAAM,KAAK,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAC7D,CAAA;AACD,IAAA,MAAM,aAAa,GAAG,QAAQ,CAAC,MAAK;QAClC,OAAO,MAAM,CAAC,IAAI,CAAC,oBAAoB,CAAC,KAAK,CAAC,CAAA;AAChD,KAAC,CAAC,CAAA;AAEF;;;;;AAKG;AACH,IAAA,MAAM,sBAAsB,GAAgD,CAC1E,KAAa,KACF;QACX,OAAO,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;AAC5C,KAAC,CAAA;AAED;;;;;AAKG;AACH,IAAA,MAAM,yBAAyB,GAAmD,CAChF,OAAiB,KACN;AACX,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAA;AAC7C,KAAC,CAAA;IAED,OAAO;QACL,yBAAyB;QACzB,sBAAsB;KACvB,CAAA;AACH;;;;"}
@@ -1,48 +1,46 @@
1
1
  import { getHashFromQueryPreviewItem } from '../../utils/get-hash-from-query-preview.js';
2
2
 
3
- /**
4
- * Default implementation for the {@link QueriesPreviewActions.fetchAndSaveQueryPreview}.
5
- *
6
- * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
7
- * provided by Vuex.
8
- * @param request - The query preview request to make.
9
- * @returns A Promise of a SearchResponse when it fetches the results.
10
- *
11
- * @public
12
- */
13
- // eslint-disable-next-line max-len
14
- const fetchAndSaveQueryPreview = ({ dispatch, commit }, request) => {
15
- const { query } = request;
16
- if (!query) {
17
- return;
18
- }
19
- const queryPreviewItem = {
20
- request,
21
- results: [],
22
- status: 'loading',
23
- totalResults: 0,
24
- instances: 1
25
- };
26
- commit('setQueryPreviewCached', queryPreviewItem);
27
- return dispatch('fetchQueryPreview', request)
28
- .then(response => {
29
- commit('setQueryPreviewCached', {
30
- request,
31
- results: response?.results ?? [],
32
- status: 'success',
33
- totalResults: response?.totalResults ?? 0,
34
- instances: 1,
35
- displayTagging: response?.displayTagging ?? undefined,
36
- queryTagging: response?.queryTagging ?? undefined
37
- });
38
- })
39
- .catch(error => {
40
- // eslint-disable-next-line no-console
41
- console.error(error);
42
- const lang = request.extraParams ? request.extraParams.lang : '';
43
- const queryPreviewHash = getHashFromQueryPreviewItem(queryPreviewItem, lang);
44
- commit('setStatus', { queryPreviewHash, status: 'error' });
45
- });
3
+ /**
4
+ * Default implementation for the {@link QueriesPreviewActions.fetchAndSaveQueryPreview}.
5
+ *
6
+ * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
7
+ * provided by Vuex.
8
+ * @param request - The query preview request to make.
9
+ * @returns A Promise of a SearchResponse when it fetches the results.
10
+ *
11
+ * @public
12
+ */
13
+ const fetchAndSaveQueryPreview = async ({ dispatch, commit }, request) => {
14
+ const { query } = request;
15
+ if (!query) {
16
+ return;
17
+ }
18
+ const queryPreviewItem = {
19
+ request,
20
+ results: [],
21
+ status: 'loading',
22
+ totalResults: 0,
23
+ instances: 1,
24
+ };
25
+ commit('setQueryPreviewCached', queryPreviewItem);
26
+ return dispatch('fetchQueryPreview', request)
27
+ .then(response => {
28
+ commit('setQueryPreviewCached', {
29
+ request,
30
+ results: response?.results ?? [],
31
+ status: 'success',
32
+ totalResults: response?.totalResults ?? 0,
33
+ instances: 1,
34
+ displayTagging: response?.displayTagging ?? undefined,
35
+ queryTagging: response?.queryTagging ?? undefined,
36
+ });
37
+ })
38
+ .catch(error => {
39
+ console.error(error);
40
+ const lang = request.extraParams ? request.extraParams.lang : '';
41
+ const queryPreviewHash = getHashFromQueryPreviewItem(queryPreviewItem, lang);
42
+ commit('setStatus', { queryPreviewHash, status: 'error' });
43
+ });
46
44
  };
47
45
 
48
46
  export { fetchAndSaveQueryPreview };
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-and-save-query-preview.action.js","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.ts"],"sourcesContent":["import { QueriesPreviewXStoreModule, QueryPreviewItem } from '../types';\nimport { getHashFromQueryPreviewItem } from '../../utils/get-hash-from-query-preview';\n\n/**\n * Default implementation for the {@link QueriesPreviewActions.fetchAndSaveQueryPreview}.\n *\n * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,\n * provided by Vuex.\n * @param request - The query preview request to make.\n * @returns A Promise of a SearchResponse when it fetches the results.\n *\n * @public\n */\n// eslint-disable-next-line max-len\nexport const fetchAndSaveQueryPreview: QueriesPreviewXStoreModule['actions']['fetchAndSaveQueryPreview'] =\n ({ dispatch, commit }, request) => {\n const { query } = request;\n\n if (!query) {\n return;\n }\n\n const queryPreviewItem: QueryPreviewItem = {\n request,\n results: [],\n status: 'loading',\n totalResults: 0,\n instances: 1\n };\n\n commit('setQueryPreviewCached', queryPreviewItem);\n\n return dispatch('fetchQueryPreview', request)\n .then(response => {\n commit('setQueryPreviewCached', {\n request,\n results: response?.results ?? [],\n status: 'success',\n totalResults: response?.totalResults ?? 0,\n instances: 1,\n displayTagging: response?.displayTagging ?? undefined,\n queryTagging: response?.queryTagging ?? undefined\n });\n })\n .catch(error => {\n // eslint-disable-next-line no-console\n console.error(error);\n const lang = request.extraParams ? request.extraParams.lang : '';\n const queryPreviewHash = getHashFromQueryPreviewItem(queryPreviewItem, lang as string);\n commit('setStatus', { queryPreviewHash, status: 'error' });\n });\n };\n"],"names":[],"mappings":";;AAGA;;;;;;;;;AASG;AACH;AACO,MAAM,wBAAwB,GACnC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,OAAO,KAAI;AAChC,IAAA,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC;IAE1B,IAAI,CAAC,KAAK,EAAE;QACV,OAAO;AACR,KAAA;AAED,IAAA,MAAM,gBAAgB,GAAqB;QACzC,OAAO;AACP,QAAA,OAAO,EAAE,EAAE;AACX,QAAA,MAAM,EAAE,SAAS;AACjB,QAAA,YAAY,EAAE,CAAC;AACf,QAAA,SAAS,EAAE,CAAC;KACb,CAAC;AAEF,IAAA,MAAM,CAAC,uBAAuB,EAAE,gBAAgB,CAAC,CAAC;AAElD,IAAA,OAAO,QAAQ,CAAC,mBAAmB,EAAE,OAAO,CAAC;SAC1C,IAAI,CAAC,QAAQ,IAAG;QACf,MAAM,CAAC,uBAAuB,EAAE;YAC9B,OAAO;AACP,YAAA,OAAO,EAAE,QAAQ,EAAE,OAAO,IAAI,EAAE;AAChC,YAAA,MAAM,EAAE,SAAS;AACjB,YAAA,YAAY,EAAE,QAAQ,EAAE,YAAY,IAAI,CAAC;AACzC,YAAA,SAAS,EAAE,CAAC;AACZ,YAAA,cAAc,EAAE,QAAQ,EAAE,cAAc,IAAI,SAAS;AACrD,YAAA,YAAY,EAAE,QAAQ,EAAE,YAAY,IAAI,SAAS;AAClD,SAAA,CAAC,CAAC;AACL,KAAC,CAAC;SACD,KAAK,CAAC,KAAK,IAAG;;AAEb,QAAA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,QAAA,MAAM,IAAI,GAAG,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,IAAI,GAAG,EAAE,CAAC;QACjE,MAAM,gBAAgB,GAAG,2BAA2B,CAAC,gBAAgB,EAAE,IAAc,CAAC,CAAC;QACvF,MAAM,CAAC,WAAW,EAAE,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;AAC7D,KAAC,CAAC,CAAC;AACP;;;;"}
1
+ {"version":3,"file":"fetch-and-save-query-preview.action.js","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.ts"],"sourcesContent":["import type { QueriesPreviewXStoreModule, QueryPreviewItem } from '../types'\nimport { getHashFromQueryPreviewItem } from '../../utils/get-hash-from-query-preview'\n\n/**\n * Default implementation for the {@link QueriesPreviewActions.fetchAndSaveQueryPreview}.\n *\n * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,\n * provided by Vuex.\n * @param request - The query preview request to make.\n * @returns A Promise of a SearchResponse when it fetches the results.\n *\n * @public\n */\n\nexport const fetchAndSaveQueryPreview: QueriesPreviewXStoreModule['actions']['fetchAndSaveQueryPreview'] =\n async ({ dispatch, commit }, request) => {\n const { query } = request\n\n if (!query) {\n return\n }\n\n const queryPreviewItem: QueryPreviewItem = {\n request,\n results: [],\n status: 'loading',\n totalResults: 0,\n instances: 1,\n }\n\n commit('setQueryPreviewCached', queryPreviewItem)\n\n return dispatch('fetchQueryPreview', request)\n .then(response => {\n commit('setQueryPreviewCached', {\n request,\n results: response?.results ?? [],\n status: 'success',\n totalResults: response?.totalResults ?? 0,\n instances: 1,\n displayTagging: response?.displayTagging ?? undefined,\n queryTagging: response?.queryTagging ?? undefined,\n })\n })\n .catch(error => {\n console.error(error)\n const lang = request.extraParams ? request.extraParams.lang : ''\n const queryPreviewHash = getHashFromQueryPreviewItem(queryPreviewItem, lang as string)\n commit('setStatus', { queryPreviewHash, status: 'error' })\n })\n }\n"],"names":[],"mappings":";;AAGA;;;;;;;;;AASG;AAEI,MAAM,wBAAwB,GACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,OAAO,KAAI;AACtC,IAAA,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAA;IAEzB,IAAI,CAAC,KAAK,EAAE;QACV,OAAM;KACP;AAED,IAAA,MAAM,gBAAgB,GAAqB;QACzC,OAAO;AACP,QAAA,OAAO,EAAE,EAAE;AACX,QAAA,MAAM,EAAE,SAAS;AACjB,QAAA,YAAY,EAAE,CAAC;AACf,QAAA,SAAS,EAAE,CAAC;KACb,CAAA;AAED,IAAA,MAAM,CAAC,uBAAuB,EAAE,gBAAgB,CAAC,CAAA;AAEjD,IAAA,OAAO,QAAQ,CAAC,mBAAmB,EAAE,OAAO,CAAC;SAC1C,IAAI,CAAC,QAAQ,IAAG;QACf,MAAM,CAAC,uBAAuB,EAAE;YAC9B,OAAO;AACP,YAAA,OAAO,EAAE,QAAQ,EAAE,OAAO,IAAI,EAAE;AAChC,YAAA,MAAM,EAAE,SAAS;AACjB,YAAA,YAAY,EAAE,QAAQ,EAAE,YAAY,IAAI,CAAC;AACzC,YAAA,SAAS,EAAE,CAAC;AACZ,YAAA,cAAc,EAAE,QAAQ,EAAE,cAAc,IAAI,SAAS;AACrD,YAAA,YAAY,EAAE,QAAQ,EAAE,YAAY,IAAI,SAAS;AAClD,SAAA,CAAC,CAAA;AACJ,KAAC,CAAC;SACD,KAAK,CAAC,KAAK,IAAG;AACb,QAAA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;AACpB,QAAA,MAAM,IAAI,GAAG,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC,IAAI,GAAG,EAAE,CAAA;QAChE,MAAM,gBAAgB,GAAG,2BAA2B,CAAC,gBAAgB,EAAE,IAAc,CAAC,CAAA;QACtF,MAAM,CAAC,WAAW,EAAE,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAA;AAC5D,KAAC,CAAC,CAAA;AACN;;;;"}
@@ -1,23 +1,23 @@
1
1
  import { XPlugin } from '../../../../plugins/x-plugin.js';
2
2
 
3
- /**
4
- * Default implementation for the {@link QueriesPreviewActions.fetchQueryPreview}.
5
- *
6
- * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
7
- * provided by Vuex.
8
- * @param request - The query preview request to make.
9
- * @returns A Promise of a SearchResponse when it fetches the results.
10
- *
11
- * @public
12
- */
13
- const fetchQueryPreview = (_context, request) => {
14
- const { query } = request;
15
- if (!query) {
16
- return null;
17
- }
18
- return XPlugin.adapter.search(request, {
19
- id: `fetchQueryPreview-${query}`
20
- });
3
+ /**
4
+ * Default implementation for the {@link QueriesPreviewActions.fetchQueryPreview}.
5
+ *
6
+ * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,
7
+ * provided by Vuex.
8
+ * @param request - The query preview request to make.
9
+ * @returns A Promise of a SearchResponse when it fetches the results.
10
+ *
11
+ * @public
12
+ */
13
+ const fetchQueryPreview = async (_context, request) => {
14
+ const { query } = request;
15
+ if (!query) {
16
+ return null;
17
+ }
18
+ return XPlugin.adapter.search(request, {
19
+ id: `fetchQueryPreview-${query}`,
20
+ });
21
21
  };
22
22
 
23
23
  export { fetchQueryPreview };
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-query-preview.action.js","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-query-preview.action.ts"],"sourcesContent":["import { XPlugin } from '../../../../plugins/x-plugin';\nimport { QueriesPreviewXStoreModule } from '../types';\n\n/**\n * Default implementation for the {@link QueriesPreviewActions.fetchQueryPreview}.\n *\n * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,\n * provided by Vuex.\n * @param request - The query preview request to make.\n * @returns A Promise of a SearchResponse when it fetches the results.\n *\n * @public\n */\nexport const fetchQueryPreview: QueriesPreviewXStoreModule['actions']['fetchQueryPreview'] = (\n _context,\n request\n) => {\n const { query } = request;\n if (!query) {\n return null;\n }\n return XPlugin.adapter.search(request, {\n id: `fetchQueryPreview-${query}`\n });\n};\n"],"names":[],"mappings":";;AAGA;;;;;;;;;AASG;MACU,iBAAiB,GAA+D,CAC3F,QAAQ,EACR,OAAO,KACL;AACF,IAAA,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC;IAC1B,IAAI,CAAC,KAAK,EAAE;AACV,QAAA,OAAO,IAAI,CAAC;AACb,KAAA;AACD,IAAA,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE;QACrC,EAAE,EAAE,CAAqB,kBAAA,EAAA,KAAK,CAAE,CAAA;AACjC,KAAA,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"fetch-query-preview.action.js","sources":["../../../../../../src/x-modules/queries-preview/store/actions/fetch-query-preview.action.ts"],"sourcesContent":["import type { QueriesPreviewXStoreModule } from '../types'\nimport { XPlugin } from '../../../../plugins/x-plugin'\n\n/**\n * Default implementation for the {@link QueriesPreviewActions.fetchQueryPreview}.\n *\n * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions,\n * provided by Vuex.\n * @param request - The query preview request to make.\n * @returns A Promise of a SearchResponse when it fetches the results.\n *\n * @public\n */\nexport const fetchQueryPreview: QueriesPreviewXStoreModule['actions']['fetchQueryPreview'] = async (\n _context,\n request,\n) => {\n const { query } = request\n if (!query) {\n return null\n }\n return XPlugin.adapter.search(request, {\n id: `fetchQueryPreview-${query}`,\n })\n}\n"],"names":[],"mappings":";;AAGA;;;;;;;;;AASG;AACU,MAAA,iBAAiB,GAA+D,OAC3F,QAAQ,EACR,OAAO,KACL;AACF,IAAA,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAA;IACzB,IAAI,CAAC,KAAK,EAAE;AACV,QAAA,OAAO,IAAI,CAAA;KACZ;AACD,IAAA,OAAO,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE;QACrC,EAAE,EAAE,CAAqB,kBAAA,EAAA,KAAK,CAAE,CAAA;AACjC,KAAA,CAAC,CAAA;AACJ;;;;"}
@@ -1,16 +1,18 @@
1
+ import '@empathyco/x-utils';
1
2
  import { createStoreEmitters } from '../../../store/utils/store-emitters.utils.js';
2
3
  import { queriesPreviewXStoreModule } from './module.js';
3
4
 
4
- /**
5
- * {@link StoreEmitters} For the queries-preview module.
6
- *
7
- * @internal
8
- */
9
- const queriesPreviewEmitters = createStoreEmitters(queriesPreviewXStoreModule, {
10
- QueryPreviewUnselected: {
11
- selector: state => !state.selectedQueryPreview ? state.params : state.selectedQueryPreview.extraParams,
12
- filter: (newValue, oldValue, state) => !state.selectedQueryPreview
13
- }
5
+ /**
6
+ * {@link StoreEmitters} For the queries-preview module.
7
+ *
8
+ * @internal
9
+ */
10
+ const queriesPreviewEmitters = createStoreEmitters(queriesPreviewXStoreModule, {
11
+ QueryPreviewUnselected: {
12
+ selector: state => !state.selectedQueryPreview ? state.params : state.selectedQueryPreview.extraParams,
13
+ filter: (_newValue, _oldValue, state) => !state.selectedQueryPreview,
14
+ },
15
+ QueriesPreviewChanged: (_state, getters) => getters.loadedQueriesPreview,
14
16
  });
15
17
 
16
18
  export { queriesPreviewEmitters };
@@ -1 +1 @@
1
- {"version":3,"file":"emitters.js","sources":["../../../../../src/x-modules/queries-preview/store/emitters.ts"],"sourcesContent":["import { createStoreEmitters } from '../../../store';\nimport { queriesPreviewXStoreModule } from './module';\n\n/**\n * {@link StoreEmitters} For the queries-preview module.\n *\n * @internal\n */\nexport const queriesPreviewEmitters = createStoreEmitters(queriesPreviewXStoreModule, {\n QueryPreviewUnselected: {\n selector: state =>\n !state.selectedQueryPreview ? state.params : state.selectedQueryPreview.extraParams!,\n filter: (newValue, oldValue, state) => !state.selectedQueryPreview\n }\n});\n"],"names":[],"mappings":";;;AAGA;;;;AAIG;AACU,MAAA,sBAAsB,GAAG,mBAAmB,CAAC,0BAA0B,EAAE;AACpF,IAAA,sBAAsB,EAAE;QACtB,QAAQ,EAAE,KAAK,IACb,CAAC,KAAK,CAAC,oBAAoB,GAAG,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,oBAAoB,CAAC,WAAY;AACtF,QAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,KAAK,CAAC,KAAK,CAAC,oBAAoB;AACnE,KAAA;AACF,CAAA;;;;"}
1
+ {"version":3,"file":"emitters.js","sources":["../../../../../src/x-modules/queries-preview/store/emitters.ts"],"sourcesContent":["import { createStoreEmitters } from '../../../store'\nimport { queriesPreviewXStoreModule } from './module'\n\n/**\n * {@link StoreEmitters} For the queries-preview module.\n *\n * @internal\n */\nexport const queriesPreviewEmitters = createStoreEmitters(queriesPreviewXStoreModule, {\n QueryPreviewUnselected: {\n selector: state =>\n !state.selectedQueryPreview ? state.params : state.selectedQueryPreview.extraParams!,\n filter: (_newValue, _oldValue, state) => !state.selectedQueryPreview,\n },\n QueriesPreviewChanged: (_state, getters) => getters.loadedQueriesPreview,\n})\n"],"names":[],"mappings":";;;;AAGA;;;;AAIG;AACU,MAAA,sBAAsB,GAAG,mBAAmB,CAAC,0BAA0B,EAAE;AACpF,IAAA,sBAAsB,EAAE;QACtB,QAAQ,EAAE,KAAK,IACb,CAAC,KAAK,CAAC,oBAAoB,GAAG,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,oBAAoB,CAAC,WAAY;AACtF,QAAA,MAAM,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,KAAK,CAAC,KAAK,CAAC,oBAAoB;AACrE,KAAA;IACD,qBAAqB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,OAAO,CAAC,oBAAoB;AACzE,CAAA;;;;"}
@@ -1,17 +1,16 @@
1
1
  import { objectFilter } from '@empathyco/x-utils';
2
2
 
3
- /**
4
- * Default implementation for the {@link QueriesPreviewGetters.loadedQueriesPreview} getter.
5
- *
6
- * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of
7
- * the queries preview module.
8
- *
9
- * @returns The loaded previews from the state.
10
- */
11
- const loadedQueriesPreview = ({ queriesPreview }) => {
12
- return objectFilter(queriesPreview, (_, preview) => {
13
- return preview.status === 'success' && preview.totalResults > 0;
14
- });
3
+ /**
4
+ * Default implementation for the {@link QueriesPreviewGetters.loadedQueriesPreview} getter.
5
+ *
6
+ * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of
7
+ * the queries preview module.
8
+ * @returns The loaded previews from the state.
9
+ */
10
+ const loadedQueriesPreview = ({ queriesPreview }) => {
11
+ return objectFilter(queriesPreview, (_, preview) => {
12
+ return preview.status === 'success' && preview.totalResults > 0;
13
+ });
15
14
  };
16
15
 
17
16
  export { loadedQueriesPreview };
@@ -1 +1 @@
1
- {"version":3,"file":"loaded-queries-preview.getter.js","sources":["../../../../../../src/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.ts"],"sourcesContent":["import { objectFilter } from '@empathyco/x-utils';\nimport { QueriesPreviewXStoreModule } from '../types';\n\n/**\n * Default implementation for the {@link QueriesPreviewGetters.loadedQueriesPreview} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of\n * the queries preview module.\n *\n * @returns The loaded previews from the state.\n */\nexport const loadedQueriesPreview: QueriesPreviewXStoreModule['getters']['loadedQueriesPreview'] =\n ({ queriesPreview }) => {\n return objectFilter(queriesPreview, (_, preview) => {\n return preview.status === 'success' && preview.totalResults > 0;\n });\n };\n"],"names":[],"mappings":";;AAGA;;;;;;;AAOG;MACU,oBAAoB,GAC/B,CAAC,EAAE,cAAc,EAAE,KAAI;IACrB,OAAO,YAAY,CAAC,cAAc,EAAE,CAAC,CAAC,EAAE,OAAO,KAAI;QACjD,OAAO,OAAO,CAAC,MAAM,KAAK,SAAS,IAAI,OAAO,CAAC,YAAY,GAAG,CAAC,CAAC;AAClE,KAAC,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"loaded-queries-preview.getter.js","sources":["../../../../../../src/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.ts"],"sourcesContent":["import type { QueriesPreviewXStoreModule } from '../types'\nimport { objectFilter } from '@empathyco/x-utils'\n\n/**\n * Default implementation for the {@link QueriesPreviewGetters.loadedQueriesPreview} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of\n * the queries preview module.\n * @returns The loaded previews from the state.\n */\nexport const loadedQueriesPreview: QueriesPreviewXStoreModule['getters']['loadedQueriesPreview'] =\n ({ queriesPreview }) => {\n return objectFilter(queriesPreview, (_, preview) => {\n return preview.status === 'success' && preview.totalResults > 0\n })\n }\n"],"names":[],"mappings":";;AAGA;;;;;;AAMG;MACU,oBAAoB,GAC/B,CAAC,EAAE,cAAc,EAAE,KAAI;IACrB,OAAO,YAAY,CAAC,cAAc,EAAE,CAAC,CAAC,EAAE,OAAO,KAAI;QACjD,OAAO,OAAO,CAAC,MAAM,KAAK,SAAS,IAAI,OAAO,CAAC,YAAY,GAAG,CAAC,CAAA;AACjE,KAAC,CAAC,CAAA;AACJ;;;;"}
@@ -1,70 +1,70 @@
1
1
  import { setConfig, mergeConfig } from '../../../store/utils/config-store.utils.js';
2
2
  import { getHashFromQueryPreviewItem } from '../utils/get-hash-from-query-preview.js';
3
- import { fetchQueryPreview } from './actions/fetch-query-preview.action.js';
4
3
  import { fetchAndSaveQueryPreview } from './actions/fetch-and-save-query-preview.action.js';
4
+ import { fetchQueryPreview } from './actions/fetch-query-preview.action.js';
5
5
  import { loadedQueriesPreview } from './getters/loaded-queries-preview.getter.js';
6
6
 
7
- /**
8
- * {@link XStoreModule} For the `queries-preview` module.
9
- *
10
- * @internal
11
- */
12
- const queriesPreviewXStoreModule = {
13
- state: () => ({
14
- config: {
15
- maxItemsToRequest: 24
16
- },
17
- queriesPreview: {},
18
- selectedQueryPreview: {
19
- query: '',
20
- extraParams: undefined,
21
- filters: undefined
22
- },
23
- params: {}
24
- }),
25
- getters: { loadedQueriesPreview },
26
- mutations: {
27
- clearQueryPreview(state, queryPreviewHash) {
28
- delete state.queriesPreview[queryPreviewHash];
29
- },
30
- setParams(state, params) {
31
- state.params = params;
32
- },
33
- setQueryPreviewCached(state, queryPreview) {
34
- state.queriesPreview[getHashFromQueryPreviewItem(queryPreview, queryPreview.request.extraParams?.lang)] = queryPreview;
35
- },
36
- setStatus(state, { queryPreviewHash, status }) {
37
- state.queriesPreview[queryPreviewHash].status = status;
38
- },
39
- setSelectedQueryPreview(state, selectedQueryPreview) {
40
- state.selectedQueryPreview = selectedQueryPreview;
41
- },
42
- setConfig,
43
- mergeConfig,
44
- addQueryPreviewInstance(state, queryPreviewHash) {
45
- if (state.queriesPreview[queryPreviewHash]) {
46
- state.queriesPreview[queryPreviewHash].instances += 1;
47
- }
48
- },
49
- removeQueryPreviewInstance(state, { queryPreviewHash, cache }) {
50
- if (state.queriesPreview[queryPreviewHash]) {
51
- state.queriesPreview[queryPreviewHash].instances -= 1;
52
- if (!cache && state.queriesPreview[queryPreviewHash].instances === 0) {
53
- delete state.queriesPreview[queryPreviewHash];
54
- }
55
- }
56
- },
57
- updateAQueryPreviewResult(state, { result, queryPreviewHash }) {
58
- const queryPreviewResult = state.queriesPreview[queryPreviewHash.value]?.results.find(resultPreview => resultPreview.id === result.id);
59
- if (queryPreviewResult) {
60
- Object.assign(queryPreviewResult, result);
61
- }
62
- }
63
- },
64
- actions: {
65
- fetchQueryPreview,
66
- fetchAndSaveQueryPreview
67
- }
7
+ /**
8
+ * {@link XStoreModule} For the `queries-preview` module.
9
+ *
10
+ * @internal
11
+ */
12
+ const queriesPreviewXStoreModule = {
13
+ state: () => ({
14
+ config: {
15
+ maxItemsToRequest: 24,
16
+ },
17
+ queriesPreview: {},
18
+ selectedQueryPreview: {
19
+ query: '',
20
+ extraParams: undefined,
21
+ filters: undefined,
22
+ },
23
+ params: {},
24
+ }),
25
+ getters: { loadedQueriesPreview },
26
+ mutations: {
27
+ clearQueryPreview(state, queryPreviewHash) {
28
+ delete state.queriesPreview[queryPreviewHash];
29
+ },
30
+ setParams(state, params) {
31
+ state.params = params;
32
+ },
33
+ setQueryPreviewCached(state, queryPreview) {
34
+ state.queriesPreview[getHashFromQueryPreviewItem(queryPreview, queryPreview.request.extraParams?.lang)] = queryPreview;
35
+ },
36
+ setStatus(state, { queryPreviewHash, status }) {
37
+ state.queriesPreview[queryPreviewHash].status = status;
38
+ },
39
+ setSelectedQueryPreview(state, selectedQueryPreview) {
40
+ state.selectedQueryPreview = selectedQueryPreview;
41
+ },
42
+ setConfig,
43
+ mergeConfig,
44
+ addQueryPreviewInstance(state, queryPreviewHash) {
45
+ if (state.queriesPreview[queryPreviewHash]) {
46
+ state.queriesPreview[queryPreviewHash].instances += 1;
47
+ }
48
+ },
49
+ removeQueryPreviewInstance(state, { queryPreviewHash, cache }) {
50
+ if (state.queriesPreview[queryPreviewHash]) {
51
+ state.queriesPreview[queryPreviewHash].instances -= 1;
52
+ if (!cache && state.queriesPreview[queryPreviewHash].instances === 0) {
53
+ delete state.queriesPreview[queryPreviewHash];
54
+ }
55
+ }
56
+ },
57
+ updateAQueryPreviewResult(state, { result, queryPreviewHash }) {
58
+ const queryPreviewResult = state.queriesPreview[queryPreviewHash]?.results.find(resultPreview => resultPreview.id === result.id);
59
+ if (queryPreviewResult) {
60
+ Object.assign(queryPreviewResult, result);
61
+ }
62
+ },
63
+ },
64
+ actions: {
65
+ fetchQueryPreview,
66
+ fetchAndSaveQueryPreview,
67
+ },
68
68
  };
69
69
 
70
70
  export { queriesPreviewXStoreModule };
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sources":["../../../../../src/x-modules/queries-preview/store/module.ts"],"sourcesContent":["import { mergeConfig, setConfig } from '../../../store/utils/config-store.utils';\nimport { getHashFromQueryPreviewItem } from '../utils/get-hash-from-query-preview';\nimport { QueriesPreviewXStoreModule } from './types';\nimport { fetchQueryPreview } from './actions/fetch-query-preview.action';\nimport { fetchAndSaveQueryPreview } from './actions/fetch-and-save-query-preview.action';\nimport { loadedQueriesPreview } from './getters/loaded-queries-preview.getter';\n\n/**\n * {@link XStoreModule} For the `queries-preview` module.\n *\n * @internal\n */\nexport const queriesPreviewXStoreModule: QueriesPreviewXStoreModule = {\n state: () => ({\n config: {\n maxItemsToRequest: 24\n },\n queriesPreview: {},\n selectedQueryPreview: {\n query: '',\n extraParams: undefined,\n filters: undefined\n },\n params: {}\n }),\n getters: { loadedQueriesPreview },\n mutations: {\n clearQueryPreview(state, queryPreviewHash) {\n delete state.queriesPreview[queryPreviewHash];\n },\n setParams(state, params) {\n state.params = params;\n },\n setQueryPreviewCached(state, queryPreview) {\n state.queriesPreview[\n getHashFromQueryPreviewItem(queryPreview, queryPreview.request.extraParams?.lang as string)\n ] = queryPreview;\n },\n setStatus(state, { queryPreviewHash, status }) {\n state.queriesPreview[queryPreviewHash].status = status;\n },\n setSelectedQueryPreview(state, selectedQueryPreview) {\n state.selectedQueryPreview = selectedQueryPreview;\n },\n setConfig,\n mergeConfig,\n addQueryPreviewInstance(state, queryPreviewHash) {\n if (state.queriesPreview[queryPreviewHash]) {\n state.queriesPreview[queryPreviewHash].instances += 1;\n }\n },\n removeQueryPreviewInstance(state, { queryPreviewHash, cache }) {\n if (state.queriesPreview[queryPreviewHash]) {\n state.queriesPreview[queryPreviewHash].instances -= 1;\n\n if (!cache && state.queriesPreview[queryPreviewHash].instances === 0) {\n delete state.queriesPreview[queryPreviewHash];\n }\n }\n },\n updateAQueryPreviewResult(state, { result, queryPreviewHash }) {\n const queryPreviewResult = state.queriesPreview[queryPreviewHash.value]?.results.find(\n resultPreview => resultPreview.id === result.id\n );\n if (queryPreviewResult) {\n Object.assign(queryPreviewResult, result);\n }\n }\n },\n actions: {\n fetchQueryPreview,\n fetchAndSaveQueryPreview\n }\n};\n"],"names":[],"mappings":";;;;;;AAOA;;;;AAIG;AACU,MAAA,0BAA0B,GAA+B;AACpE,IAAA,KAAK,EAAE,OAAO;AACZ,QAAA,MAAM,EAAE;AACN,YAAA,iBAAiB,EAAE,EAAE;AACtB,SAAA;AACD,QAAA,cAAc,EAAE,EAAE;AAClB,QAAA,oBAAoB,EAAE;AACpB,YAAA,KAAK,EAAE,EAAE;AACT,YAAA,WAAW,EAAE,SAAS;AACtB,YAAA,OAAO,EAAE,SAAS;AACnB,SAAA;AACD,QAAA,MAAM,EAAE,EAAE;KACX,CAAC;IACF,OAAO,EAAE,EAAE,oBAAoB,EAAE;AACjC,IAAA,SAAS,EAAE;QACT,iBAAiB,CAAC,KAAK,EAAE,gBAAgB,EAAA;AACvC,YAAA,OAAO,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC;SAC/C;QACD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAA;AACrB,YAAA,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;SACvB;QACD,qBAAqB,CAAC,KAAK,EAAE,YAAY,EAAA;AACvC,YAAA,KAAK,CAAC,cAAc,CAClB,2BAA2B,CAAC,YAAY,EAAE,YAAY,CAAC,OAAO,CAAC,WAAW,EAAE,IAAc,CAAC,CAC5F,GAAG,YAAY,CAAC;SAClB;AACD,QAAA,SAAS,CAAC,KAAK,EAAE,EAAE,gBAAgB,EAAE,MAAM,EAAE,EAAA;YAC3C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC;SACxD;QACD,uBAAuB,CAAC,KAAK,EAAE,oBAAoB,EAAA;AACjD,YAAA,KAAK,CAAC,oBAAoB,GAAG,oBAAoB,CAAC;SACnD;QACD,SAAS;QACT,WAAW;QACX,uBAAuB,CAAC,KAAK,EAAE,gBAAgB,EAAA;AAC7C,YAAA,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE;gBAC1C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC;AACvD,aAAA;SACF;AACD,QAAA,0BAA0B,CAAC,KAAK,EAAE,EAAE,gBAAgB,EAAE,KAAK,EAAE,EAAA;AAC3D,YAAA,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE;gBAC1C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC;AAEtD,gBAAA,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,KAAK,CAAC,EAAE;AACpE,oBAAA,OAAO,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC;AAC/C,iBAAA;AACF,aAAA;SACF;AACD,QAAA,yBAAyB,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAA;YAC3D,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,IAAI,CACnF,aAAa,IAAI,aAAa,CAAC,EAAE,KAAK,MAAM,CAAC,EAAE,CAChD,CAAC;AACF,YAAA,IAAI,kBAAkB,EAAE;AACtB,gBAAA,MAAM,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC;AAC3C,aAAA;SACF;AACF,KAAA;AACD,IAAA,OAAO,EAAE;QACP,iBAAiB;QACjB,wBAAwB;AACzB,KAAA;;;;;"}
1
+ {"version":3,"file":"module.js","sources":["../../../../../src/x-modules/queries-preview/store/module.ts"],"sourcesContent":["import type { QueriesPreviewXStoreModule } from './types'\nimport { mergeConfig, setConfig } from '../../../store/utils/config-store.utils'\nimport { getHashFromQueryPreviewItem } from '../utils/get-hash-from-query-preview'\nimport { fetchAndSaveQueryPreview } from './actions/fetch-and-save-query-preview.action'\nimport { fetchQueryPreview } from './actions/fetch-query-preview.action'\nimport { loadedQueriesPreview } from './getters/loaded-queries-preview.getter'\n\n/**\n * {@link XStoreModule} For the `queries-preview` module.\n *\n * @internal\n */\nexport const queriesPreviewXStoreModule: QueriesPreviewXStoreModule = {\n state: () => ({\n config: {\n maxItemsToRequest: 24,\n },\n queriesPreview: {},\n selectedQueryPreview: {\n query: '',\n extraParams: undefined,\n filters: undefined,\n },\n params: {},\n }),\n getters: { loadedQueriesPreview },\n mutations: {\n clearQueryPreview(state, queryPreviewHash) {\n delete state.queriesPreview[queryPreviewHash]\n },\n setParams(state, params) {\n state.params = params\n },\n setQueryPreviewCached(state, queryPreview) {\n state.queriesPreview[\n getHashFromQueryPreviewItem(queryPreview, queryPreview.request.extraParams?.lang as string)\n ] = queryPreview\n },\n setStatus(state, { queryPreviewHash, status }) {\n state.queriesPreview[queryPreviewHash].status = status\n },\n setSelectedQueryPreview(state, selectedQueryPreview) {\n state.selectedQueryPreview = selectedQueryPreview\n },\n setConfig,\n mergeConfig,\n addQueryPreviewInstance(state, queryPreviewHash) {\n if (state.queriesPreview[queryPreviewHash]) {\n state.queriesPreview[queryPreviewHash].instances += 1\n }\n },\n removeQueryPreviewInstance(state, { queryPreviewHash, cache }) {\n if (state.queriesPreview[queryPreviewHash]) {\n state.queriesPreview[queryPreviewHash].instances -= 1\n\n if (!cache && state.queriesPreview[queryPreviewHash].instances === 0) {\n delete state.queriesPreview[queryPreviewHash]\n }\n }\n },\n updateAQueryPreviewResult(state, { result, queryPreviewHash }) {\n const queryPreviewResult = state.queriesPreview[queryPreviewHash]?.results.find(\n resultPreview => resultPreview.id === result.id,\n )\n if (queryPreviewResult) {\n Object.assign(queryPreviewResult, result)\n }\n },\n },\n actions: {\n fetchQueryPreview,\n fetchAndSaveQueryPreview,\n },\n}\n"],"names":[],"mappings":";;;;;;AAOA;;;;AAIG;AACU,MAAA,0BAA0B,GAA+B;AACpE,IAAA,KAAK,EAAE,OAAO;AACZ,QAAA,MAAM,EAAE;AACN,YAAA,iBAAiB,EAAE,EAAE;AACtB,SAAA;AACD,QAAA,cAAc,EAAE,EAAE;AAClB,QAAA,oBAAoB,EAAE;AACpB,YAAA,KAAK,EAAE,EAAE;AACT,YAAA,WAAW,EAAE,SAAS;AACtB,YAAA,OAAO,EAAE,SAAS;AACnB,SAAA;AACD,QAAA,MAAM,EAAE,EAAE;KACX,CAAC;IACF,OAAO,EAAE,EAAE,oBAAoB,EAAE;AACjC,IAAA,SAAS,EAAE;QACT,iBAAiB,CAAC,KAAK,EAAE,gBAAgB,EAAA;AACvC,YAAA,OAAO,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAA;SAC9C;QACD,SAAS,CAAC,KAAK,EAAE,MAAM,EAAA;AACrB,YAAA,KAAK,CAAC,MAAM,GAAG,MAAM,CAAA;SACtB;QACD,qBAAqB,CAAC,KAAK,EAAE,YAAY,EAAA;AACvC,YAAA,KAAK,CAAC,cAAc,CAClB,2BAA2B,CAAC,YAAY,EAAE,YAAY,CAAC,OAAO,CAAC,WAAW,EAAE,IAAc,CAAC,CAC5F,GAAG,YAAY,CAAA;SACjB;AACD,QAAA,SAAS,CAAC,KAAK,EAAE,EAAE,gBAAgB,EAAE,MAAM,EAAE,EAAA;YAC3C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,MAAM,GAAG,MAAM,CAAA;SACvD;QACD,uBAAuB,CAAC,KAAK,EAAE,oBAAoB,EAAA;AACjD,YAAA,KAAK,CAAC,oBAAoB,GAAG,oBAAoB,CAAA;SAClD;QACD,SAAS;QACT,WAAW;QACX,uBAAuB,CAAC,KAAK,EAAE,gBAAgB,EAAA;AAC7C,YAAA,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE;gBAC1C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,IAAI,CAAC,CAAA;aACtD;SACF;AACD,QAAA,0BAA0B,CAAC,KAAK,EAAE,EAAE,gBAAgB,EAAE,KAAK,EAAE,EAAA;AAC3D,YAAA,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE;gBAC1C,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,IAAI,CAAC,CAAA;AAErD,gBAAA,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,SAAS,KAAK,CAAC,EAAE;AACpE,oBAAA,OAAO,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAA;iBAC9C;aACF;SACF;AACD,QAAA,yBAAyB,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAA;YAC3D,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,OAAO,CAAC,IAAI,CAC7E,aAAa,IAAI,aAAa,CAAC,EAAE,KAAK,MAAM,CAAC,EAAE,CAChD,CAAA;YACD,IAAI,kBAAkB,EAAE;AACtB,gBAAA,MAAM,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAA;aAC1C;SACF;AACF,KAAA;AACD,IAAA,OAAO,EAAE;QACP,iBAAiB;QACjB,wBAAwB;AACzB,KAAA;;;;;"}