@empathyco/x-components 3.0.0-alpha.29 → 3.0.0-alpha.32

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 (856) hide show
  1. package/CHANGELOG.md +140 -0
  2. package/core/index.js +9 -8
  3. package/core/index.js.map +1 -1
  4. package/design-system/default-theme.css +6 -1
  5. package/design-system/full-theme.css +6 -1
  6. package/design-system/list-default.css +3 -0
  7. package/design-system/suggestion-default.css +3 -1
  8. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +2 -2
  9. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +2 -2
  10. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +2 -2
  11. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +2 -2
  12. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +3 -3
  13. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +2 -2
  14. package/docs/API-reference/api/x-adapter.searchresponse.md +1 -1
  15. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +1 -1
  16. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +1 -1
  17. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +1 -1
  18. package/docs/API-reference/api/x-components.baseresultlink.md +0 -11
  19. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  20. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  21. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  22. package/docs/API-reference/api/x-components.basesuggestion.md +8 -1
  23. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  24. package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +21 -0
  25. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +17 -0
  26. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +19 -0
  27. package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +13 -0
  28. package/docs/API-reference/api/x-components.defaultsessionservice.md +37 -0
  29. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +13 -0
  30. package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +11 -0
  31. package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +11 -0
  32. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  33. package/docs/API-reference/api/{x-components.basemainscroll.mounted.md → x-components.globalxbus.created.md} +3 -3
  34. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  35. package/docs/API-reference/api/x-components.identifierresults.md +1 -0
  36. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  37. package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
  38. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  39. package/docs/API-reference/api/x-components.identifierresultsmutations.md +2 -0
  40. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  41. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  42. package/docs/API-reference/api/x-components.identifierresultsstate.md +2 -0
  43. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  44. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  45. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  46. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  47. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  48. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  49. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  50. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  51. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  52. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  53. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  54. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  55. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  56. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  57. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  58. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  59. package/docs/API-reference/api/x-components.md +47 -6
  60. package/docs/API-reference/api/{x-components.partialquerybutton.events.md → x-components.partialquerybutton.emitevents.md} +8 -4
  61. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  62. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  63. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  64. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  65. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  66. package/docs/API-reference/api/x-components.relatedtag.md +6 -0
  67. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  68. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  69. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  70. package/docs/API-reference/api/x-components.saveorigin.md +13 -0
  71. package/docs/API-reference/api/{x-components.setorigin.md → x-components.saveoriginwire.md} +3 -3
  72. package/docs/API-reference/api/{x-components.baseidscroll.distancetobottom.md → x-components.scroll.distancetobottom.md} +2 -2
  73. package/docs/API-reference/api/{x-components.baseidscroll.id.md → x-components.scroll.id.md} +2 -2
  74. package/docs/API-reference/api/x-components.scroll.md +23 -0
  75. package/docs/API-reference/api/{x-components.baseidscroll.throttlems.md → x-components.scroll.throttlems.md} +2 -2
  76. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  77. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  78. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  79. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  80. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  81. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  82. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  83. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  84. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  85. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  86. package/docs/API-reference/api/x-components.scrollmixin.md +3 -0
  87. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  88. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  89. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  90. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  91. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  92. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  93. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  94. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  95. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  96. package/docs/API-reference/api/{x-components.basescrolltotop.animation.md → x-components.scrolltotop.animation.md} +2 -2
  97. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  98. package/docs/API-reference/api/{x-components.basescrolltotop.scrollid.md → x-components.scrolltotop.scrollid.md} +3 -3
  99. package/docs/API-reference/api/{x-components.basescrolltotop.thresholdpx.md → x-components.scrolltotop.thresholdpx.md} +2 -2
  100. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  101. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  102. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  103. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  104. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  105. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  106. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  107. package/docs/API-reference/api/{x-components.xeventstypes.userchangedscrolldirection.md → x-components.scrollxevents.userchangedscrolldirection.md} +2 -2
  108. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  109. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  110. package/docs/API-reference/api/{x-components.xeventstypes.userscrolled.md → x-components.scrollxevents.userscrolled.md} +2 -2
  111. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  112. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  113. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  114. package/docs/API-reference/api/x-components.searchactions.md +1 -0
  115. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  116. package/docs/API-reference/api/{x-components.searchbutton.events.md → x-components.searchbutton.emitevents.md} +9 -3
  117. package/docs/API-reference/api/x-components.searchbutton.md +6 -1
  118. package/docs/API-reference/api/x-components.searchmutations.md +1 -0
  119. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  120. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  121. package/docs/API-reference/api/x-components.searchstate.md +1 -0
  122. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  123. package/docs/API-reference/api/x-components.searchxevents.md +1 -0
  124. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  125. package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +17 -0
  126. package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +23 -0
  127. package/docs/API-reference/api/x-components.sessionservice.md +21 -0
  128. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  129. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  130. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  131. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +13 -0
  132. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  133. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  134. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  135. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  136. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  137. package/docs/API-reference/api/x-components.setsessionduration.md +13 -0
  138. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  139. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  140. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  141. package/docs/API-reference/api/x-components.snippetconfig.md +1 -0
  142. package/docs/API-reference/api/{x-components.spellcheckbutton.events.md → x-components.spellcheckbutton.emitevents.md} +8 -4
  143. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  144. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  145. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  146. package/docs/API-reference/api/x-components.tagging.md +28 -0
  147. package/docs/API-reference/api/{x-components.basemainscroll.render.md → x-components.tagging.render.md} +2 -2
  148. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  149. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  150. package/docs/API-reference/api/x-components.taggingconfig.md +8 -0
  151. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  152. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  153. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  154. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  155. package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +24 -0
  156. package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +24 -0
  157. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  158. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  159. package/docs/API-reference/api/x-components.taggingstate.md +8 -0
  160. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  161. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  162. package/docs/API-reference/api/x-components.taggingxevents.md +10 -0
  163. package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +13 -0
  164. package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +13 -0
  165. package/docs/API-reference/api/x-components.track.md +13 -0
  166. package/docs/API-reference/api/x-components.trackwire.md +13 -0
  167. package/docs/API-reference/api/x-components.urlmutations.md +1 -0
  168. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  169. package/docs/API-reference/api/x-components.urlparams.md +1 -1
  170. package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
  171. package/docs/API-reference/api/{x-components.basemainscroll.beforedestroy.md → x-components.windowscroll.beforedestroy.md} +4 -2
  172. package/docs/API-reference/api/{x-components.basemainscroll.id.md → x-components.windowscroll.id.md} +2 -2
  173. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  174. package/docs/API-reference/api/{x-components.basescroll.mounted.md → x-components.windowscroll.mounted.md} +2 -2
  175. package/docs/API-reference/api/{x-components.baseresultlink.mounted.md → x-components.windowscroll.render.md} +3 -3
  176. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  177. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  178. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  179. package/docs/API-reference/api/x-components.wiremetadata.md +2 -1
  180. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  181. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  182. package/docs/API-reference/api/x-components.xeventstypes.md +4 -8
  183. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +16 -0
  184. package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
  185. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  186. package/docs/API-reference/api/x-types.banner.md +2 -3
  187. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  188. package/docs/API-reference/api/x-types.identifiable.md +2 -2
  189. package/docs/API-reference/api/x-types.md +5 -2
  190. package/docs/API-reference/api/x-types.promoted.md +2 -3
  191. package/docs/API-reference/api/x-types.redirection.md +2 -3
  192. package/docs/API-reference/api/x-types.result.md +2 -3
  193. package/docs/API-reference/api/x-types.taggable.md +20 -0
  194. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  195. package/docs/API-reference/api/{x-types.banner.tagging.md → x-types.taggableschema.md} +4 -6
  196. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  197. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  198. package/docs/API-reference/api/{x-types.promoted.tagging.md → x-types.tagging.click.md} +4 -6
  199. package/docs/API-reference/api/x-types.tagging.md +6 -3
  200. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  201. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  202. package/docs/API-reference/api/x-types.tagginginfo.md +21 -0
  203. package/docs/API-reference/api/{x-types.tagging.params.md → x-types.tagginginfo.params.md} +3 -3
  204. package/docs/API-reference/api/{x-types.tagging.url.md → x-types.tagginginfo.url.md} +2 -2
  205. package/docs/API-reference/api/x-types.tagginginfoschema.md +13 -0
  206. package/docs/API-reference/components/common/result/x-components.base-result-link.md +2 -3
  207. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +9 -9
  208. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +9 -8
  209. package/docs/API-reference/components/common/x-components.global-x-bus.md +51 -0
  210. package/docs/API-reference/components/common/x-components.location-provider.md +54 -0
  211. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +37 -0
  212. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +10 -6
  213. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +84 -0
  214. package/docs/API-reference/components/scroll/x-components.main-scroll.md +175 -0
  215. package/docs/API-reference/components/{common/scroll/x-components.base-scroll-to-top.md → scroll/x-components.scroll-to-top.md} +11 -14
  216. package/docs/API-reference/components/scroll/x-components.scroll.md +168 -0
  217. package/docs/API-reference/components/scroll/x-components.window-scroll.md +158 -0
  218. package/docs/API-reference/components/tagging/x-components.tagging.md +88 -0
  219. package/docs/build-search-ui/README.md +113 -0
  220. package/docs/build-search-ui/web-archetype-integration-guide.md +183 -0
  221. package/docs/build-search-ui/web-use-x-components-guide.md +170 -0
  222. package/docs/build-search-ui/web-x-components-integration-guide.md +197 -0
  223. package/docs/build-search-ui/x-architecture/README.md +133 -0
  224. package/docs/sidebar.json +1 -1
  225. package/identifier-results/index.js +2 -1
  226. package/js/components/animations/animate-width.vue.js +1 -1
  227. package/js/components/animations/collapse-from-top.vue.js +1 -1
  228. package/js/components/animations/collapse-height.vue.js +3 -3
  229. package/js/components/animations/collapse-width.vue.js +3 -3
  230. package/js/components/animations/cross-fade.vue.js +1 -1
  231. package/js/components/animations/fade-and-slide.vue.js +2 -2
  232. package/js/components/animations/staggered-fade-and-slide.vue.js +2 -2
  233. package/js/components/animations/translate-from-left.vue.js +1 -1
  234. package/js/components/animations/translate-from-right.vue.js +1 -1
  235. package/js/components/auto-progress-bar.vue.js +4 -5
  236. package/js/components/auto-progress-bar.vue.js.map +1 -1
  237. package/js/components/base-dropdown.vue.js +33 -45
  238. package/js/components/base-dropdown.vue.js.map +1 -1
  239. package/js/components/base-event-button.vue.js +1 -1
  240. package/js/components/base-grid.vue.js +7 -9
  241. package/js/components/base-grid.vue.js.map +1 -1
  242. package/js/components/base-keyboard-navigation.vue.js +7 -10
  243. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  244. package/js/components/base-rating.vue.js +19 -20
  245. package/js/components/base-rating.vue.js.map +1 -1
  246. package/js/components/base-variable-column-grid.vue.js +6 -7
  247. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  248. package/js/components/column-picker/base-column-picker-dropdown.vue.js +11 -14
  249. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  250. package/js/components/column-picker/base-column-picker-list.vue.js +9 -11
  251. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  252. package/js/components/currency/base-currency.vue.js +2 -3
  253. package/js/components/currency/base-currency.vue.js.map +1 -1
  254. package/js/components/filters/labels/base-rating-filter-label.vue.js +7 -8
  255. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  256. package/js/components/{scroll/base-main-scroll.vue.js → global-x-bus.vue.js} +2 -2
  257. package/js/components/global-x-bus.vue.js.map +1 -0
  258. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +46 -0
  259. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -0
  260. package/js/components/icons/arrow.vue.js +4 -6
  261. package/js/components/icons/arrow.vue.js.map +1 -1
  262. package/js/components/icons/bag.vue.js +8 -12
  263. package/js/components/icons/bag.vue.js.map +1 -1
  264. package/js/components/icons/bar-code.vue.js +6 -9
  265. package/js/components/icons/bar-code.vue.js.map +1 -1
  266. package/js/components/icons/barcode-tiny.vue.js +6 -9
  267. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  268. package/js/components/icons/cart.vue.js +10 -13
  269. package/js/components/icons/cart.vue.js.map +1 -1
  270. package/js/components/icons/check-tiny.vue.js +4 -6
  271. package/js/components/icons/check-tiny.vue.js.map +1 -1
  272. package/js/components/icons/check.vue.js +4 -6
  273. package/js/components/icons/check.vue.js.map +1 -1
  274. package/js/components/icons/checkbox-card-selected.vue.js +5 -7
  275. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  276. package/js/components/icons/checkbox-card-unselected.vue.js +5 -7
  277. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  278. package/js/components/icons/checkbox-selected.vue.js +5 -7
  279. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  280. package/js/components/icons/checkbox-unselected.vue.js +6 -6
  281. package/js/components/icons/chevron-down.vue.js +6 -8
  282. package/js/components/icons/chevron-down.vue.js.map +1 -1
  283. package/js/components/icons/chevron-left.vue.js +6 -8
  284. package/js/components/icons/chevron-left.vue.js.map +1 -1
  285. package/js/components/icons/chevron-right.vue.js +4 -6
  286. package/js/components/icons/chevron-right.vue.js.map +1 -1
  287. package/js/components/icons/chevron-tiny-down.vue.js +6 -8
  288. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  289. package/js/components/icons/chevron-tiny-left.vue.js +6 -8
  290. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  291. package/js/components/icons/chevron-tiny-right.vue.js +6 -8
  292. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  293. package/js/components/icons/chevron-tiny-up.vue.js +6 -8
  294. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  295. package/js/components/icons/chevron-up.vue.js +6 -8
  296. package/js/components/icons/chevron-up.vue.js.map +1 -1
  297. package/js/components/icons/cross-tiny.vue.js +4 -6
  298. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  299. package/js/components/icons/cross.vue.js +4 -6
  300. package/js/components/icons/cross.vue.js.map +1 -1
  301. package/js/components/icons/filters.vue.js +10 -15
  302. package/js/components/icons/filters.vue.js.map +1 -1
  303. package/js/components/icons/grid-1-col.vue.js +6 -9
  304. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  305. package/js/components/icons/grid-2-col.vue.js +8 -10
  306. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  307. package/js/components/icons/hide.vue.js +10 -15
  308. package/js/components/icons/hide.vue.js.map +1 -1
  309. package/js/components/icons/history-tiny.vue.js +9 -12
  310. package/js/components/icons/history-tiny.vue.js.map +1 -1
  311. package/js/components/icons/history.vue.js +9 -12
  312. package/js/components/icons/history.vue.js.map +1 -1
  313. package/js/components/icons/menu.vue.js +6 -8
  314. package/js/components/icons/menu.vue.js.map +1 -1
  315. package/js/components/icons/minus-tiny.vue.js +4 -6
  316. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  317. package/js/components/icons/minus.vue.js +4 -6
  318. package/js/components/icons/minus.vue.js.map +1 -1
  319. package/js/components/icons/nq-1.vue.js +4 -6
  320. package/js/components/icons/nq-1.vue.js.map +1 -1
  321. package/js/components/icons/nq-2.vue.js +4 -6
  322. package/js/components/icons/nq-2.vue.js.map +1 -1
  323. package/js/components/icons/nq-3.vue.js +6 -8
  324. package/js/components/icons/nq-3.vue.js.map +1 -1
  325. package/js/components/icons/nq-4.vue.js +9 -12
  326. package/js/components/icons/nq-4.vue.js.map +1 -1
  327. package/js/components/icons/plus.vue.js +4 -6
  328. package/js/components/icons/plus.vue.js.map +1 -1
  329. package/js/components/icons/search-tiny.vue.js +6 -9
  330. package/js/components/icons/search-tiny.vue.js.map +1 -1
  331. package/js/components/icons/search.vue.js +6 -8
  332. package/js/components/icons/search.vue.js.map +1 -1
  333. package/js/components/icons/show.vue.js +7 -10
  334. package/js/components/icons/show.vue.js.map +1 -1
  335. package/js/components/icons/star.vue.js +6 -9
  336. package/js/components/icons/star.vue.js.map +1 -1
  337. package/js/components/icons/trash-open.vue.js +12 -15
  338. package/js/components/icons/trash-open.vue.js.map +1 -1
  339. package/js/components/icons/trash.vue.js +8 -11
  340. package/js/components/icons/trash.vue.js.map +1 -1
  341. package/js/components/icons/trending-tiny.vue.js +8 -10
  342. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  343. package/js/components/icons/trending.vue.js +8 -10
  344. package/js/components/icons/trending.vue.js.map +1 -1
  345. package/js/components/icons/user.vue.js +6 -9
  346. package/js/components/icons/user.vue.js.map +1 -1
  347. package/js/components/items-list.vue.js +6 -7
  348. package/js/components/items-list.vue.js.map +1 -1
  349. package/js/components/layouts/multi-column-max-width-layout.vue.js +82 -109
  350. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  351. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +3 -2
  352. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  353. package/js/components/layouts/single-column-layout.vue.js +51 -73
  354. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  355. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +3 -2
  356. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -1
  357. package/js/components/location-provider.vue.js +39 -0
  358. package/js/components/location-provider.vue.js.map +1 -0
  359. package/js/components/location-provider.vue_rollup-plugin-vue=script.js +27 -0
  360. package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +1 -0
  361. package/js/components/modals/base-events-modal-close.vue.js +2 -2
  362. package/js/components/modals/base-events-modal-open.vue.js +2 -2
  363. package/js/components/modals/base-events-modal.vue.js +3 -3
  364. package/js/components/modals/base-id-modal-close.vue.js +2 -2
  365. package/js/components/modals/base-id-modal-open.vue.js +2 -2
  366. package/js/components/modals/base-id-modal.vue.js +3 -3
  367. package/js/components/modals/base-modal.vue.js +9 -11
  368. package/js/components/modals/base-modal.vue.js.map +1 -1
  369. package/js/components/panels/base-header-toggle-panel.vue.js +5 -7
  370. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  371. package/js/components/panels/base-id-toggle-panel-button.vue.js +2 -2
  372. package/js/components/panels/base-id-toggle-panel.vue.js +1 -1
  373. package/js/components/panels/base-toggle-panel.vue.js +3 -4
  374. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  375. package/js/components/result/base-result-add-to-cart.vue.js +2 -2
  376. package/js/components/result/base-result-current-price.vue.js +6 -8
  377. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  378. package/js/components/result/base-result-fallback-image.vue.js +7 -9
  379. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  380. package/js/components/result/base-result-image.vue.js +9 -12
  381. package/js/components/result/base-result-image.vue.js.map +1 -1
  382. package/js/components/result/base-result-link.vue.js +7 -7
  383. package/js/components/result/base-result-link.vue.js.map +1 -1
  384. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +5 -14
  385. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -1
  386. package/js/components/result/base-result-placeholder-image.vue.js +7 -9
  387. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  388. package/js/components/result/base-result-previous-price.vue.js +7 -9
  389. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  390. package/js/components/scroll/base-scroll.vue.js +4 -4
  391. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  392. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +2 -49
  393. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  394. package/js/components/scroll/scroll.mixin.js +122 -52
  395. package/js/components/scroll/scroll.mixin.js.map +1 -1
  396. package/js/components/sliding-panel.vue.js +11 -14
  397. package/js/components/sliding-panel.vue.js.map +1 -1
  398. package/js/components/snippet-callbacks.vue.js +47 -0
  399. package/js/components/snippet-callbacks.vue.js.map +1 -0
  400. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +58 -0
  401. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +1 -0
  402. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +1 -0
  403. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -1
  404. package/js/components/suggestions/base-suggestion.vue.js +7 -9
  405. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  406. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +21 -6
  407. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +1 -1
  408. package/js/components/suggestions/base-suggestions.vue.js +6 -7
  409. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  410. package/js/components/x-component.utils.js +2 -2
  411. package/js/components/x-component.utils.js.map +1 -1
  412. package/js/index.js +27 -12
  413. package/js/index.js.map +1 -1
  414. package/js/plugins/x-plugin.js +1 -0
  415. package/js/plugins/x-plugin.js.map +1 -1
  416. package/js/plugins/x-plugin.mixin.js +16 -6
  417. package/js/plugins/x-plugin.mixin.js.map +1 -1
  418. package/js/store/x.module.js +7 -6
  419. package/js/store/x.module.js.map +1 -1
  420. package/js/utils/origin.js +20 -0
  421. package/js/utils/origin.js.map +1 -0
  422. package/js/utils/storage.js +2 -2
  423. package/js/utils/storage.js.map +1 -1
  424. package/js/x-modules/device/components/device-detector.vue.js +2 -2
  425. package/js/x-modules/empathize/components/empathize.vue.js +5 -6
  426. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  427. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +6 -6
  428. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +3 -4
  429. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  430. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +6 -6
  431. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +1 -1
  432. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +7 -6
  433. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  434. package/js/x-modules/facets/components/clear-filters.vue.js +6 -8
  435. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  436. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +6 -6
  437. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +6 -6
  438. package/js/x-modules/facets/components/facets/facets.vue.js +10 -11
  439. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  440. package/js/x-modules/facets/components/filters/all-filter.vue.js +5 -6
  441. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  442. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +6 -6
  443. package/js/x-modules/facets/components/filters/base-filter.vue.js +5 -6
  444. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -1
  445. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +6 -6
  446. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +19 -23
  447. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  448. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +29 -38
  449. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  450. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +6 -6
  451. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +5 -6
  452. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  453. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +6 -6
  454. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +6 -6
  455. package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -17
  456. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  457. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +6 -6
  458. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +6 -6
  459. package/js/x-modules/facets/components/lists/filters-list.vue.js +4 -4
  460. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +6 -6
  461. package/js/x-modules/facets/components/lists/filters-search.vue.js +8 -10
  462. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  463. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +6 -6
  464. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +14 -20
  465. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  466. package/js/x-modules/facets/components/lists/selected-filters.vue.js +3 -4
  467. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  468. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +6 -6
  469. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +12 -18
  470. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  471. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +6 -6
  472. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +7 -6
  473. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  474. package/js/x-modules/facets/service/facets.service.js +1 -0
  475. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  476. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +5 -6
  477. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  478. package/js/x-modules/history-queries/components/history-queries.vue.js +19 -25
  479. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  480. package/js/x-modules/history-queries/components/history-query.vue.js +14 -18
  481. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  482. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +1 -1
  483. package/js/x-modules/history-queries/components/remove-history-query.vue.js +2 -2
  484. package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
  485. package/js/x-modules/identifier-results/components/identifier-results.vue.js +4 -4
  486. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  487. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +14 -2
  488. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +1 -1
  489. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +18 -0
  490. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  491. package/js/x-modules/identifier-results/store/actions/save-query.action.js +4 -0
  492. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  493. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +5 -8
  494. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  495. package/js/x-modules/identifier-results/store/module.js +16 -7
  496. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  497. package/js/x-modules/identifier-results/wiring.js +25 -3
  498. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  499. package/js/x-modules/next-queries/components/next-queries-list.vue.js +9 -12
  500. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  501. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +1 -1
  502. package/js/x-modules/next-queries/components/next-queries.vue.js +15 -20
  503. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  504. package/js/x-modules/next-queries/components/next-query.vue.js +9 -10
  505. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  506. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -1
  507. package/js/x-modules/popular-searches/components/popular-search.vue.js +9 -10
  508. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  509. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +1 -1
  510. package/js/x-modules/popular-searches/components/popular-searches.vue.js +15 -20
  511. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  512. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +10 -11
  513. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  514. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +1 -1
  515. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +15 -20
  516. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  517. package/js/x-modules/recommendations/components/recommendations.vue.js +9 -12
  518. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  519. package/js/x-modules/related-tags/components/related-tag.vue.js +8 -8
  520. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  521. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +23 -24
  522. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -1
  523. package/js/x-modules/related-tags/components/related-tags.vue.js +13 -17
  524. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  525. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  526. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  527. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +190 -0
  528. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -0
  529. package/js/x-modules/scroll/components/main-scroll.vue.js +39 -0
  530. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  531. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +204 -0
  532. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  533. package/js/{components/scroll/base-scroll-to-top.vue.js → x-modules/scroll/components/scroll-to-top.vue.js} +5 -6
  534. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  535. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +233 -0
  536. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -0
  537. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  538. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  539. package/js/{components/scroll/base-id-scroll.vue.js → x-modules/scroll/components/scroll.vue.js} +9 -10
  540. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  541. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +110 -0
  542. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  543. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  544. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  545. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +188 -0
  546. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  547. package/js/x-modules/scroll/store/emitters.js +15 -0
  548. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  549. package/js/x-modules/scroll/store/module.js +36 -0
  550. package/js/x-modules/scroll/store/module.js.map +1 -0
  551. package/js/x-modules/scroll/wiring.js +114 -0
  552. package/js/x-modules/scroll/wiring.js.map +1 -0
  553. package/js/x-modules/scroll/x-module.js +19 -0
  554. package/js/x-modules/scroll/x-module.js.map +1 -0
  555. package/js/x-modules/search/components/banner.vue.js +4 -6
  556. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  557. package/js/x-modules/search/components/banners-list.vue.js +9 -12
  558. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  559. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +1 -1
  560. package/js/x-modules/search/components/partial-query-button.vue.js +6 -6
  561. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  562. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +21 -123
  563. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -1
  564. package/js/x-modules/search/components/partial-results-list.vue.js +4 -4
  565. package/js/x-modules/search/components/promoted.vue.js +4 -6
  566. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  567. package/js/x-modules/search/components/promoteds-list.vue.js +9 -12
  568. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  569. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +1 -1
  570. package/js/x-modules/search/components/redirection.vue.js +4 -5
  571. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  572. package/js/x-modules/search/components/results-list.vue.js +9 -12
  573. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  574. package/js/x-modules/search/components/sort-dropdown.vue.js +13 -16
  575. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  576. package/js/x-modules/search/components/sort-list.vue.js +8 -10
  577. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  578. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +6 -6
  579. package/js/x-modules/search/components/sort.mixin.js +6 -6
  580. package/js/x-modules/search/components/spellcheck-button.vue.js +6 -6
  581. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  582. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +21 -122
  583. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -1
  584. package/js/x-modules/search/components/spellcheck.vue.js +4 -6
  585. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  586. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +6 -6
  587. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +4 -1
  588. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  589. package/js/x-modules/search/store/actions/save-origin.action.js +18 -0
  590. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  591. package/js/x-modules/search/store/emitters.js +8 -0
  592. package/js/x-modules/search/store/emitters.js.map +1 -1
  593. package/js/x-modules/search/store/module.js +13 -3
  594. package/js/x-modules/search/store/module.js.map +1 -1
  595. package/js/x-modules/search/wiring.js +5 -5
  596. package/js/x-modules/search/wiring.js.map +1 -1
  597. package/js/x-modules/search-box/components/clear-search-input.vue.js +5 -6
  598. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  599. package/js/x-modules/search-box/components/search-button.vue.js +6 -6
  600. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  601. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +24 -15
  602. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +1 -1
  603. package/js/x-modules/search-box/components/search-input.vue.js +10 -11
  604. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  605. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +10 -9
  606. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -1
  607. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  608. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  609. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +65 -0
  610. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +1 -0
  611. package/js/x-modules/tagging/service/session.service.js +52 -0
  612. package/js/x-modules/tagging/service/session.service.js.map +1 -0
  613. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  614. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  615. package/js/x-modules/tagging/store/emitters.js +3 -1
  616. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  617. package/js/x-modules/tagging/store/module.js +21 -3
  618. package/js/x-modules/tagging/store/module.js.map +1 -1
  619. package/js/x-modules/tagging/wiring.js +86 -2
  620. package/js/x-modules/tagging/wiring.js.map +1 -1
  621. package/js/x-modules/url/components/url-handler.vue.js +2 -2
  622. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  623. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +2 -2
  624. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -1
  625. package/js/x-modules/url/store/initial-state.js +1 -1
  626. package/js/x-modules/url/store/initial-state.js.map +1 -1
  627. package/js/x-modules/url/store/module.js +3 -0
  628. package/js/x-modules/url/store/module.js.map +1 -1
  629. package/js/x-modules/url/wiring.js +10 -1
  630. package/js/x-modules/url/wiring.js.map +1 -1
  631. package/package.json +18 -14
  632. package/report/tsdoc-metadata.json +1 -1
  633. package/report/x-adapter.api.json +21 -21
  634. package/report/x-components.api.json +4574 -1421
  635. package/report/x-components.api.md +456 -138
  636. package/report/x-types.api.json +397 -311
  637. package/scroll/index.d.ts +1 -0
  638. package/scroll/index.js +10 -0
  639. package/search/index.js +1 -1
  640. package/tagging/index.js +5 -2
  641. package/types/adapter/mocked-adapter.d.ts.map +1 -1
  642. package/types/components/global-x-bus.vue.d.ts +25 -0
  643. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  644. package/types/components/index.d.ts +3 -0
  645. package/types/components/index.d.ts.map +1 -1
  646. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  647. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  648. package/types/components/location-provider.vue.d.ts +17 -0
  649. package/types/components/location-provider.vue.d.ts.map +1 -0
  650. package/types/components/result/base-result-link.vue.d.ts +8 -18
  651. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  652. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  653. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  654. package/types/components/scroll/index.d.ts +0 -3
  655. package/types/components/scroll/index.d.ts.map +1 -1
  656. package/types/components/scroll/scroll.mixin.d.ts +75 -30
  657. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  658. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  659. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  660. package/types/components/suggestions/base-suggestion.vue.d.ts +15 -2
  661. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  662. package/types/components/x-component.utils.d.ts +1 -1
  663. package/types/components/x-component.utils.d.ts.map +1 -1
  664. package/types/index.d.ts +1 -0
  665. package/types/index.d.ts.map +1 -1
  666. package/types/plugins/x-plugin.mixin.d.ts +2 -2
  667. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  668. package/types/plugins/x-plugin.types.d.ts +1 -1
  669. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  670. package/types/router.d.ts.map +1 -1
  671. package/types/store/x.module.d.ts.map +1 -1
  672. package/types/types/index.d.ts +1 -1
  673. package/types/types/index.d.ts.map +1 -1
  674. package/types/types/origin.d.ts +46 -0
  675. package/types/types/origin.d.ts.map +1 -0
  676. package/types/types/url-params.d.ts +1 -1
  677. package/types/utils/index.d.ts +1 -0
  678. package/types/utils/index.d.ts.map +1 -1
  679. package/types/utils/origin.d.ts +13 -0
  680. package/types/utils/origin.d.ts.map +1 -0
  681. package/types/utils/storage.d.ts +1 -7
  682. package/types/utils/storage.d.ts.map +1 -1
  683. package/types/wiring/events.types.d.ts +26 -40
  684. package/types/wiring/events.types.d.ts.map +1 -1
  685. package/types/wiring/wiring.types.d.ts +9 -10
  686. package/types/wiring/wiring.types.d.ts.map +1 -1
  687. package/types/x-installer/api/api.types.d.ts +12 -0
  688. package/types/x-installer/api/api.types.d.ts.map +1 -1
  689. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  690. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +8 -0
  691. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  692. package/types/x-modules/identifier-results/store/actions/{set-url-params.action.d.ts → save-origin.action.d.ts} +4 -4
  693. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  694. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  695. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  696. package/types/x-modules/identifier-results/store/index.d.ts +1 -0
  697. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  698. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  699. package/types/x-modules/identifier-results/store/types.d.ts +35 -17
  700. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  701. package/types/x-modules/identifier-results/wiring.d.ts +17 -1
  702. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  703. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  704. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  705. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  706. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +10 -5
  707. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  708. package/types/x-modules/scroll/components/index.d.ts +8 -0
  709. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  710. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  711. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  712. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +121 -0
  713. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  714. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  715. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  716. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  717. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  718. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  719. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  720. package/types/{components/scroll/base-id-scroll.vue.d.ts → x-modules/scroll/components/scroll.vue.d.ts} +17 -30
  721. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  722. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  723. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  724. package/types/x-modules/scroll/events.types.d.ts +53 -0
  725. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  726. package/types/x-modules/scroll/index.d.ts +6 -0
  727. package/types/x-modules/scroll/index.d.ts.map +1 -0
  728. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  729. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  730. package/types/x-modules/scroll/store/index.d.ts +4 -0
  731. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  732. package/types/x-modules/scroll/store/module.d.ts +8 -0
  733. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  734. package/types/x-modules/scroll/store/types.d.ts +98 -0
  735. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  736. package/types/x-modules/scroll/wiring.d.ts +74 -0
  737. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  738. package/types/x-modules/scroll/x-module.d.ts +16 -0
  739. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  740. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  741. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  742. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  743. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  744. package/types/x-modules/search/events.types.d.ts +6 -1
  745. package/types/x-modules/search/events.types.d.ts.map +1 -1
  746. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  747. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  748. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  749. package/types/x-modules/search/store/emitters.d.ts +4 -0
  750. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  751. package/types/x-modules/search/store/module.d.ts.map +1 -1
  752. package/types/x-modules/search/store/types.d.ts +17 -3
  753. package/types/x-modules/search/store/types.d.ts.map +1 -1
  754. package/types/x-modules/search/wiring.d.ts +3 -3
  755. package/types/x-modules/search/wiring.d.ts.map +1 -1
  756. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  757. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  758. package/types/x-modules/search-box/components/search-input.vue.d.ts +1 -1
  759. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  760. package/types/x-modules/tagging/components/index.d.ts +2 -0
  761. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  762. package/types/x-modules/tagging/components/tagging.vue.d.ts +47 -0
  763. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  764. package/types/x-modules/tagging/config.types.d.ts +9 -0
  765. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  766. package/types/x-modules/tagging/events.types.d.ts +20 -0
  767. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  768. package/types/x-modules/tagging/index.d.ts +2 -0
  769. package/types/x-modules/tagging/index.d.ts.map +1 -1
  770. package/types/x-modules/tagging/service/index.d.ts +3 -0
  771. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  772. package/types/x-modules/tagging/service/session.service.d.ts +37 -0
  773. package/types/x-modules/tagging/service/session.service.d.ts.map +1 -0
  774. package/types/x-modules/tagging/service/types.d.ts +21 -0
  775. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  776. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  777. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  778. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  779. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  780. package/types/x-modules/tagging/store/emitters.d.ts +3 -1
  781. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  782. package/types/x-modules/tagging/store/index.d.ts +1 -0
  783. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  784. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  785. package/types/x-modules/tagging/store/types.d.ts +34 -0
  786. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  787. package/types/x-modules/tagging/wiring.d.ts +42 -1
  788. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  789. package/types/x-modules/url/store/module.d.ts.map +1 -1
  790. package/types/x-modules/url/store/types.d.ts +6 -0
  791. package/types/x-modules/url/store/types.d.ts.map +1 -1
  792. package/types/x-modules/url/wiring.d.ts +9 -0
  793. package/types/x-modules/url/wiring.d.ts.map +1 -1
  794. package/types/x-modules/x-modules.types.d.ts +3 -1
  795. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  796. package/url/index.js +1 -1
  797. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  798. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  799. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  800. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  801. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  802. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  803. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  804. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  805. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  806. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  807. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  808. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  809. package/docs/API-reference/api/x-components.identifierresultsactions.seturlparams.md +0 -24
  810. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  811. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  812. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  813. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  814. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  815. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  816. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  817. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  818. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  819. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  820. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  821. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  822. package/docs/css/global.scss +0 -1
  823. package/docs/css/utils/utils.scss +0 -35
  824. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  825. package/docs/css/xcomponents/index.scss +0 -16
  826. package/docs/css/xcomponents/search-input.scss +0 -10
  827. package/docs/css/xcomponents/suggestions.scss +0 -19
  828. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  829. package/docs/guide/getting-started/components/live-examples.md +0 -100
  830. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  831. package/docs/guide/getting-started/components/search-button.md +0 -98
  832. package/docs/guide/getting-started/components/search-input.md +0 -105
  833. package/docs/guide/getting-started/install-xplugin.md +0 -72
  834. package/docs/guide/getting-started/use-components.md +0 -75
  835. package/docs/guide/install.md +0 -30
  836. package/docs/react-components/ReactComponents.jsx +0 -46
  837. package/docs/react-components/Utils.jsx +0 -34
  838. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  839. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  840. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  841. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  842. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  843. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  844. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  845. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  846. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  847. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js +0 -17
  848. package/js/x-modules/identifier-results/store/actions/set-url-params.action.js.map +0 -1
  849. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  850. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  851. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  852. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  853. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  854. package/types/types/query-origin.d.ts +0 -7
  855. package/types/types/query-origin.d.ts.map +0 -1
  856. package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts.map +0 -1
@@ -0,0 +1,133 @@
1
+ ---
2
+ id: x-components.README
3
+ title: README
4
+ sidebar_label: README
5
+ ---
6
+ ---
7
+ title: How Interface X works
8
+ tags:
9
+ - x components
10
+ - interface x
11
+ - x architecture
12
+ - architecture
13
+ ---
14
+
15
+ # How Interface X works
16
+
17
+ <img :src="$withBase('/assets/media/interfacex-architecture.svg')" alt="Interface X architecture">
18
+
19
+ <FootNote>
20
+
21
+ Data journey: The frontend components collect user interactions or events. The wiring orchestrates
22
+ the UI events by emitting actions for the client API through the adapter. The API returns the
23
+ required data, travelling to the Vuex store through actions that can modify the app data state in
24
+ the Vuex store with mutation objects. The UI components are bound to the data state, so that they
25
+ render the new state to the user.
26
+
27
+ </FootNote>
28
+
29
+ ## Understand how the pieces work together
30
+
31
+ The Interface&nbsp;X architecture is designed into separate tiers and elements:
32
+
33
+ 1. **Presentation tier**. Mainly represented by the UI **components**, responsible for determining
34
+ how to display the data. It not only presents data in an understandable manner to users, but
35
+ also monitors user interactions, emitting events to the Interface&nbsp;X application.
36
+
37
+ Components can be customised according to client requirements, even allowing custom CSS styles.
38
+
39
+ 2. **Orchestration tier**. The x-factor in charge of orchestrating all the event wiring. When an
40
+ event is emitted, other components are listening to it to react. This behavioural connection
41
+ between components through events is the **wiring**. Then, the wiring decides what happens when
42
+ an event is emitted in the Presentation layer.
43
+
44
+ The wiring is customisable and flexible to meet client requirements. The behaviour can change
45
+ without modifying the entire application. The event-driven operators in charge of the wiring
46
+ routing logic enable different wiring configurations per event.
47
+
48
+ 3. **Business logic tier**. The heart of the app in charge of keeping all the data processing,
49
+ where:
50
+ - UI events emit **actions** for the client API. These actions can modify the state of the
51
+ store.
52
+ - The **store** holds all the app data that should be presented to the user at any given time.
53
+ It acts as a single source of truth, providing great performance and reactivity.
54
+
55
+ The Interface&nbsp;X app needs an **adapter** to handle all client API communications. The API
56
+ adapter mainly translates the related app data and use models to the client API and vice versa,
57
+ solving any incompatibility issues. It is the entry point for all external data into the
58
+ application.
59
+
60
+ The API adapter can be customised and extended to meet the client requirements. It’s a plug-in
61
+ element that can be changed and adjusted to the specific client API, even when using other search
62
+ services not based on the Empathy search API.
63
+
64
+ ::: note Architecture patterns
65
+ If you’re already experienced in the Vue universe, you’ll find the Interface&nbsp;X architecture
66
+ somewhat familiar. Although the [ViewModel layer](https://012.vuejs.org/guide/#Introduction) of the
67
+ **MVVM pattern** sprinkles traces all over the presentation tier, the Interface X architecture is
68
+ basically inspired by the
69
+ [**Flux pattern**](https://vuex.vuejs.org/#what-is-a-state-management-pattern) behind the state. As
70
+ the X&nbsp;Components emit events that dispatch actions in the business logic tier, these actions
71
+ can commit mutations to modify the state of the store.
72
+ To sum up, the design of Interface&nbsp;X takes advantage of the MVVM and Flux patterns to design,
73
+ develop, and configure each tier separately and independently. :::
74
+
75
+ ## Technical stack
76
+
77
+ - [Vue.js](https://vuejs.org/) framework
78
+ - JavaScript + [TypeScript](https://www.typescriptlang.org/) languages
79
+ - [RxJS](https://rxjs.dev/) for the wiring configuration logic
80
+
81
+ **The story so far**
82
+ Not long ago, exploring alternative options for the architecture design and technical stack became a
83
+ must. There were several design challenges that needed to be overcome to make the frontend service
84
+ easier to configure:
85
+
86
+ - Improve reusability and performance that were hindered by the logic in components and the bundle
87
+ size
88
+ - Facilitate setup by solving synchronicity and extendability problems
89
+ - Provide easier maintenance over time, reducing regression issues
90
+
91
+ After studying different approaches to build fast and reusable components, **Vue.js** (also Vue)
92
+ seemed to be the best fit for the technical requirements and the level of abstraction required.
93
+
94
+ Revamping the architecture and technical stack has helped the former frontend services to evolve
95
+ into the latest Interface&nbsp;X application. Now, all the required **attributes and design
96
+ principles** are combined to make the solution easy to implement, change, test, and reuse:
97
+
98
+ - **Flexible**. Make changes to any element without impacting the rest of the app. For example, you
99
+ can modify a visual component without impacting the business logic.
100
+ - **Customizable & extensible**. Add new custom components andor features.
101
+ - **Lightweight**. The bundle includes only the modules you want. You’ll get only the code you
102
+ really need.
103
+ - **Incremental**. The modules interact and communicate automatically with each other. The more
104
+ modules you use, the more features you get.
105
+ - **Easy-to-integrate**. Install the library as an NPM dependency in Vue and React projects.
106
+ Interface X can be used in any webpage, as long as it is integrated as an isolated search layer.
107
+
108
+ **Why Vue?**
109
+ Due to the flexibility required, using a library for the presentation layer instead of a
110
+ full-fledged framework is the best choice. Among the state-of-the-art technologies available for
111
+ building component-based UIs, Vue meets all the requirements:
112
+
113
+ - Lightweight, flexible, and stand-alone library
114
+ - Easy to learn and use with a user-friendly template syntax
115
+ - Smooth dynamic components and composition creation
116
+ - Outperformance with reactive approach, proxies, and interceptors
117
+ - Out-of-the-box solution, allowing you to focus just on developing features
118
+ - Small bundle size with no dependencies
119
+
120
+ **How does Vue meet the design challenges?**
121
+
122
+ - Stateless components. Centralised management through the Vuex library reduces the logic in
123
+ components.
124
+ - Smooth setups. Dynamic component creation helps to track the modified data and re-render only the
125
+ required components.
126
+ - Improved performance out of the box
127
+ - Seamless maintenance. Framework or library-agnostic
128
+
129
+ ::: note
130
+ Interface&nbsp;X can potentially be integrated in commerce shops built with React. In any case,
131
+ Interface&nbsp;X can be used in any webpage, as long as it is integrated as an isolated search
132
+ layer.
133
+ :::
package/docs/sidebar.json CHANGED
@@ -1 +1 @@
1
- {"API Reference":[{"Components":[{"Common":[{"Animations":["front/xcomponents/API-reference/components/common/animations/x-components.x-components.animate-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-from-top","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-height","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.cross-fade","front/xcomponents/API-reference/components/common/animations/x-components.x-components.fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.staggered-fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-left","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-right"]},{"Column Picker":["front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-dropdown","front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-list"]},{"Currency":["front/xcomponents/API-reference/components/common/currency/x-components.x-components.base-currency"]},{"Filters":[{"Labels":["front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-price-filter-label","front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-rating-filter-label"]}]},{"Icons":["front/xcomponents/API-reference/components/common/icons/x-components.x-components.arrow","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bag","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bar-code","front/xcomponents/API-reference/components/common/icons/x-components.x-components.barcode-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cart","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross","front/xcomponents/API-reference/components/common/icons/x-components.x-components.filters","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-1-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-2-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.hide","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history","front/xcomponents/API-reference/components/common/icons/x-components.x-components.menu","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-1","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-2","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-3","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-4","front/xcomponents/API-reference/components/common/icons/x-components.x-components.plus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search","front/xcomponents/API-reference/components/common/icons/x-components.x-components.show","front/xcomponents/API-reference/components/common/icons/x-components.x-components.star","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash-open","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending","front/xcomponents/API-reference/components/common/icons/x-components.x-components.user"]},{"Layouts":["front/xcomponents/API-reference/components/common/layouts/x-components.x-components.fixed-header-and-asides-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.multi-column-max-width-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.single-column-layout"]},{"Modals":["front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-modal"]},{"Panels":["front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-header-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel-button","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-toggle-panel"]},{"Result":["front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-add-to-cart","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-current-price","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-fallback-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-link","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-placeholder-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-previous-price"]},{"Scroll":["front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-id-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-main-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll-to-top","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll"]},{"Suggestions":["front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestion","front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestions"]},"front/xcomponents/API-reference/components/common/x-components.x-components.auto-progress-bar","front/xcomponents/API-reference/components/common/x-components.x-components.base-dropdown","front/xcomponents/API-reference/components/common/x-components.x-components.base-event-button","front/xcomponents/API-reference/components/common/x-components.x-components.base-grid","front/xcomponents/API-reference/components/common/x-components.x-components.base-keyboard-navigation","front/xcomponents/API-reference/components/common/x-components.x-components.base-rating","front/xcomponents/API-reference/components/common/x-components.x-components.base-variable-column-grid","front/xcomponents/API-reference/components/common/x-components.x-components.items-list","front/xcomponents/API-reference/components/common/x-components.x-components.sliding-panel","front/xcomponents/API-reference/components/common/x-components.x-components.staggering-transition-group"]},{"Device":["front/xcomponents/API-reference/components/device/x-components.x-components.device-detector"]},{"Empathize":["front/xcomponents/API-reference/components/empathize/x-components.x-components.empathize"]},{"Extra Params":["front/xcomponents/API-reference/components/extra-params/x-components.x-components.extra-params","front/xcomponents/API-reference/components/extra-params/x-components.x-components.renderless-extra-param","front/xcomponents/API-reference/components/extra-params/x-components.x-components.snippet-config-extra-params"]},{"Facets":["front/xcomponents/API-reference/components/facets/x-components.x-components.clear-filters",{"Facets":["front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets-provider","front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets"]},{"Filters":["front/xcomponents/API-reference/components/facets/x-components.filters/x-components.all-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.base-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.editable-number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.hierarchical-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.renderless-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.simple-filter"]},{"Lists":["front/xcomponents/API-reference/components/facets/x-components.lists/x-components.exclude-filters-with-no-results","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-search","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sliced-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sorted-filters"]}]},{"History Queries":["front/xcomponents/API-reference/components/history-queries/x-components.x-components.clear-history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-query","front/xcomponents/API-reference/components/history-queries/x-components.x-components.remove-history-query"]},{"Identifier Results":["front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-result","front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-results"]},{"Next Queries":["front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries-list","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-query"]},{"Popular Searches":["front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-search","front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-searches"]},{"Query Suggestions":["front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestion","front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestions"]},{"Recommendations":["front/xcomponents/API-reference/components/recommendations/x-components.x-components.recommendations"]},{"Related Tags":["front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tag","front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tags"]},{"Search Box":["front/xcomponents/API-reference/components/search-box/x-components.x-components.clear-search-input","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-button","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-input"]},{"Search":["front/xcomponents/API-reference/components/search/x-components.x-components.banner","front/xcomponents/API-reference/components/search/x-components.x-components.banners-list","front/xcomponents/API-reference/components/search/x-components.x-components.partial-query-button","front/xcomponents/API-reference/components/search/x-components.x-components.partial-results-list","front/xcomponents/API-reference/components/search/x-components.x-components.promoted","front/xcomponents/API-reference/components/search/x-components.x-components.promoteds-list","front/xcomponents/API-reference/components/search/x-components.x-components.redirection","front/xcomponents/API-reference/components/search/x-components.x-components.results-list","front/xcomponents/API-reference/components/search/x-components.x-components.sort-dropdown","front/xcomponents/API-reference/components/search/x-components.x-components.sort-list","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck-button","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck"]},{"Url":["front/xcomponents/API-reference/components/url/x-components.x-components.url-handler"]}]}],"Guide":[{"Getting Started":[{"Components":["front/xcomponents/guide/getting-started/components/x-components.clear-search-input","front/xcomponents/guide/getting-started/components/x-components.live-examples","front/xcomponents/guide/getting-started/components/x-components.query-suggestions","front/xcomponents/guide/getting-started/components/x-components.search-button","front/xcomponents/guide/getting-started/components/x-components.search-input"]},"front/xcomponents/guide/getting-started/x-components.install-xplugin","front/xcomponents/guide/getting-started/x-components.use-components"]},"front/xcomponents/guide/x-components.install"]}
1
+ {"API Reference":[{"Components":[{"Common":[{"Animations":["front/xcomponents/API-reference/components/common/animations/x-components.x-components.animate-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-from-top","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-height","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.cross-fade","front/xcomponents/API-reference/components/common/animations/x-components.x-components.fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.staggered-fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-left","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-right"]},{"Column Picker":["front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-dropdown","front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-list"]},{"Currency":["front/xcomponents/API-reference/components/common/currency/x-components.x-components.base-currency"]},{"Filters":[{"Labels":["front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-price-filter-label","front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-rating-filter-label"]}]},{"Icons":["front/xcomponents/API-reference/components/common/icons/x-components.x-components.arrow","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bag","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bar-code","front/xcomponents/API-reference/components/common/icons/x-components.x-components.barcode-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cart","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross","front/xcomponents/API-reference/components/common/icons/x-components.x-components.filters","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-1-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-2-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.hide","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history","front/xcomponents/API-reference/components/common/icons/x-components.x-components.menu","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-1","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-2","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-3","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-4","front/xcomponents/API-reference/components/common/icons/x-components.x-components.plus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search","front/xcomponents/API-reference/components/common/icons/x-components.x-components.show","front/xcomponents/API-reference/components/common/icons/x-components.x-components.star","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash-open","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending","front/xcomponents/API-reference/components/common/icons/x-components.x-components.user"]},{"Layouts":["front/xcomponents/API-reference/components/common/layouts/x-components.x-components.fixed-header-and-asides-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.multi-column-max-width-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.single-column-layout"]},{"Modals":["front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-modal"]},{"Panels":["front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-header-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel-button","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-toggle-panel"]},{"Result":["front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-add-to-cart","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-current-price","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-fallback-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-link","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-placeholder-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-previous-price"]},{"Scroll":["front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll"]},{"Suggestions":["front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestion","front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestions"]},"front/xcomponents/API-reference/components/common/x-components.x-components.auto-progress-bar","front/xcomponents/API-reference/components/common/x-components.x-components.base-dropdown","front/xcomponents/API-reference/components/common/x-components.x-components.base-event-button","front/xcomponents/API-reference/components/common/x-components.x-components.base-grid","front/xcomponents/API-reference/components/common/x-components.x-components.base-keyboard-navigation","front/xcomponents/API-reference/components/common/x-components.x-components.base-rating","front/xcomponents/API-reference/components/common/x-components.x-components.base-variable-column-grid","front/xcomponents/API-reference/components/common/x-components.x-components.global-x-bus","front/xcomponents/API-reference/components/common/x-components.x-components.items-list","front/xcomponents/API-reference/components/common/x-components.x-components.location-provider","front/xcomponents/API-reference/components/common/x-components.x-components.sliding-panel","front/xcomponents/API-reference/components/common/x-components.x-components.snippet-callbacks","front/xcomponents/API-reference/components/common/x-components.x-components.staggering-transition-group"]},{"Device":["front/xcomponents/API-reference/components/device/x-components.x-components.device-detector"]},{"Empathize":["front/xcomponents/API-reference/components/empathize/x-components.x-components.empathize"]},{"Extra Params":["front/xcomponents/API-reference/components/extra-params/x-components.x-components.extra-params","front/xcomponents/API-reference/components/extra-params/x-components.x-components.renderless-extra-param","front/xcomponents/API-reference/components/extra-params/x-components.x-components.snippet-config-extra-params"]},{"Facets":["front/xcomponents/API-reference/components/facets/x-components.x-components.clear-filters",{"Facets":["front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets-provider","front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets"]},{"Filters":["front/xcomponents/API-reference/components/facets/x-components.filters/x-components.all-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.base-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.editable-number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.hierarchical-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.renderless-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.simple-filter"]},{"Lists":["front/xcomponents/API-reference/components/facets/x-components.lists/x-components.exclude-filters-with-no-results","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-search","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sliced-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sorted-filters"]}]},{"History Queries":["front/xcomponents/API-reference/components/history-queries/x-components.x-components.clear-history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-query","front/xcomponents/API-reference/components/history-queries/x-components.x-components.remove-history-query"]},{"Identifier Results":["front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-result","front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-results"]},{"Next Queries":["front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries-list","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-query"]},{"Popular Searches":["front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-search","front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-searches"]},{"Query Suggestions":["front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestion","front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestions"]},{"Recommendations":["front/xcomponents/API-reference/components/recommendations/x-components.x-components.recommendations"]},{"Related Tags":["front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tag","front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tags"]},{"Scroll":["front/xcomponents/API-reference/components/scroll/x-components.x-components.main-scroll-item","front/xcomponents/API-reference/components/scroll/x-components.x-components.main-scroll","front/xcomponents/API-reference/components/scroll/x-components.x-components.scroll-to-top","front/xcomponents/API-reference/components/scroll/x-components.x-components.scroll","front/xcomponents/API-reference/components/scroll/x-components.x-components.window-scroll"]},{"Search Box":["front/xcomponents/API-reference/components/search-box/x-components.x-components.clear-search-input","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-button","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-input"]},{"Search":["front/xcomponents/API-reference/components/search/x-components.x-components.banner","front/xcomponents/API-reference/components/search/x-components.x-components.banners-list","front/xcomponents/API-reference/components/search/x-components.x-components.partial-query-button","front/xcomponents/API-reference/components/search/x-components.x-components.partial-results-list","front/xcomponents/API-reference/components/search/x-components.x-components.promoted","front/xcomponents/API-reference/components/search/x-components.x-components.promoteds-list","front/xcomponents/API-reference/components/search/x-components.x-components.redirection","front/xcomponents/API-reference/components/search/x-components.x-components.results-list","front/xcomponents/API-reference/components/search/x-components.x-components.sort-dropdown","front/xcomponents/API-reference/components/search/x-components.x-components.sort-list","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck-button","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck"]},{"Tagging":["front/xcomponents/API-reference/components/tagging/x-components.x-components.tagging"]},{"Url":["front/xcomponents/API-reference/components/url/x-components.x-components.url-handler"]}]}],"Build Search Ui":["front/xcomponents/build-search-ui/x-components.README","front/xcomponents/build-search-ui/x-components.web-archetype-integration-guide","front/xcomponents/build-search-ui/x-components.web-use-x-components-guide","front/xcomponents/build-search-ui/x-components.web-x-components-integration-guide",{"X Architecture":["front/xcomponents/build-search-ui/x-architecture/x-components.README"]}]}
@@ -1,12 +1,13 @@
1
1
  export { cancelFetchAndSaveIdentifierResults, fetchAndSaveIdentifierResults } from '../js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js';
2
2
  export { fetchIdentifierResults } from '../js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js';
3
+ export { saveOrigin } from '../js/x-modules/identifier-results/store/actions/save-origin.action.js';
3
4
  export { saveQuery } from '../js/x-modules/identifier-results/store/actions/save-query.action.js';
4
5
  export { identifierDetectionRegexp } from '../js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js';
5
6
  export { identifierHighlightRegexp } from '../js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js';
6
7
  export { identifierResultsRequest } from '../js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js';
7
8
  export { identifierResultsXStoreModule } from '../js/x-modules/identifier-results/store/module.js';
8
9
  export { identifierResultsEmitters } from '../js/x-modules/identifier-results/store/emitters.js';
9
- export { cancelFetchAndSaveIdentifierResultsWire, clearIdentifierResultsQuery, fetchAndSaveIdentifierResultsWire, identifierResultsWiring, setIdentifierResultsQuery } from '../js/x-modules/identifier-results/wiring.js';
10
+ export { cancelFetchAndSaveIdentifierResultsWire, clearIdentifierResultsQuery, fetchAndSaveIdentifierResultsWire, identifierResultsWiring, saveIdentifierResultsOriginWire, setIdentifierResultsExtraParams, setIdentifierResultsQuery } from '../js/x-modules/identifier-results/wiring.js';
10
11
  export { identifierResultsXModule } from '../js/x-modules/identifier-results/x-module.js';
11
12
  export { default as IdentifierResult } from '../js/x-modules/identifier-results/components/identifier-result.vue.js';
12
13
  export { default as IdentifierResults } from '../js/x-modules/identifier-results/components/identifier-results.vue.js';
@@ -6,7 +6,7 @@ import __vue_create_injector__ from 'vue-runtime-helpers/dist/inject-style/brows
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -6,7 +6,7 @@ import script from './collapse-from-top.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -6,7 +6,7 @@ import script from './collapse-height.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -18,8 +18,8 @@ var __vue_render__ = function() {
18
18
  on: {
19
19
  enter: _vm.expand,
20
20
  "after-enter": _vm.cleanUpAnimationStyles,
21
- leave: _vm.collapse
22
- }
21
+ leave: _vm.collapse,
22
+ },
23
23
  },
24
24
  _vm.$listeners
25
25
  ),
@@ -6,7 +6,7 @@ import script from './collapse-width.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -18,8 +18,8 @@ var __vue_render__ = function() {
18
18
  on: {
19
19
  enter: _vm.expand,
20
20
  "after-enter": _vm.cleanUpAnimationStyles,
21
- leave: _vm.collapse
22
- }
21
+ leave: _vm.collapse,
22
+ },
23
23
  },
24
24
  _vm.$listeners
25
25
  ),
@@ -6,7 +6,7 @@ import script from './cross-fade.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -6,7 +6,7 @@ import script from './fade-and-slide.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -15,7 +15,7 @@ var __vue_render__ = function() {
15
15
  _vm._g(
16
16
  {
17
17
  staticClass: "x-fade-and-slide",
18
- attrs: { appear: "", name: "x-fade-and-slide-", tag: _vm.tag }
18
+ attrs: { appear: "", name: "x-fade-and-slide-", tag: _vm.tag },
19
19
  },
20
20
  _vm.$listeners
21
21
  ),
@@ -6,7 +6,7 @@ import script from './staggered-fade-and-slide.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -16,7 +16,7 @@ var __vue_render__ = function() {
16
16
  _vm._b(
17
17
  {
18
18
  staticClass: "x-staggered-fade-and-slide",
19
- attrs: { appear: "", name: "x-staggered-fade-and-slide-" }
19
+ attrs: { appear: "", name: "x-staggered-fade-and-slide-" },
20
20
  },
21
21
  "staggering-transition-group",
22
22
  _vm.$attrs,
@@ -6,7 +6,7 @@ import script from './translate-from-left.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -6,7 +6,7 @@ import script from './translate-from-right.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -6,7 +6,7 @@ import script from './auto-progress-bar.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -15,15 +15,14 @@ var __vue_render__ = function() {
15
15
  "div",
16
16
  {
17
17
  staticClass: "x-progress-bar",
18
- attrs: { "data-test": "progress-bar", role: "progressbar" }
18
+ attrs: { "data-test": "progress-bar", role: "progressbar" },
19
19
  },
20
20
  [
21
21
  _c("div", {
22
22
  staticClass: "x-progress-bar__line",
23
23
  style: _vm.cssStyles,
24
- attrs: { "data-test": "progress-bar-line" }
25
- })
26
- ]
24
+ attrs: { "data-test": "progress-bar-line" },
25
+ }) ]
27
26
  )
28
27
  : _vm._e()
29
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"auto-progress-bar.vue.js","sources":["../../../src/components/auto-progress-bar.vue"],"sourcesContent":["<template>\n <div v-if=\"isLoading\" class=\"x-progress-bar\" data-test=\"progress-bar\" role=\"progressbar\">\n <div class=\"x-progress-bar__line\" :style=\"cssStyles\" data-test=\"progress-bar-line\"></div>\n </div>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n\n /**\n * An auto progress bar component.\n *\n * @public\n */\n @Component\n export default class AutoProgressBar extends Vue {\n /**\n * A boolean flag indicating if the bar is loading.\n *\n * @public\n */\n @Prop({ default: true })\n public isLoading!: boolean;\n\n /**\n * The duration in seconds of the progress bar.\n *\n * @public\n */\n @Prop({ default: 5 })\n public durationInSeconds!: number;\n\n /**\n * Computed property to calculate the animation's duration.\n *\n * @returns The CSS styles of the animation.\n *\n * @internal\n */\n protected get cssStyles(): Partial<CSSStyleDeclaration> {\n return { animationDuration: `${this.durationInSeconds}s` };\n }\n }\n</script>\n\n<style lang=\"scss\">\n .x-progress-bar {\n display: inline-block;\n overflow: hidden;\n background-color: var(--x-color-background-progress-bar-default, #b3b3b3);\n border-radius: var(--x-size-border-radius-progress-bar-default, 24px);\n\n &__line {\n height: var(--x-size-height-progress-bar-line-default, 4px);\n width: var(--x-size-width-progress-bar-line-default, 272px);\n background-color: var(--x-color-background-progress-bar-line-default, #1a1a1a);\n border-radius: var(--x-size-border-radius-progress-bar-default, 24px);\n animation: slide linear;\n transform-origin: left;\n }\n }\n @keyframes slide {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(0);\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n## See it in action\n\nHere you have a basic example of how the auto progress bar is rendered.\n\n```vue\n<template>\n <AutoProgressBar :isLoading=\"isLoading\" :durationInSeconds=\"delayInSeconds\" />\n</template>\n\n<script>\n export default {\n name: 'AutoProgressBarDemo',\n data() {\n return {\n isLoading: true,\n durationInSeconds: 100\n };\n }\n };\n</script>\n```\n\n### Play with props\n\nIn this example, the auto progress bar has been set to do an animation for 5 seconds. There is a way\nto cancel the animation by sending the isLoading prop to false.\n\n```vue\n<template>\n <AutoProgressBar :durationInSeconds=\"5\" :isLoading=\"true\" />\n</template>\n\n<script>\n export default {\n name: 'AutoProgressBarDemo'\n };\n</script>\n```\n\n## Events\n\nThis component emits the following events:\n\n- `UserClickedARedirection` after the user clicks the redirection button.\n- `UserClickedAbortARedirection` after the user clicks the abort redirection button.\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"auto-progress-bar.vue.js","sources":["../../../src/components/auto-progress-bar.vue"],"sourcesContent":["<template>\n <div v-if=\"isLoading\" class=\"x-progress-bar\" data-test=\"progress-bar\" role=\"progressbar\">\n <div class=\"x-progress-bar__line\" :style=\"cssStyles\" data-test=\"progress-bar-line\"></div>\n </div>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n\n /**\n * An auto progress bar component.\n *\n * @public\n */\n @Component\n export default class AutoProgressBar extends Vue {\n /**\n * A boolean flag indicating if the bar is loading.\n *\n * @public\n */\n @Prop({ default: true })\n public isLoading!: boolean;\n\n /**\n * The duration in seconds of the progress bar.\n *\n * @public\n */\n @Prop({ default: 5 })\n public durationInSeconds!: number;\n\n /**\n * Computed property to calculate the animation's duration.\n *\n * @returns The CSS styles of the animation.\n *\n * @internal\n */\n protected get cssStyles(): Partial<CSSStyleDeclaration> {\n return { animationDuration: `${this.durationInSeconds}s` };\n }\n }\n</script>\n\n<style lang=\"scss\">\n .x-progress-bar {\n display: inline-block;\n overflow: hidden;\n background-color: var(--x-color-background-progress-bar-default, #b3b3b3);\n border-radius: var(--x-size-border-radius-progress-bar-default, 24px);\n\n &__line {\n height: var(--x-size-height-progress-bar-line-default, 4px);\n width: var(--x-size-width-progress-bar-line-default, 272px);\n background-color: var(--x-color-background-progress-bar-line-default, #1a1a1a);\n border-radius: var(--x-size-border-radius-progress-bar-default, 24px);\n animation: slide linear;\n transform-origin: left;\n }\n }\n @keyframes slide {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(0);\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n## See it in action\n\nHere you have a basic example of how the auto progress bar is rendered.\n\n```vue\n<template>\n <AutoProgressBar :isLoading=\"isLoading\" :durationInSeconds=\"delayInSeconds\" />\n</template>\n\n<script>\n export default {\n name: 'AutoProgressBarDemo',\n data() {\n return {\n isLoading: true,\n durationInSeconds: 100\n };\n }\n };\n</script>\n```\n\n### Play with props\n\nIn this example, the auto progress bar has been set to do an animation for 5 seconds. There is a way\nto cancel the animation by sending the isLoading prop to false.\n\n```vue\n<template>\n <AutoProgressBar :durationInSeconds=\"5\" :isLoading=\"true\" />\n</template>\n\n<script>\n export default {\n name: 'AutoProgressBarDemo'\n };\n</script>\n```\n\n## Events\n\nThis component emits the following events:\n\n- `UserClickedARedirection` after the user clicks the redirection button.\n- `UserClickedAbortARedirection` after the user clicks the abort redirection button.\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -6,7 +6,7 @@ import script from './base-dropdown.vue_rollup-plugin-vue=script.js';
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -18,20 +18,19 @@ var __vue_render__ = function() {
18
18
  on: {
19
19
  keydown: [
20
20
  _vm.updateSearchBuffer,
21
- function($event) {
21
+ function ($event) {
22
22
  if (
23
23
  !$event.type.indexOf("key") &&
24
24
  _vm._k($event.keyCode, "down", 40, $event.key, [
25
25
  "Down",
26
- "ArrowDown"
27
- ])
26
+ "ArrowDown" ])
28
27
  ) {
29
28
  return null
30
29
  }
31
30
  $event.preventDefault();
32
31
  return _vm.highlightNextItem.apply(null, arguments)
33
32
  },
34
- function($event) {
33
+ function ($event) {
35
34
  if (
36
35
  !$event.type.indexOf("key") &&
37
36
  _vm._k($event.keyCode, "up", 38, $event.key, ["Up", "ArrowUp"])
@@ -40,9 +39,8 @@ var __vue_render__ = function() {
40
39
  }
41
40
  $event.preventDefault();
42
41
  return _vm.highlightPreviousItem.apply(null, arguments)
43
- }
44
- ]
45
- }
42
+ } ],
43
+ },
46
44
  },
47
45
  [
48
46
  _c(
@@ -52,43 +50,40 @@ var __vue_render__ = function() {
52
50
  attrs: { "aria-haspopup": "listbox", "data-test": "dropdown-toggle" },
53
51
  on: {
54
52
  click: _vm.toggle,
55
- keydown: function($event) {
53
+ keydown: function ($event) {
56
54
  if (
57
55
  !$event.type.indexOf("key") &&
58
56
  _vm._k($event.keyCode, "up", 38, $event.key, [
59
57
  "Up",
60
- "ArrowUp"
61
- ]) &&
58
+ "ArrowUp" ]) &&
62
59
  _vm._k($event.keyCode, "down", 40, $event.key, [
63
60
  "Down",
64
- "ArrowDown"
65
- ])
61
+ "ArrowDown" ])
66
62
  ) {
67
63
  return null
68
64
  }
69
65
  $event.preventDefault();
70
66
  $event.stopPropagation();
71
67
  return _vm.open.apply(null, arguments)
72
- }
73
- }
68
+ },
69
+ },
74
70
  },
75
71
  [
76
72
  _vm.$scopedSlots.toggle
77
73
  ? _vm._t(
78
74
  "toggle",
79
- function() {
75
+ function () {
80
76
  return [_vm._v("\n " + _vm._s(_vm.value) + "\n ")]
81
77
  },
82
78
  { isOpen: _vm.isOpen, item: _vm.value }
83
79
  )
84
80
  : _vm._t(
85
81
  "item",
86
- function() {
82
+ function () {
87
83
  return [_vm._v(_vm._s(_vm.value))]
88
84
  },
89
85
  { item: _vm.value }
90
- )
91
- ],
86
+ ) ],
92
87
  2
93
88
  ),
94
89
  _vm._v(" "),
@@ -100,11 +95,11 @@ var __vue_render__ = function() {
100
95
  staticClass: "x-dropdown__items-list",
101
96
  attrs: {
102
97
  "aria-expanded": _vm.isOpen.toString(),
103
- role: "listbox"
98
+ role: "listbox",
104
99
  },
105
100
  on: {
106
101
  keydown: [
107
- function($event) {
102
+ function ($event) {
108
103
  if (
109
104
  !$event.type.indexOf("key") &&
110
105
  _vm._k(
@@ -119,19 +114,18 @@ var __vue_render__ = function() {
119
114
  }
120
115
  return _vm.highlightLastItem.apply(null, arguments)
121
116
  },
122
- function($event) {
117
+ function ($event) {
123
118
  if (
124
119
  !$event.type.indexOf("key") &&
125
120
  _vm._k($event.keyCode, "esc", 27, $event.key, [
126
121
  "Esc",
127
- "Escape"
128
- ])
122
+ "Escape" ])
129
123
  ) {
130
124
  return null
131
125
  }
132
126
  return _vm.close.apply(null, arguments)
133
127
  },
134
- function($event) {
128
+ function ($event) {
135
129
  if (
136
130
  !$event.type.indexOf("key") &&
137
131
  _vm._k(
@@ -145,16 +139,15 @@ var __vue_render__ = function() {
145
139
  return null
146
140
  }
147
141
  return _vm.highlightFirstItem.apply(null, arguments)
148
- }
149
- ]
150
- }
142
+ } ],
143
+ },
151
144
  },
152
- _vm._l(_vm.items, function(item, index) {
145
+ _vm._l(_vm.items, function (item, index) {
153
146
  return _c(
154
147
  "li",
155
148
  {
156
149
  key: item.id || item,
157
- staticClass: "x-dropdown__list-item"
150
+ staticClass: "x-dropdown__list-item",
158
151
  },
159
152
  [
160
153
  _c(
@@ -171,41 +164,36 @@ var __vue_render__ = function() {
171
164
  "aria-current": (item === _vm.value).toString(),
172
165
  "data-test": "dropdown-item",
173
166
  role: "option",
174
- tabindex: "-1"
167
+ tabindex: "-1",
175
168
  },
176
169
  on: {
177
- click: function($event) {
170
+ click: function ($event) {
178
171
  return _vm.emitSelectedItemChanged(item)
179
- }
180
- }
172
+ },
173
+ },
181
174
  },
182
175
  [
183
176
  _vm._t(
184
177
  "item",
185
- function() {
178
+ function () {
186
179
  return [
187
180
  _vm._v(
188
181
  "\n " + _vm._s(item) + "\n "
189
- )
190
- ]
182
+ ) ]
191
183
  },
192
184
  {
193
185
  isHighlighted: index === _vm.highlightedItemIndex,
194
186
  isSelected: item === _vm.value,
195
- item: item
187
+ item: item,
196
188
  }
197
- )
198
- ],
189
+ ) ],
199
190
  2
200
- )
201
- ]
191
+ ) ]
202
192
  )
203
193
  }),
204
194
  0
205
195
  )
206
- : _vm._e()
207
- ])
208
- ],
196
+ : _vm._e() ]) ],
209
197
  1
210
198
  )
211
199
  };