@empathyco/x-components 3.0.0-alpha.26 → 3.0.0-alpha.260

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 (4466) hide show
  1. package/CHANGELOG.md +4817 -742
  2. package/README.md +27 -8
  3. package/core/index.d.ts +0 -1
  4. package/core/index.js +80 -52
  5. package/core/index.js.map +1 -1
  6. package/design-system/.-mixins.css +0 -1
  7. package/design-system/badge-default.css +15 -12
  8. package/design-system/base.css +24 -11
  9. package/design-system/default-theme.css +1621 -1077
  10. package/design-system/deprecated-full-theme.css +239 -0
  11. package/design-system/dropdown-card.css +4 -2
  12. package/design-system/dropdown-default.css +162 -142
  13. package/design-system/dropdown-l.css +4 -2
  14. package/design-system/dropdown-line.css +14 -2
  15. package/design-system/dropdown-m.css +4 -2
  16. package/design-system/dropdown-pill.css +4 -2
  17. package/design-system/dropdown-s.css +4 -2
  18. package/design-system/dropdown-xl.css +4 -2
  19. package/design-system/facet-card.css +4 -2
  20. package/design-system/facet-default.css +82 -68
  21. package/design-system/facet-line.css +4 -2
  22. package/design-system/facet-outlined.css +4 -2
  23. package/design-system/filter-default.css +58 -43
  24. package/design-system/filter-hierarchical.css +25 -21
  25. package/design-system/filter-justified.css +2 -1
  26. package/design-system/full-theme.css +5733 -3973
  27. package/design-system/grid-default.css +16 -4
  28. package/design-system/icon-default.css +11 -9
  29. package/design-system/icon-l.css +4 -2
  30. package/design-system/icon-m.css +4 -2
  31. package/design-system/icon-s.css +4 -2
  32. package/design-system/icon-xl.css +4 -2
  33. package/design-system/input-card.css +4 -2
  34. package/design-system/input-default.css +58 -40
  35. package/design-system/input-group-card.css +14 -10
  36. package/design-system/input-group-default.css +119 -102
  37. package/design-system/input-group-line.css +34 -26
  38. package/design-system/input-group-pill.css +4 -2
  39. package/design-system/input-line.css +4 -2
  40. package/design-system/input-pill.css +4 -2
  41. package/design-system/list-default.css +91 -105
  42. package/design-system/list-gap.css +483 -223
  43. package/design-system/list-padding.css +272 -193
  44. package/design-system/message-default.css +71 -0
  45. package/design-system/option-list-bottom.css +93 -23
  46. package/design-system/option-list-default.css +126 -78
  47. package/design-system/picture-card.css +4 -2
  48. package/design-system/picture-colored.css +13 -8
  49. package/design-system/picture-cover.css +7 -4
  50. package/design-system/picture-default.css +31 -23
  51. package/design-system/picture-fixed-ratio.css +5 -26
  52. package/design-system/picture-zoom.css +11 -0
  53. package/design-system/progress-bar-progress-bar.css +25 -0
  54. package/design-system/result-card.css +4 -2
  55. package/design-system/result-default.css +42 -33
  56. package/design-system/row-default.css +98 -64
  57. package/design-system/row-gap.css +87 -6
  58. package/design-system/row-padding.css +12 -6
  59. package/design-system/scroll-default.css +27 -19
  60. package/design-system/sliding-panel-default.css +49 -38
  61. package/design-system/sliding-panel-default.token.css +2 -3
  62. package/design-system/suggestion-default.css +154 -43
  63. package/design-system/suggestion-group-default.css +73 -36
  64. package/design-system/tag-card.css +4 -2
  65. package/design-system/tag-default.css +150 -47
  66. package/design-system/tag-ghost.css +14 -2
  67. package/design-system/tag-pill.css +4 -2
  68. package/design-system/typography-accent.css +2 -1
  69. package/design-system/typography-accent.token.css +2 -1
  70. package/design-system/typography-bold.css +10 -9
  71. package/design-system/typography-default.css +15 -7
  72. package/design-system/typography-light.css +10 -9
  73. package/design-system/typography-secondary.css +2 -1
  74. package/design-system/typography-secondary.token.css +2 -1
  75. package/design-system/typography-stroke.css +10 -9
  76. package/design-system/utilities-background-color.css +30 -7
  77. package/design-system/utilities-border-color.css +30 -7
  78. package/design-system/utilities-border-radius.css +1491 -964
  79. package/design-system/utilities-border-width.css +265 -264
  80. package/design-system/utilities-box-shadow.css +87 -22
  81. package/design-system/utilities-dev-mode.css +12 -0
  82. package/design-system/utilities-fill-color.css +43 -0
  83. package/design-system/utilities-flex.css +43 -0
  84. package/design-system/utilities-font-color.css +30 -7
  85. package/design-system/utilities-font-size.css +80 -0
  86. package/design-system/utilities-font-weight.css +9 -0
  87. package/design-system/utilities-line-clamp.css +34 -0
  88. package/design-system/utilities-line-height.css +23 -0
  89. package/design-system/utilities-margin.css +417 -390
  90. package/design-system/utilities-padding.css +399 -364
  91. package/design-system/utilities-position.css +19 -0
  92. package/design-system/utilities-text-decoration.css +15 -0
  93. package/design-system/utilities-text-transform.css +15 -0
  94. package/device/index.js +3 -3
  95. package/docs/API-reference/api/index.md +1 -1
  96. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
  97. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  98. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  99. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  100. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  101. package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
  102. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  103. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  104. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
  105. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
  110. package/docs/API-reference/api/x-adapter-platform.md +108 -0
  111. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  112. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
  114. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
  115. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
  116. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
  117. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
  118. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
  119. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  122. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  123. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  124. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  125. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  126. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  128. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
  131. package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
  132. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
  133. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  134. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  135. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  136. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
  137. package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
  138. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  139. package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
  140. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  141. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  142. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  143. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  144. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  145. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  146. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  147. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  148. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  149. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  150. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  151. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  152. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  153. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  154. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  155. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  156. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  157. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  158. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
  159. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  160. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  161. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  162. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  163. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  164. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  165. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  166. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
  167. package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
  168. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  169. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  170. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  171. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  172. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  173. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  174. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  175. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  176. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  177. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  178. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  179. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  180. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  181. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  182. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  183. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  184. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  185. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  186. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  187. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  188. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  189. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  190. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  191. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  192. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  193. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  194. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  195. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  196. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  197. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  198. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  199. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  200. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  201. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  202. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  203. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  204. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  205. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  206. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  207. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  208. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  209. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
  210. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
  211. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
  212. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
  213. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
  214. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
  215. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
  216. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
  217. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
  218. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
  219. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
  220. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
  221. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
  222. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
  223. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
  224. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
  225. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
  226. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
  227. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  228. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
  229. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
  230. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
  231. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
  232. package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
  233. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
  234. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
  235. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
  236. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
  237. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
  238. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
  239. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
  240. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
  241. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
  242. package/docs/API-reference/api/x-components.actionstree.md +1 -1
  243. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  244. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  245. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  246. package/docs/API-reference/api/x-components.anyactionstree.md +1 -1
  247. package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
  248. package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
  249. package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
  250. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  251. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  252. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  253. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  254. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  255. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  256. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  257. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +2 -0
  258. package/docs/API-reference/api/x-components.basedropdown._refs.md +1 -0
  259. package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
  260. package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
  261. package/docs/API-reference/api/x-components.basedropdown.md +3 -1
  262. package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
  263. package/docs/API-reference/api/x-components.baseidmodalclose.md +8 -3
  264. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +2 -0
  265. package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
  266. package/docs/API-reference/api/x-components.baseidmodalopen.md +8 -3
  267. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +2 -0
  268. package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
  269. package/docs/API-reference/api/x-components.basemodal._refs.md +1 -0
  270. package/docs/API-reference/api/x-components.basemodal.animation.md +1 -1
  271. package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
  272. package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
  273. package/docs/API-reference/api/x-components.basemodal.md +7 -3
  274. package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
  275. package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
  276. package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
  277. package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
  278. package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
  279. package/docs/API-reference/api/x-components.baseresultimage.md +3 -11
  280. package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
  281. package/docs/API-reference/api/x-components.baseresultlink.md +1 -12
  282. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
  283. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -1
  284. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  285. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  286. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  287. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  288. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  289. package/docs/API-reference/api/x-components.basesuggestion.events.md +1 -1
  290. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  291. package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
  292. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  293. package/docs/API-reference/api/x-components.basesuggestion.md +10 -2
  294. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
  295. package/docs/API-reference/api/x-components.basesuggestions.md +3 -0
  296. package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
  297. package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
  298. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  299. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  300. package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
  301. package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
  302. package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
  303. package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
  304. package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
  305. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  306. package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
  307. package/docs/API-reference/api/x-components.basexapi.md +2 -0
  308. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  309. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  310. package/docs/API-reference/api/x-components.clearfilters.md +4 -7
  311. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  312. package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
  313. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  314. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  315. package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
  316. package/docs/API-reference/api/x-components.collapseheight.md +6 -0
  317. package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
  318. package/docs/API-reference/api/x-components.collapsewidth.md +6 -0
  319. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
  320. package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
  321. package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
  322. package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
  323. package/docs/API-reference/api/x-components.crossfade.md +7 -1
  324. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  325. package/docs/API-reference/api/x-components.debounce.md +5 -1
  326. package/docs/API-reference/api/x-components.debounceoptions.md +4 -4
  327. package/docs/API-reference/api/x-components.deepfilter.md +8 -6
  328. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  329. package/docs/API-reference/api/x-components.defaultfacetsservice.md +3 -1
  330. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
  331. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  332. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +1 -1
  333. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  334. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  335. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  336. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  337. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  338. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  339. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  340. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  341. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  342. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  343. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  344. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  345. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  346. package/docs/API-reference/api/x-components.devicestate.md +3 -3
  347. package/docs/API-reference/api/x-components.devicexevents.md +3 -3
  348. package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
  349. package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
  350. package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
  351. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +2 -0
  352. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  353. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  354. package/docs/API-reference/api/x-components.empathize._refs.md +13 -0
  355. package/docs/API-reference/api/x-components.empathize.md +7 -0
  356. package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
  357. package/docs/API-reference/api/x-components.empathizestate.md +4 -4
  358. package/docs/API-reference/api/x-components.empathizexevents.md +5 -5
  359. package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
  360. package/docs/API-reference/api/x-components.extraparams.md +3 -1
  361. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  362. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +1 -1
  363. package/docs/API-reference/api/x-components.extraparamsstate.md +3 -3
  364. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +2 -0
  365. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  366. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +2 -0
  367. package/docs/API-reference/api/x-components.extraparamsxevents.md +6 -5
  368. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +2 -0
  369. package/docs/API-reference/api/x-components.extrapluginsoptions.md +5 -5
  370. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +1 -1
  371. package/docs/API-reference/api/x-components.facetgroupentry.md +4 -4
  372. package/docs/API-reference/api/x-components.facetsgetters.md +5 -5
  373. package/docs/API-reference/api/x-components.facetsgroup.md +4 -4
  374. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  375. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  376. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  377. package/docs/API-reference/api/x-components.facetsmutations.md +2 -1
  378. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
  379. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  380. package/docs/API-reference/api/x-components.facetsservice.md +4 -1
  381. package/docs/API-reference/api/x-components.facetsservice.select.md +3 -3
  382. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  383. package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
  384. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  385. package/docs/API-reference/api/x-components.facetsstate.md +7 -6
  386. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  387. package/docs/API-reference/api/x-components.facetsstate.query.md +1 -1
  388. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +1 -1
  389. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +1 -1
  390. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +1 -1
  391. package/docs/API-reference/api/x-components.facetsxevents.md +15 -14
  392. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  393. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
  394. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
  395. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
  396. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
  397. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +1 -1
  398. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
  399. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
  400. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +1 -1
  401. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +1 -1
  402. package/docs/API-reference/api/x-components.fade.appear.md +13 -0
  403. package/docs/API-reference/api/x-components.fade.md +21 -0
  404. package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
  405. package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
  406. package/docs/API-reference/api/x-components.fadeandslide.md +4 -2
  407. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  408. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
  409. package/docs/API-reference/api/x-components.fetchandsaveactions.md +6 -6
  410. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
  411. package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
  412. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
  413. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
  414. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
  415. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  416. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  417. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  418. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  419. package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
  420. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  421. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
  422. package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
  423. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  424. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  425. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  426. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  427. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  428. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  429. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  430. package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
  431. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  432. package/docs/API-reference/api/x-components.filterssearch.md +1 -0
  433. package/docs/API-reference/api/x-components.firstparameter.md +0 -2
  434. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  435. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  436. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  437. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  438. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  439. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  440. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
  441. package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
  442. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  443. package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
  444. package/docs/API-reference/api/x-components.getterstree.md +1 -1
  445. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  446. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  447. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  448. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  449. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  450. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  451. package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
  452. package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
  453. package/docs/API-reference/api/x-components.highlight.md +23 -0
  454. package/docs/API-reference/api/x-components.highlight.text.md +13 -0
  455. package/docs/API-reference/api/x-components.historyqueriesactions.md +3 -0
  456. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
  457. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  458. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
  459. package/docs/API-reference/api/x-components.historyqueriesconfig.md +6 -6
  460. package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
  461. package/docs/API-reference/api/x-components.historyqueriesgetters.md +7 -6
  462. package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
  463. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  464. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  465. package/docs/API-reference/api/x-components.historyqueriesstate.md +9 -7
  466. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  467. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  468. package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
  469. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +1 -1
  470. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
  471. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
  472. package/docs/API-reference/api/x-components.historyqueriesxevents.md +13 -9
  473. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
  474. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
  475. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
  476. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
  477. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
  478. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +1 -1
  479. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
  480. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
  481. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  482. package/docs/API-reference/api/x-components.identifierresults.md +2 -0
  483. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  484. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +8 -1
  485. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +8 -1
  486. package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
  487. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  488. package/docs/API-reference/api/x-components.identifierresultsconfig.md +6 -6
  489. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  490. package/docs/API-reference/api/x-components.identifierresultsgetters.md +5 -5
  491. package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
  492. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  493. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  494. package/docs/API-reference/api/x-components.identifierresultsstate.md +9 -7
  495. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  496. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  497. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
  498. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
  499. package/docs/API-reference/api/x-components.identifierresultsxevents.md +5 -5
  500. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
  501. package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
  502. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  503. package/docs/API-reference/api/x-components.infinitescroll.md +2 -2
  504. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  505. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  506. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  507. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  508. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  509. package/docs/API-reference/api/x-components.installxoptions.app.md +1 -1
  510. package/docs/API-reference/api/x-components.installxoptions.domelement.md +2 -2
  511. package/docs/API-reference/api/x-components.installxoptions.md +10 -9
  512. package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
  513. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  514. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  515. package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
  516. package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
  517. package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
  518. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  519. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  520. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  521. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  522. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  523. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  524. package/docs/API-reference/api/x-components.mainmodal.md +21 -0
  525. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  526. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  527. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  528. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  529. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  530. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  531. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  532. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  533. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  534. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  535. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  536. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  537. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  538. package/docs/API-reference/api/x-components.md +186 -77
  539. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -3
  540. package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
  541. package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
  542. package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
  543. package/docs/API-reference/api/x-components.mutationstree.md +1 -1
  544. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  545. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  546. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  547. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  548. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  549. package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
  550. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  551. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  552. package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
  553. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +8 -1
  554. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
  555. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +8 -1
  556. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
  557. package/docs/API-reference/api/x-components.nextqueriesactions.md +5 -2
  558. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
  559. package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
  560. package/docs/API-reference/api/x-components.nextqueriesconfig.md +6 -5
  561. package/docs/API-reference/api/x-components.nextqueriesgetters.md +4 -4
  562. package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
  563. package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
  564. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -0
  565. package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
  566. package/docs/API-reference/api/x-components.nextqueriesmutations.md +4 -2
  567. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
  568. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +1 -1
  569. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
  570. package/docs/API-reference/api/x-components.nextqueriesstate.md +10 -9
  571. package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
  572. package/docs/API-reference/api/x-components.nextqueriesxevents.md +7 -6
  573. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
  574. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
  575. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
  576. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
  577. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
  578. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  579. package/docs/API-reference/api/x-components.nextquery.md +1 -0
  580. package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
  581. package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
  582. package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
  583. package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
  584. package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
  585. package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
  586. package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
  587. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  588. package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
  589. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  590. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  591. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  592. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  593. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  594. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  595. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  596. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +8 -1
  597. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +8 -1
  598. package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
  599. package/docs/API-reference/api/x-components.popularsearchesconfig.md +4 -5
  600. package/docs/API-reference/api/x-components.popularsearchesgetters.md +4 -4
  601. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  602. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +1 -1
  603. package/docs/API-reference/api/x-components.popularsearchesstate.md +6 -6
  604. package/docs/API-reference/api/x-components.popularsearchesxevents.md +5 -5
  605. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
  606. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  607. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
  608. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  609. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  610. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  611. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  612. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +4 -4
  613. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
  614. package/docs/API-reference/api/x-components.propswithtype.md +6 -7
  615. package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
  616. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
  617. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
  618. package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
  619. package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
  620. package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
  621. package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
  622. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
  623. package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
  624. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
  625. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
  626. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
  627. package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
  628. package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
  629. package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
  630. package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
  631. package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
  632. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.md +13 -0
  633. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
  634. package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
  635. package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
  636. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  637. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  638. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  639. package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
  640. package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
  641. package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
  642. package/docs/API-reference/api/x-components.querypreview.md +29 -0
  643. package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
  644. package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
  645. package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
  646. package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
  647. package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
  648. package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
  649. package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
  650. package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
  651. package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
  652. package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
  653. package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
  654. package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
  655. package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
  656. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
  657. package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
  658. package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
  659. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +8 -1
  660. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +8 -1
  661. package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
  662. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
  663. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +5 -6
  664. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +5 -5
  665. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  666. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
  667. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +1 -1
  668. package/docs/API-reference/api/x-components.querysuggestionsstate.md +8 -8
  669. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +6 -6
  670. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
  671. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
  672. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
  673. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
  674. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  675. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  676. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
  677. package/docs/API-reference/api/x-components.recommendations.md +2 -1
  678. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
  679. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +8 -1
  680. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +8 -1
  681. package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
  682. package/docs/API-reference/api/x-components.recommendationsconfig.md +3 -3
  683. package/docs/API-reference/api/x-components.recommendationsgetters.md +3 -3
  684. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  685. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -0
  686. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +1 -1
  687. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
  688. package/docs/API-reference/api/x-components.recommendationsstate.md +6 -6
  689. package/docs/API-reference/api/x-components.recommendationsxevents.md +5 -5
  690. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
  691. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
  692. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
  693. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  694. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  695. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  696. package/docs/API-reference/api/x-components.redirection.md +31 -0
  697. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  698. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  699. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  700. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  701. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  702. package/docs/API-reference/api/x-components.relatedtag.md +7 -0
  703. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  704. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +8 -1
  705. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +8 -1
  706. package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -3
  707. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
  708. package/docs/API-reference/api/x-components.relatedtagsconfig.md +3 -3
  709. package/docs/API-reference/api/x-components.relatedtagsgetters.md +5 -4
  710. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  711. package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
  712. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +1 -1
  713. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  714. package/docs/API-reference/api/x-components.relatedtagsstate.md +8 -9
  715. package/docs/API-reference/api/x-components.relatedtagsxevents.md +8 -8
  716. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
  717. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
  718. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
  719. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
  720. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
  721. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
  722. package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +1 -1
  723. package/docs/API-reference/api/x-components.renderlessextraparams.md +2 -3
  724. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
  725. package/docs/API-reference/api/x-components.requeststatus.md +1 -1
  726. package/docs/API-reference/api/x-components.resetappending.md +13 -0
  727. package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
  728. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  729. package/docs/API-reference/api/x-components.resetstate.md +13 -0
  730. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  731. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  732. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  733. package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
  734. package/docs/API-reference/api/x-components.resultslist.md +11 -0
  735. package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
  736. package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
  737. package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
  738. package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
  739. package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
  740. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  741. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  742. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  743. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  744. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  745. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  746. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  747. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  748. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  749. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  750. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  751. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  752. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  753. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  754. package/docs/API-reference/api/x-components.returns.md +0 -2
  755. package/docs/API-reference/api/x-components.rootxstorestate.md +3 -3
  756. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  757. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  758. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  759. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  760. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  761. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  762. package/docs/API-reference/api/x-components.scroll.md +21 -0
  763. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  764. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  765. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  766. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  767. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  768. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  769. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  770. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  771. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  772. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  773. package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
  774. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  775. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  776. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  777. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  778. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  779. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  780. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  781. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  782. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  783. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  784. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  785. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  786. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  787. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  788. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  789. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  790. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  791. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  792. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  793. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  794. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  795. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  796. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  797. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  798. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  799. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  800. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  801. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  802. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +8 -1
  803. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +8 -1
  804. package/docs/API-reference/api/x-components.searchactions.md +6 -3
  805. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  806. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  807. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  808. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
  809. package/docs/API-reference/api/x-components.searchboxactions.md +2 -1
  810. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
  811. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
  812. package/docs/API-reference/api/x-components.searchboxgetters.md +3 -3
  813. package/docs/API-reference/api/x-components.searchboxmutations.md +3 -1
  814. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
  815. package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
  816. package/docs/API-reference/api/x-components.searchboxstate.md +6 -4
  817. package/docs/API-reference/api/x-components.searchboxxevents.md +14 -12
  818. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
  819. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
  820. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  821. package/docs/API-reference/api/x-components.searchbutton.md +6 -1
  822. package/docs/API-reference/api/x-components.searchconfig.md +3 -3
  823. package/docs/API-reference/api/x-components.searchgetters.md +4 -3
  824. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  825. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  826. package/docs/API-reference/api/x-components.searchinput.md +1 -0
  827. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  828. package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
  829. package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
  830. package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
  831. package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
  832. package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
  833. package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
  834. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
  835. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
  836. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
  837. package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
  838. package/docs/API-reference/api/x-components.searchmutations.md +4 -2
  839. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  840. package/docs/API-reference/api/x-components.searchmutations.setparams.md +1 -1
  841. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  842. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
  843. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  844. package/docs/API-reference/api/x-components.searchstate.md +22 -21
  845. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  846. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +1 -1
  847. package/docs/API-reference/api/x-components.searchxevents.md +19 -12
  848. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +1 -1
  849. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
  850. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  851. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  852. package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
  853. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  854. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
  855. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +1 -1
  856. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
  857. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  858. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  859. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  860. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  861. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
  862. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
  863. package/docs/API-reference/api/x-components.selectedfilterslist.md +7 -5
  864. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  865. package/docs/API-reference/api/x-components.setextraparams.md +1 -1
  866. package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
  867. package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
  868. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  869. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  870. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +1 -1
  871. package/docs/API-reference/api/x-components.setparams.md +13 -0
  872. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  873. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +1 -1
  874. package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
  875. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +1 -1
  876. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  877. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +1 -1
  878. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  879. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +1 -1
  880. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  881. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  882. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  883. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  884. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  885. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  886. package/docs/API-reference/api/x-components.setsearchpage.md +1 -1
  887. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  888. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  889. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  890. package/docs/API-reference/api/x-components.setsort.md +1 -1
  891. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  892. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  893. package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
  894. package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
  895. package/docs/API-reference/api/x-components.seturlpage.md +13 -0
  896. package/docs/API-reference/api/x-components.seturlparams.md +13 -0
  897. package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
  898. package/docs/API-reference/api/x-components.seturlquery.md +13 -0
  899. package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
  900. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  901. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  902. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  903. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  904. package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
  905. package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -3
  906. package/docs/API-reference/api/x-components.slidingpanel.md +6 -14
  907. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  908. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  909. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  910. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  911. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  912. package/docs/API-reference/api/x-components.snippetconfig.env.md +1 -1
  913. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  914. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  915. package/docs/API-reference/api/x-components.snippetconfig.lang.md +1 -1
  916. package/docs/API-reference/api/x-components.snippetconfig.md +15 -10
  917. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  918. package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
  919. package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
  920. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  921. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +7 -0
  922. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  923. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  924. package/docs/API-reference/api/x-components.sortmixin.md +2 -3
  925. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  926. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  927. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  928. package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
  929. package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
  930. package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
  931. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +9 -2
  932. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +9 -0
  933. package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
  934. package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
  935. package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
  936. package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
  937. package/docs/API-reference/api/x-components.stateselector.md +3 -3
  938. package/docs/API-reference/api/x-components.statusstate.md +3 -3
  939. package/docs/API-reference/api/x-components.subobject.md +29 -0
  940. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  941. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  942. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  943. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  944. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  945. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  946. package/docs/API-reference/api/x-components.tagging.md +32 -0
  947. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  948. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  949. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  950. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  951. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  952. package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
  953. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  954. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  955. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  956. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  957. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  958. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  959. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  960. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  961. package/docs/API-reference/api/x-components.taggingstate.md +9 -0
  962. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  963. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  964. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  965. package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
  966. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  967. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  968. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  969. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  970. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  971. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  972. package/docs/API-reference/api/x-components.throttle.md +3 -3
  973. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  974. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  975. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  976. package/docs/API-reference/api/x-components.timeselector.md +15 -0
  977. package/docs/API-reference/api/x-components.track.md +13 -0
  978. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  979. package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
  980. package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
  981. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  982. package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
  983. package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
  984. package/docs/API-reference/api/x-components.urlactions.md +0 -8
  985. package/docs/API-reference/api/x-components.urlgetters.md +3 -4
  986. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +1 -1
  987. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  988. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  989. package/docs/API-reference/api/x-components.urlhandler.md +29 -0
  990. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  991. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  992. package/docs/API-reference/api/x-components.urlmutations.md +6 -3
  993. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
  994. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
  995. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
  996. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -2
  997. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  998. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  999. package/docs/API-reference/api/x-components.urlparamkey.md +2 -2
  1000. package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
  1001. package/docs/API-reference/api/x-components.urlparams.md +25 -0
  1002. package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
  1003. package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
  1004. package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
  1005. package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
  1006. package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
  1007. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  1008. package/docs/API-reference/api/x-components.urlstate.md +5 -6
  1009. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
  1010. package/docs/API-reference/api/x-components.urlxevents.md +6 -8
  1011. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +2 -2
  1012. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
  1013. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
  1014. package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
  1015. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  1016. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  1017. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  1018. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  1019. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  1020. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  1021. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  1022. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  1023. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  1024. package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
  1025. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  1026. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  1027. package/docs/API-reference/api/x-components.wiremetadata.md +9 -6
  1028. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  1029. package/docs/API-reference/api/x-components.wireparams.md +3 -3
  1030. package/docs/API-reference/api/x-components.wirepayload.md +4 -4
  1031. package/docs/API-reference/api/x-components.wireservice.md +1 -1
  1032. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
  1033. package/docs/API-reference/api/x-components.wiring.md +2 -2
  1034. package/docs/API-reference/api/x-components.xactioncontext.md +3 -3
  1035. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  1036. package/docs/API-reference/api/x-components.xapi.md +2 -0
  1037. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  1038. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  1039. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
  1040. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +26 -18
  1041. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  1042. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  1043. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  1044. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  1045. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  1046. package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
  1047. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  1048. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +8 -8
  1049. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +9 -9
  1050. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  1051. package/docs/API-reference/api/x-components.xcomponentbusapi.md +3 -3
  1052. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  1053. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
  1054. package/docs/API-reference/api/x-components.xeventstypes.md +33 -32
  1055. package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
  1056. package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
  1057. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
  1058. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
  1059. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
  1060. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
  1061. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
  1062. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
  1063. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  1064. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +1 -1
  1065. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
  1066. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
  1067. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
  1068. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +1 -1
  1069. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
  1070. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
  1071. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +1 -1
  1072. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  1073. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
  1074. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
  1075. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
  1076. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
  1077. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +1 -1
  1078. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
  1079. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
  1080. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  1081. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
  1082. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
  1083. package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
  1084. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1085. package/docs/API-reference/api/x-components.xinstaller.md +10 -7
  1086. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
  1087. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
  1088. package/docs/API-reference/api/x-components.xmodule.md +6 -6
  1089. package/docs/API-reference/api/x-components.xmoduleoptions.md +4 -4
  1090. package/docs/API-reference/api/x-components.xmodulestree.md +19 -17
  1091. package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
  1092. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  1093. package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
  1094. package/docs/API-reference/api/x-components.xplugin.md +4 -6
  1095. package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
  1096. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
  1097. package/docs/API-reference/api/x-components.xpluginoptions.md +7 -7
  1098. package/docs/API-reference/api/x-components.xstoremodule.md +6 -6
  1099. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
  1100. package/docs/API-reference/api/x-types.banner.md +8 -8
  1101. package/docs/API-reference/api/x-types.banner.position.md +13 -0
  1102. package/docs/API-reference/api/x-types.booleanfilter.md +5 -5
  1103. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +4 -4
  1104. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +4 -4
  1105. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1106. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1107. package/docs/API-reference/api/x-types.facet.md +4 -4
  1108. package/docs/API-reference/api/x-types.facetfilter.md +4 -4
  1109. package/docs/API-reference/api/x-types.facetfilter.modelname.md +1 -1
  1110. package/docs/API-reference/api/x-types.facetfilterschema.md +1 -1
  1111. package/docs/API-reference/api/x-types.filter.md +3 -3
  1112. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1113. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1114. package/docs/API-reference/api/x-types.hierarchicalfacet.md +4 -4
  1115. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
  1116. package/docs/API-reference/api/x-types.hierarchicalfilter.md +5 -5
  1117. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +1 -1
  1118. package/docs/API-reference/api/x-types.historyquery.md +3 -3
  1119. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1120. package/docs/API-reference/api/x-types.identifiable.md +4 -4
  1121. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1122. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1123. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1124. package/docs/API-reference/api/x-types.md +30 -3
  1125. package/docs/API-reference/api/x-types.namedmodel.md +3 -3
  1126. package/docs/API-reference/api/x-types.nextqueries.md +3 -3
  1127. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1128. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1129. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1130. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1131. package/docs/API-reference/api/x-types.nextquery.md +6 -0
  1132. package/docs/API-reference/api/x-types.numberrangefacet.md +4 -4
  1133. package/docs/API-reference/api/x-types.numberrangefilter.md +4 -4
  1134. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1135. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1136. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1137. package/docs/API-reference/api/x-types.partialresult.md +4 -4
  1138. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1139. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1140. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1141. package/docs/API-reference/api/x-types.previewable.md +6 -6
  1142. package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
  1143. package/docs/API-reference/api/x-types.previewresults.md +22 -0
  1144. package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
  1145. package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
  1146. package/docs/API-reference/api/x-types.promoted.md +8 -8
  1147. package/docs/API-reference/api/x-types.promoted.position.md +13 -0
  1148. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1149. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1150. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1151. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1152. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1153. package/docs/API-reference/api/x-types.rangevalue.md +4 -4
  1154. package/docs/API-reference/api/x-types.rawfilter.md +5 -5
  1155. package/docs/API-reference/api/x-types.rawfilter.selected.md +1 -1
  1156. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1157. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1158. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  1159. package/docs/API-reference/api/x-types.redirection.md +5 -6
  1160. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  1161. package/docs/API-reference/api/x-types.relatedtag.md +4 -5
  1162. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  1163. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  1164. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  1165. package/docs/API-reference/api/x-types.result.identifier.md +1 -1
  1166. package/docs/API-reference/api/x-types.result.images.md +1 -1
  1167. package/docs/API-reference/api/x-types.result.iswishlisted.md +1 -1
  1168. package/docs/API-reference/api/x-types.result.md +13 -13
  1169. package/docs/API-reference/api/x-types.result.name.md +1 -1
  1170. package/docs/API-reference/api/x-types.result.price.md +1 -1
  1171. package/docs/API-reference/api/x-types.result.rating.md +1 -1
  1172. package/docs/API-reference/api/x-types.result.type.md +1 -1
  1173. package/docs/API-reference/api/x-types.result.url.md +1 -1
  1174. package/docs/API-reference/api/x-types.result.variants.md +13 -0
  1175. package/docs/API-reference/api/x-types.resultidentifier.md +3 -3
  1176. package/docs/API-reference/api/x-types.resultprice.md +5 -5
  1177. package/docs/API-reference/api/x-types.resultrating.md +3 -3
  1178. package/docs/API-reference/api/x-types.resultvariant.md +15 -0
  1179. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  1180. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  1181. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  1182. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  1183. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  1184. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  1185. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  1186. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  1187. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  1188. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  1189. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  1190. package/docs/API-reference/api/x-types.simplefacet.md +4 -4
  1191. package/docs/API-reference/api/x-types.simplefilter.md +3 -3
  1192. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  1193. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  1194. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  1195. package/docs/API-reference/api/x-types.suggestion.md +4 -4
  1196. package/docs/API-reference/api/x-types.taggable.md +20 -0
  1197. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  1198. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  1199. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  1200. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  1201. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  1202. package/docs/API-reference/api/x-types.tagging.md +8 -5
  1203. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  1204. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  1205. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  1206. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  1207. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  1208. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  1209. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  1210. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  1211. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  1212. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  1213. package/docs/API-reference/api/x-types.userinfo.md +5 -5
  1214. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  1215. package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
  1216. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  1217. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  1218. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  1219. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  1220. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  1221. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  1222. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  1223. package/docs/API-reference/components/common/animations/x-components.animate-width.md +5 -8
  1224. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +14 -11
  1225. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +15 -12
  1226. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +10 -8
  1227. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +11 -14
  1228. package/docs/API-reference/components/common/animations/x-components.fade.md +51 -0
  1229. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +14 -12
  1230. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +31 -0
  1231. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +13 -20
  1232. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +34 -15
  1233. package/docs/API-reference/components/common/currency/x-components.base-currency.md +270 -62
  1234. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -17
  1235. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +8 -12
  1236. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  1237. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  1238. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  1239. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  1240. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  1241. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  1242. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  1243. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  1244. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  1245. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  1246. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  1247. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  1248. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  1249. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  1250. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  1251. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  1252. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  1253. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  1254. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  1255. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  1256. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  1257. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  1258. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  1259. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  1260. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  1261. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  1262. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  1263. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  1264. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  1265. package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
  1266. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  1267. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  1268. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  1269. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  1270. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  1271. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  1272. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  1273. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  1274. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  1275. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  1276. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  1277. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  1278. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  1279. package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
  1280. package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
  1281. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  1282. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  1283. package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
  1284. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  1285. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  1286. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  1287. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  1288. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  1289. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  1290. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  1291. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  1292. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +73 -0
  1293. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +135 -5
  1294. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +19 -19
  1295. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +7 -11
  1296. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +7 -11
  1297. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +7 -16
  1298. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +49 -22
  1299. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +49 -22
  1300. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +6 -12
  1301. package/docs/API-reference/components/common/modals/x-components.base-modal.md +17 -15
  1302. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +51 -0
  1303. package/docs/API-reference/components/common/modals/x-components.main-modal.md +57 -0
  1304. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +51 -0
  1305. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +10 -14
  1306. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +6 -13
  1307. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +5 -15
  1308. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +332 -0
  1309. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +6 -10
  1310. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +6 -10
  1311. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +7 -11
  1312. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  1313. package/docs/API-reference/components/common/result/x-components.base-result-image.md +71 -20
  1314. package/docs/API-reference/components/common/result/x-components.base-result-link.md +12 -29
  1315. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  1316. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +45 -20
  1317. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +252 -0
  1318. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +297 -0
  1319. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +188 -0
  1320. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +61 -46
  1321. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +103 -48
  1322. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +112 -19
  1323. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +60 -0
  1324. package/docs/API-reference/components/common/x-components.base-dropdown.md +78 -0
  1325. package/docs/API-reference/components/common/x-components.base-event-button.md +44 -0
  1326. package/docs/API-reference/components/common/x-components.base-grid.md +94 -0
  1327. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +84 -0
  1328. package/docs/API-reference/components/common/x-components.base-rating.md +45 -0
  1329. package/docs/API-reference/components/common/x-components.base-switch.md +76 -0
  1330. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +80 -0
  1331. package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
  1332. package/docs/API-reference/components/common/x-components.highlight.md +97 -0
  1333. package/docs/API-reference/components/common/x-components.items-list.md +20 -0
  1334. package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
  1335. package/docs/API-reference/components/common/x-components.sliding-panel.md +272 -0
  1336. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +33 -0
  1337. package/docs/API-reference/components/device/x-components.device-detector.md +4 -9
  1338. package/docs/API-reference/components/empathize/x-components.empathize.md +22 -23
  1339. package/docs/API-reference/components/extra-params/x-components.extra-params.md +4 -8
  1340. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +12 -22
  1341. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +10 -7
  1342. package/docs/API-reference/components/facets/x-components.clear-filters.md +13 -16
  1343. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +5 -11
  1344. package/docs/API-reference/components/facets/x-components.facets/facets.md +43 -24
  1345. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +13 -20
  1346. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +8 -21
  1347. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +152 -36
  1348. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +122 -25
  1349. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +9 -15
  1350. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +61 -24
  1351. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +7 -15
  1352. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +11 -16
  1353. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +13 -15
  1354. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +22 -29
  1355. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +15 -22
  1356. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +27 -29
  1357. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +13 -16
  1358. package/docs/API-reference/components/facets/x-components.preselected-filters.md +76 -0
  1359. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +35 -15
  1360. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
  1361. package/docs/API-reference/components/history-queries/x-components.history-queries.md +182 -60
  1362. package/docs/API-reference/components/history-queries/x-components.history-query.md +85 -40
  1363. package/docs/API-reference/components/history-queries/x-components.my-history.md +197 -0
  1364. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +9 -15
  1365. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +6 -10
  1366. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +36 -16
  1367. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +56 -22
  1368. package/docs/API-reference/components/next-queries/x-components.next-queries.md +145 -56
  1369. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +201 -0
  1370. package/docs/API-reference/components/next-queries/x-components.next-query.md +83 -31
  1371. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +66 -28
  1372. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +123 -62
  1373. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +189 -0
  1374. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +17 -22
  1375. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +42 -42
  1376. package/docs/API-reference/components/recommendations/x-components.recommendations.md +121 -57
  1377. package/docs/API-reference/components/related-tags/x-components.related-tag.md +29 -37
  1378. package/docs/API-reference/components/related-tags/x-components.related-tags.md +38 -42
  1379. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +80 -0
  1380. package/docs/API-reference/components/scroll/x-components.main-scroll.md +168 -0
  1381. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +62 -0
  1382. package/docs/API-reference/components/scroll/x-components.scroll.md +157 -0
  1383. package/docs/API-reference/components/scroll/x-components.window-scroll.md +151 -0
  1384. package/docs/API-reference/components/search/x-components.banner.md +5 -10
  1385. package/docs/API-reference/components/search/x-components.banners-list.md +8 -17
  1386. package/docs/API-reference/components/search/x-components.partial-query-button.md +7 -12
  1387. package/docs/API-reference/components/search/x-components.partial-results-list.md +9 -13
  1388. package/docs/API-reference/components/search/x-components.promoted.md +5 -9
  1389. package/docs/API-reference/components/search/x-components.promoteds-list.md +8 -17
  1390. package/docs/API-reference/components/search/x-components.redirection.md +94 -0
  1391. package/docs/API-reference/components/search/x-components.results-list.md +17 -20
  1392. package/docs/API-reference/components/search/x-components.sort-dropdown.md +13 -18
  1393. package/docs/API-reference/components/search/x-components.sort-list.md +9 -14
  1394. package/docs/API-reference/components/search/x-components.spellcheck-button.md +7 -12
  1395. package/docs/API-reference/components/search/x-components.spellcheck.md +8 -16
  1396. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +30 -33
  1397. package/docs/API-reference/components/search-box/x-components.search-button.md +43 -28
  1398. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +102 -0
  1399. package/docs/API-reference/components/search-box/x-components.search-input.md +32 -26
  1400. package/docs/API-reference/components/tagging/x-components.tagging.md +107 -0
  1401. package/docs/API-reference/components/url/x-components.url-handler.md +18 -26
  1402. package/docs/build-search-ui/README.md +127 -0
  1403. package/docs/build-search-ui/sidebar.js +7 -0
  1404. package/docs/build-search-ui/web-archetype-development-guide.md +187 -0
  1405. package/docs/build-search-ui/web-archetype-integration-guide.md +347 -0
  1406. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +199 -0
  1407. package/docs/build-search-ui/web-x-architecture.md +83 -0
  1408. package/docs/build-search-ui/web-x-components-development-guide.md +157 -0
  1409. package/docs/experience-search-and-discovery/README.md +129 -0
  1410. package/docs/experience-search-and-discovery/empathize.md +107 -0
  1411. package/docs/experience-search-and-discovery/facets-and-filters.md +152 -0
  1412. package/docs/experience-search-and-discovery/history-queries.md +62 -0
  1413. package/docs/experience-search-and-discovery/id-results.md +46 -0
  1414. package/docs/experience-search-and-discovery/my-history.md +50 -0
  1415. package/docs/experience-search-and-discovery/next-queries.md +67 -0
  1416. package/docs/experience-search-and-discovery/popular-searches.md +47 -0
  1417. package/docs/experience-search-and-discovery/product-results-ui.md +81 -0
  1418. package/docs/experience-search-and-discovery/query-suggestions.md +45 -0
  1419. package/docs/experience-search-and-discovery/recommendations.md +49 -0
  1420. package/docs/experience-search-and-discovery/related-tags.md +49 -0
  1421. package/docs/experience-search-and-discovery/search-box.md +95 -0
  1422. package/docs/experience-search-and-discovery/serp-ui.md +123 -0
  1423. package/docs/experience-search-and-discovery/sidebar.js +17 -0
  1424. package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
  1425. package/docs/input-status-machine-state.png +0 -0
  1426. package/empathize/index.js +3 -3
  1427. package/extra-params/index.js +5 -5
  1428. package/facets/index.js +14 -13
  1429. package/history-queries/index.js +9 -7
  1430. package/identifier-results/index.js +6 -5
  1431. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  1432. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  1433. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
  1434. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  1435. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  1436. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  1437. package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
  1438. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  1439. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  1440. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  1441. package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
  1442. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  1443. package/js/components/animations/animate-width.vue.js +23 -18
  1444. package/js/components/animations/animate-width.vue.js.map +1 -1
  1445. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
  1446. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1447. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1448. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1449. package/js/components/animations/animations.mixin.js +17 -6
  1450. package/js/components/animations/animations.mixin.js.map +1 -1
  1451. package/js/components/animations/collapse-height.vue.js +27 -25
  1452. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1453. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
  1454. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1455. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1456. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1457. package/js/components/animations/collapse-width.vue.js +27 -25
  1458. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1459. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
  1460. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1461. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1462. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1463. package/js/components/animations/create-directional-animation-factory.js +31 -0
  1464. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  1465. package/js/components/animations/cross-fade.vue.js +20 -18
  1466. package/js/components/animations/cross-fade.vue.js.map +1 -1
  1467. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  1468. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1469. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1470. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1471. package/js/components/animations/disable-animation.mixin.js +32 -0
  1472. package/js/components/animations/disable-animation.mixin.js.map +1 -0
  1473. package/js/components/animations/fade-and-slide.vue.js +23 -21
  1474. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1475. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
  1476. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1477. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1478. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1479. package/js/components/animations/fade.vue.js +60 -0
  1480. package/js/components/animations/fade.vue.js.map +1 -0
  1481. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
  1482. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1483. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1484. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1485. package/js/components/animations/staggered-fade-and-slide.vue.js +15 -18
  1486. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1487. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
  1488. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1489. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1490. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1491. package/js/components/animations/staggering-transition-group.vue.js +39 -0
  1492. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  1493. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
  1494. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1495. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1496. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1497. package/js/components/auto-progress-bar.vue.js +62 -0
  1498. package/js/components/auto-progress-bar.vue.js.map +1 -0
  1499. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +34 -0
  1500. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1501. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1502. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1503. package/js/components/base-dropdown.vue.js +149 -125
  1504. package/js/components/base-dropdown.vue.js.map +1 -1
  1505. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
  1506. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1507. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1508. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1509. package/js/components/base-event-button.vue.js +10 -10
  1510. package/js/components/base-event-button.vue.js.map +1 -1
  1511. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  1512. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1513. package/js/components/base-grid.vue.js +23 -25
  1514. package/js/components/base-grid.vue.js.map +1 -1
  1515. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
  1516. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1517. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1518. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1519. package/js/components/base-keyboard-navigation.vue.js +16 -16
  1520. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1521. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  1522. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1523. package/js/components/base-rating.vue.js +32 -31
  1524. package/js/components/base-rating.vue.js.map +1 -1
  1525. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  1526. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1527. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1528. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1529. package/js/components/base-switch.vue.js +56 -0
  1530. package/js/components/base-switch.vue.js.map +1 -0
  1531. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  1532. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1533. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1534. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1535. package/js/components/base-variable-column-grid.vue.js +15 -15
  1536. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1537. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
  1538. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1539. package/js/components/column-picker/base-column-picker-dropdown.vue.js +21 -20
  1540. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1541. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  1542. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1543. package/js/components/column-picker/base-column-picker-list.vue.js +25 -26
  1544. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1545. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  1546. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1547. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1548. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1549. package/js/components/column-picker/column-picker.mixin.js +46 -53
  1550. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  1551. package/js/components/currency/base-currency.vue.js +13 -13
  1552. package/js/components/currency/base-currency.vue.js.map +1 -1
  1553. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  1554. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1555. package/js/components/decorators/bus.decorators.js +30 -41
  1556. package/js/components/decorators/bus.decorators.js.map +1 -1
  1557. package/js/components/decorators/debounce.decorators.js +16 -12
  1558. package/js/components/decorators/debounce.decorators.js.map +1 -1
  1559. package/js/components/decorators/injection.consts.js +38 -2
  1560. package/js/components/decorators/injection.consts.js.map +1 -1
  1561. package/js/components/decorators/injection.decorators.js +22 -26
  1562. package/js/components/decorators/injection.decorators.js.map +1 -1
  1563. package/js/components/decorators/store.decorators.js +11 -13
  1564. package/js/components/decorators/store.decorators.js.map +1 -1
  1565. package/js/components/dynamic-props.mixin.js +29 -0
  1566. package/js/components/dynamic-props.mixin.js.map +1 -0
  1567. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  1568. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1569. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  1570. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1571. package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
  1572. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1573. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  1574. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1575. package/js/components/global-x-bus.vue.js +39 -0
  1576. package/js/components/global-x-bus.vue.js.map +1 -0
  1577. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  1578. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1579. package/js/components/highlight.vue.js +95 -0
  1580. package/js/components/highlight.vue.js.map +1 -0
  1581. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
  1582. package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1583. package/js/components/icons/arrow-down.vue.js +63 -0
  1584. package/js/components/icons/arrow-down.vue.js.map +1 -0
  1585. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1586. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1587. package/js/components/icons/arrow-left.vue.js +63 -0
  1588. package/js/components/icons/arrow-left.vue.js.map +1 -0
  1589. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1590. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1591. package/js/components/icons/arrow-right.vue.js +63 -0
  1592. package/js/components/icons/arrow-right.vue.js.map +1 -0
  1593. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1594. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1595. package/js/components/icons/arrow-up.vue.js +63 -0
  1596. package/js/components/icons/arrow-up.vue.js.map +1 -0
  1597. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1598. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1599. package/js/components/icons/bag.vue.js +18 -20
  1600. package/js/components/icons/bag.vue.js.map +1 -1
  1601. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1602. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1603. package/js/components/icons/bar-code.vue.js +16 -17
  1604. package/js/components/icons/bar-code.vue.js.map +1 -1
  1605. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  1606. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1607. package/js/components/icons/barcode-tiny.vue.js +16 -17
  1608. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1609. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1610. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1611. package/js/components/icons/cart.vue.js +20 -21
  1612. package/js/components/icons/cart.vue.js.map +1 -1
  1613. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  1614. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1615. package/js/components/icons/check-tiny.vue.js +14 -14
  1616. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1617. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1618. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1619. package/js/components/icons/check.vue.js +14 -14
  1620. package/js/components/icons/check.vue.js.map +1 -1
  1621. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1622. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1623. package/js/components/icons/checkbox-card-selected.vue.js +15 -15
  1624. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  1625. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1626. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1627. package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
  1628. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  1629. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1630. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1631. package/js/components/icons/checkbox-selected.vue.js +15 -15
  1632. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1633. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1634. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1635. package/js/components/icons/checkbox-unselected.vue.js +16 -14
  1636. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1637. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1638. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1639. package/js/components/icons/chevron-down.vue.js +16 -16
  1640. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1641. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1642. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1643. package/js/components/icons/chevron-left.vue.js +16 -16
  1644. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1645. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1646. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1647. package/js/components/icons/chevron-right.vue.js +14 -14
  1648. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1649. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1650. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1651. package/js/components/icons/chevron-tiny-down.vue.js +16 -16
  1652. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1653. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1654. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1655. package/js/components/icons/chevron-tiny-left.vue.js +16 -16
  1656. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1657. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1658. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1659. package/js/components/icons/chevron-tiny-right.vue.js +16 -16
  1660. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1661. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1662. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1663. package/js/components/icons/chevron-tiny-up.vue.js +16 -16
  1664. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1665. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1666. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1667. package/js/components/icons/chevron-up.vue.js +16 -16
  1668. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1669. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1670. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1671. package/js/components/icons/cross-tiny.vue.js +14 -14
  1672. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1673. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1674. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1675. package/js/components/icons/cross.vue.js +14 -14
  1676. package/js/components/icons/cross.vue.js.map +1 -1
  1677. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  1678. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1679. package/js/components/icons/curated-check.vue.js +62 -0
  1680. package/js/components/icons/curated-check.vue.js.map +1 -0
  1681. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1682. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1683. package/js/components/icons/filters.vue.js +20 -23
  1684. package/js/components/icons/filters.vue.js.map +1 -1
  1685. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  1686. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1687. package/js/components/icons/grid-1-col.vue.js +13 -22
  1688. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1689. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1690. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1691. package/js/components/icons/grid-2-col.vue.js +18 -18
  1692. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1693. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1694. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1695. package/js/components/icons/grid-2-rows.vue.js +67 -0
  1696. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  1697. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  1698. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1699. package/js/components/icons/grid-4-col.vue.js +58 -0
  1700. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  1701. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1702. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1703. package/js/components/icons/hide.vue.js +20 -23
  1704. package/js/components/icons/hide.vue.js.map +1 -1
  1705. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  1706. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1707. package/js/components/icons/history-tiny.vue.js +19 -20
  1708. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1709. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1710. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1711. package/js/components/icons/history.vue.js +19 -20
  1712. package/js/components/icons/history.vue.js.map +1 -1
  1713. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  1714. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1715. package/js/components/icons/light-bulb-off.vue.js +72 -0
  1716. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  1717. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  1718. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1719. package/js/components/icons/light-bulb-on.vue.js +71 -0
  1720. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  1721. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  1722. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1723. package/js/components/icons/menu.vue.js +16 -16
  1724. package/js/components/icons/menu.vue.js.map +1 -1
  1725. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  1726. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1727. package/js/components/icons/minus-tiny.vue.js +14 -14
  1728. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1729. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1730. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1731. package/js/components/icons/minus.vue.js +14 -14
  1732. package/js/components/icons/minus.vue.js.map +1 -1
  1733. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1734. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1735. package/js/components/icons/nq-1.vue.js +14 -14
  1736. package/js/components/icons/nq-1.vue.js.map +1 -1
  1737. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
  1738. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1739. package/js/components/icons/nq-2.vue.js +14 -14
  1740. package/js/components/icons/nq-2.vue.js.map +1 -1
  1741. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
  1742. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1743. package/js/components/icons/nq-3.vue.js +16 -16
  1744. package/js/components/icons/nq-3.vue.js.map +1 -1
  1745. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
  1746. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1747. package/js/components/icons/nq-4.vue.js +19 -20
  1748. package/js/components/icons/nq-4.vue.js.map +1 -1
  1749. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
  1750. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1751. package/js/components/icons/plus.vue.js +14 -14
  1752. package/js/components/icons/plus.vue.js.map +1 -1
  1753. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1754. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1755. package/js/components/icons/radiobutton-selected.vue.js +64 -0
  1756. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  1757. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1758. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1759. package/js/components/icons/radiobutton-unselected.vue.js +64 -0
  1760. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  1761. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1762. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1763. package/js/components/icons/search-tiny.vue.js +16 -17
  1764. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1765. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1766. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1767. package/js/components/icons/search.vue.js +16 -16
  1768. package/js/components/icons/search.vue.js.map +1 -1
  1769. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  1770. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1771. package/js/components/icons/settings.vue.js +69 -0
  1772. package/js/components/icons/settings.vue.js.map +1 -0
  1773. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  1774. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1775. package/js/components/icons/show.vue.js +17 -18
  1776. package/js/components/icons/show.vue.js.map +1 -1
  1777. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  1778. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1779. package/js/components/icons/star.vue.js +16 -17
  1780. package/js/components/icons/star.vue.js.map +1 -1
  1781. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  1782. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1783. package/js/components/icons/tag.vue.js +60 -0
  1784. package/js/components/icons/tag.vue.js.map +1 -0
  1785. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1786. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1787. package/js/components/icons/trash-open.vue.js +22 -23
  1788. package/js/components/icons/trash-open.vue.js.map +1 -1
  1789. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  1790. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1791. package/js/components/icons/trash.vue.js +18 -19
  1792. package/js/components/icons/trash.vue.js.map +1 -1
  1793. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  1794. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1795. package/js/components/icons/trending-tiny.vue.js +18 -18
  1796. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1797. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1798. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1799. package/js/components/icons/trending.vue.js +18 -18
  1800. package/js/components/icons/trending.vue.js.map +1 -1
  1801. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  1802. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1803. package/js/components/icons/user.vue.js +16 -17
  1804. package/js/components/icons/user.vue.js.map +1 -1
  1805. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  1806. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1807. package/js/components/items-list-injection.mixin.js +22 -31
  1808. package/js/components/items-list-injection.mixin.js.map +1 -1
  1809. package/js/components/items-list.vue.js +15 -15
  1810. package/js/components/items-list.vue.js.map +1 -1
  1811. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  1812. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1813. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +243 -0
  1814. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  1815. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
  1816. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1817. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1818. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1819. package/js/components/layouts/layouts.mixin.js +35 -0
  1820. package/js/components/layouts/layouts.mixin.js.map +1 -0
  1821. package/js/components/layouts/multi-column-max-width-layout.vue.js +115 -108
  1822. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1823. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
  1824. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1825. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1826. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1827. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  1828. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  1829. package/js/components/layouts/single-column-layout.vue.js +85 -64
  1830. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1831. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
  1832. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1833. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1834. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1835. package/js/components/location-provider.vue.js +39 -0
  1836. package/js/components/location-provider.vue.js.map +1 -0
  1837. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  1838. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1839. package/js/components/modals/base-events-modal-close.vue.js +15 -11
  1840. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1841. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  1842. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1843. package/js/components/modals/base-events-modal-open.vue.js +15 -11
  1844. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1845. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  1846. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1847. package/js/components/modals/base-events-modal.vue.js +22 -17
  1848. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1849. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  1850. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1851. package/js/components/modals/base-id-modal-close.vue.js +31 -19
  1852. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1853. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
  1854. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1855. package/js/components/modals/base-id-modal-open.vue.js +31 -19
  1856. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1857. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -0
  1858. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1859. package/js/components/modals/base-id-modal.vue.js +22 -17
  1860. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1861. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  1862. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1863. package/js/components/modals/base-modal.vue.js +62 -46
  1864. package/js/components/modals/base-modal.vue.js.map +1 -1
  1865. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +188 -0
  1866. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1867. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1868. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1869. package/js/components/modals/close-main-modal.vue.js +61 -0
  1870. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  1871. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1872. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1873. package/js/components/modals/main-modal.vue.js +66 -0
  1874. package/js/components/modals/main-modal.vue.js.map +1 -0
  1875. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
  1876. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1877. package/js/components/modals/open-main-modal.vue.js +61 -0
  1878. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  1879. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1880. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1881. package/js/components/no-element.js +3 -4
  1882. package/js/components/no-element.js.map +1 -1
  1883. package/js/components/panels/base-header-toggle-panel.vue.js +18 -21
  1884. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1885. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
  1886. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1887. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1888. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1889. package/js/components/panels/base-id-toggle-panel-button.vue.js +15 -11
  1890. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1891. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  1892. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1893. package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
  1894. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1895. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1896. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1897. package/js/components/panels/base-tabs-panel.vue.js +151 -0
  1898. package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
  1899. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1900. package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1901. package/js/components/panels/base-toggle-panel.vue.js +12 -12
  1902. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1903. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  1904. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1905. package/js/components/result/base-result-add-to-cart.vue.js +17 -14
  1906. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1907. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  1908. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1909. package/js/components/result/base-result-current-price.vue.js +15 -15
  1910. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1911. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  1912. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1913. package/js/components/result/base-result-fallback-image.vue.js +16 -17
  1914. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1915. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1916. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1917. package/js/components/result/base-result-image.vue.js +53 -53
  1918. package/js/components/result/base-result-image.vue.js.map +1 -1
  1919. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +143 -0
  1920. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1921. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1922. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1923. package/js/components/result/base-result-link.vue.js +19 -22
  1924. package/js/components/result/base-result-link.vue.js.map +1 -1
  1925. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  1926. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1927. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1928. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1929. package/js/components/result/base-result-placeholder-image.vue.js +16 -17
  1930. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1931. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1932. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1933. package/js/components/result/base-result-previous-price.vue.js +16 -16
  1934. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1935. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  1936. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1937. package/js/components/result/base-result-rating.vue.js +99 -0
  1938. package/js/components/result/base-result-rating.vue.js.map +1 -0
  1939. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  1940. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1941. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1942. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1943. package/js/components/result/result-variant-selector.vue.js +137 -0
  1944. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  1945. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  1946. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1947. package/js/components/result/result-variants-provider.vue.js +39 -0
  1948. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  1949. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  1950. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1951. package/js/components/scroll/base-scroll.vue.js +15 -18
  1952. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1953. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  1954. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1955. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1956. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1957. package/js/components/scroll/scroll.mixin.js +192 -147
  1958. package/js/components/scroll/scroll.mixin.js.map +1 -1
  1959. package/js/components/sliding-panel.vue.js +28 -29
  1960. package/js/components/sliding-panel.vue.js.map +1 -1
  1961. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
  1962. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1963. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1964. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1965. package/js/components/snippet-callbacks.vue.js +47 -0
  1966. package/js/components/snippet-callbacks.vue.js.map +1 -0
  1967. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  1968. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1969. package/js/components/suggestions/base-suggestion.vue.js +24 -19
  1970. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1971. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
  1972. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1973. package/js/components/suggestions/base-suggestions.vue.js +21 -23
  1974. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1975. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
  1976. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1977. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1978. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1979. package/js/components/x-component.mixin.js +1 -4
  1980. package/js/components/x-component.mixin.js.map +1 -1
  1981. package/js/components/x-component.utils.js +3 -20
  1982. package/js/components/x-component.utils.js.map +1 -1
  1983. package/js/directives/infinite-scroll/infinite-scroll.js +25 -28
  1984. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  1985. package/js/index.js +183 -121
  1986. package/js/index.js.map +1 -1
  1987. package/js/plugins/devtools/colors.utils.js +49 -0
  1988. package/js/plugins/devtools/colors.utils.js.map +1 -0
  1989. package/js/plugins/devtools/devtools.plugin.js +31 -0
  1990. package/js/plugins/devtools/devtools.plugin.js.map +1 -0
  1991. package/js/plugins/devtools/timeline.devtools.js +98 -0
  1992. package/js/plugins/devtools/timeline.devtools.js.map +1 -0
  1993. package/js/plugins/devtools/wiring.devtools.js +118 -0
  1994. package/js/plugins/devtools/wiring.devtools.js.map +1 -0
  1995. package/js/plugins/x-bus.js +19 -20
  1996. package/js/plugins/x-bus.js.map +1 -1
  1997. package/js/plugins/x-emitters.js +145 -0
  1998. package/js/plugins/x-emitters.js.map +1 -0
  1999. package/js/plugins/x-plugin.alias.js +62 -53
  2000. package/js/plugins/x-plugin.alias.js.map +1 -1
  2001. package/js/plugins/x-plugin.js +147 -250
  2002. package/js/plugins/x-plugin.js.map +1 -1
  2003. package/js/plugins/x-plugin.mixin.js +33 -15
  2004. package/js/plugins/x-plugin.mixin.js.map +1 -1
  2005. package/js/plugins/x-plugin.utils.js +1 -1
  2006. package/js/plugins/x-plugin.utils.js.map +1 -1
  2007. package/js/services/directional-focus-navigation.service.js +73 -78
  2008. package/js/services/directional-focus-navigation.service.js.map +1 -1
  2009. package/js/services/state-machine.service.js +30 -0
  2010. package/js/services/state-machine.service.js.map +1 -0
  2011. package/js/store/utils/fetch-and-save-action.utils.js +16 -15
  2012. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  2013. package/js/store/utils/getters-proxy.utils.js +11 -15
  2014. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  2015. package/js/store/utils/query.utils.js +37 -0
  2016. package/js/store/utils/query.utils.js.map +1 -0
  2017. package/js/store/utils/status-store.utils.js.map +1 -1
  2018. package/js/store/utils/store-emitters.utils.js.map +1 -1
  2019. package/js/store/x.module.js +11 -9
  2020. package/js/store/x.module.js.map +1 -1
  2021. package/js/utils/array.js +47 -60
  2022. package/js/utils/array.js.map +1 -1
  2023. package/js/utils/cancellable-promise.js +6 -6
  2024. package/js/utils/cancellable-promise.js.map +1 -1
  2025. package/js/utils/clone.js.map +1 -1
  2026. package/js/utils/currency-formatter.js +18 -21
  2027. package/js/utils/currency-formatter.js.map +1 -1
  2028. package/js/utils/debounce.js +9 -14
  2029. package/js/utils/debounce.js.map +1 -1
  2030. package/js/utils/filters.js +22 -2
  2031. package/js/utils/filters.js.map +1 -1
  2032. package/js/utils/focus.js +11 -0
  2033. package/js/utils/focus.js.map +1 -0
  2034. package/js/utils/function.js.map +1 -1
  2035. package/js/utils/get-url-parameters.js +3 -3
  2036. package/js/utils/get-url-parameters.js.map +1 -1
  2037. package/js/utils/html.js +18 -1
  2038. package/js/utils/html.js.map +1 -1
  2039. package/js/utils/is-new-query.js +48 -0
  2040. package/js/utils/is-new-query.js.map +1 -0
  2041. package/js/utils/normalize.js +4 -5
  2042. package/js/utils/normalize.js.map +1 -1
  2043. package/js/utils/number.js +1 -2
  2044. package/js/utils/number.js.map +1 -1
  2045. package/js/utils/origin.js +21 -0
  2046. package/js/utils/origin.js.map +1 -0
  2047. package/js/utils/sanitize.js +3 -3
  2048. package/js/utils/sanitize.js.map +1 -1
  2049. package/js/utils/storage.js +3 -3
  2050. package/js/utils/storage.js.map +1 -1
  2051. package/js/utils/string.js.map +1 -1
  2052. package/js/utils/throttle.js +6 -10
  2053. package/js/utils/throttle.js.map +1 -1
  2054. package/js/wiring/namespaced-wires.factory.js +9 -13
  2055. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  2056. package/js/wiring/namespaced-wires.operators.js +2 -8
  2057. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  2058. package/js/wiring/wires-operators.utils.js +54 -0
  2059. package/js/wiring/wires-operators.utils.js.map +1 -0
  2060. package/js/wiring/wires.factory.js +22 -29
  2061. package/js/wiring/wires.factory.js.map +1 -1
  2062. package/js/wiring/wires.operators.js +26 -44
  2063. package/js/wiring/wires.operators.js.map +1 -1
  2064. package/js/wiring/wiring.utils.js.map +1 -1
  2065. package/js/x-installer/api/base-api.js +43 -17
  2066. package/js/x-installer/api/base-api.js.map +1 -1
  2067. package/js/x-installer/x-installer/x-installer.js +130 -142
  2068. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  2069. package/js/x-modules/device/components/device-detector.vue.js +11 -11
  2070. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  2071. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  2072. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2073. package/js/x-modules/device/store/emitters.js +1 -4
  2074. package/js/x-modules/device/store/emitters.js.map +1 -1
  2075. package/js/x-modules/device/store/module.js +4 -4
  2076. package/js/x-modules/device/store/module.js.map +1 -1
  2077. package/js/x-modules/device/wiring.js +5 -5
  2078. package/js/x-modules/device/wiring.js.map +1 -1
  2079. package/js/x-modules/device/x-module.js +2 -2
  2080. package/js/x-modules/device/x-module.js.map +1 -1
  2081. package/js/x-modules/empathize/components/empathize.vue.js +42 -26
  2082. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  2083. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +121 -0
  2084. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2085. package/js/x-modules/empathize/store/emitters.js +1 -4
  2086. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  2087. package/js/x-modules/empathize/store/module.js +4 -4
  2088. package/js/x-modules/empathize/store/module.js.map +1 -1
  2089. package/js/x-modules/empathize/wiring.js +6 -6
  2090. package/js/x-modules/empathize/wiring.js.map +1 -1
  2091. package/js/x-modules/empathize/x-module.js +2 -2
  2092. package/js/x-modules/empathize/x-module.js.map +1 -1
  2093. package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
  2094. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  2095. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +167 -0
  2096. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2097. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +12 -12
  2098. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  2099. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +180 -0
  2100. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2101. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +10 -10
  2102. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  2103. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  2104. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2105. package/js/x-modules/extra-params/store/emitters.js +2 -5
  2106. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  2107. package/js/x-modules/extra-params/store/module.js +5 -7
  2108. package/js/x-modules/extra-params/store/module.js.map +1 -1
  2109. package/js/x-modules/extra-params/wiring.js +11 -9
  2110. package/js/x-modules/extra-params/wiring.js.map +1 -1
  2111. package/js/x-modules/extra-params/x-module.js +2 -2
  2112. package/js/x-modules/extra-params/x-module.js.map +1 -1
  2113. package/js/x-modules/facets/components/clear-filters.vue.js +22 -18
  2114. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  2115. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +179 -0
  2116. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2117. package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
  2118. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  2119. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +228 -0
  2120. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2121. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2122. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2123. package/js/x-modules/facets/components/facets/facets.vue.js +33 -27
  2124. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  2125. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  2126. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2127. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2128. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2129. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  2130. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  2131. package/js/x-modules/facets/components/filters/all-filter.vue.js +15 -15
  2132. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  2133. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +196 -0
  2134. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2135. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +44 -37
  2136. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  2137. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  2138. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2139. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2140. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2141. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +41 -40
  2142. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  2143. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +110 -0
  2144. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2145. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
  2146. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  2147. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +180 -0
  2148. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2149. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  2150. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  2151. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +216 -0
  2152. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2153. package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
  2154. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  2155. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +180 -0
  2156. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2157. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  2158. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  2159. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +172 -0
  2160. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2161. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
  2162. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  2163. package/js/x-modules/facets/components/lists/filters-list.vue.js +17 -20
  2164. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  2165. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +185 -0
  2166. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2167. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2168. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2169. package/js/x-modules/facets/components/lists/filters-search.vue.js +26 -25
  2170. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  2171. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +216 -0
  2172. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2173. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2174. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2175. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +29 -27
  2176. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  2177. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2178. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2179. package/js/x-modules/facets/components/lists/selected-filters.vue.js +13 -13
  2180. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  2181. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +158 -0
  2182. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2183. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +33 -25
  2184. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  2185. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +213 -0
  2186. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2187. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
  2188. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  2189. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +174 -0
  2190. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2191. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  2192. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  2193. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  2194. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2195. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  2196. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
  2197. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  2198. package/js/x-modules/facets/entities/filter-entity.factory.js +74 -28
  2199. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  2200. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
  2201. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  2202. package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
  2203. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  2204. package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
  2205. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  2206. package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
  2207. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  2208. package/js/x-modules/facets/entities/single-select.modifier.js +22 -35
  2209. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  2210. package/js/x-modules/facets/entities/types.js +7 -8
  2211. package/js/x-modules/facets/entities/types.js.map +1 -1
  2212. package/js/x-modules/facets/service/facets.service.js +130 -110
  2213. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  2214. package/js/x-modules/facets/store/emitters.js +5 -5
  2215. package/js/x-modules/facets/store/emitters.js.map +1 -1
  2216. package/js/x-modules/facets/store/getters/facets.getter.js +8 -11
  2217. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  2218. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +5 -7
  2219. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2220. package/js/x-modules/facets/store/getters/selected-filters.getter.js +1 -3
  2221. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2222. package/js/x-modules/facets/store/module.js +24 -25
  2223. package/js/x-modules/facets/store/module.js.map +1 -1
  2224. package/js/x-modules/facets/utils.js +10 -38
  2225. package/js/x-modules/facets/utils.js.map +1 -1
  2226. package/js/x-modules/facets/wiring.js +65 -32
  2227. package/js/x-modules/facets/wiring.js.map +1 -1
  2228. package/js/x-modules/facets/x-module.js +2 -2
  2229. package/js/x-modules/facets/x-module.js.map +1 -1
  2230. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +15 -14
  2231. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2232. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  2233. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2234. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
  2235. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
  2236. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
  2237. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2238. package/js/x-modules/history-queries/components/history-queries.vue.js +92 -80
  2239. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2240. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
  2241. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2242. package/js/x-modules/history-queries/components/history-query.vue.js +27 -27
  2243. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2244. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
  2245. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2246. package/js/x-modules/history-queries/components/my-history.vue.js +196 -0
  2247. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2248. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
  2249. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2250. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  2251. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2252. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2253. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2254. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
  2255. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2256. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2257. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2258. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2259. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2260. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2261. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2262. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  2263. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2264. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +15 -0
  2265. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
  2266. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  2267. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  2268. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -0
  2269. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
  2270. package/js/x-modules/history-queries/store/constants.js +4 -3
  2271. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2272. package/js/x-modules/history-queries/store/emitters.js +4 -7
  2273. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2274. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
  2275. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
  2276. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  2277. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2278. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  2279. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2280. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  2281. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2282. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  2283. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2284. package/js/x-modules/history-queries/store/module.js +30 -17
  2285. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2286. package/js/x-modules/history-queries/wiring.js +65 -26
  2287. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2288. package/js/x-modules/history-queries/x-module.js +2 -2
  2289. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2290. package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
  2291. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2292. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  2293. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2294. package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
  2295. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2296. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  2297. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2298. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +11 -11
  2299. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2300. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +4 -9
  2301. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2302. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
  2303. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  2304. package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
  2305. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2306. package/js/x-modules/identifier-results/store/emitters.js +7 -6
  2307. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2308. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  2309. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2310. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  2311. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2312. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -4
  2313. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2314. package/js/x-modules/identifier-results/store/module.js +27 -18
  2315. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2316. package/js/x-modules/identifier-results/wiring.js +49 -20
  2317. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2318. package/js/x-modules/identifier-results/x-module.js +2 -2
  2319. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2320. package/js/x-modules/next-queries/components/next-queries-list.vue.js +18 -18
  2321. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  2322. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
  2323. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2324. package/js/x-modules/next-queries/components/next-queries.vue.js +77 -62
  2325. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2326. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
  2327. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2328. package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
  2329. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
  2330. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
  2331. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2332. package/js/x-modules/next-queries/components/next-query.vue.js +23 -21
  2333. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2334. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  2335. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2336. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +8 -10
  2337. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2338. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
  2339. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
  2340. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +5 -8
  2341. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2342. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
  2343. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
  2344. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  2345. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2346. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +15 -0
  2347. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
  2348. package/js/x-modules/next-queries/store/emitters.js +5 -8
  2349. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2350. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  2351. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2352. package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
  2353. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2354. package/js/x-modules/next-queries/store/module.js +32 -19
  2355. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2356. package/js/x-modules/next-queries/wiring.js +50 -20
  2357. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2358. package/js/x-modules/next-queries/x-module.js +2 -2
  2359. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2360. package/js/x-modules/popular-searches/components/popular-search.vue.js +17 -25
  2361. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2362. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  2363. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2364. package/js/x-modules/popular-searches/components/popular-searches.vue.js +73 -63
  2365. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2366. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
  2367. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2368. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2369. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2370. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +5 -11
  2371. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2372. package/js/x-modules/popular-searches/store/emitters.js +2 -2
  2373. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2374. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  2375. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2376. package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
  2377. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2378. package/js/x-modules/popular-searches/store/module.js +14 -15
  2379. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2380. package/js/x-modules/popular-searches/wiring.js +12 -12
  2381. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2382. package/js/x-modules/popular-searches/x-module.js +2 -2
  2383. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2384. package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
  2385. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
  2386. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +150 -0
  2387. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2388. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
  2389. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
  2390. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
  2391. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
  2392. package/js/x-modules/queries-preview/store/emitters.js +12 -0
  2393. package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
  2394. package/js/x-modules/queries-preview/store/module.js +40 -0
  2395. package/js/x-modules/queries-preview/store/module.js.map +1 -0
  2396. package/js/x-modules/queries-preview/wiring.js +58 -0
  2397. package/js/x-modules/queries-preview/wiring.js.map +1 -0
  2398. package/js/x-modules/queries-preview/x-module.js +19 -0
  2399. package/js/x-modules/queries-preview/x-module.js.map +1 -0
  2400. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +17 -25
  2401. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2402. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  2403. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2404. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +73 -64
  2405. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2406. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
  2407. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2408. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2409. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2410. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +11 -9
  2411. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2412. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +15 -0
  2413. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
  2414. package/js/x-modules/query-suggestions/store/emitters.js +3 -6
  2415. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2416. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  2417. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2418. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  2419. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2420. package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
  2421. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2422. package/js/x-modules/query-suggestions/store/module.js +17 -17
  2423. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2424. package/js/x-modules/query-suggestions/wiring.js +39 -21
  2425. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2426. package/js/x-modules/query-suggestions/x-module.js +2 -2
  2427. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2428. package/js/x-modules/recommendations/components/recommendations.vue.js +22 -25
  2429. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2430. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  2431. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2432. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2433. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2434. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +8 -10
  2435. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2436. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +10 -10
  2437. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2438. package/js/x-modules/recommendations/store/constants.js +1 -1
  2439. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2440. package/js/x-modules/recommendations/store/emitters.js +3 -5
  2441. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2442. package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
  2443. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2444. package/js/x-modules/recommendations/store/module.js +17 -11
  2445. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2446. package/js/x-modules/recommendations/wiring.js +10 -10
  2447. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2448. package/js/x-modules/recommendations/x-module.js +2 -2
  2449. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2450. package/js/x-modules/related-tags/components/related-tag.vue.js +24 -22
  2451. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2452. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
  2453. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2454. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2455. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2456. package/js/x-modules/related-tags/components/related-tags.vue.js +40 -32
  2457. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2458. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
  2459. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2460. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2461. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2462. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +8 -10
  2463. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2464. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +4 -9
  2465. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2466. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +31 -0
  2467. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
  2468. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  2469. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2470. package/js/x-modules/related-tags/store/emitters.js +8 -7
  2471. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2472. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  2473. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  2474. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  2475. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2476. package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
  2477. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2478. package/js/x-modules/related-tags/store/module.js +20 -19
  2479. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2480. package/js/x-modules/related-tags/wiring.js +34 -25
  2481. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2482. package/js/x-modules/related-tags/x-module.js +2 -2
  2483. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2484. package/js/x-modules/scroll/components/main-scroll-item.vue.js +55 -0
  2485. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  2486. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +200 -0
  2487. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2488. package/js/x-modules/scroll/components/main-scroll.vue.js +47 -0
  2489. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  2490. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +218 -0
  2491. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2492. package/js/x-modules/scroll/components/scroll-to-top.vue.js +71 -0
  2493. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  2494. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +228 -0
  2495. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2496. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  2497. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  2498. package/js/x-modules/scroll/components/scroll.vue.js +69 -0
  2499. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  2500. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  2501. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2502. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  2503. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  2504. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +203 -0
  2505. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2506. package/js/x-modules/scroll/store/emitters.js +12 -0
  2507. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  2508. package/js/x-modules/scroll/store/module.js +35 -0
  2509. package/js/x-modules/scroll/store/module.js.map +1 -0
  2510. package/js/x-modules/scroll/wiring.js +96 -0
  2511. package/js/x-modules/scroll/wiring.js.map +1 -0
  2512. package/js/x-modules/scroll/x-module.js +19 -0
  2513. package/js/x-modules/scroll/x-module.js.map +1 -0
  2514. package/js/x-modules/search/components/banner.vue.js +30 -21
  2515. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2516. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
  2517. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2518. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2519. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2520. package/js/x-modules/search/components/banners-list.vue.js +18 -18
  2521. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2522. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
  2523. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2524. package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
  2525. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2526. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  2527. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2528. package/js/x-modules/search/components/partial-results-list.vue.js +17 -20
  2529. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2530. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  2531. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2532. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2533. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2534. package/js/x-modules/search/components/promoted.vue.js +19 -21
  2535. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2536. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  2537. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2538. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2539. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2540. package/js/x-modules/search/components/promoteds-list.vue.js +18 -18
  2541. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2542. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
  2543. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2544. package/js/x-modules/search/components/redirection.vue.js +64 -0
  2545. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  2546. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  2547. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2548. package/js/x-modules/search/components/results-list.vue.js +18 -18
  2549. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2550. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
  2551. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2552. package/js/x-modules/search/components/sort-dropdown.vue.js +23 -22
  2553. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2554. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  2555. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2556. package/js/x-modules/search/components/sort-list.vue.js +21 -24
  2557. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2558. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +178 -0
  2559. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2560. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2561. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2562. package/js/x-modules/search/components/sort.mixin.js +79 -69
  2563. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  2564. package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
  2565. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2566. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  2567. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2568. package/js/x-modules/search/components/spellcheck.vue.js +13 -13
  2569. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2570. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +161 -0
  2571. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2572. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +30 -28
  2573. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2574. package/js/x-modules/search/store/actions/fetch-search-response.action.js +5 -5
  2575. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2576. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  2577. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2578. package/js/x-modules/search/store/actions/reset-state.action.js +31 -0
  2579. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  2580. package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
  2581. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  2582. package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
  2583. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  2584. package/js/x-modules/search/store/actions/set-url-params.action.js +18 -0
  2585. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
  2586. package/js/x-modules/search/store/emitters.js +41 -10
  2587. package/js/x-modules/search/store/emitters.js.map +1 -1
  2588. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  2589. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  2590. package/js/x-modules/search/store/getters/request.getter.js +12 -7
  2591. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2592. package/js/x-modules/search/store/module.js +58 -41
  2593. package/js/x-modules/search/store/module.js.map +1 -1
  2594. package/js/x-modules/search/wiring.js +65 -66
  2595. package/js/x-modules/search/wiring.js.map +1 -1
  2596. package/js/x-modules/search/x-module.js +2 -2
  2597. package/js/x-modules/search/x-module.js.map +1 -1
  2598. package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
  2599. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2600. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  2601. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2602. package/js/x-modules/search-box/components/search-button.vue.js +15 -14
  2603. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2604. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  2605. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2606. package/js/x-modules/search-box/components/search-input-placeholder.vue.js +66 -0
  2607. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
  2608. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +311 -0
  2609. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2610. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2611. package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2612. package/js/x-modules/search-box/components/search-input.vue.js +70 -59
  2613. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2614. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
  2615. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2616. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2617. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2618. package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
  2619. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
  2620. package/js/x-modules/search-box/store/actions/set-url-params.action.js +15 -0
  2621. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
  2622. package/js/x-modules/search-box/store/emitters.js +4 -7
  2623. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2624. package/js/x-modules/search-box/store/module.js +14 -9
  2625. package/js/x-modules/search-box/store/module.js.map +1 -1
  2626. package/js/x-modules/search-box/wiring.js +45 -14
  2627. package/js/x-modules/search-box/wiring.js.map +1 -1
  2628. package/js/x-modules/search-box/x-module.js +2 -2
  2629. package/js/x-modules/search-box/x-module.js.map +1 -1
  2630. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  2631. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  2632. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  2633. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2634. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
  2635. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  2636. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  2637. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  2638. package/js/x-modules/tagging/store/emitters.js +8 -4
  2639. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2640. package/js/x-modules/tagging/store/module.js +27 -6
  2641. package/js/x-modules/tagging/store/module.js.map +1 -1
  2642. package/js/x-modules/tagging/wiring.js +167 -2
  2643. package/js/x-modules/tagging/wiring.js.map +1 -1
  2644. package/js/x-modules/tagging/x-module.js +2 -2
  2645. package/js/x-modules/tagging/x-module.js.map +1 -1
  2646. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  2647. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  2648. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +455 -0
  2649. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2650. package/js/x-modules/url/store/emitters.js +42 -6
  2651. package/js/x-modules/url/store/emitters.js.map +1 -1
  2652. package/js/x-modules/url/store/getters/url-params.getter.js +22 -16
  2653. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2654. package/js/x-modules/url/store/initial-state.js +17 -0
  2655. package/js/x-modules/url/store/initial-state.js.map +1 -0
  2656. package/js/x-modules/url/store/module.js +24 -37
  2657. package/js/x-modules/url/store/module.js.map +1 -1
  2658. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  2659. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  2660. package/js/x-modules/url/wiring.js +45 -36
  2661. package/js/x-modules/url/wiring.js.map +1 -1
  2662. package/js/x-modules/url/x-module.js +2 -2
  2663. package/js/x-modules/url/x-module.js.map +1 -1
  2664. package/next-queries/index.js +8 -8
  2665. package/package.json +60 -74
  2666. package/popular-searches/index.js +6 -6
  2667. package/queries-preview/index.d.ts +1 -0
  2668. package/queries-preview/index.js +7 -0
  2669. package/query-suggestions/index.js +5 -5
  2670. package/recommendations/index.js +3 -3
  2671. package/related-tags/index.js +6 -5
  2672. package/report/tsdoc-metadata.json +1 -1
  2673. package/report/x-adapter-platform.api.json +5678 -0
  2674. package/report/x-components.api.json +23463 -11050
  2675. package/report/x-components.api.md +1837 -597
  2676. package/report/x-types.api.json +2475 -451
  2677. package/scroll/index.d.ts +1 -0
  2678. package/scroll/index.js +10 -0
  2679. package/search/index.js +17 -10
  2680. package/search-box/index.js +6 -5
  2681. package/tagging/index.js +5 -2
  2682. package/types/adapter/e2e-adapter.d.ts +19 -0
  2683. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  2684. package/types/adapter/mocked-responses.d.ts +40 -0
  2685. package/types/adapter/mocked-responses.d.ts.map +1 -0
  2686. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  2687. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  2688. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  2689. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  2690. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  2691. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  2692. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2693. package/types/components/animations/animations.mixin.d.ts.map +1 -1
  2694. package/types/components/animations/collapse-height.vue.d.ts +4 -0
  2695. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2696. package/types/components/animations/collapse-width.vue.d.ts +4 -0
  2697. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2698. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  2699. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  2700. package/types/components/animations/cross-fade.vue.d.ts +5 -1
  2701. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  2702. package/types/components/animations/disable-animation.mixin.d.ts +28 -0
  2703. package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
  2704. package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
  2705. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2706. package/types/components/animations/fade.vue.d.ts +14 -0
  2707. package/types/components/animations/fade.vue.d.ts.map +1 -0
  2708. package/types/components/animations/index.d.ts +7 -3
  2709. package/types/components/animations/index.d.ts.map +1 -1
  2710. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
  2711. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2712. package/types/components/animations/staggering-transition-group.vue.d.ts +288 -0
  2713. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  2714. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  2715. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  2716. package/types/components/base-dropdown.vue.d.ts +17 -1
  2717. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2718. package/types/components/base-grid.vue.d.ts +33 -5
  2719. package/types/components/base-grid.vue.d.ts.map +1 -1
  2720. package/types/components/base-switch.vue.d.ts +32 -0
  2721. package/types/components/base-switch.vue.d.ts.map +1 -0
  2722. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2723. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  2724. package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
  2725. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  2726. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2727. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  2728. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  2729. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  2730. package/types/components/decorators/injection.consts.d.ts +37 -0
  2731. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2732. package/types/components/dynamic-props.mixin.d.ts +23 -0
  2733. package/types/components/dynamic-props.mixin.d.ts.map +1 -0
  2734. package/types/components/global-x-bus.vue.d.ts +25 -0
  2735. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  2736. package/types/components/highlight.vue.d.ts +86 -0
  2737. package/types/components/highlight.vue.d.ts.map +1 -0
  2738. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  2739. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  2740. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  2741. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  2742. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  2743. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  2744. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  2745. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  2746. package/types/components/icons/curated-check.vue.d.ts +3 -0
  2747. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  2748. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  2749. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  2750. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  2751. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  2752. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  2753. package/types/components/icons/index.d.ts +13 -1
  2754. package/types/components/icons/index.d.ts.map +1 -1
  2755. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  2756. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  2757. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  2758. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  2759. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  2760. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  2761. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  2762. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  2763. package/types/components/icons/settings.vue.d.ts +3 -0
  2764. package/types/components/icons/settings.vue.d.ts.map +1 -0
  2765. package/types/components/icons/tag.vue.d.ts +3 -0
  2766. package/types/components/icons/tag.vue.d.ts.map +1 -0
  2767. package/types/components/index.d.ts +9 -6
  2768. package/types/components/index.d.ts.map +1 -1
  2769. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  2770. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  2771. package/types/components/layouts/index.d.ts +4 -0
  2772. package/types/components/layouts/index.d.ts.map +1 -0
  2773. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  2774. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  2775. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +4 -16
  2776. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2777. package/types/components/layouts/single-column-layout.vue.d.ts +4 -16
  2778. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2779. package/types/components/location-provider.vue.d.ts +17 -0
  2780. package/types/components/location-provider.vue.d.ts.map +1 -0
  2781. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  2782. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  2783. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2784. package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
  2785. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2786. package/types/components/modals/base-id-modal-open.vue.d.ts +15 -4
  2787. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2788. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  2789. package/types/components/modals/base-modal.vue.d.ts +52 -5
  2790. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2791. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  2792. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  2793. package/types/components/modals/index.d.ts +3 -0
  2794. package/types/components/modals/index.d.ts.map +1 -1
  2795. package/types/components/modals/main-modal.vue.d.ts +34 -0
  2796. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  2797. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  2798. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  2799. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  2800. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  2801. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2802. package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
  2803. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
  2804. package/types/components/panels/index.d.ts +1 -0
  2805. package/types/components/panels/index.d.ts.map +1 -1
  2806. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2807. package/types/components/result/base-result-image.vue.d.ts +46 -37
  2808. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2809. package/types/components/result/base-result-link.vue.d.ts +9 -26
  2810. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2811. package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
  2812. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2813. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  2814. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  2815. package/types/components/result/index.d.ts +3 -0
  2816. package/types/components/result/index.d.ts.map +1 -1
  2817. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  2818. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  2819. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  2820. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  2821. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  2822. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2823. package/types/components/scroll/index.d.ts +0 -3
  2824. package/types/components/scroll/index.d.ts.map +1 -1
  2825. package/types/components/scroll/scroll.mixin.d.ts +82 -30
  2826. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  2827. package/types/components/sliding-panel.vue.d.ts +41 -20
  2828. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2829. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  2830. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  2831. package/types/components/suggestions/base-suggestion.vue.d.ts +39 -31
  2832. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2833. package/types/components/suggestions/base-suggestions.vue.d.ts +45 -1
  2834. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2835. package/types/components/x-component.mixin.d.ts.map +1 -1
  2836. package/types/components/x-component.utils.d.ts +2 -17
  2837. package/types/components/x-component.utils.d.ts.map +1 -1
  2838. package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
  2839. package/types/index.d.ts +2 -1
  2840. package/types/index.d.ts.map +1 -1
  2841. package/types/plugins/devtools/colors.utils.d.ts +22 -0
  2842. package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
  2843. package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
  2844. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
  2845. package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
  2846. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
  2847. package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
  2848. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
  2849. package/types/plugins/index.d.ts +1 -0
  2850. package/types/plugins/index.d.ts.map +1 -1
  2851. package/types/plugins/x-bus.d.ts +1 -1
  2852. package/types/plugins/x-bus.d.ts.map +1 -1
  2853. package/types/plugins/x-emitters.d.ts +26 -0
  2854. package/types/plugins/x-emitters.d.ts.map +1 -0
  2855. package/types/plugins/x-plugin.alias.d.ts +4 -6
  2856. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  2857. package/types/plugins/x-plugin.d.ts +42 -74
  2858. package/types/plugins/x-plugin.d.ts.map +1 -1
  2859. package/types/plugins/x-plugin.mixin.d.ts +15 -5
  2860. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  2861. package/types/plugins/x-plugin.types.d.ts +51 -17
  2862. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2863. package/types/router.d.ts.map +1 -1
  2864. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  2865. package/types/services/services.types.d.ts +40 -0
  2866. package/types/services/services.types.d.ts.map +1 -1
  2867. package/types/services/state-machine.service.d.ts +31 -0
  2868. package/types/services/state-machine.service.d.ts.map +1 -0
  2869. package/types/store/actions.types.d.ts +2 -1
  2870. package/types/store/actions.types.d.ts.map +1 -1
  2871. package/types/store/getters.types.d.ts +1 -1
  2872. package/types/store/getters.types.d.ts.map +1 -1
  2873. package/types/store/mutations.types.d.ts +1 -1
  2874. package/types/store/mutations.types.d.ts.map +1 -1
  2875. package/types/store/utils/fetch-and-save-action.utils.d.ts +13 -11
  2876. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  2877. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  2878. package/types/store/utils/query.utils.d.ts +56 -0
  2879. package/types/store/utils/query.utils.d.ts.map +1 -0
  2880. package/types/store/utils/status-store.utils.d.ts +1 -1
  2881. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  2882. package/types/store/utils/store-emitters.utils.d.ts +2 -1
  2883. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  2884. package/types/store/x.module.d.ts.map +1 -1
  2885. package/types/types/index.d.ts +2 -1
  2886. package/types/types/index.d.ts.map +1 -1
  2887. package/types/types/origin.d.ts +46 -0
  2888. package/types/types/origin.d.ts.map +1 -0
  2889. package/types/types/url-params.d.ts +15 -0
  2890. package/types/types/url-params.d.ts.map +1 -0
  2891. package/types/utils/array.d.ts +29 -17
  2892. package/types/utils/array.d.ts.map +1 -1
  2893. package/types/utils/filters.d.ts +13 -1
  2894. package/types/utils/filters.d.ts.map +1 -1
  2895. package/types/utils/focus.d.ts +7 -0
  2896. package/types/utils/focus.d.ts.map +1 -0
  2897. package/types/utils/html.d.ts +15 -0
  2898. package/types/utils/html.d.ts.map +1 -1
  2899. package/types/utils/index.d.ts +3 -1
  2900. package/types/utils/index.d.ts.map +1 -1
  2901. package/types/utils/is-new-query.d.ts +36 -0
  2902. package/types/utils/is-new-query.d.ts.map +1 -0
  2903. package/types/utils/origin.d.ts +15 -0
  2904. package/types/utils/origin.d.ts.map +1 -0
  2905. package/types/utils/storage.d.ts +1 -7
  2906. package/types/utils/storage.d.ts.map +1 -1
  2907. package/types/utils/types.d.ts +30 -40
  2908. package/types/utils/types.d.ts.map +1 -1
  2909. package/types/views/adapter.d.ts +6 -0
  2910. package/types/views/adapter.d.ts.map +1 -0
  2911. package/types/views/base-config.d.ts.map +1 -1
  2912. package/types/views/home/types.d.ts +25 -0
  2913. package/types/views/home/types.d.ts.map +1 -0
  2914. package/types/wiring/events.types.d.ts +100 -76
  2915. package/types/wiring/events.types.d.ts.map +1 -1
  2916. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  2917. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2918. package/types/wiring/namespaced-wiring.types.d.ts +9 -10
  2919. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2920. package/types/wiring/wires-operators.utils.d.ts +36 -0
  2921. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  2922. package/types/wiring/wires.factory.d.ts +3 -2
  2923. package/types/wiring/wires.factory.d.ts.map +1 -1
  2924. package/types/wiring/wires.operators.d.ts +5 -8
  2925. package/types/wiring/wires.operators.d.ts.map +1 -1
  2926. package/types/wiring/wiring.types.d.ts +29 -11
  2927. package/types/wiring/wiring.types.d.ts.map +1 -1
  2928. package/types/x-installer/api/api.types.d.ts +71 -6
  2929. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2930. package/types/x-installer/api/base-api.d.ts +30 -1
  2931. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2932. package/types/x-installer/x-installer/types.d.ts +52 -18
  2933. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2934. package/types/x-installer/x-installer/x-installer.d.ts +54 -48
  2935. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2936. package/types/x-modules/empathize/components/empathize.vue.d.ts +18 -0
  2937. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  2938. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +10 -1
  2939. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2940. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +4 -28
  2941. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2942. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +16 -3
  2943. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2944. package/types/x-modules/extra-params/events.types.d.ts +18 -1
  2945. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  2946. package/types/x-modules/extra-params/store/emitters.d.ts +1 -1
  2947. package/types/x-modules/extra-params/store/types.d.ts +1 -1
  2948. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  2949. package/types/x-modules/extra-params/wiring.d.ts +6 -3
  2950. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  2951. package/types/x-modules/extra-params/x-module.d.ts +1 -1
  2952. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  2953. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  2954. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2955. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -8
  2956. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  2957. package/types/x-modules/facets/components/facets/facets.vue.d.ts +22 -7
  2958. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  2959. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  2960. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  2961. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  2962. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2963. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
  2964. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2965. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  2966. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2967. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  2968. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2969. package/types/x-modules/facets/components/index.d.ts +1 -1
  2970. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  2971. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  2972. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  2973. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +23 -17
  2974. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  2975. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
  2976. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  2977. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  2978. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  2979. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  2980. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
  2981. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  2982. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +42 -5
  2983. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  2984. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
  2985. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  2986. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  2987. package/types/x-modules/facets/events.types.d.ts +23 -18
  2988. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  2989. package/types/x-modules/facets/index.d.ts +1 -0
  2990. package/types/x-modules/facets/index.d.ts.map +1 -1
  2991. package/types/x-modules/facets/service/facets.service.d.ts +36 -10
  2992. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  2993. package/types/x-modules/facets/service/types.d.ts +20 -3
  2994. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  2995. package/types/x-modules/facets/store/emitters.d.ts +1 -1
  2996. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  2997. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  2998. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  2999. package/types/x-modules/facets/store/types.d.ts +31 -6
  3000. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3001. package/types/x-modules/facets/utils.d.ts +6 -24
  3002. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3003. package/types/x-modules/facets/wiring.d.ts +22 -7
  3004. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3005. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  3006. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
  3007. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
  3008. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +3 -20
  3009. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3010. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3011. package/types/x-modules/history-queries/components/index.d.ts +2 -0
  3012. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3013. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  3014. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  3015. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
  3016. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  3017. package/types/x-modules/history-queries/events.types.d.ts +27 -7
  3018. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3019. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3020. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3021. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
  3022. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  3023. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  3024. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  3025. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -0
  3026. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
  3027. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  3028. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3029. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
  3030. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
  3031. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3032. package/types/x-modules/history-queries/store/types.d.ts +39 -2
  3033. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3034. package/types/x-modules/history-queries/wiring.d.ts +37 -1
  3035. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3036. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -0
  3037. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3038. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  3039. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3040. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -1
  3041. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3042. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
  3043. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  3044. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  3045. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  3046. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  3047. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  3048. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  3049. package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
  3050. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  3051. package/types/x-modules/identifier-results/store/index.d.ts +1 -3
  3052. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3053. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3054. package/types/x-modules/identifier-results/store/types.d.ts +50 -21
  3055. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3056. package/types/x-modules/identifier-results/wiring.d.ts +29 -3
  3057. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3058. package/types/x-modules/next-queries/components/index.d.ts +2 -1
  3059. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3060. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +33 -8
  3061. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  3062. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +21 -11
  3063. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3064. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
  3065. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
  3066. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  3067. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3068. package/types/x-modules/next-queries/config.types.d.ts +4 -0
  3069. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  3070. package/types/x-modules/next-queries/events.types.d.ts +10 -6
  3071. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3072. package/types/x-modules/next-queries/index.d.ts +0 -1
  3073. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  3074. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -1
  3075. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3076. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
  3077. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
  3078. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +2 -1
  3079. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  3080. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
  3081. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
  3082. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
  3083. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  3084. package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
  3085. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  3086. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3087. package/types/x-modules/next-queries/store/types.d.ts +52 -9
  3088. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3089. package/types/x-modules/next-queries/types.d.ts +12 -0
  3090. package/types/x-modules/next-queries/types.d.ts.map +1 -0
  3091. package/types/x-modules/next-queries/wiring.d.ts +25 -4
  3092. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3093. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3094. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +3 -11
  3095. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3096. package/types/x-modules/popular-searches/config.types.d.ts +0 -20
  3097. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  3098. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  3099. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3100. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  3101. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3102. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
  3103. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3104. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  3105. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3106. package/types/x-modules/popular-searches/store/types.d.ts +6 -7
  3107. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3108. package/types/x-modules/popular-searches/wiring.d.ts +3 -3
  3109. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3110. package/types/x-modules/queries-preview/components/index.d.ts +2 -0
  3111. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
  3112. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +115 -0
  3113. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
  3114. package/types/x-modules/queries-preview/config.types.d.ts +12 -0
  3115. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
  3116. package/types/x-modules/queries-preview/events.types.d.ts +20 -0
  3117. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
  3118. package/types/x-modules/queries-preview/index.d.ts +7 -0
  3119. package/types/x-modules/queries-preview/index.d.ts.map +1 -0
  3120. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
  3121. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
  3122. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
  3123. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
  3124. package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
  3125. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
  3126. package/types/x-modules/queries-preview/store/index.d.ts +6 -0
  3127. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
  3128. package/types/x-modules/queries-preview/store/module.d.ts +8 -0
  3129. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
  3130. package/types/x-modules/queries-preview/store/types.d.ts +121 -0
  3131. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
  3132. package/types/x-modules/queries-preview/wiring.d.ts +35 -0
  3133. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
  3134. package/types/x-modules/queries-preview/x-module.d.ts +16 -0
  3135. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
  3136. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  3137. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -6
  3138. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  3139. package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
  3140. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  3141. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  3142. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  3143. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  3144. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3145. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +2 -1
  3146. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3147. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
  3148. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
  3149. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  3150. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  3151. package/types/x-modules/query-suggestions/store/types.d.ts +20 -14
  3152. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  3153. package/types/x-modules/query-suggestions/wiring.d.ts +14 -5
  3154. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  3155. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -1
  3156. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  3157. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  3158. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  3159. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -1
  3160. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  3161. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -1
  3162. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  3163. package/types/x-modules/recommendations/store/emitters.d.ts +2 -1
  3164. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
  3165. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  3166. package/types/x-modules/recommendations/store/types.d.ts +12 -6
  3167. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  3168. package/types/x-modules/recommendations/wiring.d.ts +3 -3
  3169. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  3170. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
  3171. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3172. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  3173. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3174. package/types/x-modules/related-tags/events.types.d.ts +7 -8
  3175. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3176. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +2 -1
  3177. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3178. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +2 -1
  3179. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3180. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
  3181. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
  3182. package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
  3183. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3184. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  3185. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  3186. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  3187. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3188. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  3189. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3190. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3191. package/types/x-modules/related-tags/store/types.d.ts +17 -20
  3192. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3193. package/types/x-modules/related-tags/wiring.d.ts +16 -7
  3194. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3195. package/types/x-modules/scroll/components/index.d.ts +8 -0
  3196. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  3197. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  3198. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  3199. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +137 -0
  3200. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  3201. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  3202. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  3203. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  3204. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  3205. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  3206. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  3207. package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
  3208. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  3209. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  3210. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  3211. package/types/x-modules/scroll/events.types.d.ts +53 -0
  3212. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  3213. package/types/x-modules/scroll/index.d.ts +6 -0
  3214. package/types/x-modules/scroll/index.d.ts.map +1 -0
  3215. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  3216. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  3217. package/types/x-modules/scroll/store/index.d.ts +4 -0
  3218. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  3219. package/types/x-modules/scroll/store/module.d.ts +8 -0
  3220. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  3221. package/types/x-modules/scroll/store/types.d.ts +98 -0
  3222. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  3223. package/types/x-modules/scroll/wiring.d.ts +74 -0
  3224. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  3225. package/types/x-modules/scroll/x-module.d.ts +16 -0
  3226. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  3227. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  3228. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3229. package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
  3230. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3231. package/types/x-modules/search/components/index.d.ts +1 -0
  3232. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3233. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  3234. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3235. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  3236. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3237. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3238. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  3239. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  3240. package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
  3241. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3242. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  3243. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  3244. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  3245. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  3246. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3247. package/types/x-modules/search/events.types.d.ts +46 -12
  3248. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3249. package/types/x-modules/search/index.d.ts +1 -0
  3250. package/types/x-modules/search/index.d.ts.map +1 -1
  3251. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -1
  3252. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3253. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -1
  3254. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3255. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  3256. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  3257. package/types/x-modules/search/store/actions/reset-state.action.d.ts +12 -0
  3258. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  3259. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  3260. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  3261. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  3262. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  3263. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
  3264. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
  3265. package/types/x-modules/search/store/emitters.d.ts +29 -2
  3266. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3267. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  3268. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  3269. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  3270. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  3271. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  3272. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3273. package/types/x-modules/search/store/index.d.ts +2 -3
  3274. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3275. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3276. package/types/x-modules/search/store/types.d.ts +55 -16
  3277. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3278. package/types/x-modules/search/types.d.ts +35 -0
  3279. package/types/x-modules/search/types.d.ts.map +1 -0
  3280. package/types/x-modules/search/wiring.d.ts +56 -56
  3281. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3282. package/types/x-modules/search-box/components/index.d.ts +1 -0
  3283. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  3284. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  3285. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3286. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
  3287. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
  3288. package/types/x-modules/search-box/components/search-input.vue.d.ts +28 -5
  3289. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3290. package/types/x-modules/search-box/events.types.d.ts +10 -0
  3291. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  3292. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
  3293. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
  3294. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
  3295. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
  3296. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3297. package/types/x-modules/search-box/store/types.d.ts +32 -6
  3298. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3299. package/types/x-modules/search-box/wiring.d.ts +24 -11
  3300. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3301. package/types/x-modules/tagging/components/index.d.ts +2 -0
  3302. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  3303. package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
  3304. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  3305. package/types/x-modules/tagging/config.types.d.ts +18 -0
  3306. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3307. package/types/x-modules/tagging/events.types.d.ts +38 -0
  3308. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3309. package/types/x-modules/tagging/index.d.ts +2 -0
  3310. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3311. package/types/x-modules/tagging/service/index.d.ts +3 -0
  3312. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  3313. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  3314. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  3315. package/types/x-modules/tagging/service/types.d.ts +30 -0
  3316. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  3317. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  3318. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  3319. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  3320. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  3321. package/types/x-modules/tagging/store/emitters.d.ts +8 -1
  3322. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3323. package/types/x-modules/tagging/store/index.d.ts +1 -0
  3324. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3325. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3326. package/types/x-modules/tagging/store/types.d.ts +38 -0
  3327. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3328. package/types/x-modules/tagging/wiring.d.ts +91 -1
  3329. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3330. package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
  3331. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  3332. package/types/x-modules/url/events.types.d.ts +14 -23
  3333. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3334. package/types/x-modules/url/index.d.ts +1 -1
  3335. package/types/x-modules/url/index.d.ts.map +1 -1
  3336. package/types/x-modules/url/store/emitters.d.ts +36 -1
  3337. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  3338. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  3339. package/types/x-modules/url/store/initial-state.d.ts +9 -0
  3340. package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
  3341. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3342. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  3343. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  3344. package/types/x-modules/url/store/types.d.ts +42 -52
  3345. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3346. package/types/x-modules/url/wiring.d.ts +44 -27
  3347. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3348. package/types/x-modules/x-modules.types.d.ts +9 -3
  3349. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3350. package/url/index.js +3 -2
  3351. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  3352. package/build-helpers/utils/polyfills.util.js +0 -68
  3353. package/design-system/button-card.css +0 -20
  3354. package/design-system/button-default.css +0 -70
  3355. package/design-system/button-ghost.css +0 -18
  3356. package/design-system/button-pill.css +0 -20
  3357. package/design-system/button-primary.css +0 -19
  3358. package/design-system/button-round.css +0 -23
  3359. package/design-system/button-secondary.css +0 -19
  3360. package/design-system/button-tertiary.css +0 -19
  3361. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  3362. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  3363. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  3364. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  3365. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  3366. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  3367. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  3368. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  3369. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  3370. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  3371. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  3372. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  3373. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  3374. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  3375. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  3376. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  3377. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  3378. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  3379. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  3380. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  3381. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  3382. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  3383. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  3384. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  3385. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  3386. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  3387. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  3388. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  3389. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  3390. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  3391. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  3392. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  3393. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  3394. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  3395. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  3396. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  3397. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  3398. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  3399. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  3400. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  3401. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  3402. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  3403. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  3404. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  3405. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  3406. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  3407. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  3408. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  3409. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  3410. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  3411. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  3412. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  3413. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  3414. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  3415. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  3416. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  3417. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  3418. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  3419. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  3420. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  3421. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  3422. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  3423. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  3424. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  3425. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  3426. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  3427. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  3428. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  3429. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  3430. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  3431. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  3432. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  3433. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  3434. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  3435. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  3436. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  3437. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  3438. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  3439. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  3440. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  3441. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  3442. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  3443. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  3444. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  3445. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  3446. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  3447. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  3448. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  3449. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  3450. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  3451. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  3452. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  3453. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  3454. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  3455. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  3456. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  3457. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  3458. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  3459. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  3460. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  3461. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  3462. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  3463. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  3464. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  3465. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  3466. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  3467. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  3468. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  3469. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  3470. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  3471. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  3472. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  3473. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  3474. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  3475. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  3476. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  3477. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  3478. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  3479. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  3480. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  3481. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  3482. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  3483. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  3484. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  3485. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  3486. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  3487. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  3488. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  3489. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  3490. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  3491. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  3492. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  3493. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  3494. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  3495. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  3496. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  3497. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  3498. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
  3499. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  3500. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  3501. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  3502. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  3503. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  3504. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  3505. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  3506. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  3507. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  3508. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  3509. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  3510. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  3511. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  3512. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  3513. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  3514. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  3515. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  3516. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  3517. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  3518. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  3519. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  3520. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  3521. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  3522. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  3523. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  3524. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  3525. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  3526. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  3527. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  3528. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  3529. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  3530. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  3531. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  3532. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  3533. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  3534. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  3535. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  3536. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  3537. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  3538. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  3539. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  3540. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  3541. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  3542. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  3543. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  3544. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  3545. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  3546. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  3547. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  3548. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  3549. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  3550. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  3551. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  3552. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  3553. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  3554. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  3555. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  3556. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  3557. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  3558. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  3559. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  3560. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  3561. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  3562. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  3563. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  3564. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  3565. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  3566. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  3567. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  3568. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  3569. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -21
  3570. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  3571. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  3572. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  3573. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  3574. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  3575. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  3576. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  3577. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  3578. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  3579. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  3580. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  3581. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  3582. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  3583. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  3584. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  3585. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  3586. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  3587. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  3588. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  3589. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  3590. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  3591. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  3592. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  3593. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  3594. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  3595. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  3596. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  3597. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  3598. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  3599. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  3600. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  3601. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  3602. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  3603. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  3604. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  3605. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  3606. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  3607. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  3608. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  3609. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  3610. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  3611. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  3612. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  3613. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  3614. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  3615. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  3616. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  3617. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  3618. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  3619. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  3620. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  3621. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  3622. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  3623. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  3624. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  3625. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  3626. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  3627. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  3628. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  3629. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  3630. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  3631. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  3632. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  3633. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  3634. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  3635. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  3636. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  3637. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  3638. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  3639. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  3640. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  3641. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  3642. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  3643. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  3644. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  3645. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  3646. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  3647. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  3648. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  3649. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  3650. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  3651. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  3652. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  3653. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  3654. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  3655. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  3656. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  3657. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  3658. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  3659. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  3660. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  3661. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  3662. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  3663. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  3664. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  3665. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  3666. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  3667. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  3668. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  3669. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  3670. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  3671. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  3672. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  3673. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  3674. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  3675. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  3676. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  3677. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  3678. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  3679. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  3680. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  3681. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  3682. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  3683. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  3684. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  3685. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  3686. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  3687. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  3688. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  3689. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  3690. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  3691. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  3692. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  3693. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  3694. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  3695. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  3696. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  3697. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  3698. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  3699. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  3700. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  3701. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  3702. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  3703. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  3704. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  3705. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  3706. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  3707. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  3708. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  3709. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  3710. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  3711. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  3712. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  3713. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  3714. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  3715. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  3716. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  3717. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  3718. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  3719. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  3720. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  3721. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  3722. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  3723. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  3724. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  3725. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  3726. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  3727. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  3728. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  3729. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  3730. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  3731. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  3732. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  3733. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  3734. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  3735. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  3736. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  3737. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  3738. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  3739. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  3740. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  3741. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  3742. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  3743. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  3744. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  3745. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  3746. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  3747. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  3748. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  3749. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  3750. package/docs/API-reference/api/x-adapter.md +0 -179
  3751. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  3752. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  3753. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  3754. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  3755. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  3756. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  3757. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  3758. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  3759. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  3760. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  3761. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  3762. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  3763. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  3764. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  3765. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  3766. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  3767. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  3768. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  3769. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  3770. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  3771. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  3772. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  3773. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  3774. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  3775. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  3776. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  3777. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  3778. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  3779. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  3780. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  3781. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  3782. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  3783. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  3784. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  3785. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  3786. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  3787. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  3788. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  3789. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  3790. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  3791. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  3792. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  3793. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  3794. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  3795. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  3796. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  3797. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  3798. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  3799. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  3800. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  3801. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  3802. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  3803. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  3804. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  3805. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  3806. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  3807. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  3808. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  3809. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  3810. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  3811. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  3812. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  3813. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  3814. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  3815. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  3816. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  3817. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  3818. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  3819. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  3820. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  3821. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  3822. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  3823. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  3824. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  3825. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  3826. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  3827. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  3828. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  3829. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  3830. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  3831. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  3832. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  3833. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  3834. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  3835. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  3836. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  3837. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  3838. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  3839. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  3840. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  3841. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  3842. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  3843. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  3844. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  3845. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  3846. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  3847. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  3848. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  3849. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  3850. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  3851. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  3852. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  3853. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  3854. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  3855. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  3856. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  3857. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  3858. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  3859. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  3860. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  3861. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  3862. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  3863. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  3864. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  3865. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  3866. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  3867. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  3868. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  3869. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  3870. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  3871. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  3872. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  3873. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  3874. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  3875. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  3876. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  3877. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  3878. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  3879. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  3880. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  3881. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  3882. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  3883. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  3884. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  3885. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  3886. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  3887. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  3888. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  3889. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  3890. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  3891. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  3892. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  3893. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  3894. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  3895. package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
  3896. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  3897. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  3898. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  3899. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  3900. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
  3901. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
  3902. package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
  3903. package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
  3904. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  3905. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  3906. package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
  3907. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  3908. package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
  3909. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  3910. package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
  3911. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  3912. package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
  3913. package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
  3914. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  3915. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
  3916. package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
  3917. package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
  3918. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
  3919. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
  3920. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
  3921. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
  3922. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  3923. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  3924. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  3925. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  3926. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  3927. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  3928. package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
  3929. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  3930. package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
  3931. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  3932. package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
  3933. package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
  3934. package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
  3935. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  3936. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  3937. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  3938. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  3939. package/docs/API-reference/api/x-components.compilemessage.md +0 -27
  3940. package/docs/API-reference/api/x-components.createfetchandsaveaction.md +0 -26
  3941. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.fetch.md +0 -24
  3942. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.md +0 -23
  3943. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.oncancel.md +0 -17
  3944. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onerror.md +0 -24
  3945. package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onsuccess.md +0 -25
  3946. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  3947. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  3948. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
  3949. package/docs/API-reference/api/x-components.foreach.md +0 -25
  3950. package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
  3951. package/docs/API-reference/api/x-components.historyqueries.historyqueries.md +0 -11
  3952. package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
  3953. package/docs/API-reference/api/x-components.map.md +0 -27
  3954. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.devmode.md +0 -13
  3955. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
  3956. package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
  3957. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
  3958. package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
  3959. package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
  3960. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  3961. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  3962. package/docs/API-reference/api/x-components.params.filters.md +0 -11
  3963. package/docs/API-reference/api/x-components.params.md +0 -25
  3964. package/docs/API-reference/api/x-components.params.page.md +0 -11
  3965. package/docs/API-reference/api/x-components.params.query.md +0 -11
  3966. package/docs/API-reference/api/x-components.params.relatedtags.md +0 -11
  3967. package/docs/API-reference/api/x-components.params.scroll.md +0 -11
  3968. package/docs/API-reference/api/x-components.params.sort.md +0 -11
  3969. package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
  3970. package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
  3971. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
  3972. package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
  3973. package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
  3974. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
  3975. package/docs/API-reference/api/x-components.primitive.md +0 -15
  3976. package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
  3977. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
  3978. package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
  3979. package/docs/API-reference/api/x-components.reduce.md +0 -28
  3980. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparamsfromtheurl.md +0 -24
  3981. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  3982. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  3983. package/docs/API-reference/api/x-components.renderlessextraparams.defaultvalue.md +0 -13
  3984. package/docs/API-reference/api/x-components.renderlessextraparams.extraparams.md +0 -13
  3985. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  3986. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  3987. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  3988. package/docs/API-reference/api/x-components.searchactions.setparamsfromurl.md +0 -24
  3989. package/docs/API-reference/api/x-components.searchboxactions.setqueryfromurl.md +0 -24
  3990. package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
  3991. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  3992. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  3993. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  3994. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  3995. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  3996. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  3997. package/docs/API-reference/api/x-components.setorigin.md +0 -13
  3998. package/docs/API-reference/api/x-components.setpage.md +0 -13
  3999. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  4000. package/docs/API-reference/api/x-components.setparamsfromurl.md +0 -13
  4001. package/docs/API-reference/api/x-components.setquery.md +0 -13
  4002. package/docs/API-reference/api/x-components.setqueryfromurl.md +0 -13
  4003. package/docs/API-reference/api/x-components.setrelatedtagswire.md +0 -13
  4004. package/docs/API-reference/api/x-components.seturlconfigwire.md +0 -13
  4005. package/docs/API-reference/api/x-components.seturlparamsfromtheurlwire.md +0 -13
  4006. package/docs/API-reference/api/x-components.singlecolumnlayout.devmode.md +0 -13
  4007. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  4008. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  4009. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  4010. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  4011. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  4012. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  4013. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
  4014. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  4015. package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
  4016. package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
  4017. package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
  4018. package/docs/API-reference/api/x-components.translatefromright.md +0 -15
  4019. package/docs/API-reference/api/x-components.updatestoreurl.md +0 -13
  4020. package/docs/API-reference/api/x-components.updateurl.md +0 -13
  4021. package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +0 -17
  4022. package/docs/API-reference/api/x-components.urlactions.updateurl.md +0 -17
  4023. package/docs/API-reference/api/x-components.urlconfig.md +0 -20
  4024. package/docs/API-reference/api/x-components.urlconfig.urlparamnames.md +0 -18
  4025. package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +0 -13
  4026. package/docs/API-reference/api/x-components.urlmutations.setextraparams.md +0 -24
  4027. package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +0 -24
  4028. package/docs/API-reference/api/x-components.urlstate.config.md +0 -11
  4029. package/docs/API-reference/api/x-components.urlstate.extraparams.md +0 -11
  4030. package/docs/API-reference/api/x-components.urlstate.params.md +0 -11
  4031. package/docs/API-reference/api/x-components.urlxevents.documenthistorychanged.md +0 -13
  4032. package/docs/API-reference/api/x-components.urlxevents.documentloaded.md +0 -13
  4033. package/docs/API-reference/api/x-components.urlxevents.urlconfigprovided.md +0 -13
  4034. package/docs/API-reference/api/x-components.urlxevents.urlstatechanged.md +0 -13
  4035. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  4036. package/docs/API-reference/api/x-components.xcomponent.md +0 -15
  4037. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  4038. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  4039. package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
  4040. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  4041. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  4042. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  4043. package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
  4044. package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
  4045. package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
  4046. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  4047. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  4048. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  4049. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  4050. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  4051. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  4052. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  4053. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  4054. package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
  4055. package/docs/API-reference/api/x-types.tagging.params.md +0 -13
  4056. package/docs/API-reference/api/x-types.tagging.url.md +0 -13
  4057. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
  4058. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -30
  4059. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -30
  4060. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
  4061. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  4062. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  4063. package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
  4064. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
  4065. package/docs/css/global.scss +0 -1
  4066. package/docs/css/utils/utils.scss +0 -35
  4067. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  4068. package/docs/css/xcomponents/index.scss +0 -16
  4069. package/docs/css/xcomponents/search-input.scss +0 -10
  4070. package/docs/css/xcomponents/suggestions.scss +0 -19
  4071. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  4072. package/docs/guide/getting-started/components/live-examples.md +0 -100
  4073. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  4074. package/docs/guide/getting-started/components/search-button.md +0 -98
  4075. package/docs/guide/getting-started/components/search-input.md +0 -105
  4076. package/docs/guide/getting-started/install-xplugin.md +0 -72
  4077. package/docs/guide/getting-started/use-components.md +0 -75
  4078. package/docs/guide/install.md +0 -30
  4079. package/docs/react-components/ReactComponents.jsx +0 -46
  4080. package/docs/react-components/Utils.jsx +0 -34
  4081. package/docs/sidebar.json +0 -1
  4082. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  4083. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  4084. package/js/components/animations/collapse-from-top.vue.js +0 -58
  4085. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  4086. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  4087. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  4088. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  4089. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  4090. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  4091. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  4092. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
  4093. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
  4094. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  4095. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  4096. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  4097. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  4098. package/js/components/animations/translate-from-left.vue.js +0 -58
  4099. package/js/components/animations/translate-from-left.vue.js.map +0 -1
  4100. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
  4101. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4102. package/js/components/animations/translate-from-right.vue.js +0 -58
  4103. package/js/components/animations/translate-from-right.vue.js.map +0 -1
  4104. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
  4105. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4106. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  4107. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4108. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  4109. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4110. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -113
  4111. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  4112. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  4113. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  4114. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  4115. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  4116. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  4117. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  4118. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  4119. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4120. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  4121. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4122. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
  4123. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  4124. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
  4125. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  4126. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
  4127. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  4128. package/js/components/icons/arrow.vue.js +0 -63
  4129. package/js/components/icons/arrow.vue.js.map +0 -1
  4130. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  4131. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  4132. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  4133. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  4134. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  4135. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  4136. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4137. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4138. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  4139. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  4140. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4141. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4142. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  4143. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  4144. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  4145. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  4146. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  4147. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  4148. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  4149. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  4150. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  4151. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  4152. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  4153. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  4154. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  4155. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4156. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  4157. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4158. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  4159. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  4160. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  4161. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  4162. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  4163. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  4164. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  4165. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  4166. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  4167. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  4168. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4169. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4170. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  4171. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  4172. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  4173. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4174. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  4175. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  4176. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  4177. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  4178. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  4179. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  4180. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4181. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4182. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  4183. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  4184. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  4185. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  4186. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4187. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4188. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  4189. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  4190. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  4191. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  4192. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  4193. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  4194. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  4195. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  4196. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  4197. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  4198. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  4199. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  4200. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4201. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4202. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  4203. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  4204. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  4205. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  4206. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  4207. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  4208. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  4209. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4210. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  4211. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  4212. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4213. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4214. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  4215. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  4216. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  4217. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  4218. package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
  4219. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4220. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -52
  4221. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4222. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -52
  4223. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4224. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  4225. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4226. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  4227. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4228. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
  4229. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4230. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  4231. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4232. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  4233. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4234. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  4235. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4236. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  4237. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4238. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  4239. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4240. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  4241. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4242. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
  4243. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4244. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  4245. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4246. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  4247. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  4248. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
  4249. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4250. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  4251. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4252. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
  4253. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4254. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
  4255. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  4256. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  4257. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4258. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
  4259. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4260. package/js/components/scroll/base-id-scroll.vue.js +0 -69
  4261. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  4262. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  4263. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4264. package/js/components/scroll/base-main-scroll.vue.js +0 -39
  4265. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  4266. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  4267. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4268. package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
  4269. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  4270. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  4271. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  4272. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
  4273. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4274. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  4275. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4276. package/js/components/staggering-transition-group.vue.js +0 -42
  4277. package/js/components/staggering-transition-group.vue.js.map +0 -1
  4278. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -353
  4279. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  4280. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
  4281. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4282. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -70
  4283. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4284. package/js/filters/compile-message.filter.js +0 -29
  4285. package/js/filters/compile-message.filter.js.map +0 -1
  4286. package/js/filters/filters.registry.js +0 -9
  4287. package/js/filters/filters.registry.js.map +0 -1
  4288. package/js/utils/object.js +0 -85
  4289. package/js/utils/object.js.map +0 -1
  4290. package/js/wiring/utils/wire-racing-handling.js +0 -108
  4291. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  4292. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  4293. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  4294. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  4295. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  4296. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -137
  4297. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4298. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -194
  4299. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
  4300. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -179
  4301. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4302. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -228
  4303. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4304. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -214
  4305. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  4306. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -106
  4307. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  4308. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -189
  4309. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4310. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
  4311. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  4312. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -181
  4313. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4314. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
  4315. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4316. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -217
  4317. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4318. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -166
  4319. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4320. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -209
  4321. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4322. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -167
  4323. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4324. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -157
  4325. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4326. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -180
  4327. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4328. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -202
  4329. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4330. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -146
  4331. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4332. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -184
  4333. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4334. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -207
  4335. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4336. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -174
  4337. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4338. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  4339. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4340. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -52
  4341. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4342. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  4343. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4344. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  4345. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4346. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  4347. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  4348. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
  4349. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4350. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -116
  4351. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4352. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -50
  4353. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4354. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  4355. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4356. package/js/x-modules/next-queries/utils.js +0 -15
  4357. package/js/x-modules/next-queries/utils.js.map +0 -1
  4358. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  4359. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4360. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -49
  4361. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  4362. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  4363. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4364. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -38
  4365. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4366. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -54
  4367. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  4368. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
  4369. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  4370. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
  4371. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  4372. package/js/x-modules/related-tags/store/actions/set-url-params-from-the.url.action.js +0 -44
  4373. package/js/x-modules/related-tags/store/actions/set-url-params-from-the.url.action.js.map +0 -1
  4374. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
  4375. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  4376. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  4377. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4378. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -153
  4379. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4380. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  4381. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4382. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
  4383. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  4384. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  4385. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4386. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  4387. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4388. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  4389. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4390. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -164
  4391. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4392. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -153
  4393. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4394. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -141
  4395. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  4396. package/js/x-modules/search/store/actions/set-params-from-url.action.js +0 -25
  4397. package/js/x-modules/search/store/actions/set-params-from-url.action.js.map +0 -1
  4398. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  4399. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4400. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
  4401. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4402. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
  4403. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4404. package/js/x-modules/search-box/store/actions/set-query-from-url.action.js +0 -19
  4405. package/js/x-modules/search-box/store/actions/set-query-from-url.action.js.map +0 -1
  4406. package/js/x-modules/url/store/actions/update-store-from-url.action.js +0 -76
  4407. package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +0 -1
  4408. package/js/x-modules/url/store/actions/update-url.action.js +0 -52
  4409. package/js/x-modules/url/store/actions/update-url.action.js.map +0 -1
  4410. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js +0 -23
  4411. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js.map +0 -1
  4412. package/report/x-adapter.api.json +0 -23505
  4413. package/types/adapter/mocked-adapter.d.ts +0 -18
  4414. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  4415. package/types/adapter/real-adapter.d.ts +0 -2
  4416. package/types/adapter/real-adapter.d.ts.map +0 -1
  4417. package/types/adapter/util.d.ts +0 -12
  4418. package/types/adapter/util.d.ts.map +0 -1
  4419. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  4420. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  4421. package/types/components/animations/translate-from-left.vue.d.ts +0 -10
  4422. package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
  4423. package/types/components/animations/translate-from-right.vue.d.ts +0 -10
  4424. package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
  4425. package/types/components/icons/arrow.vue.d.ts +0 -3
  4426. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  4427. package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
  4428. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  4429. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  4430. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  4431. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  4432. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  4433. package/types/components/staggering-transition-group.vue.d.ts +0 -273
  4434. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  4435. package/types/components/x-component.types.d.ts +0 -19
  4436. package/types/components/x-component.types.d.ts.map +0 -1
  4437. package/types/filters/compile-message.filter.d.ts +0 -11
  4438. package/types/filters/compile-message.filter.d.ts.map +0 -1
  4439. package/types/filters/filters.registry.d.ts +0 -7
  4440. package/types/filters/filters.registry.d.ts.map +0 -1
  4441. package/types/filters/index.d.ts +0 -2
  4442. package/types/filters/index.d.ts.map +0 -1
  4443. package/types/types/query-origin.d.ts +0 -7
  4444. package/types/types/query-origin.d.ts.map +0 -1
  4445. package/types/utils/object.d.ts +0 -49
  4446. package/types/utils/object.d.ts.map +0 -1
  4447. package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
  4448. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
  4449. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  4450. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  4451. package/types/x-modules/next-queries/utils.d.ts +0 -12
  4452. package/types/x-modules/next-queries/utils.d.ts.map +0 -1
  4453. package/types/x-modules/related-tags/store/actions/set-url-params-from-the.url.action.d.ts +0 -12
  4454. package/types/x-modules/related-tags/store/actions/set-url-params-from-the.url.action.d.ts.map +0 -1
  4455. package/types/x-modules/search/store/actions/set-params-from-url.action.d.ts +0 -13
  4456. package/types/x-modules/search/store/actions/set-params-from-url.action.d.ts.map +0 -1
  4457. package/types/x-modules/search-box/store/actions/set-query-from-url.action.d.ts +0 -12
  4458. package/types/x-modules/search-box/store/actions/set-query-from-url.action.d.ts.map +0 -1
  4459. package/types/x-modules/url/config.types.d.ts +0 -16
  4460. package/types/x-modules/url/config.types.d.ts.map +0 -1
  4461. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +0 -11
  4462. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +0 -1
  4463. package/types/x-modules/url/store/actions/update-url.action.d.ts +0 -11
  4464. package/types/x-modules/url/store/actions/update-url.action.d.ts.map +0 -1
  4465. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts +0 -12
  4466. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.18.10",
4
+ "toolVersion": "7.19.5",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -196,6 +196,15 @@
196
196
  "text": "Identifiable",
197
197
  "canonicalReference": "@empathyco/x-types!Identifiable:interface"
198
198
  },
199
+ {
200
+ "kind": "Content",
201
+ "text": ", "
202
+ },
203
+ {
204
+ "kind": "Reference",
205
+ "text": "Taggable",
206
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
207
+ },
199
208
  {
200
209
  "kind": "Content",
201
210
  "text": " "
@@ -232,37 +241,28 @@
232
241
  },
233
242
  {
234
243
  "kind": "PropertySignature",
235
- "canonicalReference": "@empathyco/x-types!Banner#tagging:member",
236
- "docComment": "/**\n * Banner tagging.\n */\n",
244
+ "canonicalReference": "@empathyco/x-types!Banner#position:member",
245
+ "docComment": "/**\n * Banner position (= row) inside the grid.\n */\n",
237
246
  "excerptTokens": [
238
247
  {
239
248
  "kind": "Content",
240
- "text": "tagging: "
241
- },
242
- {
243
- "kind": "Content",
244
- "text": "{\n click: "
245
- },
246
- {
247
- "kind": "Reference",
248
- "text": "Tagging",
249
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
249
+ "text": "position?: "
250
250
  },
251
251
  {
252
252
  "kind": "Content",
253
- "text": ";\n }"
253
+ "text": "number"
254
254
  },
255
255
  {
256
256
  "kind": "Content",
257
257
  "text": ";"
258
258
  }
259
259
  ],
260
- "isOptional": false,
260
+ "isOptional": true,
261
261
  "releaseTag": "Public",
262
- "name": "tagging",
262
+ "name": "position",
263
263
  "propertyTypeTokenRange": {
264
264
  "startIndex": 1,
265
- "endIndex": 4
265
+ "endIndex": 2
266
266
  }
267
267
  },
268
268
  {
@@ -325,7 +325,11 @@
325
325
  },
326
326
  {
327
327
  "startIndex": 4,
328
- "endIndex": 6
328
+ "endIndex": 5
329
+ },
330
+ {
331
+ "startIndex": 6,
332
+ "endIndex": 8
329
333
  }
330
334
  ]
331
335
  },
@@ -497,7 +501,7 @@
497
501
  {
498
502
  "kind": "Variable",
499
503
  "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
500
- "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n */\n",
504
+ "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
501
505
  "excerptTokens": [
502
506
  {
503
507
  "kind": "Content",
@@ -751,6 +755,48 @@
751
755
  "endIndex": 2
752
756
  }
753
757
  },
758
+ {
759
+ "kind": "Interface",
760
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface",
761
+ "docComment": "/**\n * Interface to support extra params in any request.\n *\n * @public\n */\n",
762
+ "excerptTokens": [
763
+ {
764
+ "kind": "Content",
765
+ "text": "export interface ExtraParamsRequest "
766
+ }
767
+ ],
768
+ "releaseTag": "Public",
769
+ "name": "ExtraParamsRequest",
770
+ "members": [
771
+ {
772
+ "kind": "PropertySignature",
773
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest#extraParams:member",
774
+ "docComment": "",
775
+ "excerptTokens": [
776
+ {
777
+ "kind": "Content",
778
+ "text": "extraParams?: "
779
+ },
780
+ {
781
+ "kind": "Content",
782
+ "text": "{\n [key: string]: unknown;\n }"
783
+ },
784
+ {
785
+ "kind": "Content",
786
+ "text": ";"
787
+ }
788
+ ],
789
+ "isOptional": true,
790
+ "releaseTag": "Public",
791
+ "name": "extraParams",
792
+ "propertyTypeTokenRange": {
793
+ "startIndex": 1,
794
+ "endIndex": 2
795
+ }
796
+ }
797
+ ],
798
+ "extendsTokenRanges": []
799
+ },
754
800
  {
755
801
  "kind": "Interface",
756
802
  "canonicalReference": "@empathyco/x-types!Facet:interface",
@@ -920,7 +966,7 @@
920
966
  {
921
967
  "kind": "PropertySignature",
922
968
  "canonicalReference": "@empathyco/x-types!FacetFilter#modelName:member",
923
- "docComment": "/**\n * The filter {@link ModelNameType | model name} excluding {@link RawFilter#modelName | RawFilter} model name.\n */\n",
969
+ "docComment": "/**\n * The filter {@link ModelNameType | model name} excluding {@link RawFilter | RawFilter} model name.\n */\n",
924
970
  "excerptTokens": [
925
971
  {
926
972
  "kind": "Content",
@@ -968,7 +1014,7 @@
968
1014
  {
969
1015
  "kind": "Variable",
970
1016
  "canonicalReference": "@empathyco/x-types!FacetFilterSchema:var",
971
- "docComment": "/**\n * Jest schema for validating {@link FacetFilter} entities.\n *\n * @public\n */\n",
1017
+ "docComment": "/**\n * Jest schema for validating FacetFilter entities.\n *\n * @public\n */\n",
972
1018
  "excerptTokens": [
973
1019
  {
974
1020
  "kind": "Content",
@@ -1116,6 +1162,62 @@
1116
1162
  }
1117
1163
  ]
1118
1164
  },
1165
+ {
1166
+ "kind": "Interface",
1167
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface",
1168
+ "docComment": "/**\n * Interface for any Request with a `filters` parameter.\n *\n * @public\n */\n",
1169
+ "excerptTokens": [
1170
+ {
1171
+ "kind": "Content",
1172
+ "text": "export interface FilterableRequest "
1173
+ }
1174
+ ],
1175
+ "releaseTag": "Public",
1176
+ "name": "FilterableRequest",
1177
+ "members": [
1178
+ {
1179
+ "kind": "PropertySignature",
1180
+ "canonicalReference": "@empathyco/x-types!FilterableRequest#filters:member",
1181
+ "docComment": "",
1182
+ "excerptTokens": [
1183
+ {
1184
+ "kind": "Content",
1185
+ "text": "filters?: "
1186
+ },
1187
+ {
1188
+ "kind": "Reference",
1189
+ "text": "Record",
1190
+ "canonicalReference": "!Record:type"
1191
+ },
1192
+ {
1193
+ "kind": "Content",
1194
+ "text": "<string, "
1195
+ },
1196
+ {
1197
+ "kind": "Reference",
1198
+ "text": "Filter",
1199
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1200
+ },
1201
+ {
1202
+ "kind": "Content",
1203
+ "text": "[]>"
1204
+ },
1205
+ {
1206
+ "kind": "Content",
1207
+ "text": ";"
1208
+ }
1209
+ ],
1210
+ "isOptional": true,
1211
+ "releaseTag": "Public",
1212
+ "name": "filters",
1213
+ "propertyTypeTokenRange": {
1214
+ "startIndex": 1,
1215
+ "endIndex": 5
1216
+ }
1217
+ }
1218
+ ],
1219
+ "extendsTokenRanges": []
1220
+ },
1119
1221
  {
1120
1222
  "kind": "TypeAlias",
1121
1223
  "canonicalReference": "@empathyco/x-types!FilterModelName:type",
@@ -1171,7 +1273,7 @@
1171
1273
  {
1172
1274
  "kind": "Interface",
1173
1275
  "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface",
1174
- "docComment": "/**\n * Hierarchical facet is a trait for filtering results. It extends from {@link Facet} changes the modelName and uses {@link HierarchicalFilter} as filters.\n */\n",
1276
+ "docComment": "/**\n * Hierarchical facet is a trait for filtering results. It extends from {@link Facet} changes the modelName and uses {@link HierarchicalFilter} as filters.\n *\n * @public\n */\n",
1175
1277
  "excerptTokens": [
1176
1278
  {
1177
1279
  "kind": "Content",
@@ -1302,7 +1404,7 @@
1302
1404
  {
1303
1405
  "kind": "PropertySignature",
1304
1406
  "canonicalReference": "@empathyco/x-types!HierarchicalFilter#children:member",
1305
- "docComment": "/**\n * Descendants filters id.\n */\n",
1407
+ "docComment": "/**\n * Descendants filters.\n */\n",
1306
1408
  "excerptTokens": [
1307
1409
  {
1308
1410
  "kind": "Content",
@@ -1310,12 +1412,12 @@
1310
1412
  },
1311
1413
  {
1312
1414
  "kind": "Reference",
1313
- "text": "Filter",
1314
- "canonicalReference": "@empathyco/x-types!Filter:interface"
1415
+ "text": "HierarchicalFilter",
1416
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1315
1417
  },
1316
1418
  {
1317
1419
  "kind": "Content",
1318
- "text": "['id'][]"
1420
+ "text": "[]"
1319
1421
  },
1320
1422
  {
1321
1423
  "kind": "Content",
@@ -1359,7 +1461,7 @@
1359
1461
  {
1360
1462
  "kind": "PropertySignature",
1361
1463
  "canonicalReference": "@empathyco/x-types!HierarchicalFilter#parentId:member",
1362
- "docComment": "/**\n * An unique id used to reference the parent filter or null if it hasn't.\n */\n",
1464
+ "docComment": "/**\n * A unique id used to reference the parent filter or null if it hasn't.\n */\n",
1363
1465
  "excerptTokens": [
1364
1466
  {
1365
1467
  "kind": "Content",
@@ -1515,10 +1617,31 @@
1515
1617
  "excerptTokens": [
1516
1618
  {
1517
1619
  "kind": "Content",
1518
- "text": "export interface Identifiable "
1620
+ "text": "export interface Identifiable<ID = "
1621
+ },
1622
+ {
1623
+ "kind": "Content",
1624
+ "text": "string | number"
1625
+ },
1626
+ {
1627
+ "kind": "Content",
1628
+ "text": "> "
1519
1629
  }
1520
1630
  ],
1521
1631
  "releaseTag": "Public",
1632
+ "typeParameters": [
1633
+ {
1634
+ "typeParameterName": "ID",
1635
+ "constraintTokenRange": {
1636
+ "startIndex": 0,
1637
+ "endIndex": 0
1638
+ },
1639
+ "defaultTypeTokenRange": {
1640
+ "startIndex": 1,
1641
+ "endIndex": 2
1642
+ }
1643
+ }
1644
+ ],
1522
1645
  "name": "Identifiable",
1523
1646
  "members": [
1524
1647
  {
@@ -1532,7 +1655,7 @@
1532
1655
  },
1533
1656
  {
1534
1657
  "kind": "Content",
1535
- "text": "string | number"
1658
+ "text": "ID"
1536
1659
  },
1537
1660
  {
1538
1661
  "kind": "Content",
@@ -1550,6 +1673,121 @@
1550
1673
  ],
1551
1674
  "extendsTokenRanges": []
1552
1675
  },
1676
+ {
1677
+ "kind": "Interface",
1678
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsRequest:interface",
1679
+ "docComment": "/**\n * Request for Identifier Results endpoint.\n *\n * @public\n */\n",
1680
+ "excerptTokens": [
1681
+ {
1682
+ "kind": "Content",
1683
+ "text": "export interface IdentifierResultsRequest extends "
1684
+ },
1685
+ {
1686
+ "kind": "Reference",
1687
+ "text": "QueryableRequest",
1688
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
1689
+ },
1690
+ {
1691
+ "kind": "Content",
1692
+ "text": ", "
1693
+ },
1694
+ {
1695
+ "kind": "Reference",
1696
+ "text": "PageableRequest",
1697
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
1698
+ },
1699
+ {
1700
+ "kind": "Content",
1701
+ "text": ", "
1702
+ },
1703
+ {
1704
+ "kind": "Reference",
1705
+ "text": "TrackableRequest",
1706
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
1707
+ },
1708
+ {
1709
+ "kind": "Content",
1710
+ "text": ", "
1711
+ },
1712
+ {
1713
+ "kind": "Reference",
1714
+ "text": "ExtraParamsRequest",
1715
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
1716
+ },
1717
+ {
1718
+ "kind": "Content",
1719
+ "text": " "
1720
+ }
1721
+ ],
1722
+ "releaseTag": "Public",
1723
+ "name": "IdentifierResultsRequest",
1724
+ "members": [],
1725
+ "extendsTokenRanges": [
1726
+ {
1727
+ "startIndex": 1,
1728
+ "endIndex": 2
1729
+ },
1730
+ {
1731
+ "startIndex": 3,
1732
+ "endIndex": 4
1733
+ },
1734
+ {
1735
+ "startIndex": 5,
1736
+ "endIndex": 6
1737
+ },
1738
+ {
1739
+ "startIndex": 7,
1740
+ "endIndex": 9
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "kind": "Interface",
1746
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse:interface",
1747
+ "docComment": "/**\n * Response for the identifier results endpoint.\n *\n * @public\n */\n",
1748
+ "excerptTokens": [
1749
+ {
1750
+ "kind": "Content",
1751
+ "text": "export interface IdentifierResultsResponse "
1752
+ }
1753
+ ],
1754
+ "releaseTag": "Public",
1755
+ "name": "IdentifierResultsResponse",
1756
+ "members": [
1757
+ {
1758
+ "kind": "PropertySignature",
1759
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse#results:member",
1760
+ "docComment": "",
1761
+ "excerptTokens": [
1762
+ {
1763
+ "kind": "Content",
1764
+ "text": "results: "
1765
+ },
1766
+ {
1767
+ "kind": "Reference",
1768
+ "text": "Result",
1769
+ "canonicalReference": "@empathyco/x-types!Result:interface"
1770
+ },
1771
+ {
1772
+ "kind": "Content",
1773
+ "text": "[]"
1774
+ },
1775
+ {
1776
+ "kind": "Content",
1777
+ "text": ";"
1778
+ }
1779
+ ],
1780
+ "isOptional": false,
1781
+ "releaseTag": "Public",
1782
+ "name": "results",
1783
+ "propertyTypeTokenRange": {
1784
+ "startIndex": 1,
1785
+ "endIndex": 3
1786
+ }
1787
+ }
1788
+ ],
1789
+ "extendsTokenRanges": []
1790
+ },
1553
1791
  {
1554
1792
  "kind": "Function",
1555
1793
  "canonicalReference": "@empathyco/x-types!isBooleanFilter:function(1)",
@@ -2344,21 +2582,17 @@
2344
2582
  },
2345
2583
  {
2346
2584
  "kind": "Interface",
2347
- "canonicalReference": "@empathyco/x-types!NextQuery:interface",
2348
- "docComment": "/**\n * A next query is a suggestion of a new query that the user may be interested after searching for an specific term.\n *\n * @public\n */\n",
2585
+ "canonicalReference": "@empathyco/x-types!NextQueriesRequest:interface",
2586
+ "docComment": "/**\n * Request for Next Queries endpoint.\n *\n * @public\n */\n",
2349
2587
  "excerptTokens": [
2350
2588
  {
2351
2589
  "kind": "Content",
2352
- "text": "export interface NextQuery extends "
2590
+ "text": "export interface NextQueriesRequest extends "
2353
2591
  },
2354
2592
  {
2355
2593
  "kind": "Reference",
2356
- "text": "NamedModel",
2357
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2358
- },
2359
- {
2360
- "kind": "Content",
2361
- "text": "<'NextQuery'>"
2594
+ "text": "QueryableRequest",
2595
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
2362
2596
  },
2363
2597
  {
2364
2598
  "kind": "Content",
@@ -2366,49 +2600,182 @@
2366
2600
  },
2367
2601
  {
2368
2602
  "kind": "Reference",
2369
- "text": "Required",
2370
- "canonicalReference": "!Required:type"
2603
+ "text": "PageableRequest",
2604
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
2371
2605
  },
2372
2606
  {
2373
2607
  "kind": "Content",
2374
- "text": "<"
2608
+ "text": ", "
2375
2609
  },
2376
2610
  {
2377
2611
  "kind": "Reference",
2378
- "text": "Previewable",
2379
- "canonicalReference": "@empathyco/x-types!Previewable:interface"
2612
+ "text": "ExtraParamsRequest",
2613
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
2380
2614
  },
2381
2615
  {
2382
2616
  "kind": "Content",
2383
- "text": "> "
2617
+ "text": " "
2384
2618
  }
2385
2619
  ],
2386
2620
  "releaseTag": "Public",
2387
- "name": "NextQuery",
2621
+ "name": "NextQueriesRequest",
2388
2622
  "members": [],
2389
2623
  "extendsTokenRanges": [
2390
2624
  {
2391
2625
  "startIndex": 1,
2392
- "endIndex": 3
2626
+ "endIndex": 2
2393
2627
  },
2394
2628
  {
2395
- "startIndex": 4,
2396
- "endIndex": 8
2629
+ "startIndex": 3,
2630
+ "endIndex": 4
2631
+ },
2632
+ {
2633
+ "startIndex": 5,
2634
+ "endIndex": 7
2397
2635
  }
2398
2636
  ]
2399
2637
  },
2400
2638
  {
2401
- "kind": "Variable",
2402
- "canonicalReference": "@empathyco/x-types!NextQuerySchema:var",
2403
- "docComment": "/**\n * Jest schema for validating Next query entities.\n *\n * @public\n */\n",
2639
+ "kind": "Interface",
2640
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse:interface",
2641
+ "docComment": "/**\n * Response for the next queries endpoint.\n *\n * @public\n */\n",
2404
2642
  "excerptTokens": [
2405
2643
  {
2406
2644
  "kind": "Content",
2407
- "text": "NextQuerySchema: "
2408
- },
2409
- {
2410
- "kind": "Reference",
2411
- "text": "NextQuery",
2645
+ "text": "export interface NextQueriesResponse "
2646
+ }
2647
+ ],
2648
+ "releaseTag": "Public",
2649
+ "name": "NextQueriesResponse",
2650
+ "members": [
2651
+ {
2652
+ "kind": "PropertySignature",
2653
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse#nextQueries:member",
2654
+ "docComment": "",
2655
+ "excerptTokens": [
2656
+ {
2657
+ "kind": "Content",
2658
+ "text": "nextQueries: "
2659
+ },
2660
+ {
2661
+ "kind": "Reference",
2662
+ "text": "NextQuery",
2663
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2664
+ },
2665
+ {
2666
+ "kind": "Content",
2667
+ "text": "[]"
2668
+ },
2669
+ {
2670
+ "kind": "Content",
2671
+ "text": ";"
2672
+ }
2673
+ ],
2674
+ "isOptional": false,
2675
+ "releaseTag": "Public",
2676
+ "name": "nextQueries",
2677
+ "propertyTypeTokenRange": {
2678
+ "startIndex": 1,
2679
+ "endIndex": 3
2680
+ }
2681
+ }
2682
+ ],
2683
+ "extendsTokenRanges": []
2684
+ },
2685
+ {
2686
+ "kind": "Interface",
2687
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface",
2688
+ "docComment": "/**\n * A next query is a suggestion of a new query that the user may be interested after searching for an specific term.\n *\n * @public\n */\n",
2689
+ "excerptTokens": [
2690
+ {
2691
+ "kind": "Content",
2692
+ "text": "export interface NextQuery extends "
2693
+ },
2694
+ {
2695
+ "kind": "Reference",
2696
+ "text": "NamedModel",
2697
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2698
+ },
2699
+ {
2700
+ "kind": "Content",
2701
+ "text": "<'NextQuery'>"
2702
+ },
2703
+ {
2704
+ "kind": "Content",
2705
+ "text": ", "
2706
+ },
2707
+ {
2708
+ "kind": "Reference",
2709
+ "text": "Required",
2710
+ "canonicalReference": "!Required:type"
2711
+ },
2712
+ {
2713
+ "kind": "Content",
2714
+ "text": "<"
2715
+ },
2716
+ {
2717
+ "kind": "Reference",
2718
+ "text": "Previewable",
2719
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
2720
+ },
2721
+ {
2722
+ "kind": "Content",
2723
+ "text": "> "
2724
+ }
2725
+ ],
2726
+ "releaseTag": "Public",
2727
+ "name": "NextQuery",
2728
+ "members": [
2729
+ {
2730
+ "kind": "PropertySignature",
2731
+ "canonicalReference": "@empathyco/x-types!NextQuery#isCurated:member",
2732
+ "docComment": "/**\n * If it's a curated next query.\n */\n",
2733
+ "excerptTokens": [
2734
+ {
2735
+ "kind": "Content",
2736
+ "text": "isCurated?: "
2737
+ },
2738
+ {
2739
+ "kind": "Content",
2740
+ "text": "boolean"
2741
+ },
2742
+ {
2743
+ "kind": "Content",
2744
+ "text": ";"
2745
+ }
2746
+ ],
2747
+ "isOptional": true,
2748
+ "releaseTag": "Public",
2749
+ "name": "isCurated",
2750
+ "propertyTypeTokenRange": {
2751
+ "startIndex": 1,
2752
+ "endIndex": 2
2753
+ }
2754
+ }
2755
+ ],
2756
+ "extendsTokenRanges": [
2757
+ {
2758
+ "startIndex": 1,
2759
+ "endIndex": 3
2760
+ },
2761
+ {
2762
+ "startIndex": 4,
2763
+ "endIndex": 8
2764
+ }
2765
+ ]
2766
+ },
2767
+ {
2768
+ "kind": "Variable",
2769
+ "canonicalReference": "@empathyco/x-types!NextQuerySchema:var",
2770
+ "docComment": "/**\n * Jest schema for validating Next query entities.\n *\n * @public\n */\n",
2771
+ "excerptTokens": [
2772
+ {
2773
+ "kind": "Content",
2774
+ "text": "NextQuerySchema: "
2775
+ },
2776
+ {
2777
+ "kind": "Reference",
2778
+ "text": "NextQuery",
2412
2779
  "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2413
2780
  }
2414
2781
  ],
@@ -2633,6 +3000,74 @@
2633
3000
  "endIndex": 2
2634
3001
  }
2635
3002
  },
3003
+ {
3004
+ "kind": "Interface",
3005
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface",
3006
+ "docComment": "/**\n * Interface for any Request which supports pagination.\n *\n * @public\n */\n",
3007
+ "excerptTokens": [
3008
+ {
3009
+ "kind": "Content",
3010
+ "text": "export interface PageableRequest "
3011
+ }
3012
+ ],
3013
+ "releaseTag": "Public",
3014
+ "name": "PageableRequest",
3015
+ "members": [
3016
+ {
3017
+ "kind": "PropertySignature",
3018
+ "canonicalReference": "@empathyco/x-types!PageableRequest#rows:member",
3019
+ "docComment": "",
3020
+ "excerptTokens": [
3021
+ {
3022
+ "kind": "Content",
3023
+ "text": "rows?: "
3024
+ },
3025
+ {
3026
+ "kind": "Content",
3027
+ "text": "number"
3028
+ },
3029
+ {
3030
+ "kind": "Content",
3031
+ "text": ";"
3032
+ }
3033
+ ],
3034
+ "isOptional": true,
3035
+ "releaseTag": "Public",
3036
+ "name": "rows",
3037
+ "propertyTypeTokenRange": {
3038
+ "startIndex": 1,
3039
+ "endIndex": 2
3040
+ }
3041
+ },
3042
+ {
3043
+ "kind": "PropertySignature",
3044
+ "canonicalReference": "@empathyco/x-types!PageableRequest#start:member",
3045
+ "docComment": "",
3046
+ "excerptTokens": [
3047
+ {
3048
+ "kind": "Content",
3049
+ "text": "start?: "
3050
+ },
3051
+ {
3052
+ "kind": "Content",
3053
+ "text": "number"
3054
+ },
3055
+ {
3056
+ "kind": "Content",
3057
+ "text": ";"
3058
+ }
3059
+ ],
3060
+ "isOptional": true,
3061
+ "releaseTag": "Public",
3062
+ "name": "start",
3063
+ "propertyTypeTokenRange": {
3064
+ "startIndex": 1,
3065
+ "endIndex": 2
3066
+ }
3067
+ }
3068
+ ],
3069
+ "extendsTokenRanges": []
3070
+ },
2636
3071
  {
2637
3072
  "kind": "Interface",
2638
3073
  "canonicalReference": "@empathyco/x-types!PartialResult:interface",
@@ -2720,6 +3155,95 @@
2720
3155
  }
2721
3156
  ]
2722
3157
  },
3158
+ {
3159
+ "kind": "Interface",
3160
+ "canonicalReference": "@empathyco/x-types!PopularSearchesRequest:interface",
3161
+ "docComment": "/**\n * Request for Popular Searches endpoint.\n *\n * @public\n */\n",
3162
+ "excerptTokens": [
3163
+ {
3164
+ "kind": "Content",
3165
+ "text": "export interface PopularSearchesRequest extends "
3166
+ },
3167
+ {
3168
+ "kind": "Reference",
3169
+ "text": "PageableRequest",
3170
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3171
+ },
3172
+ {
3173
+ "kind": "Content",
3174
+ "text": ", "
3175
+ },
3176
+ {
3177
+ "kind": "Reference",
3178
+ "text": "ExtraParamsRequest",
3179
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
3180
+ },
3181
+ {
3182
+ "kind": "Content",
3183
+ "text": " "
3184
+ }
3185
+ ],
3186
+ "releaseTag": "Public",
3187
+ "name": "PopularSearchesRequest",
3188
+ "members": [],
3189
+ "extendsTokenRanges": [
3190
+ {
3191
+ "startIndex": 1,
3192
+ "endIndex": 2
3193
+ },
3194
+ {
3195
+ "startIndex": 3,
3196
+ "endIndex": 5
3197
+ }
3198
+ ]
3199
+ },
3200
+ {
3201
+ "kind": "Interface",
3202
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse:interface",
3203
+ "docComment": "/**\n * Response for the popular searches endpoint.\n *\n * @public\n */\n",
3204
+ "excerptTokens": [
3205
+ {
3206
+ "kind": "Content",
3207
+ "text": "export interface PopularSearchesResponse "
3208
+ }
3209
+ ],
3210
+ "releaseTag": "Public",
3211
+ "name": "PopularSearchesResponse",
3212
+ "members": [
3213
+ {
3214
+ "kind": "PropertySignature",
3215
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse#suggestions:member",
3216
+ "docComment": "",
3217
+ "excerptTokens": [
3218
+ {
3219
+ "kind": "Content",
3220
+ "text": "suggestions: "
3221
+ },
3222
+ {
3223
+ "kind": "Reference",
3224
+ "text": "Suggestion",
3225
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3226
+ },
3227
+ {
3228
+ "kind": "Content",
3229
+ "text": "[]"
3230
+ },
3231
+ {
3232
+ "kind": "Content",
3233
+ "text": ";"
3234
+ }
3235
+ ],
3236
+ "isOptional": false,
3237
+ "releaseTag": "Public",
3238
+ "name": "suggestions",
3239
+ "propertyTypeTokenRange": {
3240
+ "startIndex": 1,
3241
+ "endIndex": 3
3242
+ }
3243
+ }
3244
+ ],
3245
+ "extendsTokenRanges": []
3246
+ },
2723
3247
  {
2724
3248
  "kind": "Interface",
2725
3249
  "canonicalReference": "@empathyco/x-types!Previewable:interface",
@@ -2852,12 +3376,111 @@
2852
3376
  },
2853
3377
  {
2854
3378
  "kind": "Interface",
2855
- "canonicalReference": "@empathyco/x-types!Promoted:interface",
2856
- "docComment": "/**\n * A promoted is an image with a title, that when clicked redirect the user to an URL. Often it is represented taking up the same space than a normal result.\n *\n * @public\n */\n",
3379
+ "canonicalReference": "@empathyco/x-types!PreviewResults:interface",
3380
+ "docComment": "/**\n * Interface to type the query preview objects.\n */\n",
2857
3381
  "excerptTokens": [
2858
3382
  {
2859
3383
  "kind": "Content",
2860
- "text": "export interface Promoted extends "
3384
+ "text": "export interface PreviewResults "
3385
+ }
3386
+ ],
3387
+ "releaseTag": "Public",
3388
+ "name": "PreviewResults",
3389
+ "members": [
3390
+ {
3391
+ "kind": "PropertySignature",
3392
+ "canonicalReference": "@empathyco/x-types!PreviewResults#items:member",
3393
+ "docComment": "/**\n * The results to preview the search request.\n */\n",
3394
+ "excerptTokens": [
3395
+ {
3396
+ "kind": "Content",
3397
+ "text": "items: "
3398
+ },
3399
+ {
3400
+ "kind": "Reference",
3401
+ "text": "Result",
3402
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3403
+ },
3404
+ {
3405
+ "kind": "Content",
3406
+ "text": "[]"
3407
+ },
3408
+ {
3409
+ "kind": "Content",
3410
+ "text": ";"
3411
+ }
3412
+ ],
3413
+ "isOptional": false,
3414
+ "releaseTag": "Public",
3415
+ "name": "items",
3416
+ "propertyTypeTokenRange": {
3417
+ "startIndex": 1,
3418
+ "endIndex": 3
3419
+ }
3420
+ },
3421
+ {
3422
+ "kind": "PropertySignature",
3423
+ "canonicalReference": "@empathyco/x-types!PreviewResults#query:member",
3424
+ "docComment": "/**\n * The searched query.\n */\n",
3425
+ "excerptTokens": [
3426
+ {
3427
+ "kind": "Content",
3428
+ "text": "query: "
3429
+ },
3430
+ {
3431
+ "kind": "Content",
3432
+ "text": "string"
3433
+ },
3434
+ {
3435
+ "kind": "Content",
3436
+ "text": ";"
3437
+ }
3438
+ ],
3439
+ "isOptional": false,
3440
+ "releaseTag": "Public",
3441
+ "name": "query",
3442
+ "propertyTypeTokenRange": {
3443
+ "startIndex": 1,
3444
+ "endIndex": 2
3445
+ }
3446
+ },
3447
+ {
3448
+ "kind": "PropertySignature",
3449
+ "canonicalReference": "@empathyco/x-types!PreviewResults#totalResults:member",
3450
+ "docComment": "/**\n * The number of results of the query.\n */\n",
3451
+ "excerptTokens": [
3452
+ {
3453
+ "kind": "Content",
3454
+ "text": "totalResults: "
3455
+ },
3456
+ {
3457
+ "kind": "Content",
3458
+ "text": "number"
3459
+ },
3460
+ {
3461
+ "kind": "Content",
3462
+ "text": ";"
3463
+ }
3464
+ ],
3465
+ "isOptional": false,
3466
+ "releaseTag": "Public",
3467
+ "name": "totalResults",
3468
+ "propertyTypeTokenRange": {
3469
+ "startIndex": 1,
3470
+ "endIndex": 2
3471
+ }
3472
+ }
3473
+ ],
3474
+ "extendsTokenRanges": []
3475
+ },
3476
+ {
3477
+ "kind": "Interface",
3478
+ "canonicalReference": "@empathyco/x-types!Promoted:interface",
3479
+ "docComment": "/**\n * A promoted is an image with a title, that when clicked redirect the user to an URL. Often it is represented taking up the same space than a normal result.\n *\n * @public\n */\n",
3480
+ "excerptTokens": [
3481
+ {
3482
+ "kind": "Content",
3483
+ "text": "export interface Promoted extends "
2861
3484
  },
2862
3485
  {
2863
3486
  "kind": "Reference",
@@ -2877,6 +3500,15 @@
2877
3500
  "text": "Identifiable",
2878
3501
  "canonicalReference": "@empathyco/x-types!Identifiable:interface"
2879
3502
  },
3503
+ {
3504
+ "kind": "Content",
3505
+ "text": ", "
3506
+ },
3507
+ {
3508
+ "kind": "Reference",
3509
+ "text": "Taggable",
3510
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3511
+ },
2880
3512
  {
2881
3513
  "kind": "Content",
2882
3514
  "text": " "
@@ -2913,37 +3545,28 @@
2913
3545
  },
2914
3546
  {
2915
3547
  "kind": "PropertySignature",
2916
- "canonicalReference": "@empathyco/x-types!Promoted#tagging:member",
2917
- "docComment": "/**\n * Promoted tagging.\n */\n",
3548
+ "canonicalReference": "@empathyco/x-types!Promoted#position:member",
3549
+ "docComment": "/**\n * Promoted position inside the grid.\n */\n",
2918
3550
  "excerptTokens": [
2919
3551
  {
2920
3552
  "kind": "Content",
2921
- "text": "tagging: "
2922
- },
2923
- {
2924
- "kind": "Content",
2925
- "text": "{\n click: "
2926
- },
2927
- {
2928
- "kind": "Reference",
2929
- "text": "Tagging",
2930
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
3553
+ "text": "position?: "
2931
3554
  },
2932
3555
  {
2933
3556
  "kind": "Content",
2934
- "text": ";\n }"
3557
+ "text": "number"
2935
3558
  },
2936
3559
  {
2937
3560
  "kind": "Content",
2938
3561
  "text": ";"
2939
3562
  }
2940
3563
  ],
2941
- "isOptional": false,
3564
+ "isOptional": true,
2942
3565
  "releaseTag": "Public",
2943
- "name": "tagging",
3566
+ "name": "position",
2944
3567
  "propertyTypeTokenRange": {
2945
3568
  "startIndex": 1,
2946
- "endIndex": 4
3569
+ "endIndex": 2
2947
3570
  }
2948
3571
  },
2949
3572
  {
@@ -3006,7 +3629,11 @@
3006
3629
  },
3007
3630
  {
3008
3631
  "startIndex": 4,
3009
- "endIndex": 6
3632
+ "endIndex": 5
3633
+ },
3634
+ {
3635
+ "startIndex": 6,
3636
+ "endIndex": 8
3010
3637
  }
3011
3638
  ]
3012
3639
  },
@@ -3032,6 +3659,150 @@
3032
3659
  "endIndex": 2
3033
3660
  }
3034
3661
  },
3662
+ {
3663
+ "kind": "Interface",
3664
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface",
3665
+ "docComment": "/**\n * Interface for any Request with a `query` parameter.\n *\n * @public\n */\n",
3666
+ "excerptTokens": [
3667
+ {
3668
+ "kind": "Content",
3669
+ "text": "export interface QueryableRequest "
3670
+ }
3671
+ ],
3672
+ "releaseTag": "Public",
3673
+ "name": "QueryableRequest",
3674
+ "members": [
3675
+ {
3676
+ "kind": "PropertySignature",
3677
+ "canonicalReference": "@empathyco/x-types!QueryableRequest#query:member",
3678
+ "docComment": "",
3679
+ "excerptTokens": [
3680
+ {
3681
+ "kind": "Content",
3682
+ "text": "query: "
3683
+ },
3684
+ {
3685
+ "kind": "Content",
3686
+ "text": "string"
3687
+ },
3688
+ {
3689
+ "kind": "Content",
3690
+ "text": ";"
3691
+ }
3692
+ ],
3693
+ "isOptional": false,
3694
+ "releaseTag": "Public",
3695
+ "name": "query",
3696
+ "propertyTypeTokenRange": {
3697
+ "startIndex": 1,
3698
+ "endIndex": 2
3699
+ }
3700
+ }
3701
+ ],
3702
+ "extendsTokenRanges": []
3703
+ },
3704
+ {
3705
+ "kind": "Interface",
3706
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsRequest:interface",
3707
+ "docComment": "/**\n * Request for Query Suggestions endpoint.\n *\n * @public\n */\n",
3708
+ "excerptTokens": [
3709
+ {
3710
+ "kind": "Content",
3711
+ "text": "export interface QuerySuggestionsRequest extends "
3712
+ },
3713
+ {
3714
+ "kind": "Reference",
3715
+ "text": "QueryableRequest",
3716
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
3717
+ },
3718
+ {
3719
+ "kind": "Content",
3720
+ "text": ", "
3721
+ },
3722
+ {
3723
+ "kind": "Reference",
3724
+ "text": "PageableRequest",
3725
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3726
+ },
3727
+ {
3728
+ "kind": "Content",
3729
+ "text": ", "
3730
+ },
3731
+ {
3732
+ "kind": "Reference",
3733
+ "text": "ExtraParamsRequest",
3734
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
3735
+ },
3736
+ {
3737
+ "kind": "Content",
3738
+ "text": " "
3739
+ }
3740
+ ],
3741
+ "releaseTag": "Public",
3742
+ "name": "QuerySuggestionsRequest",
3743
+ "members": [],
3744
+ "extendsTokenRanges": [
3745
+ {
3746
+ "startIndex": 1,
3747
+ "endIndex": 2
3748
+ },
3749
+ {
3750
+ "startIndex": 3,
3751
+ "endIndex": 4
3752
+ },
3753
+ {
3754
+ "startIndex": 5,
3755
+ "endIndex": 7
3756
+ }
3757
+ ]
3758
+ },
3759
+ {
3760
+ "kind": "Interface",
3761
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse:interface",
3762
+ "docComment": "/**\n * Response for the query suggestions endpoint.\n *\n * @public\n */\n",
3763
+ "excerptTokens": [
3764
+ {
3765
+ "kind": "Content",
3766
+ "text": "export interface QuerySuggestionsResponse "
3767
+ }
3768
+ ],
3769
+ "releaseTag": "Public",
3770
+ "name": "QuerySuggestionsResponse",
3771
+ "members": [
3772
+ {
3773
+ "kind": "PropertySignature",
3774
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse#suggestions:member",
3775
+ "docComment": "",
3776
+ "excerptTokens": [
3777
+ {
3778
+ "kind": "Content",
3779
+ "text": "suggestions: "
3780
+ },
3781
+ {
3782
+ "kind": "Reference",
3783
+ "text": "Suggestion",
3784
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3785
+ },
3786
+ {
3787
+ "kind": "Content",
3788
+ "text": "[]"
3789
+ },
3790
+ {
3791
+ "kind": "Content",
3792
+ "text": ";"
3793
+ }
3794
+ ],
3795
+ "isOptional": false,
3796
+ "releaseTag": "Public",
3797
+ "name": "suggestions",
3798
+ "propertyTypeTokenRange": {
3799
+ "startIndex": 1,
3800
+ "endIndex": 3
3801
+ }
3802
+ }
3803
+ ],
3804
+ "extendsTokenRanges": []
3805
+ },
3035
3806
  {
3036
3807
  "kind": "Interface",
3037
3808
  "canonicalReference": "@empathyco/x-types!RangeValue:interface",
@@ -3177,7 +3948,7 @@
3177
3948
  {
3178
3949
  "kind": "PropertySignature",
3179
3950
  "canonicalReference": "@empathyco/x-types!RawFilter#selected:member",
3180
- "docComment": "/**\n * Force {@link Filter#selected | Filter selected} property to true.\n */\n",
3951
+ "docComment": "/**\n * Force {@link Filter | Filter} `selected` property to true.\n */\n",
3181
3952
  "excerptTokens": [
3182
3953
  {
3183
3954
  "kind": "Content",
@@ -3254,21 +4025,26 @@
3254
4025
  },
3255
4026
  {
3256
4027
  "kind": "Interface",
3257
- "canonicalReference": "@empathyco/x-types!Redirection:interface",
3258
- "docComment": "/**\n * A redirection (AKA Direct Link) is simply a URL. Normally, the user is just redirected to it after making a query that matches the configuration of this URL. In other cases it is shown as a button that the user can click, and which will trigger the redirect action.\n *\n * @public\n */\n",
4028
+ "canonicalReference": "@empathyco/x-types!RecommendationsRequest:interface",
4029
+ "docComment": "/**\n * Request for Recommendations endpoint.\n *\n * @public\n */\n",
3259
4030
  "excerptTokens": [
3260
4031
  {
3261
4032
  "kind": "Content",
3262
- "text": "export interface Redirection extends "
4033
+ "text": "export interface RecommendationsRequest extends "
3263
4034
  },
3264
4035
  {
3265
4036
  "kind": "Reference",
3266
- "text": "NamedModel",
3267
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4037
+ "text": "PageableRequest",
4038
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3268
4039
  },
3269
4040
  {
3270
4041
  "kind": "Content",
3271
- "text": "<'Redirection'>"
4042
+ "text": ", "
4043
+ },
4044
+ {
4045
+ "kind": "Reference",
4046
+ "text": "TrackableRequest",
4047
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
3272
4048
  },
3273
4049
  {
3274
4050
  "kind": "Content",
@@ -3276,8 +4052,8 @@
3276
4052
  },
3277
4053
  {
3278
4054
  "kind": "Reference",
3279
- "text": "Identifiable",
3280
- "canonicalReference": "@empathyco/x-types!Identifiable:interface"
4055
+ "text": "ExtraParamsRequest",
4056
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
3281
4057
  },
3282
4058
  {
3283
4059
  "kind": "Content",
@@ -3285,29 +4061,53 @@
3285
4061
  }
3286
4062
  ],
3287
4063
  "releaseTag": "Public",
3288
- "name": "Redirection",
3289
- "members": [
4064
+ "name": "RecommendationsRequest",
4065
+ "members": [],
4066
+ "extendsTokenRanges": [
3290
4067
  {
3291
- "kind": "PropertySignature",
3292
- "canonicalReference": "@empathyco/x-types!Redirection#tagging:member",
3293
- "docComment": "/**\n * Redirect tagging.\n */\n",
3294
- "excerptTokens": [
3295
- {
3296
- "kind": "Content",
3297
- "text": "tagging: "
3298
- },
3299
- {
3300
- "kind": "Content",
3301
- "text": "{\n click: "
4068
+ "startIndex": 1,
4069
+ "endIndex": 2
4070
+ },
4071
+ {
4072
+ "startIndex": 3,
4073
+ "endIndex": 4
4074
+ },
4075
+ {
4076
+ "startIndex": 5,
4077
+ "endIndex": 7
4078
+ }
4079
+ ]
4080
+ },
4081
+ {
4082
+ "kind": "Interface",
4083
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse:interface",
4084
+ "docComment": "/**\n * Response for the recommendations endpoint.\n *\n * @public\n */\n",
4085
+ "excerptTokens": [
4086
+ {
4087
+ "kind": "Content",
4088
+ "text": "export interface RecommendationsResponse "
4089
+ }
4090
+ ],
4091
+ "releaseTag": "Public",
4092
+ "name": "RecommendationsResponse",
4093
+ "members": [
4094
+ {
4095
+ "kind": "PropertySignature",
4096
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse#results:member",
4097
+ "docComment": "",
4098
+ "excerptTokens": [
4099
+ {
4100
+ "kind": "Content",
4101
+ "text": "results: "
3302
4102
  },
3303
4103
  {
3304
4104
  "kind": "Reference",
3305
- "text": "Tagging",
3306
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
4105
+ "text": "Result",
4106
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3307
4107
  },
3308
4108
  {
3309
4109
  "kind": "Content",
3310
- "text": ";\n }"
4110
+ "text": "[]"
3311
4111
  },
3312
4112
  {
3313
4113
  "kind": "Content",
@@ -3316,12 +4116,59 @@
3316
4116
  ],
3317
4117
  "isOptional": false,
3318
4118
  "releaseTag": "Public",
3319
- "name": "tagging",
4119
+ "name": "results",
3320
4120
  "propertyTypeTokenRange": {
3321
4121
  "startIndex": 1,
3322
- "endIndex": 4
4122
+ "endIndex": 3
3323
4123
  }
4124
+ }
4125
+ ],
4126
+ "extendsTokenRanges": []
4127
+ },
4128
+ {
4129
+ "kind": "Interface",
4130
+ "canonicalReference": "@empathyco/x-types!Redirection:interface",
4131
+ "docComment": "/**\n * A redirection (AKA Direct Link) is simply a URL. Normally, the user is just redirected to it after making a query that matches the configuration of this URL. In other cases it is shown as a button that the user can click, and which will trigger the redirect action.\n *\n * @public\n */\n",
4132
+ "excerptTokens": [
4133
+ {
4134
+ "kind": "Content",
4135
+ "text": "export interface Redirection extends "
4136
+ },
4137
+ {
4138
+ "kind": "Reference",
4139
+ "text": "NamedModel",
4140
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4141
+ },
4142
+ {
4143
+ "kind": "Content",
4144
+ "text": "<'Redirection'>"
4145
+ },
4146
+ {
4147
+ "kind": "Content",
4148
+ "text": ", "
4149
+ },
4150
+ {
4151
+ "kind": "Reference",
4152
+ "text": "Identifiable",
4153
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
4154
+ },
4155
+ {
4156
+ "kind": "Content",
4157
+ "text": ", "
4158
+ },
4159
+ {
4160
+ "kind": "Reference",
4161
+ "text": "Taggable",
4162
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3324
4163
  },
4164
+ {
4165
+ "kind": "Content",
4166
+ "text": " "
4167
+ }
4168
+ ],
4169
+ "releaseTag": "Public",
4170
+ "name": "Redirection",
4171
+ "members": [
3325
4172
  {
3326
4173
  "kind": "PropertySignature",
3327
4174
  "canonicalReference": "@empathyco/x-types!Redirection#url:member",
@@ -3356,7 +4203,11 @@
3356
4203
  },
3357
4204
  {
3358
4205
  "startIndex": 4,
3359
- "endIndex": 6
4206
+ "endIndex": 5
4207
+ },
4208
+ {
4209
+ "startIndex": 6,
4210
+ "endIndex": 8
3360
4211
  }
3361
4212
  ]
3362
4213
  },
@@ -3419,38 +4270,12 @@
3419
4270
  "members": [
3420
4271
  {
3421
4272
  "kind": "PropertySignature",
3422
- "canonicalReference": "@empathyco/x-types!RelatedTag#previous:member",
3423
- "docComment": "/**\n * The query to refine.\n */\n",
3424
- "excerptTokens": [
3425
- {
3426
- "kind": "Content",
3427
- "text": "previous: "
3428
- },
3429
- {
3430
- "kind": "Content",
3431
- "text": "string"
3432
- },
3433
- {
3434
- "kind": "Content",
3435
- "text": ";"
3436
- }
3437
- ],
3438
- "isOptional": false,
3439
- "releaseTag": "Public",
3440
- "name": "previous",
3441
- "propertyTypeTokenRange": {
3442
- "startIndex": 1,
3443
- "endIndex": 2
3444
- }
3445
- },
3446
- {
3447
- "kind": "PropertySignature",
3448
- "canonicalReference": "@empathyco/x-types!RelatedTag#selected:member",
3449
- "docComment": "/**\n * If selection mode is enabled, tells if this related tag is selected or not.\n */\n",
4273
+ "canonicalReference": "@empathyco/x-types!RelatedTag#isCurated:member",
4274
+ "docComment": "/**\n * If it's a curated related tag.\n */\n",
3450
4275
  "excerptTokens": [
3451
4276
  {
3452
4277
  "kind": "Content",
3453
- "text": "selected: "
4278
+ "text": "isCurated?: "
3454
4279
  },
3455
4280
  {
3456
4281
  "kind": "Content",
@@ -3461,9 +4286,9 @@
3461
4286
  "text": ";"
3462
4287
  }
3463
4288
  ],
3464
- "isOptional": false,
4289
+ "isOptional": true,
3465
4290
  "releaseTag": "Public",
3466
- "name": "selected",
4291
+ "name": "isCurated",
3467
4292
  "propertyTypeTokenRange": {
3468
4293
  "startIndex": 1,
3469
4294
  "endIndex": 2
@@ -3529,6 +4354,108 @@
3529
4354
  "endIndex": 2
3530
4355
  }
3531
4356
  },
4357
+ {
4358
+ "kind": "Interface",
4359
+ "canonicalReference": "@empathyco/x-types!RelatedTagsRequest:interface",
4360
+ "docComment": "/**\n * Request for Related Tags endpoint.\n *\n * @public\n */\n",
4361
+ "excerptTokens": [
4362
+ {
4363
+ "kind": "Content",
4364
+ "text": "export interface RelatedTagsRequest extends "
4365
+ },
4366
+ {
4367
+ "kind": "Reference",
4368
+ "text": "QueryableRequest",
4369
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
4370
+ },
4371
+ {
4372
+ "kind": "Content",
4373
+ "text": ", "
4374
+ },
4375
+ {
4376
+ "kind": "Reference",
4377
+ "text": "PageableRequest",
4378
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
4379
+ },
4380
+ {
4381
+ "kind": "Content",
4382
+ "text": ", "
4383
+ },
4384
+ {
4385
+ "kind": "Reference",
4386
+ "text": "ExtraParamsRequest",
4387
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
4388
+ },
4389
+ {
4390
+ "kind": "Content",
4391
+ "text": " "
4392
+ }
4393
+ ],
4394
+ "releaseTag": "Public",
4395
+ "name": "RelatedTagsRequest",
4396
+ "members": [],
4397
+ "extendsTokenRanges": [
4398
+ {
4399
+ "startIndex": 1,
4400
+ "endIndex": 2
4401
+ },
4402
+ {
4403
+ "startIndex": 3,
4404
+ "endIndex": 4
4405
+ },
4406
+ {
4407
+ "startIndex": 5,
4408
+ "endIndex": 7
4409
+ }
4410
+ ]
4411
+ },
4412
+ {
4413
+ "kind": "Interface",
4414
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse:interface",
4415
+ "docComment": "/**\n * Response for the related tags endpoint.\n *\n * @public\n */\n",
4416
+ "excerptTokens": [
4417
+ {
4418
+ "kind": "Content",
4419
+ "text": "export interface RelatedTagsResponse "
4420
+ }
4421
+ ],
4422
+ "releaseTag": "Public",
4423
+ "name": "RelatedTagsResponse",
4424
+ "members": [
4425
+ {
4426
+ "kind": "PropertySignature",
4427
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse#relatedTags:member",
4428
+ "docComment": "",
4429
+ "excerptTokens": [
4430
+ {
4431
+ "kind": "Content",
4432
+ "text": "relatedTags: "
4433
+ },
4434
+ {
4435
+ "kind": "Reference",
4436
+ "text": "RelatedTag",
4437
+ "canonicalReference": "@empathyco/x-types!RelatedTag:interface"
4438
+ },
4439
+ {
4440
+ "kind": "Content",
4441
+ "text": "[]"
4442
+ },
4443
+ {
4444
+ "kind": "Content",
4445
+ "text": ";"
4446
+ }
4447
+ ],
4448
+ "isOptional": false,
4449
+ "releaseTag": "Public",
4450
+ "name": "relatedTags",
4451
+ "propertyTypeTokenRange": {
4452
+ "startIndex": 1,
4453
+ "endIndex": 3
4454
+ }
4455
+ }
4456
+ ],
4457
+ "extendsTokenRanges": []
4458
+ },
3532
4459
  {
3533
4460
  "kind": "Interface",
3534
4461
  "canonicalReference": "@empathyco/x-types!Result:interface",
@@ -3556,6 +4483,15 @@
3556
4483
  "text": "Identifiable",
3557
4484
  "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3558
4485
  },
4486
+ {
4487
+ "kind": "Content",
4488
+ "text": ", "
4489
+ },
4490
+ {
4491
+ "kind": "Reference",
4492
+ "text": "Taggable",
4493
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
4494
+ },
3559
4495
  {
3560
4496
  "kind": "Content",
3561
4497
  "text": " "
@@ -3571,7 +4507,7 @@
3571
4507
  "excerptTokens": [
3572
4508
  {
3573
4509
  "kind": "Content",
3574
- "text": "identifier: "
4510
+ "text": "identifier?: "
3575
4511
  },
3576
4512
  {
3577
4513
  "kind": "Reference",
@@ -3583,7 +4519,7 @@
3583
4519
  "text": ";"
3584
4520
  }
3585
4521
  ],
3586
- "isOptional": false,
4522
+ "isOptional": true,
3587
4523
  "releaseTag": "Public",
3588
4524
  "name": "identifier",
3589
4525
  "propertyTypeTokenRange": {
@@ -3598,7 +4534,7 @@
3598
4534
  "excerptTokens": [
3599
4535
  {
3600
4536
  "kind": "Content",
3601
- "text": "images: "
4537
+ "text": "images?: "
3602
4538
  },
3603
4539
  {
3604
4540
  "kind": "Content",
@@ -3609,7 +4545,7 @@
3609
4545
  "text": ";"
3610
4546
  }
3611
4547
  ],
3612
- "isOptional": false,
4548
+ "isOptional": true,
3613
4549
  "releaseTag": "Public",
3614
4550
  "name": "images",
3615
4551
  "propertyTypeTokenRange": {
@@ -3624,7 +4560,7 @@
3624
4560
  "excerptTokens": [
3625
4561
  {
3626
4562
  "kind": "Content",
3627
- "text": "isWishlisted: "
4563
+ "text": "isWishlisted?: "
3628
4564
  },
3629
4565
  {
3630
4566
  "kind": "Content",
@@ -3635,7 +4571,7 @@
3635
4571
  "text": ";"
3636
4572
  }
3637
4573
  ],
3638
- "isOptional": false,
4574
+ "isOptional": true,
3639
4575
  "releaseTag": "Public",
3640
4576
  "name": "isWishlisted",
3641
4577
  "propertyTypeTokenRange": {
@@ -3650,7 +4586,7 @@
3650
4586
  "excerptTokens": [
3651
4587
  {
3652
4588
  "kind": "Content",
3653
- "text": "name: "
4589
+ "text": "name?: "
3654
4590
  },
3655
4591
  {
3656
4592
  "kind": "Content",
@@ -3661,7 +4597,7 @@
3661
4597
  "text": ";"
3662
4598
  }
3663
4599
  ],
3664
- "isOptional": false,
4600
+ "isOptional": true,
3665
4601
  "releaseTag": "Public",
3666
4602
  "name": "name",
3667
4603
  "propertyTypeTokenRange": {
@@ -3676,7 +4612,7 @@
3676
4612
  "excerptTokens": [
3677
4613
  {
3678
4614
  "kind": "Content",
3679
- "text": "price: "
4615
+ "text": "price?: "
3680
4616
  },
3681
4617
  {
3682
4618
  "kind": "Reference",
@@ -3688,7 +4624,7 @@
3688
4624
  "text": ";"
3689
4625
  }
3690
4626
  ],
3691
- "isOptional": false,
4627
+ "isOptional": true,
3692
4628
  "releaseTag": "Public",
3693
4629
  "name": "price",
3694
4630
  "propertyTypeTokenRange": {
@@ -3703,7 +4639,7 @@
3703
4639
  "excerptTokens": [
3704
4640
  {
3705
4641
  "kind": "Content",
3706
- "text": "rating: "
4642
+ "text": "rating?: "
3707
4643
  },
3708
4644
  {
3709
4645
  "kind": "Reference",
@@ -3715,7 +4651,7 @@
3715
4651
  "text": ";"
3716
4652
  }
3717
4653
  ],
3718
- "isOptional": false,
4654
+ "isOptional": true,
3719
4655
  "releaseTag": "Public",
3720
4656
  "name": "rating",
3721
4657
  "propertyTypeTokenRange": {
@@ -3725,26 +4661,25 @@
3725
4661
  },
3726
4662
  {
3727
4663
  "kind": "PropertySignature",
3728
- "canonicalReference": "@empathyco/x-types!Result#tagging:member",
3729
- "docComment": "/**\n * {@link ResultTagging | Result tagging}.\n */\n",
4664
+ "canonicalReference": "@empathyco/x-types!Result#type:member",
4665
+ "docComment": "/**\n * The type of the result: product, article, pack, etc...\n */\n",
3730
4666
  "excerptTokens": [
3731
4667
  {
3732
4668
  "kind": "Content",
3733
- "text": "tagging: "
4669
+ "text": "type?: "
3734
4670
  },
3735
4671
  {
3736
- "kind": "Reference",
3737
- "text": "ResultTagging",
3738
- "canonicalReference": "@empathyco/x-types!ResultTagging:interface"
4672
+ "kind": "Content",
4673
+ "text": "string"
3739
4674
  },
3740
4675
  {
3741
4676
  "kind": "Content",
3742
4677
  "text": ";"
3743
4678
  }
3744
4679
  ],
3745
- "isOptional": false,
4680
+ "isOptional": true,
3746
4681
  "releaseTag": "Public",
3747
- "name": "tagging",
4682
+ "name": "type",
3748
4683
  "propertyTypeTokenRange": {
3749
4684
  "startIndex": 1,
3750
4685
  "endIndex": 2
@@ -3752,12 +4687,12 @@
3752
4687
  },
3753
4688
  {
3754
4689
  "kind": "PropertySignature",
3755
- "canonicalReference": "@empathyco/x-types!Result#type:member",
3756
- "docComment": "/**\n * The type of the result: product, article, pack, etc...\n */\n",
4690
+ "canonicalReference": "@empathyco/x-types!Result#url:member",
4691
+ "docComment": "/**\n * Result URL to redirect to PDP.\n */\n",
3757
4692
  "excerptTokens": [
3758
4693
  {
3759
4694
  "kind": "Content",
3760
- "text": "type: "
4695
+ "text": "url?: "
3761
4696
  },
3762
4697
  {
3763
4698
  "kind": "Content",
@@ -3768,9 +4703,9 @@
3768
4703
  "text": ";"
3769
4704
  }
3770
4705
  ],
3771
- "isOptional": false,
4706
+ "isOptional": true,
3772
4707
  "releaseTag": "Public",
3773
- "name": "type",
4708
+ "name": "url",
3774
4709
  "propertyTypeTokenRange": {
3775
4710
  "startIndex": 1,
3776
4711
  "endIndex": 2
@@ -3778,28 +4713,33 @@
3778
4713
  },
3779
4714
  {
3780
4715
  "kind": "PropertySignature",
3781
- "canonicalReference": "@empathyco/x-types!Result#url:member",
3782
- "docComment": "/**\n * Result URL to redirect to PDP.\n */\n",
4716
+ "canonicalReference": "@empathyco/x-types!Result#variants:member",
4717
+ "docComment": "/**\n * {@link ResultVariant | Variants of the result}.\n */\n",
3783
4718
  "excerptTokens": [
3784
4719
  {
3785
4720
  "kind": "Content",
3786
- "text": "url: "
4721
+ "text": "variants?: "
4722
+ },
4723
+ {
4724
+ "kind": "Reference",
4725
+ "text": "ResultVariant",
4726
+ "canonicalReference": "@empathyco/x-types!ResultVariant:interface"
3787
4727
  },
3788
4728
  {
3789
4729
  "kind": "Content",
3790
- "text": "string"
4730
+ "text": "[]"
3791
4731
  },
3792
4732
  {
3793
4733
  "kind": "Content",
3794
4734
  "text": ";"
3795
4735
  }
3796
4736
  ],
3797
- "isOptional": false,
4737
+ "isOptional": true,
3798
4738
  "releaseTag": "Public",
3799
- "name": "url",
4739
+ "name": "variants",
3800
4740
  "propertyTypeTokenRange": {
3801
4741
  "startIndex": 1,
3802
- "endIndex": 2
4742
+ "endIndex": 3
3803
4743
  }
3804
4744
  }
3805
4745
  ],
@@ -3810,7 +4750,11 @@
3810
4750
  },
3811
4751
  {
3812
4752
  "startIndex": 4,
3813
- "endIndex": 6
4753
+ "endIndex": 5
4754
+ },
4755
+ {
4756
+ "startIndex": 6,
4757
+ "endIndex": 8
3814
4758
  }
3815
4759
  ]
3816
4760
  },
@@ -4016,33 +4960,814 @@
4016
4960
  },
4017
4961
  {
4018
4962
  "kind": "Interface",
4019
- "canonicalReference": "@empathyco/x-types!ResultTagging:interface",
4020
- "docComment": "/**\n * The result tagging events.\n *\n * @public\n */\n",
4963
+ "canonicalReference": "@empathyco/x-types!ResultVariant:interface",
4964
+ "docComment": "/**\n * A result variant.\n *\n * @public\n */\n",
4021
4965
  "excerptTokens": [
4022
4966
  {
4023
4967
  "kind": "Content",
4024
- "text": "export interface ResultTagging "
4025
- }
4026
- ],
4027
- "releaseTag": "Public",
4028
- "name": "ResultTagging",
4029
- "members": [
4968
+ "text": "export interface ResultVariant extends "
4969
+ },
4030
4970
  {
4031
- "kind": "IndexSignature",
4032
- "canonicalReference": "@empathyco/x-types!ResultTagging:index(1)",
4033
- "docComment": "/**\n * Any other {@link Tagging | tagging} key-value.\n */\n",
4034
- "excerptTokens": [
4035
- {
4036
- "kind": "Content",
4037
- "text": "[key: "
4038
- },
4971
+ "kind": "Reference",
4972
+ "text": "Omit",
4973
+ "canonicalReference": "!Omit:type"
4974
+ },
4975
+ {
4976
+ "kind": "Content",
4977
+ "text": "<"
4978
+ },
4979
+ {
4980
+ "kind": "Reference",
4981
+ "text": "Result",
4982
+ "canonicalReference": "@empathyco/x-types!Result:interface"
4983
+ },
4984
+ {
4985
+ "kind": "Content",
4986
+ "text": ", 'id' | 'modelName' | 'tagging'> "
4987
+ }
4988
+ ],
4989
+ "releaseTag": "Public",
4990
+ "name": "ResultVariant",
4991
+ "members": [],
4992
+ "extendsTokenRanges": [
4993
+ {
4994
+ "startIndex": 1,
4995
+ "endIndex": 5
4996
+ }
4997
+ ]
4998
+ },
4999
+ {
5000
+ "kind": "Interface",
5001
+ "canonicalReference": "@empathyco/x-types!SearchRequest:interface",
5002
+ "docComment": "/**\n * The Request for the Search endpoint.\n *\n * @public\n */\n",
5003
+ "excerptTokens": [
5004
+ {
5005
+ "kind": "Content",
5006
+ "text": "export interface SearchRequest extends "
5007
+ },
5008
+ {
5009
+ "kind": "Reference",
5010
+ "text": "QueryableRequest",
5011
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
5012
+ },
5013
+ {
5014
+ "kind": "Content",
5015
+ "text": ", "
5016
+ },
5017
+ {
5018
+ "kind": "Reference",
5019
+ "text": "FilterableRequest",
5020
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
5021
+ },
5022
+ {
5023
+ "kind": "Content",
5024
+ "text": ", "
5025
+ },
5026
+ {
5027
+ "kind": "Reference",
5028
+ "text": "PageableRequest",
5029
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
5030
+ },
5031
+ {
5032
+ "kind": "Content",
5033
+ "text": ", "
5034
+ },
5035
+ {
5036
+ "kind": "Reference",
5037
+ "text": "SortableRequest",
5038
+ "canonicalReference": "@empathyco/x-types!SortableRequest:interface"
5039
+ },
5040
+ {
5041
+ "kind": "Content",
5042
+ "text": ", "
5043
+ },
5044
+ {
5045
+ "kind": "Reference",
5046
+ "text": "TrackableRequest",
5047
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
5048
+ },
5049
+ {
5050
+ "kind": "Content",
5051
+ "text": ", "
5052
+ },
5053
+ {
5054
+ "kind": "Reference",
5055
+ "text": "ExtraParamsRequest",
5056
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
5057
+ },
5058
+ {
5059
+ "kind": "Content",
5060
+ "text": " "
5061
+ }
5062
+ ],
5063
+ "releaseTag": "Public",
5064
+ "name": "SearchRequest",
5065
+ "members": [],
5066
+ "extendsTokenRanges": [
5067
+ {
5068
+ "startIndex": 1,
5069
+ "endIndex": 2
5070
+ },
5071
+ {
5072
+ "startIndex": 3,
5073
+ "endIndex": 4
5074
+ },
5075
+ {
5076
+ "startIndex": 5,
5077
+ "endIndex": 6
5078
+ },
5079
+ {
5080
+ "startIndex": 7,
5081
+ "endIndex": 8
5082
+ },
5083
+ {
5084
+ "startIndex": 9,
5085
+ "endIndex": 10
5086
+ },
5087
+ {
5088
+ "startIndex": 11,
5089
+ "endIndex": 13
5090
+ }
5091
+ ]
5092
+ },
5093
+ {
5094
+ "kind": "Interface",
5095
+ "canonicalReference": "@empathyco/x-types!SearchResponse:interface",
5096
+ "docComment": "/**\n * Response for the search endpoint.\n *\n * @public\n */\n",
5097
+ "excerptTokens": [
5098
+ {
5099
+ "kind": "Content",
5100
+ "text": "export interface SearchResponse "
5101
+ }
5102
+ ],
5103
+ "releaseTag": "Public",
5104
+ "name": "SearchResponse",
5105
+ "members": [
5106
+ {
5107
+ "kind": "PropertySignature",
5108
+ "canonicalReference": "@empathyco/x-types!SearchResponse#banners:member",
5109
+ "docComment": "",
5110
+ "excerptTokens": [
5111
+ {
5112
+ "kind": "Content",
5113
+ "text": "banners?: "
5114
+ },
5115
+ {
5116
+ "kind": "Reference",
5117
+ "text": "Banner",
5118
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
5119
+ },
5120
+ {
5121
+ "kind": "Content",
5122
+ "text": "[]"
5123
+ },
5124
+ {
5125
+ "kind": "Content",
5126
+ "text": ";"
5127
+ }
5128
+ ],
5129
+ "isOptional": true,
5130
+ "releaseTag": "Public",
5131
+ "name": "banners",
5132
+ "propertyTypeTokenRange": {
5133
+ "startIndex": 1,
5134
+ "endIndex": 3
5135
+ }
5136
+ },
5137
+ {
5138
+ "kind": "PropertySignature",
5139
+ "canonicalReference": "@empathyco/x-types!SearchResponse#facets:member",
5140
+ "docComment": "",
5141
+ "excerptTokens": [
5142
+ {
5143
+ "kind": "Content",
5144
+ "text": "facets?: "
5145
+ },
5146
+ {
5147
+ "kind": "Reference",
5148
+ "text": "Facet",
5149
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
5150
+ },
5151
+ {
5152
+ "kind": "Content",
5153
+ "text": "[]"
5154
+ },
5155
+ {
5156
+ "kind": "Content",
5157
+ "text": ";"
5158
+ }
5159
+ ],
5160
+ "isOptional": true,
5161
+ "releaseTag": "Public",
5162
+ "name": "facets",
5163
+ "propertyTypeTokenRange": {
5164
+ "startIndex": 1,
5165
+ "endIndex": 3
5166
+ }
5167
+ },
5168
+ {
5169
+ "kind": "PropertySignature",
5170
+ "canonicalReference": "@empathyco/x-types!SearchResponse#partialResults:member",
5171
+ "docComment": "",
5172
+ "excerptTokens": [
5173
+ {
5174
+ "kind": "Content",
5175
+ "text": "partialResults?: "
5176
+ },
5177
+ {
5178
+ "kind": "Reference",
5179
+ "text": "PartialResult",
5180
+ "canonicalReference": "@empathyco/x-types!PartialResult:interface"
5181
+ },
5182
+ {
5183
+ "kind": "Content",
5184
+ "text": "[]"
5185
+ },
5186
+ {
5187
+ "kind": "Content",
5188
+ "text": ";"
5189
+ }
5190
+ ],
5191
+ "isOptional": true,
5192
+ "releaseTag": "Public",
5193
+ "name": "partialResults",
5194
+ "propertyTypeTokenRange": {
5195
+ "startIndex": 1,
5196
+ "endIndex": 3
5197
+ }
5198
+ },
5199
+ {
5200
+ "kind": "PropertySignature",
5201
+ "canonicalReference": "@empathyco/x-types!SearchResponse#promoteds:member",
5202
+ "docComment": "",
5203
+ "excerptTokens": [
5204
+ {
5205
+ "kind": "Content",
5206
+ "text": "promoteds?: "
5207
+ },
5208
+ {
5209
+ "kind": "Reference",
5210
+ "text": "Promoted",
5211
+ "canonicalReference": "@empathyco/x-types!Promoted:interface"
5212
+ },
5213
+ {
5214
+ "kind": "Content",
5215
+ "text": "[]"
5216
+ },
5217
+ {
5218
+ "kind": "Content",
5219
+ "text": ";"
5220
+ }
5221
+ ],
5222
+ "isOptional": true,
5223
+ "releaseTag": "Public",
5224
+ "name": "promoteds",
5225
+ "propertyTypeTokenRange": {
5226
+ "startIndex": 1,
5227
+ "endIndex": 3
5228
+ }
5229
+ },
5230
+ {
5231
+ "kind": "PropertySignature",
5232
+ "canonicalReference": "@empathyco/x-types!SearchResponse#queryTagging:member",
5233
+ "docComment": "",
5234
+ "excerptTokens": [
5235
+ {
5236
+ "kind": "Content",
5237
+ "text": "queryTagging?: "
5238
+ },
5239
+ {
5240
+ "kind": "Reference",
5241
+ "text": "TaggingRequest",
5242
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5243
+ },
5244
+ {
5245
+ "kind": "Content",
5246
+ "text": ";"
5247
+ }
5248
+ ],
5249
+ "isOptional": true,
5250
+ "releaseTag": "Public",
5251
+ "name": "queryTagging",
5252
+ "propertyTypeTokenRange": {
5253
+ "startIndex": 1,
5254
+ "endIndex": 2
5255
+ }
5256
+ },
5257
+ {
5258
+ "kind": "PropertySignature",
5259
+ "canonicalReference": "@empathyco/x-types!SearchResponse#redirections:member",
5260
+ "docComment": "",
5261
+ "excerptTokens": [
5262
+ {
5263
+ "kind": "Content",
5264
+ "text": "redirections?: "
5265
+ },
5266
+ {
5267
+ "kind": "Reference",
5268
+ "text": "Redirection",
5269
+ "canonicalReference": "@empathyco/x-types!Redirection:interface"
5270
+ },
5271
+ {
5272
+ "kind": "Content",
5273
+ "text": "[]"
5274
+ },
5275
+ {
5276
+ "kind": "Content",
5277
+ "text": ";"
5278
+ }
5279
+ ],
5280
+ "isOptional": true,
5281
+ "releaseTag": "Public",
5282
+ "name": "redirections",
5283
+ "propertyTypeTokenRange": {
5284
+ "startIndex": 1,
5285
+ "endIndex": 3
5286
+ }
5287
+ },
5288
+ {
5289
+ "kind": "PropertySignature",
5290
+ "canonicalReference": "@empathyco/x-types!SearchResponse#results:member",
5291
+ "docComment": "",
5292
+ "excerptTokens": [
5293
+ {
5294
+ "kind": "Content",
5295
+ "text": "results: "
5296
+ },
5297
+ {
5298
+ "kind": "Reference",
5299
+ "text": "Result",
5300
+ "canonicalReference": "@empathyco/x-types!Result:interface"
5301
+ },
5302
+ {
5303
+ "kind": "Content",
5304
+ "text": "[]"
5305
+ },
5306
+ {
5307
+ "kind": "Content",
5308
+ "text": ";"
5309
+ }
5310
+ ],
5311
+ "isOptional": false,
5312
+ "releaseTag": "Public",
5313
+ "name": "results",
5314
+ "propertyTypeTokenRange": {
5315
+ "startIndex": 1,
5316
+ "endIndex": 3
5317
+ }
5318
+ },
5319
+ {
5320
+ "kind": "PropertySignature",
5321
+ "canonicalReference": "@empathyco/x-types!SearchResponse#spellcheck:member",
5322
+ "docComment": "",
5323
+ "excerptTokens": [
5324
+ {
5325
+ "kind": "Content",
5326
+ "text": "spellcheck?: "
5327
+ },
5328
+ {
5329
+ "kind": "Content",
5330
+ "text": "string"
5331
+ },
5332
+ {
5333
+ "kind": "Content",
5334
+ "text": ";"
5335
+ }
5336
+ ],
5337
+ "isOptional": true,
5338
+ "releaseTag": "Public",
5339
+ "name": "spellcheck",
5340
+ "propertyTypeTokenRange": {
5341
+ "startIndex": 1,
5342
+ "endIndex": 2
5343
+ }
5344
+ },
5345
+ {
5346
+ "kind": "PropertySignature",
5347
+ "canonicalReference": "@empathyco/x-types!SearchResponse#totalResults:member",
5348
+ "docComment": "",
5349
+ "excerptTokens": [
5350
+ {
5351
+ "kind": "Content",
5352
+ "text": "totalResults: "
5353
+ },
5354
+ {
5355
+ "kind": "Content",
5356
+ "text": "number"
5357
+ },
5358
+ {
5359
+ "kind": "Content",
5360
+ "text": ";"
5361
+ }
5362
+ ],
5363
+ "isOptional": false,
5364
+ "releaseTag": "Public",
5365
+ "name": "totalResults",
5366
+ "propertyTypeTokenRange": {
5367
+ "startIndex": 1,
5368
+ "endIndex": 2
5369
+ }
5370
+ }
5371
+ ],
5372
+ "extendsTokenRanges": []
5373
+ },
5374
+ {
5375
+ "kind": "Interface",
5376
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
5377
+ "docComment": "/**\n * Simple facet is a trait for filtering results. It extends from {@link Facet}, changes the modelName and uses {@link SimpleFilter} as filters.\n *\n * @public\n */\n",
5378
+ "excerptTokens": [
5379
+ {
5380
+ "kind": "Content",
5381
+ "text": "export interface SimpleFacet extends "
5382
+ },
5383
+ {
5384
+ "kind": "Reference",
5385
+ "text": "Facet",
5386
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
5387
+ },
5388
+ {
5389
+ "kind": "Content",
5390
+ "text": " "
5391
+ }
5392
+ ],
5393
+ "releaseTag": "Public",
5394
+ "name": "SimpleFacet",
5395
+ "members": [
5396
+ {
5397
+ "kind": "PropertySignature",
5398
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
5399
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
5400
+ "excerptTokens": [
5401
+ {
5402
+ "kind": "Content",
5403
+ "text": "filters: "
5404
+ },
5405
+ {
5406
+ "kind": "Reference",
5407
+ "text": "SimpleFilter",
5408
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
5409
+ },
5410
+ {
5411
+ "kind": "Content",
5412
+ "text": "[]"
5413
+ },
5414
+ {
5415
+ "kind": "Content",
5416
+ "text": ";"
5417
+ }
5418
+ ],
5419
+ "isOptional": false,
5420
+ "releaseTag": "Public",
5421
+ "name": "filters",
5422
+ "propertyTypeTokenRange": {
5423
+ "startIndex": 1,
5424
+ "endIndex": 3
5425
+ }
5426
+ },
5427
+ {
5428
+ "kind": "PropertySignature",
5429
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#modelName:member",
5430
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
5431
+ "excerptTokens": [
5432
+ {
5433
+ "kind": "Content",
5434
+ "text": "modelName: "
5435
+ },
5436
+ {
5437
+ "kind": "Content",
5438
+ "text": "'SimpleFacet'"
5439
+ },
5440
+ {
5441
+ "kind": "Content",
5442
+ "text": ";"
5443
+ }
5444
+ ],
5445
+ "isOptional": false,
5446
+ "releaseTag": "Public",
5447
+ "name": "modelName",
5448
+ "propertyTypeTokenRange": {
5449
+ "startIndex": 1,
5450
+ "endIndex": 2
5451
+ }
5452
+ }
5453
+ ],
5454
+ "extendsTokenRanges": [
5455
+ {
5456
+ "startIndex": 1,
5457
+ "endIndex": 3
5458
+ }
5459
+ ]
5460
+ },
5461
+ {
5462
+ "kind": "Variable",
5463
+ "canonicalReference": "@empathyco/x-types!SimpleFacetSchema:var",
5464
+ "docComment": "/**\n * Jest schema for validating SimpleFacet entity.\n *\n * @public\n */\n",
5465
+ "excerptTokens": [
5466
+ {
5467
+ "kind": "Content",
5468
+ "text": "SimpleFacetSchema: "
5469
+ },
5470
+ {
5471
+ "kind": "Reference",
5472
+ "text": "SimpleFacet",
5473
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface"
5474
+ }
5475
+ ],
5476
+ "releaseTag": "Public",
5477
+ "name": "SimpleFacetSchema",
5478
+ "variableTypeTokenRange": {
5479
+ "startIndex": 1,
5480
+ "endIndex": 2
5481
+ }
5482
+ },
5483
+ {
5484
+ "kind": "Interface",
5485
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface",
5486
+ "docComment": "/**\n * A type of filter used in {@link SimpleFacet} and extends from {@link Filter}. It can be selected or not.\n *\n * @public\n */\n",
5487
+ "excerptTokens": [
5488
+ {
5489
+ "kind": "Content",
5490
+ "text": "export interface SimpleFilter extends "
5491
+ },
5492
+ {
5493
+ "kind": "Reference",
5494
+ "text": "BooleanFilter",
5495
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
5496
+ },
5497
+ {
5498
+ "kind": "Content",
5499
+ "text": " "
5500
+ }
5501
+ ],
5502
+ "releaseTag": "Public",
5503
+ "name": "SimpleFilter",
5504
+ "members": [
5505
+ {
5506
+ "kind": "PropertySignature",
5507
+ "canonicalReference": "@empathyco/x-types!SimpleFilter#modelName:member",
5508
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
5509
+ "excerptTokens": [
5510
+ {
5511
+ "kind": "Content",
5512
+ "text": "modelName: "
5513
+ },
5514
+ {
5515
+ "kind": "Content",
5516
+ "text": "'SimpleFilter'"
5517
+ },
5518
+ {
5519
+ "kind": "Content",
5520
+ "text": ";"
5521
+ }
5522
+ ],
5523
+ "isOptional": false,
5524
+ "releaseTag": "Public",
5525
+ "name": "modelName",
5526
+ "propertyTypeTokenRange": {
5527
+ "startIndex": 1,
5528
+ "endIndex": 2
5529
+ }
5530
+ }
5531
+ ],
5532
+ "extendsTokenRanges": [
5533
+ {
5534
+ "startIndex": 1,
5535
+ "endIndex": 3
5536
+ }
5537
+ ]
5538
+ },
5539
+ {
5540
+ "kind": "Variable",
5541
+ "canonicalReference": "@empathyco/x-types!SimpleFilterSchema:var",
5542
+ "docComment": "/**\n * Jest schema for validating SimpleFilter entity.\n *\n * @public\n */\n",
5543
+ "excerptTokens": [
5544
+ {
5545
+ "kind": "Content",
5546
+ "text": "SimpleFilterSchema: "
5547
+ },
5548
+ {
5549
+ "kind": "Reference",
5550
+ "text": "SimpleFilter",
5551
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
5552
+ }
5553
+ ],
5554
+ "releaseTag": "Public",
5555
+ "name": "SimpleFilterSchema",
5556
+ "variableTypeTokenRange": {
5557
+ "startIndex": 1,
5558
+ "endIndex": 2
5559
+ }
5560
+ },
5561
+ {
5562
+ "kind": "TypeAlias",
5563
+ "canonicalReference": "@empathyco/x-types!Sort:type",
5564
+ "docComment": "/**\n * The Sort model represents a way of arranging a list of items.\n *\n * @public\n */\n",
5565
+ "excerptTokens": [
5566
+ {
5567
+ "kind": "Content",
5568
+ "text": "export declare type Sort = "
5569
+ },
5570
+ {
5571
+ "kind": "Content",
5572
+ "text": "string"
5573
+ },
5574
+ {
5575
+ "kind": "Content",
5576
+ "text": ";"
5577
+ }
5578
+ ],
5579
+ "releaseTag": "Public",
5580
+ "name": "Sort",
5581
+ "typeTokenRange": {
5582
+ "startIndex": 1,
5583
+ "endIndex": 2
5584
+ }
5585
+ },
5586
+ {
5587
+ "kind": "Interface",
5588
+ "canonicalReference": "@empathyco/x-types!SortableRequest:interface",
5589
+ "docComment": "/**\n * Interface for any Request with sorting.\n *\n * @public\n */\n",
5590
+ "excerptTokens": [
5591
+ {
5592
+ "kind": "Content",
5593
+ "text": "export interface SortableRequest "
5594
+ }
5595
+ ],
5596
+ "releaseTag": "Public",
5597
+ "name": "SortableRequest",
5598
+ "members": [
5599
+ {
5600
+ "kind": "PropertySignature",
5601
+ "canonicalReference": "@empathyco/x-types!SortableRequest#sort:member",
5602
+ "docComment": "",
5603
+ "excerptTokens": [
5604
+ {
5605
+ "kind": "Content",
5606
+ "text": "sort?: "
5607
+ },
5608
+ {
5609
+ "kind": "Reference",
5610
+ "text": "Sort",
5611
+ "canonicalReference": "@empathyco/x-types!Sort:type"
5612
+ },
5613
+ {
5614
+ "kind": "Content",
5615
+ "text": ";"
5616
+ }
5617
+ ],
5618
+ "isOptional": true,
5619
+ "releaseTag": "Public",
5620
+ "name": "sort",
5621
+ "propertyTypeTokenRange": {
5622
+ "startIndex": 1,
5623
+ "endIndex": 2
5624
+ }
5625
+ }
5626
+ ],
5627
+ "extendsTokenRanges": []
5628
+ },
5629
+ {
5630
+ "kind": "Interface",
5631
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface",
5632
+ "docComment": "/**\n * A suggestion represents a query that has been proposed to the user, due of being popular, matching with the current search query...\n *\n * @public\n */\n",
5633
+ "excerptTokens": [
5634
+ {
5635
+ "kind": "Content",
5636
+ "text": "export interface Suggestion extends "
5637
+ },
5638
+ {
5639
+ "kind": "Reference",
5640
+ "text": "NamedModel",
5641
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
5642
+ },
5643
+ {
5644
+ "kind": "Content",
5645
+ "text": "<'QuerySuggestion' | 'PopularSearch'>"
5646
+ },
5647
+ {
5648
+ "kind": "Content",
5649
+ "text": ", "
5650
+ },
5651
+ {
5652
+ "kind": "Reference",
5653
+ "text": "Previewable",
5654
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
5655
+ },
5656
+ {
5657
+ "kind": "Content",
5658
+ "text": " "
5659
+ }
5660
+ ],
5661
+ "releaseTag": "Public",
5662
+ "name": "Suggestion",
5663
+ "members": [
5664
+ {
5665
+ "kind": "PropertySignature",
5666
+ "canonicalReference": "@empathyco/x-types!Suggestion#isCurated:member",
5667
+ "docComment": "/**\n * If it's a curated suggestion.\n */\n",
5668
+ "excerptTokens": [
5669
+ {
5670
+ "kind": "Content",
5671
+ "text": "isCurated?: "
5672
+ },
5673
+ {
5674
+ "kind": "Content",
5675
+ "text": "boolean"
5676
+ },
5677
+ {
5678
+ "kind": "Content",
5679
+ "text": ";"
5680
+ }
5681
+ ],
5682
+ "isOptional": true,
5683
+ "releaseTag": "Public",
5684
+ "name": "isCurated",
5685
+ "propertyTypeTokenRange": {
5686
+ "startIndex": 1,
5687
+ "endIndex": 2
5688
+ }
5689
+ },
5690
+ {
5691
+ "kind": "PropertySignature",
5692
+ "canonicalReference": "@empathyco/x-types!Suggestion#key:member",
5693
+ "docComment": "/**\n * Unique identifier of the suggestion.\n *\n * @deprecated\n *\n * - The key field should be calculated if needed using the `query` and the `facets` properties.\n */\n",
5694
+ "excerptTokens": [
5695
+ {
5696
+ "kind": "Content",
5697
+ "text": "key: "
5698
+ },
4039
5699
  {
4040
5700
  "kind": "Content",
4041
5701
  "text": "string"
4042
5702
  },
4043
5703
  {
4044
5704
  "kind": "Content",
4045
- "text": "]: "
5705
+ "text": ";"
5706
+ }
5707
+ ],
5708
+ "isOptional": false,
5709
+ "releaseTag": "Public",
5710
+ "name": "key",
5711
+ "propertyTypeTokenRange": {
5712
+ "startIndex": 1,
5713
+ "endIndex": 2
5714
+ }
5715
+ }
5716
+ ],
5717
+ "extendsTokenRanges": [
5718
+ {
5719
+ "startIndex": 1,
5720
+ "endIndex": 3
5721
+ },
5722
+ {
5723
+ "startIndex": 4,
5724
+ "endIndex": 6
5725
+ }
5726
+ ]
5727
+ },
5728
+ {
5729
+ "kind": "Variable",
5730
+ "canonicalReference": "@empathyco/x-types!SuggestionSchema:var",
5731
+ "docComment": "/**\n * Jest schema for validating Suggestion entities.\n *\n * @public\n */\n",
5732
+ "excerptTokens": [
5733
+ {
5734
+ "kind": "Content",
5735
+ "text": "SuggestionSchema: "
5736
+ },
5737
+ {
5738
+ "kind": "Reference",
5739
+ "text": "Suggestion",
5740
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
5741
+ }
5742
+ ],
5743
+ "releaseTag": "Public",
5744
+ "name": "SuggestionSchema",
5745
+ "variableTypeTokenRange": {
5746
+ "startIndex": 1,
5747
+ "endIndex": 2
5748
+ }
5749
+ },
5750
+ {
5751
+ "kind": "Interface",
5752
+ "canonicalReference": "@empathyco/x-types!Taggable:interface",
5753
+ "docComment": "/**\n * A taggable entity.\n *\n * @public\n */\n",
5754
+ "excerptTokens": [
5755
+ {
5756
+ "kind": "Content",
5757
+ "text": "export interface Taggable "
5758
+ }
5759
+ ],
5760
+ "releaseTag": "Public",
5761
+ "name": "Taggable",
5762
+ "members": [
5763
+ {
5764
+ "kind": "PropertySignature",
5765
+ "canonicalReference": "@empathyco/x-types!Taggable#tagging:member",
5766
+ "docComment": "/**\n * Tagging object containing the different taggable events.\n */\n",
5767
+ "excerptTokens": [
5768
+ {
5769
+ "kind": "Content",
5770
+ "text": "tagging?: "
4046
5771
  },
4047
5772
  {
4048
5773
  "kind": "Reference",
@@ -4054,9 +5779,86 @@
4054
5779
  "text": ";"
4055
5780
  }
4056
5781
  ],
5782
+ "isOptional": true,
5783
+ "releaseTag": "Public",
5784
+ "name": "tagging",
5785
+ "propertyTypeTokenRange": {
5786
+ "startIndex": 1,
5787
+ "endIndex": 2
5788
+ }
5789
+ }
5790
+ ],
5791
+ "extendsTokenRanges": []
5792
+ },
5793
+ {
5794
+ "kind": "Variable",
5795
+ "canonicalReference": "@empathyco/x-types!TaggableSchema:var",
5796
+ "docComment": "/**\n * Jest schema for validating Taggable entities.\n *\n * @public\n */\n",
5797
+ "excerptTokens": [
5798
+ {
5799
+ "kind": "Content",
5800
+ "text": "TaggableSchema: "
5801
+ },
5802
+ {
5803
+ "kind": "Reference",
5804
+ "text": "Taggable",
5805
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
5806
+ }
5807
+ ],
5808
+ "releaseTag": "Public",
5809
+ "name": "TaggableSchema",
5810
+ "variableTypeTokenRange": {
5811
+ "startIndex": 1,
5812
+ "endIndex": 2
5813
+ }
5814
+ },
5815
+ {
5816
+ "kind": "Interface",
5817
+ "canonicalReference": "@empathyco/x-types!Tagging:interface",
5818
+ "docComment": "/**\n * The tagging user actions.\n *\n * @public\n */\n",
5819
+ "excerptTokens": [
5820
+ {
5821
+ "kind": "Content",
5822
+ "text": "export interface Tagging "
5823
+ }
5824
+ ],
5825
+ "releaseTag": "Public",
5826
+ "name": "Tagging",
5827
+ "members": [
5828
+ {
5829
+ "kind": "IndexSignature",
5830
+ "canonicalReference": "@empathyco/x-types!Tagging:index(1)",
5831
+ "docComment": "/**\n * Any other {@link TaggingRequest | tagging} key-value.\n */\n",
5832
+ "excerptTokens": [
5833
+ {
5834
+ "kind": "Content",
5835
+ "text": "[key: "
5836
+ },
5837
+ {
5838
+ "kind": "Content",
5839
+ "text": "string"
5840
+ },
5841
+ {
5842
+ "kind": "Content",
5843
+ "text": "]: "
5844
+ },
5845
+ {
5846
+ "kind": "Reference",
5847
+ "text": "TaggingRequest",
5848
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5849
+ },
5850
+ {
5851
+ "kind": "Content",
5852
+ "text": " | undefined"
5853
+ },
5854
+ {
5855
+ "kind": "Content",
5856
+ "text": ";"
5857
+ }
5858
+ ],
4057
5859
  "returnTypeTokenRange": {
4058
5860
  "startIndex": 3,
4059
- "endIndex": 4
5861
+ "endIndex": 5
4060
5862
  },
4061
5863
  "releaseTag": "Public",
4062
5864
  "overloadIndex": 1,
@@ -4072,24 +5874,24 @@
4072
5874
  },
4073
5875
  {
4074
5876
  "kind": "PropertySignature",
4075
- "canonicalReference": "@empathyco/x-types!ResultTagging#add2cart:member",
4076
- "docComment": "/**\n * {@link Tagging | add to cart tagging}.\n */\n",
5877
+ "canonicalReference": "@empathyco/x-types!Tagging#add2cart:member",
5878
+ "docComment": "/**\n * {@link TaggingRequest | add to cart tagging}.\n */\n",
4077
5879
  "excerptTokens": [
4078
5880
  {
4079
5881
  "kind": "Content",
4080
- "text": "add2cart: "
5882
+ "text": "add2cart?: "
4081
5883
  },
4082
5884
  {
4083
5885
  "kind": "Reference",
4084
- "text": "Tagging",
4085
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5886
+ "text": "TaggingRequest",
5887
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4086
5888
  },
4087
5889
  {
4088
5890
  "kind": "Content",
4089
5891
  "text": ";"
4090
5892
  }
4091
5893
  ],
4092
- "isOptional": false,
5894
+ "isOptional": true,
4093
5895
  "releaseTag": "Public",
4094
5896
  "name": "add2cart",
4095
5897
  "propertyTypeTokenRange": {
@@ -4099,24 +5901,24 @@
4099
5901
  },
4100
5902
  {
4101
5903
  "kind": "PropertySignature",
4102
- "canonicalReference": "@empathyco/x-types!ResultTagging#checkout:member",
4103
- "docComment": "/**\n * {@link Tagging | checkout tagging}.\n */\n",
5904
+ "canonicalReference": "@empathyco/x-types!Tagging#checkout:member",
5905
+ "docComment": "/**\n * {@link TaggingRequest | checkout tagging}.\n */\n",
4104
5906
  "excerptTokens": [
4105
5907
  {
4106
5908
  "kind": "Content",
4107
- "text": "checkout: "
5909
+ "text": "checkout?: "
4108
5910
  },
4109
5911
  {
4110
5912
  "kind": "Reference",
4111
- "text": "Tagging",
4112
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5913
+ "text": "TaggingRequest",
5914
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4113
5915
  },
4114
5916
  {
4115
5917
  "kind": "Content",
4116
5918
  "text": ";"
4117
5919
  }
4118
5920
  ],
4119
- "isOptional": false,
5921
+ "isOptional": true,
4120
5922
  "releaseTag": "Public",
4121
5923
  "name": "checkout",
4122
5924
  "propertyTypeTokenRange": {
@@ -4126,73 +5928,118 @@
4126
5928
  },
4127
5929
  {
4128
5930
  "kind": "PropertySignature",
4129
- "canonicalReference": "@empathyco/x-types!ResultTagging#click:member",
4130
- "docComment": "/**\n * {@link Tagging | click tagging}.\n */\n",
5931
+ "canonicalReference": "@empathyco/x-types!Tagging#click:member",
5932
+ "docComment": "/**\n * {@link TaggingRequest | click tagging}.\n */\n",
4131
5933
  "excerptTokens": [
4132
5934
  {
4133
5935
  "kind": "Content",
4134
- "text": "click: "
5936
+ "text": "click?: "
4135
5937
  },
4136
5938
  {
4137
5939
  "kind": "Reference",
4138
- "text": "Tagging",
4139
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5940
+ "text": "TaggingRequest",
5941
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4140
5942
  },
4141
5943
  {
4142
5944
  "kind": "Content",
4143
5945
  "text": ";"
4144
5946
  }
4145
5947
  ],
4146
- "isOptional": false,
5948
+ "isOptional": true,
4147
5949
  "releaseTag": "Public",
4148
5950
  "name": "click",
4149
5951
  "propertyTypeTokenRange": {
4150
5952
  "startIndex": 1,
4151
5953
  "endIndex": 2
4152
5954
  }
5955
+ },
5956
+ {
5957
+ "kind": "PropertySignature",
5958
+ "canonicalReference": "@empathyco/x-types!Tagging#query:member",
5959
+ "docComment": "/**\n * {@link TaggingRequest | query tagging}.\n */\n",
5960
+ "excerptTokens": [
5961
+ {
5962
+ "kind": "Content",
5963
+ "text": "query?: "
5964
+ },
5965
+ {
5966
+ "kind": "Reference",
5967
+ "text": "TaggingRequest",
5968
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5969
+ },
5970
+ {
5971
+ "kind": "Content",
5972
+ "text": ";"
5973
+ }
5974
+ ],
5975
+ "isOptional": true,
5976
+ "releaseTag": "Public",
5977
+ "name": "query",
5978
+ "propertyTypeTokenRange": {
5979
+ "startIndex": 1,
5980
+ "endIndex": 2
5981
+ }
5982
+ },
5983
+ {
5984
+ "kind": "PropertySignature",
5985
+ "canonicalReference": "@empathyco/x-types!Tagging#wishlist:member",
5986
+ "docComment": "/**\n * {@link TaggingRequest | wishlist tagging}.\n */\n",
5987
+ "excerptTokens": [
5988
+ {
5989
+ "kind": "Content",
5990
+ "text": "wishlist?: "
5991
+ },
5992
+ {
5993
+ "kind": "Reference",
5994
+ "text": "TaggingRequest",
5995
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5996
+ },
5997
+ {
5998
+ "kind": "Content",
5999
+ "text": ";"
6000
+ }
6001
+ ],
6002
+ "isOptional": true,
6003
+ "releaseTag": "Public",
6004
+ "name": "wishlist",
6005
+ "propertyTypeTokenRange": {
6006
+ "startIndex": 1,
6007
+ "endIndex": 2
6008
+ }
4153
6009
  }
4154
6010
  ],
4155
6011
  "extendsTokenRanges": []
4156
6012
  },
4157
6013
  {
4158
- "kind": "Interface",
4159
- "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
4160
- "docComment": "/**\n * Simple facet is a trait for filtering results. It extends from {@link Facet}, changes the modelName and uses {@link SimpleFilter} as filters.\n *\n * @public\n */\n",
4161
- "excerptTokens": [
4162
- {
4163
- "kind": "Content",
4164
- "text": "export interface SimpleFacet extends "
4165
- },
4166
- {
4167
- "kind": "Reference",
4168
- "text": "Facet",
4169
- "canonicalReference": "@empathyco/x-types!Facet:interface"
4170
- },
6014
+ "kind": "Interface",
6015
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface",
6016
+ "docComment": "/**\n * The request for the tagging API.\n *\n * @public\n */\n",
6017
+ "excerptTokens": [
4171
6018
  {
4172
6019
  "kind": "Content",
4173
- "text": " "
6020
+ "text": "export interface TaggingRequest "
4174
6021
  }
4175
6022
  ],
4176
6023
  "releaseTag": "Public",
4177
- "name": "SimpleFacet",
6024
+ "name": "TaggingRequest",
4178
6025
  "members": [
4179
6026
  {
4180
6027
  "kind": "PropertySignature",
4181
- "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
4182
- "docComment": "/**\n * Filters available for the facet.\n */\n",
6028
+ "canonicalReference": "@empathyco/x-types!TaggingRequest#params:member",
6029
+ "docComment": "/**\n * Params of the tagging URL.\n */\n",
4183
6030
  "excerptTokens": [
4184
6031
  {
4185
6032
  "kind": "Content",
4186
- "text": "filters: "
6033
+ "text": "params: "
4187
6034
  },
4188
6035
  {
4189
6036
  "kind": "Reference",
4190
- "text": "SimpleFilter",
4191
- "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
6037
+ "text": "Record",
6038
+ "canonicalReference": "!Record:type"
4192
6039
  },
4193
6040
  {
4194
6041
  "kind": "Content",
4195
- "text": "[]"
6042
+ "text": "<string, string | number | boolean>"
4196
6043
  },
4197
6044
  {
4198
6045
  "kind": "Content",
@@ -4201,7 +6048,7 @@
4201
6048
  ],
4202
6049
  "isOptional": false,
4203
6050
  "releaseTag": "Public",
4204
- "name": "filters",
6051
+ "name": "params",
4205
6052
  "propertyTypeTokenRange": {
4206
6053
  "startIndex": 1,
4207
6054
  "endIndex": 3
@@ -4209,16 +6056,16 @@
4209
6056
  },
4210
6057
  {
4211
6058
  "kind": "PropertySignature",
4212
- "canonicalReference": "@empathyco/x-types!SimpleFacet#modelName:member",
4213
- "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
6059
+ "canonicalReference": "@empathyco/x-types!TaggingRequest#url:member",
6060
+ "docComment": "/**\n * Tagging URL.\n */\n",
4214
6061
  "excerptTokens": [
4215
6062
  {
4216
6063
  "kind": "Content",
4217
- "text": "modelName: "
6064
+ "text": "url: "
4218
6065
  },
4219
6066
  {
4220
6067
  "kind": "Content",
4221
- "text": "'SimpleFacet'"
6068
+ "text": "string"
4222
6069
  },
4223
6070
  {
4224
6071
  "kind": "Content",
@@ -4227,197 +6074,335 @@
4227
6074
  ],
4228
6075
  "isOptional": false,
4229
6076
  "releaseTag": "Public",
4230
- "name": "modelName",
6077
+ "name": "url",
4231
6078
  "propertyTypeTokenRange": {
4232
6079
  "startIndex": 1,
4233
6080
  "endIndex": 2
4234
6081
  }
4235
6082
  }
4236
6083
  ],
4237
- "extendsTokenRanges": [
4238
- {
4239
- "startIndex": 1,
4240
- "endIndex": 3
4241
- }
4242
- ]
6084
+ "extendsTokenRanges": []
4243
6085
  },
4244
6086
  {
4245
6087
  "kind": "Variable",
4246
- "canonicalReference": "@empathyco/x-types!SimpleFacetSchema:var",
4247
- "docComment": "/**\n * Jest schema for validating SimpleFacet entity.\n *\n * @public\n */\n",
6088
+ "canonicalReference": "@empathyco/x-types!TaggingRequestSchema:var",
6089
+ "docComment": "/**\n * Jest schema for validating TaggingRequest entities.\n *\n * @public\n */\n",
4248
6090
  "excerptTokens": [
4249
6091
  {
4250
6092
  "kind": "Content",
4251
- "text": "SimpleFacetSchema: "
6093
+ "text": "TaggingRequestSchema: "
4252
6094
  },
4253
6095
  {
4254
6096
  "kind": "Reference",
4255
- "text": "SimpleFacet",
4256
- "canonicalReference": "@empathyco/x-types!SimpleFacet:interface"
6097
+ "text": "TaggingRequest",
6098
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4257
6099
  }
4258
6100
  ],
4259
6101
  "releaseTag": "Public",
4260
- "name": "SimpleFacetSchema",
6102
+ "name": "TaggingRequestSchema",
4261
6103
  "variableTypeTokenRange": {
4262
6104
  "startIndex": 1,
4263
6105
  "endIndex": 2
4264
6106
  }
4265
6107
  },
4266
6108
  {
4267
- "kind": "Interface",
4268
- "canonicalReference": "@empathyco/x-types!SimpleFilter:interface",
4269
- "docComment": "/**\n * A type of filter used in {@link SimpleFacet} and extends from {@link Filter}. It can be selected or not.\n *\n * @public\n */\n",
6109
+ "kind": "Variable",
6110
+ "canonicalReference": "@empathyco/x-types!TaggingSchema:var",
6111
+ "docComment": "/**\n * Jest schema for validating Tagging entities.\n *\n * @public\n */\n",
4270
6112
  "excerptTokens": [
4271
6113
  {
4272
6114
  "kind": "Content",
4273
- "text": "export interface SimpleFilter extends "
6115
+ "text": "TaggingSchema: "
4274
6116
  },
4275
6117
  {
4276
6118
  "kind": "Reference",
4277
- "text": "BooleanFilter",
4278
- "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
4279
- },
6119
+ "text": "Tagging",
6120
+ "canonicalReference": "@empathyco/x-types!Tagging:interface"
6121
+ }
6122
+ ],
6123
+ "releaseTag": "Public",
6124
+ "name": "TaggingSchema",
6125
+ "variableTypeTokenRange": {
6126
+ "startIndex": 1,
6127
+ "endIndex": 2
6128
+ }
6129
+ },
6130
+ {
6131
+ "kind": "Interface",
6132
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface",
6133
+ "docComment": "/**\n * Interface for any Request with tagging.\n *\n * @public\n */\n",
6134
+ "excerptTokens": [
4280
6135
  {
4281
6136
  "kind": "Content",
4282
- "text": " "
6137
+ "text": "export interface TrackableRequest "
4283
6138
  }
4284
6139
  ],
4285
6140
  "releaseTag": "Public",
4286
- "name": "SimpleFilter",
6141
+ "name": "TrackableRequest",
4287
6142
  "members": [
4288
6143
  {
4289
6144
  "kind": "PropertySignature",
4290
- "canonicalReference": "@empathyco/x-types!SimpleFilter#modelName:member",
4291
- "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
6145
+ "canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
6146
+ "docComment": "",
4292
6147
  "excerptTokens": [
4293
6148
  {
4294
6149
  "kind": "Content",
4295
- "text": "modelName: "
6150
+ "text": "origin?: "
4296
6151
  },
4297
6152
  {
4298
6153
  "kind": "Content",
4299
- "text": "'SimpleFilter'"
6154
+ "text": "string"
4300
6155
  },
4301
6156
  {
4302
6157
  "kind": "Content",
4303
6158
  "text": ";"
4304
6159
  }
4305
6160
  ],
4306
- "isOptional": false,
6161
+ "isOptional": true,
4307
6162
  "releaseTag": "Public",
4308
- "name": "modelName",
6163
+ "name": "origin",
4309
6164
  "propertyTypeTokenRange": {
4310
6165
  "startIndex": 1,
4311
6166
  "endIndex": 2
4312
6167
  }
4313
6168
  }
4314
6169
  ],
4315
- "extendsTokenRanges": [
4316
- {
4317
- "startIndex": 1,
4318
- "endIndex": 3
4319
- }
4320
- ]
6170
+ "extendsTokenRanges": []
4321
6171
  },
4322
6172
  {
4323
- "kind": "Variable",
4324
- "canonicalReference": "@empathyco/x-types!SimpleFilterSchema:var",
4325
- "docComment": "/**\n * Jest schema for validating SimpleFilter entity.\n *\n * @public\n */\n",
6173
+ "kind": "Interface",
6174
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
6175
+ "docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
4326
6176
  "excerptTokens": [
4327
6177
  {
4328
6178
  "kind": "Content",
4329
- "text": "SimpleFilterSchema: "
4330
- },
4331
- {
4332
- "kind": "Reference",
4333
- "text": "SimpleFilter",
4334
- "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
6179
+ "text": "export interface TrackableShowResponse "
4335
6180
  }
4336
6181
  ],
4337
6182
  "releaseTag": "Public",
4338
- "name": "SimpleFilterSchema",
4339
- "variableTypeTokenRange": {
4340
- "startIndex": 1,
4341
- "endIndex": 2
4342
- }
6183
+ "name": "TrackableShowResponse",
6184
+ "members": [
6185
+ {
6186
+ "kind": "PropertySignature",
6187
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
6188
+ "docComment": "",
6189
+ "excerptTokens": [
6190
+ {
6191
+ "kind": "Content",
6192
+ "text": "showTagging: "
6193
+ },
6194
+ {
6195
+ "kind": "Reference",
6196
+ "text": "TaggingRequest",
6197
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
6198
+ },
6199
+ {
6200
+ "kind": "Content",
6201
+ "text": ";"
6202
+ }
6203
+ ],
6204
+ "isOptional": false,
6205
+ "releaseTag": "Public",
6206
+ "name": "showTagging",
6207
+ "propertyTypeTokenRange": {
6208
+ "startIndex": 1,
6209
+ "endIndex": 2
6210
+ }
6211
+ }
6212
+ ],
6213
+ "extendsTokenRanges": []
4343
6214
  },
4344
6215
  {
4345
- "kind": "TypeAlias",
4346
- "canonicalReference": "@empathyco/x-types!Sort:type",
4347
- "docComment": "/**\n * The Sort model represents a way of arranging a list of items.\n *\n * @public\n */\n",
6216
+ "kind": "Interface",
6217
+ "canonicalReference": "@empathyco/x-types!UserInfo:interface",
6218
+ "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
4348
6219
  "excerptTokens": [
4349
6220
  {
4350
6221
  "kind": "Content",
4351
- "text": "export declare type Sort = "
6222
+ "text": "export interface UserInfo "
6223
+ }
6224
+ ],
6225
+ "releaseTag": "Public",
6226
+ "name": "UserInfo",
6227
+ "members": [
6228
+ {
6229
+ "kind": "PropertySignature",
6230
+ "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
6231
+ "docComment": "/**\n * A unique token that represents a search session.\n */\n",
6232
+ "excerptTokens": [
6233
+ {
6234
+ "kind": "Content",
6235
+ "text": "session: "
6236
+ },
6237
+ {
6238
+ "kind": "Content",
6239
+ "text": "string"
6240
+ },
6241
+ {
6242
+ "kind": "Content",
6243
+ "text": ";"
6244
+ }
6245
+ ],
6246
+ "isOptional": false,
6247
+ "releaseTag": "Public",
6248
+ "name": "session",
6249
+ "propertyTypeTokenRange": {
6250
+ "startIndex": 1,
6251
+ "endIndex": 2
6252
+ }
4352
6253
  },
4353
6254
  {
4354
- "kind": "Content",
4355
- "text": "string"
6255
+ "kind": "PropertySignature",
6256
+ "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
6257
+ "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
6258
+ "excerptTokens": [
6259
+ {
6260
+ "kind": "Content",
6261
+ "text": "user: "
6262
+ },
6263
+ {
6264
+ "kind": "Content",
6265
+ "text": "string"
6266
+ },
6267
+ {
6268
+ "kind": "Content",
6269
+ "text": ";"
6270
+ }
6271
+ ],
6272
+ "isOptional": false,
6273
+ "releaseTag": "Public",
6274
+ "name": "user",
6275
+ "propertyTypeTokenRange": {
6276
+ "startIndex": 1,
6277
+ "endIndex": 2
6278
+ }
4356
6279
  },
4357
6280
  {
4358
- "kind": "Content",
4359
- "text": ";"
6281
+ "kind": "PropertySignature",
6282
+ "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
6283
+ "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
6284
+ "excerptTokens": [
6285
+ {
6286
+ "kind": "Content",
6287
+ "text": "userType: "
6288
+ },
6289
+ {
6290
+ "kind": "Content",
6291
+ "text": "string"
6292
+ },
6293
+ {
6294
+ "kind": "Content",
6295
+ "text": ";"
6296
+ }
6297
+ ],
6298
+ "isOptional": false,
6299
+ "releaseTag": "Public",
6300
+ "name": "userType",
6301
+ "propertyTypeTokenRange": {
6302
+ "startIndex": 1,
6303
+ "endIndex": 2
6304
+ }
4360
6305
  }
4361
6306
  ],
4362
- "releaseTag": "Public",
4363
- "name": "Sort",
4364
- "typeTokenRange": {
4365
- "startIndex": 1,
4366
- "endIndex": 2
4367
- }
6307
+ "extendsTokenRanges": []
4368
6308
  },
4369
6309
  {
4370
6310
  "kind": "Interface",
4371
- "canonicalReference": "@empathyco/x-types!Suggestion:interface",
4372
- "docComment": "/**\n * A suggestion represents a query that has been proposed to the user, due of being popular, matching with the current search query...\n *\n * @public\n */\n",
6311
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
6312
+ "docComment": "",
4373
6313
  "excerptTokens": [
4374
6314
  {
4375
6315
  "kind": "Content",
4376
- "text": "export interface Suggestion extends "
4377
- },
4378
- {
4379
- "kind": "Reference",
4380
- "text": "NamedModel",
4381
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4382
- },
4383
- {
4384
- "kind": "Content",
4385
- "text": "<'QuerySuggestion' | 'PopularSearch'>"
4386
- },
4387
- {
4388
- "kind": "Content",
4389
- "text": ", "
4390
- },
6316
+ "text": "export interface XComponentsAdapter "
6317
+ }
6318
+ ],
6319
+ "releaseTag": "Public",
6320
+ "name": "XComponentsAdapter",
6321
+ "members": [
4391
6322
  {
4392
- "kind": "Reference",
4393
- "text": "Previewable",
4394
- "canonicalReference": "@empathyco/x-types!Previewable:interface"
6323
+ "kind": "PropertySignature",
6324
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#identifierResults:member",
6325
+ "docComment": "",
6326
+ "excerptTokens": [
6327
+ {
6328
+ "kind": "Content",
6329
+ "text": "identifierResults: "
6330
+ },
6331
+ {
6332
+ "kind": "Reference",
6333
+ "text": "EndpointAdapter",
6334
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6335
+ },
6336
+ {
6337
+ "kind": "Content",
6338
+ "text": "<"
6339
+ },
6340
+ {
6341
+ "kind": "Reference",
6342
+ "text": "IdentifierResultsRequest",
6343
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsRequest:interface"
6344
+ },
6345
+ {
6346
+ "kind": "Content",
6347
+ "text": ", "
6348
+ },
6349
+ {
6350
+ "kind": "Reference",
6351
+ "text": "IdentifierResultsResponse",
6352
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse:interface"
6353
+ },
6354
+ {
6355
+ "kind": "Content",
6356
+ "text": ">"
6357
+ },
6358
+ {
6359
+ "kind": "Content",
6360
+ "text": ";"
6361
+ }
6362
+ ],
6363
+ "isOptional": false,
6364
+ "releaseTag": "Public",
6365
+ "name": "identifierResults",
6366
+ "propertyTypeTokenRange": {
6367
+ "startIndex": 1,
6368
+ "endIndex": 7
6369
+ }
4395
6370
  },
4396
- {
4397
- "kind": "Content",
4398
- "text": " "
4399
- }
4400
- ],
4401
- "releaseTag": "Public",
4402
- "name": "Suggestion",
4403
- "members": [
4404
6371
  {
4405
6372
  "kind": "PropertySignature",
4406
- "canonicalReference": "@empathyco/x-types!Suggestion#facets:member",
4407
- "docComment": "/**\n * Facets to apply to the `query` property when searching.\n */\n",
6373
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#nextQueries:member",
6374
+ "docComment": "",
4408
6375
  "excerptTokens": [
4409
6376
  {
4410
6377
  "kind": "Content",
4411
- "text": "facets: "
6378
+ "text": "nextQueries: "
4412
6379
  },
4413
6380
  {
4414
6381
  "kind": "Reference",
4415
- "text": "Facet",
4416
- "canonicalReference": "@empathyco/x-types!Facet:interface"
6382
+ "text": "EndpointAdapter",
6383
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4417
6384
  },
4418
6385
  {
4419
6386
  "kind": "Content",
4420
- "text": "[]"
6387
+ "text": "<"
6388
+ },
6389
+ {
6390
+ "kind": "Reference",
6391
+ "text": "NextQueriesRequest",
6392
+ "canonicalReference": "@empathyco/x-types!NextQueriesRequest:interface"
6393
+ },
6394
+ {
6395
+ "kind": "Content",
6396
+ "text": ", "
6397
+ },
6398
+ {
6399
+ "kind": "Reference",
6400
+ "text": "NextQueriesResponse",
6401
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse:interface"
6402
+ },
6403
+ {
6404
+ "kind": "Content",
6405
+ "text": ">"
4421
6406
  },
4422
6407
  {
4423
6408
  "kind": "Content",
@@ -4426,24 +6411,47 @@
4426
6411
  ],
4427
6412
  "isOptional": false,
4428
6413
  "releaseTag": "Public",
4429
- "name": "facets",
6414
+ "name": "nextQueries",
4430
6415
  "propertyTypeTokenRange": {
4431
6416
  "startIndex": 1,
4432
- "endIndex": 3
6417
+ "endIndex": 7
4433
6418
  }
4434
6419
  },
4435
6420
  {
4436
6421
  "kind": "PropertySignature",
4437
- "canonicalReference": "@empathyco/x-types!Suggestion#key:member",
4438
- "docComment": "/**\n * Unique identifier of the suggestion.\n *\n * @deprecated\n *\n * - The key field should be calculated if needed using the `query` and the `facets` properties.\n */\n",
6422
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#popularSearches:member",
6423
+ "docComment": "",
4439
6424
  "excerptTokens": [
4440
6425
  {
4441
6426
  "kind": "Content",
4442
- "text": "key: "
6427
+ "text": "popularSearches: "
6428
+ },
6429
+ {
6430
+ "kind": "Reference",
6431
+ "text": "EndpointAdapter",
6432
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4443
6433
  },
4444
6434
  {
4445
6435
  "kind": "Content",
4446
- "text": "string"
6436
+ "text": "<"
6437
+ },
6438
+ {
6439
+ "kind": "Reference",
6440
+ "text": "PopularSearchesRequest",
6441
+ "canonicalReference": "@empathyco/x-types!PopularSearchesRequest:interface"
6442
+ },
6443
+ {
6444
+ "kind": "Content",
6445
+ "text": ", "
6446
+ },
6447
+ {
6448
+ "kind": "Reference",
6449
+ "text": "PopularSearchesResponse",
6450
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse:interface"
6451
+ },
6452
+ {
6453
+ "kind": "Content",
6454
+ "text": ">"
4447
6455
  },
4448
6456
  {
4449
6457
  "kind": "Content",
@@ -4452,76 +6460,47 @@
4452
6460
  ],
4453
6461
  "isOptional": false,
4454
6462
  "releaseTag": "Public",
4455
- "name": "key",
6463
+ "name": "popularSearches",
4456
6464
  "propertyTypeTokenRange": {
4457
6465
  "startIndex": 1,
4458
- "endIndex": 2
6466
+ "endIndex": 7
4459
6467
  }
4460
- }
4461
- ],
4462
- "extendsTokenRanges": [
4463
- {
4464
- "startIndex": 1,
4465
- "endIndex": 3
4466
- },
4467
- {
4468
- "startIndex": 4,
4469
- "endIndex": 6
4470
- }
4471
- ]
4472
- },
4473
- {
4474
- "kind": "Variable",
4475
- "canonicalReference": "@empathyco/x-types!SuggestionSchema:var",
4476
- "docComment": "/**\n * Jest schema for validating Suggestion entities.\n *\n * @public\n */\n",
4477
- "excerptTokens": [
4478
- {
4479
- "kind": "Content",
4480
- "text": "SuggestionSchema: "
4481
6468
  },
4482
- {
4483
- "kind": "Reference",
4484
- "text": "Suggestion",
4485
- "canonicalReference": "@empathyco/x-types!Suggestion:interface"
4486
- }
4487
- ],
4488
- "releaseTag": "Public",
4489
- "name": "SuggestionSchema",
4490
- "variableTypeTokenRange": {
4491
- "startIndex": 1,
4492
- "endIndex": 2
4493
- }
4494
- },
4495
- {
4496
- "kind": "Interface",
4497
- "canonicalReference": "@empathyco/x-types!Tagging:interface",
4498
- "docComment": "/**\n * The tagging model is a URL with a record of parameters. This tagging is used to track user actions (query, click, show...) by making a request with these info.\n *\n * @public\n */\n",
4499
- "excerptTokens": [
4500
- {
4501
- "kind": "Content",
4502
- "text": "export interface Tagging "
4503
- }
4504
- ],
4505
- "releaseTag": "Public",
4506
- "name": "Tagging",
4507
- "members": [
4508
6469
  {
4509
6470
  "kind": "PropertySignature",
4510
- "canonicalReference": "@empathyco/x-types!Tagging#params:member",
4511
- "docComment": "/**\n * Params of the tagging URL.\n */\n",
6471
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#querySuggestions:member",
6472
+ "docComment": "",
4512
6473
  "excerptTokens": [
4513
6474
  {
4514
6475
  "kind": "Content",
4515
- "text": "params: "
6476
+ "text": "querySuggestions: "
4516
6477
  },
4517
6478
  {
4518
6479
  "kind": "Reference",
4519
- "text": "Record",
4520
- "canonicalReference": "!Record:type"
6480
+ "text": "EndpointAdapter",
6481
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6482
+ },
6483
+ {
6484
+ "kind": "Content",
6485
+ "text": "<"
6486
+ },
6487
+ {
6488
+ "kind": "Reference",
6489
+ "text": "QuerySuggestionsRequest",
6490
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsRequest:interface"
6491
+ },
6492
+ {
6493
+ "kind": "Content",
6494
+ "text": ", "
6495
+ },
6496
+ {
6497
+ "kind": "Reference",
6498
+ "text": "QuerySuggestionsResponse",
6499
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse:interface"
4521
6500
  },
4522
6501
  {
4523
6502
  "kind": "Content",
4524
- "text": "<string, any>"
6503
+ "text": ">"
4525
6504
  },
4526
6505
  {
4527
6506
  "kind": "Content",
@@ -4530,24 +6509,47 @@
4530
6509
  ],
4531
6510
  "isOptional": false,
4532
6511
  "releaseTag": "Public",
4533
- "name": "params",
6512
+ "name": "querySuggestions",
4534
6513
  "propertyTypeTokenRange": {
4535
6514
  "startIndex": 1,
4536
- "endIndex": 3
6515
+ "endIndex": 7
4537
6516
  }
4538
6517
  },
4539
6518
  {
4540
6519
  "kind": "PropertySignature",
4541
- "canonicalReference": "@empathyco/x-types!Tagging#url:member",
4542
- "docComment": "/**\n * Tagging URL.\n */\n",
6520
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#recommendations:member",
6521
+ "docComment": "",
4543
6522
  "excerptTokens": [
4544
6523
  {
4545
6524
  "kind": "Content",
4546
- "text": "url: "
6525
+ "text": "recommendations: "
6526
+ },
6527
+ {
6528
+ "kind": "Reference",
6529
+ "text": "EndpointAdapter",
6530
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4547
6531
  },
4548
6532
  {
4549
6533
  "kind": "Content",
4550
- "text": "string"
6534
+ "text": "<"
6535
+ },
6536
+ {
6537
+ "kind": "Reference",
6538
+ "text": "RecommendationsRequest",
6539
+ "canonicalReference": "@empathyco/x-types!RecommendationsRequest:interface"
6540
+ },
6541
+ {
6542
+ "kind": "Content",
6543
+ "text": ", "
6544
+ },
6545
+ {
6546
+ "kind": "Reference",
6547
+ "text": "RecommendationsResponse",
6548
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse:interface"
6549
+ },
6550
+ {
6551
+ "kind": "Content",
6552
+ "text": ">"
4551
6553
  },
4552
6554
  {
4553
6555
  "kind": "Content",
@@ -4556,62 +6558,47 @@
4556
6558
  ],
4557
6559
  "isOptional": false,
4558
6560
  "releaseTag": "Public",
4559
- "name": "url",
6561
+ "name": "recommendations",
4560
6562
  "propertyTypeTokenRange": {
4561
6563
  "startIndex": 1,
4562
- "endIndex": 2
6564
+ "endIndex": 7
4563
6565
  }
4564
- }
4565
- ],
4566
- "extendsTokenRanges": []
4567
- },
4568
- {
4569
- "kind": "Variable",
4570
- "canonicalReference": "@empathyco/x-types!TaggingSchema:var",
4571
- "docComment": "/**\n * Jest schema for validating Tagging entities.\n *\n * @public\n */\n",
4572
- "excerptTokens": [
4573
- {
4574
- "kind": "Content",
4575
- "text": "TaggingSchema: "
4576
6566
  },
4577
- {
4578
- "kind": "Reference",
4579
- "text": "Tagging",
4580
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
4581
- }
4582
- ],
4583
- "releaseTag": "Public",
4584
- "name": "TaggingSchema",
4585
- "variableTypeTokenRange": {
4586
- "startIndex": 1,
4587
- "endIndex": 2
4588
- }
4589
- },
4590
- {
4591
- "kind": "Interface",
4592
- "canonicalReference": "@empathyco/x-types!UserInfo:interface",
4593
- "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
4594
- "excerptTokens": [
4595
- {
4596
- "kind": "Content",
4597
- "text": "export interface UserInfo "
4598
- }
4599
- ],
4600
- "releaseTag": "Public",
4601
- "name": "UserInfo",
4602
- "members": [
4603
6567
  {
4604
6568
  "kind": "PropertySignature",
4605
- "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
4606
- "docComment": "/**\n * A unique token that represents a search session.\n */\n",
6569
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#relatedTags:member",
6570
+ "docComment": "",
4607
6571
  "excerptTokens": [
4608
6572
  {
4609
6573
  "kind": "Content",
4610
- "text": "session: "
6574
+ "text": "relatedTags: "
6575
+ },
6576
+ {
6577
+ "kind": "Reference",
6578
+ "text": "EndpointAdapter",
6579
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4611
6580
  },
4612
6581
  {
4613
6582
  "kind": "Content",
4614
- "text": "string"
6583
+ "text": "<"
6584
+ },
6585
+ {
6586
+ "kind": "Reference",
6587
+ "text": "RelatedTagsRequest",
6588
+ "canonicalReference": "@empathyco/x-types!RelatedTagsRequest:interface"
6589
+ },
6590
+ {
6591
+ "kind": "Content",
6592
+ "text": ", "
6593
+ },
6594
+ {
6595
+ "kind": "Reference",
6596
+ "text": "RelatedTagsResponse",
6597
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse:interface"
6598
+ },
6599
+ {
6600
+ "kind": "Content",
6601
+ "text": ">"
4615
6602
  },
4616
6603
  {
4617
6604
  "kind": "Content",
@@ -4620,24 +6607,47 @@
4620
6607
  ],
4621
6608
  "isOptional": false,
4622
6609
  "releaseTag": "Public",
4623
- "name": "session",
6610
+ "name": "relatedTags",
4624
6611
  "propertyTypeTokenRange": {
4625
6612
  "startIndex": 1,
4626
- "endIndex": 2
6613
+ "endIndex": 7
4627
6614
  }
4628
6615
  },
4629
6616
  {
4630
6617
  "kind": "PropertySignature",
4631
- "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
4632
- "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
6618
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#search:member",
6619
+ "docComment": "",
4633
6620
  "excerptTokens": [
4634
6621
  {
4635
6622
  "kind": "Content",
4636
- "text": "user: "
6623
+ "text": "search: "
6624
+ },
6625
+ {
6626
+ "kind": "Reference",
6627
+ "text": "EndpointAdapter",
6628
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4637
6629
  },
4638
6630
  {
4639
6631
  "kind": "Content",
4640
- "text": "string"
6632
+ "text": "<"
6633
+ },
6634
+ {
6635
+ "kind": "Reference",
6636
+ "text": "SearchRequest",
6637
+ "canonicalReference": "@empathyco/x-types!SearchRequest:interface"
6638
+ },
6639
+ {
6640
+ "kind": "Content",
6641
+ "text": ", "
6642
+ },
6643
+ {
6644
+ "kind": "Reference",
6645
+ "text": "SearchResponse",
6646
+ "canonicalReference": "@empathyco/x-types!SearchResponse:interface"
6647
+ },
6648
+ {
6649
+ "kind": "Content",
6650
+ "text": ">"
4641
6651
  },
4642
6652
  {
4643
6653
  "kind": "Content",
@@ -4646,24 +6656,38 @@
4646
6656
  ],
4647
6657
  "isOptional": false,
4648
6658
  "releaseTag": "Public",
4649
- "name": "user",
6659
+ "name": "search",
4650
6660
  "propertyTypeTokenRange": {
4651
6661
  "startIndex": 1,
4652
- "endIndex": 2
6662
+ "endIndex": 7
4653
6663
  }
4654
6664
  },
4655
6665
  {
4656
6666
  "kind": "PropertySignature",
4657
- "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
4658
- "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
6667
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#tagging:member",
6668
+ "docComment": "",
4659
6669
  "excerptTokens": [
4660
6670
  {
4661
6671
  "kind": "Content",
4662
- "text": "userType: "
6672
+ "text": "tagging: "
6673
+ },
6674
+ {
6675
+ "kind": "Reference",
6676
+ "text": "EndpointAdapter",
6677
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
4663
6678
  },
4664
6679
  {
4665
6680
  "kind": "Content",
4666
- "text": "string"
6681
+ "text": "<"
6682
+ },
6683
+ {
6684
+ "kind": "Reference",
6685
+ "text": "TaggingRequest",
6686
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
6687
+ },
6688
+ {
6689
+ "kind": "Content",
6690
+ "text": ", void>"
4667
6691
  },
4668
6692
  {
4669
6693
  "kind": "Content",
@@ -4672,10 +6696,10 @@
4672
6696
  ],
4673
6697
  "isOptional": false,
4674
6698
  "releaseTag": "Public",
4675
- "name": "userType",
6699
+ "name": "tagging",
4676
6700
  "propertyTypeTokenRange": {
4677
6701
  "startIndex": 1,
4678
- "endIndex": 2
6702
+ "endIndex": 5
4679
6703
  }
4680
6704
  }
4681
6705
  ],