@empathyco/x-components 3.0.0-alpha.13 → 3.0.0-alpha.130

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 (4265) hide show
  1. package/CHANGELOG.md +3278 -619
  2. package/README.md +27 -8
  3. package/core/index.js +74 -48
  4. package/core/index.js.map +1 -1
  5. package/design-system/.-mixins.css +0 -1
  6. package/design-system/badge-default.css +49 -0
  7. package/design-system/base.css +24 -8
  8. package/design-system/button-card.css +4 -2
  9. package/design-system/button-default.css +40 -29
  10. package/design-system/button-ghost.css +8 -4
  11. package/design-system/button-pill.css +4 -2
  12. package/design-system/button-primary.css +13 -2
  13. package/design-system/button-round.css +5 -12
  14. package/design-system/button-secondary.css +14 -3
  15. package/design-system/button-tertiary.css +13 -2
  16. package/design-system/default-theme.css +1773 -1315
  17. package/design-system/dropdown-card.css +4 -2
  18. package/design-system/dropdown-default.css +181 -126
  19. package/design-system/dropdown-l.css +4 -2
  20. package/design-system/dropdown-line.css +14 -2
  21. package/design-system/dropdown-m.css +4 -2
  22. package/design-system/dropdown-pill.css +4 -2
  23. package/design-system/dropdown-s.css +4 -2
  24. package/design-system/dropdown-xl.css +4 -2
  25. package/design-system/facet-card.css +4 -2
  26. package/design-system/facet-default.css +82 -68
  27. package/design-system/facet-line.css +4 -2
  28. package/design-system/facet-outlined.css +4 -2
  29. package/design-system/filter-default.css +58 -43
  30. package/design-system/filter-hierarchical.css +25 -21
  31. package/design-system/filter-justified.css +2 -1
  32. package/design-system/full-theme.css +6332 -1856
  33. package/design-system/grid-default.css +17 -5
  34. package/design-system/icon-default.css +11 -9
  35. package/design-system/icon-l.css +4 -2
  36. package/design-system/icon-m.css +4 -2
  37. package/design-system/icon-s.css +4 -2
  38. package/design-system/icon-xl.css +4 -2
  39. package/design-system/input-card.css +4 -2
  40. package/design-system/input-default.css +48 -42
  41. package/design-system/input-group-card.css +14 -10
  42. package/design-system/input-group-default.css +123 -114
  43. package/design-system/input-group-line.css +35 -16
  44. package/design-system/input-group-pill.css +4 -2
  45. package/design-system/input-line.css +4 -2
  46. package/design-system/input-pill.css +4 -2
  47. package/design-system/list-default.css +116 -113
  48. package/design-system/list-gap.css +581 -121
  49. package/design-system/list-padding.css +326 -117
  50. package/design-system/message-default.css +71 -0
  51. package/design-system/option-list-bottom.css +93 -23
  52. package/design-system/option-list-default.css +126 -78
  53. package/design-system/picture-card.css +4 -2
  54. package/design-system/picture-colored.css +13 -8
  55. package/design-system/picture-cover.css +7 -4
  56. package/design-system/picture-default.css +31 -23
  57. package/design-system/picture-fixed-ratio.css +19 -16
  58. package/design-system/progress-bar-progress-bar.css +25 -0
  59. package/design-system/result-card.css +4 -2
  60. package/design-system/result-default.css +42 -30
  61. package/design-system/row-default.css +98 -64
  62. package/design-system/row-gap.css +87 -6
  63. package/design-system/row-padding.css +14 -6
  64. package/design-system/scroll-default.css +23 -13
  65. package/design-system/sliding-panel-default.css +49 -37
  66. package/design-system/sliding-panel-default.token.css +2 -3
  67. package/design-system/suggestion-default.css +153 -36
  68. package/design-system/suggestion-group-default.css +73 -37
  69. package/design-system/tag-card.css +4 -2
  70. package/design-system/tag-default.css +152 -53
  71. package/design-system/tag-ghost.css +14 -2
  72. package/design-system/tag-pill.css +4 -2
  73. package/design-system/typography-accent.css +2 -1
  74. package/design-system/typography-accent.token.css +2 -1
  75. package/design-system/typography-bold.css +10 -9
  76. package/design-system/typography-default.css +17 -9
  77. package/design-system/typography-light.css +10 -9
  78. package/design-system/typography-secondary.css +2 -1
  79. package/design-system/typography-secondary.token.css +2 -1
  80. package/design-system/typography-stroke.css +10 -9
  81. package/design-system/utilities-background-color.css +43 -0
  82. package/design-system/utilities-border-color.css +43 -0
  83. package/design-system/utilities-border-radius.css +1508 -0
  84. package/design-system/utilities-border-width.css +334 -0
  85. package/design-system/utilities-box-shadow.css +133 -0
  86. package/design-system/utilities-dev-mode.css +12 -0
  87. package/design-system/utilities-fill-color.css +43 -0
  88. package/design-system/utilities-flex.css +43 -0
  89. package/design-system/utilities-font-color.css +43 -0
  90. package/design-system/utilities-font-size.css +80 -0
  91. package/design-system/utilities-font-weight.css +9 -0
  92. package/design-system/utilities-line-clamp.css +34 -0
  93. package/design-system/utilities-line-height.css +23 -0
  94. package/design-system/utilities-margin.css +462 -0
  95. package/design-system/utilities-padding.css +441 -0
  96. package/design-system/utilities-position.css +19 -0
  97. package/design-system/utilities-text-decoration.css +19 -0
  98. package/design-system/utilities-text-transform.css +15 -0
  99. package/device/index.js +3 -3
  100. package/docs/API-reference/api/index.md +1 -1
  101. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
  102. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  103. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  104. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.facetsconfig.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  109. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  110. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
  111. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
  112. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
  114. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
  115. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
  116. package/docs/API-reference/api/x-adapter-platform.md +105 -0
  117. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  118. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
  119. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
  122. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
  123. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
  124. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
  125. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  126. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  128. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  131. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  132. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  133. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  134. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  135. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  136. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +24 -0
  137. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
  138. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  139. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  140. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  141. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +21 -0
  142. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  143. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  144. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  145. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  146. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  147. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  148. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  149. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  150. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  151. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  152. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  153. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  154. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  155. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  156. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  157. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  158. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  159. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  160. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  161. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
  162. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  163. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  164. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  165. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  166. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  167. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  168. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  169. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +24 -0
  170. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  171. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  172. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  173. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  174. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  175. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  176. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  177. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  178. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  179. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  180. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  181. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  182. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  183. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  184. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  185. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  186. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  187. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  188. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  189. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  190. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  191. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  192. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  193. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  194. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  195. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  196. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  197. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  198. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  199. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  200. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  201. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  202. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  203. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  204. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  205. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  206. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  207. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  208. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  209. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  210. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  211. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
  212. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
  213. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
  214. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
  215. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
  216. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
  217. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
  218. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
  219. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
  220. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
  221. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
  222. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
  223. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
  224. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
  225. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
  226. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
  227. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
  228. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
  229. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  230. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
  231. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
  232. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
  233. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
  234. package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
  235. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
  236. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
  237. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
  238. package/docs/API-reference/api/x-adapter-platform.searchresponsefacetsmapper.md +27 -0
  239. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +21 -0
  240. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
  241. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
  242. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
  243. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
  244. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
  245. package/docs/API-reference/api/x-components.actionsdictionary.md +0 -1
  246. package/docs/API-reference/api/x-components.actionstree.md +1 -1
  247. package/docs/API-reference/api/x-components.allfilter.md +1 -1
  248. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  249. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  250. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  251. package/docs/API-reference/api/x-components.anyactionstree.md +1 -1
  252. package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
  253. package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
  254. package/docs/API-reference/api/x-components.arefiltersdifferent.md +5 -5
  255. package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
  256. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  257. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  258. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  259. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  260. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  261. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  262. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  263. package/docs/API-reference/api/x-components.bannerslist.md +4 -4
  264. package/docs/API-reference/api/x-components.basecurrency.format.md +2 -7
  265. package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
  266. package/docs/API-reference/api/x-components.basecurrency.md +9 -4
  267. package/docs/API-reference/api/x-components.baseeventsmodal.md +1 -1
  268. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +1 -1
  269. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +1 -1
  270. package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
  271. package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
  272. package/docs/API-reference/api/x-components.basegrid.md +2 -2
  273. package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
  274. package/docs/API-reference/api/x-components.basemodal._refs.md +0 -1
  275. package/docs/API-reference/api/x-components.basemodal.md +2 -1
  276. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +13 -0
  277. package/docs/API-reference/api/x-components.basepricefilterlabel.md +0 -1
  278. package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +1 -1
  279. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +1 -1
  280. package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
  281. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +1 -2
  282. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  283. package/docs/API-reference/api/x-components.baseresultimage.md +1 -0
  284. package/docs/API-reference/api/x-components.baseresultlink.md +1 -12
  285. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
  286. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -2
  287. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  288. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  289. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  290. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  291. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
  292. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  293. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  294. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  295. package/docs/API-reference/api/x-components.basesuggestion.md +9 -1
  296. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
  297. package/docs/API-reference/api/x-components.basesuggestions.md +1 -0
  298. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  299. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  300. package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
  301. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +1 -1
  302. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  303. package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
  304. package/docs/API-reference/api/x-components.basexapi.md +2 -0
  305. package/docs/API-reference/api/x-components.basexapi.search.md +1 -1
  306. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  307. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  308. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  309. package/docs/API-reference/api/x-components.clearfilters.md +4 -7
  310. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  311. package/docs/API-reference/api/x-components.compilemessage.md +1 -1
  312. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
  313. package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
  314. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  315. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  316. package/docs/API-reference/api/x-components.currencyformatter.md +2 -3
  317. package/docs/API-reference/api/x-components.debounce.md +5 -1
  318. package/docs/API-reference/api/x-components.debouncefunction.md +0 -1
  319. package/docs/API-reference/api/x-components.deepfilter.md +8 -7
  320. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  321. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
  322. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
  323. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
  324. package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
  325. package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
  326. package/docs/API-reference/api/x-components.defaultfacetsservice.md +42 -0
  327. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
  328. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  329. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
  330. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
  331. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
  332. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
  333. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  334. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  335. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  336. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  337. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  338. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  339. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  340. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  341. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  342. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  343. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  344. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  345. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  346. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +2 -0
  347. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  348. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  349. package/docs/API-reference/api/x-components.extraparams.md +29 -0
  350. package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
  351. package/docs/API-reference/api/x-components.extraparams.render.md +15 -0
  352. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  353. package/docs/API-reference/api/x-components.extraparams.values.md +18 -0
  354. package/docs/API-reference/api/x-components.extraparamsactions.md +13 -0
  355. package/docs/API-reference/api/x-components.extraparamsgetters.md +13 -0
  356. package/docs/API-reference/api/x-components.extraparamsmutations.md +20 -0
  357. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +22 -0
  358. package/docs/API-reference/api/x-components.extraparamsstate.md +20 -0
  359. package/docs/API-reference/api/x-components.extraparamsstate.params.md +11 -0
  360. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +13 -0
  361. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  362. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +13 -0
  363. package/docs/API-reference/api/x-components.extraparamsxevents.md +23 -0
  364. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +13 -0
  365. package/docs/API-reference/api/x-components.extraparamsxmodule.md +13 -0
  366. package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +15 -0
  367. package/docs/API-reference/api/x-components.facets.md +4 -15
  368. package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
  369. package/docs/API-reference/api/x-components.facetsactions.md +0 -15
  370. package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
  371. package/docs/API-reference/api/x-components.facetsgetters.md +3 -4
  372. package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
  373. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
  374. package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
  375. package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
  376. package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
  377. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  378. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  379. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  380. package/docs/API-reference/api/x-components.facetsmutations.md +8 -6
  381. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +24 -0
  382. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +24 -0
  383. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
  384. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +24 -0
  385. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +24 -0
  386. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +24 -0
  387. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
  388. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  389. package/docs/API-reference/api/x-components.facetsprovider.groupid.md +13 -0
  390. package/docs/API-reference/api/x-components.facetsprovider.md +28 -0
  391. package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +17 -0
  392. package/docs/API-reference/api/x-components.facetsprovider.render.md +15 -0
  393. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +24 -0
  394. package/docs/API-reference/api/x-components.facetsservice.deselect.md +24 -0
  395. package/docs/API-reference/api/x-components.facetsservice.md +27 -0
  396. package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
  397. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  398. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
  399. package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
  400. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
  401. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  402. package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
  403. package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
  404. package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
  405. package/docs/API-reference/api/x-components.facetsstate.md +4 -4
  406. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  407. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
  408. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
  409. package/docs/API-reference/api/x-components.facetsxevents.md +12 -15
  410. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  411. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
  412. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
  413. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
  414. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
  415. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
  416. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
  417. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
  418. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
  419. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
  420. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  421. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
  422. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
  423. package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
  424. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
  425. package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
  426. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
  427. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
  428. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
  429. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  430. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  431. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  432. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  433. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  434. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  435. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  436. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  437. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  438. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  439. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  440. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  441. package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +13 -0
  442. package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +13 -0
  443. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +23 -0
  444. package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +13 -0
  445. package/docs/API-reference/api/x-components.filterslist.animation.md +13 -0
  446. package/docs/API-reference/api/x-components.filterslist.cssclasses.md +13 -0
  447. package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +13 -0
  448. package/docs/API-reference/api/x-components.filterslist.md +23 -0
  449. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  450. package/docs/API-reference/api/x-components.filterssearch.md +1 -0
  451. package/docs/API-reference/api/x-components.firstparameter.md +13 -0
  452. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  453. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  454. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  455. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  456. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  457. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  458. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  459. package/docs/API-reference/api/x-components.getterstree.md +1 -1
  460. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  461. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  462. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  463. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  464. package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
  465. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  466. package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
  467. package/docs/API-reference/api/x-components.hierarchicalfilter.md +7 -0
  468. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +0 -5
  469. package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
  470. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
  471. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  472. package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
  473. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  474. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  475. package/docs/API-reference/api/x-components.historyqueriesstate.md +3 -1
  476. package/docs/API-reference/api/x-components.historyqueriesxevents.md +1 -0
  477. package/docs/API-reference/api/x-components.historyqueriesxevents.usertoggledhistoryqueries.md +13 -0
  478. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  479. package/docs/API-reference/api/x-components.identifierresults.md +2 -0
  480. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  481. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +8 -1
  482. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +8 -1
  483. package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
  484. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  485. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  486. package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
  487. package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
  488. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  489. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  490. package/docs/API-reference/api/x-components.identifierresultsstate.md +4 -2
  491. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  492. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  493. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
  494. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
  495. package/docs/API-reference/api/x-components.identifierresultsxevents.md +3 -3
  496. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
  497. package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
  498. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  499. package/docs/API-reference/api/x-components.infinitescroll.md +0 -4
  500. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  501. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  502. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  503. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  504. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  505. package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +0 -1
  506. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  507. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  508. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  509. package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
  510. package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
  511. package/docs/API-reference/api/x-components.itemslist.md +22 -0
  512. package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
  513. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  514. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  515. package/docs/API-reference/api/x-components.listitem.md +13 -0
  516. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  517. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  518. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  519. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  520. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  521. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  522. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  523. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  524. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  525. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  526. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  527. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  528. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  529. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  530. package/docs/API-reference/api/x-components.mapwire.md +27 -0
  531. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  532. package/docs/API-reference/api/x-components.md +187 -101
  533. package/docs/API-reference/api/x-components.monadicfunction.md +13 -0
  534. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +13 -0
  535. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +21 -0
  536. package/docs/API-reference/api/x-components.mutationsdictionary.md +0 -1
  537. package/docs/API-reference/api/x-components.mutationstree.md +1 -1
  538. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  539. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  540. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  541. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  542. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  543. package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
  544. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  545. package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +2 -2
  546. package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +2 -2
  547. package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
  548. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  549. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +1 -1
  550. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +8 -1
  551. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +8 -1
  552. package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -2
  553. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
  554. package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +0 -2
  555. package/docs/API-reference/api/x-components.nextquerieslist.animation.md +13 -0
  556. package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +13 -0
  557. package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +13 -0
  558. package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +13 -0
  559. package/docs/API-reference/api/x-components.nextquerieslist.md +25 -0
  560. package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
  561. package/docs/API-reference/api/x-components.nextqueriesmutations.md +3 -2
  562. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
  563. package/docs/API-reference/api/x-components.nextqueriesstate.md +3 -2
  564. package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
  565. package/docs/API-reference/api/x-components.nextqueriesxevents.md +4 -4
  566. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
  567. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
  568. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
  569. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
  570. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  571. package/docs/API-reference/api/x-components.nextquery.md +1 -0
  572. package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
  573. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  574. package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
  575. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  576. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  577. package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
  578. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  579. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  580. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  581. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  582. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +1 -1
  583. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +8 -1
  584. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +8 -1
  585. package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
  586. package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +0 -2
  587. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -2
  588. package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
  589. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  590. package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -1
  591. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
  592. package/docs/API-reference/api/x-components.popularsearchesstate.md +2 -1
  593. package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
  594. package/docs/API-reference/api/x-components.popularsearchesxevents.md +3 -3
  595. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
  596. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  597. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
  598. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  599. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  600. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  601. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  602. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +1 -1
  603. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
  604. package/docs/API-reference/api/x-components.promotedslist.md +4 -4
  605. package/docs/API-reference/api/x-components.propswithtype.md +6 -8
  606. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  607. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  608. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  609. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
  610. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +8 -1
  611. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +8 -1
  612. package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
  613. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
  614. package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +0 -2
  615. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -2
  616. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
  617. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  618. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -2
  619. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
  620. package/docs/API-reference/api/x-components.querysuggestionsstate.md +3 -2
  621. package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
  622. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +4 -4
  623. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
  624. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
  625. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
  626. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
  627. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  628. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  629. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
  630. package/docs/API-reference/api/x-components.recommendations.md +2 -1
  631. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
  632. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +8 -1
  633. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +8 -1
  634. package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
  635. package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
  636. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  637. package/docs/API-reference/api/x-components.recommendationsmutations.md +2 -1
  638. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
  639. package/docs/API-reference/api/x-components.recommendationsstate.md +2 -1
  640. package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
  641. package/docs/API-reference/api/x-components.recommendationsxevents.md +3 -3
  642. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
  643. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
  644. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
  645. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  646. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  647. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  648. package/docs/API-reference/api/x-components.redirection.md +31 -0
  649. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  650. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  651. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  652. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  653. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  654. package/docs/API-reference/api/x-components.relatedtag.md +7 -0
  655. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  656. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +8 -1
  657. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +8 -1
  658. package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -2
  659. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
  660. package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
  661. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  662. package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -3
  663. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
  664. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  665. package/docs/API-reference/api/x-components.relatedtagsstate.md +3 -3
  666. package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
  667. package/docs/API-reference/api/x-components.relatedtagsxevents.md +6 -6
  668. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
  669. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
  670. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
  671. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
  672. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
  673. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
  674. package/docs/API-reference/api/x-components.renderlessextraparams.md +22 -0
  675. package/docs/API-reference/api/x-components.renderlessextraparams.name.md +13 -0
  676. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
  677. package/docs/API-reference/api/x-components.requeststatus.md +13 -0
  678. package/docs/API-reference/api/x-components.resetappending.md +13 -0
  679. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  680. package/docs/API-reference/api/x-components.resetstate.md +13 -0
  681. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  682. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  683. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  684. package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
  685. package/docs/API-reference/api/x-components.resultslist.md +1 -1
  686. package/docs/API-reference/api/x-components.returns.md +0 -2
  687. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  688. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  689. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  690. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  691. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  692. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  693. package/docs/API-reference/api/x-components.scroll.md +21 -0
  694. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  695. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  696. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  697. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  698. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  699. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  700. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  701. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  702. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  703. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  704. package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
  705. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  706. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  707. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  708. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  709. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  710. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  711. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  712. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  713. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  714. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  715. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  716. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  717. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  718. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  719. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  720. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  721. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  722. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  723. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  724. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  725. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  726. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  727. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  728. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  729. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  730. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  731. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  732. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  733. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +8 -1
  734. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +8 -1
  735. package/docs/API-reference/api/x-components.searchactions.md +6 -2
  736. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  737. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  738. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  739. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
  740. package/docs/API-reference/api/x-components.searchboxactions.md +7 -0
  741. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
  742. package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
  743. package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
  744. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  745. package/docs/API-reference/api/x-components.searchbutton.md +6 -1
  746. package/docs/API-reference/api/x-components.searchgetters.md +2 -1
  747. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  748. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  749. package/docs/API-reference/api/x-components.searchinput.md +1 -0
  750. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  751. package/docs/API-reference/api/x-components.searchmutations.md +6 -2
  752. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
  753. package/docs/API-reference/api/x-components.searchmutations.setparams.md +24 -0
  754. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  755. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
  756. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  757. package/docs/API-reference/api/x-components.searchstate.md +7 -3
  758. package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
  759. package/docs/API-reference/api/x-components.searchstate.params.md +13 -0
  760. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  761. package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
  762. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +13 -0
  763. package/docs/API-reference/api/x-components.searchxevents.md +15 -7
  764. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
  765. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
  766. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  767. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  768. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  769. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
  770. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
  771. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
  772. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  773. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  774. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  775. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  776. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
  777. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
  778. package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +5 -0
  779. package/docs/API-reference/api/x-components.selectedfilterslist.md +7 -5
  780. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  781. package/docs/API-reference/api/x-components.setextraparams.md +13 -0
  782. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  783. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  784. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
  785. package/docs/API-reference/api/x-components.setparams.md +13 -0
  786. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  787. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +13 -0
  788. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +13 -0
  789. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  790. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
  791. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  792. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +13 -0
  793. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  794. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  795. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  796. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  797. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  798. package/docs/API-reference/api/x-components.setsearchextraparams.md +13 -0
  799. package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
  800. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  801. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  802. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  803. package/docs/API-reference/api/x-components.setsort.md +1 -1
  804. package/docs/API-reference/api/x-components.setstatus.md +25 -0
  805. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  806. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  807. package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
  808. package/docs/API-reference/api/x-components.seturlpage.md +13 -0
  809. package/docs/API-reference/api/x-components.seturlparams.md +13 -0
  810. package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
  811. package/docs/API-reference/api/x-components.seturlquery.md +13 -0
  812. package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
  813. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  814. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  815. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  816. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  817. package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
  818. package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
  819. package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
  820. package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
  821. package/docs/API-reference/api/x-components.slidingpanel.md +3 -12
  822. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  823. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  824. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  825. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  826. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  827. package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
  828. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  829. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  830. package/docs/API-reference/api/x-components.snippetconfig.md +5 -0
  831. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  832. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  833. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +22 -0
  834. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  835. package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
  836. package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
  837. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  838. package/docs/API-reference/api/x-components.sortmixin.md +2 -3
  839. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  840. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  841. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  842. package/docs/API-reference/api/x-components.statusmutations.md +20 -0
  843. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
  844. package/docs/API-reference/api/x-components.statusstate.md +20 -0
  845. package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
  846. package/docs/API-reference/api/x-components.subobject.md +29 -0
  847. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  848. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  849. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  850. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  851. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  852. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  853. package/docs/API-reference/api/x-components.tagging.md +32 -0
  854. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  855. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  856. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  857. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  858. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  859. package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
  860. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  861. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  862. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  863. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  864. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  865. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  866. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  867. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  868. package/docs/API-reference/api/x-components.taggingstate.md +9 -0
  869. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  870. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  871. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  872. package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
  873. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  874. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  875. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  876. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  877. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  878. package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
  879. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  880. package/docs/API-reference/api/x-components.throttle.md +3 -3
  881. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  882. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  883. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  884. package/docs/API-reference/api/x-components.timeselector.md +15 -0
  885. package/docs/API-reference/api/x-components.togglehistoryqueries.md +13 -0
  886. package/docs/API-reference/api/x-components.track.md +13 -0
  887. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  888. package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
  889. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  890. package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
  891. package/docs/API-reference/api/x-components.urlactions.md +13 -0
  892. package/docs/API-reference/api/x-components.urlgetters.md +20 -0
  893. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
  894. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  895. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  896. package/docs/API-reference/api/x-components.urlhandler.md +29 -0
  897. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  898. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  899. package/docs/API-reference/api/x-components.urlmutations.md +28 -0
  900. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
  901. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
  902. package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
  903. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  904. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  905. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
  906. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  907. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  908. package/docs/API-reference/api/x-components.urlparamkey.md +15 -0
  909. package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
  910. package/docs/API-reference/api/x-components.urlparams.md +25 -0
  911. package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
  912. package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
  913. package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
  914. package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
  915. package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
  916. package/docs/API-reference/api/x-components.urlparamvalue.md +13 -0
  917. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  918. package/docs/API-reference/api/x-components.urlstate.md +21 -0
  919. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
  920. package/docs/API-reference/api/x-components.urlxevents.md +23 -0
  921. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  922. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
  923. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
  924. package/docs/API-reference/api/x-components.urlxmodule.md +13 -0
  925. package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
  926. package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
  927. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  928. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  929. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  930. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  931. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  932. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  933. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  934. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  935. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  936. package/docs/API-reference/api/x-components.wirecommit.md +2 -2
  937. package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
  938. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  939. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  940. package/docs/API-reference/api/x-components.wiremetadata.md +3 -1
  941. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  942. package/docs/API-reference/api/x-components.wireservice.md +13 -0
  943. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +13 -0
  944. package/docs/API-reference/api/x-components.wiring.md +2 -2
  945. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  946. package/docs/API-reference/api/x-components.xapi.md +2 -0
  947. package/docs/API-reference/api/x-components.xapi.search.md +1 -1
  948. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  949. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  950. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
  951. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +9 -1
  952. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  953. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  954. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  955. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  956. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  957. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  958. package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
  959. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +0 -1
  960. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
  961. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  962. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  963. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
  964. package/docs/API-reference/api/x-components.xeventstypes.md +27 -29
  965. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
  966. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
  967. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
  968. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
  969. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
  970. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
  971. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  972. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
  973. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
  974. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +1 -1
  975. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
  976. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
  977. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
  978. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +1 -1
  979. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
  980. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
  981. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
  982. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
  983. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
  984. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
  985. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
  986. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
  987. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
  988. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
  989. package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
  990. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  991. package/docs/API-reference/api/x-components.xinstaller.md +5 -9
  992. package/docs/API-reference/api/x-components.xmoduleoptions.md +1 -1
  993. package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
  994. package/docs/API-reference/api/x-components.xmodulestree.md +3 -2
  995. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  996. package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
  997. package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
  998. package/docs/API-reference/api/x-components.xplugin.md +4 -8
  999. package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
  1000. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
  1001. package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
  1002. package/docs/API-reference/api/x-components.xstoremodule.md +0 -1
  1003. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
  1004. package/docs/API-reference/api/x-types.banner.md +3 -4
  1005. package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
  1006. package/docs/API-reference/api/x-types.booleanfilter.md +10 -7
  1007. package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
  1008. package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
  1009. package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -1
  1010. package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
  1011. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +1 -1
  1012. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +3 -3
  1013. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1014. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1015. package/docs/API-reference/api/x-types.facetfilter.facetid.md +13 -0
  1016. package/docs/API-reference/api/x-types.facetfilter.md +26 -0
  1017. package/docs/API-reference/api/x-types.facetfilter.modelname.md +13 -0
  1018. package/docs/API-reference/api/x-types.facetfilterschema.md +13 -0
  1019. package/docs/API-reference/api/x-types.filter.md +8 -5
  1020. package/docs/API-reference/api/x-types.filter.selected.md +13 -0
  1021. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1022. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1023. package/docs/API-reference/api/x-types.filtermodelname.md +2 -2
  1024. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
  1025. package/docs/API-reference/api/x-types.hierarchicalfilter.md +1 -1
  1026. package/docs/API-reference/api/x-types.historyquery.md +2 -2
  1027. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1028. package/docs/API-reference/api/x-types.identifiable.md +2 -2
  1029. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1030. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1031. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1032. package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -0
  1033. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -0
  1034. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -0
  1035. package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
  1036. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -0
  1037. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -0
  1038. package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -0
  1039. package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -0
  1040. package/docs/API-reference/api/x-types.israwfilter.md +26 -0
  1041. package/docs/API-reference/api/x-types.issimplefacet.md +2 -0
  1042. package/docs/API-reference/api/x-types.issimplefilter.md +2 -0
  1043. package/docs/API-reference/api/x-types.md +40 -9
  1044. package/docs/API-reference/api/x-types.modelnametype.md +1 -1
  1045. package/docs/API-reference/api/x-types.nextqueries.md +2 -2
  1046. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1047. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1048. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1049. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1050. package/docs/API-reference/api/x-types.nextquery.md +8 -2
  1051. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1052. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1053. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1054. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1055. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1056. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1057. package/docs/API-reference/api/x-types.previewable.md +3 -3
  1058. package/docs/API-reference/api/x-types.promoted.md +2 -3
  1059. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1060. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1061. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1062. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1063. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1064. package/docs/API-reference/api/x-types.rawfilter.id.md +13 -0
  1065. package/docs/API-reference/api/x-types.rawfilter.md +23 -0
  1066. package/docs/API-reference/api/x-types.rawfilter.modelname.md +13 -0
  1067. package/docs/API-reference/api/x-types.rawfilter.selected.md +13 -0
  1068. package/docs/API-reference/api/x-types.rawfilterschema.md +13 -0
  1069. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1070. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1071. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  1072. package/docs/API-reference/api/x-types.redirection.md +2 -4
  1073. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  1074. package/docs/API-reference/api/x-types.relatedtag.md +3 -4
  1075. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  1076. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  1077. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  1078. package/docs/API-reference/api/x-types.result.md +3 -4
  1079. package/docs/API-reference/api/x-types.result.type.md +1 -1
  1080. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  1081. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  1082. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  1083. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  1084. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  1085. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  1086. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  1087. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  1088. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  1089. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  1090. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  1091. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  1092. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  1093. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  1094. package/docs/API-reference/api/x-types.suggestion.key.md +2 -2
  1095. package/docs/API-reference/api/x-types.suggestion.md +4 -3
  1096. package/docs/API-reference/api/x-types.taggable.md +20 -0
  1097. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  1098. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  1099. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  1100. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  1101. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  1102. package/docs/API-reference/api/x-types.tagging.md +6 -3
  1103. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  1104. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  1105. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  1106. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  1107. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  1108. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  1109. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  1110. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  1111. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  1112. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  1113. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  1114. package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
  1115. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  1116. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  1117. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  1118. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  1119. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  1120. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  1121. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  1122. package/docs/API-reference/components/common/animations/x-components.animate-width.md +6 -7
  1123. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -11
  1124. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +12 -12
  1125. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +29 -0
  1126. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -10
  1127. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +11 -12
  1128. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +34 -0
  1129. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +16 -17
  1130. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +14 -15
  1131. package/docs/API-reference/components/common/currency/x-components.base-currency.md +290 -107
  1132. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +16 -18
  1133. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +15 -16
  1134. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  1135. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  1136. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  1137. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  1138. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  1139. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  1140. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  1141. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  1142. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  1143. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  1144. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  1145. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  1146. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  1147. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  1148. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  1149. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  1150. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  1151. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  1152. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  1153. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  1154. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  1155. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  1156. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  1157. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  1158. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  1159. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  1160. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  1161. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  1162. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  1163. package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
  1164. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  1165. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  1166. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  1167. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  1168. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  1169. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  1170. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  1171. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  1172. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  1173. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  1174. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  1175. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  1176. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  1177. package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
  1178. package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
  1179. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  1180. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  1181. package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
  1182. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  1183. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  1184. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  1185. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  1186. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  1187. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  1188. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  1189. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  1190. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +75 -0
  1191. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +161 -0
  1192. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +30 -0
  1193. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +14 -15
  1194. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +14 -15
  1195. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +24 -24
  1196. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +9 -10
  1197. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +9 -10
  1198. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
  1199. package/docs/API-reference/components/common/modals/x-components.base-modal.md +16 -13
  1200. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +13 -14
  1201. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
  1202. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
  1203. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
  1204. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
  1205. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +17 -24
  1206. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  1207. package/docs/API-reference/components/common/result/x-components.base-result-image.md +17 -17
  1208. package/docs/API-reference/components/common/result/x-components.base-result-link.md +13 -28
  1209. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  1210. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +47 -26
  1211. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
  1212. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +63 -45
  1213. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +22 -21
  1214. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +52 -15
  1215. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +62 -0
  1216. package/docs/API-reference/components/common/x-components.base-dropdown.md +80 -0
  1217. package/docs/API-reference/components/common/x-components.base-event-button.md +50 -0
  1218. package/docs/API-reference/components/common/x-components.base-grid.md +100 -0
  1219. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +87 -0
  1220. package/docs/API-reference/components/common/x-components.base-rating.md +48 -0
  1221. package/docs/API-reference/components/common/x-components.base-switch.md +80 -0
  1222. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +85 -0
  1223. package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
  1224. package/docs/API-reference/components/common/x-components.items-list.md +23 -0
  1225. package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
  1226. package/docs/API-reference/components/common/x-components.sliding-panel.md +240 -0
  1227. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +36 -0
  1228. package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
  1229. package/docs/API-reference/components/empathize/x-components.empathize.md +20 -18
  1230. package/docs/API-reference/components/extra-params/x-components.extra-params.md +50 -0
  1231. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +56 -0
  1232. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +51 -0
  1233. package/docs/API-reference/components/facets/x-components.clear-filters.md +17 -18
  1234. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +81 -0
  1235. package/docs/API-reference/components/facets/x-components.facets/facets.md +272 -0
  1236. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +19 -20
  1237. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +20 -25
  1238. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +153 -35
  1239. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +124 -25
  1240. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
  1241. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +63 -24
  1242. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +15 -27
  1243. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +69 -0
  1244. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +20 -19
  1245. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +25 -25
  1246. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +86 -0
  1247. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +36 -33
  1248. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -19
  1249. package/docs/API-reference/components/facets/x-components.preselected-filters.md +79 -0
  1250. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +39 -15
  1251. package/docs/API-reference/components/history-queries/x-components.history-queries.md +170 -49
  1252. package/docs/API-reference/components/history-queries/x-components.history-query.md +84 -36
  1253. package/docs/API-reference/components/history-queries/x-components.my-history.md +200 -0
  1254. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +13 -15
  1255. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
  1256. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +40 -16
  1257. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +161 -0
  1258. package/docs/API-reference/components/next-queries/x-components.next-queries.md +143 -57
  1259. package/docs/API-reference/components/next-queries/x-components.next-query.md +87 -31
  1260. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +67 -25
  1261. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +117 -54
  1262. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +14 -15
  1263. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +27 -26
  1264. package/docs/API-reference/components/recommendations/x-components.recommendations.md +66 -30
  1265. package/docs/API-reference/components/related-tags/x-components.related-tag.md +33 -37
  1266. package/docs/API-reference/components/related-tags/x-components.related-tags.md +44 -42
  1267. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +83 -0
  1268. package/docs/API-reference/components/scroll/x-components.main-scroll.md +174 -0
  1269. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +65 -0
  1270. package/docs/API-reference/components/scroll/x-components.scroll.md +160 -0
  1271. package/docs/API-reference/components/scroll/x-components.window-scroll.md +155 -0
  1272. package/docs/API-reference/components/search/x-components.banner.md +8 -9
  1273. package/docs/API-reference/components/search/x-components.banners-list.md +25 -29
  1274. package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
  1275. package/docs/API-reference/components/search/x-components.partial-results-list.md +12 -13
  1276. package/docs/API-reference/components/search/x-components.promoted.md +7 -8
  1277. package/docs/API-reference/components/search/x-components.promoteds-list.md +29 -30
  1278. package/docs/API-reference/components/search/x-components.redirection.md +98 -0
  1279. package/docs/API-reference/components/search/x-components.results-list.md +25 -27
  1280. package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -18
  1281. package/docs/API-reference/components/search/x-components.sort-list.md +12 -14
  1282. package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
  1283. package/docs/API-reference/components/search/x-components.spellcheck.md +13 -14
  1284. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +31 -32
  1285. package/docs/API-reference/components/search-box/x-components.search-button.md +44 -27
  1286. package/docs/API-reference/components/search-box/x-components.search-input.md +25 -26
  1287. package/docs/API-reference/components/tagging/x-components.tagging.md +112 -0
  1288. package/docs/API-reference/components/url/x-components.url-handler.md +82 -0
  1289. package/docs/build-search-ui/README.md +127 -0
  1290. package/docs/build-search-ui/web-archetype-development-guide.md +186 -0
  1291. package/docs/build-search-ui/web-archetype-integration-guide.md +307 -0
  1292. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +164 -0
  1293. package/docs/build-search-ui/web-x-architecture.md +85 -0
  1294. package/docs/build-search-ui/web-x-components-development-guide.md +171 -0
  1295. package/docs/functional-doc/web-local-storage.md +22 -0
  1296. package/empathize/index.js +3 -3
  1297. package/extra-params/index.d.ts +1 -0
  1298. package/extra-params/index.js +7 -0
  1299. package/facets/index.js +31 -24
  1300. package/history-queries/index.js +8 -7
  1301. package/identifier-results/index.js +6 -5
  1302. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  1303. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  1304. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +7 -0
  1305. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  1306. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  1307. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  1308. package/js/components/animations/animate-scale/animate-scale.style.scss.js +7 -0
  1309. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  1310. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  1311. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  1312. package/js/components/animations/animate-translate/animate-translate.style.scss.js +7 -0
  1313. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  1314. package/js/components/animations/animate-width.vue.js +13 -13
  1315. package/js/components/animations/animate-width.vue.js.map +1 -1
  1316. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +18 -0
  1317. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1318. package/js/components/animations/animations.mixin.js +6 -6
  1319. package/js/components/animations/animations.mixin.js.map +1 -1
  1320. package/js/components/animations/collapse-height.vue.js +15 -15
  1321. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1322. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +22 -0
  1323. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1324. package/js/components/animations/collapse-width.vue.js +15 -15
  1325. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1326. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +22 -0
  1327. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1328. package/js/components/animations/create-directional-animation-factory.js +26 -0
  1329. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  1330. package/js/components/animations/cross-fade.vue.js +58 -0
  1331. package/js/components/animations/cross-fade.vue.js.map +1 -0
  1332. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +19 -0
  1333. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1334. package/js/components/animations/fade-and-slide.vue.js +14 -14
  1335. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1336. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
  1337. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1338. package/js/components/animations/staggered-fade-and-slide.vue.js +14 -14
  1339. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1340. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
  1341. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1342. package/js/components/animations/staggering-transition-group.vue.js +42 -0
  1343. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  1344. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +319 -0
  1345. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1346. package/js/components/auto-progress-bar.vue.js +65 -0
  1347. package/js/components/auto-progress-bar.vue.js.map +1 -0
  1348. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +34 -0
  1349. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1350. package/js/components/base-dropdown.vue.js +71 -48
  1351. package/js/components/base-dropdown.vue.js.map +1 -1
  1352. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +328 -0
  1353. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1354. package/js/components/base-event-button.vue.js +10 -10
  1355. package/js/components/base-event-button.vue.js.map +1 -1
  1356. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  1357. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1358. package/js/components/base-grid.vue.js +22 -21
  1359. package/js/components/base-grid.vue.js.map +1 -1
  1360. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +95 -0
  1361. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1362. package/js/components/base-keyboard-navigation.vue.js +16 -16
  1363. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1364. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  1365. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1366. package/js/components/base-rating.vue.js +31 -27
  1367. package/js/components/base-rating.vue.js.map +1 -1
  1368. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  1369. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1370. package/js/components/base-switch.vue.js +59 -0
  1371. package/js/components/base-switch.vue.js.map +1 -0
  1372. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  1373. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1374. package/js/components/base-variable-column-grid.vue.js +15 -15
  1375. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1376. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
  1377. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1378. package/js/components/column-picker/base-column-picker-dropdown.vue.js +20 -20
  1379. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1380. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  1381. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1382. package/js/components/column-picker/base-column-picker-list.vue.js +21 -21
  1383. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1384. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +48 -0
  1385. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1386. package/js/components/column-picker/column-picker.mixin.js +46 -53
  1387. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  1388. package/js/components/currency/base-currency.vue.js +13 -13
  1389. package/js/components/currency/base-currency.vue.js.map +1 -1
  1390. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  1391. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1392. package/js/components/decorators/bus.decorators.js +30 -41
  1393. package/js/components/decorators/bus.decorators.js.map +1 -1
  1394. package/js/components/decorators/debounce.decorators.js +16 -12
  1395. package/js/components/decorators/debounce.decorators.js.map +1 -1
  1396. package/js/components/decorators/injection.consts.js +3 -3
  1397. package/js/components/decorators/injection.consts.js.map +1 -1
  1398. package/js/components/decorators/injection.decorators.js +22 -26
  1399. package/js/components/decorators/injection.decorators.js.map +1 -1
  1400. package/js/components/decorators/store.decorators.js +11 -13
  1401. package/js/components/decorators/store.decorators.js.map +1 -1
  1402. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  1403. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1404. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  1405. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1406. package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
  1407. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1408. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  1409. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1410. package/js/components/global-x-bus.vue.js +39 -0
  1411. package/js/components/global-x-bus.vue.js.map +1 -0
  1412. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  1413. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1414. package/js/components/icons/arrow-down.vue.js +63 -0
  1415. package/js/components/icons/arrow-down.vue.js.map +1 -0
  1416. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1417. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1418. package/js/components/icons/arrow-left.vue.js +63 -0
  1419. package/js/components/icons/arrow-left.vue.js.map +1 -0
  1420. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1421. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1422. package/js/components/icons/arrow-right.vue.js +63 -0
  1423. package/js/components/icons/arrow-right.vue.js.map +1 -0
  1424. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1425. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1426. package/js/components/icons/arrow-up.vue.js +63 -0
  1427. package/js/components/icons/arrow-up.vue.js.map +1 -0
  1428. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1429. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1430. package/js/components/icons/bag.vue.js +18 -20
  1431. package/js/components/icons/bag.vue.js.map +1 -1
  1432. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1433. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1434. package/js/components/icons/bar-code.vue.js +16 -17
  1435. package/js/components/icons/bar-code.vue.js.map +1 -1
  1436. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  1437. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1438. package/js/components/icons/barcode-tiny.vue.js +16 -17
  1439. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1440. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1441. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1442. package/js/components/icons/cart.vue.js +20 -21
  1443. package/js/components/icons/cart.vue.js.map +1 -1
  1444. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  1445. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1446. package/js/components/icons/check-tiny.vue.js +14 -14
  1447. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1448. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1449. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1450. package/js/components/icons/check.vue.js +14 -14
  1451. package/js/components/icons/check.vue.js.map +1 -1
  1452. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1453. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1454. package/js/components/icons/checkbox-card-selected.vue.js +15 -15
  1455. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  1456. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1457. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1458. package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
  1459. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  1460. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1461. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1462. package/js/components/icons/checkbox-selected.vue.js +15 -15
  1463. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1464. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1465. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1466. package/js/components/icons/checkbox-unselected.vue.js +16 -14
  1467. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1468. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1469. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1470. package/js/components/icons/chevron-down.vue.js +16 -16
  1471. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1472. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1473. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1474. package/js/components/icons/chevron-left.vue.js +16 -16
  1475. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1476. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1477. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1478. package/js/components/icons/chevron-right.vue.js +14 -14
  1479. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1480. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1481. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1482. package/js/components/icons/chevron-tiny-down.vue.js +16 -16
  1483. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1484. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1485. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1486. package/js/components/icons/chevron-tiny-left.vue.js +16 -16
  1487. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1488. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1489. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1490. package/js/components/icons/chevron-tiny-right.vue.js +16 -16
  1491. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1492. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1493. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1494. package/js/components/icons/chevron-tiny-up.vue.js +16 -16
  1495. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1496. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1497. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1498. package/js/components/icons/chevron-up.vue.js +16 -16
  1499. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1500. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1501. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1502. package/js/components/icons/cross-tiny.vue.js +14 -14
  1503. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1504. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1505. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1506. package/js/components/icons/cross.vue.js +14 -14
  1507. package/js/components/icons/cross.vue.js.map +1 -1
  1508. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  1509. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1510. package/js/components/icons/curated-check.vue.js +62 -0
  1511. package/js/components/icons/curated-check.vue.js.map +1 -0
  1512. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1513. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1514. package/js/components/icons/filters.vue.js +20 -23
  1515. package/js/components/icons/filters.vue.js.map +1 -1
  1516. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  1517. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1518. package/js/components/icons/grid-1-col.vue.js +13 -22
  1519. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1520. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1521. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1522. package/js/components/icons/grid-2-col.vue.js +18 -18
  1523. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1524. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1525. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1526. package/js/components/icons/grid-2-rows.vue.js +67 -0
  1527. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  1528. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  1529. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1530. package/js/components/icons/grid-4-col.vue.js +58 -0
  1531. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  1532. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1533. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1534. package/js/components/icons/hide.vue.js +20 -23
  1535. package/js/components/icons/hide.vue.js.map +1 -1
  1536. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  1537. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1538. package/js/components/icons/history-tiny.vue.js +19 -20
  1539. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1540. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1541. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1542. package/js/components/icons/history.vue.js +19 -20
  1543. package/js/components/icons/history.vue.js.map +1 -1
  1544. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  1545. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1546. package/js/components/icons/light-bulb-off.vue.js +72 -0
  1547. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  1548. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  1549. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1550. package/js/components/icons/light-bulb-on.vue.js +71 -0
  1551. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  1552. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  1553. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1554. package/js/components/icons/menu.vue.js +16 -16
  1555. package/js/components/icons/menu.vue.js.map +1 -1
  1556. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  1557. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1558. package/js/components/icons/minus-tiny.vue.js +14 -14
  1559. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1560. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1561. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1562. package/js/components/icons/minus.vue.js +14 -14
  1563. package/js/components/icons/minus.vue.js.map +1 -1
  1564. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1565. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1566. package/js/components/icons/nq-1.vue.js +14 -14
  1567. package/js/components/icons/nq-1.vue.js.map +1 -1
  1568. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
  1569. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1570. package/js/components/icons/nq-2.vue.js +14 -14
  1571. package/js/components/icons/nq-2.vue.js.map +1 -1
  1572. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
  1573. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1574. package/js/components/icons/nq-3.vue.js +16 -16
  1575. package/js/components/icons/nq-3.vue.js.map +1 -1
  1576. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
  1577. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1578. package/js/components/icons/nq-4.vue.js +19 -20
  1579. package/js/components/icons/nq-4.vue.js.map +1 -1
  1580. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
  1581. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1582. package/js/components/icons/plus.vue.js +14 -14
  1583. package/js/components/icons/plus.vue.js.map +1 -1
  1584. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1585. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1586. package/js/components/icons/radiobutton-selected.vue.js +64 -0
  1587. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  1588. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1589. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1590. package/js/components/icons/radiobutton-unselected.vue.js +64 -0
  1591. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  1592. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1593. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1594. package/js/components/icons/search-tiny.vue.js +16 -17
  1595. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1596. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1597. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1598. package/js/components/icons/search.vue.js +16 -16
  1599. package/js/components/icons/search.vue.js.map +1 -1
  1600. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  1601. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1602. package/js/components/icons/settings.vue.js +69 -0
  1603. package/js/components/icons/settings.vue.js.map +1 -0
  1604. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  1605. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1606. package/js/components/icons/show.vue.js +17 -18
  1607. package/js/components/icons/show.vue.js.map +1 -1
  1608. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  1609. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1610. package/js/components/icons/star.vue.js +16 -17
  1611. package/js/components/icons/star.vue.js.map +1 -1
  1612. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  1613. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1614. package/js/components/icons/tag.vue.js +60 -0
  1615. package/js/components/icons/tag.vue.js.map +1 -0
  1616. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1617. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1618. package/js/components/icons/trash-open.vue.js +22 -23
  1619. package/js/components/icons/trash-open.vue.js.map +1 -1
  1620. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  1621. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1622. package/js/components/icons/trash.vue.js +18 -19
  1623. package/js/components/icons/trash.vue.js.map +1 -1
  1624. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  1625. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1626. package/js/components/icons/trending-tiny.vue.js +18 -18
  1627. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1628. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1629. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1630. package/js/components/icons/trending.vue.js +18 -18
  1631. package/js/components/icons/trending.vue.js.map +1 -1
  1632. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  1633. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1634. package/js/components/icons/user.vue.js +16 -17
  1635. package/js/components/icons/user.vue.js.map +1 -1
  1636. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  1637. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1638. package/js/components/items-list-injection.mixin.js +37 -0
  1639. package/js/components/items-list-injection.mixin.js.map +1 -0
  1640. package/js/components/items-list.vue.js +78 -0
  1641. package/js/components/items-list.vue.js.map +1 -0
  1642. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  1643. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1644. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +246 -0
  1645. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  1646. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
  1647. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1648. package/js/components/layouts/layouts.mixin.js +35 -0
  1649. package/js/components/layouts/layouts.mixin.js.map +1 -0
  1650. package/js/components/layouts/multi-column-max-width-layout.vue.js +301 -0
  1651. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -0
  1652. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
  1653. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1654. package/js/components/layouts/single-column-layout.vue.js +250 -0
  1655. package/js/components/layouts/single-column-layout.vue.js.map +1 -0
  1656. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
  1657. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1658. package/js/components/location-provider.vue.js +39 -0
  1659. package/js/components/location-provider.vue.js.map +1 -0
  1660. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  1661. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1662. package/js/components/modals/base-events-modal-close.vue.js +11 -11
  1663. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1664. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  1665. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1666. package/js/components/modals/base-events-modal-open.vue.js +11 -11
  1667. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1668. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  1669. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1670. package/js/components/modals/base-events-modal.vue.js +12 -12
  1671. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1672. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  1673. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1674. package/js/components/modals/base-id-modal-close.vue.js +11 -11
  1675. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1676. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  1677. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1678. package/js/components/modals/base-id-modal-open.vue.js +11 -11
  1679. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1680. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  1681. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1682. package/js/components/modals/base-id-modal.vue.js +12 -12
  1683. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1684. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  1685. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1686. package/js/components/modals/base-modal.vue.js +56 -35
  1687. package/js/components/modals/base-modal.vue.js.map +1 -1
  1688. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +124 -0
  1689. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1690. package/js/components/no-element.js +3 -4
  1691. package/js/components/no-element.js.map +1 -1
  1692. package/js/components/panels/base-header-toggle-panel.vue.js +17 -17
  1693. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1694. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
  1695. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1696. package/js/components/panels/base-id-toggle-panel-button.vue.js +11 -11
  1697. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1698. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  1699. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1700. package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
  1701. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1702. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1703. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1704. package/js/components/panels/base-toggle-panel.vue.js +12 -12
  1705. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1706. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  1707. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1708. package/js/components/result/base-result-add-to-cart.vue.js +17 -14
  1709. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1710. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  1711. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1712. package/js/components/result/base-result-current-price.vue.js +15 -19
  1713. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1714. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  1715. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1716. package/js/components/result/base-result-fallback-image.vue.js +16 -17
  1717. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1718. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1719. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1720. package/js/components/result/base-result-image.vue.js +53 -42
  1721. package/js/components/result/base-result-image.vue.js.map +1 -1
  1722. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +132 -0
  1723. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1724. package/js/components/result/base-result-link.vue.js +18 -18
  1725. package/js/components/result/base-result-link.vue.js.map +1 -1
  1726. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  1727. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1728. package/js/components/result/base-result-placeholder-image.vue.js +16 -17
  1729. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1730. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1731. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1732. package/js/components/result/base-result-previous-price.vue.js +15 -16
  1733. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1734. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  1735. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1736. package/js/components/result/base-result-rating.vue.js +102 -0
  1737. package/js/components/result/base-result-rating.vue.js.map +1 -0
  1738. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  1739. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1740. package/js/components/scroll/base-scroll.vue.js +14 -14
  1741. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1742. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  1743. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1744. package/js/components/scroll/scroll.mixin.js +192 -147
  1745. package/js/components/scroll/scroll.mixin.js.map +1 -1
  1746. package/js/components/sliding-panel.vue.js +27 -25
  1747. package/js/components/sliding-panel.vue.js.map +1 -1
  1748. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +158 -0
  1749. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1750. package/js/components/snippet-callbacks.vue.js +47 -0
  1751. package/js/components/snippet-callbacks.vue.js.map +1 -0
  1752. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  1753. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1754. package/js/components/suggestions/base-suggestion.vue.js +16 -16
  1755. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1756. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +141 -0
  1757. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1758. package/js/components/suggestions/base-suggestions.vue.js +19 -19
  1759. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1760. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +72 -0
  1761. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1762. package/js/components/x-component.mixin.js +1 -4
  1763. package/js/components/x-component.mixin.js.map +1 -1
  1764. package/js/components/x-component.utils.js +3 -20
  1765. package/js/components/x-component.utils.js.map +1 -1
  1766. package/js/directives/infinite-scroll/infinite-scroll.js +16 -20
  1767. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  1768. package/js/filters/compile-message.filter.js +1 -4
  1769. package/js/filters/compile-message.filter.js.map +1 -1
  1770. package/js/filters/filters.registry.js +1 -1
  1771. package/js/filters/filters.registry.js.map +1 -1
  1772. package/js/index.js +194 -135
  1773. package/js/index.js.map +1 -1
  1774. package/js/plugins/x-bus.js +16 -19
  1775. package/js/plugins/x-bus.js.map +1 -1
  1776. package/js/plugins/x-emitters.js +150 -0
  1777. package/js/plugins/x-emitters.js.map +1 -0
  1778. package/js/plugins/x-plugin.alias.js +60 -51
  1779. package/js/plugins/x-plugin.alias.js.map +1 -1
  1780. package/js/plugins/x-plugin.js +146 -228
  1781. package/js/plugins/x-plugin.js.map +1 -1
  1782. package/js/plugins/x-plugin.mixin.js +36 -14
  1783. package/js/plugins/x-plugin.mixin.js.map +1 -1
  1784. package/js/plugins/x-plugin.utils.js +1 -1
  1785. package/js/plugins/x-plugin.utils.js.map +1 -1
  1786. package/js/services/directional-focus-navigation.service.js +72 -78
  1787. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1788. package/js/store/utils/fetch-and-save-action.utils.js +77 -0
  1789. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
  1790. package/js/store/utils/getters-proxy.utils.js +100 -0
  1791. package/js/store/utils/getters-proxy.utils.js.map +1 -0
  1792. package/js/store/utils/query.utils.js +37 -0
  1793. package/js/store/utils/query.utils.js.map +1 -0
  1794. package/js/store/utils/status-store.utils.js +13 -0
  1795. package/js/store/utils/status-store.utils.js.map +1 -0
  1796. package/js/store/utils/store-emitters.utils.js +14 -0
  1797. package/js/store/utils/store-emitters.utils.js.map +1 -0
  1798. package/js/store/x.module.js +11 -10
  1799. package/js/store/x.module.js.map +1 -1
  1800. package/js/utils/array.js +47 -60
  1801. package/js/utils/array.js.map +1 -1
  1802. package/js/utils/cancellable-promise.js +6 -6
  1803. package/js/utils/cancellable-promise.js.map +1 -1
  1804. package/js/utils/currency-formatter.js +30 -46
  1805. package/js/utils/currency-formatter.js.map +1 -1
  1806. package/js/utils/debounce.js +9 -14
  1807. package/js/utils/debounce.js.map +1 -1
  1808. package/js/utils/filters.js +23 -45
  1809. package/js/utils/filters.js.map +1 -1
  1810. package/js/utils/get-url-parameters.js +3 -3
  1811. package/js/utils/get-url-parameters.js.map +1 -1
  1812. package/js/utils/normalize.js +4 -5
  1813. package/js/utils/normalize.js.map +1 -1
  1814. package/js/utils/number.js +1 -2
  1815. package/js/utils/number.js.map +1 -1
  1816. package/js/utils/origin.js +21 -0
  1817. package/js/utils/origin.js.map +1 -0
  1818. package/js/utils/sanitize.js +3 -3
  1819. package/js/utils/sanitize.js.map +1 -1
  1820. package/js/utils/storage.js +3 -3
  1821. package/js/utils/storage.js.map +1 -1
  1822. package/js/utils/string.js +16 -1
  1823. package/js/utils/string.js.map +1 -1
  1824. package/js/utils/throttle.js +6 -10
  1825. package/js/utils/throttle.js.map +1 -1
  1826. package/js/wiring/namespaced-wires.factory.js +11 -14
  1827. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  1828. package/js/wiring/namespaced-wires.operators.js +2 -8
  1829. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  1830. package/js/wiring/wires-operators.utils.js +54 -0
  1831. package/js/wiring/wires-operators.utils.js.map +1 -0
  1832. package/js/wiring/wires.factory.js +44 -20
  1833. package/js/wiring/wires.factory.js.map +1 -1
  1834. package/js/wiring/wires.operators.js +40 -35
  1835. package/js/wiring/wires.operators.js.map +1 -1
  1836. package/js/wiring/wiring.utils.js +1 -1
  1837. package/js/wiring/wiring.utils.js.map +1 -1
  1838. package/js/x-installer/api/base-api.js +45 -17
  1839. package/js/x-installer/api/base-api.js.map +1 -1
  1840. package/js/x-installer/x-installer/x-installer.js +96 -124
  1841. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  1842. package/js/x-modules/device/components/device-detector.vue.js +11 -11
  1843. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  1844. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  1845. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1846. package/js/x-modules/device/store/emitters.js +2 -3
  1847. package/js/x-modules/device/store/emitters.js.map +1 -1
  1848. package/js/x-modules/device/store/module.js +4 -4
  1849. package/js/x-modules/device/store/module.js.map +1 -1
  1850. package/js/x-modules/device/wiring.js +5 -5
  1851. package/js/x-modules/device/wiring.js.map +1 -1
  1852. package/js/x-modules/device/x-module.js +2 -2
  1853. package/js/x-modules/device/x-module.js.map +1 -1
  1854. package/js/x-modules/empathize/components/empathize.vue.js +14 -14
  1855. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  1856. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +105 -0
  1857. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1858. package/js/x-modules/empathize/store/emitters.js +2 -3
  1859. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  1860. package/js/x-modules/empathize/store/module.js +4 -4
  1861. package/js/x-modules/empathize/store/module.js.map +1 -1
  1862. package/js/x-modules/empathize/wiring.js +6 -6
  1863. package/js/x-modules/empathize/wiring.js.map +1 -1
  1864. package/js/x-modules/empathize/x-module.js +2 -2
  1865. package/js/x-modules/empathize/x-module.js.map +1 -1
  1866. package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
  1867. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
  1868. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +158 -0
  1869. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1870. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +56 -0
  1871. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
  1872. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +171 -0
  1873. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1874. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +47 -0
  1875. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
  1876. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +75 -0
  1877. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1878. package/js/x-modules/extra-params/store/emitters.js +14 -0
  1879. package/js/x-modules/extra-params/store/emitters.js.map +1 -0
  1880. package/js/x-modules/extra-params/store/module.js +20 -0
  1881. package/js/x-modules/extra-params/store/module.js.map +1 -0
  1882. package/js/x-modules/extra-params/wiring.js +36 -0
  1883. package/js/x-modules/extra-params/wiring.js.map +1 -0
  1884. package/js/x-modules/extra-params/x-module.js +19 -0
  1885. package/js/x-modules/extra-params/x-module.js.map +1 -0
  1886. package/js/x-modules/facets/components/clear-filters.vue.js +25 -17
  1887. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  1888. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +170 -0
  1889. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1890. package/js/x-modules/facets/components/facets/facets-provider.vue.js +42 -0
  1891. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -0
  1892. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +214 -0
  1893. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1894. package/js/x-modules/facets/components/facets/facets.vue.js +104 -0
  1895. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
  1896. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  1897. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1898. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  1899. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  1900. package/js/x-modules/facets/components/filters/all-filter.vue.js +14 -14
  1901. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  1902. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +187 -0
  1903. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1904. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +45 -35
  1905. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  1906. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  1907. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1908. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +43 -42
  1909. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  1910. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +234 -0
  1911. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1912. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
  1913. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  1914. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +171 -0
  1915. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1916. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  1917. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  1918. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +207 -0
  1919. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1920. package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
  1921. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  1922. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +171 -0
  1923. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1924. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  1925. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  1926. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +163 -0
  1927. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1928. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +60 -33
  1929. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  1930. package/js/x-modules/facets/components/lists/filters-list.vue.js +73 -0
  1931. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -0
  1932. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +176 -0
  1933. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1934. package/js/x-modules/facets/components/lists/filters-search.vue.js +25 -21
  1935. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  1936. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +207 -0
  1937. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1938. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +29 -27
  1939. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  1940. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  1941. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1942. package/js/x-modules/facets/components/lists/selected-filters.vue.js +63 -0
  1943. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
  1944. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +149 -0
  1945. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1946. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +33 -25
  1947. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  1948. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +204 -0
  1949. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1950. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +39 -0
  1951. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
  1952. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +165 -0
  1953. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1954. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  1955. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  1956. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  1957. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1958. package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
  1959. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
  1960. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -0
  1961. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
  1962. package/js/x-modules/facets/entities/filter-entity.factory.js +130 -0
  1963. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
  1964. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +91 -0
  1965. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
  1966. package/js/x-modules/facets/entities/number-range-filter.entity.js +35 -0
  1967. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
  1968. package/js/x-modules/facets/entities/raw-filter.entity.js +36 -0
  1969. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
  1970. package/js/x-modules/facets/entities/simple-filter.entity.js +35 -0
  1971. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
  1972. package/js/x-modules/facets/entities/single-select.modifier.js +88 -0
  1973. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
  1974. package/js/x-modules/facets/entities/types.js +30 -0
  1975. package/js/x-modules/facets/entities/types.js.map +1 -0
  1976. package/js/x-modules/facets/service/facets.service.js +212 -0
  1977. package/js/x-modules/facets/service/facets.service.js.map +1 -0
  1978. package/js/x-modules/facets/store/emitters.js +4 -9
  1979. package/js/x-modules/facets/store/emitters.js.map +1 -1
  1980. package/js/x-modules/facets/store/getters/facets.getter.js +10 -5
  1981. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  1982. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +16 -26
  1983. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  1984. package/js/x-modules/facets/store/getters/selected-filters.getter.js +4 -28
  1985. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  1986. package/js/x-modules/facets/store/module.js +29 -47
  1987. package/js/x-modules/facets/store/module.js.map +1 -1
  1988. package/js/x-modules/facets/utils.js +6 -52
  1989. package/js/x-modules/facets/utils.js.map +1 -1
  1990. package/js/x-modules/facets/wiring.js +57 -92
  1991. package/js/x-modules/facets/wiring.js.map +1 -1
  1992. package/js/x-modules/facets/x-module.js +2 -2
  1993. package/js/x-modules/facets/x-module.js.map +1 -1
  1994. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +14 -14
  1995. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  1996. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  1997. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1998. package/js/x-modules/history-queries/components/history-queries.vue.js +29 -28
  1999. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2000. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +41 -0
  2001. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2002. package/js/x-modules/history-queries/components/history-query.vue.js +23 -23
  2003. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2004. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +45 -0
  2005. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2006. package/js/x-modules/history-queries/components/my-history.vue.js +196 -0
  2007. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2008. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
  2009. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2010. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  2011. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2012. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2013. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2014. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +30 -38
  2015. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2016. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2017. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2018. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2019. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2020. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2021. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2022. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  2023. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2024. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +15 -0
  2025. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
  2026. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  2027. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  2028. package/js/x-modules/history-queries/store/constants.js +4 -3
  2029. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2030. package/js/x-modules/history-queries/store/emitters.js +5 -6
  2031. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2032. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  2033. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2034. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  2035. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2036. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  2037. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2038. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  2039. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2040. package/js/x-modules/history-queries/store/module.js +26 -17
  2041. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2042. package/js/x-modules/history-queries/wiring.js +41 -26
  2043. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2044. package/js/x-modules/history-queries/x-module.js +2 -2
  2045. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2046. package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
  2047. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2048. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  2049. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2050. package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
  2051. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2052. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  2053. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2054. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +11 -11
  2055. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2056. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +4 -9
  2057. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2058. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
  2059. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  2060. package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
  2061. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2062. package/js/x-modules/identifier-results/store/emitters.js +8 -5
  2063. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2064. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  2065. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2066. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  2067. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2068. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -4
  2069. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2070. package/js/x-modules/identifier-results/store/module.js +28 -19
  2071. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2072. package/js/x-modules/identifier-results/wiring.js +43 -20
  2073. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2074. package/js/x-modules/identifier-results/x-module.js +2 -2
  2075. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2076. package/js/x-modules/next-queries/components/next-queries-list.vue.js +79 -0
  2077. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
  2078. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +85 -0
  2079. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2080. package/js/x-modules/next-queries/components/next-queries.vue.js +38 -26
  2081. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2082. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +42 -0
  2083. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2084. package/js/x-modules/next-queries/components/next-query.vue.js +24 -18
  2085. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2086. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  2087. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2088. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +8 -10
  2089. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2090. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +5 -8
  2091. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2092. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  2093. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2094. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +15 -0
  2095. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
  2096. package/js/x-modules/next-queries/store/emitters.js +6 -7
  2097. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2098. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  2099. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2100. package/js/x-modules/next-queries/store/getters/request.getter.js +4 -4
  2101. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2102. package/js/x-modules/next-queries/store/module.js +23 -18
  2103. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2104. package/js/x-modules/next-queries/wiring.js +30 -18
  2105. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2106. package/js/x-modules/next-queries/x-module.js +2 -2
  2107. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2108. package/js/x-modules/popular-searches/components/popular-search.vue.js +18 -17
  2109. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2110. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  2111. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2112. package/js/x-modules/popular-searches/components/popular-searches.vue.js +25 -24
  2113. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2114. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +38 -0
  2115. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2116. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2117. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2118. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +5 -9
  2119. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2120. package/js/x-modules/popular-searches/store/emitters.js +3 -3
  2121. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2122. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  2123. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2124. package/js/x-modules/popular-searches/store/getters/request.getter.js +3 -3
  2125. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2126. package/js/x-modules/popular-searches/store/module.js +18 -14
  2127. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2128. package/js/x-modules/popular-searches/wiring.js +20 -11
  2129. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2130. package/js/x-modules/popular-searches/x-module.js +2 -2
  2131. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2132. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +19 -18
  2133. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2134. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  2135. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2136. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +25 -24
  2137. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2138. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +37 -0
  2139. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2140. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2141. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2142. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +5 -9
  2143. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2144. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +15 -0
  2145. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
  2146. package/js/x-modules/query-suggestions/store/emitters.js +4 -5
  2147. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2148. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  2149. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2150. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  2151. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2152. package/js/x-modules/query-suggestions/store/getters/request.getter.js +4 -4
  2153. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2154. package/js/x-modules/query-suggestions/store/module.js +22 -17
  2155. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2156. package/js/x-modules/query-suggestions/wiring.js +41 -20
  2157. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2158. package/js/x-modules/query-suggestions/x-module.js +2 -2
  2159. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2160. package/js/x-modules/recommendations/components/recommendations.vue.js +21 -21
  2161. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2162. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  2163. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2164. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +8 -10
  2165. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2166. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +4 -10
  2167. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2168. package/js/x-modules/recommendations/store/constants.js +1 -1
  2169. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2170. package/js/x-modules/recommendations/store/emitters.js +3 -4
  2171. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2172. package/js/x-modules/recommendations/store/getters/request.getter.js +3 -3
  2173. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2174. package/js/x-modules/recommendations/store/module.js +16 -12
  2175. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2176. package/js/x-modules/recommendations/wiring.js +24 -9
  2177. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2178. package/js/x-modules/recommendations/x-module.js +2 -2
  2179. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2180. package/js/x-modules/related-tags/components/related-tag.vue.js +23 -18
  2181. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2182. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
  2183. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2184. package/js/x-modules/related-tags/components/related-tags.vue.js +38 -27
  2185. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2186. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
  2187. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2188. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +8 -10
  2189. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2190. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +4 -9
  2191. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2192. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +31 -0
  2193. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
  2194. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  2195. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2196. package/js/x-modules/related-tags/store/emitters.js +9 -6
  2197. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2198. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  2199. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  2200. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  2201. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2202. package/js/x-modules/related-tags/store/getters/request.getter.js +6 -5
  2203. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2204. package/js/x-modules/related-tags/store/module.js +25 -18
  2205. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2206. package/js/x-modules/related-tags/wiring.js +41 -20
  2207. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2208. package/js/x-modules/related-tags/x-module.js +2 -2
  2209. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2210. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  2211. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  2212. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +191 -0
  2213. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2214. package/js/x-modules/scroll/components/main-scroll.vue.js +50 -0
  2215. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  2216. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +205 -0
  2217. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2218. package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
  2219. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  2220. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +219 -0
  2221. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2222. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  2223. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  2224. package/js/x-modules/scroll/components/scroll.vue.js +69 -0
  2225. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  2226. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  2227. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2228. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  2229. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  2230. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +194 -0
  2231. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2232. package/js/x-modules/scroll/store/emitters.js +12 -0
  2233. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  2234. package/js/x-modules/scroll/store/module.js +35 -0
  2235. package/js/x-modules/scroll/store/module.js.map +1 -0
  2236. package/js/x-modules/scroll/wiring.js +96 -0
  2237. package/js/x-modules/scroll/wiring.js.map +1 -0
  2238. package/js/x-modules/scroll/x-module.js +19 -0
  2239. package/js/x-modules/scroll/x-module.js.map +1 -0
  2240. package/js/x-modules/search/components/banner.vue.js +18 -17
  2241. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2242. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
  2243. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2244. package/js/x-modules/search/components/banners-list.vue.js +22 -24
  2245. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2246. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2247. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2248. package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
  2249. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2250. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  2251. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2252. package/js/x-modules/search/components/partial-results-list.vue.js +16 -16
  2253. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2254. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  2255. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2256. package/js/x-modules/search/components/promoted.vue.js +18 -17
  2257. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2258. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  2259. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2260. package/js/x-modules/search/components/promoteds-list.vue.js +22 -24
  2261. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2262. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2263. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2264. package/js/x-modules/search/components/redirection.vue.js +65 -0
  2265. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  2266. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  2267. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2268. package/js/x-modules/search/components/results-list.vue.js +22 -24
  2269. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2270. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2271. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2272. package/js/x-modules/search/components/sort-dropdown.vue.js +22 -22
  2273. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2274. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  2275. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2276. package/js/x-modules/search/components/sort-list.vue.js +20 -20
  2277. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2278. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +169 -0
  2279. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2280. package/js/x-modules/search/components/sort.mixin.js +72 -64
  2281. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  2282. package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
  2283. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2284. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  2285. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2286. package/js/x-modules/search/components/spellcheck.vue.js +13 -13
  2287. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2288. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +152 -0
  2289. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2290. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +31 -27
  2291. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2292. package/js/x-modules/search/store/actions/fetch-search-response.action.js +5 -5
  2293. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2294. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  2295. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2296. package/js/x-modules/search/store/actions/reset-state.action.js +31 -0
  2297. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  2298. package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
  2299. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  2300. package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
  2301. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  2302. package/js/x-modules/search/store/actions/set-url-params.action.js +18 -0
  2303. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
  2304. package/js/x-modules/search/store/emitters.js +24 -7
  2305. package/js/x-modules/search/store/emitters.js.map +1 -1
  2306. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  2307. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  2308. package/js/x-modules/search/store/getters/request.getter.js +9 -10
  2309. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2310. package/js/x-modules/search/store/module.js +60 -32
  2311. package/js/x-modules/search/store/module.js.map +1 -1
  2312. package/js/x-modules/search/wiring.js +72 -42
  2313. package/js/x-modules/search/wiring.js.map +1 -1
  2314. package/js/x-modules/search/x-module.js +2 -2
  2315. package/js/x-modules/search/x-module.js.map +1 -1
  2316. package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
  2317. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2318. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  2319. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2320. package/js/x-modules/search-box/components/search-button.vue.js +15 -14
  2321. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2322. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  2323. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2324. package/js/x-modules/search-box/components/search-input.vue.js +22 -20
  2325. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2326. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +188 -0
  2327. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2328. package/js/x-modules/search-box/store/actions/set-url-params.action.js +15 -0
  2329. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
  2330. package/js/x-modules/search-box/store/emitters.js +4 -5
  2331. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2332. package/js/x-modules/search-box/store/module.js +11 -8
  2333. package/js/x-modules/search-box/store/module.js.map +1 -1
  2334. package/js/x-modules/search-box/wiring.js +24 -9
  2335. package/js/x-modules/search-box/wiring.js.map +1 -1
  2336. package/js/x-modules/search-box/x-module.js +2 -2
  2337. package/js/x-modules/search-box/x-module.js.map +1 -1
  2338. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  2339. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  2340. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  2341. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2342. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +151 -0
  2343. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  2344. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  2345. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  2346. package/js/x-modules/tagging/store/emitters.js +9 -3
  2347. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2348. package/js/x-modules/tagging/store/module.js +27 -6
  2349. package/js/x-modules/tagging/store/module.js.map +1 -1
  2350. package/js/x-modules/tagging/wiring.js +158 -2
  2351. package/js/x-modules/tagging/wiring.js.map +1 -1
  2352. package/js/x-modules/tagging/x-module.js +3 -3
  2353. package/js/x-modules/tagging/x-module.js.map +1 -1
  2354. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  2355. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  2356. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +446 -0
  2357. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2358. package/js/x-modules/url/store/emitters.js +53 -0
  2359. package/js/x-modules/url/store/emitters.js.map +1 -0
  2360. package/js/x-modules/url/store/getters/url-params.getter.js +42 -0
  2361. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
  2362. package/js/x-modules/url/store/initial-state.js +17 -0
  2363. package/js/x-modules/url/store/initial-state.js.map +1 -0
  2364. package/js/x-modules/url/store/module.js +45 -0
  2365. package/js/x-modules/url/store/module.js.map +1 -0
  2366. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  2367. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  2368. package/js/x-modules/url/wiring.js +97 -0
  2369. package/js/x-modules/url/wiring.js.map +1 -0
  2370. package/js/x-modules/url/x-module.js +19 -0
  2371. package/js/x-modules/url/x-module.js.map +1 -0
  2372. package/next-queries/index.js +7 -7
  2373. package/package.json +45 -69
  2374. package/popular-searches/index.js +7 -7
  2375. package/query-suggestions/index.js +6 -6
  2376. package/recommendations/index.js +4 -4
  2377. package/related-tags/index.js +6 -5
  2378. package/report/tsdoc-metadata.json +1 -1
  2379. package/report/x-adapter-platform.api.json +5787 -0
  2380. package/report/x-components.api.json +20958 -10820
  2381. package/report/x-components.api.md +1813 -769
  2382. package/report/x-types.api.json +3170 -847
  2383. package/scroll/index.d.ts +1 -0
  2384. package/scroll/index.js +10 -0
  2385. package/search/index.js +16 -10
  2386. package/search-box/index.js +5 -5
  2387. package/tagging/index.js +5 -2
  2388. package/types/adapter/e2e-adapter.d.ts +29 -0
  2389. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  2390. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  2391. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  2392. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  2393. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  2394. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  2395. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  2396. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  2397. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  2398. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  2399. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  2400. package/types/components/animations/index.d.ts +6 -1
  2401. package/types/components/animations/index.d.ts.map +1 -1
  2402. package/types/components/{staggering-transition-group.vue.d.ts → animations/staggering-transition-group.vue.d.ts} +0 -0
  2403. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  2404. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  2405. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  2406. package/types/components/base-dropdown.vue.d.ts +2 -1
  2407. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2408. package/types/components/base-grid.vue.d.ts +19 -10
  2409. package/types/components/base-grid.vue.d.ts.map +1 -1
  2410. package/types/components/base-switch.vue.d.ts +32 -0
  2411. package/types/components/base-switch.vue.d.ts.map +1 -0
  2412. package/types/components/base-variable-column-grid.vue.d.ts +2 -2
  2413. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2414. package/types/components/currency/base-currency.vue.d.ts +32 -22
  2415. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2416. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  2417. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  2418. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  2419. package/types/components/decorators/injection.consts.d.ts +3 -3
  2420. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2421. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +0 -1
  2422. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2423. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +2 -2
  2424. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2425. package/types/components/global-x-bus.vue.d.ts +25 -0
  2426. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  2427. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  2428. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  2429. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  2430. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  2431. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  2432. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  2433. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  2434. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  2435. package/types/components/icons/curated-check.vue.d.ts +3 -0
  2436. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  2437. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  2438. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  2439. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  2440. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  2441. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  2442. package/types/components/icons/index.d.ts +13 -1
  2443. package/types/components/icons/index.d.ts.map +1 -1
  2444. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  2445. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  2446. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  2447. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  2448. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  2449. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  2450. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  2451. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  2452. package/types/components/icons/settings.vue.d.ts +3 -0
  2453. package/types/components/icons/settings.vue.d.ts.map +1 -0
  2454. package/types/components/icons/tag.vue.d.ts +3 -0
  2455. package/types/components/icons/tag.vue.d.ts.map +1 -0
  2456. package/types/components/index.d.ts +10 -4
  2457. package/types/components/index.d.ts.map +1 -1
  2458. package/types/components/items-list-injection.mixin.d.ts +35 -0
  2459. package/types/components/items-list-injection.mixin.d.ts.map +1 -0
  2460. package/types/components/items-list.vue.d.ts +34 -0
  2461. package/types/components/items-list.vue.d.ts.map +1 -0
  2462. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  2463. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  2464. package/types/components/layouts/index.d.ts +4 -0
  2465. package/types/components/layouts/index.d.ts.map +1 -0
  2466. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  2467. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  2468. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +18 -0
  2469. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
  2470. package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
  2471. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
  2472. package/types/components/location-provider.vue.d.ts +17 -0
  2473. package/types/components/location-provider.vue.d.ts.map +1 -0
  2474. package/types/components/modals/base-events-modal-close.vue.d.ts +2 -2
  2475. package/types/components/modals/base-events-modal-open.vue.d.ts +2 -2
  2476. package/types/components/modals/base-events-modal.vue.d.ts +1 -1
  2477. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2478. package/types/components/modals/base-modal.vue.d.ts +2 -1
  2479. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2480. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  2481. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2482. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2483. package/types/components/result/base-result-current-price.vue.d.ts +1 -10
  2484. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2485. package/types/components/result/base-result-image.vue.d.ts +7 -0
  2486. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2487. package/types/components/result/base-result-link.vue.d.ts +9 -26
  2488. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2489. package/types/components/result/base-result-previous-price.vue.d.ts +1 -11
  2490. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2491. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  2492. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  2493. package/types/components/result/index.d.ts +1 -0
  2494. package/types/components/result/index.d.ts.map +1 -1
  2495. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  2496. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2497. package/types/components/scroll/index.d.ts +0 -3
  2498. package/types/components/scroll/index.d.ts.map +1 -1
  2499. package/types/components/scroll/scroll.mixin.d.ts +82 -30
  2500. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  2501. package/types/components/sliding-panel.vue.d.ts +41 -18
  2502. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2503. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  2504. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  2505. package/types/components/suggestions/base-suggestion.vue.d.ts +30 -3
  2506. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2507. package/types/components/suggestions/base-suggestions.vue.d.ts +14 -0
  2508. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2509. package/types/components/x-component.mixin.d.ts.map +1 -1
  2510. package/types/components/x-component.utils.d.ts +2 -17
  2511. package/types/components/x-component.utils.d.ts.map +1 -1
  2512. package/types/filters/compile-message.filter.d.ts +1 -1
  2513. package/types/filters/compile-message.filter.d.ts.map +1 -1
  2514. package/types/index.d.ts +3 -2
  2515. package/types/index.d.ts.map +1 -1
  2516. package/types/plugins/x-emitters.d.ts +26 -0
  2517. package/types/plugins/x-emitters.d.ts.map +1 -0
  2518. package/types/plugins/x-plugin.alias.d.ts +4 -6
  2519. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  2520. package/types/plugins/x-plugin.d.ts +50 -69
  2521. package/types/plugins/x-plugin.d.ts.map +1 -1
  2522. package/types/plugins/x-plugin.mixin.d.ts +25 -7
  2523. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  2524. package/types/plugins/x-plugin.types.d.ts +69 -38
  2525. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2526. package/types/router.d.ts.map +1 -1
  2527. package/types/store/actions.types.d.ts +2 -1
  2528. package/types/store/actions.types.d.ts.map +1 -1
  2529. package/types/store/getters.types.d.ts +1 -1
  2530. package/types/store/getters.types.d.ts.map +1 -1
  2531. package/types/store/index.d.ts +3 -2
  2532. package/types/store/index.d.ts.map +1 -1
  2533. package/types/store/mutations.types.d.ts +1 -1
  2534. package/types/store/mutations.types.d.ts.map +1 -1
  2535. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
  2536. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
  2537. package/types/store/utils/getters-proxy.utils.d.ts +41 -0
  2538. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
  2539. package/types/store/utils/query.utils.d.ts +56 -0
  2540. package/types/store/utils/query.utils.d.ts.map +1 -0
  2541. package/types/store/utils/status-store.utils.d.ts +41 -0
  2542. package/types/store/utils/status-store.utils.d.ts.map +1 -0
  2543. package/types/store/utils/store-emitters.utils.d.ts +82 -0
  2544. package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
  2545. package/types/store/x.module.d.ts.map +1 -1
  2546. package/types/types/index.d.ts +2 -1
  2547. package/types/types/index.d.ts.map +1 -1
  2548. package/types/types/origin.d.ts +46 -0
  2549. package/types/types/origin.d.ts.map +1 -0
  2550. package/types/types/url-params.d.ts +15 -0
  2551. package/types/types/url-params.d.ts.map +1 -0
  2552. package/types/utils/array.d.ts +30 -18
  2553. package/types/utils/array.d.ts.map +1 -1
  2554. package/types/utils/currency-formatter.d.ts +6 -7
  2555. package/types/utils/currency-formatter.d.ts.map +1 -1
  2556. package/types/utils/filters.d.ts +14 -17
  2557. package/types/utils/filters.d.ts.map +1 -1
  2558. package/types/utils/index.d.ts +1 -1
  2559. package/types/utils/origin.d.ts +15 -0
  2560. package/types/utils/origin.d.ts.map +1 -0
  2561. package/types/utils/storage.d.ts +1 -7
  2562. package/types/utils/storage.d.ts.map +1 -1
  2563. package/types/utils/string.d.ts +13 -0
  2564. package/types/utils/string.d.ts.map +1 -1
  2565. package/types/utils/types.d.ts +37 -29
  2566. package/types/utils/types.d.ts.map +1 -1
  2567. package/types/views/base-config.d.ts.map +1 -1
  2568. package/types/views/home/types.d.ts +16 -0
  2569. package/types/views/home/types.d.ts.map +1 -0
  2570. package/types/wiring/events.types.d.ts +79 -73
  2571. package/types/wiring/events.types.d.ts.map +1 -1
  2572. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
  2573. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  2574. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2575. package/types/wiring/namespaced-wiring.types.d.ts +22 -13
  2576. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2577. package/types/wiring/wires-operators.utils.d.ts +36 -0
  2578. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  2579. package/types/wiring/wires.factory.d.ts +25 -8
  2580. package/types/wiring/wires.factory.d.ts.map +1 -1
  2581. package/types/wiring/wires.operators.d.ts +17 -8
  2582. package/types/wiring/wires.operators.d.ts.map +1 -1
  2583. package/types/wiring/wiring.types.d.ts +72 -9
  2584. package/types/wiring/wiring.types.d.ts.map +1 -1
  2585. package/types/x-installer/api/api.types.d.ts +47 -2
  2586. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2587. package/types/x-installer/api/base-api.d.ts +31 -2
  2588. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2589. package/types/x-installer/x-installer/types.d.ts +15 -0
  2590. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2591. package/types/x-installer/x-installer/x-installer.d.ts +37 -34
  2592. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2593. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
  2594. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
  2595. package/types/x-modules/extra-params/components/index.d.ts +4 -0
  2596. package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
  2597. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
  2598. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
  2599. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +48 -0
  2600. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
  2601. package/types/x-modules/extra-params/events.types.d.ts +30 -0
  2602. package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
  2603. package/types/x-modules/extra-params/index.d.ts +6 -0
  2604. package/types/x-modules/extra-params/index.d.ts.map +1 -0
  2605. package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
  2606. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
  2607. package/types/x-modules/{facets-next → extra-params}/store/index.d.ts +0 -0
  2608. package/types/x-modules/extra-params/store/index.d.ts.map +1 -0
  2609. package/types/x-modules/extra-params/store/module.d.ts +8 -0
  2610. package/types/x-modules/extra-params/store/module.d.ts.map +1 -0
  2611. package/types/x-modules/extra-params/store/types.d.ts +39 -0
  2612. package/types/x-modules/extra-params/store/types.d.ts.map +1 -0
  2613. package/types/x-modules/extra-params/wiring.d.ts +23 -0
  2614. package/types/x-modules/extra-params/wiring.d.ts.map +1 -0
  2615. package/types/x-modules/extra-params/x-module.d.ts +16 -0
  2616. package/types/x-modules/extra-params/x-module.d.ts.map +1 -0
  2617. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  2618. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2619. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +67 -0
  2620. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
  2621. package/types/x-modules/facets/components/facets/facets.vue.d.ts +98 -0
  2622. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
  2623. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  2624. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  2625. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +4 -3
  2626. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  2627. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  2628. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2629. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +26 -6
  2630. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2631. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  2632. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2633. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  2634. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2635. package/types/x-modules/facets/components/index.d.ts +12 -10
  2636. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  2637. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +29 -1
  2638. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -1
  2639. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +43 -0
  2640. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
  2641. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  2642. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  2643. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +23 -17
  2644. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  2645. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +15 -0
  2646. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
  2647. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  2648. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
  2649. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
  2650. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  2651. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  2652. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
  2653. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
  2654. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
  2655. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
  2656. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -0
  2657. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
  2658. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +59 -0
  2659. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
  2660. package/types/x-modules/facets/entities/index.d.ts +9 -0
  2661. package/types/x-modules/facets/entities/index.d.ts.map +1 -0
  2662. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -0
  2663. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
  2664. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -0
  2665. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
  2666. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -0
  2667. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
  2668. package/types/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
  2669. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
  2670. package/types/x-modules/facets/entities/types.d.ts +63 -0
  2671. package/types/x-modules/facets/entities/types.d.ts.map +1 -0
  2672. package/types/x-modules/facets/events.types.d.ts +26 -42
  2673. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  2674. package/types/x-modules/facets/index.d.ts +6 -4
  2675. package/types/x-modules/facets/index.d.ts.map +1 -1
  2676. package/types/x-modules/facets/service/facets.service.d.ts +129 -0
  2677. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -0
  2678. package/types/x-modules/facets/service/index.d.ts +3 -0
  2679. package/types/x-modules/facets/service/index.d.ts.map +1 -0
  2680. package/types/x-modules/facets/service/types.d.ts +79 -0
  2681. package/types/x-modules/facets/service/types.d.ts.map +1 -0
  2682. package/types/x-modules/facets/store/emitters.d.ts +2 -6
  2683. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  2684. package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -2
  2685. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
  2686. package/types/x-modules/facets/store/getters/index.d.ts +4 -0
  2687. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -0
  2688. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +6 -4
  2689. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  2690. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +3 -5
  2691. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  2692. package/types/x-modules/facets/store/index.d.ts +1 -8
  2693. package/types/x-modules/facets/store/index.d.ts.map +1 -1
  2694. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  2695. package/types/x-modules/facets/store/types.d.ts +56 -127
  2696. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  2697. package/types/x-modules/facets/utils.d.ts +0 -28
  2698. package/types/x-modules/facets/utils.d.ts.map +1 -1
  2699. package/types/x-modules/facets/wiring.d.ts +24 -102
  2700. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  2701. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -2
  2702. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  2703. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  2704. package/types/x-modules/history-queries/components/index.d.ts +1 -0
  2705. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  2706. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  2707. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  2708. package/types/x-modules/history-queries/events.types.d.ts +5 -0
  2709. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  2710. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  2711. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
  2712. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  2713. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  2714. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  2715. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  2716. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  2717. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  2718. package/types/x-modules/history-queries/store/types.d.ts +27 -2
  2719. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  2720. package/types/x-modules/history-queries/wiring.d.ts +13 -1
  2721. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  2722. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -0
  2723. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  2724. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  2725. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  2726. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -1
  2727. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  2728. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
  2729. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  2730. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  2731. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  2732. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  2733. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  2734. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  2735. package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
  2736. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  2737. package/types/x-modules/identifier-results/store/index.d.ts +1 -3
  2738. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  2739. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  2740. package/types/x-modules/identifier-results/store/types.d.ts +51 -22
  2741. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  2742. package/types/x-modules/identifier-results/wiring.d.ts +23 -3
  2743. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  2744. package/types/x-modules/next-queries/components/index.d.ts +1 -0
  2745. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  2746. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +66 -0
  2747. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
  2748. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +13 -3
  2749. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  2750. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  2751. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  2752. package/types/x-modules/next-queries/events.types.d.ts +5 -6
  2753. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  2754. package/types/x-modules/next-queries/index.d.ts +0 -1
  2755. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  2756. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -1
  2757. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  2758. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +2 -1
  2759. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  2760. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
  2761. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  2762. package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
  2763. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  2764. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
  2765. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  2766. package/types/x-modules/next-queries/store/types.d.ts +27 -9
  2767. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  2768. package/types/x-modules/next-queries/types.d.ts +12 -0
  2769. package/types/x-modules/next-queries/types.d.ts.map +1 -0
  2770. package/types/x-modules/next-queries/wiring.d.ts +14 -2
  2771. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  2772. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  2773. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +7 -3
  2774. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  2775. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  2776. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  2777. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  2778. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2779. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
  2780. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2781. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  2782. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
  2783. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  2784. package/types/x-modules/popular-searches/store/types.d.ts +15 -7
  2785. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  2786. package/types/x-modules/popular-searches/wiring.d.ts +10 -1
  2787. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  2788. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  2789. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +6 -0
  2790. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  2791. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  2792. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  2793. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  2794. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2795. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +2 -1
  2796. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2797. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
  2798. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
  2799. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  2800. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
  2801. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  2802. package/types/x-modules/query-suggestions/store/types.d.ts +29 -14
  2803. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  2804. package/types/x-modules/query-suggestions/wiring.d.ts +15 -3
  2805. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  2806. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -1
  2807. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  2808. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  2809. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  2810. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -1
  2811. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  2812. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -1
  2813. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  2814. package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
  2815. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
  2816. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  2817. package/types/x-modules/recommendations/store/types.d.ts +14 -6
  2818. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  2819. package/types/x-modules/recommendations/wiring.d.ts +10 -1
  2820. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  2821. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
  2822. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  2823. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  2824. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  2825. package/types/x-modules/related-tags/events.types.d.ts +7 -8
  2826. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  2827. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +2 -1
  2828. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  2829. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +2 -1
  2830. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  2831. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
  2832. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
  2833. package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
  2834. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  2835. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  2836. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  2837. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  2838. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  2839. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  2840. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  2841. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  2842. package/types/x-modules/related-tags/store/types.d.ts +30 -18
  2843. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  2844. package/types/x-modules/related-tags/wiring.d.ts +23 -2
  2845. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  2846. package/types/x-modules/scroll/components/index.d.ts +8 -0
  2847. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  2848. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  2849. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  2850. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +130 -0
  2851. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  2852. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  2853. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  2854. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  2855. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  2856. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  2857. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  2858. package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
  2859. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  2860. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  2861. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  2862. package/types/x-modules/scroll/events.types.d.ts +53 -0
  2863. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  2864. package/types/x-modules/scroll/index.d.ts +6 -0
  2865. package/types/x-modules/scroll/index.d.ts.map +1 -0
  2866. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  2867. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  2868. package/types/x-modules/scroll/store/index.d.ts +4 -0
  2869. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  2870. package/types/x-modules/scroll/store/module.d.ts +8 -0
  2871. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  2872. package/types/x-modules/scroll/store/types.d.ts +98 -0
  2873. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  2874. package/types/x-modules/scroll/wiring.d.ts +74 -0
  2875. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  2876. package/types/x-modules/scroll/x-module.d.ts +16 -0
  2877. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  2878. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  2879. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  2880. package/types/x-modules/search/components/banners-list.vue.d.ts +10 -10
  2881. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  2882. package/types/x-modules/search/components/index.d.ts +1 -1
  2883. package/types/x-modules/search/components/index.d.ts.map +1 -1
  2884. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  2885. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  2886. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  2887. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  2888. package/types/x-modules/search/components/promoteds-list.vue.d.ts +10 -10
  2889. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  2890. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  2891. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  2892. package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
  2893. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  2894. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  2895. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  2896. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  2897. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  2898. package/types/x-modules/search/events.types.d.ts +51 -12
  2899. package/types/x-modules/search/events.types.d.ts.map +1 -1
  2900. package/types/x-modules/search/index.d.ts +1 -0
  2901. package/types/x-modules/search/index.d.ts.map +1 -1
  2902. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -1
  2903. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  2904. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -1
  2905. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  2906. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  2907. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  2908. package/types/x-modules/search/store/actions/reset-state.action.d.ts +12 -0
  2909. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  2910. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  2911. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  2912. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  2913. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  2914. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
  2915. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
  2916. package/types/x-modules/search/store/emitters.d.ts +15 -2
  2917. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  2918. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  2919. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  2920. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  2921. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  2922. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  2923. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  2924. package/types/x-modules/search/store/index.d.ts +2 -3
  2925. package/types/x-modules/search/store/index.d.ts.map +1 -1
  2926. package/types/x-modules/search/store/module.d.ts.map +1 -1
  2927. package/types/x-modules/search/store/types.d.ts +78 -13
  2928. package/types/x-modules/search/store/types.d.ts.map +1 -1
  2929. package/types/x-modules/search/types.d.ts +22 -0
  2930. package/types/x-modules/search/types.d.ts.map +1 -0
  2931. package/types/x-modules/search/wiring.d.ts +58 -36
  2932. package/types/x-modules/search/wiring.d.ts.map +1 -1
  2933. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  2934. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  2935. package/types/x-modules/search-box/components/search-input.vue.d.ts +9 -5
  2936. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  2937. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
  2938. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
  2939. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  2940. package/types/x-modules/search-box/store/types.d.ts +10 -2
  2941. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  2942. package/types/x-modules/search-box/wiring.d.ts +3 -0
  2943. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  2944. package/types/x-modules/tagging/components/index.d.ts +2 -0
  2945. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  2946. package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
  2947. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  2948. package/types/x-modules/tagging/config.types.d.ts +18 -0
  2949. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  2950. package/types/x-modules/tagging/events.types.d.ts +38 -0
  2951. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  2952. package/types/x-modules/tagging/index.d.ts +2 -0
  2953. package/types/x-modules/tagging/index.d.ts.map +1 -1
  2954. package/types/x-modules/tagging/service/index.d.ts +3 -0
  2955. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  2956. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  2957. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  2958. package/types/x-modules/tagging/service/types.d.ts +30 -0
  2959. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  2960. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  2961. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  2962. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  2963. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  2964. package/types/x-modules/tagging/store/emitters.d.ts +8 -1
  2965. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  2966. package/types/x-modules/tagging/store/index.d.ts +1 -0
  2967. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  2968. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  2969. package/types/x-modules/tagging/store/types.d.ts +38 -0
  2970. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  2971. package/types/x-modules/tagging/wiring.d.ts +73 -1
  2972. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  2973. package/types/x-modules/tagging/x-module.d.ts +2 -2
  2974. package/types/x-modules/url/components/index.d.ts +2 -0
  2975. package/types/x-modules/url/components/index.d.ts.map +1 -0
  2976. package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
  2977. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  2978. package/types/x-modules/url/events.types.d.ts +32 -0
  2979. package/types/x-modules/url/events.types.d.ts.map +1 -0
  2980. package/types/x-modules/url/index.d.ts +6 -0
  2981. package/types/x-modules/url/index.d.ts.map +1 -0
  2982. package/types/x-modules/url/store/emitters.d.ts +44 -0
  2983. package/types/x-modules/url/store/emitters.d.ts.map +1 -0
  2984. package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
  2985. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
  2986. package/types/x-modules/url/store/index.d.ts +4 -0
  2987. package/types/x-modules/url/store/index.d.ts.map +1 -0
  2988. package/types/x-modules/url/store/initial-state.d.ts +9 -0
  2989. package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
  2990. package/types/x-modules/url/store/module.d.ts +8 -0
  2991. package/types/x-modules/url/store/module.d.ts.map +1 -0
  2992. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  2993. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  2994. package/types/x-modules/url/store/types.d.ts +109 -0
  2995. package/types/x-modules/url/store/types.d.ts.map +1 -0
  2996. package/types/x-modules/url/wiring.d.ts +86 -0
  2997. package/types/x-modules/url/wiring.d.ts.map +1 -0
  2998. package/types/x-modules/url/x-module.d.ts +16 -0
  2999. package/types/x-modules/url/x-module.d.ts.map +1 -0
  3000. package/types/x-modules/x-modules.types.d.ts +7 -5
  3001. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3002. package/url/index.d.ts +1 -0
  3003. package/url/index.js +5 -0
  3004. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  3005. package/build-helpers/utils/polyfills.util.js +0 -68
  3006. package/design-system/layout-default.css +0 -230
  3007. package/design-system/list-border.css +0 -44
  3008. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  3009. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  3010. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  3011. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  3012. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  3013. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  3014. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  3015. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  3016. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  3017. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  3018. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  3019. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  3020. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  3021. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  3022. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  3023. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  3024. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  3025. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  3026. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  3027. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  3028. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  3029. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  3030. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  3031. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  3032. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  3033. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  3034. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  3035. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  3036. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  3037. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  3038. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  3039. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  3040. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  3041. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  3042. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  3043. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  3044. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  3045. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  3046. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  3047. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  3048. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  3049. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  3050. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  3051. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  3052. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  3053. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  3054. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  3055. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  3056. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  3057. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  3058. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  3059. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  3060. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  3061. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  3062. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  3063. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  3064. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  3065. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  3066. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  3067. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  3068. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  3069. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  3070. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  3071. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  3072. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  3073. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  3074. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  3075. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  3076. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  3077. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  3078. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  3079. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  3080. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  3081. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  3082. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  3083. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  3084. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  3085. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  3086. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  3087. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  3088. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  3089. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  3090. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  3091. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  3092. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  3093. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  3094. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  3095. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  3096. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  3097. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  3098. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  3099. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  3100. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  3101. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  3102. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  3103. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  3104. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  3105. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  3106. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  3107. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  3108. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  3109. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  3110. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  3111. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  3112. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  3113. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  3114. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  3115. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  3116. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  3117. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  3118. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  3119. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  3120. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  3121. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  3122. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  3123. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  3124. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  3125. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  3126. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  3127. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  3128. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  3129. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  3130. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  3131. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  3132. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  3133. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  3134. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  3135. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  3136. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  3137. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  3138. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  3139. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  3140. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  3141. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  3142. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  3143. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  3144. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  3145. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -23
  3146. package/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
  3147. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  3148. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  3149. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  3150. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  3151. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  3152. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  3153. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  3154. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  3155. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  3156. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  3157. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  3158. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  3159. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  3160. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  3161. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  3162. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  3163. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  3164. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  3165. package/docs/API-reference/api/x-adapter.empathyfiltermapper.map.md +0 -24
  3166. package/docs/API-reference/api/x-adapter.empathyfiltermapper.md +0 -21
  3167. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  3168. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  3169. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilters.md +0 -24
  3170. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  3171. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  3172. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  3173. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  3174. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  3175. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  3176. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  3177. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  3178. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  3179. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  3180. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  3181. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  3182. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  3183. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  3184. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  3185. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  3186. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  3187. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  3188. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  3189. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  3190. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  3191. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  3192. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  3193. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  3194. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  3195. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  3196. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  3197. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  3198. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  3199. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  3200. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  3201. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  3202. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  3203. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  3204. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  3205. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  3206. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  3207. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  3208. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  3209. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  3210. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  3211. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  3212. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  3213. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  3214. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  3215. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  3216. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  3217. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -21
  3218. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  3219. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  3220. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  3221. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  3222. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  3223. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  3224. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  3225. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  3226. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  3227. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  3228. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  3229. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  3230. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  3231. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  3232. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  3233. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  3234. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  3235. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  3236. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  3237. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  3238. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  3239. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  3240. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  3241. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  3242. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  3243. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  3244. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  3245. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  3246. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  3247. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  3248. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  3249. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  3250. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  3251. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  3252. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  3253. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  3254. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  3255. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  3256. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  3257. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  3258. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  3259. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  3260. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  3261. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  3262. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  3263. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  3264. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  3265. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  3266. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  3267. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  3268. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  3269. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  3270. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  3271. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  3272. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  3273. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  3274. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  3275. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  3276. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  3277. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  3278. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  3279. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  3280. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  3281. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  3282. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  3283. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  3284. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  3285. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  3286. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  3287. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  3288. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  3289. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  3290. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  3291. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  3292. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  3293. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  3294. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  3295. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  3296. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  3297. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  3298. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  3299. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  3300. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  3301. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  3302. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  3303. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  3304. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  3305. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  3306. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  3307. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  3308. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  3309. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  3310. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  3311. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  3312. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  3313. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  3314. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  3315. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  3316. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  3317. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  3318. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  3319. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  3320. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  3321. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  3322. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  3323. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  3324. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  3325. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  3326. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  3327. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  3328. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  3329. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  3330. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  3331. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  3332. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  3333. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  3334. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  3335. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  3336. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  3337. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  3338. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  3339. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  3340. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  3341. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  3342. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  3343. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  3344. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  3345. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  3346. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  3347. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  3348. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  3349. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  3350. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  3351. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  3352. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  3353. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  3354. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  3355. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  3356. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  3357. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  3358. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  3359. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  3360. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  3361. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  3362. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  3363. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  3364. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  3365. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  3366. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  3367. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  3368. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  3369. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  3370. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  3371. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  3372. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  3373. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  3374. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  3375. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  3376. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  3377. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  3378. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  3379. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  3380. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  3381. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  3382. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  3383. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  3384. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  3385. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  3386. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  3387. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  3388. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  3389. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  3390. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  3391. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  3392. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  3393. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  3394. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  3395. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  3396. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  3397. package/docs/API-reference/api/x-adapter.md +0 -178
  3398. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  3399. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  3400. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  3401. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  3402. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  3403. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  3404. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  3405. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  3406. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  3407. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  3408. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  3409. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  3410. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  3411. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  3412. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  3413. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  3414. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  3415. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  3416. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  3417. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  3418. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  3419. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  3420. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  3421. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  3422. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  3423. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  3424. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  3425. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  3426. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  3427. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  3428. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  3429. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  3430. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  3431. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  3432. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  3433. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  3434. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  3435. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  3436. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  3437. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  3438. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  3439. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  3440. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  3441. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  3442. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  3443. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  3444. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  3445. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  3446. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  3447. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  3448. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  3449. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  3450. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  3451. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  3452. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  3453. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  3454. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  3455. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  3456. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  3457. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  3458. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  3459. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  3460. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  3461. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  3462. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  3463. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  3464. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  3465. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  3466. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  3467. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  3468. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  3469. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  3470. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  3471. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  3472. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  3473. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  3474. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  3475. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  3476. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  3477. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  3478. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  3479. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  3480. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  3481. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  3482. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  3483. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  3484. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  3485. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  3486. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  3487. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  3488. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  3489. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  3490. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  3491. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  3492. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  3493. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  3494. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  3495. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  3496. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  3497. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  3498. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  3499. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  3500. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  3501. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  3502. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  3503. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  3504. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  3505. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  3506. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  3507. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  3508. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  3509. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  3510. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  3511. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  3512. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  3513. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  3514. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  3515. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  3516. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  3517. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  3518. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  3519. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  3520. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  3521. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  3522. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  3523. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  3524. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  3525. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  3526. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  3527. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  3528. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  3529. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  3530. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  3531. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  3532. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  3533. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  3534. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  3535. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  3536. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  3537. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  3538. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  3539. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  3540. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  3541. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  3542. package/docs/API-reference/api/x-components.areeditablenumberrangefiltersdifferent.md +0 -27
  3543. package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
  3544. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  3545. package/docs/API-reference/api/x-components.basecurrency.hideintegerdecimals.md +0 -13
  3546. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  3547. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  3548. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  3549. package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
  3550. package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
  3551. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  3552. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  3553. package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
  3554. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  3555. package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
  3556. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  3557. package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
  3558. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  3559. package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
  3560. package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
  3561. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  3562. package/docs/API-reference/api/x-components.basepricefilterlabel.hideintegerdecimals.md +0 -11
  3563. package/docs/API-reference/api/x-components.baseresultcurrentprice.hideintegerdecimals.md +0 -13
  3564. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  3565. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  3566. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  3567. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  3568. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  3569. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  3570. package/docs/API-reference/api/x-components.baseresultpreviousprice.hideintegerdecimals.md +0 -13
  3571. package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
  3572. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  3573. package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
  3574. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  3575. package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
  3576. package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
  3577. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  3578. package/docs/API-reference/api/x-components.clearfacetselectedfilters.md +0 -12
  3579. package/docs/API-reference/api/x-components.clearfacetselectedfilterswire.md +0 -13
  3580. package/docs/API-reference/api/x-components.clearfacetsselectedfilters.md +0 -12
  3581. package/docs/API-reference/api/x-components.clearfacetsselectedfilterswire.md +0 -13
  3582. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  3583. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  3584. package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
  3585. package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetselectedfilters.md +0 -25
  3586. package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetsselectedfilters.md +0 -25
  3587. package/docs/API-reference/api/x-components.clearselectedfilters.clearselectedfilters.md +0 -24
  3588. package/docs/API-reference/api/x-components.clearselectedfilters.md +0 -12
  3589. package/docs/API-reference/api/x-components.clearselectedfilterswire.md +0 -13
  3590. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  3591. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  3592. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  3593. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.filter.md +0 -13
  3594. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.md +0 -21
  3595. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.range.md +0 -13
  3596. package/docs/API-reference/api/x-components.extractfilters.md +0 -26
  3597. package/docs/API-reference/api/x-components.facets.backendfacets.md +0 -13
  3598. package/docs/API-reference/api/x-components.facets.frontendfacets.md +0 -13
  3599. package/docs/API-reference/api/x-components.facetsactions.clearfacetselectedfilters.md +0 -24
  3600. package/docs/API-reference/api/x-components.facetsactions.clearfacetsselectedfilters.md +0 -24
  3601. package/docs/API-reference/api/x-components.facetsactions.clearselectedfilters.md +0 -17
  3602. package/docs/API-reference/api/x-components.facetsactions.setbackendfacets.md +0 -24
  3603. package/docs/API-reference/api/x-components.facetsactions.setfrontendfacets.md +0 -24
  3604. package/docs/API-reference/api/x-components.facetsactions.togglehierarchicalfilter.md +0 -24
  3605. package/docs/API-reference/api/x-components.facetsactions.togglenumberrangefilter.md +0 -24
  3606. package/docs/API-reference/api/x-components.facetsactions.togglesimplefilter.md +0 -24
  3607. package/docs/API-reference/api/x-components.facetsactions.updatebackendfacets.md +0 -24
  3608. package/docs/API-reference/api/x-components.facetsconfig.md +0 -20
  3609. package/docs/API-reference/api/x-components.facetsconfig.multiselect.md +0 -13
  3610. package/docs/API-reference/api/x-components.facetsgetters.flattenedfilters.md +0 -13
  3611. package/docs/API-reference/api/x-components.facetsmutations.setbackendfacets.md +0 -24
  3612. package/docs/API-reference/api/x-components.facetsmutations.seteditablenumberrangefilterrange.md +0 -24
  3613. package/docs/API-reference/api/x-components.facetsmutations.setfacetmultiselect.md +0 -24
  3614. package/docs/API-reference/api/x-components.facetsmutations.setfilterselected.md +0 -28
  3615. package/docs/API-reference/api/x-components.facetsmutations.setfrontendfacets.md +0 -24
  3616. package/docs/API-reference/api/x-components.facetsmutations.setquery.md +0 -24
  3617. package/docs/API-reference/api/x-components.facetsnextactions.md +0 -13
  3618. package/docs/API-reference/api/x-components.facetsnextactionscontext.md +0 -15
  3619. package/docs/API-reference/api/x-components.facetsnextgetters.filtersbyfacet.md +0 -13
  3620. package/docs/API-reference/api/x-components.facetsnextgetters.md +0 -21
  3621. package/docs/API-reference/api/x-components.facetsnextgetters.selectedfilters.md +0 -13
  3622. package/docs/API-reference/api/x-components.facetsnextmutations.md +0 -22
  3623. package/docs/API-reference/api/x-components.facetsnextmutations.removefilter.md +0 -24
  3624. package/docs/API-reference/api/x-components.facetsnextmutations.setfacetgroup.md +0 -24
  3625. package/docs/API-reference/api/x-components.facetsnextmutations.setfilter.md +0 -24
  3626. package/docs/API-reference/api/x-components.facetsnextstate.filters.md +0 -13
  3627. package/docs/API-reference/api/x-components.facetsnextstate.groups.md +0 -13
  3628. package/docs/API-reference/api/x-components.facetsnextstate.md +0 -21
  3629. package/docs/API-reference/api/x-components.facetsnextxmodule.md +0 -13
  3630. package/docs/API-reference/api/x-components.facetsnextxstoremodule.md +0 -15
  3631. package/docs/API-reference/api/x-components.facetsstate.backendfacets.md +0 -13
  3632. package/docs/API-reference/api/x-components.facetsstate.config.md +0 -13
  3633. package/docs/API-reference/api/x-components.facetsstate.frontendfacets.md +0 -13
  3634. package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
  3635. package/docs/API-reference/api/x-components.facetsxevents.backendfacetschanged.md +0 -13
  3636. package/docs/API-reference/api/x-components.facetsxevents.backendfacetsprovided.md +0 -13
  3637. package/docs/API-reference/api/x-components.facetsxevents.facetmultiselectchanged.md +0 -13
  3638. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +0 -13
  3639. package/docs/API-reference/api/x-components.facetsxevents.frontendfacetschanged.md +0 -13
  3640. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearfacetfilters.md +0 -13
  3641. package/docs/API-reference/api/x-components.facetsxevents.userclickedfacetallfilter.md +0 -13
  3642. package/docs/API-reference/api/x-components.filters.animation.md +0 -13
  3643. package/docs/API-reference/api/x-components.filters.cssclasses.md +0 -13
  3644. package/docs/API-reference/api/x-components.filters.hasfilterstorender.md +0 -13
  3645. package/docs/API-reference/api/x-components.filters.md +0 -23
  3646. package/docs/API-reference/api/x-components.filterselectedchange.filter.md +0 -13
  3647. package/docs/API-reference/api/x-components.filterselectedchange.md +0 -21
  3648. package/docs/API-reference/api/x-components.filterselectedchange.selected.md +0 -13
  3649. package/docs/API-reference/api/x-components.flattenedfilters.md +0 -13
  3650. package/docs/API-reference/api/x-components.foreach.md +0 -25
  3651. package/docs/API-reference/api/x-components.historyqueries.historyqueries.md +0 -11
  3652. package/docs/API-reference/api/x-components.isfilterpartiallyselected.md +0 -26
  3653. package/docs/API-reference/api/x-components.isfilterselected.md +0 -26
  3654. package/docs/API-reference/api/x-components.layout.asideanimation.md +0 -13
  3655. package/docs/API-reference/api/x-components.layout.devmode.md +0 -13
  3656. package/docs/API-reference/api/x-components.layout.empathizeanimation.md +0 -13
  3657. package/docs/API-reference/api/x-components.layout.md +0 -23
  3658. package/docs/API-reference/api/x-components.map.md +0 -27
  3659. package/docs/API-reference/api/x-components.multiselectchange.facetid.md +0 -13
  3660. package/docs/API-reference/api/x-components.multiselectchange.md +0 -21
  3661. package/docs/API-reference/api/x-components.multiselectchange.multiselect.md +0 -13
  3662. package/docs/API-reference/api/x-components.multiselectfilters.animation.md +0 -13
  3663. package/docs/API-reference/api/x-components.multiselectfilters.created.md +0 -15
  3664. package/docs/API-reference/api/x-components.multiselectfilters.md +0 -27
  3665. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
  3666. package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
  3667. package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
  3668. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  3669. package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
  3670. package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
  3671. package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
  3672. package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
  3673. package/docs/API-reference/api/x-components.nosuggestions.md +0 -32
  3674. package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
  3675. package/docs/API-reference/api/x-components.nosuggestions.query.md +0 -11
  3676. package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
  3677. package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
  3678. package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
  3679. package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
  3680. package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
  3681. package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
  3682. package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
  3683. package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
  3684. package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -15
  3685. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  3686. package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
  3687. package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
  3688. package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
  3689. package/docs/API-reference/api/x-components.primitive.md +0 -15
  3690. package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
  3691. package/docs/API-reference/api/x-components.reduce.md +0 -28
  3692. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  3693. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  3694. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  3695. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  3696. package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
  3697. package/docs/API-reference/api/x-components.searchitem.md +0 -13
  3698. package/docs/API-reference/api/x-components.searchitemslist.animation.md +0 -13
  3699. package/docs/API-reference/api/x-components.searchitemslist.md +0 -22
  3700. package/docs/API-reference/api/x-components.searchitemslist.searchitems.md +0 -13
  3701. package/docs/API-reference/api/x-components.searchxevents.backendfacetschanged.md +0 -13
  3702. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  3703. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  3704. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  3705. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  3706. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  3707. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  3708. package/docs/API-reference/api/x-components.setbackendfacets.md +0 -13
  3709. package/docs/API-reference/api/x-components.setbackendfacetswire.md +0 -13
  3710. package/docs/API-reference/api/x-components.seteditablenumberrangefilterrangewire.md +0 -13
  3711. package/docs/API-reference/api/x-components.setfacetmultiselect.md +0 -13
  3712. package/docs/API-reference/api/x-components.setfacetsquery.md +0 -13
  3713. package/docs/API-reference/api/x-components.setfrontendfacetswire.md +0 -13
  3714. package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
  3715. package/docs/API-reference/api/x-components.setpage.md +0 -13
  3716. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  3717. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  3718. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  3719. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  3720. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  3721. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  3722. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  3723. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  3724. package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
  3725. package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
  3726. package/docs/API-reference/api/x-components.togglehierarchicalfilter.md +0 -13
  3727. package/docs/API-reference/api/x-components.togglehierarchicalfilterwire.md +0 -13
  3728. package/docs/API-reference/api/x-components.togglenumberrangefilter.md +0 -13
  3729. package/docs/API-reference/api/x-components.togglenumberrangefilterwire.md +0 -13
  3730. package/docs/API-reference/api/x-components.togglesimplefilter.md +0 -13
  3731. package/docs/API-reference/api/x-components.togglesimplefilterwire.md +0 -13
  3732. package/docs/API-reference/api/x-components.updatebackendfacets.md +0 -13
  3733. package/docs/API-reference/api/x-components.updatebackendfacetswire.md +0 -13
  3734. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  3735. package/docs/API-reference/api/x-components.xcomponent.md +0 -15
  3736. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +0 -13
  3737. package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -15
  3738. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  3739. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  3740. package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
  3741. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofxmodal.md +0 -13
  3742. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  3743. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  3744. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  3745. package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
  3746. package/docs/API-reference/api/x-components.xmodulestree.facetsnext.md +0 -11
  3747. package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
  3748. package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
  3749. package/docs/API-reference/api/x-types.booleanfilter.selected.md +0 -13
  3750. package/docs/API-reference/api/x-types.booleanfilter.value.md +0 -13
  3751. package/docs/API-reference/api/x-types.callbackinfo.callbackinfo.md +0 -13
  3752. package/docs/API-reference/api/x-types.callbackinfo.md +0 -20
  3753. package/docs/API-reference/api/x-types.filter.facetid.md +0 -13
  3754. package/docs/API-reference/api/x-types.filter.label.md +0 -13
  3755. package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
  3756. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  3757. package/docs/API-reference/api/x-types.redirection.title.md +0 -13
  3758. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  3759. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  3760. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  3761. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  3762. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  3763. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  3764. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  3765. package/docs/API-reference/api/x-types.tagging.params.md +0 -13
  3766. package/docs/API-reference/api/x-types.tagging.url.md +0 -13
  3767. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -38
  3768. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
  3769. package/docs/API-reference/components/common/layouts/x-components.layout.md +0 -30
  3770. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  3771. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  3772. package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
  3773. package/docs/API-reference/components/facets/x-components.facets.md +0 -434
  3774. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
  3775. package/docs/API-reference/components/facets/x-components.lists/filters.md +0 -69
  3776. package/docs/API-reference/components/facets/x-components.lists/multi-select-filters.md +0 -117
  3777. package/docs/API-reference/components/facets/x-components.selected-filters.md +0 -87
  3778. package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
  3779. package/docs/API-reference/components/search/x-components.search-items-list.md +0 -22
  3780. package/docs/css/global.scss +0 -1
  3781. package/docs/css/utils/utils.scss +0 -35
  3782. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  3783. package/docs/css/xcomponents/index.scss +0 -16
  3784. package/docs/css/xcomponents/search-input.scss +0 -10
  3785. package/docs/css/xcomponents/suggestions.scss +0 -19
  3786. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  3787. package/docs/guide/getting-started/components/live-examples.md +0 -100
  3788. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  3789. package/docs/guide/getting-started/components/search-button.md +0 -98
  3790. package/docs/guide/getting-started/components/search-input.md +0 -105
  3791. package/docs/guide/getting-started/install-xplugin.md +0 -72
  3792. package/docs/guide/getting-started/use-components.md +0 -75
  3793. package/docs/guide/install.md +0 -30
  3794. package/docs/react-components/ReactComponents.jsx +0 -46
  3795. package/docs/react-components/Utils.jsx +0 -34
  3796. package/docs/sidebar.json +0 -1
  3797. package/facets-next/index.d.ts +0 -1
  3798. package/facets-next/index.js +0 -4
  3799. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  3800. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3801. package/js/components/animations/collapse-from-top.vue.js +0 -58
  3802. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  3803. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  3804. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  3805. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  3806. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  3807. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  3808. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3809. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3810. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3811. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3812. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3813. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  3814. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3815. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  3816. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3817. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -113
  3818. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3819. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  3820. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  3821. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  3822. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  3823. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  3824. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3825. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  3826. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3827. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  3828. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3829. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -62
  3830. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  3831. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -87
  3832. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3833. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -49
  3834. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3835. package/js/components/icons/arrow.vue.js +0 -63
  3836. package/js/components/icons/arrow.vue.js.map +0 -1
  3837. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  3838. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  3839. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  3840. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  3841. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  3842. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  3843. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3844. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3845. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  3846. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  3847. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3848. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3849. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  3850. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  3851. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  3852. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3853. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3854. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3855. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  3856. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3857. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3858. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3859. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  3860. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3861. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  3862. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3863. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  3864. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3865. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  3866. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3867. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  3868. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3869. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  3870. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3871. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  3872. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3873. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  3874. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3875. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3876. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3877. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  3878. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  3879. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  3880. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3881. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  3882. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3883. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  3884. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3885. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  3886. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  3887. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3888. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3889. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  3890. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  3891. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  3892. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  3893. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3894. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3895. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  3896. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  3897. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  3898. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  3899. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  3900. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  3901. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  3902. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  3903. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  3904. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  3905. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  3906. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  3907. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3908. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3909. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  3910. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  3911. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  3912. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  3913. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  3914. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  3915. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  3916. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3917. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  3918. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  3919. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3920. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3921. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  3922. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  3923. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  3924. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  3925. package/js/components/layouts/layout.vue.js +0 -297
  3926. package/js/components/layouts/layout.vue.js.map +0 -1
  3927. package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js +0 -77
  3928. package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js.map +0 -1
  3929. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  3930. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  3931. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  3932. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3933. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -94
  3934. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3935. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  3936. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  3937. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  3938. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3939. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  3940. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3941. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  3942. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3943. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  3944. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3945. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  3946. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3947. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
  3948. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3949. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  3950. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3951. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  3952. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  3953. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -51
  3954. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  3955. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  3956. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3957. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -145
  3958. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3959. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
  3960. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  3961. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  3962. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3963. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -34
  3964. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  3965. package/js/components/scroll/base-id-scroll.vue.js +0 -69
  3966. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  3967. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  3968. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3969. package/js/components/scroll/base-main-scroll.vue.js +0 -39
  3970. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  3971. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  3972. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3973. package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
  3974. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  3975. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  3976. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  3977. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
  3978. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3979. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  3980. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3981. package/js/components/staggering-transition-group.vue.js +0 -42
  3982. package/js/components/staggering-transition-group.vue.js.map +0 -1
  3983. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -353
  3984. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  3985. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
  3986. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  3987. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -70
  3988. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  3989. package/js/store/store.utils.js +0 -14
  3990. package/js/store/store.utils.js.map +0 -1
  3991. package/js/store/utils/get-getters-proxy.js +0 -104
  3992. package/js/store/utils/get-getters-proxy.js.map +0 -1
  3993. package/js/store/utils/helpers/fetch-and-save-action.helpers.js +0 -76
  3994. package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
  3995. package/js/store/utils/helpers/status.helpers.js +0 -13
  3996. package/js/store/utils/helpers/status.helpers.js.map +0 -1
  3997. package/js/utils/object.js +0 -85
  3998. package/js/utils/object.js.map +0 -1
  3999. package/js/wiring/utils/wire-racing-handling.js +0 -108
  4000. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  4001. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  4002. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  4003. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  4004. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  4005. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -220
  4006. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4007. package/js/x-modules/facets/components/facets.vue.js +0 -95
  4008. package/js/x-modules/facets/components/facets.vue.js.map +0 -1
  4009. package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js +0 -260
  4010. package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  4011. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -176
  4012. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4013. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
  4014. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  4015. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -174
  4016. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4017. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -213
  4018. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4019. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -197
  4020. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4021. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -159
  4022. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4023. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -202
  4024. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4025. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -160
  4026. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4027. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -150
  4028. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4029. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -196
  4030. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4031. package/js/x-modules/facets/components/lists/filters.vue.js +0 -73
  4032. package/js/x-modules/facets/components/lists/filters.vue.js.map +0 -1
  4033. package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js +0 -176
  4034. package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4035. package/js/x-modules/facets/components/lists/multi-select-filters.vue.js +0 -63
  4036. package/js/x-modules/facets/components/lists/multi-select-filters.vue.js.map +0 -1
  4037. package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js +0 -88
  4038. package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4039. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -139
  4040. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4041. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -200
  4042. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4043. package/js/x-modules/facets/components/selected-filters.vue.js +0 -63
  4044. package/js/x-modules/facets/components/selected-filters.vue.js.map +0 -1
  4045. package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js +0 -176
  4046. package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4047. package/js/x-modules/facets/store/actions/clear-selected-filters.action.js +0 -98
  4048. package/js/x-modules/facets/store/actions/clear-selected-filters.action.js.map +0 -1
  4049. package/js/x-modules/facets/store/actions/set-backend-facets.action.js +0 -19
  4050. package/js/x-modules/facets/store/actions/set-backend-facets.action.js.map +0 -1
  4051. package/js/x-modules/facets/store/actions/set-frontend-facets.action.js +0 -19
  4052. package/js/x-modules/facets/store/actions/set-frontend-facets.action.js.map +0 -1
  4053. package/js/x-modules/facets/store/actions/toggle-filter.action.js +0 -51
  4054. package/js/x-modules/facets/store/actions/toggle-filter.action.js.map +0 -1
  4055. package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js +0 -57
  4056. package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js.map +0 -1
  4057. package/js/x-modules/facets/store/actions/update-backend-facets.action.js +0 -40
  4058. package/js/x-modules/facets/store/actions/update-backend-facets.action.js.map +0 -1
  4059. package/js/x-modules/facets/store/getters/flattened-filters.getter.js +0 -35
  4060. package/js/x-modules/facets/store/getters/flattened-filters.getter.js.map +0 -1
  4061. package/js/x-modules/facets-next/store/emitters.js +0 -12
  4062. package/js/x-modules/facets-next/store/emitters.js.map +0 -1
  4063. package/js/x-modules/facets-next/store/getters/filters-by-facet.getter.js +0 -20
  4064. package/js/x-modules/facets-next/store/getters/filters-by-facet.getter.js.map +0 -1
  4065. package/js/x-modules/facets-next/store/getters/selected-filters.getter.js +0 -16
  4066. package/js/x-modules/facets-next/store/getters/selected-filters.getter.js.map +0 -1
  4067. package/js/x-modules/facets-next/store/module.js +0 -36
  4068. package/js/x-modules/facets-next/store/module.js.map +0 -1
  4069. package/js/x-modules/facets-next/wiring.js +0 -11
  4070. package/js/x-modules/facets-next/wiring.js.map +0 -1
  4071. package/js/x-modules/facets-next/x-module.js +0 -19
  4072. package/js/x-modules/facets-next/x-module.js.map +0 -1
  4073. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  4074. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4075. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -52
  4076. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4077. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  4078. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4079. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  4080. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4081. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  4082. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  4083. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
  4084. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4085. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -50
  4086. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4087. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  4088. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4089. package/js/x-modules/next-queries/utils.js +0 -15
  4090. package/js/x-modules/next-queries/utils.js.map +0 -1
  4091. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js +0 -70
  4092. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
  4093. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
  4094. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4095. package/js/x-modules/no-suggestions/store/module.js +0 -20
  4096. package/js/x-modules/no-suggestions/store/module.js.map +0 -1
  4097. package/js/x-modules/no-suggestions/wiring.js +0 -46
  4098. package/js/x-modules/no-suggestions/wiring.js.map +0 -1
  4099. package/js/x-modules/no-suggestions/x-module.js +0 -18
  4100. package/js/x-modules/no-suggestions/x-module.js.map +0 -1
  4101. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  4102. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4103. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -49
  4104. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  4105. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  4106. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4107. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -38
  4108. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4109. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -54
  4110. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  4111. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
  4112. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  4113. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
  4114. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  4115. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
  4116. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  4117. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  4118. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4119. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -146
  4120. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4121. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  4122. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4123. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
  4124. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  4125. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  4126. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4127. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  4128. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4129. package/js/x-modules/search/components/search-items-injection.mixin.js +0 -40
  4130. package/js/x-modules/search/components/search-items-injection.mixin.js.map +0 -1
  4131. package/js/x-modules/search/components/search-items-list.vue.js +0 -78
  4132. package/js/x-modules/search/components/search-items-list.vue.js.map +0 -1
  4133. package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js +0 -47
  4134. package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4135. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  4136. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4137. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -157
  4138. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4139. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -146
  4140. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4141. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -134
  4142. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  4143. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  4144. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4145. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
  4146. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4147. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
  4148. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4149. package/no-suggestions/index.d.ts +0 -1
  4150. package/no-suggestions/index.js +0 -4
  4151. package/report/x-adapter.api.json +0 -23327
  4152. package/types/adapter/mocked-adapter.d.ts +0 -18
  4153. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  4154. package/types/adapter/real-adapter.d.ts +0 -2
  4155. package/types/adapter/real-adapter.d.ts.map +0 -1
  4156. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  4157. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  4158. package/types/components/icons/arrow.vue.d.ts +0 -3
  4159. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  4160. package/types/components/layouts/layout.vue.d.ts +0 -44
  4161. package/types/components/layouts/layout.vue.d.ts.map +0 -1
  4162. package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
  4163. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  4164. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  4165. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  4166. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  4167. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  4168. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  4169. package/types/components/x-component.types.d.ts +0 -19
  4170. package/types/components/x-component.types.d.ts.map +0 -1
  4171. package/types/store/store-emitters.types.d.ts +0 -72
  4172. package/types/store/store-emitters.types.d.ts.map +0 -1
  4173. package/types/store/store.utils.d.ts +0 -12
  4174. package/types/store/store.utils.d.ts.map +0 -1
  4175. package/types/store/utils/get-getters-proxy.d.ts +0 -41
  4176. package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
  4177. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts +0 -61
  4178. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
  4179. package/types/store/utils/helpers/status.helpers.d.ts +0 -41
  4180. package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
  4181. package/types/types/query-origin.d.ts +0 -7
  4182. package/types/types/query-origin.d.ts.map +0 -1
  4183. package/types/utils/object.d.ts +0 -49
  4184. package/types/utils/object.d.ts.map +0 -1
  4185. package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
  4186. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
  4187. package/types/x-modules/facets/components/facets.vue.d.ts +0 -131
  4188. package/types/x-modules/facets/components/facets.vue.d.ts.map +0 -1
  4189. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  4190. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  4191. package/types/x-modules/facets/components/lists/filters.vue.d.ts +0 -43
  4192. package/types/x-modules/facets/components/lists/filters.vue.d.ts.map +0 -1
  4193. package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts +0 -46
  4194. package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts.map +0 -1
  4195. package/types/x-modules/facets/components/selected-filters.vue.d.ts +0 -63
  4196. package/types/x-modules/facets/components/selected-filters.vue.d.ts.map +0 -1
  4197. package/types/x-modules/facets/config.types.d.ts +0 -12
  4198. package/types/x-modules/facets/config.types.d.ts.map +0 -1
  4199. package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts +0 -71
  4200. package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts.map +0 -1
  4201. package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts +0 -13
  4202. package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts.map +0 -1
  4203. package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts +0 -13
  4204. package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts.map +0 -1
  4205. package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts +0 -14
  4206. package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts.map +0 -1
  4207. package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts +0 -12
  4208. package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts.map +0 -1
  4209. package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts +0 -16
  4210. package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts.map +0 -1
  4211. package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts +0 -15
  4212. package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts.map +0 -1
  4213. package/types/x-modules/facets-next/entities/editable-number-range-filter.entity.d.ts +0 -32
  4214. package/types/x-modules/facets-next/entities/editable-number-range-filter.entity.d.ts.map +0 -1
  4215. package/types/x-modules/facets-next/entities/equatable-filter.d.ts +0 -13
  4216. package/types/x-modules/facets-next/entities/equatable-filter.d.ts.map +0 -1
  4217. package/types/x-modules/facets-next/entities/hierarchical-filter.entity.d.ts +0 -54
  4218. package/types/x-modules/facets-next/entities/hierarchical-filter.entity.d.ts.map +0 -1
  4219. package/types/x-modules/facets-next/entities/raw-filter.entity.d.ts +0 -28
  4220. package/types/x-modules/facets-next/entities/raw-filter.entity.d.ts.map +0 -1
  4221. package/types/x-modules/facets-next/entities/simple-filter.entity.d.ts +0 -16
  4222. package/types/x-modules/facets-next/entities/simple-filter.entity.d.ts.map +0 -1
  4223. package/types/x-modules/facets-next/entities/types.d.ts +0 -40
  4224. package/types/x-modules/facets-next/entities/types.d.ts.map +0 -1
  4225. package/types/x-modules/facets-next/index.d.ts +0 -4
  4226. package/types/x-modules/facets-next/index.d.ts.map +0 -1
  4227. package/types/x-modules/facets-next/store/emitters.d.ts +0 -7
  4228. package/types/x-modules/facets-next/store/emitters.d.ts.map +0 -1
  4229. package/types/x-modules/facets-next/store/getters/filters-by-facet.getter.d.ts +0 -13
  4230. package/types/x-modules/facets-next/store/getters/filters-by-facet.getter.d.ts.map +0 -1
  4231. package/types/x-modules/facets-next/store/getters/selected-filters.getter.d.ts +0 -13
  4232. package/types/x-modules/facets-next/store/getters/selected-filters.getter.d.ts.map +0 -1
  4233. package/types/x-modules/facets-next/store/index.d.ts.map +0 -1
  4234. package/types/x-modules/facets-next/store/module.d.ts +0 -8
  4235. package/types/x-modules/facets-next/store/module.d.ts.map +0 -1
  4236. package/types/x-modules/facets-next/store/types.d.ts +0 -91
  4237. package/types/x-modules/facets-next/store/types.d.ts.map +0 -1
  4238. package/types/x-modules/facets-next/wiring.d.ts +0 -7
  4239. package/types/x-modules/facets-next/wiring.d.ts.map +0 -1
  4240. package/types/x-modules/facets-next/x-module.d.ts +0 -16
  4241. package/types/x-modules/facets-next/x-module.d.ts.map +0 -1
  4242. package/types/x-modules/next-queries/utils.d.ts +0 -12
  4243. package/types/x-modules/next-queries/utils.d.ts.map +0 -1
  4244. package/types/x-modules/no-suggestions/components/index.d.ts +0 -2
  4245. package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
  4246. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
  4247. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
  4248. package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
  4249. package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
  4250. package/types/x-modules/no-suggestions/index.d.ts +0 -6
  4251. package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
  4252. package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
  4253. package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
  4254. package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
  4255. package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
  4256. package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
  4257. package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
  4258. package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
  4259. package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
  4260. package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
  4261. package/types/x-modules/no-suggestions/x-module.d.ts.map +0 -1
  4262. package/types/x-modules/search/components/search-items-injection.mixin.d.ts +0 -29
  4263. package/types/x-modules/search/components/search-items-injection.mixin.d.ts.map +0 -1
  4264. package/types/x-modules/search/components/search-items-list.vue.d.ts +0 -34
  4265. package/types/x-modules/search/components/search-items-list.vue.d.ts.map +0 -1
@@ -11,30 +11,28 @@ X-Components is a library usable everywhere not only for search experiences.
11
11
  | Class | Description |
12
12
  | --- | --- |
13
13
  | [AddQueryToHistoryAction](./x-components.addquerytohistoryaction.md) | Class implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md) action. |
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.UserClickedFacetAllFilter](./x-components.facetsxevents.userclickedfacetallfilter.md) event. By default the rendered button displays a message with the facet label but this content is customizable through the default slot. |
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. |
16
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. |
17
- | [BannersList](./x-components.bannerslist.md) | It renders a [SearchItemsList](./x-components.searchitemslist.md) list of banners from [SearchState.banners](./x-components.searchstate.banners.md) by default using the <code>SearchItemsInjectionMixin</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 search items from the ancestor.<!-- -->It also provides the parent slots to customize the items. |
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. |
18
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. |
19
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. |
20
21
  | [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | Column picker list component renders a list of buttons to choose the columns number. |
21
- | [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 string property. The rendered tag is a span in order to render a default inline HTML element. |
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'. |
22
23
  | [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. |
23
24
  | [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. |
24
- | [BaseEventsModal](./x-components.baseeventsmodal.md) | Component containing a modal that emits a [XEventsTypes.UserClickedCloseX](./x-components.xeventstypes.userclickedclosex.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. |
25
- | [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component containing an event button that emits [XEventsTypes.UserClickedCloseX](./x-components.xeventstypes.userclickedclosex.md) when clicked. It has a default slot to customize its contents. |
26
- | [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component containing an event button that emits [XEventsTypes.UserClickedOpenX](./x-components.xeventstypes.userclickedopenx.md) when clicked. It has a default slot to customize its contents. |
27
- | [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. |
25
+ | [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
28
  | [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. |
29
29
  | [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. |
30
30
  | [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. |
31
31
  | [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. |
32
32
  | [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. |
33
- | [BaseIdScroll](./x-components.baseidscroll.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. |
34
33
  | [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
34
  | [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. |
36
35
  | [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
- | [BaseMainScroll](./x-components.basemainscroll.md) | Main 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. All this about main scroll. |
38
36
  | [BaseModal](./x-components.basemodal.md) | Base component with no XPlugin dependencies that serves as a utility for constructing more complex modals. |
39
37
  | [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
40
38
  | [BaseRating](./x-components.baserating.md) | Rating component. This component renders a set of elements filled based on the value passed as prop. |
@@ -43,10 +41,11 @@ X-Components is a library usable everywhere not only for search experiences.
43
41
  | [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code>&lt;img&gt;</code>. |
44
42
  | [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code>&lt;a&gt;</code> wrapping the result contents. |
45
43
  | [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
44
+ | [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
46
45
  | [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. |
47
- | [BaseScrollToTop](./x-components.basescrolltotop.md) | Renders a button with a default slot. This button will emit a UserClickedScrollToTop when clicked. The button will be shown either if it reaches a threshold and then the user scrolls up or just on the UserAlmostReachedScrollEnd event depending on whether the threshold config has been provided or not. |
48
- | [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 and the [XEvents](./x-components.xevent.md) that will be emitted on click.<!-- -->The default slot receives the suggestion and the matched query has props. |
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. |
49
47
  | [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
+ | [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. |
50
49
  | [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. |
51
50
  | [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>. |
52
51
  | [BaseXAPI](./x-components.basexapi.md) | Default implementation for [XAPI](./x-components.xapi.md)<!-- -->. |
@@ -54,63 +53,86 @@ X-Components is a library usable everywhere not only for search experiences.
54
53
  | [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
55
54
  | [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. |
56
55
  | [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
57
- | [ClearSelectedFilters](./x-components.clearselectedfilters.md) | Class implementation for the clearing filters actions. |
58
- | [CollapseFromTop](./x-components.collapsefromtop.md) | Renders a transition group wrapping the element passed in the default slot and animating it with a scale. |
59
56
  | [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
60
57
  | [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
61
58
  | [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. |
60
+ | [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
61
+ | [DefaultPDPAddToCartService](./x-components.defaultpdpaddtocartservice.md) | Default implementation for the [PDPAddToCartService](./x-components.pdpaddtocartservice.md)<!-- -->. |
62
62
  | [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
63
  | [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) | Implementation of [SpatialNavigation](./x-components.spatialnavigation.md) using directional focus. |
64
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. |
65
65
  | [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
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. |
67
- | [Facets](./x-components.facets.md) | This component renders the list of facets stored in the Facets module. This facets can be set either emitting the <code>BackendFacetsChanged</code> and/or <code>FrontendFacetsChanged</code> events, or by using the <code>backendFacets</code> and/or <code>frontendFacets</code> props. 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. |
67
+ | [ExtraParams](./x-components.extraparams.md) | It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop. |
68
+ | [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. |
69
+ | [FacetsMixin](./x-components.facetsmixin.md) | Mixin to share Facets logic. |
70
+ | [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. |
68
71
  | [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. |
69
- | [Filters](./x-components.filters.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. |
72
+ | [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
73
+ | [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. |
70
74
  | [FiltersSearch](./x-components.filterssearch.md) | Renders the filters sifted with the input query. |
75
+ | [FixedHeaderAndAsidesLayout](./x-components.fixedheaderandasideslayout.md) | Component for use as Layout to be filled with the rest of the components. |
76
+ | [GlobalXBus](./x-components.globalxbus.md) | This component helps subscribing to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API. |
71
77
  | [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
72
78
  | [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. |
73
79
  | [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
74
80
  | [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. |
75
81
  | [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)<!-- -->. |
76
82
  | [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. |
77
- | [Layout](./x-components.layout.md) | Component for use as Layout to be filled with the rest of the Components. |
78
- | [MultiSelectFilters](./x-components.multiselectfilters.md) | The component renders a list of filters, exposing a default slot to set how the filter should be rendered. This component will change the facet configuration of the rendered filters to allow multi selection. If you just need to render a list of filters that don't support multi-selection, or are from a different facet, use the [Filters](./x-components.filters.md) component. |
83
+ | [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. |
84
+ | [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>. |
85
+ | [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
86
+ | [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. |
87
+ | [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
88
+ | [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
89
+ | [MyHistory](./x-components.myhistory.md) | The component renders the full history of user searched queries grouped by the day they were performed. |
79
90
  | [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>. |
91
+ | [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. |
80
92
  | [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. |
81
- | [NoSuggestions](./x-components.nosuggestions.md) | No suggestions component renders a simple message (with a button with the query to accept it optionally) to inform the user there are not suggestions available to be displayed. It is showed when there is query and the suggestions of the events configured in the module are empty. |
82
93
  | [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
83
94
  | [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. |
84
95
  | [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. |
85
96
  | [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. |
86
97
  | [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. |
98
+ | [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. |
87
99
  | [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. |
88
- | [PromotedsList](./x-components.promotedslist.md) | It renders a [SearchItemsList](./x-components.searchitemslist.md) of promoteds from [SearchState.promoteds](./x-components.searchstate.promoteds.md) by default using the <code>SearchItemsInjectionMixin</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 search items from the ancestor.<!-- -->It also provides the parent slots to customize the items. |
100
+ | [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. |
89
101
  | [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\_. |
90
102
  | [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. |
91
103
  | [QuerySuggestionsGetter](./x-components.querysuggestionsgetter.md) | Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
92
104
  | [Recommendations](./x-components.recommendations.md) | It renders a list of recommendations from the [Recommendations](./x-components.recommendationsstate.recommendations.md) state by default. The component provides the slot layout which wraps the whole component with the recommendations bounded. It also provides the default slot to customize the item, which is within the layout slot, with the recommendation bounded. Each recommendation should be represented by a [result link component](./x-components.baseresultlink.md) besides any other component. |
105
+ | [Redirection](./x-components.redirection.md) | A redirection is a component that sends the user to a link in the website. It is helpful when there are queries like <code>help</code>, <code>shipping costs</code>, <code>my account</code>, where a link to a section in the website will be more helpful than the set of results returned. |
93
106
  | [RelatedTag](./x-components.relatedtag.md) | This component renders a related tag for a query. A related tag is a descriptive keyword related to the current query to fine-tune the search. For example, if you are searching for \*lego\*, a related tag could be \*city\*, refining the search with \*lego city\*. |
94
107
  | [RelatedTags](./x-components.relatedtags.md) | This component renders a set of \[<code>RelatedTag</code>\](./x-components.related-tag) components by default to select from after a query is performed to fine-tune search. For example, if you are searching for \*lego\*, different related tags could be \*city\*, \*friends\*, or \*harry potter\*, refining the search with \*lego city\*, \*lego friends\*, or \*lego harry potter\*. |
95
108
  | [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. |
109
+ | [RenderlessExtraParams](./x-components.renderlessextraparams.md) | It emits a [ExtraParamsXEvents.UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md) when the <code>updateValue</code> is called. |
96
110
  | [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. |
97
- | [ResultsList](./x-components.resultslist.md) | It renders a [SearchItemsList](./x-components.searchitemslist.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. |
111
+ | [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. |
112
+ | [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. |
98
113
  | [ScrollMixin](./x-components.scrollmixin.md) | Mixin to share Scroll logic. |
114
+ | [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. |
99
115
  | [SearchButton](./x-components.searchbutton.md) | This component renders a button to submit the query. |
100
116
  | [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. |
101
- | [SearchItemsList](./x-components.searchitemslist.md) | It renders a list of [SearchItem](./x-components.searchitem.md) providing a slot for each <code>slotName</code> which depends on the <code>modelName</code>of the searchItem. |
102
117
  | [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. |
103
- | [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. |
118
+ | [SelectedFiltersList](./x-components.selectedfilterslist.md) | 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).<!-- -->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. |
104
119
  | [SimpleFilter](./x-components.simplefilter.md) | Renders a simple filter, emitting the needed events when clicked. |
120
+ | [SingleColumnLayout](./x-components.singlecolumnlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
105
121
  | [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. |
106
- | [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. |
122
+ | [SlidingPanel](./x-components.slidingpanel.md) | 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. |
123
+ | [SnippetCallbacks](./x-components.snippetcallbacks.md) | This component subscribes to any [XEvent](./x-components.xevent.md) with a custom callbacks provided by the snippet configuration. |
124
+ | [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. |
107
125
  | [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. |
126
+ | [SortedFilters](./x-components.sortedfilters.md) | Component that sorts a list of filters and returns them using the default scoped slot. |
108
127
  | [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. |
109
128
  | [SortMixin](./x-components.sortmixin.md) | Mixin to share Sort logic. |
110
129
  | [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. |
111
130
  | [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. |
112
131
  | [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. |
113
132
  | [StaggeringTransitionGroup](./x-components.staggeringtransitiongroup.md) | A replacement component for Vue's transition-group, that also adds the option to stagger the animations. |
133
+ | [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. |
134
+ | [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. |
135
+ | [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. |
114
136
  | [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)<!-- -->. |
115
137
  | [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. |
116
138
 
@@ -118,43 +140,39 @@ X-Components is a library usable everywhere not only for search experiences.
118
140
 
119
141
  | Function | Description |
120
142
  | --- | --- |
121
- | [areEditableNumberRangeFiltersDifferent(filterA, filterB)](./x-components.areeditablenumberrangefiltersdifferent.md) | Compares two [EditableNumberRangeFilter](./x-types.editablenumberrangefilter.md) using its id and its <code>range.min</code> and <code>range.max</code> values. |
122
- | [areFiltersDifferent(newFilters, oldFilters)](./x-components.arefiltersdifferent.md) | Compares two filters array using - the id of each filter for [BooleanFilter](./x-types.booleanfilter.md) - [areEditableNumberRangeFiltersDifferent()](./x-components.areeditablenumberrangefiltersdifferent.md) for [EditableNumberRangeFilter](./x-types.editablenumberrangefilter.md) no matter the order. |
123
- | [areNextQueriesDifferent(a, b)](./x-components.arenextqueriesdifferent.md) | Compares two arrays of next-queries. |
143
+ | [areFiltersDifferent(someFilters, anotherFilters)](./x-components.arefiltersdifferent.md) | Compares if two lists contains the same filters. |
124
144
  | [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. |
125
145
  | [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. |
126
- | [cleanUndefined(obj)](./x-components.cleanundefined.md) | Creates an object picking only the not undefined properties. |
146
+ | [capitalize(str)](./x-components.capitalize.md) | Util to capitalize a string . |
127
147
  | [clone(something)](./x-components.clone.md) | Deeply clones an object or an array. |
128
148
  | [compileMessage(message, params)](./x-components.compilemessage.md) | Replaces each key in compiledMessage for the provided key's value. |
129
149
  | [createCollapseAnimationMixin(property)](./x-components.createcollapseanimationmixin.md) | Adds parametrized methods to a component to allow the collapsing of the provided property. |
150
+ | [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
+ | [createRawFilters(filterIds)](./x-components.createrawfilters.md) | Helper method which creates the filter entity from the filter ir of the url. |
130
152
  | [createStoreEmitters(storeModule, emitters)](./x-components.createstoreemitters.md) | Helper function for creating type-safe [StoreEmitters](./x-components.storeemitters.md)<!-- -->. |
131
153
  | [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. |
132
154
  | [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. |
133
- | [currencyFormatter(value, format, hideIntegerDecimals)](./x-components.currencyformatter.md) | Format a value with a given format. |
134
- | [debounce(wire, timeInMs, raceEvent)](./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. |
155
+ | [currencyFormatter(value, format)](./x-components.currencyformatter.md) | Format a value with a given format. |
156
+ | [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. |
135
157
  | [Debounce(debounceTimeInMs, debounceOptions)](./x-components.debounce.md) | Adds debounce to the method that the decorator is applied to. |
136
- | [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. |
137
- | [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\[\]. |
138
- | [extractFilters(facets)](./x-components.extractfilters.md) | Extracts the filters contained in the provided facets. |
158
+ | [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. |
159
+ | [deepFlat(array, childrenKey)](./x-components.deepflat.md) | Flat an <code>Item[]</code> deeply using the given <code>childrenKey</code> to access to his children. |
139
160
  | [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. |
140
161
  | [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. |
141
162
  | [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)<!-- -->. |
142
163
  | [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)<!-- -->. |
143
164
  | [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. |
144
- | [forEach(obj, callbackFn)](./x-components.foreach.md) | Iterates over every non-undefined property of the object calling the callback passed as parameter. |
145
165
  | [getRootXComponent(component)](./x-components.getrootxcomponent.md) | Given a component, finds the root XComponent in the ancestors hierarchy. |
146
166
  | [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. |
147
167
  | [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. |
148
168
  | [groupItemsBy(array, groupBy)](./x-components.groupitemsby.md) | Groups the array items based on the provided <code>groupBy</code> function. |
149
169
  | [isArrayEmpty(array)](./x-components.isarrayempty.md) | Returns if the given array is <code>null</code>, <code>undefined</code>, or has no elements. |
150
170
  | [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>. |
151
- | [isFilterPartiallySelected(filter)](./x-components.isfilterpartiallyselected.md) | Checks if a filter is partially selected. Being partially selected means having either only some child filters selected, or having some child filter partially selected. |
152
- | [isFilterSelected(filter)](./x-components.isfilterselected.md) | Checks if a filter is selected. |
153
171
  | [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. |
154
172
  | [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. |
155
173
  | [isStringEmpty(str)](./x-components.isstringempty.md) | Util used to return true if the string is empty, undefined or null. |
156
174
  | [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. |
157
- | [map(obj, mapper)](./x-components.map.md) | Creates an object from another object transforming each property value. |
175
+ | [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. |
158
176
  | [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. |
159
177
  | [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. |
160
178
  | [namespacedWireCommit(moduleName)](./x-components.namespacedwirecommit.md) | Creates a namespaced [wireCommit()](./x-components.wirecommit.md) for the module name passed. |
@@ -162,10 +180,9 @@ X-Components is a library usable everywhere not only for search experiences.
162
180
  | [namespacedWireDispatch(moduleName)](./x-components.namespacedwiredispatch.md) | Creates a namespaced [wireDispatch()](./x-components.wiredispatch.md) for the module name passed. |
163
181
  | [namespacedWireDispatchWithoutPayload(moduleName)](./x-components.namespacedwiredispatchwithoutpayload.md) | Creates a namespaced [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) for the module name passed. |
164
182
  | [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. |
165
- | [objectFilter(obj, isIncluded)](./x-components.objectfilter.md) | Creates an object picking only the ones that pass the test implemented by the provided function isIncluded. |
166
- | [reduce(obj, reducer, initialValue)](./x-components.reduce.md) | Iterates through the obj properties calling the reducer function. |
183
+ | [setStatus(state, status)](./x-components.setstatus.md) | Sets the request status. Can be used as a mutation. |
167
184
  | [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. |
168
- | [throttle(wire, timeInMs, raceEvent)](./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. |
185
+ | [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. |
169
186
  | [toKebabCase(str)](./x-components.tokebabcase.md) | Util to transform string a into kebab case. |
170
187
  | [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. |
171
188
  | [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. |
@@ -175,6 +192,8 @@ X-Components is a library usable everywhere not only for search experiences.
175
192
  | [wireDispatch(action, staticPayload)](./x-components.wiredispatch_1.md) | Creates a wire that dispatches an action to the store. This wire can be used in every event, as it does not have a payload type associated. |
176
193
  | [wireDispatch(action)](./x-components.wiredispatch_2.md) | Creates a wire that dispatches an action to the store. This wire will pass the payload received in the observable to the action. |
177
194
  | [wireDispatchWithoutPayload(action)](./x-components.wiredispatchwithoutpayload.md) | Creates a wire that dispatches an action to the store, but without any payload. This wire can be used in every event, as it does not have a payload type associated. |
195
+ | [wireService(service)](./x-components.wireservice.md) | Creates a wires factory that can create wires that will invoke the service methods. |
196
+ | [wireServiceWithoutPayload(service)](./x-components.wireservicewithoutpayload.md) | Creates a wires factory that can create wires that will invoke the service methods but without payload. |
178
197
  | [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. |
179
198
  | [XEmit(xEvent, { immediate, deep })](./x-components.xemit.md) | Emits the provided event whenever the decorated property changes. |
180
199
  | [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. |
@@ -192,26 +211,28 @@ X-Components is a library usable everywhere not only for search experiences.
192
211
  | [DeviceMutations](./x-components.devicemutations.md) | Device store mutations. |
193
212
  | [DeviceState](./x-components.devicestate.md) | Device store state. |
194
213
  | [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. |
195
- | [EditableNumberRangeFilterChange](./x-components.editablenumberrangefilterchange.md) | Payload for the [FacetsXEvents.UserModifiedEditableNumberRangeFilter](./x-components.facetsxevents.usermodifiededitablenumberrangefilter.md) event. |
196
214
  | [EmpathizeActions](./x-components.empathizeactions.md) | Empathize store actions. |
197
215
  | [EmpathizeConfig](./x-components.empathizeconfig.md) | Configuration options for the [EmpathizeXModule](./x-components.empathizexmodule.md)<!-- -->. |
198
216
  | [EmpathizeGetters](./x-components.empathizegetters.md) | Empathize store getters. |
199
217
  | [EmpathizeMutations](./x-components.empathizemutations.md) | Empathize store mutations. |
200
218
  | [EmpathizeState](./x-components.empathizestate.md) | Empathize store state. |
201
219
  | [EmpathizeXEvents](./x-components.empathizexevents.md) | Dictionary of the events of Empathize 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. |
220
+ | [ExtraParamsActions](./x-components.extraparamsactions.md) | ExtraParams store actions. |
221
+ | [ExtraParamsGetters](./x-components.extraparamsgetters.md) | ExtraParams store getters. |
222
+ | [ExtraParamsMutations](./x-components.extraparamsmutations.md) | ExtraParams store mutations. |
223
+ | [ExtraParamsState](./x-components.extraparamsstate.md) | ExtraParams store state. |
224
+ | [ExtraParamsXEvents](./x-components.extraparamsxevents.md) | Dictionary of the events of [ExtraParamsXModule](./x-components.extraparamsxmodule.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. |
202
225
  | [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | Options to install more Vue plugins with. |
203
226
  | [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing a facet id and the group id it belongs to. |
204
227
  | [FacetsActions](./x-components.facetsactions.md) | Facets store actions. |
205
- | [FacetsConfig](./x-components.facetsconfig.md) | Configuration options for the [FacetsXModule](./x-components.facetsxmodule.md)<!-- -->. |
206
228
  | [FacetsGetters](./x-components.facetsgetters.md) | Facets store getters. |
229
+ | [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. |
207
230
  | [FacetsMutations](./x-components.facetsmutations.md) | Facets store mutations. |
208
- | [FacetsNextActions](./x-components.facetsnextactions.md) | Facets store actions. |
209
- | [FacetsNextGetters](./x-components.facetsnextgetters.md) | Facets store getters. |
210
- | [FacetsNextMutations](./x-components.facetsnextmutations.md) | Facets store mutations. |
211
- | [FacetsNextState](./x-components.facetsnextstate.md) | Facets store state. |
231
+ | [FacetsService](./x-components.facetsservice.md) | Service to manipulate the filters. |
212
232
  | [FacetsState](./x-components.facetsstate.md) | Facets store state. |
213
233
  | [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. |
214
- | [FilterSelectedChange](./x-components.filterselectedchange.md) | Object to wrap the payload needed for changing the selection state of a filter. |
234
+ | [FetchAndSaveActions](./x-components.fetchandsaveactions.md) | Actions returned from the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md)<!-- -->. |
235
+ | [FetchAndSaveHooks](./x-components.fetchandsavehooks.md) | Options to use with the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md) factory. |
215
236
  | [HistoryQueriesActions](./x-components.historyqueriesactions.md) | HistoryQueries store actions. |
216
237
  | [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->. |
217
238
  | [HistoryQueriesGetters](./x-components.historyqueriesgetters.md) | HistoryQueries store getters. |
@@ -225,8 +246,9 @@ X-Components is a library usable everywhere not only for search experiences.
225
246
  | [IdentifierResultsState](./x-components.identifierresultsstate.md) | IdentifierResults store state. |
226
247
  | [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. |
227
248
  | [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. |
249
+ | [InitWrapper](./x-components.initwrapper.md) | Interface for the returned type of the [XInstaller.init()](./x-components.xinstaller.init.md) function. |
228
250
  | [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)<!-- -->. |
229
- | [MultiSelectChange](./x-components.multiselectchange.md) | Payload for the [FacetsXEvents.FacetMultiSelectChanged](./x-components.facetsxevents.facetmultiselectchanged.md) event. |
251
+ | [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)<!-- -->. |
230
252
  | [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. |
231
253
  | [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. |
232
254
  | [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
@@ -235,10 +257,7 @@ X-Components is a library usable everywhere not only for search experiences.
235
257
  | [NextQueriesMutations](./x-components.nextqueriesmutations.md) | Next queries module mutations. |
236
258
  | [NextQueriesState](./x-components.nextqueriesstate.md) | Next queries module state. |
237
259
  | [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. |
238
- | [NoSuggestionsActions](./x-components.nosuggestionsactions.md) | NoSuggestions store actions. |
239
- | [NoSuggestionsGetters](./x-components.nosuggestionsgetters.md) | NoSuggestions store getters. |
240
- | [NoSuggestionsMutations](./x-components.nosuggestionsmutations.md) | NoSuggestions store mutations. |
241
- | [NoSuggestionsState](./x-components.nosuggestionsstate.md) | NoSuggestions store state. |
260
+ | [PDPAddToCartService](./x-components.pdpaddtocartservice.md) | Service to handle the workflow for tracking add to cart from PDP. |
242
261
  | [PopularSearchesActions](./x-components.popularsearchesactions.md) | Popular searches module actions. |
243
262
  | [PopularSearchesConfig](./x-components.popularsearchesconfig.md) | Configuration options for the popular searches module. |
244
263
  | [PopularSearchesGetters](./x-components.popularsearchesgetters.md) | Popular searches module getters. |
@@ -265,6 +284,14 @@ X-Components is a library usable everywhere not only for search experiences.
265
284
  | [RelatedTagsState](./x-components.relatedtagsstate.md) | RelatedTags store state. |
266
285
  | [RelatedTagsXEvents](./x-components.relatedtagsxevents.md) | Dictionary of the events of RelatedTags 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. |
267
286
  | [RootXStoreState](./x-components.rootxstorestate.md) | Base X store state type. All [XStoreModule](./x-components.xstoremodule.md) are nested under the <code>x</code> module for safe scoping. |
287
+ | [ScrollActions](./x-components.scrollactions.md) | Scroll store actions. |
288
+ | [ScrollComponentState](./x-components.scrollcomponentstate.md) | Contains all the state of a scroll component. |
289
+ | [ScrollGetters](./x-components.scrollgetters.md) | Scroll store getters. |
290
+ | [ScrollMutations](./x-components.scrollmutations.md) | Scroll store mutations. |
291
+ | [ScrollState](./x-components.scrollstate.md) | Scroll store state. |
292
+ | [ScrollStatePayload](./x-components.scrollstatepayload.md) | Payload object containing the identifier of the scroll and its position. |
293
+ | [ScrollVisibilityObserver](./x-components.scrollvisibilityobserver.md) | Methods to initialise and cease visibility observing. |
294
+ | [ScrollXEvents](./x-components.scrollxevents.md) | Dictionary of the events of Scroll 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. |
268
295
  | [SearchActions](./x-components.searchactions.md) | Search store actions. |
269
296
  | [SearchBoxActions](./x-components.searchboxactions.md) | SearchBox store actions. |
270
297
  | [SearchBoxGetters](./x-components.searchboxgetters.md) | SearchBox store getters. |
@@ -279,6 +306,8 @@ X-Components is a library usable everywhere not only for search experiences.
279
306
  | [SnippetConfig](./x-components.snippetconfig.md) | Interface with the possible parameters to receive through the snippet integration. |
280
307
  | [SpatialNavigation](./x-components.spatialnavigation.md) | Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->. |
281
308
  | [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. |
309
+ | [StatusMutations](./x-components.statusmutations.md) | Status mutations, containing a method to change the current status. |
310
+ | [StatusState](./x-components.statusstate.md) | Status state type, containing a property to hold the status property. |
282
311
  | [TaggingActions](./x-components.taggingactions.md) | Tagging store actions. |
283
312
  | [TaggingConfig](./x-components.taggingconfig.md) | Configuration options for the [TaggingXModule](./x-components.taggingxmodule.md)<!-- -->. |
284
313
  | [TaggingGetters](./x-components.tagginggetters.md) | Tagging store getters. |
@@ -286,13 +315,22 @@ X-Components is a library usable everywhere not only for search experiences.
286
315
  | [TaggingState](./x-components.taggingstate.md) | Tagging store state. |
287
316
  | [TaggingXEvents](./x-components.taggingxevents.md) | Dictionary of the events of Tagging 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. |
288
317
  | [ThrottleFunction](./x-components.throttlefunction.md) | The type returned by the [throttle()](./x-components.throttle.md) function. Basically is the function the [throttle()](./x-components.throttle.md) receives but throttled. |
318
+ | [TimedWireOperatorOptions](./x-components.timedwireoperatoroptions.md) | Options for wire operators that delay subscribers. |
319
+ | [UrlActions](./x-components.urlactions.md) | URL store actions. |
320
+ | [UrlGetters](./x-components.urlgetters.md) | URL store getters. |
321
+ | [UrlMutations](./x-components.urlmutations.md) | URL store mutations. |
322
+ | [UrlParams](./x-components.urlparams.md) | URL store params. |
323
+ | [UrlState](./x-components.urlstate.md) | URL store state. |
324
+ | [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. |
325
+ | [WatchedInternalSearchRequest](./x-components.watchedinternalsearchrequest.md) | A representation of a watched [InternalSearchRequest](./x-components.internalsearchrequest.md) object, wrapping its new and old values. |
289
326
  | [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. |
290
327
  | [WireParams](./x-components.wireparams.md) | Groups the payload, metadata, and the store into an object to avoid having multiple parameters. |
291
328
  | [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. |
329
+ | [WireService](./x-components.wireservice.md) | Wires factory to invoke methods from a given service. |
330
+ | [WireServiceWithoutPayload](./x-components.wireservicewithoutpayload.md) | Wires factory to invoke methods from a given service. |
292
331
  | [XActionContext](./x-components.xactioncontext.md) | Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the local types of the module. |
293
332
  | [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. |
294
333
  | [XBus](./x-components.xbus.md) | The events bus that allows emitting and subscribing to [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. |
295
- | [XComponent](./x-components.xcomponent.md) | An XComponent is just a normal Vue component that has an [XModule](./x-components.xmodule.md) linked to its usage. If the XComponent is imported in a consumer project, the [XModule](./x-components.xmodule.md) will be registered. |
296
334
  | [XComponentAliasAPI](./x-components.xcomponentaliasapi.md) | Alias to facilitate retrieving values from the store. |
297
335
  | [XComponentAliasQueryAPI](./x-components.xcomponentaliasqueryapi.md) | Alias to facilitate retrieving the modules with query. |
298
336
  | [XComponentAliasStatusAPI](./x-components.xcomponentaliasstatusapi.md) | Alias to facilitate retrieving the modules with status. |
@@ -312,7 +350,13 @@ X-Components is a library usable everywhere not only for search experiences.
312
350
  | --- | --- |
313
351
  | [addQueryToHistory](./x-components.addquerytohistory.md) | Default implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->. |
314
352
  | [addQueryToHistoryQueries](./x-components.addquerytohistoryqueries.md) | Saves a new query into the history queries. |
315
- | [ArrowIcon](./x-components.arrowicon.md) | |
353
+ | [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. |
354
+ | [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. |
355
+ | [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. |
356
+ | [ArrowDownIcon](./x-components.arrowdownicon.md) | |
357
+ | [ArrowLeftIcon](./x-components.arrowlefticon.md) | |
358
+ | [ArrowRightIcon](./x-components.arrowrighticon.md) | |
359
+ | [ArrowUpIcon](./x-components.arrowupicon.md) | |
316
360
  | [BagIcon](./x-components.bagicon.md) | |
317
361
  | [BarCodeIcon](./x-components.barcodeicon.md) | |
318
362
  | [BarcodeTinyIcon](./x-components.barcodetinyicon.md) | |
@@ -344,25 +388,21 @@ X-Components is a library usable everywhere not only for search experiences.
344
388
  | [ChevronTinyRightIcon](./x-components.chevrontinyrighticon.md) | |
345
389
  | [ChevronTinyUpIcon](./x-components.chevrontinyupicon.md) | |
346
390
  | [ChevronUpIcon](./x-components.chevronupicon.md) | |
347
- | [clearFacetSelectedFilters](./x-components.clearfacetselectedfilters.md) | |
348
- | [clearFacetSelectedFiltersWire](./x-components.clearfacetselectedfilterswire.md) | Deselects the filters of the provided facet id. |
349
- | [clearFacetsSelectedFilters](./x-components.clearfacetsselectedfilters.md) | |
350
- | [clearFacetsSelectedFiltersWire](./x-components.clearfacetsselectedfilterswire.md) | Deselects the filters of the provided facets ids. |
351
391
  | [clearHistoryQueries](./x-components.clearhistoryqueries.md) | Clears the history queries. |
352
392
  | [clearHistoryQueriesQuery](./x-components.clearhistoryqueriesquery.md) | Sets the query of the history queries module to an empty string. |
353
393
  | [clearIdentifierResultsQuery](./x-components.clearidentifierresultsquery.md) | Clears the identifier-results module query. |
354
- | [clearNoSuggestionsQuery](./x-components.clearnosuggestionsquery.md) | Sets the query of the no suggestions module to an empty string. |
394
+ | [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
355
395
  | [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
356
396
  | [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
357
- | [clearSelectedFilters](./x-components.clearselectedfilters.md) | |
358
- | [clearSelectedFiltersWire](./x-components.clearselectedfilterswire.md) | Deselects all the filters. |
359
397
  | [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
360
398
  | [CrossIcon](./x-components.crossicon.md) | |
361
399
  | [CrossTinyIcon](./x-components.crosstinyicon.md) | |
400
+ | [CuratedCheckIcon](./x-components.curatedcheckicon.md) | |
362
401
  | [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. |
363
402
  | [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. |
364
403
  | [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. |
365
- | [facetsNextXModule](./x-components.facetsnextxmodule.md) | Facets [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>facets</code> entry point. |
404
+ | [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. |
405
+ | [facets](./x-components.facets.md) | Default implementation for the [FacetsGetters.facets](./x-components.facetsgetters.facets.md) getter. |
366
406
  | [facetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>facets</code> entry point. |
367
407
  | [fetchAndSaveIdentifierResults](./x-components.fetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) action. |
368
408
  | [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the [IdentifierResultsState.query](./x-components.identifierresultsstate.query.md)<!-- -->. |
@@ -384,10 +424,11 @@ X-Components is a library usable everywhere not only for search experiences.
384
424
  | [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
385
425
  | [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
386
426
  | [FiltersIcon](./x-components.filtersicon.md) | |
387
- | [flattenedFilters](./x-components.flattenedfilters.md) | Default implementation for the [FacetsGetters.flattenedFilters](./x-components.facetsgetters.flattenedfilters.md) getter. |
388
427
  | [getURLParameter](./x-components.geturlparameter.md) | Get one parameter value from the url. |
389
428
  | [Grid1ColIcon](./x-components.grid1colicon.md) | |
390
429
  | [Grid2ColIcon](./x-components.grid2colicon.md) | |
430
+ | [Grid2RowsIcon](./x-components.grid2rowsicon.md) | |
431
+ | [Grid4ColIcon](./x-components.grid4colicon.md) | |
391
432
  | [HideIcon](./x-components.hideicon.md) | |
392
433
  | [HistoryIcon](./x-components.historyicon.md) | |
393
434
  | [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
@@ -397,8 +438,11 @@ X-Components is a library usable everywhere not only for search experiences.
397
438
  | [identifierHighlightRegexp](./x-components.identifierhighlightregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md) getter. |
398
439
  | [identifierResultsRequest](./x-components.identifierresultsrequest.md) | Default implementation for the [IdentifierResultsGetters.identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md) getter. |
399
440
  | [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. |
400
- | [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Increases the current search state <code>page</code> by one. |
441
+ | [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Default implementation for the [SearchActions.increasePageAppendingResults()](./x-components.searchactions.increasepageappendingresults.md)<!-- -->. |
442
+ | [increasePageAppendingResultsWire](./x-components.increasepageappendingresultswire.md) | Increases the current search state <code>page</code> by one. |
401
443
  | [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. |
444
+ | [LightBulbOff](./x-components.lightbulboff.md) | |
445
+ | [LightBulbOn](./x-components.lightbulbon.md) | |
402
446
  | [loadHistoryQueriesFromBrowserStorage](./x-components.loadhistoryqueriesfrombrowserstorage.md) | Default implementation for the [HistoryQueriesActions.loadHistoryQueriesFromBrowserStorage()](./x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md) action. |
403
447
  | [loadHistoryQueriesFromBrowserStorageWire](./x-components.loadhistoryqueriesfrombrowserstoragewire.md) | Loads the history queries from the browser storage, saving them to the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md)<!-- -->. |
404
448
  | [MenuIcon](./x-components.menuicon.md) | |
@@ -408,7 +452,6 @@ X-Components is a library usable everywhere not only for search experiences.
408
452
  | [nextQueriesRequest](./x-components.nextqueriesrequest.md) | Default implementation for the [NextQueriesGetters.request](./x-components.nextqueriesgetters.request.md) getter. |
409
453
  | [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. |
410
454
  | [normalizedQuery](./x-components.normalizedquery.md) | Default implementation for the [QuerySuggestionsGetters.normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) getter. |
411
- | [noSuggestionsXModule](./x-components.nosuggestionsxmodule.md) | NoSuggestions [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>no-suggestions</code> entry point. |
412
455
  | [Nq1Icon](./x-components.nq1icon.md) | |
413
456
  | [Nq2Icon](./x-components.nq2icon.md) | |
414
457
  | [Nq3Icon](./x-components.nq3icon.md) | |
@@ -420,72 +463,103 @@ X-Components is a library usable everywhere not only for search experiences.
420
463
  | [querySuggestions](./x-components.querysuggestions.md) | Default implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
421
464
  | [querySuggestionsRequest](./x-components.querysuggestionsrequest.md) | Default implementation for the [QuerySuggestionsGetters.request](./x-components.querysuggestionsgetters.request.md) getter. |
422
465
  | [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. |
466
+ | [RadioButtonSelectedIcon](./x-components.radiobuttonselectedicon.md) | |
467
+ | [RadioButtonUnselectedIcon](./x-components.radiobuttonunselectedicon.md) | |
423
468
  | [RECOMMENDATIONS\_ORIGIN](./x-components.recommendations_origin.md) | Constant for the recommendations request. |
424
469
  | [recommendationsRequest](./x-components.recommendationsrequest.md) | Default implementation for the [RecommendationsGetters.request](./x-components.recommendationsgetters.request.md) getter. |
425
470
  | [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. |
426
471
  | [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)<!-- -->. |
427
472
  | [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
428
473
  | [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
474
+ | [relatedTagsQuery](./x-components.relatedtagsquery.md) | Default implementation for the [RelatedTagsGetters.query](./x-components.relatedtagsgetters.query.md) getter. |
429
475
  | [relatedTagsRequest](./x-components.relatedtagsrequest.md) | Default implementation for the [RelatedTagsGetters.request](./x-components.relatedtagsgetters.request.md) getter. |
430
476
  | [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. |
431
477
  | [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
432
478
  | [removeHistoryQuery](./x-components.removehistoryquery.md) | Removes a single history query from the history queries. |
433
- | [resetPage](./x-components.resetpage.md) | Sets 1 to the search state <code>page</code>. |
434
- | [resetSort](./x-components.resetsort.md) | Sets empty value to the search state <code>sort</code>. |
479
+ | [resetAppending](./x-components.resetappending.md) | Resets the search state <code>isAppendingResults</code>. |
435
480
  | [resetSpellcheckQuery](./x-components.resetspellcheckquery.md) | Resets the search state <code>spellcheckedQuery</code> to its initial value, an empty string. |
481
+ | [resetState](./x-components.resetstate.md) | Default implementation for the [SearchActions.resetState()](./x-components.searchactions.resetstate.md)<!-- -->. |
482
+ | [resetStateWire](./x-components.resetstatewire.md) | Batches state resets after [SearchGetters.request](./x-components.searchgetters.request.md) parameters update. |
436
483
  | [sanitize](./x-components.sanitize.md) | Sanitize characters from a given string. |
484
+ | [saveIdentifierResultsOrigin](./x-components.saveidentifierresultsorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
485
+ | [saveIdentifierResultsOriginWire](./x-components.saveidentifierresultsoriginwire.md) | Sets the identifier results state <code>origin</code>. |
486
+ | [saveOriginWire](./x-components.saveoriginwire.md) | Sets the search state <code>origin</code>. |
437
487
  | [saveQuery](./x-components.savequery.md) | Default implementation for the [IdentifierResultsActions.saveQuery()](./x-components.identifierresultsactions.savequery.md)<!-- -->. |
488
+ | [saveSearchOrigin](./x-components.savesearchorigin.md) | Default implementation for the [SearchActions.saveOrigin()](./x-components.searchactions.saveorigin.md)<!-- -->. |
489
+ | [saveSearchResponse](./x-components.savesearchresponse.md) | Default implementation for the [SearchActions.saveSearchResponse()](./x-components.searchactions.savesearchresponse.md)<!-- -->. |
490
+ | [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. |
438
491
  | [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. |
439
492
  | [SearchIcon](./x-components.searchicon.md) | |
493
+ | [searchQuery](./x-components.searchquery.md) | Default implementation for the [SearchState.query](./x-components.searchstate.query.md) getter. |
440
494
  | [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
441
495
  | [SearchTinyIcon](./x-components.searchtinyicon.md) | |
442
496
  | [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. |
443
497
  | [selectedFilters](./x-components.selectedfilters.md) | Default implementation for the [FacetsGetters.selectedFilters](./x-components.facetsgetters.selectedfilters.md) getter. |
444
498
  | [selectedFiltersByFacet](./x-components.selectedfiltersbyfacet.md) | Default implementation for the [FacetsGetters.selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) getter. |
445
499
  | [sessionHistoryQueries](./x-components.sessionhistoryqueries.md) | Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x-components.historyqueriesgetters.sessionhistoryqueries.md) getter. |
446
- | [setBackendFacets](./x-components.setbackendfacets.md) | Default implementation for the [FacetsActions.setBackendFacets()](./x-components.facetsactions.setbackendfacets.md)<!-- -->. Transforms the facets array into a record and stores them in the module state. |
447
- | [setBackendFacetsWire](./x-components.setbackendfacetswire.md) | Sets the [backendFacets](./x-components.facetsstate.backendfacets.md)<!-- -->. |
448
- | [setEditableNumberRangeFilterRangeWire](./x-components.seteditablenumberrangefilterrangewire.md) | Sets [EditableNumberRangeFilter](./x-types.editablenumberrangefilter.md) range. |
449
- | [setFacetMultiSelect](./x-components.setfacetmultiselect.md) | Changes the multi-select configuration for a facet. |
450
- | [setFacetsQuery](./x-components.setfacetsquery.md) | Sets the facets state <code>query</code>. |
451
- | [setFrontendFacetsWire](./x-components.setfrontendfacetswire.md) | Sets the [frontendFacets](./x-components.facetsstate.frontendfacets.md)<!-- -->. |
500
+ | [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
501
+ | [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
452
502
  | [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
453
503
  | [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
504
+ | [setIdentifierResultsExtraParams](./x-components.setidentifierresultsextraparams.md) | Sets the identifier result state <code>params</code>. |
454
505
  | [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
506
+ | [setInitialExtraParams](./x-components.setinitialextraparams.md) | Sets the initial provided extra params. |
455
507
  | [setName](./x-components.setname.md) | Sets the device of the [DeviceXModule](./x-components.devicexmodule.md)<!-- -->. |
508
+ | [setNextQueriesExtraParams](./x-components.setnextqueriesextraparams.md) | Sets the next queries state <code>params</code>. |
456
509
  | [setNextQueriesQuery](./x-components.setnextqueriesquery.md) | Sets the next queries state <code>query</code>. |
457
- | [setNoSuggestionsQuery](./x-components.setnosuggestionsquery.md) | Sets the no-suggestions module query. |
458
- | [setPage](./x-components.setpage.md) | Sets the search state <code>page</code>. |
459
- | [setPageSize](./x-components.setpagesize.md) | Sets the search state <code>pageSize</code>. |
510
+ | [setParams](./x-components.setparams.md) | Sets the extra params of the url module. |
511
+ | [setPendingScrollToWire](./x-components.setpendingscrolltowire.md) | Saves the selector of the item that should be scrolled into the view. |
512
+ | [setPopularSearchesExtraParams](./x-components.setpopularsearchesextraparams.md) | Sets the popular searches state <code>params</code>. |
460
513
  | [setQueryFromLastHistoryQuery](./x-components.setqueryfromlasthistoryquery.md) | Default implementation for the [NextQueriesActions.setQueryFromLastHistoryQuery()](./x-components.nextqueriesactions.setqueryfromlasthistoryquery.md)<!-- -->. |
461
514
  | [setQueryFromLastHistoryQueryWire](./x-components.setqueryfromlasthistoryquerywire.md) | Sets the next queries state <code>query</code> with the last query in history queries. |
515
+ | [setQuerySuggestionsExtraParams](./x-components.setquerysuggestionsextraparams.md) | Sets the query suggestions state <code>params</code>. |
462
516
  | [setQuerySuggestionsQuery](./x-components.setquerysuggestionsquery.md) | Sets the query-suggestions module query. |
517
+ | [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. |
518
+ | [setRecommendationsExtraParams](./x-components.setrecommendationsextraparams.md) | Sets the recommendations state <code>params</code>. |
463
519
  | [setRelatedTags](./x-components.setrelatedtags.md) | Sets the search state <code>relatedTags</code>. |
520
+ | [setRelatedTagsExtraParams](./x-components.setrelatedtagsextraparams.md) | Sets the related tags state <code>params</code>. |
464
521
  | [setRelatedTagsQuery](./x-components.setrelatedtagsquery.md) | Sets the related tags state <code>query</code>. |
522
+ | [setScrollDirectionWire](./x-components.setscrolldirectionwire.md) | Saves the scroll direction of a container to the store. |
523
+ | [setScrollHasAlmostReachedEndWire](./x-components.setscrollhasalmostreachedendwire.md) | Saves a boolean indicating if the scroll has almost reached the end of a container to the store. |
524
+ | [setScrollHasReachedEndWire](./x-components.setscrollhasreachedendwire.md) | Saves a boolean indicating if the scroll has reached the end of a container to the store. |
525
+ | [setScrollHasReachedStartWire](./x-components.setscrollhasreachedstartwire.md) | Saves a boolean indicating if the scroll has reached the start of a container to the store. |
526
+ | [setScrollPositionWire](./x-components.setscrollpositionwire.md) | Saves the scroll position of a container to the store. |
465
527
  | [setSearchedQueries](./x-components.setsearchedqueries.md) | Sets the next queries state <code>searchedQueries</code> with the list of history queries. |
466
528
  | [setSearchedQueriesInPopularSearches](./x-components.setsearchedqueriesinpopularsearches.md) | Sets the popular searches state <code>searchedQueries</code> with the list of history queries. |
529
+ | [setSearchExtraParams](./x-components.setsearchextraparams.md) | Sets the search state <code>params</code>. |
530
+ | [setSearchPage](./x-components.setsearchpage.md) | Sets the search state <code>page</code>. |
467
531
  | [setSearchQuery](./x-components.setsearchquery.md) | Sets the search state <code>query</code>. |
532
+ | [setSearchUrlParams](./x-components.setsearchurlparams.md) | Default implementation for the [SearchActions.setUrlParams()](./x-components.searchactions.seturlparams.md)<!-- -->. |
468
533
  | [setSelectedFilters](./x-components.setselectedfilters.md) | Sets the search state <code>selectedFilters</code>. |
469
534
  | [setSort](./x-components.setsort.md) | Sets the search state <code>sort</code>. |
535
+ | [setTaggingConfig](./x-components.settaggingconfig.md) | Sets the tagging config state. |
536
+ | [SettingsIcon](./x-components.settingsicon.md) | |
537
+ | [setUrlFilters](./x-components.seturlfilters.md) | Sets the filters of the url module. |
538
+ | [setUrlPage](./x-components.seturlpage.md) | Sets the page of the url module. |
539
+ | [setUrlParams](./x-components.seturlparams.md) | Sets the search state <code>query</code>. |
540
+ | [setUrlParamsWire](./x-components.seturlparamswire.md) | Saves the params from the url. |
541
+ | [setUrlQuery](./x-components.seturlquery.md) | Sets the query of the url module. |
542
+ | [setUrlRelatedTags](./x-components.seturlrelatedtags.md) | Sets the [related tags](./x-components.relatedtag.md)<!-- -->. |
543
+ | [setUrlScroll](./x-components.seturlscroll.md) | Sets the scroll of the url module. |
544
+ | [setUrlSort](./x-components.seturlsort.md) | Sets the sort of the url module. |
470
545
  | [ShowIcon](./x-components.showicon.md) | |
471
546
  | [StarIcon](./x-components.staricon.md) | |
472
547
  | [storageKey](./x-components.storagekey.md) | Default implementation for the [HistoryQueriesGetters.storageKey](./x-components.historyqueriesgetters.storagekey.md) getter. |
473
- | [taggingXModule](./x-components.taggingxmodule.md) | Tadding [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. |
548
+ | [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. |
549
+ | [TagIcon](./x-components.tagicon.md) | |
474
550
  | [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
475
- | [toggleHierarchicalFilter](./x-components.togglehierarchicalfilter.md) | Default implementation for [FacetsActions.toggleHierarchicalFilter()](./x-components.facetsactions.togglehierarchicalfilter.md)<!-- -->. |
476
- | [toggleHierarchicalFilterWire](./x-components.togglehierarchicalfilterwire.md) | Toggles a [HierarchicalFilter](./x-types.hierarchicalfilter.md)<!-- -->. |
477
- | [toggleNumberRangeFilter](./x-components.togglenumberrangefilter.md) | Default implementation for [FacetsActions.toggleNumberRangeFilter()](./x-components.facetsactions.togglenumberrangefilter.md)<!-- -->. |
478
- | [toggleNumberRangeFilterWire](./x-components.togglenumberrangefilterwire.md) | Toggles a [NumberRangeFilter](./x-types.numberrangefilter.md)<!-- -->. |
551
+ | [toggleHistoryQueries](./x-components.togglehistoryqueries.md) | Enables or disables history queries. |
479
552
  | [toggleRelatedTag](./x-components.togglerelatedtag.md) | Default implementation for the [RelatedTagsActions.toggleRelatedTag()](./x-components.relatedtagsactions.togglerelatedtag.md)<!-- -->. |
480
553
  | [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
481
- | [toggleSimpleFilter](./x-components.togglesimplefilter.md) | Default implementation for [FacetsActions.toggleSimpleFilter()](./x-components.facetsactions.togglesimplefilter.md)<!-- -->. |
482
- | [toggleSimpleFilterWire](./x-components.togglesimplefilterwire.md) | Toggles a [SimpleFilter](./x-types.simplefilter.md)<!-- -->. |
554
+ | [track](./x-components.track.md) | Default implementation for the [TaggingActions.track()](./x-components.taggingactions.track.md)<!-- -->. |
555
+ | [trackAddToCartWire](./x-components.trackaddtocartwire.md) | Performs a track of a result added to the cart. |
556
+ | [trackQueryWire](./x-components.trackquerywire.md) | Tracks the tagging of the query. |
557
+ | [trackResultClickedWire](./x-components.trackresultclickedwire.md) | Tracks the tagging of the result. |
483
558
  | [TrashIcon](./x-components.trashicon.md) | |
484
559
  | [TrashOpenIcon](./x-components.trashopenicon.md) | |
485
560
  | [TrendingIcon](./x-components.trendingicon.md) | |
486
561
  | [TrendingTinyIcon](./x-components.trendingtinyicon.md) | |
487
- | [updateBackendFacets](./x-components.updatebackendfacets.md) | Default implementation for the [FacetsActions.updateBackendFacets()](./x-components.facetsactions.updatebackendfacets.md)<!-- -->. The action overwrites every filter.selected from newFacets with the current state (we can't trust in the value got from the adapter). It also transforms the array to a dictionary in order to access easily by its id. |
488
- | [updateBackendFacetsWire](./x-components.updatebackendfacetswire.md) | Updates the [backendFacets](./x-components.facetsstate.backendfacets.md)<!-- -->. |
562
+ | [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. |
489
563
  | [UserIcon](./x-components.usericon.md) | |
490
564
  | [xPlugin](./x-components.xplugin.md) | Vue plugin that modifies each component instance, extending them with the [X Component API](./x-components.xcomponentapi.md)<!-- -->. |
491
565
 
@@ -498,7 +572,6 @@ X-Components is a library usable everywhere not only for search experiences.
498
572
  | [ActionsDictionary](./x-components.actionsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing actions. |
499
573
  | [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. |
500
574
  | [AnyActionsTree](./x-components.anyactionstree.md) | Alias for any actions tree. Use only when you really don't care about the actions type. |
501
- | [AnyFunction](./x-components.anyfunction.md) | A function with 0 or more parameters of any type, which can return something or not. |
502
575
  | [AnyGettersTree](./x-components.anygetterstree.md) | Alias for any getters tree. Use only when you don't care about the type. |
503
576
  | [AnyMutationsTree](./x-components.anymutationstree.md) | Alias for any mutations tree. Use only when the concrete type does not matter. |
504
577
  | [AnySimpleStateSelector](./x-components.anysimplestateselector.md) | Alias for any simple state selector. |
@@ -510,10 +583,8 @@ X-Components is a library usable everywhere not only for search experiences.
510
583
  | [AnyXStoreModuleOption](./x-components.anyxstoremoduleoption.md) | Alias for any store module option. Use only when you don't care about the module concrete type. |
511
584
  | [ArrowKey](./x-components.arrowkey.md) | Union type containing the existing arrow keys. |
512
585
  | [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. |
513
- | [DeepPartial](./x-components.deeppartial.md) | Makes all the properties of the T type optional in depth. |
514
586
  | [DeviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) alias. |
515
587
  | [DeviceXStoreModule](./x-components.devicexstoremodule.md) | Device type safe store module. |
516
- | [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. |
517
588
  | [DocumentDirection](./x-components.documentdirection.md) | The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left). |
518
589
  | [Emitter](./x-components.emitter.md) | Type safe for emitter payload. It is the wire payload. |
519
590
  | [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. |
@@ -528,13 +599,14 @@ X-Components is a library usable everywhere not only for search experiences.
528
599
  | [ExtractMutations](./x-components.extractmutations.md) | Extracts the mutations type from a XStoreModule. |
529
600
  | [ExtractPayload](./x-components.extractpayload.md) | Extracts the payload from any function with a single parameter. |
530
601
  | [ExtractState](./x-components.extractstate.md) | Util type for extracting the state type of a module. |
602
+ | [ExtraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) alias. |
603
+ | [ExtraParamsXStoreModule](./x-components.extraparamsxstoremodule.md) | ExtraParams type safe store module. |
531
604
  | [FacetsActionsContext](./x-components.facetsactionscontext.md) | The type of the context object for the facets module actions. |
532
- | [FacetsNextActionsContext](./x-components.facetsnextactionscontext.md) | The type of the context object for the facets module actions. |
533
- | [FacetsNextXModule](./x-components.facetsnextxmodule.md) | Facets [XModule](./x-components.xmodule.md) alias. |
534
- | [FacetsNextXStoreModule](./x-components.facetsnextxstoremodule.md) | Facets type safe store module. |
535
605
  | [FacetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) alias. |
536
606
  | [FacetsXStoreModule](./x-components.facetsxstoremodule.md) | Facets type safe store module. |
607
+ | [FeatureLocation](./x-components.featurelocation.md) | Indicates where the feature is placed. |
537
608
  | [FiltersByFacet](./x-components.filtersbyfacet.md) | Dictionary grouping filters by facet id. |
609
+ | [FirstParameter](./x-components.firstparameter.md) | Alias to retrieve the first parameter type of a function. |
538
610
  | [GettersClass](./x-components.gettersclass.md) | Type for implementing getters for a module with a class. |
539
611
  | [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. |
540
612
  | [GroupId](./x-components.groupid.md) | Alias for GroupId. |
@@ -544,29 +616,33 @@ X-Components is a library usable everywhere not only for search experiences.
544
616
  | [IdentifierResultsActionsContext](./x-components.identifierresultsactionscontext.md) | Alias type for actions context of the [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md)<!-- -->. |
545
617
  | [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) alias. |
546
618
  | [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md) | IdentifierResults type safe store module. |
619
+ | [ListItem](./x-components.listitem.md) | Type representing a grid item. It has to be an [Identifiable](./x-types.identifiable.md) object that can optionally contain a [modelName](./x-types.namedmodel.modelname.md)<!-- -->. |
620
+ | [MaybeArray](./x-components.maybearray.md) | Alias for a type that might be an array or not. |
621
+ | [MonadicFunction](./x-components.monadicfunction.md) | A function with a single parameter that can return anything. |
547
622
  | [MutationNamesFor](./x-components.mutationnamesfor.md) | Returns the mutation names for a given module. They are the namespaced mutations. |
548
623
  | [MutationsDictionary](./x-components.mutationsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing mutations. |
549
624
  | [MutationsTree](./x-components.mutationstree.md) | Type-safe mutations definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) mutations. |
550
- | [NamespacedTimeRetrieving](./x-components.namespacedtimeretrieving.md) | Function type which receives the State and the Getters of the namespace [XStoreModule](./x-components.xstoremodule.md) to retrieve the time from there. |
551
- | [NamespacedTimeWireOperator](./x-components.namespacedtimewireoperator.md) | Function type which receives the wire to modify and the [NamespacedTimeRetrieving](./x-components.namespacedtimeretrieving.md) to retrieve the time from the [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
625
+ | [NamespacedTimeSelector](./x-components.namespacedtimeselector.md) | Function type which receives the State and the Getters of the namespace [XStoreModule](./x-components.xstoremodule.md) to retrieve the time from there. |
626
+ | [NamespacedTimeWireOperator](./x-components.namespacedtimewireoperator.md) | Function type which receives the wire to modify and the [NamespacedTimeSelector](./x-components.namespacedtimeselector.md) to retrieve the time from the [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
552
627
  | [NamespacedWireCommitPayload](./x-components.namespacedwirecommitpayload.md) | Namespaced payload to commit a mutation. Either a function that receives the [module state and getters](./x-components.storemodulestateandgetters.md) and returns the payload for the mutation, or a static action payload. |
553
628
  | [NamespacedWireCommitWithoutPayload](./x-components.namespacedwirecommitwithoutpayload.md) | Namespaced type for the [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) which creates a wire without payload associated. |
554
629
  | [NamespacedWireDispatchPayload](./x-components.namespacedwiredispatchpayload.md) | Namespaced payload to dispatch an action. Either a function that receives the [module state and getters](./x-components.storemodulestateandgetters.md) and returns the payload for the action, or a static action payload. |
555
630
  | [NamespacedWireDispatchWithoutPayload](./x-components.namespacedwiredispatchwithoutpayload.md) | Namespaced type for the [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) which creates a wire without payload associated. |
631
+ | [NamespacedWiringData](./x-components.namespacedwiringdata.md) | Namespaced type safe which allows the access to the State, the Getters, the payload and metadata of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
556
632
  | [NextQueriesActionContext](./x-components.nextqueriesactioncontext.md) | Alias type for actions context of the [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md)<!-- -->. |
557
633
  | [NextQueriesXModule](./x-components.nextqueriesxmodule.md) | NextQueries [XModule](./x-components.xmodule.md) alias. |
558
634
  | [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md) | Next queries store module. |
559
- | [NonPrimitive](./x-components.nonprimitive.md) | TypeScript type non-primitives. Array or Record with all possible types. |
560
- | [NoSuggestionsXModule](./x-components.nosuggestionsxmodule.md) | NoSuggestions [XModule](./x-components.xmodule.md) alias. |
561
- | [NoSuggestionsXStoreModule](./x-components.nosuggestionsxstoremodule.md) | NoSuggestions type safe store module. |
635
+ | [NiladicFunction](./x-components.niladicfunction.md) | A function with no parameters that can return anything. |
562
636
  | [Pair](./x-components.pair.md) | Represents a pair of values of the same type in an array. |
637
+ | [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)<!-- -->. |
563
638
  | [PopularSearchesActionContext](./x-components.popularsearchesactioncontext.md) | Alias type for actions context of the [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md)<!-- -->. |
564
639
  | [PopularSearchesXModule](./x-components.popularsearchesxmodule.md) | PopularSearches [XModule](./x-components.xmodule.md) alias. |
565
640
  | [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md) | Popular searches store module. |
566
- | [Primitive](./x-components.primitive.md) | TypeScript type primitives. Basically every type possible except objects or arrays. |
567
641
  | [PrivateXModulesOptions](./x-components.privatexmodulesoptions.md) | Options for overriding the default store module and store emitters for each [XModule](./x-components.xmodule.md)<!-- -->. |
568
642
  | [PropsWithType](./x-components.propswithtype.md) | Extracts the name of the properties of an object that match a type. |
569
- | [QueryOrigin](./x-components.queryorigin.md) | Union type containing all the origin possible values for query origin. |
643
+ | [QueryFeature](./x-components.queryfeature.md) | The name of the tool that generated the query. |
644
+ | [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. |
645
+ | [QueryOriginInit](./x-components.queryorigininit.md) | Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->. |
570
646
  | [QuerySuggestionsActionContext](./x-components.querysuggestionsactioncontext.md) | Alias type for actions context of the [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md)<!-- -->. |
571
647
  | [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) alias. |
572
648
  | [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md) | QuerySuggestions type safe store module. |
@@ -576,29 +652,39 @@ X-Components is a library usable everywhere not only for search experiences.
576
652
  | [RelatedTagsActionContext](./x-components.relatedtagsactioncontext.md) | Alias type for actions context of the [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md)<!-- -->. |
577
653
  | [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) alias. |
578
654
  | [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md) | RelatedTags type safe store module. |
655
+ | [RequestStatus](./x-components.requeststatus.md) | The possible status of a request: - Success: The request has resolved successfully. - Loading: The request is in process, waiting for a response. - Error: The request has failed. |
656
+ | [ResultFeature](./x-components.resultfeature.md) | The name of the tool that generated the results. |
657
+ | [ResultOrigin](./x-components.resultorigin.md) | Information to track the usefulness of a result in relation to the [ResultFeature](./x-components.resultfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user. |
579
658
  | [Returns](./x-components.returns.md) | Extracts the return type of each property of the T object. |
580
659
  | [RootStoreStateAndGetters](./x-components.rootstorestateandgetters.md) | State and Getters Store type for [RootXStoreState](./x-components.rootxstorestate.md)<!-- -->. |
581
660
  | [ScrollDirection](./x-components.scrolldirection.md) | Types allow for values of scroll direction. |
661
+ | [ScrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) alias. |
662
+ | [ScrollXStoreModule](./x-components.scrollxstoremodule.md) | Scroll type safe store module. |
582
663
  | [SearchActionContext](./x-components.searchactioncontext.md) | Alias type for actions context of the [SearchXStoreModule](./x-components.searchxstoremodule.md)<!-- -->. |
583
664
  | [SearchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) alias. |
584
665
  | [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md) | SearchBox type safe store module. |
585
- | [SearchItem](./x-components.searchitem.md) | Type representing a grid item. It has to be an [Identifiable](./x-types.identifiable.md) object that can optionally contain a [modelName](./x-types.namedmodel.modelname.md)<!-- -->. |
586
666
  | [SearchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
587
667
  | [SearchXStoreModule](./x-components.searchxstoremodule.md) | Search type safe store module. |
588
668
  | [SimpleStateSelector](./x-components.simplestateselector.md) | Selects a part of the store state or getters (AKA "getter" inside [Vuex](https://vuex.vuejs.org/) watchers). |
589
669
  | [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. |
590
670
  | [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) | Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
591
- | [TaggingXModule](./x-components.taggingxmodule.md) | Empathize [XModule](./x-components.xmodule.md) alias. |
671
+ | [SubObject](./x-components.subobject.md) | Extracts a sub-type with the properties of <code>SomeObject</code> that have the <code>TargetPropertyType</code> type. |
672
+ | [TaggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) alias. |
592
673
  | [TaggingXStoreModule](./x-components.taggingxstoremodule.md) | Tagging type safe store module. |
593
674
  | [TakeNavigationControl](./x-components.takenavigationcontrol.md) | Represents when to take control of the navigation. |
594
- | [TimeRetrieving](./x-components.timeretrieving.md) | Function type which receives the whole store as parameter and retrieve the time from there. |
675
+ | [TimeSelector](./x-components.timeselector.md) | Function type which receives the whole store as parameter and retrieve the time from there. |
676
+ | [UrlActionContext](./x-components.urlactioncontext.md) | Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->. |
677
+ | [UrlParamKey](./x-components.urlparamkey.md) | The key of the parameter to store in the URL. |
678
+ | [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
679
+ | [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
680
+ | [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
595
681
  | [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
596
682
  | [VueCSSClasses](./x-components.vuecssclasses.md) | Union type containing supported Vue dynamic classes. |
597
683
  | [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. |
598
684
  | [WireForEvent](./x-components.wireforevent.md) | Alias for a wire with the type of the event payload. |
599
685
  | [Wiring](./x-components.wiring.md) | The Wiring is a record where each key is an EmpathyX event, and the value is a dictionary of wires. |
600
686
  | [XEvent](./x-components.xevent.md) | Name of all available events. |
601
- | [XEventArrayPayload](./x-components.xeventarraypayload.md) | Event names of [XEventsTypes](./x-components.xeventstypes.md) available with an any array as payload. |
687
+ | [XEventListeners](./x-components.xeventlisteners.md) | Map type of every [XEvent](./x-components.xevent.md) and a callback with the payload and metadata for that event. |
602
688
  | [XEventPayload](./x-components.xeventpayload.md) | Extracts the payload type of an event. |
603
689
  | [XEventsOf](./x-components.xeventsof.md) | Selects events of the with a payload matching the provided type. |
604
690
  | [XModuleName](./x-components.xmodulename.md) | Names of all of the [XModules](./x-components.xmodule.md) available. |