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

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 (568) hide show
  1. package/CHANGELOG.md +116 -0
  2. package/core/index.js +24 -22
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +1 -0
  5. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +11 -0
  6. package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
  7. package/docs/API-reference/api/x-components.baseresultlink.md +1 -1
  8. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  9. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  10. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  11. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  12. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  13. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  14. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  15. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  16. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  17. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  18. package/docs/API-reference/api/x-components.md +12 -7
  19. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  20. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  21. package/docs/API-reference/api/{x-components.namespacedtimeretrieving.md → x-components.namespacedtimeselector.md} +3 -3
  22. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  23. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  24. package/docs/API-reference/api/x-components.relatedtag.md +1 -0
  25. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  26. package/docs/API-reference/api/x-components.searchxevents.md +2 -0
  27. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  28. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  29. package/docs/API-reference/api/x-components.setconsent.md +1 -1
  30. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +1 -1
  31. package/docs/API-reference/api/x-components.setsessionduration.md +1 -1
  32. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  33. package/docs/API-reference/api/x-components.snippetconfig.md +1 -0
  34. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  35. package/docs/API-reference/api/x-components.throttle.md +3 -3
  36. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  37. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  38. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  39. package/docs/API-reference/api/{x-components.timeretrieving.md → x-components.timeselector.md} +3 -3
  40. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  41. package/docs/API-reference/api/{x-components.trackwire.md → x-components.trackquerywire.md} +3 -3
  42. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  43. package/docs/API-reference/api/x-components.xeventstypes.md +0 -1
  44. package/docs/API-reference/api/x-components.xinstaller.md +1 -1
  45. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  46. package/docs/API-reference/api/x-types.relatedtag.md +1 -0
  47. package/docs/API-reference/components/common/animations/x-components.animate-width.md +6 -7
  48. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +7 -8
  49. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +8 -9
  50. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +8 -9
  51. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +7 -8
  52. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +7 -8
  53. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +7 -8
  54. package/docs/API-reference/components/common/{x-components.staggering-transition-group.md → animations/x-components.staggering-transition-group.md} +8 -9
  55. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +7 -8
  56. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +7 -8
  57. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +12 -13
  58. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +11 -12
  59. package/docs/API-reference/components/common/currency/x-components.base-currency.md +9 -12
  60. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +9 -10
  61. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +11 -12
  62. package/docs/API-reference/components/common/icons/x-components.arrow.md +3 -4
  63. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  64. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  65. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  66. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  67. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  68. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  69. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  70. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  71. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  72. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  73. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  74. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  75. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  76. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  77. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  78. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  79. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  80. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  81. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  82. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  83. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  84. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  85. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  86. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  87. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  88. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  89. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  90. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  91. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  92. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  93. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  94. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  95. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  96. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  97. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  98. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  99. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  100. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  101. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  102. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  103. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  104. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  105. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  106. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  107. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +8 -9
  108. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +8 -9
  109. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +6 -5
  110. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +10 -11
  111. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +10 -11
  112. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +15 -16
  113. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +9 -10
  114. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +9 -10
  115. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
  116. package/docs/API-reference/components/common/modals/x-components.base-modal.md +7 -8
  117. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +11 -12
  118. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
  119. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
  120. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
  121. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
  122. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +10 -11
  123. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  124. package/docs/API-reference/components/common/result/x-components.base-result-image.md +9 -10
  125. package/docs/API-reference/components/common/result/x-components.base-result-link.md +15 -24
  126. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  127. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +9 -10
  128. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +8 -9
  129. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +10 -11
  130. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +7 -8
  131. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +5 -6
  132. package/docs/API-reference/components/common/x-components.base-dropdown.md +8 -9
  133. package/docs/API-reference/components/common/x-components.base-event-button.md +11 -12
  134. package/docs/API-reference/components/common/x-components.base-grid.md +15 -16
  135. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +10 -11
  136. package/docs/API-reference/components/common/x-components.base-rating.md +10 -11
  137. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +10 -11
  138. package/docs/API-reference/components/common/x-components.global-x-bus.md +6 -7
  139. package/docs/API-reference/components/common/x-components.items-list.md +6 -5
  140. package/docs/API-reference/components/common/x-components.location-provider.md +6 -7
  141. package/docs/API-reference/components/common/x-components.sliding-panel.md +10 -11
  142. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +6 -7
  143. package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
  144. package/docs/API-reference/components/empathize/x-components.empathize.md +8 -9
  145. package/docs/API-reference/components/extra-params/x-components.extra-params.md +7 -8
  146. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +9 -10
  147. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +6 -7
  148. package/docs/API-reference/components/facets/x-components.clear-filters.md +9 -10
  149. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +10 -11
  150. package/docs/API-reference/components/facets/x-components.facets/facets.md +12 -13
  151. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +15 -16
  152. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +12 -13
  153. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +12 -13
  154. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +9 -10
  155. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +9 -10
  156. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +12 -13
  157. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +10 -11
  158. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +11 -12
  159. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +11 -12
  160. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +9 -10
  161. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +12 -13
  162. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +11 -12
  163. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +11 -12
  164. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +11 -12
  165. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +10 -11
  166. package/docs/API-reference/components/history-queries/x-components.history-queries.md +10 -11
  167. package/docs/API-reference/components/history-queries/x-components.history-query.md +11 -12
  168. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +10 -11
  169. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
  170. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +10 -11
  171. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +7 -8
  172. package/docs/API-reference/components/next-queries/x-components.next-queries.md +14 -15
  173. package/docs/API-reference/components/next-queries/x-components.next-query.md +11 -12
  174. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +11 -12
  175. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +13 -14
  176. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +8 -9
  177. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +8 -9
  178. package/docs/API-reference/components/recommendations/x-components.recommendations.md +14 -15
  179. package/docs/API-reference/components/related-tags/x-components.related-tag.md +19 -17
  180. package/docs/API-reference/components/related-tags/x-components.related-tags.md +19 -19
  181. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +7 -8
  182. package/docs/API-reference/components/scroll/x-components.main-scroll.md +7 -8
  183. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +9 -10
  184. package/docs/API-reference/components/scroll/x-components.scroll.md +25 -30
  185. package/docs/API-reference/components/scroll/x-components.window-scroll.md +13 -16
  186. package/docs/API-reference/components/search/x-components.banner.md +8 -9
  187. package/docs/API-reference/components/search/x-components.banners-list.md +7 -8
  188. package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
  189. package/docs/API-reference/components/search/x-components.partial-results-list.md +11 -12
  190. package/docs/API-reference/components/search/x-components.promoted.md +7 -8
  191. package/docs/API-reference/components/search/x-components.promoteds-list.md +7 -8
  192. package/docs/API-reference/components/search/x-components.redirection.md +8 -9
  193. package/docs/API-reference/components/search/x-components.results-list.md +7 -8
  194. package/docs/API-reference/components/search/x-components.sort-dropdown.md +8 -9
  195. package/docs/API-reference/components/search/x-components.sort-list.md +8 -9
  196. package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
  197. package/docs/API-reference/components/search/x-components.spellcheck.md +11 -12
  198. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +6 -7
  199. package/docs/API-reference/components/search-box/x-components.search-button.md +6 -7
  200. package/docs/API-reference/components/search-box/x-components.search-input.md +7 -8
  201. package/docs/API-reference/components/tagging/x-components.tagging.md +7 -8
  202. package/docs/API-reference/components/url/x-components.url-handler.md +7 -8
  203. package/docs/build-search-ui/README.md +0 -5
  204. package/docs/build-search-ui/web-archetype-development-guide.md +178 -0
  205. package/docs/build-search-ui/web-archetype-integration-guide.md +146 -143
  206. package/docs/build-search-ui/web-use-x-components-guide.md +0 -5
  207. package/docs/build-search-ui/web-x-components-integration-guide.md +3 -8
  208. package/docs/build-search-ui/x-architecture/README.md +0 -5
  209. package/js/components/animations/animate-width.vue.js +2 -2
  210. package/js/components/animations/animate-width.vue.js.map +1 -1
  211. package/js/components/animations/collapse-from-top.vue.js +2 -2
  212. package/js/components/animations/collapse-from-top.vue.js.map +1 -1
  213. package/js/components/animations/collapse-height.vue.js +2 -2
  214. package/js/components/animations/collapse-height.vue.js.map +1 -1
  215. package/js/components/animations/collapse-width.vue.js +2 -2
  216. package/js/components/animations/collapse-width.vue.js.map +1 -1
  217. package/js/components/animations/cross-fade.vue.js +2 -2
  218. package/js/components/animations/cross-fade.vue.js.map +1 -1
  219. package/js/components/animations/fade-and-slide.vue.js +2 -2
  220. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  221. package/js/components/animations/staggered-fade-and-slide.vue.js +2 -2
  222. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  223. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +1 -1
  224. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -1
  225. package/js/components/{staggering-transition-group.vue.js → animations/staggering-transition-group.vue.js} +2 -2
  226. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  227. package/js/components/{staggering-transition-group.vue_rollup-plugin-vue=script.js → animations/staggering-transition-group.vue_rollup-plugin-vue=script.js} +17 -17
  228. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -0
  229. package/js/components/animations/translate-from-left.vue.js +2 -2
  230. package/js/components/animations/translate-from-left.vue.js.map +1 -1
  231. package/js/components/animations/translate-from-right.vue.js +2 -2
  232. package/js/components/animations/translate-from-right.vue.js.map +1 -1
  233. package/js/components/base-dropdown.vue.js +2 -2
  234. package/js/components/base-dropdown.vue.js.map +1 -1
  235. package/js/components/base-event-button.vue.js.map +1 -1
  236. package/js/components/base-grid.vue.js +2 -2
  237. package/js/components/base-grid.vue.js.map +1 -1
  238. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  239. package/js/components/base-rating.vue.js +2 -2
  240. package/js/components/base-rating.vue.js.map +1 -1
  241. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  242. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  243. package/js/components/column-picker/base-column-picker-list.vue.js +2 -2
  244. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  245. package/js/components/currency/base-currency.vue.js.map +1 -1
  246. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  247. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  248. package/js/components/global-x-bus.vue.js.map +1 -1
  249. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +2 -1
  250. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -1
  251. package/js/components/icons/tag.vue.js +59 -0
  252. package/js/components/icons/tag.vue.js.map +1 -0
  253. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +4 -0
  254. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +1 -0
  255. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +212 -0
  256. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  257. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js +57 -0
  258. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js.map +1 -0
  259. package/js/components/layouts/multi-column-max-width-layout.vue.js +3 -3
  260. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  261. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +1 -1
  262. package/js/components/layouts/single-column-layout.vue.js +1 -1
  263. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +1 -1
  264. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  265. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  266. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  267. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  268. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  269. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  270. package/js/components/modals/base-modal.vue.js +2 -2
  271. package/js/components/modals/base-modal.vue.js.map +1 -1
  272. package/js/components/panels/base-header-toggle-panel.vue.js +2 -2
  273. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  274. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  275. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  276. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +4 -9
  277. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -1
  278. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  279. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  280. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  281. package/js/components/result/base-result-image.vue.js +2 -2
  282. package/js/components/result/base-result-image.vue.js.map +1 -1
  283. package/js/components/result/base-result-link.vue.js +5 -5
  284. package/js/components/result/base-result-link.vue.js.map +1 -1
  285. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +3 -12
  286. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -1
  287. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  288. package/js/components/scroll/base-scroll.vue.js +2 -2
  289. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  290. package/js/components/sliding-panel.vue.js +2 -2
  291. package/js/components/sliding-panel.vue.js.map +1 -1
  292. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  293. package/js/components/suggestions/base-suggestions.vue.js +2 -2
  294. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  295. package/js/components/x-component.mixin.js +1 -4
  296. package/js/components/x-component.mixin.js.map +1 -1
  297. package/js/components/x-component.utils.js +4 -20
  298. package/js/components/x-component.utils.js.map +1 -1
  299. package/js/index.js +32 -30
  300. package/js/index.js.map +1 -1
  301. package/js/plugins/x-plugin.alias.js +21 -20
  302. package/js/plugins/x-plugin.alias.js.map +1 -1
  303. package/js/plugins/x-plugin.mixin.js +2 -2
  304. package/js/plugins/x-plugin.mixin.js.map +1 -1
  305. package/js/utils/origin.js +5 -3
  306. package/js/utils/origin.js.map +1 -1
  307. package/js/wiring/namespaced-wires.operators.js +3 -4
  308. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  309. package/js/wiring/wires-operators.utils.js +55 -0
  310. package/js/wiring/wires-operators.utils.js.map +1 -0
  311. package/js/wiring/wires.operators.js +17 -12
  312. package/js/wiring/wires.operators.js.map +1 -1
  313. package/js/x-installer/x-installer/x-installer.js +1 -1
  314. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  315. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  316. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +1 -1
  317. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +14 -12
  318. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  319. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  320. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +14 -12
  321. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  322. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  323. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +23 -12
  324. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  325. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  326. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +14 -12
  327. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  328. package/js/x-modules/facets/components/facets/facets-provider.vue.js +2 -2
  329. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  330. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +18 -23
  331. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  332. package/js/x-modules/facets/components/facets/facets.vue.js +2 -2
  333. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  334. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  335. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +14 -12
  336. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  337. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -1
  338. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +14 -12
  339. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  340. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +1 -1
  341. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  342. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  343. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +14 -12
  344. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  345. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  346. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +14 -12
  347. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  348. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  349. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +14 -12
  350. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  351. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  352. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +14 -12
  353. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  354. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  355. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +14 -12
  356. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  357. package/js/x-modules/facets/components/lists/filters-list.vue.js +2 -2
  358. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  359. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +14 -12
  360. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  361. package/js/x-modules/facets/components/lists/filters-search.vue.js +2 -2
  362. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  363. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +14 -12
  364. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  365. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  366. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  367. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +14 -12
  368. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  369. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  370. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +14 -12
  371. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  372. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  373. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +14 -12
  374. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  375. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  376. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  377. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +1 -1
  378. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  379. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +1 -1
  380. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  381. package/js/x-modules/history-queries/wiring.js +1 -1
  382. package/js/x-modules/history-queries/wiring.js.map +1 -1
  383. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  384. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  385. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +4 -2
  386. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  387. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +2 -3
  388. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  389. package/js/x-modules/identifier-results/wiring.js +3 -2
  390. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  391. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +1 -1
  392. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  393. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +1 -1
  394. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  395. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +1 -1
  396. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  397. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +1 -1
  398. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  399. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +1 -1
  400. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +1 -1
  401. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +1 -1
  402. package/js/x-modules/query-suggestions/wiring.js +1 -1
  403. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  404. package/js/x-modules/recommendations/components/recommendations.vue.js +2 -2
  405. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  406. package/js/x-modules/related-tags/components/related-tag.vue.js +7 -3
  407. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  408. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +20 -0
  409. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -1
  410. package/js/x-modules/related-tags/components/related-tags.vue.js +15 -4
  411. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  412. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +3 -0
  413. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +1 -1
  414. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +16 -14
  415. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
  416. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  417. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +16 -14
  418. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
  419. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  420. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +1 -1
  421. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
  422. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +16 -14
  423. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  424. package/js/x-modules/search/components/banner.vue.js +2 -1
  425. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  426. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +8 -0
  427. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +1 -1
  428. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +1 -1
  429. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  430. package/js/x-modules/search/components/partial-results-list.vue.js +2 -2
  431. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  432. package/js/x-modules/search/components/promoted.vue.js +2 -1
  433. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  434. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +8 -0
  435. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +1 -1
  436. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +1 -1
  437. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  438. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +1 -1
  439. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +2 -2
  440. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  441. package/js/x-modules/search/components/sort-list.vue.js +2 -2
  442. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  443. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +14 -12
  444. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  445. package/js/x-modules/search/components/sort.mixin.js +14 -12
  446. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  447. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  448. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  449. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +14 -12
  450. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  451. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +4 -1
  452. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  453. package/js/x-modules/search/store/getters/request.getter.js +2 -3
  454. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  455. package/js/x-modules/search/wiring.js +4 -3
  456. package/js/x-modules/search/wiring.js.map +1 -1
  457. package/js/x-modules/search-box/components/search-input.vue.js +2 -2
  458. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  459. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +7 -5
  460. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -1
  461. package/js/x-modules/tagging/store/actions/track.action.js +2 -2
  462. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  463. package/js/x-modules/tagging/wiring.js +48 -4
  464. package/js/x-modules/tagging/wiring.js.map +1 -1
  465. package/js/x-modules/url/components/url-handler.vue.js +1 -1
  466. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  467. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +101 -5
  468. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -1
  469. package/package.json +9 -10
  470. package/report/tsdoc-metadata.json +1 -1
  471. package/report/x-adapter.api.json +27 -1
  472. package/report/x-components.api.json +674 -223
  473. package/report/x-components.api.md +86 -35
  474. package/report/x-types.api.json +27 -1
  475. package/tagging/index.js +1 -1
  476. package/types/adapter/mocked-adapter.d.ts.map +1 -1
  477. package/types/components/animations/index.d.ts +1 -0
  478. package/types/components/animations/index.d.ts.map +1 -1
  479. package/types/components/{staggering-transition-group.vue.d.ts → animations/staggering-transition-group.vue.d.ts} +0 -0
  480. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  481. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  482. package/types/components/icons/index.d.ts +1 -0
  483. package/types/components/icons/index.d.ts.map +1 -1
  484. package/types/components/icons/tag.vue.d.ts +3 -0
  485. package/types/components/icons/tag.vue.d.ts.map +1 -0
  486. package/types/components/index.d.ts +1 -4
  487. package/types/components/index.d.ts.map +1 -1
  488. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  489. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  490. package/types/components/layouts/index.d.ts +4 -0
  491. package/types/components/layouts/index.d.ts.map +1 -0
  492. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  493. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  494. package/types/components/result/base-result-link.vue.d.ts +3 -10
  495. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  496. package/types/components/x-component.mixin.d.ts.map +1 -1
  497. package/types/components/x-component.utils.d.ts +1 -16
  498. package/types/components/x-component.utils.d.ts.map +1 -1
  499. package/types/plugins/x-plugin.alias.d.ts +4 -6
  500. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  501. package/types/plugins/x-plugin.mixin.d.ts +13 -3
  502. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  503. package/types/types/origin.d.ts +1 -1
  504. package/types/types/origin.d.ts.map +1 -1
  505. package/types/utils/origin.d.ts +3 -1
  506. package/types/utils/origin.d.ts.map +1 -1
  507. package/types/utils/types.d.ts +6 -0
  508. package/types/utils/types.d.ts.map +1 -1
  509. package/types/wiring/events.types.d.ts +0 -5
  510. package/types/wiring/events.types.d.ts.map +1 -1
  511. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  512. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  513. package/types/wiring/namespaced-wiring.types.d.ts +9 -10
  514. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  515. package/types/wiring/wires-operators.utils.d.ts +36 -0
  516. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  517. package/types/wiring/wires.operators.d.ts +5 -8
  518. package/types/wiring/wires.operators.d.ts.map +1 -1
  519. package/types/wiring/wiring.types.d.ts +17 -4
  520. package/types/wiring/wiring.types.d.ts.map +1 -1
  521. package/types/x-installer/api/api.types.d.ts +2 -0
  522. package/types/x-installer/api/api.types.d.ts.map +1 -1
  523. package/types/x-installer/x-installer/x-installer.d.ts +1 -1
  524. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +6 -0
  525. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  526. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -8
  527. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  528. package/types/x-modules/history-queries/wiring.d.ts +1 -1
  529. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  530. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  531. package/types/x-modules/identifier-results/wiring.d.ts +2 -1
  532. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  533. package/types/x-modules/query-suggestions/wiring.d.ts +1 -1
  534. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +14 -0
  535. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  536. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  537. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  538. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  539. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  540. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  541. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  542. package/types/x-modules/search/components/redirection.vue.d.ts +1 -1
  543. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  544. package/types/x-modules/search/events.types.d.ts +11 -1
  545. package/types/x-modules/search/events.types.d.ts.map +1 -1
  546. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  547. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  548. package/types/x-modules/search/wiring.d.ts +2 -1
  549. package/types/x-modules/search/wiring.d.ts.map +1 -1
  550. package/types/x-modules/search-box/components/search-input.vue.d.ts +5 -2
  551. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  552. package/types/x-modules/tagging/wiring.d.ts +29 -9
  553. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  554. package/types/x-modules/url/components/url-handler.vue.d.ts +70 -7
  555. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  556. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  557. package/docs/API-reference/api/x-components.xcomponent.md +0 -15
  558. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  559. package/docs/sidebar.json +0 -1
  560. package/js/components/staggering-transition-group.vue.js.map +0 -1
  561. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  562. package/js/wiring/utils/wire-racing-handling.js +0 -108
  563. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  564. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  565. package/types/components/x-component.types.d.ts +0 -19
  566. package/types/components/x-component.types.d.ts.map +0 -1
  567. package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
  568. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
@@ -1,11 +1,12 @@
1
1
  ---
2
- id: x-components.sorted-filters
3
- title: Sorted Filters
4
- sidebar_label: Sorted Filters
2
+
3
+ title: SortedFilters
4
+
5
5
  ---
6
- # sorted-filters
7
6
 
8
- > Component that sorts a list of filters and returns them using the default scoped slot.
7
+ # SortedFilters
8
+
9
+ Component that sorts a list of filters and returns them using the default scoped slot.
9
10
 
10
11
  ## Props
11
12
 
@@ -14,14 +15,12 @@ sidebar_label: Sorted Filters
14
15
  | <code>filters</code> | The list of filters to be rendered as slots. | <code>Array</code> | <code></code> |
15
16
  | <code>parentId</code> | This prop is used in the `HierarchicalFilter` component and only in that case. It is necessary<br />to make the `renderedFilters` to return only the filters of each level of the hierarchy. | <code>TSIndexedAccessType</code> | <code></code> |
16
17
 
17
- ---
18
-
19
- # Example
18
+ ## Example
20
19
 
21
20
  The sorted filters component takes a list of filters and returns this new filters list sorted by the
22
21
  `selected` filter property.
23
22
 
24
- ## Remarks
23
+ ### Remarks
25
24
 
26
25
  - The component can receive the filters list by property or using the XInjection feature.
27
26
  - It also provides the resultant list bound in the default slot or with the XProvide feature.
@@ -30,9 +29,9 @@ Both XInjection and XProvide features are from the extended FiltersInjectionMixi
30
29
  use XInjection and XProvide together, e.g. you can use pass the filters using a prop and then
31
30
  returns the result with XProvide.
32
31
 
33
- ## Basic usage
32
+ ### Basic usage
34
33
 
35
- ### Using props and binding the result
34
+ #### Using props and binding the result
36
35
 
37
36
  ```vue
38
37
  <template>
@@ -58,7 +57,7 @@ export default {
58
57
  </script>
59
58
  ```
60
59
 
61
- ### Using XInject and XProvide
60
+ #### Using XInject and XProvide
62
61
 
63
62
  ```vue
64
63
  <Facets v-slot="{ facet }">
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.clear-history-queries
3
- title: Clear History Queries
4
- sidebar_label: Clear History Queries
2
+
3
+ title: ClearHistoryQueries
4
+
5
5
  ---
6
- # clear-history-queries
7
6
 
8
- > A button that when is pressed, emits the
9
- > {@link HistoryQueriesXEvents.UserPressedClearHistoryQueries} event, expressing the user
10
- > intention to clear the whole history of queries.
7
+ # ClearHistoryQueries
8
+
9
+ A button that when is pressed, emits the
10
+ {@link HistoryQueriesXEvents.UserPressedClearHistoryQueries} event, expressing the user
11
+ intention to clear the whole history of queries.
11
12
 
12
13
  ## Slots
13
14
 
@@ -15,11 +16,9 @@ sidebar_label: Clear History Queries
15
16
  | -------------------- | --------------------------------------------------------- | ----------------------------------------- |
16
17
  | <code>default</code> | (Required) Button content with a message, an icon or both | None |
17
18
 
18
- ---
19
-
20
- # Examples
19
+ ## Examples
21
20
 
22
- ## Basic example
21
+ ### Basic example
23
22
 
24
23
  The component exposes a single default slot, where you can add icons or text.
25
24
 
@@ -1,11 +1,12 @@
1
1
  ---
2
- id: x-components.x-components.history-queries
3
- title: History Queries
4
- sidebar_label: History Queries
2
+
3
+ title: HistoryQueries
4
+
5
5
  ---
6
- # history-queries
7
6
 
8
- > This component renders a list of suggestions coming from the user queries history.
7
+ # HistoryQueries
8
+
9
+ This component renders a list of suggestions coming from the user queries history.
9
10
 
10
11
  Allows the user to select one of them, emitting the needed events.
11
12
  A history query is just another type of suggestion that contains a query that the user has
@@ -26,13 +27,11 @@ made in the past.
26
27
  | <code>suggestion-content</code> | History Query content | **suggestion** <code>Suggestion</code> - History Query suggestion data<br />**index** <code>number</code> - History Query suggestion index<br />**queryHTML** <code>string</code> - Suggestion's query with the matching part inside a span tag |
27
28
  | <code>suggestion-remove-content</code> | History Query remove button content | **suggestion** <code>Suggestion</code> - History Query suggestion data<br />**index** <code>number</code> - History Query suggestion index |
28
29
 
29
- ---
30
-
31
- # Examples
30
+ ## Examples
32
31
 
33
32
  This component renders a list of suggestions coming from the user queries history
34
33
 
35
- ## Default usage
34
+ ### Default usage
36
35
 
37
36
  No props are required for the usage of this component.
38
37
 
@@ -47,7 +46,7 @@ The component has two optional props. `animation` to render the component with a
47
46
  <HistoryQueries :animation="FadeAndSlide" :maxItemsToRender="10" />
48
47
  ```
49
48
 
50
- ## Overriding Suggestion component
49
+ ### Overriding Suggestion component
51
50
 
52
51
  The default `HistoryQuery` component that is used in every suggestion can be replaced. To do so, the
53
52
  `suggestion` slot is available, containing the history query data under the `suggestion` property.
@@ -63,7 +62,7 @@ to be implemented emitting the needed events.
63
62
  </HistoryQueries>
64
63
  ```
65
64
 
66
- ## Overriding suggestion-content and suggestion-remove-content slot
65
+ ### Overriding suggestion-content and suggestion-remove-content slot
67
66
 
68
67
  The content of the `HistoryQuery` component can be overridden. For replacing the default suggestion
69
68
  content, the `suggestion-content` slot is available, containing the history query suggestion (in the
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.history-query
3
- title: History Query
4
- sidebar_label: History Query
2
+
3
+ title: HistoryQuery
4
+
5
5
  ---
6
- # history-query
7
6
 
8
- > This component renders a history query suggestion combining two buttons: one for selecting this
9
- > suggestion as the search query, and another one to remove this query suggestion from the
10
- > history queries.
7
+ # HistoryQuery
8
+
9
+ This component renders a history query suggestion combining two buttons: one for selecting this
10
+ suggestion as the search query, and another one to remove this query suggestion from the
11
+ history queries.
11
12
 
12
13
  ## Props
13
14
 
@@ -22,11 +23,9 @@ sidebar_label: History Query
22
23
  | <code>default</code> | History Query content | **suggestion** <code>Suggestion</code> - History Query suggestion data<br />**queryHTML** <code>string</code> - Suggestion's query with the matching part inside a span tag |
23
24
  | <code>remove-button-content</code> | History Query remove button content | **suggestion** <code>Suggestion</code> - History Query suggestion data |
24
25
 
25
- ---
26
-
27
- # Examples
26
+ ## Examples
28
27
 
29
- ## Basic usage
28
+ ### Basic usage
30
29
 
31
30
  This component only requires a prop called `suggestion`
32
31
 
@@ -34,7 +33,7 @@ This component only requires a prop called `suggestion`
34
33
  <HistoryQuery :suggestion="historyQuery" />
35
34
  ```
36
35
 
37
- ## Customizing slots content
36
+ ### Customizing slots content
38
37
 
39
38
  Suggestion and remove buttons contents can be customized.
40
39
 
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.remove-history-query
3
- title: Remove History Query
4
- sidebar_label: Remove History Query
2
+
3
+ title: RemoveHistoryQuery
4
+
5
5
  ---
6
- # remove-history-query
7
6
 
8
- > Button that when it is pressed emits the
9
- > {@link HistoryQueriesXEvents.UserPressedRemoveHistoryQuery} event, expressing the user
10
- > intention to remove a query in the history.
7
+ # RemoveHistoryQuery
8
+
9
+ Button that when it is pressed emits the
10
+ {@link HistoryQueriesXEvents.UserPressedRemoveHistoryQuery} event, expressing the user
11
+ intention to remove a query in the history.
11
12
 
12
13
  ## Props
13
14
 
@@ -21,11 +22,9 @@ sidebar_label: Remove History Query
21
22
  | -------------------- | ------------------------------------------------------ | ----------------------------------------- |
22
23
  | <code>default</code> | (Required) Button content with a text, an icon or both | None |
23
24
 
24
- ---
25
-
26
- # Examples
25
+ ## Examples
27
26
 
28
- ## Basic Example
27
+ ### Basic Example
29
28
 
30
29
  You can customize the content that this component renders. To do so, simply use the default slot.
31
30
 
@@ -1,12 +1,13 @@
1
1
  ---
2
- id: x-components.x-components.identifier-result
3
- title: Identifier Result
4
- sidebar_label: Identifier Result
2
+
3
+ title: IdentifierResult
4
+
5
5
  ---
6
- # identifier-result
7
6
 
8
- > This component renders an identifier result value and highlights its matching part with the
9
- > query from the state. Receives as prop the {@link @empathyco/x-types#Result | result data}.
7
+ # IdentifierResult
8
+
9
+ This component renders an identifier result value and highlights its matching part with the
10
+ query from the state. Receives as prop the {@link @empathyco/x-types#Result | result data}.
10
11
 
11
12
  ## Props
12
13
 
@@ -14,14 +15,12 @@ sidebar_label: Identifier Result
14
15
  | ------------------- | ----------------------------------------------------------------------- | ------------------- | ------------- |
15
16
  | <code>result</code> | (Required) The {@link @empathyco/x-types#Result \| result} information. | <code>Result</code> | <code></code> |
16
17
 
17
- ---
18
-
19
- # Examples
18
+ ## Examples
20
19
 
21
20
  This component renders an identifier result value and highlights its matching part with the query
22
21
  from the state. Receives as prop the result data
23
22
 
24
- ## Basic usage:
23
+ ### Basic usage:
25
24
 
26
25
  ```vue
27
26
  <IdentifierResult v-bind="{ result }" />
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.identifier-results
3
- title: Identifier Results
4
- sidebar_label: Identifier Results
2
+
3
+ title: IdentifierResults
4
+
5
5
  ---
6
- # identifier-results
7
6
 
8
- > Paints the list of identifier results stored in the state. Each identifier result should be
9
- > represented by a {@link IdentifierResult | identifier result component} besides any
10
- > other component.
7
+ # IdentifierResults
8
+
9
+ Paints the list of identifier results stored in the state. Each identifier result should be
10
+ represented by a {@link IdentifierResult | identifier result component} besides any
11
+ other component.
11
12
 
12
13
  ## Props
13
14
 
@@ -21,11 +22,9 @@ sidebar_label: Identifier Results
21
22
  | -------------------- | ------------------------------------------ | ----------------------------------------------------------------- |
22
23
  | <code>default</code> | (Required) Identifier results item content | **identifierResult** <code>Result</code> - Identifier Result data |
23
24
 
24
- ---
25
-
26
- # Examples
25
+ ## Examples
27
26
 
28
- ## Adding a IdentifierResult component within a BaseResultLink
27
+ ### Adding a IdentifierResult component within a BaseResultLink
29
28
 
30
29
  A IdentifierResult **must** be used inside the IdentifierResults component. In the example below the
31
30
  BaseResultLink is used as a wrapper and its default slot is filled with the IdentifierResult
@@ -1,12 +1,13 @@
1
1
  ---
2
- id: x-components.x-components.next-queries-list
3
- title: Next Queries List
4
- sidebar_label: Next Queries List
2
+
3
+ title: NextQueriesList
4
+
5
5
  ---
6
- # next-queries-list
7
6
 
8
- > Component that inserts groups of next queries in different positions of the injected search
9
- > items list, based on the provided configuration.
7
+ # NextQueriesList
8
+
9
+ Component that inserts groups of next queries in different positions of the injected search
10
+ items list, based on the provided configuration.
10
11
 
11
12
  ## Props
12
13
 
@@ -24,8 +25,6 @@ sidebar_label: Next Queries List
24
25
  | -------------------- | ------------------------- | ----------------------------------------- |
25
26
  | <code>default</code> | Next queries list layout. | <br /> |
26
27
 
27
- ---
28
-
29
28
  ## Events
30
29
 
31
30
  This component emits no events.
@@ -1,15 +1,16 @@
1
1
  ---
2
- id: x-components.x-components.next-queries
3
- title: Next Queries
4
- sidebar_label: Next Queries
2
+
3
+ title: NextQueries
4
+
5
5
  ---
6
- # next-queries
7
6
 
8
- > Simple next-queries component that renders a list of suggestions, allowing the user to
9
- > select one of them, and emitting the needed events.
10
- > A next query is a suggestion for a new search, related to your previous query. I.e. If
11
- > people normally search for `shirts`, and then `trousers`, `trousers` would be a next query
12
- > of `shirts`.
7
+ # NextQueries
8
+
9
+ Simple next-queries component that renders a list of suggestions, allowing the user to
10
+ select one of them, and emitting the needed events.
11
+ A next query is a suggestion for a new search, related to your previous query. I.e. If
12
+ people normally search for `shirts`, and then `trousers`, `trousers` would be a next query
13
+ of `shirts`.
13
14
 
14
15
  ## Props
15
16
 
@@ -25,11 +26,9 @@ sidebar_label: Next Queries
25
26
  | <code>suggestion</code> | Next Query item | **suggestion** <code>Suggestion</code> - Next Query suggestion data<br />**index** <code>number</code> - Next Query suggestion index |
26
27
  | <code>suggestion-content</code> | Next Query content | **suggestion** <code>Suggestion</code> - Next Query suggestion data<br />**index** <code>number</code> - Next Query suggestion index |
27
28
 
28
- ---
29
-
30
- # Examples
29
+ ## Examples
31
30
 
32
- ## Basic example
31
+ ### Basic example
33
32
 
34
33
  You don't need to pass any props, or slots. Simply add the component, and when it has any next
35
34
  queries it will show them
@@ -45,7 +44,7 @@ The component has two optional props. `animation` to render the component with a
45
44
  <NextQueries :animation="FadeAndSlide" :maxItemsToRender="10" />
46
45
  ```
47
46
 
48
- ## Overriding Next Queries' Content
47
+ ### Overriding Next Queries' Content
49
48
 
50
49
  You can use your custom implementation of the Next Query's content. In the example below, instead of
51
50
  using the default Next Query's content, an icon is added, as well as a span with the query of the
@@ -60,7 +59,7 @@ Next Query suggestion.
60
59
  </NextQueries>
61
60
  ```
62
61
 
63
- ## Adding a custom next query component
62
+ ### Adding a custom next query component
64
63
 
65
64
  You can use your custom implementation of a next query component. To work correctly, it should use
66
65
  the `emitNextQuerySelected` function when the next query is selected. In the example below, instead
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.next-query
3
- title: Next Query
4
- sidebar_label: Next Query
2
+
3
+ title: NextQuery
4
+
5
5
  ---
6
- # next-query
7
6
 
8
- > Renders a next query item which receives the suggestion that will be rendered as a prop. It
9
- > exposes a default slot to change the next query content. If the slot is not overridden,
10
- > it will render the suggestion query by default.
7
+ # NextQuery
8
+
9
+ Renders a next query item which receives the suggestion that will be rendered as a prop. It
10
+ exposes a default slot to change the next query content. If the slot is not overridden,
11
+ it will render the suggestion query by default.
11
12
 
12
13
  ## Props
13
14
 
@@ -21,14 +22,12 @@ sidebar_label: Next Query
21
22
  | -------------------- | ------------------ | ------------------------------------------------------------------- |
22
23
  | <code>default</code> | Next Query content | **suggestion** <code>Suggestion</code> - Next Query suggestion data |
23
24
 
24
- ---
25
-
26
- # Examples
25
+ ## Examples
27
26
 
28
27
  This components expects just a suggestion as a prop to be rendered. It has a slot to override the
29
28
  content. By default, it renders the suggestion query of the next query.
30
29
 
31
- ## Basic Usage
30
+ ### Basic Usage
32
31
 
33
32
  Using default slot:
34
33
 
@@ -36,7 +35,7 @@ Using default slot:
36
35
  <NextQuery :suggestion="suggestion" />
37
36
  ```
38
37
 
39
- ## Overriding default slot.
38
+ ### Overriding default slot.
40
39
 
41
40
  The default slot allows you to replace the content of the suggestion button.
42
41
 
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.popular-search
3
- title: Popular Search
4
- sidebar_label: Popular Search
2
+
3
+ title: PopularSearch
4
+
5
5
  ---
6
- # popular-search
7
6
 
8
- > Renders a popular search item which receives the suggestion that will be rendered as a prop. It
9
- > exposes a default slot to change the popular search content. If the slot is not overridden,
10
- > it will render the suggestion query by default.
7
+ # PopularSearch
8
+
9
+ Renders a popular search item which receives the suggestion that will be rendered as a prop. It
10
+ exposes a default slot to change the popular search content. If the slot is not overridden,
11
+ it will render the suggestion query by default.
11
12
 
12
13
  ## Props
13
14
 
@@ -21,20 +22,18 @@ sidebar_label: Popular Search
21
22
  | -------------------- | ------------------------ | ----------------------------------------------------------------------- |
22
23
  | <code>default</code> | Popular Search's content | **suggestion** <code>Suggestion</code> - Popular Search suggestion data |
23
24
 
24
- ---
25
-
26
- # Examples
25
+ ## Examples
27
26
 
28
27
  This components expects just a suggestion as a prop to be rendered. It has a slot to override the
29
28
  content. By default, it renders the suggestion query of the popular search.
30
29
 
31
- ## Basic Usage
30
+ ### Basic Usage
32
31
 
33
32
  ```vue
34
33
  <PopularSearch :suggestion="suggestion" />
35
34
  ```
36
35
 
37
- ## Custom Usage
36
+ ### Custom Usage
38
37
 
39
38
  ```vue
40
39
  <PopularSearch :suggestion="suggestion">
@@ -1,14 +1,15 @@
1
1
  ---
2
- id: x-components.x-components.popular-searches
3
- title: Popular Searches
4
- sidebar_label: Popular Searches
2
+
3
+ title: PopularSearches
4
+
5
5
  ---
6
- # popular-searches
7
6
 
8
- > Simple popular-searches component that renders a list of suggestions, allowing the user to
9
- > select one of them, and emitting the needed events.
10
- > A popular search is just a query that has been searched a lot in a certain period and may
11
- > optionally have associated a set of filters.
7
+ # PopularSearches
8
+
9
+ Simple popular-searches component that renders a list of suggestions, allowing the user to
10
+ select one of them, and emitting the needed events.
11
+ A popular search is just a query that has been searched a lot in a certain period and may
12
+ optionally have associated a set of filters.
12
13
 
13
14
  ## Props
14
15
 
@@ -24,11 +25,9 @@ sidebar_label: Popular Searches
24
25
  | <code>suggestion</code> | Popular Search item | **suggestion** <code>Suggestion</code> - Popular Search suggestion data<br />**index** <code>number</code> - Popular Search suggestion index |
25
26
  | <code>suggestion-content</code> | Popular Search content | **suggestion** <code>Suggestion</code> - Popular Search suggestion data<br />**index** <code>number</code> - Popular Search suggestion index |
26
27
 
27
- ---
28
-
29
- # Examples
28
+ ## Examples
30
29
 
31
- ## Default Usage
30
+ ### Default Usage
32
31
 
33
32
  You don't need to pass any props, or slots. Simply add the component, and when it has any popular
34
33
  searches it will show them.
@@ -44,7 +43,7 @@ The component has two optional props. `animation` to render the component with a
44
43
  <PopularSearches :animation="FadeAndSlide" :maxItemsToRender="10" />
45
44
  ```
46
45
 
47
- ## Overriding Popular Search's Content
46
+ ### Overriding Popular Search's Content
48
47
 
49
48
  You can use your custom implementation of the Popular Search's content. In the example below,
50
49
  instead of using the default Popular Search's content, an icon is added, as well as a span with the
@@ -59,7 +58,7 @@ query of the Popular Search's suggestion.
59
58
  </PopularSearches>
60
59
  ```
61
60
 
62
- ## Adding a Custom Popular Search Item
61
+ ### Adding a Custom Popular Search Item
63
62
 
64
63
  You can use your custom implementation for the whole Popular Search item. In the example below, we
65
64
  change the default implementation of the Popular Search in Popular Searches. A custom Popular Search
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.query-suggestion
3
- title: Query Suggestion
4
- sidebar_label: Query Suggestion
2
+
3
+ title: QuerySuggestion
4
+
5
5
  ---
6
- # query-suggestion
7
6
 
8
- > This component renders a suggestion for a query. A query suggestion is a recommended query
9
- > based on previous search queries. It contains the query itself and a set of filters associated.
10
- > For example, if you're searching for _shirt_, a query suggestion could be _long sleeve shirt_.
7
+ # QuerySuggestion
8
+
9
+ This component renders a suggestion for a query. A query suggestion is a recommended query
10
+ based on previous search queries. It contains the query itself and a set of filters associated.
11
+ For example, if you're searching for _shirt_, a query suggestion could be _long sleeve shirt_.
11
12
 
12
13
  ## Props
13
14
 
@@ -21,8 +22,6 @@ sidebar_label: Query Suggestion
21
22
  | -------------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22
23
  | <code>default</code> | Custom content that replaces the `QuerySuggestion` default content | **suggestion** <code>Suggestion</code> - Query Suggestion data<br />**queryHTML** <code>string</code> - Suggestion’s query with the matching part wrapped in a HTML span tag |
23
24
 
24
- ---
25
-
26
25
  ## Events
27
26
 
28
27
  This component emits the following events:
@@ -1,13 +1,14 @@
1
1
  ---
2
- id: x-components.x-components.query-suggestions
3
- title: Query Suggestions
4
- sidebar_label: Query Suggestions
2
+
3
+ title: QuerySuggestions
4
+
5
5
  ---
6
- # query-suggestions
7
6
 
8
- > This component renders a list of possible search queries to select from as a query is entered
9
- > in the input field. By default, this is a list of
10
- > [`QuerySuggestion`](./x-components.query-suggestion.md) components.
7
+ # QuerySuggestions
8
+
9
+ This component renders a list of possible search queries to select from as a query is entered
10
+ in the input field. By default, this is a list of
11
+ [`QuerySuggestion`](./x-components.query-suggestion.md) components.
11
12
 
12
13
  ## Props
13
14
 
@@ -23,8 +24,6 @@ sidebar_label: Query Suggestions
23
24
  | <code>suggestion</code> | Custom component that replaces the `QuerySuggestion` component | **suggestion** <code>Suggestion</code> - Query Suggestion data<br />**index** <code>number</code> - Query Suggestion index |
24
25
  | <code>suggestion-content</code> | Custom content that replaces the `QuerySuggestion` default content | **suggestion** <code>Suggestion</code> - Query Suggestion data<br />**index** <code>number</code> - Query Suggestion index<br />**queryHTML** <code>string</code> - Suggestion’s query with the matching part wrapped in a HTML span tag |
25
26
 
26
- ---
27
-
28
27
  ## See it in action
29
28
 
30
29
  <!-- prettier-ignore-start -->
@@ -1,16 +1,17 @@
1
1
  ---
2
- id: x-components.x-components.recommendations
2
+
3
3
  title: Recommendations
4
- sidebar_label: Recommendations
4
+
5
5
  ---
6
- # recommendations
7
6
 
8
- > It renders a list of recommendations from the
9
- > {@link RecommendationsState.recommendations | Recommendations} state by default.
10
- > The component provides the slot layout which wraps the whole component with the
11
- > recommendations bounded. It also provides the default slot to customize the item, which is
12
- > within the layout slot, with the recommendation bounded. Each recommendation should be
13
- > represented by a {@link BaseResultLink | result link component} besides any other component.
7
+ # Recommendations
8
+
9
+ It renders a list of recommendations from the
10
+ {@link RecommendationsState.recommendations | Recommendations} state by default.
11
+ The component provides the slot layout which wraps the whole component with the
12
+ recommendations bounded. It also provides the default slot to customize the item, which is
13
+ within the layout slot, with the recommendation bounded. Each recommendation should be
14
+ represented by a {@link BaseResultLink | result link component} besides any other component.
14
15
 
15
16
  ## Props
16
17
 
@@ -26,18 +27,16 @@ sidebar_label: Recommendations
26
27
  | <code>layout</code> | Customized Recommendations layout. | **animation** <code>Vue</code> - Animation to animate the elements.<br />**recommendations** <code>Result[]</code> - Recommendations to render. |
27
28
  | <code>default</code> | (Required) Recommendation content. | **recommendation** <code>recommendation</code> - Recommendation data. |
28
29
 
29
- ---
30
-
31
- # Examples
30
+ ## Examples
32
31
 
33
32
  It renders a list of recommendations from recommendations state by default. The component provides
34
33
  the slot layout which wraps the whole component with the recommendations bound. It also provides the
35
34
  default slot to customize the item, which is within the layout slot, with the recommendation bound.
36
35
  Each recommendation should be represented by a BaseResultLink component besides any other component.
37
36
 
38
- ## Basic example
37
+ ### Basic example
39
38
 
40
- ## Adding a custom BaseResultLink component
39
+ ### Adding a custom BaseResultLink component
41
40
 
42
41
  A BaseResultLink **must** be used inside the Recommendations component. In the example below the
43
42
  BaseResultLink default slot is filled with an image of the result and a span for the title. Besides
@@ -57,7 +56,7 @@ that, an additional button has been added.
57
56
  </Recommendations>
58
57
  ```
59
58
 
60
- ## Overriding layout content
59
+ ### Overriding layout content
61
60
 
62
61
  It renders a list of recommendations customizing the layout slot. In the example below, instead of
63
62
  using the default Recommendations content, a BaseGrid component is used to render the