@empathyco/x-components 3.0.0-alpha.10 → 3.0.0-alpha.100

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 (4116) hide show
  1. package/CHANGELOG.md +2935 -609
  2. package/README.md +27 -8
  3. package/core/index.js +69 -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 +1780 -1329
  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 +6296 -1870
  33. package/design-system/grid-default.css +17 -5
  34. package/design-system/icon-default.css +7 -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 +94 -24
  52. package/design-system/option-list-default.css +126 -81
  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 +154 -37
  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 +26 -18
  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-flex.css +43 -0
  88. package/design-system/utilities-font-color.css +43 -0
  89. package/design-system/utilities-font-size.css +80 -0
  90. package/design-system/utilities-font-weight.css +9 -0
  91. package/design-system/utilities-line-clamp.css +34 -0
  92. package/design-system/utilities-line-height.css +23 -0
  93. package/design-system/utilities-margin.css +462 -0
  94. package/design-system/utilities-padding.css +441 -0
  95. package/design-system/utilities-position.css +19 -0
  96. package/design-system/utilities-text-decoration.css +19 -0
  97. package/design-system/utilities-text-transform.css +15 -0
  98. package/device/index.js +3 -3
  99. package/docs/API-reference/api/x-adapter.ancestorbinding.md +2 -2
  100. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +1 -1
  101. package/docs/API-reference/api/x-adapter.beacontrackingrequestor._constructor_.md +13 -0
  102. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +8 -1
  103. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +3 -3
  104. package/docs/API-reference/api/x-adapter.beforerequest.md +2 -0
  105. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +5 -5
  106. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +2 -0
  107. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +2 -1
  108. package/docs/API-reference/api/x-adapter.binding.md +2 -0
  109. package/docs/API-reference/api/x-adapter.bindingdictionary.md +2 -0
  110. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +1 -1
  111. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +2 -2
  112. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +2 -2
  113. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +4 -4
  114. package/docs/API-reference/api/x-adapter.classbinding.md +2 -0
  115. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +4 -3
  116. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +3 -2
  117. package/docs/API-reference/api/x-adapter.constantbinding.md +2 -0
  118. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +2 -2
  119. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +1 -1
  120. package/docs/API-reference/api/x-adapter.contextualbinding.md +2 -0
  121. package/docs/API-reference/api/x-adapter.deeppartial.md +2 -0
  122. package/docs/API-reference/api/x-adapter.dynamicbinding.md +1 -1
  123. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +3 -3
  124. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +2 -2
  125. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +3 -3
  126. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +3 -3
  127. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +3 -3
  128. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +3 -3
  129. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +3 -3
  130. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +3 -3
  131. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +3 -3
  132. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +3 -3
  133. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +1 -1
  134. package/docs/API-reference/api/x-adapter.empathyadapter.md +5 -4
  135. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +1 -1
  136. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +2 -2
  137. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +3 -3
  138. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +3 -3
  139. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +2 -2
  140. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +2 -2
  141. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +4 -4
  142. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +4 -4
  143. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +3 -3
  144. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +4 -4
  145. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +4 -4
  146. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +3 -3
  147. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +1 -1
  148. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +1 -1
  149. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +2 -2
  150. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +2 -2
  151. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +2 -2
  152. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +1 -1
  153. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +2 -2
  154. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +1 -1
  155. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +5 -5
  156. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +3 -3
  157. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +3 -3
  158. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +3 -3
  159. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +3 -3
  160. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +2 -2
  161. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +3 -3
  162. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +2 -2
  163. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +2 -2
  164. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +3 -3
  165. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +3 -3
  166. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +2 -2
  167. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +2 -2
  168. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +2 -2
  169. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +2 -2
  170. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +2 -2
  171. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +2 -2
  172. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +2 -2
  173. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +2 -2
  174. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +5 -5
  175. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +2 -0
  176. package/docs/API-reference/api/x-adapter.empathybanner.md +5 -5
  177. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +2 -2
  178. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +4 -4
  179. package/docs/API-reference/api/x-adapter.empathybannermapper.md +1 -0
  180. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +4 -4
  181. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +1 -0
  182. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +1 -1
  183. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +1 -1
  184. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +2 -2
  185. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +2 -2
  186. package/docs/API-reference/api/x-adapter.empathycacheservice.md +2 -1
  187. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +2 -2
  188. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +2 -2
  189. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +4 -4
  190. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +2 -2
  191. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +2 -1
  192. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +3 -3
  193. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +1 -0
  194. package/docs/API-reference/api/x-adapter.empathydirect.md +3 -4
  195. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +1 -1
  196. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +2 -2
  197. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +1 -0
  198. package/docs/API-reference/api/x-adapter.empathyfacet.md +2 -2
  199. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +24 -0
  200. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +21 -0
  201. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +1 -1
  202. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +4 -4
  203. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +2 -1
  204. package/docs/API-reference/api/x-adapter.empathyfilter.md +5 -5
  205. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +1 -1
  206. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +4 -4
  207. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +25 -0
  208. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +4 -4
  209. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +3 -2
  210. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +4 -4
  211. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +1 -0
  212. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +2 -2
  213. package/docs/API-reference/api/x-adapter.empathynextquery.md +2 -1
  214. package/docs/API-reference/api/x-adapter.empathynextquery.source.md +11 -0
  215. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +3 -3
  216. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +1 -0
  217. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +2 -2
  218. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +4 -4
  219. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +5 -5
  220. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +3 -2
  221. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +4 -4
  222. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +1 -0
  223. package/docs/API-reference/api/x-adapter.empathypartialresult.md +3 -3
  224. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +1 -1
  225. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +4 -4
  226. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +1 -0
  227. package/docs/API-reference/api/x-adapter.empathypromoted.md +5 -5
  228. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +2 -2
  229. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +4 -4
  230. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +1 -0
  231. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +2 -1
  232. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +1 -1
  233. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +4 -4
  234. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +1 -0
  235. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +1 -1
  236. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +5 -5
  237. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +2 -1
  238. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +2 -2
  239. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +4 -4
  240. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +1 -0
  241. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +3 -2
  242. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +11 -0
  243. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +3 -3
  244. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +1 -0
  245. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +2 -2
  246. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +1 -1
  247. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +4 -4
  248. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +1 -0
  249. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +1 -1
  250. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +3 -3
  251. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +1 -0
  252. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +1 -1
  253. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +3 -3
  254. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +1 -0
  255. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +1 -1
  256. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +3 -3
  257. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +1 -0
  258. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +2 -2
  259. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +2 -2
  260. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +1 -0
  261. package/docs/API-reference/api/x-adapter.empathyresult.md +10 -10
  262. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +3 -3
  263. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +4 -4
  264. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +1 -0
  265. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +2 -2
  266. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +4 -4
  267. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +1 -0
  268. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +6 -6
  269. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +12 -12
  270. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +3 -3
  271. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +4 -4
  272. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +1 -0
  273. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +2 -1
  274. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +3 -3
  275. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +1 -0
  276. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +1 -1
  277. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +4 -4
  278. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +4 -4
  279. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +2 -1
  280. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +4 -4
  281. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +1 -0
  282. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +3 -3
  283. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +1 -0
  284. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +2 -2
  285. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +1 -0
  286. package/docs/API-reference/api/x-adapter.empathysuggestion.md +3 -3
  287. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +1 -1
  288. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +4 -4
  289. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +1 -0
  290. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +4 -4
  291. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +1 -0
  292. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +6 -6
  293. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +4 -4
  294. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +2 -1
  295. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +8 -8
  296. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +3 -3
  297. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +1 -0
  298. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +3 -3
  299. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +2 -0
  300. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +2 -2
  301. package/docs/API-reference/api/x-adapter.entitynames.md +2 -0
  302. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +13 -0
  303. package/docs/API-reference/api/x-adapter.facetconfig.md +3 -3
  304. package/docs/API-reference/api/x-adapter.facetsconfig.md +2 -2
  305. package/docs/API-reference/api/x-adapter.featureconfig.md +3 -3
  306. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +9 -9
  307. package/docs/API-reference/api/x-adapter.featurerequestor.md +11 -10
  308. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +3 -3
  309. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +3 -3
  310. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +3 -3
  311. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +4 -4
  312. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +11 -11
  313. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +1 -1
  314. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +3 -3
  315. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +2 -2
  316. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +2 -2
  317. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +4 -4
  318. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +3 -3
  319. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +3 -2
  320. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +2 -2
  321. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +3 -3
  322. package/docs/API-reference/api/x-adapter.filterablerequest.md +1 -1
  323. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +2 -2
  324. package/docs/API-reference/api/x-adapter.httpclient.get.md +4 -4
  325. package/docs/API-reference/api/x-adapter.mapfn.md +2 -0
  326. package/docs/API-reference/api/x-adapter.mapper.map.md +4 -4
  327. package/docs/API-reference/api/x-adapter.maprequest.md +2 -0
  328. package/docs/API-reference/api/x-adapter.mapresponse.md +2 -0
  329. package/docs/API-reference/api/x-adapter.md +2 -2
  330. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +3 -1
  331. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +1 -1
  332. package/docs/API-reference/api/x-adapter.pageablerequest.md +2 -2
  333. package/docs/API-reference/api/x-adapter.parentbinding.md +2 -2
  334. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +1 -1
  335. package/docs/API-reference/api/x-adapter.pipemappers.md +2 -2
  336. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +4 -3
  337. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +3 -2
  338. package/docs/API-reference/api/x-adapter.queryablerequest.md +1 -2
  339. package/docs/API-reference/api/x-adapter.queryconfig.md +2 -2
  340. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +3 -1
  341. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +1 -1
  342. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +2 -2
  343. package/docs/API-reference/api/x-adapter.requesterror.md +3 -2
  344. package/docs/API-reference/api/x-adapter.requestmapper.md +2 -0
  345. package/docs/API-reference/api/x-adapter.requestmappercontext.md +3 -3
  346. package/docs/API-reference/api/x-adapter.requestoptions.md +3 -3
  347. package/docs/API-reference/api/x-adapter.requestor.request.md +3 -3
  348. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +11 -11
  349. package/docs/API-reference/api/x-adapter.requestors.md +12 -11
  350. package/docs/API-reference/api/x-adapter.responsemapper.md +2 -0
  351. package/docs/API-reference/api/x-adapter.responsemappercontext.md +4 -3
  352. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +13 -13
  353. package/docs/API-reference/api/x-adapter.responsemappers.md +14 -13
  354. package/docs/API-reference/api/x-adapter.responsetransformed.md +2 -0
  355. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +2 -1
  356. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +2 -2
  357. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +3 -3
  358. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +3 -3
  359. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +3 -3
  360. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +3 -3
  361. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +3 -3
  362. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +3 -3
  363. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +3 -3
  364. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +3 -3
  365. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +1 -1
  366. package/docs/API-reference/api/x-adapter.searchadapter.md +4 -4
  367. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +2 -2
  368. package/docs/API-reference/api/x-adapter.searchadapter.search.md +3 -3
  369. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +3 -3
  370. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +2 -2
  371. package/docs/API-reference/api/x-adapter.searchadapter.track.md +2 -2
  372. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +3 -1
  373. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +1 -1
  374. package/docs/API-reference/api/x-adapter.searchrequest.md +3 -2
  375. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +1 -1
  376. package/docs/API-reference/api/x-adapter.searchresponse.md +9 -9
  377. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +1 -1
  378. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +1 -1
  379. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +1 -1
  380. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +1 -1
  381. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +1 -1
  382. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +3 -2
  383. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +2 -1
  384. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +1 -1
  385. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +3 -1
  386. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +1 -1
  387. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +3 -1
  388. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +1 -1
  389. package/docs/API-reference/api/x-adapter.trackablerequest.md +1 -1
  390. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +1 -1
  391. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +1 -1
  392. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +1 -1
  393. package/docs/API-reference/api/x-adapter.trackingrequest.md +2 -2
  394. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +3 -3
  395. package/docs/API-reference/api/x-adapter.usercontextrequest.md +3 -3
  396. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +3 -2
  397. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +3 -2
  398. package/docs/API-reference/api/x-components.actionnamesfor.md +2 -0
  399. package/docs/API-reference/api/x-components.actionsclass.md +2 -0
  400. package/docs/API-reference/api/x-components.actionsdictionary.md +0 -1
  401. package/docs/API-reference/api/x-components.actionstree.md +2 -0
  402. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +3 -3
  403. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +1 -0
  404. package/docs/API-reference/api/x-components.allfilter.md +5 -4
  405. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  406. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  407. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  408. package/docs/API-reference/api/x-components.animatewidth.md +2 -0
  409. package/docs/API-reference/api/x-components.anyactionstree.md +2 -0
  410. package/docs/API-reference/api/x-components.anygetterstree.md +2 -0
  411. package/docs/API-reference/api/x-components.anymutationstree.md +2 -0
  412. package/docs/API-reference/api/x-components.anysimplestateselector.md +2 -0
  413. package/docs/API-reference/api/x-components.anystateselector.md +2 -0
  414. package/docs/API-reference/api/x-components.anystoreemitters.md +2 -0
  415. package/docs/API-reference/api/x-components.anywire.md +2 -0
  416. package/docs/API-reference/api/x-components.anyxmodule.md +2 -0
  417. package/docs/API-reference/api/x-components.anyxstoremodule.md +2 -0
  418. package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +2 -0
  419. package/docs/API-reference/api/x-components.arefiltersdifferent.md +6 -6
  420. package/docs/API-reference/api/x-components.arraytoobject.md +2 -2
  421. package/docs/API-reference/api/x-components.arraytoobject_1.md +4 -4
  422. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  423. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  424. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  425. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  426. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  427. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  428. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  429. package/docs/API-reference/api/x-components.banner.md +2 -1
  430. package/docs/API-reference/api/x-components.bannerslist.md +6 -5
  431. package/docs/API-reference/api/x-components.baseaddtocart.md +3 -2
  432. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +2 -2
  433. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +2 -1
  434. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +1 -0
  435. package/docs/API-reference/api/x-components.basecurrency.format.md +2 -7
  436. package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
  437. package/docs/API-reference/api/x-components.basecurrency.md +11 -5
  438. package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +2 -2
  439. package/docs/API-reference/api/x-components.basedropdown.md +6 -5
  440. package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +1 -1
  441. package/docs/API-reference/api/x-components.baseeventbutton.md +2 -1
  442. package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +2 -2
  443. package/docs/API-reference/api/x-components.baseeventsmodal.md +8 -7
  444. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +4 -3
  445. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +4 -3
  446. package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
  447. package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
  448. package/docs/API-reference/api/x-components.basegrid.md +5 -4
  449. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +3 -2
  450. package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +2 -2
  451. package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +2 -2
  452. package/docs/API-reference/api/x-components.baseidmodal.md +5 -4
  453. package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +3 -3
  454. package/docs/API-reference/api/x-components.baseidmodalclose.md +3 -2
  455. package/docs/API-reference/api/x-components.baseidmodalopen.md +3 -2
  456. package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +1 -1
  457. package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
  458. package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +2 -2
  459. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +3 -2
  460. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +3 -3
  461. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +6 -5
  462. package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +1 -1
  463. package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +3 -3
  464. package/docs/API-reference/api/x-components.basemodal._refs.md +0 -1
  465. package/docs/API-reference/api/x-components.basemodal.md +7 -5
  466. package/docs/API-reference/api/x-components.basemodal.mounted.md +1 -1
  467. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +13 -0
  468. package/docs/API-reference/api/x-components.basepricefilterlabel.md +7 -7
  469. package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +2 -2
  470. package/docs/API-reference/api/x-components.baserating.md +3 -2
  471. package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +1 -1
  472. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +3 -2
  473. package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
  474. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +3 -3
  475. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  476. package/docs/API-reference/api/x-components.baseresultimage.md +7 -5
  477. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +1 -1
  478. package/docs/API-reference/api/x-components.baseresultlink.md +3 -13
  479. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
  480. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +3 -3
  481. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  482. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  483. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  484. package/docs/API-reference/api/x-components.basescroll.md +1 -12
  485. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
  486. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  487. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  488. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  489. package/docs/API-reference/api/x-components.basesuggestion.md +16 -7
  490. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
  491. package/docs/API-reference/api/x-components.basesuggestions.md +4 -2
  492. package/docs/API-reference/api/x-components.basetogglepanel.md +3 -2
  493. package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
  494. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -2
  495. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  496. package/docs/API-reference/api/x-components.basexapi.init.md +2 -2
  497. package/docs/API-reference/api/x-components.basexapi.md +3 -0
  498. package/docs/API-reference/api/x-components.basexapi.search.md +3 -3
  499. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +2 -2
  500. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  501. package/docs/API-reference/api/x-components.basexbus.emit.md +4 -4
  502. package/docs/API-reference/api/x-components.basexbus.md +1 -0
  503. package/docs/API-reference/api/x-components.basexbus.on.md +3 -3
  504. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  505. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  506. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  507. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  508. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  509. package/docs/API-reference/api/x-components.clearfilters.md +4 -6
  510. package/docs/API-reference/api/x-components.clearhistoryqueries.md +1 -1
  511. package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +1 -1
  512. package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +1 -1
  513. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  514. package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +1 -1
  515. package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +1 -1
  516. package/docs/API-reference/api/x-components.clearsearchinput.md +4 -3
  517. package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +1 -1
  518. package/docs/API-reference/api/x-components.clone.md +2 -2
  519. package/docs/API-reference/api/x-components.collapseheight.md +2 -0
  520. package/docs/API-reference/api/x-components.collapsewidth.md +2 -0
  521. package/docs/API-reference/api/x-components.columnpickermixin.md +3 -2
  522. package/docs/API-reference/api/x-components.compilemessage.md +3 -3
  523. package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +2 -2
  524. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
  525. package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
  526. package/docs/API-reference/api/x-components.createstoreemitters.md +3 -3
  527. package/docs/API-reference/api/x-components.createwirefromfunction.md +2 -2
  528. package/docs/API-reference/api/x-components.createwiring.md +2 -2
  529. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  530. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  531. package/docs/API-reference/api/x-components.currencyformatter.md +5 -6
  532. package/docs/API-reference/api/x-components.debounce.md +7 -3
  533. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +1 -1
  534. package/docs/API-reference/api/x-components.debouncefunction.md +0 -1
  535. package/docs/API-reference/api/x-components.debounceoptions.md +2 -2
  536. package/docs/API-reference/api/x-components.deepfilter.md +9 -8
  537. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  538. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
  539. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
  540. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
  541. package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
  542. package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
  543. package/docs/API-reference/api/x-components.defaultfacetsservice.md +40 -0
  544. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
  545. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
  546. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
  547. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
  548. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
  549. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  550. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  551. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  552. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  553. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  554. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  555. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  556. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  557. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  558. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  559. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  560. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  561. package/docs/API-reference/api/x-components.devicedetector.md +4 -3
  562. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -2
  563. package/docs/API-reference/api/x-components.devicestate.md +1 -1
  564. package/docs/API-reference/api/x-components.devicexevents.md +1 -1
  565. package/docs/API-reference/api/x-components.devicexstoremodule.md +2 -0
  566. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +2 -2
  567. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +1 -0
  568. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +2 -2
  569. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +4 -3
  570. package/docs/API-reference/api/x-components.emitter.md +2 -0
  571. package/docs/API-reference/api/x-components.emitters.md +2 -0
  572. package/docs/API-reference/api/x-components.empathize.md +4 -3
  573. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -2
  574. package/docs/API-reference/api/x-components.empathizestate.md +2 -2
  575. package/docs/API-reference/api/x-components.empathizexevents.md +3 -3
  576. package/docs/API-reference/api/x-components.empathizexstoremodule.md +2 -0
  577. package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +2 -0
  578. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +1 -0
  579. package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +2 -2
  580. package/docs/API-reference/api/x-components.extractactionpayload.md +2 -0
  581. package/docs/API-reference/api/x-components.extractactions.md +2 -0
  582. package/docs/API-reference/api/x-components.extractgetters.md +2 -0
  583. package/docs/API-reference/api/x-components.extractmutationpayload.md +2 -0
  584. package/docs/API-reference/api/x-components.extractmutations.md +2 -0
  585. package/docs/API-reference/api/x-components.extractstate.md +2 -0
  586. package/docs/API-reference/api/x-components.extraparams.md +29 -0
  587. package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
  588. package/docs/API-reference/api/x-components.extraparams.render.md +15 -0
  589. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  590. package/docs/API-reference/api/x-components.extraparams.values.md +18 -0
  591. package/docs/API-reference/api/x-components.extraparamsactions.md +13 -0
  592. package/docs/API-reference/api/x-components.extraparamsgetters.md +13 -0
  593. package/docs/API-reference/api/x-components.extraparamsmutations.md +20 -0
  594. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +22 -0
  595. package/docs/API-reference/api/x-components.extraparamsstate.md +20 -0
  596. package/docs/API-reference/api/x-components.extraparamsstate.params.md +11 -0
  597. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +13 -0
  598. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  599. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +13 -0
  600. package/docs/API-reference/api/x-components.extraparamsxevents.md +23 -0
  601. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +13 -0
  602. package/docs/API-reference/api/x-components.extraparamsxmodule.md +13 -0
  603. package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +15 -0
  604. package/docs/API-reference/api/x-components.extrapluginsoptions.md +3 -3
  605. package/docs/API-reference/api/x-components.facetgroupentry.md +2 -2
  606. package/docs/API-reference/api/x-components.facets.md +4 -14
  607. package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
  608. package/docs/API-reference/api/x-components.facetsactions.md +0 -15
  609. package/docs/API-reference/api/x-components.facetsactionscontext.md +2 -0
  610. package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
  611. package/docs/API-reference/api/x-components.facetsgetters.md +3 -4
  612. package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
  613. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
  614. package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
  615. package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
  616. package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
  617. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  618. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  619. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  620. package/docs/API-reference/api/x-components.facetsmutations.md +7 -6
  621. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +24 -0
  622. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +24 -0
  623. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
  624. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +24 -0
  625. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +24 -0
  626. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +24 -0
  627. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
  628. package/docs/API-reference/api/x-components.facetsprovider.groupid.md +13 -0
  629. package/docs/API-reference/api/x-components.facetsprovider.md +28 -0
  630. package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +17 -0
  631. package/docs/API-reference/api/x-components.facetsprovider.render.md +15 -0
  632. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +24 -0
  633. package/docs/API-reference/api/x-components.facetsservice.deselect.md +24 -0
  634. package/docs/API-reference/api/x-components.facetsservice.md +25 -0
  635. package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
  636. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
  637. package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
  638. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
  639. package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
  640. package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
  641. package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
  642. package/docs/API-reference/api/x-components.facetsstate.md +3 -4
  643. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
  644. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
  645. package/docs/API-reference/api/x-components.facetsxevents.md +11 -15
  646. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
  647. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
  648. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +1 -1
  649. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
  650. package/docs/API-reference/api/x-components.facetsxstoremodule.md +2 -0
  651. package/docs/API-reference/api/x-components.fadeandslide.md +2 -1
  652. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  653. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
  654. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
  655. package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
  656. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
  657. package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
  658. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
  659. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
  660. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
  661. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  662. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  663. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  664. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  665. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  666. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  667. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  668. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  669. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  670. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  671. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  672. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  673. package/docs/API-reference/api/x-components.filter.md +3 -3
  674. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +3 -3
  675. package/docs/API-reference/api/x-components.filterfalsypayload.md +2 -2
  676. package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +13 -0
  677. package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +13 -0
  678. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +23 -0
  679. package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +13 -0
  680. package/docs/API-reference/api/x-components.filterslist.animation.md +13 -0
  681. package/docs/API-reference/api/x-components.filterslist.cssclasses.md +13 -0
  682. package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +13 -0
  683. package/docs/API-reference/api/x-components.filterslist.md +23 -0
  684. package/docs/API-reference/api/x-components.filterssearch.md +4 -3
  685. package/docs/API-reference/api/x-components.filtertruthypayload.md +2 -2
  686. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +3 -3
  687. package/docs/API-reference/api/x-components.firstparameter.md +13 -0
  688. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  689. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  690. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  691. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  692. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  693. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  694. package/docs/API-reference/api/x-components.getrootxcomponent.md +3 -3
  695. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +4 -4
  696. package/docs/API-reference/api/x-components.getter.md +3 -3
  697. package/docs/API-reference/api/x-components.gettersclass.md +2 -0
  698. package/docs/API-reference/api/x-components.getterstree.md +2 -0
  699. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  700. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  701. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  702. package/docs/API-reference/api/x-components.groupitemsby.md +4 -4
  703. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  704. package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
  705. package/docs/API-reference/api/x-components.hierarchicalfilter.md +10 -2
  706. package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +2 -0
  707. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -7
  708. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +1 -1
  709. package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
  710. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +1 -1
  711. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -2
  712. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -2
  713. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
  714. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  715. package/docs/API-reference/api/x-components.historyqueriesconfig.md +4 -4
  716. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +2 -2
  717. package/docs/API-reference/api/x-components.historyqueriesgetter.md +1 -0
  718. package/docs/API-reference/api/x-components.historyqueriesgetters.md +4 -4
  719. package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
  720. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
  721. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  722. package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +2 -2
  723. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -2
  724. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  725. package/docs/API-reference/api/x-components.historyqueriesstate.md +7 -5
  726. package/docs/API-reference/api/x-components.historyqueriesxevents.md +8 -7
  727. package/docs/API-reference/api/x-components.historyqueriesxevents.usertoggledhistoryqueries.md +13 -0
  728. package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +2 -0
  729. package/docs/API-reference/api/x-components.historyquery.md +2 -1
  730. package/docs/API-reference/api/x-components.identifierresult.md +5 -4
  731. package/docs/API-reference/api/x-components.identifierresults.md +4 -2
  732. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  733. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +1 -1
  734. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +9 -2
  735. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +9 -2
  736. package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
  737. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  738. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -2
  739. package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +2 -0
  740. package/docs/API-reference/api/x-components.identifierresultsconfig.md +4 -4
  741. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  742. package/docs/API-reference/api/x-components.identifierresultsgetters.md +3 -3
  743. package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -1
  744. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -2
  745. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  746. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  747. package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +2 -2
  748. package/docs/API-reference/api/x-components.identifierresultsstate.md +7 -4
  749. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  750. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  751. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
  752. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
  753. package/docs/API-reference/api/x-components.identifierresultsxevents.md +3 -3
  754. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
  755. package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +2 -0
  756. package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
  757. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  758. package/docs/API-reference/api/x-components.infinitescroll.md +0 -4
  759. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  760. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  761. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  762. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  763. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  764. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
  765. package/docs/API-reference/api/x-components.installxoptions.md +9 -8
  766. package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +0 -1
  767. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  768. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  769. package/docs/API-reference/api/x-components.isarrayempty.md +2 -2
  770. package/docs/API-reference/api/x-components.iselementequalorcontained.md +3 -3
  771. package/docs/API-reference/api/x-components.isinrange.md +3 -3
  772. package/docs/API-reference/api/x-components.isnewquery.md +3 -3
  773. package/docs/API-reference/api/x-components.isstringempty.md +2 -2
  774. package/docs/API-reference/api/x-components.isxcomponent.md +3 -3
  775. package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
  776. package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
  777. package/docs/API-reference/api/x-components.itemslist.md +22 -0
  778. package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
  779. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  780. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  781. package/docs/API-reference/api/x-components.listitem.md +13 -0
  782. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +1 -1
  783. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  784. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  785. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  786. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  787. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  788. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  789. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  790. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  791. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  792. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  793. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  794. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  795. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  796. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  797. package/docs/API-reference/api/x-components.mapwire.md +27 -0
  798. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  799. package/docs/API-reference/api/x-components.md +181 -101
  800. package/docs/API-reference/api/x-components.monadicfunction.md +13 -0
  801. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +13 -0
  802. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +21 -0
  803. package/docs/API-reference/api/x-components.mutationnamesfor.md +2 -0
  804. package/docs/API-reference/api/x-components.mutationsdictionary.md +0 -1
  805. package/docs/API-reference/api/x-components.mutationstree.md +2 -0
  806. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  807. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  808. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  809. package/docs/API-reference/api/x-components.namespaceddebounce.md +3 -3
  810. package/docs/API-reference/api/x-components.namespacedthrottle.md +3 -3
  811. package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
  812. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +4 -2
  813. package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +3 -1
  814. package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +2 -0
  815. package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +3 -1
  816. package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +2 -0
  817. package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
  818. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  819. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +1 -1
  820. package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +2 -0
  821. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +1 -1
  822. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +9 -2
  823. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +9 -2
  824. package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -2
  825. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -2
  826. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
  827. package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +0 -2
  828. package/docs/API-reference/api/x-components.nextqueriesconfig.md +3 -3
  829. package/docs/API-reference/api/x-components.nextqueriesgetters.md +2 -2
  830. package/docs/API-reference/api/x-components.nextquerieslist.animation.md +13 -0
  831. package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +13 -0
  832. package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +13 -0
  833. package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +13 -0
  834. package/docs/API-reference/api/x-components.nextquerieslist.md +25 -0
  835. package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
  836. package/docs/API-reference/api/x-components.nextqueriesmutations.md +3 -1
  837. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -2
  838. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
  839. package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +2 -2
  840. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -2
  841. package/docs/API-reference/api/x-components.nextqueriesstate.md +7 -5
  842. package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
  843. package/docs/API-reference/api/x-components.nextqueriesxevents.md +4 -4
  844. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
  845. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
  846. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
  847. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
  848. package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +2 -0
  849. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  850. package/docs/API-reference/api/x-components.nextquery.md +4 -2
  851. package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
  852. package/docs/API-reference/api/x-components.normalizestring.md +2 -2
  853. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  854. package/docs/API-reference/api/x-components.numberrangefilter.md +3 -1
  855. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  856. package/docs/API-reference/api/x-components.partialquerybutton.md +8 -2
  857. package/docs/API-reference/api/x-components.partialresultslist.md +4 -3
  858. package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
  859. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  860. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  861. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  862. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  863. package/docs/API-reference/api/x-components.popularsearch.md +3 -2
  864. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +1 -1
  865. package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +2 -0
  866. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +1 -1
  867. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +9 -2
  868. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +9 -2
  869. package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
  870. package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +0 -2
  871. package/docs/API-reference/api/x-components.popularsearchesconfig.md +3 -3
  872. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -2
  873. package/docs/API-reference/api/x-components.popularsearchesgetters.md +2 -2
  874. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  875. package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -0
  876. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
  877. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -2
  878. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -2
  879. package/docs/API-reference/api/x-components.popularsearchesstate.md +5 -3
  880. package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
  881. package/docs/API-reference/api/x-components.popularsearchesxevents.md +3 -3
  882. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
  883. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  884. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
  885. package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +2 -0
  886. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +2 -2
  887. package/docs/API-reference/api/x-components.privatexmodulesoptions.md +2 -0
  888. package/docs/API-reference/api/x-components.promoted.md +2 -1
  889. package/docs/API-reference/api/x-components.promotedslist.md +6 -5
  890. package/docs/API-reference/api/x-components.propswithtype.md +6 -8
  891. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  892. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  893. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  894. package/docs/API-reference/api/x-components.querysuggestion.md +2 -1
  895. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
  896. package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +2 -0
  897. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +1 -1
  898. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +9 -2
  899. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +9 -2
  900. package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
  901. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
  902. package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +0 -2
  903. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +4 -4
  904. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -2
  905. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +1 -0
  906. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
  907. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +3 -3
  908. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  909. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -1
  910. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
  911. package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +2 -2
  912. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -2
  913. package/docs/API-reference/api/x-components.querysuggestionsstate.md +6 -4
  914. package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
  915. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +4 -4
  916. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
  917. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
  918. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
  919. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
  920. package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +2 -0
  921. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
  922. package/docs/API-reference/api/x-components.recommendations.md +5 -3
  923. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
  924. package/docs/API-reference/api/x-components.recommendationsactioncontext.md +2 -0
  925. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +1 -1
  926. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +9 -2
  927. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +9 -2
  928. package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
  929. package/docs/API-reference/api/x-components.recommendationsconfig.md +1 -1
  930. package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
  931. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  932. package/docs/API-reference/api/x-components.recommendationsmutations.md +2 -0
  933. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
  934. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -2
  935. package/docs/API-reference/api/x-components.recommendationsstate.md +5 -3
  936. package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
  937. package/docs/API-reference/api/x-components.recommendationsxevents.md +3 -3
  938. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
  939. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
  940. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
  941. package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +2 -0
  942. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  943. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  944. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  945. package/docs/API-reference/api/x-components.redirection.md +31 -0
  946. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  947. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  948. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  949. package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +1 -1
  950. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  951. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  952. package/docs/API-reference/api/x-components.relatedtag.md +9 -1
  953. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  954. package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +2 -0
  955. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +1 -1
  956. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +9 -2
  957. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +9 -2
  958. package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -2
  959. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
  960. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -2
  961. package/docs/API-reference/api/x-components.relatedtagsconfig.md +1 -1
  962. package/docs/API-reference/api/x-components.relatedtagsgetters.md +3 -2
  963. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  964. package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -2
  965. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
  966. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -2
  967. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -2
  968. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  969. package/docs/API-reference/api/x-components.relatedtagsstate.md +6 -5
  970. package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
  971. package/docs/API-reference/api/x-components.relatedtagsxevents.md +6 -6
  972. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
  973. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
  974. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
  975. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
  976. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
  977. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
  978. package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +2 -0
  979. package/docs/API-reference/api/x-components.renderlessextraparams.md +22 -0
  980. package/docs/API-reference/api/x-components.renderlessextraparams.name.md +13 -0
  981. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
  982. package/docs/API-reference/api/x-components.renderlessfilter.md +3 -2
  983. package/docs/API-reference/api/x-components.renderlessfilter.render.md +2 -2
  984. package/docs/API-reference/api/x-components.requeststatus.md +13 -0
  985. package/docs/API-reference/api/x-components.resetappending.md +13 -0
  986. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  987. package/docs/API-reference/api/x-components.resetstate.md +13 -0
  988. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  989. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  990. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  991. package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
  992. package/docs/API-reference/api/x-components.resultslist.md +6 -3
  993. package/docs/API-reference/api/x-components.rootstorestateandgetters.md +2 -0
  994. package/docs/API-reference/api/x-components.rootxstorestate.md +1 -1
  995. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  996. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  997. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  998. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  999. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  1000. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  1001. package/docs/API-reference/api/x-components.scroll.md +21 -0
  1002. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  1003. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  1004. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  1005. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  1006. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  1007. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  1008. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  1009. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  1010. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  1011. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  1012. package/docs/API-reference/api/x-components.scrollmixin.md +7 -2
  1013. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  1014. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  1015. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  1016. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  1017. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  1018. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  1019. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  1020. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  1021. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  1022. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  1023. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  1024. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  1025. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  1026. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  1027. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  1028. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  1029. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  1030. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  1031. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  1032. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  1033. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  1034. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  1035. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  1036. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  1037. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  1038. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  1039. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  1040. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  1041. package/docs/API-reference/api/x-components.searchactioncontext.md +2 -0
  1042. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +1 -1
  1043. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +9 -2
  1044. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +9 -2
  1045. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +1 -1
  1046. package/docs/API-reference/api/x-components.searchactions.md +6 -2
  1047. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  1048. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  1049. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  1050. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
  1051. package/docs/API-reference/api/x-components.searchboxactions.md +7 -0
  1052. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
  1053. package/docs/API-reference/api/x-components.searchboxgetters.md +1 -1
  1054. package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
  1055. package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +2 -2
  1056. package/docs/API-reference/api/x-components.searchboxstate.md +3 -2
  1057. package/docs/API-reference/api/x-components.searchboxxevents.md +10 -10
  1058. package/docs/API-reference/api/x-components.searchboxxstoremodule.md +2 -0
  1059. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  1060. package/docs/API-reference/api/x-components.searchbutton.md +10 -4
  1061. package/docs/API-reference/api/x-components.searchconfig.md +1 -1
  1062. package/docs/API-reference/api/x-components.searchgetters.md +2 -1
  1063. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  1064. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  1065. package/docs/API-reference/api/x-components.searchinput.md +10 -9
  1066. package/docs/API-reference/api/x-components.searchinput.mounted.md +1 -1
  1067. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -2
  1068. package/docs/API-reference/api/x-components.searchmutations.md +6 -1
  1069. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -2
  1070. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -2
  1071. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -2
  1072. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
  1073. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -2
  1074. package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +2 -2
  1075. package/docs/API-reference/api/x-components.searchmutations.setparams.md +24 -0
  1076. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -2
  1077. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -2
  1078. package/docs/API-reference/api/x-components.searchmutations.setquery.md +2 -2
  1079. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  1080. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
  1081. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -2
  1082. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -2
  1083. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -2
  1084. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -2
  1085. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -2
  1086. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -2
  1087. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  1088. package/docs/API-reference/api/x-components.searchstate.md +20 -15
  1089. package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
  1090. package/docs/API-reference/api/x-components.searchstate.params.md +13 -0
  1091. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  1092. package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
  1093. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +13 -0
  1094. package/docs/API-reference/api/x-components.searchxevents.md +16 -8
  1095. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
  1096. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
  1097. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  1098. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  1099. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  1100. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
  1101. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
  1102. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
  1103. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  1104. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  1105. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  1106. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  1107. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
  1108. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
  1109. package/docs/API-reference/api/x-components.searchxstoremodule.md +2 -0
  1110. package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +5 -0
  1111. package/docs/API-reference/api/x-components.selectedfilterslist.md +8 -5
  1112. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  1113. package/docs/API-reference/api/x-components.setextraparams.md +13 -0
  1114. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  1115. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  1116. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
  1117. package/docs/API-reference/api/x-components.setparams.md +13 -0
  1118. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  1119. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +13 -0
  1120. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +13 -0
  1121. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  1122. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
  1123. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  1124. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +13 -0
  1125. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  1126. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  1127. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  1128. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  1129. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  1130. package/docs/API-reference/api/x-components.setsearchextraparams.md +13 -0
  1131. package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
  1132. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  1133. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  1134. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  1135. package/docs/API-reference/api/x-components.setsort.md +1 -1
  1136. package/docs/API-reference/api/x-components.setstatus.md +25 -0
  1137. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  1138. package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
  1139. package/docs/API-reference/api/x-components.seturlpage.md +13 -0
  1140. package/docs/API-reference/api/x-components.seturlparams.md +13 -0
  1141. package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
  1142. package/docs/API-reference/api/x-components.seturlquery.md +13 -0
  1143. package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
  1144. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  1145. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  1146. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  1147. package/docs/API-reference/api/x-components.simplefilter.md +3 -1
  1148. package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
  1149. package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
  1150. package/docs/API-reference/api/x-components.slicedfilters.md +3 -2
  1151. package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
  1152. package/docs/API-reference/api/x-components.slidingpanel.md +6 -14
  1153. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  1154. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  1155. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  1156. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  1157. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  1158. package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
  1159. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  1160. package/docs/API-reference/api/x-components.snippetconfig.md +11 -7
  1161. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  1162. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  1163. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +22 -0
  1164. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  1165. package/docs/API-reference/api/x-components.sortdropdown.md +2 -1
  1166. package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
  1167. package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
  1168. package/docs/API-reference/api/x-components.sortlist.md +2 -1
  1169. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  1170. package/docs/API-reference/api/x-components.sortmixin.md +3 -3
  1171. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  1172. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -2
  1173. package/docs/API-reference/api/x-components.spellcheck.md +3 -2
  1174. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  1175. package/docs/API-reference/api/x-components.spellcheckbutton.md +8 -2
  1176. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +2 -0
  1177. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +1 -1
  1178. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +1 -1
  1179. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +1 -0
  1180. package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +1 -1
  1181. package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +2 -2
  1182. package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +1 -1
  1183. package/docs/API-reference/api/x-components.state.md +3 -3
  1184. package/docs/API-reference/api/x-components.stateselector.filter.md +3 -3
  1185. package/docs/API-reference/api/x-components.stateselector.md +3 -2
  1186. package/docs/API-reference/api/x-components.statusmutations.md +20 -0
  1187. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
  1188. package/docs/API-reference/api/x-components.statusstate.md +20 -0
  1189. package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
  1190. package/docs/API-reference/api/x-components.storeemitters.md +2 -0
  1191. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +2 -0
  1192. package/docs/API-reference/api/x-components.subobject.md +29 -0
  1193. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  1194. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  1195. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  1196. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  1197. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  1198. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  1199. package/docs/API-reference/api/x-components.tagging.md +32 -0
  1200. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  1201. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  1202. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  1203. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  1204. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  1205. package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
  1206. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  1207. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  1208. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  1209. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  1210. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  1211. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  1212. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  1213. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  1214. package/docs/API-reference/api/x-components.taggingstate.md +9 -0
  1215. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  1216. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  1217. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  1218. package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
  1219. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  1220. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  1221. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  1222. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  1223. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  1224. package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
  1225. package/docs/API-reference/api/x-components.taggingxstoremodule.md +2 -0
  1226. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  1227. package/docs/API-reference/api/x-components.takenavigationcontrol.md +1 -0
  1228. package/docs/API-reference/api/x-components.throttle.md +5 -5
  1229. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  1230. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  1231. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  1232. package/docs/API-reference/api/x-components.timeselector.md +15 -0
  1233. package/docs/API-reference/api/x-components.togglehistoryqueries.md +13 -0
  1234. package/docs/API-reference/api/x-components.tokebabcase.md +2 -2
  1235. package/docs/API-reference/api/x-components.track.md +13 -0
  1236. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  1237. package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
  1238. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  1239. package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
  1240. package/docs/API-reference/api/x-components.urlactions.md +13 -0
  1241. package/docs/API-reference/api/x-components.urlgetters.md +20 -0
  1242. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
  1243. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  1244. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  1245. package/docs/API-reference/api/x-components.urlhandler.md +29 -0
  1246. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  1247. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  1248. package/docs/API-reference/api/x-components.urlmutations.md +28 -0
  1249. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
  1250. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
  1251. package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
  1252. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  1253. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  1254. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
  1255. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  1256. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  1257. package/docs/API-reference/api/x-components.urlparamkey.md +15 -0
  1258. package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
  1259. package/docs/API-reference/api/x-components.urlparams.md +25 -0
  1260. package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
  1261. package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
  1262. package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
  1263. package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
  1264. package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
  1265. package/docs/API-reference/api/x-components.urlparamvalue.md +13 -0
  1266. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  1267. package/docs/API-reference/api/x-components.urlstate.md +21 -0
  1268. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
  1269. package/docs/API-reference/api/x-components.urlxevents.md +23 -0
  1270. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  1271. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
  1272. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
  1273. package/docs/API-reference/api/x-components.urlxmodule.md +13 -0
  1274. package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
  1275. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  1276. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  1277. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  1278. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  1279. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  1280. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  1281. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  1282. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  1283. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  1284. package/docs/API-reference/api/x-components.wire.md +2 -0
  1285. package/docs/API-reference/api/x-components.wirecommit.md +4 -4
  1286. package/docs/API-reference/api/x-components.wirecommit_1.md +3 -3
  1287. package/docs/API-reference/api/x-components.wirecommit_2.md +2 -2
  1288. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +2 -2
  1289. package/docs/API-reference/api/x-components.wiredispatch.md +4 -4
  1290. package/docs/API-reference/api/x-components.wiredispatch_1.md +3 -3
  1291. package/docs/API-reference/api/x-components.wiredispatch_2.md +2 -2
  1292. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +2 -2
  1293. package/docs/API-reference/api/x-components.wireforevent.md +2 -0
  1294. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  1295. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  1296. package/docs/API-reference/api/x-components.wiremetadata.md +6 -4
  1297. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  1298. package/docs/API-reference/api/x-components.wireparams.md +2 -1
  1299. package/docs/API-reference/api/x-components.wirepayload.md +2 -2
  1300. package/docs/API-reference/api/x-components.wireservice.md +13 -0
  1301. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +13 -0
  1302. package/docs/API-reference/api/x-components.wiring.md +3 -1
  1303. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -2
  1304. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +3 -3
  1305. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -2
  1306. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +3 -3
  1307. package/docs/API-reference/api/x-components.xactioncontext.md +2 -1
  1308. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  1309. package/docs/API-reference/api/x-components.xapi.init.md +2 -2
  1310. package/docs/API-reference/api/x-components.xapi.md +2 -0
  1311. package/docs/API-reference/api/x-components.xapi.search.md +3 -3
  1312. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  1313. package/docs/API-reference/api/x-components.xbus.emit.md +2 -2
  1314. package/docs/API-reference/api/x-components.xbus.emit_1.md +4 -4
  1315. package/docs/API-reference/api/x-components.xbus.on.md +3 -3
  1316. package/docs/API-reference/api/x-components.xbus.on_1.md +3 -3
  1317. package/docs/API-reference/api/x-components.xbus.on_2.md +3 -3
  1318. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +21 -15
  1319. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  1320. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  1321. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  1322. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  1323. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  1324. package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
  1325. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +5 -6
  1326. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
  1327. package/docs/API-reference/api/x-components.xcomponentapi.md +2 -0
  1328. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +2 -2
  1329. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +5 -5
  1330. package/docs/API-reference/api/x-components.xcomponentbusapi.md +1 -1
  1331. package/docs/API-reference/api/x-components.xcomponentmixin.md +2 -2
  1332. package/docs/API-reference/api/x-components.xemit.md +3 -3
  1333. package/docs/API-reference/api/x-components.xevent.md +2 -0
  1334. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  1335. package/docs/API-reference/api/x-components.xeventpayload.md +2 -0
  1336. package/docs/API-reference/api/x-components.xeventsof.md +2 -0
  1337. package/docs/API-reference/api/x-components.xeventstypes.md +26 -28
  1338. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
  1339. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  1340. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
  1341. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
  1342. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
  1343. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
  1344. package/docs/API-reference/api/x-components.xinject.md +3 -3
  1345. package/docs/API-reference/api/x-components.xinjectkey.md +1 -0
  1346. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +5 -1
  1347. package/docs/API-reference/api/x-components.xinstaller.init.md +5 -15
  1348. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1349. package/docs/API-reference/api/x-components.xinstaller.md +5 -9
  1350. package/docs/API-reference/api/x-components.xmodule.md +4 -4
  1351. package/docs/API-reference/api/x-components.xmodulename.md +2 -0
  1352. package/docs/API-reference/api/x-components.xmoduleoptions.md +2 -2
  1353. package/docs/API-reference/api/x-components.xmodulesoptions.md +2 -0
  1354. package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
  1355. package/docs/API-reference/api/x-components.xmodulestree.md +16 -15
  1356. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  1357. package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
  1358. package/docs/API-reference/api/x-components.xon.md +3 -3
  1359. package/docs/API-reference/api/x-components.xplugin._constructor_.md +1 -1
  1360. package/docs/API-reference/api/x-components.xplugin.md +0 -2
  1361. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +2 -2
  1362. package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
  1363. package/docs/API-reference/api/x-components.xpluginoptions.md +5 -5
  1364. package/docs/API-reference/api/x-components.xprovide.md +2 -2
  1365. package/docs/API-reference/api/x-components.xstoremodule.md +4 -5
  1366. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +2 -0
  1367. package/docs/API-reference/api/x-types.banner.md +6 -6
  1368. package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
  1369. package/docs/API-reference/api/x-types.booleanfilter.md +10 -6
  1370. package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
  1371. package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
  1372. package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -1
  1373. package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
  1374. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +4 -3
  1375. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +5 -4
  1376. package/docs/API-reference/api/x-types.extraparamsrequest.md +13 -0
  1377. package/docs/API-reference/api/x-types.facet.md +3 -2
  1378. package/docs/API-reference/api/x-types.facetfilter.facetid.md +13 -0
  1379. package/docs/API-reference/api/x-types.facetfilter.md +26 -0
  1380. package/docs/API-reference/api/x-types.facetfilter.modelname.md +13 -0
  1381. package/docs/API-reference/api/x-types.facetfilterschema.md +13 -0
  1382. package/docs/API-reference/api/x-types.filter.md +8 -4
  1383. package/docs/API-reference/api/x-types.filter.selected.md +13 -0
  1384. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1385. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1386. package/docs/API-reference/api/x-types.filtermodelname.md +4 -2
  1387. package/docs/API-reference/api/x-types.hierarchicalfacet.md +3 -2
  1388. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
  1389. package/docs/API-reference/api/x-types.hierarchicalfilter.md +4 -3
  1390. package/docs/API-reference/api/x-types.historyquery.md +3 -2
  1391. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1392. package/docs/API-reference/api/x-types.identifiable.md +2 -2
  1393. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1394. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1395. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1396. package/docs/API-reference/api/x-types.isbooleanfilter.md +4 -2
  1397. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +4 -2
  1398. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +4 -2
  1399. package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
  1400. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +4 -2
  1401. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +4 -2
  1402. package/docs/API-reference/api/x-types.isnumberrangefacet.md +4 -2
  1403. package/docs/API-reference/api/x-types.isnumberrangefilter.md +4 -2
  1404. package/docs/API-reference/api/x-types.israwfilter.md +26 -0
  1405. package/docs/API-reference/api/x-types.issimplefacet.md +4 -2
  1406. package/docs/API-reference/api/x-types.issimplefilter.md +4 -2
  1407. package/docs/API-reference/api/x-types.md +39 -9
  1408. package/docs/API-reference/api/x-types.modelnametype.md +3 -1
  1409. package/docs/API-reference/api/x-types.namedmodel.md +1 -1
  1410. package/docs/API-reference/api/x-types.nextqueries.md +3 -2
  1411. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1412. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1413. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1414. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1415. package/docs/API-reference/api/x-types.nextquery.md +9 -1
  1416. package/docs/API-reference/api/x-types.numberrangefacet.md +3 -2
  1417. package/docs/API-reference/api/x-types.numberrangefilter.md +3 -2
  1418. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1419. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1420. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1421. package/docs/API-reference/api/x-types.partialresult.md +3 -2
  1422. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1423. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1424. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1425. package/docs/API-reference/api/x-types.previewable.md +4 -4
  1426. package/docs/API-reference/api/x-types.promoted.md +5 -5
  1427. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1428. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1429. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1430. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1431. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1432. package/docs/API-reference/api/x-types.rangevalue.md +2 -2
  1433. package/docs/API-reference/api/x-types.rawfilter.id.md +13 -0
  1434. package/docs/API-reference/api/x-types.rawfilter.md +23 -0
  1435. package/docs/API-reference/api/x-types.rawfilter.modelname.md +13 -0
  1436. package/docs/API-reference/api/x-types.rawfilter.selected.md +13 -0
  1437. package/docs/API-reference/api/x-types.rawfilterschema.md +13 -0
  1438. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1439. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1440. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  1441. package/docs/API-reference/api/x-types.redirection.md +3 -4
  1442. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  1443. package/docs/API-reference/api/x-types.relatedtag.md +4 -4
  1444. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  1445. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  1446. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  1447. package/docs/API-reference/api/x-types.result.md +10 -10
  1448. package/docs/API-reference/api/x-types.result.type.md +1 -1
  1449. package/docs/API-reference/api/x-types.resultidentifier.md +1 -1
  1450. package/docs/API-reference/api/x-types.resultprice.md +3 -3
  1451. package/docs/API-reference/api/x-types.resultrating.md +1 -1
  1452. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  1453. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  1454. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  1455. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  1456. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  1457. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  1458. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  1459. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  1460. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  1461. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  1462. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  1463. package/docs/API-reference/api/x-types.simplefacet.md +3 -2
  1464. package/docs/API-reference/api/x-types.simplefilter.md +2 -1
  1465. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  1466. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  1467. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  1468. package/docs/API-reference/api/x-types.suggestion.key.md +2 -2
  1469. package/docs/API-reference/api/x-types.suggestion.md +5 -3
  1470. package/docs/API-reference/api/x-types.taggable.md +20 -0
  1471. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  1472. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  1473. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  1474. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  1475. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  1476. package/docs/API-reference/api/x-types.tagging.md +6 -3
  1477. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  1478. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  1479. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  1480. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  1481. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  1482. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  1483. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  1484. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  1485. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  1486. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  1487. package/docs/API-reference/api/x-types.userinfo.md +3 -3
  1488. package/docs/API-reference/components/common/animations/x-components.animate-width.md +6 -7
  1489. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -11
  1490. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +12 -12
  1491. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +29 -0
  1492. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -10
  1493. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +11 -12
  1494. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +34 -0
  1495. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +16 -17
  1496. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +14 -15
  1497. package/docs/API-reference/components/common/currency/x-components.base-currency.md +290 -107
  1498. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +16 -18
  1499. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +15 -16
  1500. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  1501. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  1502. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  1503. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  1504. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  1505. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  1506. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  1507. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  1508. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  1509. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  1510. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  1511. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  1512. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  1513. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  1514. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  1515. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  1516. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  1517. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  1518. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  1519. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  1520. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  1521. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  1522. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  1523. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  1524. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  1525. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  1526. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  1527. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  1528. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  1529. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  1530. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  1531. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  1532. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  1533. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  1534. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  1535. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  1536. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  1537. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  1538. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  1539. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  1540. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  1541. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  1542. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  1543. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  1544. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  1545. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  1546. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  1547. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  1548. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  1549. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  1550. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  1551. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  1552. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +72 -0
  1553. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +161 -0
  1554. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +29 -0
  1555. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +14 -15
  1556. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +14 -15
  1557. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +24 -24
  1558. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +9 -10
  1559. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +9 -10
  1560. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
  1561. package/docs/API-reference/components/common/modals/x-components.base-modal.md +16 -13
  1562. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +13 -14
  1563. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
  1564. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
  1565. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
  1566. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
  1567. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +17 -24
  1568. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  1569. package/docs/API-reference/components/common/result/x-components.base-result-image.md +17 -17
  1570. package/docs/API-reference/components/common/result/x-components.base-result-link.md +13 -28
  1571. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  1572. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +47 -26
  1573. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
  1574. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +63 -45
  1575. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +22 -21
  1576. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +52 -15
  1577. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +62 -0
  1578. package/docs/API-reference/components/common/x-components.base-dropdown.md +80 -0
  1579. package/docs/API-reference/components/common/x-components.base-event-button.md +50 -0
  1580. package/docs/API-reference/components/common/x-components.base-grid.md +100 -0
  1581. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +87 -0
  1582. package/docs/API-reference/components/common/x-components.base-rating.md +48 -0
  1583. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +85 -0
  1584. package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
  1585. package/docs/API-reference/components/common/x-components.items-list.md +23 -0
  1586. package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
  1587. package/docs/API-reference/components/common/x-components.sliding-panel.md +240 -0
  1588. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +36 -0
  1589. package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
  1590. package/docs/API-reference/components/empathize/x-components.empathize.md +20 -18
  1591. package/docs/API-reference/components/extra-params/x-components.extra-params.md +50 -0
  1592. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +56 -0
  1593. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +51 -0
  1594. package/docs/API-reference/components/facets/x-components.clear-filters.md +17 -18
  1595. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +81 -0
  1596. package/docs/API-reference/components/facets/x-components.facets/facets.md +249 -0
  1597. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +19 -20
  1598. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +20 -25
  1599. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +153 -35
  1600. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +124 -25
  1601. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
  1602. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +63 -24
  1603. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +15 -27
  1604. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +69 -0
  1605. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +20 -19
  1606. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +25 -25
  1607. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +86 -0
  1608. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +36 -33
  1609. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -19
  1610. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +39 -15
  1611. package/docs/API-reference/components/history-queries/x-components.history-queries.md +170 -49
  1612. package/docs/API-reference/components/history-queries/x-components.history-query.md +84 -36
  1613. package/docs/API-reference/components/history-queries/x-components.my-history.md +200 -0
  1614. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +13 -15
  1615. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
  1616. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +12 -13
  1617. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +161 -0
  1618. package/docs/API-reference/components/next-queries/x-components.next-queries.md +143 -57
  1619. package/docs/API-reference/components/next-queries/x-components.next-query.md +87 -31
  1620. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +67 -25
  1621. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +117 -54
  1622. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +14 -15
  1623. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +27 -26
  1624. package/docs/API-reference/components/recommendations/x-components.recommendations.md +66 -30
  1625. package/docs/API-reference/components/related-tags/x-components.related-tag.md +33 -37
  1626. package/docs/API-reference/components/related-tags/x-components.related-tags.md +44 -42
  1627. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +83 -0
  1628. package/docs/API-reference/components/scroll/x-components.main-scroll.md +174 -0
  1629. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +65 -0
  1630. package/docs/API-reference/components/scroll/x-components.scroll.md +160 -0
  1631. package/docs/API-reference/components/scroll/x-components.window-scroll.md +155 -0
  1632. package/docs/API-reference/components/search/x-components.banner.md +8 -9
  1633. package/docs/API-reference/components/search/x-components.banners-list.md +25 -29
  1634. package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
  1635. package/docs/API-reference/components/search/x-components.partial-results-list.md +12 -13
  1636. package/docs/API-reference/components/search/x-components.promoted.md +7 -8
  1637. package/docs/API-reference/components/search/x-components.promoteds-list.md +29 -30
  1638. package/docs/API-reference/components/search/x-components.redirection.md +98 -0
  1639. package/docs/API-reference/components/search/x-components.results-list.md +25 -27
  1640. package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -18
  1641. package/docs/API-reference/components/search/x-components.sort-list.md +12 -14
  1642. package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
  1643. package/docs/API-reference/components/search/x-components.spellcheck.md +13 -14
  1644. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +31 -32
  1645. package/docs/API-reference/components/search-box/x-components.search-button.md +44 -27
  1646. package/docs/API-reference/components/search-box/x-components.search-input.md +25 -26
  1647. package/docs/API-reference/components/tagging/x-components.tagging.md +112 -0
  1648. package/docs/API-reference/components/url/x-components.url-handler.md +82 -0
  1649. package/docs/build-search-ui/README.md +127 -0
  1650. package/docs/build-search-ui/web-archetype-development-guide.md +188 -0
  1651. package/docs/build-search-ui/web-archetype-integration-guide.md +300 -0
  1652. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +164 -0
  1653. package/docs/build-search-ui/web-x-architecture.md +85 -0
  1654. package/docs/build-search-ui/web-x-components-development-guide.md +203 -0
  1655. package/empathize/index.js +3 -3
  1656. package/extra-params/index.d.ts +1 -0
  1657. package/extra-params/index.js +7 -0
  1658. package/facets/index.js +30 -24
  1659. package/history-queries/index.js +8 -7
  1660. package/identifier-results/index.js +6 -5
  1661. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  1662. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  1663. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +7 -0
  1664. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  1665. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  1666. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  1667. package/js/components/animations/animate-scale/animate-scale.style.scss.js +7 -0
  1668. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  1669. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  1670. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  1671. package/js/components/animations/animate-translate/animate-translate.style.scss.js +7 -0
  1672. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  1673. package/js/components/animations/animate-width.vue.js +13 -13
  1674. package/js/components/animations/animate-width.vue.js.map +1 -1
  1675. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +18 -0
  1676. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1677. package/js/components/animations/animations.mixin.js +6 -6
  1678. package/js/components/animations/animations.mixin.js.map +1 -1
  1679. package/js/components/animations/collapse-height.vue.js +15 -15
  1680. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1681. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +22 -0
  1682. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1683. package/js/components/animations/collapse-width.vue.js +15 -15
  1684. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1685. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +22 -0
  1686. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1687. package/js/components/animations/create-directional-animation-factory.js +26 -0
  1688. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  1689. package/js/components/animations/cross-fade.vue.js +58 -0
  1690. package/js/components/animations/cross-fade.vue.js.map +1 -0
  1691. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +19 -0
  1692. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1693. package/js/components/animations/fade-and-slide.vue.js +14 -14
  1694. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1695. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
  1696. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1697. package/js/components/animations/staggered-fade-and-slide.vue.js +14 -14
  1698. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1699. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
  1700. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1701. package/js/components/animations/staggering-transition-group.vue.js +42 -0
  1702. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  1703. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +319 -0
  1704. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1705. package/js/components/auto-progress-bar.vue.js +65 -0
  1706. package/js/components/auto-progress-bar.vue.js.map +1 -0
  1707. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +34 -0
  1708. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1709. package/js/components/base-dropdown.vue.js +70 -48
  1710. package/js/components/base-dropdown.vue.js.map +1 -1
  1711. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +327 -0
  1712. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1713. package/js/components/base-event-button.vue.js +10 -10
  1714. package/js/components/base-event-button.vue.js.map +1 -1
  1715. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  1716. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1717. package/js/components/base-grid.vue.js +22 -21
  1718. package/js/components/base-grid.vue.js.map +1 -1
  1719. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +95 -0
  1720. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1721. package/js/components/base-keyboard-navigation.vue.js +16 -16
  1722. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1723. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  1724. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1725. package/js/components/base-rating.vue.js +31 -27
  1726. package/js/components/base-rating.vue.js.map +1 -1
  1727. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  1728. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1729. package/js/components/base-variable-column-grid.vue.js +15 -15
  1730. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1731. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
  1732. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1733. package/js/components/column-picker/base-column-picker-dropdown.vue.js +20 -20
  1734. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1735. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  1736. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1737. package/js/components/column-picker/base-column-picker-list.vue.js +21 -21
  1738. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1739. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +48 -0
  1740. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1741. package/js/components/column-picker/column-picker.mixin.js +46 -53
  1742. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  1743. package/js/components/currency/base-currency.vue.js +13 -13
  1744. package/js/components/currency/base-currency.vue.js.map +1 -1
  1745. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  1746. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1747. package/js/components/decorators/bus.decorators.js +30 -41
  1748. package/js/components/decorators/bus.decorators.js.map +1 -1
  1749. package/js/components/decorators/debounce.decorators.js +16 -12
  1750. package/js/components/decorators/debounce.decorators.js.map +1 -1
  1751. package/js/components/decorators/injection.consts.js +3 -3
  1752. package/js/components/decorators/injection.consts.js.map +1 -1
  1753. package/js/components/decorators/injection.decorators.js +22 -26
  1754. package/js/components/decorators/injection.decorators.js.map +1 -1
  1755. package/js/components/decorators/store.decorators.js +11 -13
  1756. package/js/components/decorators/store.decorators.js.map +1 -1
  1757. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  1758. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1759. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  1760. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1761. package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
  1762. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1763. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  1764. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1765. package/js/components/global-x-bus.vue.js +39 -0
  1766. package/js/components/global-x-bus.vue.js.map +1 -0
  1767. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  1768. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1769. package/js/components/icons/arrow-down.vue.js +63 -0
  1770. package/js/components/icons/arrow-down.vue.js.map +1 -0
  1771. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1772. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1773. package/js/components/icons/arrow-left.vue.js +63 -0
  1774. package/js/components/icons/arrow-left.vue.js.map +1 -0
  1775. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1776. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1777. package/js/components/icons/arrow-right.vue.js +63 -0
  1778. package/js/components/icons/arrow-right.vue.js.map +1 -0
  1779. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1780. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1781. package/js/components/icons/arrow-up.vue.js +63 -0
  1782. package/js/components/icons/arrow-up.vue.js.map +1 -0
  1783. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1784. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1785. package/js/components/icons/bag.vue.js +18 -20
  1786. package/js/components/icons/bag.vue.js.map +1 -1
  1787. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1788. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1789. package/js/components/icons/bar-code.vue.js +16 -17
  1790. package/js/components/icons/bar-code.vue.js.map +1 -1
  1791. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  1792. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1793. package/js/components/icons/barcode-tiny.vue.js +16 -17
  1794. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1795. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1796. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1797. package/js/components/icons/cart.vue.js +20 -21
  1798. package/js/components/icons/cart.vue.js.map +1 -1
  1799. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  1800. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1801. package/js/components/icons/check-tiny.vue.js +14 -14
  1802. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1803. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1804. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1805. package/js/components/icons/check.vue.js +14 -14
  1806. package/js/components/icons/check.vue.js.map +1 -1
  1807. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1808. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1809. package/js/components/icons/checkbox-card-selected.vue.js +15 -15
  1810. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  1811. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1812. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1813. package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
  1814. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  1815. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1816. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1817. package/js/components/icons/checkbox-selected.vue.js +15 -15
  1818. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1819. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1820. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1821. package/js/components/icons/checkbox-unselected.vue.js +16 -14
  1822. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1823. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1824. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1825. package/js/components/icons/chevron-down.vue.js +16 -16
  1826. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1827. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1828. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1829. package/js/components/icons/chevron-left.vue.js +16 -16
  1830. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1831. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1832. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1833. package/js/components/icons/chevron-right.vue.js +14 -14
  1834. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1835. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1836. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1837. package/js/components/icons/chevron-tiny-down.vue.js +16 -16
  1838. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1839. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1840. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1841. package/js/components/icons/chevron-tiny-left.vue.js +16 -16
  1842. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1843. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1844. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1845. package/js/components/icons/chevron-tiny-right.vue.js +16 -16
  1846. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1847. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1848. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1849. package/js/components/icons/chevron-tiny-up.vue.js +16 -16
  1850. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1851. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1852. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1853. package/js/components/icons/chevron-up.vue.js +16 -16
  1854. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1855. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1856. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1857. package/js/components/icons/cross-tiny.vue.js +14 -14
  1858. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1859. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1860. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1861. package/js/components/icons/cross.vue.js +14 -14
  1862. package/js/components/icons/cross.vue.js.map +1 -1
  1863. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  1864. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1865. package/js/components/icons/curated-check.vue.js +62 -0
  1866. package/js/components/icons/curated-check.vue.js.map +1 -0
  1867. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1868. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1869. package/js/components/icons/filters.vue.js +20 -23
  1870. package/js/components/icons/filters.vue.js.map +1 -1
  1871. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  1872. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1873. package/js/components/icons/grid-1-col.vue.js +16 -17
  1874. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1875. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1876. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1877. package/js/components/icons/grid-2-col.vue.js +18 -18
  1878. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1879. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1880. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1881. package/js/components/icons/grid-2-rows.vue.js +67 -0
  1882. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  1883. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  1884. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1885. package/js/components/icons/hide.vue.js +20 -23
  1886. package/js/components/icons/hide.vue.js.map +1 -1
  1887. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  1888. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1889. package/js/components/icons/history-tiny.vue.js +19 -20
  1890. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1891. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1892. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1893. package/js/components/icons/history.vue.js +19 -20
  1894. package/js/components/icons/history.vue.js.map +1 -1
  1895. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  1896. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1897. package/js/components/icons/light-bulb-off.vue.js +86 -0
  1898. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  1899. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  1900. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1901. package/js/components/icons/light-bulb-on.vue.js +153 -0
  1902. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  1903. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  1904. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1905. package/js/components/icons/menu.vue.js +16 -16
  1906. package/js/components/icons/menu.vue.js.map +1 -1
  1907. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  1908. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1909. package/js/components/icons/minus-tiny.vue.js +14 -14
  1910. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1911. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1912. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1913. package/js/components/icons/minus.vue.js +14 -14
  1914. package/js/components/icons/minus.vue.js.map +1 -1
  1915. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1916. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1917. package/js/components/icons/nq-1.vue.js +14 -14
  1918. package/js/components/icons/nq-1.vue.js.map +1 -1
  1919. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
  1920. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1921. package/js/components/icons/nq-2.vue.js +14 -14
  1922. package/js/components/icons/nq-2.vue.js.map +1 -1
  1923. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
  1924. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1925. package/js/components/icons/nq-3.vue.js +16 -16
  1926. package/js/components/icons/nq-3.vue.js.map +1 -1
  1927. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
  1928. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1929. package/js/components/icons/nq-4.vue.js +19 -20
  1930. package/js/components/icons/nq-4.vue.js.map +1 -1
  1931. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
  1932. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1933. package/js/components/icons/plus.vue.js +14 -14
  1934. package/js/components/icons/plus.vue.js.map +1 -1
  1935. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1936. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1937. package/js/components/icons/search-tiny.vue.js +16 -17
  1938. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1939. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1940. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1941. package/js/components/icons/search.vue.js +16 -16
  1942. package/js/components/icons/search.vue.js.map +1 -1
  1943. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  1944. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1945. package/js/components/icons/show.vue.js +17 -18
  1946. package/js/components/icons/show.vue.js.map +1 -1
  1947. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  1948. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1949. package/js/components/icons/star.vue.js +16 -17
  1950. package/js/components/icons/star.vue.js.map +1 -1
  1951. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  1952. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1953. package/js/components/icons/tag.vue.js +60 -0
  1954. package/js/components/icons/tag.vue.js.map +1 -0
  1955. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1956. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1957. package/js/components/icons/trash-open.vue.js +22 -23
  1958. package/js/components/icons/trash-open.vue.js.map +1 -1
  1959. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  1960. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1961. package/js/components/icons/trash.vue.js +18 -19
  1962. package/js/components/icons/trash.vue.js.map +1 -1
  1963. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  1964. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1965. package/js/components/icons/trending-tiny.vue.js +18 -18
  1966. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1967. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1968. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1969. package/js/components/icons/trending.vue.js +18 -18
  1970. package/js/components/icons/trending.vue.js.map +1 -1
  1971. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  1972. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1973. package/js/components/icons/user.vue.js +16 -17
  1974. package/js/components/icons/user.vue.js.map +1 -1
  1975. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  1976. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1977. package/js/components/items-list-injection.mixin.js +37 -0
  1978. package/js/components/items-list-injection.mixin.js.map +1 -0
  1979. package/js/components/items-list.vue.js +78 -0
  1980. package/js/components/items-list.vue.js.map +1 -0
  1981. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  1982. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1983. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +236 -0
  1984. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  1985. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
  1986. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1987. package/js/components/layouts/layouts.mixin.js +35 -0
  1988. package/js/components/layouts/layouts.mixin.js.map +1 -0
  1989. package/js/components/layouts/multi-column-max-width-layout.vue.js +301 -0
  1990. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -0
  1991. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
  1992. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1993. package/js/components/layouts/single-column-layout.vue.js +240 -0
  1994. package/js/components/layouts/single-column-layout.vue.js.map +1 -0
  1995. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
  1996. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1997. package/js/components/location-provider.vue.js +39 -0
  1998. package/js/components/location-provider.vue.js.map +1 -0
  1999. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  2000. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2001. package/js/components/modals/base-events-modal-close.vue.js +11 -11
  2002. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  2003. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  2004. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2005. package/js/components/modals/base-events-modal-open.vue.js +11 -11
  2006. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  2007. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  2008. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2009. package/js/components/modals/base-events-modal.vue.js +12 -12
  2010. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  2011. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  2012. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2013. package/js/components/modals/base-id-modal-close.vue.js +11 -11
  2014. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  2015. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  2016. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2017. package/js/components/modals/base-id-modal-open.vue.js +11 -11
  2018. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  2019. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  2020. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2021. package/js/components/modals/base-id-modal.vue.js +12 -12
  2022. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  2023. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  2024. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2025. package/js/components/modals/base-modal.vue.js +53 -35
  2026. package/js/components/modals/base-modal.vue.js.map +1 -1
  2027. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +124 -0
  2028. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2029. package/js/components/no-element.js +3 -4
  2030. package/js/components/no-element.js.map +1 -1
  2031. package/js/components/panels/base-header-toggle-panel.vue.js +17 -17
  2032. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  2033. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
  2034. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2035. package/js/components/panels/base-id-toggle-panel-button.vue.js +11 -11
  2036. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  2037. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  2038. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2039. package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
  2040. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  2041. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  2042. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2043. package/js/components/panels/base-toggle-panel.vue.js +12 -12
  2044. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  2045. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  2046. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2047. package/js/components/result/base-result-add-to-cart.vue.js +17 -14
  2048. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  2049. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  2050. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2051. package/js/components/result/base-result-current-price.vue.js +15 -19
  2052. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  2053. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  2054. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2055. package/js/components/result/base-result-fallback-image.vue.js +16 -17
  2056. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  2057. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2058. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2059. package/js/components/result/base-result-image.vue.js +53 -42
  2060. package/js/components/result/base-result-image.vue.js.map +1 -1
  2061. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +132 -0
  2062. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2063. package/js/components/result/base-result-link.vue.js +18 -18
  2064. package/js/components/result/base-result-link.vue.js.map +1 -1
  2065. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  2066. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2067. package/js/components/result/base-result-placeholder-image.vue.js +16 -17
  2068. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  2069. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  2070. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2071. package/js/components/result/base-result-previous-price.vue.js +15 -16
  2072. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  2073. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  2074. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2075. package/js/components/result/base-result-rating.vue.js +102 -0
  2076. package/js/components/result/base-result-rating.vue.js.map +1 -0
  2077. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  2078. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2079. package/js/components/scroll/base-scroll.vue.js +14 -14
  2080. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  2081. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  2082. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2083. package/js/components/scroll/scroll.mixin.js +192 -147
  2084. package/js/components/scroll/scroll.mixin.js.map +1 -1
  2085. package/js/components/sliding-panel.vue.js +27 -25
  2086. package/js/components/sliding-panel.vue.js.map +1 -1
  2087. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +158 -0
  2088. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2089. package/js/components/snippet-callbacks.vue.js +47 -0
  2090. package/js/components/snippet-callbacks.vue.js.map +1 -0
  2091. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  2092. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2093. package/js/components/suggestions/base-suggestion.vue.js +16 -16
  2094. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  2095. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +141 -0
  2096. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2097. package/js/components/suggestions/base-suggestions.vue.js +19 -19
  2098. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  2099. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +72 -0
  2100. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2101. package/js/components/x-component.mixin.js +1 -4
  2102. package/js/components/x-component.mixin.js.map +1 -1
  2103. package/js/components/x-component.utils.js +3 -20
  2104. package/js/components/x-component.utils.js.map +1 -1
  2105. package/js/directives/infinite-scroll/infinite-scroll.js +16 -20
  2106. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  2107. package/js/filters/compile-message.filter.js +1 -4
  2108. package/js/filters/compile-message.filter.js.map +1 -1
  2109. package/js/filters/filters.registry.js +1 -1
  2110. package/js/filters/filters.registry.js.map +1 -1
  2111. package/js/index.js +188 -135
  2112. package/js/index.js.map +1 -1
  2113. package/js/plugins/x-bus.js +16 -19
  2114. package/js/plugins/x-bus.js.map +1 -1
  2115. package/js/plugins/x-emitters.js +150 -0
  2116. package/js/plugins/x-emitters.js.map +1 -0
  2117. package/js/plugins/x-plugin.alias.js +54 -51
  2118. package/js/plugins/x-plugin.alias.js.map +1 -1
  2119. package/js/plugins/x-plugin.js +143 -198
  2120. package/js/plugins/x-plugin.js.map +1 -1
  2121. package/js/plugins/x-plugin.mixin.js +36 -14
  2122. package/js/plugins/x-plugin.mixin.js.map +1 -1
  2123. package/js/plugins/x-plugin.utils.js +1 -1
  2124. package/js/plugins/x-plugin.utils.js.map +1 -1
  2125. package/js/services/directional-focus-navigation.service.js +72 -78
  2126. package/js/services/directional-focus-navigation.service.js.map +1 -1
  2127. package/js/store/utils/fetch-and-save-action.utils.js +77 -0
  2128. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
  2129. package/js/store/utils/getters-proxy.utils.js +100 -0
  2130. package/js/store/utils/getters-proxy.utils.js.map +1 -0
  2131. package/js/store/utils/query.utils.js +37 -0
  2132. package/js/store/utils/query.utils.js.map +1 -0
  2133. package/js/store/utils/status-store.utils.js +13 -0
  2134. package/js/store/utils/status-store.utils.js.map +1 -0
  2135. package/js/store/utils/store-emitters.utils.js +14 -0
  2136. package/js/store/utils/store-emitters.utils.js.map +1 -0
  2137. package/js/store/x.module.js +11 -10
  2138. package/js/store/x.module.js.map +1 -1
  2139. package/js/utils/array.js +47 -60
  2140. package/js/utils/array.js.map +1 -1
  2141. package/js/utils/cancellable-promise.js +6 -6
  2142. package/js/utils/cancellable-promise.js.map +1 -1
  2143. package/js/utils/currency-formatter.js +30 -46
  2144. package/js/utils/currency-formatter.js.map +1 -1
  2145. package/js/utils/debounce.js +9 -14
  2146. package/js/utils/debounce.js.map +1 -1
  2147. package/js/utils/filters.js +23 -45
  2148. package/js/utils/filters.js.map +1 -1
  2149. package/js/utils/get-url-parameters.js +3 -3
  2150. package/js/utils/get-url-parameters.js.map +1 -1
  2151. package/js/utils/normalize.js +4 -5
  2152. package/js/utils/normalize.js.map +1 -1
  2153. package/js/utils/number.js +1 -2
  2154. package/js/utils/number.js.map +1 -1
  2155. package/js/utils/origin.js +21 -0
  2156. package/js/utils/origin.js.map +1 -0
  2157. package/js/utils/sanitize.js +3 -3
  2158. package/js/utils/sanitize.js.map +1 -1
  2159. package/js/utils/storage.js +3 -3
  2160. package/js/utils/storage.js.map +1 -1
  2161. package/js/utils/string.js +16 -1
  2162. package/js/utils/string.js.map +1 -1
  2163. package/js/utils/throttle.js +6 -10
  2164. package/js/utils/throttle.js.map +1 -1
  2165. package/js/wiring/namespaced-wires.factory.js +11 -14
  2166. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  2167. package/js/wiring/namespaced-wires.operators.js +2 -8
  2168. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  2169. package/js/wiring/wires-operators.utils.js +54 -0
  2170. package/js/wiring/wires-operators.utils.js.map +1 -0
  2171. package/js/wiring/wires.factory.js +44 -20
  2172. package/js/wiring/wires.factory.js.map +1 -1
  2173. package/js/wiring/wires.operators.js +40 -35
  2174. package/js/wiring/wires.operators.js.map +1 -1
  2175. package/js/wiring/wiring.utils.js +1 -1
  2176. package/js/wiring/wiring.utils.js.map +1 -1
  2177. package/js/x-installer/api/base-api.js +45 -17
  2178. package/js/x-installer/api/base-api.js.map +1 -1
  2179. package/js/x-installer/x-installer/x-installer.js +110 -97
  2180. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  2181. package/js/x-modules/device/components/device-detector.vue.js +11 -11
  2182. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  2183. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  2184. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2185. package/js/x-modules/device/store/emitters.js +2 -3
  2186. package/js/x-modules/device/store/emitters.js.map +1 -1
  2187. package/js/x-modules/device/store/module.js +4 -4
  2188. package/js/x-modules/device/store/module.js.map +1 -1
  2189. package/js/x-modules/device/wiring.js +5 -5
  2190. package/js/x-modules/device/wiring.js.map +1 -1
  2191. package/js/x-modules/device/x-module.js +2 -2
  2192. package/js/x-modules/device/x-module.js.map +1 -1
  2193. package/js/x-modules/empathize/components/empathize.vue.js +14 -14
  2194. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  2195. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +105 -0
  2196. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2197. package/js/x-modules/empathize/store/emitters.js +2 -3
  2198. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  2199. package/js/x-modules/empathize/store/module.js +4 -4
  2200. package/js/x-modules/empathize/store/module.js.map +1 -1
  2201. package/js/x-modules/empathize/wiring.js +6 -6
  2202. package/js/x-modules/empathize/wiring.js.map +1 -1
  2203. package/js/x-modules/empathize/x-module.js +2 -2
  2204. package/js/x-modules/empathize/x-module.js.map +1 -1
  2205. package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
  2206. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
  2207. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +153 -0
  2208. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2209. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +56 -0
  2210. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
  2211. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +166 -0
  2212. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2213. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +47 -0
  2214. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
  2215. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  2216. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2217. package/js/x-modules/extra-params/store/emitters.js +14 -0
  2218. package/js/x-modules/extra-params/store/emitters.js.map +1 -0
  2219. package/js/x-modules/extra-params/store/module.js +20 -0
  2220. package/js/x-modules/extra-params/store/module.js.map +1 -0
  2221. package/js/x-modules/extra-params/wiring.js +36 -0
  2222. package/js/x-modules/extra-params/wiring.js.map +1 -0
  2223. package/js/x-modules/extra-params/x-module.js +19 -0
  2224. package/js/x-modules/extra-params/x-module.js.map +1 -0
  2225. package/js/x-modules/facets/components/clear-filters.vue.js +25 -17
  2226. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  2227. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +165 -0
  2228. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2229. package/js/x-modules/facets/components/facets/facets-provider.vue.js +42 -0
  2230. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -0
  2231. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +209 -0
  2232. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2233. package/js/x-modules/facets/components/facets/facets.vue.js +98 -0
  2234. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
  2235. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +108 -0
  2236. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2237. package/js/x-modules/facets/components/facets.mixin.js +181 -0
  2238. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  2239. package/js/x-modules/facets/components/filters/all-filter.vue.js +14 -14
  2240. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  2241. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +182 -0
  2242. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2243. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +45 -35
  2244. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  2245. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +191 -0
  2246. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2247. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +43 -42
  2248. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  2249. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +229 -0
  2250. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2251. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
  2252. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  2253. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +166 -0
  2254. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2255. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  2256. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  2257. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +202 -0
  2258. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2259. package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
  2260. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  2261. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +166 -0
  2262. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2263. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  2264. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  2265. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +158 -0
  2266. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2267. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +60 -33
  2268. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  2269. package/js/x-modules/facets/components/lists/filters-list.vue.js +73 -0
  2270. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -0
  2271. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +171 -0
  2272. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2273. package/js/x-modules/facets/components/lists/filters-search.vue.js +25 -21
  2274. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  2275. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +201 -0
  2276. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2277. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +29 -27
  2278. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  2279. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2280. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2281. package/js/x-modules/facets/components/lists/selected-filters.vue.js +63 -0
  2282. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
  2283. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +144 -0
  2284. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2285. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +33 -25
  2286. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  2287. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +199 -0
  2288. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2289. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +39 -0
  2290. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
  2291. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +160 -0
  2292. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2293. package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
  2294. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
  2295. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -0
  2296. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
  2297. package/js/x-modules/facets/entities/filter-entity.factory.js +130 -0
  2298. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
  2299. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +91 -0
  2300. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
  2301. package/js/x-modules/facets/entities/number-range-filter.entity.js +35 -0
  2302. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
  2303. package/js/x-modules/facets/entities/raw-filter.entity.js +36 -0
  2304. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
  2305. package/js/x-modules/facets/entities/simple-filter.entity.js +35 -0
  2306. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
  2307. package/js/x-modules/facets/entities/single-select.modifier.js +88 -0
  2308. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
  2309. package/js/x-modules/facets/entities/types.js +30 -0
  2310. package/js/x-modules/facets/entities/types.js.map +1 -0
  2311. package/js/x-modules/facets/service/facets.service.js +197 -0
  2312. package/js/x-modules/facets/service/facets.service.js.map +1 -0
  2313. package/js/x-modules/facets/store/emitters.js +4 -9
  2314. package/js/x-modules/facets/store/emitters.js.map +1 -1
  2315. package/js/x-modules/facets/store/getters/facets.getter.js +10 -5
  2316. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  2317. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +16 -26
  2318. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2319. package/js/x-modules/facets/store/getters/selected-filters.getter.js +4 -28
  2320. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2321. package/js/x-modules/facets/store/module.js +25 -47
  2322. package/js/x-modules/facets/store/module.js.map +1 -1
  2323. package/js/x-modules/facets/utils.js +6 -52
  2324. package/js/x-modules/facets/utils.js.map +1 -1
  2325. package/js/x-modules/facets/wiring.js +49 -102
  2326. package/js/x-modules/facets/wiring.js.map +1 -1
  2327. package/js/x-modules/facets/x-module.js +2 -2
  2328. package/js/x-modules/facets/x-module.js.map +1 -1
  2329. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +14 -14
  2330. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2331. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  2332. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2333. package/js/x-modules/history-queries/components/history-queries.vue.js +29 -28
  2334. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2335. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +41 -0
  2336. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2337. package/js/x-modules/history-queries/components/history-query.vue.js +23 -23
  2338. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2339. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +45 -0
  2340. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2341. package/js/x-modules/history-queries/components/my-history.vue.js +195 -0
  2342. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2343. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
  2344. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2345. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  2346. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2347. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2348. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2349. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +30 -38
  2350. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2351. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2352. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2353. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2354. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2355. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2356. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2357. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  2358. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2359. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +15 -0
  2360. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
  2361. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  2362. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  2363. package/js/x-modules/history-queries/store/constants.js +4 -3
  2364. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2365. package/js/x-modules/history-queries/store/emitters.js +5 -6
  2366. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2367. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  2368. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2369. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  2370. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2371. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  2372. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2373. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  2374. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2375. package/js/x-modules/history-queries/store/module.js +26 -17
  2376. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2377. package/js/x-modules/history-queries/wiring.js +41 -26
  2378. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2379. package/js/x-modules/history-queries/x-module.js +2 -2
  2380. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2381. package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
  2382. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2383. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  2384. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2385. package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
  2386. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2387. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +45 -0
  2388. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2389. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +11 -11
  2390. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2391. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +4 -9
  2392. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2393. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
  2394. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  2395. package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
  2396. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2397. package/js/x-modules/identifier-results/store/emitters.js +8 -5
  2398. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2399. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  2400. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2401. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  2402. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2403. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +4 -5
  2404. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2405. package/js/x-modules/identifier-results/store/module.js +28 -19
  2406. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2407. package/js/x-modules/identifier-results/wiring.js +43 -20
  2408. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2409. package/js/x-modules/identifier-results/x-module.js +2 -2
  2410. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2411. package/js/x-modules/next-queries/components/next-queries-list.vue.js +79 -0
  2412. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
  2413. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +85 -0
  2414. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2415. package/js/x-modules/next-queries/components/next-queries.vue.js +38 -26
  2416. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2417. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +42 -0
  2418. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2419. package/js/x-modules/next-queries/components/next-query.vue.js +24 -18
  2420. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2421. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  2422. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2423. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +8 -10
  2424. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2425. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +5 -8
  2426. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2427. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  2428. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2429. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +15 -0
  2430. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
  2431. package/js/x-modules/next-queries/store/emitters.js +6 -7
  2432. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2433. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  2434. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2435. package/js/x-modules/next-queries/store/getters/request.getter.js +4 -4
  2436. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2437. package/js/x-modules/next-queries/store/module.js +23 -18
  2438. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2439. package/js/x-modules/next-queries/wiring.js +30 -18
  2440. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2441. package/js/x-modules/next-queries/x-module.js +2 -2
  2442. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2443. package/js/x-modules/popular-searches/components/popular-search.vue.js +18 -17
  2444. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2445. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  2446. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2447. package/js/x-modules/popular-searches/components/popular-searches.vue.js +25 -24
  2448. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2449. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +38 -0
  2450. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2451. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2452. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2453. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +7 -9
  2454. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2455. package/js/x-modules/popular-searches/store/emitters.js +3 -3
  2456. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2457. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  2458. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2459. package/js/x-modules/popular-searches/store/getters/request.getter.js +3 -3
  2460. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2461. package/js/x-modules/popular-searches/store/module.js +18 -14
  2462. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2463. package/js/x-modules/popular-searches/wiring.js +20 -11
  2464. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2465. package/js/x-modules/popular-searches/x-module.js +2 -2
  2466. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2467. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +19 -18
  2468. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2469. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  2470. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2471. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +25 -24
  2472. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2473. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +37 -0
  2474. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2475. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2476. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2477. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +5 -9
  2478. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2479. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +15 -0
  2480. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
  2481. package/js/x-modules/query-suggestions/store/emitters.js +4 -5
  2482. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2483. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  2484. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2485. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  2486. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2487. package/js/x-modules/query-suggestions/store/getters/request.getter.js +4 -4
  2488. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2489. package/js/x-modules/query-suggestions/store/module.js +22 -17
  2490. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2491. package/js/x-modules/query-suggestions/wiring.js +41 -20
  2492. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2493. package/js/x-modules/query-suggestions/x-module.js +2 -2
  2494. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2495. package/js/x-modules/recommendations/components/recommendations.vue.js +21 -21
  2496. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2497. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  2498. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2499. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +8 -10
  2500. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2501. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +5 -9
  2502. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2503. package/js/x-modules/recommendations/store/constants.js +1 -1
  2504. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2505. package/js/x-modules/recommendations/store/emitters.js +3 -4
  2506. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2507. package/js/x-modules/recommendations/store/getters/request.getter.js +3 -3
  2508. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2509. package/js/x-modules/recommendations/store/module.js +16 -12
  2510. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2511. package/js/x-modules/recommendations/wiring.js +24 -9
  2512. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2513. package/js/x-modules/recommendations/x-module.js +2 -2
  2514. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2515. package/js/x-modules/related-tags/components/related-tag.vue.js +23 -18
  2516. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2517. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
  2518. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2519. package/js/x-modules/related-tags/components/related-tags.vue.js +38 -27
  2520. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2521. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
  2522. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2523. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +8 -10
  2524. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2525. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +5 -8
  2526. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2527. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +32 -0
  2528. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
  2529. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  2530. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2531. package/js/x-modules/related-tags/store/emitters.js +9 -6
  2532. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2533. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  2534. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  2535. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  2536. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2537. package/js/x-modules/related-tags/store/getters/request.getter.js +6 -5
  2538. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2539. package/js/x-modules/related-tags/store/module.js +25 -18
  2540. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2541. package/js/x-modules/related-tags/wiring.js +41 -20
  2542. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2543. package/js/x-modules/related-tags/x-module.js +2 -2
  2544. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2545. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  2546. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  2547. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +186 -0
  2548. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2549. package/js/x-modules/scroll/components/main-scroll.vue.js +50 -0
  2550. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  2551. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +205 -0
  2552. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2553. package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
  2554. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  2555. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +214 -0
  2556. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2557. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  2558. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  2559. package/js/x-modules/scroll/components/scroll.vue.js +69 -0
  2560. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  2561. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  2562. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2563. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  2564. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  2565. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +189 -0
  2566. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2567. package/js/x-modules/scroll/store/emitters.js +12 -0
  2568. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  2569. package/js/x-modules/scroll/store/module.js +35 -0
  2570. package/js/x-modules/scroll/store/module.js.map +1 -0
  2571. package/js/x-modules/scroll/wiring.js +96 -0
  2572. package/js/x-modules/scroll/wiring.js.map +1 -0
  2573. package/js/x-modules/scroll/x-module.js +19 -0
  2574. package/js/x-modules/scroll/x-module.js.map +1 -0
  2575. package/js/x-modules/search/components/banner.vue.js +18 -17
  2576. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2577. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
  2578. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2579. package/js/x-modules/search/components/banners-list.vue.js +22 -24
  2580. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2581. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2582. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2583. package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
  2584. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2585. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  2586. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2587. package/js/x-modules/search/components/partial-results-list.vue.js +16 -16
  2588. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2589. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  2590. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2591. package/js/x-modules/search/components/promoted.vue.js +18 -17
  2592. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2593. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  2594. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2595. package/js/x-modules/search/components/promoteds-list.vue.js +22 -24
  2596. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2597. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2598. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2599. package/js/x-modules/search/components/redirection.vue.js +65 -0
  2600. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  2601. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  2602. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2603. package/js/x-modules/search/components/results-list.vue.js +22 -24
  2604. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2605. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2606. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2607. package/js/x-modules/search/components/sort-dropdown.vue.js +22 -22
  2608. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2609. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  2610. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2611. package/js/x-modules/search/components/sort-list.vue.js +20 -20
  2612. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2613. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +164 -0
  2614. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2615. package/js/x-modules/search/components/sort.mixin.js +67 -64
  2616. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  2617. package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
  2618. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2619. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  2620. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2621. package/js/x-modules/search/components/spellcheck.vue.js +13 -13
  2622. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2623. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +147 -0
  2624. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2625. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +31 -27
  2626. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2627. package/js/x-modules/search/store/actions/fetch-search-response.action.js +5 -5
  2628. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2629. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  2630. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2631. package/js/x-modules/search/store/actions/reset-state.action.js +30 -0
  2632. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  2633. package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
  2634. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  2635. package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
  2636. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  2637. package/js/x-modules/search/store/actions/set-url-params.action.js +18 -0
  2638. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
  2639. package/js/x-modules/search/store/emitters.js +24 -7
  2640. package/js/x-modules/search/store/emitters.js.map +1 -1
  2641. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  2642. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  2643. package/js/x-modules/search/store/getters/request.getter.js +9 -10
  2644. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2645. package/js/x-modules/search/store/module.js +60 -32
  2646. package/js/x-modules/search/store/module.js.map +1 -1
  2647. package/js/x-modules/search/wiring.js +72 -42
  2648. package/js/x-modules/search/wiring.js.map +1 -1
  2649. package/js/x-modules/search/x-module.js +2 -2
  2650. package/js/x-modules/search/x-module.js.map +1 -1
  2651. package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
  2652. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2653. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  2654. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2655. package/js/x-modules/search-box/components/search-button.vue.js +15 -14
  2656. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2657. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  2658. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2659. package/js/x-modules/search-box/components/search-input.vue.js +22 -20
  2660. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2661. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +184 -0
  2662. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2663. package/js/x-modules/search-box/store/actions/set-url-params.action.js +15 -0
  2664. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
  2665. package/js/x-modules/search-box/store/emitters.js +4 -5
  2666. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2667. package/js/x-modules/search-box/store/module.js +11 -8
  2668. package/js/x-modules/search-box/store/module.js.map +1 -1
  2669. package/js/x-modules/search-box/wiring.js +24 -9
  2670. package/js/x-modules/search-box/wiring.js.map +1 -1
  2671. package/js/x-modules/search-box/x-module.js +2 -2
  2672. package/js/x-modules/search-box/x-module.js.map +1 -1
  2673. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  2674. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  2675. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  2676. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2677. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +151 -0
  2678. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  2679. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  2680. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  2681. package/js/x-modules/tagging/store/emitters.js +9 -3
  2682. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2683. package/js/x-modules/tagging/store/module.js +27 -6
  2684. package/js/x-modules/tagging/store/module.js.map +1 -1
  2685. package/js/x-modules/tagging/wiring.js +158 -2
  2686. package/js/x-modules/tagging/wiring.js.map +1 -1
  2687. package/js/x-modules/tagging/x-module.js +3 -3
  2688. package/js/x-modules/tagging/x-module.js.map +1 -1
  2689. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  2690. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  2691. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +441 -0
  2692. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2693. package/js/x-modules/url/store/emitters.js +53 -0
  2694. package/js/x-modules/url/store/emitters.js.map +1 -0
  2695. package/js/x-modules/url/store/getters/url-params.getter.js +42 -0
  2696. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
  2697. package/js/x-modules/url/store/initial-state.js +17 -0
  2698. package/js/x-modules/url/store/initial-state.js.map +1 -0
  2699. package/js/x-modules/url/store/module.js +45 -0
  2700. package/js/x-modules/url/store/module.js.map +1 -0
  2701. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  2702. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  2703. package/js/x-modules/url/wiring.js +97 -0
  2704. package/js/x-modules/url/wiring.js.map +1 -0
  2705. package/js/x-modules/url/x-module.js +19 -0
  2706. package/js/x-modules/url/x-module.js.map +1 -0
  2707. package/next-queries/index.js +7 -7
  2708. package/package.json +45 -69
  2709. package/popular-searches/index.js +7 -7
  2710. package/query-suggestions/index.js +6 -6
  2711. package/recommendations/index.js +4 -4
  2712. package/related-tags/index.js +6 -5
  2713. package/report/tsdoc-metadata.json +1 -1
  2714. package/report/x-adapter.api.json +1235 -609
  2715. package/report/x-components.api.json +22190 -11776
  2716. package/report/x-components.api.md +1841 -851
  2717. package/report/x-types.api.json +3422 -1508
  2718. package/scroll/index.d.ts +1 -0
  2719. package/scroll/index.js +10 -0
  2720. package/search/index.js +16 -10
  2721. package/search-box/index.js +5 -5
  2722. package/tagging/index.js +5 -2
  2723. package/types/adapter/mocked-adapter.d.ts +2 -2
  2724. package/types/adapter/mocked-adapter.d.ts.map +1 -1
  2725. package/types/adapter/real-adapter.d.ts.map +1 -1
  2726. package/types/adapter/util.d.ts +12 -0
  2727. package/types/adapter/util.d.ts.map +1 -0
  2728. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  2729. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  2730. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  2731. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  2732. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  2733. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  2734. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  2735. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  2736. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  2737. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  2738. package/types/components/animations/index.d.ts +6 -1
  2739. package/types/components/animations/index.d.ts.map +1 -1
  2740. package/types/components/animations/staggering-transition-group.vue.d.ts +273 -0
  2741. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  2742. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  2743. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  2744. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2745. package/types/components/base-grid.vue.d.ts +19 -10
  2746. package/types/components/base-grid.vue.d.ts.map +1 -1
  2747. package/types/components/base-variable-column-grid.vue.d.ts +2 -2
  2748. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2749. package/types/components/currency/base-currency.vue.d.ts +32 -22
  2750. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2751. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  2752. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  2753. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  2754. package/types/components/decorators/injection.consts.d.ts +3 -3
  2755. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2756. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +0 -1
  2757. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2758. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +2 -2
  2759. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2760. package/types/components/global-x-bus.vue.d.ts +25 -0
  2761. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  2762. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  2763. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  2764. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  2765. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  2766. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  2767. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  2768. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  2769. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  2770. package/types/components/icons/curated-check.vue.d.ts +3 -0
  2771. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  2772. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  2773. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  2774. package/types/components/icons/index.d.ts +9 -1
  2775. package/types/components/icons/index.d.ts.map +1 -1
  2776. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  2777. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  2778. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  2779. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  2780. package/types/components/icons/tag.vue.d.ts +3 -0
  2781. package/types/components/icons/tag.vue.d.ts.map +1 -0
  2782. package/types/components/index.d.ts +8 -3
  2783. package/types/components/index.d.ts.map +1 -1
  2784. package/types/components/items-list-injection.mixin.d.ts +35 -0
  2785. package/types/components/items-list-injection.mixin.d.ts.map +1 -0
  2786. package/types/components/items-list.vue.d.ts +34 -0
  2787. package/types/components/items-list.vue.d.ts.map +1 -0
  2788. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  2789. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  2790. package/types/components/layouts/index.d.ts +4 -0
  2791. package/types/components/layouts/index.d.ts.map +1 -0
  2792. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  2793. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  2794. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +18 -0
  2795. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
  2796. package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
  2797. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
  2798. package/types/components/location-provider.vue.d.ts +17 -0
  2799. package/types/components/location-provider.vue.d.ts.map +1 -0
  2800. package/types/components/modals/base-events-modal-close.vue.d.ts +2 -2
  2801. package/types/components/modals/base-events-modal-open.vue.d.ts +2 -2
  2802. package/types/components/modals/base-events-modal.vue.d.ts +1 -1
  2803. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2804. package/types/components/modals/base-modal.vue.d.ts +2 -1
  2805. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2806. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  2807. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2808. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2809. package/types/components/result/base-result-current-price.vue.d.ts +1 -10
  2810. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2811. package/types/components/result/base-result-image.vue.d.ts +7 -0
  2812. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2813. package/types/components/result/base-result-link.vue.d.ts +9 -26
  2814. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2815. package/types/components/result/base-result-previous-price.vue.d.ts +1 -11
  2816. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2817. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  2818. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  2819. package/types/components/result/index.d.ts +1 -0
  2820. package/types/components/result/index.d.ts.map +1 -1
  2821. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  2822. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2823. package/types/components/scroll/index.d.ts +0 -3
  2824. package/types/components/scroll/index.d.ts.map +1 -1
  2825. package/types/components/scroll/scroll.mixin.d.ts +82 -30
  2826. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  2827. package/types/components/sliding-panel.vue.d.ts +41 -18
  2828. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2829. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  2830. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  2831. package/types/components/suggestions/base-suggestion.vue.d.ts +30 -3
  2832. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2833. package/types/components/suggestions/base-suggestions.vue.d.ts +14 -0
  2834. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2835. package/types/components/x-component.mixin.d.ts.map +1 -1
  2836. package/types/components/x-component.utils.d.ts +2 -17
  2837. package/types/components/x-component.utils.d.ts.map +1 -1
  2838. package/types/filters/compile-message.filter.d.ts +1 -1
  2839. package/types/filters/compile-message.filter.d.ts.map +1 -1
  2840. package/types/index.d.ts +3 -2
  2841. package/types/index.d.ts.map +1 -1
  2842. package/types/plugins/x-emitters.d.ts +26 -0
  2843. package/types/plugins/x-emitters.d.ts.map +1 -0
  2844. package/types/plugins/x-plugin.alias.d.ts +4 -6
  2845. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  2846. package/types/plugins/x-plugin.d.ts +35 -38
  2847. package/types/plugins/x-plugin.d.ts.map +1 -1
  2848. package/types/plugins/x-plugin.mixin.d.ts +25 -7
  2849. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  2850. package/types/plugins/x-plugin.types.d.ts +37 -25
  2851. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2852. package/types/router.d.ts.map +1 -1
  2853. package/types/store/actions.types.d.ts +2 -1
  2854. package/types/store/actions.types.d.ts.map +1 -1
  2855. package/types/store/getters.types.d.ts +1 -1
  2856. package/types/store/getters.types.d.ts.map +1 -1
  2857. package/types/store/index.d.ts +3 -2
  2858. package/types/store/index.d.ts.map +1 -1
  2859. package/types/store/mutations.types.d.ts +1 -1
  2860. package/types/store/mutations.types.d.ts.map +1 -1
  2861. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
  2862. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
  2863. package/types/store/utils/getters-proxy.utils.d.ts +41 -0
  2864. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
  2865. package/types/store/utils/query.utils.d.ts +56 -0
  2866. package/types/store/utils/query.utils.d.ts.map +1 -0
  2867. package/types/store/utils/status-store.utils.d.ts +41 -0
  2868. package/types/store/utils/status-store.utils.d.ts.map +1 -0
  2869. package/types/store/utils/store-emitters.utils.d.ts +82 -0
  2870. package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
  2871. package/types/store/x.module.d.ts.map +1 -1
  2872. package/types/types/index.d.ts +2 -1
  2873. package/types/types/index.d.ts.map +1 -1
  2874. package/types/types/origin.d.ts +46 -0
  2875. package/types/types/origin.d.ts.map +1 -0
  2876. package/types/types/url-params.d.ts +15 -0
  2877. package/types/types/url-params.d.ts.map +1 -0
  2878. package/types/utils/array.d.ts +30 -18
  2879. package/types/utils/array.d.ts.map +1 -1
  2880. package/types/utils/currency-formatter.d.ts +6 -7
  2881. package/types/utils/currency-formatter.d.ts.map +1 -1
  2882. package/types/utils/debounce.d.ts.map +1 -1
  2883. package/types/utils/filters.d.ts +14 -17
  2884. package/types/utils/filters.d.ts.map +1 -1
  2885. package/types/utils/get-url-parameters.d.ts.map +1 -1
  2886. package/types/utils/index.d.ts +1 -1
  2887. package/types/utils/normalize.d.ts.map +1 -1
  2888. package/types/utils/origin.d.ts +15 -0
  2889. package/types/utils/origin.d.ts.map +1 -0
  2890. package/types/utils/sanitize.d.ts.map +1 -1
  2891. package/types/utils/storage.d.ts +1 -7
  2892. package/types/utils/storage.d.ts.map +1 -1
  2893. package/types/utils/string.d.ts +13 -0
  2894. package/types/utils/string.d.ts.map +1 -1
  2895. package/types/utils/throttle.d.ts.map +1 -1
  2896. package/types/utils/types.d.ts +37 -29
  2897. package/types/utils/types.d.ts.map +1 -1
  2898. package/types/views/base-config.d.ts.map +1 -1
  2899. package/types/wiring/events.types.d.ts +46 -45
  2900. package/types/wiring/events.types.d.ts.map +1 -1
  2901. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
  2902. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  2903. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2904. package/types/wiring/namespaced-wiring.types.d.ts +22 -13
  2905. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2906. package/types/wiring/wires-operators.utils.d.ts +36 -0
  2907. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  2908. package/types/wiring/wires.factory.d.ts +25 -8
  2909. package/types/wiring/wires.factory.d.ts.map +1 -1
  2910. package/types/wiring/wires.operators.d.ts +17 -8
  2911. package/types/wiring/wires.operators.d.ts.map +1 -1
  2912. package/types/wiring/wiring.types.d.ts +72 -9
  2913. package/types/wiring/wiring.types.d.ts.map +1 -1
  2914. package/types/x-installer/api/api.types.d.ts +45 -2
  2915. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2916. package/types/x-installer/api/base-api.d.ts +31 -2
  2917. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2918. package/types/x-installer/x-installer/types.d.ts +15 -0
  2919. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2920. package/types/x-installer/x-installer/x-installer.d.ts +39 -16
  2921. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2922. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  2923. package/types/x-modules/empathize/wiring.d.ts +2 -2
  2924. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
  2925. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
  2926. package/types/x-modules/extra-params/components/index.d.ts +4 -0
  2927. package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
  2928. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
  2929. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
  2930. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +48 -0
  2931. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
  2932. package/types/x-modules/extra-params/events.types.d.ts +30 -0
  2933. package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
  2934. package/types/x-modules/extra-params/index.d.ts +6 -0
  2935. package/types/x-modules/extra-params/index.d.ts.map +1 -0
  2936. package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
  2937. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
  2938. package/types/x-modules/{facets-next → extra-params}/store/index.d.ts +0 -0
  2939. package/types/x-modules/extra-params/store/index.d.ts.map +1 -0
  2940. package/types/x-modules/extra-params/store/module.d.ts +8 -0
  2941. package/types/x-modules/extra-params/store/module.d.ts.map +1 -0
  2942. package/types/x-modules/extra-params/store/types.d.ts +39 -0
  2943. package/types/x-modules/extra-params/store/types.d.ts.map +1 -0
  2944. package/types/x-modules/extra-params/wiring.d.ts +23 -0
  2945. package/types/x-modules/extra-params/wiring.d.ts.map +1 -0
  2946. package/types/x-modules/extra-params/x-module.d.ts +16 -0
  2947. package/types/x-modules/extra-params/x-module.d.ts.map +1 -0
  2948. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  2949. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2950. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +67 -0
  2951. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
  2952. package/types/x-modules/facets/components/facets/facets.vue.d.ts +97 -0
  2953. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
  2954. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  2955. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  2956. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +4 -3
  2957. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  2958. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2959. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +26 -6
  2960. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2961. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  2962. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2963. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  2964. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2965. package/types/x-modules/facets/components/index.d.ts +11 -10
  2966. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  2967. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +29 -1
  2968. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -1
  2969. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +43 -0
  2970. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
  2971. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  2972. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +23 -17
  2973. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  2974. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +15 -0
  2975. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
  2976. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  2977. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
  2978. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
  2979. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
  2980. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
  2981. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
  2982. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
  2983. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -0
  2984. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
  2985. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +59 -0
  2986. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
  2987. package/types/x-modules/facets/entities/index.d.ts +9 -0
  2988. package/types/x-modules/facets/entities/index.d.ts.map +1 -0
  2989. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -0
  2990. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
  2991. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -0
  2992. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
  2993. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -0
  2994. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
  2995. package/types/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
  2996. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
  2997. package/types/x-modules/facets/entities/types.d.ts +63 -0
  2998. package/types/x-modules/facets/entities/types.d.ts.map +1 -0
  2999. package/types/x-modules/facets/events.types.d.ts +18 -39
  3000. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  3001. package/types/x-modules/facets/index.d.ts +6 -4
  3002. package/types/x-modules/facets/index.d.ts.map +1 -1
  3003. package/types/x-modules/facets/service/facets.service.d.ts +120 -0
  3004. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -0
  3005. package/types/x-modules/facets/service/index.d.ts +3 -0
  3006. package/types/x-modules/facets/service/index.d.ts.map +1 -0
  3007. package/types/x-modules/facets/service/types.d.ts +68 -0
  3008. package/types/x-modules/facets/service/types.d.ts.map +1 -0
  3009. package/types/x-modules/facets/store/emitters.d.ts +2 -6
  3010. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  3011. package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -2
  3012. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
  3013. package/types/x-modules/facets/store/getters/index.d.ts +4 -0
  3014. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -0
  3015. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +6 -4
  3016. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  3017. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +3 -5
  3018. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  3019. package/types/x-modules/facets/store/index.d.ts +1 -8
  3020. package/types/x-modules/facets/store/index.d.ts.map +1 -1
  3021. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  3022. package/types/x-modules/facets/store/types.d.ts +47 -127
  3023. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3024. package/types/x-modules/facets/utils.d.ts +0 -28
  3025. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3026. package/types/x-modules/facets/wiring.d.ts +20 -104
  3027. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3028. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -2
  3029. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3030. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3031. package/types/x-modules/history-queries/components/index.d.ts +1 -0
  3032. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3033. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  3034. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  3035. package/types/x-modules/history-queries/events.types.d.ts +5 -0
  3036. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3037. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3038. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3039. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
  3040. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  3041. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  3042. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  3043. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  3044. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3045. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -1
  3046. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3047. package/types/x-modules/history-queries/store/types.d.ts +27 -2
  3048. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3049. package/types/x-modules/history-queries/wiring.d.ts +21 -9
  3050. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3051. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +8 -0
  3052. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3053. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  3054. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3055. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -1
  3056. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3057. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
  3058. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  3059. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  3060. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  3061. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  3062. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  3063. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  3064. package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
  3065. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  3066. package/types/x-modules/identifier-results/store/index.d.ts +1 -3
  3067. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3068. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3069. package/types/x-modules/identifier-results/store/types.d.ts +51 -22
  3070. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3071. package/types/x-modules/identifier-results/wiring.d.ts +27 -7
  3072. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3073. package/types/x-modules/next-queries/components/index.d.ts +1 -0
  3074. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3075. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +66 -0
  3076. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
  3077. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +13 -3
  3078. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3079. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  3080. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3081. package/types/x-modules/next-queries/events.types.d.ts +5 -6
  3082. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3083. package/types/x-modules/next-queries/index.d.ts +0 -1
  3084. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  3085. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -1
  3086. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3087. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +2 -1
  3088. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  3089. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
  3090. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  3091. package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
  3092. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  3093. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
  3094. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3095. package/types/x-modules/next-queries/store/types.d.ts +27 -9
  3096. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3097. package/types/x-modules/next-queries/types.d.ts +12 -0
  3098. package/types/x-modules/next-queries/types.d.ts.map +1 -0
  3099. package/types/x-modules/next-queries/wiring.d.ts +14 -2
  3100. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3101. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3102. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +7 -3
  3103. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3104. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  3105. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3106. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  3107. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3108. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
  3109. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3110. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  3111. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
  3112. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3113. package/types/x-modules/popular-searches/store/types.d.ts +15 -7
  3114. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3115. package/types/x-modules/popular-searches/wiring.d.ts +10 -1
  3116. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3117. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  3118. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +6 -0
  3119. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  3120. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  3121. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  3122. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  3123. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3124. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +2 -1
  3125. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3126. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
  3127. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
  3128. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  3129. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -1
  3130. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
  3131. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  3132. package/types/x-modules/query-suggestions/store/types.d.ts +29 -14
  3133. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  3134. package/types/x-modules/query-suggestions/wiring.d.ts +19 -7
  3135. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  3136. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -1
  3137. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  3138. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  3139. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  3140. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -1
  3141. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  3142. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -1
  3143. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  3144. package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
  3145. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
  3146. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  3147. package/types/x-modules/recommendations/store/types.d.ts +14 -6
  3148. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  3149. package/types/x-modules/recommendations/wiring.d.ts +10 -1
  3150. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  3151. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
  3152. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3153. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  3154. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3155. package/types/x-modules/related-tags/events.types.d.ts +7 -8
  3156. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3157. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +2 -1
  3158. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3159. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +2 -1
  3160. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3161. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
  3162. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
  3163. package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
  3164. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3165. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  3166. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  3167. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  3168. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3169. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  3170. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3171. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3172. package/types/x-modules/related-tags/store/types.d.ts +30 -18
  3173. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3174. package/types/x-modules/related-tags/wiring.d.ts +30 -9
  3175. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3176. package/types/x-modules/scroll/components/index.d.ts +8 -0
  3177. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  3178. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  3179. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  3180. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +130 -0
  3181. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  3182. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  3183. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  3184. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  3185. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  3186. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  3187. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  3188. package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
  3189. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  3190. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  3191. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  3192. package/types/x-modules/scroll/events.types.d.ts +53 -0
  3193. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  3194. package/types/x-modules/scroll/index.d.ts +6 -0
  3195. package/types/x-modules/scroll/index.d.ts.map +1 -0
  3196. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  3197. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  3198. package/types/x-modules/scroll/store/index.d.ts +4 -0
  3199. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  3200. package/types/x-modules/scroll/store/module.d.ts +8 -0
  3201. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  3202. package/types/x-modules/scroll/store/types.d.ts +98 -0
  3203. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  3204. package/types/x-modules/scroll/wiring.d.ts +74 -0
  3205. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  3206. package/types/x-modules/scroll/x-module.d.ts +16 -0
  3207. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  3208. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  3209. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3210. package/types/x-modules/search/components/banners-list.vue.d.ts +10 -10
  3211. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3212. package/types/x-modules/search/components/index.d.ts +1 -1
  3213. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3214. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  3215. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3216. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  3217. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3218. package/types/x-modules/search/components/promoteds-list.vue.d.ts +10 -10
  3219. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3220. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  3221. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  3222. package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
  3223. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3224. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  3225. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  3226. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  3227. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3228. package/types/x-modules/search/events.types.d.ts +51 -12
  3229. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3230. package/types/x-modules/search/index.d.ts +1 -0
  3231. package/types/x-modules/search/index.d.ts.map +1 -1
  3232. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -1
  3233. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3234. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -1
  3235. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3236. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  3237. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  3238. package/types/x-modules/search/store/actions/reset-state.action.d.ts +11 -0
  3239. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  3240. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  3241. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  3242. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  3243. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  3244. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
  3245. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
  3246. package/types/x-modules/search/store/emitters.d.ts +15 -2
  3247. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3248. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  3249. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  3250. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  3251. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  3252. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  3253. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3254. package/types/x-modules/search/store/index.d.ts +2 -3
  3255. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3256. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3257. package/types/x-modules/search/store/types.d.ts +78 -13
  3258. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3259. package/types/x-modules/search/types.d.ts +22 -0
  3260. package/types/x-modules/search/types.d.ts.map +1 -0
  3261. package/types/x-modules/search/wiring.d.ts +58 -36
  3262. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3263. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  3264. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3265. package/types/x-modules/search-box/components/search-input.vue.d.ts +8 -5
  3266. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3267. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
  3268. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
  3269. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3270. package/types/x-modules/search-box/store/types.d.ts +10 -2
  3271. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3272. package/types/x-modules/search-box/wiring.d.ts +4 -1
  3273. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3274. package/types/x-modules/tagging/components/index.d.ts +2 -0
  3275. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  3276. package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
  3277. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  3278. package/types/x-modules/tagging/config.types.d.ts +18 -0
  3279. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3280. package/types/x-modules/tagging/events.types.d.ts +38 -0
  3281. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3282. package/types/x-modules/tagging/index.d.ts +2 -0
  3283. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3284. package/types/x-modules/tagging/service/index.d.ts +3 -0
  3285. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  3286. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  3287. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  3288. package/types/x-modules/tagging/service/types.d.ts +30 -0
  3289. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  3290. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  3291. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  3292. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  3293. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  3294. package/types/x-modules/tagging/store/emitters.d.ts +8 -1
  3295. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3296. package/types/x-modules/tagging/store/index.d.ts +1 -0
  3297. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3298. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3299. package/types/x-modules/tagging/store/types.d.ts +38 -0
  3300. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3301. package/types/x-modules/tagging/wiring.d.ts +73 -1
  3302. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3303. package/types/x-modules/tagging/x-module.d.ts +2 -2
  3304. package/types/x-modules/url/components/index.d.ts +2 -0
  3305. package/types/x-modules/url/components/index.d.ts.map +1 -0
  3306. package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
  3307. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  3308. package/types/x-modules/url/events.types.d.ts +32 -0
  3309. package/types/x-modules/url/events.types.d.ts.map +1 -0
  3310. package/types/x-modules/url/index.d.ts +6 -0
  3311. package/types/x-modules/url/index.d.ts.map +1 -0
  3312. package/types/x-modules/url/store/emitters.d.ts +44 -0
  3313. package/types/x-modules/url/store/emitters.d.ts.map +1 -0
  3314. package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
  3315. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
  3316. package/types/x-modules/url/store/index.d.ts +4 -0
  3317. package/types/x-modules/url/store/index.d.ts.map +1 -0
  3318. package/types/x-modules/url/store/initial-state.d.ts +9 -0
  3319. package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
  3320. package/types/x-modules/url/store/module.d.ts +8 -0
  3321. package/types/x-modules/url/store/module.d.ts.map +1 -0
  3322. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  3323. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  3324. package/types/x-modules/url/store/types.d.ts +109 -0
  3325. package/types/x-modules/url/store/types.d.ts.map +1 -0
  3326. package/types/x-modules/url/wiring.d.ts +86 -0
  3327. package/types/x-modules/url/wiring.d.ts.map +1 -0
  3328. package/types/x-modules/url/x-module.d.ts +16 -0
  3329. package/types/x-modules/url/x-module.d.ts.map +1 -0
  3330. package/types/x-modules/x-modules.types.d.ts +7 -5
  3331. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3332. package/url/index.d.ts +1 -0
  3333. package/url/index.js +5 -0
  3334. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  3335. package/build-helpers/utils/polyfills.util.js +0 -68
  3336. package/design-system/layout-default.css +0 -230
  3337. package/design-system/list-border.css +0 -44
  3338. package/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
  3339. package/docs/API-reference/api/x-adapter.empathyfiltermapper.map.md +0 -24
  3340. package/docs/API-reference/api/x-adapter.empathyfiltermapper.md +0 -20
  3341. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilters.md +0 -24
  3342. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  3343. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -20
  3344. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  3345. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  3346. package/docs/API-reference/api/x-components.areeditablenumberrangefiltersdifferent.md +0 -27
  3347. package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
  3348. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  3349. package/docs/API-reference/api/x-components.basecurrency.hideintegerdecimals.md +0 -13
  3350. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  3351. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  3352. package/docs/API-reference/api/x-components.basefilter.md +0 -21
  3353. package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
  3354. package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
  3355. package/docs/API-reference/api/x-components.baseidscroll.md +0 -23
  3356. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  3357. package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
  3358. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  3359. package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
  3360. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  3361. package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
  3362. package/docs/API-reference/api/x-components.basemainscroll.md +0 -30
  3363. package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
  3364. package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
  3365. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  3366. package/docs/API-reference/api/x-components.basepricefilterlabel.hideintegerdecimals.md +0 -11
  3367. package/docs/API-reference/api/x-components.baseresultcurrentprice.hideintegerdecimals.md +0 -13
  3368. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  3369. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  3370. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  3371. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  3372. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  3373. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  3374. package/docs/API-reference/api/x-components.baseresultpreviousprice.hideintegerdecimals.md +0 -13
  3375. package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
  3376. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  3377. package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
  3378. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -22
  3379. package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
  3380. package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
  3381. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  3382. package/docs/API-reference/api/x-components.clearfacetselectedfilters.md +0 -12
  3383. package/docs/API-reference/api/x-components.clearfacetselectedfilterswire.md +0 -13
  3384. package/docs/API-reference/api/x-components.clearfacetsselectedfilters.md +0 -12
  3385. package/docs/API-reference/api/x-components.clearfacetsselectedfilterswire.md +0 -13
  3386. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  3387. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  3388. package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
  3389. package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetselectedfilters.md +0 -25
  3390. package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetsselectedfilters.md +0 -25
  3391. package/docs/API-reference/api/x-components.clearselectedfilters.clearselectedfilters.md +0 -24
  3392. package/docs/API-reference/api/x-components.clearselectedfilters.md +0 -12
  3393. package/docs/API-reference/api/x-components.clearselectedfilterswire.md +0 -13
  3394. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -13
  3395. package/docs/API-reference/api/x-components.deeppartial.md +0 -15
  3396. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  3397. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.filter.md +0 -13
  3398. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.md +0 -21
  3399. package/docs/API-reference/api/x-components.editablenumberrangefilterchange.range.md +0 -13
  3400. package/docs/API-reference/api/x-components.extractfilters.md +0 -26
  3401. package/docs/API-reference/api/x-components.facets.backendfacets.md +0 -13
  3402. package/docs/API-reference/api/x-components.facets.frontendfacets.md +0 -13
  3403. package/docs/API-reference/api/x-components.facetsactions.clearfacetselectedfilters.md +0 -24
  3404. package/docs/API-reference/api/x-components.facetsactions.clearfacetsselectedfilters.md +0 -24
  3405. package/docs/API-reference/api/x-components.facetsactions.clearselectedfilters.md +0 -17
  3406. package/docs/API-reference/api/x-components.facetsactions.setbackendfacets.md +0 -24
  3407. package/docs/API-reference/api/x-components.facetsactions.setfrontendfacets.md +0 -24
  3408. package/docs/API-reference/api/x-components.facetsactions.togglehierarchicalfilter.md +0 -24
  3409. package/docs/API-reference/api/x-components.facetsactions.togglenumberrangefilter.md +0 -24
  3410. package/docs/API-reference/api/x-components.facetsactions.togglesimplefilter.md +0 -24
  3411. package/docs/API-reference/api/x-components.facetsactions.updatebackendfacets.md +0 -24
  3412. package/docs/API-reference/api/x-components.facetsconfig.md +0 -20
  3413. package/docs/API-reference/api/x-components.facetsconfig.multiselect.md +0 -13
  3414. package/docs/API-reference/api/x-components.facetsgetters.flattenedfilters.md +0 -13
  3415. package/docs/API-reference/api/x-components.facetsmutations.setbackendfacets.md +0 -24
  3416. package/docs/API-reference/api/x-components.facetsmutations.seteditablenumberrangefilterrange.md +0 -24
  3417. package/docs/API-reference/api/x-components.facetsmutations.setfacetmultiselect.md +0 -24
  3418. package/docs/API-reference/api/x-components.facetsmutations.setfilterselected.md +0 -28
  3419. package/docs/API-reference/api/x-components.facetsmutations.setfrontendfacets.md +0 -24
  3420. package/docs/API-reference/api/x-components.facetsmutations.setquery.md +0 -24
  3421. package/docs/API-reference/api/x-components.facetsnextactions.md +0 -13
  3422. package/docs/API-reference/api/x-components.facetsnextactionscontext.md +0 -13
  3423. package/docs/API-reference/api/x-components.facetsnextgetters.filtersbyfacet.md +0 -13
  3424. package/docs/API-reference/api/x-components.facetsnextgetters.md +0 -21
  3425. package/docs/API-reference/api/x-components.facetsnextgetters.selectedfilters.md +0 -13
  3426. package/docs/API-reference/api/x-components.facetsnextmutations.addfilter.md +0 -24
  3427. package/docs/API-reference/api/x-components.facetsnextmutations.md +0 -22
  3428. package/docs/API-reference/api/x-components.facetsnextmutations.removefilter.md +0 -24
  3429. package/docs/API-reference/api/x-components.facetsnextmutations.setfacetgroup.md +0 -24
  3430. package/docs/API-reference/api/x-components.facetsnextstate.filters.md +0 -13
  3431. package/docs/API-reference/api/x-components.facetsnextstate.groups.md +0 -13
  3432. package/docs/API-reference/api/x-components.facetsnextstate.md +0 -21
  3433. package/docs/API-reference/api/x-components.facetsnextxmodule.md +0 -13
  3434. package/docs/API-reference/api/x-components.facetsnextxstoremodule.md +0 -13
  3435. package/docs/API-reference/api/x-components.facetsstate.backendfacets.md +0 -13
  3436. package/docs/API-reference/api/x-components.facetsstate.config.md +0 -13
  3437. package/docs/API-reference/api/x-components.facetsstate.frontendfacets.md +0 -13
  3438. package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
  3439. package/docs/API-reference/api/x-components.facetsxevents.backendfacetschanged.md +0 -13
  3440. package/docs/API-reference/api/x-components.facetsxevents.backendfacetsprovided.md +0 -13
  3441. package/docs/API-reference/api/x-components.facetsxevents.facetmultiselectchanged.md +0 -13
  3442. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +0 -13
  3443. package/docs/API-reference/api/x-components.facetsxevents.frontendfacetschanged.md +0 -13
  3444. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearfacetfilters.md +0 -13
  3445. package/docs/API-reference/api/x-components.facetsxevents.userclickedfacetallfilter.md +0 -13
  3446. package/docs/API-reference/api/x-components.filters.animation.md +0 -13
  3447. package/docs/API-reference/api/x-components.filters.cssclasses.md +0 -13
  3448. package/docs/API-reference/api/x-components.filters.hasfilterstorender.md +0 -13
  3449. package/docs/API-reference/api/x-components.filters.md +0 -22
  3450. package/docs/API-reference/api/x-components.filterselectedchange.filter.md +0 -13
  3451. package/docs/API-reference/api/x-components.filterselectedchange.md +0 -21
  3452. package/docs/API-reference/api/x-components.filterselectedchange.selected.md +0 -13
  3453. package/docs/API-reference/api/x-components.flattenedfilters.md +0 -13
  3454. package/docs/API-reference/api/x-components.foreach.md +0 -25
  3455. package/docs/API-reference/api/x-components.historyqueries.historyqueries.md +0 -11
  3456. package/docs/API-reference/api/x-components.isfilterpartiallyselected.md +0 -26
  3457. package/docs/API-reference/api/x-components.isfilterselected.md +0 -26
  3458. package/docs/API-reference/api/x-components.layout.asideanimation.md +0 -13
  3459. package/docs/API-reference/api/x-components.layout.devmode.md +0 -13
  3460. package/docs/API-reference/api/x-components.layout.empathizeanimation.md +0 -13
  3461. package/docs/API-reference/api/x-components.layout.md +0 -22
  3462. package/docs/API-reference/api/x-components.map.md +0 -27
  3463. package/docs/API-reference/api/x-components.multiselectchange.facetid.md +0 -13
  3464. package/docs/API-reference/api/x-components.multiselectchange.md +0 -21
  3465. package/docs/API-reference/api/x-components.multiselectchange.multiselect.md +0 -13
  3466. package/docs/API-reference/api/x-components.multiselectfilters.animation.md +0 -13
  3467. package/docs/API-reference/api/x-components.multiselectfilters.created.md +0 -15
  3468. package/docs/API-reference/api/x-components.multiselectfilters.md +0 -26
  3469. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -13
  3470. package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
  3471. package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
  3472. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  3473. package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
  3474. package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
  3475. package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
  3476. package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
  3477. package/docs/API-reference/api/x-components.nosuggestions.md +0 -31
  3478. package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
  3479. package/docs/API-reference/api/x-components.nosuggestions.query.md +0 -11
  3480. package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
  3481. package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
  3482. package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
  3483. package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
  3484. package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
  3485. package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
  3486. package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
  3487. package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
  3488. package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -13
  3489. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  3490. package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
  3491. package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
  3492. package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
  3493. package/docs/API-reference/api/x-components.primitive.md +0 -13
  3494. package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
  3495. package/docs/API-reference/api/x-components.reduce.md +0 -28
  3496. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  3497. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  3498. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  3499. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  3500. package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
  3501. package/docs/API-reference/api/x-components.searchitem.md +0 -13
  3502. package/docs/API-reference/api/x-components.searchitemslist.animation.md +0 -13
  3503. package/docs/API-reference/api/x-components.searchitemslist.md +0 -21
  3504. package/docs/API-reference/api/x-components.searchitemslist.searchitems.md +0 -13
  3505. package/docs/API-reference/api/x-components.searchxevents.backendfacetschanged.md +0 -13
  3506. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  3507. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  3508. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  3509. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  3510. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  3511. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  3512. package/docs/API-reference/api/x-components.setbackendfacets.md +0 -13
  3513. package/docs/API-reference/api/x-components.setbackendfacetswire.md +0 -13
  3514. package/docs/API-reference/api/x-components.seteditablenumberrangefilterrangewire.md +0 -13
  3515. package/docs/API-reference/api/x-components.setfacetmultiselect.md +0 -13
  3516. package/docs/API-reference/api/x-components.setfacetsquery.md +0 -13
  3517. package/docs/API-reference/api/x-components.setfrontendfacetswire.md +0 -13
  3518. package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
  3519. package/docs/API-reference/api/x-components.setpage.md +0 -13
  3520. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  3521. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  3522. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  3523. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  3524. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  3525. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  3526. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  3527. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  3528. package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
  3529. package/docs/API-reference/api/x-components.timeretrieving.md +0 -13
  3530. package/docs/API-reference/api/x-components.togglehierarchicalfilter.md +0 -13
  3531. package/docs/API-reference/api/x-components.togglehierarchicalfilterwire.md +0 -13
  3532. package/docs/API-reference/api/x-components.togglenumberrangefilter.md +0 -13
  3533. package/docs/API-reference/api/x-components.togglenumberrangefilterwire.md +0 -13
  3534. package/docs/API-reference/api/x-components.togglesimplefilter.md +0 -13
  3535. package/docs/API-reference/api/x-components.togglesimplefilterwire.md +0 -13
  3536. package/docs/API-reference/api/x-components.updatebackendfacets.md +0 -13
  3537. package/docs/API-reference/api/x-components.updatebackendfacetswire.md +0 -13
  3538. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  3539. package/docs/API-reference/api/x-components.xcomponent.md +0 -13
  3540. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +0 -13
  3541. package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -13
  3542. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  3543. package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
  3544. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +0 -13
  3545. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +0 -13
  3546. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofxmodal.md +0 -13
  3547. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  3548. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  3549. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  3550. package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
  3551. package/docs/API-reference/api/x-components.xmodulestree.facetsnext.md +0 -11
  3552. package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
  3553. package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
  3554. package/docs/API-reference/api/x-types.booleanfilter.selected.md +0 -13
  3555. package/docs/API-reference/api/x-types.booleanfilter.value.md +0 -13
  3556. package/docs/API-reference/api/x-types.callbackinfo.callbackinfo.md +0 -13
  3557. package/docs/API-reference/api/x-types.callbackinfo.md +0 -20
  3558. package/docs/API-reference/api/x-types.filter.facetid.md +0 -13
  3559. package/docs/API-reference/api/x-types.filter.label.md +0 -13
  3560. package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
  3561. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  3562. package/docs/API-reference/api/x-types.redirection.title.md +0 -13
  3563. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  3564. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  3565. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  3566. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  3567. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  3568. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  3569. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  3570. package/docs/API-reference/api/x-types.tagging.params.md +0 -13
  3571. package/docs/API-reference/api/x-types.tagging.url.md +0 -13
  3572. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -38
  3573. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
  3574. package/docs/API-reference/components/common/layouts/x-components.layout.md +0 -30
  3575. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  3576. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  3577. package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
  3578. package/docs/API-reference/components/facets/x-components.facets.md +0 -434
  3579. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
  3580. package/docs/API-reference/components/facets/x-components.lists/filters.md +0 -69
  3581. package/docs/API-reference/components/facets/x-components.lists/multi-select-filters.md +0 -117
  3582. package/docs/API-reference/components/facets/x-components.selected-filters.md +0 -87
  3583. package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
  3584. package/docs/API-reference/components/search/x-components.search-items-list.md +0 -22
  3585. package/docs/css/global.scss +0 -1
  3586. package/docs/css/utils/utils.scss +0 -35
  3587. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  3588. package/docs/css/xcomponents/index.scss +0 -16
  3589. package/docs/css/xcomponents/search-input.scss +0 -10
  3590. package/docs/css/xcomponents/suggestions.scss +0 -19
  3591. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  3592. package/docs/guide/getting-started/components/live-examples.md +0 -100
  3593. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  3594. package/docs/guide/getting-started/components/search-button.md +0 -98
  3595. package/docs/guide/getting-started/components/search-input.md +0 -105
  3596. package/docs/guide/getting-started/install-xplugin.md +0 -72
  3597. package/docs/guide/getting-started/use-components.md +0 -75
  3598. package/docs/guide/install.md +0 -30
  3599. package/docs/react-components/ReactComponents.jsx +0 -46
  3600. package/docs/react-components/Utils.jsx +0 -34
  3601. package/docs/sidebar.json +0 -1
  3602. package/facets-next/index.d.ts +0 -1
  3603. package/facets-next/index.js +0 -4
  3604. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  3605. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3606. package/js/components/animations/collapse-from-top.vue.js +0 -58
  3607. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  3608. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  3609. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  3610. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  3611. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  3612. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  3613. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3614. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3615. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3616. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3617. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3618. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  3619. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3620. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  3621. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3622. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -113
  3623. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3624. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  3625. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  3626. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  3627. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  3628. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  3629. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3630. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  3631. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3632. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  3633. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3634. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -62
  3635. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  3636. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -87
  3637. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3638. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -49
  3639. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3640. package/js/components/icons/arrow.vue.js +0 -63
  3641. package/js/components/icons/arrow.vue.js.map +0 -1
  3642. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  3643. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  3644. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  3645. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  3646. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  3647. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  3648. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3649. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3650. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  3651. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  3652. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3653. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3654. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  3655. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  3656. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  3657. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3658. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3659. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3660. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  3661. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3662. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3663. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3664. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  3665. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3666. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  3667. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3668. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  3669. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3670. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  3671. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3672. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  3673. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3674. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  3675. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3676. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  3677. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3678. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  3679. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3680. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3681. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3682. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  3683. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  3684. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  3685. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3686. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  3687. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3688. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  3689. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3690. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  3691. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  3692. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3693. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3694. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  3695. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  3696. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  3697. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  3698. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3699. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3700. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  3701. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  3702. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  3703. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  3704. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  3705. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  3706. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  3707. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  3708. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  3709. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  3710. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  3711. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  3712. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3713. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3714. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  3715. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  3716. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  3717. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  3718. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  3719. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  3720. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  3721. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3722. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  3723. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  3724. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3725. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3726. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  3727. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  3728. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  3729. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  3730. package/js/components/layouts/layout.vue.js +0 -297
  3731. package/js/components/layouts/layout.vue.js.map +0 -1
  3732. package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js +0 -77
  3733. package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js.map +0 -1
  3734. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  3735. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  3736. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  3737. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3738. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -94
  3739. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3740. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  3741. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  3742. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  3743. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  3744. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  3745. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3746. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  3747. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  3748. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  3749. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3750. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  3751. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3752. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
  3753. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3754. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  3755. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3756. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  3757. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  3758. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -51
  3759. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  3760. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  3761. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3762. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -145
  3763. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3764. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
  3765. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  3766. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  3767. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  3768. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -34
  3769. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  3770. package/js/components/scroll/base-id-scroll.vue.js +0 -69
  3771. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  3772. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  3773. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3774. package/js/components/scroll/base-main-scroll.vue.js +0 -39
  3775. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  3776. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  3777. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3778. package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
  3779. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  3780. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  3781. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  3782. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
  3783. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  3784. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  3785. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  3786. package/js/components/staggering-transition-group.vue.js +0 -42
  3787. package/js/components/staggering-transition-group.vue.js.map +0 -1
  3788. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -337
  3789. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  3790. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
  3791. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  3792. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -70
  3793. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  3794. package/js/store/store.utils.js +0 -14
  3795. package/js/store/store.utils.js.map +0 -1
  3796. package/js/store/utils/get-getters-proxy.js +0 -104
  3797. package/js/store/utils/get-getters-proxy.js.map +0 -1
  3798. package/js/store/utils/helpers/fetch-and-save-action.helpers.js +0 -76
  3799. package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
  3800. package/js/store/utils/helpers/status.helpers.js +0 -13
  3801. package/js/store/utils/helpers/status.helpers.js.map +0 -1
  3802. package/js/utils/object.js +0 -85
  3803. package/js/utils/object.js.map +0 -1
  3804. package/js/wiring/utils/wire-racing-handling.js +0 -108
  3805. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  3806. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  3807. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  3808. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  3809. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  3810. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -220
  3811. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3812. package/js/x-modules/facets/components/facets.vue.js +0 -95
  3813. package/js/x-modules/facets/components/facets.vue.js.map +0 -1
  3814. package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js +0 -260
  3815. package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  3816. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -176
  3817. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3818. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
  3819. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  3820. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -174
  3821. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3822. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -213
  3823. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3824. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -197
  3825. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3826. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -159
  3827. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3828. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -202
  3829. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3830. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -160
  3831. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  3832. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -150
  3833. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  3834. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -196
  3835. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  3836. package/js/x-modules/facets/components/lists/filters.vue.js +0 -73
  3837. package/js/x-modules/facets/components/lists/filters.vue.js.map +0 -1
  3838. package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js +0 -176
  3839. package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3840. package/js/x-modules/facets/components/lists/multi-select-filters.vue.js +0 -63
  3841. package/js/x-modules/facets/components/lists/multi-select-filters.vue.js.map +0 -1
  3842. package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js +0 -88
  3843. package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3844. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -139
  3845. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3846. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -200
  3847. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3848. package/js/x-modules/facets/components/selected-filters.vue.js +0 -63
  3849. package/js/x-modules/facets/components/selected-filters.vue.js.map +0 -1
  3850. package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js +0 -176
  3851. package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3852. package/js/x-modules/facets/store/actions/clear-selected-filters.action.js +0 -98
  3853. package/js/x-modules/facets/store/actions/clear-selected-filters.action.js.map +0 -1
  3854. package/js/x-modules/facets/store/actions/set-backend-facets.action.js +0 -19
  3855. package/js/x-modules/facets/store/actions/set-backend-facets.action.js.map +0 -1
  3856. package/js/x-modules/facets/store/actions/set-frontend-facets.action.js +0 -19
  3857. package/js/x-modules/facets/store/actions/set-frontend-facets.action.js.map +0 -1
  3858. package/js/x-modules/facets/store/actions/toggle-filter.action.js +0 -51
  3859. package/js/x-modules/facets/store/actions/toggle-filter.action.js.map +0 -1
  3860. package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js +0 -57
  3861. package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js.map +0 -1
  3862. package/js/x-modules/facets/store/actions/update-backend-facets.action.js +0 -40
  3863. package/js/x-modules/facets/store/actions/update-backend-facets.action.js.map +0 -1
  3864. package/js/x-modules/facets/store/getters/flattened-filters.getter.js +0 -35
  3865. package/js/x-modules/facets/store/getters/flattened-filters.getter.js.map +0 -1
  3866. package/js/x-modules/facets-next/store/emitters.js +0 -12
  3867. package/js/x-modules/facets-next/store/emitters.js.map +0 -1
  3868. package/js/x-modules/facets-next/store/module.js +0 -38
  3869. package/js/x-modules/facets-next/store/module.js.map +0 -1
  3870. package/js/x-modules/facets-next/wiring.js +0 -11
  3871. package/js/x-modules/facets-next/wiring.js.map +0 -1
  3872. package/js/x-modules/facets-next/x-module.js +0 -19
  3873. package/js/x-modules/facets-next/x-module.js.map +0 -1
  3874. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  3875. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  3876. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -52
  3877. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  3878. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  3879. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  3880. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  3881. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  3882. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  3883. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  3884. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
  3885. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  3886. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -50
  3887. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  3888. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  3889. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  3890. package/js/x-modules/next-queries/utils.js +0 -15
  3891. package/js/x-modules/next-queries/utils.js.map +0 -1
  3892. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js +0 -70
  3893. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
  3894. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
  3895. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  3896. package/js/x-modules/no-suggestions/store/module.js +0 -20
  3897. package/js/x-modules/no-suggestions/store/module.js.map +0 -1
  3898. package/js/x-modules/no-suggestions/wiring.js +0 -46
  3899. package/js/x-modules/no-suggestions/wiring.js.map +0 -1
  3900. package/js/x-modules/no-suggestions/x-module.js +0 -18
  3901. package/js/x-modules/no-suggestions/x-module.js.map +0 -1
  3902. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  3903. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  3904. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -49
  3905. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  3906. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  3907. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  3908. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -38
  3909. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  3910. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -54
  3911. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  3912. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
  3913. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  3914. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
  3915. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  3916. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
  3917. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  3918. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -69
  3919. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3920. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -146
  3921. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3922. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  3923. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3924. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
  3925. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  3926. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -69
  3927. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3928. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  3929. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3930. package/js/x-modules/search/components/search-items-injection.mixin.js +0 -22
  3931. package/js/x-modules/search/components/search-items-injection.mixin.js.map +0 -1
  3932. package/js/x-modules/search/components/search-items-list.vue.js +0 -78
  3933. package/js/x-modules/search/components/search-items-list.vue.js.map +0 -1
  3934. package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js +0 -47
  3935. package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3936. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  3937. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3938. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -157
  3939. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3940. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -146
  3941. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3942. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -134
  3943. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  3944. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  3945. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  3946. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
  3947. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3948. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
  3949. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  3950. package/no-suggestions/index.d.ts +0 -1
  3951. package/no-suggestions/index.js +0 -4
  3952. package/types/__stubs__/banners-stubs.factory.d.ts +0 -20
  3953. package/types/__stubs__/banners-stubs.factory.d.ts.map +0 -1
  3954. package/types/__stubs__/facets-stubs.factory.d.ts +0 -91
  3955. package/types/__stubs__/facets-stubs.factory.d.ts.map +0 -1
  3956. package/types/__stubs__/filters-stubs.factory.d.ts +0 -97
  3957. package/types/__stubs__/filters-stubs.factory.d.ts.map +0 -1
  3958. package/types/__stubs__/history-queries-stubs.factory.d.ts +0 -21
  3959. package/types/__stubs__/history-queries-stubs.factory.d.ts.map +0 -1
  3960. package/types/__stubs__/next-queries-stubs.factory.d.ts +0 -8
  3961. package/types/__stubs__/next-queries-stubs.factory.d.ts.map +0 -1
  3962. package/types/__stubs__/partials-results-stubs.factory.d.ts +0 -8
  3963. package/types/__stubs__/partials-results-stubs.factory.d.ts.map +0 -1
  3964. package/types/__stubs__/promoteds-stubs.factory.d.ts +0 -20
  3965. package/types/__stubs__/promoteds-stubs.factory.d.ts.map +0 -1
  3966. package/types/__stubs__/query-suggestions-stubs.factory.d.ts +0 -12
  3967. package/types/__stubs__/query-suggestions-stubs.factory.d.ts.map +0 -1
  3968. package/types/__stubs__/related-tags-stubs.factory.d.ts +0 -14
  3969. package/types/__stubs__/related-tags-stubs.factory.d.ts.map +0 -1
  3970. package/types/__stubs__/results-stubs.factory.d.ts +0 -22
  3971. package/types/__stubs__/results-stubs.factory.d.ts.map +0 -1
  3972. package/types/__stubs__/search-response-stubs.factory.d.ts +0 -10
  3973. package/types/__stubs__/search-response-stubs.factory.d.ts.map +0 -1
  3974. package/types/__stubs__/suggestions-stubs.factory.d.ts +0 -9
  3975. package/types/__stubs__/suggestions-stubs.factory.d.ts.map +0 -1
  3976. package/types/__tests__/adapter.dummy.d.ts +0 -3
  3977. package/types/__tests__/adapter.dummy.d.ts.map +0 -1
  3978. package/types/__tests__/utils.d.ts +0 -87
  3979. package/types/__tests__/utils.d.ts.map +0 -1
  3980. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  3981. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  3982. package/types/components/icons/arrow.vue.d.ts +0 -3
  3983. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  3984. package/types/components/layouts/layout.vue.d.ts +0 -44
  3985. package/types/components/layouts/layout.vue.d.ts.map +0 -1
  3986. package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
  3987. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  3988. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  3989. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  3990. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  3991. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  3992. package/types/components/staggering-transition-group.vue.d.ts +0 -263
  3993. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  3994. package/types/components/x-component.types.d.ts +0 -19
  3995. package/types/components/x-component.types.d.ts.map +0 -1
  3996. package/types/store/store-emitters.types.d.ts +0 -72
  3997. package/types/store/store-emitters.types.d.ts.map +0 -1
  3998. package/types/store/store.utils.d.ts +0 -12
  3999. package/types/store/store.utils.d.ts.map +0 -1
  4000. package/types/store/utils/get-getters-proxy.d.ts +0 -41
  4001. package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
  4002. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts +0 -61
  4003. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
  4004. package/types/store/utils/helpers/status.helpers.d.ts +0 -41
  4005. package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
  4006. package/types/types/query-origin.d.ts +0 -7
  4007. package/types/types/query-origin.d.ts.map +0 -1
  4008. package/types/utils/object.d.ts +0 -49
  4009. package/types/utils/object.d.ts.map +0 -1
  4010. package/types/wiring/__tests__/utils.d.ts +0 -48
  4011. package/types/wiring/__tests__/utils.d.ts.map +0 -1
  4012. package/types/wiring/utils/wire-racing-handling.d.ts +0 -20
  4013. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
  4014. package/types/x-modules/facets/components/__tests__/utils.d.ts +0 -15
  4015. package/types/x-modules/facets/components/__tests__/utils.d.ts.map +0 -1
  4016. package/types/x-modules/facets/components/facets.vue.d.ts +0 -131
  4017. package/types/x-modules/facets/components/facets.vue.d.ts.map +0 -1
  4018. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  4019. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  4020. package/types/x-modules/facets/components/lists/filters.vue.d.ts +0 -43
  4021. package/types/x-modules/facets/components/lists/filters.vue.d.ts.map +0 -1
  4022. package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts +0 -46
  4023. package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts.map +0 -1
  4024. package/types/x-modules/facets/components/selected-filters.vue.d.ts +0 -63
  4025. package/types/x-modules/facets/components/selected-filters.vue.d.ts.map +0 -1
  4026. package/types/x-modules/facets/config.types.d.ts +0 -12
  4027. package/types/x-modules/facets/config.types.d.ts.map +0 -1
  4028. package/types/x-modules/facets/store/__tests__/utils.d.ts +0 -14
  4029. package/types/x-modules/facets/store/__tests__/utils.d.ts.map +0 -1
  4030. package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts +0 -71
  4031. package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts.map +0 -1
  4032. package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts +0 -13
  4033. package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts.map +0 -1
  4034. package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts +0 -13
  4035. package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts.map +0 -1
  4036. package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts +0 -14
  4037. package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts.map +0 -1
  4038. package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts +0 -12
  4039. package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts.map +0 -1
  4040. package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts +0 -16
  4041. package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts.map +0 -1
  4042. package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts +0 -15
  4043. package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts.map +0 -1
  4044. package/types/x-modules/facets-next/index.d.ts +0 -4
  4045. package/types/x-modules/facets-next/index.d.ts.map +0 -1
  4046. package/types/x-modules/facets-next/store/emitters.d.ts +0 -7
  4047. package/types/x-modules/facets-next/store/emitters.d.ts.map +0 -1
  4048. package/types/x-modules/facets-next/store/index.d.ts.map +0 -1
  4049. package/types/x-modules/facets-next/store/module.d.ts +0 -8
  4050. package/types/x-modules/facets-next/store/module.d.ts.map +0 -1
  4051. package/types/x-modules/facets-next/store/types.d.ts +0 -91
  4052. package/types/x-modules/facets-next/store/types.d.ts.map +0 -1
  4053. package/types/x-modules/facets-next/wiring.d.ts +0 -7
  4054. package/types/x-modules/facets-next/wiring.d.ts.map +0 -1
  4055. package/types/x-modules/facets-next/x-module.d.ts +0 -16
  4056. package/types/x-modules/facets-next/x-module.d.ts.map +0 -1
  4057. package/types/x-modules/history-queries/components/__tests__/utils.d.ts +0 -15
  4058. package/types/x-modules/history-queries/components/__tests__/utils.d.ts.map +0 -1
  4059. package/types/x-modules/history-queries/store/__tests__/utils.d.ts +0 -14
  4060. package/types/x-modules/history-queries/store/__tests__/utils.d.ts.map +0 -1
  4061. package/types/x-modules/identifier-results/components/__tests__/utils.d.ts +0 -15
  4062. package/types/x-modules/identifier-results/components/__tests__/utils.d.ts.map +0 -1
  4063. package/types/x-modules/identifier-results/store/__tests__/utils.d.ts +0 -14
  4064. package/types/x-modules/identifier-results/store/__tests__/utils.d.ts.map +0 -1
  4065. package/types/x-modules/next-queries/components/__tests__/utils.d.ts +0 -15
  4066. package/types/x-modules/next-queries/components/__tests__/utils.d.ts.map +0 -1
  4067. package/types/x-modules/next-queries/store/__tests__/utils.d.ts +0 -14
  4068. package/types/x-modules/next-queries/store/__tests__/utils.d.ts.map +0 -1
  4069. package/types/x-modules/next-queries/utils.d.ts +0 -12
  4070. package/types/x-modules/next-queries/utils.d.ts.map +0 -1
  4071. package/types/x-modules/no-suggestions/components/__tests__/utils.d.ts +0 -15
  4072. package/types/x-modules/no-suggestions/components/__tests__/utils.d.ts.map +0 -1
  4073. package/types/x-modules/no-suggestions/components/index.d.ts +0 -2
  4074. package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
  4075. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
  4076. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
  4077. package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
  4078. package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
  4079. package/types/x-modules/no-suggestions/index.d.ts +0 -6
  4080. package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
  4081. package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
  4082. package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
  4083. package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
  4084. package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
  4085. package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
  4086. package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
  4087. package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
  4088. package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
  4089. package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
  4090. package/types/x-modules/no-suggestions/x-module.d.ts.map +0 -1
  4091. package/types/x-modules/popular-searches/components/__tests__/utils.d.ts +0 -15
  4092. package/types/x-modules/popular-searches/components/__tests__/utils.d.ts.map +0 -1
  4093. package/types/x-modules/popular-searches/store/__tests__/utils.d.ts +0 -14
  4094. package/types/x-modules/popular-searches/store/__tests__/utils.d.ts.map +0 -1
  4095. package/types/x-modules/query-suggestions/components/__tests__/utils.d.ts +0 -15
  4096. package/types/x-modules/query-suggestions/components/__tests__/utils.d.ts.map +0 -1
  4097. package/types/x-modules/query-suggestions/store/__tests__/utils.d.ts +0 -14
  4098. package/types/x-modules/query-suggestions/store/__tests__/utils.d.ts.map +0 -1
  4099. package/types/x-modules/recommendations/components/__tests__/utils.d.ts +0 -15
  4100. package/types/x-modules/recommendations/components/__tests__/utils.d.ts.map +0 -1
  4101. package/types/x-modules/recommendations/store/__tests__/utils.d.ts +0 -14
  4102. package/types/x-modules/recommendations/store/__tests__/utils.d.ts.map +0 -1
  4103. package/types/x-modules/related-tags/components/__tests__/utils.d.ts +0 -15
  4104. package/types/x-modules/related-tags/components/__tests__/utils.d.ts.map +0 -1
  4105. package/types/x-modules/related-tags/store/__tests_/utils.d.ts +0 -14
  4106. package/types/x-modules/related-tags/store/__tests_/utils.d.ts.map +0 -1
  4107. package/types/x-modules/search/components/__tests__/utils.d.ts +0 -15
  4108. package/types/x-modules/search/components/__tests__/utils.d.ts.map +0 -1
  4109. package/types/x-modules/search/components/search-items-injection.mixin.d.ts +0 -29
  4110. package/types/x-modules/search/components/search-items-injection.mixin.d.ts.map +0 -1
  4111. package/types/x-modules/search/components/search-items-list.vue.d.ts +0 -34
  4112. package/types/x-modules/search/components/search-items-list.vue.d.ts.map +0 -1
  4113. package/types/x-modules/search/store/__tests__/utils.d.ts +0 -14
  4114. package/types/x-modules/search/store/__tests__/utils.d.ts.map +0 -1
  4115. package/types/x-modules/search-box/components/__tests__/utils.d.ts +0 -15
  4116. package/types/x-modules/search-box/components/__tests__/utils.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,1004 +1,3330 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [3.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.9...@empathyco/x-components@3.0.0-alpha.10) (2021-07-29)
6
+ ## [3.0.0-alpha.100](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.99...@empathyco/x-components@3.0.0-alpha.100) (2022-05-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **build:** supports being built on Windows based machines
11
+ ([6e760fa](https://github.com/empathyco/x/commit/6e760fab8d39162897574abab95884cadd6252b8))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
18
+ ## [3.0.0-alpha.99](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.98...@empathyco/x-components@3.0.0-alpha.99) (2022-05-17)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **url:** a `query` is required to store params in the `URL`
23
+ ([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
24
+ closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
25
+
26
+ # Change Log
27
+
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
30
+
31
+ ## [3.0.0-alpha.98](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.97...@empathyco/x-components@3.0.0-alpha.98) (2022-05-13)
32
+
33
+ ### Features
34
+
35
+ - fix form label warnings
36
+ ([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
37
+ closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
38
+
39
+ # Change Log
40
+
41
+ All notable changes to this project will be documented in this file. See
42
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
43
+
44
+ ## [3.0.0-alpha.97](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.96...@empathyco/x-components@3.0.0-alpha.97) (2022-05-13)
45
+
46
+ ### Features
47
+
48
+ - move `response` types to `@empathyco/x-types`
49
+ ([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
50
+ closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
51
+
52
+ # Change Log
53
+
54
+ All notable changes to this project will be documented in this file. See
55
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
56
+
57
+ ## [3.0.0-alpha.96](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.95...@empathyco/x-components@3.0.0-alpha.96) (2022-05-13)
58
+
59
+ ### ⚠ BREAKING CHANGES
60
+
61
+ - **facets:** Renamed method `registerFilterModifier` in `FilterEntityFactory` to
62
+ `registerModifierByFacetId`.
63
+ - **facets:** Changed `modifiers` parameter of `registerFilterModifier` in `FilterEntityFactory`
64
+ from a single array in favour of rest parameters.
65
+
66
+ ### Features
67
+
68
+ - **facets:** add `registerModifierByFilterModelName`
69
+ ([36956a1](https://github.com/empathyco/x/commit/36956a13b33cc5430381d33ac53cd33b706136da)),
70
+ closes [EX-6106](https://searchbroker.atlassian.net/browse/EX-6106)
71
+
72
+ # Change Log
73
+
74
+ All notable changes to this project will be documented in this file. See
75
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
76
+
77
+ ## [3.0.0-alpha.95](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.94...@empathyco/x-components@3.0.0-alpha.95) (2022-05-11)
78
+
79
+ ### ⚠ BREAKING CHANGES
80
+
81
+ - Request types moved to `x-types` package. Change the imports from `x-adapter` to `x-type`.
82
+ - Removed `TaggingInfo` type. Use `TaggingRequest` from `@empathyco/x-types` instead.
83
+
84
+ ### Features
85
+
86
+ - move `Request` types to `x-types` package
87
+ ([7cc85c1](https://github.com/empathyco/x/commit/7cc85c1d371b604b3188d8cc2076eab5fc9460e4)),
88
+ closes [EX-6066](https://searchbroker.atlassian.net/browse/EX-6066)
89
+
90
+ # Change Log
91
+
92
+ All notable changes to this project will be documented in this file. See
93
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
94
+
95
+ ## [3.0.0-alpha.94](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.93...@empathyco/x-components@3.0.0-alpha.94) (2022-05-09)
96
+
97
+ **Note:** Version bump only for package @empathyco/x-components
98
+
99
+ # Change Log
100
+
101
+ All notable changes to this project will be documented in this file. See
102
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
103
+
104
+ ## [3.0.0-alpha.93](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.92...@empathyco/x-components@3.0.0-alpha.93) (2022-05-06)
105
+
106
+ **Note:** Version bump only for package @empathyco/x-components
107
+
108
+ # Change Log
109
+
110
+ All notable changes to this project will be documented in this file. See
111
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
112
+
113
+ ## [3.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.91...@empathyco/x-components@3.0.0-alpha.92) (2022-05-05)
114
+
115
+ ### Features
116
+
117
+ - **facets:** expose `clickEvents` as a `prop` in filters components using a `RenderlessFilter`
118
+ ([013d83d](https://github.com/empathyco/x/commit/013d83d93ac734a1365bbf98a19ae15dc2f1a64b)),
119
+ closes [EX-5986](https://searchbroker.atlassian.net/browse/EX-5986)
120
+
121
+ # Change Log
122
+
123
+ All notable changes to this project will be documented in this file. See
124
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
125
+
126
+ ## [3.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.90...@empathyco/x-components@3.0.0-alpha.91) (2022-05-04)
127
+
128
+ ### Features
129
+
130
+ - add `alt-text` accessibility
131
+ ([da5a10a](https://github.com/empathyco/x/commit/da5a10a236aae5fae96943fe0ad54849df15e7f5)),
132
+ closes [EX-5930](https://searchbroker.atlassian.net/browse/EX-5930)
133
+
134
+ # Change Log
135
+
136
+ All notable changes to this project will be documented in this file. See
137
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
138
+
139
+ ## [3.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.89...@empathyco/x-components@3.0.0-alpha.90) (2022-05-03)
140
+
141
+ ### Features
142
+
143
+ - **history-queries:** add `MyHistory` component
144
+ ([9929212](https://github.com/empathyco/x/commit/992921275edcca7a6c14ab6dfeaa2dbacae6a5e8)),
145
+ closes [EX-5703](https://searchbroker.atlassian.net/browse/EX-5703)
146
+
147
+ # Change Log
148
+
149
+ All notable changes to this project will be documented in this file. See
150
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
151
+
152
+ ## [3.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.88...@empathyco/x-components@3.0.0-alpha.89) (2022-04-29)
153
+
154
+ ### Build System
155
+
156
+ - **deps:** update eslint-plugin dependencies (#447)
157
+ ([51d60f0](https://github.com/empathyco/x/commit/51d60f0e11fa9667a784bbdb10ba1f39159b382f)),
158
+ closes [EX-5383](https://searchbroker.atlassian.net/browse/EX-5383)
159
+
160
+ # Change Log
161
+
162
+ All notable changes to this project will be documented in this file. See
163
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
164
+
165
+ ## [3.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.87...@empathyco/x-components@3.0.0-alpha.88) (2022-04-29)
166
+
167
+ **Note:** Version bump only for package @empathyco/x-components
168
+
169
+ # Change Log
170
+
171
+ All notable changes to this project will be documented in this file. See
172
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
173
+
174
+ ## [3.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.85...@empathyco/x-components@3.0.0-alpha.86) (2022-04-19)
175
+
176
+ ### Features
177
+
178
+ - **eslint:** add `vuejs-accessibility` plugin (#427)
179
+ ([6789771](https://github.com/empathyco/x/commit/6789771ab88a909552da74095694a4c2a191a51d)),
180
+ closes [EX-5845](https://searchbroker.atlassian.net/browse/EX-5845)
181
+
182
+ # Change Log
183
+
184
+ All notable changes to this project will be documented in this file. See
185
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
186
+
187
+ ## [3.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.84...@empathyco/x-components@3.0.0-alpha.85) (2022-04-14)
188
+
189
+ ### Features
190
+
191
+ - extract SessionService to x-utils package
192
+ ([5268808](https://github.com/empathyco/x/commit/52688087e577dfd7ce9b0669b21ada75ae67053c))
193
+
194
+ # Change Log
195
+
196
+ All notable changes to this project will be documented in this file. See
197
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
198
+
199
+ ## [3.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.83...@empathyco/x-components@3.0.0-alpha.84) (2022-04-07)
200
+
201
+ **Note:** Version bump only for package @empathyco/x-components
202
+
203
+ # Change Log
204
+
205
+ All notable changes to this project will be documented in this file. See
206
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
207
+
208
+ ## [3.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.82...@empathyco/x-components@3.0.0-alpha.83) (2022-04-07)
209
+
210
+ ### Code Refactoring
211
+
212
+ - move DeepPartial type from x-components to x-utils
213
+ ([a26f0c5](https://github.com/empathyco/x/commit/a26f0c54317f17144b4262c60b0a0dc086883eb9)),
214
+ closes [EX-5835](https://searchbroker.atlassian.net/browse/EX-5835)
215
+
216
+ ### Documentation
217
+
218
+ - activating ready live-examples
219
+ ([953e6c2](https://github.com/empathyco/x/commit/953e6c2ead73cd464fbb861bcc917134eac478a1)),
220
+ closes [EX-5705](https://searchbroker.atlassian.net/browse/EX-5705)
221
+
222
+ # Change Log
223
+
224
+ All notable changes to this project will be documented in this file. See
225
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
226
+
227
+ ## [3.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.81...@empathyco/x-components@3.0.0-alpha.82) (2022-04-05)
228
+
229
+ **Note:** Version bump only for package @empathyco/x-components
230
+
231
+ # Change Log
232
+
233
+ All notable changes to this project will be documented in this file. See
234
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
235
+
236
+ ## [3.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.80...@empathyco/x-components@3.0.0-alpha.81) (2022-04-05)
237
+
238
+ **Note:** Version bump only for package @empathyco/x-components
239
+
240
+ # Change Log
241
+
242
+ All notable changes to this project will be documented in this file. See
243
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
244
+
245
+ ## [3.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.79...@empathyco/x-components@3.0.0-alpha.80) (2022-04-04)
246
+
247
+ ### Testing
248
+
249
+ - Restructure files for non global step def (#382)
250
+ ([d212692](https://github.com/empathyco/x/commit/d21269273e87e58312fde996fd9be3e5883958b4)),
251
+ closes [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
252
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
253
+ [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
254
+
255
+ # Change Log
256
+
257
+ All notable changes to this project will be documented in this file. See
258
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
259
+
260
+ ## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.78...@empathyco/x-components@3.0.0-alpha.79) (2022-04-04)
261
+
262
+ ### Build System
263
+
264
+ - **deps:** Upgrade Cypress and Vue Cli plugins versions. (#399)
265
+ ([630d6b0](https://github.com/empathyco/x/commit/630d6b0d767a3484140ecd252e2be10817e0900d)),
266
+ closes [EX-5417](https://searchbroker.atlassian.net/browse/EX-5417)
267
+
268
+ # Change Log
269
+
270
+ All notable changes to this project will be documented in this file. See
271
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
272
+
273
+ ## [3.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.77...@empathyco/x-components@3.0.0-alpha.78) (2022-04-04)
274
+
275
+ **Note:** Version bump only for package @empathyco/x-components
276
+
277
+ # Change Log
278
+
279
+ All notable changes to this project will be documented in this file. See
280
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
281
+
282
+ ## [3.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.76...@empathyco/x-components@3.0.0-alpha.77) (2022-04-01)
283
+
284
+ ### Code Refactoring
285
+
286
+ - move `object` utils from `x-components` to `x-utils`
287
+ ([512b350](https://github.com/empathyco/x/commit/512b350da4a3dd73ddbd78a7b2965a1e07735a8e)),
288
+ closes [EX-5793](https://searchbroker.atlassian.net/browse/EX-5793)
289
+
290
+ # Change Log
291
+
292
+ All notable changes to this project will be documented in this file. See
293
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
294
+
295
+ ## [3.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.75...@empathyco/x-components@3.0.0-alpha.76) (2022-04-01)
296
+
297
+ ### Code Refactoring
298
+
299
+ - move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
300
+ ([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
301
+ closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
302
+
303
+ ### Documentation
304
+
305
+ - fix links and update repository information and development setup for `x-components` (#394)
306
+ ([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
307
+
308
+ # Change Log
309
+
310
+ All notable changes to this project will be documented in this file. See
311
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
312
+
313
+ ## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
314
+
315
+ **Note:** Version bump only for package @empathyco/x-components
316
+
317
+ ## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
318
+
319
+ ### Bug Fixes
320
+
321
+ - **base-currency:** format preference goes prop to be injected by default
322
+ ([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
323
+ closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
324
+
325
+ # Change Log
326
+
327
+ All notable changes to this project will be documented in this file. See
328
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
329
+
330
+ ## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
331
+
332
+ ### Features
333
+
334
+ - **history-queries:** add toggle to enable/disable the history queries
335
+ ([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
336
+ closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
337
+
338
+ ## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
339
+
340
+ ### Documentation
341
+
342
+ - Update documentation to differentiate integration from development
343
+ ([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
344
+ closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
345
+
346
+ ## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
347
+
348
+ ### Testing
349
+
350
+ - E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
351
+ ([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
352
+
353
+ ## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
354
+
355
+ **Note:** Version bump only for package @empathyco/x-components
356
+
357
+ ## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
358
+
359
+ ### Features
360
+
361
+ - **history-queries:** add `my-history` component
362
+ ([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
363
+ closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
364
+
365
+ ## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
366
+
367
+ ### Bug Fixes
368
+
369
+ - prevent node-ipc vulnerability
370
+ ([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
371
+
372
+ ## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
373
+
374
+ ### ⚠ BREAKING CHANGES
375
+
376
+ - Remove `selected` and `previous` logic from related tags.
377
+ - Remove `EmpathyRequestRelatedTagsQueryMapper`.
378
+
379
+ ### Features
380
+
381
+ - move related tags concatenation logic (#365)
382
+ ([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
383
+ closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
384
+
385
+ ## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
386
+
387
+ ### Testing
388
+
389
+ - **e2e:** Fix E2E tests in Firefox
390
+ ([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
391
+ closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
392
+
393
+ ## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
394
+
395
+ ### Features
396
+
397
+ - update typescript
398
+ ([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
399
+ closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
400
+
401
+ ## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
402
+
403
+ ### Features
404
+
405
+ - Add `setSnippetConfig` function to the `X` API
406
+ ([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
407
+ closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
408
+
409
+ ## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
410
+
411
+ ### Build System
412
+
413
+ - remove `polyfills` support
414
+ ([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
415
+ closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
416
+
417
+ ## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
418
+
419
+ **Note:** Version bump only for package @empathyco/x-components
420
+
421
+ ## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
422
+
423
+ ### Testing
424
+
425
+ - **e2e:** add `extra-params` scenarios
426
+ ([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
427
+ closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
428
+
429
+ ## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
430
+
431
+ ### Features
432
+
433
+ - **facets:** add facets mixin to share logic between components
434
+ ([c8a9046](https://github.com/empathyco/x/commit/c8a904612213cd12040dd6fa1348f6c9a7726eda)),
435
+ closes [EX-2899](https://searchbroker.atlassian.net/browse/EX-2899)
436
+
437
+ ### Testing
438
+
439
+ - **e2e:** fix `tagging` using the `mockedAdapter` and replacing `fetch` for `sendBeacon`
440
+ ([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
441
+ closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
442
+
443
+ ## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
444
+
445
+ ### Features
446
+
447
+ - **design-system:** add `curated` modifier to the `suggestion`
448
+ ([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
449
+ closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
450
+
451
+ ## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
452
+
453
+ ### Features
454
+
455
+ - **scroll:** add scroll data state to the alias API
456
+ ([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
457
+ closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
458
+
459
+ ## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
460
+
461
+ ### Bug Fixes
462
+
463
+ - **build:** Fix build side effects to include css.
464
+ ([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
465
+ closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
466
+
467
+ ## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
468
+
469
+ ### Bug Fixes
470
+
471
+ - **decorators:** pending `debounced` execution is cancelled when the component is destroyed
472
+ ([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
473
+ closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
474
+
475
+ ## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
476
+
477
+ **Note:** Version bump only for package @empathyco/x-components
478
+
479
+ ## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
480
+
481
+ ### ⚠ BREAKING CHANGES
482
+
483
+ - **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead.
484
+ - **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use
485
+ `animateTranslate('left')` and `animateTranslate('right')` instead.
486
+
487
+ ### Features
488
+
489
+ - **components:** created abstract factory for animations
490
+ ([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
491
+ closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
492
+
493
+ ## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
494
+
495
+ ### Continuous Integration
496
+
497
+ - update rollup and plugins version
498
+ ([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
499
+ closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
500
+
501
+ ## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
502
+
503
+ ### Documentation
504
+
505
+ - fix multiple broken links
506
+ ([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
507
+ closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
508
+
509
+ ## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
510
+
511
+ ### Code Refactoring
512
+
513
+ - change to the top of the wiring the ParamsLoadedFromUrl event.
514
+ ([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
515
+ closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
516
+
517
+ ## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
518
+
519
+ ### Features
520
+
521
+ - **design-system:** change curated tag toke values to reuse default ones.
522
+ ([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
523
+ closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
524
+
525
+ ## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
526
+
527
+ ### Continuous Integration
528
+
529
+ - release alpha version on every push to main branch
530
+ ([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
531
+ closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
532
+
533
+ ## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
534
+
535
+ ### ⚠ BREAKING CHANGES
536
+
537
+ - **facets:** Remove `BaseFilter` component. Use `RenderlessFilter`instead.
538
+
539
+ ### Features
540
+
541
+ - **design-system:** add curated tags (#311)
542
+ ([9f40c2b](https://github.com/empathyco/x/commit/9f40c2b17eb08353efc964dba075470877eead46)),
543
+ closes [EX-5089](https://searchbroker.atlassian.net/browse/EX-5089)
544
+ - **extra-params:** add option to add more extra params using a prop in `SnippetConfigExtraParams`
545
+ component
546
+ ([7f9f8b2](https://github.com/empathyco/x/commit/7f9f8b2a7d2a78ed5a101f6e005fffa4f20d3594)),
547
+ closes [EX-5205](https://searchbroker.atlassian.net/browse/EX-5205)
548
+ - **facets:** change `NumberRangeFilter` component to use `RenderlessFilter` instead of `BaseFilter`
549
+ ([f0edfac](https://github.com/empathyco/x/commit/f0edfac14a184ed7fefd27e1c1e700848ada4471)),
550
+ closes [EX-3953](https://searchbroker.atlassian.net/browse/EX-3953)
551
+ - update polyfills plugin to work with chunks
552
+ ([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
553
+ closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
554
+
555
+ ## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
556
+
557
+ ### Features
558
+
559
+ - **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload
560
+ ([a18b8fa](https://github.com/empathyco/x/commit/a18b8fafcc7607fef82d3c9fb1211669f3bbc8a3)),
561
+ closes [EX-5324](https://searchbroker.atlassian.net/browse/EX-5324)
562
+ - **components:** Allow `BaseResultAddToCart` to use external listeners.
563
+ ([a596c07](https://github.com/empathyco/x/commit/a596c07c1ead0e8d3fcf169afddaf15ad6d92e47)),
564
+ closes [EX-5323](https://searchbroker.atlassian.net/browse/EX-5323)
565
+ - **EX-3539:** track PDP add to cart (#306)
566
+ ([dcad4f6](https://github.com/empathyco/x/commit/dcad4f69ce6b267960f882b3831459e372086272)),
567
+ closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
568
+ [EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
569
+
570
+ ## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
571
+
572
+ ### Bug Fixes
573
+
574
+ - **components:** Fix BaseGrid auto columns CSS. (#308)
575
+ ([77563f0](https://github.com/empathyco/x/commit/77563f0eb71d806fb2cefb88b750c4852918b8c0)),
576
+ closes [EX-5295](https://searchbroker.atlassian.net/browse/EX-5295)
577
+
578
+ ### Build System
579
+
580
+ - Fix colors.js dependency issue
581
+ ([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
582
+ closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
583
+
584
+ ## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
585
+
586
+ ### Features
587
+
588
+ - **design-system:** allow suggestions to be tags
589
+ ([24c94bb](https://github.com/empathyco/x/commit/24c94bb604f87a2135a36be5a298f053eba80738)),
590
+ closes [EX-4917](https://searchbroker.atlassian.net/browse/EX-4917)
591
+
592
+ ### Bug Fixes
593
+
594
+ - **url:** default `extra params` are now properly restored
595
+ ([5540929](https://github.com/empathyco/x/commit/554092985a394e1d2b6087b1129282993da7e8c6)),
596
+ closes [EX-5203](https://searchbroker.atlassian.net/browse/EX-5203)
597
+
598
+ ### Testing
599
+
600
+ - **e2e:** make `tagging` tests wait for redirection before assertion
601
+ ([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
602
+ closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
603
+
604
+ ## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
605
+
606
+ ### ⚠ BREAKING CHANGES
607
+
608
+ - **components:** `SlidingPanel` buttons do not have the round variant set by default.
609
+
610
+ ### Features
611
+
612
+ - **components:** add `buttonClass` prop in `SlidingPanel`
613
+ ([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
614
+ closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
615
+ - **components:** add Result Rating component
616
+ ([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
617
+ closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
618
+
619
+ ### Bug Fixes
620
+
621
+ - **design-system:** Fix some style issues and add two missing utilities
622
+ ([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
623
+ closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
624
+ - **identifier-results:** Fix default plugin config. (#296)
625
+ ([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
626
+ closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
627
+ [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
628
+
629
+ ## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
630
+
631
+ ### Features
632
+
633
+ - **components:** Add icons for Arrows UP DOWN LEFT and RIGHT. (#295)
634
+ ([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
635
+ closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
636
+
637
+ ## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
638
+
639
+ ### Features
640
+
641
+ - **design-system:** Add more utility classes.
642
+ ([592e076](https://github.com/empathyco/x/commit/592e0761d201d80fdf62ba260ac4ef0847fb7f17)),
643
+ closes [EX-5241](https://searchbroker.atlassian.net/browse/EX-5241)
644
+ - **desing-system:** Add `Grid2RowsIcon` component
645
+ ([cbd014f](https://github.com/empathyco/x/commit/cbd014fb1a07c2aa738c3ef828c9caf5ec9ded39)),
646
+ closes [EX-5238](https://searchbroker.atlassian.net/browse/EX-5238)
647
+
648
+ ### Bug Fixes
649
+
650
+ - **design-system:** Fix grid styles to stretch cells.
651
+ ([3292229](https://github.com/empathyco/x/commit/32922290173cc87fe5c82934b9a9e01dc27b3c23)),
652
+ closes [EX-5239](https://searchbroker.atlassian.net/browse/EX-5239)
653
+ - **design-system:** Fix Sliding Panel styles.
654
+ ([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
655
+ closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
656
+
657
+ ## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
658
+
659
+ ### Features
660
+
661
+ - **next-queries:** add isCurated property
662
+ ([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
663
+ closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
664
+
665
+ ## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
666
+
667
+ ### Features
668
+
669
+ - **tagging:** add new `SearchTaggingReceived` event for tracking the query
670
+ ([d58b697](https://github.com/empathyco/x/commit/d58b69730915ccd6fb2b0656ff7280450275b5be)),
671
+ closes [EX-5170](https://searchbroker.atlassian.net/browse/EX-5170)
672
+
673
+ ### Bug Fixes
674
+
675
+ - **components:** `SlidingPanel` can now disable the resetting scroll … (#286)
676
+ ([788eb18](https://github.com/empathyco/x/commit/788eb18bf0e066d932484143d0412497f3dada6e)),
677
+ closes [EX-5197](https://searchbroker.atlassian.net/browse/EX-5197)
678
+ - **related-tags:** clear selected related tags when user changes extra params
679
+ ([b2d9b94](https://github.com/empathyco/x/commit/b2d9b94053aebbbda41659dbc3e4602931fd1bb5)),
680
+ closes [EX-5188](https://searchbroker.atlassian.net/browse/EX-5188)
681
+ - **search:** batch state reset calls after a search.request parameter changes (#283)
682
+ ([492e856](https://github.com/empathyco/x/commit/492e8566913428426459ada29ca4963730cfcd7c)),
683
+ closes [EX-5057](https://searchbroker.atlassian.net/browse/EX-5057)
684
+ - **search:** next page is now requested if it has less than the page size results. (#284)
685
+ ([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
686
+ closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
687
+
688
+ ## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
689
+
690
+ ### Features
691
+
692
+ - **design-system:** Add bottom variant to `x-shadow` utility in the Design System
693
+ ([a23552f](https://github.com/empathyco/x/commit/a23552f29d1ec1b7939c770862d91f9e2f3a4890)),
694
+ closes [EX-5184](https://searchbroker.atlassian.net/browse/EX-5184)
695
+
696
+ ### Bug Fixes
697
+
698
+ - Fix multiple issues.
699
+ ([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
700
+ closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
701
+
702
+ ## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
703
+
704
+ ### Features
705
+
706
+ - **desing-system:** Add new color tokens. (#275)
707
+ ([e93fcc4](https://github.com/empathyco/x/commit/e93fcc4cea0e975441695f14a66b0863cb5896af)),
708
+ closes [EX-5171](https://searchbroker.atlassian.net/browse/EX-5171)
709
+ - **test:** refactor base tests to cypress component testing
710
+ ([dc7a924](https://github.com/empathyco/x/commit/dc7a924b612411470742d222bcc6531fa656ce13)),
711
+ closes [EX-4928](https://searchbroker.atlassian.net/browse/EX-4928)
712
+ - **x-plugin:** Add selected sort (#274)
713
+ ([b4c0d14](https://github.com/empathyco/x/commit/b4c0d140ca5eba8de189068fef5dd2a6249c1207)),
714
+ closes [EX-5165](https://searchbroker.atlassian.net/browse/EX-5165)
715
+
716
+ ### Bug Fixes
717
+
718
+ - **components:** Fix infinite scroll not working in Android Chrome. (#277)
719
+ ([19c3d77](https://github.com/empathyco/x/commit/19c3d77f124a1bbc099bae0e5dbb80fb30a132a1)),
720
+ closes [EX-5181](https://searchbroker.atlassian.net/browse/EX-5181)
721
+ - **search:** rows and start parameters calculations moved from getter to action to avoid multiple
722
+ requests
723
+ ([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
724
+ closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
725
+
726
+ ## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
727
+
728
+ ### Features
729
+
730
+ - **scroll:** remove animations on pending element to scroll
731
+ ([7a33653](https://github.com/empathyco/x/commit/7a336531c4fedb2c38133a5464f9b7e9736cef68)),
732
+ closes [EX-5025](https://searchbroker.atlassian.net/browse/EX-5025)
733
+ - **tagging:** Include 'location' parameter to track result events. (#273)
734
+ ([69bab4b](https://github.com/empathyco/x/commit/69bab4b81f85725f3fc0a9bdc3177db09dd46a40)),
735
+ closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
736
+ [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
737
+
738
+ ## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
739
+
740
+ ### Build System
741
+
742
+ - Load PostCSS plugins from rollup build (#272)
743
+ ([aaed2f3](https://github.com/empathyco/x/commit/aaed2f328b0b7252853922703283c77bcd1221d0)),
744
+ closes [EX-5162](https://searchbroker.atlassian.net/browse/EX-5162)
745
+
746
+ ### Testing
747
+
748
+ - **e2e:** fix tagging tests (#270)
749
+ ([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
750
+ closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
751
+
752
+ ## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
753
+
754
+ ### Features
755
+
756
+ - **components:** fix 'BaseRating' component styles (#264)
757
+ ([053447f](https://github.com/empathyco/x/commit/053447fdb2884f04f6099b6b78876c006568a644)),
758
+ closes [EX-5096](https://searchbroker.atlassian.net/browse/EX-5096)
759
+ - **plugin:** move alias creation from created hook to beforeCreated
760
+ ([57f98e6](https://github.com/empathyco/x/commit/57f98e6587c0c589c4b6581a5f2c1da1a45757d8)),
761
+ closes [EX-4331](https://searchbroker.atlassian.net/browse/EX-4331)
762
+ - **tagging:** track pending query
763
+ ([e6c8fd4](https://github.com/empathyco/x/commit/e6c8fd401b28b2e931ebf78697f218f53134cc5a)),
764
+ closes [EX-4963](https://searchbroker.atlassian.net/browse/EX-4963)
765
+ - **tagging:** track result click events
766
+ ([81f009b](https://github.com/empathyco/x/commit/81f009b0a6264c44436082e457bcb4a12daf5d19)),
767
+ closes [EX-3527](https://searchbroker.atlassian.net/browse/EX-3527)
768
+ - **tagging:** track the 'UserClickedResultAddToCart'event in tagging
769
+ ([873d345](https://github.com/empathyco/x/commit/873d345d67199a64fe9f10c70944b4f74f290405)),
770
+ closes [EX-3529](https://searchbroker.atlassian.net/browse/EX-3529)
771
+ - **wiring:** add force and cancel support to debounce and throttle wire operators. Update rxjs to
772
+ v7. ([1fe2f29](https://github.com/empathyco/x/commit/1fe2f298589b1aa44798f3911379fe11905a43a9)),
773
+ closes [EX-5123](https://searchbroker.atlassian.net/browse/EX-5123)
774
+
775
+ ### Bug Fixes
776
+
777
+ - **components:** Export missing layout components
778
+ ([15986f5](https://github.com/empathyco/x/commit/15986f56b8b78b49abe70936c0bd2ba6d85a6bbb)),
779
+ closes [EX-5160](https://searchbroker.atlassian.net/browse/EX-5160)
780
+ - **extra-params:** prevent callbacks option from the snippet config to be taken as extra params
781
+ ([2940d2c](https://github.com/empathyco/x/commit/2940d2c7163904a193c459892792b2153de7d079)),
782
+ closes [EX-5104](https://searchbroker.atlassian.net/browse/EX-5104)
783
+
784
+ ### Testing
785
+
786
+ - **e2e:** make url tests intercept tracking and wait for each request
787
+ ([393dbea](https://github.com/empathyco/x/commit/393dbea71648b010a4f3d197c180c91741c6054b)),
788
+ closes [EX-5127](https://searchbroker.atlassian.net/browse/EX-5127)
789
+
790
+ ### Documentation
7
791
 
792
+ - add guide for integrating X Interface into an existing website
793
+ ([9e14a52](https://github.com/empathyco/x/commit/9e14a52389c77deede822643e50b34e5bbf78ddf)),
794
+ closes [EX-5143](https://searchbroker.atlassian.net/browse/EX-5143)
795
+ - change h1 to be h2
796
+ ([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
797
+ closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
798
+
799
+ ## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
8
800
 
9
801
  ### Features
10
802
 
11
- * **facets-next:** add module (#64) ([b002637](https://github.com/empathyco/x/commit/b002637c535d9a1654a264cd3c759fc013cf8fdc)), closes [EX-3647](https://searchbroker.atlassian.net/browse/EX-3647)
803
+ - **search-box:** focus search input after clicking clear search button
804
+ ([d28994c](https://github.com/empathyco/x/commit/d28994c1995834a1adb19798060051089200d7f7)),
805
+ closes [EX-2242](https://searchbroker.atlassian.net/browse/EX-2242)
806
+ - **tagging:** move `origin` from `request.getter` to `fetchAndSave.action`
807
+ ([b0bb40d](https://github.com/empathyco/x/commit/b0bb40de5e2ae7f65e2e2df032a1da9a51f0cb4d)),
808
+ closes [EX-5079](https://searchbroker.atlassian.net/browse/EX-5079)
809
+ - **url:** set `origin` when navigating
810
+ ([02aa766](https://github.com/empathyco/x/commit/02aa7661a15c3718f4809d094a01b0f684a1f55d)),
811
+ closes [EX-3541](https://searchbroker.atlassian.net/browse/EX-3541)
812
+
813
+ ### Documentation
12
814
 
815
+ - Remove docusaurus headers
816
+ ([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
817
+ closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
13
818
 
14
- ### Build System
819
+ ## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
15
820
 
16
- * use 2 different versions of search-types ([5a6ac76](https://github.com/empathyco/x/commit/5a6ac76fea26c0f284904d4f514a1370b7c6184b)), closes [EX-4477](https://searchbroker.atlassian.net/browse/EX-4477)
821
+ ### Features
17
822
 
823
+ - **related-tags:** add `isCurated` property to related tags
824
+ ([e063f45](https://github.com/empathyco/x/commit/e063f4560573bcb1bf32fbe49753f2fe6b235cc7)),
825
+ closes [EX-4940](https://searchbroker.atlassian.net/browse/EX-4940)
826
+ - **search:** change `saveOriginWire` wire from `SelectedRelatedTagsChanged` to
827
+ `UserPickedARelatedTag` (#254)
828
+ ([86072b0](https://github.com/empathyco/x/commit/86072b0805a3dc61b75c0a5760cf2c70e125be34)),
829
+ closes [EX-5078](https://searchbroker.atlassian.net/browse/EX-5078)
830
+ - **utils:** now `origin` only requires the `feature`
831
+ ([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
832
+ closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
18
833
 
834
+ ## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
19
835
 
20
- ## [3.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.8...@empathyco/x-components@3.0.0-alpha.9) (2021-07-29)
836
+ ### BREAKING CHANGES
837
+
838
+ - **storage-service:** `StorageService` has been renamed to `BrowserStorageService`.
21
839
 
840
+ ### Features
841
+
842
+ - **components:** Add `GlobalXBus `component
843
+ ([cc8e28b](https://github.com/empathyco/x/commit/cc8e28b5b5d7f1735c490c0b576d620f4f1dd103)),
844
+ closes [EX-3535](https://searchbroker.atlassian.net/browse/EX-3535)
845
+ - **components:** add `SnippetCallbacks` component
846
+ ([0b89a9f](https://github.com/empathyco/x/commit/0b89a9ff0de60194567d47e768bf0f0fb654b998)),
847
+ closes [EX-5002](https://searchbroker.atlassian.net/browse/EX-5002)
848
+ - **storage-service:** Rename `StorageService` to `BrowserStorageService`
849
+ ([6bf38fb](https://github.com/empathyco/x/commit/6bf38fb7d14323c84c949e21eaa9c692fb0014d7)),
850
+ closes [EX-5073](https://searchbroker.atlassian.net/browse/EX-5073)
22
851
 
23
852
  ### Bug Fixes
24
853
 
25
- * **banners:** fix repeated banners and promoted on page load (#62) ([aec10f1](https://github.com/empathyco/x/commit/aec10f1a6d8b65e32eaf459a2d110cb6ea18111f)), closes [EX-4492](https://searchbroker.atlassian.net/browse/EX-4492)
26
- * **directives:** change `infinite-scroll` threshold to avoid decimals bug in `Chrome` ([41b9c6e](https://github.com/empathyco/x/commit/41b9c6ebe295e0887dbf65a4ad54dfdef501ca15)), closes [EX-4489](https://searchbroker.atlassian.net/browse/EX-4489)
854
+ - **tagging:** now removing the session clears the session from the storage
855
+ ([9328aad](https://github.com/empathyco/x/commit/9328aadca920825bdaddeb565ee47ef0430f25fd)),
856
+ closes [EX-5074](https://searchbroker.atlassian.net/browse/EX-5074)
27
857
 
858
+ ### Build System
28
859
 
860
+ - update jest dependencies
861
+ ([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
862
+ closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
29
863
 
30
- ## [3.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.7...@empathyco/x-components@3.0.0-alpha.8) (2021-07-28)
864
+ ## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
31
865
 
866
+ ### Features
32
867
 
33
- ### Bug Fixes
868
+ - **design-system:** add identifier result in suggestion component
869
+ ([d4ce3c2](https://github.com/empathyco/x/commit/d4ce3c2eb1188e38e55e466f65c9da165bf9bfe7)),
870
+ closes [EX-5065](https://searchbroker.atlassian.net/browse/EX-5065)
871
+ - **identifier-results:** add extra params in the x-module
872
+ ([6afff42](https://github.com/empathyco/x/commit/6afff426081b645bb0e878c77915a4c319b847d2)),
873
+ closes [EX-5066](https://searchbroker.atlassian.net/browse/EX-5066)
874
+ - **tagging:** `track` query
875
+ ([594c656](https://github.com/empathyco/x/commit/594c65649cbf08f586dc9912b367ea39d9da2fa6)),
876
+ closes [EX-4989](https://searchbroker.atlassian.net/browse/EX-4989)
877
+ - **tagging:** add feature hardcoded values
878
+ ([ee6db3a](https://github.com/empathyco/x/commit/ee6db3a360228528a109fedc732bd552ad5d5a61)),
879
+ closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
34
880
 
35
- * **promoted:** fix name export of PromotedsList component ([e29bc52](https://github.com/empathyco/x/commit/e29bc52d0c82ba85dc013882e5d80674a870de2f)), closes [EX-4484](https://searchbroker.atlassian.net/browse/EX-4484)
881
+ ### Testing
36
882
 
883
+ - **e2e:** Reduce command timeout and number of retries.
884
+ ([5e1521f](https://github.com/empathyco/x/commit/5e1521f53aad1e4bfc8f60c7e705422ab2af052c)),
885
+ closes [EX-5015](https://searchbroker.atlassian.net/browse/EX-5015)
886
+ - **e2e:** reorder mocked responses
887
+ ([8cab691](https://github.com/empathyco/x/commit/8cab691b553af31d9b5bc80130e16886877f1b60)),
888
+ closes [EX-4923](https://searchbroker.atlassian.net/browse/EX-4923)
37
889
 
890
+ ### Documentation
38
891
 
39
- ## [3.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.7) (2021-07-27)
892
+ - add new static docs.
893
+ ([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
894
+ closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
40
895
 
896
+ ## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
41
897
 
42
898
  ### Features
43
899
 
44
- * **search:** add `BannersList` and `PromotedsList` components ([5794f31](https://github.com/empathyco/x/commit/5794f312d21e8b4ec64192ec0533a6f762b39959)), closes [EX-4293](https://searchbroker.atlassian.net/browse/EX-4293)
45
-
900
+ - **components:** add `LocationProvider` component
901
+ ([b005713](https://github.com/empathyco/x/commit/b0057130d99767efebcd8da6ef669bee81bac567)),
902
+ closes [EX-4639](https://searchbroker.atlassian.net/browse/EX-4639)
903
+ - **components:** replace `BaseEventButton` for an html button
904
+ ([6028f16](https://github.com/empathyco/x/commit/6028f16374b794df9233a9aada78933502873864)),
905
+ closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
906
+ - **identifier-results:** add query origin in the identifier results search
907
+ ([9c75236](https://github.com/empathyco/x/commit/9c75236bd21b0c483e01a62eb42a070510ea3cf2)),
908
+ closes [EX-4873](https://searchbroker.atlassian.net/browse/EX-4873)
909
+ - remove x installer from router hooks
910
+ ([46fc1cf](https://github.com/empathyco/x/commit/46fc1cf73fccb01d1e97cd80916e33be5d617cf8))
911
+ - **scroll:** add `MainScroll` and `MainScrollItem`
912
+ ([477c804](https://github.com/empathyco/x/commit/477c804cc6bbd09b1558e1448ce4bfe94e56e85b)),
913
+ closes [EX-4998](https://searchbroker.atlassian.net/browse/EX-4998)
914
+ - **scroll:** add empty `XModule`
915
+ ([18e3e6a](https://github.com/empathyco/x/commit/18e3e6a4c17fccc8fedf90b9d644de41b224f716)),
916
+ closes [EX-4996](https://searchbroker.atlassian.net/browse/EX-4996)
917
+ - **scroll:** ignore first visible element when it is also the first one observed
918
+ ([4ae670c](https://github.com/empathyco/x/commit/4ae670c87c534ca551da2b6ee44596ff56505f92)),
919
+ closes [EX-5041](https://searchbroker.atlassian.net/browse/EX-5041)
920
+ - **scroll:** move scroll related components to the `Scroll` `XModule`
921
+ ([be083fa](https://github.com/empathyco/x/commit/be083fa6f46d7fc1f6d7a2a4288f7d09644da042)),
922
+ closes [EX-4997](https://searchbroker.atlassian.net/browse/EX-4997)
923
+ - **search:** add `SearchTaggingChanged` emitter and save coming `queryTagging` from the search
924
+ response
925
+ ([aeb8cea](https://github.com/empathyco/x/commit/aeb8cea22fbc5abe3e8144000984cbff0e9f37d6)),
926
+ closes [EX-3525](https://searchbroker.atlassian.net/browse/EX-3525)
927
+ - **tagging:** add `SessionService`
928
+ ([b9fcbfc](https://github.com/empathyco/x/commit/b9fcbfc0d600a0a4b32245d56c5b00965217e5f5)),
929
+ closes [EX-4875](https://searchbroker.atlassian.net/browse/EX-4875)
930
+ - update `Tagging` model
931
+ ([598915c](https://github.com/empathyco/x/commit/598915ced128e3fa5586ff6c870e68cfa2e016c3)),
932
+ closes [EX-4985](https://searchbroker.atlassian.net/browse/EX-4985)
933
+ - **x-plugin:** Make XPluginMixin to add the component `location` to metadata.
934
+ ([eb2c03a](https://github.com/empathyco/x/commit/eb2c03a329cd78c42becf09bdf49b860dca74e40)),
935
+ closes [EX-4869](https://searchbroker.atlassian.net/browse/EX-4869)
46
936
 
47
937
  ### Bug Fixes
48
938
 
49
- * **design-system:** Fix padding in Input Group Line variant (#58) ([bea2153](https://github.com/empathyco/x/commit/bea2153b702a37e05cc3240fc6201f5b7f38ed5f)), closes [EX-4459](https://searchbroker.atlassian.net/browse/EX-4459)
939
+ - **identifier-results:** provide resultClickExtraEvents so BaseResultLink emits them when clicked
940
+ ([da2da47](https://github.com/empathyco/x/commit/da2da47ed1a1fe431dfdfc5a16205967c2ec1f06)),
941
+ closes [EX-4980](https://searchbroker.atlassian.net/browse/EX-4980)
50
942
 
943
+ ### Testing
51
944
 
52
- ### Code Refactoring
945
+ - **e2e:** add typing to e2e stubs
946
+ ([d218b1b](https://github.com/empathyco/x/commit/d218b1bf4981194aecd9c21606eba01b74472a10))
947
+ - **e2e:** complete filter tests scenarios
948
+ ([cc25bce](https://github.com/empathyco/x/commit/cc25bcec7dd4eadaec9fe67fae564dde5dcecbbf)),
949
+ closes [EX-3607](https://searchbroker.atlassian.net/browse/EX-3607)
950
+ - **e2e:** fix invalid identifier results data test selector
951
+ ([0c1b780](https://github.com/empathyco/x/commit/0c1b780818ee244d506a603603b2e778e50c34f7))
952
+ - **e2e:** remove sliding panel test wait
953
+ ([84e54ac](https://github.com/empathyco/x/commit/84e54ac582afb4698ef5451a63f272988b58596d)),
954
+ closes [EX-5009](https://searchbroker.atlassian.net/browse/EX-5009)
955
+ - **search:** redefine old search tests
956
+ ([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
957
+ closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
958
+
959
+ ## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
53
960
 
54
- * **design-system:** rename `tokens` to use `style-dictionary` ([1c25fdc](https://github.com/empathyco/x/commit/1c25fdcbe7e13388e465dabd565597acbda32f85)), closes [EX-4327](https://searchbroker.atlassian.net/browse/EX-4327)
961
+ ### Features
55
962
 
963
+ - **url:** set sort values and read them from the url
964
+ ([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
965
+ closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
56
966
 
57
- ### Testing
967
+ ## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
58
968
 
59
- * **e2e:** stub 'adapter.getTopRecommendations` calls ([93480b4](https://github.com/empathyco/x/commit/93480b4cd14f90b17d85a12debb4a922381b5de7)), closes [EX-3433](https://searchbroker.atlassian.net/browse/EX-3433)
969
+ ### Features
60
970
 
971
+ - **components:** add new fixed header and aside layout
972
+ ([e2c0ed5](https://github.com/empathyco/x/commit/e2c0ed5ad2ea0015b7d6d330d97499ad64d8947c)),
973
+ closes [EX-4821](https://searchbroker.atlassian.net/browse/EX-4821)
974
+ - **design-system:** Add Desing System Message and Progress Bar components
975
+ ([bba13c9](https://github.com/empathyco/x/commit/bba13c9b632bbe6dad40505bcd5382bfd2105f8e)),
976
+ closes [EX-4904](https://searchbroker.atlassian.net/browse/EX-4904)
977
+ - **extra-params:** Add support to `UrlHandler` for handling `extra-params`
978
+ ([4788be1](https://github.com/empathyco/x/commit/4788be15c5c47525279d3fedc3e468aebb1e8610)),
979
+ closes [EX-4564](https://searchbroker.atlassian.net/browse/EX-4564)
980
+ - **search:** add Redirection and AutoProgressBar components
981
+ ([14168eb](https://github.com/empathyco/x/commit/14168eb6bc9ead3c807f70765cc6f277532c2959)),
982
+ closes [EX-4297](https://searchbroker.atlassian.net/browse/EX-4297)
983
+ - update x-components browserslist
984
+ ([0795ed3](https://github.com/empathyco/x/commit/0795ed3b2cca9d64069426e1b449bbcc725f0a09)),
985
+ closes [EX-3929](https://searchbroker.atlassian.net/browse/EX-3929)
986
+ - **x-plugin:** Update Alias API with `noResults`, `redirections` and `partialResults`
987
+ ([c1ad042](https://github.com/empathyco/x/commit/c1ad0422822e88ec501f31e4b75bddf0ac2b3737)),
988
+ closes [EX-4946](https://searchbroker.atlassian.net/browse/EX-4946)
61
989
 
990
+ ### Bug Fixes
62
991
 
63
- ## [3.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.6) (2021-07-20)
992
+ - **facets:** now service uses only the first filter entity to update the facets.
993
+ ([c2a19cd](https://github.com/empathyco/x/commit/c2a19cddb3db399fa7d242b7557ea8b2dc760461)),
994
+ closes [EX-4867](https://searchbroker.atlassian.net/browse/EX-4867)
995
+ - **url:** Fix URL clear query issue
996
+ ([57680ad](https://github.com/empathyco/x/commit/57680ada60c2d0748f09d029831718ec04660d81)),
997
+ closes [EX-4949](https://searchbroker.atlassian.net/browse/EX-4949)
998
+ - **x-plugin:** fix no results message flash on load
999
+ ([33f534f](https://github.com/empathyco/x/commit/33f534f0343b4115e9ce4d506a9b3d299277976c)),
1000
+ closes [EX-4951](https://searchbroker.atlassian.net/browse/EX-4951)
64
1001
 
65
- **Note:** Version bump only for package @empathyco/x-components
1002
+ ### Code Refactoring
66
1003
 
1004
+ - **design-system:** Refactor Design System View
1005
+ ([f8faf3b](https://github.com/empathyco/x/commit/f8faf3b049160771fa657ac17be4154f434b558c)),
1006
+ closes [EX-4944](https://searchbroker.atlassian.net/browse/EX-4944)
67
1007
 
1008
+ ### Testing
68
1009
 
1010
+ - **e2e:** fix sort intercepted request
1011
+ ([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
1012
+ closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
69
1013
 
1014
+ ## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
70
1015
 
71
- ## [3.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.4...@empathyco/x-components@3.0.0-alpha.5) (2021-07-20)
1016
+ ### BREAKING CHANGES
72
1017
 
1018
+ - Slots that are created using properties like the `modelName` or the `id` of different objects, now
1019
+ are named using the kebab-case version of those values. This affects the following components:
1020
+ `BaseGrid`, `Facets` and `SelectedFiltersList`. Examples: `<template #Result="{ ... }">` now is
1021
+ `<template #result="{ ... }">` `<template #NextQueriesGroup="{ ... }">` now is
1022
+ `<template #next-queries-group="{ ... }">` `<template #hierarchical_category="{ ... }">` now is
1023
+ `<template #hierarchical-category="{ ... }">`
73
1024
 
74
- ### Continuous Integration
1025
+ ### Features
75
1026
 
76
- * Fix publishing in x-components. Normalize build scripts. (#46) ([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)), closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
1027
+ - change all dynamic slots to kebab-case
1028
+ ([039d524](https://github.com/empathyco/x/commit/039d524d52b48019a02d31303fd23b59f19eee68)),
1029
+ closes [EX-4807](https://searchbroker.atlassian.net/browse/EX-4807)
1030
+ - **components:** move `maxItemsToRender` prop to `BaseSuggestions`. Add `maxItemsToRender` prop to
1031
+ `Recommendations`.
1032
+ ([f26a189](https://github.com/empathyco/x/commit/f26a189a60f697579bf4334b899a701def05a22a)),
1033
+ closes [EX-3993](https://searchbroker.atlassian.net/browse/EX-3993)
1034
+ - **plugin:** minimise initial duplicated requests using a debounce
1035
+ ([3ad1fd4](https://github.com/empathyco/x/commit/3ad1fd4ec949de1f1484919d0165f9e6eaa3d882)),
1036
+ closes [EX-4718](https://searchbroker.atlassian.net/browse/EX-4718)
1037
+ - **url:** refactor module logic movig some logic to UrlHandler Component
1038
+ ([f5c9d61](https://github.com/empathyco/x/commit/f5c9d61e96a5365100bc832a955f03161100be79)),
1039
+ closes [EX-4864](https://searchbroker.atlassian.net/browse/EX-4864)
1040
+ - **url:** syncronize url and state with the facets and remove query from facets module
1041
+ ([370db5d](https://github.com/empathyco/x/commit/370db5d73a2cad96173db41b1869f1f665213c22)),
1042
+ closes [EX-3511](https://searchbroker.atlassian.net/browse/EX-3511)
1043
+ - **url:** syncronize url and state with the page
1044
+ ([16bc309](https://github.com/empathyco/x/commit/16bc309a0b592e98b3d25d937b2da0f7d2cbd5e4)),
1045
+ closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
77
1046
 
1047
+ ### Code Refactoring
78
1048
 
1049
+ - **url:** change `updateUrl` action to be a class
1050
+ ([0c668f2](https://github.com/empathyco/x/commit/0c668f29056deb282d10cb1639ed42980afd4f9e)),
1051
+ closes [EX-4827](https://searchbroker.atlassian.net/browse/EX-4827)
79
1052
 
80
- ## [3.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.3...@empathyco/x-components@3.0.0-alpha.4) (2021-07-15)
1053
+ ### Testing
81
1054
 
1055
+ - **e2e:** use main layout in mocked tests
1056
+ ([f98c609](https://github.com/empathyco/x/commit/f98c609cbd32a109e3718538074132e0e1ffa48d)),
1057
+ closes [EX-4750](https://searchbroker.atlassian.net/browse/EX-4750)
82
1058
 
83
- ### Testing
1059
+ ### Styling
1060
+
1061
+ - add pre-commit hooks to run eslint and prettier
1062
+ ([3acc741](https://github.com/empathyco/x/commit/3acc7419b6ece4d7f353d0d1240677271a344bae)),
1063
+ closes [EX-4439](https://searchbroker.atlassian.net/browse/EX-4439)
84
1064
 
85
- * **component:** configure Cypress component testing ([a39172e](https://github.com/empathyco/x/commit/a39172e030f81abf6f9ad1a0cdd5079ec4320e1b)), closes [EX-4339](https://searchbroker.atlassian.net/browse/EX-4339)
1065
+ ### Documentation
86
1066
 
1067
+ - fix components documentation export
1068
+ ([a267e44](https://github.com/empathyco/x/commit/a267e448af5aa657c47aec38b8fe34952663ade8)),
1069
+ closes [EX-3816](https://searchbroker.atlassian.net/browse/EX-3816)
1070
+ - Fix components documentation markdown
1071
+ ([a9877b5](https://github.com/empathyco/x/commit/a9877b5b64259de2313509290b1254667653b420)),
1072
+ closes [EX-4878](https://searchbroker.atlassian.net/browse/EX-4878)
87
1073
 
1074
+ ## [3.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.25...@empathyco/x-components@3.0.0-alpha.26) (2021-09-23)
88
1075
 
89
- ## [3.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.2...@empathyco/x-components@3.0.0-alpha.3) (2021-07-14)
1076
+ ### Features
1077
+
1078
+ - **design-system:** add tokens for non matching part of suggestion
1079
+ ([550f2f4](https://github.com/empathyco/x/commit/550f2f42940019b3108fb4a83c88fc668a1f47e1)),
1080
+ closes [EX-4786](https://searchbroker.atlassian.net/browse/EX-4786)
1081
+ - **url:** set the related tags from the url in the store and viceversa
1082
+ ([ec3baa8](https://github.com/empathyco/x/commit/ec3baa84732019b3c2c599c3e809124ede199fa3)),
1083
+ closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
1084
+ - **url:** syncronize url and state with the page
1085
+ ([2590cdc](https://github.com/empathyco/x/commit/2590cdc8e6c7effb075c3c4407ad1379e0fa3201)),
1086
+ closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
1087
+
1088
+ ### Code Refactoring
1089
+
1090
+ - **facets:** fix facets performance issues
1091
+ ([e4d0361](https://github.com/empathyco/x/commit/e4d036132761814205ff393bd2b14af8f548ba67)),
1092
+ closes [EX-4800](https://searchbroker.atlassian.net/browse/EX-4800)
1093
+
1094
+ ### Styling
1095
+
1096
+ - format with prettier and avoid fixing code while linting
1097
+ ([54539a7](https://github.com/empathyco/x/commit/54539a7e4c34bc6a77ab48c4618e14b40be69e16))
90
1098
 
1099
+ ## [3.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.24...@empathyco/x-components@3.0.0-alpha.25) (2021-09-22)
91
1100
 
92
1101
  ### Features
93
1102
 
94
- * **design-system:** add scroll-to-top slot in Layout ([421e937](https://github.com/empathyco/x/commit/421e9371da6f84069ae033cf0cba8ef360c2603e)), closes [EX-4192](https://searchbroker.atlassian.net/browse/EX-4192)
95
- * **search:** add `Promoted` component ([9c887dc](https://github.com/empathyco/x/commit/9c887dc77e66bf4847a0592557f68461844e0c44)), closes [EX-4289](https://searchbroker.atlassian.net/browse/EX-4289)
96
- * **search:** add Banner component (#42) ([205bf13](https://github.com/empathyco/x/commit/205bf13fe72a5d2c9b28fd0866a9ceb2d14b1700)), closes [EX-4291](https://searchbroker.atlassian.net/browse/EX-4291)
1103
+ - **components:** Add `TranslateFromLeft` and `CrossFade` animations.
1104
+ ([7690dcd](https://github.com/empathyco/x/commit/7690dcdd1b3286b36584a18de5141038aaa1597d)),
1105
+ closes [EX-4772](https://searchbroker.atlassian.net/browse/EX-4772)
1106
+ - **url:** syncronize url and state with the query
1107
+ ([95af0c5](https://github.com/empathyco/x/commit/95af0c5094c4dc1fccbde5a4ed75178f6a041661)),
1108
+ closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
97
1109
 
1110
+ ### Code Refactoring
98
1111
 
99
- ### Bug Fixes
1112
+ - use `NamedModel` generic parameter to better type models
1113
+ ([4255c94](https://github.com/empathyco/x/commit/4255c94c05b497272409fcba745c29cd8b0d870a)),
1114
+ closes [EX-4734](https://searchbroker.atlassian.net/browse/EX-4734)
100
1115
 
101
- * **components:** make column picker & grid components listen to only `ColumnsNumberProvided` event to fix incorrect columns number on re-mounts ([0d3d366](https://github.com/empathyco/x/commit/0d3d366266cee2e383d442913736d35d2f80ea7c)), closes [EX-4189](https://searchbroker.atlassian.net/browse/EX-4189)
102
- * **directives:** `InfiniteScroll` now works properly in Safari and with html or body as containers ([4921d31](https://github.com/empathyco/x/commit/4921d315b9732f200b1946e2938d20277f04cace)), closes [EX-3826](https://searchbroker.atlassian.net/browse/EX-3826)
103
- * **search:** clean sort value after accept a new query ([0e49049](https://github.com/empathyco/x/commit/0e490499c35ac56705a05c12b05be4f5a86ae8ce)), closes [EX-4188](https://searchbroker.atlassian.net/browse/EX-4188)
1116
+ ## [3.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.23...@empathyco/x-components@3.0.0-alpha.24) (2021-09-20)
104
1117
 
1118
+ **Note:** Version bump only for package @empathyco/x-components
105
1119
 
106
- ### Documentation
1120
+ ## [3.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.22...@empathyco/x-components@3.0.0-alpha.23) (2021-09-20)
107
1121
 
108
- * **query-suggestions:** adapt examples to edocs guidelines ([b2380f9](https://github.com/empathyco/x/commit/b2380f95f85d838f0762ea1e608a3ae65ea11b58)), closes [EX-3490](https://searchbroker.atlassian.net/browse/EX-3490)
109
- * **related-tags:** adapt to eDocs guidelines (#35) ([c0cc8ba](https://github.com/empathyco/x/commit/c0cc8ba8a04ca21a206cecd9e657b354e1ece782))
1122
+ **Note:** Version bump only for package @empathyco/x-components
1123
+
1124
+ ## [3.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.21...@empathyco/x-components@3.0.0-alpha.22) (2021-09-17)
1125
+
1126
+ ### Features
110
1127
 
1128
+ - **design-system:** add utilities
1129
+ ([cc5c6cc](https://github.com/empathyco/x/commit/cc5c6cc2eb2daf48cf06c968a06465bb19ff89d9)),
1130
+ closes [EX-4746](https://searchbroker.atlassian.net/browse/EX-4746)
1131
+ - **url:** Add an action to save from url to the store.
1132
+ ([9fbf8d4](https://github.com/empathyco/x/commit/9fbf8d448bd243a3850eebbe1a4520372260e28a)),
1133
+ closes [EX-4712](https://searchbroker.atlassian.net/browse/EX-4712)
1134
+ - **url:** add new URL Manager component
1135
+ ([b3ea10d](https://github.com/empathyco/x/commit/b3ea10dfa0f94d13104372e6bde1733a2c013dae)),
1136
+ closes [EX-4566](https://searchbroker.atlassian.net/browse/EX-4566)
111
1137
 
112
1138
  ### Testing
113
1139
 
114
- * enable e2e test and fix tests (#38) ([9d07a2a](https://github.com/empathyco/x/commit/9d07a2a0d146c5ad9cd5441023b864148759b5b5)), closes [EX-4363](https://searchbroker.atlassian.net/browse/EX-4363)
1140
+ - **partial-results:** mock adapter for partial results e2e tests
1141
+ ([1515e79](https://github.com/empathyco/x/commit/1515e796ab72ada9936cb5d288dea76f83e50bf5)),
1142
+ closes [EX-4647](https://searchbroker.atlassian.net/browse/EX-4647)
115
1143
 
1144
+ ## [3.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.20...@empathyco/x-components@3.0.0-alpha.21) (2021-09-15)
116
1145
 
1146
+ ### Features
117
1147
 
118
- ## [3.0.0-alpha.2](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.2%0Dv3.0.0-alpha.1) (2021-06-30)
1148
+ - **design-system:** add `Shadow` component
1149
+ ([2592a4d](https://github.com/empathyco/x/commit/2592a4d9975109b0733a550c7d40f271ec984456)),
1150
+ closes [EX-4739](https://searchbroker.atlassian.net/browse/EX-4739)
1151
+ - **e2e:** mock adapter for query suggestions tests
1152
+ ([8566a82](https://github.com/empathyco/x/commit/8566a82954f12bf1592e398a8eed5871596b6f2a)),
1153
+ closes [EX-4645](https://searchbroker.atlassian.net/browse/EX-4645)
1154
+ - export store utils
1155
+ ([663f952](https://github.com/empathyco/x/commit/663f95227815fe2f7a9fcbb0b290774f26b4d7eb)),
1156
+ closes [EX-4742](https://searchbroker.atlassian.net/browse/EX-4742)
1157
+
1158
+ ### Bug Fixes
119
1159
 
1160
+ - **design-system:** fix typo. Increase `gap` and `padding` tokens up to 10. Add class for list item
1161
+ flex none
1162
+ ([c47a888](https://github.com/empathyco/x/commit/c47a888c43ceb9f152f55b3831aaf575586942a3)),
1163
+ closes [EX-4720](https://searchbroker.atlassian.net/browse/EX-4720)
1164
+
1165
+ ## [3.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.19...@empathyco/x-components@3.0.0-alpha.20) (2021-09-15)
120
1166
 
121
1167
  ### Features
122
1168
 
123
- * **facets:** add `click:show-more` & `click:show-less` events to the `SlicedFilters` component. ([cc1396f](https://bitbucket.org/colbenson/x-components/commits/cc1396fd2e0e07b1e5994ba82cc721aecdfa0bc6)), closes [EX-4284](https://searchbroker.atlassian.net/browse/EX-4284)
1169
+ - **no-suggestions:** Remove `no-suggestions` module.
1170
+ ([4a859e7](https://github.com/empathyco/x/commit/4a859e787736feccc0a38b25ae7594553f8f4978)),
1171
+ closes [EX-4736](https://searchbroker.atlassian.net/browse/EX-4736)
1172
+ - **search:** save `Redirection`'s entities
1173
+ ([cdba4a6](https://github.com/empathyco/x/commit/cdba4a656f7cea74115d06173151d450657d1aed)),
1174
+ closes [EX-4730](https://searchbroker.atlassian.net/browse/EX-4730)
124
1175
 
1176
+ ## [3.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.18...@empathyco/x-components@3.0.0-alpha.19) (2021-09-13)
125
1177
 
126
1178
  ### Bug Fixes
127
1179
 
128
- * **components:** `StaggeringTransitionGroup` elements now are positioned correctly in scroll containers ([54dbc83](https://bitbucket.org/colbenson/x-components/commits/54dbc83ba764617b4be48c8f7f8272f92e71b924)), closes [EX-4257](https://searchbroker.atlassian.net/browse/EX-4257)
1180
+ - Fix recommendations `setParams` wire. Export `LIST_ITEMS_KEY`.
1181
+ ([6262d80](https://github.com/empathyco/x/commit/6262d8076941847900a9f577a6588547e4fb703c)),
1182
+ closes [EX-4724](https://searchbroker.atlassian.net/browse/EX-4724)
129
1183
 
130
- ## [3.0.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.1%0Dv3.0.0-alpha.0) (2021-06-30)
1184
+ ## [3.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.17...@empathyco/x-components@3.0.0-alpha.18) (2021-09-10)
131
1185
 
1186
+ ### ⚠ BREAKING CHANGES
132
1187
 
133
- ### Features
1188
+ - **facets:** Rename `Filters` component to `FiltersList`.
1189
+ - **facets:** Remove `MultiSelectFilters` component. Filters are multi-select by default. Apply the
1190
+ `SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single select.
1191
+ - **facets:** Refactor `HierarchicalFilter.children` field. Now, this field is a list of the
1192
+ `Filter.ids` of the children filter. All `HierarchicalFilter`s are flattened in the
1193
+ `Facet.filters` list.
1194
+ - **facets:** Remove `facets` prop in the `Facets` component to provide `Facets` to the state. Use
1195
+ the `FacetsProvider` component instead.
1196
+ - **facets:** Remove `UserChangedSelectedFilters` event from `Facets` component. Use
1197
+ `FacetsProvider` component instead.
1198
+ - **facets:** Remove `UserClickedClearFacetFilters` event. `UserClickedClearAllFilters` is emitted
1199
+ instead. Its payload is now a list of `Facet.id`s.
1200
+ - **facets:** Rename `UserClickedFacetAllFilter` event to `UserClickedAllFilter`. Its payload is now
1201
+ a list of `Facet.id`s.
1202
+ - **facets:** Remove `BackendFacetsChanged` event. Use `FacetsChanged` event instead.
1203
+ - **facets:** Remove `BackendFacetsProvided` event. Use `FacetsGroupProvided` instead.
1204
+ - **facets:** Remove `FrontendFacetsChanged` event. Use `FacetsGroupProvided` instead.
1205
+ - **facets:** Remove `FacetMultiSelectChanged` event. `Filter`s are multi-select by default. Apply
1206
+ the `SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single
1207
+ select.
1208
+ - **facets:** Change `UserModifiedEditableNumberRangeFilter` payload. Now it is the
1209
+ `EditableNumberRangeFilter` filter with the new range value.
134
1210
 
135
- * **components:** Add `@XEmit` decorator ([b4e107a](https://bitbucket.org/colbenson/x-components/commits/b4e107a710ec0312a50366f43b30745c72e69eff)), closes [EX-4245](https://searchbroker.atlassian.net/browse/EX-4245)
136
- * **device:** Add `device` module ([f02cd8b](https://bitbucket.org/colbenson/x-components/commits/f02cd8b47999235f888c883b07504307110ed0c4)), closes [EX-4243](https://searchbroker.atlassian.net/browse/EX-4243)
137
- * **device:** add `DeviceDetector` component ([7b1df85](https://bitbucket.org/colbenson/x-components/commits/7b1df85238ab7ed70e165d499425846e39fbc5de)), closes [EX-4244](https://searchbroker.atlassian.net/browse/EX-4244)
138
- * **x-installer:** make `SnippetConfig` object available for all components ([b7a3f30](https://bitbucket.org/colbenson/x-components/commits/b7a3f3047fa5f72995da0f69ca0624d4a24fed49)), closes [EX-3553](https://searchbroker.atlassian.net/browse/EX-3553)
139
- * **x-plugin:** Remove `XConfig` ([bf54080](https://bitbucket.org/colbenson/x-components/commits/bf54080d18f0c3bc67589d695fde8d9418240d32)), closes [EX-4240](https://searchbroker.atlassian.net/browse/EX-4240)
1211
+ ### Features
140
1212
 
1213
+ - **animations:** add new `TranslateFromRight` animation
1214
+ ([e13561f](https://github.com/empathyco/x/commit/e13561f79e6ec04fed9ed99e56d75254f40858f5)),
1215
+ closes [EX-4696](https://searchbroker.atlassian.net/browse/EX-4696)
1216
+ - **design-system:** add `SingleColumnLayout` component.
1217
+ ([97f3000](https://github.com/empathyco/x/commit/97f3000ff024c0d46ce06099babc0ed17bc6ebe2)),
1218
+ closes [EX-4706](https://searchbroker.atlassian.net/browse/EX-4706)
1219
+ - **design-system:** add lists background colors to Design System
1220
+ ([9d23d61](https://github.com/empathyco/x/commit/9d23d6145d3a6ac12f0553af5ced2c5cc9c68653)),
1221
+ closes [EX-4695](https://searchbroker.atlassian.net/browse/EX-4695)
1222
+ - **facets-next:** move HierarchicalFilter component to new `facets-next` x-module
1223
+ ([a8c18ea](https://github.com/empathyco/x/commit/a8c18ea47df4ee451a13a55d5e9ee58dc8a5cf56)),
1224
+ closes [EX-4622](https://searchbroker.atlassian.net/browse/EX-4622)
1225
+ - **facets:** remove old `facets` X Module and replace by `facets-next`.
1226
+ ([a47d99f](https://github.com/empathyco/x/commit/a47d99fd9ccbb046c5a5054a92e723f2675b7563)),
1227
+ closes [EX-3663](https://searchbroker.atlassian.net/browse/EX-3663)
1228
+ - **mixin:** add origin injection in the mixin and the bus
1229
+ ([2304155](https://github.com/empathyco/x/commit/2304155aa5ab422193e4a9f01755c066a25f0c9e)),
1230
+ closes [EX-4636](https://searchbroker.atlassian.net/browse/EX-4636)
1231
+ - **next-queries:** add `NextQueriesList` component.
1232
+ ([eeb66c8](https://github.com/empathyco/x/commit/eeb66c865d9ca269ee4ef54e664c272a2d9ef233)),
1233
+ closes [EX-4527](https://searchbroker.atlassian.net/browse/EX-4527)
1234
+ - **search:** add origin to the request
1235
+ ([eb81c7e](https://github.com/empathyco/x/commit/eb81c7e1dacdf0cc201995c9ac5dfe9bb4f64a2d)),
1236
+ closes [EX-4637](https://searchbroker.atlassian.net/browse/EX-4637)
1237
+ - **spellcheck:** add spellchecked query to Alias API
1238
+ ([226f1fe](https://github.com/empathyco/x/commit/226f1fe2ddc5426472fd5819a999102395d0fdab)),
1239
+ closes [EX-4694](https://searchbroker.atlassian.net/browse/EX-4694)
1240
+ - **url:** add `url` x-module config. (#129)
1241
+ ([6570590](https://github.com/empathyco/x/commit/6570590738f3667419427fcde74fafe96e851f3c)),
1242
+ closes [EX-4578](https://searchbroker.atlassian.net/browse/EX-4578)
1243
+ - **url:** add new events
1244
+ ([702a8a8](https://github.com/empathyco/x/commit/702a8a8342b63831c78f6c3b018351787cd27c0a)),
1245
+ closes [EX-4562](https://searchbroker.atlassian.net/browse/EX-4562)
1246
+ - **url:** add url module state, urlParams getter and its emitter
1247
+ ([2c549ec](https://github.com/empathyco/x/commit/2c549eca859aafd68e67eddf4882d9ae43827991)),
1248
+ closes [EX-4570](https://searchbroker.atlassian.net/browse/EX-4570)
141
1249
 
142
1250
  ### Bug Fixes
143
1251
 
144
- * **design-system:** solve `Safari` `gap` issues ([c26917a](https://bitbucket.org/colbenson/x-components/commits/c26917a9b38363ea77eee19d26bad61c2a8ae5a8)), closes [EX-3894](https://searchbroker.atlassian.net/browse/EX-3894)
1252
+ - **design-system:** fix issues with components height and layout
1253
+ ([4499b10](https://github.com/empathyco/x/commit/4499b101c9207f080e1995faa3d6639c102e0f2f)),
1254
+ closes [EX-4693](https://searchbroker.atlassian.net/browse/EX-4693)
1255
+ - **popular-searches:** fix popular searches and query suggestions canceling requests.
1256
+ ([818c373](https://github.com/empathyco/x/commit/818c373acc0036b2f20378ebdcba2c261890d03b)),
1257
+ closes [EX-4697](https://searchbroker.atlassian.net/browse/EX-4697)
1258
+
1259
+ ### Testing
1260
+
1261
+ - **e2e:** mock adapter for identifier results
1262
+ ([44b0f3a](https://github.com/empathyco/x/commit/44b0f3ac2c8adbcc0d9deedbbdad8a120b51b1cc)),
1263
+ closes [EX-4472](https://searchbroker.atlassian.net/browse/EX-4472)
145
1264
 
1265
+ ## [3.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.16...@empathyco/x-components@3.0.0-alpha.17) (2021-08-26)
1266
+
1267
+ ### Features
1268
+
1269
+ - **facets-next:** add all remaining components to Facets Next X-Module
1270
+ ([b9e0afc](https://github.com/empathyco/x/commit/b9e0afcbc657ec4925054bcb24f61de5f35fc741)),
1271
+ closes [EX-4615](https://searchbroker.atlassian.net/browse/EX-4615)
1272
+ - **next-queries:** add extra params in the request
1273
+ ([d6b362b](https://github.com/empathyco/x/commit/d6b362ba94c1755004f005b6841c03a4e73bfe98)),
1274
+ closes [EX-4624](https://searchbroker.atlassian.net/browse/EX-4624)
1275
+ - **popular-searches:** add extra params
1276
+ ([697055e](https://github.com/empathyco/x/commit/697055eb28bf4640eb879d4559d083c51ab775f9)),
1277
+ closes [EX-4623](https://searchbroker.atlassian.net/browse/EX-4623)
1278
+ - **query-suggestions:** add new extra params in the request
1279
+ ([c15512c](https://github.com/empathyco/x/commit/c15512cd6b633d5eefecf8e9efdef2e921d84901)),
1280
+ closes [EX-4627](https://searchbroker.atlassian.net/browse/EX-4627)
1281
+ - **recommendations:** recommendations extra params and state reset on change.
1282
+ ([a5938ac](https://github.com/empathyco/x/commit/a5938ac1280fc273c633061f411c5a47b15e5d78)),
1283
+ closes [EX-4626](https://searchbroker.atlassian.net/browse/EX-4626)
1284
+ - **related-tags:** add new extra params in the request
1285
+ ([6d642b5](https://github.com/empathyco/x/commit/6d642b59b3030c5c04f00e38a90253aa2199d0a8)),
1286
+ closes [EX-4625](https://searchbroker.atlassian.net/browse/EX-4625)
1287
+ - **search:** add extra params to search module
1288
+ ([1c44a70](https://github.com/empathyco/x/commit/1c44a708a4df63b879fccc8617bf1b1fb12747a0)),
1289
+ closes [EX-4554](https://searchbroker.atlassian.net/browse/EX-4554)
146
1290
 
147
1291
  ### Testing
148
1292
 
149
- * **e2e:** add test for spellcheck component ([456e120](https://bitbucket.org/colbenson/x-components/commits/456e120924377203986d50a58f4b9733aee2be8b)), closes [EX-3963](https://searchbroker.atlassian.net/browse/EX-3963)
1293
+ - **e2e:** mock search-box e2e tests
1294
+ ([155b15c](https://github.com/empathyco/x/commit/155b15c046956fec2ecfbed8bc322360bcad43f0)),
1295
+ closes [EX-4474](https://searchbroker.atlassian.net/browse/EX-4474)
150
1296
 
1297
+ ## [3.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.15...@empathyco/x-components@3.0.0-alpha.16) (2021-08-24)
151
1298
 
152
- ### Documentation
1299
+ ### Features
153
1300
 
154
- * **search-box:** update props and bindings table style and avoid warning block auto-formatting ([ab8716b](https://bitbucket.org/colbenson/x-components/commits/ab8716b1e00e1886a523b3f2acb029ce4d918287)), closes [EX-4231](https://searchbroker.atlassian.net/browse/EX-4231)
1301
+ - **extra-params:** add new renderless extra params component
1302
+ ([ec844c3](https://github.com/empathyco/x/commit/ec844c359c3d5a7f8ecd389d0138c6c53c839c87)),
1303
+ closes [EX-4605](https://searchbroker.atlassian.net/browse/EX-4605)
1304
+ - **extra-params:** add new snippet extra params component
1305
+ ([33e68df](https://github.com/empathyco/x/commit/33e68dfdef7e44e67f7e9f4ff093ade235f0c563)),
1306
+ closes [EX-4545](https://searchbroker.atlassian.net/browse/EX-4545)
1307
+ - **facets-next:** add `AllFilter`, `BaseFilter` and `EditableNumberRangeFilter` components to
1308
+ `facets-next` x-module.
1309
+ ([8483937](https://github.com/empathyco/x/commit/84839377076cdf97a765d44511b12f770bd9b33f)),
1310
+ closes [EX-4592](https://searchbroker.atlassian.net/browse/EX-4592)
1311
+ - **facets-next:** add `Facets` component to `facets-next` x-module
1312
+ ([1a4daea](https://github.com/empathyco/x/commit/1a4daeaf6e49dee7c41c0a98811853c32c22e01b)),
1313
+ closes [EX-3661](https://searchbroker.atlassian.net/browse/EX-3661)
1314
+ - **facets-next:** add `FacetsProvider` component
1315
+ ([c52d972](https://github.com/empathyco/x/commit/c52d972e2d3470e7ae6b159e72b4deeac3971053)),
1316
+ closes [EX-4588](https://searchbroker.atlassian.net/browse/EX-4588)
1317
+ - **facets-next:** add `SimpleFilter`, `HierarchicalFilter`, `NumberRangeFilter`, `RenderlessFilter`
1318
+ and `Filters` components to the `facets-next` x-module.
1319
+ ([8f82d12](https://github.com/empathyco/x/commit/8f82d123c8dee6dcc403a46684c4793596d44008)),
1320
+ closes [EX-4614](https://searchbroker.atlassian.net/browse/EX-4614)
155
1321
 
1322
+ ### Testing
156
1323
 
157
- ### Styling
1324
+ - **facets-next:** add missing service tests
1325
+ ([7d462e1](https://github.com/empathyco/x/commit/7d462e18847dd0632a66701341078f0a9a1318a3)),
1326
+ closes [EX-4589](https://searchbroker.atlassian.net/browse/EX-4589)
158
1327
 
159
- * format entire project ([8083870](https://bitbucket.org/colbenson/x-components/commits/80838700530436c6e566a89c13a4912fb754f512)), closes [EX-4287](https://searchbroker.atlassian.net/browse/EX-4287)
1328
+ ## [3.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.14...@empathyco/x-components@3.0.0-alpha.15) (2021-08-20)
160
1329
 
161
- ## [3.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.0%0Dv2.1.0-alpha.1) (2021-06-22)
1330
+ ### Features
1331
+
1332
+ - **extra-params:** add `ExtraParams` component
1333
+ ([e1bbf2c](https://github.com/empathyco/x/commit/e1bbf2cbf251a5e7cdf4ebefbd3f4bcf4230cb21)),
1334
+ closes [EX-4575](https://searchbroker.atlassian.net/browse/EX-4575)
1335
+ - **extra-params:** add module
1336
+ ([f20323d](https://github.com/empathyco/x/commit/f20323d5ae817576b468c04a240eee380e8ff5be)),
1337
+ closes [EX-4585](https://searchbroker.atlassian.net/browse/EX-4585)
1338
+ - **facets-next:** add facets to the state and facets getter
1339
+ ([27ce68d](https://github.com/empathyco/x/commit/27ce68d47a6414457cd648f261b50bb88e171718)),
1340
+ closes [EX-4584](https://searchbroker.atlassian.net/browse/EX-4584)
1341
+ - modify search function in XAPI to open X
1342
+ ([9c42da0](https://github.com/empathyco/x/commit/9c42da0af70dfdb5f767eccb08f47e402ac47a70)),
1343
+ closes [EX-3555](https://searchbroker.atlassian.net/browse/EX-3555)
1344
+ - **facets-next:** Add `FacetsService`
1345
+ ([3b2871f](https://github.com/empathyco/x/commit/3b2871f9993b8cde206585e863f7c10cbe1f80d9)),
1346
+ closes [EX-3653](https://searchbroker.atlassian.net/browse/EX-3653)
1347
+ - **facets-next:** add wiring. add new `wireService` and `wireServiceWithoutPayload` wires
1348
+ factories.
1349
+ ([b28a221](https://github.com/empathyco/x/commit/b28a221b8a23ca2d307f75b01242ccabb7d218e0)),
1350
+ closes [EX-3657](https://searchbroker.atlassian.net/browse/EX-3657)
1351
+ - **url:** add new empty module
1352
+ ([955a3bf](https://github.com/empathyco/x/commit/955a3bf35930be8688ad8fefc20632573e8e899b)),
1353
+ closes [EX-3203](https://searchbroker.atlassian.net/browse/EX-3203)
1354
+
1355
+ ### Testing
162
1356
 
1357
+ - **e2e:** mock adapter on popular searches requests
1358
+ ([2a8d652](https://github.com/empathyco/x/commit/2a8d6529c361be7922a2f640affdedd5e830f82e)),
1359
+ closes [EX-4466](https://searchbroker.atlassian.net/browse/EX-4466)
1360
+ - **e2e:** move stubs creation within the test itself and rewrite mocking features
1361
+ ([f99d4e4](https://github.com/empathyco/x/commit/f99d4e4297dc5e55fbf6b7a3f23dfde4db25d2c6)),
1362
+ closes [EX-4533](https://searchbroker.atlassian.net/browse/EX-4533)
1363
+
1364
+ ## [3.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.13...@empathyco/x-components@3.0.0-alpha.14) (2021-08-11)
163
1365
 
164
1366
  ### ⚠ BREAKING CHANGES
165
1367
 
166
- * **design-system:** Design system styles have now to be imported from `@empathy/x-components/design-system` instead of `@empathy/x-components/css`
1368
+ - **components:** Remove `hideIntegerDecimals` from `currency-formatter` util, `base-currency`
1369
+ component.
1370
+ - **facets-next:** Rename `EmpathyFilterMapper` to `EmpathyFacetFilterMapper`. Response filter
1371
+ mappers now map the API value in the `id` filters property. `EmpathyHierarchicalFacetMapper` now
1372
+ flattens and stores all the filters in the `filter` property. `EmpathyHierarchicalFacetMapper` now
1373
+ only maps filters ids in `HierarchicalFilter` children. Bump up `@empathyco/x-types` major version
1374
+ in `@empathyco/x-adapter`.
167
1375
 
168
1376
  ### Features
169
1377
 
170
- * **components:** add new `BaseIdPanelToggleButton` and `BaseIdPanelToggle` components ([c10b484](https://bitbucket.org/colbenson/x-components/commits/c10b48487732512edf40565b3abb892ce518c6dd)), closes [EX-4100](https://searchbroker.atlassian.net/browse/EX-4100)
171
-
1378
+ - **components:** add option to hide decimals if the number to format is an integer in
1379
+ `currencyFormatter` `format` option.
1380
+ ([b2f6450](https://github.com/empathyco/x/commit/b2f64507f3ce4713c9ed1df725a2c84c01c21f78)),
1381
+ closes [EX-3547](https://searchbroker.atlassian.net/browse/EX-3547)
1382
+ - **facets-next:** add entity filter modifiers
1383
+ ([7074938](https://github.com/empathyco/x/commit/70749382e0a310736ce9b75c5ac1d4466384d0fe)),
1384
+ closes [EX-3651](https://searchbroker.atlassian.net/browse/EX-3651)
1385
+ - **facets-next:** add support for the new search types in search adapter
1386
+ ([aec475e](https://github.com/empathyco/x/commit/aec475e4f689e63a4dc1b0fed3c3ade73b5122f2)),
1387
+ closes [EX-3640](https://searchbroker.atlassian.net/browse/EX-3640)
172
1388
 
173
1389
  ### Testing
174
1390
 
175
- * **e2e:** add identifier results tests ([9e93136](https://bitbucket.org/colbenson/x-components/commits/9e93136c61315bc8d4bb7b0d0f61135413d6d7a9)), closes [EX-3961](https://searchbroker.atlassian.net/browse/EX-3961)
1391
+ - **e2e:** mock adapter on next queries requests
1392
+ ([1434ef7](https://github.com/empathyco/x/commit/1434ef767b305b90522d54ef0cd42d33eea8e38e)),
1393
+ closes [EX-4468](https://searchbroker.atlassian.net/browse/EX-4468)
1394
+ - **e2e:** mock all the e2e requests of Next Queries
1395
+ ([cff6438](https://github.com/empathyco/x/commit/cff6438dc3f9053d778ab8b58b789cb37104c3bd))
176
1396
 
1397
+ ## [3.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.12...@empathyco/x-components@3.0.0-alpha.13) (2021-08-05)
177
1398
 
178
- ### Code Refactoring
179
-
180
- * **design-system:** rename `styles` folder to `design-system` ([48b5868](https://bitbucket.org/colbenson/x-components/commits/48b586823afcbe59a5d164c2b0f85fa7bccebab7)), closes [EX-4227](https://searchbroker.atlassian.net/browse/EX-4227)
1399
+ ### Build System
181
1400
 
182
- ## [2.1.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.1%0Dv2.1.0-alpha.0) (2021-06-16)
1401
+ - upgrade x-translations dependencies
1402
+ ([6e538fa](https://github.com/empathyco/x/commit/6e538facd2a9655532f797e340572550347dfc72)),
1403
+ closes [EX-4506](https://searchbroker.atlassian.net/browse/EX-4506)
183
1404
 
1405
+ ## [3.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.11...@empathyco/x-components@3.0.0-alpha.12) (2021-08-05)
184
1406
 
185
1407
  ### Features
186
1408
 
187
- * **components:** change the render conditions in the `Layout` component ([35645de](https://bitbucket.org/colbenson/x-components/commits/35645de648a0226b6d1a247c3f5353fb5a43cf35)), closes [EX-4171](https://searchbroker.atlassian.net/browse/EX-4171)
188
- * **design-system:** add `x-button--ghost-start` and `x-button--ghost-end` modifiers to `x-button--ghost` variant ([2803dd1](https://bitbucket.org/colbenson/x-components/commits/2803dd1bc7209c07f90dbc4a49d255032b18f5b8)), closes [EX-4179](https://searchbroker.atlassian.net/browse/EX-4179)
189
- * **design-system:** add `x-dropdown` size variants ([d5649ab](https://bitbucket.org/colbenson/x-components/commits/d5649abb8b6a527426cd12a2dea6c950054c42ca)), closes [EX-4098](https://searchbroker.atlassian.net/browse/EX-4098)
190
- * **design-system:** add more values to the `x-list` variants ([5295e2e](https://bitbucket.org/colbenson/x-components/commits/5295e2e0bd2a6db15e13a0bd3b316ae5dcb99616)), closes [EX-4174](https://searchbroker.atlassian.net/browse/EX-4174)
191
- * **design-system:** fix the issue with the `x-tag` and `x-filter` in the selected filters ([bdcbdeb](https://bitbucket.org/colbenson/x-components/commits/bdcbdeb5b351f9fca148afb4ec1a8fdd1d4173e3)), closes [EX-4178](https://searchbroker.atlassian.net/browse/EX-4178)
192
- * **empathize:** add `isOpen` to store state and expose through the Alias API ([590e4db](https://bitbucket.org/colbenson/x-components/commits/590e4db5ef700434bbcf9787825e0ebcfc01b7ff)), closes [EX-4164](https://searchbroker.atlassian.net/browse/EX-4164)
193
- * **facets:** add `isSelected` binding to the `AllFilter` component slot ([2b86731](https://bitbucket.org/colbenson/x-components/commits/2b86731725bb84220b7a0dd7247fe034781442fc)), closes [EX-4173](https://searchbroker.atlassian.net/browse/EX-4173)
1409
+ - **facets-next:** add `EditableNumberRangeFilterEntity`
1410
+ ([876da46](https://github.com/empathyco/x/commit/876da466da986de89b40dcceb4119cac816228d1)),
1411
+ closes [EX-4356](https://searchbroker.atlassian.net/browse/EX-4356)
1412
+ - **facets-next:** add `HierarchicalFilterEntity`
1413
+ ([d633721](https://github.com/empathyco/x/commit/d633721b6c795ee9145925d366216edd616b0807)),
1414
+ closes [EX-4354](https://searchbroker.atlassian.net/browse/EX-4354)
1415
+ - **facets-next:** add `RawFilterEntity`
1416
+ ([f87d873](https://github.com/empathyco/x/commit/f87d8737d8a2049f7311294f7c260b36f542014b)),
1417
+ closes [EX-4358](https://searchbroker.atlassian.net/browse/EX-4358)
1418
+
1419
+ ## [3.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.10...@empathyco/x-components@3.0.0-alpha.11) (2021-08-03)
1420
+
1421
+ ### Features
194
1422
 
1423
+ - **facets-next:** add `SimpleFilterEntity`
1424
+ ([9b551a4](https://github.com/empathyco/x/commit/9b551a41d6e67c64942cfe26051a06ce7dc91a65)),
1425
+ closes [EX-4352](https://searchbroker.atlassian.net/browse/EX-4352)
195
1426
 
196
1427
  ### Bug Fixes
197
1428
 
198
- * **components:** emit initial default value in the `ColumnPicker` mixin ([d7439b8](https://bitbucket.org/colbenson/x-components/commits/d7439b8317a820a710186870c8a2740b65d45d5b)), closes [EX-4114](https://searchbroker.atlassian.net/browse/EX-4114)
199
- * **design-system:** fix the stroke and the text decoration in the typography ([6bd879d](https://bitbucket.org/colbenson/x-components/commits/6bd879d751ef3c839ad2d466b7887e4048d14157)), closes [EX-4176](https://searchbroker.atlassian.net/browse/EX-4176)
200
- * **facets:** `isNewQuery` utility was returning false when only one query was empty ([b0405e2](https://bitbucket.org/colbenson/x-components/commits/b0405e2eb7effc27f7de9e358ae95e0f3b860d1c)), closes [EX-4160](https://searchbroker.atlassian.net/browse/EX-4160)
201
- * **facets:** new label slot inside the `Hierarchical Filter` children ([7fd1275](https://bitbucket.org/colbenson/x-components/commits/7fd1275fcc52b80d26e08a077091d8e38a14db98)), closes [EX-4172](https://searchbroker.atlassian.net/browse/EX-4172)
202
- * **utils:** add missing exports to barrel ([abc8059](https://bitbucket.org/colbenson/x-components/commits/abc8059bc8ce1c2a7fe7a063a784d74fca789e36)), closes [EX-4182](https://searchbroker.atlassian.net/browse/EX-4182)
1429
+ - **animations:** disable leaving elements listening to click events
1430
+ ([3d7b92b](https://github.com/empathyco/x/commit/3d7b92b1baa2c86c3fe8e390cec8a203bc62c95e)),
1431
+ closes [EX-4504](https://searchbroker.atlassian.net/browse/EX-4504)
203
1432
 
1433
+ ### Build System
204
1434
 
205
- ### Documentation
1435
+ - Update TypeScript to 4.3.5.Update TSLib to 2.3.5.
1436
+ ([4cebdfc](https://github.com/empathyco/x/commit/4cebdfc11e1520552a687def3eda1bf0c132e031)),
1437
+ closes [EX-4435](https://searchbroker.atlassian.net/browse/EX-4435)
206
1438
 
207
- * **search-box:** remove values column in props generated table in component doc ([efcb814](https://bitbucket.org/colbenson/x-components/commits/efcb814151bbfcbfb304dd0c4fbf499d501a3e65)), closes [EX-4137](https://searchbroker.atlassian.net/browse/EX-4137)
1439
+ ## [3.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.9...@empathyco/x-components@3.0.0-alpha.10) (2021-07-29)
208
1440
 
1441
+ ### Features
209
1442
 
210
- ### Testing
1443
+ - **facets-next:** add module
1444
+ ([b002637](https://github.com/empathyco/x/commit/b002637c535d9a1654a264cd3c759fc013cf8fdc)),
1445
+ closes [EX-3647](https://searchbroker.atlassian.net/browse/EX-3647)
211
1446
 
212
- * **e2e:** add partial results tests ([4f09ab4](https://bitbucket.org/colbenson/x-components/commits/4f09ab49bfe232f4d7fdeedf22e67adb7bb9b6f6)), closes [EX-3959](https://searchbroker.atlassian.net/browse/EX-3959)
1447
+ ### Build System
213
1448
 
1449
+ - use 2 different versions of search-types
1450
+ ([5a6ac76](https://github.com/empathyco/x/commit/5a6ac76fea26c0f284904d4f514a1370b7c6184b)),
1451
+ closes [EX-4477](https://searchbroker.atlassian.net/browse/EX-4477)
214
1452
 
215
- ## [2.1.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.0%0Dv2.0.0-alpha.13) (2021-06-14)
1453
+ ## [3.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.8...@empathyco/x-components@3.0.0-alpha.9) (2021-07-29)
1454
+
1455
+ ### Bug Fixes
216
1456
 
1457
+ - **banners:** fix repeated banners and promoted on page load
1458
+ ([aec10f1](https://github.com/empathyco/x/commit/aec10f1a6d8b65e32eaf459a2d110cb6ea18111f)),
1459
+ closes [EX-4492](https://searchbroker.atlassian.net/browse/EX-4492)
1460
+ - **directives:** change `infinite-scroll` threshold to avoid decimals bug in `Chrome`
1461
+ ([41b9c6e](https://github.com/empathyco/x/commit/41b9c6ebe295e0887dbf65a4ad54dfdef501ca15)),
1462
+ closes [EX-4489](https://searchbroker.atlassian.net/browse/EX-4489)
217
1463
 
218
- ### Features
1464
+ ## [3.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.7...@empathyco/x-components@3.0.0-alpha.8) (2021-07-28)
1465
+
1466
+ ### Bug Fixes
1467
+
1468
+ - **promoted:** fix name export of PromotedsList component
1469
+ ([e29bc52](https://github.com/empathyco/x/commit/e29bc52d0c82ba85dc013882e5d80674a870de2f)),
1470
+ closes [EX-4484](https://searchbroker.atlassian.net/browse/EX-4484)
219
1471
 
220
- * **components:** add `AnimateWidth` animation component ([8c7c3e5](https://bitbucket.org/colbenson/x-components/commits/8c7c3e59973d4bed5ff54c673af0b02a69318a34)), closes [EX-4107](https://searchbroker.atlassian.net/browse/EX-4107)
221
- * **design-system:** add `SlidingPanel` default CSS and tokens ([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)), closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
222
- * **design-system:** add `x-scroll` component and tokens ([7ba7913](https://bitbucket.org/colbenson/x-components/commits/7ba791318eb0c27011346821b230f5873de37e6f)), closes [EX-4085](https://searchbroker.atlassian.net/browse/EX-4085)
223
- * **design-system:** add Design System classes for the picture image fallback and placeholder ([5503e63](https://bitbucket.org/colbenson/x-components/commits/5503e63e8c96a4fa3b1ba26302e6b3e51a0f9ed8)), closes [EX-4070](https://searchbroker.atlassian.net/browse/EX-4070)
224
- * **design-system:** add Design System icons ([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)), closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
225
- * **design-system:** add Direction Border and Padding List variants ([2efdc21](https://bitbucket.org/colbenson/x-components/commits/2efdc21f97416e9a6f9f1cd6e7bd377ad7893c19)), closes [EX-4064](https://searchbroker.atlassian.net/browse/EX-4064)
226
- * **design-system:** add icons to the Design System view ([b5f86ce](https://bitbucket.org/colbenson/x-components/commits/b5f86cecb39fa9b039317fead3d5461b4ac71357)), closes [EX-4110](https://searchbroker.atlassian.net/browse/EX-4110)
227
- * **design-system:** add Layout component and Design System Layout component ([acc0e2e](https://bitbucket.org/colbenson/x-components/commits/acc0e2eba22af933ec977be615f64702c909f9b3)), closes [EX-3866](https://searchbroker.atlassian.net/browse/EX-3866)
228
- * **design-system:** add list design tokens ([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)), closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
229
- * **design-system:** add new typography variants ([fc934bc](https://bitbucket.org/colbenson/x-components/commits/fc934bc2026d8d161c394f9c51f2eab6b87c0ac5)), closes [EX-4092](https://searchbroker.atlassian.net/browse/EX-4092)
230
- * **design-system:** add option list tokens ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)), closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
231
- * **design-system:** add `x-grid` Design System tokens ([5f198c5](https://bitbucket.org/colbenson/x-components/commits/5f198c587cae04443d28b329f6ff6db883c0073e)), closes [EX-4082](https://searchbroker.atlassian.net/browse/EX-4082)
232
- * **design-system:** add `x-result` Design System tokens ([33c13d7](https://bitbucket.org/colbenson/x-components/commits/33c13d79fa5444c48b1514ddbc77bcb718a303fc)), closes [EX-3765](https://searchbroker.atlassian.net/browse/EX-3765)
233
- * **design-system:** improve `x-icon` token ([088ee0a](https://bitbucket.org/colbenson/x-components/commits/088ee0aa9305306f66297d1c35fc47c856c2d361)), closes [EX-4017](https://searchbroker.atlassian.net/browse/EX-4017)
234
- * **design-system:** add `x-row` and `x-row-item` tokens ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)), closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
235
- * **design-system:** add `x-picture` Design System tokens ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)), closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
236
- * **facets:** add `SortedFilters` component ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
237
- * **components:** change `NoElement` component to be not functional ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)), closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
238
- * **components:** add `BaseResultPlaceholderImage` and `BaseResultFallbackImage` ([cd246ce](https://bitbucket.org/colbenson/x-components/commits/cd246ce004eb04d5fa5f601fce281c1841fc4e14)), closes [EX-4129](https://searchbroker.atlassian.net/browse/EX-4129)
1472
+ ## [3.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.7) (2021-07-27)
1473
+
1474
+ ### Features
239
1475
 
1476
+ - **search:** add `BannersList` and `PromotedsList` components
1477
+ ([5794f31](https://github.com/empathyco/x/commit/5794f312d21e8b4ec64192ec0533a6f762b39959)),
1478
+ closes [EX-4293](https://searchbroker.atlassian.net/browse/EX-4293)
240
1479
 
241
1480
  ### Bug Fixes
242
1481
 
243
- * **components:** fix `SlidingPanel` buttons were blocking clicks while invisible ([ee9a94a](https://bitbucket.org/colbenson/x-components/commits/ee9a94a227bd942570f689744b3f7c5cd351c342)), closes [EX-4096](https://searchbroker.atlassian.net/browse/EX-4096)
244
- * **facets:** fix issue with hierarchical filters with no children ([0c60915](https://bitbucket.org/colbenson/x-components/commits/0c609153764e3ad39bc3ed3bf7a0e47f92b94120)), closes [EX-4136](https://searchbroker.atlassian.net/browse/EX-4136)
245
- * **search:** fix infinite scroll issues when filtering ([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)), closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
1482
+ - **design-system:** Fix padding in Input Group Line variant
1483
+ ([bea2153](https://github.com/empathyco/x/commit/bea2153b702a37e05cc3240fc6201f5b7f38ed5f)),
1484
+ closes [EX-4459](https://searchbroker.atlassian.net/browse/EX-4459)
1485
+
1486
+ ### Code Refactoring
246
1487
 
1488
+ - **design-system:** rename `tokens` to use `style-dictionary`
1489
+ ([1c25fdc](https://github.com/empathyco/x/commit/1c25fdcbe7e13388e465dabd565597acbda32f85)),
1490
+ closes [EX-4327](https://searchbroker.atlassian.net/browse/EX-4327)
247
1491
 
248
1492
  ### Testing
249
1493
 
250
- * **e2e:** adapt `empathize` tests to cucumber ([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)), closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
251
- * **e2e:** update Cypress to 7.4.0 ([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)), closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
1494
+ - **e2e:** stub 'adapter.getTopRecommendations` calls
1495
+ ([93480b4](https://github.com/empathyco/x/commit/93480b4cd14f90b17d85a12debb4a922381b5de7)),
1496
+ closes [EX-3433](https://searchbroker.atlassian.net/browse/EX-3433)
1497
+
1498
+ ## [3.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.6) (2021-07-20)
1499
+
1500
+ **Note:** Version bump only for package @empathyco/x-components
252
1501
 
1502
+ ## [3.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.4...@empathyco/x-components@3.0.0-alpha.5) (2021-07-20)
253
1503
 
254
1504
  ### Continuous Integration
255
1505
 
256
- * **CI:** update package-lock ([9d0c764](https://bitbucket.org/colbenson/x-components/commits/9d0c764181280135ccae3db16b1171a9cc066818)), closes [EX-4046](https://searchbroker.atlassian.net/browse/EX-4046)
1506
+ - Fix publishing in x-components. Normalize build scripts.
1507
+ ([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)),
1508
+ closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
257
1509
 
1510
+ ## [3.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.3...@empathyco/x-components@3.0.0-alpha.4) (2021-07-15)
258
1511
 
259
- ### Build System
1512
+ ### Testing
260
1513
 
261
- * **dependencies:** update `search-adapter` version ([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)), closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
1514
+ - **component:** configure Cypress component testing
1515
+ ([a39172e](https://github.com/empathyco/x/commit/a39172e030f81abf6f9ad1a0cdd5079ec4320e1b)),
1516
+ closes [EX-4339](https://searchbroker.atlassian.net/browse/EX-4339)
262
1517
 
1518
+ ## [3.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.2...@empathyco/x-components@3.0.0-alpha.3) (2021-07-14)
263
1519
 
264
- ### Documentation
1520
+ ### Features
265
1521
 
266
- * **search-box:** update `SearcInput` component documentation ([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)), closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
267
- * **search-box:** update `ClearSearchInput` documentation ([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)), closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
268
- * **search-box:** update `SearchButton` documentation ([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)), closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
269
- * **build:** avoid creating Methods section in components documentation ([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)), closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
1522
+ - **design-system:** add scroll-to-top slot in Layout
1523
+ ([421e937](https://github.com/empathyco/x/commit/421e9371da6f84069ae033cf0cba8ef360c2603e)),
1524
+ closes [EX-4192](https://searchbroker.atlassian.net/browse/EX-4192)
1525
+ - **search:** add `Promoted` component
1526
+ ([9c887dc](https://github.com/empathyco/x/commit/9c887dc77e66bf4847a0592557f68461844e0c44)),
1527
+ closes [EX-4289](https://searchbroker.atlassian.net/browse/EX-4289)
1528
+ - **search:** add Banner component
1529
+ ([205bf13](https://github.com/empathyco/x/commit/205bf13fe72a5d2c9b28fd0866a9ceb2d14b1700)),
1530
+ closes [EX-4291](https://searchbroker.atlassian.net/browse/EX-4291)
270
1531
 
1532
+ ### Bug Fixes
271
1533
 
272
- ### Code Refactoring
1534
+ - **components:** make column picker & grid components listen to only `ColumnsNumberProvided` event
1535
+ to fix incorrect columns number on re-mounts
1536
+ ([0d3d366](https://github.com/empathyco/x/commit/0d3d366266cee2e383d442913736d35d2f80ea7c)),
1537
+ closes [EX-4189](https://searchbroker.atlassian.net/browse/EX-4189)
1538
+ - **directives:** `InfiniteScroll` now works properly in Safari and with html or body as containers
1539
+ ([4921d31](https://github.com/empathyco/x/commit/4921d315b9732f200b1946e2938d20277f04cace)),
1540
+ closes [EX-3826](https://searchbroker.atlassian.net/browse/EX-3826)
1541
+ - **search:** clean sort value after accept a new query
1542
+ ([0e49049](https://github.com/empathyco/x/commit/0e490499c35ac56705a05c12b05be4f5a86ae8ce)),
1543
+ closes [EX-4188](https://searchbroker.atlassian.net/browse/EX-4188)
273
1544
 
274
- * **components:** refactor `CollapseFromTop` animation to use only transformations ([97e6b77](https://bitbucket.org/colbenson/x-components/commits/97e6b772d5776ab9542a23f9d54474a6ca652cff)), closes [EX-4149](https://searchbroker.atlassian.net/browse/EX-4149)
1545
+ ### Documentation
275
1546
 
276
- ## [2.0.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0%0Dv2.0.0-alpha.13) (2021-06-03)
1547
+ - **query-suggestions:** adapt examples to edocs guidelines
1548
+ ([b2380f9](https://github.com/empathyco/x/commit/b2380f95f85d838f0762ea1e608a3ae65ea11b58)),
1549
+ closes [EX-3490](https://searchbroker.atlassian.net/browse/EX-3490)
1550
+ - **related-tags:** adapt to eDocs guidelines
1551
+ ([c0cc8ba](https://github.com/empathyco/x/commit/c0cc8ba8a04ca21a206cecd9e657b354e1ece782))
277
1552
 
1553
+ ### Testing
1554
+
1555
+ - enable e2e test and fix tests
1556
+ ([9d07a2a](https://github.com/empathyco/x/commit/9d07a2a0d146c5ad9cd5441023b864148759b5b5)),
1557
+ closes [EX-4363](https://searchbroker.atlassian.net/browse/EX-4363)
1558
+
1559
+ ## [3.0.0-alpha.2](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.2%0Dv3.0.0-alpha.1) (2021-06-30)
278
1560
 
279
1561
  ### Features
280
1562
 
281
- * **design-system:** add `x-sliding-panel` tokens ([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)), closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
282
- * **design-system:** add design system icons ([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)), closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
283
- * **design-system:** add `x-list`and variants tokens ([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)), closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
284
- * **design-system:** add `x-option-list` and variants tokens ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)), closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
285
- * **design-system:** add `x-row` and `x-row-item` tokens ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)), closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
286
- * **design-system:** add `x-picture` tokens ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)), closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
287
- * **facets:** add `SortedFilters` component ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
288
- * **no-element:** change `NoElement` component to be not functional ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)), closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
1563
+ - **facets:** add `click:show-more` & `click:show-less` events to the `SlicedFilters` component.
1564
+ ([cc1396f](https://bitbucket.org/colbenson/x-components/commits/cc1396fd2e0e07b1e5994ba82cc721aecdfa0bc6)),
1565
+ closes [EX-4284](https://searchbroker.atlassian.net/browse/EX-4284)
289
1566
 
1567
+ ### Bug Fixes
1568
+
1569
+ - **components:** `StaggeringTransitionGroup` elements now are positioned correctly in scroll
1570
+ containers
1571
+ ([54dbc83](https://bitbucket.org/colbenson/x-components/commits/54dbc83ba764617b4be48c8f7f8272f92e71b924)),
1572
+ closes [EX-4257](https://searchbroker.atlassian.net/browse/EX-4257)
1573
+
1574
+ ## [3.0.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.1%0Dv3.0.0-alpha.0) (2021-06-30)
1575
+
1576
+ ### Features
1577
+
1578
+ - **components:** Add `@XEmit` decorator
1579
+ ([b4e107a](https://bitbucket.org/colbenson/x-components/commits/b4e107a710ec0312a50366f43b30745c72e69eff)),
1580
+ closes [EX-4245](https://searchbroker.atlassian.net/browse/EX-4245)
1581
+ - **device:** Add `device` module
1582
+ ([f02cd8b](https://bitbucket.org/colbenson/x-components/commits/f02cd8b47999235f888c883b07504307110ed0c4)),
1583
+ closes [EX-4243](https://searchbroker.atlassian.net/browse/EX-4243)
1584
+ - **device:** add `DeviceDetector` component
1585
+ ([7b1df85](https://bitbucket.org/colbenson/x-components/commits/7b1df85238ab7ed70e165d499425846e39fbc5de)),
1586
+ closes [EX-4244](https://searchbroker.atlassian.net/browse/EX-4244)
1587
+ - **x-installer:** make `SnippetConfig` object available for all components
1588
+ ([b7a3f30](https://bitbucket.org/colbenson/x-components/commits/b7a3f3047fa5f72995da0f69ca0624d4a24fed49)),
1589
+ closes [EX-3553](https://searchbroker.atlassian.net/browse/EX-3553)
1590
+ - **x-plugin:** Remove `XConfig`
1591
+ ([bf54080](https://bitbucket.org/colbenson/x-components/commits/bf54080d18f0c3bc67589d695fde8d9418240d32)),
1592
+ closes [EX-4240](https://searchbroker.atlassian.net/browse/EX-4240)
290
1593
 
291
1594
  ### Bug Fixes
292
1595
 
293
- * **search:** fix infinite scroll issues when filtering ([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)), closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
1596
+ - **design-system:** solve `Safari` `gap` issues
1597
+ ([c26917a](https://bitbucket.org/colbenson/x-components/commits/c26917a9b38363ea77eee19d26bad61c2a8ae5a8)),
1598
+ closes [EX-3894](https://searchbroker.atlassian.net/browse/EX-3894)
1599
+
1600
+ ### Testing
1601
+
1602
+ - **e2e:** add test for spellcheck component
1603
+ ([456e120](https://bitbucket.org/colbenson/x-components/commits/456e120924377203986d50a58f4b9733aee2be8b)),
1604
+ closes [EX-3963](https://searchbroker.atlassian.net/browse/EX-3963)
1605
+
1606
+ ### Documentation
1607
+
1608
+ - **search-box:** update props and bindings table style and avoid warning block auto-formatting
1609
+ ([ab8716b](https://bitbucket.org/colbenson/x-components/commits/ab8716b1e00e1886a523b3f2acb029ce4d918287)),
1610
+ closes [EX-4231](https://searchbroker.atlassian.net/browse/EX-4231)
1611
+
1612
+ ### Styling
1613
+
1614
+ - format entire project
1615
+ ([8083870](https://bitbucket.org/colbenson/x-components/commits/80838700530436c6e566a89c13a4912fb754f512)),
1616
+ closes [EX-4287](https://searchbroker.atlassian.net/browse/EX-4287)
294
1617
 
1618
+ ## [3.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.0%0Dv2.1.0-alpha.1) (2021-06-22)
1619
+
1620
+ ### ⚠ BREAKING CHANGES
1621
+
1622
+ - **design-system:** Design system styles have now to be imported from
1623
+ `@empathy/x-components/design-system` instead of `@empathy/x-components/css`
1624
+
1625
+ ### Features
1626
+
1627
+ - **components:** add new `BaseIdPanelToggleButton` and `BaseIdPanelToggle` components
1628
+ ([c10b484](https://bitbucket.org/colbenson/x-components/commits/c10b48487732512edf40565b3abb892ce518c6dd)),
1629
+ closes [EX-4100](https://searchbroker.atlassian.net/browse/EX-4100)
295
1630
 
296
1631
  ### Testing
297
1632
 
298
- * **e2e:** adapt `empathize` tests to cucumber ([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)), closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
299
- * **e2e:** update Cypress to 7.4.0 ([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)), closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
1633
+ - **e2e:** add identifier results tests
1634
+ ([9e93136](https://bitbucket.org/colbenson/x-components/commits/9e93136c61315bc8d4bb7b0d0f61135413d6d7a9)),
1635
+ closes [EX-3961](https://searchbroker.atlassian.net/browse/EX-3961)
1636
+
1637
+ ### Code Refactoring
300
1638
 
1639
+ - **design-system:** rename `styles` folder to `design-system`
1640
+ ([48b5868](https://bitbucket.org/colbenson/x-components/commits/48b586823afcbe59a5d164c2b0f85fa7bccebab7)),
1641
+ closes [EX-4227](https://searchbroker.atlassian.net/browse/EX-4227)
301
1642
 
302
- ### Build System
1643
+ ## [2.1.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.1%0Dv2.1.0-alpha.0) (2021-06-16)
1644
+
1645
+ ### Features
1646
+
1647
+ - **components:** change the render conditions in the `Layout` component
1648
+ ([35645de](https://bitbucket.org/colbenson/x-components/commits/35645de648a0226b6d1a247c3f5353fb5a43cf35)),
1649
+ closes [EX-4171](https://searchbroker.atlassian.net/browse/EX-4171)
1650
+ - **design-system:** add `x-button--ghost-start` and `x-button--ghost-end` modifiers to
1651
+ `x-button--ghost` variant
1652
+ ([2803dd1](https://bitbucket.org/colbenson/x-components/commits/2803dd1bc7209c07f90dbc4a49d255032b18f5b8)),
1653
+ closes [EX-4179](https://searchbroker.atlassian.net/browse/EX-4179)
1654
+ - **design-system:** add `x-dropdown` size variants
1655
+ ([d5649ab](https://bitbucket.org/colbenson/x-components/commits/d5649abb8b6a527426cd12a2dea6c950054c42ca)),
1656
+ closes [EX-4098](https://searchbroker.atlassian.net/browse/EX-4098)
1657
+ - **design-system:** add more values to the `x-list` variants
1658
+ ([5295e2e](https://bitbucket.org/colbenson/x-components/commits/5295e2e0bd2a6db15e13a0bd3b316ae5dcb99616)),
1659
+ closes [EX-4174](https://searchbroker.atlassian.net/browse/EX-4174)
1660
+ - **design-system:** fix the issue with the `x-tag` and `x-filter` in the selected filters
1661
+ ([bdcbdeb](https://bitbucket.org/colbenson/x-components/commits/bdcbdeb5b351f9fca148afb4ec1a8fdd1d4173e3)),
1662
+ closes [EX-4178](https://searchbroker.atlassian.net/browse/EX-4178)
1663
+ - **empathize:** add `isOpen` to store state and expose through the Alias API
1664
+ ([590e4db](https://bitbucket.org/colbenson/x-components/commits/590e4db5ef700434bbcf9787825e0ebcfc01b7ff)),
1665
+ closes [EX-4164](https://searchbroker.atlassian.net/browse/EX-4164)
1666
+ - **facets:** add `isSelected` binding to the `AllFilter` component slot
1667
+ ([2b86731](https://bitbucket.org/colbenson/x-components/commits/2b86731725bb84220b7a0dd7247fe034781442fc)),
1668
+ closes [EX-4173](https://searchbroker.atlassian.net/browse/EX-4173)
303
1669
 
304
- * **dependencies:** update `search-adapter` version ([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)), closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
1670
+ ### Bug Fixes
305
1671
 
1672
+ - **components:** emit initial default value in the `ColumnPicker` mixin
1673
+ ([d7439b8](https://bitbucket.org/colbenson/x-components/commits/d7439b8317a820a710186870c8a2740b65d45d5b)),
1674
+ closes [EX-4114](https://searchbroker.atlassian.net/browse/EX-4114)
1675
+ - **design-system:** fix the stroke and the text decoration in the typography
1676
+ ([6bd879d](https://bitbucket.org/colbenson/x-components/commits/6bd879d751ef3c839ad2d466b7887e4048d14157)),
1677
+ closes [EX-4176](https://searchbroker.atlassian.net/browse/EX-4176)
1678
+ - **facets:** `isNewQuery` utility was returning false when only one query was empty
1679
+ ([b0405e2](https://bitbucket.org/colbenson/x-components/commits/b0405e2eb7effc27f7de9e358ae95e0f3b860d1c)),
1680
+ closes [EX-4160](https://searchbroker.atlassian.net/browse/EX-4160)
1681
+ - **facets:** new label slot inside the `Hierarchical Filter` children
1682
+ ([7fd1275](https://bitbucket.org/colbenson/x-components/commits/7fd1275fcc52b80d26e08a077091d8e38a14db98)),
1683
+ closes [EX-4172](https://searchbroker.atlassian.net/browse/EX-4172)
1684
+ - **utils:** add missing exports to barrel
1685
+ ([abc8059](https://bitbucket.org/colbenson/x-components/commits/abc8059bc8ce1c2a7fe7a063a784d74fca789e36)),
1686
+ closes [EX-4182](https://searchbroker.atlassian.net/browse/EX-4182)
306
1687
 
307
1688
  ### Documentation
308
1689
 
309
- * **search:** update search input component documentation ([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)), closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
310
- * **components:** avoid creating Methods section in components documentation ([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)), closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
1690
+ - **search-box:** remove values column in props generated table in component doc
1691
+ ([efcb814](https://bitbucket.org/colbenson/x-components/commits/efcb814151bbfcbfb304dd0c4fbf499d501a3e65)),
1692
+ closes [EX-4137](https://searchbroker.atlassian.net/browse/EX-4137)
311
1693
 
312
- ## [2.0.0-alpha.13](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.13%0Dv2.0.0-alpha.12) (2021-05-28)
1694
+ ### Testing
313
1695
 
1696
+ - **e2e:** add partial results tests
1697
+ ([4f09ab4](https://bitbucket.org/colbenson/x-components/commits/4f09ab49bfe232f4d7fdeedf22e67adb7bb9b6f6)),
1698
+ closes [EX-3959](https://searchbroker.atlassian.net/browse/EX-3959)
314
1699
 
315
- ### Features
1700
+ ## [2.1.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.0%0Dv2.0.0-alpha.13) (2021-06-14)
316
1701
 
317
- * **design-system:** add `input-group` variants ([f93e6e8](https://bitbucket.org/colbenson/x-components/commits/f93e6e8424a6673010e5b7eed4d9afb6328803a8)), closes [EX-3707](https://searchbroker.atlassian.net/browse/EX-3707)
318
- * **design-system:** add `justified` variant to `x-filter` component ([41b2d98](https://bitbucket.org/colbenson/x-components/commits/41b2d98e3756955512e4409bc4444963f638c8f0)), closes [EX-3874](https://searchbroker.atlassian.net/browse/EX-3874)
319
- * **design-system:** add `x-button` css class in the necessary elements ([c20e3d9](https://bitbucket.org/colbenson/x-components/commits/c20e3d9eeb0957e90a8ed8dd598d24d1dc63786b)), closes [EX-3703](https://searchbroker.atlassian.net/browse/EX-3703)
320
- * **design-system:** add `x-filter` tokens and CSS ([80f4fef](https://bitbucket.org/colbenson/x-components/commits/80f4fef69aea6f19c9d25ae6c00bbd06ed9d9e6d)), closes [EX-3767](https://searchbroker.atlassian.net/browse/EX-3767)
321
- * **design-system:** add `x-suggestion` design tokens ([9987b2f](https://bitbucket.org/colbenson/x-components/commits/9987b2f3f40423cb9580a3977048092f1d20e6e2)), closes [EX-3715](https://searchbroker.atlassian.net/browse/EX-3715)
322
- * **design-system:** add `x-tag` variants tokens and CSS styles ([c4569e0](https://bitbucket.org/colbenson/x-components/commits/c4569e0e788275d223f45503166081269028f60c)), closes [EX-3916](https://searchbroker.atlassian.net/browse/EX-3916)
323
- * **design-system:** add default `x-facet` tokens and CSS and `x-icon` variants ([ba6b9d3](https://bitbucket.org/colbenson/x-components/commits/ba6b9d3e0a07df70972b69b9224c44aa63111071)), closes [EX-3881](https://searchbroker.atlassian.net/browse/EX-3881)
324
- * **design-system:** add dropdown design tokens ([4e0ffbf](https://bitbucket.org/colbenson/x-components/commits/4e0ffbf8bd9bf95209a26b27bd749243f158a04b)), closes [EX-3769](https://searchbroker.atlassian.net/browse/EX-3769)
325
- * **design-system:** add input default tokens and CSS ([e7a0af1](https://bitbucket.org/colbenson/x-components/commits/e7a0af143b34406e6724a142642773a691d689e6)), closes [EX-3694](https://searchbroker.atlassian.net/browse/EX-3694)
326
- * **design-system:** add input variants tokens and CSS ([88a9844](https://bitbucket.org/colbenson/x-components/commits/88a98444be75dd85f434fe1d99d319b81a06fcbc)), closes [EX-3696](https://searchbroker.atlassian.net/browse/EX-3696)
327
- * **design-system:** add tags default tokens and CSS ([c19055f](https://bitbucket.org/colbenson/x-components/commits/c19055f445d251048abb3edf7e637a4dd5944e0f)), closes [EX-3771](https://searchbroker.atlassian.net/browse/EX-3771)
328
- * **design-system:** add the `.x-input` class to the XComponents where necessary ([e721e78](https://bitbucket.org/colbenson/x-components/commits/e721e7868e3dfae06bc08b70eb2afc407b9dc1e6)), closes [EX-3712](https://searchbroker.atlassian.net/browse/EX-3712)
329
- * **design-system:** add x-facet variants tokens and CSS styles ([36d9843](https://bitbucket.org/colbenson/x-components/commits/36d98439038c794fe13bafdd4d478b4f6edae394)), closes [EX-3914](https://searchbroker.atlassian.net/browse/EX-3914)
330
- * **design-system:** add x-tag css class in the necessary elements ([475a067](https://bitbucket.org/colbenson/x-components/commits/475a0674d8d24c8c64ef1dc072918f5450e1a189)), closes [EX-3912](https://searchbroker.atlassian.net/browse/EX-3912)
331
- * **design-system:** refactor styles folder structure ([4651002](https://bitbucket.org/colbenson/x-components/commits/4651002b14a5ab61b7ab7d096beffa5bf923b65c)), closes [EX-3822](https://searchbroker.atlassian.net/browse/EX-3822)
332
- * **design-system:** add `hierarchical` variant to `x-filter` ([882091c](https://bitbucket.org/colbenson/x-components/commits/882091c2111282eecff98b2d69acafd9c317341f)), closes [EX-3878](https://searchbroker.atlassian.net/browse/EX-3878)
333
- * **facets:** add support for optional hierarchical filter children prop ([df988f3](https://bitbucket.org/colbenson/x-components/commits/df988f33e6206475a4674ceb17f0ffc495139a86))
334
- * **search:** add infinite scroll to `ResultsList` component ([e0a179c](https://bitbucket.org/colbenson/x-components/commits/e0a179c9420573781bfe70a395832e25b706618a)), closes [EX-3788](https://searchbroker.atlassian.net/browse/EX-3788)
335
- * **search:** Add `page` and `pageSize` properties with its mutations. ([a20323f](https://bitbucket.org/colbenson/x-components/commits/a20323f382dac1e70e3d18fd90e231b7d49df005)), closes [EX-3775](https://searchbroker.atlassian.net/browse/EX-3775)
336
- * **search:** update search getter in order to use the new page and pageSize properties of the module ([4b00d36](https://bitbucket.org/colbenson/x-components/commits/4b00d36f463206ef6d956c819704f98a9ac3dd8a)), closes [EX-3787](https://searchbroker.atlassian.net/browse/EX-3787)
1702
+ ### Features
337
1703
 
1704
+ - **components:** add `AnimateWidth` animation component
1705
+ ([8c7c3e5](https://bitbucket.org/colbenson/x-components/commits/8c7c3e59973d4bed5ff54c673af0b02a69318a34)),
1706
+ closes [EX-4107](https://searchbroker.atlassian.net/browse/EX-4107)
1707
+ - **design-system:** add `SlidingPanel` default CSS and tokens
1708
+ ([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
1709
+ closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
1710
+ - **design-system:** add `x-scroll` component and tokens
1711
+ ([7ba7913](https://bitbucket.org/colbenson/x-components/commits/7ba791318eb0c27011346821b230f5873de37e6f)),
1712
+ closes [EX-4085](https://searchbroker.atlassian.net/browse/EX-4085)
1713
+ - **design-system:** add Design System classes for the picture image fallback and placeholder
1714
+ ([5503e63](https://bitbucket.org/colbenson/x-components/commits/5503e63e8c96a4fa3b1ba26302e6b3e51a0f9ed8)),
1715
+ closes [EX-4070](https://searchbroker.atlassian.net/browse/EX-4070)
1716
+ - **design-system:** add Design System icons
1717
+ ([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
1718
+ closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
1719
+ - **design-system:** add Direction Border and Padding List variants
1720
+ ([2efdc21](https://bitbucket.org/colbenson/x-components/commits/2efdc21f97416e9a6f9f1cd6e7bd377ad7893c19)),
1721
+ closes [EX-4064](https://searchbroker.atlassian.net/browse/EX-4064)
1722
+ - **design-system:** add icons to the Design System view
1723
+ ([b5f86ce](https://bitbucket.org/colbenson/x-components/commits/b5f86cecb39fa9b039317fead3d5461b4ac71357)),
1724
+ closes [EX-4110](https://searchbroker.atlassian.net/browse/EX-4110)
1725
+ - **design-system:** add Layout component and Design System Layout component
1726
+ ([acc0e2e](https://bitbucket.org/colbenson/x-components/commits/acc0e2eba22af933ec977be615f64702c909f9b3)),
1727
+ closes [EX-3866](https://searchbroker.atlassian.net/browse/EX-3866)
1728
+ - **design-system:** add list design tokens
1729
+ ([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
1730
+ closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
1731
+ - **design-system:** add new typography variants
1732
+ ([fc934bc](https://bitbucket.org/colbenson/x-components/commits/fc934bc2026d8d161c394f9c51f2eab6b87c0ac5)),
1733
+ closes [EX-4092](https://searchbroker.atlassian.net/browse/EX-4092)
1734
+ - **design-system:** add option list tokens
1735
+ ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
1736
+ closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
1737
+ - **design-system:** add `x-grid` Design System tokens
1738
+ ([5f198c5](https://bitbucket.org/colbenson/x-components/commits/5f198c587cae04443d28b329f6ff6db883c0073e)),
1739
+ closes [EX-4082](https://searchbroker.atlassian.net/browse/EX-4082)
1740
+ - **design-system:** add `x-result` Design System tokens
1741
+ ([33c13d7](https://bitbucket.org/colbenson/x-components/commits/33c13d79fa5444c48b1514ddbc77bcb718a303fc)),
1742
+ closes [EX-3765](https://searchbroker.atlassian.net/browse/EX-3765)
1743
+ - **design-system:** improve `x-icon` token
1744
+ ([088ee0a](https://bitbucket.org/colbenson/x-components/commits/088ee0aa9305306f66297d1c35fc47c856c2d361)),
1745
+ closes [EX-4017](https://searchbroker.atlassian.net/browse/EX-4017)
1746
+ - **design-system:** add `x-row` and `x-row-item` tokens
1747
+ ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
1748
+ closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
1749
+ - **design-system:** add `x-picture` Design System tokens
1750
+ ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
1751
+ closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
1752
+ - **facets:** add `SortedFilters` component
1753
+ ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
1754
+ - **components:** change `NoElement` component to be not functional
1755
+ ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
1756
+ closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
1757
+ - **components:** add `BaseResultPlaceholderImage` and `BaseResultFallbackImage`
1758
+ ([cd246ce](https://bitbucket.org/colbenson/x-components/commits/cd246ce004eb04d5fa5f601fce281c1841fc4e14)),
1759
+ closes [EX-4129](https://searchbroker.atlassian.net/browse/EX-4129)
338
1760
 
339
1761
  ### Bug Fixes
340
1762
 
341
- * **components:** fix `transform` transition in `FadeAndSlide` animation component ([bfef3dd](https://bitbucket.org/colbenson/x-components/commits/bfef3ddb946646a1de507e90732d5b07e695e598)), closes [EX-3989](https://searchbroker.atlassian.net/browse/EX-3989)
342
- * **design-tokens:** fix editable tokens not being displayed in view correctly ([f057ab6](https://bitbucket.org/colbenson/x-components/commits/f057ab69cc13d191a93a99692d8cdfe84b87c58a)), closes [EX-3998](https://searchbroker.atlassian.net/browse/EX-3998)
1763
+ - **components:** fix `SlidingPanel` buttons were blocking clicks while invisible
1764
+ ([ee9a94a](https://bitbucket.org/colbenson/x-components/commits/ee9a94a227bd942570f689744b3f7c5cd351c342)),
1765
+ closes [EX-4096](https://searchbroker.atlassian.net/browse/EX-4096)
1766
+ - **facets:** fix issue with hierarchical filters with no children
1767
+ ([0c60915](https://bitbucket.org/colbenson/x-components/commits/0c609153764e3ad39bc3ed3bf7a0e47f92b94120)),
1768
+ closes [EX-4136](https://searchbroker.atlassian.net/browse/EX-4136)
1769
+ - **search:** fix infinite scroll issues when filtering
1770
+ ([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
1771
+ closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
343
1772
 
1773
+ ### Testing
344
1774
 
345
- ### Build System
1775
+ - **e2e:** adapt `empathize` tests to cucumber
1776
+ ([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
1777
+ closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
1778
+ - **e2e:** update Cypress to 7.4.0
1779
+ ([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
1780
+ closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
1781
+
1782
+ ### Continuous Integration
346
1783
 
347
- * **design-system:** add the Rollup configuration to build the CSS files of the Design System ([cb2642a](https://bitbucket.org/colbenson/x-components/commits/cb2642a398e9f42346a278253fdc46bcddae4c99)), closes [EX-3691](https://searchbroker.atlassian.net/browse/EX-3691)
1784
+ - **CI:** update package-lock
1785
+ ([9d0c764](https://bitbucket.org/colbenson/x-components/commits/9d0c764181280135ccae3db16b1171a9cc066818)),
1786
+ closes [EX-4046](https://searchbroker.atlassian.net/browse/EX-4046)
348
1787
 
1788
+ ### Build System
1789
+
1790
+ - **dependencies:** update `search-adapter` version
1791
+ ([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
1792
+ closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
349
1793
 
350
1794
  ### Documentation
351
1795
 
352
- * **components:** improve the way to show slot bindings data in the components documentation ([eda29ce](https://bitbucket.org/colbenson/x-components/commits/eda29ce581f013bd86ed7b9453d3775a5f42fa18)), closes [EX-3832](https://searchbroker.atlassian.net/browse/EX-3832)
1796
+ - **search-box:** update `SearcInput` component documentation
1797
+ ([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
1798
+ closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
1799
+ - **search-box:** update `ClearSearchInput` documentation
1800
+ ([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)),
1801
+ closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
1802
+ - **search-box:** update `SearchButton` documentation
1803
+ ([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)),
1804
+ closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
1805
+ - **build:** avoid creating Methods section in components documentation
1806
+ ([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
1807
+ closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
1808
+
1809
+ ### Code Refactoring
1810
+
1811
+ - **components:** refactor `CollapseFromTop` animation to use only transformations
1812
+ ([97e6b77](https://bitbucket.org/colbenson/x-components/commits/97e6b772d5776ab9542a23f9d54474a6ca652cff)),
1813
+ closes [EX-4149](https://searchbroker.atlassian.net/browse/EX-4149)
1814
+
1815
+ ## [2.0.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0%0Dv2.0.0-alpha.13) (2021-06-03)
1816
+
1817
+ ### Features
1818
+
1819
+ - **design-system:** add `x-sliding-panel` tokens
1820
+ ([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
1821
+ closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
1822
+ - **design-system:** add design system icons
1823
+ ([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
1824
+ closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
1825
+ - **design-system:** add `x-list`and variants tokens
1826
+ ([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
1827
+ closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
1828
+ - **design-system:** add `x-option-list` and variants tokens
1829
+ ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
1830
+ closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
1831
+ - **design-system:** add `x-row` and `x-row-item` tokens
1832
+ ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
1833
+ closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
1834
+ - **design-system:** add `x-picture` tokens
1835
+ ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
1836
+ closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
1837
+ - **facets:** add `SortedFilters` component
1838
+ ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
1839
+ - **no-element:** change `NoElement` component to be not functional
1840
+ ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
1841
+ closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
1842
+
1843
+ ### Bug Fixes
353
1844
 
1845
+ - **search:** fix infinite scroll issues when filtering
1846
+ ([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
1847
+ closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
354
1848
 
355
1849
  ### Testing
356
1850
 
357
- * remove old tests ([51ea6a6](https://bitbucket.org/colbenson/x-components/commits/51ea6a64c07726c3c59b9d6f6c1b011853901c43)), closes [EX-3799](https://searchbroker.atlassian.net/browse/EX-3799)
1851
+ - **e2e:** adapt `empathize` tests to cucumber
1852
+ ([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
1853
+ closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
1854
+ - **e2e:** update Cypress to 7.4.0
1855
+ ([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
1856
+ closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
358
1857
 
359
- ## [2.0.0-alpha.12](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.12%0Dv2.0.0-alpha.11) (2021-05-06)
1858
+ ### Build System
360
1859
 
1860
+ - **dependencies:** update `search-adapter` version
1861
+ ([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
1862
+ closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
361
1863
 
362
- ### Features
1864
+ ### Documentation
363
1865
 
364
- * **components:** add an overlay layer to `BaseModal` component listening to click events outside the modal to close it ([013b284](https://bitbucket.org/colbenson/x-components/commits/013b2849df1afc89d5646704be562b548a286ac0)), closes [EX-3786](https://searchbroker.atlassian.net/browse/EX-3786)
365
- * **recommendations:** add a scopedSlot `layout` to `Recommendations` component ([d26e0b5](https://bitbucket.org/colbenson/x-components/commits/d26e0b5ccf73691d17377ae1393902ba89dd9803)), closes [EX-3807](https://searchbroker.atlassian.net/browse/EX-3807)
1866
+ - **search:** update search input component documentation
1867
+ ([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
1868
+ closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
1869
+ - **components:** avoid creating Methods section in components documentation
1870
+ ([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
1871
+ closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
366
1872
 
1873
+ ## [2.0.0-alpha.13](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.13%0Dv2.0.0-alpha.12) (2021-05-28)
1874
+
1875
+ ### Features
1876
+
1877
+ - **design-system:** add `input-group` variants
1878
+ ([f93e6e8](https://bitbucket.org/colbenson/x-components/commits/f93e6e8424a6673010e5b7eed4d9afb6328803a8)),
1879
+ closes [EX-3707](https://searchbroker.atlassian.net/browse/EX-3707)
1880
+ - **design-system:** add `justified` variant to `x-filter` component
1881
+ ([41b2d98](https://bitbucket.org/colbenson/x-components/commits/41b2d98e3756955512e4409bc4444963f638c8f0)),
1882
+ closes [EX-3874](https://searchbroker.atlassian.net/browse/EX-3874)
1883
+ - **design-system:** add `x-button` css class in the necessary elements
1884
+ ([c20e3d9](https://bitbucket.org/colbenson/x-components/commits/c20e3d9eeb0957e90a8ed8dd598d24d1dc63786b)),
1885
+ closes [EX-3703](https://searchbroker.atlassian.net/browse/EX-3703)
1886
+ - **design-system:** add `x-filter` tokens and CSS
1887
+ ([80f4fef](https://bitbucket.org/colbenson/x-components/commits/80f4fef69aea6f19c9d25ae6c00bbd06ed9d9e6d)),
1888
+ closes [EX-3767](https://searchbroker.atlassian.net/browse/EX-3767)
1889
+ - **design-system:** add `x-suggestion` design tokens
1890
+ ([9987b2f](https://bitbucket.org/colbenson/x-components/commits/9987b2f3f40423cb9580a3977048092f1d20e6e2)),
1891
+ closes [EX-3715](https://searchbroker.atlassian.net/browse/EX-3715)
1892
+ - **design-system:** add `x-tag` variants tokens and CSS styles
1893
+ ([c4569e0](https://bitbucket.org/colbenson/x-components/commits/c4569e0e788275d223f45503166081269028f60c)),
1894
+ closes [EX-3916](https://searchbroker.atlassian.net/browse/EX-3916)
1895
+ - **design-system:** add default `x-facet` tokens and CSS and `x-icon` variants
1896
+ ([ba6b9d3](https://bitbucket.org/colbenson/x-components/commits/ba6b9d3e0a07df70972b69b9224c44aa63111071)),
1897
+ closes [EX-3881](https://searchbroker.atlassian.net/browse/EX-3881)
1898
+ - **design-system:** add dropdown design tokens
1899
+ ([4e0ffbf](https://bitbucket.org/colbenson/x-components/commits/4e0ffbf8bd9bf95209a26b27bd749243f158a04b)),
1900
+ closes [EX-3769](https://searchbroker.atlassian.net/browse/EX-3769)
1901
+ - **design-system:** add input default tokens and CSS
1902
+ ([e7a0af1](https://bitbucket.org/colbenson/x-components/commits/e7a0af143b34406e6724a142642773a691d689e6)),
1903
+ closes [EX-3694](https://searchbroker.atlassian.net/browse/EX-3694)
1904
+ - **design-system:** add input variants tokens and CSS
1905
+ ([88a9844](https://bitbucket.org/colbenson/x-components/commits/88a98444be75dd85f434fe1d99d319b81a06fcbc)),
1906
+ closes [EX-3696](https://searchbroker.atlassian.net/browse/EX-3696)
1907
+ - **design-system:** add tags default tokens and CSS
1908
+ ([c19055f](https://bitbucket.org/colbenson/x-components/commits/c19055f445d251048abb3edf7e637a4dd5944e0f)),
1909
+ closes [EX-3771](https://searchbroker.atlassian.net/browse/EX-3771)
1910
+ - **design-system:** add the `.x-input` class to the XComponents where necessary
1911
+ ([e721e78](https://bitbucket.org/colbenson/x-components/commits/e721e7868e3dfae06bc08b70eb2afc407b9dc1e6)),
1912
+ closes [EX-3712](https://searchbroker.atlassian.net/browse/EX-3712)
1913
+ - **design-system:** add x-facet variants tokens and CSS styles
1914
+ ([36d9843](https://bitbucket.org/colbenson/x-components/commits/36d98439038c794fe13bafdd4d478b4f6edae394)),
1915
+ closes [EX-3914](https://searchbroker.atlassian.net/browse/EX-3914)
1916
+ - **design-system:** add x-tag css class in the necessary elements
1917
+ ([475a067](https://bitbucket.org/colbenson/x-components/commits/475a0674d8d24c8c64ef1dc072918f5450e1a189)),
1918
+ closes [EX-3912](https://searchbroker.atlassian.net/browse/EX-3912)
1919
+ - **design-system:** refactor styles folder structure
1920
+ ([4651002](https://bitbucket.org/colbenson/x-components/commits/4651002b14a5ab61b7ab7d096beffa5bf923b65c)),
1921
+ closes [EX-3822](https://searchbroker.atlassian.net/browse/EX-3822)
1922
+ - **design-system:** add `hierarchical` variant to `x-filter`
1923
+ ([882091c](https://bitbucket.org/colbenson/x-components/commits/882091c2111282eecff98b2d69acafd9c317341f)),
1924
+ closes [EX-3878](https://searchbroker.atlassian.net/browse/EX-3878)
1925
+ - **facets:** add support for optional hierarchical filter children prop
1926
+ ([df988f3](https://bitbucket.org/colbenson/x-components/commits/df988f33e6206475a4674ceb17f0ffc495139a86))
1927
+ - **search:** add infinite scroll to `ResultsList` component
1928
+ ([e0a179c](https://bitbucket.org/colbenson/x-components/commits/e0a179c9420573781bfe70a395832e25b706618a)),
1929
+ closes [EX-3788](https://searchbroker.atlassian.net/browse/EX-3788)
1930
+ - **search:** Add `page` and `pageSize` properties with its mutations.
1931
+ ([a20323f](https://bitbucket.org/colbenson/x-components/commits/a20323f382dac1e70e3d18fd90e231b7d49df005)),
1932
+ closes [EX-3775](https://searchbroker.atlassian.net/browse/EX-3775)
1933
+ - **search:** update search getter in order to use the new page and pageSize properties of the
1934
+ module
1935
+ ([4b00d36](https://bitbucket.org/colbenson/x-components/commits/4b00d36f463206ef6d956c819704f98a9ac3dd8a)),
1936
+ closes [EX-3787](https://searchbroker.atlassian.net/browse/EX-3787)
367
1937
 
368
1938
  ### Bug Fixes
369
1939
 
370
- * **components:** fix `FadeAndSlide` and `StaggeredFadeAndSlide` animations ([f0b7014](https://bitbucket.org/colbenson/x-components/commits/f0b701459dbcbdf706d127005df20cbd7c76fb55)), closes [EX-3813](https://searchbroker.atlassian.net/browse/EX-3813)
1940
+ - **components:** fix `transform` transition in `FadeAndSlide` animation component
1941
+ ([bfef3dd](https://bitbucket.org/colbenson/x-components/commits/bfef3ddb946646a1de507e90732d5b07e695e598)),
1942
+ closes [EX-3989](https://searchbroker.atlassian.net/browse/EX-3989)
1943
+ - **design-tokens:** fix editable tokens not being displayed in view correctly
1944
+ ([f057ab6](https://bitbucket.org/colbenson/x-components/commits/f057ab69cc13d191a93a99692d8cdfe84b87c58a)),
1945
+ closes [EX-3998](https://searchbroker.atlassian.net/browse/EX-3998)
1946
+
1947
+ ### Build System
1948
+
1949
+ - **design-system:** add the Rollup configuration to build the CSS files of the Design System
1950
+ ([cb2642a](https://bitbucket.org/colbenson/x-components/commits/cb2642a398e9f42346a278253fdc46bcddae4c99)),
1951
+ closes [EX-3691](https://searchbroker.atlassian.net/browse/EX-3691)
1952
+
1953
+ ### Documentation
371
1954
 
1955
+ - **components:** improve the way to show slot bindings data in the components documentation
1956
+ ([eda29ce](https://bitbucket.org/colbenson/x-components/commits/eda29ce581f013bd86ed7b9453d3775a5f42fa18)),
1957
+ closes [EX-3832](https://searchbroker.atlassian.net/browse/EX-3832)
372
1958
 
373
1959
  ### Testing
374
1960
 
375
- * **e2e:** Add multiselect-filters test ([a7dc169](https://bitbucket.org/colbenson/x-components/commits/a7dc16958e8789d3299bc531362894d58fd7ca0a)), closes [EX-3603](https://searchbroker.atlassian.net/browse/EX-3603)
1961
+ - remove old tests
1962
+ ([51ea6a6](https://bitbucket.org/colbenson/x-components/commits/51ea6a64c07726c3c59b9d6f6c1b011853901c43)),
1963
+ closes [EX-3799](https://searchbroker.atlassian.net/browse/EX-3799)
376
1964
 
1965
+ ## [2.0.0-alpha.12](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.12%0Dv2.0.0-alpha.11) (2021-05-06)
377
1966
 
378
- ## [2.0.0-alpha.11](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.11%0Dv2.0.0-alpha.10) (2021-05-03)
1967
+ ### Features
379
1968
 
1969
+ - **components:** add an overlay layer to `BaseModal` component listening to click events outside
1970
+ the modal to close it
1971
+ ([013b284](https://bitbucket.org/colbenson/x-components/commits/013b2849df1afc89d5646704be562b548a286ac0)),
1972
+ closes [EX-3786](https://searchbroker.atlassian.net/browse/EX-3786)
1973
+ - **recommendations:** add a scopedSlot `layout` to `Recommendations` component
1974
+ ([d26e0b5](https://bitbucket.org/colbenson/x-components/commits/d26e0b5ccf73691d17377ae1393902ba89dd9803)),
1975
+ closes [EX-3807](https://searchbroker.atlassian.net/browse/EX-3807)
380
1976
 
381
- ## [2.0.0-alpha.10](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.10%0Dv2.0.0-alpha.9) (2021-05-03)
1977
+ ### Bug Fixes
382
1978
 
1979
+ - **components:** fix `FadeAndSlide` and `StaggeredFadeAndSlide` animations
1980
+ ([f0b7014](https://bitbucket.org/colbenson/x-components/commits/f0b701459dbcbdf706d127005df20cbd7c76fb55)),
1981
+ closes [EX-3813](https://searchbroker.atlassian.net/browse/EX-3813)
383
1982
 
384
- ### Features
1983
+ ### Testing
385
1984
 
386
- * **contributing-guide:** Add contributing guide ([9f27fc8](https://bitbucket.org/colbenson/x-components/commits/9f27fc8438f4b24c19d6e30de5216e72a38d8ee1)), closes [EX-2891](https://searchbroker.atlassian.net/browse/EX-2891)
387
- * **design-system:** add base tokens ([c124600](https://bitbucket.org/colbenson/x-components/commits/c124600cf491f45d713c37f737ea22d85f004ae4)), closes [EX-3672](https://searchbroker.atlassian.net/browse/EX-3672)
388
- * **design-system:** add Button variations tokens and CSS ([cc20dba](https://bitbucket.org/colbenson/x-components/commits/cc20dba02f29a320e5d1c52b627722fc980d3b29)), closes [EX-3689](https://searchbroker.atlassian.net/browse/EX-3689)
389
- * **design-system:** add default button design tokens and styles ([5d85fcc](https://bitbucket.org/colbenson/x-components/commits/5d85fcc3c83fea25eb41bcde805bb7b3161c031b)), closes [EX-3688](https://searchbroker.atlassian.net/browse/EX-3688)
390
- * **design-system:** add Design System view as showcase ([8493ca4](https://bitbucket.org/colbenson/x-components/commits/8493ca4fb095839603e8efff9318c5adf824ef7f)), closes [EX-3690](https://searchbroker.atlassian.net/browse/EX-3690)
391
- * **directives:** add `InfiniteScroll` directive ([172809d](https://bitbucket.org/colbenson/x-components/commits/172809db62b92783cc0fa28402b21edc2c113b7d)), closes [EX-3352](https://searchbroker.atlassian.net/browse/EX-3352)
392
- * **directives:** add barrel file in `directives` folder and export them in `src` ([8e12202](https://bitbucket.org/colbenson/x-components/commits/8e12202d3173e2cd751321ab8bdac527290012ea)), closes [EX-3779](https://searchbroker.atlassian.net/browse/EX-3779)
393
- * **facets:** add `RenderlessFilter` component ([d30aa57](https://bitbucket.org/colbenson/x-components/commits/d30aa578efddcc1cf7e00d4cca14b9ccf62f007a)), closes [EX-3608](https://searchbroker.atlassian.net/browse/EX-3608)
394
- * **facets:** change `BaseFilter` to `RenderlessFilter` in `HierarchicalFilter` component ([36f2771](https://bitbucket.org/colbenson/x-components/commits/36f2771f78cea144242a5ec66041227efd97993c)), closes [EX-3590](https://searchbroker.atlassian.net/browse/EX-3590)
395
- * **facets:** make `SimpleFilter` component use `RenderlessFilter`, exposing the option of changing the default button. ([ea93d31](https://bitbucket.org/colbenson/x-components/commits/ea93d310e74ec8cdc40361f68428626080810999)), closes [EX-3589](https://searchbroker.atlassian.net/browse/EX-3589)
396
- * **facets:** use the new decorators `inject` and `provide` in the filters components ([876826a](https://bitbucket.org/colbenson/x-components/commits/876826a7ad3b8693569fb5e08a02bef814d17a74)), closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
397
- * **x-installer:** add option to install asynchronous Vue plugins ([b132dd4](https://bitbucket.org/colbenson/x-components/commits/b132dd43d40954764729f67e87fcbf4b9374f1a4)), closes [EX-3790](https://searchbroker.atlassian.net/browse/EX-3790)
1985
+ - **e2e:** Add multiselect-filters test
1986
+ ([a7dc169](https://bitbucket.org/colbenson/x-components/commits/a7dc16958e8789d3299bc531362894d58fd7ca0a)),
1987
+ closes [EX-3603](https://searchbroker.atlassian.net/browse/EX-3603)
398
1988
 
1989
+ ## [2.0.0-alpha.11](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.11%0Dv2.0.0-alpha.10) (2021-05-03)
399
1990
 
400
- ### Bug Fixes
1991
+ ## [2.0.0-alpha.10](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.10%0Dv2.0.0-alpha.9) (2021-05-03)
401
1992
 
402
- * **tests:** enable new scenario in `querySuggestions` and fix `isInQuerySuggestions` method ([5209bd8](https://bitbucket.org/colbenson/x-components/commits/5209bd82dd0d72351fcacc43c7546e6434aec715)), closes [EX-3307](https://searchbroker.atlassian.net/browse/EX-3307)
1993
+ ### Features
403
1994
 
1995
+ - **contributing-guide:** Add contributing guide
1996
+ ([9f27fc8](https://bitbucket.org/colbenson/x-components/commits/9f27fc8438f4b24c19d6e30de5216e72a38d8ee1)),
1997
+ closes [EX-2891](https://searchbroker.atlassian.net/browse/EX-2891)
1998
+ - **design-system:** add base tokens
1999
+ ([c124600](https://bitbucket.org/colbenson/x-components/commits/c124600cf491f45d713c37f737ea22d85f004ae4)),
2000
+ closes [EX-3672](https://searchbroker.atlassian.net/browse/EX-3672)
2001
+ - **design-system:** add Button variations tokens and CSS
2002
+ ([cc20dba](https://bitbucket.org/colbenson/x-components/commits/cc20dba02f29a320e5d1c52b627722fc980d3b29)),
2003
+ closes [EX-3689](https://searchbroker.atlassian.net/browse/EX-3689)
2004
+ - **design-system:** add default button design tokens and styles
2005
+ ([5d85fcc](https://bitbucket.org/colbenson/x-components/commits/5d85fcc3c83fea25eb41bcde805bb7b3161c031b)),
2006
+ closes [EX-3688](https://searchbroker.atlassian.net/browse/EX-3688)
2007
+ - **design-system:** add Design System view as showcase
2008
+ ([8493ca4](https://bitbucket.org/colbenson/x-components/commits/8493ca4fb095839603e8efff9318c5adf824ef7f)),
2009
+ closes [EX-3690](https://searchbroker.atlassian.net/browse/EX-3690)
2010
+ - **directives:** add `InfiniteScroll` directive
2011
+ ([172809d](https://bitbucket.org/colbenson/x-components/commits/172809db62b92783cc0fa28402b21edc2c113b7d)),
2012
+ closes [EX-3352](https://searchbroker.atlassian.net/browse/EX-3352)
2013
+ - **directives:** add barrel file in `directives` folder and export them in `src`
2014
+ ([8e12202](https://bitbucket.org/colbenson/x-components/commits/8e12202d3173e2cd751321ab8bdac527290012ea)),
2015
+ closes [EX-3779](https://searchbroker.atlassian.net/browse/EX-3779)
2016
+ - **facets:** add `RenderlessFilter` component
2017
+ ([d30aa57](https://bitbucket.org/colbenson/x-components/commits/d30aa578efddcc1cf7e00d4cca14b9ccf62f007a)),
2018
+ closes [EX-3608](https://searchbroker.atlassian.net/browse/EX-3608)
2019
+ - **facets:** change `BaseFilter` to `RenderlessFilter` in `HierarchicalFilter` component
2020
+ ([36f2771](https://bitbucket.org/colbenson/x-components/commits/36f2771f78cea144242a5ec66041227efd97993c)),
2021
+ closes [EX-3590](https://searchbroker.atlassian.net/browse/EX-3590)
2022
+ - **facets:** make `SimpleFilter` component use `RenderlessFilter`, exposing the option of changing
2023
+ the default button.
2024
+ ([ea93d31](https://bitbucket.org/colbenson/x-components/commits/ea93d310e74ec8cdc40361f68428626080810999)),
2025
+ closes [EX-3589](https://searchbroker.atlassian.net/browse/EX-3589)
2026
+ - **facets:** use the new decorators `inject` and `provide` in the filters components
2027
+ ([876826a](https://bitbucket.org/colbenson/x-components/commits/876826a7ad3b8693569fb5e08a02bef814d17a74)),
2028
+ closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
2029
+ - **x-installer:** add option to install asynchronous Vue plugins
2030
+ ([b132dd4](https://bitbucket.org/colbenson/x-components/commits/b132dd43d40954764729f67e87fcbf4b9374f1a4)),
2031
+ closes [EX-3790](https://searchbroker.atlassian.net/browse/EX-3790)
404
2032
 
405
- ### Build System
2033
+ ### Bug Fixes
406
2034
 
407
- * **dependencies:** update `search-adapter` and `search-types` versions ([0663e17](https://bitbucket.org/colbenson/x-components/commits/0663e1735393022af9eb57e54de274a224f4416a)), closes [EX-3664](https://searchbroker.atlassian.net/browse/EX-3664)
408
- * **package.json:** update fixed dependencies (package-lock.json) and fix eslint version to minor ([d33ed95](https://bitbucket.org/colbenson/x-components/commits/d33ed958c111e7f3da4f44c6a3073afd915bc02b)), closes [EX-3744](https://searchbroker.atlassian.net/browse/EX-3744)
2035
+ - **tests:** enable new scenario in `querySuggestions` and fix `isInQuerySuggestions` method
2036
+ ([5209bd8](https://bitbucket.org/colbenson/x-components/commits/5209bd82dd0d72351fcacc43c7546e6434aec715)),
2037
+ closes [EX-3307](https://searchbroker.atlassian.net/browse/EX-3307)
409
2038
 
2039
+ ### Build System
410
2040
 
411
- ### Testing
2041
+ - **dependencies:** update `search-adapter` and `search-types` versions
2042
+ ([0663e17](https://bitbucket.org/colbenson/x-components/commits/0663e1735393022af9eb57e54de274a224f4416a)),
2043
+ closes [EX-3664](https://searchbroker.atlassian.net/browse/EX-3664)
2044
+ - **package.json:** update fixed dependencies (package-lock.json) and fix eslint version to minor
2045
+ ([d33ed95](https://bitbucket.org/colbenson/x-components/commits/d33ed958c111e7f3da4f44c6a3073afd915bc02b)),
2046
+ closes [EX-3744](https://searchbroker.atlassian.net/browse/EX-3744)
412
2047
 
413
- * **e2e:** add different possible combinations for filters-search components ([75b61bb](https://bitbucket.org/colbenson/x-components/commits/75b61bbb8056c3cb08af88244da6518348a8d2e8)), closes [EX-3601](https://searchbroker.atlassian.net/browse/EX-3601)
414
- * **e2e:** add new sort tests ([62c7eee](https://bitbucket.org/colbenson/x-components/commits/62c7eee8652a72e2f3000476188c20d9b3aa9671)), closes [EX-3666](https://searchbroker.atlassian.net/browse/EX-3666)
415
- * **e2e:** e2e test for exclude-filters-with-no-results component ([d36c0b6](https://bitbucket.org/colbenson/x-components/commits/d36c0b6e55b3ce084b2c80d70691fae44446a187)), closes [EX-3599](https://searchbroker.atlassian.net/browse/EX-3599)
2048
+ ### Testing
416
2049
 
2050
+ - **e2e:** add different possible combinations for filters-search components
2051
+ ([75b61bb](https://bitbucket.org/colbenson/x-components/commits/75b61bbb8056c3cb08af88244da6518348a8d2e8)),
2052
+ closes [EX-3601](https://searchbroker.atlassian.net/browse/EX-3601)
2053
+ - **e2e:** add new sort tests
2054
+ ([62c7eee](https://bitbucket.org/colbenson/x-components/commits/62c7eee8652a72e2f3000476188c20d9b3aa9671)),
2055
+ closes [EX-3666](https://searchbroker.atlassian.net/browse/EX-3666)
2056
+ - **e2e:** e2e test for exclude-filters-with-no-results component
2057
+ ([d36c0b6](https://bitbucket.org/colbenson/x-components/commits/d36c0b6e55b3ce084b2c80d70691fae44446a187)),
2058
+ closes [EX-3599](https://searchbroker.atlassian.net/browse/EX-3599)
417
2059
 
418
2060
  ### Documentation
419
2061
 
420
- * **tests** add tests docs in contributing documentation about factory functions and components wrappers ([fdbe0ac](https://bitbucket.org/colbenson/x-components/commits/fdbe0ac09e30fde2739501211988c351ec975a32)), closes [EX-3760](https://searchbroker.atlassian.net/browse/EX-3760)
421
- * **xcomponents:** add documentation about events emitted by components ([edf3bf6](https://bitbucket.org/colbenson/x-components/commits/edf3bf6d46114e4fc702cb6650f10e6c7f046f99)), closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
422
-
2062
+ - **tests** add tests docs in contributing documentation about factory functions and components
2063
+ wrappers
2064
+ ([fdbe0ac](https://bitbucket.org/colbenson/x-components/commits/fdbe0ac09e30fde2739501211988c351ec975a32)),
2065
+ closes [EX-3760](https://searchbroker.atlassian.net/browse/EX-3760)
2066
+ - **xcomponents:** add documentation about events emitted by components
2067
+ ([edf3bf6](https://bitbucket.org/colbenson/x-components/commits/edf3bf6d46114e4fc702cb6650f10e6c7f046f99)),
2068
+ closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
423
2069
 
424
2070
  ## [2.0.0-alpha.9](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.9%0Dv2.0.0-alpha.8) (2021-04-13)
425
2071
 
426
-
427
2072
  ### Bug Fixes
428
2073
 
429
- * **facets:** Emit the `SelectedFiltersChanged` event when the user deselects the last filter ([cc38322](https://bitbucket.org/colbenson/x-components/commits/cc3832252ae2994a040c268e4c5941c69535382b)), closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
2074
+ - **facets:** Emit the `SelectedFiltersChanged` event when the user deselects the last filter
2075
+ ([cc38322](https://bitbucket.org/colbenson/x-components/commits/cc3832252ae2994a040c268e4c5941c69535382b)),
2076
+ closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
430
2077
 
431
2078
  ## [2.0.0-alpha.8](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.8%0Dv2.0.0-alpha.7) (2021-04-13)
432
2079
 
433
-
434
2080
  ### Bug Fixes
435
2081
 
436
- * **facets:** Avoid emitting the `SelectedFiltersChanged` event when facets change for the second time. ([41efe6f](https://bitbucket.org/colbenson/x-components/commits/41efe6f41a6f94427fff455b9a595fe614a4e1a8)), closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
2082
+ - **facets:** Avoid emitting the `SelectedFiltersChanged` event when facets change for the second
2083
+ time.
2084
+ ([41efe6f](https://bitbucket.org/colbenson/x-components/commits/41efe6f41a6f94427fff455b9a595fe614a4e1a8)),
2085
+ closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
437
2086
 
438
2087
  ## [2.0.0-alpha.7](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.7%0Dv2.0.0-alpha.6) (2021-04-07)
439
2088
 
440
-
441
2089
  ### Features
442
2090
 
443
- * **components:** add `BaseColumnPickerList` component ([8eb2322](https://bitbucket.org/colbenson/x-components/commits/8eb232250642a10fe5ef2860a515133ceb3b7003)), closes [EX-3295](https://searchbroker.atlassian.net/browse/EX-3295)
444
- * **components:** add `BaseVariableColumnGrid` component ([9f4ce5a](https://bitbucket.org/colbenson/x-components/commits/9f4ce5a54ce9a383232dd4e537682e7c5b753879)), closes [EX-3297](https://searchbroker.atlassian.net/browse/EX-3297)
445
- * **components:** add `BaseIdScroll` component ([f3366ba](https://bitbucket.org/colbenson/x-components/commits/f3366ba58bd834a4eb65fafdb53821f6391188a2)), closes [EX-3387](https://searchbroker.atlassian.net/browse/EX-3387)
446
- * **components:** add `BaseMainScroll` component ([f4716d1](https://bitbucket.org/colbenson/x-components/commits/f4716d1b613f50f2767ad16fcaa36c70b9b58d29)), closes [EX-3193](https://searchbroker.atlassian.net/browse/EX-3193)
447
- * **decorators:** add `@XProvide` and `@XInject` decorators ([3facc03](https://bitbucket.org/colbenson/x-components/commits/3facc034617dd2270dec2b83b12f15165d324c10)), closes [EX-2893](https://searchbroker.atlassian.net/browse/EX-2893)
448
- * **facets:** add `ExcludeFiltersWithNoResults` component ([eba2bfe](https://bitbucket.org/colbenson/x-components/commits/eba2bfe845a37bcebcb7321de3291ce3fc7eb39c)), closes [EX-3412](https://searchbroker.atlassian.net/browse/EX-3412)
449
- * **facets:** add `EditableNumberRangeFilter` component ([5577f0b](https://bitbucket.org/colbenson/x-components/commits/5577f0b64921ee37605105a89d9edae9660db97c)), closes [EX-3257](https://searchbroker.atlassian.net/browse/EX-3257)
450
- * **facets:** add new events, wiring, and action to keep backend filters selected state ([d84080b](https://bitbucket.org/colbenson/x-components/commits/d84080bdf9452124f405f297a90b59a79a0facc8)), closes [EX-3585](https://searchbroker.atlassian.net/browse/EX-3585)
451
- * **facets:** add the option to init the `frontendFacets` via prop in the `Facets` component ([0e41dc6](https://bitbucket.org/colbenson/x-components/commits/0e41dc633bfa5a388a90ca75f137475f4e042735))
452
- * **facets:** add wiring and store logic in facets module to support `EditableNumberRangeFilter` ([1ad777b](https://bitbucket.org/colbenson/x-components/commits/1ad777b7b87e82845677c232b03dcffad7b3586d)), closes [EX-3258](https://searchbroker.atlassian.net/browse/EX-3258)
453
- * **grid:** add `BaseColumnPickerDropdown` component ([626dfb6](https://bitbucket.org/colbenson/x-components/commits/626dfb645eb614d009c1c5ed185bce0b1d73a758)), closes [EX-3296](https://searchbroker.atlassian.net/browse/EX-3296)
454
- * **history-queries:** modify history-queries to accept a new config and show all the elements in store. ([fb0bdac](https://bitbucket.org/colbenson/x-components/commits/fb0bdacf2bdbf7e0847682dedf7e1a348d8a4b93)), closes [EX-3389](https://searchbroker.atlassian.net/browse/EX-3389)
455
- * **scroll:** add new `BaseScrollToTop` component ([f79207a](https://bitbucket.org/colbenson/x-components/commits/f79207adce6ac348a630ea63ce8279057a24d9a5)), closes [EX-3197](https://searchbroker.atlassian.net/browse/EX-3197)
456
- * **scroll:** add new `BaseScroll` component ([912e198](https://bitbucket.org/colbenson/x-components/commits/912e198bfba15a16400f4bc979f85341649b8814)), closes [EX-3191](https://searchbroker.atlassian.net/browse/EX-3191)
457
- * **search:** add `PartialResultsList` component ([df9eaa1](https://bitbucket.org/colbenson/x-components/commits/df9eaa195f83c32c4208d6b16f2a5768d521a6cc)), closes [EX-3354](https://searchbroker.atlassian.net/browse/EX-3354)
458
- * **search:** add `SortDropdown` component ([c483944](https://bitbucket.org/colbenson/x-components/commits/c483944dca71943f590ec4d2354f6954f2899098)), closes [EX-3299](https://searchbroker.atlassian.net/browse/EX-3299)
459
- * **search:** add new `PartialQueryButton` component ([e99db04](https://bitbucket.org/colbenson/x-components/commits/e99db04190d7f339c26e81613b7942c627789ad1)), closes [EX-3568](https://searchbroker.atlassian.net/browse/EX-3568)
460
- * **search:** add new `SortList` component ([42715f2](https://bitbucket.org/colbenson/x-components/commits/42715f21f9f5ede32696c0b0b7f7da0d380f932a)), closes [EX-3298](https://searchbroker.atlassian.net/browse/EX-3298)
461
- * **search:** add store logic & wiring to support sorting results ([2e7e4a7](https://bitbucket.org/colbenson/x-components/commits/2e7e4a76bc7a450139d99402dba9e2ae799cc63b)), closes [EX-3301](https://searchbroker.atlassian.net/browse/EX-3301)
462
- * **tagging:** add basic tagging x-module ([b60f809](https://bitbucket.org/colbenson/x-components/commits/b60f8092f499c623d0479cf0be4729aaf1d29d77)), closes [EX-3195](https://searchbroker.atlassian.net/browse/EX-3195)
463
- * **x-plugin:** add `initialXModules` to `XPluginOptions` to register `XModules` manually when installing the plugin ([05e17c8](https://bitbucket.org/colbenson/x-components/commits/05e17c8c0f7c49a83f0c0b6cd091391048f48fe7)), closes [EX-3199](https://searchbroker.atlassian.net/browse/EX-3199)
464
-
2091
+ - **components:** add `BaseColumnPickerList` component
2092
+ ([8eb2322](https://bitbucket.org/colbenson/x-components/commits/8eb232250642a10fe5ef2860a515133ceb3b7003)),
2093
+ closes [EX-3295](https://searchbroker.atlassian.net/browse/EX-3295)
2094
+ - **components:** add `BaseVariableColumnGrid` component
2095
+ ([9f4ce5a](https://bitbucket.org/colbenson/x-components/commits/9f4ce5a54ce9a383232dd4e537682e7c5b753879)),
2096
+ closes [EX-3297](https://searchbroker.atlassian.net/browse/EX-3297)
2097
+ - **components:** add `BaseIdScroll` component
2098
+ ([f3366ba](https://bitbucket.org/colbenson/x-components/commits/f3366ba58bd834a4eb65fafdb53821f6391188a2)),
2099
+ closes [EX-3387](https://searchbroker.atlassian.net/browse/EX-3387)
2100
+ - **components:** add `BaseMainScroll` component
2101
+ ([f4716d1](https://bitbucket.org/colbenson/x-components/commits/f4716d1b613f50f2767ad16fcaa36c70b9b58d29)),
2102
+ closes [EX-3193](https://searchbroker.atlassian.net/browse/EX-3193)
2103
+ - **decorators:** add `@XProvide` and `@XInject` decorators
2104
+ ([3facc03](https://bitbucket.org/colbenson/x-components/commits/3facc034617dd2270dec2b83b12f15165d324c10)),
2105
+ closes [EX-2893](https://searchbroker.atlassian.net/browse/EX-2893)
2106
+ - **facets:** add `ExcludeFiltersWithNoResults` component
2107
+ ([eba2bfe](https://bitbucket.org/colbenson/x-components/commits/eba2bfe845a37bcebcb7321de3291ce3fc7eb39c)),
2108
+ closes [EX-3412](https://searchbroker.atlassian.net/browse/EX-3412)
2109
+ - **facets:** add `EditableNumberRangeFilter` component
2110
+ ([5577f0b](https://bitbucket.org/colbenson/x-components/commits/5577f0b64921ee37605105a89d9edae9660db97c)),
2111
+ closes [EX-3257](https://searchbroker.atlassian.net/browse/EX-3257)
2112
+ - **facets:** add new events, wiring, and action to keep backend filters selected state
2113
+ ([d84080b](https://bitbucket.org/colbenson/x-components/commits/d84080bdf9452124f405f297a90b59a79a0facc8)),
2114
+ closes [EX-3585](https://searchbroker.atlassian.net/browse/EX-3585)
2115
+ - **facets:** add the option to init the `frontendFacets` via prop in the `Facets` component
2116
+ ([0e41dc6](https://bitbucket.org/colbenson/x-components/commits/0e41dc633bfa5a388a90ca75f137475f4e042735))
2117
+ - **facets:** add wiring and store logic in facets module to support `EditableNumberRangeFilter`
2118
+ ([1ad777b](https://bitbucket.org/colbenson/x-components/commits/1ad777b7b87e82845677c232b03dcffad7b3586d)),
2119
+ closes [EX-3258](https://searchbroker.atlassian.net/browse/EX-3258)
2120
+ - **grid:** add `BaseColumnPickerDropdown` component
2121
+ ([626dfb6](https://bitbucket.org/colbenson/x-components/commits/626dfb645eb614d009c1c5ed185bce0b1d73a758)),
2122
+ closes [EX-3296](https://searchbroker.atlassian.net/browse/EX-3296)
2123
+ - **history-queries:** modify history-queries to accept a new config and show all the elements in
2124
+ store.
2125
+ ([fb0bdac](https://bitbucket.org/colbenson/x-components/commits/fb0bdacf2bdbf7e0847682dedf7e1a348d8a4b93)),
2126
+ closes [EX-3389](https://searchbroker.atlassian.net/browse/EX-3389)
2127
+ - **scroll:** add new `BaseScrollToTop` component
2128
+ ([f79207a](https://bitbucket.org/colbenson/x-components/commits/f79207adce6ac348a630ea63ce8279057a24d9a5)),
2129
+ closes [EX-3197](https://searchbroker.atlassian.net/browse/EX-3197)
2130
+ - **scroll:** add new `BaseScroll` component
2131
+ ([912e198](https://bitbucket.org/colbenson/x-components/commits/912e198bfba15a16400f4bc979f85341649b8814)),
2132
+ closes [EX-3191](https://searchbroker.atlassian.net/browse/EX-3191)
2133
+ - **search:** add `PartialResultsList` component
2134
+ ([df9eaa1](https://bitbucket.org/colbenson/x-components/commits/df9eaa195f83c32c4208d6b16f2a5768d521a6cc)),
2135
+ closes [EX-3354](https://searchbroker.atlassian.net/browse/EX-3354)
2136
+ - **search:** add `SortDropdown` component
2137
+ ([c483944](https://bitbucket.org/colbenson/x-components/commits/c483944dca71943f590ec4d2354f6954f2899098)),
2138
+ closes [EX-3299](https://searchbroker.atlassian.net/browse/EX-3299)
2139
+ - **search:** add new `PartialQueryButton` component
2140
+ ([e99db04](https://bitbucket.org/colbenson/x-components/commits/e99db04190d7f339c26e81613b7942c627789ad1)),
2141
+ closes [EX-3568](https://searchbroker.atlassian.net/browse/EX-3568)
2142
+ - **search:** add new `SortList` component
2143
+ ([42715f2](https://bitbucket.org/colbenson/x-components/commits/42715f21f9f5ede32696c0b0b7f7da0d380f932a)),
2144
+ closes [EX-3298](https://searchbroker.atlassian.net/browse/EX-3298)
2145
+ - **search:** add store logic & wiring to support sorting results
2146
+ ([2e7e4a7](https://bitbucket.org/colbenson/x-components/commits/2e7e4a76bc7a450139d99402dba9e2ae799cc63b)),
2147
+ closes [EX-3301](https://searchbroker.atlassian.net/browse/EX-3301)
2148
+ - **tagging:** add basic tagging x-module
2149
+ ([b60f809](https://bitbucket.org/colbenson/x-components/commits/b60f8092f499c623d0479cf0be4729aaf1d29d77)),
2150
+ closes [EX-3195](https://searchbroker.atlassian.net/browse/EX-3195)
2151
+ - **x-plugin:** add `initialXModules` to `XPluginOptions` to register `XModules` manually when
2152
+ installing the plugin
2153
+ ([05e17c8](https://bitbucket.org/colbenson/x-components/commits/05e17c8c0f7c49a83f0c0b6cd091391048f48fe7)),
2154
+ closes [EX-3199](https://searchbroker.atlassian.net/browse/EX-3199)
465
2155
 
466
2156
  ### Code Refactoring
467
2157
 
468
- * **animations:** rename animations to fit BEM ([0993d31](https://bitbucket.org/colbenson/x-components/commits/0993d31ac83b4c78273f60a8af903a53251506ac)), closes [EX-3264](https://searchbroker.atlassian.net/browse/EX-3264)
469
- * **decorators:** tidy decorators splitting the bus decorators from the state decorators ([9debc11](https://bitbucket.org/colbenson/x-components/commits/9debc11d3a5143e566932e6072ff7efcb0bf45c7)), closes [EX-3442](https://searchbroker.atlassian.net/browse/EX-3442)
470
- * **facets:** move filter components inside the facets module ([9c266c6](https://bitbucket.org/colbenson/x-components/commits/9c266c60f0efeaef89262eb2d39094ca899100c2)), closes [EX-3270](https://searchbroker.atlassian.net/browse/EX-3270)
471
-
2158
+ - **animations:** rename animations to fit BEM
2159
+ ([0993d31](https://bitbucket.org/colbenson/x-components/commits/0993d31ac83b4c78273f60a8af903a53251506ac)),
2160
+ closes [EX-3264](https://searchbroker.atlassian.net/browse/EX-3264)
2161
+ - **decorators:** tidy decorators splitting the bus decorators from the state decorators
2162
+ ([9debc11](https://bitbucket.org/colbenson/x-components/commits/9debc11d3a5143e566932e6072ff7efcb0bf45c7)),
2163
+ closes [EX-3442](https://searchbroker.atlassian.net/browse/EX-3442)
2164
+ - **facets:** move filter components inside the facets module
2165
+ ([9c266c6](https://bitbucket.org/colbenson/x-components/commits/9c266c60f0efeaef89262eb2d39094ca899100c2)),
2166
+ closes [EX-3270](https://searchbroker.atlassian.net/browse/EX-3270)
472
2167
 
473
2168
  ### Testing
474
2169
 
475
- * **e2e:** fix e2e `SlidingPanel` tests ([0901ddc](https://bitbucket.org/colbenson/x-components/commits/0901ddcf698a74a66231651bb46aebed027f012d)), closes [EX-3438](https://searchbroker.atlassian.net/browse/EX-3438)
476
- * **e2e:** add tests scenarios for sort dropdown and list ([d918d8a](https://bitbucket.org/colbenson/x-components/commits/d918d8a447a57dbbf39974d597ba07f1306c481d)), closes [EX-3201](https://searchbroker.atlassian.net/browse/EX-3201)
477
- * **e2e:** column pickers tests refinement ([74d75d4](https://bitbucket.org/colbenson/x-components/commits/74d75d41ac1224b86de81cce1ae037f77be52453)), closes [EX-3500](https://searchbroker.atlassian.net/browse/EX-3500)
478
- * **e2e:** fix relative imports paths ([1abed82](https://bitbucket.org/colbenson/x-components/commits/1abed829d9de5cecb432b30b319b4250ce472d37)), closes [EX-3434](https://searchbroker.atlassian.net/browse/EX-3434)
479
- * **e2e:** fix setting related tags max items to render in sliding panel view ([ef9f4be](https://bitbucket.org/colbenson/x-components/commits/ef9f4bef7b779114e84759ab626a841d06ddf0d0)), closes [EX-3463](https://searchbroker.atlassian.net/browse/EX-3463)
480
- * **e2e:** add test for `BaseFiltersSearch` ([293ce31](https://bitbucket.org/colbenson/x-components/commits/293ce3146ef8ba043fecdfe7ab67e3083ef1d4f3)), closes [EX-3232](https://searchbroker.atlassian.net/browse/EX-3232)
481
- * **e2e:** add test for `BaseColumnPickerList` and dropdown ([cd128d1](https://bitbucket.org/colbenson/x-components/commits/cd128d174926cca2fb86fc58dc92b99a00746be1)), closes [EX-3219](https://searchbroker.atlassian.net/browse/EX-3219)
482
- * **e2e:** add tests for `SlidingPanel` component ([414c679](https://bitbucket.org/colbenson/x-components/commits/414c679c5d48f6a2e3bbd01aac90ce81209c16cb)), closes [EX-3238](https://searchbroker.atlassian.net/browse/EX-3238)
2170
+ - **e2e:** fix e2e `SlidingPanel` tests
2171
+ ([0901ddc](https://bitbucket.org/colbenson/x-components/commits/0901ddcf698a74a66231651bb46aebed027f012d)),
2172
+ closes [EX-3438](https://searchbroker.atlassian.net/browse/EX-3438)
2173
+ - **e2e:** add tests scenarios for sort dropdown and list
2174
+ ([d918d8a](https://bitbucket.org/colbenson/x-components/commits/d918d8a447a57dbbf39974d597ba07f1306c481d)),
2175
+ closes [EX-3201](https://searchbroker.atlassian.net/browse/EX-3201)
2176
+ - **e2e:** column pickers tests refinement
2177
+ ([74d75d4](https://bitbucket.org/colbenson/x-components/commits/74d75d41ac1224b86de81cce1ae037f77be52453)),
2178
+ closes [EX-3500](https://searchbroker.atlassian.net/browse/EX-3500)
2179
+ - **e2e:** fix relative imports paths
2180
+ ([1abed82](https://bitbucket.org/colbenson/x-components/commits/1abed829d9de5cecb432b30b319b4250ce472d37)),
2181
+ closes [EX-3434](https://searchbroker.atlassian.net/browse/EX-3434)
2182
+ - **e2e:** fix setting related tags max items to render in sliding panel view
2183
+ ([ef9f4be](https://bitbucket.org/colbenson/x-components/commits/ef9f4bef7b779114e84759ab626a841d06ddf0d0)),
2184
+ closes [EX-3463](https://searchbroker.atlassian.net/browse/EX-3463)
2185
+ - **e2e:** add test for `BaseFiltersSearch`
2186
+ ([293ce31](https://bitbucket.org/colbenson/x-components/commits/293ce3146ef8ba043fecdfe7ab67e3083ef1d4f3)),
2187
+ closes [EX-3232](https://searchbroker.atlassian.net/browse/EX-3232)
2188
+ - **e2e:** add test for `BaseColumnPickerList` and dropdown
2189
+ ([cd128d1](https://bitbucket.org/colbenson/x-components/commits/cd128d174926cca2fb86fc58dc92b99a00746be1)),
2190
+ closes [EX-3219](https://searchbroker.atlassian.net/browse/EX-3219)
2191
+ - **e2e:** add tests for `SlidingPanel` component
2192
+ ([414c679](https://bitbucket.org/colbenson/x-components/commits/414c679c5d48f6a2e3bbd01aac90ce81209c16cb)),
2193
+ closes [EX-3238](https://searchbroker.atlassian.net/browse/EX-3238)
483
2194
 
484
2195
  ## [2.0.0-alpha.6](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.6%0Dv2.0.0-alpha.5) (2021-03-16)
485
2196
 
486
-
487
2197
  ### ⚠ BREAKING CHANGES
488
2198
 
489
- * **facets:** Filters which have selected property now extends from BooleanFilter
2199
+ - **facets:** Filters which have selected property now extends from BooleanFilter
490
2200
 
491
2201
  ### Features
492
2202
 
493
- * **facets:** update search-types and search-adapter to allow EditableNumberRangeFilters ([691ab64](https://bitbucket.org/colbenson/x-components/commits/691ab64054740eb1a50a9cfba72be8e4a306e24b)), closes [EX-3367](https://searchbroker.atlassian.net/browse/EX-3367)
494
- * **search:** add `ResultsList` component ([6ee52aa](https://bitbucket.org/colbenson/x-components/commits/6ee52aae52defcba3598bf76174ccb6469038439)), closes [EX-3172](https://searchbroker.atlassian.net/browse/EX-3172)
495
- * **search:** add `Spellcheck` component ([62432cc](https://bitbucket.org/colbenson/x-components/commits/62432cc82a547326159bcb216fb1f734914ae86e)), closes [EX-3179](https://searchbroker.atlassian.net/browse/EX-3179)
496
- * **search:** add `SpellcheckButton` component ([13446ed](https://bitbucket.org/colbenson/x-components/commits/13446eddbf1e3dea8bb3220283f17134e23cc608)), closes [EX-3329](https://searchbroker.atlassian.net/browse/EX-3329)
497
- * **search:** add `totalResults` property to the search module state and to the alias API ([0e51507](https://bitbucket.org/colbenson/x-components/commits/0e5150710f0be3882a72a991375b0a419956ee20)), closes [EX-3187](https://searchbroker.atlassian.net/browse/EX-3187)
2203
+ - **facets:** update search-types and search-adapter to allow EditableNumberRangeFilters
2204
+ ([691ab64](https://bitbucket.org/colbenson/x-components/commits/691ab64054740eb1a50a9cfba72be8e4a306e24b)),
2205
+ closes [EX-3367](https://searchbroker.atlassian.net/browse/EX-3367)
2206
+ - **search:** add `ResultsList` component
2207
+ ([6ee52aa](https://bitbucket.org/colbenson/x-components/commits/6ee52aae52defcba3598bf76174ccb6469038439)),
2208
+ closes [EX-3172](https://searchbroker.atlassian.net/browse/EX-3172)
2209
+ - **search:** add `Spellcheck` component
2210
+ ([62432cc](https://bitbucket.org/colbenson/x-components/commits/62432cc82a547326159bcb216fb1f734914ae86e)),
2211
+ closes [EX-3179](https://searchbroker.atlassian.net/browse/EX-3179)
2212
+ - **search:** add `SpellcheckButton` component
2213
+ ([13446ed](https://bitbucket.org/colbenson/x-components/commits/13446eddbf1e3dea8bb3220283f17134e23cc608)),
2214
+ closes [EX-3329](https://searchbroker.atlassian.net/browse/EX-3329)
2215
+ - **search:** add `totalResults` property to the search module state and to the alias API
2216
+ ([0e51507](https://bitbucket.org/colbenson/x-components/commits/0e5150710f0be3882a72a991375b0a419956ee20)),
2217
+ closes [EX-3187](https://searchbroker.atlassian.net/browse/EX-3187)
498
2218
 
499
2219
  ### Bug Fixes
500
2220
 
501
- * **components:** `EventsModalOpen`, `IdModalOpen` components can now contain HTML elements inside. Disable page scroll when modals are open. Close modals when either clicked out of them or focus is lost ([3284e49](https://bitbucket.org/colbenson/x-components/commits/3284e49c521d3fab1fa971f3d378a32f6dbe6a30)), closes [EX-3361](https://searchbroker.atlassian.net/browse/EX-3361)
2221
+ - **components:** `EventsModalOpen`, `IdModalOpen` components can now contain HTML elements inside.
2222
+ Disable page scroll when modals are open. Close modals when either clicked out of them or focus is
2223
+ lost
2224
+ ([3284e49](https://bitbucket.org/colbenson/x-components/commits/3284e49c521d3fab1fa971f3d378a32f6dbe6a30)),
2225
+ closes [EX-3361](https://searchbroker.atlassian.net/browse/EX-3361)
502
2226
 
503
2227
  ### Testing
504
2228
 
505
- * **e2e:** add tests for `BaseKeyboardNavigation` component ([ea3d71d](https://bitbucket.org/colbenson/x-components/commits/ea3d71d0b40b7346a8d5a45bb12294f26dadc62f)), closes [EX-3240](https://searchbroker.atlassian.net/browse/EX-3240)
506
- * **e2e:** add tests for `BaseResultImage` component ([639ed31](https://bitbucket.org/colbenson/x-components/commits/639ed314715c9e31e0461d8d297ade30ad769603)), closes [EX-3234](https://searchbroker.atlassian.net/browse/EX-3234)
2229
+ - **e2e:** add tests for `BaseKeyboardNavigation` component
2230
+ ([ea3d71d](https://bitbucket.org/colbenson/x-components/commits/ea3d71d0b40b7346a8d5a45bb12294f26dadc62f)),
2231
+ closes [EX-3240](https://searchbroker.atlassian.net/browse/EX-3240)
2232
+ - **e2e:** add tests for `BaseResultImage` component
2233
+ ([639ed31](https://bitbucket.org/colbenson/x-components/commits/639ed314715c9e31e0461d8d297ade30ad769603)),
2234
+ closes [EX-3234](https://searchbroker.atlassian.net/browse/EX-3234)
507
2235
 
508
2236
  ### Build System
509
2237
 
510
- * **dependencies:** update [@vue-cli](https://bitbucket.org/vue-cli) dependencies to 4.5.x ([b05dd01](https://bitbucket.org/colbenson/x-components/commits/b05dd01519111a35ae04431c3c5de2d226b04b80)), closes [EX-3335](https://searchbroker.atlassian.net/browse/EX-3335)
511
-
2238
+ - **dependencies:** update [@vue-cli](https://bitbucket.org/vue-cli) dependencies to 4.5.x
2239
+ ([b05dd01](https://bitbucket.org/colbenson/x-components/commits/b05dd01519111a35ae04431c3c5de2d226b04b80)),
2240
+ closes [EX-3335](https://searchbroker.atlassian.net/browse/EX-3335)
512
2241
 
513
2242
  ### Code Refactoring
514
2243
 
515
- * add `scoped` attribute to `<style>` to components that were missing it ([4f2c8d6](https://bitbucket.org/colbenson/x-components/commits/4f2c8d60be7e9631867afd45e73420a4a3238e32)), closes [EX-3266](https://searchbroker.atlassian.net/browse/EX-3266)
2244
+ - add `scoped` attribute to `<style>` to components that were missing it
2245
+ ([4f2c8d6](https://bitbucket.org/colbenson/x-components/commits/4f2c8d60be7e9631867afd45e73420a4a3238e32)),
2246
+ closes [EX-3266](https://searchbroker.atlassian.net/browse/EX-3266)
516
2247
 
517
2248
  ## [2.0.0-alpha.5](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.5%0Dv2.0.0-alpha.4) (2021-03-08)
518
2249
 
519
-
520
2250
  ### Build System
521
2251
 
522
- * fix publish directory ([4f08381](https://bitbucket.org/colbenson/x-components/commits/4f08381a16d0fd8052f7ea062e300047377c4a6e))
2252
+ - fix publish directory
2253
+ ([4f08381](https://bitbucket.org/colbenson/x-components/commits/4f08381a16d0fd8052f7ea062e300047377c4a6e))
523
2254
 
524
2255
  ## [2.0.0-alpha.4](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.4%0Dv2.0.0-alpha.3) (2021-03-08)
525
2256
 
526
-
527
2257
  ### Features
528
2258
 
529
- * **animations:** added z-index within staggered animations styles ([3be7086](https://bitbucket.org/colbenson/x-components/commits/3be708666287c46d69b892b040e4024d8a28e16b)), closes [EX-3082](https://searchbroker.atlassian.net/browse/EX-3082)
530
- * **base-components:** add `base-id-modal`, `base-id-modal-open` and `base-id-moda-close` components ([abde27f](https://bitbucket.org/colbenson/x-components/commits/abde27fc109f11a0147913fb3893c5c536c34829)), closes [EX-3100](https://searchbroker.atlassian.net/browse/EX-3100)
531
- * **base-grid:** add base-grid component ([acae2b0](https://bitbucket.org/colbenson/x-components/commits/acae2b0f157f69c22b62758e50f9f032c59fb901)), closes [EX-3245](https://searchbroker.atlassian.net/browse/EX-3245)
532
- * **components:** add `BaseDropdown` component. ([6009ad4](https://bitbucket.org/colbenson/x-components/commits/6009ad41e3233c7053fccdba625484405291d676))
533
- * **components:** add mixing `CollapseWidth` component export ([d393120](https://bitbucket.org/colbenson/x-components/commits/d39312016f8894d90b871763ed1eb6d7c3a3d86a)), closes [EX-2994](https://searchbroker.atlassian.net/browse/EX-2994)
534
- * **facets:** add new filter to deselect the filters if the query has changed ([89ca130](https://bitbucket.org/colbenson/x-components/commits/89ca13066e0fe48f413a529e42d7431f50751534)), closes [EX-3101](https://searchbroker.atlassian.net/browse/EX-3101)
535
- * **facets:** facets split in backend and frontend facets ([5d8a60f](https://bitbucket.org/colbenson/x-components/commits/5d8a60f26faaab9af72147c411cb040d8503b0ce)), closes [EX-3255](https://searchbroker.atlassian.net/browse/EX-3255)
536
- * **filters:** renders a selected filters from state and exposes slots to customize it ([3a6ed89](https://bitbucket.org/colbenson/x-components/commits/3a6ed892072dbe98ce3ebb37b45707a477f33690)), closes [EX-2863](https://searchbroker.atlassian.net/browse/EX-2863)
537
- * **search:** remove search results getter and replace the access to them with the State decorator ([6c31810](https://bitbucket.org/colbenson/x-components/commits/6c31810a110ca7cd17c82ae0fac1d85826a36ae6)), closes [EX-3053](https://searchbroker.atlassian.net/browse/EX-3053)
538
- * **search-module:** Add banners an promoteds in store. ([07dc7d6](https://bitbucket.org/colbenson/x-components/commits/07dc7d62aff50cd897bf4ae6a19155164e67e919)), closes [EX-3175](https://searchbroker.atlassian.net/browse/EX-3175)
539
-
2259
+ - **animations:** added z-index within staggered animations styles
2260
+ ([3be7086](https://bitbucket.org/colbenson/x-components/commits/3be708666287c46d69b892b040e4024d8a28e16b)),
2261
+ closes [EX-3082](https://searchbroker.atlassian.net/browse/EX-3082)
2262
+ - **base-components:** add `base-id-modal`, `base-id-modal-open` and `base-id-moda-close` components
2263
+ ([abde27f](https://bitbucket.org/colbenson/x-components/commits/abde27fc109f11a0147913fb3893c5c536c34829)),
2264
+ closes [EX-3100](https://searchbroker.atlassian.net/browse/EX-3100)
2265
+ - **base-grid:** add base-grid component
2266
+ ([acae2b0](https://bitbucket.org/colbenson/x-components/commits/acae2b0f157f69c22b62758e50f9f032c59fb901)),
2267
+ closes [EX-3245](https://searchbroker.atlassian.net/browse/EX-3245)
2268
+ - **components:** add `BaseDropdown` component.
2269
+ ([6009ad4](https://bitbucket.org/colbenson/x-components/commits/6009ad41e3233c7053fccdba625484405291d676))
2270
+ - **components:** add mixing `CollapseWidth` component export
2271
+ ([d393120](https://bitbucket.org/colbenson/x-components/commits/d39312016f8894d90b871763ed1eb6d7c3a3d86a)),
2272
+ closes [EX-2994](https://searchbroker.atlassian.net/browse/EX-2994)
2273
+ - **facets:** add new filter to deselect the filters if the query has changed
2274
+ ([89ca130](https://bitbucket.org/colbenson/x-components/commits/89ca13066e0fe48f413a529e42d7431f50751534)),
2275
+ closes [EX-3101](https://searchbroker.atlassian.net/browse/EX-3101)
2276
+ - **facets:** facets split in backend and frontend facets
2277
+ ([5d8a60f](https://bitbucket.org/colbenson/x-components/commits/5d8a60f26faaab9af72147c411cb040d8503b0ce)),
2278
+ closes [EX-3255](https://searchbroker.atlassian.net/browse/EX-3255)
2279
+ - **filters:** renders a selected filters from state and exposes slots to customize it
2280
+ ([3a6ed89](https://bitbucket.org/colbenson/x-components/commits/3a6ed892072dbe98ce3ebb37b45707a477f33690)),
2281
+ closes [EX-2863](https://searchbroker.atlassian.net/browse/EX-2863)
2282
+ - **search:** remove search results getter and replace the access to them with the State decorator
2283
+ ([6c31810](https://bitbucket.org/colbenson/x-components/commits/6c31810a110ca7cd17c82ae0fac1d85826a36ae6)),
2284
+ closes [EX-3053](https://searchbroker.atlassian.net/browse/EX-3053)
2285
+ - **search-module:** Add banners an promoteds in store.
2286
+ ([07dc7d6](https://bitbucket.org/colbenson/x-components/commits/07dc7d62aff50cd897bf4ae6a19155164e67e919)),
2287
+ closes [EX-3175](https://searchbroker.atlassian.net/browse/EX-3175)
540
2288
 
541
2289
  ### Bug Fixes
542
2290
 
543
- * **history-queries:** replace last query, if the last word of it is refined in the new query ([8f0f6e4](https://bitbucket.org/colbenson/x-components/commits/8f0f6e4be7a58269a690845049e10a2e7a949c9f)), closes [EX-3084](https://searchbroker.atlassian.net/browse/EX-3084)
544
-
2291
+ - **history-queries:** replace last query, if the last word of it is refined in the new query
2292
+ ([8f0f6e4](https://bitbucket.org/colbenson/x-components/commits/8f0f6e4be7a58269a690845049e10a2e7a949c9f)),
2293
+ closes [EX-3084](https://searchbroker.atlassian.net/browse/EX-3084)
545
2294
 
546
2295
  ### Performance Improvements
547
2296
 
548
- * **e2e:** avoid opening new browser instances to speed up e2e tests ([958139d](https://bitbucket.org/colbenson/x-components/commits/958139d0d466133f61e4d6738ab2cbcc2638422f)), closes [EX-3160](https://searchbroker.atlassian.net/browse/EX-3160)
549
-
2297
+ - **e2e:** avoid opening new browser instances to speed up e2e tests
2298
+ ([958139d](https://bitbucket.org/colbenson/x-components/commits/958139d0d466133f61e4d6738ab2cbcc2638422f)),
2299
+ closes [EX-3160](https://searchbroker.atlassian.net/browse/EX-3160)
550
2300
 
551
2301
  ### Code Refactoring
552
2302
 
553
- * **e2e:** homogenise and standardise common-steps and test cases ([28b08ce](https://bitbucket.org/colbenson/x-components/commits/28b08ceedba1ba9aeac8440cd67a7da36e16ffe7)), closes [EX-3060](https://searchbroker.atlassian.net/browse/EX-3060)
554
- * **x-plugin:** extract `XComponentAliasAPI` logic to a separate file and improve aliases generation ([e846edd](https://bitbucket.org/colbenson/x-components/commits/e846edda6222b91efbcb4c74ce926f62b8d24f85)), closes [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) [EX-3288](https://searchbroker.atlassian.net/browse/EX-3288) [feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
555
-
2303
+ - **e2e:** homogenise and standardise common-steps and test cases
2304
+ ([28b08ce](https://bitbucket.org/colbenson/x-components/commits/28b08ceedba1ba9aeac8440cd67a7da36e16ffe7)),
2305
+ closes [EX-3060](https://searchbroker.atlassian.net/browse/EX-3060)
2306
+ - **x-plugin:** extract `XComponentAliasAPI` logic to a separate file and improve aliases generation
2307
+ ([e846edd](https://bitbucket.org/colbenson/x-components/commits/e846edda6222b91efbcb4c74ce926f62b8d24f85)),
2308
+ closes [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
2309
+ [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
2310
+ [EX-3288](https://searchbroker.atlassian.net/browse/EX-3288)
2311
+ [feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
556
2312
 
557
2313
  ### Testing
558
2314
 
559
- * **e2e:** add next-queries e2e tests ([ae56046](https://bitbucket.org/colbenson/x-components/commits/ae56046674a71abda14bb7138566bc2b1a2a8bf3)), closes [EX-3047](https://searchbroker.atlassian.net/browse/EX-3047)
560
- * **e2e:** add test for base event modal ([0121ddb](https://bitbucket.org/colbenson/x-components/commits/0121ddb9e3d390541afc1398c81fae9fa04afde7)), closes [EX-3228](https://searchbroker.atlassian.net/browse/EX-3228)
561
- * **e2e:** related tags e2e tests ([688f0aa](https://bitbucket.org/colbenson/x-components/commits/688f0aa3f398d901432db69144784db69cf96d3d)), closes [EX-3155](https://searchbroker.atlassian.net/browse/EX-3155)
562
-
2315
+ - **e2e:** add next-queries e2e tests
2316
+ ([ae56046](https://bitbucket.org/colbenson/x-components/commits/ae56046674a71abda14bb7138566bc2b1a2a8bf3)),
2317
+ closes [EX-3047](https://searchbroker.atlassian.net/browse/EX-3047)
2318
+ - **e2e:** add test for base event modal
2319
+ ([0121ddb](https://bitbucket.org/colbenson/x-components/commits/0121ddb9e3d390541afc1398c81fae9fa04afde7)),
2320
+ closes [EX-3228](https://searchbroker.atlassian.net/browse/EX-3228)
2321
+ - **e2e:** related tags e2e tests
2322
+ ([688f0aa](https://bitbucket.org/colbenson/x-components/commits/688f0aa3f398d901432db69144784db69cf96d3d)),
2323
+ closes [EX-3155](https://searchbroker.atlassian.net/browse/EX-3155)
563
2324
 
564
2325
  ### Build System
565
2326
 
566
- * improve process deleting the temporally directories ([712af79](https://bitbucket.org/colbenson/x-components/commits/712af794649d75722a5533b107fc9c97ebb6f5ae)), closes [EX-2124](https://searchbroker.atlassian.net/browse/EX-2124)
2327
+ - improve process deleting the temporally directories
2328
+ ([712af79](https://bitbucket.org/colbenson/x-components/commits/712af794649d75722a5533b107fc9c97ebb6f5ae)),
2329
+ closes [EX-2124](https://searchbroker.atlassian.net/browse/EX-2124)
567
2330
 
568
2331
  ## [2.0.0-alpha.3](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.3%0Dv2.0.0-alpha.2) (2021-02-12)
569
2332
 
570
-
571
2333
  ### ⚠ BREAKING CHANGES
572
2334
 
573
- * **currency-formatter:** remove `CurrencyOptions` from `XConfig` and its default value from `DEFAULT_X_CONFIG`,
574
- remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency` property from `SnippetConfig`.
575
- * **exports:** Rename some wires due to collisions between other exported members (i.e. actions/getters):
576
- `facets` -> `setFacets` to `setFacetsWire`, `toggleSimpleFilter` to `toggleSimpleFilterWire`, `toggleHierarchicalFilter` to `toggleHierarchicalFilterWire`, `toggleNumberRangerFilter` to `toggleNumberRangerFilterWire`, `clearFacetsSelectedFilters` to `clearFacetsSelectedFiltersWire`, `clearFacetSelectedFilters` to `clearFacetSelectedFiltersWire` and `clearSelectedFilters` to `clearSelectedFiltersWire`.
577
- `history-queries` -> `loadHistoryQueriesFromBrowserStorage` to `loadHistoryQueriesFromBrowserStorageWire`.
578
- `next-queries` -> `fetchAndSaveNextQueries` to `fetchAndSaveNextQueriesWire` and `setQueryFromLastHistoryQuery` to `setQueryFromLastHistoryQueryWire`.
579
- `query-suggestions` -> `fetchAndSaveSuggestions` to `fetchAndSaveSuggestionsWire` and `cancelFetchAndSaveSuggestions` to `cancelFetchAndSaveSuggestionsWire`.
580
- `related-tags` -> `fetchAndSaveRelatedTags` to `fetchAndSaveRelatedTagsWire`, `cancelFetchAndSaveRelatedTags` to `cancelFetchAndSaveRelatedTagsWire` and `toggleRelatedTag` to `toggleRelatedTagWire`.
581
- `search` -> `fetchAndSaveSearchResponse` to `fetchAndSaveSearchResponseWire` and `cancelFetchAndSaveSearchResponse` to `cancelFetchAndSaveSearchResponseWire`.
582
-
583
- Rename exports of `getters` named `request` to `moduleName` + `Request` due to collisions between modules.
584
- Rename `ClearFilters` class to `ClearSelectedFilters`.
2335
+ - **currency-formatter:** remove `CurrencyOptions` from `XConfig` and its default value from
2336
+ `DEFAULT_X_CONFIG`, remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency`
2337
+ property from `SnippetConfig`.
2338
+ - **exports:** Rename some wires due to collisions between other exported members (i.e.
2339
+ actions/getters): `facets` -> `setFacets` to `setFacetsWire`, `toggleSimpleFilter` to
2340
+ `toggleSimpleFilterWire`, `toggleHierarchicalFilter` to `toggleHierarchicalFilterWire`,
2341
+ `toggleNumberRangerFilter` to `toggleNumberRangerFilterWire`, `clearFacetsSelectedFilters` to
2342
+ `clearFacetsSelectedFiltersWire`, `clearFacetSelectedFilters` to `clearFacetSelectedFiltersWire`
2343
+ and `clearSelectedFilters` to `clearSelectedFiltersWire`. `history-queries` ->
2344
+ `loadHistoryQueriesFromBrowserStorage` to `loadHistoryQueriesFromBrowserStorageWire`.
2345
+ `next-queries` -> `fetchAndSaveNextQueries` to `fetchAndSaveNextQueriesWire` and
2346
+ `setQueryFromLastHistoryQuery` to `setQueryFromLastHistoryQueryWire`. `query-suggestions` ->
2347
+ `fetchAndSaveSuggestions` to `fetchAndSaveSuggestionsWire` and `cancelFetchAndSaveSuggestions` to
2348
+ `cancelFetchAndSaveSuggestionsWire`. `related-tags` -> `fetchAndSaveRelatedTags` to
2349
+ `fetchAndSaveRelatedTagsWire`, `cancelFetchAndSaveRelatedTags` to
2350
+ `cancelFetchAndSaveRelatedTagsWire` and `toggleRelatedTag` to `toggleRelatedTagWire`. `search` ->
2351
+ `fetchAndSaveSearchResponse` to `fetchAndSaveSearchResponseWire` and
2352
+ `cancelFetchAndSaveSearchResponse` to `cancelFetchAndSaveSearchResponseWire`.
2353
+
2354
+ Rename exports of `getters` named `request` to `moduleName` + `Request` due to collisions between
2355
+ modules. Rename `ClearFilters` class to `ClearSelectedFilters`.
585
2356
 
586
2357
  ### Features
587
2358
 
588
- * **e2e test for recommendations components:** e2e test for recommendations component ([e6729b9](https://bitbucket.org/colbenson/x-components/commits/e6729b9744a8c681b560a48acdb166211f632ed4)), closes [EX-3003](https://searchbroker.atlassian.net/browse/EX-3003)
589
- * **e2e testing for query-suggestions component:** e2e testing for query-suggestions component ([01cbeb2](https://bitbucket.org/colbenson/x-components/commits/01cbeb2cb0329954225cc7eaa3fd3581a3258b7b)), closes [EX-2912](https://searchbroker.atlassian.net/browse/EX-2912)
590
- * **facets:** add an option to set the state facets via prop ([8f08f97](https://bitbucket.org/colbenson/x-components/commits/8f08f97ae1ccf7d2f65c34b51bcaa95b3a162d59)), closes [EX-2870](https://searchbroker.atlassian.net/browse/EX-2870)
591
- * **facets:** add renderableFacets prop to Facets component to filter rendered facets ([66cfdf3](https://bitbucket.org/colbenson/x-components/commits/66cfdf328d17c8fe0711241c9ee74a2d04e7cf83)), closes [EX-3037](https://searchbroker.atlassian.net/browse/EX-3037)
592
- * **facets:** support receiving facets containing selected filters in `Facets.vue` ([25a7579](https://bitbucket.org/colbenson/x-components/commits/25a7579ba5a71035c654caafab366a1910f2beac)), closes [EX-3092](https://searchbroker.atlassian.net/browse/EX-3092)
593
- * **related tags:** added related tags config to set a maximum number of items to render ([c173b91](https://bitbucket.org/colbenson/x-components/commits/c173b91d282b0a108ee62310ba806a2560f09838)), closes [EX-3031](https://searchbroker.atlassian.net/browse/EX-3031)
594
-
2359
+ - **e2e test for recommendations components:** e2e test for recommendations component
2360
+ ([e6729b9](https://bitbucket.org/colbenson/x-components/commits/e6729b9744a8c681b560a48acdb166211f632ed4)),
2361
+ closes [EX-3003](https://searchbroker.atlassian.net/browse/EX-3003)
2362
+ - **e2e testing for query-suggestions component:** e2e testing for query-suggestions component
2363
+ ([01cbeb2](https://bitbucket.org/colbenson/x-components/commits/01cbeb2cb0329954225cc7eaa3fd3581a3258b7b)),
2364
+ closes [EX-2912](https://searchbroker.atlassian.net/browse/EX-2912)
2365
+ - **facets:** add an option to set the state facets via prop
2366
+ ([8f08f97](https://bitbucket.org/colbenson/x-components/commits/8f08f97ae1ccf7d2f65c34b51bcaa95b3a162d59)),
2367
+ closes [EX-2870](https://searchbroker.atlassian.net/browse/EX-2870)
2368
+ - **facets:** add renderableFacets prop to Facets component to filter rendered facets
2369
+ ([66cfdf3](https://bitbucket.org/colbenson/x-components/commits/66cfdf328d17c8fe0711241c9ee74a2d04e7cf83)),
2370
+ closes [EX-3037](https://searchbroker.atlassian.net/browse/EX-3037)
2371
+ - **facets:** support receiving facets containing selected filters in `Facets.vue`
2372
+ ([25a7579](https://bitbucket.org/colbenson/x-components/commits/25a7579ba5a71035c654caafab366a1910f2beac)),
2373
+ closes [EX-3092](https://searchbroker.atlassian.net/browse/EX-3092)
2374
+ - **related tags:** added related tags config to set a maximum number of items to render
2375
+ ([c173b91](https://bitbucket.org/colbenson/x-components/commits/c173b91d282b0a108ee62310ba806a2560f09838)),
2376
+ closes [EX-3031](https://searchbroker.atlassian.net/browse/EX-3031)
595
2377
 
596
2378
  ### Styling
597
2379
 
598
- * **getters:** rename getters name adding .getter at the end ([c5a5fbe](https://bitbucket.org/colbenson/x-components/commits/c5a5fbec1f0deb4b593e193667ca06ca93730691)), closes [EX-3036](https://searchbroker.atlassian.net/browse/EX-3036)
599
-
2380
+ - **getters:** rename getters name adding .getter at the end
2381
+ ([c5a5fbe](https://bitbucket.org/colbenson/x-components/commits/c5a5fbec1f0deb4b593e193667ca06ca93730691)),
2382
+ closes [EX-3036](https://searchbroker.atlassian.net/browse/EX-3036)
600
2383
 
601
2384
  ### Code Refactoring
602
2385
 
603
- * **currency-formatter:** extract currency format logic from `base-currency.vue` to a `currency-formatter` utility ([6c35819](https://bitbucket.org/colbenson/x-components/commits/6c35819978ec27771ee7ea2591862b6b6fe8f15b)), closes [EX-2919](https://searchbroker.atlassian.net/browse/EX-2919)
604
- * **exports:** add missing actions and getters exports ([bb8e715](https://bitbucket.org/colbenson/x-components/commits/bb8e715aaf2e0f99dfebe0354d5bee689a208607)), closes [EX-2687](https://searchbroker.atlassian.net/browse/EX-2687)
605
-
2386
+ - **currency-formatter:** extract currency format logic from `base-currency.vue` to a
2387
+ `currency-formatter` utility
2388
+ ([6c35819](https://bitbucket.org/colbenson/x-components/commits/6c35819978ec27771ee7ea2591862b6b6fe8f15b)),
2389
+ closes [EX-2919](https://searchbroker.atlassian.net/browse/EX-2919)
2390
+ - **exports:** add missing actions and getters exports
2391
+ ([bb8e715](https://bitbucket.org/colbenson/x-components/commits/bb8e715aaf2e0f99dfebe0354d5bee689a208607)),
2392
+ closes [EX-2687](https://searchbroker.atlassian.net/browse/EX-2687)
606
2393
 
607
2394
  ### Testing
608
2395
 
609
- * **default-tests:** Disabled some of old E2E tests ([acc8774](https://bitbucket.org/colbenson/x-components/commits/acc8774011407808ca83017ee08fc9fa8d0be629)), closes [EX-3088](https://searchbroker.atlassian.net/browse/EX-3088)
610
- * **history queries:** e2e test history queries ([392ecfe](https://bitbucket.org/colbenson/x-components/commits/392ecfe721e70e5ceabdf72a53c9c76ec3695f78)), closes [EX-2958](https://searchbroker.atlassian.net/browse/EX-2958)
2396
+ - **default-tests:** Disabled some of old E2E tests
2397
+ ([acc8774](https://bitbucket.org/colbenson/x-components/commits/acc8774011407808ca83017ee08fc9fa8d0be629)),
2398
+ closes [EX-3088](https://searchbroker.atlassian.net/browse/EX-3088)
2399
+ - **history queries:** e2e test history queries
2400
+ ([392ecfe](https://bitbucket.org/colbenson/x-components/commits/392ecfe721e70e5ceabdf72a53c9c76ec3695f78)),
2401
+ closes [EX-2958](https://searchbroker.atlassian.net/browse/EX-2958)
611
2402
 
612
2403
  ## [2.0.0-alpha.2](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.2%0Dv2.0.0-alpha.1) (2021-01-20)
613
2404
 
614
-
615
2405
  ### Bug Fixes
616
2406
 
617
- * **facets:** add missing `SelectedFilters` component export ([4c9a32c](https://bitbucket.org/colbenson/x-components/commits/4c9a32c52de66bb388a0259f7fb6436db65f1d26)), closes [EX-2984](https://searchbroker.atlassian.net/browse/EX-2984)
2407
+ - **facets:** add missing `SelectedFilters` component export
2408
+ ([4c9a32c](https://bitbucket.org/colbenson/x-components/commits/4c9a32c52de66bb388a0259f7fb6436db65f1d26)),
2409
+ closes [EX-2984](https://searchbroker.atlassian.net/browse/EX-2984)
618
2410
 
619
2411
  ## [2.0.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.1%0Dv2.0.0-alpha.0) (2021-01-19)
620
2412
 
621
-
622
2413
  ### ⚠ BREAKING CHANGES
623
2414
 
624
- * **base-components:** `BaseModalContainer` has been split into 2 new components: `BaseEventsModal`, which acts like the old component, but with the `eventToEmitOnClose` prop renamed to `bodyClickEvent`. `BaseModal` now acts as a dumb modal that receives its open state via props.
625
- `BaseCloseButton` has been renamed to `BaseEventsCloseButton`
626
- `BaseOpenButton` has been renamed to `BaseEventsOpenButton`
627
- Events have been renamed: `UserOpenedX` -> `UserClickedOpenX`, `UserClosedX` -> `UserClickedCloseX`
2415
+ - **base-components:** `BaseModalContainer` has been split into 2 new components: `BaseEventsModal`,
2416
+ which acts like the old component, but with the `eventToEmitOnClose` prop renamed to
2417
+ `bodyClickEvent`. `BaseModal` now acts as a dumb modal that receives its open state via props.
2418
+ `BaseCloseButton` has been renamed to `BaseEventsCloseButton` `BaseOpenButton` has been renamed to
2419
+ `BaseEventsOpenButton` Events have been renamed: `UserOpenedX` -> `UserClickedOpenX`,
2420
+ `UserClosedX` -> `UserClickedCloseX`
628
2421
 
629
2422
  ### Features
630
2423
 
631
- * **animations:** add `CollapseWidth` animation ([c4b0e0c](https://bitbucket.org/colbenson/x-components/commits/c4b0e0c572717caf599d4605d25460c0131a6856)), closes [EX-2826](https://searchbroker.atlassian.net/browse/EX-2826)
632
- * **base-components:** add `BaseRating` component ([ceb0c54](https://bitbucket.org/colbenson/x-components/commits/ceb0c54860f405025b965cea759929bae94ee308)), closes [EX-2871](https://searchbroker.atlassian.net/browse/EX-2871)
633
- * **base-components:** add `BaseRatingFilterLabel` component ([1b2fd35](https://bitbucket.org/colbenson/x-components/commits/1b2fd354ba82bf5597727c5ee85af1068396b0f8)), closes [EX-2832](https://searchbroker.atlassian.net/browse/EX-2832)
634
- * **base-components:** add `BaseModal` and `BaseEventsModal` components ([5539447](https://bitbucket.org/colbenson/x-components/commits/55394478446bb8bd5de3dc7ac27c5f584b0518a2)), closes [EX-2830](https://searchbroker.atlassian.net/browse/EX-2830)
635
- * **base-components:** add `BasePriceFilterLabel` component ([0feba8f](https://bitbucket.org/colbenson/x-components/commits/0feba8f6b26581eef934367e35bbeb8ede530a8e)), closes [EX-2759](https://searchbroker.atlassian.net/browse/EX-2759)
636
- * **facets:** add `selectedFilters` binding for each slot and facet in `Facets` component ([1e4c473](https://bitbucket.org/colbenson/x-components/commits/1e4c47326fadc09681b07fbb4b8262fe76c78c64)), closes [EX-2887](https://searchbroker.atlassian.net/browse/EX-2887)
637
- * **facets:** add `clearSelectedFilters` wire in `UserAcceptedAQuery` event ([5167766](https://bitbucket.org/colbenson/x-components/commits/516776610df3ae001e60402dedf7619331a1116d)), closes [EX-2927](https://searchbroker.atlassian.net/browse/EX-2927)
638
- * **facets:** add `SelectedFilters` component which renders the selected filters ([a48e436](https://bitbucket.org/colbenson/x-components/commits/a48e436559318bfecbc1ab3f50f90c8079ace2de)), closes [EX-2855](https://searchbroker.atlassian.net/browse/EX-2855)
639
-
2424
+ - **animations:** add `CollapseWidth` animation
2425
+ ([c4b0e0c](https://bitbucket.org/colbenson/x-components/commits/c4b0e0c572717caf599d4605d25460c0131a6856)),
2426
+ closes [EX-2826](https://searchbroker.atlassian.net/browse/EX-2826)
2427
+ - **base-components:** add `BaseRating` component
2428
+ ([ceb0c54](https://bitbucket.org/colbenson/x-components/commits/ceb0c54860f405025b965cea759929bae94ee308)),
2429
+ closes [EX-2871](https://searchbroker.atlassian.net/browse/EX-2871)
2430
+ - **base-components:** add `BaseRatingFilterLabel` component
2431
+ ([1b2fd35](https://bitbucket.org/colbenson/x-components/commits/1b2fd354ba82bf5597727c5ee85af1068396b0f8)),
2432
+ closes [EX-2832](https://searchbroker.atlassian.net/browse/EX-2832)
2433
+ - **base-components:** add `BaseModal` and `BaseEventsModal` components
2434
+ ([5539447](https://bitbucket.org/colbenson/x-components/commits/55394478446bb8bd5de3dc7ac27c5f584b0518a2)),
2435
+ closes [EX-2830](https://searchbroker.atlassian.net/browse/EX-2830)
2436
+ - **base-components:** add `BasePriceFilterLabel` component
2437
+ ([0feba8f](https://bitbucket.org/colbenson/x-components/commits/0feba8f6b26581eef934367e35bbeb8ede530a8e)),
2438
+ closes [EX-2759](https://searchbroker.atlassian.net/browse/EX-2759)
2439
+ - **facets:** add `selectedFilters` binding for each slot and facet in `Facets` component
2440
+ ([1e4c473](https://bitbucket.org/colbenson/x-components/commits/1e4c47326fadc09681b07fbb4b8262fe76c78c64)),
2441
+ closes [EX-2887](https://searchbroker.atlassian.net/browse/EX-2887)
2442
+ - **facets:** add `clearSelectedFilters` wire in `UserAcceptedAQuery` event
2443
+ ([5167766](https://bitbucket.org/colbenson/x-components/commits/516776610df3ae001e60402dedf7619331a1116d)),
2444
+ closes [EX-2927](https://searchbroker.atlassian.net/browse/EX-2927)
2445
+ - **facets:** add `SelectedFilters` component which renders the selected filters
2446
+ ([a48e436](https://bitbucket.org/colbenson/x-components/commits/a48e436559318bfecbc1ab3f50f90c8079ace2de)),
2447
+ closes [EX-2855](https://searchbroker.atlassian.net/browse/EX-2855)
640
2448
 
641
2449
  ### Bug Fixes
642
2450
 
643
- * **plugin:** fix types to allow overriding parts of the store ([677cb1b](https://bitbucket.org/colbenson/x-components/commits/677cb1ba50ff61816175adbf6fe26ecd9a7a4b21)), closes [EX-2803](https://searchbroker.atlassian.net/browse/EX-2803)
644
-
2451
+ - **plugin:** fix types to allow overriding parts of the store
2452
+ ([677cb1b](https://bitbucket.org/colbenson/x-components/commits/677cb1ba50ff61816175adbf6fe26ecd9a7a4b21)),
2453
+ closes [EX-2803](https://searchbroker.atlassian.net/browse/EX-2803)
645
2454
 
646
2455
  ### Code Refactoring
647
2456
 
648
- * **animations:** extract mixin from `CollapseHeight` and `CollapseWidth` animations ([31e217b](https://bitbucket.org/colbenson/x-components/commits/31e217bcbb7e3f7a8a254e9888161d13c919ead4)), closes [EX-2827](https://searchbroker.atlassian.net/browse/EX-2827)
649
- * **components/filters:** reorganize components/filters directory ([44d99fb](https://bitbucket.org/colbenson/x-components/commits/44d99fb90aa04e6c7b23d4d6fb10553d510a5a5b)), closes [EX-2911](https://searchbroker.atlassian.net/browse/EX-2911)
650
-
2457
+ - **animations:** extract mixin from `CollapseHeight` and `CollapseWidth` animations
2458
+ ([31e217b](https://bitbucket.org/colbenson/x-components/commits/31e217bcbb7e3f7a8a254e9888161d13c919ead4)),
2459
+ closes [EX-2827](https://searchbroker.atlassian.net/browse/EX-2827)
2460
+ - **components/filters:** reorganize components/filters directory
2461
+ ([44d99fb](https://bitbucket.org/colbenson/x-components/commits/44d99fb90aa04e6c7b23d4d6fb10553d510a5a5b)),
2462
+ closes [EX-2911](https://searchbroker.atlassian.net/browse/EX-2911)
651
2463
 
652
2464
  ### Testing
653
2465
 
654
- * **e2e:** implement search-box test scenarios ([726cec3](https://bitbucket.org/colbenson/x-components/commits/726cec3e527ee14ee2c93320ed44dc763475e827)), closes [EX-2725](https://searchbroker.atlassian.net/browse/EX-2725)
655
- * **e2e:** update cypress version ([1f627f2](https://bitbucket.org/colbenson/x-components/commits/1f627f21ba776550de7a5ad627830ce1a7f6737a)), closes [EX-2917](https://searchbroker.atlassian.net/browse/EX-2917)
656
- * **e2e:** refine search-box tests ([7e26220](https://bitbucket.org/colbenson/x-components/commits/7e26220b829acc8a5ac9dfe5a3d40d6e64b7f467)), closes [EX-2962](https://searchbroker.atlassian.net/browse/EX-2962)
2466
+ - **e2e:** implement search-box test scenarios
2467
+ ([726cec3](https://bitbucket.org/colbenson/x-components/commits/726cec3e527ee14ee2c93320ed44dc763475e827)),
2468
+ closes [EX-2725](https://searchbroker.atlassian.net/browse/EX-2725)
2469
+ - **e2e:** update cypress version
2470
+ ([1f627f2](https://bitbucket.org/colbenson/x-components/commits/1f627f21ba776550de7a5ad627830ce1a7f6737a)),
2471
+ closes [EX-2917](https://searchbroker.atlassian.net/browse/EX-2917)
2472
+ - **e2e:** refine search-box tests
2473
+ ([7e26220](https://bitbucket.org/colbenson/x-components/commits/7e26220b829acc8a5ac9dfe5a3d40d6e64b7f467)),
2474
+ closes [EX-2962](https://searchbroker.atlassian.net/browse/EX-2962)
657
2475
 
658
2476
  ## [2.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.0%0Dv1.1.2) (2020-12-29)
659
2477
 
660
-
661
2478
  ### ⚠ BREAKING CHANGES
662
2479
 
663
- * rename actions in several modules: Popular searches `getSuggestions` → `fetchSuggestions`.
664
- Query suggestions: `getAndSaveSuggestions` → `fetchAndSaveSuggestions`, `getSuggestions` → `fetchSuggestions`.
665
-
666
- ### Features
667
-
668
- * **actions:** generalize request actions ([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)), closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
669
- * **actions:** use `cancellable-promise` in every request action ([d369491](https://bitbucket.org/colbenson/x-components/commits/d36949151ad8e7b7bdcde63afd57e49b34b1bc60)), closes [EX-2664](https://searchbroker.atlassian.net/browse/EX-2664)
670
- * **animations:** add `CollapseHeight` component ([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)), closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
671
- * **base-components:** add `BaseFilters` component ([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)), closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
672
- * **base-components:** add `BaseNumberRangeFilter` component ([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)), closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
673
- * **base-components:** add `BaseCurrency` component ([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)), closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
674
- * **base-components:** add `BaseFiltersSearch` component ([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)), closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
675
- * **base-components:** add `BaseHeaderTogglePanel` component ([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)), closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
676
- * **base-components:** add `BaseSlicedFilters` component ([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)), closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
677
- * **base-components:** add `BaseHierarchicalFilter` component ([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
678
- * **base-components:** add `BaseTogglePanel` component ([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)), closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
679
- * **facets:** add `ClearAll` selected filters component ([63356f7](https://bitbucket.org/colbenson/x-components/commits/63356f76d6ba499f9855564f14e792dcb2aa0873)), closes [EX-2560](https://searchbroker.atlassian.net/browse/EX-2560)
680
- * **eslint:** update `@empathy/eslint-plugin-x` to `1.2.1` and fix some files ([6bfbede](https://bitbucket.org/colbenson/x-components/commits/6bfbedec033516e0e3c7b14fb863f4f8af990412)), closes [EX-2779](https://searchbroker.atlassian.net/browse/EX-2779)
681
- * **facets:** add `MultiSelectFilters` component. ([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)), closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
682
- * **facets:** add `SelectedFiltersChanged` emitter ([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
683
- * **facets:** add `toggleSimpleFilter` action ([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)), closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
684
- * **facets:** all filter button which deselects its filters ([67ebc9c](https://bitbucket.org/colbenson/x-components/commits/67ebc9c81ec457fbf1625f7c1d1125ea97eb8a22)), closes [EX-2701](https://searchbroker.atlassian.net/browse/EX-2701)
685
- * **facets:** add `toggleHierarchicalFilter` action ([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)), closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
686
- * **facets:** add new events for clear filters ([9c5fdc3](https://bitbucket.org/colbenson/x-components/commits/9c5fdc3f8f6fb4d5f873a3e6b67ef4670bfa77e2)), closes [EX-2561](https://searchbroker.atlassian.net/browse/EX-2561)
687
- * **facets:** extract `BaseFilter` component from `BaseHierarchicalFilter` and `BaseSimpleFilter` components ([021922b](https://bitbucket.org/colbenson/x-components/commits/021922b528178af8a88431087324a5642b83ed77)), closes [EX-2603](https://searchbroker.atlassian.net/browse/EX-2603)
688
- * **facets:** add `Facets` component ([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)), closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
689
- * **facets:** keep selection state of the current filters ([8a0ee37](https://bitbucket.org/colbenson/x-components/commits/8a0ee37906852241beda2084c0f877ea09415d41)), closes [EX-2654](https://searchbroker.atlassian.net/browse/EX-2654)
690
- * **facets:** update facets module with new search-types ([1d1abaf](https://bitbucket.org/colbenson/x-components/commits/1d1abaf8e832bf5b9bcf408cf68e4d254a6eee13)), closes [EX-2509](https://searchbroker.atlassian.net/browse/EX-2509)
691
- * **facets:** add `filtersMap` getter and `selectedFilters` getter refactor ([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
692
- * **search:** add `SelectedFiltersChanged` wiring ([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
693
- * **store:** add `status` to every store module ([4ac4a34](https://bitbucket.org/colbenson/x-components/commits/4ac4a34993a97b351f560159c2e1a0c19b47bc39)), closes [EX-2435](https://searchbroker.atlassian.net/browse/EX-2435)
694
- * **utils:** add callback for cancellable promises ([102634f](https://bitbucket.org/colbenson/x-components/commits/102634f3f6c6061f0c51d3508d043932fea382d6)), closes [EX-2380](https://searchbroker.atlassian.net/browse/EX-2380)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * **base-components:** make `BaseTogglePanel` component render a `div` to solve react-wrapper integration issues. ([27454c6](https://bitbucket.org/colbenson/x-components/commits/27454c6b7229592bec6fc30dcaaf608888d993ad)), closes [EX-2763](https://searchbroker.atlassian.net/browse/EX-2763)
700
- * **index.html:** added link to polyfill.io to load polyfills necessary for running the project in IE ([736631e](https://bitbucket.org/colbenson/x-components/commits/736631ef8e90cc11fd86d2b32b88fd228b83689a)), closes [EX-2707](https://searchbroker.atlassian.net/browse/EX-2707)
701
- * **jenkinsfile:** Updated Docker image version ([230f319](https://bitbucket.org/colbenson/x-components/commits/230f3191664a188374e5ecedcefc9158fa17807e))
702
- * **runbooks-integration:** fix the bug on the sidebar paths doesn't match the real paths ([7ade8ea](https://bitbucket.org/colbenson/x-components/commits/7ade8eaa4fe400b9f08a2b895cfd9e9d27444ef3))
703
- * **search-input:** fix debounced query not cancelled on clear query issue ([33362a8](https://bitbucket.org/colbenson/x-components/commits/33362a81609436bdda8e96a7b45b4b773c796973)), closes [EX-2709](https://searchbroker.atlassian.net/browse/EX-2709)
2480
+ - rename actions in several modules: Popular searches `getSuggestions` → `fetchSuggestions`. Query
2481
+ suggestions: `getAndSaveSuggestions` → `fetchAndSaveSuggestions`, `getSuggestions` →
2482
+ `fetchSuggestions`.
704
2483
 
2484
+ ### Features
705
2485
 
706
- ### Documentation
2486
+ - **actions:** generalize request actions
2487
+ ([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)),
2488
+ closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
2489
+ - **actions:** use `cancellable-promise` in every request action
2490
+ ([d369491](https://bitbucket.org/colbenson/x-components/commits/d36949151ad8e7b7bdcde63afd57e49b34b1bc60)),
2491
+ closes [EX-2664](https://searchbroker.atlassian.net/browse/EX-2664)
2492
+ - **animations:** add `CollapseHeight` component
2493
+ ([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)),
2494
+ closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
2495
+ - **base-components:** add `BaseFilters` component
2496
+ ([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)),
2497
+ closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
2498
+ - **base-components:** add `BaseNumberRangeFilter` component
2499
+ ([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)),
2500
+ closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
2501
+ - **base-components:** add `BaseCurrency` component
2502
+ ([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)),
2503
+ closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
2504
+ - **base-components:** add `BaseFiltersSearch` component
2505
+ ([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)),
2506
+ closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
2507
+ - **base-components:** add `BaseHeaderTogglePanel` component
2508
+ ([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)),
2509
+ closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
2510
+ - **base-components:** add `BaseSlicedFilters` component
2511
+ ([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)),
2512
+ closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
2513
+ - **base-components:** add `BaseHierarchicalFilter` component
2514
+ ([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
2515
+ - **base-components:** add `BaseTogglePanel` component
2516
+ ([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)),
2517
+ closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
2518
+ - **facets:** add `ClearAll` selected filters component
2519
+ ([63356f7](https://bitbucket.org/colbenson/x-components/commits/63356f76d6ba499f9855564f14e792dcb2aa0873)),
2520
+ closes [EX-2560](https://searchbroker.atlassian.net/browse/EX-2560)
2521
+ - **eslint:** update `@empathy/eslint-plugin-x` to `1.2.1` and fix some files
2522
+ ([6bfbede](https://bitbucket.org/colbenson/x-components/commits/6bfbedec033516e0e3c7b14fb863f4f8af990412)),
2523
+ closes [EX-2779](https://searchbroker.atlassian.net/browse/EX-2779)
2524
+ - **facets:** add `MultiSelectFilters` component.
2525
+ ([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)),
2526
+ closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
2527
+ - **facets:** add `SelectedFiltersChanged` emitter
2528
+ ([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
2529
+ - **facets:** add `toggleSimpleFilter` action
2530
+ ([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)),
2531
+ closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
2532
+ - **facets:** all filter button which deselects its filters
2533
+ ([67ebc9c](https://bitbucket.org/colbenson/x-components/commits/67ebc9c81ec457fbf1625f7c1d1125ea97eb8a22)),
2534
+ closes [EX-2701](https://searchbroker.atlassian.net/browse/EX-2701)
2535
+ - **facets:** add `toggleHierarchicalFilter` action
2536
+ ([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)),
2537
+ closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
2538
+ - **facets:** add new events for clear filters
2539
+ ([9c5fdc3](https://bitbucket.org/colbenson/x-components/commits/9c5fdc3f8f6fb4d5f873a3e6b67ef4670bfa77e2)),
2540
+ closes [EX-2561](https://searchbroker.atlassian.net/browse/EX-2561)
2541
+ - **facets:** extract `BaseFilter` component from `BaseHierarchicalFilter` and `BaseSimpleFilter`
2542
+ components
2543
+ ([021922b](https://bitbucket.org/colbenson/x-components/commits/021922b528178af8a88431087324a5642b83ed77)),
2544
+ closes [EX-2603](https://searchbroker.atlassian.net/browse/EX-2603)
2545
+ - **facets:** add `Facets` component
2546
+ ([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)),
2547
+ closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
2548
+ - **facets:** keep selection state of the current filters
2549
+ ([8a0ee37](https://bitbucket.org/colbenson/x-components/commits/8a0ee37906852241beda2084c0f877ea09415d41)),
2550
+ closes [EX-2654](https://searchbroker.atlassian.net/browse/EX-2654)
2551
+ - **facets:** update facets module with new search-types
2552
+ ([1d1abaf](https://bitbucket.org/colbenson/x-components/commits/1d1abaf8e832bf5b9bcf408cf68e4d254a6eee13)),
2553
+ closes [EX-2509](https://searchbroker.atlassian.net/browse/EX-2509)
2554
+ - **facets:** add `filtersMap` getter and `selectedFilters` getter refactor
2555
+ ([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
2556
+ - **search:** add `SelectedFiltersChanged` wiring
2557
+ ([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
2558
+ - **store:** add `status` to every store module
2559
+ ([4ac4a34](https://bitbucket.org/colbenson/x-components/commits/4ac4a34993a97b351f560159c2e1a0c19b47bc39)),
2560
+ closes [EX-2435](https://searchbroker.atlassian.net/browse/EX-2435)
2561
+ - **utils:** add callback for cancellable promises
2562
+ ([102634f](https://bitbucket.org/colbenson/x-components/commits/102634f3f6c6061f0c51d3508d043932fea382d6)),
2563
+ closes [EX-2380](https://searchbroker.atlassian.net/browse/EX-2380)
707
2564
 
708
- * **docusaurus:** automated sidebar generation & docusaurus markdown headers. ([69fc29d](https://bitbucket.org/colbenson/x-components/commits/69fc29d39515c52a34f08d45aaba5a53ae8817de)), closes [EX-2207](https://searchbroker.atlassian.net/browse/EX-2207)
2565
+ ### Bug Fixes
709
2566
 
2567
+ - **base-components:** make `BaseTogglePanel` component render a `div` to solve react-wrapper
2568
+ integration issues.
2569
+ ([27454c6](https://bitbucket.org/colbenson/x-components/commits/27454c6b7229592bec6fc30dcaaf608888d993ad)),
2570
+ closes [EX-2763](https://searchbroker.atlassian.net/browse/EX-2763)
2571
+ - **index.html:** added link to polyfill.io to load polyfills necessary for running the project in
2572
+ IE
2573
+ ([736631e](https://bitbucket.org/colbenson/x-components/commits/736631ef8e90cc11fd86d2b32b88fd228b83689a)),
2574
+ closes [EX-2707](https://searchbroker.atlassian.net/browse/EX-2707)
2575
+ - **jenkinsfile:** Updated Docker image version
2576
+ ([230f319](https://bitbucket.org/colbenson/x-components/commits/230f3191664a188374e5ecedcefc9158fa17807e))
2577
+ - **runbooks-integration:** fix the bug on the sidebar paths doesn't match the real paths
2578
+ ([7ade8ea](https://bitbucket.org/colbenson/x-components/commits/7ade8eaa4fe400b9f08a2b895cfd9e9d27444ef3))
2579
+ - **search-input:** fix debounced query not cancelled on clear query issue
2580
+ ([33362a8](https://bitbucket.org/colbenson/x-components/commits/33362a81609436bdda8e96a7b45b4b773c796973)),
2581
+ closes [EX-2709](https://searchbroker.atlassian.net/browse/EX-2709)
710
2582
 
711
- ### Testing
2583
+ ### Documentation
712
2584
 
713
- * **e2e:** fix Keyboard Navigation & Base Modal Container e2e tests ([a31b023](https://bitbucket.org/colbenson/x-components/commits/a31b0230bd058ca3d128d57b69ef2076d98f396f)), closes [EX-2708](https://searchbroker.atlassian.net/browse/EX-2708)
714
- * **e2e:** fix some e2e tests adding checks as guards ([ebf1493](https://bitbucket.org/colbenson/x-components/commits/ebf1493f8d67c3e237ede208785f4c775c223274)), closes [EX-2243](https://searchbroker.atlassian.net/browse/EX-2243)
2585
+ - **docusaurus:** automated sidebar generation & docusaurus markdown headers.
2586
+ ([69fc29d](https://bitbucket.org/colbenson/x-components/commits/69fc29d39515c52a34f08d45aaba5a53ae8817de)),
2587
+ closes [EX-2207](https://searchbroker.atlassian.net/browse/EX-2207)
715
2588
 
2589
+ ### Testing
716
2590
 
717
- ### Styling
2591
+ - **e2e:** fix Keyboard Navigation & Base Modal Container e2e tests
2592
+ ([a31b023](https://bitbucket.org/colbenson/x-components/commits/a31b0230bd058ca3d128d57b69ef2076d98f396f)),
2593
+ closes [EX-2708](https://searchbroker.atlassian.net/browse/EX-2708)
2594
+ - **e2e:** fix some e2e tests adding checks as guards
2595
+ ([ebf1493](https://bitbucket.org/colbenson/x-components/commits/ebf1493f8d67c3e237ede208785f4c775c223274)),
2596
+ closes [EX-2243](https://searchbroker.atlassian.net/browse/EX-2243)
718
2597
 
719
- * **base-components:** reformat `BaseFilter` code and add style for selected filters ([9c57b20](https://bitbucket.org/colbenson/x-components/commits/9c57b20e7c06133b34b5ba97365c6d884cd3469c)), closes [EX-2712](https://searchbroker.atlassian.net/browse/EX-2712)
2598
+ ### Styling
720
2599
 
2600
+ - **base-components:** reformat `BaseFilter` code and add style for selected filters
2601
+ ([9c57b20](https://bitbucket.org/colbenson/x-components/commits/9c57b20e7c06133b34b5ba97365c6d884cd3469c)),
2602
+ closes [EX-2712](https://searchbroker.atlassian.net/browse/EX-2712)
721
2603
 
722
2604
  ### Code Refactoring
723
2605
 
724
- * **base-components:** rename from figure to picture ([1ec8621](https://bitbucket.org/colbenson/x-components/commits/1ec8621d8c85c3830bedd67c49ac4bf4e64ae34b)), closes [EX-2713](https://searchbroker.atlassian.net/browse/EX-2713)
725
- * **base-components:** added default content to some simple components and default style ([0459913](https://bitbucket.org/colbenson/x-components/commits/04599139a80af43ae668bb96313683da4aff29fb)), closes [EX-2714](https://searchbroker.atlassian.net/browse/EX-2714)
2606
+ - **base-components:** rename from figure to picture
2607
+ ([1ec8621](https://bitbucket.org/colbenson/x-components/commits/1ec8621d8c85c3830bedd67c49ac4bf4e64ae34b)),
2608
+ closes [EX-2713](https://searchbroker.atlassian.net/browse/EX-2713)
2609
+ - **base-components:** added default content to some simple components and default style
2610
+ ([0459913](https://bitbucket.org/colbenson/x-components/commits/04599139a80af43ae668bb96313683da4aff29fb)),
2611
+ closes [EX-2714](https://searchbroker.atlassian.net/browse/EX-2714)
726
2612
 
727
2613
  ### [1.1.2](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.2%0Dv1.1.1) (2020-12-03)
728
2614
 
729
-
730
2615
  ### Bug Fixes
731
2616
 
732
- * **build:** replace style injector with ES5 version ([ec89099](https://bitbucket.org/colbenson/x-components/commits/ec890990cdd3c3edfaf6631cfa0fe8b84163e580)), closes [EX-2752](https://searchbroker.atlassian.net/browse/EX-2752)
2617
+ - **build:** replace style injector with ES5 version
2618
+ ([ec89099](https://bitbucket.org/colbenson/x-components/commits/ec890990cdd3c3edfaf6631cfa0fe8b84163e580)),
2619
+ closes [EX-2752](https://searchbroker.atlassian.net/browse/EX-2752)
733
2620
 
734
2621
  ### [1.1.1](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.1%0Dv1.1.0) (2020-12-03)
735
2622
 
736
-
737
2623
  ### Bug Fixes
738
2624
 
739
- * **build:** output es5 code for Vue components ([40eab09](https://bitbucket.org/colbenson/x-components/commits/40eab0978f297760c729eeb1ecab475aeeef0d7b)), closes [EX-2734](https://searchbroker.atlassian.net/browse/EX-2734)
2625
+ - **build:** output es5 code for Vue components
2626
+ ([40eab09](https://bitbucket.org/colbenson/x-components/commits/40eab0978f297760c729eeb1ecab475aeeef0d7b)),
2627
+ closes [EX-2734](https://searchbroker.atlassian.net/browse/EX-2734)
740
2628
 
741
2629
  ## [1.1.0](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.0%0Dv1.0.0) (2020-10-20)
742
2630
 
743
-
744
2631
  ### Features
745
2632
 
746
- * **animations:** add staggering-transition-group component ([b8218b3](https://bitbucket.org/colbenson/x-components/commits/b8218b39392487af2194f7b38f20f027e9b8876a)), closes [EX-2208](https://searchbroker.atlassian.net/browse/EX-2208)
747
- * **api-extractor:** refactor api-extractor doc generation ([0feabc8](https://bitbucket.org/colbenson/x-components/commits/0feabc8252cf9aafb410b6fb218d19647a0c471e)), closes [EX-2152](https://searchbroker.atlassian.net/browse/EX-2152)
748
- * **build:** add rollup polyfills wrapper plugin ([e02747d](https://bitbucket.org/colbenson/x-components/commits/e02747d4a8c53965402c8a7b71c0e1545afa98d1)), closes [EX-2051](https://searchbroker.atlassian.net/browse/EX-2051)
749
- * **cancellable-promise:** add cancellable-promise utility ([b6f0615](https://bitbucket.org/colbenson/x-components/commits/b6f06156448aa67a60885d3527ced076062e15f8)), closes [EX-2244](https://searchbroker.atlassian.net/browse/EX-2244)
750
- * **empathize:** keep Empathize open when focus inside ([fb8e04f](https://bitbucket.org/colbenson/x-components/commits/fb8e04f2acb1eec7694905ccafbf0d7ed38be350)), closes [EX-2123](https://searchbroker.atlassian.net/browse/EX-2123)
751
- * **eslint:** update eslint-plugin-x to 1.2.0 version which includes 2.1.2 prettier version ([f976e09](https://bitbucket.org/colbenson/x-components/commits/f976e0926d82b6185d6f02a793e961fb738182aa)), closes [EX-2238](https://searchbroker.atlassian.net/browse/EX-2238)
752
- * **facets-empty-module:** create empty module for facets ([8c9a7d7](https://bitbucket.org/colbenson/x-components/commits/8c9a7d7a61af4da9f1da46ff17a38a52dac8e126)), closes [EX-2221](https://searchbroker.atlassian.net/browse/EX-2221)
753
- * **facets-module:** create wire which emits a commit to set the facets in the state ([35be528](https://bitbucket.org/colbenson/x-components/commits/35be5280fb43b57ef438e4aff215dd93ec2f964e)), closes [EX-2222](https://searchbroker.atlassian.net/browse/EX-2222)
754
- * **getters-query-suggestions:** create getters for query suggestions to use property hideIfEqualsQuery ([63a1ac3](https://bitbucket.org/colbenson/x-components/commits/63a1ac3326df108ca21f38827bd09796ed96bc22)), closes [EX-2296](https://searchbroker.atlassian.net/browse/EX-2296)
755
- * **popular-searches:** add hide popular searches that have already been searched in session ([ea97456](https://bitbucket.org/colbenson/x-components/commits/ea974562002c665be2e3345ee35dd77c2398e8d5)), closes [EX-2128](https://searchbroker.atlassian.net/browse/EX-2128)
756
- * **search:** add basic search x-module ([2ce6544](https://bitbucket.org/colbenson/x-components/commits/2ce65445fb4dd0c746c96b446058a8694b97242b)), closes [EX-2167](https://searchbroker.atlassian.net/browse/EX-2167)
757
- * **search-input:** add property autofocus ([844da3b](https://bitbucket.org/colbenson/x-components/commits/844da3be4167de23f2cffe60e59ee9bb557d28e5)), closes [EX-2129](https://searchbroker.atlassian.net/browse/EX-2129)
758
- * **sliding-panel:** add SlidingPanel component ([fc1bb76](https://bitbucket.org/colbenson/x-components/commits/fc1bb76e5984407aa49005d86ee5b1283e64540d)), closes [EX-2201](https://searchbroker.atlassian.net/browse/EX-2201)
759
- * **x-installer:** add XInstaller utility ([dce8bf1](https://bitbucket.org/colbenson/x-components/commits/dce8bf19ada65633ad7d5a34c2431ee8ce81ad67)), closes [EX-2136](https://searchbroker.atlassian.net/browse/EX-2136)
760
-
2633
+ - **animations:** add staggering-transition-group component
2634
+ ([b8218b3](https://bitbucket.org/colbenson/x-components/commits/b8218b39392487af2194f7b38f20f027e9b8876a)),
2635
+ closes [EX-2208](https://searchbroker.atlassian.net/browse/EX-2208)
2636
+ - **api-extractor:** refactor api-extractor doc generation
2637
+ ([0feabc8](https://bitbucket.org/colbenson/x-components/commits/0feabc8252cf9aafb410b6fb218d19647a0c471e)),
2638
+ closes [EX-2152](https://searchbroker.atlassian.net/browse/EX-2152)
2639
+ - **build:** add rollup polyfills wrapper plugin
2640
+ ([e02747d](https://bitbucket.org/colbenson/x-components/commits/e02747d4a8c53965402c8a7b71c0e1545afa98d1)),
2641
+ closes [EX-2051](https://searchbroker.atlassian.net/browse/EX-2051)
2642
+ - **cancellable-promise:** add cancellable-promise utility
2643
+ ([b6f0615](https://bitbucket.org/colbenson/x-components/commits/b6f06156448aa67a60885d3527ced076062e15f8)),
2644
+ closes [EX-2244](https://searchbroker.atlassian.net/browse/EX-2244)
2645
+ - **empathize:** keep Empathize open when focus inside
2646
+ ([fb8e04f](https://bitbucket.org/colbenson/x-components/commits/fb8e04f2acb1eec7694905ccafbf0d7ed38be350)),
2647
+ closes [EX-2123](https://searchbroker.atlassian.net/browse/EX-2123)
2648
+ - **eslint:** update eslint-plugin-x to 1.2.0 version which includes 2.1.2 prettier version
2649
+ ([f976e09](https://bitbucket.org/colbenson/x-components/commits/f976e0926d82b6185d6f02a793e961fb738182aa)),
2650
+ closes [EX-2238](https://searchbroker.atlassian.net/browse/EX-2238)
2651
+ - **facets-empty-module:** create empty module for facets
2652
+ ([8c9a7d7](https://bitbucket.org/colbenson/x-components/commits/8c9a7d7a61af4da9f1da46ff17a38a52dac8e126)),
2653
+ closes [EX-2221](https://searchbroker.atlassian.net/browse/EX-2221)
2654
+ - **facets-module:** create wire which emits a commit to set the facets in the state
2655
+ ([35be528](https://bitbucket.org/colbenson/x-components/commits/35be5280fb43b57ef438e4aff215dd93ec2f964e)),
2656
+ closes [EX-2222](https://searchbroker.atlassian.net/browse/EX-2222)
2657
+ - **getters-query-suggestions:** create getters for query suggestions to use property
2658
+ hideIfEqualsQuery
2659
+ ([63a1ac3](https://bitbucket.org/colbenson/x-components/commits/63a1ac3326df108ca21f38827bd09796ed96bc22)),
2660
+ closes [EX-2296](https://searchbroker.atlassian.net/browse/EX-2296)
2661
+ - **popular-searches:** add hide popular searches that have already been searched in session
2662
+ ([ea97456](https://bitbucket.org/colbenson/x-components/commits/ea974562002c665be2e3345ee35dd77c2398e8d5)),
2663
+ closes [EX-2128](https://searchbroker.atlassian.net/browse/EX-2128)
2664
+ - **search:** add basic search x-module
2665
+ ([2ce6544](https://bitbucket.org/colbenson/x-components/commits/2ce65445fb4dd0c746c96b446058a8694b97242b)),
2666
+ closes [EX-2167](https://searchbroker.atlassian.net/browse/EX-2167)
2667
+ - **search-input:** add property autofocus
2668
+ ([844da3b](https://bitbucket.org/colbenson/x-components/commits/844da3be4167de23f2cffe60e59ee9bb557d28e5)),
2669
+ closes [EX-2129](https://searchbroker.atlassian.net/browse/EX-2129)
2670
+ - **sliding-panel:** add SlidingPanel component
2671
+ ([fc1bb76](https://bitbucket.org/colbenson/x-components/commits/fc1bb76e5984407aa49005d86ee5b1283e64540d)),
2672
+ closes [EX-2201](https://searchbroker.atlassian.net/browse/EX-2201)
2673
+ - **x-installer:** add XInstaller utility
2674
+ ([dce8bf1](https://bitbucket.org/colbenson/x-components/commits/dce8bf19ada65633ad7d5a34c2431ee8ce81ad67)),
2675
+ closes [EX-2136](https://searchbroker.atlassian.net/browse/EX-2136)
761
2676
 
762
2677
  ### Bug Fixes
763
2678
 
764
- * **clean-search-input:** add emitter for the `UserClearedQuery` event. Allow `UserIsTypingAQuery` to be always emitted. ([f02913c](https://bitbucket.org/colbenson/x-components/commits/f02913cd0c6d98194da041f762dcd9a55fb3bd4d)), closes [EX-2031](https://searchbroker.atlassian.net/browse/EX-2031)
765
- * **history-queries:** fixed toggle related tag action to clean the previous related tags ([8c1a9e9](https://bitbucket.org/colbenson/x-components/commits/8c1a9e97dbd20042f67a7a909b8fe61ea36d4a5f)), closes [EX-2213](https://searchbroker.atlassian.net/browse/EX-2213)
766
- * **identifier-results:** fix the request action to save the results if the query is empty ([fad5019](https://bitbucket.org/colbenson/x-components/commits/fad50198066071c9915393d313c6c7f8f08700c9)), closes [EX-2200](https://searchbroker.atlassian.net/browse/EX-2200)
767
-
2679
+ - **clean-search-input:** add emitter for the `UserClearedQuery` event. Allow `UserIsTypingAQuery`
2680
+ to be always emitted.
2681
+ ([f02913c](https://bitbucket.org/colbenson/x-components/commits/f02913cd0c6d98194da041f762dcd9a55fb3bd4d)),
2682
+ closes [EX-2031](https://searchbroker.atlassian.net/browse/EX-2031)
2683
+ - **history-queries:** fixed toggle related tag action to clean the previous related tags
2684
+ ([8c1a9e9](https://bitbucket.org/colbenson/x-components/commits/8c1a9e97dbd20042f67a7a909b8fe61ea36d4a5f)),
2685
+ closes [EX-2213](https://searchbroker.atlassian.net/browse/EX-2213)
2686
+ - **identifier-results:** fix the request action to save the results if the query is empty
2687
+ ([fad5019](https://bitbucket.org/colbenson/x-components/commits/fad50198066071c9915393d313c6c7f8f08700c9)),
2688
+ closes [EX-2200](https://searchbroker.atlassian.net/browse/EX-2200)
768
2689
 
769
2690
  ### Documentation
770
2691
 
771
- * **build:** document how to debug the build process ([1a713bc](https://bitbucket.org/colbenson/x-components/commits/1a713bc869e0542c9ab90c4b29ba2f02de487d06)), closes [EX-2189](https://searchbroker.atlassian.net/browse/EX-2189)
772
- * **xcomponents:** move xcomponents documentation to independent file. Added a header to each file ([218efd0](https://bitbucket.org/colbenson/x-components/commits/218efd06f281dd7341dd69d330cc8059e5f16038)), closes [EX-2081](https://searchbroker.atlassian.net/browse/EX-2081)
773
-
2692
+ - **build:** document how to debug the build process
2693
+ ([1a713bc](https://bitbucket.org/colbenson/x-components/commits/1a713bc869e0542c9ab90c4b29ba2f02de487d06)),
2694
+ closes [EX-2189](https://searchbroker.atlassian.net/browse/EX-2189)
2695
+ - **xcomponents:** move xcomponents documentation to independent file. Added a header to each file
2696
+ ([218efd0](https://bitbucket.org/colbenson/x-components/commits/218efd06f281dd7341dd69d330cc8059e5f16038)),
2697
+ closes [EX-2081](https://searchbroker.atlassian.net/browse/EX-2081)
774
2698
 
775
2699
  ### Testing
776
2700
 
777
- * **e2e:** create multiple test environment templates ([833c177](https://bitbucket.org/colbenson/x-components/commits/833c1772ff0186ce1cab2d5303c01d5768745fcb)), closes [EX-1863](https://searchbroker.atlassian.net/browse/EX-1863)
778
- * **e2e:** define basic use cases ([c9c837c](https://bitbucket.org/colbenson/x-components/commits/c9c837ce35f2e3d3792a3e9dfebcca63c2e50092)), closes [EX-2110](https://searchbroker.atlassian.net/browse/EX-2110)
779
- * **result-image:** e2e tests for the component ([faf475a](https://bitbucket.org/colbenson/x-components/commits/faf475a40c6f4210f3483972072d648204272f17)), closes [EX-1978](https://searchbroker.atlassian.net/browse/EX-1978)
2701
+ - **e2e:** create multiple test environment templates
2702
+ ([833c177](https://bitbucket.org/colbenson/x-components/commits/833c1772ff0186ce1cab2d5303c01d5768745fcb)),
2703
+ closes [EX-1863](https://searchbroker.atlassian.net/browse/EX-1863)
2704
+ - **e2e:** define basic use cases
2705
+ ([c9c837c](https://bitbucket.org/colbenson/x-components/commits/c9c837ce35f2e3d3792a3e9dfebcca63c2e50092)),
2706
+ closes [EX-2110](https://searchbroker.atlassian.net/browse/EX-2110)
2707
+ - **result-image:** e2e tests for the component
2708
+ ([faf475a](https://bitbucket.org/colbenson/x-components/commits/faf475a40c6f4210f3483972072d648204272f17)),
2709
+ closes [EX-1978](https://searchbroker.atlassian.net/browse/EX-1978)
780
2710
 
781
2711
  ## [1.0.0](https://bitbucket.org/colbenson/x-components/commits/tag/v1.0.0) (2020-07-30)
782
2712
 
783
-
784
2713
  ### Features
785
2714
 
786
- * **base-suggestions:** add index to slot bindings for suggestions ([9e0c327](https://bitbucket.org/colbenson/x-components/commits/9e0c3271a7152b3ce4d8198db83f165628119d09)), closes [EX-1966](https://searchbroker.atlassian.net/browse/EX-1966)
787
- * **config:** refactor XPluginOptions and XModule configurations ([ed4e140](https://bitbucket.org/colbenson/x-components/commits/ed4e140696f217bc636d587c36206ca2b1fef598)), closes [EX-1994](https://searchbroker.atlassian.net/browse/EX-1994)
788
- * **decorator:** add support for multiple and dynamic events to XOn decorator ([924b9f7](https://bitbucket.org/colbenson/x-components/commits/924b9f7c2a57585a2a8063e40edb65a709f39afe)), closes [EX-1977](https://searchbroker.atlassian.net/browse/EX-1977)
789
- * **decorators:** add filtering support to XOn decorator ([5f63f1b](https://bitbucket.org/colbenson/x-components/commits/5f63f1b71cc981ce4d9786fc4b4424aa282b3f76)), closes [EX-1874](https://searchbroker.atlassian.net/browse/EX-1874)
790
- * **emitters:** add `isDifferent` optional option to emitters for checking if the observed value has really changed ([94e5b27](https://bitbucket.org/colbenson/x-components/commits/94e5b27341e8a99059ccf2dd8d2a4aabadb8164a)), closes [EX-1990](https://searchbroker.atlassian.net/browse/EX-1990)
791
- * **empathize:** add empathize component ([0449433](https://bitbucket.org/colbenson/x-components/commits/044943390998517419cfaa5e49eae61c24000262)), closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
792
- * **getters-proxy:** add cache to the getters proxy ([ea9d091](https://bitbucket.org/colbenson/x-components/commits/ea9d091acc717c9c4562e3be88e719c0eef75930)), closes [EX-2070](https://searchbroker.atlassian.net/browse/EX-2070)
793
- * **identifier-results:** add IdentifierResult component ([d9273dd](https://bitbucket.org/colbenson/x-components/commits/d9273ddab781bc48be49fee108ccbb2bf1740328)), closes [EX-1958](https://searchbroker.atlassian.net/browse/EX-1958)
794
- * **identifier-results:** add mutations and actions to the module ([f6fd746](https://bitbucket.org/colbenson/x-components/commits/f6fd7467ffc25cd71de1ea88d211a7b14297659e)), closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
795
- * **identifier-results:** create identifier results module with getters ([d5159f4](https://bitbucket.org/colbenson/x-components/commits/d5159f49790ac4af28dc58fb079732434e615a25)), closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
796
- * **identifier-results:** identifierResults component and module wiring ([d56ca97](https://bitbucket.org/colbenson/x-components/commits/d56ca97fea0996b496526e067339c5c5b3540ef1)), closes [EX-1957](https://searchbroker.atlassian.net/browse/EX-1957)
797
- * **linter:** add x eslint plugin ([f6ef7f3](https://bitbucket.org/colbenson/x-components/commits/f6ef7f370aaf8f5be1136780c1b0d33163ba6407)), closes [EX-1946](https://searchbroker.atlassian.net/browse/EX-1946)
798
- * **next-queries:** add maxItemsToRender prop ([b420edf](https://bitbucket.org/colbenson/x-components/commits/b420edf0a0e6df05e3a2f110221a8245fcdaac52)), closes [EX-2030](https://searchbroker.atlassian.net/browse/EX-2030)
799
- * **wiring:** add option to pass a function with the store as payload for the wireDispatch factory methods. ([c7611a9](https://bitbucket.org/colbenson/x-components/commits/c7611a927917dd0e9b3b1ae3c3549e2c5aa6d478)), closes [EX-2002](https://searchbroker.atlassian.net/browse/EX-2002)
800
- * **wiring:** refactor namespaced wiring ([ec51b88](https://bitbucket.org/colbenson/x-components/commits/ec51b8885b200fdae26040bd228c5fb80d8db5b6)), closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
801
- * **wiring:** refactor namespaced wiring ([1cf09f9](https://bitbucket.org/colbenson/x-components/commits/1cf09f947f0760fabf950db784fde21962229e5a)), closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
802
- * **x-plugin:** add alias API ([c1f5b5a](https://bitbucket.org/colbenson/x-components/commits/c1f5b5a9d3579eb26bfb6293bce538eff9dd4dd2)), closes [EX-1920](https://searchbroker.atlassian.net/browse/EX-1920)
803
- * **currency-filter:** add currency filter and formatter ([9cf9f9e](https://bitbucket.org/colbenson/x-components/commits/9cf9f9e4a754e20698d616923e073afa7d41950d)), closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
804
- * **base-result-previous-price:** add base result previous price component ([a51df82](https://bitbucket.org/colbenson/x-components/commits/a51df8225c268513fe95e7e8ef505934f72d6c3d)), closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
805
- * **related-tags:** add e2e testing for the related tags ([98c80e3](https://bitbucket.org/colbenson/x-components/commits/98c80e305a5e39e6f47c7104a099a944cc70bc35)), closes [EX-1968](https://searchbroker.atlassian.net/browse/EX-1968)
806
- * **spatial-navigation:** ability to move between any component and the keyboard-navigation component ([0d80db8](https://bitbucket.org/colbenson/x-components/commits/0d80db89f65d3eb1ef34979fe8ff98f4d83f389a)), closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
807
- * **animations:** fade and slide animation component ([5ac5a0e](https://bitbucket.org/colbenson/x-components/commits/5ac5a0e94896550c6e9b8b6f0eacefd35e60b565)), closes [EX-1867](https://searchbroker.atlassian.net/browse/EX-1867)
808
- * **base-modal-container:** add base-modal-container component ([cd5d22b](https://bitbucket.org/colbenson/x-components/commits/cd5d22b36d5d2c76eb98adf83cb3ac69de9edc44)), closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
809
- * **base-result-current-price:** create base result current price component ([6684fd3](https://bitbucket.org/colbenson/x-components/commits/6684fd3c53905345a842dd58546549cf55be9e0a)), closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
810
- * **base-result-image:** add the base result image with lazy loading also fallback and placeholder ([d19ead6](https://bitbucket.org/colbenson/x-components/commits/d19ead60777d8faebbc30c38ec0982e4134a8478))
811
- * **base-result-link:** refactor BaseResultLink component to receive origin and events by injection ([8233b1b](https://bitbucket.org/colbenson/x-components/commits/8233b1b388a4e94d98f5d3c75253a31558a3ff5e)), closes [EX-1971](https://searchbroker.atlassian.net/browse/EX-1971)
812
- * **base-suggestion:** allow string in matching part to retain accent marks ([94c4ddf](https://bitbucket.org/colbenson/x-components/commits/94c4ddf3d186527462794a2af39a96c93200c885)), closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
813
- * **bus:** make metadata parameter optional ([9d61ce4](https://bitbucket.org/colbenson/x-components/commits/9d61ce436d8e9abc52a780b84ff2d7e9985a753b)), closes [EX-1695](https://searchbroker.atlassian.net/browse/EX-1695)
814
- * **clear-search-input:** add clear-search-input button ([0b5ec3b](https://bitbucket.org/colbenson/x-components/commits/0b5ec3b52ff4ed6d1f46398639d08a5b7e32f6ae)), closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
815
- * **close-button:** add close-button component ([b0a07dc](https://bitbucket.org/colbenson/x-components/commits/b0a07dc5c3f989b2ad5519efc32a8a13434a7076)), closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
816
- * **compile-message:** add compileMessage filter and register it globally ([8fe4710](https://bitbucket.org/colbenson/x-components/commits/8fe471063f92eed9d90667c1970eed28bd62598b)), closes [EX-1779](https://searchbroker.atlassian.net/browse/EX-1779)
817
- * **conventional-commits:** add conventional-commits and commitizen npm packages ([e3bdcd4](https://bitbucket.org/colbenson/x-components/commits/e3bdcd413f990b5934fafd0190bb8ef5820f18ff)), closes [EX-1614](https://searchbroker.atlassian.net/browse/EX-1614)
818
- * **cypress:** add @cypress/webpack-preprocessor to support TypeScript ([52aa5ad](https://bitbucket.org/colbenson/x-components/commits/52aa5adc3c7166ea063a136193b43591dd0ce516)), closes [EX-1790](https://searchbroker.atlassian.net/browse/EX-1790)
819
- * **cypress:** add custom command for cypress ([c988994](https://bitbucket.org/colbenson/x-components/commits/c988994a7e773a1762c7e6134c7e9efcfd344e5a)), closes [EX-1792](https://searchbroker.atlassian.net/browse/EX-1792)
820
- * **cypress:** disable video recording in Cypress e2e tests ([cf9beeb](https://bitbucket.org/colbenson/x-components/commits/cf9beebea12f25ef8ea49380de6705984f1c9c4f)), closes [EX-1866](https://searchbroker.atlassian.net/browse/EX-1866)
821
- * **cypress:** inject XComponents to the global window object when Cypress is running ([4591cd2](https://bitbucket.org/colbenson/x-components/commits/4591cd20773838a777af1af0f83a64f49b2894d9)), closes [EX-1768](https://searchbroker.atlassian.net/browse/EX-1768)
822
- * **docs:** docusaurus integration ([80af715](https://bitbucket.org/colbenson/x-components/commits/80af715744a01868f1b9df198b8545e3f9b397e3)), closes [EX-1869](https://searchbroker.atlassian.net/browse/EX-1869)
823
- * **empathize:** create empty Empathize module ([74441d1](https://bitbucket.org/colbenson/x-components/commits/74441d1dec34e2298df6e6a2ddfa3e2e3cc6be19)), closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
824
- * **empathize:** keyboardNavigation component which deals with arrow keys pressed inside it ([3191215](https://bitbucket.org/colbenson/x-components/commits/31912159bbc860e3c622c4d9561e1afcff3bcff9)), closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
825
- * **eslint:** configure ESLint by subfolder and cypress rules ([734717e](https://bitbucket.org/colbenson/x-components/commits/734717e1058b10481ec237413fc3c5a44361b870)), closes [EX-1675](https://searchbroker.atlassian.net/browse/EX-1675)
826
- * **event-button:** add metadata target property to emitted events ([812a678](https://bitbucket.org/colbenson/x-components/commits/812a678ca479006dd1d534ad2c9b4a0b6ce425c1)), closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
827
- * **event-metadata:** add metadata parameter ([d2128e8](https://bitbucket.org/colbenson/x-components/commits/d2128e8ab1aae7a3e75f387835f0dec7fb63a6b2)), closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
828
- * **eventbutton:** add EventButton reusable component ([3c29f32](https://bitbucket.org/colbenson/x-components/commits/3c29f32ae4aea62bc3d6a37b9a224f57af10c2df)), closes [EX-1680](https://searchbroker.atlassian.net/browse/EX-1680)
829
- * **global-config:** add global configuration XConfig ([4f0bc33](https://bitbucket.org/colbenson/x-components/commits/4f0bc33ee698041979de4fc64afc55f3e245551b)), closes [EX-1604](https://searchbroker.atlassian.net/browse/EX-1604)
830
- * **history-queries:** add actions ([e2192a1](https://bitbucket.org/colbenson/x-components/commits/e2192a1de8cc0f1c6743ec1bf585ffdca6dace24)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
831
- * **history-queries:** add ClearHistoryQueries Component ([6bf6da6](https://bitbucket.org/colbenson/x-components/commits/6bf6da64cd41e1570cf3d0ee7cbdb3a3e1bf2d58)), closes [EX-1763](https://searchbroker.atlassian.net/browse/EX-1763)
832
- * **history-queries:** add delete-history-query component ([c442b1a](https://bitbucket.org/colbenson/x-components/commits/c442b1aff0e6a929ebe2dc159a5b320f683c4503)), closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
833
- * **history-queries:** add DeleteHistoryQuery component ([80e060e](https://bitbucket.org/colbenson/x-components/commits/80e060e851b1a9801e021cb6cb1ddd39e7b5578b)), closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
834
- * **history-queries:** add history queries emitters ([2d30d86](https://bitbucket.org/colbenson/x-components/commits/2d30d868f35264cacb6838862a4cc32afc00f945)), closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
835
- * **history-queries:** add history queries getters ([9a7fea4](https://bitbucket.org/colbenson/x-components/commits/9a7fea440f0f3b1c90222f28a35e5638c6a07b5e)), closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
836
- * **history-queries:** add history queries module wiring. ([3337b54](https://bitbucket.org/colbenson/x-components/commits/3337b548bcc5710aa7f77192690f8d1defa41367)), closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
837
- * **history-queries:** add history queries store for its x-module ([463aab1](https://bitbucket.org/colbenson/x-components/commits/463aab1209704aec64f3f164813621e68e194033)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
838
- * **history-queries:** add history queries x-module skeleton ([2217dc1](https://bitbucket.org/colbenson/x-components/commits/2217dc1ab5e5fb80ccca15ba1e1c247ca19a4c28)), closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
839
- * **history-queries:** add history-queries module to app & its e2e testing ([e3a61ec](https://bitbucket.org/colbenson/x-components/commits/e3a61ec0bf068db7ee540d03d8bc056c468b3a92)), closes [EX-1762](https://searchbroker.atlassian.net/browse/EX-1762)
840
- * **history-queries:** add HistoryQueries component ([99bfc13](https://bitbucket.org/colbenson/x-components/commits/99bfc13047c56e6e11d6f308fff4f0c79c6c33a2)), closes [EX-1739](https://searchbroker.atlassian.net/browse/EX-1739)
841
- * **history-queries:** add load history queries action ([66c8a97](https://bitbucket.org/colbenson/x-components/commits/66c8a97c9e8e34b0b108ecd898564a87207bd540)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
842
- * **history-queries:** add module events ([ea577b4](https://bitbucket.org/colbenson/x-components/commits/ea577b44548b57c02d32749bc498a1ed0216742d)), closes [EX-1736](https://searchbroker.atlassian.net/browse/EX-1736)
843
- * **history-queries:** trim query before storing it ([c8ccee0](https://bitbucket.org/colbenson/x-components/commits/c8ccee0b8b05854832e688032c81fd5a08748caf)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
844
- * **immediate-store-emitters:** add immediate option for store emitters configuration ([dd35599](https://bitbucket.org/colbenson/x-components/commits/dd355993443131f06801cdbb1267d788c5bc3474)), closes [EX-1642](https://searchbroker.atlassian.net/browse/EX-1642)
845
- * **keyboard-navigation:** add SpatialNavigation service to use in keyboard navigation component ([c42fa13](https://bitbucket.org/colbenson/x-components/commits/c42fa13dd51a9458063ed81d90a0b49d6d3a295c)), closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
846
- * **next-queries:** add config for the next queries module ([220b72e](https://bitbucket.org/colbenson/x-components/commits/220b72e424b25313f7fe1847b178d40edd7f549b)), closes [EX-1731](https://searchbroker.atlassian.net/browse/EX-1731)
847
- * **next-queries:** add events types for the next queries module ([0336ac7](https://bitbucket.org/colbenson/x-components/commits/0336ac71dc6427a83b1b46ec60e46e869f53d119)), closes [EX-1730](https://searchbroker.atlassian.net/browse/EX-1730)
848
- * **next-queries:** add Next Queries Component ([1ac7f3a](https://bitbucket.org/colbenson/x-components/commits/1ac7f3a3867bf700ec0595f227529fd98cec8ca8)), closes [EX-1734](https://searchbroker.atlassian.net/browse/EX-1734)
849
- * **next-queries:** add next-queries x-module ([1f40a88](https://bitbucket.org/colbenson/x-components/commits/1f40a88fb39ac738109cb2c73eb762eb64c604fb)), closes [EX-1627](https://searchbroker.atlassian.net/browse/EX-1627)
850
- * **next-queries:** add NextQueriesChanged emitter to next queries emitters ([efc68d0](https://bitbucket.org/colbenson/x-components/commits/efc68d07de1c88989296f9596a0514be87f0eabb)), closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
851
- * **next-queries:** add NextQueriesChanged emitter to next queries emitters ([8a0f0ce](https://bitbucket.org/colbenson/x-components/commits/8a0f0ce4700a49eccdb016e99ad2abe4902c4a75)), closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
852
- * **next-queries:** add the NextQuery component ([45ea468](https://bitbucket.org/colbenson/x-components/commits/45ea4680d9f6265e91e050dae2913002db989cff)), closes [EX-1733](https://searchbroker.atlassian.net/browse/EX-1733)
853
- * **no-suggestions:** append no-suggestions component ([709a82b](https://bitbucket.org/colbenson/x-components/commits/709a82b5fa7225853e62cf16846ea784a549d26f)), closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
854
- * **no-suggestions:** append store, configuration, wiring and skeleton no-suggestions x-module ([677590e](https://bitbucket.org/colbenson/x-components/commits/677590ef2fd9892f06d195b4ad858dd10079dd62)), closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
855
- * **open-button:** add open-button component ([128b0f7](https://bitbucket.org/colbenson/x-components/commits/128b0f7c8a0d41ddebce9501b67d403707923ba2)), closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
856
- * **popular-searches:** add config to popular-searches x-module ([adcc31f](https://bitbucket.org/colbenson/x-components/commits/adcc31f38a5359bb3c962ad527907f6521793565)), closes [EX-1714](https://searchbroker.atlassian.net/browse/EX-1714)
857
- * **popular-searches:** add popular-searches x-module ([3dd6eaa](https://bitbucket.org/colbenson/x-components/commits/3dd6eaa90a0476c3d6725ff80211127331f58c20)), closes [EX-1610](https://searchbroker.atlassian.net/browse/EX-1610)
858
- * **popular-searches:** append popular searches x-modules events ([9d3b8f6](https://bitbucket.org/colbenson/x-components/commits/9d3b8f62b32025c98feeb0e0c4927da8afbdeb0a)), closes [EX-1713](https://searchbroker.atlassian.net/browse/EX-1713)
859
- * **popular-searches:** append PopularSearch component ([f66da46](https://bitbucket.org/colbenson/x-components/commits/f66da46b03c6c5f68da02b0bb271647bb41942c9)), closes [EX-1717](https://searchbroker.atlassian.net/browse/EX-1717)
860
- * **prettier:** add prettier-organize-imports plugin ([b78370e](https://bitbucket.org/colbenson/x-components/commits/b78370e97bab944621023845fa1293ee79a1e876)), closes [EX-1787](https://searchbroker.atlassian.net/browse/EX-1787)
861
- * **pure-suggestion:** add base suggestion to reuse in every suggestion type ([a20be15](https://bitbucket.org/colbenson/x-components/commits/a20be1516b5660189ffdd0ce220263739c60075b)), closes [EX-1748](https://searchbroker.atlassian.net/browse/EX-1748)
862
- * **query-suggestions:** add query suggestions events ([a2be5e3](https://bitbucket.org/colbenson/x-components/commits/a2be5e3a12781417fe0bca9c9140f5127fbd598d)), closes [EX-1707](https://searchbroker.atlassian.net/browse/EX-1707)
863
- * **query-suggestions:** add query-suggestion component ([b7c2133](https://bitbucket.org/colbenson/x-components/commits/b7c2133df7ef4fcd9ed6c5a34f56381be2f54ad7)), closes [EX-1711](https://searchbroker.atlassian.net/browse/EX-1711)
864
- * **query-suggestions:** add query-suggestions component ([b5e980e](https://bitbucket.org/colbenson/x-components/commits/b5e980e1eb74c676165175d8c79591257c62d91d)), closes [EX-1710](https://searchbroker.atlassian.net/browse/EX-1710)
865
- * **query-suggestions-actions:** refactor actions to an independent files and add test ([9cfda2a](https://bitbucket.org/colbenson/x-components/commits/9cfda2ab8b4b97680d9b5c3dd3c775a429136cf6)), closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
866
- * **query-suggestions-getters:** refactor getters in separated files and testing ([7b5fe02](https://bitbucket.org/colbenson/x-components/commits/7b5fe028b28fc61c31843266954376462b380b17)), closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
867
- * **query-suggestions-wiring:** add query suggestions wiring ([500da00](https://bitbucket.org/colbenson/x-components/commits/500da00f13a536d8c73d69c70d9d00019f3b28e7)), closes [EX-1709](https://searchbroker.atlassian.net/browse/EX-1709)
868
- * **recommendations:** create recommendations x-module ([c14a265](https://bitbucket.org/colbenson/x-components/commits/c14a265cd6e939a0598e9ad5fa17d52028156f67)), closes [EX-1917](https://searchbroker.atlassian.net/browse/EX-1917)
869
- * **recommendations:** recommendations actions, getters & mutations ([29b959d](https://bitbucket.org/colbenson/x-components/commits/29b959d8f50c1a3529a0af3700d2fa367771a990)), closes [EX-1918](https://searchbroker.atlassian.net/browse/EX-1918)
870
- * **recommendations:** recommendations component and its test ([9af2d37](https://bitbucket.org/colbenson/x-components/commits/9af2d37f76474c2ebb58bf533051ea3e6149ae28)), closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
871
- * **recommendations:** recommendations wiring, emitters and events ([77452d9](https://bitbucket.org/colbenson/x-components/commits/77452d91a6a4ceb597590d3ae9c473220284e11b)), closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
872
- * **related-tags:** add empty related tags module ([e476b22](https://bitbucket.org/colbenson/x-components/commits/e476b224cf87684a40692b8eea349c9124557f80)), closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
873
- * **related-tags:** add mutations and getters for the related tags module. Add testing for getters ([359d16f](https://bitbucket.org/colbenson/x-components/commits/359d16f201b83bc62f0e404736c7ef96228ee2af)), closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
874
- * **related-tags:** add related tags actions and testing ([6bedca9](https://bitbucket.org/colbenson/x-components/commits/6bedca920a8a69384014eef4b1d7c6961a7f0122)), closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
875
- * **related-tags:** add related tags state ([ac4c9c9](https://bitbucket.org/colbenson/x-components/commits/ac4c9c91ecd49a61786b0482cffe4efef6e55ab5)), closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
876
- * **related-tags:** add wiring and emitters for the related tags ([d7e4af2](https://bitbucket.org/colbenson/x-components/commits/d7e4af27fa540a3994050a80495d16dd63524efd)), closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
877
- * **related-tags:** add related-tags component ([cb5cf8b](https://bitbucket.org/colbenson/x-components/commits/cb5cf8b390707f19683197f52b4a5c9d75c0d7dc)), closes [EX-1753](https://searchbroker.atlassian.net/browse/EX-1753)
878
- * **related-tags:** add the selected related tags to the request ([dab7b7f](https://bitbucket.org/colbenson/x-components/commits/dab7b7fc38f53e360fa085eb0ee0f9d58af6d365)), closes [EX-1967](https://searchbroker.atlassian.net/browse/EX-1967)
879
- * **result-add-to-cart:** add BaseResultAddToCart component ([ff5a473](https://bitbucket.org/colbenson/x-components/commits/ff5a473e4aef9148505d67efe7be65cf90c7d169)), closes [EX-1914](https://searchbroker.atlassian.net/browse/EX-1914)
880
- * **result-link:** create BaseResultLink component and events associated with it ([54b708a](https://bitbucket.org/colbenson/x-components/commits/54b708a1f895623a4c0f4e8ac5e096162251fa52)), closes [EX-1911](https://searchbroker.atlassian.net/browse/EX-1911)
881
- * **sanitize:** add sanitize function to encode characters in a string ([657d26a](https://bitbucket.org/colbenson/x-components/commits/657d26a851cb93881fed81247edfea72266271a1)), closes [EX-1721](https://searchbroker.atlassian.net/browse/EX-1721)
882
- * **search-box:** add event UserClearedQuery to be emitted when search-box is cleared in any way ([34ae32f](https://bitbucket.org/colbenson/x-components/commits/34ae32f631d5218569ec7a50bf9daf51d4aaab46)), closes [EX-1916](https://searchbroker.atlassian.net/browse/EX-1916)
883
- * **search-box:** add instant search to SearchInput component ([ad02b5b](https://bitbucket.org/colbenson/x-components/commits/ad02b5b710465ad4db02883ce331b72d1cd62d7e)), closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
884
- * **search-box-config:** add default config for search-box x-module ([d885140](https://bitbucket.org/colbenson/x-components/commits/d885140d0b7020691fb88ab495f1ab6b488b3834)), closes [EX-1678](https://searchbroker.atlassian.net/browse/EX-1678)
885
- * **search-box-module-events:** add new events of search-box module ([9898997](https://bitbucket.org/colbenson/x-components/commits/98989975d514ce43750b881c6a50219eb69cc6d2)), closes [EX-1679](https://searchbroker.atlassian.net/browse/EX-1679)
886
- * **search-box-wiring:** add wires in search-box wiring ([b8ce7a6](https://bitbucket.org/colbenson/x-components/commits/b8ce7a615c909065673697303a5a5ecf3aaf75da)), closes [EX-1664](https://searchbroker.atlassian.net/browse/EX-1664)
887
- * **search-button:** add search-button component ([90812f6](https://bitbucket.org/colbenson/x-components/commits/90812f63b4bb37b665769af7d0966ced0cb164ab)), closes [EX-1662](https://searchbroker.atlassian.net/browse/EX-1662)
888
- * **search-input:** add search input component ([4a384b2](https://bitbucket.org/colbenson/x-components/commits/4a384b2bb13a56cd3ce29d01d86a654c25c7b7e5)), closes [EX-1661](https://searchbroker.atlassian.net/browse/EX-1661)
889
- * **search-types:** include the search-types.api.json file to generate the package documentation ([e2aad39](https://bitbucket.org/colbenson/x-components/commits/e2aad390b889f72bde7f528f93de96ef19c20471)), closes [EX-1776](https://searchbroker.atlassian.net/browse/EX-1776)
890
- * **standard-version:** append ci type into standard version configuration ([025b74d](https://bitbucket.org/colbenson/x-components/commits/025b74da35e61262e82153773c78908bc691ff37)), closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
891
- * **suggestions:** add suggestions generic component ([0080134](https://bitbucket.org/colbenson/x-components/commits/0080134e7a4e431792051ef610fd1ac0e019410c)), closes [EX-1692](https://searchbroker.atlassian.net/browse/EX-1692)
892
- * **term-suggestions-config:** add term-suggestions config ([2a396cf](https://bitbucket.org/colbenson/x-components/commits/2a396cf2fd64836ea86c90eeefc43c3dacc7d51b)), closes [EX-1708](https://searchbroker.atlassian.net/browse/EX-1708)
893
- * **test-utils:** add utility functions to make easier testing with jest ([6b9e577](https://bitbucket.org/colbenson/x-components/commits/6b9e577830b9d450f458bb1d2f8b0f348a194d94)), closes [EX-1788](https://searchbroker.atlassian.net/browse/EX-1788)
894
- * **ts-doc:** add support to tsdoc and jsdoc eslint plugins ([c68ad15](https://bitbucket.org/colbenson/x-components/commits/c68ad150af4bbc562fec09fe619bb90023836592)), closes [EX-1689](https://searchbroker.atlassian.net/browse/EX-1689)
895
- * **ts-es-lint:** add support to TypeScript ES-lint through new plugin ([abf1fd1](https://bitbucket.org/colbenson/x-components/commits/abf1fd13afd6c490733fe0cc16e712803c8115c2)), closes [EX-1619](https://searchbroker.atlassian.net/browse/EX-1619)
896
- * **utils:** add array and normalize shared utility functions ([67875e0](https://bitbucket.org/colbenson/x-components/commits/67875e0ec900d8f4ca52899ced4b23b2a15cddf9)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
897
- * **utils:** add debounce util ([71bdd63](https://bitbucket.org/colbenson/x-components/commits/71bdd6353a8d2f0455d08d34514059e671db8cea)), closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
898
- * **vue-styleguidist:** add vue styleguidist to document components ([22f436d](https://bitbucket.org/colbenson/x-components/commits/22f436d9e62a1993f14a835ed1458b55fcfc27a1)), closes [EX-1576](https://searchbroker.atlassian.net/browse/EX-1576)
899
- * **wires-factory:** add implementation to NamespacedWireFactory.wireCommit with a function payload ([2aa1cc7](https://bitbucket.org/colbenson/x-components/commits/2aa1cc7f450c69a35b41741e50957ff1f5296cd5)), closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
900
- * **wiring:** add WirePayloadParams type and modified NamespacedWireFactory ([3099985](https://bitbucket.org/colbenson/x-components/commits/30999852ba83e888be04c6e07a14d8f5a757da2e)), closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
901
- * **wiring:** allow wiring operators to access store to retrieve data ([a471289](https://bitbucket.org/colbenson/x-components/commits/a47128949e2c97cb631ecf98b29f00a2021e71a1)), closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
902
- * **wiring-operators:** add filterWhitelistedModules & filterBlacklistedModules operators ([5e895bc](https://bitbucket.org/colbenson/x-components/commits/5e895bc0eb8a1ed7d7290cbf162031a2b670ac7c)), closes [EX-1618](https://searchbroker.atlassian.net/browse/EX-1618)
903
- * **x-api:** append X API and installX middleware function to install X ([e52441a](https://bitbucket.org/colbenson/x-components/commits/e52441a4f512dcb3dda6c5b10c18fb7348f50c19)), closes [EX-1756](https://searchbroker.atlassian.net/browse/EX-1756)
904
- * **x-component.utils:** add `getXComponentXModuleName` util function ([b705b5b](https://bitbucket.org/colbenson/x-components/commits/b705b5bd9cfac0ec627a143cdf545792a31f9543)), closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
905
- * **x-plugin:** add a logic to save component configurations to store ([5e57c19](https://bitbucket.org/colbenson/x-components/commits/5e57c191fa2e168adc94e042ba8e3a1c0c9fe5c8)), closes [EX-1603](https://searchbroker.atlassian.net/browse/EX-1603)
906
- * **xon-decorator:** add XOn decorator to handle the subscription/unsubscription of an XEvent ([1ada448](https://bitbucket.org/colbenson/x-components/commits/1ada448caf0dfe67cad15f97092034af3371e564)), closes [EX-1724](https://searchbroker.atlassian.net/browse/EX-1724)
907
- * **xplugin-search-adapter:** extract adapter to XPlugin and add subscription to adapterConfigChanged ([e159189](https://bitbucket.org/colbenson/x-components/commits/e15918908b996d2e90f247dcc8d993d387b186eb)), closes [EX-1605](https://searchbroker.atlassian.net/browse/EX-1605)
908
- * **wiring:** add `createWireFromFunction` wire factory function. Add `filter`, `filterTruthyPayload`, `filterFalsyPayload`, `debounce` & `throttle` wire operator functions ([d0cd25c](https://bitbucket.org/colbenson/x-components/commits/d0cd25cc0e84344ec274929a9dbda827145e0a09)), closes [EX-1623](https://searchbroker.atlassian.net/browse/EX-1623)
909
- * **bus:** remove circular dependency from `BaseXBus` and Vue components. Make bus emit only from root component. ([262d251](https://bitbucket.org/colbenson/x-components/commits/262d251e9f3e52c1bca7163b0c462a5b33693fc6)), closes [EX-1621](https://searchbroker.atlassian.net/browse/EX-1621)
910
- * **build:** add rollup build ([697c007](https://bitbucket.org/colbenson/x-components/commits/697c00734af1ac48635bc31131d93b2a6c012986)), closes [EX-1562](https://searchbroker.atlassian.net/browse/EX-1562)
911
- * **decorators:** add type safe `State` and `Getter` decorators for accessing state and getters in class components ([8e18674](https://bitbucket.org/colbenson/x-components/commits/8e1867422ccceb302e703e737500b5523c86f1b9)), closes [EX-1620](https://searchbroker.atlassian.net/browse/EX-1620)
912
- * **term-suggestions:** add term-suggestions x-module skeleton ([ec1b881](https://bitbucket.org/colbenson/x-components/commits/ec1b8816255296d338300dbd1398c23a48b3cfd4)), closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
913
- * **search-box:** add search-box x-module skeleton ([f96d496](https://bitbucket.org/colbenson/x-components/commits/f96d49656c1409aa2bdd6085405400c89e3f9b66)), closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
914
- * **typing:** remove unnecessary `XStoreTree` type ([2335f68](https://bitbucket.org/colbenson/x-components/commits/2335f6817c6b5daec2fe08fa3c564b5cb841a82e)), closes [EX-1612](https://searchbroker.atlassian.net/browse/EX-1612)
915
- * **x-module:** add `withModule` function to create `XModule` scoped wires ([764ab12](https://bitbucket.org/colbenson/x-components/commits/764ab12e47aee10a096496daace5e3c417890a47)), closes [EX-1584](https://searchbroker.atlassian.net/browse/EX-1584)
916
- * **x-module:** remove `Emitters` and `Wiring` generic types from `XModule` ([c1a7c1f](https://bitbucket.org/colbenson/x-components/commits/c1a7c1fdc59daa1a1479967c86b95d6e25b5e39e)), closes [EX-1613](https://searchbroker.atlassian.net/browse/EX-1613)
917
- * **store:** add Store and StoreEmitters to the X-Module ([207ba71](https://bitbucket.org/colbenson/x-components/commits/207ba718d9d59e1c7b2ff6abaa919f73ce1b91fb)), closes [EX-1559](https://searchbroker.atlassian.net/browse/EX-1559)
918
- * **wiring:** add wiring system ([7cb8983](https://bitbucket.org/colbenson/x-components/commits/7cb89836252b63df1db8d18827d7abc6ae3b8987)), closes [EX-1554](https://searchbroker.atlassian.net/browse/EX-1554)
919
- * **wiring-factory:** add wiring factory methods ([c64afda](https://bitbucket.org/colbenson/x-components/commits/c64afda084fa420cd738d61c4ae0b1afdf075b07)), closes [EX-1564](https://searchbroker.atlassian.net/browse/EX-1564)
920
- * **project:** create project with basic shared utils ([5c6b521](https://bitbucket.org/colbenson/x-components/commits/5c6b521d9dc20ab545a940b2734ee8983f857935)), closes [EX-1563](https://searchbroker.atlassian.net/browse/EX-1563)
921
-
922
-
923
- ### Bug Fixes
924
-
925
- * **wire-operators:** handle race events for the debounce wire operator ([0019ad3](https://bitbucket.org/colbenson/x-components/commits/0019ad37aa88edf2ee9911e76cfc4d29db908c86)), closes [EX-1944](https://searchbroker.atlassian.net/browse/EX-1944)
926
- * **spatial-navigation:** filter out focusable elements if they can't be focused ([9b4829b](https://bitbucket.org/colbenson/x-components/commits/9b4829b43b0e7d8665400595e3714d9ab1bc4d93)), closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
927
- * **build:** make build fail if api-extractor has errors ([bdf7b3a](https://bitbucket.org/colbenson/x-components/commits/bdf7b3a051e80f6f0c43a0038745bf45a460112d)), closes [EX-1803](https://searchbroker.atlassian.net/browse/EX-1803)
928
- * **components:** fix vue components exports ([fafc908](https://bitbucket.org/colbenson/x-components/commits/fafc9086b43a6f4b304c028420fcf421f582c56e)), closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
929
- * **cypress:** fix Cypress webpack/preprocessor config to avoid .ts transpilation file issues ([39645f0](https://bitbucket.org/colbenson/x-components/commits/39645f063e2bde07278e05d1ff6bac4d61134e58)), closes [EX-1870](https://searchbroker.atlassian.net/browse/EX-1870)
930
- * **debounce:** remove wireDebounce to avoid side effects ([ff9abc5](https://bitbucket.org/colbenson/x-components/commits/ff9abc5b7001ddacc2559b36e01ee4798a033e6b)), closes [EX-1955](https://searchbroker.atlassian.net/browse/EX-1955)
931
- * **history-queries:** fix class selector in history queries' e2e test ([72cc49c](https://bitbucket.org/colbenson/x-components/commits/72cc49c7d0d34781632550f8bdc26f568025c98d)), closes [EX-1857](https://searchbroker.atlassian.net/browse/EX-1857)
932
- * **history-queries:** fix history queries removing queries when replacing last stored query ([8cb272f](https://bitbucket.org/colbenson/x-components/commits/8cb272f430ab982069f79627ee2dd10fefc91a65)), closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
933
- * **jenkins:** add test command for Jenkins CI ([bcef8eb](https://bitbucket.org/colbenson/x-components/commits/bcef8eb5191f44fb6e053e09e3beeb08f918f44b)), closes [EX-1702](https://searchbroker.atlassian.net/browse/EX-1702)
934
- * **jest:** fix testMatch option to look into src instead all project ([fbe126c](https://bitbucket.org/colbenson/x-components/commits/fbe126c12ae83faf36735ed3ea7f6d0ece3ecb9a)), closes [EX-1802](https://searchbroker.atlassian.net/browse/EX-1802)
935
- * **next-queries:** avoid clearing next-queries when the query is empty ([b93bfc7](https://bitbucket.org/colbenson/x-components/commits/b93bfc70ee8fafbf85d94996c036211c652d8ad6)), closes [EX-1880](https://searchbroker.atlassian.net/browse/EX-1880)
936
- * **query-suggestion:** use getter of normalizedQuery to use as query in the component ([30b1099](https://bitbucket.org/colbenson/x-components/commits/30b10993da864c1ac3c3620a7e441408deddd575)), closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
937
- * **query-suggestions:** fix missing css class, slots docs, slot naming to kebab case and binds ([5b17870](https://bitbucket.org/colbenson/x-components/commits/5b178709703ddde34e6f19d8e28fc7aa3a6acfcd)), closes [EX-1794](https://searchbroker.atlassian.net/browse/EX-1794)
938
- * **request-getters:** avoid constructing a request when the query is empty or has spaces ([519ef93](https://bitbucket.org/colbenson/x-components/commits/519ef93e6e3a13d4e1c406f4d4ef78cfc8c7bcf2)), closes [EX-1881](https://searchbroker.atlassian.net/browse/EX-1881)
939
- * **rxjs:** fix rxjs imports to support rollup commonjs plugin ([bc0ca32](https://bitbucket.org/colbenson/x-components/commits/bc0ca32c52f0cf9398b98b171f072760d7a33e51)), closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
940
- * **storage-service:** add dummy local storage service for node environment ([60f1891](https://bitbucket.org/colbenson/x-components/commits/60f18911ccba830f8596b2e9acfc575ecc73030b))
941
- * **tests-fix:** fix tests making them wait until Vue updates reactive dependencies ([8497ddd](https://bitbucket.org/colbenson/x-components/commits/8497ddd842cc86bb7e93cce44aacedc3d0c4f6ba)), closes [EX-1697](https://searchbroker.atlassian.net/browse/EX-1697)
942
- * **types:** fix store generic type constraint for Mutations and Actions ([1838f4e](https://bitbucket.org/colbenson/x-components/commits/1838f4ed900c956eac16ca6bb6b505a23fb82320)), closes [EX-1631](https://searchbroker.atlassian.net/browse/EX-1631)
943
- * **vue-styleguidist:** create a props template to overwrite the default styleguidist template ([4d81cff](https://bitbucket.org/colbenson/x-components/commits/4d81cff2816f3d2793c6fb8119860e1587596a46)), closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
944
- * **vue-styleguidist:** create a vue-docgen slots template to overwrite the default one. Close tags within the documentation between backslashes. ([70e9d54](https://bitbucket.org/colbenson/x-components/commits/70e9d540ff0749673ad0ce0b9e1d7a5fd8e5ff3b)), closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
945
- * **x-plugin:** make immediate emitters async ([d28d504](https://bitbucket.org/colbenson/x-components/commits/d28d504d21e4c46e8473a02d69465c9dae5dafd1)), closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
946
- * **x-plugin.mixin:** refactor $x to get root XComponent inside bus emit ([8a54043](https://bitbucket.org/colbenson/x-components/commits/8a5404334e3038fb9d3825c0b324b535d1bb195a)), closes [EX-1698](https://searchbroker.atlassian.net/browse/EX-1698)
2715
+ - **base-suggestions:** add index to slot bindings for suggestions
2716
+ ([9e0c327](https://bitbucket.org/colbenson/x-components/commits/9e0c3271a7152b3ce4d8198db83f165628119d09)),
2717
+ closes [EX-1966](https://searchbroker.atlassian.net/browse/EX-1966)
2718
+ - **config:** refactor XPluginOptions and XModule configurations
2719
+ ([ed4e140](https://bitbucket.org/colbenson/x-components/commits/ed4e140696f217bc636d587c36206ca2b1fef598)),
2720
+ closes [EX-1994](https://searchbroker.atlassian.net/browse/EX-1994)
2721
+ - **decorator:** add support for multiple and dynamic events to XOn decorator
2722
+ ([924b9f7](https://bitbucket.org/colbenson/x-components/commits/924b9f7c2a57585a2a8063e40edb65a709f39afe)),
2723
+ closes [EX-1977](https://searchbroker.atlassian.net/browse/EX-1977)
2724
+ - **decorators:** add filtering support to XOn decorator
2725
+ ([5f63f1b](https://bitbucket.org/colbenson/x-components/commits/5f63f1b71cc981ce4d9786fc4b4424aa282b3f76)),
2726
+ closes [EX-1874](https://searchbroker.atlassian.net/browse/EX-1874)
2727
+ - **emitters:** add `isDifferent` optional option to emitters for checking if the observed value has
2728
+ really changed
2729
+ ([94e5b27](https://bitbucket.org/colbenson/x-components/commits/94e5b27341e8a99059ccf2dd8d2a4aabadb8164a)),
2730
+ closes [EX-1990](https://searchbroker.atlassian.net/browse/EX-1990)
2731
+ - **empathize:** add empathize component
2732
+ ([0449433](https://bitbucket.org/colbenson/x-components/commits/044943390998517419cfaa5e49eae61c24000262)),
2733
+ closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
2734
+ - **getters-proxy:** add cache to the getters proxy
2735
+ ([ea9d091](https://bitbucket.org/colbenson/x-components/commits/ea9d091acc717c9c4562e3be88e719c0eef75930)),
2736
+ closes [EX-2070](https://searchbroker.atlassian.net/browse/EX-2070)
2737
+ - **identifier-results:** add IdentifierResult component
2738
+ ([d9273dd](https://bitbucket.org/colbenson/x-components/commits/d9273ddab781bc48be49fee108ccbb2bf1740328)),
2739
+ closes [EX-1958](https://searchbroker.atlassian.net/browse/EX-1958)
2740
+ - **identifier-results:** add mutations and actions to the module
2741
+ ([f6fd746](https://bitbucket.org/colbenson/x-components/commits/f6fd7467ffc25cd71de1ea88d211a7b14297659e)),
2742
+ closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
2743
+ - **identifier-results:** create identifier results module with getters
2744
+ ([d5159f4](https://bitbucket.org/colbenson/x-components/commits/d5159f49790ac4af28dc58fb079732434e615a25)),
2745
+ closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
2746
+ - **identifier-results:** identifierResults component and module wiring
2747
+ ([d56ca97](https://bitbucket.org/colbenson/x-components/commits/d56ca97fea0996b496526e067339c5c5b3540ef1)),
2748
+ closes [EX-1957](https://searchbroker.atlassian.net/browse/EX-1957)
2749
+ - **linter:** add x eslint plugin
2750
+ ([f6ef7f3](https://bitbucket.org/colbenson/x-components/commits/f6ef7f370aaf8f5be1136780c1b0d33163ba6407)),
2751
+ closes [EX-1946](https://searchbroker.atlassian.net/browse/EX-1946)
2752
+ - **next-queries:** add maxItemsToRender prop
2753
+ ([b420edf](https://bitbucket.org/colbenson/x-components/commits/b420edf0a0e6df05e3a2f110221a8245fcdaac52)),
2754
+ closes [EX-2030](https://searchbroker.atlassian.net/browse/EX-2030)
2755
+ - **wiring:** add option to pass a function with the store as payload for the wireDispatch factory
2756
+ methods.
2757
+ ([c7611a9](https://bitbucket.org/colbenson/x-components/commits/c7611a927917dd0e9b3b1ae3c3549e2c5aa6d478)),
2758
+ closes [EX-2002](https://searchbroker.atlassian.net/browse/EX-2002)
2759
+ - **wiring:** refactor namespaced wiring
2760
+ ([ec51b88](https://bitbucket.org/colbenson/x-components/commits/ec51b8885b200fdae26040bd228c5fb80d8db5b6)),
2761
+ closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
2762
+ - **wiring:** refactor namespaced wiring
2763
+ ([1cf09f9](https://bitbucket.org/colbenson/x-components/commits/1cf09f947f0760fabf950db784fde21962229e5a)),
2764
+ closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
2765
+ - **x-plugin:** add alias API
2766
+ ([c1f5b5a](https://bitbucket.org/colbenson/x-components/commits/c1f5b5a9d3579eb26bfb6293bce538eff9dd4dd2)),
2767
+ closes [EX-1920](https://searchbroker.atlassian.net/browse/EX-1920)
2768
+ - **currency-filter:** add currency filter and formatter
2769
+ ([9cf9f9e](https://bitbucket.org/colbenson/x-components/commits/9cf9f9e4a754e20698d616923e073afa7d41950d)),
2770
+ closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
2771
+ - **base-result-previous-price:** add base result previous price component
2772
+ ([a51df82](https://bitbucket.org/colbenson/x-components/commits/a51df8225c268513fe95e7e8ef505934f72d6c3d)),
2773
+ closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
2774
+ - **related-tags:** add e2e testing for the related tags
2775
+ ([98c80e3](https://bitbucket.org/colbenson/x-components/commits/98c80e305a5e39e6f47c7104a099a944cc70bc35)),
2776
+ closes [EX-1968](https://searchbroker.atlassian.net/browse/EX-1968)
2777
+ - **spatial-navigation:** ability to move between any component and the keyboard-navigation
2778
+ component
2779
+ ([0d80db8](https://bitbucket.org/colbenson/x-components/commits/0d80db89f65d3eb1ef34979fe8ff98f4d83f389a)),
2780
+ closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
2781
+ - **animations:** fade and slide animation component
2782
+ ([5ac5a0e](https://bitbucket.org/colbenson/x-components/commits/5ac5a0e94896550c6e9b8b6f0eacefd35e60b565)),
2783
+ closes [EX-1867](https://searchbroker.atlassian.net/browse/EX-1867)
2784
+ - **base-modal-container:** add base-modal-container component
2785
+ ([cd5d22b](https://bitbucket.org/colbenson/x-components/commits/cd5d22b36d5d2c76eb98adf83cb3ac69de9edc44)),
2786
+ closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
2787
+ - **base-result-current-price:** create base result current price component
2788
+ ([6684fd3](https://bitbucket.org/colbenson/x-components/commits/6684fd3c53905345a842dd58546549cf55be9e0a)),
2789
+ closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
2790
+ - **base-result-image:** add the base result image with lazy loading also fallback and placeholder
2791
+ ([d19ead6](https://bitbucket.org/colbenson/x-components/commits/d19ead60777d8faebbc30c38ec0982e4134a8478))
2792
+ - **base-result-link:** refactor BaseResultLink component to receive origin and events by injection
2793
+ ([8233b1b](https://bitbucket.org/colbenson/x-components/commits/8233b1b388a4e94d98f5d3c75253a31558a3ff5e)),
2794
+ closes [EX-1971](https://searchbroker.atlassian.net/browse/EX-1971)
2795
+ - **base-suggestion:** allow string in matching part to retain accent marks
2796
+ ([94c4ddf](https://bitbucket.org/colbenson/x-components/commits/94c4ddf3d186527462794a2af39a96c93200c885)),
2797
+ closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
2798
+ - **bus:** make metadata parameter optional
2799
+ ([9d61ce4](https://bitbucket.org/colbenson/x-components/commits/9d61ce436d8e9abc52a780b84ff2d7e9985a753b)),
2800
+ closes [EX-1695](https://searchbroker.atlassian.net/browse/EX-1695)
2801
+ - **clear-search-input:** add clear-search-input button
2802
+ ([0b5ec3b](https://bitbucket.org/colbenson/x-components/commits/0b5ec3b52ff4ed6d1f46398639d08a5b7e32f6ae)),
2803
+ closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
2804
+ - **close-button:** add close-button component
2805
+ ([b0a07dc](https://bitbucket.org/colbenson/x-components/commits/b0a07dc5c3f989b2ad5519efc32a8a13434a7076)),
2806
+ closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
2807
+ - **compile-message:** add compileMessage filter and register it globally
2808
+ ([8fe4710](https://bitbucket.org/colbenson/x-components/commits/8fe471063f92eed9d90667c1970eed28bd62598b)),
2809
+ closes [EX-1779](https://searchbroker.atlassian.net/browse/EX-1779)
2810
+ - **conventional-commits:** add conventional-commits and commitizen npm packages
2811
+ ([e3bdcd4](https://bitbucket.org/colbenson/x-components/commits/e3bdcd413f990b5934fafd0190bb8ef5820f18ff)),
2812
+ closes [EX-1614](https://searchbroker.atlassian.net/browse/EX-1614)
2813
+ - **cypress:** add @cypress/webpack-preprocessor to support TypeScript
2814
+ ([52aa5ad](https://bitbucket.org/colbenson/x-components/commits/52aa5adc3c7166ea063a136193b43591dd0ce516)),
2815
+ closes [EX-1790](https://searchbroker.atlassian.net/browse/EX-1790)
2816
+ - **cypress:** add custom command for cypress
2817
+ ([c988994](https://bitbucket.org/colbenson/x-components/commits/c988994a7e773a1762c7e6134c7e9efcfd344e5a)),
2818
+ closes [EX-1792](https://searchbroker.atlassian.net/browse/EX-1792)
2819
+ - **cypress:** disable video recording in Cypress e2e tests
2820
+ ([cf9beeb](https://bitbucket.org/colbenson/x-components/commits/cf9beebea12f25ef8ea49380de6705984f1c9c4f)),
2821
+ closes [EX-1866](https://searchbroker.atlassian.net/browse/EX-1866)
2822
+ - **cypress:** inject XComponents to the global window object when Cypress is running
2823
+ ([4591cd2](https://bitbucket.org/colbenson/x-components/commits/4591cd20773838a777af1af0f83a64f49b2894d9)),
2824
+ closes [EX-1768](https://searchbroker.atlassian.net/browse/EX-1768)
2825
+ - **docs:** docusaurus integration
2826
+ ([80af715](https://bitbucket.org/colbenson/x-components/commits/80af715744a01868f1b9df198b8545e3f9b397e3)),
2827
+ closes [EX-1869](https://searchbroker.atlassian.net/browse/EX-1869)
2828
+ - **empathize:** create empty Empathize module
2829
+ ([74441d1](https://bitbucket.org/colbenson/x-components/commits/74441d1dec34e2298df6e6a2ddfa3e2e3cc6be19)),
2830
+ closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
2831
+ - **empathize:** keyboardNavigation component which deals with arrow keys pressed inside it
2832
+ ([3191215](https://bitbucket.org/colbenson/x-components/commits/31912159bbc860e3c622c4d9561e1afcff3bcff9)),
2833
+ closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
2834
+ - **eslint:** configure ESLint by subfolder and cypress rules
2835
+ ([734717e](https://bitbucket.org/colbenson/x-components/commits/734717e1058b10481ec237413fc3c5a44361b870)),
2836
+ closes [EX-1675](https://searchbroker.atlassian.net/browse/EX-1675)
2837
+ - **event-button:** add metadata target property to emitted events
2838
+ ([812a678](https://bitbucket.org/colbenson/x-components/commits/812a678ca479006dd1d534ad2c9b4a0b6ce425c1)),
2839
+ closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
2840
+ - **event-metadata:** add metadata parameter
2841
+ ([d2128e8](https://bitbucket.org/colbenson/x-components/commits/d2128e8ab1aae7a3e75f387835f0dec7fb63a6b2)),
2842
+ closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
2843
+ - **eventbutton:** add EventButton reusable component
2844
+ ([3c29f32](https://bitbucket.org/colbenson/x-components/commits/3c29f32ae4aea62bc3d6a37b9a224f57af10c2df)),
2845
+ closes [EX-1680](https://searchbroker.atlassian.net/browse/EX-1680)
2846
+ - **global-config:** add global configuration XConfig
2847
+ ([4f0bc33](https://bitbucket.org/colbenson/x-components/commits/4f0bc33ee698041979de4fc64afc55f3e245551b)),
2848
+ closes [EX-1604](https://searchbroker.atlassian.net/browse/EX-1604)
2849
+ - **history-queries:** add actions
2850
+ ([e2192a1](https://bitbucket.org/colbenson/x-components/commits/e2192a1de8cc0f1c6743ec1bf585ffdca6dace24)),
2851
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
2852
+ - **history-queries:** add ClearHistoryQueries Component
2853
+ ([6bf6da6](https://bitbucket.org/colbenson/x-components/commits/6bf6da64cd41e1570cf3d0ee7cbdb3a3e1bf2d58)),
2854
+ closes [EX-1763](https://searchbroker.atlassian.net/browse/EX-1763)
2855
+ - **history-queries:** add delete-history-query component
2856
+ ([c442b1a](https://bitbucket.org/colbenson/x-components/commits/c442b1aff0e6a929ebe2dc159a5b320f683c4503)),
2857
+ closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
2858
+ - **history-queries:** add DeleteHistoryQuery component
2859
+ ([80e060e](https://bitbucket.org/colbenson/x-components/commits/80e060e851b1a9801e021cb6cb1ddd39e7b5578b)),
2860
+ closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
2861
+ - **history-queries:** add history queries emitters
2862
+ ([2d30d86](https://bitbucket.org/colbenson/x-components/commits/2d30d868f35264cacb6838862a4cc32afc00f945)),
2863
+ closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
2864
+ - **history-queries:** add history queries getters
2865
+ ([9a7fea4](https://bitbucket.org/colbenson/x-components/commits/9a7fea440f0f3b1c90222f28a35e5638c6a07b5e)),
2866
+ closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
2867
+ - **history-queries:** add history queries module wiring.
2868
+ ([3337b54](https://bitbucket.org/colbenson/x-components/commits/3337b548bcc5710aa7f77192690f8d1defa41367)),
2869
+ closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
2870
+ - **history-queries:** add history queries store for its x-module
2871
+ ([463aab1](https://bitbucket.org/colbenson/x-components/commits/463aab1209704aec64f3f164813621e68e194033)),
2872
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
2873
+ - **history-queries:** add history queries x-module skeleton
2874
+ ([2217dc1](https://bitbucket.org/colbenson/x-components/commits/2217dc1ab5e5fb80ccca15ba1e1c247ca19a4c28)),
2875
+ closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
2876
+ - **history-queries:** add history-queries module to app & its e2e testing
2877
+ ([e3a61ec](https://bitbucket.org/colbenson/x-components/commits/e3a61ec0bf068db7ee540d03d8bc056c468b3a92)),
2878
+ closes [EX-1762](https://searchbroker.atlassian.net/browse/EX-1762)
2879
+ - **history-queries:** add HistoryQueries component
2880
+ ([99bfc13](https://bitbucket.org/colbenson/x-components/commits/99bfc13047c56e6e11d6f308fff4f0c79c6c33a2)),
2881
+ closes [EX-1739](https://searchbroker.atlassian.net/browse/EX-1739)
2882
+ - **history-queries:** add load history queries action
2883
+ ([66c8a97](https://bitbucket.org/colbenson/x-components/commits/66c8a97c9e8e34b0b108ecd898564a87207bd540)),
2884
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
2885
+ - **history-queries:** add module events
2886
+ ([ea577b4](https://bitbucket.org/colbenson/x-components/commits/ea577b44548b57c02d32749bc498a1ed0216742d)),
2887
+ closes [EX-1736](https://searchbroker.atlassian.net/browse/EX-1736)
2888
+ - **history-queries:** trim query before storing it
2889
+ ([c8ccee0](https://bitbucket.org/colbenson/x-components/commits/c8ccee0b8b05854832e688032c81fd5a08748caf)),
2890
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
2891
+ - **immediate-store-emitters:** add immediate option for store emitters configuration
2892
+ ([dd35599](https://bitbucket.org/colbenson/x-components/commits/dd355993443131f06801cdbb1267d788c5bc3474)),
2893
+ closes [EX-1642](https://searchbroker.atlassian.net/browse/EX-1642)
2894
+ - **keyboard-navigation:** add SpatialNavigation service to use in keyboard navigation component
2895
+ ([c42fa13](https://bitbucket.org/colbenson/x-components/commits/c42fa13dd51a9458063ed81d90a0b49d6d3a295c)),
2896
+ closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
2897
+ - **next-queries:** add config for the next queries module
2898
+ ([220b72e](https://bitbucket.org/colbenson/x-components/commits/220b72e424b25313f7fe1847b178d40edd7f549b)),
2899
+ closes [EX-1731](https://searchbroker.atlassian.net/browse/EX-1731)
2900
+ - **next-queries:** add events types for the next queries module
2901
+ ([0336ac7](https://bitbucket.org/colbenson/x-components/commits/0336ac71dc6427a83b1b46ec60e46e869f53d119)),
2902
+ closes [EX-1730](https://searchbroker.atlassian.net/browse/EX-1730)
2903
+ - **next-queries:** add Next Queries Component
2904
+ ([1ac7f3a](https://bitbucket.org/colbenson/x-components/commits/1ac7f3a3867bf700ec0595f227529fd98cec8ca8)),
2905
+ closes [EX-1734](https://searchbroker.atlassian.net/browse/EX-1734)
2906
+ - **next-queries:** add next-queries x-module
2907
+ ([1f40a88](https://bitbucket.org/colbenson/x-components/commits/1f40a88fb39ac738109cb2c73eb762eb64c604fb)),
2908
+ closes [EX-1627](https://searchbroker.atlassian.net/browse/EX-1627)
2909
+ - **next-queries:** add NextQueriesChanged emitter to next queries emitters
2910
+ ([efc68d0](https://bitbucket.org/colbenson/x-components/commits/efc68d07de1c88989296f9596a0514be87f0eabb)),
2911
+ closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
2912
+ - **next-queries:** add NextQueriesChanged emitter to next queries emitters
2913
+ ([8a0f0ce](https://bitbucket.org/colbenson/x-components/commits/8a0f0ce4700a49eccdb016e99ad2abe4902c4a75)),
2914
+ closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
2915
+ - **next-queries:** add the NextQuery component
2916
+ ([45ea468](https://bitbucket.org/colbenson/x-components/commits/45ea4680d9f6265e91e050dae2913002db989cff)),
2917
+ closes [EX-1733](https://searchbroker.atlassian.net/browse/EX-1733)
2918
+ - **no-suggestions:** append no-suggestions component
2919
+ ([709a82b](https://bitbucket.org/colbenson/x-components/commits/709a82b5fa7225853e62cf16846ea784a549d26f)),
2920
+ closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
2921
+ - **no-suggestions:** append store, configuration, wiring and skeleton no-suggestions x-module
2922
+ ([677590e](https://bitbucket.org/colbenson/x-components/commits/677590ef2fd9892f06d195b4ad858dd10079dd62)),
2923
+ closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
2924
+ - **open-button:** add open-button component
2925
+ ([128b0f7](https://bitbucket.org/colbenson/x-components/commits/128b0f7c8a0d41ddebce9501b67d403707923ba2)),
2926
+ closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
2927
+ - **popular-searches:** add config to popular-searches x-module
2928
+ ([adcc31f](https://bitbucket.org/colbenson/x-components/commits/adcc31f38a5359bb3c962ad527907f6521793565)),
2929
+ closes [EX-1714](https://searchbroker.atlassian.net/browse/EX-1714)
2930
+ - **popular-searches:** add popular-searches x-module
2931
+ ([3dd6eaa](https://bitbucket.org/colbenson/x-components/commits/3dd6eaa90a0476c3d6725ff80211127331f58c20)),
2932
+ closes [EX-1610](https://searchbroker.atlassian.net/browse/EX-1610)
2933
+ - **popular-searches:** append popular searches x-modules events
2934
+ ([9d3b8f6](https://bitbucket.org/colbenson/x-components/commits/9d3b8f62b32025c98feeb0e0c4927da8afbdeb0a)),
2935
+ closes [EX-1713](https://searchbroker.atlassian.net/browse/EX-1713)
2936
+ - **popular-searches:** append PopularSearch component
2937
+ ([f66da46](https://bitbucket.org/colbenson/x-components/commits/f66da46b03c6c5f68da02b0bb271647bb41942c9)),
2938
+ closes [EX-1717](https://searchbroker.atlassian.net/browse/EX-1717)
2939
+ - **prettier:** add prettier-organize-imports plugin
2940
+ ([b78370e](https://bitbucket.org/colbenson/x-components/commits/b78370e97bab944621023845fa1293ee79a1e876)),
2941
+ closes [EX-1787](https://searchbroker.atlassian.net/browse/EX-1787)
2942
+ - **pure-suggestion:** add base suggestion to reuse in every suggestion type
2943
+ ([a20be15](https://bitbucket.org/colbenson/x-components/commits/a20be1516b5660189ffdd0ce220263739c60075b)),
2944
+ closes [EX-1748](https://searchbroker.atlassian.net/browse/EX-1748)
2945
+ - **query-suggestions:** add query suggestions events
2946
+ ([a2be5e3](https://bitbucket.org/colbenson/x-components/commits/a2be5e3a12781417fe0bca9c9140f5127fbd598d)),
2947
+ closes [EX-1707](https://searchbroker.atlassian.net/browse/EX-1707)
2948
+ - **query-suggestions:** add query-suggestion component
2949
+ ([b7c2133](https://bitbucket.org/colbenson/x-components/commits/b7c2133df7ef4fcd9ed6c5a34f56381be2f54ad7)),
2950
+ closes [EX-1711](https://searchbroker.atlassian.net/browse/EX-1711)
2951
+ - **query-suggestions:** add query-suggestions component
2952
+ ([b5e980e](https://bitbucket.org/colbenson/x-components/commits/b5e980e1eb74c676165175d8c79591257c62d91d)),
2953
+ closes [EX-1710](https://searchbroker.atlassian.net/browse/EX-1710)
2954
+ - **query-suggestions-actions:** refactor actions to an independent files and add test
2955
+ ([9cfda2a](https://bitbucket.org/colbenson/x-components/commits/9cfda2ab8b4b97680d9b5c3dd3c775a429136cf6)),
2956
+ closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
2957
+ - **query-suggestions-getters:** refactor getters in separated files and testing
2958
+ ([7b5fe02](https://bitbucket.org/colbenson/x-components/commits/7b5fe028b28fc61c31843266954376462b380b17)),
2959
+ closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
2960
+ - **query-suggestions-wiring:** add query suggestions wiring
2961
+ ([500da00](https://bitbucket.org/colbenson/x-components/commits/500da00f13a536d8c73d69c70d9d00019f3b28e7)),
2962
+ closes [EX-1709](https://searchbroker.atlassian.net/browse/EX-1709)
2963
+ - **recommendations:** create recommendations x-module
2964
+ ([c14a265](https://bitbucket.org/colbenson/x-components/commits/c14a265cd6e939a0598e9ad5fa17d52028156f67)),
2965
+ closes [EX-1917](https://searchbroker.atlassian.net/browse/EX-1917)
2966
+ - **recommendations:** recommendations actions, getters & mutations
2967
+ ([29b959d](https://bitbucket.org/colbenson/x-components/commits/29b959d8f50c1a3529a0af3700d2fa367771a990)),
2968
+ closes [EX-1918](https://searchbroker.atlassian.net/browse/EX-1918)
2969
+ - **recommendations:** recommendations component and its test
2970
+ ([9af2d37](https://bitbucket.org/colbenson/x-components/commits/9af2d37f76474c2ebb58bf533051ea3e6149ae28)),
2971
+ closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
2972
+ - **recommendations:** recommendations wiring, emitters and events
2973
+ ([77452d9](https://bitbucket.org/colbenson/x-components/commits/77452d91a6a4ceb597590d3ae9c473220284e11b)),
2974
+ closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
2975
+ - **related-tags:** add empty related tags module
2976
+ ([e476b22](https://bitbucket.org/colbenson/x-components/commits/e476b224cf87684a40692b8eea349c9124557f80)),
2977
+ closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
2978
+ - **related-tags:** add mutations and getters for the related tags module. Add testing for getters
2979
+ ([359d16f](https://bitbucket.org/colbenson/x-components/commits/359d16f201b83bc62f0e404736c7ef96228ee2af)),
2980
+ closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
2981
+ - **related-tags:** add related tags actions and testing
2982
+ ([6bedca9](https://bitbucket.org/colbenson/x-components/commits/6bedca920a8a69384014eef4b1d7c6961a7f0122)),
2983
+ closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
2984
+ - **related-tags:** add related tags state
2985
+ ([ac4c9c9](https://bitbucket.org/colbenson/x-components/commits/ac4c9c91ecd49a61786b0482cffe4efef6e55ab5)),
2986
+ closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
2987
+ - **related-tags:** add wiring and emitters for the related tags
2988
+ ([d7e4af2](https://bitbucket.org/colbenson/x-components/commits/d7e4af27fa540a3994050a80495d16dd63524efd)),
2989
+ closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
2990
+ - **related-tags:** add related-tags component
2991
+ ([cb5cf8b](https://bitbucket.org/colbenson/x-components/commits/cb5cf8b390707f19683197f52b4a5c9d75c0d7dc)),
2992
+ closes [EX-1753](https://searchbroker.atlassian.net/browse/EX-1753)
2993
+ - **related-tags:** add the selected related tags to the request
2994
+ ([dab7b7f](https://bitbucket.org/colbenson/x-components/commits/dab7b7fc38f53e360fa085eb0ee0f9d58af6d365)),
2995
+ closes [EX-1967](https://searchbroker.atlassian.net/browse/EX-1967)
2996
+ - **result-add-to-cart:** add BaseResultAddToCart component
2997
+ ([ff5a473](https://bitbucket.org/colbenson/x-components/commits/ff5a473e4aef9148505d67efe7be65cf90c7d169)),
2998
+ closes [EX-1914](https://searchbroker.atlassian.net/browse/EX-1914)
2999
+ - **result-link:** create BaseResultLink component and events associated with it
3000
+ ([54b708a](https://bitbucket.org/colbenson/x-components/commits/54b708a1f895623a4c0f4e8ac5e096162251fa52)),
3001
+ closes [EX-1911](https://searchbroker.atlassian.net/browse/EX-1911)
3002
+ - **sanitize:** add sanitize function to encode characters in a string
3003
+ ([657d26a](https://bitbucket.org/colbenson/x-components/commits/657d26a851cb93881fed81247edfea72266271a1)),
3004
+ closes [EX-1721](https://searchbroker.atlassian.net/browse/EX-1721)
3005
+ - **search-box:** add event UserClearedQuery to be emitted when search-box is cleared in any way
3006
+ ([34ae32f](https://bitbucket.org/colbenson/x-components/commits/34ae32f631d5218569ec7a50bf9daf51d4aaab46)),
3007
+ closes [EX-1916](https://searchbroker.atlassian.net/browse/EX-1916)
3008
+ - **search-box:** add instant search to SearchInput component
3009
+ ([ad02b5b](https://bitbucket.org/colbenson/x-components/commits/ad02b5b710465ad4db02883ce331b72d1cd62d7e)),
3010
+ closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
3011
+ - **search-box-config:** add default config for search-box x-module
3012
+ ([d885140](https://bitbucket.org/colbenson/x-components/commits/d885140d0b7020691fb88ab495f1ab6b488b3834)),
3013
+ closes [EX-1678](https://searchbroker.atlassian.net/browse/EX-1678)
3014
+ - **search-box-module-events:** add new events of search-box module
3015
+ ([9898997](https://bitbucket.org/colbenson/x-components/commits/98989975d514ce43750b881c6a50219eb69cc6d2)),
3016
+ closes [EX-1679](https://searchbroker.atlassian.net/browse/EX-1679)
3017
+ - **search-box-wiring:** add wires in search-box wiring
3018
+ ([b8ce7a6](https://bitbucket.org/colbenson/x-components/commits/b8ce7a615c909065673697303a5a5ecf3aaf75da)),
3019
+ closes [EX-1664](https://searchbroker.atlassian.net/browse/EX-1664)
3020
+ - **search-button:** add search-button component
3021
+ ([90812f6](https://bitbucket.org/colbenson/x-components/commits/90812f63b4bb37b665769af7d0966ced0cb164ab)),
3022
+ closes [EX-1662](https://searchbroker.atlassian.net/browse/EX-1662)
3023
+ - **search-input:** add search input component
3024
+ ([4a384b2](https://bitbucket.org/colbenson/x-components/commits/4a384b2bb13a56cd3ce29d01d86a654c25c7b7e5)),
3025
+ closes [EX-1661](https://searchbroker.atlassian.net/browse/EX-1661)
3026
+ - **search-types:** include the search-types.api.json file to generate the package documentation
3027
+ ([e2aad39](https://bitbucket.org/colbenson/x-components/commits/e2aad390b889f72bde7f528f93de96ef19c20471)),
3028
+ closes [EX-1776](https://searchbroker.atlassian.net/browse/EX-1776)
3029
+ - **standard-version:** append ci type into standard version configuration
3030
+ ([025b74d](https://bitbucket.org/colbenson/x-components/commits/025b74da35e61262e82153773c78908bc691ff37)),
3031
+ closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
3032
+ - **suggestions:** add suggestions generic component
3033
+ ([0080134](https://bitbucket.org/colbenson/x-components/commits/0080134e7a4e431792051ef610fd1ac0e019410c)),
3034
+ closes [EX-1692](https://searchbroker.atlassian.net/browse/EX-1692)
3035
+ - **term-suggestions-config:** add term-suggestions config
3036
+ ([2a396cf](https://bitbucket.org/colbenson/x-components/commits/2a396cf2fd64836ea86c90eeefc43c3dacc7d51b)),
3037
+ closes [EX-1708](https://searchbroker.atlassian.net/browse/EX-1708)
3038
+ - **test-utils:** add utility functions to make easier testing with jest
3039
+ ([6b9e577](https://bitbucket.org/colbenson/x-components/commits/6b9e577830b9d450f458bb1d2f8b0f348a194d94)),
3040
+ closes [EX-1788](https://searchbroker.atlassian.net/browse/EX-1788)
3041
+ - **ts-doc:** add support to tsdoc and jsdoc eslint plugins
3042
+ ([c68ad15](https://bitbucket.org/colbenson/x-components/commits/c68ad150af4bbc562fec09fe619bb90023836592)),
3043
+ closes [EX-1689](https://searchbroker.atlassian.net/browse/EX-1689)
3044
+ - **ts-es-lint:** add support to TypeScript ES-lint through new plugin
3045
+ ([abf1fd1](https://bitbucket.org/colbenson/x-components/commits/abf1fd13afd6c490733fe0cc16e712803c8115c2)),
3046
+ closes [EX-1619](https://searchbroker.atlassian.net/browse/EX-1619)
3047
+ - **utils:** add array and normalize shared utility functions
3048
+ ([67875e0](https://bitbucket.org/colbenson/x-components/commits/67875e0ec900d8f4ca52899ced4b23b2a15cddf9)),
3049
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
3050
+ - **utils:** add debounce util
3051
+ ([71bdd63](https://bitbucket.org/colbenson/x-components/commits/71bdd6353a8d2f0455d08d34514059e671db8cea)),
3052
+ closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
3053
+ - **vue-styleguidist:** add vue styleguidist to document components
3054
+ ([22f436d](https://bitbucket.org/colbenson/x-components/commits/22f436d9e62a1993f14a835ed1458b55fcfc27a1)),
3055
+ closes [EX-1576](https://searchbroker.atlassian.net/browse/EX-1576)
3056
+ - **wires-factory:** add implementation to NamespacedWireFactory.wireCommit with a function payload
3057
+ ([2aa1cc7](https://bitbucket.org/colbenson/x-components/commits/2aa1cc7f450c69a35b41741e50957ff1f5296cd5)),
3058
+ closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
3059
+ - **wiring:** add WirePayloadParams type and modified NamespacedWireFactory
3060
+ ([3099985](https://bitbucket.org/colbenson/x-components/commits/30999852ba83e888be04c6e07a14d8f5a757da2e)),
3061
+ closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
3062
+ - **wiring:** allow wiring operators to access store to retrieve data
3063
+ ([a471289](https://bitbucket.org/colbenson/x-components/commits/a47128949e2c97cb631ecf98b29f00a2021e71a1)),
3064
+ closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
3065
+ - **wiring-operators:** add filterWhitelistedModules & filterBlacklistedModules operators
3066
+ ([5e895bc](https://bitbucket.org/colbenson/x-components/commits/5e895bc0eb8a1ed7d7290cbf162031a2b670ac7c)),
3067
+ closes [EX-1618](https://searchbroker.atlassian.net/browse/EX-1618)
3068
+ - **x-api:** append X API and installX middleware function to install X
3069
+ ([e52441a](https://bitbucket.org/colbenson/x-components/commits/e52441a4f512dcb3dda6c5b10c18fb7348f50c19)),
3070
+ closes [EX-1756](https://searchbroker.atlassian.net/browse/EX-1756)
3071
+ - **x-component.utils:** add `getXComponentXModuleName` util function
3072
+ ([b705b5b](https://bitbucket.org/colbenson/x-components/commits/b705b5bd9cfac0ec627a143cdf545792a31f9543)),
3073
+ closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
3074
+ - **x-plugin:** add a logic to save component configurations to store
3075
+ ([5e57c19](https://bitbucket.org/colbenson/x-components/commits/5e57c191fa2e168adc94e042ba8e3a1c0c9fe5c8)),
3076
+ closes [EX-1603](https://searchbroker.atlassian.net/browse/EX-1603)
3077
+ - **xon-decorator:** add XOn decorator to handle the subscription/unsubscription of an XEvent
3078
+ ([1ada448](https://bitbucket.org/colbenson/x-components/commits/1ada448caf0dfe67cad15f97092034af3371e564)),
3079
+ closes [EX-1724](https://searchbroker.atlassian.net/browse/EX-1724)
3080
+ - **xplugin-search-adapter:** extract adapter to XPlugin and add subscription to
3081
+ adapterConfigChanged
3082
+ ([e159189](https://bitbucket.org/colbenson/x-components/commits/e15918908b996d2e90f247dcc8d993d387b186eb)),
3083
+ closes [EX-1605](https://searchbroker.atlassian.net/browse/EX-1605)
3084
+ - **wiring:** add `createWireFromFunction` wire factory function. Add `filter`,
3085
+ `filterTruthyPayload`, `filterFalsyPayload`, `debounce` & `throttle` wire operator functions
3086
+ ([d0cd25c](https://bitbucket.org/colbenson/x-components/commits/d0cd25cc0e84344ec274929a9dbda827145e0a09)),
3087
+ closes [EX-1623](https://searchbroker.atlassian.net/browse/EX-1623)
3088
+ - **bus:** remove circular dependency from `BaseXBus` and Vue components. Make bus emit only from
3089
+ root component.
3090
+ ([262d251](https://bitbucket.org/colbenson/x-components/commits/262d251e9f3e52c1bca7163b0c462a5b33693fc6)),
3091
+ closes [EX-1621](https://searchbroker.atlassian.net/browse/EX-1621)
3092
+ - **build:** add rollup build
3093
+ ([697c007](https://bitbucket.org/colbenson/x-components/commits/697c00734af1ac48635bc31131d93b2a6c012986)),
3094
+ closes [EX-1562](https://searchbroker.atlassian.net/browse/EX-1562)
3095
+ - **decorators:** add type safe `State` and `Getter` decorators for accessing state and getters in
3096
+ class components
3097
+ ([8e18674](https://bitbucket.org/colbenson/x-components/commits/8e1867422ccceb302e703e737500b5523c86f1b9)),
3098
+ closes [EX-1620](https://searchbroker.atlassian.net/browse/EX-1620)
3099
+ - **term-suggestions:** add term-suggestions x-module skeleton
3100
+ ([ec1b881](https://bitbucket.org/colbenson/x-components/commits/ec1b8816255296d338300dbd1398c23a48b3cfd4)),
3101
+ closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
3102
+ - **search-box:** add search-box x-module skeleton
3103
+ ([f96d496](https://bitbucket.org/colbenson/x-components/commits/f96d49656c1409aa2bdd6085405400c89e3f9b66)),
3104
+ closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
3105
+ - **typing:** remove unnecessary `XStoreTree` type
3106
+ ([2335f68](https://bitbucket.org/colbenson/x-components/commits/2335f6817c6b5daec2fe08fa3c564b5cb841a82e)),
3107
+ closes [EX-1612](https://searchbroker.atlassian.net/browse/EX-1612)
3108
+ - **x-module:** add `withModule` function to create `XModule` scoped wires
3109
+ ([764ab12](https://bitbucket.org/colbenson/x-components/commits/764ab12e47aee10a096496daace5e3c417890a47)),
3110
+ closes [EX-1584](https://searchbroker.atlassian.net/browse/EX-1584)
3111
+ - **x-module:** remove `Emitters` and `Wiring` generic types from `XModule`
3112
+ ([c1a7c1f](https://bitbucket.org/colbenson/x-components/commits/c1a7c1fdc59daa1a1479967c86b95d6e25b5e39e)),
3113
+ closes [EX-1613](https://searchbroker.atlassian.net/browse/EX-1613)
3114
+ - **store:** add Store and StoreEmitters to the X-Module
3115
+ ([207ba71](https://bitbucket.org/colbenson/x-components/commits/207ba718d9d59e1c7b2ff6abaa919f73ce1b91fb)),
3116
+ closes [EX-1559](https://searchbroker.atlassian.net/browse/EX-1559)
3117
+ - **wiring:** add wiring system
3118
+ ([7cb8983](https://bitbucket.org/colbenson/x-components/commits/7cb89836252b63df1db8d18827d7abc6ae3b8987)),
3119
+ closes [EX-1554](https://searchbroker.atlassian.net/browse/EX-1554)
3120
+ - **wiring-factory:** add wiring factory methods
3121
+ ([c64afda](https://bitbucket.org/colbenson/x-components/commits/c64afda084fa420cd738d61c4ae0b1afdf075b07)),
3122
+ closes [EX-1564](https://searchbroker.atlassian.net/browse/EX-1564)
3123
+ - **project:** create project with basic shared utils
3124
+ ([5c6b521](https://bitbucket.org/colbenson/x-components/commits/5c6b521d9dc20ab545a940b2734ee8983f857935)),
3125
+ closes [EX-1563](https://searchbroker.atlassian.net/browse/EX-1563)
3126
+
3127
+ ### Bug Fixes
947
3128
 
3129
+ - **wire-operators:** handle race events for the debounce wire operator
3130
+ ([0019ad3](https://bitbucket.org/colbenson/x-components/commits/0019ad37aa88edf2ee9911e76cfc4d29db908c86)),
3131
+ closes [EX-1944](https://searchbroker.atlassian.net/browse/EX-1944)
3132
+ - **spatial-navigation:** filter out focusable elements if they can't be focused
3133
+ ([9b4829b](https://bitbucket.org/colbenson/x-components/commits/9b4829b43b0e7d8665400595e3714d9ab1bc4d93)),
3134
+ closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
3135
+ - **build:** make build fail if api-extractor has errors
3136
+ ([bdf7b3a](https://bitbucket.org/colbenson/x-components/commits/bdf7b3a051e80f6f0c43a0038745bf45a460112d)),
3137
+ closes [EX-1803](https://searchbroker.atlassian.net/browse/EX-1803)
3138
+ - **components:** fix vue components exports
3139
+ ([fafc908](https://bitbucket.org/colbenson/x-components/commits/fafc9086b43a6f4b304c028420fcf421f582c56e)),
3140
+ closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
3141
+ - **cypress:** fix Cypress webpack/preprocessor config to avoid .ts transpilation file issues
3142
+ ([39645f0](https://bitbucket.org/colbenson/x-components/commits/39645f063e2bde07278e05d1ff6bac4d61134e58)),
3143
+ closes [EX-1870](https://searchbroker.atlassian.net/browse/EX-1870)
3144
+ - **debounce:** remove wireDebounce to avoid side effects
3145
+ ([ff9abc5](https://bitbucket.org/colbenson/x-components/commits/ff9abc5b7001ddacc2559b36e01ee4798a033e6b)),
3146
+ closes [EX-1955](https://searchbroker.atlassian.net/browse/EX-1955)
3147
+ - **history-queries:** fix class selector in history queries' e2e test
3148
+ ([72cc49c](https://bitbucket.org/colbenson/x-components/commits/72cc49c7d0d34781632550f8bdc26f568025c98d)),
3149
+ closes [EX-1857](https://searchbroker.atlassian.net/browse/EX-1857)
3150
+ - **history-queries:** fix history queries removing queries when replacing last stored query
3151
+ ([8cb272f](https://bitbucket.org/colbenson/x-components/commits/8cb272f430ab982069f79627ee2dd10fefc91a65)),
3152
+ closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
3153
+ - **jenkins:** add test command for Jenkins CI
3154
+ ([bcef8eb](https://bitbucket.org/colbenson/x-components/commits/bcef8eb5191f44fb6e053e09e3beeb08f918f44b)),
3155
+ closes [EX-1702](https://searchbroker.atlassian.net/browse/EX-1702)
3156
+ - **jest:** fix testMatch option to look into src instead all project
3157
+ ([fbe126c](https://bitbucket.org/colbenson/x-components/commits/fbe126c12ae83faf36735ed3ea7f6d0ece3ecb9a)),
3158
+ closes [EX-1802](https://searchbroker.atlassian.net/browse/EX-1802)
3159
+ - **next-queries:** avoid clearing next-queries when the query is empty
3160
+ ([b93bfc7](https://bitbucket.org/colbenson/x-components/commits/b93bfc70ee8fafbf85d94996c036211c652d8ad6)),
3161
+ closes [EX-1880](https://searchbroker.atlassian.net/browse/EX-1880)
3162
+ - **query-suggestion:** use getter of normalizedQuery to use as query in the component
3163
+ ([30b1099](https://bitbucket.org/colbenson/x-components/commits/30b10993da864c1ac3c3620a7e441408deddd575)),
3164
+ closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
3165
+ - **query-suggestions:** fix missing css class, slots docs, slot naming to kebab case and binds
3166
+ ([5b17870](https://bitbucket.org/colbenson/x-components/commits/5b178709703ddde34e6f19d8e28fc7aa3a6acfcd)),
3167
+ closes [EX-1794](https://searchbroker.atlassian.net/browse/EX-1794)
3168
+ - **request-getters:** avoid constructing a request when the query is empty or has spaces
3169
+ ([519ef93](https://bitbucket.org/colbenson/x-components/commits/519ef93e6e3a13d4e1c406f4d4ef78cfc8c7bcf2)),
3170
+ closes [EX-1881](https://searchbroker.atlassian.net/browse/EX-1881)
3171
+ - **rxjs:** fix rxjs imports to support rollup commonjs plugin
3172
+ ([bc0ca32](https://bitbucket.org/colbenson/x-components/commits/bc0ca32c52f0cf9398b98b171f072760d7a33e51)),
3173
+ closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
3174
+ - **storage-service:** add dummy local storage service for node environment
3175
+ ([60f1891](https://bitbucket.org/colbenson/x-components/commits/60f18911ccba830f8596b2e9acfc575ecc73030b))
3176
+ - **tests-fix:** fix tests making them wait until Vue updates reactive dependencies
3177
+ ([8497ddd](https://bitbucket.org/colbenson/x-components/commits/8497ddd842cc86bb7e93cce44aacedc3d0c4f6ba)),
3178
+ closes [EX-1697](https://searchbroker.atlassian.net/browse/EX-1697)
3179
+ - **types:** fix store generic type constraint for Mutations and Actions
3180
+ ([1838f4e](https://bitbucket.org/colbenson/x-components/commits/1838f4ed900c956eac16ca6bb6b505a23fb82320)),
3181
+ closes [EX-1631](https://searchbroker.atlassian.net/browse/EX-1631)
3182
+ - **vue-styleguidist:** create a props template to overwrite the default styleguidist template
3183
+ ([4d81cff](https://bitbucket.org/colbenson/x-components/commits/4d81cff2816f3d2793c6fb8119860e1587596a46)),
3184
+ closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
3185
+ - **vue-styleguidist:** create a vue-docgen slots template to overwrite the default one. Close tags
3186
+ within the documentation between backslashes.
3187
+ ([70e9d54](https://bitbucket.org/colbenson/x-components/commits/70e9d540ff0749673ad0ce0b9e1d7a5fd8e5ff3b)),
3188
+ closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
3189
+ - **x-plugin:** make immediate emitters async
3190
+ ([d28d504](https://bitbucket.org/colbenson/x-components/commits/d28d504d21e4c46e8473a02d69465c9dae5dafd1)),
3191
+ closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
3192
+ - **x-plugin.mixin:** refactor $x to get root XComponent inside bus emit
3193
+ ([8a54043](https://bitbucket.org/colbenson/x-components/commits/8a5404334e3038fb9d3825c0b324b535d1bb195a)),
3194
+ closes [EX-1698](https://searchbroker.atlassian.net/browse/EX-1698)
948
3195
 
949
3196
  ### Continuous Integration
950
3197
 
951
- * **package.json:** configure E2E tests command for CI Jenkins integration ([3a6e0a5](https://bitbucket.org/colbenson/x-components/commits/3a6e0a5224597d9160bf1519b880ec62c38132bd)), closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
3198
+ - **package.json:** configure E2E tests command for CI Jenkins integration
3199
+ ([3a6e0a5](https://bitbucket.org/colbenson/x-components/commits/3a6e0a5224597d9160bf1519b880ec62c38132bd)),
3200
+ closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
952
3201
 
953
3202
  ### Documentation
954
3203
 
955
- * **docs:** add static md file to be copied to docs folder on build proccess ([2aa9937](https://bitbucket.org/colbenson/x-components/commits/2aa99377d0811861f12f6a7a9c50985efbad4746)), closes [EX-1943](https://searchbroker.atlassian.net/browse/EX-1943)
956
- * **slots:** fix slot and binding documentations for vue styleguidist ([9edd795](https://bitbucket.org/colbenson/x-components/commits/9edd795f1da6893f582ac5ee938e55111d053fef)), closes [EX-1963](https://searchbroker.atlassian.net/browse/EX-1963)
957
- * **docs:** update the folders structure to create the static-docs and live examples ([5862b0c](https://bitbucket.org/colbenson/x-components/commits/5862b0c57ebd3f116aa4cb044cbe63a7e06722b4)), closes [EX-2017](https://searchbroker.atlassian.net/browse/EX-2017)
958
- * **api-extractor:** add API Extractor to generate the documentation ([6240c7b](https://bitbucket.org/colbenson/x-components/commits/6240c7be3ed9a7a70e6fa9821f6d0524742003f9)), closes [EX-1558](https://searchbroker.atlassian.net/browse/EX-1558)
959
- * **api-extractor:** add missing api extractor marks ([9abb585](https://bitbucket.org/colbenson/x-components/commits/9abb5851b26adfa8540c91745fb7b9c639c8d639)), closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
960
- * **docgen.config:** fix the naming of the md files generated from components ([53ccfd9](https://bitbucket.org/colbenson/x-components/commits/53ccfd988dee0ea822209329c08a90ad73b7a68f)), closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
961
- * **history-queries:** fix remove-history-query doc link ([a694eb5](https://bitbucket.org/colbenson/x-components/commits/a694eb58a68c450e9871c62ff4f3cf3fa7525d02)), closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
962
-
3204
+ - **docs:** add static md file to be copied to docs folder on build proccess
3205
+ ([2aa9937](https://bitbucket.org/colbenson/x-components/commits/2aa99377d0811861f12f6a7a9c50985efbad4746)),
3206
+ closes [EX-1943](https://searchbroker.atlassian.net/browse/EX-1943)
3207
+ - **slots:** fix slot and binding documentations for vue styleguidist
3208
+ ([9edd795](https://bitbucket.org/colbenson/x-components/commits/9edd795f1da6893f582ac5ee938e55111d053fef)),
3209
+ closes [EX-1963](https://searchbroker.atlassian.net/browse/EX-1963)
3210
+ - **docs:** update the folders structure to create the static-docs and live examples
3211
+ ([5862b0c](https://bitbucket.org/colbenson/x-components/commits/5862b0c57ebd3f116aa4cb044cbe63a7e06722b4)),
3212
+ closes [EX-2017](https://searchbroker.atlassian.net/browse/EX-2017)
3213
+ - **api-extractor:** add API Extractor to generate the documentation
3214
+ ([6240c7b](https://bitbucket.org/colbenson/x-components/commits/6240c7be3ed9a7a70e6fa9821f6d0524742003f9)),
3215
+ closes [EX-1558](https://searchbroker.atlassian.net/browse/EX-1558)
3216
+ - **api-extractor:** add missing api extractor marks
3217
+ ([9abb585](https://bitbucket.org/colbenson/x-components/commits/9abb5851b26adfa8540c91745fb7b9c639c8d639)),
3218
+ closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
3219
+ - **docgen.config:** fix the naming of the md files generated from components
3220
+ ([53ccfd9](https://bitbucket.org/colbenson/x-components/commits/53ccfd988dee0ea822209329c08a90ad73b7a68f)),
3221
+ closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
3222
+ - **history-queries:** fix remove-history-query doc link
3223
+ ([a694eb5](https://bitbucket.org/colbenson/x-components/commits/a694eb58a68c450e9871c62ff4f3cf3fa7525d02)),
3224
+ closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
963
3225
 
964
3226
  ### Testing
965
3227
 
966
- * **keyboard-navigation:** e2e testing for keyboard-navigation ([18821c5](https://bitbucket.org/colbenson/x-components/commits/18821c5a03b482060995f5adf3bca21e6864ed11)), closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
967
- * **base-modal-container:** add e2e test to base-modal-container component ([33f6814](https://bitbucket.org/colbenson/x-components/commits/33f68148d22b689da63ba56ff34a8e15dee55a16)), closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
968
- * **e2e-popular-searches-tests:** add e2e test for popular-searches ([13f1908](https://bitbucket.org/colbenson/x-components/commits/13f190813cc6715e367f1996249d91ddb02a6723)), closes [EX-1761](https://searchbroker.atlassian.net/browse/EX-1761)
969
- * **next-queries:** add e2e test for next queries ([fb83c77](https://bitbucket.org/colbenson/x-components/commits/fb83c7798cd2b3572ed1461631568d543d713840)), closes [EX-1840](https://searchbroker.atlassian.net/browse/EX-1840)
970
- * **no-suggestions:** add e2e tests ([8aeeb3b](https://bitbucket.org/colbenson/x-components/commits/8aeeb3b72ac4713655821bbb5321c897f75ad16a)), closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
971
- * **x-plugin:** fix tests to use the installNewXPlugin helper ([fc54c61](https://bitbucket.org/colbenson/x-components/commits/fc54c61a612e61f4a530857f6e29d23ab3381768)), closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
972
-
973
-
3228
+ - **keyboard-navigation:** e2e testing for keyboard-navigation
3229
+ ([18821c5](https://bitbucket.org/colbenson/x-components/commits/18821c5a03b482060995f5adf3bca21e6864ed11)),
3230
+ closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
3231
+ - **base-modal-container:** add e2e test to base-modal-container component
3232
+ ([33f6814](https://bitbucket.org/colbenson/x-components/commits/33f68148d22b689da63ba56ff34a8e15dee55a16)),
3233
+ closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
3234
+ - **e2e-popular-searches-tests:** add e2e test for popular-searches
3235
+ ([13f1908](https://bitbucket.org/colbenson/x-components/commits/13f190813cc6715e367f1996249d91ddb02a6723)),
3236
+ closes [EX-1761](https://searchbroker.atlassian.net/browse/EX-1761)
3237
+ - **next-queries:** add e2e test for next queries
3238
+ ([fb83c77](https://bitbucket.org/colbenson/x-components/commits/fb83c7798cd2b3572ed1461631568d543d713840)),
3239
+ closes [EX-1840](https://searchbroker.atlassian.net/browse/EX-1840)
3240
+ - **no-suggestions:** add e2e tests
3241
+ ([8aeeb3b](https://bitbucket.org/colbenson/x-components/commits/8aeeb3b72ac4713655821bbb5321c897f75ad16a)),
3242
+ closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
3243
+ - **x-plugin:** fix tests to use the installNewXPlugin helper
3244
+ ([fc54c61](https://bitbucket.org/colbenson/x-components/commits/fc54c61a612e61f4a530857f6e29d23ab3381768)),
3245
+ closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
974
3246
 
975
3247
  ### Code Refactoring
976
3248
 
977
- * **base-components:** refactor open and close button components so they're reusable ([398ba29](https://bitbucket.org/colbenson/x-components/commits/398ba294da7c14698ac0fc9de0e7c883fa9a34a5)), closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
978
- * **tests:** update vue-utils-test version and fix test ([0b0f3b2](https://bitbucket.org/colbenson/x-components/commits/0b0f3b277a56f359d413d2300e75d5b6636931e5)), closes [EX-2000](https://searchbroker.atlassian.net/browse/EX-2000)
979
- * **base-components:** remove pure folder and refactor base components names ([f0e50dc](https://bitbucket.org/colbenson/x-components/commits/f0e50dc506ffd7c6b7d352ef2464dbed8ae2aa8f)), closes [EX-1793](https://searchbroker.atlassian.net/browse/EX-1793)
980
- * **bem-css-classes:** refactor css classes following BEM ([ca72ffc](https://bitbucket.org/colbenson/x-components/commits/ca72ffc115efb0e3494948c77e785145a77bcd31)), closes [EX-1785](https://searchbroker.atlassian.net/browse/EX-1785)
981
- * **bus:** replaced `Subject` with `ReplaySubject` ([8fcdebd](https://bitbucket.org/colbenson/x-components/commits/8fcdebd6bf783b515d46a5362b05fd99e0395d7e)), closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
982
- * **extractstate & extractgetters types:** refactor ExtractState and ExtractGetters types ([d801c07](https://bitbucket.org/colbenson/x-components/commits/d801c07101b9651a386622330a37597fd94b69c1)), closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
983
- * **history-queries:** move history queries to the root utils folder ([2e08948](https://bitbucket.org/colbenson/x-components/commits/2e0894817cbd1deba6bc0eddc96d079f1024d6df)), closes [EX-1850](https://searchbroker.atlassian.net/browse/EX-1850)
984
- * **history-queries:** refactor removeFromHistory action to accept a `HistoryQuery` instead of an string ([c3ab74f](https://bitbucket.org/colbenson/x-components/commits/c3ab74f6a2f6fa0a3ba460248879c6e703ed4d06)), closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
985
- * **history-queries:** rename DeleteHistoryQuery to use keyword `remove` ([601fee4](https://bitbucket.org/colbenson/x-components/commits/601fee475b7a1b4c2e31c8fb5c689a1432b5a52d)), closes [EX-1811](https://searchbroker.atlassian.net/browse/EX-1811)
986
- * **next-queries:** move actions to an independent folder ([2346947](https://bitbucket.org/colbenson/x-components/commits/2346947edf5caed80e7a9ab5d278411d9d35918d)), closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
987
- * **next-queries:** move getters to an independent folder ([63b5b90](https://bitbucket.org/colbenson/x-components/commits/63b5b9068894780154965b6f54a8fc827925b504)), closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
988
- * **next-queries:** refactor the next-queries x-module that was already created ([73a0b56](https://bitbucket.org/colbenson/x-components/commits/73a0b56298eefbfc40363fb17b3c1d8aa2d0bc7d)), closes [EX-1729](https://searchbroker.atlassian.net/browse/EX-1729)
989
- * **popular-searches:** extract getters from module ([d44ae00](https://bitbucket.org/colbenson/x-components/commits/d44ae00db8ac69a59c6e22465a988bccea2f3104)), closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
990
- * **popular-searches:** extract module actions to an independent files ([a0b4db7](https://bitbucket.org/colbenson/x-components/commits/a0b4db7fb33f022a5e9c17cf6745efaf8eacf1b4)), closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
991
- * **popular-searches:** refactor slot and state names, update docs and refactor variable in test ([6622052](https://bitbucket.org/colbenson/x-components/commits/662205208ef03cc0398cce5be708a114d11fa561)), closes [EX-1786](https://searchbroker.atlassian.net/browse/EX-1786)
992
- * **query-suggestions:** rename term-suggestions to query-suggestions ([84da098](https://bitbucket.org/colbenson/x-components/commits/84da0982b16ee57b80349f2c38c6ce96fbadce3a)), closes [EX-1767](https://searchbroker.atlassian.net/browse/EX-1767)
993
- * **search-input:** refactor to use XOn decorator instead of creating manually subscription ([bd42501](https://bitbucket.org/colbenson/x-components/commits/bd42501f7a9cfb7cdc4a6d5e120c56b14ecf6687)), closes [EX-1781](https://searchbroker.atlassian.net/browse/EX-1781)
994
- * **x-plugin:** extract getters Proxy creation from XPlugin ([800b634](https://bitbucket.org/colbenson/x-components/commits/800b63490bdf85bcdc30820b8765a2d763323278)), closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
995
- * **x-plugin:** remove global messages object in favour of individual messages ([4fafbad](https://bitbucket.org/colbenson/x-components/commits/4fafbad08bc0cbedf4cf5abb244a92173d8d72ab)), closes [EX-1842](https://searchbroker.atlassian.net/browse/EX-1842)
996
- * **x-plugin:** remove x-plugin singleton and improve testability ([1ce38d5](https://bitbucket.org/colbenson/x-components/commits/1ce38d524c7329a6da95d11a37a84f1114774533)), closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
997
- * **xevents:** refactor XEvents into their respective module ([dd6663b](https://bitbucket.org/colbenson/x-components/commits/dd6663b9562fc57cd977fed909f6ec6a97394581)), closes [EX-1847](https://searchbroker.atlassian.net/browse/EX-1847)
998
- * **rxjs:** remove rxjs-compat and amend the imports ([213c9e2](https://bitbucket.org/colbenson/x-components/commits/213c9e2d5f7a586a3f1abca8686e3e0926e81980)), closes [EX-2150](https://searchbroker.atlassian.net/browse/EX-2150)
3249
+ - **base-components:** refactor open and close button components so they're reusable
3250
+ ([398ba29](https://bitbucket.org/colbenson/x-components/commits/398ba294da7c14698ac0fc9de0e7c883fa9a34a5)),
3251
+ closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
3252
+ - **tests:** update vue-utils-test version and fix test
3253
+ ([0b0f3b2](https://bitbucket.org/colbenson/x-components/commits/0b0f3b277a56f359d413d2300e75d5b6636931e5)),
3254
+ closes [EX-2000](https://searchbroker.atlassian.net/browse/EX-2000)
3255
+ - **base-components:** remove pure folder and refactor base components names
3256
+ ([f0e50dc](https://bitbucket.org/colbenson/x-components/commits/f0e50dc506ffd7c6b7d352ef2464dbed8ae2aa8f)),
3257
+ closes [EX-1793](https://searchbroker.atlassian.net/browse/EX-1793)
3258
+ - **bem-css-classes:** refactor css classes following BEM
3259
+ ([ca72ffc](https://bitbucket.org/colbenson/x-components/commits/ca72ffc115efb0e3494948c77e785145a77bcd31)),
3260
+ closes [EX-1785](https://searchbroker.atlassian.net/browse/EX-1785)
3261
+ - **bus:** replaced `Subject` with `ReplaySubject`
3262
+ ([8fcdebd](https://bitbucket.org/colbenson/x-components/commits/8fcdebd6bf783b515d46a5362b05fd99e0395d7e)),
3263
+ closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
3264
+ - **extractstate & extractgetters types:** refactor ExtractState and ExtractGetters types
3265
+ ([d801c07](https://bitbucket.org/colbenson/x-components/commits/d801c07101b9651a386622330a37597fd94b69c1)),
3266
+ closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
3267
+ - **history-queries:** move history queries to the root utils folder
3268
+ ([2e08948](https://bitbucket.org/colbenson/x-components/commits/2e0894817cbd1deba6bc0eddc96d079f1024d6df)),
3269
+ closes [EX-1850](https://searchbroker.atlassian.net/browse/EX-1850)
3270
+ - **history-queries:** refactor removeFromHistory action to accept a `HistoryQuery` instead of an
3271
+ string
3272
+ ([c3ab74f](https://bitbucket.org/colbenson/x-components/commits/c3ab74f6a2f6fa0a3ba460248879c6e703ed4d06)),
3273
+ closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
3274
+ - **history-queries:** rename DeleteHistoryQuery to use keyword `remove`
3275
+ ([601fee4](https://bitbucket.org/colbenson/x-components/commits/601fee475b7a1b4c2e31c8fb5c689a1432b5a52d)),
3276
+ closes [EX-1811](https://searchbroker.atlassian.net/browse/EX-1811)
3277
+ - **next-queries:** move actions to an independent folder
3278
+ ([2346947](https://bitbucket.org/colbenson/x-components/commits/2346947edf5caed80e7a9ab5d278411d9d35918d)),
3279
+ closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
3280
+ - **next-queries:** move getters to an independent folder
3281
+ ([63b5b90](https://bitbucket.org/colbenson/x-components/commits/63b5b9068894780154965b6f54a8fc827925b504)),
3282
+ closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
3283
+ - **next-queries:** refactor the next-queries x-module that was already created
3284
+ ([73a0b56](https://bitbucket.org/colbenson/x-components/commits/73a0b56298eefbfc40363fb17b3c1d8aa2d0bc7d)),
3285
+ closes [EX-1729](https://searchbroker.atlassian.net/browse/EX-1729)
3286
+ - **popular-searches:** extract getters from module
3287
+ ([d44ae00](https://bitbucket.org/colbenson/x-components/commits/d44ae00db8ac69a59c6e22465a988bccea2f3104)),
3288
+ closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
3289
+ - **popular-searches:** extract module actions to an independent files
3290
+ ([a0b4db7](https://bitbucket.org/colbenson/x-components/commits/a0b4db7fb33f022a5e9c17cf6745efaf8eacf1b4)),
3291
+ closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
3292
+ - **popular-searches:** refactor slot and state names, update docs and refactor variable in test
3293
+ ([6622052](https://bitbucket.org/colbenson/x-components/commits/662205208ef03cc0398cce5be708a114d11fa561)),
3294
+ closes [EX-1786](https://searchbroker.atlassian.net/browse/EX-1786)
3295
+ - **query-suggestions:** rename term-suggestions to query-suggestions
3296
+ ([84da098](https://bitbucket.org/colbenson/x-components/commits/84da0982b16ee57b80349f2c38c6ce96fbadce3a)),
3297
+ closes [EX-1767](https://searchbroker.atlassian.net/browse/EX-1767)
3298
+ - **search-input:** refactor to use XOn decorator instead of creating manually subscription
3299
+ ([bd42501](https://bitbucket.org/colbenson/x-components/commits/bd42501f7a9cfb7cdc4a6d5e120c56b14ecf6687)),
3300
+ closes [EX-1781](https://searchbroker.atlassian.net/browse/EX-1781)
3301
+ - **x-plugin:** extract getters Proxy creation from XPlugin
3302
+ ([800b634](https://bitbucket.org/colbenson/x-components/commits/800b63490bdf85bcdc30820b8765a2d763323278)),
3303
+ closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
3304
+ - **x-plugin:** remove global messages object in favour of individual messages
3305
+ ([4fafbad](https://bitbucket.org/colbenson/x-components/commits/4fafbad08bc0cbedf4cf5abb244a92173d8d72ab)),
3306
+ closes [EX-1842](https://searchbroker.atlassian.net/browse/EX-1842)
3307
+ - **x-plugin:** remove x-plugin singleton and improve testability
3308
+ ([1ce38d5](https://bitbucket.org/colbenson/x-components/commits/1ce38d524c7329a6da95d11a37a84f1114774533)),
3309
+ closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
3310
+ - **xevents:** refactor XEvents into their respective module
3311
+ ([dd6663b](https://bitbucket.org/colbenson/x-components/commits/dd6663b9562fc57cd977fed909f6ec6a97394581)),
3312
+ closes [EX-1847](https://searchbroker.atlassian.net/browse/EX-1847)
3313
+ - **rxjs:** remove rxjs-compat and amend the imports
3314
+ ([213c9e2](https://bitbucket.org/colbenson/x-components/commits/213c9e2d5f7a586a3f1abca8686e3e0926e81980)),
3315
+ closes [EX-2150](https://searchbroker.atlassian.net/browse/EX-2150)
999
3316
 
1000
3317
  ### Build System
1001
- * **dependencies:** set minimum supported versions of Vue and Vuex dependencies ([c18434b](https://bitbucket.org/colbenson/x-components/commits/c18434be285b8a666c7600daff2486dfe1ad440a)), closes [EX-2109](https://searchbroker.atlassian.net/browse/EX-2109)
1002
- * **browserslist:** add browserslist configuration ([53192b8](https://bitbucket.org/colbenson/x-components/commits/53192b84059ec3589a1a37187e0b244f1a175b2c)), closes [EX-1561](https://searchbroker.atlassian.net/browse/EX-1561)
1003
- * **dependencies:** update `[@empathy](https://bitbucket.org/empathy)` dependencies ([3a657b1](https://bitbucket.org/colbenson/x-components/commits/3a657b1d5d5203671cd1e1624e5630a153a68fde)), closes [EX-1903](https://searchbroker.atlassian.net/browse/EX-1903)
1004
- * **dependencies:** update dependencies to match with the rest of the projects ([ab64828](https://bitbucket.org/colbenson/x-components/commits/ab648286f9ca7397d9f14f3d6eb5095ef8139c14)), closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
3318
+
3319
+ - **dependencies:** set minimum supported versions of Vue and Vuex dependencies
3320
+ ([c18434b](https://bitbucket.org/colbenson/x-components/commits/c18434be285b8a666c7600daff2486dfe1ad440a)),
3321
+ closes [EX-2109](https://searchbroker.atlassian.net/browse/EX-2109)
3322
+ - **browserslist:** add browserslist configuration
3323
+ ([53192b8](https://bitbucket.org/colbenson/x-components/commits/53192b84059ec3589a1a37187e0b244f1a175b2c)),
3324
+ closes [EX-1561](https://searchbroker.atlassian.net/browse/EX-1561)
3325
+ - **dependencies:** update `[@empathy](https://bitbucket.org/empathy)` dependencies
3326
+ ([3a657b1](https://bitbucket.org/colbenson/x-components/commits/3a657b1d5d5203671cd1e1624e5630a153a68fde)),
3327
+ closes [EX-1903](https://searchbroker.atlassian.net/browse/EX-1903)
3328
+ - **dependencies:** update dependencies to match with the rest of the projects
3329
+ ([ab64828](https://bitbucket.org/colbenson/x-components/commits/ab648286f9ca7397d9f14f3d6eb5095ef8139c14)),
3330
+ closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)