@empathyco/x-components 3.0.0-alpha.39 → 3.0.0-alpha.391

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 (5681) hide show
  1. package/CHANGELOG.md +2846 -62
  2. package/README.md +27 -8
  3. package/core/index.d.ts +1 -1
  4. package/core/index.js +110 -63
  5. package/core/index.js.map +1 -1
  6. package/design-system/deprecated-full-theme.css +8843 -0
  7. package/device/index.js +3 -3
  8. package/docs/API-reference/api/index.md +1 -1
  9. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +13 -0
  10. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  11. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  12. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  13. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  14. package/docs/API-reference/api/x-adapter-platform.facetschema.md +13 -0
  15. package/docs/API-reference/api/x-adapter-platform.getdisplayclicktagging.md +26 -0
  16. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  17. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  18. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +13 -0
  23. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +13 -0
  24. package/docs/API-reference/api/x-adapter-platform.md +118 -0
  25. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  26. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +13 -0
  27. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +13 -0
  29. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +13 -0
  30. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +13 -0
  31. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +13 -0
  32. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +13 -0
  33. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  34. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +13 -0
  35. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  36. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  37. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  38. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  39. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  40. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  41. package/docs/API-reference/api/x-adapter-platform.platformadapter.semanticqueries.md +11 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  64. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  65. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  66. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  67. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  68. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  69. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  70. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  71. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  72. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  73. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +22 -0
  74. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  75. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  76. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  77. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  78. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  79. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  80. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  81. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
  82. package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
  83. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  84. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  85. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  86. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  87. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  88. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  89. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  90. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  91. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  92. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  93. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  94. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  95. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  96. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  97. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  98. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  99. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  100. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  101. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  102. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  103. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  104. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.platformresult.__externalid.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.platformresult.__id.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.platformresult.__images.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.platformresult.__name.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.platformresult.__prices.md +21 -0
  110. package/docs/API-reference/api/x-adapter-platform.platformresult.__url.md +11 -0
  111. package/docs/API-reference/api/x-adapter-platform.platformresult.md +26 -0
  112. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  114. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  115. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  116. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  117. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  118. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  119. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.md +21 -0
  120. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.q.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.data.md +13 -0
  122. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.md +20 -0
  123. package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.distance.md +11 -0
  124. package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.md +21 -0
  125. package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.query.md +11 -0
  126. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.keywords.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +21 -0
  128. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  131. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  132. package/docs/API-reference/api/x-adapter-platform.platformtagging.displayclick.md +11 -0
  133. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +23 -0
  134. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +13 -0
  135. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +13 -0
  136. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +13 -0
  137. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +13 -0
  138. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +13 -0
  139. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +13 -0
  140. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +13 -0
  141. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +13 -0
  142. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +13 -0
  143. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +13 -0
  144. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +13 -0
  145. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +13 -0
  146. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +13 -0
  147. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +13 -0
  148. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +13 -0
  149. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +13 -0
  150. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +13 -0
  151. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +13 -0
  152. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  153. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +13 -0
  154. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +13 -0
  155. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +13 -0
  156. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +13 -0
  157. package/docs/API-reference/api/x-adapter-platform.resultschema.md +13 -0
  158. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +13 -0
  159. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +13 -0
  160. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +13 -0
  161. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +13 -0
  162. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +13 -0
  163. package/docs/API-reference/api/x-adapter-platform.semanticqueriesendpointadapter.md +13 -0
  164. package/docs/API-reference/api/x-adapter-platform.semanticqueriesrequestmapper.md +13 -0
  165. package/docs/API-reference/api/x-adapter-platform.semanticqueriesrequestschema.md +13 -0
  166. package/docs/API-reference/api/x-adapter-platform.semanticqueriesresponsemapper.md +13 -0
  167. package/docs/API-reference/api/x-adapter-platform.semanticqueriesresponseschema.md +13 -0
  168. package/docs/API-reference/api/x-adapter-platform.semanticqueryschema.md +13 -0
  169. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +13 -0
  170. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +13 -0
  171. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +13 -0
  172. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +13 -0
  173. package/docs/API-reference/api/x-components.actionnamesfor.md +3 -3
  174. package/docs/API-reference/api/x-components.actionsclass.md +3 -3
  175. package/docs/API-reference/api/x-components.actionsdictionary.md +2 -2
  176. package/docs/API-reference/api/x-components.actionstree.md +3 -3
  177. package/docs/API-reference/api/x-components.addquerytohistory.md +1 -1
  178. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +2 -2
  179. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
  180. package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +1 -1
  181. package/docs/API-reference/api/x-components.allfilter.facet.md +1 -1
  182. package/docs/API-reference/api/x-components.allfilter.isselected.md +1 -1
  183. package/docs/API-reference/api/x-components.allfilter.md +3 -3
  184. package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +1 -1
  185. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  186. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  187. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  188. package/docs/API-reference/api/x-components.animatewidth.md +2 -2
  189. package/docs/API-reference/api/x-components.animationprop.md +13 -0
  190. package/docs/API-reference/api/x-components.anyactionstree.md +3 -3
  191. package/docs/API-reference/api/x-components.anygetterstree.md +3 -3
  192. package/docs/API-reference/api/x-components.anymutationstree.md +3 -3
  193. package/docs/API-reference/api/x-components.anysimplestateselector.md +3 -3
  194. package/docs/API-reference/api/x-components.anystateselector.md +3 -3
  195. package/docs/API-reference/api/x-components.anystoreemitters.md +3 -3
  196. package/docs/API-reference/api/x-components.anywire.md +3 -3
  197. package/docs/API-reference/api/x-components.anyxmodule.md +3 -3
  198. package/docs/API-reference/api/x-components.anyxstoremodule.md +3 -3
  199. package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +3 -3
  200. package/docs/API-reference/api/x-components.arefiltersdifferent.md +2 -2
  201. package/docs/API-reference/api/x-components.arraytoobject.md +2 -2
  202. package/docs/API-reference/api/x-components.arraytoobject_1.md +4 -4
  203. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  204. package/docs/API-reference/api/x-components.arrowkey.md +2 -2
  205. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  206. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  207. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  208. package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +24 -0
  209. package/docs/API-reference/api/x-components.autoprogressbar.md +27 -13
  210. package/docs/API-reference/api/x-components.bagicon.md +1 -1
  211. package/docs/API-reference/api/x-components.banner.banner.md +1 -1
  212. package/docs/API-reference/api/x-components.banner.imagefailed.md +13 -0
  213. package/docs/API-reference/api/x-components.banner.md +6 -3
  214. package/docs/API-reference/api/x-components.bannerslist.animation.md +1 -1
  215. package/docs/API-reference/api/x-components.bannerslist.md +3 -3
  216. package/docs/API-reference/api/x-components.bannerslist.stateitems.md +1 -1
  217. package/docs/API-reference/api/x-components.barcodeicon.md +1 -1
  218. package/docs/API-reference/api/x-components.barcodetinyicon.md +1 -1
  219. package/docs/API-reference/api/x-components.baseaddtocart.md +15 -12
  220. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +1 -1
  221. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +2 -2
  222. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +3 -3
  223. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +4 -2
  224. package/docs/API-reference/api/x-components.basecurrency.md +21 -14
  225. package/docs/API-reference/api/x-components.basedropdown._refs.md +2 -1
  226. package/docs/API-reference/api/x-components.basedropdown.animation.md +1 -1
  227. package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
  228. package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +2 -2
  229. package/docs/API-reference/api/x-components.basedropdown.items.md +1 -1
  230. package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
  231. package/docs/API-reference/api/x-components.basedropdown.md +6 -4
  232. package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +1 -1
  233. package/docs/API-reference/api/x-components.basedropdown.value.md +1 -1
  234. package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +2 -2
  235. package/docs/API-reference/api/x-components.baseeventbutton.events.md +1 -1
  236. package/docs/API-reference/api/x-components.baseeventbutton.md +4 -4
  237. package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +1 -1
  238. package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +1 -1
  239. package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +2 -2
  240. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +1 -1
  241. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +1 -1
  242. package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +1 -1
  243. package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
  244. package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +1 -1
  245. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +17 -12
  246. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +17 -12
  247. package/docs/API-reference/api/x-components.basefallbackimage.md +1 -1
  248. package/docs/API-reference/api/x-components.basegrid.animation.md +1 -1
  249. package/docs/API-reference/api/x-components.basegrid.columns.md +1 -1
  250. package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
  251. package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
  252. package/docs/API-reference/api/x-components.basegrid.md +6 -6
  253. package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +2 -2
  254. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +4 -4
  255. package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +1 -1
  256. package/docs/API-reference/api/x-components.baseidmodal.animation.md +1 -1
  257. package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +2 -2
  258. package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +2 -2
  259. package/docs/API-reference/api/x-components.baseidmodal.isopen.md +1 -1
  260. package/docs/API-reference/api/x-components.baseidmodal.md +6 -6
  261. package/docs/API-reference/api/x-components.baseidmodal.modalid.md +1 -1
  262. package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +1 -1
  263. package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +2 -2
  264. package/docs/API-reference/api/x-components.baseidmodalclose.md +16 -13
  265. package/docs/API-reference/api/x-components.baseidmodalopen.md +16 -13
  266. package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +1 -1
  267. package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +2 -2
  268. package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +1 -1
  269. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  270. package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +1 -1
  271. package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +1 -1
  272. package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +2 -2
  273. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +1 -1
  274. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +4 -4
  275. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +1 -1
  276. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +2 -2
  277. package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +1 -1
  278. package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +1 -1
  279. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +7 -7
  280. package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +2 -2
  281. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +1 -1
  282. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +1 -1
  283. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +1 -1
  284. package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +4 -4
  285. package/docs/API-reference/api/x-components.basemodal._refs.md +2 -1
  286. package/docs/API-reference/api/x-components.basemodal.animation.md +2 -2
  287. package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
  288. package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
  289. package/docs/API-reference/api/x-components.basemodal.md +13 -9
  290. package/docs/API-reference/api/x-components.basemodal.mounted.md +2 -2
  291. package/docs/API-reference/api/x-components.basemodal.open.md +1 -1
  292. package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
  293. package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +1 -1
  294. package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +1 -1
  295. package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
  296. package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
  297. package/docs/API-reference/api/x-components.baseplaceholderimage.md +1 -1
  298. package/docs/API-reference/api/x-components.basepricefilterlabel.md +47 -22
  299. package/docs/API-reference/api/x-components.baserating.max.md +1 -1
  300. package/docs/API-reference/api/x-components.baserating.md +4 -4
  301. package/docs/API-reference/api/x-components.baserating.value.md +1 -1
  302. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +25 -12
  303. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +21 -12
  304. package/docs/API-reference/api/x-components.baseresultimage.md +51 -22
  305. package/docs/API-reference/api/x-components.baseresultlink.md +16 -11
  306. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +19 -12
  307. package/docs/API-reference/api/x-components.baseresultrating.md +31 -0
  308. package/docs/API-reference/api/x-components.basescroll.md +2 -2
  309. package/docs/API-reference/api/x-components.basesuggestion.md +49 -23
  310. package/docs/API-reference/api/x-components.basesuggestions.animation.md +1 -1
  311. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +1 -1
  312. package/docs/API-reference/api/x-components.basesuggestions.md +8 -6
  313. package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
  314. package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
  315. package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +1 -1
  316. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  317. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  318. package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
  319. package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
  320. package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
  321. package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
  322. package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
  323. package/docs/API-reference/api/x-components.basetogglepanel.md +25 -12
  324. package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +1 -1
  325. package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
  326. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +4 -4
  327. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  328. package/docs/API-reference/api/x-components.basexapi.close.md +17 -0
  329. package/docs/API-reference/api/x-components.basexapi.init.md +7 -5
  330. package/docs/API-reference/api/x-components.basexapi.md +5 -2
  331. package/docs/API-reference/api/x-components.basexapi.search.md +3 -3
  332. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +2 -2
  333. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  334. package/docs/API-reference/api/x-components.bus.md +13 -0
  335. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +1 -1
  336. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  337. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +1 -1
  338. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +1 -1
  339. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +1 -1
  340. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +1 -1
  341. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +1 -1
  342. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  343. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +1 -1
  344. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +2 -2
  345. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  346. package/docs/API-reference/api/x-components.capitalize.md +5 -5
  347. package/docs/API-reference/api/x-components.cartfilledicon.md +11 -0
  348. package/docs/API-reference/api/x-components.carticon.md +1 -1
  349. package/docs/API-reference/api/x-components.checkboxselectedfilledicon.md +11 -0
  350. package/docs/API-reference/api/x-components.checkboxselectedicon.md +1 -1
  351. package/docs/API-reference/api/x-components.checkboxunselectedfilledicon.md +11 -0
  352. package/docs/API-reference/api/x-components.checkboxunselectedicon.md +1 -1
  353. package/docs/API-reference/api/x-components.checkicon.md +1 -1
  354. package/docs/API-reference/api/x-components.checktinyicon.md +1 -1
  355. package/docs/API-reference/api/x-components.chevrondownicon.md +1 -1
  356. package/docs/API-reference/api/x-components.chevronlefticon.md +1 -1
  357. package/docs/API-reference/api/x-components.chevronrighticon.md +1 -1
  358. package/docs/API-reference/api/x-components.chevrontinydownicon.md +1 -1
  359. package/docs/API-reference/api/x-components.chevrontinylefticon.md +1 -1
  360. package/docs/API-reference/api/x-components.chevrontinyrighticon.md +1 -1
  361. package/docs/API-reference/api/x-components.chevrontinyupicon.md +1 -1
  362. package/docs/API-reference/api/x-components.chevronupicon.md +1 -1
  363. package/docs/API-reference/api/x-components.clearfilters.md +5 -8
  364. package/docs/API-reference/api/x-components.clearhistoryqueries.md +1 -1
  365. package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +1 -1
  366. package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +1 -1
  367. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +1 -1
  368. package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
  369. package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +1 -1
  370. package/docs/API-reference/api/x-components.clearquerywire.md +13 -0
  371. package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +1 -1
  372. package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +1 -1
  373. package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +1 -1
  374. package/docs/API-reference/api/x-components.clearsearchinput.md +4 -4
  375. package/docs/API-reference/api/x-components.clearsearchinput.query.md +1 -1
  376. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  377. package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +1 -1
  378. package/docs/API-reference/api/x-components.clone.md +2 -2
  379. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  380. package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
  381. package/docs/API-reference/api/x-components.collapseheight.md +8 -2
  382. package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
  383. package/docs/API-reference/api/x-components.collapsewidth.md +8 -2
  384. package/docs/API-reference/api/x-components.columnpickermixin.columns.md +1 -1
  385. package/docs/API-reference/api/x-components.columnpickermixin.md +4 -4
  386. package/docs/API-reference/api/x-components.columnpickermixin.value.md +1 -1
  387. package/docs/API-reference/api/x-components.cornerarrowleft.md +11 -0
  388. package/docs/API-reference/api/x-components.cornerarrowright.md +11 -0
  389. package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +2 -2
  390. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
  391. package/docs/API-reference/api/x-components.createrawfilters.md +4 -4
  392. package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
  393. package/docs/API-reference/api/x-components.createtrackdisplaywire.md +26 -0
  394. package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
  395. package/docs/API-reference/api/x-components.createusedevice.md +34 -0
  396. package/docs/API-reference/api/x-components.createwirefromfunction.md +2 -2
  397. package/docs/API-reference/api/x-components.createwiring.md +2 -2
  398. package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
  399. package/docs/API-reference/api/x-components.crossfade.md +9 -3
  400. package/docs/API-reference/api/x-components.crossicon.md +1 -1
  401. package/docs/API-reference/api/x-components.crosstinyicon.md +1 -1
  402. package/docs/API-reference/api/x-components.curatedcheckfilledicon.md +11 -0
  403. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  404. package/docs/API-reference/api/x-components.curatedchecktinyfilledicon.md +11 -0
  405. package/docs/API-reference/api/x-components.curatedchecktinyicon.md +11 -0
  406. package/docs/API-reference/api/x-components.currencyformatter.md +3 -3
  407. package/docs/API-reference/api/x-components.debounce.md +8 -4
  408. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -2
  409. package/docs/API-reference/api/x-components.debouncedfunction.md +1 -1
  410. package/docs/API-reference/api/x-components.debouncefunction.md +1 -1
  411. package/docs/API-reference/api/x-components.debounceoptions.leading.md +1 -1
  412. package/docs/API-reference/api/x-components.debounceoptions.md +5 -5
  413. package/docs/API-reference/api/x-components.debounceoptions.trailing.md +1 -1
  414. package/docs/API-reference/api/x-components.decoratorfor.md +2 -2
  415. package/docs/API-reference/api/x-components.deepfilter.md +10 -8
  416. package/docs/API-reference/api/x-components.deepflat.md +10 -8
  417. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +2 -2
  418. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +5 -4
  419. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +25 -0
  420. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +4 -3
  421. package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +1 -1
  422. package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +1 -1
  423. package/docs/API-reference/api/x-components.defaultfacetsservice.md +9 -6
  424. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
  425. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  426. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +2 -2
  427. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +2 -2
  428. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +2 -2
  429. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +3 -3
  430. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  431. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  432. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  433. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  434. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  435. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  436. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  437. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  438. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  439. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  440. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  441. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  442. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  443. package/docs/API-reference/api/x-components.deviceactions.md +1 -1
  444. package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +1 -1
  445. package/docs/API-reference/api/x-components.devicedetector.force.md +1 -1
  446. package/docs/API-reference/api/x-components.devicedetector.md +5 -5
  447. package/docs/API-reference/api/x-components.devicedetector.throttlems.md +1 -1
  448. package/docs/API-reference/api/x-components.devicegetters.md +1 -1
  449. package/docs/API-reference/api/x-components.devicemutations.md +1 -1
  450. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -2
  451. package/docs/API-reference/api/x-components.devicestate.md +4 -4
  452. package/docs/API-reference/api/x-components.devicestate.name.md +1 -1
  453. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
  454. package/docs/API-reference/api/x-components.devicexevents.md +4 -4
  455. package/docs/API-reference/api/x-components.devicexmodule.md +1 -1
  456. package/docs/API-reference/api/x-components.devicexstoremodule.md +3 -3
  457. package/docs/API-reference/api/x-components.diagonalarrowleftdownicon.md +11 -0
  458. package/docs/API-reference/api/x-components.diagonalarrowlefttopicon.md +11 -0
  459. package/docs/API-reference/api/x-components.diagonalarrowrightdownicon.md +11 -0
  460. package/docs/API-reference/api/x-components.diagonalarrowrighttopicon.md +11 -0
  461. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +2 -2
  462. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +2 -2
  463. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +2 -2
  464. package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
  465. package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
  466. package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
  467. package/docs/API-reference/api/x-components.displaywiremetadata.displayoriginalquery.md +13 -0
  468. package/docs/API-reference/api/x-components.displaywiremetadata.md +21 -0
  469. package/docs/API-reference/api/x-components.documentdirection.md +2 -2
  470. package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +1 -1
  471. package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +1 -1
  472. package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +1 -1
  473. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +4 -2
  474. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  475. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  476. package/docs/API-reference/api/x-components.empathize._refs.md +14 -0
  477. package/docs/API-reference/api/x-components.empathize.animation.md +1 -1
  478. package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +1 -1
  479. package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +1 -1
  480. package/docs/API-reference/api/x-components.empathize.md +12 -5
  481. package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
  482. package/docs/API-reference/api/x-components.empathizeactions.md +1 -1
  483. package/docs/API-reference/api/x-components.empathizeconfig.md +1 -1
  484. package/docs/API-reference/api/x-components.empathizegetters.md +1 -1
  485. package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
  486. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -2
  487. package/docs/API-reference/api/x-components.empathizestate.config.md +1 -1
  488. package/docs/API-reference/api/x-components.empathizestate.isopen.md +1 -1
  489. package/docs/API-reference/api/x-components.empathizestate.md +5 -5
  490. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
  491. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
  492. package/docs/API-reference/api/x-components.empathizexevents.md +6 -6
  493. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
  494. package/docs/API-reference/api/x-components.empathizexmodule.md +1 -1
  495. package/docs/API-reference/api/x-components.empathizexstoremodule.md +3 -3
  496. package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +3 -3
  497. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
  498. package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +2 -2
  499. package/docs/API-reference/api/x-components.extractactionpayload.md +3 -3
  500. package/docs/API-reference/api/x-components.extractactionreturn.md +2 -2
  501. package/docs/API-reference/api/x-components.extractactions.md +3 -3
  502. package/docs/API-reference/api/x-components.extractgetters.md +3 -3
  503. package/docs/API-reference/api/x-components.extractmutationpayload.md +3 -3
  504. package/docs/API-reference/api/x-components.extractmutations.md +3 -3
  505. package/docs/API-reference/api/x-components.extractpayload.md +2 -2
  506. package/docs/API-reference/api/x-components.extractstate.md +3 -3
  507. package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
  508. package/docs/API-reference/api/x-components.extraparams.md +5 -5
  509. package/docs/API-reference/api/x-components.extraparams.render.md +2 -2
  510. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +1 -1
  511. package/docs/API-reference/api/x-components.extraparams.values.md +1 -1
  512. package/docs/API-reference/api/x-components.extraparamsactions.md +1 -1
  513. package/docs/API-reference/api/x-components.extraparamsgetters.md +1 -1
  514. package/docs/API-reference/api/x-components.extraparamsmutations.md +1 -1
  515. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +3 -3
  516. package/docs/API-reference/api/x-components.extraparamsstate.md +4 -4
  517. package/docs/API-reference/api/x-components.extraparamsstate.params.md +1 -1
  518. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
  519. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
  520. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
  521. package/docs/API-reference/api/x-components.extraparamsxevents.md +7 -7
  522. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
  523. package/docs/API-reference/api/x-components.extraparamsxmodule.md +1 -1
  524. package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +3 -3
  525. package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +2 -2
  526. package/docs/API-reference/api/x-components.extrapluginsoptions.md +6 -6
  527. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +2 -2
  528. package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +1 -1
  529. package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +1 -1
  530. package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +1 -1
  531. package/docs/API-reference/api/x-components.facetgroupentry.md +5 -5
  532. package/docs/API-reference/api/x-components.facets.animation.md +1 -1
  533. package/docs/API-reference/api/x-components.facets.md +1 -1
  534. package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
  535. package/docs/API-reference/api/x-components.facetsactions.md +1 -1
  536. package/docs/API-reference/api/x-components.facetsactionscontext.md +3 -3
  537. package/docs/API-reference/api/x-components.facetsconfig.filtersstrategyforrequest.md +13 -0
  538. package/docs/API-reference/api/x-components.facetsconfig.md +20 -0
  539. package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
  540. package/docs/API-reference/api/x-components.facetsgetters.md +7 -6
  541. package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
  542. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
  543. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersforrequest.md +13 -0
  544. package/docs/API-reference/api/x-components.facetsgroup.facets.md +1 -1
  545. package/docs/API-reference/api/x-components.facetsgroup.id.md +1 -1
  546. package/docs/API-reference/api/x-components.facetsgroup.md +5 -5
  547. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  548. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  549. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  550. package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +17 -0
  551. package/docs/API-reference/api/x-components.facetsmutations.md +8 -2
  552. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
  553. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -2
  554. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -2
  555. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -2
  556. package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +24 -0
  557. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -2
  558. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -2
  559. package/docs/API-reference/api/x-components.facetsmutations.setfacetsconfig.md +24 -0
  560. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -2
  561. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  562. package/docs/API-reference/api/x-components.facetsmutations.setquery.md +24 -0
  563. package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +24 -0
  564. package/docs/API-reference/api/x-components.facetsprovider.groupid.md +1 -1
  565. package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
  566. package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +2 -2
  567. package/docs/API-reference/api/x-components.facetsprovider.render.md +2 -2
  568. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +5 -4
  569. package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +27 -0
  570. package/docs/API-reference/api/x-components.facetsservice.deselect.md +4 -3
  571. package/docs/API-reference/api/x-components.facetsservice.md +7 -3
  572. package/docs/API-reference/api/x-components.facetsservice.select.md +2 -2
  573. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  574. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -2
  575. package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
  576. package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -2
  577. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -2
  578. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  579. package/docs/API-reference/api/x-components.facetsstate.config.md +13 -0
  580. package/docs/API-reference/api/x-components.facetsstate.facets.md +1 -1
  581. package/docs/API-reference/api/x-components.facetsstate.filters.md +1 -1
  582. package/docs/API-reference/api/x-components.facetsstate.groups.md +1 -1
  583. package/docs/API-reference/api/x-components.facetsstate.md +10 -6
  584. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  585. package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
  586. package/docs/API-reference/api/x-components.facetsstate.stickyfilters.md +13 -0
  587. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +2 -2
  588. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +2 -2
  589. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
  590. package/docs/API-reference/api/x-components.facetsxevents.md +17 -14
  591. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  592. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +2 -2
  593. package/docs/API-reference/api/x-components.facetsxevents.selectedfiltersforrequestchanged.md +13 -0
  594. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +2 -2
  595. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +2 -2
  596. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +2 -2
  597. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +2 -2
  598. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +2 -2
  599. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +2 -2
  600. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
  601. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
  602. package/docs/API-reference/api/x-components.facetsxmodule.md +1 -1
  603. package/docs/API-reference/api/x-components.facetsxstoremodule.md +3 -3
  604. package/docs/API-reference/api/x-components.fade.appear.md +13 -0
  605. package/docs/API-reference/api/x-components.fade.md +21 -0
  606. package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
  607. package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
  608. package/docs/API-reference/api/x-components.fadeandslide.md +6 -4
  609. package/docs/API-reference/api/x-components.fadeandslide.tag.md +1 -1
  610. package/docs/API-reference/api/x-components.fallbackdisclaimer.md +15 -0
  611. package/docs/API-reference/api/x-components.featurelocation.md +2 -2
  612. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +1 -1
  613. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
  614. package/docs/API-reference/api/x-components.fetchandsaveactions.md +5 -5
  615. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -2
  616. package/docs/API-reference/api/x-components.fetchandsavehooks.md +3 -3
  617. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -2
  618. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +2 -2
  619. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +2 -2
  620. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +2 -2
  621. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +2 -2
  622. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  623. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +2 -2
  624. package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
  625. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +2 -2
  626. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
  627. package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
  628. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +2 -2
  629. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +2 -2
  630. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  631. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +2 -2
  632. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  633. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +2 -2
  634. package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +13 -0
  635. package/docs/API-reference/api/x-components.fetchandsavesemanticquerywire.md +13 -0
  636. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +2 -2
  637. package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
  638. package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
  639. package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
  640. package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
  641. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
  642. package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
  643. package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
  644. package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
  645. package/docs/API-reference/api/x-components.fetchsemanticquery.md +13 -0
  646. package/docs/API-reference/api/x-components.filter.md +2 -2
  647. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +2 -2
  648. package/docs/API-reference/api/x-components.filterfalsypayload.md +4 -4
  649. package/docs/API-reference/api/x-components.filtersbyfacet.md +2 -2
  650. package/docs/API-reference/api/x-components.filtersicon.md +1 -1
  651. package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +1 -1
  652. package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +1 -1
  653. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +4 -4
  654. package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +1 -1
  655. package/docs/API-reference/api/x-components.filterslist.animation.md +1 -1
  656. package/docs/API-reference/api/x-components.filterslist.cssclasses.md +1 -1
  657. package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +1 -1
  658. package/docs/API-reference/api/x-components.filterslist.md +5 -5
  659. package/docs/API-reference/api/x-components.filtersmetadata.keepsticky.md +13 -0
  660. package/docs/API-reference/api/x-components.filtersmetadata.md +20 -0
  661. package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +1 -1
  662. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  663. package/docs/API-reference/api/x-components.filterssearch.md +6 -5
  664. package/docs/API-reference/api/x-components.filterssearch.query.md +1 -1
  665. package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +1 -1
  666. package/docs/API-reference/api/x-components.filtersstrategyforrequest.md +13 -0
  667. package/docs/API-reference/api/x-components.filtertruthypayload.md +2 -2
  668. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +2 -2
  669. package/docs/API-reference/api/x-components.firstparameter.md +2 -4
  670. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +1 -1
  671. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +2 -2
  672. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +12 -7
  673. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +2 -2
  674. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +1 -1
  675. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +2 -2
  676. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
  677. package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
  678. package/docs/API-reference/api/x-components.getgetterpath.md +27 -0
  679. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  680. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +2 -2
  681. package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
  682. package/docs/API-reference/api/x-components.getter.md +2 -2
  683. package/docs/API-reference/api/x-components.gettersclass.md +3 -3
  684. package/docs/API-reference/api/x-components.getterstree.md +3 -3
  685. package/docs/API-reference/api/x-components.geturlparameter.md +1 -1
  686. package/docs/API-reference/api/x-components.globalxbus.created.md +2 -2
  687. package/docs/API-reference/api/x-components.globalxbus.md +2 -2
  688. package/docs/API-reference/api/x-components.grid1colicon.md +1 -1
  689. package/docs/API-reference/api/x-components.grid2colicon.md +1 -1
  690. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  691. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  692. package/docs/API-reference/api/x-components.groupid.md +2 -2
  693. package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
  694. package/docs/API-reference/api/x-components.hearticon.md +11 -0
  695. package/docs/API-reference/api/x-components.hearticonfilled.md +11 -0
  696. package/docs/API-reference/api/x-components.hideicon.md +1 -1
  697. package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +1 -1
  698. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  699. package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +1 -1
  700. package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +2 -2
  701. package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -4
  702. package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
  703. package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
  704. package/docs/API-reference/api/x-components.highlight.md +23 -0
  705. package/docs/API-reference/api/x-components.highlight.text.md +13 -0
  706. package/docs/API-reference/api/x-components.historyicon.md +1 -1
  707. package/docs/API-reference/api/x-components.historyqueries.md +1 -1
  708. package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +3 -3
  709. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -2
  710. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -2
  711. package/docs/API-reference/api/x-components.historyqueriesactions.md +3 -1
  712. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -2
  713. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -2
  714. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -2
  715. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -2
  716. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  717. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
  718. package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +1 -1
  719. package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +1 -1
  720. package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +1 -1
  721. package/docs/API-reference/api/x-components.historyqueriesconfig.md +7 -7
  722. package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +1 -1
  723. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +2 -2
  724. package/docs/API-reference/api/x-components.historyqueriesgetter.md +2 -2
  725. package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +1 -1
  726. package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
  727. package/docs/API-reference/api/x-components.historyqueriesgetters.md +8 -7
  728. package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +1 -1
  729. package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +1 -1
  730. package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +1 -1
  731. package/docs/API-reference/api/x-components.historyqueriesmutations.md +4 -2
  732. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
  733. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  734. package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +2 -2
  735. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -2
  736. package/docs/API-reference/api/x-components.historyqueriesstate.config.md +1 -1
  737. package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +1 -1
  738. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  739. package/docs/API-reference/api/x-components.historyqueriesstate.md +10 -8
  740. package/docs/API-reference/api/x-components.historyqueriesstate.query.md +1 -1
  741. package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +1 -1
  742. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  743. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  744. package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
  745. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +2 -2
  746. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +2 -2
  747. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +2 -2
  748. package/docs/API-reference/api/x-components.historyqueriesxevents.md +14 -10
  749. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +2 -2
  750. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
  751. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
  752. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
  753. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
  754. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +2 -2
  755. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +2 -2
  756. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +2 -2
  757. package/docs/API-reference/api/x-components.historyqueriesxmodule.md +1 -1
  758. package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +3 -3
  759. package/docs/API-reference/api/x-components.historyquery.md +4 -4
  760. package/docs/API-reference/api/x-components.historyquery.suggestion.md +1 -1
  761. package/docs/API-reference/api/x-components.historytinyicon.md +1 -1
  762. package/docs/API-reference/api/x-components.identifierdetectionregexp.md +1 -1
  763. package/docs/API-reference/api/x-components.identifierhighlightregexp.md +1 -1
  764. package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +1 -1
  765. package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +1 -1
  766. package/docs/API-reference/api/x-components.identifierresult.md +4 -4
  767. package/docs/API-reference/api/x-components.identifierresult.query.md +1 -1
  768. package/docs/API-reference/api/x-components.identifierresult.result.md +1 -1
  769. package/docs/API-reference/api/x-components.identifierresults.animation.md +1 -1
  770. package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +1 -1
  771. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  772. package/docs/API-reference/api/x-components.identifierresults.md +5 -4
  773. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +1 -1
  774. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +2 -2
  775. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +4 -4
  776. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +4 -4
  777. package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
  778. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -2
  779. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -2
  780. package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +3 -3
  781. package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +1 -1
  782. package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +1 -1
  783. package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +1 -1
  784. package/docs/API-reference/api/x-components.identifierresultsconfig.md +7 -7
  785. package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +1 -1
  786. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +1 -1
  787. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +1 -1
  788. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +2 -2
  789. package/docs/API-reference/api/x-components.identifierresultsgetters.md +6 -6
  790. package/docs/API-reference/api/x-components.identifierresultsmutations.md +3 -3
  791. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -2
  792. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -2
  793. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +3 -3
  794. package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +2 -2
  795. package/docs/API-reference/api/x-components.identifierresultsrequest.md +1 -1
  796. package/docs/API-reference/api/x-components.identifierresultsstate.config.md +1 -1
  797. package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +1 -1
  798. package/docs/API-reference/api/x-components.identifierresultsstate.md +10 -10
  799. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +1 -1
  800. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +1 -1
  801. package/docs/API-reference/api/x-components.identifierresultsstate.query.md +1 -1
  802. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +2 -2
  803. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestupdated.md +13 -0
  804. package/docs/API-reference/api/x-components.identifierresultsxevents.md +6 -6
  805. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +2 -2
  806. package/docs/API-reference/api/x-components.identifierresultsxmodule.md +1 -1
  807. package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +3 -3
  808. package/docs/API-reference/api/x-components.increasepageappendingresults.md +3 -3
  809. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  810. package/docs/API-reference/api/x-components.infinitescroll.md +3 -3
  811. package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +1 -1
  812. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  813. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  814. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  815. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  816. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  817. package/docs/API-reference/api/x-components.installxoptions.api.md +1 -1
  818. package/docs/API-reference/api/x-components.installxoptions.app.md +2 -2
  819. package/docs/API-reference/api/x-components.installxoptions.bus.md +3 -3
  820. package/docs/API-reference/api/x-components.installxoptions.domelement.md +3 -3
  821. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -3
  822. package/docs/API-reference/api/x-components.installxoptions.md +13 -12
  823. package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
  824. package/docs/API-reference/api/x-components.installxoptions.plugin.md +1 -1
  825. package/docs/API-reference/api/x-components.installxoptions.vue.md +1 -1
  826. package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +1 -1
  827. package/docs/API-reference/api/x-components.internalsearchrequest.md +6 -6
  828. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +1 -1
  829. package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
  830. package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
  831. package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
  832. package/docs/API-reference/api/x-components.isarrayempty.md +2 -2
  833. package/docs/API-reference/api/x-components.iselementequalorcontained.md +2 -2
  834. package/docs/API-reference/api/x-components.isinrange.md +2 -2
  835. package/docs/API-reference/api/x-components.isnewquery.md +2 -2
  836. package/docs/API-reference/api/x-components.isstringempty.md +3 -3
  837. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  838. package/docs/API-reference/api/x-components.itemslist.animation.md +1 -1
  839. package/docs/API-reference/api/x-components.itemslist.items.md +1 -1
  840. package/docs/API-reference/api/x-components.itemslist.md +5 -5
  841. package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +2 -2
  842. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  843. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  844. package/docs/API-reference/api/x-components.listitem.md +2 -2
  845. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
  846. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +1 -1
  847. package/docs/API-reference/api/x-components.locationprovider.location.md +1 -1
  848. package/docs/API-reference/api/x-components.locationprovider.md +3 -3
  849. package/docs/API-reference/api/x-components.mainmodal.md +35 -0
  850. package/docs/API-reference/api/x-components.mainscroll.margin.md +1 -1
  851. package/docs/API-reference/api/x-components.mainscroll.md +3 -3
  852. package/docs/API-reference/api/x-components.mainscroll.mounted.md +2 -2
  853. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +1 -1
  854. package/docs/API-reference/api/x-components.mainscroll.threshold.md +1 -1
  855. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +1 -1
  856. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +1 -1
  857. package/docs/API-reference/api/x-components.mainscrollitem._el.md +1 -1
  858. package/docs/API-reference/api/x-components.mainscrollitem.item.md +1 -1
  859. package/docs/API-reference/api/x-components.mainscrollitem.md +2 -2
  860. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +2 -2
  861. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +1 -1
  862. package/docs/API-reference/api/x-components.mapwire.md +2 -2
  863. package/docs/API-reference/api/x-components.maybearray.md +2 -2
  864. package/docs/API-reference/api/x-components.md +200 -87
  865. package/docs/API-reference/api/x-components.menuicon.md +1 -1
  866. package/docs/API-reference/api/x-components.minusicon.md +1 -1
  867. package/docs/API-reference/api/x-components.minustinyicon.md +1 -1
  868. package/docs/API-reference/api/x-components.monadicfunction.md +2 -2
  869. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +1 -1
  870. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +8 -3
  871. package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
  872. package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
  873. package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
  874. package/docs/API-reference/api/x-components.mutationnamesfor.md +3 -3
  875. package/docs/API-reference/api/x-components.mutationsdictionary.md +2 -2
  876. package/docs/API-reference/api/x-components.mutationstree.md +3 -3
  877. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  878. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  879. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  880. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  881. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  882. package/docs/API-reference/api/x-components.namespacedtimeselector.md +3 -3
  883. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  884. package/docs/API-reference/api/x-components.namespacedwirecommit.md +1 -1
  885. package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +3 -3
  886. package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +3 -3
  887. package/docs/API-reference/api/x-components.namespacedwiredispatch.md +1 -1
  888. package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +3 -3
  889. package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +3 -3
  890. package/docs/API-reference/api/x-components.namespacedwiringdata.md +3 -3
  891. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  892. package/docs/API-reference/api/x-components.nextqueries.md +1 -1
  893. package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
  894. package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +3 -3
  895. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +2 -2
  896. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -2
  897. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
  898. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -2
  899. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
  900. package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -1
  901. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -2
  902. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -2
  903. package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +1 -1
  904. package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +1 -1
  905. package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +1 -1
  906. package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
  907. package/docs/API-reference/api/x-components.nextqueriesconfig.md +7 -6
  908. package/docs/API-reference/api/x-components.nextqueriesgetters.md +5 -5
  909. package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +1 -1
  910. package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +1 -1
  911. package/docs/API-reference/api/x-components.nextquerieslist.animation.md +1 -1
  912. package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +1 -1
  913. package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
  914. package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
  915. package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +1 -1
  916. package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +1 -1
  917. package/docs/API-reference/api/x-components.nextquerieslist.md +6 -3
  918. package/docs/API-reference/api/x-components.nextquerieslist.offset.md +1 -1
  919. package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
  920. package/docs/API-reference/api/x-components.nextqueriesmutations.md +5 -3
  921. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
  922. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -2
  923. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +3 -3
  924. package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +2 -2
  925. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
  926. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -2
  927. package/docs/API-reference/api/x-components.nextqueriesrequest.md +1 -1
  928. package/docs/API-reference/api/x-components.nextqueriesstate.config.md +1 -1
  929. package/docs/API-reference/api/x-components.nextqueriesstate.md +11 -10
  930. package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +1 -1
  931. package/docs/API-reference/api/x-components.nextqueriesstate.params.md +1 -1
  932. package/docs/API-reference/api/x-components.nextqueriesstate.query.md +1 -1
  933. package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
  934. package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +1 -1
  935. package/docs/API-reference/api/x-components.nextqueriesxevents.md +8 -7
  936. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +2 -2
  937. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +2 -2
  938. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestupdated.md +13 -0
  939. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
  940. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +2 -2
  941. package/docs/API-reference/api/x-components.nextqueriesxmodule.md +1 -1
  942. package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +3 -3
  943. package/docs/API-reference/api/x-components.nextquery.events.md +1 -1
  944. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  945. package/docs/API-reference/api/x-components.nextquery.md +5 -4
  946. package/docs/API-reference/api/x-components.nextquery.suggestion.md +1 -1
  947. package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
  948. package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
  949. package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
  950. package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
  951. package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
  952. package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
  953. package/docs/API-reference/api/x-components.niladicfunction.md +2 -2
  954. package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
  955. package/docs/API-reference/api/x-components.normalizedquery.md +1 -1
  956. package/docs/API-reference/api/x-components.normalizestring.md +2 -2
  957. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  958. package/docs/API-reference/api/x-components.numberrangefilter.filter.md +1 -1
  959. package/docs/API-reference/api/x-components.numberrangefilter.md +3 -2
  960. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  961. package/docs/API-reference/api/x-components.pair.md +2 -2
  962. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +2 -2
  963. package/docs/API-reference/api/x-components.partialquerybutton.md +3 -3
  964. package/docs/API-reference/api/x-components.partialquerybutton.query.md +1 -1
  965. package/docs/API-reference/api/x-components.partialresultslist.animation.md +1 -1
  966. package/docs/API-reference/api/x-components.partialresultslist.items.md +1 -1
  967. package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +1 -1
  968. package/docs/API-reference/api/x-components.partialresultslist.md +4 -4
  969. package/docs/API-reference/api/x-components.payloadfactorydata.md +3 -3
  970. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  971. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  972. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  973. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  974. package/docs/API-reference/api/x-components.plusicon.md +1 -1
  975. package/docs/API-reference/api/x-components.plustinyicon.md +11 -0
  976. package/docs/API-reference/api/x-components.popularsearch.events.md +1 -1
  977. package/docs/API-reference/api/x-components.popularsearch.md +4 -4
  978. package/docs/API-reference/api/x-components.popularsearch.suggestion.md +1 -1
  979. package/docs/API-reference/api/x-components.popularsearches.md +1 -1
  980. package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +3 -3
  981. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +2 -2
  982. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +4 -4
  983. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +4 -4
  984. package/docs/API-reference/api/x-components.popularsearchesactions.md +1 -1
  985. package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +1 -1
  986. package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +1 -1
  987. package/docs/API-reference/api/x-components.popularsearchesconfig.md +5 -6
  988. package/docs/API-reference/api/x-components.popularsearchesgetters.md +5 -5
  989. package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +1 -1
  990. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +2 -2
  991. package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -2
  992. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +3 -3
  993. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -2
  994. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -2
  995. package/docs/API-reference/api/x-components.popularsearchesrequest.md +1 -1
  996. package/docs/API-reference/api/x-components.popularsearchesstate.config.md +1 -1
  997. package/docs/API-reference/api/x-components.popularsearchesstate.md +8 -8
  998. package/docs/API-reference/api/x-components.popularsearchesstate.params.md +1 -1
  999. package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +1 -1
  1000. package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +1 -1
  1001. package/docs/API-reference/api/x-components.popularsearchesxevents.md +6 -6
  1002. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +2 -2
  1003. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestupdated.md +13 -0
  1004. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +2 -2
  1005. package/docs/API-reference/api/x-components.popularsearchesxmodule.md +1 -1
  1006. package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +3 -3
  1007. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  1008. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  1009. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  1010. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  1011. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +5 -5
  1012. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +2 -2
  1013. package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +1 -1
  1014. package/docs/API-reference/api/x-components.privatexmodulesoptions.md +3 -3
  1015. package/docs/API-reference/api/x-components.promoted.md +4 -2
  1016. package/docs/API-reference/api/x-components.promoted.promoted.md +1 -1
  1017. package/docs/API-reference/api/x-components.promotedslist.animation.md +1 -1
  1018. package/docs/API-reference/api/x-components.promotedslist.md +3 -3
  1019. package/docs/API-reference/api/x-components.promotedslist.stateitems.md +1 -1
  1020. package/docs/API-reference/api/x-components.propswithtype.md +7 -8
  1021. package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
  1022. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
  1023. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
  1024. package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
  1025. package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
  1026. package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
  1027. package/docs/API-reference/api/x-components.queriespreviewgetters.loadedqueriespreview.md +13 -0
  1028. package/docs/API-reference/api/x-components.queriespreviewgetters.md +20 -0
  1029. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
  1030. package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
  1031. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
  1032. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
  1033. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
  1034. package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
  1035. package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
  1036. package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
  1037. package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
  1038. package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
  1039. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestupdated.md +13 -0
  1040. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
  1041. package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
  1042. package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
  1043. package/docs/API-reference/api/x-components.queryfeature.md +2 -2
  1044. package/docs/API-reference/api/x-components.queryorigin.md +3 -3
  1045. package/docs/API-reference/api/x-components.queryorigininit.md +3 -3
  1046. package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
  1047. package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
  1048. package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
  1049. package/docs/API-reference/api/x-components.querypreview.md +29 -0
  1050. package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
  1051. package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
  1052. package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
  1053. package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
  1054. package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
  1055. package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
  1056. package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
  1057. package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
  1058. package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
  1059. package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
  1060. package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
  1061. package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
  1062. package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
  1063. package/docs/API-reference/api/x-components.querypreviewlist.animation.md +13 -0
  1064. package/docs/API-reference/api/x-components.querypreviewlist.md +23 -0
  1065. package/docs/API-reference/api/x-components.querypreviewlist.queries.md +13 -0
  1066. package/docs/API-reference/api/x-components.querypreviewlist.queriesstatus.md +13 -0
  1067. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
  1068. package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
  1069. package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
  1070. package/docs/API-reference/api/x-components.querysuggestion.md +3 -3
  1071. package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +1 -1
  1072. package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
  1073. package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +3 -3
  1074. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +2 -2
  1075. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +4 -4
  1076. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +4 -4
  1077. package/docs/API-reference/api/x-components.querysuggestionsactions.md +1 -1
  1078. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -2
  1079. package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +1 -1
  1080. package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +1 -1
  1081. package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +1 -1
  1082. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +6 -7
  1083. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +2 -2
  1084. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
  1085. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +6 -6
  1086. package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +1 -1
  1087. package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +1 -1
  1088. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +2 -2
  1089. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -3
  1090. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +3 -3
  1091. package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +2 -2
  1092. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -2
  1093. package/docs/API-reference/api/x-components.querysuggestionsrequest.md +1 -1
  1094. package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +1 -1
  1095. package/docs/API-reference/api/x-components.querysuggestionsstate.md +9 -9
  1096. package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +1 -1
  1097. package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +1 -1
  1098. package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +1 -1
  1099. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +7 -7
  1100. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +2 -2
  1101. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +2 -2
  1102. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestupdated.md +13 -0
  1103. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +2 -2
  1104. package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +1 -1
  1105. package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +3 -3
  1106. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  1107. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  1108. package/docs/API-reference/api/x-components.recommendations.animation.md +1 -1
  1109. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +1 -1
  1110. package/docs/API-reference/api/x-components.recommendations.md +5 -5
  1111. package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +1 -1
  1112. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +1 -1
  1113. package/docs/API-reference/api/x-components.recommendations_origin.md +1 -1
  1114. package/docs/API-reference/api/x-components.recommendationsactioncontext.md +3 -3
  1115. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +2 -2
  1116. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +4 -4
  1117. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +4 -4
  1118. package/docs/API-reference/api/x-components.recommendationsactions.md +1 -1
  1119. package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +1 -1
  1120. package/docs/API-reference/api/x-components.recommendationsconfig.md +4 -4
  1121. package/docs/API-reference/api/x-components.recommendationsgetters.md +4 -4
  1122. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +2 -2
  1123. package/docs/API-reference/api/x-components.recommendationsmutations.md +3 -2
  1124. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +3 -3
  1125. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -2
  1126. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
  1127. package/docs/API-reference/api/x-components.recommendationsrequest.md +1 -1
  1128. package/docs/API-reference/api/x-components.recommendationsstate.config.md +1 -1
  1129. package/docs/API-reference/api/x-components.recommendationsstate.md +8 -8
  1130. package/docs/API-reference/api/x-components.recommendationsstate.origin.md +1 -1
  1131. package/docs/API-reference/api/x-components.recommendationsstate.params.md +1 -1
  1132. package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +1 -1
  1133. package/docs/API-reference/api/x-components.recommendationsxevents.md +6 -6
  1134. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +2 -2
  1135. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestupdated.md +13 -0
  1136. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +2 -2
  1137. package/docs/API-reference/api/x-components.recommendationsxmodule.md +1 -1
  1138. package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +3 -3
  1139. package/docs/API-reference/api/x-components.redirection.abortredirect.md +2 -2
  1140. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +1 -1
  1141. package/docs/API-reference/api/x-components.redirection.isredirecting.md +1 -1
  1142. package/docs/API-reference/api/x-components.redirection.md +5 -5
  1143. package/docs/API-reference/api/x-components.redirection.mode.md +1 -1
  1144. package/docs/API-reference/api/x-components.redirection.redirect.md +2 -2
  1145. package/docs/API-reference/api/x-components.redirection.redirections.md +1 -1
  1146. package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +1 -1
  1147. package/docs/API-reference/api/x-components.refreshsession.md +1 -1
  1148. package/docs/API-reference/api/x-components.relatedtag.blurrelatedtag.md +17 -0
  1149. package/docs/API-reference/api/x-components.relatedtag.clickrelatedtag.md +17 -0
  1150. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +2 -2
  1151. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +1 -1
  1152. package/docs/API-reference/api/x-components.relatedtag.md +7 -5
  1153. package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +1 -1
  1154. package/docs/API-reference/api/x-components.relatedtags.animation.md +1 -1
  1155. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +1 -1
  1156. package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +1 -1
  1157. package/docs/API-reference/api/x-components.relatedtags.md +1 -1
  1158. package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +1 -1
  1159. package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +1 -1
  1160. package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +3 -3
  1161. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +2 -2
  1162. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -2
  1163. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -2
  1164. package/docs/API-reference/api/x-components.relatedtagsactions.md +1 -1
  1165. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -2
  1166. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -2
  1167. package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +1 -1
  1168. package/docs/API-reference/api/x-components.relatedtagsconfig.md +4 -4
  1169. package/docs/API-reference/api/x-components.relatedtagsgetters.md +6 -5
  1170. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  1171. package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +1 -1
  1172. package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +1 -1
  1173. package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -4
  1174. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +3 -3
  1175. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -2
  1176. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -2
  1177. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  1178. package/docs/API-reference/api/x-components.relatedtagsrequest.md +1 -1
  1179. package/docs/API-reference/api/x-components.relatedtagsstate.config.md +1 -1
  1180. package/docs/API-reference/api/x-components.relatedtagsstate.md +9 -10
  1181. package/docs/API-reference/api/x-components.relatedtagsstate.params.md +1 -1
  1182. package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +1 -1
  1183. package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +1 -1
  1184. package/docs/API-reference/api/x-components.relatedtagsxevents.md +9 -9
  1185. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +2 -2
  1186. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestupdated.md +13 -0
  1187. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +2 -2
  1188. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +2 -2
  1189. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +2 -2
  1190. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +2 -2
  1191. package/docs/API-reference/api/x-components.relatedtagsxmodule.md +1 -1
  1192. package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +3 -3
  1193. package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
  1194. package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +1 -1
  1195. package/docs/API-reference/api/x-components.removehistoryquery.md +1 -1
  1196. package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +2 -2
  1197. package/docs/API-reference/api/x-components.renderlessextraparams.md +3 -3
  1198. package/docs/API-reference/api/x-components.renderlessextraparams.name.md +1 -1
  1199. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +1 -1
  1200. package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +1 -1
  1201. package/docs/API-reference/api/x-components.renderlessfilter.filter.md +1 -1
  1202. package/docs/API-reference/api/x-components.renderlessfilter.md +3 -3
  1203. package/docs/API-reference/api/x-components.renderlessfilter.render.md +2 -2
  1204. package/docs/API-reference/api/x-components.requeststatus.md +2 -2
  1205. package/docs/API-reference/api/x-components.resetappending.md +2 -2
  1206. package/docs/API-reference/api/x-components.resetfromnoresultswithfilters.md +13 -0
  1207. package/docs/API-reference/api/x-components.resetisnoresults.md +13 -0
  1208. package/docs/API-reference/api/x-components.resetrequestonrefinement.md +13 -0
  1209. package/docs/API-reference/api/x-components.resetrequestonrefinementwire.md +13 -0
  1210. package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
  1211. package/docs/API-reference/api/x-components.resetspellcheckquery.md +2 -2
  1212. package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +13 -0
  1213. package/docs/API-reference/api/x-components.resultfeature.md +2 -2
  1214. package/docs/API-reference/api/x-components.resultorigin.md +3 -3
  1215. package/docs/API-reference/api/x-components.resultslist.animation.md +1 -1
  1216. package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
  1217. package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
  1218. package/docs/API-reference/api/x-components.resultslist.md +15 -4
  1219. package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
  1220. package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
  1221. package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
  1222. package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
  1223. package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
  1224. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  1225. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  1226. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  1227. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  1228. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  1229. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  1230. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  1231. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  1232. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  1233. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  1234. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  1235. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  1236. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  1237. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  1238. package/docs/API-reference/api/x-components.returns.md +2 -4
  1239. package/docs/API-reference/api/x-components.rootstorestateandgetters.md +3 -3
  1240. package/docs/API-reference/api/x-components.rootxstorestate.md +4 -4
  1241. package/docs/API-reference/api/x-components.rootxstorestate.x.md +1 -1
  1242. package/docs/API-reference/api/x-components.sanitize.md +1 -1
  1243. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  1244. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +1 -1
  1245. package/docs/API-reference/api/x-components.saveoriginwire.md +2 -2
  1246. package/docs/API-reference/api/x-components.savequery.md +1 -1
  1247. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  1248. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  1249. package/docs/API-reference/api/x-components.scroll.id.md +1 -1
  1250. package/docs/API-reference/api/x-components.scroll.md +3 -5
  1251. package/docs/API-reference/api/x-components.scrollactions.md +1 -1
  1252. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +1 -1
  1253. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +1 -1
  1254. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +1 -1
  1255. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +1 -1
  1256. package/docs/API-reference/api/x-components.scrollcomponentstate.md +8 -8
  1257. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +1 -1
  1258. package/docs/API-reference/api/x-components.scrolldirection.md +2 -2
  1259. package/docs/API-reference/api/x-components.scrollgetters.md +1 -1
  1260. package/docs/API-reference/api/x-components.scrollmixin._el.md +1 -1
  1261. package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +1 -1
  1262. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +1 -1
  1263. package/docs/API-reference/api/x-components.scrollmixin.md +4 -3
  1264. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  1265. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +1 -1
  1266. package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +1 -1
  1267. package/docs/API-reference/api/x-components.scrollmutations.md +1 -1
  1268. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -2
  1269. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -2
  1270. package/docs/API-reference/api/x-components.scrollstate.data.md +1 -1
  1271. package/docs/API-reference/api/x-components.scrollstate.md +5 -5
  1272. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +1 -1
  1273. package/docs/API-reference/api/x-components.scrollstatepayload.md +5 -5
  1274. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +1 -1
  1275. package/docs/API-reference/api/x-components.scrolltotop.animation.md +1 -1
  1276. package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
  1277. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +1 -1
  1278. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +1 -1
  1279. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +1 -1
  1280. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -2
  1281. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -2
  1282. package/docs/API-reference/api/x-components.scrollxevents.md +11 -11
  1283. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
  1284. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
  1285. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
  1286. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
  1287. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
  1288. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
  1289. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
  1290. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
  1291. package/docs/API-reference/api/x-components.scrollxmodule.md +1 -1
  1292. package/docs/API-reference/api/x-components.scrollxstoremodule.md +3 -3
  1293. package/docs/API-reference/api/x-components.searchactioncontext.md +3 -3
  1294. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +2 -2
  1295. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
  1296. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +4 -4
  1297. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +2 -2
  1298. package/docs/API-reference/api/x-components.searchactions.md +3 -1
  1299. package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +24 -0
  1300. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -2
  1301. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  1302. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -2
  1303. package/docs/API-reference/api/x-components.searchboxactions.md +2 -1
  1304. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
  1305. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -2
  1306. package/docs/API-reference/api/x-components.searchboxgetters.md +4 -4
  1307. package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +1 -1
  1308. package/docs/API-reference/api/x-components.searchboxmutations.md +4 -2
  1309. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
  1310. package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +2 -2
  1311. package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
  1312. package/docs/API-reference/api/x-components.searchboxstate.md +7 -5
  1313. package/docs/API-reference/api/x-components.searchboxstate.query.md +1 -1
  1314. package/docs/API-reference/api/x-components.searchboxxevents.md +15 -13
  1315. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
  1316. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
  1317. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
  1318. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
  1319. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
  1320. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
  1321. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
  1322. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
  1323. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
  1324. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
  1325. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
  1326. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
  1327. package/docs/API-reference/api/x-components.searchboxxmodule.md +1 -1
  1328. package/docs/API-reference/api/x-components.searchboxxstoremodule.md +3 -3
  1329. package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +1 -1
  1330. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +2 -2
  1331. package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +1 -1
  1332. package/docs/API-reference/api/x-components.searchbutton.md +5 -5
  1333. package/docs/API-reference/api/x-components.searchbutton.query.md +1 -1
  1334. package/docs/API-reference/api/x-components.searchconfig.md +4 -4
  1335. package/docs/API-reference/api/x-components.searchconfig.pagesize.md +1 -1
  1336. package/docs/API-reference/api/x-components.searchgetters.md +5 -4
  1337. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  1338. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  1339. package/docs/API-reference/api/x-components.searchicon.md +1 -1
  1340. package/docs/API-reference/api/x-components.searchinput._refs.md +1 -1
  1341. package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +1 -1
  1342. package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +1 -1
  1343. package/docs/API-reference/api/x-components.searchinput.autofocus.md +1 -1
  1344. package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +1 -1
  1345. package/docs/API-reference/api/x-components.searchinput.instant.md +1 -1
  1346. package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +1 -1
  1347. package/docs/API-reference/api/x-components.searchinput.maxlength.md +1 -1
  1348. package/docs/API-reference/api/x-components.searchinput.md +10 -9
  1349. package/docs/API-reference/api/x-components.searchinput.mounted.md +2 -2
  1350. package/docs/API-reference/api/x-components.searchinput.query.md +1 -1
  1351. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  1352. package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
  1353. package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
  1354. package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
  1355. package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
  1356. package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
  1357. package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
  1358. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
  1359. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
  1360. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
  1361. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
  1362. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -2
  1363. package/docs/API-reference/api/x-components.searchmutations.md +8 -4
  1364. package/docs/API-reference/api/x-components.searchmutations.resetstate.md +17 -0
  1365. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -2
  1366. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -2
  1367. package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +24 -0
  1368. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +3 -3
  1369. package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +24 -0
  1370. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  1371. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -2
  1372. package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +2 -2
  1373. package/docs/API-reference/api/x-components.searchmutations.setparams.md +3 -3
  1374. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -2
  1375. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -2
  1376. package/docs/API-reference/api/x-components.searchmutations.setquery.md +2 -2
  1377. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +4 -4
  1378. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -2
  1379. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -2
  1380. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -2
  1381. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -2
  1382. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -2
  1383. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -2
  1384. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -2
  1385. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
  1386. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  1387. package/docs/API-reference/api/x-components.searchrequest.md +1 -1
  1388. package/docs/API-reference/api/x-components.searchstate.banners.md +1 -1
  1389. package/docs/API-reference/api/x-components.searchstate.config.md +1 -1
  1390. package/docs/API-reference/api/x-components.searchstate.facets.md +1 -1
  1391. package/docs/API-reference/api/x-components.searchstate.fromnoresultswithfilters.md +13 -0
  1392. package/docs/API-reference/api/x-components.searchstate.isappendresults.md +1 -1
  1393. package/docs/API-reference/api/x-components.searchstate.isnoresults.md +13 -0
  1394. package/docs/API-reference/api/x-components.searchstate.md +25 -23
  1395. package/docs/API-reference/api/x-components.searchstate.origin.md +1 -1
  1396. package/docs/API-reference/api/x-components.searchstate.page.md +1 -1
  1397. package/docs/API-reference/api/x-components.searchstate.params.md +1 -1
  1398. package/docs/API-reference/api/x-components.searchstate.partialresults.md +1 -1
  1399. package/docs/API-reference/api/x-components.searchstate.promoteds.md +1 -1
  1400. package/docs/API-reference/api/x-components.searchstate.query.md +1 -1
  1401. package/docs/API-reference/api/x-components.searchstate.querytagging.md +2 -2
  1402. package/docs/API-reference/api/x-components.searchstate.redirections.md +1 -1
  1403. package/docs/API-reference/api/x-components.searchstate.relatedtags.md +1 -1
  1404. package/docs/API-reference/api/x-components.searchstate.results.md +1 -1
  1405. package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +1 -1
  1406. package/docs/API-reference/api/x-components.searchstate.sort.md +1 -1
  1407. package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +1 -1
  1408. package/docs/API-reference/api/x-components.searchstate.totalresults.md +1 -1
  1409. package/docs/API-reference/api/x-components.searchtinyicon.md +1 -1
  1410. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +2 -2
  1411. package/docs/API-reference/api/x-components.searchxevents.md +20 -18
  1412. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +2 -2
  1413. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +2 -2
  1414. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  1415. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +18 -0
  1416. package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
  1417. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +3 -3
  1418. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +2 -2
  1419. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +2 -2
  1420. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +2 -2
  1421. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +2 -2
  1422. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
  1423. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +2 -2
  1424. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +2 -2
  1425. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +2 -2
  1426. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +2 -2
  1427. package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +1 -1
  1428. package/docs/API-reference/api/x-components.searchxmodule.md +1 -1
  1429. package/docs/API-reference/api/x-components.searchxstoremodule.md +3 -3
  1430. package/docs/API-reference/api/x-components.selectedfilters.md +1 -1
  1431. package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +1 -1
  1432. package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +1 -1
  1433. package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
  1434. package/docs/API-reference/api/x-components.semanticqueries.findsemanticquery.md +26 -0
  1435. package/docs/API-reference/api/x-components.semanticqueries.md +27 -0
  1436. package/docs/API-reference/api/x-components.semanticqueries.suggestions.md +13 -0
  1437. package/docs/API-reference/api/x-components.semanticqueriesactioncontext.md +15 -0
  1438. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +24 -0
  1439. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +26 -0
  1440. package/docs/API-reference/api/x-components.semanticqueriesactions.md +21 -0
  1441. package/docs/API-reference/api/x-components.semanticqueriesconfig.maxitemstorequest.md +13 -0
  1442. package/docs/API-reference/api/x-components.semanticqueriesconfig.md +21 -0
  1443. package/docs/API-reference/api/x-components.semanticqueriesconfig.threshold.md +13 -0
  1444. package/docs/API-reference/api/x-components.semanticqueriesgetters.md +21 -0
  1445. package/docs/API-reference/api/x-components.semanticqueriesgetters.normalizedquery.md +13 -0
  1446. package/docs/API-reference/api/x-components.semanticqueriesgetters.request.md +13 -0
  1447. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +23 -0
  1448. package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +24 -0
  1449. package/docs/API-reference/api/x-components.semanticqueriesmutations.setquery.md +24 -0
  1450. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +24 -0
  1451. package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +24 -0
  1452. package/docs/API-reference/api/x-components.semanticqueriesstate.config.md +13 -0
  1453. package/docs/API-reference/api/x-components.semanticqueriesstate.md +24 -0
  1454. package/docs/API-reference/api/x-components.semanticqueriesstate.params.md +13 -0
  1455. package/docs/API-reference/api/x-components.semanticqueriesstate.query.md +13 -0
  1456. package/docs/API-reference/api/x-components.semanticqueriesstate.semanticqueries.md +13 -0
  1457. package/docs/API-reference/api/x-components.semanticqueriesstate.totalresults.md +13 -0
  1458. package/docs/API-reference/api/x-components.semanticqueriesxevents.md +21 -0
  1459. package/docs/API-reference/api/x-components.semanticqueriesxevents.semanticqueryrequestupdated.md +13 -0
  1460. package/docs/API-reference/api/x-components.semanticqueriesxevents.userselectedasemanticquery.md +13 -0
  1461. package/docs/API-reference/api/x-components.semanticqueriesxmodule.md +13 -0
  1462. package/docs/API-reference/api/x-components.semanticqueriesxstoremodule.md +15 -0
  1463. package/docs/API-reference/api/x-components.semanticquery.md +22 -0
  1464. package/docs/API-reference/api/x-components.semanticquery.query.md +13 -0
  1465. package/docs/API-reference/api/x-components.semanticquery.suggestion.md +13 -0
  1466. package/docs/API-reference/api/x-components.sessionhistoryqueries.md +1 -1
  1467. package/docs/API-reference/api/x-components.setconsent.md +1 -1
  1468. package/docs/API-reference/api/x-components.setextraparams.md +2 -2
  1469. package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
  1470. package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
  1471. package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
  1472. package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +1 -1
  1473. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +2 -2
  1474. package/docs/API-reference/api/x-components.setidentifierresultsquery.md +1 -1
  1475. package/docs/API-reference/api/x-components.setinitialextraparams.md +2 -2
  1476. package/docs/API-reference/api/x-components.setname.md +1 -1
  1477. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +2 -2
  1478. package/docs/API-reference/api/x-components.setnextqueriesquery.md +1 -1
  1479. package/docs/API-reference/api/x-components.setparams.md +1 -1
  1480. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +1 -1
  1481. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +2 -2
  1482. package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
  1483. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
  1484. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +1 -1
  1485. package/docs/API-reference/api/x-components.setqueryfromsearchresponsechangedwire.md +13 -0
  1486. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +2 -2
  1487. package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +1 -1
  1488. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  1489. package/docs/API-reference/api/x-components.setquerywire.md +13 -0
  1490. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +2 -2
  1491. package/docs/API-reference/api/x-components.setrelatedtags.md +2 -2
  1492. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +2 -2
  1493. package/docs/API-reference/api/x-components.setrelatedtagsquery.md +1 -1
  1494. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +1 -1
  1495. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +1 -1
  1496. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +1 -1
  1497. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +1 -1
  1498. package/docs/API-reference/api/x-components.setscrollpositionwire.md +1 -1
  1499. package/docs/API-reference/api/x-components.setsearchedqueries.md +1 -1
  1500. package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +1 -1
  1501. package/docs/API-reference/api/x-components.setsearchextraparams.md +2 -2
  1502. package/docs/API-reference/api/x-components.setsearchpage.md +2 -2
  1503. package/docs/API-reference/api/x-components.setsearchquery.md +2 -2
  1504. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  1505. package/docs/API-reference/api/x-components.setselectedfilters.md +2 -2
  1506. package/docs/API-reference/api/x-components.setsemanticqueriesextraparamswire.md +13 -0
  1507. package/docs/API-reference/api/x-components.setsort.md +2 -2
  1508. package/docs/API-reference/api/x-components.setstatus.md +2 -2
  1509. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  1510. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  1511. package/docs/API-reference/api/x-components.settotalresultsfromsearchresponsechangedwire.md +13 -0
  1512. package/docs/API-reference/api/x-components.settotalresultswire.md +13 -0
  1513. package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
  1514. package/docs/API-reference/api/x-components.seturlfilters.md +1 -1
  1515. package/docs/API-reference/api/x-components.seturlpage.md +1 -1
  1516. package/docs/API-reference/api/x-components.seturlparams.md +2 -2
  1517. package/docs/API-reference/api/x-components.seturlparamswire.md +1 -1
  1518. package/docs/API-reference/api/x-components.seturlquery.md +1 -1
  1519. package/docs/API-reference/api/x-components.seturlrelatedtags.md +1 -1
  1520. package/docs/API-reference/api/x-components.seturlscroll.md +1 -1
  1521. package/docs/API-reference/api/x-components.seturlsort.md +1 -1
  1522. package/docs/API-reference/api/x-components.showicon.md +1 -1
  1523. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  1524. package/docs/API-reference/api/x-components.simplefilter.filter.md +1 -1
  1525. package/docs/API-reference/api/x-components.simplefilter.md +3 -2
  1526. package/docs/API-reference/api/x-components.simplestateselector.md +2 -4
  1527. package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +1 -1
  1528. package/docs/API-reference/api/x-components.singlecolumnlayout.md +8 -3
  1529. package/docs/API-reference/api/x-components.slicedfilters.max.md +1 -1
  1530. package/docs/API-reference/api/x-components.slicedfilters.md +3 -3
  1531. package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +1 -1
  1532. package/docs/API-reference/api/x-components.slidingpanel.md +7 -15
  1533. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  1534. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +2 -2
  1535. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +2 -2
  1536. package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
  1537. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +1 -1
  1538. package/docs/API-reference/api/x-components.snippetconfig.consent.md +1 -1
  1539. package/docs/API-reference/api/x-components.snippetconfig.currency.md +1 -1
  1540. package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +1 -1
  1541. package/docs/API-reference/api/x-components.snippetconfig.env.md +2 -2
  1542. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  1543. package/docs/API-reference/api/x-components.snippetconfig.instance.md +1 -1
  1544. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +1 -1
  1545. package/docs/API-reference/api/x-components.snippetconfig.lang.md +2 -2
  1546. package/docs/API-reference/api/x-components.snippetconfig.md +16 -13
  1547. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  1548. package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
  1549. package/docs/API-reference/api/x-components.snippetconfig.scope.md +1 -1
  1550. package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
  1551. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  1552. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +9 -2
  1553. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  1554. package/docs/API-reference/api/x-components.sortazicon.md +11 -0
  1555. package/docs/API-reference/api/x-components.sortdropdown.animation.md +1 -1
  1556. package/docs/API-reference/api/x-components.sortdropdown.md +3 -3
  1557. package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
  1558. package/docs/API-reference/api/x-components.sortedfilters.render.md +2 -2
  1559. package/docs/API-reference/api/x-components.sortlist.animation.md +1 -1
  1560. package/docs/API-reference/api/x-components.sortlist.md +3 -3
  1561. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  1562. package/docs/API-reference/api/x-components.sortmixin.md +3 -3
  1563. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  1564. package/docs/API-reference/api/x-components.sortpickerlist.animation.md +13 -0
  1565. package/docs/API-reference/api/x-components.sortpickerlist.md +25 -0
  1566. package/docs/API-reference/api/x-components.sortpricedownicon.md +11 -0
  1567. package/docs/API-reference/api/x-components.sortpriceupicon.md +11 -0
  1568. package/docs/API-reference/api/x-components.sortrelevancyicon.md +11 -0
  1569. package/docs/API-reference/api/x-components.sortzaicon.md +11 -0
  1570. package/docs/API-reference/api/x-components.spatialnavigation.md +1 -1
  1571. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -2
  1572. package/docs/API-reference/api/x-components.spellcheck.md +2 -2
  1573. package/docs/API-reference/api/x-components.spellcheck.query.md +1 -1
  1574. package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +1 -1
  1575. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +2 -2
  1576. package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
  1577. package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +1 -1
  1578. package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
  1579. package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
  1580. package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
  1581. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +10 -3
  1582. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +2 -2
  1583. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +2 -2
  1584. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +11 -2
  1585. package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +2 -2
  1586. package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
  1587. package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
  1588. package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +2 -2
  1589. package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
  1590. package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
  1591. package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +2 -2
  1592. package/docs/API-reference/api/x-components.starfilledicon.md +11 -0
  1593. package/docs/API-reference/api/x-components.staricon.md +1 -1
  1594. package/docs/API-reference/api/x-components.state.md +2 -2
  1595. package/docs/API-reference/api/x-components.stateselector.filter.md +2 -2
  1596. package/docs/API-reference/api/x-components.stateselector.md +7 -6
  1597. package/docs/API-reference/api/x-components.stateselector.metadata.md +11 -0
  1598. package/docs/API-reference/api/x-components.stateselector.selector.md +1 -1
  1599. package/docs/API-reference/api/x-components.statusmutations.md +1 -1
  1600. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -2
  1601. package/docs/API-reference/api/x-components.statusstate.md +4 -4
  1602. package/docs/API-reference/api/x-components.statusstate.status.md +1 -1
  1603. package/docs/API-reference/api/x-components.storagekey.md +1 -1
  1604. package/docs/API-reference/api/x-components.storeemitters.md +3 -3
  1605. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +3 -3
  1606. package/docs/API-reference/api/x-components.subobject.md +29 -0
  1607. package/docs/API-reference/api/x-components.tagfilledicon.md +11 -0
  1608. package/docs/API-reference/api/x-components.tagging.activeconsent.md +1 -1
  1609. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  1610. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  1611. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  1612. package/docs/API-reference/api/x-components.tagging.consent.md +1 -1
  1613. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  1614. package/docs/API-reference/api/x-components.tagging.md +9 -5
  1615. package/docs/API-reference/api/x-components.tagging.render.md +2 -2
  1616. package/docs/API-reference/api/x-components.taggingactions.md +1 -1
  1617. package/docs/API-reference/api/x-components.taggingactions.track.md +4 -4
  1618. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  1619. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  1620. package/docs/API-reference/api/x-components.taggingconfig.md +7 -5
  1621. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +1 -1
  1622. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +1 -1
  1623. package/docs/API-reference/api/x-components.tagginggetters.md +1 -1
  1624. package/docs/API-reference/api/x-components.taggingmutations.md +3 -3
  1625. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -2
  1626. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  1627. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  1628. package/docs/API-reference/api/x-components.taggingstate.config.md +1 -1
  1629. package/docs/API-reference/api/x-components.taggingstate.consent.md +1 -1
  1630. package/docs/API-reference/api/x-components.taggingstate.md +6 -5
  1631. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  1632. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +2 -2
  1633. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +2 -2
  1634. package/docs/API-reference/api/x-components.taggingxevents.md +10 -7
  1635. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  1636. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  1637. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  1638. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  1639. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  1640. package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
  1641. package/docs/API-reference/api/x-components.taggingxstoremodule.md +3 -3
  1642. package/docs/API-reference/api/x-components.tagicon.md +1 -1
  1643. package/docs/API-reference/api/x-components.takenavigationcontrol.md +3 -3
  1644. package/docs/API-reference/api/x-components.throttle.md +3 -3
  1645. package/docs/API-reference/api/x-components.throttlefunction.md +1 -1
  1646. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +1 -1
  1647. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +1 -1
  1648. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +5 -5
  1649. package/docs/API-reference/api/x-components.timeselector.md +3 -3
  1650. package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
  1651. package/docs/API-reference/api/x-components.togglerelatedtagwire.md +1 -1
  1652. package/docs/API-reference/api/x-components.tokebabcase.md +2 -2
  1653. package/docs/API-reference/api/x-components.track.md +1 -1
  1654. package/docs/API-reference/api/x-components.trackaddtocartwire.md +2 -2
  1655. package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
  1656. package/docs/API-reference/api/x-components.trackdisplayclickedwire.md +13 -0
  1657. package/docs/API-reference/api/x-components.trackquerywire.md +3 -3
  1658. package/docs/API-reference/api/x-components.trackresultclickedwire.md +2 -2
  1659. package/docs/API-reference/api/x-components.trashicon.md +1 -1
  1660. package/docs/API-reference/api/x-components.trashopenicon.md +1 -1
  1661. package/docs/API-reference/api/x-components.trendingicon.md +1 -1
  1662. package/docs/API-reference/api/x-components.trendingtinyicon.md +1 -1
  1663. package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
  1664. package/docs/API-reference/api/x-components.urlactioncontext.md +3 -3
  1665. package/docs/API-reference/api/x-components.urlactions.md +1 -1
  1666. package/docs/API-reference/api/x-components.urlgetters.md +4 -4
  1667. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +1 -1
  1668. package/docs/API-reference/api/x-components.urlhandler.created.md +2 -2
  1669. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  1670. package/docs/API-reference/api/x-components.urlhandler.md +9 -3
  1671. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +2 -2
  1672. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +2 -2
  1673. package/docs/API-reference/api/x-components.urlmutations.md +3 -2
  1674. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -2
  1675. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +3 -3
  1676. package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -2
  1677. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
  1678. package/docs/API-reference/api/x-components.urlmutations.setquery.md +2 -2
  1679. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -2
  1680. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -2
  1681. package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -2
  1682. package/docs/API-reference/api/x-components.urlparamkey.md +3 -3
  1683. package/docs/API-reference/api/x-components.urlparams.filter.md +1 -1
  1684. package/docs/API-reference/api/x-components.urlparams.md +9 -9
  1685. package/docs/API-reference/api/x-components.urlparams.page.md +1 -1
  1686. package/docs/API-reference/api/x-components.urlparams.query.md +1 -1
  1687. package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
  1688. package/docs/API-reference/api/x-components.urlparams.sort.md +1 -1
  1689. package/docs/API-reference/api/x-components.urlparams.tag.md +1 -1
  1690. package/docs/API-reference/api/x-components.urlparamvalue.md +2 -2
  1691. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  1692. package/docs/API-reference/api/x-components.urlstate.md +10 -6
  1693. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
  1694. package/docs/API-reference/api/x-components.urlxevents.md +7 -7
  1695. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  1696. package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +13 -0
  1697. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +13 -0
  1698. package/docs/API-reference/api/x-components.urlxmodule.md +1 -1
  1699. package/docs/API-reference/api/x-components.urlxstoremodule.md +3 -3
  1700. package/docs/API-reference/api/x-components.use_x.md +19 -0
  1701. package/docs/API-reference/api/x-components.usedeviceflags.md +13 -0
  1702. package/docs/API-reference/api/x-components.usedevicereturn.md +19 -0
  1703. package/docs/API-reference/api/x-components.usequeriespreview.md +13 -0
  1704. package/docs/API-reference/api/x-components.userfilledicon.md +11 -0
  1705. package/docs/API-reference/api/x-components.usericon.md +1 -1
  1706. package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +2 -2
  1707. package/docs/API-reference/api/x-components.vuecssclasses.md +2 -4
  1708. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  1709. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  1710. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  1711. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +2 -2
  1712. package/docs/API-reference/api/x-components.windowscroll.id.md +1 -1
  1713. package/docs/API-reference/api/x-components.windowscroll.md +4 -4
  1714. package/docs/API-reference/api/x-components.windowscroll.mounted.md +2 -2
  1715. package/docs/API-reference/api/x-components.windowscroll.render.md +2 -2
  1716. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +1 -1
  1717. package/docs/API-reference/api/x-components.wire.md +3 -3
  1718. package/docs/API-reference/api/x-components.wirecommit.md +2 -2
  1719. package/docs/API-reference/api/x-components.wirecommit_1.md +2 -2
  1720. package/docs/API-reference/api/x-components.wirecommit_2.md +2 -2
  1721. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +2 -2
  1722. package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
  1723. package/docs/API-reference/api/x-components.wiredispatch_1.md +2 -2
  1724. package/docs/API-reference/api/x-components.wiredispatch_2.md +2 -2
  1725. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +2 -2
  1726. package/docs/API-reference/api/x-components.wireforevent.md +3 -3
  1727. package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
  1728. package/docs/API-reference/api/x-components.wiremetadata.feature.md +2 -2
  1729. package/docs/API-reference/api/x-components.wiremetadata.id.md +1 -1
  1730. package/docs/API-reference/api/x-components.wiremetadata.ignoreinmodules.md +13 -0
  1731. package/docs/API-reference/api/x-components.wiremetadata.location.md +1 -1
  1732. package/docs/API-reference/api/x-components.wiremetadata.md +13 -8
  1733. package/docs/API-reference/api/x-components.wiremetadata.modulename.md +1 -1
  1734. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  1735. package/docs/API-reference/api/x-components.wiremetadata.priority.md +13 -0
  1736. package/docs/API-reference/api/x-components.wiremetadata.replaceable.md +13 -0
  1737. package/docs/API-reference/api/x-components.wiremetadata.target.md +1 -1
  1738. package/docs/API-reference/api/x-components.wireparams.md +5 -5
  1739. package/docs/API-reference/api/x-components.wireparams.store.md +1 -1
  1740. package/docs/API-reference/api/x-components.wirepayload.md +3 -9
  1741. package/docs/API-reference/api/x-components.wireservice.md +2 -2
  1742. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +2 -2
  1743. package/docs/API-reference/api/x-components.wiring.md +4 -4
  1744. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -2
  1745. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +2 -2
  1746. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -2
  1747. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +2 -2
  1748. package/docs/API-reference/api/x-components.xactioncontext.getters.md +1 -1
  1749. package/docs/API-reference/api/x-components.xactioncontext.md +5 -5
  1750. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  1751. package/docs/API-reference/api/x-components.xapi.init.md +4 -4
  1752. package/docs/API-reference/api/x-components.xapi.md +3 -1
  1753. package/docs/API-reference/api/x-components.xapi.search.md +3 -3
  1754. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  1755. package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +1 -1
  1756. package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +1 -1
  1757. package/docs/API-reference/api/x-components.xcomponentaliasapi.fromnoresultswithfilters.md +13 -0
  1758. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  1759. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +2 -2
  1760. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
  1761. package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +1 -1
  1762. package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +1 -1
  1763. package/docs/API-reference/api/x-components.xcomponentaliasapi.ishistoryqueriesenabled.md +13 -0
  1764. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +31 -23
  1765. package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +1 -1
  1766. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +1 -1
  1767. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +1 -1
  1768. package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +1 -1
  1769. package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +1 -1
  1770. package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +1 -1
  1771. package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +1 -1
  1772. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +1 -1
  1773. package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +1 -1
  1774. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  1775. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  1776. package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
  1777. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +1 -1
  1778. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +1 -1
  1779. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +1 -1
  1780. package/docs/API-reference/api/x-components.xcomponentaliasapi.semanticqueries.md +13 -0
  1781. package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +1 -1
  1782. package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +1 -1
  1783. package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +1 -1
  1784. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
  1785. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +9 -8
  1786. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +1 -1
  1787. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +1 -1
  1788. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +1 -1
  1789. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +1 -1
  1790. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +1 -1
  1791. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +1 -1
  1792. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +10 -10
  1793. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +1 -1
  1794. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +1 -1
  1795. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +1 -1
  1796. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +1 -1
  1797. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +1 -1
  1798. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +1 -1
  1799. package/docs/API-reference/api/x-components.xcomponentapi.md +3 -3
  1800. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -4
  1801. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +5 -6
  1802. package/docs/API-reference/api/x-components.xcomponentbusapi.md +7 -7
  1803. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +2 -3
  1804. package/docs/API-reference/api/x-components.xcomponentmixin.md +2 -2
  1805. package/docs/API-reference/api/x-components.xemit.md +3 -3
  1806. package/docs/API-reference/api/x-components.xevent.md +3 -3
  1807. package/docs/API-reference/api/x-components.xeventlisteners.md +4 -4
  1808. package/docs/API-reference/api/x-components.xeventpayload.md +3 -3
  1809. package/docs/API-reference/api/x-components.xeventsof.md +3 -3
  1810. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +2 -2
  1811. package/docs/API-reference/api/x-components.xeventstypes.md +35 -28
  1812. package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
  1813. package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
  1814. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +4 -2
  1815. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +2 -2
  1816. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +2 -2
  1817. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +2 -2
  1818. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +2 -2
  1819. package/docs/API-reference/api/x-components.xeventstypes.userclickedadisplayresult.md +13 -0
  1820. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +2 -2
  1821. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  1822. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +2 -2
  1823. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +2 -2
  1824. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
  1825. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +2 -2
  1826. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +2 -2
  1827. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +2 -2
  1828. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
  1829. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +2 -2
  1830. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  1831. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +2 -2
  1832. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +2 -2
  1833. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +2 -2
  1834. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +2 -2
  1835. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +2 -2
  1836. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +2 -2
  1837. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +2 -2
  1838. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  1839. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +2 -2
  1840. package/docs/API-reference/api/x-components.xinject.md +3 -3
  1841. package/docs/API-reference/api/x-components.xinjectkey.md +2 -2
  1842. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +5 -1
  1843. package/docs/API-reference/api/x-components.xinstaller.init.md +6 -11
  1844. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1845. package/docs/API-reference/api/x-components.xinstaller.md +11 -8
  1846. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
  1847. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
  1848. package/docs/API-reference/api/x-components.xinstaller.options.md +1 -1
  1849. package/docs/API-reference/api/x-components.xmodule.md +7 -7
  1850. package/docs/API-reference/api/x-components.xmodule.name.md +1 -1
  1851. package/docs/API-reference/api/x-components.xmodule.storeemitters.md +1 -1
  1852. package/docs/API-reference/api/x-components.xmodule.storemodule.md +1 -1
  1853. package/docs/API-reference/api/x-components.xmodule.wiring.md +1 -1
  1854. package/docs/API-reference/api/x-components.xmodulename.md +3 -3
  1855. package/docs/API-reference/api/x-components.xmoduleoptions.config.md +1 -1
  1856. package/docs/API-reference/api/x-components.xmoduleoptions.md +5 -5
  1857. package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +1 -1
  1858. package/docs/API-reference/api/x-components.xmodulesoptions.md +3 -3
  1859. package/docs/API-reference/api/x-components.xmodulestree.device.md +1 -1
  1860. package/docs/API-reference/api/x-components.xmodulestree.empathize.md +1 -1
  1861. package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +1 -1
  1862. package/docs/API-reference/api/x-components.xmodulestree.facets.md +1 -1
  1863. package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +1 -1
  1864. package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +1 -1
  1865. package/docs/API-reference/api/x-components.xmodulestree.md +21 -19
  1866. package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +1 -1
  1867. package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +1 -1
  1868. package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
  1869. package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +1 -1
  1870. package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +1 -1
  1871. package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +1 -1
  1872. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +1 -1
  1873. package/docs/API-reference/api/x-components.xmodulestree.search.md +1 -1
  1874. package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +1 -1
  1875. package/docs/API-reference/api/x-components.xmodulestree.semanticqueries.md +11 -0
  1876. package/docs/API-reference/api/x-components.xmodulestree.tagging.md +1 -1
  1877. package/docs/API-reference/api/x-components.xmodulestree.url.md +1 -1
  1878. package/docs/API-reference/api/x-components.xon.md +3 -3
  1879. package/docs/API-reference/api/x-components.xplugin._constructor_.md +3 -3
  1880. package/docs/API-reference/api/x-components.xplugin.adapter.md +3 -3
  1881. package/docs/API-reference/api/x-components.xplugin.bus.md +3 -3
  1882. package/docs/API-reference/api/x-components.xplugin.md +5 -7
  1883. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +2 -2
  1884. package/docs/API-reference/api/x-components.xplugin.store.md +1 -1
  1885. package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
  1886. package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +1 -1
  1887. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +2 -2
  1888. package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +1 -1
  1889. package/docs/API-reference/api/x-components.xpluginoptions.md +8 -8
  1890. package/docs/API-reference/api/x-components.xpluginoptions.store.md +1 -1
  1891. package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +1 -1
  1892. package/docs/API-reference/api/x-components.xprovide.md +2 -2
  1893. package/docs/API-reference/api/x-components.xstoremodule.actions.md +1 -1
  1894. package/docs/API-reference/api/x-components.xstoremodule.getters.md +1 -1
  1895. package/docs/API-reference/api/x-components.xstoremodule.md +7 -7
  1896. package/docs/API-reference/api/x-components.xstoremodule.mutations.md +1 -1
  1897. package/docs/API-reference/api/x-components.xstoremodule.state.md +1 -1
  1898. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +3 -3
  1899. package/docs/API-reference/api/x-types.banner.image.md +1 -1
  1900. package/docs/API-reference/api/x-types.banner.md +8 -7
  1901. package/docs/API-reference/api/x-types.banner.position.md +13 -0
  1902. package/docs/API-reference/api/x-types.banner.title.md +2 -2
  1903. package/docs/API-reference/api/x-types.banner.url.md +2 -2
  1904. package/docs/API-reference/api/x-types.bannerschema.md +1 -1
  1905. package/docs/API-reference/api/x-types.booleanfilter.label.md +1 -1
  1906. package/docs/API-reference/api/x-types.booleanfilter.md +7 -7
  1907. package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
  1908. package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
  1909. package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -3
  1910. package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +1 -1
  1911. package/docs/API-reference/api/x-types.booleanfilterschema.md +1 -1
  1912. package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +1 -1
  1913. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +6 -6
  1914. package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +1 -1
  1915. package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +1 -1
  1916. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +6 -6
  1917. package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +1 -1
  1918. package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +1 -1
  1919. package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +1 -1
  1920. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1921. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1922. package/docs/API-reference/api/x-types.facet.filters.md +1 -1
  1923. package/docs/API-reference/api/x-types.facet.label.md +1 -1
  1924. package/docs/API-reference/api/x-types.facet.md +6 -6
  1925. package/docs/API-reference/api/x-types.facetfilter.facetid.md +1 -1
  1926. package/docs/API-reference/api/x-types.facetfilter.md +6 -6
  1927. package/docs/API-reference/api/x-types.facetfilter.modelname.md +2 -2
  1928. package/docs/API-reference/api/x-types.facetfilterschema.md +2 -2
  1929. package/docs/API-reference/api/x-types.facetmodelname.md +2 -2
  1930. package/docs/API-reference/api/x-types.facetschema.md +1 -1
  1931. package/docs/API-reference/api/x-types.filter.md +5 -5
  1932. package/docs/API-reference/api/x-types.filter.selected.md +1 -1
  1933. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1934. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1935. package/docs/API-reference/api/x-types.filtermodelname.md +3 -3
  1936. package/docs/API-reference/api/x-types.filterschema.md +1 -1
  1937. package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +1 -1
  1938. package/docs/API-reference/api/x-types.hierarchicalfacet.md +6 -6
  1939. package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +1 -1
  1940. package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +1 -1
  1941. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +3 -3
  1942. package/docs/API-reference/api/x-types.hierarchicalfilter.md +7 -7
  1943. package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +1 -1
  1944. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +2 -2
  1945. package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +1 -1
  1946. package/docs/API-reference/api/x-types.historyquery.md +5 -5
  1947. package/docs/API-reference/api/x-types.historyquery.timestamp.md +1 -1
  1948. package/docs/API-reference/api/x-types.historyqueryschema.md +1 -1
  1949. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1950. package/docs/API-reference/api/x-types.identifiable.md +4 -4
  1951. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1952. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1953. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1954. package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -2
  1955. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -2
  1956. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -2
  1957. package/docs/API-reference/api/x-types.isfacetfilter.md +2 -2
  1958. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -2
  1959. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -2
  1960. package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -2
  1961. package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -2
  1962. package/docs/API-reference/api/x-types.israwfilter.md +2 -2
  1963. package/docs/API-reference/api/x-types.issimplefacet.md +2 -2
  1964. package/docs/API-reference/api/x-types.issimplefilter.md +2 -2
  1965. package/docs/API-reference/api/x-types.md +31 -3
  1966. package/docs/API-reference/api/x-types.modelnametype.md +3 -3
  1967. package/docs/API-reference/api/x-types.namedmodel.md +4 -4
  1968. package/docs/API-reference/api/x-types.namedmodel.modelname.md +1 -1
  1969. package/docs/API-reference/api/x-types.nextqueries.md +5 -5
  1970. package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +1 -1
  1971. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1972. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1973. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1974. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1975. package/docs/API-reference/api/x-types.nextquery.md +8 -2
  1976. package/docs/API-reference/api/x-types.nextqueryschema.md +1 -1
  1977. package/docs/API-reference/api/x-types.numberrangefacet.filters.md +1 -1
  1978. package/docs/API-reference/api/x-types.numberrangefacet.md +6 -6
  1979. package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +1 -1
  1980. package/docs/API-reference/api/x-types.numberrangefacetschema.md +1 -1
  1981. package/docs/API-reference/api/x-types.numberrangefilter.md +6 -6
  1982. package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +1 -1
  1983. package/docs/API-reference/api/x-types.numberrangefilter.range.md +1 -1
  1984. package/docs/API-reference/api/x-types.numberrangefilterschema.md +1 -1
  1985. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1986. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1987. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1988. package/docs/API-reference/api/x-types.partialresult.md +6 -6
  1989. package/docs/API-reference/api/x-types.partialresult.results.md +1 -1
  1990. package/docs/API-reference/api/x-types.partialresult.totalresults.md +1 -1
  1991. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1992. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1993. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1994. package/docs/API-reference/api/x-types.previewable.facets.md +1 -1
  1995. package/docs/API-reference/api/x-types.previewable.md +7 -7
  1996. package/docs/API-reference/api/x-types.previewable.query.md +1 -1
  1997. package/docs/API-reference/api/x-types.previewable.results.md +1 -1
  1998. package/docs/API-reference/api/x-types.previewable.totalresults.md +1 -1
  1999. package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
  2000. package/docs/API-reference/api/x-types.previewresults.md +22 -0
  2001. package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
  2002. package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
  2003. package/docs/API-reference/api/x-types.promoted.image.md +1 -1
  2004. package/docs/API-reference/api/x-types.promoted.md +8 -7
  2005. package/docs/API-reference/api/x-types.promoted.position.md +13 -0
  2006. package/docs/API-reference/api/x-types.promoted.title.md +1 -1
  2007. package/docs/API-reference/api/x-types.promoted.url.md +1 -1
  2008. package/docs/API-reference/api/x-types.promotedschema.md +1 -1
  2009. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  2010. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  2011. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  2012. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  2013. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  2014. package/docs/API-reference/api/x-types.rangevalue.max.md +1 -1
  2015. package/docs/API-reference/api/x-types.rangevalue.md +5 -5
  2016. package/docs/API-reference/api/x-types.rangevalue.min.md +1 -1
  2017. package/docs/API-reference/api/x-types.rawfilter.id.md +1 -1
  2018. package/docs/API-reference/api/x-types.rawfilter.md +7 -7
  2019. package/docs/API-reference/api/x-types.rawfilter.modelname.md +1 -1
  2020. package/docs/API-reference/api/x-types.rawfilter.selected.md +2 -2
  2021. package/docs/API-reference/api/x-types.rawfilterschema.md +1 -1
  2022. package/docs/API-reference/api/x-types.recommendationschema.md +1 -1
  2023. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  2024. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  2025. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  2026. package/docs/API-reference/api/x-types.redirection.md +5 -5
  2027. package/docs/API-reference/api/x-types.redirection.url.md +1 -1
  2028. package/docs/API-reference/api/x-types.redirectionschema.md +1 -1
  2029. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +1 -1
  2030. package/docs/API-reference/api/x-types.relatedtag.md +6 -8
  2031. package/docs/API-reference/api/x-types.relatedtag.tag.md +1 -1
  2032. package/docs/API-reference/api/x-types.relatedtagschema.md +1 -1
  2033. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  2034. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  2035. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  2036. package/docs/API-reference/api/x-types.result.identifier.md +2 -2
  2037. package/docs/API-reference/api/x-types.result.images.md +2 -2
  2038. package/docs/API-reference/api/x-types.result.iswishlisted.md +2 -2
  2039. package/docs/API-reference/api/x-types.result.md +13 -12
  2040. package/docs/API-reference/api/x-types.result.name.md +2 -2
  2041. package/docs/API-reference/api/x-types.result.price.md +2 -2
  2042. package/docs/API-reference/api/x-types.result.rating.md +2 -2
  2043. package/docs/API-reference/api/x-types.result.type.md +2 -2
  2044. package/docs/API-reference/api/x-types.result.url.md +2 -2
  2045. package/docs/API-reference/api/x-types.result.variants.md +13 -0
  2046. package/docs/API-reference/api/x-types.resultidentifier.md +4 -4
  2047. package/docs/API-reference/api/x-types.resultidentifier.value.md +1 -1
  2048. package/docs/API-reference/api/x-types.resultprice.futurevalue.md +13 -0
  2049. package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +2 -2
  2050. package/docs/API-reference/api/x-types.resultprice.md +7 -6
  2051. package/docs/API-reference/api/x-types.resultprice.originalvalue.md +1 -1
  2052. package/docs/API-reference/api/x-types.resultprice.value.md +1 -1
  2053. package/docs/API-reference/api/x-types.resultrating.md +4 -4
  2054. package/docs/API-reference/api/x-types.resultrating.value.md +1 -1
  2055. package/docs/API-reference/api/x-types.resultschema.md +1 -1
  2056. package/docs/API-reference/api/x-types.resultvariant.md +15 -0
  2057. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  2058. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  2059. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  2060. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  2061. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  2062. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  2063. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  2064. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  2065. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  2066. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  2067. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  2068. package/docs/API-reference/api/x-types.semanticqueriesrequest.md +15 -0
  2069. package/docs/API-reference/api/x-types.semanticqueriesresponse.md +20 -0
  2070. package/docs/API-reference/api/x-types.semanticqueriesresponse.semanticqueries.md +11 -0
  2071. package/docs/API-reference/api/x-types.semanticquery.distance.md +11 -0
  2072. package/docs/API-reference/api/x-types.semanticquery.md +22 -0
  2073. package/docs/API-reference/api/x-types.semanticquery.query.md +11 -0
  2074. package/docs/API-reference/api/x-types.semanticqueryschema.md +13 -0
  2075. package/docs/API-reference/api/x-types.simplefacet.filters.md +1 -1
  2076. package/docs/API-reference/api/x-types.simplefacet.md +6 -6
  2077. package/docs/API-reference/api/x-types.simplefacet.modelname.md +1 -1
  2078. package/docs/API-reference/api/x-types.simplefacetschema.md +1 -1
  2079. package/docs/API-reference/api/x-types.simplefilter.md +5 -5
  2080. package/docs/API-reference/api/x-types.simplefilter.modelname.md +1 -1
  2081. package/docs/API-reference/api/x-types.simplefilterschema.md +1 -1
  2082. package/docs/API-reference/api/x-types.sort.md +2 -2
  2083. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  2084. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  2085. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  2086. package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
  2087. package/docs/API-reference/api/x-types.suggestion.md +6 -6
  2088. package/docs/API-reference/api/x-types.suggestionschema.md +1 -1
  2089. package/docs/API-reference/api/x-types.taggable.md +4 -4
  2090. package/docs/API-reference/api/x-types.taggable.tagging.md +2 -2
  2091. package/docs/API-reference/api/x-types.taggableschema.md +1 -1
  2092. package/docs/API-reference/api/x-types.tagging.add2cart.md +3 -3
  2093. package/docs/API-reference/api/x-types.tagging.checkout.md +3 -3
  2094. package/docs/API-reference/api/x-types.tagging.click.md +3 -3
  2095. package/docs/API-reference/api/x-types.tagging.md +8 -8
  2096. package/docs/API-reference/api/x-types.tagging.query.md +3 -3
  2097. package/docs/API-reference/api/x-types.tagging.wishlist.md +3 -3
  2098. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  2099. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  2100. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  2101. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  2102. package/docs/API-reference/api/x-types.taggingschema.md +1 -1
  2103. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  2104. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  2105. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  2106. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  2107. package/docs/API-reference/api/x-types.userinfo.md +6 -6
  2108. package/docs/API-reference/api/x-types.userinfo.session.md +1 -1
  2109. package/docs/API-reference/api/x-types.userinfo.user.md +1 -1
  2110. package/docs/API-reference/api/x-types.userinfo.usertype.md +1 -1
  2111. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  2112. package/docs/API-reference/api/x-types.xcomponentsadapter.md +26 -0
  2113. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  2114. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  2115. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  2116. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  2117. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  2118. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  2119. package/docs/API-reference/api/x-types.xcomponentsadapter.semanticqueries.md +11 -0
  2120. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  2121. package/docs/API-reference/components/common/animations/x-components.animate-width.md +18 -18
  2122. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +8 -2
  2123. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +8 -2
  2124. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +8 -2
  2125. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +6 -5
  2126. package/docs/API-reference/components/common/animations/x-components.fade.md +54 -0
  2127. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +8 -2
  2128. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +2 -2
  2129. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +46 -51
  2130. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +89 -37
  2131. package/docs/API-reference/components/common/currency/x-components.base-currency.md +276 -48
  2132. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +20 -24
  2133. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +1 -2
  2134. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  2135. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  2136. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  2137. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  2138. package/docs/API-reference/components/common/icons/x-components.cart-filled.md +7 -0
  2139. package/docs/API-reference/components/common/icons/x-components.checkbox-selected-filled.md +7 -0
  2140. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected-filled.md +7 -0
  2141. package/docs/API-reference/components/common/icons/x-components.corner-arrow-left.md +7 -0
  2142. package/docs/API-reference/components/common/icons/x-components.corner-arrow-right.md +7 -0
  2143. package/docs/API-reference/components/common/icons/x-components.curated-check-filled.md +7 -0
  2144. package/docs/API-reference/components/common/icons/x-components.curated-check-tiny-filled.md +7 -0
  2145. package/docs/API-reference/components/common/icons/x-components.curated-check-tiny.md +7 -0
  2146. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  2147. package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-down.md +7 -0
  2148. package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-top.md +7 -0
  2149. package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-down.md +7 -0
  2150. package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-top.md +7 -0
  2151. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  2152. package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
  2153. package/docs/API-reference/components/common/icons/x-components.heart-filled.md +7 -0
  2154. package/docs/API-reference/components/common/icons/x-components.heart.md +7 -0
  2155. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  2156. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  2157. package/docs/API-reference/components/common/icons/x-components.plus-tiny.md +7 -0
  2158. package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
  2159. package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
  2160. package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
  2161. package/docs/API-reference/components/common/icons/x-components.sort-az.md +7 -0
  2162. package/docs/API-reference/components/common/icons/x-components.sort-price-down.md +7 -0
  2163. package/docs/API-reference/components/common/icons/x-components.sort-price-up.md +7 -0
  2164. package/docs/API-reference/components/common/icons/x-components.sort-relevancy.md +7 -0
  2165. package/docs/API-reference/components/common/icons/x-components.sort-za.md +7 -0
  2166. package/docs/API-reference/components/common/icons/x-components.star-filled.md +7 -0
  2167. package/docs/API-reference/components/common/icons/x-components.tag-filled.md +7 -0
  2168. package/docs/API-reference/components/common/icons/x-components.user-filled.md +7 -0
  2169. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +3 -0
  2170. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +15 -14
  2171. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +22 -24
  2172. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +21 -21
  2173. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +55 -34
  2174. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +54 -23
  2175. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +55 -23
  2176. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +43 -16
  2177. package/docs/API-reference/components/common/modals/x-components.base-modal.md +117 -27
  2178. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +49 -0
  2179. package/docs/API-reference/components/common/modals/x-components.main-modal.md +84 -0
  2180. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +49 -0
  2181. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +31 -10
  2182. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +19 -24
  2183. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +20 -24
  2184. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +331 -0
  2185. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +6 -6
  2186. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +2 -2
  2187. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +2 -2
  2188. package/docs/API-reference/components/common/result/x-components.base-result-image.md +64 -10
  2189. package/docs/API-reference/components/common/result/x-components.base-result-link.md +0 -4
  2190. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +34 -8
  2191. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +251 -0
  2192. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +280 -0
  2193. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +185 -0
  2194. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +93 -74
  2195. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +97 -39
  2196. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +128 -41
  2197. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +25 -16
  2198. package/docs/API-reference/components/common/x-components.base-dropdown.md +25 -26
  2199. package/docs/API-reference/components/common/x-components.base-event-button.md +5 -8
  2200. package/docs/API-reference/components/common/x-components.base-grid.md +24 -9
  2201. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +0 -5
  2202. package/docs/API-reference/components/common/x-components.base-rating.md +7 -8
  2203. package/docs/API-reference/components/common/x-components.base-switch.md +79 -0
  2204. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +144 -44
  2205. package/docs/API-reference/components/common/x-components.global-x-bus.md +14 -17
  2206. package/docs/API-reference/components/common/x-components.highlight.md +100 -0
  2207. package/docs/API-reference/components/common/x-components.items-list.md +5 -5
  2208. package/docs/API-reference/components/common/x-components.location-provider.md +10 -11
  2209. package/docs/API-reference/components/common/x-components.sliding-panel.md +233 -33
  2210. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +7 -7
  2211. package/docs/API-reference/components/device/x-components.device-detector.md +58 -58
  2212. package/docs/API-reference/components/empathize/x-components.empathize.md +8 -8
  2213. package/docs/API-reference/components/extra-params/x-components.extra-params.md +16 -17
  2214. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +17 -18
  2215. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +27 -20
  2216. package/docs/API-reference/components/facets/x-components.clear-filters.md +5 -9
  2217. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +40 -41
  2218. package/docs/API-reference/components/facets/x-components.facets/facets.md +80 -59
  2219. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +4 -5
  2220. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +87 -91
  2221. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +183 -28
  2222. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +117 -20
  2223. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +15 -16
  2224. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +116 -82
  2225. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +85 -85
  2226. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +2 -3
  2227. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +7 -10
  2228. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +38 -38
  2229. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +11 -11
  2230. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +29 -14
  2231. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -24
  2232. package/docs/API-reference/components/facets/x-components.preselected-filters.md +73 -0
  2233. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +29 -7
  2234. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +100 -0
  2235. package/docs/API-reference/components/history-queries/x-components.history-queries.md +179 -54
  2236. package/docs/API-reference/components/history-queries/x-components.history-query.md +136 -23
  2237. package/docs/API-reference/components/history-queries/x-components.my-history.md +218 -0
  2238. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +2 -3
  2239. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +2 -2
  2240. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +30 -6
  2241. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +88 -55
  2242. package/docs/API-reference/components/next-queries/x-components.next-queries.md +130 -38
  2243. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +194 -0
  2244. package/docs/API-reference/components/next-queries/x-components.next-query.md +74 -19
  2245. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +59 -16
  2246. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +102 -39
  2247. package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +126 -0
  2248. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +194 -0
  2249. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +66 -69
  2250. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +92 -91
  2251. package/docs/API-reference/components/recommendations/x-components.recommendations.md +104 -78
  2252. package/docs/API-reference/components/related-tags/x-components.related-tag.md +65 -71
  2253. package/docs/API-reference/components/related-tags/x-components.related-tags.md +113 -84
  2254. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +17 -22
  2255. package/docs/API-reference/components/scroll/x-components.main-scroll.md +51 -59
  2256. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +10 -10
  2257. package/docs/API-reference/components/scroll/x-components.scroll.md +61 -64
  2258. package/docs/API-reference/components/scroll/x-components.window-scroll.md +59 -59
  2259. package/docs/API-reference/components/search/x-components.banner.md +51 -23
  2260. package/docs/API-reference/components/search/x-components.banners-list.md +65 -65
  2261. package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +47 -0
  2262. package/docs/API-reference/components/search/x-components.partial-query-button.md +9 -9
  2263. package/docs/API-reference/components/search/x-components.partial-results-list.md +2 -2
  2264. package/docs/API-reference/components/search/x-components.promoted.md +58 -21
  2265. package/docs/API-reference/components/search/x-components.promoteds-list.md +67 -67
  2266. package/docs/API-reference/components/search/x-components.redirection.md +22 -22
  2267. package/docs/API-reference/components/search/x-components.results-list.md +75 -74
  2268. package/docs/API-reference/components/search/x-components.sort-dropdown.md +34 -38
  2269. package/docs/API-reference/components/search/x-components.sort-list.md +25 -25
  2270. package/docs/API-reference/components/search/x-components.sort-picker-list.md +125 -0
  2271. package/docs/API-reference/components/search/x-components.spellcheck-button.md +3 -3
  2272. package/docs/API-reference/components/search/x-components.spellcheck.md +10 -10
  2273. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +54 -62
  2274. package/docs/API-reference/components/search-box/x-components.search-button.md +69 -53
  2275. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +96 -0
  2276. package/docs/API-reference/components/search-box/x-components.search-input.md +70 -69
  2277. package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +194 -0
  2278. package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +93 -0
  2279. package/docs/API-reference/components/tagging/x-components.tagging.md +58 -38
  2280. package/docs/API-reference/components/url/x-components.url-handler.md +19 -19
  2281. package/docs/assets/features/overview-my-history.svg +279 -0
  2282. package/docs/assets/features/overview-product-results-card.svg +128 -0
  2283. package/docs/assets/interface/build-search-ui.svg +167 -0
  2284. package/docs/assets/interface/experience-search-intro.svg +1 -0
  2285. package/docs/assets/interface/integration-guide.svg +1 -0
  2286. package/docs/assets/interface/integration-video.png +0 -0
  2287. package/docs/assets/interface/x-architecture.svg +1 -0
  2288. package/docs/assets/interface/x-empathize.gif +0 -0
  2289. package/docs/assets/interface/x-facets.gif +0 -0
  2290. package/docs/assets/interface/x-facets.svg +189 -0
  2291. package/docs/assets/interface/x-history-queries.gif +0 -0
  2292. package/docs/assets/interface/x-id-results.gif +0 -0
  2293. package/docs/assets/interface/x-next-queries.gif +0 -0
  2294. package/docs/assets/interface/x-popular-searches.gif +0 -0
  2295. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  2296. package/docs/assets/interface/x-recommendations.gif +0 -0
  2297. package/docs/assets/interface/x-related-tags.gif +0 -0
  2298. package/docs/assets/interface/x-results-layout.svg +259 -0
  2299. package/docs/assets/interface/x-search-box-elements.svg +1 -0
  2300. package/docs/assets/interface/x-search-box.svg +60 -0
  2301. package/docs/build-search-ui/README.md +51 -32
  2302. package/docs/build-search-ui/sidebar.js +7 -0
  2303. package/docs/build-search-ui/web-archetype-development-guide.md +58 -50
  2304. package/docs/build-search-ui/web-archetype-integration-guide.md +257 -88
  2305. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +200 -0
  2306. package/docs/build-search-ui/web-x-architecture.md +83 -0
  2307. package/docs/build-search-ui/web-x-components-development-guide.md +157 -0
  2308. package/docs/experience-search-and-discovery/README.md +131 -0
  2309. package/docs/experience-search-and-discovery/empathize.md +114 -0
  2310. package/docs/experience-search-and-discovery/facets-and-filters.md +151 -0
  2311. package/docs/experience-search-and-discovery/history-queries.md +67 -0
  2312. package/docs/experience-search-and-discovery/id-results.md +46 -0
  2313. package/docs/experience-search-and-discovery/my-history.md +57 -0
  2314. package/docs/experience-search-and-discovery/next-queries.md +68 -0
  2315. package/docs/experience-search-and-discovery/popular-searches.md +47 -0
  2316. package/docs/experience-search-and-discovery/product-results-ui.md +79 -0
  2317. package/docs/experience-search-and-discovery/query-suggestions.md +45 -0
  2318. package/docs/experience-search-and-discovery/recommendations.md +49 -0
  2319. package/docs/experience-search-and-discovery/related-tags.md +63 -0
  2320. package/docs/experience-search-and-discovery/search-box.md +94 -0
  2321. package/docs/experience-search-and-discovery/serp-ui.md +122 -0
  2322. package/docs/experience-search-and-discovery/sidebar.js +17 -0
  2323. package/docs/experience-search-and-discovery/web-local-storage.md +25 -0
  2324. package/docs/input-status-machine-state.png +0 -0
  2325. package/empathize/index.js +3 -3
  2326. package/extra-params/index.js +5 -5
  2327. package/facets/index.js +14 -12
  2328. package/history-queries/index.js +9 -7
  2329. package/identifier-results/index.js +5 -5
  2330. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  2331. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  2332. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
  2333. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  2334. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  2335. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  2336. package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
  2337. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  2338. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  2339. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  2340. package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
  2341. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  2342. package/js/components/animations/animate-width.vue.js +22 -17
  2343. package/js/components/animations/animate-width.vue.js.map +1 -1
  2344. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
  2345. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2346. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2347. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2348. package/js/components/animations/animations.mixin.js +17 -6
  2349. package/js/components/animations/animations.mixin.js.map +1 -1
  2350. package/js/components/animations/collapse-height.vue.js +25 -23
  2351. package/js/components/animations/collapse-height.vue.js.map +1 -1
  2352. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
  2353. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2354. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2355. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2356. package/js/components/animations/collapse-width.vue.js +25 -23
  2357. package/js/components/animations/collapse-width.vue.js.map +1 -1
  2358. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
  2359. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2360. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2361. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2362. package/js/components/animations/create-directional-animation-factory.js +31 -0
  2363. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  2364. package/js/components/animations/cross-fade.vue.js +19 -17
  2365. package/js/components/animations/cross-fade.vue.js.map +1 -1
  2366. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  2367. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2368. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2369. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2370. package/js/components/animations/disable-animation.mixin.js +32 -0
  2371. package/js/components/animations/disable-animation.mixin.js.map +1 -0
  2372. package/js/components/animations/fade-and-slide.vue.js +22 -20
  2373. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  2374. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
  2375. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2376. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2377. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2378. package/js/components/animations/fade.vue.js +60 -0
  2379. package/js/components/animations/fade.vue.js.map +1 -0
  2380. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  2381. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2382. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2383. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2384. package/js/components/animations/staggered-fade-and-slide.vue.js +14 -17
  2385. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  2386. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
  2387. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2388. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2389. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2390. package/js/components/animations/staggering-transition-group.vue.js +13 -16
  2391. package/js/components/animations/staggering-transition-group.vue.js.map +1 -1
  2392. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
  2393. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2394. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2395. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2396. package/js/components/auto-progress-bar.vue.js +16 -18
  2397. package/js/components/auto-progress-bar.vue.js.map +1 -1
  2398. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +48 -0
  2399. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2400. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2401. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2402. package/js/components/base-dropdown.vue.js +131 -122
  2403. package/js/components/base-dropdown.vue.js.map +1 -1
  2404. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
  2405. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2406. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2407. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2408. package/js/components/base-event-button.vue.js +9 -9
  2409. package/js/components/base-event-button.vue.js.map +1 -1
  2410. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  2411. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2412. package/js/components/base-grid.vue.js +19 -24
  2413. package/js/components/base-grid.vue.js.map +1 -1
  2414. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
  2415. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2416. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2417. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2418. package/js/components/base-keyboard-navigation.vue.js +15 -12
  2419. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  2420. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  2421. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2422. package/js/components/base-rating.vue.js +25 -24
  2423. package/js/components/base-rating.vue.js.map +1 -1
  2424. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  2425. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2426. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2427. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2428. package/js/components/base-switch.vue.js +56 -0
  2429. package/js/components/base-switch.vue.js.map +1 -0
  2430. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  2431. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2432. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2433. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2434. package/js/components/base-variable-column-grid.vue.js +16 -11
  2435. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  2436. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +68 -0
  2437. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2438. package/js/components/column-picker/base-column-picker-dropdown.vue.js +16 -12
  2439. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  2440. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  2441. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2442. package/js/components/column-picker/base-column-picker-list.vue.js +39 -41
  2443. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  2444. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +51 -0
  2445. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2446. package/js/components/column-picker/column-picker.mixin.js +46 -53
  2447. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  2448. package/js/components/currency/base-currency.vue.js +9 -9
  2449. package/js/components/currency/base-currency.vue.js.map +1 -1
  2450. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +94 -0
  2451. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2452. package/js/components/decorators/bus.decorators.js +30 -42
  2453. package/js/components/decorators/bus.decorators.js.map +1 -1
  2454. package/js/components/decorators/debounce.decorators.js +16 -12
  2455. package/js/components/decorators/debounce.decorators.js.map +1 -1
  2456. package/js/components/decorators/injection.consts.js +38 -2
  2457. package/js/components/decorators/injection.consts.js.map +1 -1
  2458. package/js/components/decorators/injection.decorators.js +22 -26
  2459. package/js/components/decorators/injection.decorators.js.map +1 -1
  2460. package/js/components/decorators/store.decorators.js +11 -13
  2461. package/js/components/decorators/store.decorators.js.map +1 -1
  2462. package/js/components/dynamic-props.mixin.js +29 -0
  2463. package/js/components/dynamic-props.mixin.js.map +1 -0
  2464. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  2465. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  2466. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +92 -0
  2467. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2468. package/js/components/filters/labels/base-rating-filter-label.vue.js +13 -12
  2469. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  2470. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +53 -0
  2471. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2472. package/js/components/global-x-bus.vue.js +9 -9
  2473. package/js/components/global-x-bus.vue.js.map +1 -1
  2474. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  2475. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2476. package/js/components/highlight.vue.js +93 -0
  2477. package/js/components/highlight.vue.js.map +1 -0
  2478. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
  2479. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2480. package/js/components/icons/arrow-down.vue.js +75 -0
  2481. package/js/components/icons/arrow-down.vue.js.map +1 -0
  2482. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2483. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2484. package/js/components/icons/arrow-left.vue.js +75 -0
  2485. package/js/components/icons/arrow-left.vue.js.map +1 -0
  2486. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2487. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2488. package/js/components/icons/arrow-right.vue.js +75 -0
  2489. package/js/components/icons/arrow-right.vue.js.map +1 -0
  2490. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2491. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2492. package/js/components/icons/arrow-up.vue.js +75 -0
  2493. package/js/components/icons/arrow-up.vue.js.map +1 -0
  2494. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2495. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2496. package/js/components/icons/bag.vue.js +30 -26
  2497. package/js/components/icons/bag.vue.js.map +1 -1
  2498. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  2499. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2500. package/js/components/icons/bar-code.vue.js +20 -26
  2501. package/js/components/icons/bar-code.vue.js.map +1 -1
  2502. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  2503. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2504. package/js/components/icons/barcode-tiny.vue.js +20 -26
  2505. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  2506. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2507. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2508. package/js/components/icons/cart-filled.vue.js +82 -0
  2509. package/js/components/icons/cart-filled.vue.js.map +1 -0
  2510. package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2511. package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2512. package/js/components/icons/cart.vue.js +30 -36
  2513. package/js/components/icons/cart.vue.js.map +1 -1
  2514. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  2515. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2516. package/js/components/icons/check-tiny.vue.js +21 -14
  2517. package/js/components/icons/check-tiny.vue.js.map +1 -1
  2518. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2519. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2520. package/js/components/icons/check.vue.js +21 -14
  2521. package/js/components/icons/check.vue.js.map +1 -1
  2522. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  2523. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2524. package/js/components/icons/checkbox-selected-filled.vue.js +79 -0
  2525. package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -0
  2526. package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2527. package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2528. package/js/components/icons/checkbox-selected.vue.js +33 -18
  2529. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  2530. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2531. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2532. package/js/components/icons/checkbox-unselected-filled.vue.js +70 -0
  2533. package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -0
  2534. package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2535. package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2536. package/js/components/icons/checkbox-unselected.vue.js +24 -16
  2537. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  2538. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2539. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2540. package/js/components/icons/chevron-down.vue.js +21 -20
  2541. package/js/components/icons/chevron-down.vue.js.map +1 -1
  2542. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2543. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2544. package/js/components/icons/chevron-left.vue.js +21 -20
  2545. package/js/components/icons/chevron-left.vue.js.map +1 -1
  2546. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2547. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2548. package/js/components/icons/chevron-right.vue.js +21 -14
  2549. package/js/components/icons/chevron-right.vue.js.map +1 -1
  2550. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2551. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2552. package/js/components/icons/chevron-tiny-down.vue.js +21 -20
  2553. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  2554. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2555. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2556. package/js/components/icons/chevron-tiny-left.vue.js +21 -20
  2557. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  2558. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2559. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2560. package/js/components/icons/chevron-tiny-right.vue.js +21 -20
  2561. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  2562. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2563. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2564. package/js/components/icons/chevron-tiny-up.vue.js +21 -20
  2565. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  2566. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2567. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2568. package/js/components/icons/chevron-up.vue.js +21 -20
  2569. package/js/components/icons/chevron-up.vue.js.map +1 -1
  2570. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2571. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2572. package/js/components/icons/corner-arrow-left.vue.js +66 -0
  2573. package/js/components/icons/corner-arrow-left.vue.js.map +1 -0
  2574. package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  2575. package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2576. package/js/components/icons/corner-arrow-right.vue.js +66 -0
  2577. package/js/components/icons/corner-arrow-right.vue.js.map +1 -0
  2578. package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  2579. package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2580. package/js/components/icons/cross-tiny.vue.js +21 -14
  2581. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  2582. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2583. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2584. package/js/components/icons/cross.vue.js +21 -16
  2585. package/js/components/icons/cross.vue.js.map +1 -1
  2586. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  2587. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2588. package/js/components/icons/curated-check-filled.vue.js +78 -0
  2589. package/js/components/icons/curated-check-filled.vue.js.map +1 -0
  2590. package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2591. package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2592. package/js/components/icons/curated-check-tiny-filled.vue.js +78 -0
  2593. package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -0
  2594. package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2595. package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2596. package/js/components/icons/curated-check-tiny.vue.js +77 -0
  2597. package/js/components/icons/curated-check-tiny.vue.js.map +1 -0
  2598. package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2599. package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2600. package/js/components/icons/curated-check.vue.js +77 -0
  2601. package/js/components/icons/curated-check.vue.js.map +1 -0
  2602. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  2603. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2604. package/js/components/icons/diagonal-arrow-left-down.vue.js +66 -0
  2605. package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -0
  2606. package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2607. package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2608. package/js/components/icons/diagonal-arrow-left-top.vue.js +66 -0
  2609. package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -0
  2610. package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js +4 -0
  2611. package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2612. package/js/components/icons/diagonal-arrow-right-down.vue.js +66 -0
  2613. package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -0
  2614. package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2615. package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2616. package/js/components/icons/diagonal-arrow-right-top.vue.js +66 -0
  2617. package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -0
  2618. package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js +4 -0
  2619. package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2620. package/js/components/icons/filters.vue.js +20 -30
  2621. package/js/components/icons/filters.vue.js.map +1 -1
  2622. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  2623. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2624. package/js/components/icons/grid-1-col.vue.js +20 -18
  2625. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  2626. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2627. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2628. package/js/components/icons/grid-2-col.vue.js +20 -28
  2629. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  2630. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2631. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2632. package/js/components/icons/grid-2-rows.vue.js +72 -0
  2633. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  2634. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  2635. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2636. package/js/components/icons/grid-4-col.vue.js +65 -0
  2637. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  2638. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  2639. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2640. package/js/components/icons/heart-filled.vue.js +67 -0
  2641. package/js/components/icons/heart-filled.vue.js.map +1 -0
  2642. package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2643. package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2644. package/js/components/icons/heart.vue.js +66 -0
  2645. package/js/components/icons/heart.vue.js.map +1 -0
  2646. package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js +4 -0
  2647. package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2648. package/js/components/icons/hide.vue.js +21 -32
  2649. package/js/components/icons/hide.vue.js.map +1 -1
  2650. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  2651. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2652. package/js/components/icons/history-tiny.vue.js +30 -29
  2653. package/js/components/icons/history-tiny.vue.js.map +1 -1
  2654. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2655. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2656. package/js/components/icons/history.vue.js +30 -29
  2657. package/js/components/icons/history.vue.js.map +1 -1
  2658. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  2659. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2660. package/js/components/icons/light-bulb-off.vue.js +73 -0
  2661. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  2662. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  2663. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2664. package/js/components/icons/light-bulb-on.vue.js +81 -0
  2665. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  2666. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  2667. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2668. package/js/components/icons/menu.vue.js +21 -22
  2669. package/js/components/icons/menu.vue.js.map +1 -1
  2670. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  2671. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2672. package/js/components/icons/minus-tiny.vue.js +21 -14
  2673. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  2674. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2675. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2676. package/js/components/icons/minus.vue.js +21 -14
  2677. package/js/components/icons/minus.vue.js.map +1 -1
  2678. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  2679. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2680. package/js/components/icons/plus-tiny.vue.js +66 -0
  2681. package/js/components/icons/plus-tiny.vue.js.map +1 -0
  2682. package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2683. package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2684. package/js/components/icons/plus.vue.js +21 -14
  2685. package/js/components/icons/plus.vue.js.map +1 -1
  2686. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  2687. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2688. package/js/components/icons/radiobutton-selected.vue.js +81 -0
  2689. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  2690. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2691. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2692. package/js/components/icons/radiobutton-unselected.vue.js +73 -0
  2693. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  2694. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  2695. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2696. package/js/components/icons/search-tiny.vue.js +21 -18
  2697. package/js/components/icons/search-tiny.vue.js.map +1 -1
  2698. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2699. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2700. package/js/components/icons/search.vue.js +21 -20
  2701. package/js/components/icons/search.vue.js.map +1 -1
  2702. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  2703. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2704. package/js/components/icons/settings.vue.js +82 -0
  2705. package/js/components/icons/settings.vue.js.map +1 -0
  2706. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  2707. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2708. package/js/components/icons/show.vue.js +32 -22
  2709. package/js/components/icons/show.vue.js.map +1 -1
  2710. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  2711. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2712. package/js/components/icons/sort-az.vue.js +94 -0
  2713. package/js/components/icons/sort-az.vue.js.map +1 -0
  2714. package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js +4 -0
  2715. package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2716. package/js/components/icons/sort-price-down.vue.js +102 -0
  2717. package/js/components/icons/sort-price-down.vue.js.map +1 -0
  2718. package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  2719. package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2720. package/js/components/icons/sort-price-up.vue.js +102 -0
  2721. package/js/components/icons/sort-price-up.vue.js.map +1 -0
  2722. package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  2723. package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2724. package/js/components/icons/sort-relevancy.vue.js +84 -0
  2725. package/js/components/icons/sort-relevancy.vue.js.map +1 -0
  2726. package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js +4 -0
  2727. package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2728. package/js/components/icons/sort-za.vue.js +94 -0
  2729. package/js/components/icons/sort-za.vue.js.map +1 -0
  2730. package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js +4 -0
  2731. package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2732. package/js/components/icons/star-filled.vue.js +76 -0
  2733. package/js/components/icons/star-filled.vue.js.map +1 -0
  2734. package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2735. package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2736. package/js/components/icons/star.vue.js +23 -18
  2737. package/js/components/icons/star.vue.js.map +1 -1
  2738. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  2739. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2740. package/js/components/icons/tag-filled.vue.js +76 -0
  2741. package/js/components/icons/tag-filled.vue.js.map +1 -0
  2742. package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2743. package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2744. package/js/components/icons/tag.vue.js +28 -12
  2745. package/js/components/icons/tag.vue.js.map +1 -1
  2746. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  2747. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2748. package/js/components/icons/trash-open.vue.js +57 -45
  2749. package/js/components/icons/trash-open.vue.js.map +1 -1
  2750. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  2751. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2752. package/js/components/icons/trash.vue.js +57 -28
  2753. package/js/components/icons/trash.vue.js.map +1 -1
  2754. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  2755. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2756. package/js/components/icons/trending-tiny.vue.js +30 -28
  2757. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  2758. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  2759. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2760. package/js/components/icons/trending.vue.js +30 -28
  2761. package/js/components/icons/trending.vue.js.map +1 -1
  2762. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  2763. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2764. package/js/components/icons/user-filled.vue.js +72 -0
  2765. package/js/components/icons/user-filled.vue.js.map +1 -0
  2766. package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
  2767. package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2768. package/js/components/icons/user.vue.js +21 -20
  2769. package/js/components/icons/user.vue.js.map +1 -1
  2770. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  2771. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2772. package/js/components/items-list-injection.mixin.js +22 -31
  2773. package/js/components/items-list-injection.mixin.js.map +1 -1
  2774. package/js/components/items-list.vue.js +11 -10
  2775. package/js/components/items-list.vue.js.map +1 -1
  2776. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  2777. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2778. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +71 -48
  2779. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  2780. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +43 -0
  2781. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2782. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2783. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2784. package/js/components/layouts/layouts.mixin.js +16 -25
  2785. package/js/components/layouts/layouts.mixin.js.map +1 -1
  2786. package/js/components/layouts/multi-column-max-width-layout.vue.js +82 -59
  2787. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  2788. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +30 -0
  2789. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2790. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2791. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2792. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  2793. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  2794. package/js/components/layouts/single-column-layout.vue.js +79 -52
  2795. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  2796. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +31 -0
  2797. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2798. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2799. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2800. package/js/components/location-provider.vue.js +9 -9
  2801. package/js/components/location-provider.vue.js.map +1 -1
  2802. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  2803. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2804. package/js/components/modals/base-events-modal-close.vue.js +15 -11
  2805. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  2806. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
  2807. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2808. package/js/components/modals/base-events-modal-open.vue.js +15 -11
  2809. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  2810. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +34 -0
  2811. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2812. package/js/components/modals/base-events-modal.vue.js +20 -15
  2813. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  2814. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  2815. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2816. package/js/components/modals/base-id-modal-close.vue.js +30 -18
  2817. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  2818. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +47 -0
  2819. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2820. package/js/components/modals/base-id-modal-open.vue.js +30 -18
  2821. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  2822. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +44 -0
  2823. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2824. package/js/components/modals/base-id-modal.vue.js +20 -15
  2825. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  2826. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  2827. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2828. package/js/components/modals/base-modal.vue.js +62 -43
  2829. package/js/components/modals/base-modal.vue.js.map +1 -1
  2830. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +195 -0
  2831. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2832. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2833. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2834. package/js/components/modals/close-main-modal.vue.js +61 -0
  2835. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  2836. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +27 -0
  2837. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2838. package/js/components/modals/main-modal.vue.js +67 -0
  2839. package/js/components/modals/main-modal.vue.js.map +1 -0
  2840. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +60 -0
  2841. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2842. package/js/components/modals/open-main-modal.vue.js +61 -0
  2843. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  2844. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +27 -0
  2845. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2846. package/js/components/no-element.js +3 -4
  2847. package/js/components/no-element.js.map +1 -1
  2848. package/js/components/panels/base-header-toggle-panel.vue.js +18 -19
  2849. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  2850. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +57 -0
  2851. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2852. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2853. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2854. package/js/components/panels/base-id-toggle-panel-button.vue.js +15 -11
  2855. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  2856. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  2857. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2858. package/js/components/panels/base-id-toggle-panel.vue.js +9 -9
  2859. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  2860. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  2861. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2862. package/js/components/panels/base-tabs-panel.vue.js +146 -0
  2863. package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
  2864. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  2865. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2866. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2867. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2868. package/js/components/panels/base-toggle-panel.vue.js +11 -10
  2869. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  2870. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +35 -0
  2871. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2872. package/js/components/result/base-result-add-to-cart.vue.js +16 -13
  2873. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  2874. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +41 -0
  2875. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2876. package/js/components/result/base-result-current-price.vue.js +13 -11
  2877. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  2878. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +61 -0
  2879. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2880. package/js/components/result/base-result-fallback-image.vue.js +17 -16
  2881. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  2882. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2883. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2884. package/js/components/result/base-result-image.vue.js +55 -53
  2885. package/js/components/result/base-result-image.vue.js.map +1 -1
  2886. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +171 -0
  2887. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2888. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2889. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2890. package/js/components/result/base-result-link.vue.js +14 -16
  2891. package/js/components/result/base-result-link.vue.js.map +1 -1
  2892. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +68 -0
  2893. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2894. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2895. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2896. package/js/components/result/base-result-placeholder-image.vue.js +17 -16
  2897. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  2898. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2899. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2900. package/js/components/result/base-result-previous-price.vue.js +13 -11
  2901. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  2902. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +44 -0
  2903. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2904. package/js/components/result/base-result-rating.vue.js +100 -0
  2905. package/js/components/result/base-result-rating.vue.js.map +1 -0
  2906. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +55 -0
  2907. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2908. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2909. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2910. package/js/components/result/result-variant-selector.vue.js +133 -0
  2911. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  2912. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  2913. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2914. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2915. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2916. package/js/components/result/result-variants-provider.vue.js +39 -0
  2917. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  2918. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  2919. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2920. package/js/components/scroll/base-scroll.vue.js +12 -15
  2921. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  2922. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  2923. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2924. package/js/components/scroll/scroll.mixin.js +142 -168
  2925. package/js/components/scroll/scroll.mixin.js.map +1 -1
  2926. package/js/components/sliding-panel.vue.js +25 -24
  2927. package/js/components/sliding-panel.vue.js.map +1 -1
  2928. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
  2929. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2930. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2931. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2932. package/js/components/snippet-callbacks.vue.js +9 -9
  2933. package/js/components/snippet-callbacks.vue.js.map +1 -1
  2934. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  2935. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2936. package/js/components/suggestions/base-suggestion.vue.js +29 -20
  2937. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  2938. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +143 -0
  2939. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2940. package/js/components/suggestions/base-suggestions.vue.js +18 -18
  2941. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  2942. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
  2943. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2944. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2945. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2946. package/js/components/x-component.mixin.js.map +1 -1
  2947. package/js/components/x-component.utils.js +1 -2
  2948. package/js/components/x-component.utils.js.map +1 -1
  2949. package/js/composables/create-use-device.composable.js +160 -0
  2950. package/js/composables/create-use-device.composable.js.map +1 -0
  2951. package/js/composables/use-_x.js +15 -0
  2952. package/js/composables/use-_x.js.map +1 -0
  2953. package/js/directives/infinite-scroll/infinite-scroll.js +25 -29
  2954. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  2955. package/js/index.js +218 -139
  2956. package/js/index.js.map +1 -1
  2957. package/js/plugins/devtools/colors.utils.js +49 -0
  2958. package/js/plugins/devtools/colors.utils.js.map +1 -0
  2959. package/js/plugins/devtools/devtools.plugin.js +31 -0
  2960. package/js/plugins/devtools/devtools.plugin.js.map +1 -0
  2961. package/js/plugins/devtools/timeline.devtools.js +108 -0
  2962. package/js/plugins/devtools/timeline.devtools.js.map +1 -0
  2963. package/js/plugins/devtools/wiring.devtools.js +118 -0
  2964. package/js/plugins/devtools/wiring.devtools.js.map +1 -0
  2965. package/js/plugins/x-bus.js +18 -65
  2966. package/js/plugins/x-bus.js.map +1 -1
  2967. package/js/plugins/x-emitters.js +24 -104
  2968. package/js/plugins/x-emitters.js.map +1 -1
  2969. package/js/plugins/x-plugin.alias.js +53 -47
  2970. package/js/plugins/x-plugin.alias.js.map +1 -1
  2971. package/js/plugins/x-plugin.js +130 -185
  2972. package/js/plugins/x-plugin.js.map +1 -1
  2973. package/js/plugins/x-plugin.mixin.js +29 -19
  2974. package/js/plugins/x-plugin.mixin.js.map +1 -1
  2975. package/js/plugins/x-plugin.utils.js +2 -1
  2976. package/js/plugins/x-plugin.utils.js.map +1 -1
  2977. package/js/services/directional-focus-navigation.service.js +73 -78
  2978. package/js/services/directional-focus-navigation.service.js.map +1 -1
  2979. package/js/services/state-machine.service.js +30 -0
  2980. package/js/services/state-machine.service.js.map +1 -0
  2981. package/js/store/utils/fetch-and-save-action.utils.js +17 -13
  2982. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  2983. package/js/store/utils/getters-proxy.utils.js +11 -15
  2984. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  2985. package/js/store/utils/query.utils.js +37 -0
  2986. package/js/store/utils/query.utils.js.map +1 -0
  2987. package/js/store/utils/status-store.utils.js.map +1 -1
  2988. package/js/store/utils/store-emitters.utils.js.map +1 -1
  2989. package/js/store/x.module.js +5 -3
  2990. package/js/store/x.module.js.map +1 -1
  2991. package/js/types/animation-prop.js +9 -0
  2992. package/js/types/animation-prop.js.map +1 -0
  2993. package/js/utils/array.js +31 -62
  2994. package/js/utils/array.js.map +1 -1
  2995. package/js/utils/cancellable-promise.js +6 -6
  2996. package/js/utils/cancellable-promise.js.map +1 -1
  2997. package/js/utils/clone.js.map +1 -1
  2998. package/js/utils/currency-formatter.js +18 -21
  2999. package/js/utils/currency-formatter.js.map +1 -1
  3000. package/js/utils/debounce.js +9 -14
  3001. package/js/utils/debounce.js.map +1 -1
  3002. package/js/utils/filters.js +2 -2
  3003. package/js/utils/filters.js.map +1 -1
  3004. package/js/utils/focus.js +11 -0
  3005. package/js/utils/focus.js.map +1 -0
  3006. package/js/utils/function.js.map +1 -1
  3007. package/js/utils/get-url-parameters.js +3 -3
  3008. package/js/utils/get-url-parameters.js.map +1 -1
  3009. package/js/utils/html.js +18 -1
  3010. package/js/utils/html.js.map +1 -1
  3011. package/js/utils/is-new-query.js +48 -0
  3012. package/js/utils/is-new-query.js.map +1 -0
  3013. package/js/utils/normalize.js +4 -5
  3014. package/js/utils/normalize.js.map +1 -1
  3015. package/js/utils/number.js +1 -2
  3016. package/js/utils/number.js.map +1 -1
  3017. package/js/utils/options-api.js +4 -0
  3018. package/js/utils/options-api.js.map +1 -0
  3019. package/js/utils/origin.js +2 -3
  3020. package/js/utils/origin.js.map +1 -1
  3021. package/js/utils/sanitize.js +3 -3
  3022. package/js/utils/sanitize.js.map +1 -1
  3023. package/js/utils/storage.js +2 -2
  3024. package/js/utils/storage.js.map +1 -1
  3025. package/js/utils/string.js +1 -1
  3026. package/js/utils/string.js.map +1 -1
  3027. package/js/utils/throttle.js +6 -10
  3028. package/js/utils/throttle.js.map +1 -1
  3029. package/js/wiring/namespaced-wires.factory.js +9 -13
  3030. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  3031. package/js/wiring/namespaced-wires.operators.js +2 -7
  3032. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  3033. package/js/wiring/wires-operators.utils.js +6 -7
  3034. package/js/wiring/wires-operators.utils.js.map +1 -1
  3035. package/js/wiring/wires.factory.js +22 -29
  3036. package/js/wiring/wires.factory.js.map +1 -1
  3037. package/js/wiring/wires.operators.js +17 -40
  3038. package/js/wiring/wires.operators.js.map +1 -1
  3039. package/js/wiring/wiring.utils.js.map +1 -1
  3040. package/js/x-installer/api/base-api.js +55 -19
  3041. package/js/x-installer/api/base-api.js.map +1 -1
  3042. package/js/x-installer/x-installer/x-installer.js +132 -147
  3043. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  3044. package/js/x-modules/device/components/device-detector.vue.js +9 -9
  3045. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  3046. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  3047. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3048. package/js/x-modules/device/store/emitters.js +1 -4
  3049. package/js/x-modules/device/store/emitters.js.map +1 -1
  3050. package/js/x-modules/device/store/module.js +4 -4
  3051. package/js/x-modules/device/store/module.js.map +1 -1
  3052. package/js/x-modules/device/wiring.js +5 -5
  3053. package/js/x-modules/device/wiring.js.map +1 -1
  3054. package/js/x-modules/device/x-module.js +2 -2
  3055. package/js/x-modules/device/x-module.js.map +1 -1
  3056. package/js/x-modules/empathize/components/empathize.vue.js +43 -25
  3057. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  3058. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +123 -0
  3059. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3060. package/js/x-modules/empathize/store/emitters.js +1 -4
  3061. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  3062. package/js/x-modules/empathize/store/module.js +4 -4
  3063. package/js/x-modules/empathize/store/module.js.map +1 -1
  3064. package/js/x-modules/empathize/wiring.js +6 -6
  3065. package/js/x-modules/empathize/wiring.js.map +1 -1
  3066. package/js/x-modules/empathize/x-module.js +2 -2
  3067. package/js/x-modules/empathize/x-module.js.map +1 -1
  3068. package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
  3069. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  3070. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +184 -0
  3071. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3072. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +11 -10
  3073. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  3074. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +197 -0
  3075. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3076. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +9 -9
  3077. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  3078. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  3079. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3080. package/js/x-modules/extra-params/store/emitters.js +5 -5
  3081. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  3082. package/js/x-modules/extra-params/store/module.js +5 -7
  3083. package/js/x-modules/extra-params/store/module.js.map +1 -1
  3084. package/js/x-modules/extra-params/wiring.js +9 -10
  3085. package/js/x-modules/extra-params/wiring.js.map +1 -1
  3086. package/js/x-modules/extra-params/x-module.js +2 -2
  3087. package/js/x-modules/extra-params/x-module.js.map +1 -1
  3088. package/js/x-modules/facets/components/clear-filters.vue.js +18 -18
  3089. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  3090. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +196 -0
  3091. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3092. package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
  3093. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  3094. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +245 -0
  3095. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3096. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3097. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3098. package/js/x-modules/facets/components/facets/facets.vue.js +29 -24
  3099. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  3100. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  3101. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3102. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3103. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3104. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  3105. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  3106. package/js/x-modules/facets/components/filters/all-filter.vue.js +13 -12
  3107. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  3108. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +213 -0
  3109. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3110. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +37 -29
  3111. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  3112. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  3113. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3114. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3115. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3116. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +33 -21
  3117. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  3118. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +114 -0
  3119. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3120. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +56 -14
  3121. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  3122. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
  3123. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3124. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  3125. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  3126. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +227 -0
  3127. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3128. package/js/x-modules/facets/components/filters/simple-filter.vue.js +18 -14
  3129. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  3130. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +197 -0
  3131. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3132. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  3133. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  3134. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +189 -0
  3135. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3136. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
  3137. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  3138. package/js/x-modules/facets/components/lists/filters-list.vue.js +14 -17
  3139. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  3140. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +202 -0
  3141. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3142. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3143. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3144. package/js/x-modules/facets/components/lists/filters-search.vue.js +24 -22
  3145. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  3146. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +233 -0
  3147. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3148. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3149. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3150. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +23 -19
  3151. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  3152. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  3153. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3154. package/js/x-modules/facets/components/lists/selected-filters.vue.js +12 -11
  3155. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  3156. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +175 -0
  3157. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3158. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +27 -20
  3159. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  3160. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +231 -0
  3161. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3162. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
  3163. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  3164. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +191 -0
  3165. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3166. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  3167. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  3168. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  3169. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3170. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  3171. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
  3172. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  3173. package/js/x-modules/facets/entities/filter-entity.factory.js +57 -32
  3174. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  3175. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
  3176. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  3177. package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
  3178. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  3179. package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
  3180. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  3181. package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
  3182. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  3183. package/js/x-modules/facets/entities/single-select.modifier.js +23 -36
  3184. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  3185. package/js/x-modules/facets/entities/sticky.modifier.js +35 -0
  3186. package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -0
  3187. package/js/x-modules/facets/entities/types.js +9 -9
  3188. package/js/x-modules/facets/entities/types.js.map +1 -1
  3189. package/js/x-modules/facets/service/facets.service.js +122 -106
  3190. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  3191. package/js/x-modules/facets/store/emitters.js +19 -4
  3192. package/js/x-modules/facets/store/emitters.js.map +1 -1
  3193. package/js/x-modules/facets/store/getters/facets.getter.js +9 -12
  3194. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  3195. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +6 -8
  3196. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  3197. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +28 -0
  3198. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -0
  3199. package/js/x-modules/facets/store/getters/selected-filters.getter.js +10 -3
  3200. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  3201. package/js/x-modules/facets/store/module.js +46 -23
  3202. package/js/x-modules/facets/store/module.js.map +1 -1
  3203. package/js/x-modules/facets/utils.js +10 -38
  3204. package/js/x-modules/facets/utils.js.map +1 -1
  3205. package/js/x-modules/facets/wiring.js +85 -27
  3206. package/js/x-modules/facets/wiring.js.map +1 -1
  3207. package/js/x-modules/facets/x-module.js +2 -2
  3208. package/js/x-modules/facets/x-module.js.map +1 -1
  3209. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +13 -11
  3210. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  3211. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  3212. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3213. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
  3214. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
  3215. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
  3216. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3217. package/js/x-modules/history-queries/components/history-queries.vue.js +93 -75
  3218. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  3219. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
  3220. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3221. package/js/x-modules/history-queries/components/history-query.vue.js +32 -22
  3222. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  3223. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
  3224. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3225. package/js/x-modules/history-queries/components/my-history.vue.js +182 -0
  3226. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  3227. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +118 -0
  3228. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3229. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3230. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3231. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  3232. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  3233. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  3234. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3235. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
  3236. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  3237. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  3238. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  3239. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  3240. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  3241. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  3242. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  3243. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  3244. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  3245. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +1 -3
  3246. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  3247. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  3248. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  3249. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -0
  3250. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
  3251. package/js/x-modules/history-queries/store/constants.js +4 -3
  3252. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  3253. package/js/x-modules/history-queries/store/emitters.js +4 -7
  3254. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  3255. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
  3256. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
  3257. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  3258. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  3259. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  3260. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  3261. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  3262. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  3263. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  3264. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  3265. package/js/x-modules/history-queries/store/module.js +29 -18
  3266. package/js/x-modules/history-queries/store/module.js.map +1 -1
  3267. package/js/x-modules/history-queries/wiring.js +59 -29
  3268. package/js/x-modules/history-queries/wiring.js.map +1 -1
  3269. package/js/x-modules/history-queries/x-module.js +2 -2
  3270. package/js/x-modules/history-queries/x-module.js.map +1 -1
  3271. package/js/x-modules/identifier-results/components/identifier-result.vue.js +9 -9
  3272. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  3273. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  3274. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3275. package/js/x-modules/identifier-results/components/identifier-results.vue.js +12 -12
  3276. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  3277. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  3278. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3279. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3280. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3281. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +6 -8
  3282. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  3283. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +2 -5
  3284. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  3285. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +1 -2
  3286. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
  3287. package/js/x-modules/identifier-results/store/actions/save-query.action.js +1 -2
  3288. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  3289. package/js/x-modules/identifier-results/store/emitters.js +4 -7
  3290. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  3291. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  3292. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  3293. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  3294. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  3295. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +8 -5
  3296. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  3297. package/js/x-modules/identifier-results/store/module.js +17 -19
  3298. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  3299. package/js/x-modules/identifier-results/wiring.js +32 -35
  3300. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  3301. package/js/x-modules/identifier-results/x-module.js +2 -2
  3302. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  3303. package/js/x-modules/next-queries/components/next-queries-list.vue.js +15 -12
  3304. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  3305. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
  3306. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3307. package/js/x-modules/next-queries/components/next-queries.vue.js +79 -59
  3308. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  3309. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
  3310. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3311. package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
  3312. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
  3313. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
  3314. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3315. package/js/x-modules/next-queries/components/next-query.vue.js +20 -17
  3316. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  3317. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  3318. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3319. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +6 -8
  3320. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  3321. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
  3322. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
  3323. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +2 -5
  3324. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  3325. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
  3326. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
  3327. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  3328. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  3329. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +1 -3
  3330. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  3331. package/js/x-modules/next-queries/store/emitters.js +4 -7
  3332. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  3333. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  3334. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  3335. package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
  3336. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  3337. package/js/x-modules/next-queries/store/module.js +30 -19
  3338. package/js/x-modules/next-queries/store/module.js.map +1 -1
  3339. package/js/x-modules/next-queries/wiring.js +47 -20
  3340. package/js/x-modules/next-queries/wiring.js.map +1 -1
  3341. package/js/x-modules/next-queries/x-module.js +2 -2
  3342. package/js/x-modules/next-queries/x-module.js.map +1 -1
  3343. package/js/x-modules/popular-searches/components/popular-search.vue.js +13 -20
  3344. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  3345. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  3346. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3347. package/js/x-modules/popular-searches/components/popular-searches.vue.js +74 -59
  3348. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  3349. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
  3350. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3351. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +6 -8
  3352. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  3353. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +2 -7
  3354. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  3355. package/js/x-modules/popular-searches/store/emitters.js +3 -4
  3356. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  3357. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  3358. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  3359. package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
  3360. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  3361. package/js/x-modules/popular-searches/store/module.js +13 -14
  3362. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  3363. package/js/x-modules/popular-searches/wiring.js +12 -12
  3364. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  3365. package/js/x-modules/popular-searches/x-module.js +2 -2
  3366. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  3367. package/js/x-modules/queries-preview/components/query-preview-list.vue.js +90 -0
  3368. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -0
  3369. package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js +96 -0
  3370. package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3371. package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
  3372. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
  3373. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +167 -0
  3374. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3375. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +42 -0
  3376. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -0
  3377. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
  3378. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
  3379. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
  3380. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
  3381. package/js/x-modules/queries-preview/store/emitters.js +12 -0
  3382. package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
  3383. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +18 -0
  3384. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -0
  3385. package/js/x-modules/queries-preview/store/module.js +41 -0
  3386. package/js/x-modules/queries-preview/store/module.js.map +1 -0
  3387. package/js/x-modules/queries-preview/wiring.js +58 -0
  3388. package/js/x-modules/queries-preview/wiring.js.map +1 -0
  3389. package/js/x-modules/queries-preview/x-module.js +19 -0
  3390. package/js/x-modules/queries-preview/x-module.js.map +1 -0
  3391. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +15 -22
  3392. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  3393. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  3394. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3395. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +74 -60
  3396. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  3397. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
  3398. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3399. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +6 -8
  3400. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  3401. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +8 -6
  3402. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  3403. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +1 -3
  3404. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  3405. package/js/x-modules/query-suggestions/store/emitters.js +3 -6
  3406. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  3407. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  3408. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  3409. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  3410. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  3411. package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
  3412. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  3413. package/js/x-modules/query-suggestions/store/module.js +15 -17
  3414. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  3415. package/js/x-modules/query-suggestions/wiring.js +28 -25
  3416. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  3417. package/js/x-modules/query-suggestions/x-module.js +2 -2
  3418. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  3419. package/js/x-modules/recommendations/components/recommendations.vue.js +20 -20
  3420. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  3421. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  3422. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3423. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3424. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3425. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +6 -8
  3426. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  3427. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +8 -8
  3428. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  3429. package/js/x-modules/recommendations/store/constants.js +1 -1
  3430. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  3431. package/js/x-modules/recommendations/store/emitters.js +4 -7
  3432. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  3433. package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
  3434. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  3435. package/js/x-modules/recommendations/store/module.js +16 -10
  3436. package/js/x-modules/recommendations/store/module.js.map +1 -1
  3437. package/js/x-modules/recommendations/wiring.js +10 -10
  3438. package/js/x-modules/recommendations/wiring.js.map +1 -1
  3439. package/js/x-modules/recommendations/x-module.js +2 -2
  3440. package/js/x-modules/recommendations/x-module.js.map +1 -1
  3441. package/js/x-modules/related-tags/components/related-tag.vue.js +15 -17
  3442. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  3443. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +110 -0
  3444. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3445. package/js/x-modules/related-tags/components/related-tags.vue.js +24 -22
  3446. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  3447. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +45 -0
  3448. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3449. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3450. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3451. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +6 -8
  3452. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  3453. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +2 -7
  3454. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  3455. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +5 -10
  3456. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  3457. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  3458. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  3459. package/js/x-modules/related-tags/store/emitters.js +5 -8
  3460. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  3461. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  3462. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  3463. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  3464. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  3465. package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
  3466. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  3467. package/js/x-modules/related-tags/store/module.js +18 -17
  3468. package/js/x-modules/related-tags/store/module.js.map +1 -1
  3469. package/js/x-modules/related-tags/wiring.js +34 -25
  3470. package/js/x-modules/related-tags/wiring.js.map +1 -1
  3471. package/js/x-modules/related-tags/x-module.js +2 -2
  3472. package/js/x-modules/related-tags/x-module.js.map +1 -1
  3473. package/js/x-modules/scroll/components/main-scroll-item.vue.js +13 -10
  3474. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
  3475. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +217 -0
  3476. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3477. package/js/x-modules/scroll/components/main-scroll.vue.js +12 -15
  3478. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  3479. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +216 -0
  3480. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3481. package/js/x-modules/scroll/components/scroll-to-top.vue.js +17 -12
  3482. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  3483. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +245 -0
  3484. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3485. package/js/x-modules/scroll/components/scroll.const.js +2 -2
  3486. package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
  3487. package/js/x-modules/scroll/components/scroll.vue.js +23 -22
  3488. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  3489. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  3490. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3491. package/js/x-modules/scroll/components/window-scroll.vue.js +9 -9
  3492. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
  3493. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +220 -0
  3494. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3495. package/js/x-modules/scroll/store/emitters.js +1 -4
  3496. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  3497. package/js/x-modules/scroll/store/module.js +5 -6
  3498. package/js/x-modules/scroll/store/module.js.map +1 -1
  3499. package/js/x-modules/scroll/wiring.js +34 -52
  3500. package/js/x-modules/scroll/wiring.js.map +1 -1
  3501. package/js/x-modules/scroll/x-module.js +2 -2
  3502. package/js/x-modules/scroll/x-module.js.map +1 -1
  3503. package/js/x-modules/search/components/banner.vue.js +52 -32
  3504. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  3505. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +65 -0
  3506. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3507. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3508. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3509. package/js/x-modules/search/components/banners-list.vue.js +15 -12
  3510. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  3511. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
  3512. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3513. package/js/x-modules/search/components/fallback-disclaimer.vue.js +72 -0
  3514. package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -0
  3515. package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js +167 -0
  3516. package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3517. package/js/x-modules/search/components/partial-query-button.vue.js +12 -11
  3518. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  3519. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  3520. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3521. package/js/x-modules/search/components/partial-results-list.vue.js +14 -17
  3522. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  3523. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  3524. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3525. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3526. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3527. package/js/x-modules/search/components/promoted.vue.js +24 -20
  3528. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  3529. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +39 -0
  3530. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3531. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3532. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3533. package/js/x-modules/search/components/promoteds-list.vue.js +15 -12
  3534. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  3535. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
  3536. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3537. package/js/x-modules/search/components/redirection.vue.js +12 -15
  3538. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  3539. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  3540. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3541. package/js/x-modules/search/components/results-list.vue.js +15 -12
  3542. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  3543. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
  3544. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3545. package/js/x-modules/search/components/sort-dropdown.vue.js +16 -12
  3546. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  3547. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  3548. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3549. package/js/x-modules/search/components/sort-list.vue.js +19 -20
  3550. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  3551. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +195 -0
  3552. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3553. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3554. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3555. package/js/x-modules/search/components/sort-picker-list.vue.js +84 -0
  3556. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -0
  3557. package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js +195 -0
  3558. package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3559. package/js/x-modules/search/components/sort.mixin.js +100 -72
  3560. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  3561. package/js/x-modules/search/components/spellcheck-button.vue.js +11 -10
  3562. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  3563. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  3564. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3565. package/js/x-modules/search/components/spellcheck.vue.js +13 -11
  3566. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  3567. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +178 -0
  3568. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3569. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +20 -32
  3570. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  3571. package/js/x-modules/search/store/actions/fetch-search-response.action.js +1 -18
  3572. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  3573. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  3574. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  3575. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +37 -0
  3576. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -0
  3577. package/js/x-modules/search/store/actions/save-origin.action.js +1 -2
  3578. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
  3579. package/js/x-modules/search/store/actions/save-search-response.action.js +41 -0
  3580. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  3581. package/js/x-modules/search/store/actions/set-url-params.action.js +1 -3
  3582. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  3583. package/js/x-modules/search/store/emitters.js +32 -17
  3584. package/js/x-modules/search/store/emitters.js.map +1 -1
  3585. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  3586. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  3587. package/js/x-modules/search/store/getters/request.getter.js +12 -6
  3588. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  3589. package/js/x-modules/search/store/module.js +93 -61
  3590. package/js/x-modules/search/store/module.js.map +1 -1
  3591. package/js/x-modules/search/wiring.js +78 -65
  3592. package/js/x-modules/search/wiring.js.map +1 -1
  3593. package/js/x-modules/search/x-module.js +2 -2
  3594. package/js/x-modules/search/x-module.js.map +1 -1
  3595. package/js/x-modules/search-box/components/clear-search-input.vue.js +12 -11
  3596. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  3597. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  3598. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3599. package/js/x-modules/search-box/components/search-button.vue.js +12 -11
  3600. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  3601. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  3602. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3603. package/js/x-modules/search-box/components/search-input-placeholder.vue.js +67 -0
  3604. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
  3605. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +328 -0
  3606. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3607. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3608. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3609. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  3610. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  3611. package/js/x-modules/search-box/components/search-input.vue.js +69 -57
  3612. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  3613. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
  3614. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3615. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  3616. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  3617. package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
  3618. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
  3619. package/js/x-modules/search-box/store/actions/set-url-params.action.js +1 -3
  3620. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  3621. package/js/x-modules/search-box/store/emitters.js +4 -7
  3622. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  3623. package/js/x-modules/search-box/store/module.js +13 -8
  3624. package/js/x-modules/search-box/store/module.js.map +1 -1
  3625. package/js/x-modules/search-box/wiring.js +44 -13
  3626. package/js/x-modules/search-box/wiring.js.map +1 -1
  3627. package/js/x-modules/search-box/x-module.js +2 -2
  3628. package/js/x-modules/search-box/x-module.js.map +1 -1
  3629. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +128 -0
  3630. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -0
  3631. package/js/x-modules/semantic-queries/components/semantic-queries.vue_rollup-plugin-vue_script.vue.js +192 -0
  3632. package/js/x-modules/semantic-queries/components/semantic-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3633. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +75 -0
  3634. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -0
  3635. package/js/x-modules/semantic-queries/components/semantic-query.vue_rollup-plugin-vue_script.vue.js +188 -0
  3636. package/js/x-modules/semantic-queries/components/semantic-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3637. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +24 -0
  3638. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -0
  3639. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +18 -0
  3640. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -0
  3641. package/js/x-modules/semantic-queries/store/emitters.js +14 -0
  3642. package/js/x-modules/semantic-queries/store/emitters.js.map +1 -0
  3643. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +16 -0
  3644. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -0
  3645. package/js/x-modules/semantic-queries/store/getters/request.getter.js +24 -0
  3646. package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -0
  3647. package/js/x-modules/semantic-queries/store/module.js +47 -0
  3648. package/js/x-modules/semantic-queries/store/module.js.map +1 -0
  3649. package/js/x-modules/semantic-queries/wiring.js +87 -0
  3650. package/js/x-modules/semantic-queries/wiring.js.map +1 -0
  3651. package/js/x-modules/semantic-queries/x-module.js +19 -0
  3652. package/js/x-modules/semantic-queries/x-module.js.map +1 -0
  3653. package/js/x-modules/tagging/components/tagging.vue.js +9 -9
  3654. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  3655. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  3656. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3657. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
  3658. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  3659. package/js/x-modules/tagging/store/actions/track.action.js +13 -13
  3660. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  3661. package/js/x-modules/tagging/store/emitters.js +7 -5
  3662. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  3663. package/js/x-modules/tagging/store/module.js +15 -12
  3664. package/js/x-modules/tagging/store/module.js.map +1 -1
  3665. package/js/x-modules/tagging/wiring.js +114 -47
  3666. package/js/x-modules/tagging/wiring.js.map +1 -1
  3667. package/js/x-modules/tagging/x-module.js +2 -2
  3668. package/js/x-modules/tagging/x-module.js.map +1 -1
  3669. package/js/x-modules/url/components/url-handler.vue.js +9 -9
  3670. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  3671. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +472 -0
  3672. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  3673. package/js/x-modules/url/store/emitters.js +16 -22
  3674. package/js/x-modules/url/store/emitters.js.map +1 -1
  3675. package/js/x-modules/url/store/getters/url-params.getter.js +6 -10
  3676. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  3677. package/js/x-modules/url/store/initial-state.js +1 -1
  3678. package/js/x-modules/url/store/initial-state.js.map +1 -1
  3679. package/js/x-modules/url/store/module.js +18 -17
  3680. package/js/x-modules/url/store/module.js.map +1 -1
  3681. package/js/x-modules/url/store/mutations/set-params.mutation.js +3 -3
  3682. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  3683. package/js/x-modules/url/wiring.js +24 -24
  3684. package/js/x-modules/url/wiring.js.map +1 -1
  3685. package/js/x-modules/url/x-module.js +2 -2
  3686. package/js/x-modules/url/x-module.js.map +1 -1
  3687. package/next-queries/index.js +8 -7
  3688. package/package.json +81 -69
  3689. package/popular-searches/index.js +6 -6
  3690. package/queries-preview/index.d.ts +1 -0
  3691. package/queries-preview/index.js +9 -0
  3692. package/query-suggestions/index.js +5 -5
  3693. package/recommendations/index.js +3 -3
  3694. package/related-tags/index.js +5 -4
  3695. package/report/tsdoc-metadata.json +1 -1
  3696. package/report/x-adapter-platform.api.json +6336 -0
  3697. package/report/x-components.api.json +39008 -22466
  3698. package/report/x-components.api.md +1968 -550
  3699. package/report/x-types.api.json +3045 -528
  3700. package/scroll/index.js +7 -7
  3701. package/search/index.js +18 -10
  3702. package/search-box/index.js +6 -5
  3703. package/semantic-queries/index.d.ts +1 -0
  3704. package/semantic-queries/index.js +8 -0
  3705. package/tagging/index.js +5 -5
  3706. package/types/adapter/e2e-adapter.d.ts +19 -0
  3707. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  3708. package/types/adapter/mocked-responses.d.ts +44 -0
  3709. package/types/adapter/mocked-responses.d.ts.map +1 -0
  3710. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  3711. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  3712. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  3713. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  3714. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  3715. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  3716. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  3717. package/types/components/animations/animations.mixin.d.ts +1 -1
  3718. package/types/components/animations/animations.mixin.d.ts.map +1 -1
  3719. package/types/components/animations/collapse-height.vue.d.ts +4 -0
  3720. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  3721. package/types/components/animations/collapse-width.vue.d.ts +4 -0
  3722. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  3723. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  3724. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  3725. package/types/components/animations/cross-fade.vue.d.ts +5 -1
  3726. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  3727. package/types/components/animations/disable-animation.mixin.d.ts +28 -0
  3728. package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
  3729. package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
  3730. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  3731. package/types/components/animations/fade.vue.d.ts +14 -0
  3732. package/types/components/animations/fade.vue.d.ts.map +1 -0
  3733. package/types/components/animations/index.d.ts +6 -3
  3734. package/types/components/animations/index.d.ts.map +1 -1
  3735. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
  3736. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  3737. package/types/components/animations/staggering-transition-group.vue.d.ts +37 -22
  3738. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -1
  3739. package/types/components/auto-progress-bar.vue.d.ts +33 -10
  3740. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  3741. package/types/components/base-dropdown.vue.d.ts +18 -2
  3742. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  3743. package/types/components/base-event-button.vue.d.ts.map +1 -1
  3744. package/types/components/base-grid.vue.d.ts +19 -0
  3745. package/types/components/base-grid.vue.d.ts.map +1 -1
  3746. package/types/components/base-keyboard-navigation.vue.d.ts +2 -2
  3747. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  3748. package/types/components/base-rating.vue.d.ts.map +1 -1
  3749. package/types/components/base-switch.vue.d.ts +32 -0
  3750. package/types/components/base-switch.vue.d.ts.map +1 -0
  3751. package/types/components/base-variable-column-grid.vue.d.ts +16 -1
  3752. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  3753. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  3754. package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
  3755. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  3756. package/types/components/currency/base-currency.vue.d.ts +26 -21
  3757. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  3758. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  3759. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  3760. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  3761. package/types/components/decorators/injection.consts.d.ts +37 -0
  3762. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  3763. package/types/components/decorators/injection.decorators.d.ts +1 -1
  3764. package/types/components/decorators/injection.decorators.d.ts.map +1 -1
  3765. package/types/components/dynamic-props.mixin.d.ts +23 -0
  3766. package/types/components/dynamic-props.mixin.d.ts.map +1 -0
  3767. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +59 -13
  3768. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  3769. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +33 -11
  3770. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  3771. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  3772. package/types/components/highlight.vue.d.ts +86 -0
  3773. package/types/components/highlight.vue.d.ts.map +1 -0
  3774. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  3775. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  3776. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  3777. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  3778. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  3779. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  3780. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  3781. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  3782. package/types/components/icons/bag.vue.d.ts.map +1 -1
  3783. package/types/components/icons/bar-code.vue.d.ts.map +1 -1
  3784. package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -1
  3785. package/types/components/icons/cart-filled.vue.d.ts +3 -0
  3786. package/types/components/icons/cart-filled.vue.d.ts.map +1 -0
  3787. package/types/components/icons/cart.vue.d.ts.map +1 -1
  3788. package/types/components/icons/check-tiny.vue.d.ts.map +1 -1
  3789. package/types/components/icons/check.vue.d.ts.map +1 -1
  3790. package/types/components/icons/checkbox-selected-filled.vue.d.ts +3 -0
  3791. package/types/components/icons/checkbox-selected-filled.vue.d.ts.map +1 -0
  3792. package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -1
  3793. package/types/components/icons/checkbox-unselected-filled.vue.d.ts +3 -0
  3794. package/types/components/icons/checkbox-unselected-filled.vue.d.ts.map +1 -0
  3795. package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -1
  3796. package/types/components/icons/chevron-down.vue.d.ts.map +1 -1
  3797. package/types/components/icons/chevron-left.vue.d.ts.map +1 -1
  3798. package/types/components/icons/chevron-right.vue.d.ts.map +1 -1
  3799. package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -1
  3800. package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -1
  3801. package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -1
  3802. package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -1
  3803. package/types/components/icons/chevron-up.vue.d.ts.map +1 -1
  3804. package/types/components/icons/corner-arrow-left.vue.d.ts +3 -0
  3805. package/types/components/icons/corner-arrow-left.vue.d.ts.map +1 -0
  3806. package/types/components/icons/corner-arrow-right.vue.d.ts +3 -0
  3807. package/types/components/icons/corner-arrow-right.vue.d.ts.map +1 -0
  3808. package/types/components/icons/cross-tiny.vue.d.ts.map +1 -1
  3809. package/types/components/icons/cross.vue.d.ts.map +1 -1
  3810. package/types/components/icons/curated-check-filled.vue.d.ts +3 -0
  3811. package/types/components/icons/curated-check-filled.vue.d.ts.map +1 -0
  3812. package/types/components/icons/curated-check-tiny-filled.vue.d.ts +3 -0
  3813. package/types/components/icons/curated-check-tiny-filled.vue.d.ts.map +1 -0
  3814. package/types/components/icons/curated-check-tiny.vue.d.ts +3 -0
  3815. package/types/components/icons/curated-check-tiny.vue.d.ts.map +1 -0
  3816. package/types/components/icons/curated-check.vue.d.ts +3 -0
  3817. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  3818. package/types/components/icons/diagonal-arrow-left-down.vue.d.ts +3 -0
  3819. package/types/components/icons/diagonal-arrow-left-down.vue.d.ts.map +1 -0
  3820. package/types/components/icons/diagonal-arrow-left-top.vue.d.ts +3 -0
  3821. package/types/components/icons/diagonal-arrow-left-top.vue.d.ts.map +1 -0
  3822. package/types/components/icons/diagonal-arrow-right-down.vue.d.ts +3 -0
  3823. package/types/components/icons/diagonal-arrow-right-down.vue.d.ts.map +1 -0
  3824. package/types/components/icons/diagonal-arrow-right-top.vue.d.ts +3 -0
  3825. package/types/components/icons/diagonal-arrow-right-top.vue.d.ts.map +1 -0
  3826. package/types/components/icons/filters.vue.d.ts.map +1 -1
  3827. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  3828. package/types/components/icons/grid-2-col.vue.d.ts.map +1 -1
  3829. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  3830. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  3831. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  3832. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  3833. package/types/components/icons/heart-filled.vue.d.ts +3 -0
  3834. package/types/components/icons/heart-filled.vue.d.ts.map +1 -0
  3835. package/types/components/icons/heart.vue.d.ts +3 -0
  3836. package/types/components/icons/heart.vue.d.ts.map +1 -0
  3837. package/types/components/icons/hide.vue.d.ts.map +1 -1
  3838. package/types/components/icons/history-tiny.vue.d.ts.map +1 -1
  3839. package/types/components/icons/history.vue.d.ts.map +1 -1
  3840. package/types/components/icons/index.d.ts +35 -7
  3841. package/types/components/icons/index.d.ts.map +1 -1
  3842. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  3843. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  3844. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  3845. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  3846. package/types/components/icons/menu.vue.d.ts.map +1 -1
  3847. package/types/components/icons/minus-tiny.vue.d.ts.map +1 -1
  3848. package/types/components/icons/minus.vue.d.ts.map +1 -1
  3849. package/types/components/icons/plus-tiny.vue.d.ts +3 -0
  3850. package/types/components/icons/plus-tiny.vue.d.ts.map +1 -0
  3851. package/types/components/icons/plus.vue.d.ts.map +1 -1
  3852. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  3853. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  3854. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  3855. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  3856. package/types/components/icons/search-tiny.vue.d.ts.map +1 -1
  3857. package/types/components/icons/search.vue.d.ts.map +1 -1
  3858. package/types/components/icons/settings.vue.d.ts +3 -0
  3859. package/types/components/icons/settings.vue.d.ts.map +1 -0
  3860. package/types/components/icons/show.vue.d.ts.map +1 -1
  3861. package/types/components/icons/sort-az.vue.d.ts +3 -0
  3862. package/types/components/icons/sort-az.vue.d.ts.map +1 -0
  3863. package/types/components/icons/sort-price-down.vue.d.ts +3 -0
  3864. package/types/components/icons/sort-price-down.vue.d.ts.map +1 -0
  3865. package/types/components/icons/sort-price-up.vue.d.ts +3 -0
  3866. package/types/components/icons/sort-price-up.vue.d.ts.map +1 -0
  3867. package/types/components/icons/sort-relevancy.vue.d.ts +3 -0
  3868. package/types/components/icons/sort-relevancy.vue.d.ts.map +1 -0
  3869. package/types/components/icons/sort-za.vue.d.ts +3 -0
  3870. package/types/components/icons/sort-za.vue.d.ts.map +1 -0
  3871. package/types/components/icons/star-filled.vue.d.ts +3 -0
  3872. package/types/components/icons/star-filled.vue.d.ts.map +1 -0
  3873. package/types/components/icons/star.vue.d.ts.map +1 -1
  3874. package/types/components/icons/tag-filled.vue.d.ts +3 -0
  3875. package/types/components/icons/tag-filled.vue.d.ts.map +1 -0
  3876. package/types/components/icons/tag.vue.d.ts.map +1 -1
  3877. package/types/components/icons/trash-open.vue.d.ts.map +1 -1
  3878. package/types/components/icons/trash.vue.d.ts.map +1 -1
  3879. package/types/components/icons/trending-tiny.vue.d.ts.map +1 -1
  3880. package/types/components/icons/trending.vue.d.ts.map +1 -1
  3881. package/types/components/icons/user-filled.vue.d.ts +3 -0
  3882. package/types/components/icons/user-filled.vue.d.ts.map +1 -0
  3883. package/types/components/icons/user.vue.d.ts.map +1 -1
  3884. package/types/components/index.d.ts +6 -4
  3885. package/types/components/index.d.ts.map +1 -1
  3886. package/types/components/items-list.vue.d.ts +4 -2
  3887. package/types/components/items-list.vue.d.ts.map +1 -1
  3888. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +5 -3
  3889. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
  3890. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +2 -0
  3891. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  3892. package/types/components/layouts/single-column-layout.vue.d.ts +2 -0
  3893. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  3894. package/types/components/location-provider.vue.d.ts.map +1 -1
  3895. package/types/components/modals/base-events-modal-close.vue.d.ts +29 -7
  3896. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  3897. package/types/components/modals/base-events-modal-open.vue.d.ts +27 -6
  3898. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  3899. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  3900. package/types/components/modals/base-id-modal-close.vue.d.ts +28 -8
  3901. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  3902. package/types/components/modals/base-id-modal-open.vue.d.ts +27 -8
  3903. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  3904. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  3905. package/types/components/modals/base-modal.vue.d.ts +55 -6
  3906. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  3907. package/types/components/modals/close-main-modal.vue.d.ts +10 -0
  3908. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  3909. package/types/components/modals/index.d.ts +3 -0
  3910. package/types/components/modals/index.d.ts.map +1 -1
  3911. package/types/components/modals/main-modal.vue.d.ts +48 -0
  3912. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  3913. package/types/components/modals/open-main-modal.vue.d.ts +10 -0
  3914. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  3915. package/types/components/no-element.d.ts +1 -1
  3916. package/types/components/no-element.d.ts.map +1 -1
  3917. package/types/components/panels/base-header-toggle-panel.vue.d.ts +2 -1
  3918. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  3919. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  3920. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  3921. package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
  3922. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
  3923. package/types/components/panels/base-toggle-panel.vue.d.ts +35 -5
  3924. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  3925. package/types/components/panels/index.d.ts +1 -0
  3926. package/types/components/panels/index.d.ts.map +1 -1
  3927. package/types/components/result/base-result-add-to-cart.vue.d.ts +16 -8
  3928. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  3929. package/types/components/result/base-result-current-price.vue.d.ts +40 -10
  3930. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  3931. package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -1
  3932. package/types/components/result/base-result-image.vue.d.ts +62 -63
  3933. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  3934. package/types/components/result/base-result-link.vue.d.ts +18 -23
  3935. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  3936. package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -1
  3937. package/types/components/result/base-result-previous-price.vue.d.ts +40 -6
  3938. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  3939. package/types/components/result/base-result-rating.vue.d.ts +48 -0
  3940. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  3941. package/types/components/result/index.d.ts +3 -0
  3942. package/types/components/result/index.d.ts.map +1 -1
  3943. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  3944. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  3945. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  3946. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  3947. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  3948. package/types/components/scroll/scroll.mixin.d.ts +7 -0
  3949. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  3950. package/types/components/scroll/scroll.types.d.ts +1 -1
  3951. package/types/components/scroll/scroll.types.d.ts.map +1 -1
  3952. package/types/components/sliding-panel.vue.d.ts +41 -20
  3953. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  3954. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  3955. package/types/components/suggestions/base-suggestion.vue.d.ts +59 -45
  3956. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  3957. package/types/components/suggestions/base-suggestions.vue.d.ts +36 -4
  3958. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  3959. package/types/composables/create-use-device.composable.d.ts +51 -0
  3960. package/types/composables/create-use-device.composable.d.ts.map +1 -0
  3961. package/types/composables/index.d.ts +3 -0
  3962. package/types/composables/index.d.ts.map +1 -0
  3963. package/types/composables/use-$x.d.ts +10 -0
  3964. package/types/composables/use-$x.d.ts.map +1 -0
  3965. package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
  3966. package/types/index.d.ts +3 -1
  3967. package/types/index.d.ts.map +1 -1
  3968. package/types/plugins/devtools/colors.utils.d.ts +22 -0
  3969. package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
  3970. package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
  3971. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
  3972. package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
  3973. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
  3974. package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
  3975. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
  3976. package/types/plugins/index.d.ts +5 -2
  3977. package/types/plugins/index.d.ts.map +1 -1
  3978. package/types/plugins/x-bus.d.ts +5 -43
  3979. package/types/plugins/x-bus.d.ts.map +1 -1
  3980. package/types/plugins/x-emitters.d.ts +6 -4
  3981. package/types/plugins/x-emitters.d.ts.map +1 -1
  3982. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  3983. package/types/plugins/x-plugin.d.ts +27 -37
  3984. package/types/plugins/x-plugin.d.ts.map +1 -1
  3985. package/types/plugins/x-plugin.mixin.d.ts +8 -6
  3986. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  3987. package/types/plugins/x-plugin.types.d.ts +61 -25
  3988. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  3989. package/types/plugins/x-plugin.utils.d.ts +1 -0
  3990. package/types/plugins/x-plugin.utils.d.ts.map +1 -1
  3991. package/types/router.d.ts.map +1 -1
  3992. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  3993. package/types/services/services.types.d.ts +41 -1
  3994. package/types/services/services.types.d.ts.map +1 -1
  3995. package/types/services/state-machine.service.d.ts +31 -0
  3996. package/types/services/state-machine.service.d.ts.map +1 -0
  3997. package/types/store/actions.types.d.ts +7 -6
  3998. package/types/store/actions.types.d.ts.map +1 -1
  3999. package/types/store/getters.types.d.ts +4 -4
  4000. package/types/store/getters.types.d.ts.map +1 -1
  4001. package/types/store/mutations.types.d.ts +4 -4
  4002. package/types/store/mutations.types.d.ts.map +1 -1
  4003. package/types/store/store.types.d.ts +10 -10
  4004. package/types/store/store.types.d.ts.map +1 -1
  4005. package/types/store/utils/fetch-and-save-action.utils.d.ts +2 -0
  4006. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  4007. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  4008. package/types/store/utils/query.utils.d.ts +56 -0
  4009. package/types/store/utils/query.utils.d.ts.map +1 -0
  4010. package/types/store/utils/status-store.utils.d.ts +1 -1
  4011. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  4012. package/types/store/utils/store-emitters.utils.d.ts +9 -6
  4013. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  4014. package/types/store/x.module.d.ts +1 -1
  4015. package/types/store/x.module.d.ts.map +1 -1
  4016. package/types/tailwind/plugin-options.d.ts +4 -0
  4017. package/types/tailwind/plugin-options.d.ts.map +1 -0
  4018. package/types/types/animation-prop.d.ts +8 -0
  4019. package/types/types/animation-prop.d.ts.map +1 -0
  4020. package/types/types/index.d.ts +1 -0
  4021. package/types/types/index.d.ts.map +1 -1
  4022. package/types/types/origin.d.ts +6 -6
  4023. package/types/types/origin.d.ts.map +1 -1
  4024. package/types/utils/array.d.ts +19 -17
  4025. package/types/utils/array.d.ts.map +1 -1
  4026. package/types/utils/filters.d.ts +2 -2
  4027. package/types/utils/filters.d.ts.map +1 -1
  4028. package/types/utils/focus.d.ts +7 -0
  4029. package/types/utils/focus.d.ts.map +1 -0
  4030. package/types/utils/html.d.ts +15 -0
  4031. package/types/utils/html.d.ts.map +1 -1
  4032. package/types/utils/index.d.ts +2 -1
  4033. package/types/utils/index.d.ts.map +1 -1
  4034. package/types/utils/is-new-query.d.ts +36 -0
  4035. package/types/utils/is-new-query.d.ts.map +1 -0
  4036. package/types/utils/options-api.d.ts +3 -0
  4037. package/types/utils/options-api.d.ts.map +1 -0
  4038. package/types/utils/string.d.ts +1 -1
  4039. package/types/utils/string.d.ts.map +1 -1
  4040. package/types/utils/types.d.ts +36 -52
  4041. package/types/utils/types.d.ts.map +1 -1
  4042. package/types/views/adapter.d.ts +6 -0
  4043. package/types/views/adapter.d.ts.map +1 -0
  4044. package/types/views/base-config.d.ts.map +1 -1
  4045. package/types/views/home/types.d.ts +25 -0
  4046. package/types/views/home/types.d.ts.map +1 -0
  4047. package/types/wiring/events.types.d.ts +96 -47
  4048. package/types/wiring/events.types.d.ts.map +1 -1
  4049. package/types/wiring/namespaced-wiring.types.d.ts +7 -7
  4050. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  4051. package/types/wiring/wires-operators.utils.d.ts +6 -6
  4052. package/types/wiring/wires-operators.utils.d.ts.map +1 -1
  4053. package/types/wiring/wires.factory.d.ts +3 -2
  4054. package/types/wiring/wires.factory.d.ts.map +1 -1
  4055. package/types/wiring/wires.operators.d.ts +1 -1
  4056. package/types/wiring/wires.operators.d.ts.map +1 -1
  4057. package/types/wiring/wiring.types.d.ts +50 -25
  4058. package/types/wiring/wiring.types.d.ts.map +1 -1
  4059. package/types/x-installer/api/api.types.d.ts +65 -14
  4060. package/types/x-installer/api/api.types.d.ts.map +1 -1
  4061. package/types/x-installer/api/base-api.d.ts +45 -7
  4062. package/types/x-installer/api/base-api.d.ts.map +1 -1
  4063. package/types/x-installer/x-installer/types.d.ts +58 -23
  4064. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  4065. package/types/x-installer/x-installer/x-installer.d.ts +59 -52
  4066. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  4067. package/types/x-modules/device/components/device-detector.vue.d.ts +2 -2
  4068. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  4069. package/types/x-modules/device/store/types.d.ts +1 -1
  4070. package/types/x-modules/device/store/types.d.ts.map +1 -1
  4071. package/types/x-modules/device/x-module.d.ts +1 -1
  4072. package/types/x-modules/device/x-module.d.ts.map +1 -1
  4073. package/types/x-modules/empathize/components/empathize.vue.d.ts +22 -2
  4074. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  4075. package/types/x-modules/empathize/store/types.d.ts +1 -1
  4076. package/types/x-modules/empathize/store/types.d.ts.map +1 -1
  4077. package/types/x-modules/empathize/x-module.d.ts +1 -1
  4078. package/types/x-modules/empathize/x-module.d.ts.map +1 -1
  4079. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +2 -2
  4080. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  4081. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +1 -1
  4082. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  4083. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +13 -6
  4084. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  4085. package/types/x-modules/extra-params/events.types.d.ts +1 -1
  4086. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  4087. package/types/x-modules/extra-params/store/emitters.d.ts +6 -1
  4088. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
  4089. package/types/x-modules/extra-params/store/types.d.ts +2 -2
  4090. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  4091. package/types/x-modules/extra-params/wiring.d.ts +4 -4
  4092. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  4093. package/types/x-modules/extra-params/x-module.d.ts +2 -2
  4094. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  4095. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  4096. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  4097. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  4098. package/types/x-modules/facets/components/facets/facets.vue.d.ts +7 -10
  4099. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  4100. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  4101. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  4102. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  4103. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  4104. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  4105. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
  4106. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  4107. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  4108. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  4109. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  4110. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  4111. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  4112. package/types/x-modules/facets/components/index.d.ts +1 -1
  4113. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  4114. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  4115. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  4116. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  4117. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  4118. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +6 -20
  4119. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  4120. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
  4121. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  4122. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +3 -2
  4123. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  4124. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  4125. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  4126. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  4127. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
  4128. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  4129. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +23 -3
  4130. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  4131. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
  4132. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  4133. package/types/x-modules/facets/entities/index.d.ts +1 -0
  4134. package/types/x-modules/facets/entities/index.d.ts.map +1 -1
  4135. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  4136. package/types/x-modules/facets/entities/sticky.modifier.d.ts +32 -0
  4137. package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -0
  4138. package/types/x-modules/facets/entities/types.d.ts +10 -7
  4139. package/types/x-modules/facets/entities/types.d.ts.map +1 -1
  4140. package/types/x-modules/facets/events.types.d.ts +28 -13
  4141. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  4142. package/types/x-modules/facets/index.d.ts +1 -0
  4143. package/types/x-modules/facets/index.d.ts.map +1 -1
  4144. package/types/x-modules/facets/service/facets.service.d.ts +37 -3
  4145. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  4146. package/types/x-modules/facets/service/types.d.ts +41 -2
  4147. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  4148. package/types/x-modules/facets/store/emitters.d.ts +15 -0
  4149. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  4150. package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -1
  4151. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +1 -1
  4152. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  4153. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +13 -0
  4154. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -0
  4155. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +1 -1
  4156. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  4157. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  4158. package/types/x-modules/facets/store/types.d.ts +87 -8
  4159. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  4160. package/types/x-modules/facets/utils.d.ts +6 -24
  4161. package/types/x-modules/facets/utils.d.ts.map +1 -1
  4162. package/types/x-modules/facets/wiring.d.ts +29 -10
  4163. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  4164. package/types/x-modules/facets/x-module.d.ts +1 -1
  4165. package/types/x-modules/facets/x-module.d.ts.map +1 -1
  4166. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  4167. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
  4168. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
  4169. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +2 -18
  4170. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  4171. package/types/x-modules/history-queries/components/history-query.vue.d.ts +3 -2
  4172. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  4173. package/types/x-modules/history-queries/components/index.d.ts +2 -0
  4174. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  4175. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  4176. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  4177. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
  4178. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  4179. package/types/x-modules/history-queries/events.types.d.ts +27 -7
  4180. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  4181. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  4182. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  4183. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  4184. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  4185. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -0
  4186. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
  4187. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  4188. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  4189. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
  4190. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
  4191. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  4192. package/types/x-modules/history-queries/store/types.d.ts +34 -4
  4193. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  4194. package/types/x-modules/history-queries/wiring.d.ts +35 -2
  4195. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  4196. package/types/x-modules/history-queries/x-module.d.ts +1 -1
  4197. package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
  4198. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  4199. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +14 -0
  4200. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  4201. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  4202. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  4203. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
  4204. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  4205. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  4206. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  4207. package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
  4208. package/types/x-modules/identifier-results/store/index.d.ts +1 -4
  4209. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  4210. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  4211. package/types/x-modules/identifier-results/store/types.d.ts +18 -14
  4212. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  4213. package/types/x-modules/identifier-results/wiring.d.ts +15 -9
  4214. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  4215. package/types/x-modules/identifier-results/x-module.d.ts +1 -1
  4216. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
  4217. package/types/x-modules/next-queries/components/index.d.ts +2 -1
  4218. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  4219. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +31 -0
  4220. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  4221. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +17 -11
  4222. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  4223. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
  4224. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
  4225. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  4226. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  4227. package/types/x-modules/next-queries/config.types.d.ts +4 -0
  4228. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  4229. package/types/x-modules/next-queries/events.types.d.ts +11 -7
  4230. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  4231. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +1 -1
  4232. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  4233. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
  4234. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
  4235. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
  4236. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
  4237. package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
  4238. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  4239. package/types/x-modules/next-queries/store/types.d.ts +45 -9
  4240. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  4241. package/types/x-modules/next-queries/wiring.d.ts +25 -7
  4242. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  4243. package/types/x-modules/next-queries/x-module.d.ts +1 -1
  4244. package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
  4245. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  4246. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -12
  4247. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  4248. package/types/x-modules/popular-searches/config.types.d.ts +0 -20
  4249. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  4250. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  4251. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  4252. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  4253. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  4254. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  4255. package/types/x-modules/popular-searches/store/emitters.d.ts +2 -3
  4256. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
  4257. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  4258. package/types/x-modules/popular-searches/store/types.d.ts +8 -9
  4259. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  4260. package/types/x-modules/popular-searches/wiring.d.ts +4 -4
  4261. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  4262. package/types/x-modules/popular-searches/x-module.d.ts +1 -1
  4263. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
  4264. package/types/x-modules/queries-preview/components/index.d.ts +3 -0
  4265. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
  4266. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +63 -0
  4267. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -0
  4268. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +123 -0
  4269. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
  4270. package/types/x-modules/queries-preview/composables/index.d.ts +2 -0
  4271. package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -0
  4272. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +29 -0
  4273. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -0
  4274. package/types/x-modules/queries-preview/config.types.d.ts +12 -0
  4275. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
  4276. package/types/x-modules/queries-preview/events.types.d.ts +20 -0
  4277. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
  4278. package/types/x-modules/queries-preview/index.d.ts +8 -0
  4279. package/types/x-modules/queries-preview/index.d.ts.map +1 -0
  4280. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
  4281. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
  4282. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
  4283. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
  4284. package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
  4285. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
  4286. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +11 -0
  4287. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -0
  4288. package/types/x-modules/queries-preview/store/index.d.ts +6 -0
  4289. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
  4290. package/types/x-modules/queries-preview/store/module.d.ts +8 -0
  4291. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
  4292. package/types/x-modules/queries-preview/store/types.d.ts +125 -0
  4293. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
  4294. package/types/x-modules/queries-preview/wiring.d.ts +35 -0
  4295. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
  4296. package/types/x-modules/queries-preview/x-module.d.ts +16 -0
  4297. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
  4298. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  4299. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
  4300. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  4301. package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
  4302. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  4303. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  4304. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  4305. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
  4306. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  4307. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  4308. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  4309. package/types/x-modules/query-suggestions/store/types.d.ts +14 -12
  4310. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  4311. package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
  4312. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  4313. package/types/x-modules/query-suggestions/x-module.d.ts +1 -1
  4314. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
  4315. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  4316. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  4317. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  4318. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
  4319. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  4320. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  4321. package/types/x-modules/recommendations/store/emitters.d.ts +3 -3
  4322. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  4323. package/types/x-modules/recommendations/store/types.d.ts +14 -8
  4324. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  4325. package/types/x-modules/recommendations/wiring.d.ts +4 -4
  4326. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  4327. package/types/x-modules/recommendations/x-module.d.ts +1 -1
  4328. package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
  4329. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +12 -0
  4330. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  4331. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  4332. package/types/x-modules/related-tags/events.types.d.ts +8 -9
  4333. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  4334. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
  4335. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  4336. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  4337. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  4338. package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
  4339. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  4340. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  4341. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  4342. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  4343. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  4344. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  4345. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  4346. package/types/x-modules/related-tags/store/types.d.ts +15 -18
  4347. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  4348. package/types/x-modules/related-tags/wiring.d.ts +16 -7
  4349. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  4350. package/types/x-modules/related-tags/x-module.d.ts +1 -1
  4351. package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
  4352. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
  4353. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +7 -0
  4354. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  4355. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +1 -1
  4356. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
  4357. package/types/x-modules/scroll/components/scroll.vue.d.ts +2 -17
  4358. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  4359. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +1 -1
  4360. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -1
  4361. package/types/x-modules/scroll/store/types.d.ts +2 -2
  4362. package/types/x-modules/scroll/store/types.d.ts.map +1 -1
  4363. package/types/x-modules/scroll/x-module.d.ts +1 -1
  4364. package/types/x-modules/scroll/x-module.d.ts.map +1 -1
  4365. package/types/x-modules/search/components/banner.vue.d.ts +24 -3
  4366. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  4367. package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
  4368. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  4369. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +10 -0
  4370. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -0
  4371. package/types/x-modules/search/components/index.d.ts +2 -0
  4372. package/types/x-modules/search/components/index.d.ts.map +1 -1
  4373. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  4374. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  4375. package/types/x-modules/search/components/promoted.vue.d.ts +3 -0
  4376. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  4377. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  4378. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  4379. package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
  4380. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  4381. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  4382. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  4383. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +42 -0
  4384. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -0
  4385. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  4386. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  4387. package/types/x-modules/search/events.types.d.ts +31 -16
  4388. package/types/x-modules/search/events.types.d.ts.map +1 -1
  4389. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  4390. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  4391. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  4392. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  4393. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +12 -0
  4394. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
  4395. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  4396. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  4397. package/types/x-modules/search/store/emitters.d.ts +19 -2
  4398. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  4399. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  4400. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  4401. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  4402. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  4403. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  4404. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  4405. package/types/x-modules/search/store/index.d.ts +2 -3
  4406. package/types/x-modules/search/store/index.d.ts.map +1 -1
  4407. package/types/x-modules/search/store/module.d.ts +28 -0
  4408. package/types/x-modules/search/store/module.d.ts.map +1 -1
  4409. package/types/x-modules/search/store/types.d.ts +61 -16
  4410. package/types/x-modules/search/store/types.d.ts.map +1 -1
  4411. package/types/x-modules/search/types.d.ts +25 -2
  4412. package/types/x-modules/search/types.d.ts.map +1 -1
  4413. package/types/x-modules/search/wiring.d.ts +62 -55
  4414. package/types/x-modules/search/wiring.d.ts.map +1 -1
  4415. package/types/x-modules/search/x-module.d.ts +1 -1
  4416. package/types/x-modules/search/x-module.d.ts.map +1 -1
  4417. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  4418. package/types/x-modules/search-box/components/index.d.ts +1 -0
  4419. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  4420. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  4421. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
  4422. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
  4423. package/types/x-modules/search-box/components/search-input.vue.d.ts +23 -3
  4424. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  4425. package/types/x-modules/search-box/events.types.d.ts +10 -0
  4426. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  4427. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
  4428. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
  4429. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  4430. package/types/x-modules/search-box/store/types.d.ts +31 -4
  4431. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  4432. package/types/x-modules/search-box/wiring.d.ts +24 -5
  4433. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  4434. package/types/x-modules/search-box/x-module.d.ts +1 -1
  4435. package/types/x-modules/search-box/x-module.d.ts.map +1 -1
  4436. package/types/x-modules/semantic-queries/components/index.d.ts +3 -0
  4437. package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -0
  4438. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +29 -0
  4439. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -0
  4440. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +29 -0
  4441. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -0
  4442. package/types/x-modules/semantic-queries/config.types.d.ts +16 -0
  4443. package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -0
  4444. package/types/x-modules/semantic-queries/events.types.d.ts +20 -0
  4445. package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -0
  4446. package/types/x-modules/semantic-queries/index.d.ts +7 -0
  4447. package/types/x-modules/semantic-queries/index.d.ts.map +1 -0
  4448. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +13 -0
  4449. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -0
  4450. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +13 -0
  4451. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -0
  4452. package/types/x-modules/semantic-queries/store/actions/index.d.ts +3 -0
  4453. package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -0
  4454. package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -0
  4455. package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -0
  4456. package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -0
  4457. package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -0
  4458. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +13 -0
  4459. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
  4460. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -0
  4461. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -0
  4462. package/types/x-modules/semantic-queries/store/index.d.ts +5 -0
  4463. package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -0
  4464. package/types/x-modules/semantic-queries/store/module.d.ts +8 -0
  4465. package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -0
  4466. package/types/x-modules/semantic-queries/store/types.d.ts +95 -0
  4467. package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -0
  4468. package/types/x-modules/semantic-queries/wiring.d.ts +63 -0
  4469. package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -0
  4470. package/types/x-modules/semantic-queries/x-module.d.ts +16 -0
  4471. package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -0
  4472. package/types/x-modules/tagging/components/tagging.vue.d.ts +29 -2
  4473. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  4474. package/types/x-modules/tagging/config.types.d.ts +9 -0
  4475. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  4476. package/types/x-modules/tagging/events.types.d.ts +26 -8
  4477. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  4478. package/types/x-modules/tagging/service/index.d.ts +1 -1
  4479. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  4480. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  4481. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  4482. package/types/x-modules/tagging/service/types.d.ts +18 -9
  4483. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  4484. package/types/x-modules/tagging/store/emitters.d.ts +5 -0
  4485. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  4486. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  4487. package/types/x-modules/tagging/store/types.d.ts +13 -9
  4488. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  4489. package/types/x-modules/tagging/wiring.d.ts +63 -16
  4490. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  4491. package/types/x-modules/tagging/x-module.d.ts +1 -1
  4492. package/types/x-modules/tagging/x-module.d.ts.map +1 -1
  4493. package/types/x-modules/url/components/url-handler.vue.d.ts +5 -4
  4494. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  4495. package/types/x-modules/url/events.types.d.ts +5 -4
  4496. package/types/x-modules/url/events.types.d.ts.map +1 -1
  4497. package/types/x-modules/url/store/emitters.d.ts +8 -2
  4498. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  4499. package/types/x-modules/url/store/module.d.ts.map +1 -1
  4500. package/types/x-modules/url/store/types.d.ts +9 -8
  4501. package/types/x-modules/url/store/types.d.ts.map +1 -1
  4502. package/types/x-modules/url/wiring.d.ts +6 -6
  4503. package/types/x-modules/url/wiring.d.ts.map +1 -1
  4504. package/types/x-modules/url/x-module.d.ts +1 -1
  4505. package/types/x-modules/url/x-module.d.ts.map +1 -1
  4506. package/types/x-modules/x-modules.types.d.ts +12 -6
  4507. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  4508. package/url/index.js +3 -3
  4509. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  4510. package/build-helpers/utils/polyfills.util.js +0 -68
  4511. package/design-system/.-mixins.css +0 -1
  4512. package/design-system/.-variables.css +0 -0
  4513. package/design-system/badge-default.css +0 -43
  4514. package/design-system/base.css +0 -54
  4515. package/design-system/button-card.css +0 -20
  4516. package/design-system/button-default.css +0 -65
  4517. package/design-system/button-ghost.css +0 -18
  4518. package/design-system/button-pill.css +0 -20
  4519. package/design-system/button-primary.css +0 -19
  4520. package/design-system/button-round.css +0 -23
  4521. package/design-system/button-secondary.css +0 -19
  4522. package/design-system/button-tertiary.css +0 -19
  4523. package/design-system/default-theme.css +0 -2240
  4524. package/design-system/dropdown-card.css +0 -41
  4525. package/design-system/dropdown-default.css +0 -205
  4526. package/design-system/dropdown-l.css +0 -5
  4527. package/design-system/dropdown-line.css +0 -61
  4528. package/design-system/dropdown-m.css +0 -5
  4529. package/design-system/dropdown-pill.css +0 -41
  4530. package/design-system/dropdown-s.css +0 -5
  4531. package/design-system/dropdown-xl.css +0 -5
  4532. package/design-system/facet-card.css +0 -24
  4533. package/design-system/facet-default.css +0 -102
  4534. package/design-system/facet-line.css +0 -16
  4535. package/design-system/facet-outlined.css +0 -26
  4536. package/design-system/filter-default.css +0 -87
  4537. package/design-system/filter-hierarchical.css +0 -24
  4538. package/design-system/filter-justified.css +0 -3
  4539. package/design-system/full-theme.css +0 -6163
  4540. package/design-system/grid-default.css +0 -15
  4541. package/design-system/icon-default.css +0 -24
  4542. package/design-system/icon-l.css +0 -7
  4543. package/design-system/icon-m.css +0 -7
  4544. package/design-system/icon-s.css +0 -7
  4545. package/design-system/icon-xl.css +0 -7
  4546. package/design-system/input-card.css +0 -18
  4547. package/design-system/input-default.css +0 -74
  4548. package/design-system/input-group-card.css +0 -30
  4549. package/design-system/input-group-default.css +0 -132
  4550. package/design-system/input-group-line.css +0 -39
  4551. package/design-system/input-group-pill.css +0 -22
  4552. package/design-system/input-line.css +0 -20
  4553. package/design-system/input-pill.css +0 -14
  4554. package/design-system/list-default.css +0 -133
  4555. package/design-system/list-gap.css +0 -262
  4556. package/design-system/list-padding.css +0 -261
  4557. package/design-system/message-default.css +0 -57
  4558. package/design-system/option-list-bottom.css +0 -61
  4559. package/design-system/option-list-default.css +0 -142
  4560. package/design-system/picture-card.css +0 -13
  4561. package/design-system/picture-colored.css +0 -14
  4562. package/design-system/picture-cover.css +0 -17
  4563. package/design-system/picture-default.css +0 -43
  4564. package/design-system/picture-fixed-ratio.css +0 -25
  4565. package/design-system/progress-bar-progress-bar.css +0 -23
  4566. package/design-system/result-card.css +0 -6
  4567. package/design-system/result-default.css +0 -59
  4568. package/design-system/row-default.css +0 -93
  4569. package/design-system/row-gap.css +0 -21
  4570. package/design-system/row-padding.css +0 -23
  4571. package/design-system/scroll-default.css +0 -26
  4572. package/design-system/sliding-panel-default.css +0 -38
  4573. package/design-system/sliding-panel-default.token.css +0 -7
  4574. package/design-system/suggestion-default.css +0 -83
  4575. package/design-system/suggestion-group-default.css +0 -55
  4576. package/design-system/tag-card.css +0 -16
  4577. package/design-system/tag-default.css +0 -102
  4578. package/design-system/tag-ghost.css +0 -14
  4579. package/design-system/tag-pill.css +0 -16
  4580. package/design-system/typography-accent.css +0 -2
  4581. package/design-system/typography-accent.token.css +0 -2
  4582. package/design-system/typography-bold.css +0 -14
  4583. package/design-system/typography-default.css +0 -82
  4584. package/design-system/typography-light.css +0 -14
  4585. package/design-system/typography-secondary.css +0 -2
  4586. package/design-system/typography-secondary.token.css +0 -2
  4587. package/design-system/typography-stroke.css +0 -14
  4588. package/design-system/utilities-background-color.css +0 -29
  4589. package/design-system/utilities-border-color.css +0 -29
  4590. package/design-system/utilities-border-radius.css +0 -1505
  4591. package/design-system/utilities-border-width.css +0 -333
  4592. package/design-system/utilities-box-shadow.css +0 -131
  4593. package/design-system/utilities-dev-mode.css +0 -11
  4594. package/design-system/utilities-font-color.css +0 -29
  4595. package/design-system/utilities-font-weight.css +0 -8
  4596. package/design-system/utilities-margin.css +0 -461
  4597. package/design-system/utilities-padding.css +0 -440
  4598. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  4599. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  4600. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  4601. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  4602. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  4603. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  4604. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  4605. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  4606. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  4607. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  4608. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  4609. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  4610. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  4611. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  4612. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  4613. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  4614. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  4615. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  4616. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  4617. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  4618. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  4619. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  4620. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  4621. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  4622. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  4623. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  4624. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  4625. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  4626. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  4627. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  4628. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  4629. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  4630. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  4631. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  4632. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  4633. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  4634. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  4635. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  4636. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  4637. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  4638. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  4639. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  4640. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  4641. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  4642. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  4643. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  4644. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  4645. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  4646. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  4647. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  4648. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  4649. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  4650. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  4651. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  4652. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  4653. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  4654. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  4655. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  4656. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  4657. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  4658. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  4659. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  4660. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  4661. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  4662. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  4663. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  4664. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  4665. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  4666. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  4667. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  4668. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  4669. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  4670. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  4671. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  4672. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  4673. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  4674. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  4675. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  4676. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  4677. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  4678. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  4679. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  4680. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  4681. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  4682. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  4683. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  4684. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  4685. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  4686. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  4687. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  4688. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  4689. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  4690. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  4691. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  4692. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  4693. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  4694. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  4695. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  4696. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  4697. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  4698. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  4699. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  4700. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  4701. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  4702. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  4703. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  4704. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  4705. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  4706. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  4707. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  4708. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  4709. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  4710. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  4711. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  4712. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  4713. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  4714. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  4715. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  4716. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  4717. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  4718. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  4719. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  4720. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  4721. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  4722. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  4723. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  4724. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  4725. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  4726. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  4727. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  4728. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  4729. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  4730. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  4731. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  4732. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  4733. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  4734. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  4735. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
  4736. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  4737. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  4738. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  4739. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  4740. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  4741. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  4742. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  4743. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  4744. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  4745. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  4746. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  4747. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  4748. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  4749. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  4750. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  4751. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  4752. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  4753. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  4754. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  4755. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  4756. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  4757. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  4758. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  4759. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  4760. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  4761. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  4762. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  4763. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  4764. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  4765. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  4766. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  4767. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  4768. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  4769. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  4770. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  4771. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  4772. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  4773. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  4774. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  4775. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  4776. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  4777. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  4778. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  4779. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  4780. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  4781. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  4782. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  4783. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  4784. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  4785. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  4786. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  4787. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  4788. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  4789. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  4790. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  4791. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  4792. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  4793. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  4794. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  4795. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  4796. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  4797. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  4798. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  4799. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  4800. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  4801. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  4802. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  4803. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  4804. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  4805. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  4806. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
  4807. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  4808. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
  4809. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  4810. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  4811. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  4812. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  4813. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  4814. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  4815. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  4816. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  4817. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  4818. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  4819. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  4820. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  4821. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  4822. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  4823. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  4824. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  4825. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  4826. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  4827. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  4828. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  4829. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  4830. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  4831. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  4832. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  4833. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  4834. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  4835. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  4836. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  4837. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  4838. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  4839. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  4840. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  4841. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  4842. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  4843. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  4844. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  4845. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  4846. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  4847. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  4848. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  4849. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  4850. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  4851. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  4852. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  4853. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  4854. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  4855. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  4856. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  4857. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  4858. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  4859. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  4860. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  4861. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  4862. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  4863. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  4864. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  4865. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  4866. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  4867. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  4868. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  4869. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  4870. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  4871. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  4872. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  4873. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  4874. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  4875. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  4876. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  4877. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  4878. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  4879. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  4880. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  4881. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  4882. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  4883. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  4884. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  4885. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  4886. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  4887. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  4888. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  4889. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  4890. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  4891. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  4892. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  4893. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  4894. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  4895. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  4896. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  4897. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  4898. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  4899. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  4900. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  4901. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  4902. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  4903. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  4904. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  4905. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  4906. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  4907. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  4908. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  4909. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  4910. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  4911. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  4912. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  4913. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  4914. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  4915. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  4916. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  4917. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  4918. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  4919. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  4920. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  4921. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  4922. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  4923. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  4924. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  4925. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  4926. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  4927. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  4928. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  4929. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  4930. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  4931. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  4932. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  4933. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  4934. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  4935. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  4936. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  4937. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  4938. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  4939. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  4940. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  4941. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  4942. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  4943. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  4944. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  4945. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  4946. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  4947. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  4948. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  4949. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  4950. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  4951. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  4952. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  4953. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  4954. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  4955. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  4956. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  4957. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  4958. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  4959. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  4960. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  4961. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  4962. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  4963. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  4964. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  4965. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  4966. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  4967. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  4968. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  4969. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  4970. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  4971. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  4972. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  4973. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  4974. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  4975. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  4976. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  4977. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  4978. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  4979. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  4980. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  4981. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  4982. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  4983. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  4984. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  4985. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  4986. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  4987. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  4988. package/docs/API-reference/api/x-adapter.md +0 -179
  4989. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  4990. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  4991. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  4992. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  4993. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  4994. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  4995. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  4996. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  4997. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  4998. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  4999. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  5000. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  5001. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  5002. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  5003. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  5004. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  5005. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  5006. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  5007. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  5008. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  5009. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  5010. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  5011. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  5012. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  5013. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  5014. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  5015. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  5016. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  5017. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  5018. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  5019. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  5020. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  5021. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  5022. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  5023. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  5024. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  5025. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  5026. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  5027. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  5028. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  5029. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  5030. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  5031. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  5032. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  5033. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  5034. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  5035. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  5036. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  5037. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  5038. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  5039. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  5040. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  5041. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  5042. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  5043. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  5044. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  5045. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  5046. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  5047. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  5048. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  5049. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  5050. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  5051. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  5052. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  5053. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  5054. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  5055. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  5056. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  5057. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  5058. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  5059. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  5060. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  5061. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  5062. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  5063. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  5064. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  5065. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  5066. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  5067. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  5068. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  5069. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  5070. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  5071. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  5072. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  5073. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  5074. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  5075. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  5076. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  5077. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  5078. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  5079. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  5080. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  5081. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  5082. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  5083. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  5084. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  5085. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  5086. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  5087. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  5088. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  5089. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  5090. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  5091. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  5092. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  5093. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  5094. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  5095. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  5096. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  5097. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  5098. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  5099. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  5100. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  5101. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  5102. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  5103. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  5104. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  5105. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  5106. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  5107. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  5108. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  5109. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  5110. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  5111. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  5112. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  5113. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  5114. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  5115. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  5116. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  5117. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  5118. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  5119. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  5120. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  5121. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  5122. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  5123. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  5124. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  5125. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  5126. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  5127. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  5128. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  5129. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  5130. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  5131. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  5132. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  5133. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  5134. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +0 -13
  5135. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +0 -13
  5136. package/docs/API-reference/api/x-components.baseaddtocart.events.md +0 -13
  5137. package/docs/API-reference/api/x-components.baseaddtocart.result.md +0 -13
  5138. package/docs/API-reference/api/x-components.basecurrency.format.md +0 -13
  5139. package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +0 -13
  5140. package/docs/API-reference/api/x-components.basecurrency.value.md +0 -18
  5141. package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +0 -11
  5142. package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +0 -11
  5143. package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +0 -11
  5144. package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +0 -11
  5145. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  5146. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  5147. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  5148. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
  5149. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +0 -11
  5150. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
  5151. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +0 -11
  5152. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
  5153. package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +0 -15
  5154. package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +0 -13
  5155. package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +0 -13
  5156. package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +0 -13
  5157. package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +0 -13
  5158. package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +0 -13
  5159. package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +0 -22
  5160. package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +0 -13
  5161. package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +0 -13
  5162. package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +0 -18
  5163. package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +0 -13
  5164. package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
  5165. package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
  5166. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
  5167. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
  5168. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
  5169. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
  5170. package/docs/API-reference/api/x-components.baseresultimage.result.md +0 -13
  5171. package/docs/API-reference/api/x-components.baseresultlink.result.md +0 -13
  5172. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +0 -18
  5173. package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +0 -13
  5174. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +0 -18
  5175. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +0 -17
  5176. package/docs/API-reference/api/x-components.basesuggestion.events.md +0 -18
  5177. package/docs/API-reference/api/x-components.basesuggestion.feature.md +0 -13
  5178. package/docs/API-reference/api/x-components.basesuggestion.query.md +0 -13
  5179. package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
  5180. package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +0 -13
  5181. package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +0 -13
  5182. package/docs/API-reference/api/x-components.basetogglepanel.animation.md +0 -13
  5183. package/docs/API-reference/api/x-components.basetogglepanel.open.md +0 -13
  5184. package/docs/API-reference/api/x-components.basexbus.emit.md +0 -26
  5185. package/docs/API-reference/api/x-components.basexbus.md +0 -22
  5186. package/docs/API-reference/api/x-components.basexbus.on.md +0 -27
  5187. package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +0 -11
  5188. package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +0 -11
  5189. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  5190. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  5191. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  5192. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  5193. package/docs/API-reference/api/x-components.compilemessage.md +0 -27
  5194. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  5195. package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +0 -21
  5196. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +0 -17
  5197. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +0 -19
  5198. package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +0 -13
  5199. package/docs/API-reference/api/x-components.defaultsessionservice.md +0 -37
  5200. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +0 -13
  5201. package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +0 -11
  5202. package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +0 -11
  5203. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  5204. package/docs/API-reference/api/x-components.emitter.md +0 -15
  5205. package/docs/API-reference/api/x-components.emitters.md +0 -17
  5206. package/docs/API-reference/api/x-components.extraparams.mounted.md +0 -17
  5207. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
  5208. package/docs/API-reference/api/x-components.foreach.md +0 -25
  5209. package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
  5210. package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
  5211. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +0 -13
  5212. package/docs/API-reference/api/x-components.map.md +0 -27
  5213. package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
  5214. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
  5215. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +0 -13
  5216. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  5217. package/docs/API-reference/api/x-components.nq1icon.md +0 -11
  5218. package/docs/API-reference/api/x-components.nq2icon.md +0 -11
  5219. package/docs/API-reference/api/x-components.nq3icon.md +0 -11
  5220. package/docs/API-reference/api/x-components.nq4icon.md +0 -11
  5221. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  5222. package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
  5223. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
  5224. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
  5225. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +0 -13
  5226. package/docs/API-reference/api/x-components.primitive.md +0 -15
  5227. package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
  5228. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +0 -13
  5229. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
  5230. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +0 -13
  5231. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +0 -13
  5232. package/docs/API-reference/api/x-components.reduce.md +0 -28
  5233. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  5234. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  5235. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +0 -13
  5236. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  5237. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  5238. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  5239. package/docs/API-reference/api/x-components.saveorigin.md +0 -13
  5240. package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
  5241. package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
  5242. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  5243. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  5244. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  5245. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  5246. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  5247. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  5248. package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +0 -17
  5249. package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +0 -23
  5250. package/docs/API-reference/api/x-components.sessionservice.md +0 -21
  5251. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  5252. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +0 -13
  5253. package/docs/API-reference/api/x-components.setsessionduration.md +0 -13
  5254. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  5255. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  5256. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  5257. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  5258. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  5259. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  5260. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
  5261. package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +0 -24
  5262. package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +0 -24
  5263. package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +0 -13
  5264. package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +0 -13
  5265. package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
  5266. package/docs/API-reference/api/x-components.translatefromright.md +0 -15
  5267. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +0 -13
  5268. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +0 -13
  5269. package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +0 -13
  5270. package/docs/API-reference/api/x-components.wirepayload.metadata.md +0 -13
  5271. package/docs/API-reference/api/x-components.xbus.emit.md +0 -24
  5272. package/docs/API-reference/api/x-components.xbus.emit_1.md +0 -26
  5273. package/docs/API-reference/api/x-components.xbus.md +0 -24
  5274. package/docs/API-reference/api/x-components.xbus.on.md +0 -27
  5275. package/docs/API-reference/api/x-components.xbus.on_1.md +0 -27
  5276. package/docs/API-reference/api/x-components.xbus.on_2.md +0 -27
  5277. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  5278. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  5279. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  5280. package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
  5281. package/docs/API-reference/api/x-types.tagginginfo.md +0 -21
  5282. package/docs/API-reference/api/x-types.tagginginfo.params.md +0 -13
  5283. package/docs/API-reference/api/x-types.tagginginfo.url.md +0 -13
  5284. package/docs/API-reference/api/x-types.tagginginfoschema.md +0 -13
  5285. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
  5286. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -29
  5287. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -29
  5288. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
  5289. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +0 -7
  5290. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +0 -7
  5291. package/docs/API-reference/components/common/icons/x-components.nq-1.md +0 -7
  5292. package/docs/API-reference/components/common/icons/x-components.nq-2.md +0 -7
  5293. package/docs/API-reference/components/common/icons/x-components.nq-3.md +0 -7
  5294. package/docs/API-reference/components/common/icons/x-components.nq-4.md +0 -7
  5295. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -77
  5296. package/docs/build-search-ui/web-use-x-components-guide.md +0 -165
  5297. package/docs/build-search-ui/web-x-components-integration-guide.md +0 -192
  5298. package/docs/build-search-ui/x-architecture/README.md +0 -128
  5299. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  5300. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  5301. package/js/components/animations/collapse-from-top.vue.js +0 -58
  5302. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  5303. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  5304. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  5305. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  5306. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  5307. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  5308. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  5309. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
  5310. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
  5311. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  5312. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  5313. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  5314. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  5315. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -354
  5316. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  5317. package/js/components/animations/translate-from-left.vue.js +0 -58
  5318. package/js/components/animations/translate-from-left.vue.js.map +0 -1
  5319. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
  5320. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5321. package/js/components/animations/translate-from-right.vue.js +0 -58
  5322. package/js/components/animations/translate-from-right.vue.js.map +0 -1
  5323. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
  5324. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5325. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +0 -42
  5326. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +0 -1
  5327. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  5328. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5329. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  5330. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5331. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -115
  5332. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  5333. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  5334. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  5335. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  5336. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  5337. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  5338. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  5339. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  5340. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5341. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  5342. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5343. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
  5344. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  5345. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
  5346. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  5347. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
  5348. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  5349. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +0 -47
  5350. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +0 -1
  5351. package/js/components/icons/arrow.vue.js +0 -61
  5352. package/js/components/icons/arrow.vue.js.map +0 -1
  5353. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  5354. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  5355. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  5356. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  5357. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  5358. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  5359. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5360. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5361. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  5362. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  5363. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5364. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5365. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  5366. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  5367. package/js/components/icons/checkbox-card-selected.vue.js +0 -63
  5368. package/js/components/icons/checkbox-card-selected.vue.js.map +0 -1
  5369. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  5370. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  5371. package/js/components/icons/checkbox-card-unselected.vue.js +0 -61
  5372. package/js/components/icons/checkbox-card-unselected.vue.js.map +0 -1
  5373. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  5374. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  5375. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  5376. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  5377. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  5378. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  5379. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  5380. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  5381. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  5382. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5383. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  5384. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5385. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  5386. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  5387. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  5388. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  5389. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  5390. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  5391. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  5392. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  5393. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  5394. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  5395. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5396. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5397. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  5398. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  5399. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  5400. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5401. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  5402. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  5403. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  5404. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  5405. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  5406. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  5407. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5408. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5409. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  5410. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  5411. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  5412. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  5413. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5414. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5415. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  5416. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  5417. package/js/components/icons/nq-1.vue.js +0 -61
  5418. package/js/components/icons/nq-1.vue.js.map +0 -1
  5419. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  5420. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  5421. package/js/components/icons/nq-2.vue.js +0 -61
  5422. package/js/components/icons/nq-2.vue.js.map +0 -1
  5423. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  5424. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  5425. package/js/components/icons/nq-3.vue.js +0 -65
  5426. package/js/components/icons/nq-3.vue.js.map +0 -1
  5427. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  5428. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  5429. package/js/components/icons/nq-4.vue.js +0 -73
  5430. package/js/components/icons/nq-4.vue.js.map +0 -1
  5431. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  5432. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  5433. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  5434. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  5435. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5436. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5437. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  5438. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  5439. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  5440. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  5441. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  5442. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  5443. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +0 -4
  5444. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +0 -1
  5445. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  5446. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5447. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  5448. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  5449. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  5450. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  5451. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  5452. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  5453. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  5454. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  5455. package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
  5456. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5457. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js +0 -57
  5458. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5459. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -32
  5460. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5461. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -33
  5462. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  5463. package/js/components/location-provider.vue_rollup-plugin-vue=script.js +0 -27
  5464. package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  5465. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  5466. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  5467. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  5468. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5469. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
  5470. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5471. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  5472. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  5473. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  5474. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  5475. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  5476. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5477. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  5478. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  5479. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  5480. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5481. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  5482. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5483. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -80
  5484. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5485. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  5486. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5487. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  5488. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  5489. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
  5490. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  5491. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  5492. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5493. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
  5494. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5495. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -46
  5496. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  5497. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  5498. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  5499. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
  5500. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  5501. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -24
  5502. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5503. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  5504. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  5505. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +0 -58
  5506. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +0 -1
  5507. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -144
  5508. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  5509. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -87
  5510. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  5511. package/js/filters/compile-message.filter.js +0 -29
  5512. package/js/filters/compile-message.filter.js.map +0 -1
  5513. package/js/filters/filters.registry.js +0 -9
  5514. package/js/filters/filters.registry.js.map +0 -1
  5515. package/js/utils/object.js +0 -85
  5516. package/js/utils/object.js.map +0 -1
  5517. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  5518. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  5519. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  5520. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  5521. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -151
  5522. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  5523. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -168
  5524. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
  5525. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -192
  5526. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  5527. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -231
  5528. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5529. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -210
  5530. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  5531. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -124
  5532. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  5533. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -192
  5534. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5535. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -69
  5536. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  5537. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -184
  5538. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5539. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
  5540. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5541. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -220
  5542. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5543. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -169
  5544. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5545. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -212
  5546. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5547. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -170
  5548. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  5549. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -160
  5550. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  5551. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -183
  5552. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5553. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -205
  5554. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  5555. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -59
  5556. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5557. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -187
  5558. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5559. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -210
  5560. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5561. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -178
  5562. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  5563. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  5564. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5565. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -45
  5566. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5567. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  5568. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5569. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  5570. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5571. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  5572. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  5573. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -47
  5574. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  5575. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -101
  5576. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5577. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -43
  5578. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  5579. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  5580. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  5581. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  5582. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  5583. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -42
  5584. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  5585. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  5586. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  5587. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -41
  5588. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  5589. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -71
  5590. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  5591. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -109
  5592. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  5593. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -52
  5594. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  5595. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +0 -192
  5596. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +0 -1
  5597. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +0 -222
  5598. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5599. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +0 -235
  5600. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  5601. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +0 -110
  5602. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5603. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +0 -190
  5604. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  5605. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -40
  5606. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  5607. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  5608. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5609. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -52
  5610. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5611. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  5612. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5613. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -39
  5614. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  5615. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  5616. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5617. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +0 -108
  5618. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +0 -1
  5619. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  5620. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5621. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  5622. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  5623. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -167
  5624. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  5625. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -53
  5626. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5627. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -144
  5628. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  5629. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  5630. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  5631. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -74
  5632. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  5633. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -191
  5634. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  5635. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +0 -65
  5636. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +0 -1
  5637. package/js/x-modules/tagging/service/session.service.js +0 -52
  5638. package/js/x-modules/tagging/service/session.service.js.map +0 -1
  5639. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +0 -339
  5640. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
  5641. package/report/x-adapter.api.json +0 -23531
  5642. package/types/adapter/mocked-adapter.d.ts +0 -18
  5643. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  5644. package/types/adapter/real-adapter.d.ts +0 -2
  5645. package/types/adapter/real-adapter.d.ts.map +0 -1
  5646. package/types/adapter/util.d.ts +0 -12
  5647. package/types/adapter/util.d.ts.map +0 -1
  5648. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  5649. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  5650. package/types/components/animations/translate-from-left.vue.d.ts +0 -10
  5651. package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
  5652. package/types/components/animations/translate-from-right.vue.d.ts +0 -10
  5653. package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
  5654. package/types/components/icons/arrow.vue.d.ts +0 -3
  5655. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  5656. package/types/components/icons/checkbox-card-selected.vue.d.ts +0 -3
  5657. package/types/components/icons/checkbox-card-selected.vue.d.ts.map +0 -1
  5658. package/types/components/icons/checkbox-card-unselected.vue.d.ts +0 -3
  5659. package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +0 -1
  5660. package/types/components/icons/nq-1.vue.d.ts +0 -3
  5661. package/types/components/icons/nq-1.vue.d.ts.map +0 -1
  5662. package/types/components/icons/nq-2.vue.d.ts +0 -3
  5663. package/types/components/icons/nq-2.vue.d.ts.map +0 -1
  5664. package/types/components/icons/nq-3.vue.d.ts +0 -3
  5665. package/types/components/icons/nq-3.vue.d.ts.map +0 -1
  5666. package/types/components/icons/nq-4.vue.d.ts +0 -3
  5667. package/types/components/icons/nq-4.vue.d.ts.map +0 -1
  5668. package/types/filters/compile-message.filter.d.ts +0 -11
  5669. package/types/filters/compile-message.filter.d.ts.map +0 -1
  5670. package/types/filters/filters.registry.d.ts +0 -7
  5671. package/types/filters/filters.registry.d.ts.map +0 -1
  5672. package/types/filters/index.d.ts +0 -2
  5673. package/types/filters/index.d.ts.map +0 -1
  5674. package/types/plugins/x-bus.types.d.ts +0 -74
  5675. package/types/plugins/x-bus.types.d.ts.map +0 -1
  5676. package/types/utils/object.d.ts +0 -49
  5677. package/types/utils/object.d.ts.map +0 -1
  5678. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  5679. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  5680. package/types/x-modules/tagging/service/session.service.d.ts +0 -37
  5681. package/types/x-modules/tagging/service/session.service.d.ts.map +0 -1
@@ -13,88 +13,83 @@ X-Components is a library usable everywhere not only for search experiences.
13
13
  | [AddQueryToHistoryAction](./x-components.addquerytohistoryaction.md) | Class implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md) action. |
14
14
  | [AllFilter](./x-components.allfilter.md) | This component receives a required <code>facet</code> with [BooleanFilter](./x-types.booleanfilter.md) as prop and renders a button, which on clicked emits the [FacetsXEvents.UserClickedAllFilter](./x-components.facetsxevents.userclickedallfilter.md) event. By default the rendered button displays a message with the facet label but this content is customizable through the default slot. |
15
15
  | [AnimateWidth](./x-components.animatewidth.md) | Renders a transition wrapping an element passed in the default slot and animating its width. |
16
- | [AutoProgressBar](./x-components.autoprogressbar.md) | An auto progress bar component. |
17
- | [Banner](./x-components.banner.md) | A banner result is just an item that has been inserted into the search results to advertise something. Usually it is the first item in the grid or it can be placed in the middle of them and fill the whole row where appears. It just contains a link to the banner content, an image and a title. |
18
- | [BannersList](./x-components.bannerslist.md) | It renders a [ItemsList](./x-components.itemslist.md) list of banners from [SearchState.banners](./x-components.searchstate.banners.md) by default using the <code>ItemsInjectionMixin</code>.<!-- -->The component provides a default slot which wraps the whole component with the <code>banners</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.<!-- -->It also provides the parent slots to customize the items. |
19
- | [BaseAddToCart](./x-components.baseaddtocart.md) | Renders a button with a default slot. It receives the result with the data and emits [XEventsTypes.UserClickedResultAddToCart](./x-components.xeventstypes.userclickedresultaddtocart.md) to the bus on click mouse event. |
20
- | [BaseColumnPickerDropdown](./x-components.basecolumnpickerdropdown.md) | Column picker dropdown component renders [dropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.<!-- -->It emits [UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input. |
21
- | [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | Column picker list component renders a list of buttons to choose the columns number. |
22
- | [BaseCurrency](./x-components.basecurrency.md) | Renders the value received as a property which always must be a JavaScript number, with the proper format provided as a string property or by injection. The rendered tag is a span in order to render a default inline HTML element.<!-- -->Regarding the format or mask to be defined as string: - Use 'i' to define integer numbers. - Use 'd' to define decimal numbers. You can define the length of the decimal part. If the format doesn't include decimals, it is filled with zeros until reach the length defined with 'd's. - Integer separator must be defined between the 3rd and the 4th integer 'i' of a group. - Decimal separator must be defined between the last 'i' and the first 'd'. It can be more than one character. - If you want to hide the decimal part if it's zero, you can add the <code>?</code> symbol after the decimal characters (e.g. 'i.iii,dd?', for <code>1234</code> you would get <code>1.234</code> instead of <code>1.234,00</code>). - Set whatever you need around the integers and decimals marks. - Default mask: 'i.iii,dd' which returns '1.345,67'. |
16
+ | [Banner](./x-components.banner.md) | <p>. A banner result is just an item that has been inserted into the search results to advertise something. Usually it is the first item in the grid or it can be placed in the middle of them and fill the whole row where appears. The banner may be clickable or non-clickable depending on whether it has an associated URL or not. It contains an image and, optionally, a title. In case the image does not load due to an error the banner will not be rendered.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>titleClass</code>.</p> |
17
+ | [BannersList](./x-components.bannerslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list of banners from [SearchState.banners](./x-components.searchstate.banners.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>banners</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
18
+ | [BaseColumnPickerDropdown](./x-components.basecolumnpickerdropdown.md) | <p>Column picker dropdown component renders [dropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.</p><p>It emits [UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input.</p> |
19
+ | [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | <p>Column picker list component renders a list of buttons to choose the columns number.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
23
20
  | [BaseDropdown](./x-components.basedropdown.md) | Dropdown component that mimics a Select element behavior, but with the option to customize the toggle button and each item contents. |
24
21
  | [BaseEventButton](./x-components.baseeventbutton.md) | Component to be reused that renders a <code>&lt;button&gt;</code> with the logic of emitting events to the bus on click. The events are passed as an object to prop [events](./x-components.xeventstypes.md)<!-- -->. The keys are the event name and the values are the payload of each event. All events are emitted with its respective payload. If any event doesn't need payload a <code>undefined</code> must be passed as value. |
25
22
  | [BaseEventsModal](./x-components.baseeventsmodal.md) | Component containing a modal that emits a [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicking outside the content rendered in the default slot and can receive, through the eventsToCloseModal prop, a list of [xEvents](./x-components.xevent.md) to listen to in order to close also the modal, eventsToOpenModal prop, another list of [xEvents](./x-components.xevent.md) to customize the events to listen to open the modal and a prop, displayOverlay, to display an overlay over the rest of the html. The default slot offers the possibility to customize the modal content. |
26
- | [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component contains an event button that emits [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicked. It has a default slot to customize its contents. |
27
- | [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component contains an event button that emits [XEventsTypes.UserClickedOpenEventsModal](./x-components.xeventstypes.userclickedopeneventsmodal.md) when clicked. It has a default slot to customize its contents. |
28
- | [BaseFilter](./x-components.basefilter.md) | Renders a button with a default slot. It receives a [BooleanFilter](./x-types.booleanfilter.md) that will be used in the default slot and the [XEvents](./x-components.xevent.md) that will be emitted when clicking the button. |
29
23
  | [BaseGrid](./x-components.basegrid.md) | Grid component that is able to render different items based on their modelName value. In order to achieve this, it exposes a scopedSlot for each different modelName. In case the items used do not have modelName property, the default slot is used instead. It has a required property: the <code>items</code> to render; and an optional one: the number <code>columns</code> the grid is divided in. If the number of columns is not specified, the grid automatically fills the rows with as many columns as it can fit. |
30
24
  | [BaseHeaderTogglePanel](./x-components.baseheadertogglepanel.md) | Toggle panel which uses the base toggle panel, adds a header and manage the open / close state of the panel. |
31
25
  | [BaseIdModal](./x-components.baseidmodal.md) | Component containing a modal expecting a required prop, named <code>modalId</code>. It reacts to <code>UserClickedOpenModal</code>, <code>UserClickedCloseModal</code> and <code>UserClickedOutOfModal</code> events, when their payload matches the component's 'modalId' prop, to handle its open/close state. The default slot offers the possibility to customise the modal content. |
32
- | [BaseIdModalClose](./x-components.baseidmodalclose.md) | Component containing an event button that emits [XEventsTypes.UserClickedCloseModal](./x-components.xeventstypes.userclickedclosemodal.md) when clicked with the modalId as payload. It has a default slot to customize its contents. |
33
- | [BaseIdModalOpen](./x-components.baseidmodalopen.md) | Component containing an event button that emits [XEventsTypes.UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) when clicked with the modalId as payload. It has a default slot to customize its contents. |
34
- | [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | Simple panel that could receives its initial open state via prop, if not the default is opens and a required prop, named <code>panelId</code>, which are responsible of rendering default slot inside a configurable transition.<!-- -->It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.<!-- -->The default slot offers the possibility to customise the modal content. |
35
- | [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.<!-- -->It has a default slot to customize its contents. |
26
+ | [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | <p>Simple panel that could receives its initial open state via prop, if not the default is opens and a required prop, named <code>panelId</code>, which are responsible of rendering default slot inside a configurable transition.</p><p>It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.</p><p>The default slot offers the possibility to customise the modal content.</p> |
27
+ | [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | <p>Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.</p><p>It has a default slot to customize its contents.</p> |
36
28
  | [BaseKeyboardNavigation](./x-components.basekeyboardnavigation.md) | Base component to handle keyboard navigation for elements inside it. It has a required slot to include the navigable elements. |
37
29
  | [BaseModal](./x-components.basemodal.md) | Base component with no XPlugin dependencies that serves as a utility for constructing more complex modals. |
38
- | [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
39
30
  | [BaseRating](./x-components.baserating.md) | Rating component. This component renders a set of elements filled based on the value passed as prop. |
40
- | [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
41
- | [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [result](./x-types.result.md) current price that may or may not be on sale. |
42
- | [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code>&lt;img&gt;</code>. |
43
- | [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code>&lt;a&gt;</code> wrapping the result contents. |
44
- | [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
45
31
  | [BaseScroll](./x-components.basescroll.md) | Base scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
46
- | [BaseSuggestion](./x-components.basesuggestion.md) | Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvents](./x-components.xevent.md) that will be emitted on click with a given feature.<!-- -->The default slot receives the suggestion and the matched query has props. |
47
32
  | [BaseSuggestions](./x-components.basesuggestions.md) | Paints a list of suggestions passed in by prop. Requires a component for a single suggestion in the default slot for working. |
48
- | [BaseTogglePanel](./x-components.basetogglepanel.md) | Simple panel that receives its open state via prop, which is responsible of rendering default slot inside a configurable transition. |
33
+ | [BaseSwitch](./x-components.baseswitch.md) | Basic switch component to handle boolean values. This component receives its selected state using a prop, and emits a Vue event whenever the user clicks it. |
34
+ | [BaseTabsPanel](./x-components.basetabspanel.md) | Base Tabs Panel. |
49
35
  | [BaseVariableColumnGrid](./x-components.basevariablecolumngrid.md) | The <code>BaseVariableColumnGrid</code> component is a wrapper of the <code>BaseGrid</code> component that listens to the <code>UserClickedColumnPicker</code> and the <code>ColumnsNumberProvided</code> events and passes the selected number of columns to the grid. It also allows to customize the grid items using the available <code>scopedSlots</code>. |
50
36
  | [BaseXAPI](./x-components.basexapi.md) | Default implementation for [XAPI](./x-components.xapi.md)<!-- -->. |
51
- | [BaseXBus](./x-components.basexbus.md) | Default [XBus](./x-components.xbus.md) implementation. |
52
37
  | [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
53
38
  | [ClearHistoryQueries](./x-components.clearhistoryqueries.md) | A button that when is pressed, emits the [HistoryQueriesXEvents.UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) event, expressing the user intention to clear the whole history of queries. |
54
39
  | [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
55
- | [CollapseFromTop](./x-components.collapsefromtop.md) | Renders a transition group wrapping the element passed in the default slot and animating it with a scale. |
56
40
  | [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
57
41
  | [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
58
42
  | [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
59
- | [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slo. The transition fades between the two toggled elements at the same time. |
43
+ | [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slot. The transition fades between the two toggled elements at the same time. |
60
44
  | [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
61
- | [DefaultSessionService](./x-components.defaultsessionservice.md) | Default implementation for the [SessionService](./x-components.sessionservice.md)<!-- -->. |
45
+ | [DefaultPDPAddToCartService](./x-components.defaultpdpaddtocartservice.md) | Default implementation for the [PDPAddToCartService](./x-components.pdpaddtocartservice.md)<!-- -->. |
62
46
  | [DeviceDetector](./x-components.devicedetector.md) | This component helps detecting or setting a device, that can be used later to create different layouts optimized for different devices. This detected device is available under the [XComponentAliasAPI.device](./x-components.xcomponentaliasapi.device.md) property. |
63
47
  | [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) | Implementation of [SpatialNavigation](./x-components.spatialnavigation.md) using directional focus. |
64
- | [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md) | Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.<!-- -->It provides a default slot, with some utils bind, to customize the whole component; and two named slots <code>apply-content</code> and <code>clear-content</code> to override each button content.<!-- -->If <code>instant</code> prop is true, the needed events are emitted immediately; else, apply button is rendered to confirm to do it. False by default.<!-- -->If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default. |
48
+ | [DisableAnimationMixin](./x-components.disableanimationmixin.md) | Mixin to ease disabling animations. |
49
+ | [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md) | <p>Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.</p><p>It provides a default slot, with some utils bind, to customize the whole component; and two named slots <code>apply-content</code> and <code>clear-content</code> to override each button content.</p><p>If <code>instant</code> prop is true, the needed events are emitted immediately; else, apply button is rendered to confirm to do it. False by default.</p><p>If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default.</p> |
65
50
  | [Empathize](./x-components.empathize.md) | Component containing the empathize. It has a required slot to define its content and two props to define when to open and close it: eventsToOpenEmpathize and eventsToCloseEmpathize. |
66
- | [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | The <code>ExcludeFiltersWithNoResults</code> component filters the provided list of filters, excluding those which have the <code>totalResults</code> property exactly equal to <code>0</code>. It won't remove filters with no <code>totalResults</code> property.<!-- -->The new list of filters is bound to the default scoped slot. As this component does not render no root element, this default slot must contain a single root node. |
51
+ | [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | <p>The <code>ExcludeFiltersWithNoResults</code> component filters the provided list of filters, excluding those which have the <code>totalResults</code> property exactly equal to <code>0</code>. It won't remove filters with no <code>totalResults</code> property.</p><p>The new list of filters is bound to the default scoped slot. As this component does not render no root element, this default slot must contain a single root node.</p> |
67
52
  | [ExtraParams](./x-components.extraparams.md) | It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop. |
68
53
  | [Facets](./x-components.facets.md) | This component renders the list of facets stored in the Facets module. Facets can be rendered differently based on their purpose and this can be achieved using the exposed slots: - A default and required slot. - A custom slot for each facet with the facetId as its name. This allows each facet to be rendered differently based on its needs. |
54
+ | [FacetsMixin](./x-components.facetsmixin.md) | Mixin to share Facets logic. |
69
55
  | [FacetsProvider](./x-components.facetsprovider.md) | This component allows to provide facets by prop, to add them to the state of the <code>Facets X-Module</code>. These facets will be added to the <code>Facets X-Module</code> state together with the facets emitted by the <code>Search X-Module</code> through the [SearchXEvents.FacetsChanged](./x-components.searchxevents.facetschanged.md) event. |
56
+ | [Fade](./x-components.fade.md) | Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity. |
70
57
  | [FadeAndSlide](./x-components.fadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with a fade and slide animation. |
58
+ | [FallbackDisclaimer](./x-components.fallbackdisclaimer.md) | The <code>FallbackDisclaimer</code> component shows a message if the filters have been removed from the current search because there were no results. |
71
59
  | [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
72
60
  | [FiltersList](./x-components.filterslist.md) | Renders a list with a list item per each [BooleanFilter](./x-types.booleanfilter.md) in the filters prop array. Each list item has a scoped slot, passing the filter as slot prop. |
73
61
  | [FiltersSearch](./x-components.filterssearch.md) | Renders the filters sifted with the input query. |
74
62
  | [FixedHeaderAndAsidesLayout](./x-components.fixedheaderandasideslayout.md) | Component for use as Layout to be filled with the rest of the components. |
75
63
  | [GlobalXBus](./x-components.globalxbus.md) | This component helps subscribing to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API. |
76
64
  | [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
77
- | [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. |
65
+ | [Highlight](./x-components.highlight.md) | Highlights the given part of the text. The component is smart enough to do matches between special characters like tilde, cedilla, eñe, capital letters... |
66
+ | [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. Allows the user to select one of them, emitting the needed events. A history query is just another type of suggestion that contains a query that the user has made in the past. |
78
67
  | [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
68
+ | [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) | History Queries Switch is a component to enable or disable the history queries. This component emits events depending on the <code>isEnabled</code> value. |
79
69
  | [HistoryQuery](./x-components.historyquery.md) | This component renders a history query suggestion combining two buttons: one for selecting this suggestion as the search query, and another one to remove this query suggestion from the history queries. |
80
70
  | [IdentifierResult](./x-components.identifierresult.md) | This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [result data](./x-types.result.md)<!-- -->. |
81
71
  | [IdentifierResults](./x-components.identifierresults.md) | Paints the list of identifier results stored in the state. Each identifier result should be represented by a [identifier result component](./x-components.identifierresult.md) besides any other component. |
82
72
  | [ItemsList](./x-components.itemslist.md) | It renders a list of [ListItem](./x-components.listitem.md) providing a slot for each <code>slotName</code> which depends on the <code>modelName</code>of the item. |
83
73
  | [ItemsListInjectionMixin](./x-components.itemslistinjectionmixin.md) | Mixin to facilitate providing and injecting a list of list items. Injected list is available at <code>injectedListItems</code>, and the provided list should be stored in <code>items</code>. |
84
74
  | [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
85
- | [MainScroll](./x-components.mainscroll.md) | Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.<!-- -->Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component. |
75
+ | [MainScroll](./x-components.mainscroll.md) | <p>Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.</p><p>Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component.</p> |
86
76
  | [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
87
77
  | [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
88
- | [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
78
+ | [MyHistory](./x-components.myhistory.md) | The component renders the full history of user searched queries grouped by the day they were performed. |
79
+ | [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of \[<code>BaseSuggestions</code>\](./x-components.base-suggestions.md), allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
89
80
  | [NextQueriesList](./x-components.nextquerieslist.md) | Component that inserts groups of next queries in different positions of the injected search items list, based on the provided configuration. |
90
81
  | [NextQuery](./x-components.nextquery.md) | Renders a next query item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the next query content. If the slot is not overridden, it will render the suggestion query by default. |
82
+ | [NextQueryPreview](./x-components.nextquerypreview.md) | Retrieves a preview of the results of a next query and exposes them in the default slot, along with the next query and the totalResults of the search request. By default, it renders the names of the results. |
91
83
  | [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
92
84
  | [PartialQueryButton](./x-components.partialquerybutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [SearchXEvents.UserClickedPartialQuery](./x-components.searchxevents.userclickedpartialquery.md) events, expressing the user intention to set the partial query. |
93
85
  | [PartialResultsList](./x-components.partialresultslist.md) | It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound. |
94
86
  | [PopularSearch](./x-components.popularsearch.md) | Renders a popular search item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the popular search content. If the slot is not overridden, it will render the suggestion query by default. |
95
87
  | [PopularSearches](./x-components.popularsearches.md) | Simple popular-searches component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A popular search is just a query that has been searched a lot in a certain period and may optionally have associated a set of filters. |
96
- | [Promoted](./x-components.promoted.md) | A promoted result is just an item that has been inserted into the search results to advertise something. Usually it is one of the first items in the grid, and has the same shape as a result. It just contains a link to the promoted content, an image, and a title. |
97
- | [PromotedsList](./x-components.promotedslist.md) | It renders a [ItemsList](./x-components.itemslist.md) of promoteds from [SearchState.promoteds](./x-components.searchstate.promoteds.md) by default using the <code>ItemsInjectionMixin</code>.<!-- -->The component provides a default slot which wraps the whole component with the <code>promoteds</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.<!-- -->It also provides the parent slots to customize the items. |
88
+ | [PreselectedFilters](./x-components.preselectedfilters.md) | This component emits [FacetsXEvents.PreselectedFiltersProvided](./x-components.facetsxevents.preselectedfiltersprovided.md) when a preselected filter is set in the snippet config or by using the prop of the component. |
89
+ | [Promoted](./x-components.promoted.md) | <p>A promoted result is just an item that has been inserted into the search results to advertise something. Usually it is one of the first items in the grid, and has the same shape as a result. It just contains a link to the promoted content, an image, and a title.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>titleClass</code>.</p> |
90
+ | [PromotedsList](./x-components.promotedslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) of promoteds from [SearchState.promoteds](./x-components.searchstate.promoteds.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>promoteds</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
91
+ | [QueryPreview](./x-components.querypreview.md) | Retrieves a preview of the results of a query and exposes them in the default slot, along with the query preview and the totalResults of the search request. By default, it renders the names of the results. |
92
+ | [QueryPreviewList](./x-components.querypreviewlist.md) | Renders the results previews of a list of queries, and exposes the [QueryPreview](./x-components.querypreview.md) slots to modify the content. The requests are made in sequential order. |
98
93
  | [QuerySuggestion](./x-components.querysuggestion.md) | This component renders a suggestion for a query. A query suggestion is a recommended query based on previous search queries. It contains the query itself and a set of filters associated. For example, if you're searching for \_shirt\_, a query suggestion could be \_long sleeve shirt\_. |
99
94
  | [QuerySuggestions](./x-components.querysuggestions.md) | This component renders a list of possible search queries to select from as a query is entered in the input field. By default, this is a list of \[<code>QuerySuggestion</code>\](./x-components.query-suggestion.md) components. |
100
95
  | [QuerySuggestionsGetter](./x-components.querysuggestionsgetter.md) | Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
@@ -105,34 +100,38 @@ X-Components is a library usable everywhere not only for search experiences.
105
100
  | [RemoveHistoryQuery](./x-components.removehistoryquery.md) | Button that when it is pressed emits the [HistoryQueriesXEvents.UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md) event, expressing the user intention to remove a query in the history. |
106
101
  | [RenderlessExtraParams](./x-components.renderlessextraparams.md) | It emits a [ExtraParamsXEvents.UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md) when the <code>updateValue</code> is called. |
107
102
  | [RenderlessFilter](./x-components.renderlessfilter.md) | Renders default slot content. It binds to the default slot a [BooleanFilter](./x-types.booleanfilter.md)<!-- -->, the [XEvents](./x-components.xevent.md) that will be emitted when clicking the content, the css classes and if the content should be disabled. |
108
- | [ResultsList](./x-components.resultslist.md) | It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.<!-- -->The component provides a default slot which wraps the whole component with the <code>results</code> bound.<!-- -->It also provides the slot result to customize the item, which is within the default slot, with the result bound. |
109
- | [Scroll](./x-components.scroll.md) | Base scroll component that depending on base scroll component and the user interaction emits different x events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
103
+ | [ResultsList](./x-components.resultslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.</p><p>The component provides a default slot which wraps the whole component with the <code>results</code> bound.</p><p>It also provides the slot result to customize the item, which is within the default slot, with the result bound.</p> |
104
+ | [ResultVariantSelector](./x-components.resultvariantselector.md) | Component to show and select the available variants of a product for a given nest level. TODO: Add logger warning on mount when result is not injected. |
105
+ | [ResultVariantsProvider](./x-components.resultvariantsprovider.md) | <p>Component that exposes the result merged with its selected variant in the default slot.</p><p>It receives the original result and keeps track of the selected variant.</p><p>It provides the original result, the array containing the selected variants and a callback to set the selected variant to be used from a child.</p> |
106
+ | [Scroll](./x-components.scroll.md) | Scrollable container that emits scroll related X Events. It exposes all the listeners and props from the [BaseScroll](./x-components.basescroll.md) component. |
110
107
  | [ScrollMixin](./x-components.scrollmixin.md) | Mixin to share Scroll logic. |
111
108
  | [ScrollToTop](./x-components.scrolltotop.md) | The <code>ScrollToTop</code> component is a button that the user can click to make a container scroll up to its initial position. |
112
109
  | [SearchButton](./x-components.searchbutton.md) | This component renders a button to submit the query. |
113
110
  | [SearchInput](./x-components.searchinput.md) | This component renders an input field that allows the user to type a query. It also reacts to query changes through event listening. |
114
- | [SelectedFilters](./x-components.selectedfilters.md) | Provides a scoped slot with the selected filters from every facet, or from the facet which facet id is passed as property.<!-- -->The default slot renders the length of the selected filters array. The property "alwaysVisible" handles if the component is rendered if no filters are selected. |
115
- | [SelectedFiltersList](./x-components.selectedfilterslist.md) | This component renders a list of selected filters from every facet, or from the facet which facet id is passed as property. It uses the SelectedFilters component (state).<!-- -->It provides two slots: a scoped one which name is the filter facet id; and a default one. Both exposes the filter and renders the filter label by default.<!-- -->The property "alwaysVisible" handles if the component is rendered if no filters are selected. |
111
+ | [SearchInputPlaceholder](./x-components.searchinputplaceholder.md) | . This component renders an animated placeholder for the search input in the shape of a list of iterating messages that can be configured to happen always or only when hovering the input |
112
+ | [SelectedFilters](./x-components.selectedfilters.md) | <p>Provides a scoped slot with the selected filters from every facet, or from the facet which facet id is passed as property.</p><p>The default slot renders the length of the selected filters array. The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
113
+ | [SelectedFiltersList](./x-components.selectedfilterslist.md) | <p>This component renders a list of selected filters from every facet, or from the facet ids passed as property. It uses the SelectedFilters component (state).</p><p>It provides two slots: a scoped one which name is the filter facet id; and a default one. Both exposes the filter and renders the filter label by default.</p><p>The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
114
+ | [SemanticQueries](./x-components.semanticqueries.md) | Retrieves a list of semantic queries from the state and exposes them in the slots. |
115
+ | [SemanticQuery](./x-components.semanticquery.md) | This component renders a semantic query. A semantic query is a recommended query that is similar in its meaning to another one. It contains the query and the distance, which indicates how similar the query is compared to the searched query. |
116
116
  | [SimpleFilter](./x-components.simplefilter.md) | Renders a simple filter, emitting the needed events when clicked. |
117
117
  | [SingleColumnLayout](./x-components.singlecolumnlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
118
118
  | [SlicedFilters](./x-components.slicedfilters.md) | Component that slices a list of filters and returns them using the default scoped slot, allowing the user to show the full list of them or slicing them again using the show more/less buttons. |
119
- | [SlidingPanel](./x-components.slidingpanel.md) | Horizontal slide panel component. The content that is provided to this component would be navigable horizontally using two navigational buttons. |
119
+ | [SlidingPanel](./x-components.slidingpanel.md) | <p>This component allows for any other component or element inside it to be horizontally navigable. It also implements customizable buttons as well as other minor customizations to its general behavior.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
120
120
  | [SnippetCallbacks](./x-components.snippetcallbacks.md) | This component subscribes to any [XEvent](./x-components.xevent.md) with a custom callbacks provided by the snippet configuration. |
121
121
  | [SnippetConfigExtraParams](./x-components.snippetconfigextraparams.md) | Extracts the extra parameters from the [SnippetConfig](./x-components.snippetconfig.md) and syncs it with the request objects of every x-module. |
122
122
  | [SortDropdown](./x-components.sortdropdown.md) | The <code>SortDropdown</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
123
123
  | [SortedFilters](./x-components.sortedfilters.md) | Component that sorts a list of filters and returns them using the default scoped slot. |
124
124
  | [SortList](./x-components.sortlist.md) | The <code>SortList</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
125
125
  | [SortMixin](./x-components.sortmixin.md) | Mixin to share Sort logic. |
126
- | [Spellcheck](./x-components.spellcheck.md) | The <code>Spellcheck</code> component allows to inform the user with a friendly message that he might have misspelled the search query. This message can be set using the default slot of the component, which gives access to the searched query using the <code>query</code> scope property, and the spellchecked query proposal, using the <code>spellcheckedQuery</code> scope property.<!-- -->The component will only render itself if the <code>spellcheckedQuery</code> property has value. |
126
+ | [SortPickerList](./x-components.sortpickerlist.md) | The <code>SortPickerList</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
127
+ | [Spellcheck](./x-components.spellcheck.md) | <p>The <code>Spellcheck</code> component allows to inform the user with a friendly message that he might have misspelled the search query. This message can be set using the default slot of the component, which gives access to the searched query using the <code>query</code> scope property, and the spellchecked query proposal, using the <code>spellcheckedQuery</code> scope property.</p><p>The component will only render itself if the <code>spellcheckedQuery</code> property has value.</p> |
127
128
  | [SpellcheckButton](./x-components.spellcheckbutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [XEventsTypes.UserAcceptedSpellcheckQuery](./x-components.xeventstypes.useracceptedspellcheckquery.md) events, expressing the user intention to set the spellchecked query. |
128
129
  | [StaggeredFadeAndSlide](./x-components.staggeredfadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with an staggered fade and slide animation. |
129
130
  | [StaggeringTransitionGroup](./x-components.staggeringtransitiongroup.md) | A replacement component for Vue's transition-group, that also adds the option to stagger the animations. |
130
- | [Tagging](./x-components.tagging.md) | This component enables and manages the sending of information to the [Empathy Tagging API](https://empathy.co/docs/tagging-api/)<!-- -->. It allows to enable or disable the session id management through the <code>consent</code> prop. |
131
- | [TranslateFromLeft](./x-components.translatefromleft.md) | Renders a transition wrapping the element passed in the default slot and moving it to its desired position. |
132
- | [TranslateFromRight](./x-components.translatefromright.md) | Renders a transition wrapping the element passed in the default slot and moving it to its desired position. |
133
- | [UrlHandler](./x-components.urlhandler.md) | This component manage the browser URL parameters to perserve them through reloads and browser history navigation. It allow to configure the default url parameter names using its attributes. This component doesn't render elements to the DOM. |
131
+ | [Tagging](./x-components.tagging.md) | This component enables and manages the sending of information to the [Empathy Tagging API](https://docs.empathy.co/develop-empathy-platform/api-reference/tagging-api.html)<!-- -->. It allows to enable or disable the session id management through the <code>consent</code> prop. |
132
+ | [UrlHandler](./x-components.urlhandler.md) | This component manages the browser URL parameters to preserve them through reloads and browser history navigation. It allow to configure the default url parameter names using its attributes. This component doesn't render elements to the DOM. |
134
133
  | [WindowScroll](./x-components.windowscroll.md) | The <code>WindowScroll</code> component listens to either the <code>html</code> or <code>body</code> DOM scroll events, and re-emits them as X Events. Additionally it also emits events related to the direction or current position of these elements scroll. |
135
- | [XInstaller](./x-components.xinstaller.md) | The purpose of this class is to offer a quick way to initialize the XComponents in a setup project. It allows to receive all the options in [InstallXOptions](./x-components.installxoptions.md) which is an extension of [XPluginOptions](./x-components.xpluginoptions.md) with all the options for the plugin and some options more.<!-- -->This class does multiple things: 1. Install the [XPlugin](./x-components.xplugin.md) with the [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. 2. Creates the public [XAPI](./x-components.xapi.md) and add it to global window. 3. Creates the Vue Application for the customer project.<!-- -->The steps 2 &amp; 3 are optional and depends on the options passed in [InstallXOptions](./x-components.installxoptions.md)<!-- -->. |
134
+ | [XInstaller](./x-components.xinstaller.md) | <p>The purpose of this class is to offer a quick way to initialize the XComponents in a setup project. It allows to receive all the options in [InstallXOptions](./x-components.installxoptions.md) which is an extension of [XPluginOptions](./x-components.xpluginoptions.md) with all the options for the plugin and some options more.</p><p>This class does multiple things: 1. Install the [XPlugin](./x-components.xplugin.md) with the [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. 2. Creates the public [XAPI](./x-components.xapi.md) and add it to global window. 3. Creates the Vue Application for the customer project.</p><p>The steps 2 &amp; 3 are optional and depends on the options passed in [InstallXOptions](./x-components.installxoptions.md)<!-- -->.</p> |
136
135
  | [XPlugin](./x-components.xplugin.md) | Vue plugin that initializes the properties needed by the x-components, and exposes the events bus and the adapter after it has been installed. |
137
136
 
138
137
  ## Functions
@@ -142,38 +141,41 @@ X-Components is a library usable everywhere not only for search experiences.
142
141
  | [areFiltersDifferent(someFilters, anotherFilters)](./x-components.arefiltersdifferent.md) | Compares if two lists contains the same filters. |
143
142
  | [arrayToObject(array)](./x-components.arraytoobject.md) | Reduce an array of strings to an object which properties names are the value of each string, and the value under that property are also the string. |
144
143
  | [arrayToObject(array, key)](./x-components.arraytoobject_1.md) | Reduce an array of objects to an object which properties names are the value of each object\[key\], and the value under that property are each object. 'key' is the the parameter passed to this function. |
144
+ | [assertXPluginOptionsAreValid(options)](./x-components.assertxpluginoptionsarevalid.md) | Asserts that the passed options object is valid, providing helpful error messages. |
145
145
  | [capitalize(str)](./x-components.capitalize.md) | Util to capitalize a string . |
146
- | [cleanUndefined(obj)](./x-components.cleanundefined.md) | Creates an object picking only the not undefined properties. |
147
146
  | [clone(something)](./x-components.clone.md) | Deeply clones an object or an array. |
148
- | [compileMessage(message, params)](./x-components.compilemessage.md) | Replaces each key in compiledMessage for the provided key's value. |
149
147
  | [createCollapseAnimationMixin(property)](./x-components.createcollapseanimationmixin.md) | Adds parametrized methods to a component to allow the collapsing of the provided property. |
150
148
  | [createFetchAndSaveActions({ fetch, onSuccess, onError, onCancel })](./x-components.createfetchandsaveactions.md) | Utility to create an action that requests and save some data asynchronously, with the option to cancel the request at any moment. This factory provides with the standard flow for requesting, cancelling, handling errors for a module, while also taking care of its status. |
151
149
  | [createRawFilters(filterIds)](./x-components.createrawfilters.md) | Helper method which creates the filter entity from the filter ir of the url. |
152
150
  | [createStoreEmitters(storeModule, emitters)](./x-components.createstoreemitters.md) | Helper function for creating type-safe [StoreEmitters](./x-components.storeemitters.md)<!-- -->. |
151
+ | [createTrackDisplayWire(property)](./x-components.createtrackdisplaywire.md) | Factory helper to create a wire for the track of the display click. |
152
+ | [createTrackWire(property)](./x-components.createtrackwire.md) | Factory helper to create a wire for the track of a taggable element. |
153
+ | [createUseDevice(devices)](./x-components.createusedevice.md) | Factory function that creates a composable for device detection using the devices parameter to configure breakpoints. |
153
154
  | [createWireFromFunction(fn)](./x-components.createwirefromfunction.md) | Creates a wire that executes the function passed. This function will receive a [WireParams](./x-components.wireparams.md) object. |
154
155
  | [createWiring(wiring)](./x-components.createwiring.md) | Util function to generate type-safe wiring. If TypeScript ever accepts the PR about generic type inference this function can be removed. |
155
156
  | [currencyFormatter(value, format)](./x-components.currencyformatter.md) | Format a value with a given format. |
156
157
  | [debounce(wire, timeInMs, options)](./x-components.debounce.md) | Creates a debounced [Wire](./x-components.wire.md)<!-- -->. Being debounced means that it will only be executed after the time given by <code>timeInMs</code> has passed without invoking it. |
157
158
  | [Debounce(debounceTimeInMs, debounceOptions)](./x-components.debounce.md) | Adds debounce to the method that the decorator is applied to. |
158
- | [deepFilter(array, filter, childrenKey)](./x-components.deepfilter.md) | Filters an array with all elements that pass the test implemented by the provided filter function. It also does it recursively if the property accessed, whose name is the parameter childrenKey, to the current iteration in an array. |
159
- | [deepFlat(array, childrenKey)](./x-components.deepflat.md) | Flat an ArrayType\[\] recursively using the childrenKey passed as parameter to access to his nested child which is also ArrayType\[\]. |
159
+ | [deepFilter(array, condition, childrenKey)](./x-components.deepfilter.md) | Filters an array with all elements that pass the test implemented by the given filter function. If an item has another list of items in the <code>childrenKey</code> property it recursively filters that new list, adding it to the returned one. |
160
+ | [deepFlat(array, childrenKey)](./x-components.deepflat.md) | Flat an <code>Item[]</code> deeply using the given <code>childrenKey</code> to access to his children. |
160
161
  | [filter(wire, filterFn)](./x-components.filter.md) | Creates a [Wire](./x-components.wire.md) that is only executed whenever the condition in the filterFn is true. |
161
162
  | [filterBlacklistedModules(wire, blacklist)](./x-components.filterblacklistedmodules.md) | Creates a [Wire](./x-components.wire.md) that is only executed if the event is emitted from a [XModule](./x-components.xmodule.md) that is NOT included in the <code>blacklist</code> array passed as parameter. |
162
163
  | [filterFalsyPayload(wire)](./x-components.filterfalsypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is truthy. A truthy value is whatever is not a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
163
164
  | [filterTruthyPayload(wire)](./x-components.filtertruthypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
164
165
  | [filterWhitelistedModules(wire, whitelist)](./x-components.filterwhitelistedmodules.md) | Creates a [Wire](./x-components.wire.md) that is only executed if the event is emitted from a [XModule](./x-components.xmodule.md) that is included in the <code>whitelist</code> array passed as parameter. |
165
- | [forEach(obj, callbackFn)](./x-components.foreach.md) | Iterates over every non-undefined property of the object calling the callback passed as parameter. |
166
+ | [flatHierarchicalFilters(hierarchicalFilters)](./x-components.flathierarchicalfilters.md) | This function flattens the Hierarchical Filters, returning an array with all filters including the children. |
167
+ | [getGetterPath(moduleName, getterName)](./x-components.getgetterpath.md) | Generates a getter path string with the module and getter name. |
166
168
  | [getRootXComponent(component)](./x-components.getrootxcomponent.md) | Given a component, finds the root XComponent in the ancestors hierarchy. |
167
169
  | [getStateAndGettersFromModule(state, getters, moduleName)](./x-components.getstateandgettersfrommodule.md) | Returns an object with the getters and state of a module of store defined by the moduleName parameter. |
168
- | [Getter(module, getter)](./x-components.getter.md) | Generates a computed property which returns the selected getter value.<!-- -->The decorated property needs to be public for type inference to work. |
170
+ | [getTargetElement(event)](./x-components.gettargetelement.md) | Returns the target element for a given event. The target element is obtained from <code>composedPath</code> Event method because if the event is triggered inside a Shadow DOM context, <code>event.target</code> points to Shadow DOM element, not the element that triggered the event. <code>composedPath</code> method also is available in a non-shadow DOM context. |
171
+ | [Getter(module, getter)](./x-components.getter.md) | <p>Generates a computed property which returns the selected getter value.</p><p>The decorated property needs to be public for type inference to work.</p> |
169
172
  | [groupItemsBy(array, groupBy)](./x-components.groupitemsby.md) | Groups the array items based on the provided <code>groupBy</code> function. |
170
173
  | [isArrayEmpty(array)](./x-components.isarrayempty.md) | Returns if the given array is <code>null</code>, <code>undefined</code>, or has no elements. |
171
174
  | [isElementEqualOrContained(a, b)](./x-components.iselementequalorcontained.md) | Returns true if the two elements are the same, or if <code>b</code> is a child of <code>a</code>. |
172
175
  | [isInRange(number, \[min, max\])](./x-components.isinrange.md) | Returns true if the number is greater than or equal than the min, and less than or equal than the max. |
173
- | [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | Compares two queries to know if the new one is a refined query from the previous one or a new one.<!-- -->A refined query is a query which has the previous query or part of it. Example: - previousQuery = 'lego star'. - newQuery = 'lego star wars'.<!-- -->Example: - previousQuery = 'lego star wars'. - newQuery = 'lego star'.<!-- -->A new query is a query which has not the previous query. Example: - previousQuery = 'lego star'. - newQuery = 'lego wars'.<!-- -->In this case, it is changing the word set, because a word is changed by another one, so this is changing the search intention. |
176
+ | [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | <p>Compares two queries to know if the new one is a refined query from the previous one or a new one.</p><p>A refined query is a query which has the previous query or part of it. Example: - previousQuery = 'lego star'. - newQuery = 'lego star wars'.</p><p>Example: - previousQuery = 'lego star wars'. - newQuery = 'lego star'.</p><p>A new query is a query which has not the previous query. Example: - previousQuery = 'lego star'. - newQuery = 'lego wars'.</p><p>In this case, it is changing the word set, because a word is changed by another one, so this is changing the search intention.</p> |
174
177
  | [isStringEmpty(str)](./x-components.isstringempty.md) | Util used to return true if the string is empty, undefined or null. |
175
178
  | [isXComponent(component)](./x-components.isxcomponent.md) | Returns if the component is an X-Component. An X-Component is a component that has an [XModule](./x-components.xmodule.md) associated to it. |
176
- | [map(obj, mapper)](./x-components.map.md) | Creates an object from another object transforming each property value. |
177
179
  | [mapWire(toWire, mapFn)](./x-components.mapwire.md) | Creates a [Wire](./x-components.wire.md) from other <code>toWire</code> wire. It uses <code>mapFn</code> to transform the <code>FromPayload</code> received to <code>ToPayload</code> which <code>toWire</code> requires. This is useful to reuse wires in different Events where the payload doesn't fit exactly. |
178
180
  | [namespacedDebounce(moduleName)](./x-components.namespaceddebounce.md) | Type safe debounce operator which creates a function which can only access the Module of the [Vuex](https://vuex.vuejs.org/) Store passed as parameter. |
179
181
  | [namespacedThrottle(moduleName)](./x-components.namespacedthrottle.md) | Type safe throttle operator which creates a function which can only access the Module of the [Vuex](https://vuex.vuejs.org/) Store passed as parameter. |
@@ -182,12 +184,12 @@ X-Components is a library usable everywhere not only for search experiences.
182
184
  | [namespacedWireDispatch(moduleName)](./x-components.namespacedwiredispatch.md) | Creates a namespaced [wireDispatch()](./x-components.wiredispatch.md) for the module name passed. |
183
185
  | [namespacedWireDispatchWithoutPayload(moduleName)](./x-components.namespacedwiredispatchwithoutpayload.md) | Creates a namespaced [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) for the module name passed. |
184
186
  | [normalizeString(string)](./x-components.normalizestring.md) | Trims the string, transforms it to lower case, and removes [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) from it. |
185
- | [objectFilter(obj, isIncluded)](./x-components.objectfilter.md) | Creates an object picking only the ones that pass the test implemented by the provided function isIncluded. |
186
- | [reduce(obj, reducer, initialValue)](./x-components.reduce.md) | Iterates through the obj properties calling the reducer function. |
187
187
  | [setStatus(state, status)](./x-components.setstatus.md) | Sets the request status. Can be used as a mutation. |
188
- | [State(module, path)](./x-components.state.md) | Generates a computed property which returns the selected state.<!-- -->The decorated property needs to be public for type inference to work. |
188
+ | [setupDevtools(app)](./x-components.setupdevtools.md) | **_(BETA)_** Setups a plugin for the Vue's devtools adding: - [XEvent](./x-components.xevent.md)<!-- -->s timeline. Every event is recorded in time, and its payload and metadata can be inspected. - Wiring inspector. Events and its wires can be viewed and disabled. |
189
+ | [State(module, path)](./x-components.state.md) | <p>Generates a computed property which returns the selected state.</p><p>The decorated property needs to be public for type inference to work.</p> |
189
190
  | [throttle(wire, timeInMs, options)](./x-components.throttle.md) | Creates a throttled [Wire](./x-components.wire.md)<!-- -->. Being throttled means that it will only be executed once every couple of milliseconds given by the <code>timeInMs</code> parameter. |
190
191
  | [toKebabCase(str)](./x-components.tokebabcase.md) | Util to transform string a into kebab case. |
192
+ | [use$x()](./x-components.use_x.md) | Function which returns the <code>$x</code> object from the current component instance. |
191
193
  | [wireCommit(mutation, payloadFactory)](./x-components.wirecommit.md) | Creates a wire that commits a mutation to the store. This wire receives a function. This function is used to get the actual payload value passed to mutation. This wire can be used in every event, as it does not have a payload type associated. |
192
194
  | [wireCommit(mutation, staticPayload)](./x-components.wirecommit_1.md) | Creates a wire that commits a mutation to the store. This wire can receive any value as payload. This wire can be used in every event, as it does not have a payload type associated. |
193
195
  | [wireCommit(mutation)](./x-components.wirecommit_2.md) | Creates a wire that commits a mutation to the store. This wire will commit to the store the payload that it receives in the observable. |
@@ -200,7 +202,7 @@ X-Components is a library usable everywhere not only for search experiences.
200
202
  | [wireServiceWithoutPayload(service)](./x-components.wireservicewithoutpayload.md) | Creates a wires factory that can create wires that will invoke the service methods but without payload. |
201
203
  | [xComponentMixin(module)](./x-components.xcomponentmixin.md) | Initializes a component as an X-Component: \* Registers the module passed as parameter. \* Flags the component as X-Component, so then it can be detected with the [isXComponent()](./x-components.isxcomponent.md) function. |
202
204
  | [XEmit(xEvent, { immediate, deep })](./x-components.xemit.md) | Emits the provided event whenever the decorated property changes. |
203
- | [XInject(injectKey, defaultValue)](./x-components.xinject.md) | Generates an inject configuration object to inject a value provided by [XProvide()](./x-components.xprovide.md)<!-- -->. This function injects the value into a private property of the component instance using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. This private property is named as the decorated property but prefixed with <code>_x-inject_</code>.<!-- -->Why is this private property necessary? Well, the [XProvide()](./x-components.xprovide.md) decorator, provides an object with the shape { value: any } being that value a getter to keep reactivity of the injected value. This private property is to "shortcut" that object and directly inject the value itself. Otherwise, you should access to the actual value using <code>.value</code>.<!-- -->The final step is done by a computed property. This has the same name as the decorated property. This computed returns the inner value getter of the injected object. This way the decorated property has finally the initial injected value. |
205
+ | [XInject(injectKey, defaultValue)](./x-components.xinject.md) | <p>Generates an inject configuration object to inject a value provided by [XProvide()](./x-components.xprovide.md)<!-- -->. This function injects the value into a private property of the component instance using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. This private property is named as the decorated property but prefixed with <code>_x-inject_</code>.</p><p>Why is this private property necessary? Well, the [XProvide()](./x-components.xprovide.md) decorator, provides an object with the shape { value: any } being that value a getter to keep reactivity of the injected value. This private property is to "shortcut" that object and directly inject the value itself. Otherwise, you should access to the actual value using <code>.value</code>.</p><p>The final step is done by a computed property. This has the same name as the decorated property. This computed returns the inner value getter of the injected object. This way the decorated property has finally the initial injected value.</p> |
204
206
  | [XOn(xEvent, metadataFilteringOptions)](./x-components.xon.md) | Creates a subscription to an [XEvent](./x-components.xevent.md)<!-- -->, an array of [XEvent](./x-components.xevent.md) or a component property ( reacting to its changes via a watcher) filtering out the passed metadata, if any, and un-subscribes on the beforeDestroy hook. |
205
207
  | [XProvide(provideKey)](./x-components.xprovide.md) | Generates a provide function that returns an object with the injectable value returned in a getter to keep its reactivity, using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. It overrides the provide key if the parent provides the same key. |
206
208
 
@@ -215,6 +217,7 @@ X-Components is a library usable everywhere not only for search experiences.
215
217
  | [DeviceMutations](./x-components.devicemutations.md) | Device store mutations. |
216
218
  | [DeviceState](./x-components.devicestate.md) | Device store state. |
217
219
  | [DeviceXEvents](./x-components.devicexevents.md) | Dictionary of the events of [DeviceXModule](./x-components.devicexmodule.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
220
+ | [DisplayWireMetadata](./x-components.displaywiremetadata.md) | Wire metadata specific for display wires. |
218
221
  | [EmpathizeActions](./x-components.empathizeactions.md) | Empathize store actions. |
219
222
  | [EmpathizeConfig](./x-components.empathizeconfig.md) | Configuration options for the [EmpathizeXModule](./x-components.empathizexmodule.md)<!-- -->. |
220
223
  | [EmpathizeGetters](./x-components.empathizegetters.md) | Empathize store getters. |
@@ -229,14 +232,16 @@ X-Components is a library usable everywhere not only for search experiences.
229
232
  | [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | Options to install more Vue plugins with. |
230
233
  | [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing a facet id and the group id it belongs to. |
231
234
  | [FacetsActions](./x-components.facetsactions.md) | Facets store actions. |
235
+ | [FacetsConfig](./x-components.facetsconfig.md) | Configuration options for the [FacetsXModule](./x-components.facetsxmodule.md)<!-- -->. |
232
236
  | [FacetsGetters](./x-components.facetsgetters.md) | Facets store getters. |
233
- | [FacetsGroup](./x-components.facetsgroup.md) | An object containing a list of facets, and the group they belong to.<!-- -->The facet group is used to perform operations over a list of facets. For example, some APIs have dynamic facets. This means that depending on the selected filters, some facets can be returned. For example if you select <code>category:television</code>, a new facet called \*Screen size\* might appear. And, because now filters are stored in a dictionary instead of an array, and overridden with each request, when the user performs a new query, we have to remove all the <code>Screen size</code> filters because we don't know if the API will return them or not in the new query. |
237
+ | [FacetsGroup](./x-components.facetsgroup.md) | <p>An object containing a list of facets, and the group they belong to.</p><p>The facet group is used to perform operations over a list of facets. For example, some APIs have dynamic facets. This means that depending on the selected filters, some facets can be returned. For example if you select <code>category:television</code>, a new facet called \*Screen size\* might appear. And, because now filters are stored in a dictionary instead of an array, and overridden with each request, when the user performs a new query, we have to remove all the <code>Screen size</code> filters because we don't know if the API will return them or not in the new query.</p> |
234
238
  | [FacetsMutations](./x-components.facetsmutations.md) | Facets store mutations. |
235
239
  | [FacetsService](./x-components.facetsservice.md) | Service to manipulate the filters. |
236
240
  | [FacetsState](./x-components.facetsstate.md) | Facets store state. |
237
241
  | [FacetsXEvents](./x-components.facetsxevents.md) | Dictionary of the events of Facets XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
238
242
  | [FetchAndSaveActions](./x-components.fetchandsaveactions.md) | Actions returned from the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md)<!-- -->. |
239
243
  | [FetchAndSaveHooks](./x-components.fetchandsavehooks.md) | Options to use with the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md) factory. |
244
+ | [FiltersMetadata](./x-components.filtersmetadata.md) | An object containing additional context regarding the filters. |
240
245
  | [HistoryQueriesActions](./x-components.historyqueriesactions.md) | HistoryQueries store actions. |
241
246
  | [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->. |
242
247
  | [HistoryQueriesGetters](./x-components.historyqueriesgetters.md) | HistoryQueries store getters. |
@@ -250,8 +255,11 @@ X-Components is a library usable everywhere not only for search experiences.
250
255
  | [IdentifierResultsState](./x-components.identifierresultsstate.md) | IdentifierResults store state. |
251
256
  | [IdentifierResultsXEvents](./x-components.identifierresultsxevents.md) | Dictionary of the events of IdentifierResults XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
252
257
  | [InfiniteScroll](./x-components.infinitescroll.md) | Interface to be implemented by the component which uses the infinite scroll directive. If the component wants to trigger an action when the scroll is about to end it needs to implement the <code>onInfiniteScrollEnd</code> method. |
258
+ | [InitWrapper](./x-components.initwrapper.md) | Interface for the returned type of the [XInstaller.init()](./x-components.xinstaller.init.md) function. |
253
259
  | [InstallXOptions](./x-components.installxoptions.md) | Interface for the parameter of the constructor of [XInstaller](./x-components.xinstaller.md) function. It is an extended version of [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. |
254
- | [InternalSearchRequest](./x-components.internalsearchrequest.md) | An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-adapter.searchrequest.md)<!-- -->. |
260
+ | [InternalSearchRequest](./x-components.internalsearchrequest.md) | An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-types.searchrequest.md)<!-- -->. |
261
+ | [InternalSearchResponse](./x-components.internalsearchresponse.md) | An internal search response containing the [InternalSearchRequest](./x-components.internalsearchrequest.md) performed to get a [SearchResponse](./x-types.searchresponse.md) and its [RequestStatus](./x-components.requeststatus.md)<!-- -->. |
262
+ | [MutateFilterPayload](./x-components.mutatefilterpayload.md) | Payload to use in the <code>mutateFilter</code> mutation. |
255
263
  | [NamespacedWireCommit](./x-components.namespacedwirecommit.md) | Namespaced type for the [wireCommit()](./x-components.wirecommit.md) which creates a wire with its payload associated. Possible ways for creating a wire that commits a mutation. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the mutation. |
256
264
  | [NamespacedWireDispatch](./x-components.namespacedwiredispatch.md) | Namespaced type for the [wireDispatch()](./x-components.wiredispatch.md) which creates a wire with its payload associated. Possible ways for creating a wire that dispatches an action. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the action. |
257
265
  | [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
@@ -260,6 +268,7 @@ X-Components is a library usable everywhere not only for search experiences.
260
268
  | [NextQueriesMutations](./x-components.nextqueriesmutations.md) | Next queries module mutations. |
261
269
  | [NextQueriesState](./x-components.nextqueriesstate.md) | Next queries module state. |
262
270
  | [NextQueriesXEvents](./x-components.nextqueriesxevents.md) | Dictionary of the events of NextQueries XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
271
+ | [PDPAddToCartService](./x-components.pdpaddtocartservice.md) | Service to handle the workflow for tracking add to cart from PDP. |
263
272
  | [PopularSearchesActions](./x-components.popularsearchesactions.md) | Popular searches module actions. |
264
273
  | [PopularSearchesConfig](./x-components.popularsearchesconfig.md) | Configuration options for the popular searches module. |
265
274
  | [PopularSearchesGetters](./x-components.popularsearchesgetters.md) | Popular searches module getters. |
@@ -267,6 +276,15 @@ X-Components is a library usable everywhere not only for search experiences.
267
276
  | [PopularSearchesState](./x-components.popularsearchesstate.md) | Popular searches module state. |
268
277
  | [PopularSearchesXEvents](./x-components.popularsearchesxevents.md) | Dictionary of the events of PopularSearches XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
269
278
  | [PrivateXModuleOptions](./x-components.privatexmoduleoptions.md) | Options for overriding the default store module and store emitters for a [XModule](./x-components.xmodule.md)<!-- -->. |
279
+ | [QueriesPreviewActions](./x-components.queriespreviewactions.md) | QueriesPreview store actions. |
280
+ | [QueriesPreviewConfig](./x-components.queriespreviewconfig.md) | Configuration options for the [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md)<!-- -->. |
281
+ | [QueriesPreviewGetters](./x-components.queriespreviewgetters.md) | QueriesPreview store getters. |
282
+ | [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) | QueriesPreview store mutations. |
283
+ | [QueriesPreviewState](./x-components.queriespreviewstate.md) | QueriesPreview store state. |
284
+ | [QueriesPreviewXEvents](./x-components.queriespreviewxevents.md) | Dictionary of the events of QueriesPreview XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
285
+ | [QueryPreviewInfo](./x-components.querypreviewinfo.md) | Information to render a query preview with. |
286
+ | [QueryPreviewItem](./x-components.querypreviewitem.md) | QueriesPreview store state. |
287
+ | [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md) | Payload to use in the <code>setStatus</code> mutation. |
270
288
  | [QuerySuggestionsActions](./x-components.querysuggestionsactions.md) | QuerySuggestions store actions. |
271
289
  | [QuerySuggestionsConfig](./x-components.querysuggestionsconfig.md) | Configuration options for the [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md)<!-- -->. |
272
290
  | [QuerySuggestionsGetters](./x-components.querysuggestionsgetters.md) | QuerySuggestions store getters. |
@@ -305,7 +323,12 @@ X-Components is a library usable everywhere not only for search experiences.
305
323
  | [SearchMutations](./x-components.searchmutations.md) | Search store mutations. |
306
324
  | [SearchState](./x-components.searchstate.md) | Search store state. |
307
325
  | [SearchXEvents](./x-components.searchxevents.md) | Dictionary of the events of Search XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
308
- | [SessionService](./x-components.sessionservice.md) | Service to manage the session id. |
326
+ | [SemanticQueriesActions](./x-components.semanticqueriesactions.md) | SemanticQueries store actions. |
327
+ | [SemanticQueriesConfig](./x-components.semanticqueriesconfig.md) | Configuration options for the [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->. |
328
+ | [SemanticQueriesGetters](./x-components.semanticqueriesgetters.md) | SemanticQueries store getters. |
329
+ | [SemanticQueriesMutations](./x-components.semanticqueriesmutations.md) | SemanticQueries store mutations. |
330
+ | [SemanticQueriesState](./x-components.semanticqueriesstate.md) | SemanticQueries store state. |
331
+ | [SemanticQueriesXEvents](./x-components.semanticqueriesxevents.md) | Dictionary of the events of [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->,where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
309
332
  | [SnippetConfig](./x-components.snippetconfig.md) | Interface with the possible parameters to receive through the snippet integration. |
310
333
  | [SpatialNavigation](./x-components.spatialnavigation.md) | Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->. |
311
334
  | [StateSelector](./x-components.stateselector.md) | Composition type of [SimpleStateSelector](./x-components.simplestateselector.md) which allows to indicate if the state selector should be executed in first instance (first assignment of values). Selector is the [SimpleStateSelector](./x-components.simplestateselector.md) and immediate flags if the selector should be executed when it is initialized for first time. |
@@ -323,7 +346,9 @@ X-Components is a library usable everywhere not only for search experiences.
323
346
  | [UrlGetters](./x-components.urlgetters.md) | URL store getters. |
324
347
  | [UrlMutations](./x-components.urlmutations.md) | URL store mutations. |
325
348
  | [UrlParams](./x-components.urlparams.md) | URL store params. |
349
+ | [UrlState](./x-components.urlstate.md) | URL store state. |
326
350
  | [UrlXEvents](./x-components.urlxevents.md) | Dictionary of the events of URL XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
351
+ | [WatchedInternalSearchRequest](./x-components.watchedinternalsearchrequest.md) | A representation of a watched [InternalSearchRequest](./x-components.internalsearchrequest.md) object, wrapping its new and old values. |
327
352
  | [WireMetadata](./x-components.wiremetadata.md) | The wires metadata includes more information about the emitted event, so then these events can be processed with more precision if needed. |
328
353
  | [WireParams](./x-components.wireparams.md) | Groups the payload, metadata, and the store into an object to avoid having multiple parameters. |
329
354
  | [WirePayload](./x-components.wirepayload.md) | The wire payload includes the payload of the event, and a [WireMetadata](./x-components.wiremetadata.md) object to add more information to the event. |
@@ -331,12 +356,11 @@ X-Components is a library usable everywhere not only for search experiences.
331
356
  | [WireServiceWithoutPayload](./x-components.wireservicewithoutpayload.md) | Wires factory to invoke methods from a given service. |
332
357
  | [XActionContext](./x-components.xactioncontext.md) | Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the local types of the module. |
333
358
  | [XAPI](./x-components.xapi.md) | Interface with the API functions exposes as X [window](https://developer.mozilla.org/en-US/docs/Web/API/Window) property. |
334
- | [XBus](./x-components.xbus.md) | The events bus that allows emitting and subscribing to [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. |
335
359
  | [XComponentAliasAPI](./x-components.xcomponentaliasapi.md) | Alias to facilitate retrieving values from the store. |
336
360
  | [XComponentAliasQueryAPI](./x-components.xcomponentaliasqueryapi.md) | Alias to facilitate retrieving the modules with query. |
337
361
  | [XComponentAliasStatusAPI](./x-components.xcomponentaliasstatusapi.md) | Alias to facilitate retrieving the modules with status. |
338
- | [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the [XBus](./x-components.xbus.md)<!-- -->, and store aliases to the components. |
339
- | [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the [XBus](./x-components.xbus.md)<!-- -->. |
362
+ | [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the , and store aliases to the components. |
363
+ | [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the . |
340
364
  | [XEventsTypes](./x-components.xeventstypes.md) | Dictionary of all the [XEvents](./x-components.xevent.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
341
365
  | [XInjectKey](./x-components.xinjectkey.md) | Type of the key passed to [XProvide()](./x-components.xprovide.md) and [XInject()](./x-components.xinject.md) to be type-safe. With this type you can declare the type of the injected value directly in the injection key. |
342
366
  | [XModule](./x-components.xmodule.md) | A group of a wiring configuration, a store module, and side effects. |
@@ -351,12 +375,36 @@ X-Components is a library usable everywhere not only for search experiences.
351
375
  | --- | --- |
352
376
  | [addQueryToHistory](./x-components.addquerytohistory.md) | Default implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->. |
353
377
  | [addQueryToHistoryQueries](./x-components.addquerytohistoryqueries.md) | Saves a new query into the history queries. |
354
- | [ArrowIcon](./x-components.arrowicon.md) | |
378
+ | [animateClipPath](./x-components.animateclippath.md) | Returns a transition component to wrap an element passed in the default slot and animating its clip-path using inset and with the origin passed as parameter. |
379
+ | [animateScale](./x-components.animatescale.md) | Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter. |
380
+ | [animateTranslate](./x-components.animatetranslate.md) | Returns a transition component to wrap an element passed in the default slot and animating its translate using transform and with the transform origin passed as parameter. |
381
+ | [AnimationProp](./x-components.animationprop.md) | Type for animations props. |
382
+ | [ArrowDownIcon](./x-components.arrowdownicon.md) | |
383
+ | [ArrowLeftIcon](./x-components.arrowlefticon.md) | |
384
+ | [ArrowRightIcon](./x-components.arrowrighticon.md) | |
385
+ | [ArrowUpIcon](./x-components.arrowupicon.md) | |
386
+ | [AutoProgressBar](./x-components.autoprogressbar.md) | The auto progress bar component is useful for displaying a visual indicator of numerical data in a bar shape. |
355
387
  | [BagIcon](./x-components.bagicon.md) | |
356
388
  | [BarCodeIcon](./x-components.barcodeicon.md) | |
357
389
  | [BarcodeTinyIcon](./x-components.barcodetinyicon.md) | |
390
+ | [BaseAddToCart](./x-components.baseaddtocart.md) | Renders a button with a default slot. It receives the result with the data and emits [XEventsTypes.UserClickedResultAddToCart](./x-components.xeventstypes.userclickedresultaddtocart.md) to the bus on click mouse event. |
391
+ | [BaseCurrency](./x-components.basecurrency.md) | <p>Renders the value received as a property which always must be a JavaScript number, with the proper format provided as a string property or by injection. The rendered tag is a span in order to render a default inline HTML element.</p><p>Regarding the format or mask to be defined as string: - Use 'i' to define integer numbers. - Use 'd' to define decimal numbers. You can define the length of the decimal part. If the format doesn't include decimals, it is filled with zeros until reach the length defined with 'd's. - Integer separator must be defined between the 3rd and the 4th integer 'i' of a group. - Decimal separator must be defined between the last 'i' and the first 'd'. It can be more than one character. - If you want to hide the decimal part if it's zero, you can add the <code>?</code> symbol after the decimal characters (e.g. 'i.iii,dd?', for <code>1234</code> you would get <code>1.234</code> instead of <code>1.234,00</code>). - Set whatever you need around the integers and decimals marks. - Default mask: 'i.iii,dd' which returns '1.345,67'.</p> |
392
+ | [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component contains an event button that emits [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicked. It has a default slot to customize its contents. |
393
+ | [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component contains an event button that emits [XEventsTypes.UserClickedOpenEventsModal](./x-components.xeventstypes.userclickedopeneventsmodal.md) when clicked. It has a default slot to customize its contents. |
358
394
  | [BaseFallbackImage](./x-components.basefallbackimage.md) | |
395
+ | [BaseIdModalClose](./x-components.baseidmodalclose.md) | Component that allows to close a modal by emitting [XEventsTypes.UserClickedCloseModal](./x-components.xeventstypes.userclickedclosemodal.md)<!-- -->. It allows full customization with the 'closing-element' slot and exposes the 'closeModal' function. |
396
+ | [BaseIdModalOpen](./x-components.baseidmodalopen.md) | Component that allows to open a modal by emitting [XEventsTypes.UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) with the modalId as payload. It allows full customization with the 'opening-element' slot and exposes the 'openModal' function. |
359
397
  | [BasePlaceholderImage](./x-components.baseplaceholderimage.md) | |
398
+ | [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
399
+ | [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
400
+ | [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [result](./x-types.result.md) current price that may or may not be on sale. |
401
+ | [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code>&lt;img&gt;</code>. |
402
+ | [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code>&lt;a&gt;</code> wrapping the result contents. |
403
+ | [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
404
+ | [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
405
+ | [BaseSuggestion](./x-components.basesuggestion.md) | <p>Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvents](./x-components.xevent.md) that will be emitted on click with a given feature.</p><p>The default slot receives the suggestion and the matched query has props.</p> |
406
+ | [BaseTogglePanel](./x-components.basetogglepanel.md) | Simple panel that receives its open state via prop, which is responsible of rendering default slot inside a configurable transition. |
407
+ | [bus](./x-components.bus.md) | Default implementation. |
360
408
  | [cancelFetchAndSaveIdentifierResults](./x-components.cancelfetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.cancelFetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md) action. |
361
409
  | [cancelFetchAndSaveIdentifierResultsWire](./x-components.cancelfetchandsaveidentifierresultswire.md) | Cancels the [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) request promise. |
362
410
  | [cancelFetchAndSaveNextQueries](./x-components.cancelfetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.cancelFetchAndSaveNextQueries()](./x-components.nextqueriesactions.cancelfetchandsavenextqueries.md) action. |
@@ -368,10 +416,11 @@ X-Components is a library usable everywhere not only for search experiences.
368
416
  | [cancelFetchAndSaveSearchResponse](./x-components.cancelfetchandsavesearchresponse.md) | Default implementation for [SearchActions.cancelFetchAndSaveSearchResponse()](./x-components.searchactions.cancelfetchandsavesearchresponse.md) action. |
369
417
  | [cancelFetchAndSaveSearchResponseWire](./x-components.cancelfetchandsavesearchresponsewire.md) | Cancels the [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) request promise. |
370
418
  | [cancelFetchAndSaveSuggestionsWire](./x-components.cancelfetchandsavesuggestionswire.md) | Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) request promise. |
419
+ | [CartFilledIcon](./x-components.cartfilledicon.md) | |
371
420
  | [CartIcon](./x-components.carticon.md) | |
372
- | [CheckboxCardSelectedIcon](./x-components.checkboxcardselectedicon.md) | |
373
- | [CheckboxCardUnselectedIcon](./x-components.checkboxcardunselectedicon.md) | |
421
+ | [CheckboxSelectedFilledIcon](./x-components.checkboxselectedfilledicon.md) | |
374
422
  | [CheckboxSelectedIcon](./x-components.checkboxselectedicon.md) | |
423
+ | [CheckboxUnselectedFilledIcon](./x-components.checkboxunselectedfilledicon.md) | |
375
424
  | [CheckboxUnselectedIcon](./x-components.checkboxunselectedicon.md) | |
376
425
  | [CheckIcon](./x-components.checkicon.md) | |
377
426
  | [CheckTinyIcon](./x-components.checktinyicon.md) | |
@@ -387,13 +436,27 @@ X-Components is a library usable everywhere not only for search experiences.
387
436
  | [clearHistoryQueriesQuery](./x-components.clearhistoryqueriesquery.md) | Sets the query of the history queries module to an empty string. |
388
437
  | [clearIdentifierResultsQuery](./x-components.clearidentifierresultsquery.md) | Clears the identifier-results module query. |
389
438
  | [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
439
+ | [clearQueryPreviewWire](./x-components.clearquerypreviewwire.md) | Clears a query preview from queries preview module. |
390
440
  | [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
441
+ | [clearQueryWire](./x-components.clearquerywire.md) | Clears the query. |
391
442
  | [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
443
+ | [clearSearchQuery](./x-components.clearsearchquery.md) | Clears the search state <code>query</code>. |
392
444
  | [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
445
+ | [CloseMainModal](./x-components.closemainmodal.md) | Button to close the [MainModal](./x-components.mainmodal.md)<!-- -->. |
446
+ | [CornerArrowLeft](./x-components.cornerarrowleft.md) | |
447
+ | [CornerArrowRight](./x-components.cornerarrowright.md) | |
393
448
  | [CrossIcon](./x-components.crossicon.md) | |
394
449
  | [CrossTinyIcon](./x-components.crosstinyicon.md) | |
450
+ | [CuratedCheckFilledIcon](./x-components.curatedcheckfilledicon.md) | |
451
+ | [CuratedCheckIcon](./x-components.curatedcheckicon.md) | |
452
+ | [CuratedCheckTinyFilledIcon](./x-components.curatedchecktinyfilledicon.md) | |
453
+ | [CuratedCheckTinyIcon](./x-components.curatedchecktinyicon.md) | |
395
454
  | [debounceFunction](./x-components.debouncefunction.md) | Util function that returns a debounced version of the function passed as parameter. It can use the leading strategy, trailing strategy or both. Using both would result in one leading execution guaranteed and trailing executions only if there are further calls during the length of the debounce time. |
396
455
  | [deviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>device</code> entry point. |
456
+ | [DiagonalArrowLeftDownIcon](./x-components.diagonalarrowleftdownicon.md) | |
457
+ | [DiagonalArrowLeftTopIcon](./x-components.diagonalarrowlefttopicon.md) | |
458
+ | [DiagonalArrowRightDownIcon](./x-components.diagonalarrowrightdownicon.md) | |
459
+ | [DiagonalArrowRightTopIcon](./x-components.diagonalarrowrighttopicon.md) | |
397
460
  | [empathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
398
461
  | [extraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>extraParams</code> entry point. |
399
462
  | [facets](./x-components.facets.md) | Default implementation for the [FacetsGetters.facets](./x-components.facetsgetters.facets.md) getter. |
@@ -402,25 +465,37 @@ X-Components is a library usable everywhere not only for search experiences.
402
465
  | [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the [IdentifierResultsState.query](./x-components.identifierresultsstate.query.md)<!-- -->. |
403
466
  | [fetchAndSaveNextQueries](./x-components.fetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.fetchAndSaveNextQueries()](./x-components.nextqueriesactions.fetchandsavenextqueries.md) action. |
404
467
  | [fetchAndSaveNextQueriesWire](./x-components.fetchandsavenextquerieswire.md) | Requests and stores the next queries. |
468
+ | [fetchAndSaveNextQueryPreviewWire](./x-components.fetchandsavenextquerypreviewwire.md) | Requests and store the next query preview results. |
405
469
  | [fetchAndSavePopularSearches](./x-components.fetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.fetchAndSaveSuggestions()](./x-components.popularsearchesactions.fetchandsavesuggestions.md) action. |
470
+ | [fetchAndSaveQueryPreview](./x-components.fetchandsavequerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchAndSaveQueryPreview()](./x-components.queriespreviewactions.fetchandsavequerypreview.md)<!-- -->. |
471
+ | [fetchAndSaveQueryPreviewWire](./x-components.fetchandsavequerypreviewwire.md) | Requests and stores the query preview results. |
406
472
  | [fetchAndSaveQuerySuggestions](./x-components.fetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) action. |
407
473
  | [fetchAndSaveRecommendations](./x-components.fetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.fetchAndSaveRecommendations()](./x-components.recommendationsactions.fetchandsaverecommendations.md) action. |
408
474
  | [fetchAndSaveRelatedTags](./x-components.fetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
409
475
  | [fetchAndSaveRelatedTagsWire](./x-components.fetchandsaverelatedtagswire.md) | Requests and stores the related tags. |
410
476
  | [fetchAndSaveSearchResponse](./x-components.fetchandsavesearchresponse.md) | Default implementation for [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) action. |
411
477
  | [fetchAndSaveSearchResponseWire](./x-components.fetchandsavesearchresponsewire.md) | Requests and stores the search response. |
478
+ | [fetchAndSaveSemanticQuery](./x-components.fetchandsavesemanticquery.md) | Default implementation for the [SemanticQueriesActions.fetchAndSaveSemanticQuery()](./x-components.semanticqueriesactions.fetchandsavesemanticquery.md)<!-- -->. |
479
+ | [fetchAndSaveSemanticQueryWire](./x-components.fetchandsavesemanticquerywire.md) | Requests and stores the semantic query results. |
412
480
  | [fetchAndSaveSuggestionsWire](./x-components.fetchandsavesuggestionswire.md) | Requests and stores a new set of query suggestions for the [QuerySuggestionsState.query](./x-components.querysuggestionsstate.query.md)<!-- -->. |
413
481
  | [fetchIdentifierResults](./x-components.fetchidentifierresults.md) | Default implementation for the [IdentifierResultsActions.fetchIdentifierResults()](./x-components.identifierresultsactions.fetchidentifierresults.md)<!-- -->. |
414
482
  | [fetchNextQueries](./x-components.fetchnextqueries.md) | Default implementation for the [NextQueriesActions.fetchNextQueries()](./x-components.nextqueriesactions.fetchnextqueries.md)<!-- -->. |
415
483
  | [fetchPopularSearches](./x-components.fetchpopularsearches.md) | Default implementation for the [PopularSearchesActions.fetchSuggestions()](./x-components.popularsearchesactions.fetchsuggestions.md)<!-- -->. |
484
+ | [fetchQueryPreview](./x-components.fetchquerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchQueryPreview()](./x-components.queriespreviewactions.fetchquerypreview.md)<!-- -->. |
416
485
  | [fetchQuerySuggestions](./x-components.fetchquerysuggestions.md) | Default implementation for the [QuerySuggestionsActions.fetchSuggestions()](./x-components.querysuggestionsactions.fetchsuggestions.md)<!-- -->. |
417
486
  | [fetchRecommendations](./x-components.fetchrecommendations.md) | Default implementation for the [RecommendationsActions.fetchRecommendations()](./x-components.recommendationsactions.fetchrecommendations.md)<!-- -->. |
418
487
  | [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
419
488
  | [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
489
+ | [fetchSemanticQuery](./x-components.fetchsemanticquery.md) | Default implementation for the [SemanticQueriesActions.fetchSemanticQuery()](./x-components.semanticqueriesactions.fetchsemanticquery.md)<!-- -->. |
420
490
  | [FiltersIcon](./x-components.filtersicon.md) | |
491
+ | [FOCUSABLE\_SELECTORS](./x-components.focusable_selectors.md) | Comma separated list of common focusable selectors. |
421
492
  | [getURLParameter](./x-components.geturlparameter.md) | Get one parameter value from the url. |
422
493
  | [Grid1ColIcon](./x-components.grid1colicon.md) | |
423
494
  | [Grid2ColIcon](./x-components.grid2colicon.md) | |
495
+ | [Grid2RowsIcon](./x-components.grid2rowsicon.md) | |
496
+ | [Grid4ColIcon](./x-components.grid4colicon.md) | |
497
+ | [HeartIcon](./x-components.hearticon.md) | |
498
+ | [HeartIconFilled](./x-components.hearticonfilled.md) | |
424
499
  | [HideIcon](./x-components.hideicon.md) | |
425
500
  | [HistoryIcon](./x-components.historyicon.md) | |
426
501
  | [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
@@ -430,10 +505,14 @@ X-Components is a library usable everywhere not only for search experiences.
430
505
  | [identifierHighlightRegexp](./x-components.identifierhighlightregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md) getter. |
431
506
  | [identifierResultsRequest](./x-components.identifierresultsrequest.md) | Default implementation for the [IdentifierResultsGetters.identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md) getter. |
432
507
  | [identifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>identifier-results</code> entry point. |
433
- | [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Increases the current search state <code>page</code> by one. |
434
- | [infiniteScroll](./x-components.infinitescroll.md) | Custom Vue directive for infinite scroll.<!-- -->This directive uses the IntersectionObserver API to handle the intersection between the children and the scrollable container. The content of the children moves up on scroll and when it reaches the end the IntersectionObserver triggers that both elements are intersecting.<!-- -->How it works.<!-- -->As a summary, if the scroll reaches the end, the <code>vNode.context.onInfiniteScrollEnd</code> function implemented by the component which imports the directive, is executed. If you provide a margin in the directive options, this function is triggered when the scroll reaches the end minus that amount of pixels. A default margin of 200px is set.<!-- -->Usage.<!-- -->The directive has to be set in the target element. It can receive an argument which will be used to determine the scrollable container. Possible values: \* html: will set the <html> as the scrollable container. \* body: will set the <body> as the scrollable container. \* id: will set the DOM element with the provided id as the scrollable container.<!-- -->If no argument is provided the scrollable container fallbacks to the viewport. |
508
+ | [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Default implementation for the [SearchActions.increasePageAppendingResults()](./x-components.searchactions.increasepageappendingresults.md)<!-- -->. |
509
+ | [increasePageAppendingResultsWire](./x-components.increasepageappendingresultswire.md) | Increases the current search state <code>page</code> by one. |
510
+ | [infiniteScroll](./x-components.infinitescroll.md) | <p>Custom Vue directive for infinite scroll.</p><p>This directive uses the IntersectionObserver API to handle the intersection between the children and the scrollable container. The content of the children moves up on scroll and when it reaches the end, the IntersectionObserver triggers that both elements are intersecting.</p><p>How it works.</p><p>As a summary, if the scroll reaches the end, the <code>vNode.context.onInfiniteScrollEnd</code> function implemented by the component which imports the directive, is executed. If you provide a margin in the directive options, this function is triggered when the scroll reaches the end minus that amount of pixels. A default margin of 200px is set.</p><p>Usage.</p><p>The directive has to be set in the target element. It can receive an argument which will be used to determine the scrollable container. Possible values: <code>html</code>: will set the <html> as the scrollable container. <code>body</code>: will set the <body> as the scrollable container. ID: will set the DOM element with the provided id as the scrollable container.</p><p>If no argument is provided the scrollable container fallbacks to the viewport.</p> |
511
+ | [LightBulbOff](./x-components.lightbulboff.md) | |
512
+ | [LightBulbOn](./x-components.lightbulbon.md) | |
435
513
  | [loadHistoryQueriesFromBrowserStorage](./x-components.loadhistoryqueriesfrombrowserstorage.md) | Default implementation for the [HistoryQueriesActions.loadHistoryQueriesFromBrowserStorage()](./x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md) action. |
436
514
  | [loadHistoryQueriesFromBrowserStorageWire](./x-components.loadhistoryqueriesfrombrowserstoragewire.md) | Loads the history queries from the browser storage, saving them to the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md)<!-- -->. |
515
+ | [MainModal](./x-components.mainmodal.md) | A specialised version of a modal component, made to contain a full search application. |
437
516
  | [MenuIcon](./x-components.menuicon.md) | |
438
517
  | [MinusIcon](./x-components.minusicon.md) | |
439
518
  | [MinusTinyIcon](./x-components.minustinyicon.md) | |
@@ -441,49 +520,60 @@ X-Components is a library usable everywhere not only for search experiences.
441
520
  | [nextQueriesRequest](./x-components.nextqueriesrequest.md) | Default implementation for the [NextQueriesGetters.request](./x-components.nextqueriesgetters.request.md) getter. |
442
521
  | [nextQueriesXModule](./x-components.nextqueriesxmodule.md) | Next queries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>next-queries</code> entry point. |
443
522
  | [normalizedQuery](./x-components.normalizedquery.md) | Default implementation for the [QuerySuggestionsGetters.normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) getter. |
444
- | [Nq1Icon](./x-components.nq1icon.md) | |
445
- | [Nq2Icon](./x-components.nq2icon.md) | |
446
- | [Nq3Icon](./x-components.nq3icon.md) | |
447
- | [Nq4Icon](./x-components.nq4icon.md) | |
523
+ | [OpenMainModal](./x-components.openmainmodal.md) | Button to open the [MainModal](./x-components.mainmodal.md)<!-- -->. |
448
524
  | [PlusIcon](./x-components.plusicon.md) | |
525
+ | [PlusTinyIcon](./x-components.plustinyicon.md) | |
449
526
  | [popularSearches](./x-components.popularsearches.md) | Default implementation for the [PopularSearchesGetters.popularSearches](./x-components.popularsearchesgetters.popularsearches.md) getter. |
450
527
  | [popularSearchesRequest](./x-components.popularsearchesrequest.md) | Default implementation for the [PopularSearchesGetters.request](./x-components.popularsearchesgetters.request.md) getter. |
451
528
  | [popularSearchesXModule](./x-components.popularsearchesxmodule.md) | Popular searches [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>popular-searches</code> entry point. |
529
+ | [queriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>queries-preview</code> entry point. |
452
530
  | [querySuggestions](./x-components.querysuggestions.md) | Default implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
453
531
  | [querySuggestionsRequest](./x-components.querysuggestionsrequest.md) | Default implementation for the [QuerySuggestionsGetters.request](./x-components.querysuggestionsgetters.request.md) getter. |
454
532
  | [querySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>query-suggestions</code> entry point. |
533
+ | [RadioButtonSelectedIcon](./x-components.radiobuttonselectedicon.md) | |
534
+ | [RadioButtonUnselectedIcon](./x-components.radiobuttonunselectedicon.md) | |
455
535
  | [RECOMMENDATIONS\_ORIGIN](./x-components.recommendations_origin.md) | Constant for the recommendations request. |
456
536
  | [recommendationsRequest](./x-components.recommendationsrequest.md) | Default implementation for the [RecommendationsGetters.request](./x-components.recommendationsgetters.request.md) getter. |
457
537
  | [recommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>recommendations</code> entry point. |
458
538
  | [refreshHistoryQueriesSession](./x-components.refreshhistoryqueriessession.md) | Triggers a session refresh, extending its validity for the time configured in the [HistoryQueriesConfig.sessionTTLInMs](./x-components.historyqueriesconfig.sessionttlinms.md)<!-- -->. |
459
539
  | [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
460
540
  | [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
541
+ | [relatedTagsQuery](./x-components.relatedtagsquery.md) | Default implementation for the [RelatedTagsGetters.query](./x-components.relatedtagsgetters.query.md) getter. |
461
542
  | [relatedTagsRequest](./x-components.relatedtagsrequest.md) | Default implementation for the [RelatedTagsGetters.request](./x-components.relatedtagsgetters.request.md) getter. |
462
543
  | [relatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>related-tags</code> entry point. |
463
544
  | [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
464
545
  | [removeHistoryQuery](./x-components.removehistoryquery.md) | Removes a single history query from the history queries. |
465
546
  | [resetAppending](./x-components.resetappending.md) | Resets the search state <code>isAppendingResults</code>. |
466
- | [resetFacets](./x-components.resetfacets.md) | Sets empty value to the search state <code>facets</code>. |
467
- | [resetPage](./x-components.resetpage.md) | Sets 1 to the search state <code>page</code>. |
468
- | [resetSort](./x-components.resetsort.md) | Sets empty value to the search state <code>sort</code>. |
547
+ | [resetFromNoResultsWithFilters](./x-components.resetfromnoresultswithfilters.md) | Resets the search state <code>fromNoResultsWithFilters</code>. |
548
+ | [resetIsNoResults](./x-components.resetisnoresults.md) | Resets the search state <code>isNoResults</code>. |
549
+ | [resetRequestOnRefinement](./x-components.resetrequestonrefinement.md) | Default implementation for the [SearchActions.resetRequestOnRefinement()](./x-components.searchactions.resetrequestonrefinement.md)<!-- -->. |
550
+ | [resetRequestOnRefinementWire](./x-components.resetrequestonrefinementwire.md) | Resets the [SearchGetters.request](./x-components.searchgetters.request.md) parameters when refining request and before the actual request is launched. |
551
+ | [resetResultsPreviewWire](./x-components.resetresultspreviewwire.md) | Resets the next query preview results. |
469
552
  | [resetSpellcheckQuery](./x-components.resetspellcheckquery.md) | Resets the search state <code>spellcheckedQuery</code> to its initial value, an empty string. |
553
+ | [resetStateIfNoRequestWire](./x-components.resetstateifnorequestwire.md) | Resets the search state when the request is changed to null. See the for details. |
470
554
  | [sanitize](./x-components.sanitize.md) | Sanitize characters from a given string. |
555
+ | [saveIdentifierResultsOrigin](./x-components.saveidentifierresultsorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
471
556
  | [saveIdentifierResultsOriginWire](./x-components.saveidentifierresultsoriginwire.md) | Sets the identifier results state <code>origin</code>. |
472
- | [saveOrigin](./x-components.saveorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
473
557
  | [saveOriginWire](./x-components.saveoriginwire.md) | Sets the search state <code>origin</code>. |
474
558
  | [saveQuery](./x-components.savequery.md) | Default implementation for the [IdentifierResultsActions.saveQuery()](./x-components.identifierresultsactions.savequery.md)<!-- -->. |
559
+ | [saveSearchOrigin](./x-components.savesearchorigin.md) | Default implementation for the [SearchActions.saveOrigin()](./x-components.searchactions.saveorigin.md)<!-- -->. |
560
+ | [saveSearchResponse](./x-components.savesearchresponse.md) | Default implementation for the [SearchActions.saveSearchResponse()](./x-components.searchactions.savesearchresponse.md)<!-- -->. |
475
561
  | [scrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
476
562
  | [searchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search-box</code> entry point. |
477
563
  | [SearchIcon](./x-components.searchicon.md) | |
564
+ | [searchQuery](./x-components.searchquery.md) | Default implementation for the [SearchState.query](./x-components.searchstate.query.md) getter. |
478
565
  | [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
479
566
  | [SearchTinyIcon](./x-components.searchtinyicon.md) | |
480
567
  | [searchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search</code> entry point. |
481
568
  | [selectedFilters](./x-components.selectedfilters.md) | Default implementation for the [FacetsGetters.selectedFilters](./x-components.facetsgetters.selectedfilters.md) getter. |
482
569
  | [selectedFiltersByFacet](./x-components.selectedfiltersbyfacet.md) | Default implementation for the [FacetsGetters.selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) getter. |
570
+ | [semanticQueriesXModule](./x-components.semanticqueriesxmodule.md) | SemanticQueries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>semantic-queries</code>entry point. |
483
571
  | [sessionHistoryQueries](./x-components.sessionhistoryqueries.md) | Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x-components.historyqueriesgetters.sessionhistoryqueries.md) getter. |
484
572
  | [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
485
573
  | [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
486
574
  | [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
575
+ | [setHistoryQueriesDisabled](./x-components.sethistoryqueriesdisabled.md) | Disables history queries. |
576
+ | [setHistoryQueriesEnabled](./x-components.sethistoryqueriesenabled.md) | Enables history queries. |
487
577
  | [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
488
578
  | [setIdentifierResultsExtraParams](./x-components.setidentifierresultsextraparams.md) | Sets the identifier result state <code>params</code>. |
489
579
  | [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
@@ -491,15 +581,17 @@ X-Components is a library usable everywhere not only for search experiences.
491
581
  | [setName](./x-components.setname.md) | Sets the device of the [DeviceXModule](./x-components.devicexmodule.md)<!-- -->. |
492
582
  | [setNextQueriesExtraParams](./x-components.setnextqueriesextraparams.md) | Sets the next queries state <code>params</code>. |
493
583
  | [setNextQueriesQuery](./x-components.setnextqueriesquery.md) | Sets the next queries state <code>query</code>. |
494
- | [setPageSize](./x-components.setpagesize.md) | Sets the search state <code>pageSize</code>. |
495
584
  | [setParams](./x-components.setparams.md) | Sets the extra params of the url module. |
496
585
  | [setPendingScrollToWire](./x-components.setpendingscrolltowire.md) | Saves the selector of the item that should be scrolled into the view. |
497
586
  | [setPopularSearchesExtraParams](./x-components.setpopularsearchesextraparams.md) | Sets the popular searches state <code>params</code>. |
587
+ | [setQueriesPreviewExtraParamsWire](./x-components.setqueriespreviewextraparamswire.md) | Sets the queries preview state <code>params</code>. |
498
588
  | [setQueryFromLastHistoryQuery](./x-components.setqueryfromlasthistoryquery.md) | Default implementation for the [NextQueriesActions.setQueryFromLastHistoryQuery()](./x-components.nextqueriesactions.setqueryfromlasthistoryquery.md)<!-- -->. |
499
589
  | [setQueryFromLastHistoryQueryWire](./x-components.setqueryfromlasthistoryquerywire.md) | Sets the next queries state <code>query</code> with the last query in history queries. |
590
+ | [setQueryFromSearchResponseChangedWire](./x-components.setqueryfromsearchresponsechangedwire.md) | Sets the query taking the [SearchXEvents.SearchResponseChanged](./x-components.searchxevents.searchresponsechanged.md) payload. |
500
591
  | [setQuerySuggestionsExtraParams](./x-components.setquerysuggestionsextraparams.md) | Sets the query suggestions state <code>params</code>. |
501
592
  | [setQuerySuggestionsQuery](./x-components.setquerysuggestionsquery.md) | Sets the query-suggestions module query. |
502
- | [setQueryTaggingDebounce](./x-components.setquerytaggingdebounce.md) | Sets the tagging state config <code>queryTaggingDebounceMs</code>. |
593
+ | [setQueryTaggingInfo](./x-components.setquerytagginginfo.md) | Sets the tagging state of the query tagging info using a debounce which ends if the user accepts a query. |
594
+ | [setQueryWire](./x-components.setquerywire.md) | Sets the query. |
503
595
  | [setRecommendationsExtraParams](./x-components.setrecommendationsextraparams.md) | Sets the recommendations state <code>params</code>. |
504
596
  | [setRelatedTags](./x-components.setrelatedtags.md) | Sets the search state <code>relatedTags</code>. |
505
597
  | [setRelatedTagsExtraParams](./x-components.setrelatedtagsextraparams.md) | Sets the related tags state <code>params</code>. |
@@ -514,9 +606,14 @@ X-Components is a library usable everywhere not only for search experiences.
514
606
  | [setSearchExtraParams](./x-components.setsearchextraparams.md) | Sets the search state <code>params</code>. |
515
607
  | [setSearchPage](./x-components.setsearchpage.md) | Sets the search state <code>page</code>. |
516
608
  | [setSearchQuery](./x-components.setsearchquery.md) | Sets the search state <code>query</code>. |
609
+ | [setSearchUrlParams](./x-components.setsearchurlparams.md) | Default implementation for the [SearchActions.setUrlParams()](./x-components.searchactions.seturlparams.md)<!-- -->. |
517
610
  | [setSelectedFilters](./x-components.setselectedfilters.md) | Sets the search state <code>selectedFilters</code>. |
518
- | [setSessionDuration](./x-components.setsessionduration.md) | Sets the tagging state <code>sessionTTLMs</code>. |
611
+ | [setSemanticQueriesExtraParamsWire](./x-components.setsemanticqueriesextraparamswire.md) | Sets the semantic queries state <code>params</code>. |
519
612
  | [setSort](./x-components.setsort.md) | Sets the search state <code>sort</code>. |
613
+ | [setTaggingConfig](./x-components.settaggingconfig.md) | Sets the tagging config state. |
614
+ | [SettingsIcon](./x-components.settingsicon.md) | |
615
+ | [setTotalResultsFromSearchResponseChangedWire](./x-components.settotalresultsfromsearchresponsechangedwire.md) | Sets the total results taking the [SearchXEvents.SearchResponseChanged](./x-components.searchxevents.searchresponsechanged.md) payload. |
616
+ | [setTotalResultsWire](./x-components.settotalresultswire.md) | Sets the total results. |
520
617
  | [setUrlFilters](./x-components.seturlfilters.md) | Sets the filters of the url module. |
521
618
  | [setUrlPage](./x-components.seturlpage.md) | Sets the page of the url module. |
522
619
  | [setUrlParams](./x-components.seturlparams.md) | Sets the search state <code>query</code>. |
@@ -526,8 +623,16 @@ X-Components is a library usable everywhere not only for search experiences.
526
623
  | [setUrlScroll](./x-components.seturlscroll.md) | Sets the scroll of the url module. |
527
624
  | [setUrlSort](./x-components.seturlsort.md) | Sets the sort of the url module. |
528
625
  | [ShowIcon](./x-components.showicon.md) | |
626
+ | [SortAZIcon](./x-components.sortazicon.md) | |
627
+ | [SortPriceDownIcon](./x-components.sortpricedownicon.md) | |
628
+ | [SortPriceUpIcon](./x-components.sortpriceupicon.md) | |
629
+ | [SortRelevancyIcon](./x-components.sortrelevancyicon.md) | |
630
+ | [SortZAIcon](./x-components.sortzaicon.md) | |
631
+ | [SPLIT\_WORDS\_REGEX](./x-components.split_words_regex.md) | Regex for splitting a query into its words. |
632
+ | [StarFilledIcon](./x-components.starfilledicon.md) | |
529
633
  | [StarIcon](./x-components.staricon.md) | |
530
634
  | [storageKey](./x-components.storagekey.md) | Default implementation for the [HistoryQueriesGetters.storageKey](./x-components.historyqueriesgetters.storagekey.md) getter. |
635
+ | [TagFilledIcon](./x-components.tagfilledicon.md) | |
531
636
  | [taggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
532
637
  | [TagIcon](./x-components.tagicon.md) | |
533
638
  | [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
@@ -535,13 +640,18 @@ X-Components is a library usable everywhere not only for search experiences.
535
640
  | [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
536
641
  | [track](./x-components.track.md) | Default implementation for the [TaggingActions.track()](./x-components.taggingactions.track.md)<!-- -->. |
537
642
  | [trackAddToCartWire](./x-components.trackaddtocartwire.md) | Performs a track of a result added to the cart. |
538
- | [trackQueryWire](./x-components.trackquerywire.md) | Tracks the tagging of the query using a debounce which ends if the user accepts a query. |
643
+ | [trackBannerClickedWire](./x-components.trackbannerclickedwire.md) | Tracks the tagging of the banner. |
644
+ | [trackDisplayClickedWire](./x-components.trackdisplayclickedwire.md) | Performs a track of a display result being clicked. |
645
+ | [trackQueryWire](./x-components.trackquerywire.md) | Tracks the tagging of the query. |
539
646
  | [trackResultClickedWire](./x-components.trackresultclickedwire.md) | Tracks the tagging of the result. |
540
647
  | [TrashIcon](./x-components.trashicon.md) | |
541
648
  | [TrashOpenIcon](./x-components.trashopenicon.md) | |
542
649
  | [TrendingIcon](./x-components.trendingicon.md) | |
543
650
  | [TrendingTinyIcon](./x-components.trendingtinyicon.md) | |
651
+ | [updateHistoryQueriesWithSearchResponse](./x-components.updatehistoryquerieswithsearchresponse.md) | Updates the history queries with the relevant info included in a search response. |
544
652
  | [urlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>url</code> entry point. |
653
+ | [useQueriesPreview](./x-components.usequeriespreview.md) | Composable helpers for the QueriesPreview module. |
654
+ | [UserFilledIcon](./x-components.userfilledicon.md) | |
545
655
  | [UserIcon](./x-components.usericon.md) | |
546
656
  | [xPlugin](./x-components.xplugin.md) | Vue plugin that modifies each component instance, extending them with the [X Component API](./x-components.xcomponentapi.md)<!-- -->. |
547
657
 
@@ -554,7 +664,6 @@ X-Components is a library usable everywhere not only for search experiences.
554
664
  | [ActionsDictionary](./x-components.actionsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing actions. |
555
665
  | [ActionsTree](./x-components.actionstree.md) | Type-safe actions definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) actions. |
556
666
  | [AnyActionsTree](./x-components.anyactionstree.md) | Alias for any actions tree. Use only when you really don't care about the actions type. |
557
- | [AnyFunction](./x-components.anyfunction.md) | A function with 0 or more parameters of any type, which can return something or not. |
558
667
  | [AnyGettersTree](./x-components.anygetterstree.md) | Alias for any getters tree. Use only when you don't care about the type. |
559
668
  | [AnyMutationsTree](./x-components.anymutationstree.md) | Alias for any mutations tree. Use only when the concrete type does not matter. |
560
669
  | [AnySimpleStateSelector](./x-components.anysimplestateselector.md) | Alias for any simple state selector. |
@@ -566,13 +675,9 @@ X-Components is a library usable everywhere not only for search experiences.
566
675
  | [AnyXStoreModuleOption](./x-components.anyxstoremoduleoption.md) | Alias for any store module option. Use only when you don't care about the module concrete type. |
567
676
  | [ArrowKey](./x-components.arrowkey.md) | Union type containing the existing arrow keys. |
568
677
  | [DecoratorFor](./x-components.decoratorfor.md) | Creates a decorator that will only work for properties of the type passed. The decorator will only work if the property is public. |
569
- | [DeepPartial](./x-components.deeppartial.md) | Makes all the properties of the T type optional in depth. |
570
678
  | [DeviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) alias. |
571
679
  | [DeviceXStoreModule](./x-components.devicexstoremodule.md) | Device type safe store module. |
572
- | [Dictionary](./x-components.dictionary.md) | Object where all its properties are strings, and the value of them is defined by the type of the T property. |
573
680
  | [DocumentDirection](./x-components.documentdirection.md) | The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left). |
574
- | [Emitter](./x-components.emitter.md) | Type safe for emitter payload. It is the wire payload. |
575
- | [Emitters](./x-components.emitters.md) | Type safe emitters dictionary, where each key is the [XEvent](./x-components.xevent.md) name, and the value is a [https://rxjs.dev/api/index/class/Subject](https://rxjs.dev/api/index/class/Subject) of the [XEventPayload](./x-components.xeventpayload.md) type. |
576
681
  | [EmpathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) alias. |
577
682
  | [EmpathizeXStoreModule](./x-components.empathizexstoremodule.md) | Empathize type safe store module. |
578
683
  | [EventsForDirectionLimit](./x-components.eventsfordirectionlimit.md) | Events to emit when reaching the [direction](./x-components.arrowkey.md) limit. |
@@ -591,6 +696,7 @@ X-Components is a library usable everywhere not only for search experiences.
591
696
  | [FacetsXStoreModule](./x-components.facetsxstoremodule.md) | Facets type safe store module. |
592
697
  | [FeatureLocation](./x-components.featurelocation.md) | Indicates where the feature is placed. |
593
698
  | [FiltersByFacet](./x-components.filtersbyfacet.md) | Dictionary grouping filters by facet id. |
699
+ | [filtersStrategyForRequest](./x-components.filtersstrategyforrequest.md) | Type for the filter strategy to use when providing the selected filters. |
594
700
  | [FirstParameter](./x-components.firstparameter.md) | Alias to retrieve the first parameter type of a function. |
595
701
  | [GettersClass](./x-components.gettersclass.md) | Type for implementing getters for a module with a class. |
596
702
  | [GettersTree](./x-components.getterstree.md) | Type safe getters definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) getters. |
@@ -618,15 +724,17 @@ X-Components is a library usable everywhere not only for search experiences.
618
724
  | [NextQueriesXModule](./x-components.nextqueriesxmodule.md) | NextQueries [XModule](./x-components.xmodule.md) alias. |
619
725
  | [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md) | Next queries store module. |
620
726
  | [NiladicFunction](./x-components.niladicfunction.md) | A function with no parameters that can return anything. |
621
- | [NonPrimitive](./x-components.nonprimitive.md) | TypeScript type non-primitives. Array or Record with all possible types. |
727
+ | [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md) | A normalised version of the snippet config. |
622
728
  | [Pair](./x-components.pair.md) | Represents a pair of values of the same type in an array. |
623
729
  | [PayloadFactoryData](./x-components.payloadfactorydata.md) | Type not safe which allows the access to the State, the Getters, the payload and metadata of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
624
730
  | [PopularSearchesActionContext](./x-components.popularsearchesactioncontext.md) | Alias type for actions context of the [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md)<!-- -->. |
625
731
  | [PopularSearchesXModule](./x-components.popularsearchesxmodule.md) | PopularSearches [XModule](./x-components.xmodule.md) alias. |
626
732
  | [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md) | Popular searches store module. |
627
- | [Primitive](./x-components.primitive.md) | TypeScript type primitives. Basically every type possible except objects or arrays. |
628
733
  | [PrivateXModulesOptions](./x-components.privatexmodulesoptions.md) | Options for overriding the default store module and store emitters for each [XModule](./x-components.xmodule.md)<!-- -->. |
629
734
  | [PropsWithType](./x-components.propswithtype.md) | Extracts the name of the properties of an object that match a type. |
735
+ | [QueriesPreviewActionContext](./x-components.queriespreviewactioncontext.md) | Alias type for actions context of the [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md)<!-- -->. |
736
+ | [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) alias. |
737
+ | [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md) | QueriesPreview type safe store module. |
630
738
  | [QueryFeature](./x-components.queryfeature.md) | The name of the tool that generated the query. |
631
739
  | [QueryOrigin](./x-components.queryorigin.md) | Information to track the usefulness of the query in relation to the [QueryFeature](./x-components.queryfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user. |
632
740
  | [QueryOriginInit](./x-components.queryorigininit.md) | Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->. |
@@ -652,9 +760,13 @@ X-Components is a library usable everywhere not only for search experiences.
652
760
  | [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md) | SearchBox type safe store module. |
653
761
  | [SearchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
654
762
  | [SearchXStoreModule](./x-components.searchxstoremodule.md) | Search type safe store module. |
763
+ | [SemanticQueriesActionContext](./x-components.semanticqueriesactioncontext.md) | Alias type for actions context of the [SemanticQueriesXStoreModule](./x-components.semanticqueriesxstoremodule.md)<!-- -->. |
764
+ | [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md) | SemanticQueries [XModule](./x-components.xmodule.md) alias. |
765
+ | [SemanticQueriesXStoreModule](./x-components.semanticqueriesxstoremodule.md) | SemanticQueries type safe store module. |
655
766
  | [SimpleStateSelector](./x-components.simplestateselector.md) | Selects a part of the store state or getters (AKA "getter" inside [Vuex](https://vuex.vuejs.org/) watchers). |
656
767
  | [StoreEmitters](./x-components.storeemitters.md) | Dictionary where the key is a [XEvent](./x-components.xevent.md)<!-- -->, and the value is [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md)<!-- -->. This [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md) can only access the state and getters from the [XStoreModule](./x-components.xstoremodule.md) passed as param type. This dictionary is used to emits a [XEvent](./x-components.xevent.md) when the part of the store selected by [SimpleStateSelector](./x-components.simplestateselector.md) changes. |
657
768
  | [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) | Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
769
+ | [SubObject](./x-components.subobject.md) | Extracts a sub-type with the properties of <code>SomeObject</code> that have the <code>TargetPropertyType</code> type. |
658
770
  | [TaggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) alias. |
659
771
  | [TaggingXStoreModule](./x-components.taggingxstoremodule.md) | Tagging type safe store module. |
660
772
  | [TakeNavigationControl](./x-components.takenavigationcontrol.md) | Represents when to take control of the navigation. |
@@ -662,9 +774,10 @@ X-Components is a library usable everywhere not only for search experiences.
662
774
  | [UrlActionContext](./x-components.urlactioncontext.md) | Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->. |
663
775
  | [UrlParamKey](./x-components.urlparamkey.md) | The key of the parameter to store in the URL. |
664
776
  | [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
665
- | [UrlState](./x-components.urlstate.md) | URL store state. |
666
777
  | [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
667
778
  | [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
779
+ | [UseDeviceFlags](./x-components.usedeviceflags.md) | The device flags type of the Return type of the composable returned by <code>createUseDevice</code>. |
780
+ | [UseDeviceReturn](./x-components.usedevicereturn.md) | The Return type of the composable returned by <code>createUseDevice</code>. |
668
781
  | [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
669
782
  | [VueCSSClasses](./x-components.vuecssclasses.md) | Union type containing supported Vue dynamic classes. |
670
783
  | [Wire](./x-components.wire.md) | A Wire is a function that receives an observable, the store and the on function of the bus it will run in and returns a subscription. |