@empathyco/x-components 3.0.0-alpha.27 → 3.0.0-alpha.30

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 (810) hide show
  1. package/CHANGELOG.md +133 -0
  2. package/core/index.js +9 -9
  3. package/core/index.js.map +1 -1
  4. package/design-system/badge-default.css +2 -5
  5. package/design-system/base.css +10 -1
  6. package/design-system/button-default.css +6 -11
  7. package/design-system/default-theme.css +229 -291
  8. package/design-system/dropdown-default.css +21 -38
  9. package/design-system/dropdown-line.css +10 -0
  10. package/design-system/facet-default.css +11 -22
  11. package/design-system/filter-default.css +10 -19
  12. package/design-system/filter-hierarchical.css +6 -10
  13. package/design-system/full-theme.css +1767 -1171
  14. package/design-system/grid-default.css +2 -1
  15. package/design-system/icon-default.css +3 -7
  16. package/design-system/input-default.css +6 -22
  17. package/design-system/input-group-default.css +18 -46
  18. package/design-system/input-group-line.css +6 -10
  19. package/design-system/list-default.css +31 -63
  20. package/design-system/message-default.css +57 -0
  21. package/design-system/option-list-default.css +3 -5
  22. package/design-system/picture-default.css +1 -2
  23. package/design-system/picture-fixed-ratio.css +6 -10
  24. package/design-system/progress-bar-progress-bar.css +23 -0
  25. package/design-system/row-default.css +1 -2
  26. package/design-system/sliding-panel-default.css +1 -2
  27. package/design-system/suggestion-default.css +9 -17
  28. package/design-system/suggestion-group-default.css +9 -17
  29. package/design-system/tag-default.css +6 -11
  30. package/design-system/utilities-border-radius.css +860 -312
  31. package/design-system/utilities-dev-mode.css +11 -0
  32. package/design-system/utilities-font-weight.css +8 -0
  33. package/design-system/utilities-margin.css +318 -268
  34. package/design-system/utilities-padding.css +308 -250
  35. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +2 -2
  36. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +2 -2
  37. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +2 -2
  38. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +2 -2
  39. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +3 -3
  40. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +2 -2
  41. package/docs/API-reference/api/x-adapter.searchresponse.md +1 -1
  42. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +1 -1
  43. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +1 -1
  44. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +1 -1
  45. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  46. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  47. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  48. package/docs/API-reference/api/x-components.baseresultlink.md +0 -11
  49. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  50. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  51. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  52. package/docs/API-reference/api/x-components.basesuggestion.md +8 -1
  53. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  54. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +1 -1
  55. package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +21 -0
  56. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +15 -0
  57. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +15 -0
  58. package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +13 -0
  59. package/docs/API-reference/api/x-components.defaultsessionservice.md +37 -0
  60. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +11 -0
  61. package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +11 -0
  62. package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +11 -0
  63. package/docs/API-reference/api/x-components.extraparams.md +2 -0
  64. package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
  65. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  66. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +2 -0
  67. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  68. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +2 -0
  69. package/docs/API-reference/api/x-components.extraparamsxevents.md +4 -3
  70. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +2 -0
  71. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  72. package/docs/API-reference/api/x-components.identifierresults.md +1 -0
  73. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  74. package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -0
  75. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  76. package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -0
  77. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  78. package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -0
  79. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  80. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  81. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  82. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  83. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  84. package/docs/API-reference/api/{x-components.basemainscroll.mounted.md → x-components.mainscroll.mounted.md} +4 -2
  85. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  86. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  87. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  88. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  89. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  90. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  91. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  92. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  93. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  94. package/docs/API-reference/api/x-components.md +48 -11
  95. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -3
  96. package/docs/API-reference/api/{x-components.partialquerybutton.events.md → x-components.partialquerybutton.emitevents.md} +8 -4
  97. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  98. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  99. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  100. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  101. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  102. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  103. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  104. package/docs/API-reference/api/x-components.redirection.md +31 -0
  105. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  106. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  107. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  108. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  109. package/docs/API-reference/api/x-components.relatedtag.md +6 -0
  110. package/docs/API-reference/api/x-components.renderlessextraparams.md +2 -3
  111. package/docs/API-reference/api/{x-components.renderlessextraparams.defaultvalue.md → x-components.renderlessextraparams.stateparams.md} +4 -4
  112. package/docs/API-reference/api/x-components.requeststatus.md +1 -1
  113. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  114. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  115. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  116. package/docs/API-reference/api/x-components.saveorigin.md +13 -0
  117. package/docs/API-reference/api/{x-components.setorigin.md → x-components.saveoriginwire.md} +3 -3
  118. package/docs/API-reference/api/{x-components.baseidscroll.distancetobottom.md → x-components.scroll.distancetobottom.md} +2 -2
  119. package/docs/API-reference/api/{x-components.baseidscroll.id.md → x-components.scroll.id.md} +2 -2
  120. package/docs/API-reference/api/x-components.scroll.md +23 -0
  121. package/docs/API-reference/api/{x-components.baseidscroll.throttlems.md → x-components.scroll.throttlems.md} +2 -2
  122. package/docs/API-reference/api/{x-components.urlstate.params.md → x-components.scrollactions.md} +5 -3
  123. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  124. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  125. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  126. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  127. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  128. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  129. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  130. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  131. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  132. package/docs/API-reference/api/x-components.scrollmixin.md +3 -0
  133. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  134. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  135. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  136. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  137. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  138. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  139. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  140. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  141. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  142. package/docs/API-reference/api/{x-components.basescrolltotop.animation.md → x-components.scrolltotop.animation.md} +2 -2
  143. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  144. package/docs/API-reference/api/{x-components.basescrolltotop.scrollid.md → x-components.scrolltotop.scrollid.md} +3 -3
  145. package/docs/API-reference/api/{x-components.basescrolltotop.thresholdpx.md → x-components.scrolltotop.thresholdpx.md} +2 -2
  146. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  147. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  148. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  149. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  150. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  151. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  152. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  153. package/docs/API-reference/api/{x-components.xeventstypes.userchangedscrolldirection.md → x-components.scrollxevents.userchangedscrolldirection.md} +2 -2
  154. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  155. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  156. package/docs/API-reference/api/{x-components.xeventstypes.userscrolled.md → x-components.scrollxevents.userscrolled.md} +2 -2
  157. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  158. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  159. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  160. package/docs/API-reference/api/x-components.searchactions.md +1 -0
  161. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  162. package/docs/API-reference/api/{x-components.searchbutton.events.md → x-components.searchbutton.emitevents.md} +9 -3
  163. package/docs/API-reference/api/x-components.searchbutton.md +6 -1
  164. package/docs/API-reference/api/x-components.searchmutations.md +1 -0
  165. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  166. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  167. package/docs/API-reference/api/x-components.searchstate.md +1 -0
  168. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  169. package/docs/API-reference/api/x-components.searchxevents.md +3 -0
  170. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  171. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  172. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  173. package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +17 -0
  174. package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +23 -0
  175. package/docs/API-reference/api/x-components.sessionservice.md +21 -0
  176. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  177. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  178. package/docs/API-reference/api/{x-components.seturlextraparams.md → x-components.setparams.md} +3 -3
  179. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  180. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +13 -0
  181. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  182. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  183. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  184. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  185. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  186. package/docs/API-reference/api/x-components.setsessionduration.md +13 -0
  187. package/docs/API-reference/api/x-components.seturlfilters.md +1 -1
  188. package/docs/API-reference/api/x-components.seturlpage.md +1 -1
  189. package/docs/API-reference/api/x-components.seturlquery.md +1 -1
  190. package/docs/API-reference/api/x-components.seturlrelatedtags.md +1 -1
  191. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  192. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  193. package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -3
  194. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  195. package/docs/API-reference/api/x-components.sortmixin.md +2 -3
  196. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  197. package/docs/API-reference/api/{x-components.spellcheckbutton.events.md → x-components.spellcheckbutton.emitevents.md} +8 -4
  198. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  199. package/docs/API-reference/api/x-components.taggingconfig.md +8 -0
  200. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  201. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  202. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  203. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  204. package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +24 -0
  205. package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +24 -0
  206. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  207. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  208. package/docs/API-reference/api/x-components.taggingstate.md +8 -0
  209. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  210. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  211. package/docs/API-reference/api/x-components.taggingxevents.md +10 -0
  212. package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +13 -0
  213. package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +13 -0
  214. package/docs/API-reference/api/x-components.urlactions.md +0 -7
  215. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  216. package/docs/API-reference/api/x-components.urlhandler.md +23 -0
  217. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  218. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  219. package/docs/API-reference/api/x-components.urlmutations.md +3 -1
  220. package/docs/API-reference/api/{x-components.urlmutations.setextraparams.md → x-components.urlmutations.setinitialextraparams.md} +5 -5
  221. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
  222. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  223. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  224. package/docs/API-reference/api/x-components.urlparams.md +1 -1
  225. package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
  226. package/docs/API-reference/api/x-components.urlstate.md +5 -9
  227. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
  228. package/docs/API-reference/api/x-components.urlxevents.md +2 -1
  229. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  230. package/docs/API-reference/api/{x-components.basemainscroll.beforedestroy.md → x-components.windowscroll.beforedestroy.md} +4 -2
  231. package/docs/API-reference/api/{x-components.basemainscroll.id.md → x-components.windowscroll.id.md} +2 -2
  232. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  233. package/docs/API-reference/api/{x-components.basescroll.mounted.md → x-components.windowscroll.mounted.md} +2 -2
  234. package/docs/API-reference/api/{x-components.basemainscroll.render.md → x-components.windowscroll.render.md} +2 -2
  235. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  236. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  237. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  238. package/docs/API-reference/api/x-components.wiremetadata.md +2 -1
  239. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +3 -0
  240. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  241. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  242. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  243. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  244. package/docs/API-reference/api/x-components.xeventstypes.md +3 -8
  245. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  246. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  247. package/docs/API-reference/api/x-types.banner.md +2 -3
  248. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  249. package/docs/API-reference/api/x-types.identifiable.md +2 -2
  250. package/docs/API-reference/api/x-types.md +5 -2
  251. package/docs/API-reference/api/x-types.promoted.md +2 -3
  252. package/docs/API-reference/api/x-types.redirection.md +2 -3
  253. package/docs/API-reference/api/x-types.result.md +2 -3
  254. package/docs/API-reference/api/x-types.taggable.md +20 -0
  255. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  256. package/docs/API-reference/api/{x-types.banner.tagging.md → x-types.taggableschema.md} +4 -6
  257. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  258. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  259. package/docs/API-reference/api/{x-types.promoted.tagging.md → x-types.tagging.click.md} +4 -6
  260. package/docs/API-reference/api/x-types.tagging.md +6 -3
  261. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  262. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  263. package/docs/API-reference/api/x-types.tagginginfo.md +21 -0
  264. package/docs/API-reference/api/{x-types.tagging.params.md → x-types.tagginginfo.params.md} +3 -3
  265. package/docs/API-reference/api/{x-types.tagging.url.md → x-types.tagginginfo.url.md} +2 -2
  266. package/docs/API-reference/api/x-types.tagginginfoschema.md +13 -0
  267. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +73 -0
  268. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +133 -0
  269. package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
  270. package/docs/API-reference/components/common/result/x-components.base-result-link.md +2 -3
  271. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +9 -9
  272. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +9 -8
  273. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +63 -0
  274. package/docs/API-reference/components/common/x-components.location-provider.md +54 -0
  275. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +7 -13
  276. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +10 -6
  277. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +84 -0
  278. package/docs/API-reference/components/scroll/x-components.main-scroll.md +175 -0
  279. package/docs/API-reference/components/{common/scroll/x-components.base-scroll-to-top.md → scroll/x-components.scroll-to-top.md} +11 -14
  280. package/docs/API-reference/components/scroll/x-components.scroll.md +168 -0
  281. package/docs/API-reference/components/scroll/x-components.window-scroll.md +158 -0
  282. package/docs/API-reference/components/search/x-components.redirection.md +99 -0
  283. package/docs/API-reference/components/search/x-components.sort-dropdown.md +4 -5
  284. package/docs/API-reference/components/search/x-components.sort-list.md +4 -5
  285. package/docs/API-reference/components/tagging/x-components.tagging.md +84 -0
  286. package/docs/API-reference/components/url/x-components.url-handler.md +14 -2
  287. package/docs/sidebar.json +1 -1
  288. package/identifier-results/index.js +2 -1
  289. package/js/components/auto-progress-bar.vue.js +65 -0
  290. package/js/components/auto-progress-bar.vue.js.map +1 -0
  291. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +42 -0
  292. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +1 -0
  293. package/js/components/base-dropdown.vue.js +31 -9
  294. package/js/components/base-dropdown.vue.js.map +1 -1
  295. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +1 -1
  296. package/js/components/base-grid.vue.js +2 -2
  297. package/js/components/base-grid.vue.js.map +1 -1
  298. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +1 -1
  299. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +1 -1
  300. package/js/components/layouts/layouts.mixin.js +44 -0
  301. package/js/components/layouts/layouts.mixin.js.map +1 -0
  302. package/js/components/layouts/multi-column-max-width-layout.vue.js +64 -54
  303. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  304. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +6 -26
  305. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  306. package/js/components/layouts/single-column-layout.vue.js +20 -14
  307. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  308. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +6 -25
  309. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  310. package/js/components/location-provider.vue.js +39 -0
  311. package/js/components/location-provider.vue.js.map +1 -0
  312. package/js/components/location-provider.vue_rollup-plugin-vue=script.js +27 -0
  313. package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +1 -0
  314. package/js/components/result/base-result-image.vue.js +4 -4
  315. package/js/components/result/base-result-image.vue.js.map +1 -1
  316. package/js/components/result/base-result-link.vue.js +2 -2
  317. package/js/components/result/base-result-link.vue.js.map +1 -1
  318. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +5 -14
  319. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -1
  320. package/js/components/scroll/base-scroll.vue.js +2 -2
  321. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  322. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +2 -49
  323. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  324. package/js/components/scroll/scroll.mixin.js +122 -52
  325. package/js/components/scroll/scroll.mixin.js.map +1 -1
  326. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +1 -0
  327. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -1
  328. package/js/components/suggestions/base-suggestion.vue.js +2 -2
  329. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  330. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +21 -6
  331. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +1 -1
  332. package/js/components/x-component.utils.js +2 -2
  333. package/js/components/x-component.utils.js.map +1 -1
  334. package/js/index.js +27 -14
  335. package/js/index.js.map +1 -1
  336. package/js/plugins/x-emitters.js +92 -21
  337. package/js/plugins/x-emitters.js.map +1 -1
  338. package/js/plugins/x-plugin.alias.js +37 -26
  339. package/js/plugins/x-plugin.alias.js.map +1 -1
  340. package/js/plugins/x-plugin.js +1 -0
  341. package/js/plugins/x-plugin.js.map +1 -1
  342. package/js/plugins/x-plugin.mixin.js +16 -6
  343. package/js/plugins/x-plugin.mixin.js.map +1 -1
  344. package/js/store/utils/status-store.utils.js.map +1 -1
  345. package/js/store/x.module.js +7 -6
  346. package/js/store/x.module.js.map +1 -1
  347. package/js/utils/array.js +19 -1
  348. package/js/utils/array.js.map +1 -1
  349. package/js/utils/origin.js +20 -0
  350. package/js/utils/origin.js.map +1 -0
  351. package/js/x-installer/x-installer/x-installer.js +7 -4
  352. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  353. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  354. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +18 -8
  355. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  356. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  357. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +9 -39
  358. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  359. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  360. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +10 -10
  361. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  362. package/js/x-modules/extra-params/wiring.js +3 -0
  363. package/js/x-modules/extra-params/wiring.js.map +1 -1
  364. package/js/x-modules/facets/components/clear-filters.vue.js +7 -1
  365. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  366. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +5 -6
  367. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  368. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +5 -6
  369. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  370. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +5 -6
  371. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  372. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +5 -6
  373. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  374. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +5 -6
  375. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  376. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +5 -6
  377. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  378. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +5 -6
  379. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  380. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +5 -6
  381. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  382. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +5 -6
  383. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  384. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +5 -6
  385. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  386. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +5 -6
  387. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  388. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +5 -6
  389. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  390. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +14 -6
  391. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  392. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +5 -6
  393. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  394. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +6 -6
  395. package/js/x-modules/facets/entities/filter-entity.factory.js +22 -1
  396. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  397. package/js/x-modules/facets/service/facets.service.js +17 -15
  398. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  399. package/js/x-modules/facets/wiring.js +2 -0
  400. package/js/x-modules/facets/wiring.js.map +1 -1
  401. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +1 -3
  402. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  403. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  404. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +14 -2
  405. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +1 -1
  406. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +18 -0
  407. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  408. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js +1 -3
  409. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js.map +1 -1
  410. package/js/x-modules/identifier-results/store/emitters.js +5 -1
  411. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  412. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -2
  413. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  414. package/js/x-modules/identifier-results/store/module.js +11 -4
  415. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  416. package/js/x-modules/identifier-results/wiring.js +12 -2
  417. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  418. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +1 -1
  419. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +1 -3
  420. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  421. package/js/x-modules/next-queries/store/emitters.js +2 -2
  422. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  423. package/js/x-modules/next-queries/store/module.js +1 -1
  424. package/js/x-modules/next-queries/store/module.js.map +1 -1
  425. package/js/x-modules/popular-searches/store/module.js +1 -1
  426. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  427. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +1 -3
  428. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  429. package/js/x-modules/query-suggestions/store/module.js +1 -1
  430. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  431. package/js/x-modules/recommendations/store/module.js +1 -1
  432. package/js/x-modules/recommendations/store/module.js.map +1 -1
  433. package/js/x-modules/related-tags/components/related-tag.vue.js +5 -4
  434. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  435. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +15 -24
  436. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -1
  437. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +14 -20
  438. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  439. package/js/x-modules/related-tags/store/emitters.js +5 -1
  440. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  441. package/js/x-modules/related-tags/store/module.js +1 -1
  442. package/js/x-modules/related-tags/store/module.js.map +1 -1
  443. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  444. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  445. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +188 -0
  446. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -0
  447. package/js/{components/scroll/base-main-scroll.vue.js → x-modules/scroll/components/main-scroll.vue.js} +2 -2
  448. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  449. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +204 -0
  450. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  451. package/js/{components/scroll/base-scroll-to-top.vue.js → x-modules/scroll/components/scroll-to-top.vue.js} +2 -2
  452. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  453. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +231 -0
  454. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -0
  455. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  456. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  457. package/js/{components/scroll/base-id-scroll.vue.js → x-modules/scroll/components/scroll.vue.js} +8 -9
  458. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  459. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +110 -0
  460. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  461. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  462. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  463. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +186 -0
  464. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  465. package/js/x-modules/scroll/store/emitters.js +15 -0
  466. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  467. package/js/x-modules/scroll/store/module.js +36 -0
  468. package/js/x-modules/scroll/store/module.js.map +1 -0
  469. package/js/x-modules/scroll/wiring.js +114 -0
  470. package/js/x-modules/scroll/wiring.js.map +1 -0
  471. package/js/x-modules/scroll/x-module.js +19 -0
  472. package/js/x-modules/scroll/x-module.js.map +1 -0
  473. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +1 -1
  474. package/js/x-modules/search/components/partial-query-button.vue.js +3 -2
  475. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  476. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +13 -122
  477. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -1
  478. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +1 -1
  479. package/js/x-modules/search/components/redirection.vue.js +65 -0
  480. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  481. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +108 -0
  482. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +1 -0
  483. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +5 -6
  484. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  485. package/js/x-modules/search/components/sort.mixin.js +7 -12
  486. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  487. package/js/x-modules/search/components/spellcheck-button.vue.js +3 -2
  488. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  489. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +13 -121
  490. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -1
  491. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +5 -6
  492. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  493. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +2 -1
  494. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  495. package/js/x-modules/search/store/actions/save-origin.action.js +18 -0
  496. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  497. package/js/x-modules/search/store/actions/set-url-params.action.js +4 -7
  498. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  499. package/js/x-modules/search/store/emitters.js +7 -1
  500. package/js/x-modules/search/store/emitters.js.map +1 -1
  501. package/js/x-modules/search/store/module.js +17 -4
  502. package/js/x-modules/search/store/module.js.map +1 -1
  503. package/js/x-modules/search/wiring.js +25 -23
  504. package/js/x-modules/search/wiring.js.map +1 -1
  505. package/js/x-modules/search-box/components/search-button.vue.js +3 -2
  506. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  507. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +16 -15
  508. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +1 -1
  509. package/js/x-modules/search-box/components/search-input.vue.js +3 -2
  510. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  511. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -1
  512. package/js/x-modules/search-box/store/actions/set-url-params.action.js +1 -3
  513. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  514. package/js/x-modules/tagging/service/session.service.js +35 -0
  515. package/js/x-modules/tagging/service/session.service.js.map +1 -0
  516. package/js/x-modules/tagging/store/emitters.js +3 -1
  517. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  518. package/js/x-modules/tagging/store/module.js +16 -2
  519. package/js/x-modules/tagging/store/module.js.map +1 -1
  520. package/js/x-modules/tagging/wiring.js +59 -2
  521. package/js/x-modules/tagging/wiring.js.map +1 -1
  522. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  523. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  524. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +243 -0
  525. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -0
  526. package/js/x-modules/url/store/emitters.js +24 -7
  527. package/js/x-modules/url/store/emitters.js.map +1 -1
  528. package/js/x-modules/url/store/getters/url-params.getter.js +11 -7
  529. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  530. package/js/x-modules/url/store/initial-state.js +6 -9
  531. package/js/x-modules/url/store/initial-state.js.map +1 -1
  532. package/js/x-modules/url/store/module.js +17 -15
  533. package/js/x-modules/url/store/module.js.map +1 -1
  534. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  535. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  536. package/js/x-modules/url/wiring.js +32 -23
  537. package/js/x-modules/url/wiring.js.map +1 -1
  538. package/next-queries/index.js +0 -1
  539. package/package.json +6 -4
  540. package/report/x-adapter.api.json +18 -18
  541. package/report/x-components.api.json +4829 -1625
  542. package/report/x-components.api.md +534 -207
  543. package/report/x-types.api.json +396 -310
  544. package/scroll/index.d.ts +1 -0
  545. package/scroll/index.js +10 -0
  546. package/search/index.js +2 -1
  547. package/tagging/index.js +2 -1
  548. package/types/adapter/real-adapter.d.ts.map +1 -1
  549. package/types/adapter/util.d.ts +1 -1
  550. package/types/adapter/util.d.ts.map +1 -1
  551. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  552. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  553. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  554. package/types/components/index.d.ts +2 -0
  555. package/types/components/index.d.ts.map +1 -1
  556. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  557. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  558. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +4 -16
  559. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  560. package/types/components/layouts/single-column-layout.vue.d.ts +4 -16
  561. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  562. package/types/components/location-provider.vue.d.ts +17 -0
  563. package/types/components/location-provider.vue.d.ts.map +1 -0
  564. package/types/components/result/base-result-link.vue.d.ts +8 -18
  565. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  566. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  567. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  568. package/types/components/scroll/index.d.ts +0 -3
  569. package/types/components/scroll/index.d.ts.map +1 -1
  570. package/types/components/scroll/scroll.mixin.d.ts +75 -30
  571. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  572. package/types/components/suggestions/base-suggestion.vue.d.ts +15 -2
  573. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  574. package/types/components/x-component.utils.d.ts +1 -1
  575. package/types/components/x-component.utils.d.ts.map +1 -1
  576. package/types/index.d.ts +1 -0
  577. package/types/index.d.ts.map +1 -1
  578. package/types/plugins/x-emitters.d.ts.map +1 -1
  579. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  580. package/types/plugins/x-plugin.d.ts +1 -1
  581. package/types/plugins/x-plugin.d.ts.map +1 -1
  582. package/types/plugins/x-plugin.mixin.d.ts +2 -2
  583. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  584. package/types/plugins/x-plugin.types.d.ts +8 -2
  585. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  586. package/types/router.d.ts.map +1 -1
  587. package/types/store/utils/status-store.utils.d.ts +1 -1
  588. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  589. package/types/store/x.module.d.ts.map +1 -1
  590. package/types/types/index.d.ts +1 -1
  591. package/types/types/index.d.ts.map +1 -1
  592. package/types/types/origin.d.ts +46 -0
  593. package/types/types/origin.d.ts.map +1 -0
  594. package/types/types/url-params.d.ts +1 -1
  595. package/types/utils/array.d.ts +10 -0
  596. package/types/utils/array.d.ts.map +1 -1
  597. package/types/utils/index.d.ts +1 -0
  598. package/types/utils/index.d.ts.map +1 -1
  599. package/types/utils/origin.d.ts +13 -0
  600. package/types/utils/origin.d.ts.map +1 -0
  601. package/types/views/base-config.d.ts.map +1 -1
  602. package/types/wiring/events.types.d.ts +18 -40
  603. package/types/wiring/events.types.d.ts.map +1 -1
  604. package/types/wiring/wiring.types.d.ts +9 -10
  605. package/types/wiring/wiring.types.d.ts.map +1 -1
  606. package/types/x-installer/x-installer/x-installer.d.ts +1 -1
  607. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  608. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +9 -0
  609. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  610. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +3 -27
  611. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  612. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +1 -1
  613. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  614. package/types/x-modules/extra-params/events.types.d.ts +17 -0
  615. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  616. package/types/x-modules/extra-params/wiring.d.ts +3 -0
  617. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  618. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  619. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  620. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +19 -2
  621. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  622. package/types/x-modules/facets/service/facets.service.d.ts +4 -9
  623. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  624. package/types/x-modules/facets/wiring.d.ts +1 -0
  625. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  626. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  627. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +8 -0
  628. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  629. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  630. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  631. package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts.map +1 -1
  632. package/types/x-modules/identifier-results/store/emitters.d.ts +4 -1
  633. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  634. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  635. package/types/x-modules/identifier-results/store/index.d.ts +1 -0
  636. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  637. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  638. package/types/x-modules/identifier-results/store/types.d.ts +26 -10
  639. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  640. package/types/x-modules/identifier-results/wiring.d.ts +7 -0
  641. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  642. package/types/x-modules/next-queries/index.d.ts +0 -1
  643. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  644. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  645. package/types/x-modules/next-queries/store/emitters.d.ts +1 -2
  646. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  647. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -1
  648. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +3 -6
  649. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  650. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  651. package/types/x-modules/related-tags/store/emitters.d.ts +4 -1
  652. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  653. package/types/x-modules/scroll/components/index.d.ts +8 -0
  654. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  655. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  656. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  657. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +121 -0
  658. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  659. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  660. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  661. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  662. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  663. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  664. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  665. package/types/{components/scroll/base-id-scroll.vue.d.ts → x-modules/scroll/components/scroll.vue.d.ts} +17 -30
  666. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  667. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  668. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  669. package/types/x-modules/scroll/events.types.d.ts +53 -0
  670. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  671. package/types/x-modules/scroll/index.d.ts +6 -0
  672. package/types/x-modules/scroll/index.d.ts.map +1 -0
  673. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  674. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  675. package/types/x-modules/scroll/store/index.d.ts +4 -0
  676. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  677. package/types/x-modules/scroll/store/module.d.ts +8 -0
  678. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  679. package/types/x-modules/scroll/store/types.d.ts +98 -0
  680. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  681. package/types/x-modules/scroll/wiring.d.ts +74 -0
  682. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  683. package/types/x-modules/scroll/x-module.d.ts +16 -0
  684. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  685. package/types/x-modules/search/components/index.d.ts +1 -0
  686. package/types/x-modules/search/components/index.d.ts.map +1 -1
  687. package/types/x-modules/search/components/partial-query-button.vue.d.ts +2 -5
  688. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  689. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  690. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  691. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  692. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  693. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +2 -5
  694. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  695. package/types/x-modules/search/events.types.d.ts +15 -1
  696. package/types/x-modules/search/events.types.d.ts.map +1 -1
  697. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  698. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  699. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  700. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
  701. package/types/x-modules/search/store/emitters.d.ts +5 -1
  702. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  703. package/types/x-modules/search/store/module.d.ts.map +1 -1
  704. package/types/x-modules/search/store/types.d.ts +17 -3
  705. package/types/x-modules/search/store/types.d.ts.map +1 -1
  706. package/types/x-modules/search/wiring.d.ts +21 -19
  707. package/types/x-modules/search/wiring.d.ts.map +1 -1
  708. package/types/x-modules/search-box/components/search-button.vue.d.ts +6 -2
  709. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  710. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  711. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -1
  712. package/types/x-modules/tagging/components/index.d.ts +2 -0
  713. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  714. package/types/x-modules/tagging/config.types.d.ts +9 -0
  715. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  716. package/types/x-modules/tagging/events.types.d.ts +20 -0
  717. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  718. package/types/x-modules/tagging/index.d.ts +1 -0
  719. package/types/x-modules/tagging/index.d.ts.map +1 -1
  720. package/types/x-modules/tagging/service/index.d.ts +3 -0
  721. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  722. package/types/x-modules/tagging/service/session.service.d.ts +20 -0
  723. package/types/x-modules/tagging/service/session.service.d.ts.map +1 -0
  724. package/types/x-modules/tagging/service/types.d.ts +21 -0
  725. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  726. package/types/x-modules/tagging/store/emitters.d.ts +3 -1
  727. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  728. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  729. package/types/x-modules/tagging/store/types.d.ts +27 -0
  730. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  731. package/types/x-modules/tagging/wiring.d.ts +32 -1
  732. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  733. package/types/x-modules/url/components/url-handler.vue.d.ts +130 -0
  734. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  735. package/types/x-modules/url/events.types.d.ts +8 -2
  736. package/types/x-modules/url/events.types.d.ts.map +1 -1
  737. package/types/x-modules/url/index.d.ts +1 -0
  738. package/types/x-modules/url/index.d.ts.map +1 -1
  739. package/types/x-modules/url/store/emitters.d.ts +13 -6
  740. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  741. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  742. package/types/x-modules/url/store/initial-state.d.ts +2 -2
  743. package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
  744. package/types/x-modules/url/store/module.d.ts.map +1 -1
  745. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  746. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  747. package/types/x-modules/url/store/types.d.ts +22 -17
  748. package/types/x-modules/url/store/types.d.ts.map +1 -1
  749. package/types/x-modules/url/wiring.d.ts +37 -19
  750. package/types/x-modules/url/wiring.d.ts.map +1 -1
  751. package/types/x-modules/x-modules.types.d.ts +3 -1
  752. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  753. package/url/index.js +3 -2
  754. package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
  755. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  756. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  757. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  758. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  759. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  760. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  761. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  762. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  763. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  764. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  765. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  766. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  767. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  768. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.devmode.md +0 -13
  769. package/docs/API-reference/api/x-components.renderlessextraparams.extraparams.md +0 -13
  770. package/docs/API-reference/api/x-components.singlecolumnlayout.devmode.md +0 -13
  771. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  772. package/docs/API-reference/api/x-components.updatestorefromurl.md +0 -13
  773. package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +0 -24
  774. package/docs/API-reference/api/x-components.urlstate.extraparams.md +0 -11
  775. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  776. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  777. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  778. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  779. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  780. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  781. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  782. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  783. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  784. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  785. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  786. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  787. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  788. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  789. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  790. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  791. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  792. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  793. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  794. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  795. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  796. package/js/x-modules/next-queries/utils.js +0 -15
  797. package/js/x-modules/next-queries/utils.js.map +0 -1
  798. package/js/x-modules/url/store/actions/update-store-from-url.action.js +0 -29
  799. package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +0 -1
  800. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  801. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  802. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  803. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  804. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  805. package/types/types/query-origin.d.ts +0 -7
  806. package/types/types/query-origin.d.ts.map +0 -1
  807. package/types/x-modules/next-queries/utils.d.ts +0 -12
  808. package/types/x-modules/next-queries/utils.d.ts.map +0 -1
  809. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +0 -12
  810. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +0 -1
@@ -7,10 +7,9 @@ import { Dictionary } from '../../../utils/types';
7
7
  *
8
8
  * @public
9
9
  */
10
- export interface UrlState {
11
- params: UrlParams;
12
- extraParams: Dictionary<unknown>;
13
- }
10
+ export declare type UrlState = UrlParams & {
11
+ initialExtraParams: Dictionary<unknown>;
12
+ };
14
13
  /**
15
14
  * URL store getters.
16
15
  *
@@ -38,18 +37,12 @@ export declare type UrlParamValue = string | number | boolean | Array<string | n
38
37
  * @public
39
38
  */
40
39
  export interface UrlMutations {
41
- /**
42
- * Sets new extra params.
43
- *
44
- * @param extraParams - The new extra params of the Url.
45
- */
46
- setExtraParams(extraParams: Dictionary<unknown>): void;
47
40
  /**
48
41
  * Sets the new params.
49
42
  *
50
43
  * @param params - The new params of the Url.
51
44
  */
52
- setParams(params: UrlParams): void;
45
+ setParams(params: Partial<UrlParams>): void;
53
46
  /**
54
47
  * Sets the new query.
55
48
  *
@@ -74,6 +67,24 @@ export interface UrlMutations {
74
67
  * @param page - The new page of the url.
75
68
  */
76
69
  setPage(page: number): void;
70
+ /**
71
+ * Sets the url scroll.
72
+ *
73
+ * @param scroll - The new first element visible in the scroll.
74
+ */
75
+ setScroll(scroll: string): void;
76
+ /**
77
+ * Sets the new sort.
78
+ *
79
+ * @param sort - The new sort of the url.
80
+ */
81
+ setSort(sort: string): void;
82
+ /**
83
+ * Sets the initial extra params.
84
+ *
85
+ * @param extraParams - The new initial extra params.
86
+ */
87
+ setInitialExtraParams(extraParams: Dictionary<unknown>): void;
77
88
  }
78
89
  /**
79
90
  * URL store actions.
@@ -81,12 +92,6 @@ export interface UrlMutations {
81
92
  * @public
82
93
  */
83
94
  export interface UrlActions {
84
- /**
85
- * Updates the store with values from the URL.
86
- *
87
- * @public
88
- */
89
- updateStoreFromUrl(urlParams: UrlParams): void;
90
95
  }
91
96
  /**
92
97
  * URL type safe store module.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/url/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,SAAS,CAAC;IAClB,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB,qCAAqC;IACrC,SAAS,EAAE,SAAS,CAAC;CACtB;AAED;;;;GAIG;AACH,oBAAY,WAAW,GAAG,OAAO,CAAC,MAAM,SAAS,EAAE,MAAM,CAAC,CAAC;AAE3D;;;;GAIG;AACH,oBAAY,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;AAEzF;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,kBAAkB,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAChD;AAED;;;;GAIG;AACH,oBAAY,eAAe,GAAG,YAAY,CAAC,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC;AAE3F;;;;GAIG;AACH,oBAAY,gBAAgB,GAAG,cAAc,CAAC,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/x-modules/url/store/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;;;GAIG;AACH,oBAAY,QAAQ,GAAG,SAAS,GAAG;IACjC,kBAAkB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CACzC,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB,qCAAqC;IACrC,SAAS,EAAE,SAAS,CAAC;CACtB;AAED;;;;GAIG;AACH,oBAAY,WAAW,GAAG,OAAO,CAAC,MAAM,SAAS,EAAE,MAAM,CAAC,CAAC;AAE3D;;;;GAIG;AACH,oBAAY,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;AAEzF;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IAChD;;;;OAIG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;CAC/D;AAED;;;;GAIG;AACH,MAAM,WAAW,UAAU;CAAG;AAE9B;;;;GAIG;AACH,oBAAY,eAAe,GAAG,YAAY,CAAC,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC;AAE3F;;;;GAIG;AACH,oBAAY,gBAAgB,GAAG,cAAc,CAAC,QAAQ,EAAE,UAAU,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC"}
@@ -3,37 +3,49 @@
3
3
  *
4
4
  * @public
5
5
  */
6
- export declare const setUrlRelatedTags: import("../../wiring").Wire<import("@empathyco/x-types").RelatedTag[]>;
6
+ export declare const setUrlRelatedTags: import("../..").Wire<import("@empathyco/x-types").RelatedTag[]>;
7
7
  /**
8
- * Updates the store state from the URL.
8
+ * Sets the query of the url module.
9
9
  *
10
10
  * @public
11
11
  */
12
- export declare const updateStoreFromUrl: import("../../wiring").Wire<import("../..").UrlParams>;
12
+ export declare const setUrlQuery: import("../..").Wire<string>;
13
13
  /**
14
- * Sets the query of the url module.
14
+ * Sets the page of the url module.
15
15
  *
16
16
  * @public
17
17
  */
18
- export declare const setUrlQuery: import("../../wiring").Wire<string>;
18
+ export declare const setUrlPage: import("../..").Wire<number>;
19
19
  /**
20
- * Sets the page of the url module.
20
+ * Sets the sort of the url module.
21
21
  *
22
22
  * @public
23
23
  */
24
- export declare const setUrlPage: import("../../wiring").Wire<number>;
24
+ export declare const setUrlSort: import("../..").Wire<string>;
25
25
  /**
26
26
  * Sets the extra params of the url module.
27
27
  *
28
28
  * @public
29
29
  */
30
- export declare const setUrlExtraParams: import("../../wiring").Wire<import("../..").Dictionary<unknown>>;
30
+ export declare const setParams: import("../..").Wire<Partial<import("../..").UrlParams>>;
31
+ /**
32
+ * Sets the scroll of the url module.
33
+ *
34
+ * @public
35
+ */
36
+ export declare const setUrlScroll: import("../..").Wire<string>;
37
+ /**
38
+ * Sets the initial provided extra params.
39
+ *
40
+ * @public
41
+ */
42
+ export declare const setInitialExtraParams: import("../..").Wire<import("../..").Dictionary<unknown>>;
31
43
  /**
32
44
  * Sets the filters of the url module.
33
45
  *
34
46
  * @public
35
47
  */
36
- export declare const setUrlFilters: import("../../wiring").Wire<import("@empathyco/x-types").Filter[]>;
48
+ export declare const setUrlFilters: import("../..").Wire<import("@empathyco/x-types").Filter[]>;
37
49
  /**
38
50
  * Wiring configuration for the {@link UrlXModule | url module}.
39
51
  *
@@ -41,28 +53,34 @@ export declare const setUrlFilters: import("../../wiring").Wire<import("@empathy
41
53
  */
42
54
  export declare const urlWiring: {
43
55
  UserAcceptedAQuery: {
44
- setUrlQuery: import("../../wiring").Wire<string>;
56
+ setUrlQuery: import("../..").Wire<string>;
45
57
  };
46
58
  UserClearedQuery: {
47
- setUrlQuery: import("../../wiring").Wire<string>;
59
+ setUrlQuery: import("../..").Wire<string>;
48
60
  };
49
61
  ParamsLoadedFromUrl: {
50
- updateStoreFromUrl: import("../../wiring").Wire<import("../..").UrlParams>;
62
+ setParams: import("../..").Wire<Partial<import("../..").UrlParams>>;
51
63
  };
52
64
  SelectedRelatedTagsChanged: {
53
- setUrlRelatedTags: import("../../wiring").Wire<import("@empathyco/x-types").RelatedTag[]>;
65
+ setUrlRelatedTags: import("../..").Wire<import("@empathyco/x-types").RelatedTag[]>;
54
66
  };
55
67
  SelectedFiltersChanged: {
56
- setUrlFilters: import("../../wiring").Wire<import("@empathyco/x-types").Filter[]>;
68
+ setUrlFilters: import("../..").Wire<import("@empathyco/x-types").Filter[]>;
57
69
  };
58
70
  PageChanged: {
59
- setUrlPage: import("../../wiring").Wire<number>;
71
+ setUrlPage: import("../..").Wire<number>;
72
+ };
73
+ SortChanged: {
74
+ setUrlSort: import("../..").Wire<string>;
75
+ };
76
+ ExtraParamsChanged: {
77
+ setParams: import("../..").Wire<Partial<import("../..").UrlParams>>;
60
78
  };
61
- ExtraParamsProvided: {
62
- setUrlExtraParams: import("../../wiring").Wire<import("../..").Dictionary<unknown>>;
79
+ ExtraParamsInitialized: {
80
+ setInitialExtraParams: import("../..").Wire<import("../..").Dictionary<unknown>>;
63
81
  };
64
- UserChangedExtraParams: {
65
- setUrlExtraParams: import("../../wiring").Wire<import("../..").Dictionary<unknown>>;
82
+ UserScrolledToElement: {
83
+ setUrlScroll: import("../..").Wire<string>;
66
84
  };
67
85
  };
68
86
  //# sourceMappingURL=wiring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,wEAA+B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,wDAAqC,CAAC;AAErE;;;;GAIG;AACH,eAAO,MAAM,WAAW,qCAAyB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,UAAU,qCAAwB,CAAC;AAChD;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,kEAA+B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,aAAa,oEAA2B,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAyBpB,CAAC"}
1
+ {"version":3,"file":"wiring.d.ts","sourceRoot":"","sources":["../../../../src/x-modules/url/wiring.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,iEAA+B,CAAC;AAE9D;;;;GAIG;AACH,eAAO,MAAM,WAAW,8BAAyB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,UAAU,8BAAwB,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,SAAS,0DAA0B,CAAC;AAEjD;;;;GAIG;AACH,eAAO,MAAM,YAAY,8BAA0B,CAAC;AAEpD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,2DAAsC,CAAC;AAEzE;;;;GAIG;AACH,eAAO,MAAM,aAAa,6DAA2B,CAAC;AAEtD;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BpB,CAAC"}
@@ -12,6 +12,7 @@ import { PopularSearchesXModule } from './popular-searches/x-module';
12
12
  import { QuerySuggestionsXModule } from './query-suggestions/x-module';
13
13
  import { RecommendationsXModule } from './recommendations/x-module';
14
14
  import { RelatedTagsXModule } from './related-tags/x-module';
15
+ import { ScrollXModule } from './scroll/x-module';
15
16
  import { SearchBoxXModule } from './search-box/x-module';
16
17
  import { SearchXModule } from './search/x-module';
17
18
  import { TaggingXModule } from './tagging';
@@ -24,6 +25,7 @@ import { UrlXModule } from './url';
24
25
  export interface XModulesTree {
25
26
  device: DeviceXModule;
26
27
  empathize: EmpathizeXModule;
28
+ extraParams: ExtraParamsXModule;
27
29
  facets: FacetsXModule;
28
30
  historyQueries: HistoryQueriesXModule;
29
31
  identifierResults: IdentifierResultsXModule;
@@ -32,11 +34,11 @@ export interface XModulesTree {
32
34
  querySuggestions: QuerySuggestionsXModule;
33
35
  recommendations: RecommendationsXModule;
34
36
  relatedTags: RelatedTagsXModule;
37
+ scroll: ScrollXModule;
35
38
  search: SearchXModule;
36
39
  searchBox: SearchBoxXModule;
37
40
  tagging: TaggingXModule;
38
41
  url: UrlXModule;
39
- extraParams: ExtraParamsXModule;
40
42
  }
41
43
  /**
42
44
  * Names of all of the {@link XModule | XModules} available.
@@ -1 +1 @@
1
- {"version":3,"file":"x-modules.types.d.ts","sourceRoot":"","sources":["../../../src/x-modules/x-modules.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,MAAM,EAAE,aAAa,CAAC;IACtB,cAAc,EAAE,qBAAqB,CAAC;IACtC,iBAAiB,EAAE,wBAAwB,CAAC;IAC5C,WAAW,EAAE,kBAAkB,CAAC;IAChC,eAAe,EAAE,sBAAsB,CAAC;IACxC,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,eAAe,EAAE,sBAAsB,CAAC;IACxC,WAAW,EAAE,kBAAkB,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IACxB,GAAG,EAAE,UAAU,CAAC;IAChB,WAAW,EAAE,kBAAkB,CAAC;CACjC;AAED;;;;GAIG;AACH,oBAAY,WAAW,GAAG,MAAM,YAAY,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,OAAO,CAAC,WAAW,SAAS,eAAe;IAC1D,kDAAkD;IAClD,IAAI,EAAE,WAAW,CAAC;IAClB,2EAA2E;IAC3E,aAAa,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAC1C,uDAAuD;IACvD,WAAW,EAAE,WAAW,CAAC;IACzB;kBACc;IACd,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;CACzB;AAED;;;;GAIG;AACH,oBAAY,UAAU,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAElD;;;;;GAKG;AACH,oBAAY,YAAY,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CACzF,YAAY,CAAC,MAAM,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CACzC,GACG,KAAK,GACL,KAAK,CAAC;AAEV;;;;;GAKG;AACH,oBAAY,cAAc,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CAC3F,YAAY,CAAC,GAAG,EAAE,MAAM,MAAM,EAAE,GAAG,EAAE,GAAG,CAAC,CAC1C,GACG,MAAM,GACN,KAAK,CAAC"}
1
+ {"version":3,"file":"x-modules.types.d.ts","sourceRoot":"","sources":["../../../src/x-modules/x-modules.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,WAAW,EAAE,kBAAkB,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC;IACtB,cAAc,EAAE,qBAAqB,CAAC;IACtC,iBAAiB,EAAE,wBAAwB,CAAC;IAC5C,WAAW,EAAE,kBAAkB,CAAC;IAChC,eAAe,EAAE,sBAAsB,CAAC;IACxC,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,eAAe,EAAE,sBAAsB,CAAC;IACxC,WAAW,EAAE,kBAAkB,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC;IACtB,MAAM,EAAE,aAAa,CAAC;IACtB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IACxB,GAAG,EAAE,UAAU,CAAC;CACjB;AAED;;;;GAIG;AACH,oBAAY,WAAW,GAAG,MAAM,YAAY,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,OAAO,CAAC,WAAW,SAAS,eAAe;IAC1D,kDAAkD;IAClD,IAAI,EAAE,WAAW,CAAC;IAClB,2EAA2E;IAC3E,aAAa,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAC1C,uDAAuD;IACvD,WAAW,EAAE,WAAW,CAAC;IACzB;kBACc;IACd,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;CACzB;AAED;;;;GAIG;AACH,oBAAY,UAAU,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAElD;;;;;GAKG;AACH,oBAAY,YAAY,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CACzF,YAAY,CAAC,MAAM,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,CACzC,GACG,KAAK,GACL,KAAK,CAAC;AAEV;;;;;GAKG;AACH,oBAAY,cAAc,CAAC,MAAM,SAAS,WAAW,IAAI,YAAY,CAAC,MAAM,CAAC,SAAS,OAAO,CAC3F,YAAY,CAAC,GAAG,EAAE,MAAM,MAAM,EAAE,GAAG,EAAE,GAAG,CAAC,CAC1C,GACG,MAAM,GACN,KAAK,CAAC"}
package/url/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { urlXStoreModule } from '../js/x-modules/url/store/module.js';
2
2
  export { replaceableParams, urlEmitters } from '../js/x-modules/url/store/emitters.js';
3
- export { setUrlExtraParams, setUrlFilters, setUrlPage, setUrlQuery, setUrlRelatedTags, updateStoreFromUrl, urlWiring } from '../js/x-modules/url/wiring.js';
4
- export { urlXModule } from '../js/x-modules/url/x-module.js';
3
+ export { setInitialExtraParams, setParams, setUrlFilters, setUrlPage, setUrlQuery, setUrlRelatedTags, setUrlScroll, setUrlSort, urlWiring } from '../js/x-modules/url/wiring.js';
4
+ export { urlXModule } from '../js/x-modules/url/x-module.js';
5
+ export { default as UrlHandler } from '../js/x-modules/url/components/url-handler.vue.js';
@@ -1,27 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [areNextQueriesDifferent](./x-components.arenextqueriesdifferent.md)
4
-
5
- ## areNextQueriesDifferent() function
6
-
7
- Compares two arrays of next-queries.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- export declare function areNextQueriesDifferent(a: NextQuery[], b: NextQuery[]): boolean;
13
- ```
14
-
15
- ## Parameters
16
-
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | a | NextQuery\[\] | The first next-queries array to compare. |
20
- | b | NextQuery\[\] | The second next-queries array to compare. |
21
-
22
- <b>Returns:</b>
23
-
24
- boolean
25
-
26
- True if the the next queries array has different length or any next query has a different query.
27
-
@@ -1,24 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseIdScroll](./x-components.baseidscroll.md)
4
-
5
- ## BaseIdScroll class
6
-
7
- Base scroll component that depending on base scroll component and the user interaction emits different x events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- export default class BaseIdScroll extends Vue
13
- ```
14
- <b>Extends:</b> Vue
15
-
16
- ## Properties
17
-
18
- | Property | Modifiers | Type | Description |
19
- | --- | --- | --- | --- |
20
- | [distanceToBottom](./x-components.baseidscroll.distancetobottom.md) | | number | Distance to the end of the scroll that when reached will emit the <code>scroll:about-to-end</code> event. |
21
- | [id](./x-components.baseidscroll.id.md) | | string | Id to identify the component. |
22
- | [resetOnQueryChange](./x-components.baseidscroll.resetonquerychange.md) | | boolean | If true (default), sets the scroll position of the [BaseScroll](./x-components.basescroll.md) component to top when an [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) event is emitted. |
23
- | [throttleMs](./x-components.baseidscroll.throttlems.md) | | number | Time duration to ignore the subsequent scroll events after an emission. Higher values will decrease events precision but can prevent performance issues. |
24
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseIdScroll](./x-components.baseidscroll.md) &gt; [resetOnQueryChange](./x-components.baseidscroll.resetonquerychange.md)
4
-
5
- ## BaseIdScroll.resetOnQueryChange property
6
-
7
- If true (default), sets the scroll position of the [BaseScroll](./x-components.basescroll.md) component to top when an [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) event is emitted.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected resetOnQueryChange: boolean;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseMainScroll](./x-components.basemainscroll.md) &gt; [element](./x-components.basemainscroll.element.md)
4
-
5
- ## BaseMainScroll.element property
6
-
7
- The HTMLElement to use as the scrollable element based on [BaseMainScroll.tag](./x-components.basemainscroll.tag.md)<!-- -->.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected element: HTMLElement;
13
- ```
@@ -1,31 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseMainScroll](./x-components.basemainscroll.md)
4
-
5
- ## BaseMainScroll class
6
-
7
- Main scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. All this about main scroll.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- export default class BaseMainScroll extends BaseMainScroll_base
13
- ```
14
- <b>Extends:</b> BaseMainScroll\_base
15
-
16
- ## Properties
17
-
18
- | Property | Modifiers | Type | Description |
19
- | --- | --- | --- | --- |
20
- | [element](./x-components.basemainscroll.element.md) | | HTMLElement | The HTMLElement to use as the scrollable element based on [BaseMainScroll.tag](./x-components.basemainscroll.tag.md)<!-- -->. |
21
- | [id](./x-components.basemainscroll.id.md) | | string | Id to identify the component. |
22
- | [tag](./x-components.basemainscroll.tag.md) | | ScrollableTag | Tag to identify the main scrollable element. |
23
-
24
- ## Methods
25
-
26
- | Method | Modifiers | Description |
27
- | --- | --- | --- |
28
- | [beforeDestroy()](./x-components.basemainscroll.beforedestroy.md) | | |
29
- | [mounted()](./x-components.basemainscroll.mounted.md) | | |
30
- | [render()](./x-components.basemainscroll.render.md) | | |
31
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseMainScroll](./x-components.basemainscroll.md) &gt; [tag](./x-components.basemainscroll.tag.md)
4
-
5
- ## BaseMainScroll.tag property
6
-
7
- Tag to identify the main scrollable element.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected tag: ScrollableTag;
13
- ```
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [emitUserClickedAResult](./x-components.baseresultlink.emituserclickedaresult.md)
4
-
5
- ## BaseResultLink.emitUserClickedAResult() method
6
-
7
- Emits the [XEventsTypes.UserClickedAResult](./x-components.xeventstypes.userclickedaresult.md) when user clicks on the result, and also additional events if have been injected in the component.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- emitUserClickedAResult(): void;
13
- ```
14
- <b>Returns:</b>
15
-
16
- void
17
-
@@ -1,17 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [emitUserRightClickedAResult](./x-components.baseresultlink.emituserrightclickedaresult.md)
4
-
5
- ## BaseResultLink.emitUserRightClickedAResult() method
6
-
7
- Emits the [XEventsTypes.UserRightClickedAResult](./x-components.xeventstypes.userrightclickedaresult.md) when user right clicks on the result.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- emitUserRightClickedAResult(): void;
13
- ```
14
- <b>Returns:</b>
15
-
16
- void
17
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [metadata](./x-components.baseresultlink.metadata.md)
4
-
5
- ## BaseResultLink.metadata property
6
-
7
- The metadata to emit the event.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected metadata: Omit<WireMetadata, 'moduleName'>;
13
- ```
@@ -1,15 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [mounted](./x-components.baseresultlink.mounted.md)
4
-
5
- ## BaseResultLink.mounted() method
6
-
7
- <b>Signature:</b>
8
-
9
- ```typescript
10
- mounted(): void;
11
- ```
12
- <b>Returns:</b>
13
-
14
- void
15
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [origin](./x-components.baseresultlink.origin.md)
4
-
5
- ## BaseResultLink.origin property
6
-
7
- The origin to be sent as part of the `params` property in the [tagging](./x-types.tagging.md) information.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected origin: QueryOrigin;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseResultLink](./x-components.baseresultlink.md) &gt; [resultClickExtraEvents](./x-components.baseresultlink.resultclickextraevents.md)
4
-
5
- ## BaseResultLink.resultClickExtraEvents property
6
-
7
- The list of additional events to be emitted by the component when user clicks the link.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseScroll](./x-components.basescroll.md) &gt; [resetOnQueryChange](./x-components.basescroll.resetonquerychange.md)
4
-
5
- ## BaseScroll.resetOnQueryChange property
6
-
7
- If true (default), sets the scroll position to top when an [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) event is emitted.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected resetOnQueryChange: boolean;
13
- ```
@@ -1,23 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseScrollToTop](./x-components.basescrolltotop.md)
4
-
5
- ## BaseScrollToTop class
6
-
7
- Renders a button with a default slot. This button will emit a UserClickedScrollToTop when clicked. The button will be shown either if it reaches a threshold and then the user scrolls up or just on the UserAlmostReachedScrollEnd event depending on whether the threshold config has been provided or not.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- export default class BaseScrollToTop extends Vue
13
- ```
14
- <b>Extends:</b> Vue
15
-
16
- ## Properties
17
-
18
- | Property | Modifiers | Type | Description |
19
- | --- | --- | --- | --- |
20
- | [animation](./x-components.basescrolltotop.animation.md) | | Vue \| string | Animation to use for showing/hiding the button. |
21
- | [scrollId?](./x-components.basescrolltotop.scrollid.md) | | string | <i>(Optional)</i> Id of the target scroll component. |
22
- | [thresholdPx?](./x-components.basescrolltotop.thresholdpx.md) | | number | <i>(Optional)</i> Threshold in pixels from the top to show the button. |
23
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) &gt; [devMode](./x-components.multicolumnmaxwidthlayout.devmode.md)
4
-
5
- ## MultiColumnMaxWidthLayout.devMode property
6
-
7
- Enables the devMode, which shows the available slots to use with its names.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected devMode: boolean;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [RenderlessExtraParams](./x-components.renderlessextraparams.md) &gt; [extraParams](./x-components.renderlessextraparams.extraparams.md)
4
-
5
- ## RenderlessExtraParams.extraParams property
6
-
7
- A dictionary with the extra params.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- extraParams: Dictionary<unknown>;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SingleColumnLayout](./x-components.singlecolumnlayout.md) &gt; [devMode](./x-components.singlecolumnlayout.devmode.md)
4
-
5
- ## SingleColumnLayout.devMode property
6
-
7
- Enables the devMode, which shows the available slots to use with its names.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- protected devMode: boolean;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SortMixin](./x-components.sortmixin.md) &gt; [value](./x-components.sortmixin.value.md)
4
-
5
- ## SortMixin.value property
6
-
7
- The selected sort value. This is an optional prop that allows to change programmatically the selected sort. If it is not provided, the first item of the [SortMixin.items](./x-components.sortmixin.items.md) list will be selected.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- value?: Sort;
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [updateStoreFromUrl](./x-components.updatestorefromurl.md)
4
-
5
- ## updateStoreFromUrl variable
6
-
7
- Updates the store state from the URL.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- updateStoreFromUrl: import("../../wiring").Wire<import("../..").UrlParams>
13
- ```
@@ -1,24 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlActions](./x-components.urlactions.md) &gt; [updateStoreFromUrl](./x-components.urlactions.updatestorefromurl.md)
4
-
5
- ## UrlActions.updateStoreFromUrl() method
6
-
7
- Updates the store with values from the URL.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- updateStoreFromUrl(urlParams: UrlParams): void;
13
- ```
14
-
15
- ## Parameters
16
-
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | urlParams | [UrlParams](./x-components.urlparams.md) | |
20
-
21
- <b>Returns:</b>
22
-
23
- void
24
-
@@ -1,11 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlState](./x-components.urlstate.md) &gt; [extraParams](./x-components.urlstate.extraparams.md)
4
-
5
- ## UrlState.extraParams property
6
-
7
- <b>Signature:</b>
8
-
9
- ```typescript
10
- extraParams: Dictionary<unknown>;
11
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [WireMetadata](./x-components.wiremetadata.md) &gt; [origin](./x-components.wiremetadata.origin.md)
4
-
5
- ## WireMetadata.origin property
6
-
7
- The origin for tagging purposes.
8
-
9
- <b>Signature:</b>
10
-
11
- ```typescript
12
- origin?: QueryOrigin;
13
- ```