@empathyco/x-components 3.0.0-alpha.18 → 3.0.0-alpha.181

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 (4283) hide show
  1. package/CHANGELOG.md +3895 -696
  2. package/README.md +27 -8
  3. package/core/index.d.ts +0 -1
  4. package/core/index.js +80 -50
  5. package/core/index.js.map +1 -1
  6. package/design-system/.-mixins.css +0 -1
  7. package/design-system/badge-default.css +49 -0
  8. package/design-system/base.css +26 -10
  9. package/design-system/button-card.css +4 -2
  10. package/design-system/button-default.css +38 -23
  11. package/design-system/button-ghost.css +8 -4
  12. package/design-system/button-pill.css +4 -2
  13. package/design-system/button-primary.css +13 -2
  14. package/design-system/button-round.css +4 -2
  15. package/design-system/button-secondary.css +14 -3
  16. package/design-system/button-tertiary.css +13 -2
  17. package/design-system/default-theme.css +1736 -976
  18. package/design-system/dropdown-card.css +4 -2
  19. package/design-system/dropdown-default.css +181 -126
  20. package/design-system/dropdown-l.css +4 -2
  21. package/design-system/dropdown-line.css +14 -2
  22. package/design-system/dropdown-m.css +4 -2
  23. package/design-system/dropdown-pill.css +4 -2
  24. package/design-system/dropdown-s.css +4 -2
  25. package/design-system/dropdown-xl.css +4 -2
  26. package/design-system/facet-card.css +4 -2
  27. package/design-system/facet-default.css +82 -68
  28. package/design-system/facet-line.css +4 -2
  29. package/design-system/facet-outlined.css +4 -2
  30. package/design-system/filter-default.css +58 -43
  31. package/design-system/filter-hierarchical.css +25 -21
  32. package/design-system/filter-justified.css +2 -1
  33. package/design-system/full-theme.css +6173 -1662
  34. package/design-system/grid-default.css +16 -4
  35. package/design-system/icon-default.css +11 -9
  36. package/design-system/icon-l.css +4 -2
  37. package/design-system/icon-m.css +4 -2
  38. package/design-system/icon-s.css +4 -2
  39. package/design-system/icon-xl.css +4 -2
  40. package/design-system/input-card.css +4 -2
  41. package/design-system/input-default.css +45 -40
  42. package/design-system/input-group-card.css +14 -10
  43. package/design-system/input-group-default.css +119 -102
  44. package/design-system/input-group-line.css +34 -26
  45. package/design-system/input-group-pill.css +4 -2
  46. package/design-system/input-line.css +4 -2
  47. package/design-system/input-pill.css +4 -2
  48. package/design-system/list-default.css +92 -101
  49. package/design-system/list-gap.css +501 -121
  50. package/design-system/list-padding.css +300 -117
  51. package/design-system/message-default.css +71 -0
  52. package/design-system/option-list-bottom.css +93 -23
  53. package/design-system/option-list-default.css +126 -78
  54. package/design-system/picture-card.css +4 -2
  55. package/design-system/picture-colored.css +13 -8
  56. package/design-system/picture-cover.css +7 -4
  57. package/design-system/picture-default.css +31 -23
  58. package/design-system/picture-fixed-ratio.css +5 -26
  59. package/design-system/progress-bar-progress-bar.css +25 -0
  60. package/design-system/result-card.css +4 -2
  61. package/design-system/result-default.css +42 -33
  62. package/design-system/row-default.css +98 -64
  63. package/design-system/row-gap.css +87 -6
  64. package/design-system/row-padding.css +14 -6
  65. package/design-system/scroll-default.css +27 -19
  66. package/design-system/sliding-panel-default.css +49 -38
  67. package/design-system/sliding-panel-default.token.css +2 -3
  68. package/design-system/suggestion-default.css +153 -36
  69. package/design-system/suggestion-group-default.css +73 -36
  70. package/design-system/tag-card.css +4 -2
  71. package/design-system/tag-default.css +150 -47
  72. package/design-system/tag-ghost.css +14 -2
  73. package/design-system/tag-pill.css +4 -2
  74. package/design-system/typography-accent.css +2 -1
  75. package/design-system/typography-accent.token.css +2 -1
  76. package/design-system/typography-bold.css +10 -9
  77. package/design-system/typography-default.css +17 -9
  78. package/design-system/typography-light.css +10 -9
  79. package/design-system/typography-secondary.css +2 -1
  80. package/design-system/typography-secondary.token.css +2 -1
  81. package/design-system/typography-stroke.css +10 -9
  82. package/design-system/utilities-background-color.css +43 -0
  83. package/design-system/utilities-border-color.css +43 -0
  84. package/design-system/utilities-border-radius.css +1508 -0
  85. package/design-system/utilities-border-width.css +334 -0
  86. package/design-system/utilities-box-shadow.css +133 -0
  87. package/design-system/utilities-dev-mode.css +12 -0
  88. package/design-system/utilities-fill-color.css +43 -0
  89. package/design-system/utilities-flex.css +43 -0
  90. package/design-system/utilities-font-color.css +43 -0
  91. package/design-system/utilities-font-size.css +80 -0
  92. package/design-system/utilities-font-weight.css +9 -0
  93. package/design-system/utilities-line-clamp.css +34 -0
  94. package/design-system/utilities-line-height.css +23 -0
  95. package/design-system/utilities-margin.css +462 -0
  96. package/design-system/utilities-padding.css +441 -0
  97. package/design-system/utilities-position.css +19 -0
  98. package/design-system/utilities-text-decoration.css +15 -0
  99. package/design-system/utilities-text-transform.css +15 -0
  100. package/device/index.js +3 -3
  101. package/docs/API-reference/api/index.md +1 -1
  102. package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
  103. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
  104. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
  105. package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
  106. package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
  107. package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
  108. package/docs/API-reference/api/x-adapter-platform.facetsconfig.md +11 -0
  109. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
  110. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
  111. package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
  112. package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
  113. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
  114. package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
  115. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
  116. package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
  117. package/docs/API-reference/api/x-adapter-platform.md +104 -0
  118. package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
  119. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
  120. package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
  121. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
  122. package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
  123. package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
  124. package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
  125. package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
  126. package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
  127. package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
  128. package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
  129. package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
  130. package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
  131. package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
  132. package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
  133. package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
  134. package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
  135. package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
  136. package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
  137. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +24 -0
  138. package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
  139. package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
  140. package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
  141. package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
  142. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +21 -0
  143. package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
  144. package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
  145. package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
  146. package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
  147. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
  148. package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
  149. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
  150. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
  151. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
  152. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
  153. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
  154. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
  155. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
  156. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
  157. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
  158. package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
  159. package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
  160. package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
  161. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
  162. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
  163. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
  164. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
  165. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
  166. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
  167. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
  168. package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
  169. package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
  170. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +24 -0
  171. package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
  172. package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
  173. package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
  174. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
  175. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
  176. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
  177. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
  178. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
  179. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
  180. package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
  181. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
  182. package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
  183. package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
  184. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
  185. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
  186. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
  187. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
  188. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
  189. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
  190. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
  191. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
  192. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
  193. package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
  194. package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
  195. package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
  196. package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
  197. package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
  198. package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
  199. package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
  200. package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
  201. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
  202. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
  203. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
  204. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
  205. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
  206. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
  207. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
  208. package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
  209. package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
  210. package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
  211. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
  212. package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
  213. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
  214. package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
  215. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
  216. package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
  217. package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
  218. package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
  219. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
  220. package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
  221. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
  222. package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
  223. package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
  224. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
  225. package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
  226. package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
  227. package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
  228. package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
  229. package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
  230. package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
  231. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
  232. package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
  233. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
  234. package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
  235. package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
  236. package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
  237. package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
  238. package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
  239. package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
  240. package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
  241. package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
  242. package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
  243. package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
  244. package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
  245. package/docs/API-reference/api/x-components.actionstree.md +1 -1
  246. package/docs/API-reference/api/x-components.animateclippath.md +13 -0
  247. package/docs/API-reference/api/x-components.animatescale.md +13 -0
  248. package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
  249. package/docs/API-reference/api/x-components.anyactionstree.md +1 -1
  250. package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
  251. package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
  252. package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
  253. package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
  254. package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
  255. package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
  256. package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
  257. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  258. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  259. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  260. package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
  261. package/docs/API-reference/api/x-components.baseidmodalclose.md +8 -3
  262. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +2 -0
  263. package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
  264. package/docs/API-reference/api/x-components.baseidmodalopen.md +8 -3
  265. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +2 -0
  266. package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
  267. package/docs/API-reference/api/x-components.basemodal.animation.md +1 -1
  268. package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
  269. package/docs/API-reference/api/x-components.basemodal.md +3 -2
  270. package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
  271. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  272. package/docs/API-reference/api/x-components.baseresultimage.md +1 -10
  273. package/docs/API-reference/api/x-components.baseresultlink.md +1 -12
  274. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
  275. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -1
  276. package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
  277. package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
  278. package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
  279. package/docs/API-reference/api/x-components.basescroll.md +0 -12
  280. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
  281. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  282. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  283. package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
  284. package/docs/API-reference/api/x-components.basesuggestion.md +9 -1
  285. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
  286. package/docs/API-reference/api/x-components.basesuggestions.md +1 -0
  287. package/docs/API-reference/api/x-components.baseswitch.md +21 -0
  288. package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
  289. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
  290. package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
  291. package/docs/API-reference/api/x-components.basexapi.md +2 -0
  292. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
  293. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  294. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  295. package/docs/API-reference/api/x-components.clearfilters.md +4 -7
  296. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  297. package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
  298. package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
  299. package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
  300. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
  301. package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
  302. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  303. package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
  304. package/docs/API-reference/api/x-components.debounce.md +5 -1
  305. package/docs/API-reference/api/x-components.deepfilter.md +8 -6
  306. package/docs/API-reference/api/x-components.deepflat.md +8 -6
  307. package/docs/API-reference/api/x-components.defaultfacetsservice.md +3 -1
  308. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
  309. package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
  310. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +1 -1
  311. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
  312. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
  313. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
  314. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
  315. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
  316. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
  317. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
  318. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
  319. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
  320. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
  321. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
  322. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
  323. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
  324. package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
  325. package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
  326. package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
  327. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +2 -0
  328. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
  329. package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
  330. package/docs/API-reference/api/x-components.extraparams.md +3 -1
  331. package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
  332. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  333. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +1 -1
  334. package/docs/API-reference/api/x-components.extraparamsstate.md +1 -1
  335. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +2 -0
  336. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  337. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +2 -0
  338. package/docs/API-reference/api/x-components.extraparamsxevents.md +4 -3
  339. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +2 -0
  340. package/docs/API-reference/api/x-components.extrapluginsoptions.md +1 -1
  341. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +1 -1
  342. package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
  343. package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
  344. package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
  345. package/docs/API-reference/api/x-components.facetsmutations.md +4 -1
  346. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
  347. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
  348. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
  349. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
  350. package/docs/API-reference/api/x-components.facetsservice.md +4 -1
  351. package/docs/API-reference/api/x-components.facetsservice.select.md +3 -3
  352. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
  353. package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
  354. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
  355. package/docs/API-reference/api/x-components.facetsstate.md +2 -1
  356. package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
  357. package/docs/API-reference/api/x-components.facetsstate.query.md +1 -1
  358. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +1 -1
  359. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +1 -1
  360. package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +1 -1
  361. package/docs/API-reference/api/x-components.facetsxevents.md +13 -12
  362. package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
  363. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
  364. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
  365. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
  366. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
  367. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +1 -1
  368. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
  369. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
  370. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +1 -1
  371. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +1 -1
  372. package/docs/API-reference/api/x-components.fade.md +15 -0
  373. package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
  374. package/docs/API-reference/api/x-components.fadeandslide.md +3 -2
  375. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  376. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
  377. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
  378. package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
  379. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
  380. package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
  381. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
  382. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
  383. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
  384. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
  385. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
  386. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
  387. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
  388. package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
  389. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
  390. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
  391. package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
  392. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
  393. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
  394. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
  395. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
  396. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
  397. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
  398. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
  399. package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
  400. package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
  401. package/docs/API-reference/api/x-components.filterssearch.md +1 -0
  402. package/docs/API-reference/api/x-components.firstparameter.md +0 -2
  403. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
  404. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
  405. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
  406. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
  407. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
  408. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
  409. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
  410. package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
  411. package/docs/API-reference/api/x-components.getterstree.md +1 -1
  412. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  413. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  414. package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
  415. package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
  416. package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
  417. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  418. package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
  419. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
  420. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
  421. package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
  422. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
  423. package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
  424. package/docs/API-reference/api/x-components.historyqueriesstate.md +3 -1
  425. package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
  426. package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
  427. package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
  428. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +1 -1
  429. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
  430. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
  431. package/docs/API-reference/api/x-components.historyqueriesxevents.md +11 -7
  432. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
  433. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
  434. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
  435. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
  436. package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
  437. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +1 -1
  438. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
  439. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
  440. package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
  441. package/docs/API-reference/api/x-components.identifierresults.md +2 -0
  442. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  443. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +8 -1
  444. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +8 -1
  445. package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
  446. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  447. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
  448. package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
  449. package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
  450. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  451. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  452. package/docs/API-reference/api/x-components.identifierresultsstate.md +4 -2
  453. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  454. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  455. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
  456. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
  457. package/docs/API-reference/api/x-components.identifierresultsxevents.md +3 -3
  458. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
  459. package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
  460. package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
  461. package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
  462. package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
  463. package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
  464. package/docs/API-reference/api/x-components.initwrapper.md +23 -0
  465. package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
  466. package/docs/API-reference/api/x-components.installxoptions.app.md +1 -1
  467. package/docs/API-reference/api/x-components.installxoptions.md +2 -1
  468. package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
  469. package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
  470. package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
  471. package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
  472. package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
  473. package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
  474. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  475. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  476. package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
  477. package/docs/API-reference/api/x-components.mainmodal.md +21 -0
  478. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  479. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  480. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  481. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  482. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  483. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  484. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  485. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  486. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  487. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  488. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  489. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  490. package/docs/API-reference/api/x-components.maybearray.md +13 -0
  491. package/docs/API-reference/api/x-components.md +162 -54
  492. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -3
  493. package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
  494. package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
  495. package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
  496. package/docs/API-reference/api/x-components.mutationstree.md +1 -1
  497. package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
  498. package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
  499. package/docs/API-reference/api/x-components.myhistory.md +26 -0
  500. package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
  501. package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
  502. package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
  503. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
  504. package/docs/API-reference/api/x-components.nextqueries.animation.md +1 -1
  505. package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
  506. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +1 -1
  507. package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
  508. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +8 -1
  509. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +24 -0
  510. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +8 -1
  511. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +26 -0
  512. package/docs/API-reference/api/x-components.nextqueriesactions.md +5 -2
  513. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
  514. package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
  515. package/docs/API-reference/api/x-components.nextqueriesconfig.md +1 -0
  516. package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
  517. package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
  518. package/docs/API-reference/api/x-components.nextquerieslist.md +3 -0
  519. package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
  520. package/docs/API-reference/api/x-components.nextqueriesmutations.md +4 -2
  521. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
  522. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +1 -1
  523. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
  524. package/docs/API-reference/api/x-components.nextqueriesstate.md +4 -3
  525. package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
  526. package/docs/API-reference/api/x-components.nextqueriesxevents.md +5 -4
  527. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
  528. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
  529. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
  530. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmounted.md +13 -0
  531. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
  532. package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
  533. package/docs/API-reference/api/x-components.nextquery.md +1 -0
  534. package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
  535. package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
  536. package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
  537. package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
  538. package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
  539. package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
  540. package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
  541. package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
  542. package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
  543. package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
  544. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  545. package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
  546. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
  547. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
  548. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
  549. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
  550. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +1 -1
  551. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +8 -1
  552. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +8 -1
  553. package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
  554. package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
  555. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
  556. package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
  557. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +1 -1
  558. package/docs/API-reference/api/x-components.popularsearchesstate.md +2 -2
  559. package/docs/API-reference/api/x-components.popularsearchesxevents.md +3 -3
  560. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
  561. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
  562. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
  563. package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
  564. package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
  565. package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
  566. package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
  567. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +1 -1
  568. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
  569. package/docs/API-reference/api/x-components.propswithtype.md +6 -7
  570. package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
  571. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
  572. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
  573. package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
  574. package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
  575. package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
  576. package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
  577. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
  578. package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
  579. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
  580. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
  581. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
  582. package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
  583. package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
  584. package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
  585. package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
  586. package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
  587. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewremoved.md +13 -0
  588. package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.md +13 -0
  589. package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
  590. package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
  591. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  592. package/docs/API-reference/api/x-components.queryorigin.md +4 -2
  593. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  594. package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
  595. package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
  596. package/docs/API-reference/api/x-components.querypreview.md +35 -0
  597. package/docs/API-reference/api/x-components.querypreview.mounted.md +15 -0
  598. package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
  599. package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
  600. package/docs/API-reference/api/x-components.querypreview.query.md +13 -0
  601. package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
  602. package/docs/API-reference/api/x-components.querypreview.querypreviewrequest.md +13 -0
  603. package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
  604. package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
  605. package/docs/API-reference/api/x-components.querypreviewinfo.md +21 -0
  606. package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
  607. package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
  608. package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
  609. package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
  610. package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
  611. package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
  612. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
  613. package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
  614. package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
  615. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
  616. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +8 -1
  617. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +8 -1
  618. package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
  619. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
  620. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
  621. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
  622. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
  623. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +1 -1
  624. package/docs/API-reference/api/x-components.querysuggestionsstate.md +3 -3
  625. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +4 -4
  626. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
  627. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
  628. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
  629. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
  630. package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
  631. package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
  632. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
  633. package/docs/API-reference/api/x-components.recommendations.md +2 -1
  634. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
  635. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +8 -1
  636. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +8 -1
  637. package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
  638. package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
  639. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
  640. package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
  641. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +1 -1
  642. package/docs/API-reference/api/x-components.recommendationsstate.md +2 -2
  643. package/docs/API-reference/api/x-components.recommendationsxevents.md +3 -3
  644. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
  645. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
  646. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
  647. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  648. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  649. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  650. package/docs/API-reference/api/x-components.redirection.md +31 -0
  651. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  652. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  653. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  654. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  655. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  656. package/docs/API-reference/api/x-components.relatedtag.md +7 -0
  657. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  658. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +8 -1
  659. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +8 -1
  660. package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -2
  661. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
  662. package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
  663. package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
  664. package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
  665. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +1 -1
  666. package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
  667. package/docs/API-reference/api/x-components.relatedtagsstate.md +3 -4
  668. package/docs/API-reference/api/x-components.relatedtagsxevents.md +6 -6
  669. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
  670. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
  671. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
  672. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
  673. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
  674. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
  675. package/docs/API-reference/api/x-components.renderlessextraparams.md +2 -3
  676. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
  677. package/docs/API-reference/api/x-components.requeststatus.md +13 -0
  678. package/docs/API-reference/api/x-components.resetappending.md +13 -0
  679. package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
  680. package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
  681. package/docs/API-reference/api/x-components.resetstate.md +13 -0
  682. package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
  683. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  684. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  685. package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
  686. package/docs/API-reference/api/x-components.resultslist.md +11 -0
  687. package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
  688. package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
  689. package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
  690. package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
  691. package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
  692. package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
  693. package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
  694. package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
  695. package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
  696. package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
  697. package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
  698. package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
  699. package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
  700. package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
  701. package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
  702. package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
  703. package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
  704. package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
  705. package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
  706. package/docs/API-reference/api/x-components.returns.md +0 -2
  707. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
  708. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  709. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  710. package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
  711. package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
  712. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  713. package/docs/API-reference/api/x-components.scroll.md +21 -0
  714. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  715. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  716. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  717. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  718. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  719. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  720. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  721. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  722. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  723. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  724. package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
  725. package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
  726. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  727. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  728. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  729. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  730. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  731. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  732. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  733. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  734. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  735. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  736. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  737. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  738. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  739. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  740. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  741. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  742. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  743. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  744. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  745. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  746. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  747. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  748. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  749. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  750. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  751. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  752. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  753. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +8 -1
  754. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +8 -1
  755. package/docs/API-reference/api/x-components.searchactions.md +6 -2
  756. package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
  757. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  758. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
  759. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
  760. package/docs/API-reference/api/x-components.searchboxactions.md +7 -0
  761. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
  762. package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
  763. package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
  764. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  765. package/docs/API-reference/api/x-components.searchbutton.md +6 -1
  766. package/docs/API-reference/api/x-components.searchgetters.md +2 -1
  767. package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
  768. package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
  769. package/docs/API-reference/api/x-components.searchinput.md +1 -0
  770. package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
  771. package/docs/API-reference/api/x-components.searchmutations.md +5 -2
  772. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
  773. package/docs/API-reference/api/x-components.searchmutations.setparams.md +1 -1
  774. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  775. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
  776. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
  777. package/docs/API-reference/api/x-components.searchquery.md +13 -0
  778. package/docs/API-reference/api/x-components.searchstate.md +6 -4
  779. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  780. package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
  781. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +1 -1
  782. package/docs/API-reference/api/x-components.searchxevents.md +15 -9
  783. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +1 -1
  784. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
  785. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
  786. package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
  787. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  788. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
  789. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +1 -1
  790. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
  791. package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
  792. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  793. package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
  794. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  795. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
  796. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
  797. package/docs/API-reference/api/x-components.selectedfilterslist.md +7 -5
  798. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  799. package/docs/API-reference/api/x-components.setextraparams.md +1 -1
  800. package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
  801. package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
  802. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  803. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  804. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +1 -1
  805. package/docs/API-reference/api/x-components.setparams.md +13 -0
  806. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  807. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +1 -1
  808. package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
  809. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +1 -1
  810. package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
  811. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +1 -1
  812. package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
  813. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +1 -1
  814. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  815. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  816. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  817. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  818. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  819. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  820. package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
  821. package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
  822. package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
  823. package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
  824. package/docs/API-reference/api/x-components.setsort.md +1 -1
  825. package/docs/API-reference/api/x-components.setstatus.md +25 -0
  826. package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
  827. package/docs/API-reference/api/x-components.settingsicon.md +11 -0
  828. package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
  829. package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
  830. package/docs/API-reference/api/x-components.seturlpage.md +13 -0
  831. package/docs/API-reference/api/x-components.seturlparams.md +13 -0
  832. package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
  833. package/docs/API-reference/api/x-components.seturlquery.md +13 -0
  834. package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
  835. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  836. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  837. package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
  838. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  839. package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
  840. package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -3
  841. package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
  842. package/docs/API-reference/api/x-components.slidingpanel.md +3 -12
  843. package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
  844. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
  845. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
  846. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  847. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  848. package/docs/API-reference/api/x-components.snippetconfig.env.md +1 -1
  849. package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
  850. package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
  851. package/docs/API-reference/api/x-components.snippetconfig.lang.md +1 -1
  852. package/docs/API-reference/api/x-components.snippetconfig.md +8 -3
  853. package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
  854. package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
  855. package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
  856. package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
  857. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +7 -0
  858. package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
  859. package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
  860. package/docs/API-reference/api/x-components.sortmixin.md +2 -3
  861. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
  862. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  863. package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
  864. package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
  865. package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
  866. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +8 -2
  867. package/docs/API-reference/api/x-components.statusmutations.md +20 -0
  868. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
  869. package/docs/API-reference/api/x-components.statusstate.md +20 -0
  870. package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
  871. package/docs/API-reference/api/x-components.subobject.md +29 -0
  872. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  873. package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
  874. package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
  875. package/docs/API-reference/api/x-components.tagging.config.md +11 -0
  876. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  877. package/docs/API-reference/api/x-components.tagging.created.md +17 -0
  878. package/docs/API-reference/api/x-components.tagging.md +32 -0
  879. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  880. package/docs/API-reference/api/x-components.taggingactions.md +7 -0
  881. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  882. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
  883. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
  884. package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
  885. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  886. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  887. package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
  888. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  889. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
  890. package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
  891. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  892. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  893. package/docs/API-reference/api/x-components.taggingstate.md +9 -0
  894. package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
  895. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  896. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  897. package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
  898. package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
  899. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
  900. package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
  901. package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
  902. package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
  903. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  904. package/docs/API-reference/api/x-components.throttle.md +3 -3
  905. package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
  906. package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
  907. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
  908. package/docs/API-reference/api/x-components.timeselector.md +15 -0
  909. package/docs/API-reference/api/x-components.track.md +13 -0
  910. package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
  911. package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
  912. package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
  913. package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
  914. package/docs/API-reference/api/x-components.urlgetters.md +1 -1
  915. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +3 -1
  916. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  917. package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
  918. package/docs/API-reference/api/x-components.urlhandler.md +29 -0
  919. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  920. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  921. package/docs/API-reference/api/x-components.urlmutations.md +10 -2
  922. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
  923. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
  924. package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
  925. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  926. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  927. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
  928. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  929. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  930. package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
  931. package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
  932. package/docs/API-reference/api/x-components.urlparams.md +25 -0
  933. package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
  934. package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
  935. package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
  936. package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
  937. package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
  938. package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
  939. package/docs/API-reference/api/x-components.urlstate.md +3 -8
  940. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
  941. package/docs/API-reference/api/x-components.urlxevents.md +4 -10
  942. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  943. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
  944. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
  945. package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
  946. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
  947. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
  948. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
  949. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  950. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  951. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  952. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  953. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  954. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  955. package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
  956. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  957. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  958. package/docs/API-reference/api/x-components.wiremetadata.md +4 -1
  959. package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
  960. package/docs/API-reference/api/x-components.wireservice.md +1 -1
  961. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
  962. package/docs/API-reference/api/x-components.wiring.md +2 -2
  963. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
  964. package/docs/API-reference/api/x-components.xapi.md +2 -0
  965. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
  966. package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
  967. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
  968. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +8 -1
  969. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  970. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  971. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  972. package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
  973. package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
  974. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
  975. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
  976. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
  977. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  978. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
  979. package/docs/API-reference/api/x-components.xeventstypes.md +30 -30
  980. package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
  981. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
  982. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
  983. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
  984. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
  985. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
  986. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
  987. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
  988. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +1 -1
  989. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
  990. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
  991. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
  992. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +1 -1
  993. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
  994. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
  995. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +1 -1
  996. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
  997. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
  998. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
  999. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
  1000. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
  1001. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +1 -1
  1002. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
  1003. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
  1004. package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
  1005. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
  1006. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
  1007. package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
  1008. package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
  1009. package/docs/API-reference/api/x-components.xinstaller.md +10 -7
  1010. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
  1011. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
  1012. package/docs/API-reference/api/x-components.xmoduleoptions.md +1 -1
  1013. package/docs/API-reference/api/x-components.xmodulestree.md +2 -1
  1014. package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
  1015. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  1016. package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
  1017. package/docs/API-reference/api/x-components.xplugin.md +4 -6
  1018. package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
  1019. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
  1020. package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
  1021. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
  1022. package/docs/API-reference/api/x-types.banner.md +2 -3
  1023. package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
  1024. package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
  1025. package/docs/API-reference/api/x-types.facetfilter.md +1 -1
  1026. package/docs/API-reference/api/x-types.facetfilter.modelname.md +1 -1
  1027. package/docs/API-reference/api/x-types.facetfilterschema.md +1 -1
  1028. package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
  1029. package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
  1030. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
  1031. package/docs/API-reference/api/x-types.hierarchicalfilter.md +2 -2
  1032. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +1 -1
  1033. package/docs/API-reference/api/x-types.historyquery.md +2 -2
  1034. package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
  1035. package/docs/API-reference/api/x-types.identifiable.md +2 -2
  1036. package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
  1037. package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
  1038. package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
  1039. package/docs/API-reference/api/x-types.md +30 -3
  1040. package/docs/API-reference/api/x-types.modelnametype.md +1 -1
  1041. package/docs/API-reference/api/x-types.nextqueries.md +2 -2
  1042. package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
  1043. package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
  1044. package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
  1045. package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
  1046. package/docs/API-reference/api/x-types.nextquery.md +8 -2
  1047. package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
  1048. package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
  1049. package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
  1050. package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
  1051. package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
  1052. package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
  1053. package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
  1054. package/docs/API-reference/api/x-types.previewresults.md +22 -0
  1055. package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
  1056. package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
  1057. package/docs/API-reference/api/x-types.promoted.md +2 -3
  1058. package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
  1059. package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
  1060. package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
  1061. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
  1062. package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
  1063. package/docs/API-reference/api/x-types.rawfilter.md +1 -1
  1064. package/docs/API-reference/api/x-types.rawfilter.selected.md +1 -1
  1065. package/docs/API-reference/api/x-types.recommendationsrequest.md +15 -0
  1066. package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
  1067. package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
  1068. package/docs/API-reference/api/x-types.redirection.md +2 -4
  1069. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  1070. package/docs/API-reference/api/x-types.relatedtag.md +3 -4
  1071. package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
  1072. package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
  1073. package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
  1074. package/docs/API-reference/api/x-types.result.identifier.md +1 -1
  1075. package/docs/API-reference/api/x-types.result.images.md +1 -1
  1076. package/docs/API-reference/api/x-types.result.iswishlisted.md +1 -1
  1077. package/docs/API-reference/api/x-types.result.md +11 -11
  1078. package/docs/API-reference/api/x-types.result.name.md +1 -1
  1079. package/docs/API-reference/api/x-types.result.price.md +1 -1
  1080. package/docs/API-reference/api/x-types.result.rating.md +1 -1
  1081. package/docs/API-reference/api/x-types.result.type.md +1 -1
  1082. package/docs/API-reference/api/x-types.result.url.md +1 -1
  1083. package/docs/API-reference/api/x-types.result.variants.md +13 -0
  1084. package/docs/API-reference/api/x-types.resultvariant.md +15 -0
  1085. package/docs/API-reference/api/x-types.searchrequest.md +15 -0
  1086. package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
  1087. package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
  1088. package/docs/API-reference/api/x-types.searchresponse.md +28 -0
  1089. package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
  1090. package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
  1091. package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
  1092. package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
  1093. package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
  1094. package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
  1095. package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
  1096. package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
  1097. package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
  1098. package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
  1099. package/docs/API-reference/api/x-types.suggestion.md +3 -2
  1100. package/docs/API-reference/api/x-types.taggable.md +20 -0
  1101. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  1102. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  1103. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  1104. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  1105. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  1106. package/docs/API-reference/api/x-types.tagging.md +6 -3
  1107. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  1108. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  1109. package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
  1110. package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
  1111. package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
  1112. package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
  1113. package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
  1114. package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
  1115. package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
  1116. package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
  1117. package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
  1118. package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
  1119. package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
  1120. package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
  1121. package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
  1122. package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
  1123. package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
  1124. package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
  1125. package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
  1126. package/docs/API-reference/components/common/animations/x-components.animate-width.md +6 -7
  1127. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -11
  1128. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +12 -12
  1129. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +29 -0
  1130. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -10
  1131. package/docs/API-reference/components/common/animations/x-components.fade.md +48 -0
  1132. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +11 -12
  1133. package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +34 -0
  1134. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +16 -17
  1135. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +14 -15
  1136. package/docs/API-reference/components/common/currency/x-components.base-currency.md +275 -49
  1137. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +16 -17
  1138. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +11 -12
  1139. package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
  1140. package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
  1141. package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
  1142. package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
  1143. package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
  1144. package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
  1145. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
  1146. package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
  1147. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
  1148. package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
  1149. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
  1150. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
  1151. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
  1152. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
  1153. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
  1154. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
  1155. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
  1156. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
  1157. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
  1158. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
  1159. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
  1160. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
  1161. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
  1162. package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
  1163. package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
  1164. package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
  1165. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
  1166. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
  1167. package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
  1168. package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
  1169. package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
  1170. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
  1171. package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
  1172. package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
  1173. package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
  1174. package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
  1175. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
  1176. package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
  1177. package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
  1178. package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
  1179. package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
  1180. package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
  1181. package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
  1182. package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
  1183. package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
  1184. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
  1185. package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
  1186. package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
  1187. package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
  1188. package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
  1189. package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
  1190. package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
  1191. package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
  1192. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
  1193. package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
  1194. package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
  1195. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +75 -0
  1196. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +137 -5
  1197. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +21 -19
  1198. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +10 -11
  1199. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +10 -11
  1200. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +15 -16
  1201. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +53 -22
  1202. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +53 -22
  1203. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
  1204. package/docs/API-reference/components/common/modals/x-components.base-modal.md +12 -12
  1205. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +53 -0
  1206. package/docs/API-reference/components/common/modals/x-components.main-modal.md +59 -0
  1207. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +53 -0
  1208. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +13 -14
  1209. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
  1210. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
  1211. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
  1212. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
  1213. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +10 -11
  1214. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
  1215. package/docs/API-reference/components/common/result/x-components.base-result-image.md +21 -21
  1216. package/docs/API-reference/components/common/result/x-components.base-result-link.md +13 -28
  1217. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
  1218. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +47 -20
  1219. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
  1220. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +300 -0
  1221. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +195 -0
  1222. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +63 -45
  1223. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +22 -21
  1224. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +52 -15
  1225. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +62 -0
  1226. package/docs/API-reference/components/common/x-components.base-dropdown.md +80 -0
  1227. package/docs/API-reference/components/common/x-components.base-event-button.md +50 -0
  1228. package/docs/API-reference/components/common/x-components.base-grid.md +100 -0
  1229. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +87 -0
  1230. package/docs/API-reference/components/common/x-components.base-rating.md +48 -0
  1231. package/docs/API-reference/components/common/x-components.base-switch.md +80 -0
  1232. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +85 -0
  1233. package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
  1234. package/docs/API-reference/components/common/x-components.items-list.md +23 -0
  1235. package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
  1236. package/docs/API-reference/components/common/x-components.sliding-panel.md +240 -0
  1237. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +36 -0
  1238. package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
  1239. package/docs/API-reference/components/empathize/x-components.empathize.md +20 -18
  1240. package/docs/API-reference/components/extra-params/x-components.extra-params.md +7 -8
  1241. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +15 -22
  1242. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +13 -7
  1243. package/docs/API-reference/components/facets/x-components.clear-filters.md +15 -16
  1244. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +10 -11
  1245. package/docs/API-reference/components/facets/x-components.facets/facets.md +44 -20
  1246. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +19 -20
  1247. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +12 -13
  1248. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +153 -35
  1249. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +124 -25
  1250. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
  1251. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +63 -24
  1252. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +11 -12
  1253. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +15 -16
  1254. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +15 -15
  1255. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +25 -25
  1256. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +18 -19
  1257. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +31 -29
  1258. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +15 -16
  1259. package/docs/API-reference/components/facets/x-components.preselected-filters.md +79 -0
  1260. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +39 -15
  1261. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +100 -0
  1262. package/docs/API-reference/components/history-queries/x-components.history-queries.md +170 -49
  1263. package/docs/API-reference/components/history-queries/x-components.history-query.md +84 -36
  1264. package/docs/API-reference/components/history-queries/x-components.my-history.md +200 -0
  1265. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +13 -15
  1266. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
  1267. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +40 -16
  1268. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +55 -19
  1269. package/docs/API-reference/components/next-queries/x-components.next-queries.md +144 -57
  1270. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +205 -0
  1271. package/docs/API-reference/components/next-queries/x-components.next-query.md +87 -31
  1272. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +67 -25
  1273. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +117 -54
  1274. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +192 -0
  1275. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +14 -15
  1276. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +27 -26
  1277. package/docs/API-reference/components/recommendations/x-components.recommendations.md +66 -30
  1278. package/docs/API-reference/components/related-tags/x-components.related-tag.md +33 -37
  1279. package/docs/API-reference/components/related-tags/x-components.related-tags.md +44 -42
  1280. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +83 -0
  1281. package/docs/API-reference/components/scroll/x-components.main-scroll.md +174 -0
  1282. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +65 -0
  1283. package/docs/API-reference/components/scroll/x-components.scroll.md +160 -0
  1284. package/docs/API-reference/components/scroll/x-components.window-scroll.md +155 -0
  1285. package/docs/API-reference/components/search/x-components.banner.md +8 -9
  1286. package/docs/API-reference/components/search/x-components.banners-list.md +8 -9
  1287. package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
  1288. package/docs/API-reference/components/search/x-components.partial-results-list.md +12 -13
  1289. package/docs/API-reference/components/search/x-components.promoted.md +7 -8
  1290. package/docs/API-reference/components/search/x-components.promoteds-list.md +8 -9
  1291. package/docs/API-reference/components/search/x-components.redirection.md +98 -0
  1292. package/docs/API-reference/components/search/x-components.results-list.md +8 -9
  1293. package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -18
  1294. package/docs/API-reference/components/search/x-components.sort-list.md +12 -14
  1295. package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
  1296. package/docs/API-reference/components/search/x-components.spellcheck.md +13 -14
  1297. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +31 -32
  1298. package/docs/API-reference/components/search-box/x-components.search-button.md +44 -27
  1299. package/docs/API-reference/components/search-box/x-components.search-input.md +35 -26
  1300. package/docs/API-reference/components/tagging/x-components.tagging.md +112 -0
  1301. package/docs/API-reference/components/url/x-components.url-handler.md +82 -0
  1302. package/docs/build-search-ui/README.md +127 -0
  1303. package/docs/build-search-ui/web-archetype-development-guide.md +189 -0
  1304. package/docs/build-search-ui/web-archetype-integration-guide.md +308 -0
  1305. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +201 -0
  1306. package/docs/build-search-ui/web-x-architecture.md +85 -0
  1307. package/docs/build-search-ui/web-x-components-development-guide.md +172 -0
  1308. package/docs/experience-search-and-discovery/README.md +131 -0
  1309. package/docs/experience-search-and-discovery/empathize.md +102 -0
  1310. package/docs/experience-search-and-discovery/facets-and-filters.md +152 -0
  1311. package/docs/experience-search-and-discovery/history-queries.md +64 -0
  1312. package/docs/experience-search-and-discovery/id-results.md +45 -0
  1313. package/docs/experience-search-and-discovery/my-history.md +50 -0
  1314. package/docs/experience-search-and-discovery/next-queries.md +66 -0
  1315. package/docs/experience-search-and-discovery/popular-searches.md +43 -0
  1316. package/docs/experience-search-and-discovery/product-results-ui.md +81 -0
  1317. package/docs/experience-search-and-discovery/query-suggestions.md +44 -0
  1318. package/docs/experience-search-and-discovery/recommendations.md +44 -0
  1319. package/docs/experience-search-and-discovery/related-tags.md +48 -0
  1320. package/docs/experience-search-and-discovery/search-box.md +92 -0
  1321. package/docs/experience-search-and-discovery/serp-ui.md +121 -0
  1322. package/docs/experience-search-and-discovery/web-local-storage.md +25 -0
  1323. package/empathize/index.js +3 -3
  1324. package/extra-params/index.js +5 -5
  1325. package/facets/index.js +14 -13
  1326. package/history-queries/index.js +9 -7
  1327. package/identifier-results/index.js +6 -5
  1328. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
  1329. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
  1330. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
  1331. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
  1332. package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
  1333. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
  1334. package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
  1335. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
  1336. package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
  1337. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
  1338. package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
  1339. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
  1340. package/js/components/animations/animate-width.vue.js +23 -18
  1341. package/js/components/animations/animate-width.vue.js.map +1 -1
  1342. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
  1343. package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1344. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1345. package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1346. package/js/components/animations/animations.mixin.js +6 -6
  1347. package/js/components/animations/animations.mixin.js.map +1 -1
  1348. package/js/components/animations/collapse-height.vue.js +27 -25
  1349. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1350. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +23 -0
  1351. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1352. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1353. package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1354. package/js/components/animations/collapse-width.vue.js +27 -25
  1355. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1356. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +23 -0
  1357. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1358. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1359. package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1360. package/js/components/animations/create-directional-animation-factory.js +31 -0
  1361. package/js/components/animations/create-directional-animation-factory.js.map +1 -0
  1362. package/js/components/animations/cross-fade.vue.js +60 -0
  1363. package/js/components/animations/cross-fade.vue.js.map +1 -0
  1364. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +21 -0
  1365. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1366. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1367. package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1368. package/js/components/animations/disable-animation.mixin.js +32 -0
  1369. package/js/components/animations/disable-animation.mixin.js.map +1 -0
  1370. package/js/components/animations/fade-and-slide.vue.js +23 -21
  1371. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1372. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +34 -0
  1373. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1374. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1375. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1376. package/js/components/animations/fade.vue.js +60 -0
  1377. package/js/components/animations/fade.vue.js.map +1 -0
  1378. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +21 -0
  1379. package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1380. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1381. package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1382. package/js/components/animations/staggered-fade-and-slide.vue.js +15 -18
  1383. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1384. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +33 -0
  1385. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1386. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1387. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1388. package/js/components/animations/staggering-transition-group.vue.js +39 -0
  1389. package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
  1390. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +319 -0
  1391. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1392. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1393. package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1394. package/js/components/auto-progress-bar.vue.js +62 -0
  1395. package/js/components/auto-progress-bar.vue.js.map +1 -0
  1396. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +34 -0
  1397. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1398. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1399. package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1400. package/js/components/base-dropdown.vue.js +72 -52
  1401. package/js/components/base-dropdown.vue.js.map +1 -1
  1402. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +328 -0
  1403. package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1404. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1405. package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1406. package/js/components/base-event-button.vue.js +10 -10
  1407. package/js/components/base-event-button.vue.js.map +1 -1
  1408. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
  1409. package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1410. package/js/components/base-grid.vue.js +23 -25
  1411. package/js/components/base-grid.vue.js.map +1 -1
  1412. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +95 -0
  1413. package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1414. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1415. package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1416. package/js/components/base-keyboard-navigation.vue.js +16 -16
  1417. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1418. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
  1419. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1420. package/js/components/base-rating.vue.js +32 -31
  1421. package/js/components/base-rating.vue.js.map +1 -1
  1422. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
  1423. package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1424. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1425. package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1426. package/js/components/base-switch.vue.js +56 -0
  1427. package/js/components/base-switch.vue.js.map +1 -0
  1428. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
  1429. package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1430. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1431. package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1432. package/js/components/base-variable-column-grid.vue.js +15 -15
  1433. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1434. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
  1435. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1436. package/js/components/column-picker/base-column-picker-dropdown.vue.js +20 -20
  1437. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1438. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
  1439. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1440. package/js/components/column-picker/base-column-picker-list.vue.js +22 -25
  1441. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1442. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +48 -0
  1443. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1444. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1445. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1446. package/js/components/column-picker/column-picker.mixin.js +46 -53
  1447. package/js/components/column-picker/column-picker.mixin.js.map +1 -1
  1448. package/js/components/currency/base-currency.vue.js +13 -13
  1449. package/js/components/currency/base-currency.vue.js.map +1 -1
  1450. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
  1451. package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1452. package/js/components/decorators/bus.decorators.js +30 -41
  1453. package/js/components/decorators/bus.decorators.js.map +1 -1
  1454. package/js/components/decorators/debounce.decorators.js +16 -12
  1455. package/js/components/decorators/debounce.decorators.js.map +1 -1
  1456. package/js/components/decorators/injection.consts.js +38 -2
  1457. package/js/components/decorators/injection.consts.js.map +1 -1
  1458. package/js/components/decorators/injection.decorators.js +22 -26
  1459. package/js/components/decorators/injection.decorators.js.map +1 -1
  1460. package/js/components/decorators/store.decorators.js +11 -13
  1461. package/js/components/decorators/store.decorators.js.map +1 -1
  1462. package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
  1463. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1464. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
  1465. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1466. package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
  1467. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1468. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
  1469. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1470. package/js/components/global-x-bus.vue.js +39 -0
  1471. package/js/components/global-x-bus.vue.js.map +1 -0
  1472. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
  1473. package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1474. package/js/components/icons/arrow-down.vue.js +63 -0
  1475. package/js/components/icons/arrow-down.vue.js.map +1 -0
  1476. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1477. package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1478. package/js/components/icons/arrow-left.vue.js +63 -0
  1479. package/js/components/icons/arrow-left.vue.js.map +1 -0
  1480. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1481. package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1482. package/js/components/icons/arrow-right.vue.js +63 -0
  1483. package/js/components/icons/arrow-right.vue.js.map +1 -0
  1484. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1485. package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1486. package/js/components/icons/arrow-up.vue.js +63 -0
  1487. package/js/components/icons/arrow-up.vue.js.map +1 -0
  1488. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1489. package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1490. package/js/components/icons/bag.vue.js +18 -20
  1491. package/js/components/icons/bag.vue.js.map +1 -1
  1492. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1493. package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1494. package/js/components/icons/bar-code.vue.js +16 -17
  1495. package/js/components/icons/bar-code.vue.js.map +1 -1
  1496. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
  1497. package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1498. package/js/components/icons/barcode-tiny.vue.js +16 -17
  1499. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1500. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1501. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1502. package/js/components/icons/cart.vue.js +20 -21
  1503. package/js/components/icons/cart.vue.js.map +1 -1
  1504. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
  1505. package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1506. package/js/components/icons/check-tiny.vue.js +14 -14
  1507. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1508. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1509. package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1510. package/js/components/icons/check.vue.js +14 -14
  1511. package/js/components/icons/check.vue.js.map +1 -1
  1512. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1513. package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1514. package/js/components/icons/checkbox-card-selected.vue.js +15 -15
  1515. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  1516. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1517. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1518. package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
  1519. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  1520. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1521. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1522. package/js/components/icons/checkbox-selected.vue.js +15 -15
  1523. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1524. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1525. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1526. package/js/components/icons/checkbox-unselected.vue.js +16 -14
  1527. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1528. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1529. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1530. package/js/components/icons/chevron-down.vue.js +16 -16
  1531. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1532. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1533. package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1534. package/js/components/icons/chevron-left.vue.js +16 -16
  1535. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1536. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1537. package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1538. package/js/components/icons/chevron-right.vue.js +14 -14
  1539. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1540. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1541. package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1542. package/js/components/icons/chevron-tiny-down.vue.js +16 -16
  1543. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1544. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
  1545. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1546. package/js/components/icons/chevron-tiny-left.vue.js +16 -16
  1547. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1548. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
  1549. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1550. package/js/components/icons/chevron-tiny-right.vue.js +16 -16
  1551. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1552. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
  1553. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1554. package/js/components/icons/chevron-tiny-up.vue.js +16 -16
  1555. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1556. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1557. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1558. package/js/components/icons/chevron-up.vue.js +16 -16
  1559. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1560. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
  1561. package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1562. package/js/components/icons/cross-tiny.vue.js +14 -14
  1563. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1564. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1565. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1566. package/js/components/icons/cross.vue.js +14 -14
  1567. package/js/components/icons/cross.vue.js.map +1 -1
  1568. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
  1569. package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1570. package/js/components/icons/curated-check.vue.js +62 -0
  1571. package/js/components/icons/curated-check.vue.js.map +1 -0
  1572. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
  1573. package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1574. package/js/components/icons/filters.vue.js +20 -23
  1575. package/js/components/icons/filters.vue.js.map +1 -1
  1576. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
  1577. package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1578. package/js/components/icons/grid-1-col.vue.js +13 -22
  1579. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1580. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1581. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1582. package/js/components/icons/grid-2-col.vue.js +18 -18
  1583. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1584. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1585. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1586. package/js/components/icons/grid-2-rows.vue.js +67 -0
  1587. package/js/components/icons/grid-2-rows.vue.js.map +1 -0
  1588. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
  1589. package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1590. package/js/components/icons/grid-4-col.vue.js +58 -0
  1591. package/js/components/icons/grid-4-col.vue.js.map +1 -0
  1592. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
  1593. package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1594. package/js/components/icons/hide.vue.js +20 -23
  1595. package/js/components/icons/hide.vue.js.map +1 -1
  1596. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
  1597. package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1598. package/js/components/icons/history-tiny.vue.js +19 -20
  1599. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1600. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1601. package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1602. package/js/components/icons/history.vue.js +19 -20
  1603. package/js/components/icons/history.vue.js.map +1 -1
  1604. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
  1605. package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1606. package/js/components/icons/light-bulb-off.vue.js +72 -0
  1607. package/js/components/icons/light-bulb-off.vue.js.map +1 -0
  1608. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
  1609. package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1610. package/js/components/icons/light-bulb-on.vue.js +71 -0
  1611. package/js/components/icons/light-bulb-on.vue.js.map +1 -0
  1612. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
  1613. package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1614. package/js/components/icons/menu.vue.js +16 -16
  1615. package/js/components/icons/menu.vue.js.map +1 -1
  1616. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
  1617. package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1618. package/js/components/icons/minus-tiny.vue.js +14 -14
  1619. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1620. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1621. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1622. package/js/components/icons/minus.vue.js +14 -14
  1623. package/js/components/icons/minus.vue.js.map +1 -1
  1624. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1625. package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1626. package/js/components/icons/nq-1.vue.js +14 -14
  1627. package/js/components/icons/nq-1.vue.js.map +1 -1
  1628. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
  1629. package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1630. package/js/components/icons/nq-2.vue.js +14 -14
  1631. package/js/components/icons/nq-2.vue.js.map +1 -1
  1632. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
  1633. package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1634. package/js/components/icons/nq-3.vue.js +16 -16
  1635. package/js/components/icons/nq-3.vue.js.map +1 -1
  1636. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
  1637. package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1638. package/js/components/icons/nq-4.vue.js +19 -20
  1639. package/js/components/icons/nq-4.vue.js.map +1 -1
  1640. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
  1641. package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1642. package/js/components/icons/plus.vue.js +14 -14
  1643. package/js/components/icons/plus.vue.js.map +1 -1
  1644. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
  1645. package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1646. package/js/components/icons/radiobutton-selected.vue.js +64 -0
  1647. package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
  1648. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1649. package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1650. package/js/components/icons/radiobutton-unselected.vue.js +64 -0
  1651. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
  1652. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
  1653. package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1654. package/js/components/icons/search-tiny.vue.js +16 -17
  1655. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1656. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1657. package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1658. package/js/components/icons/search.vue.js +16 -16
  1659. package/js/components/icons/search.vue.js.map +1 -1
  1660. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
  1661. package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1662. package/js/components/icons/settings.vue.js +69 -0
  1663. package/js/components/icons/settings.vue.js.map +1 -0
  1664. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
  1665. package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1666. package/js/components/icons/show.vue.js +17 -18
  1667. package/js/components/icons/show.vue.js.map +1 -1
  1668. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
  1669. package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1670. package/js/components/icons/star.vue.js +16 -17
  1671. package/js/components/icons/star.vue.js.map +1 -1
  1672. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
  1673. package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1674. package/js/components/icons/tag.vue.js +60 -0
  1675. package/js/components/icons/tag.vue.js.map +1 -0
  1676. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
  1677. package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1678. package/js/components/icons/trash-open.vue.js +22 -23
  1679. package/js/components/icons/trash-open.vue.js.map +1 -1
  1680. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
  1681. package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1682. package/js/components/icons/trash.vue.js +18 -19
  1683. package/js/components/icons/trash.vue.js.map +1 -1
  1684. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
  1685. package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1686. package/js/components/icons/trending-tiny.vue.js +18 -18
  1687. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1688. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
  1689. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1690. package/js/components/icons/trending.vue.js +18 -18
  1691. package/js/components/icons/trending.vue.js.map +1 -1
  1692. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
  1693. package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1694. package/js/components/icons/user.vue.js +16 -17
  1695. package/js/components/icons/user.vue.js.map +1 -1
  1696. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
  1697. package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1698. package/js/components/items-list-injection.mixin.js +22 -31
  1699. package/js/components/items-list-injection.mixin.js.map +1 -1
  1700. package/js/components/items-list.vue.js +15 -15
  1701. package/js/components/items-list.vue.js.map +1 -1
  1702. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
  1703. package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1704. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +243 -0
  1705. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
  1706. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
  1707. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1708. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1709. package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1710. package/js/components/layouts/layouts.mixin.js +35 -0
  1711. package/js/components/layouts/layouts.mixin.js.map +1 -0
  1712. package/js/components/layouts/multi-column-max-width-layout.vue.js +115 -108
  1713. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1714. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +28 -0
  1715. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1716. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1717. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1718. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
  1719. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
  1720. package/js/components/layouts/single-column-layout.vue.js +85 -64
  1721. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1722. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
  1723. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1724. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1725. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1726. package/js/components/location-provider.vue.js +39 -0
  1727. package/js/components/location-provider.vue.js.map +1 -0
  1728. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
  1729. package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1730. package/js/components/modals/base-events-modal-close.vue.js +11 -11
  1731. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1732. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
  1733. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1734. package/js/components/modals/base-events-modal-open.vue.js +11 -11
  1735. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1736. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
  1737. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1738. package/js/components/modals/base-events-modal.vue.js +12 -12
  1739. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1740. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
  1741. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1742. package/js/components/modals/base-id-modal-close.vue.js +31 -19
  1743. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1744. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +35 -0
  1745. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1746. package/js/components/modals/base-id-modal-open.vue.js +31 -19
  1747. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1748. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -0
  1749. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1750. package/js/components/modals/base-id-modal.vue.js +12 -12
  1751. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1752. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
  1753. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1754. package/js/components/modals/base-modal.vue.js +60 -45
  1755. package/js/components/modals/base-modal.vue.js.map +1 -1
  1756. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +128 -0
  1757. package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1758. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1759. package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1760. package/js/components/modals/close-main-modal.vue.js +61 -0
  1761. package/js/components/modals/close-main-modal.vue.js.map +1 -0
  1762. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1763. package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1764. package/js/components/modals/main-modal.vue.js +61 -0
  1765. package/js/components/modals/main-modal.vue.js.map +1 -0
  1766. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +48 -0
  1767. package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1768. package/js/components/modals/open-main-modal.vue.js +61 -0
  1769. package/js/components/modals/open-main-modal.vue.js.map +1 -0
  1770. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
  1771. package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1772. package/js/components/no-element.js +3 -4
  1773. package/js/components/no-element.js.map +1 -1
  1774. package/js/components/panels/base-header-toggle-panel.vue.js +18 -21
  1775. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1776. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
  1777. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1778. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1779. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1780. package/js/components/panels/base-id-toggle-panel-button.vue.js +11 -11
  1781. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1782. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
  1783. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1784. package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
  1785. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1786. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
  1787. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1788. package/js/components/panels/base-toggle-panel.vue.js +12 -12
  1789. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1790. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
  1791. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1792. package/js/components/result/base-result-add-to-cart.vue.js +17 -14
  1793. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1794. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
  1795. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1796. package/js/components/result/base-result-current-price.vue.js +15 -15
  1797. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1798. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
  1799. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1800. package/js/components/result/base-result-fallback-image.vue.js +16 -17
  1801. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1802. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1803. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1804. package/js/components/result/base-result-image.vue.js +43 -48
  1805. package/js/components/result/base-result-image.vue.js.map +1 -1
  1806. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +87 -0
  1807. package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1808. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1809. package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1810. package/js/components/result/base-result-link.vue.js +19 -22
  1811. package/js/components/result/base-result-link.vue.js.map +1 -1
  1812. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
  1813. package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1814. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1815. package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1816. package/js/components/result/base-result-placeholder-image.vue.js +16 -17
  1817. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1818. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
  1819. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1820. package/js/components/result/base-result-previous-price.vue.js +16 -16
  1821. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1822. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
  1823. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1824. package/js/components/result/base-result-rating.vue.js +99 -0
  1825. package/js/components/result/base-result-rating.vue.js.map +1 -0
  1826. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
  1827. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1828. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1829. package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1830. package/js/components/result/result-variant-selector.vue.js +137 -0
  1831. package/js/components/result/result-variant-selector.vue.js.map +1 -0
  1832. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
  1833. package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1834. package/js/components/result/result-variants-provider.vue.js +39 -0
  1835. package/js/components/result/result-variants-provider.vue.js.map +1 -0
  1836. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
  1837. package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1838. package/js/components/scroll/base-scroll.vue.js +15 -18
  1839. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1840. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
  1841. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1842. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1843. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1844. package/js/components/scroll/scroll.mixin.js +192 -147
  1845. package/js/components/scroll/scroll.mixin.js.map +1 -1
  1846. package/js/components/sliding-panel.vue.js +28 -29
  1847. package/js/components/sliding-panel.vue.js.map +1 -1
  1848. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
  1849. package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1850. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1851. package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1852. package/js/components/snippet-callbacks.vue.js +47 -0
  1853. package/js/components/snippet-callbacks.vue.js.map +1 -0
  1854. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
  1855. package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1856. package/js/components/suggestions/base-suggestion.vue.js +16 -16
  1857. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1858. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +141 -0
  1859. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1860. package/js/components/suggestions/base-suggestions.vue.js +20 -23
  1861. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1862. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +72 -0
  1863. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1864. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  1865. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  1866. package/js/components/x-component.mixin.js +1 -4
  1867. package/js/components/x-component.mixin.js.map +1 -1
  1868. package/js/components/x-component.utils.js +3 -20
  1869. package/js/components/x-component.utils.js.map +1 -1
  1870. package/js/directives/infinite-scroll/infinite-scroll.js +16 -20
  1871. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
  1872. package/js/index.js +182 -123
  1873. package/js/index.js.map +1 -1
  1874. package/js/plugins/devtools/colors.utils.js +49 -0
  1875. package/js/plugins/devtools/colors.utils.js.map +1 -0
  1876. package/js/plugins/devtools/devtools.plugin.js +31 -0
  1877. package/js/plugins/devtools/devtools.plugin.js.map +1 -0
  1878. package/js/plugins/devtools/timeline.devtools.js +98 -0
  1879. package/js/plugins/devtools/timeline.devtools.js.map +1 -0
  1880. package/js/plugins/devtools/wiring.devtools.js +118 -0
  1881. package/js/plugins/devtools/wiring.devtools.js.map +1 -0
  1882. package/js/plugins/x-bus.js +19 -20
  1883. package/js/plugins/x-bus.js.map +1 -1
  1884. package/js/plugins/x-emitters.js +150 -0
  1885. package/js/plugins/x-emitters.js.map +1 -0
  1886. package/js/plugins/x-plugin.alias.js +59 -53
  1887. package/js/plugins/x-plugin.alias.js.map +1 -1
  1888. package/js/plugins/x-plugin.js +147 -250
  1889. package/js/plugins/x-plugin.js.map +1 -1
  1890. package/js/plugins/x-plugin.mixin.js +33 -15
  1891. package/js/plugins/x-plugin.mixin.js.map +1 -1
  1892. package/js/plugins/x-plugin.utils.js +1 -1
  1893. package/js/plugins/x-plugin.utils.js.map +1 -1
  1894. package/js/services/directional-focus-navigation.service.js +72 -78
  1895. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1896. package/js/store/utils/fetch-and-save-action.utils.js +77 -0
  1897. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
  1898. package/js/store/utils/getters-proxy.utils.js +100 -0
  1899. package/js/store/utils/getters-proxy.utils.js.map +1 -0
  1900. package/js/store/utils/query.utils.js +37 -0
  1901. package/js/store/utils/query.utils.js.map +1 -0
  1902. package/js/store/utils/status-store.utils.js +13 -0
  1903. package/js/store/utils/status-store.utils.js.map +1 -0
  1904. package/js/store/utils/store-emitters.utils.js +14 -0
  1905. package/js/store/utils/store-emitters.utils.js.map +1 -0
  1906. package/js/store/x.module.js +11 -10
  1907. package/js/store/x.module.js.map +1 -1
  1908. package/js/utils/array.js +47 -60
  1909. package/js/utils/array.js.map +1 -1
  1910. package/js/utils/cancellable-promise.js +6 -6
  1911. package/js/utils/cancellable-promise.js.map +1 -1
  1912. package/js/utils/currency-formatter.js +18 -21
  1913. package/js/utils/currency-formatter.js.map +1 -1
  1914. package/js/utils/debounce.js +9 -14
  1915. package/js/utils/debounce.js.map +1 -1
  1916. package/js/utils/filters.js +22 -2
  1917. package/js/utils/filters.js.map +1 -1
  1918. package/js/utils/get-url-parameters.js +3 -3
  1919. package/js/utils/get-url-parameters.js.map +1 -1
  1920. package/js/utils/is-new-query.js +48 -0
  1921. package/js/utils/is-new-query.js.map +1 -0
  1922. package/js/utils/normalize.js +4 -5
  1923. package/js/utils/normalize.js.map +1 -1
  1924. package/js/utils/number.js +1 -2
  1925. package/js/utils/number.js.map +1 -1
  1926. package/js/utils/origin.js +21 -0
  1927. package/js/utils/origin.js.map +1 -0
  1928. package/js/utils/sanitize.js +3 -3
  1929. package/js/utils/sanitize.js.map +1 -1
  1930. package/js/utils/storage.js +3 -3
  1931. package/js/utils/storage.js.map +1 -1
  1932. package/js/utils/string.js +16 -1
  1933. package/js/utils/string.js.map +1 -1
  1934. package/js/utils/throttle.js +6 -10
  1935. package/js/utils/throttle.js.map +1 -1
  1936. package/js/wiring/namespaced-wires.factory.js +9 -13
  1937. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  1938. package/js/wiring/namespaced-wires.operators.js +2 -8
  1939. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  1940. package/js/wiring/wires-operators.utils.js +54 -0
  1941. package/js/wiring/wires-operators.utils.js.map +1 -0
  1942. package/js/wiring/wires.factory.js +22 -29
  1943. package/js/wiring/wires.factory.js.map +1 -1
  1944. package/js/wiring/wires.operators.js +26 -44
  1945. package/js/wiring/wires.operators.js.map +1 -1
  1946. package/js/wiring/wiring.utils.js +1 -1
  1947. package/js/wiring/wiring.utils.js.map +1 -1
  1948. package/js/x-installer/api/base-api.js +43 -17
  1949. package/js/x-installer/api/base-api.js.map +1 -1
  1950. package/js/x-installer/x-installer/x-installer.js +118 -131
  1951. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  1952. package/js/x-modules/device/components/device-detector.vue.js +11 -11
  1953. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  1954. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
  1955. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1956. package/js/x-modules/device/store/emitters.js +2 -3
  1957. package/js/x-modules/device/store/emitters.js.map +1 -1
  1958. package/js/x-modules/device/store/module.js +4 -4
  1959. package/js/x-modules/device/store/module.js.map +1 -1
  1960. package/js/x-modules/device/wiring.js +5 -5
  1961. package/js/x-modules/device/wiring.js.map +1 -1
  1962. package/js/x-modules/device/x-module.js +2 -2
  1963. package/js/x-modules/device/x-module.js.map +1 -1
  1964. package/js/x-modules/empathize/components/empathize.vue.js +14 -14
  1965. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  1966. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +105 -0
  1967. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1968. package/js/x-modules/empathize/store/emitters.js +2 -3
  1969. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  1970. package/js/x-modules/empathize/store/module.js +4 -4
  1971. package/js/x-modules/empathize/store/module.js.map +1 -1
  1972. package/js/x-modules/empathize/wiring.js +6 -6
  1973. package/js/x-modules/empathize/wiring.js.map +1 -1
  1974. package/js/x-modules/empathize/x-module.js +2 -2
  1975. package/js/x-modules/empathize/x-module.js.map +1 -1
  1976. package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
  1977. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  1978. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +165 -0
  1979. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1980. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +12 -12
  1981. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  1982. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +178 -0
  1983. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1984. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +10 -10
  1985. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  1986. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +76 -0
  1987. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  1988. package/js/x-modules/extra-params/store/emitters.js +3 -4
  1989. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  1990. package/js/x-modules/extra-params/store/module.js +5 -7
  1991. package/js/x-modules/extra-params/store/module.js.map +1 -1
  1992. package/js/x-modules/extra-params/wiring.js +11 -9
  1993. package/js/x-modules/extra-params/wiring.js.map +1 -1
  1994. package/js/x-modules/extra-params/x-module.js +2 -2
  1995. package/js/x-modules/extra-params/x-module.js.map +1 -1
  1996. package/js/x-modules/facets/components/clear-filters.vue.js +22 -18
  1997. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  1998. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +177 -0
  1999. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2000. package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
  2001. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
  2002. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +226 -0
  2003. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2004. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2005. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2006. package/js/x-modules/facets/components/facets/facets.vue.js +33 -27
  2007. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  2008. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
  2009. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2010. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2011. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2012. package/js/x-modules/facets/components/facets.mixin.js +67 -0
  2013. package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
  2014. package/js/x-modules/facets/components/filters/all-filter.vue.js +14 -14
  2015. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  2016. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +194 -0
  2017. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2018. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +44 -37
  2019. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  2020. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
  2021. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2022. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2023. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2024. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +41 -40
  2025. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  2026. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +110 -0
  2027. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2028. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
  2029. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  2030. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +178 -0
  2031. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2032. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
  2033. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  2034. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +214 -0
  2035. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2036. package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
  2037. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  2038. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +178 -0
  2039. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2040. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
  2041. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  2042. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +170 -0
  2043. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2044. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
  2045. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
  2046. package/js/x-modules/facets/components/lists/filters-list.vue.js +17 -20
  2047. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  2048. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +183 -0
  2049. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2050. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2051. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2052. package/js/x-modules/facets/components/lists/filters-search.vue.js +26 -25
  2053. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  2054. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +214 -0
  2055. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2056. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2057. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2058. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +29 -27
  2059. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  2060. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
  2061. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2062. package/js/x-modules/facets/components/lists/selected-filters.vue.js +13 -13
  2063. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  2064. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +156 -0
  2065. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2066. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +33 -25
  2067. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  2068. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +211 -0
  2069. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2070. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
  2071. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  2072. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +172 -0
  2073. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2074. package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
  2075. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
  2076. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
  2077. package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2078. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +34 -28
  2079. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  2080. package/js/x-modules/facets/entities/filter-entity.factory.js +74 -28
  2081. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  2082. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
  2083. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  2084. package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
  2085. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  2086. package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
  2087. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  2088. package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
  2089. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  2090. package/js/x-modules/facets/entities/single-select.modifier.js +22 -35
  2091. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  2092. package/js/x-modules/facets/entities/types.js +7 -8
  2093. package/js/x-modules/facets/entities/types.js.map +1 -1
  2094. package/js/x-modules/facets/service/facets.service.js +136 -116
  2095. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  2096. package/js/x-modules/facets/store/emitters.js +5 -5
  2097. package/js/x-modules/facets/store/emitters.js.map +1 -1
  2098. package/js/x-modules/facets/store/getters/facets.getter.js +8 -11
  2099. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  2100. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +5 -7
  2101. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  2102. package/js/x-modules/facets/store/getters/selected-filters.getter.js +1 -3
  2103. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  2104. package/js/x-modules/facets/store/module.js +26 -18
  2105. package/js/x-modules/facets/store/module.js.map +1 -1
  2106. package/js/x-modules/facets/utils.js +10 -38
  2107. package/js/x-modules/facets/utils.js.map +1 -1
  2108. package/js/x-modules/facets/wiring.js +65 -32
  2109. package/js/x-modules/facets/wiring.js.map +1 -1
  2110. package/js/x-modules/facets/x-module.js +2 -2
  2111. package/js/x-modules/facets/x-module.js.map +1 -1
  2112. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +14 -14
  2113. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2114. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
  2115. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2116. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
  2117. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
  2118. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
  2119. package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2120. package/js/x-modules/history-queries/components/history-queries.vue.js +29 -28
  2121. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2122. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +41 -0
  2123. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2124. package/js/x-modules/history-queries/components/history-query.vue.js +23 -23
  2125. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2126. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +45 -0
  2127. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2128. package/js/x-modules/history-queries/components/my-history.vue.js +196 -0
  2129. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
  2130. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
  2131. package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2132. package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
  2133. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2134. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
  2135. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2136. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +30 -38
  2137. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2138. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
  2139. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2140. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
  2141. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2142. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
  2143. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2144. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
  2145. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2146. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +15 -0
  2147. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
  2148. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
  2149. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
  2150. package/js/x-modules/history-queries/store/constants.js +4 -3
  2151. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2152. package/js/x-modules/history-queries/store/emitters.js +5 -6
  2153. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2154. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
  2155. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2156. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
  2157. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2158. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
  2159. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2160. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
  2161. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2162. package/js/x-modules/history-queries/store/module.js +26 -17
  2163. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2164. package/js/x-modules/history-queries/wiring.js +56 -26
  2165. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2166. package/js/x-modules/history-queries/x-module.js +2 -2
  2167. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2168. package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
  2169. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2170. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
  2171. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2172. package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
  2173. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2174. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
  2175. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2176. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +11 -11
  2177. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2178. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +4 -9
  2179. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2180. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
  2181. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  2182. package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
  2183. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2184. package/js/x-modules/identifier-results/store/emitters.js +8 -5
  2185. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2186. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
  2187. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2188. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
  2189. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2190. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -4
  2191. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2192. package/js/x-modules/identifier-results/store/module.js +28 -19
  2193. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2194. package/js/x-modules/identifier-results/wiring.js +49 -20
  2195. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2196. package/js/x-modules/identifier-results/x-module.js +2 -2
  2197. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2198. package/js/x-modules/next-queries/components/next-queries-list.vue.js +18 -18
  2199. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  2200. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +125 -0
  2201. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2202. package/js/x-modules/next-queries/components/next-queries.vue.js +39 -27
  2203. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2204. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +53 -0
  2205. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2206. package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
  2207. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
  2208. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
  2209. package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2210. package/js/x-modules/next-queries/components/next-query.vue.js +24 -18
  2211. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2212. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
  2213. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2214. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +8 -10
  2215. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2216. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
  2217. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
  2218. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +5 -8
  2219. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2220. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +26 -0
  2221. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
  2222. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
  2223. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2224. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +15 -0
  2225. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
  2226. package/js/x-modules/next-queries/store/emitters.js +6 -7
  2227. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2228. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
  2229. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2230. package/js/x-modules/next-queries/store/getters/request.getter.js +8 -5
  2231. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2232. package/js/x-modules/next-queries/store/module.js +33 -20
  2233. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2234. package/js/x-modules/next-queries/wiring.js +45 -20
  2235. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2236. package/js/x-modules/next-queries/x-module.js +2 -2
  2237. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2238. package/js/x-modules/popular-searches/components/popular-search.vue.js +18 -17
  2239. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2240. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
  2241. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2242. package/js/x-modules/popular-searches/components/popular-searches.vue.js +25 -24
  2243. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2244. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +38 -0
  2245. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2246. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2247. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2248. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +5 -11
  2249. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2250. package/js/x-modules/popular-searches/store/emitters.js +3 -3
  2251. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2252. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
  2253. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2254. package/js/x-modules/popular-searches/store/getters/request.getter.js +6 -5
  2255. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2256. package/js/x-modules/popular-searches/store/module.js +14 -14
  2257. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2258. package/js/x-modules/popular-searches/wiring.js +12 -12
  2259. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2260. package/js/x-modules/popular-searches/x-module.js +2 -2
  2261. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2262. package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
  2263. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
  2264. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +110 -0
  2265. package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2266. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
  2267. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
  2268. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
  2269. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
  2270. package/js/x-modules/queries-preview/store/emitters.js +12 -0
  2271. package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
  2272. package/js/x-modules/queries-preview/store/module.js +40 -0
  2273. package/js/x-modules/queries-preview/store/module.js.map +1 -0
  2274. package/js/x-modules/queries-preview/wiring.js +58 -0
  2275. package/js/x-modules/queries-preview/wiring.js.map +1 -0
  2276. package/js/x-modules/queries-preview/x-module.js +19 -0
  2277. package/js/x-modules/queries-preview/x-module.js.map +1 -0
  2278. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +19 -18
  2279. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2280. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
  2281. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2282. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +25 -24
  2283. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2284. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +37 -0
  2285. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2286. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +8 -10
  2287. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2288. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +11 -9
  2289. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2290. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +15 -0
  2291. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
  2292. package/js/x-modules/query-suggestions/store/emitters.js +4 -5
  2293. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2294. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
  2295. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2296. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
  2297. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2298. package/js/x-modules/query-suggestions/store/getters/request.getter.js +8 -5
  2299. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2300. package/js/x-modules/query-suggestions/store/module.js +18 -17
  2301. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2302. package/js/x-modules/query-suggestions/wiring.js +39 -21
  2303. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2304. package/js/x-modules/query-suggestions/x-module.js +2 -2
  2305. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2306. package/js/x-modules/recommendations/components/recommendations.vue.js +22 -25
  2307. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2308. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
  2309. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2310. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2311. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2312. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +8 -10
  2313. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2314. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +10 -10
  2315. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2316. package/js/x-modules/recommendations/store/constants.js +1 -1
  2317. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2318. package/js/x-modules/recommendations/store/emitters.js +3 -4
  2319. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2320. package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
  2321. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2322. package/js/x-modules/recommendations/store/module.js +12 -12
  2323. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2324. package/js/x-modules/recommendations/wiring.js +15 -10
  2325. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2326. package/js/x-modules/recommendations/x-module.js +2 -2
  2327. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2328. package/js/x-modules/related-tags/components/related-tag.vue.js +24 -22
  2329. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2330. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
  2331. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2332. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2333. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2334. package/js/x-modules/related-tags/components/related-tags.vue.js +39 -31
  2335. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2336. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
  2337. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2338. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2339. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2340. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +8 -10
  2341. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2342. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +4 -9
  2343. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2344. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +31 -0
  2345. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
  2346. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
  2347. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2348. package/js/x-modules/related-tags/store/emitters.js +9 -6
  2349. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2350. package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
  2351. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
  2352. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
  2353. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2354. package/js/x-modules/related-tags/store/getters/request.getter.js +10 -5
  2355. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2356. package/js/x-modules/related-tags/store/module.js +21 -18
  2357. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2358. package/js/x-modules/related-tags/wiring.js +40 -22
  2359. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2360. package/js/x-modules/related-tags/x-module.js +2 -2
  2361. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2362. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  2363. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  2364. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +198 -0
  2365. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2366. package/js/x-modules/scroll/components/main-scroll.vue.js +47 -0
  2367. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  2368. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +218 -0
  2369. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2370. package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
  2371. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  2372. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +226 -0
  2373. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2374. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  2375. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  2376. package/js/x-modules/scroll/components/scroll.vue.js +69 -0
  2377. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  2378. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
  2379. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2380. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  2381. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  2382. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +201 -0
  2383. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2384. package/js/x-modules/scroll/store/emitters.js +12 -0
  2385. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  2386. package/js/x-modules/scroll/store/module.js +35 -0
  2387. package/js/x-modules/scroll/store/module.js.map +1 -0
  2388. package/js/x-modules/scroll/wiring.js +96 -0
  2389. package/js/x-modules/scroll/wiring.js.map +1 -0
  2390. package/js/x-modules/scroll/x-module.js +19 -0
  2391. package/js/x-modules/scroll/x-module.js.map +1 -0
  2392. package/js/x-modules/search/components/banner.vue.js +19 -21
  2393. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2394. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
  2395. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2396. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2397. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2398. package/js/x-modules/search/components/banners-list.vue.js +18 -18
  2399. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2400. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2401. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2402. package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
  2403. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2404. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
  2405. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2406. package/js/x-modules/search/components/partial-results-list.vue.js +17 -20
  2407. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2408. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
  2409. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2410. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2411. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2412. package/js/x-modules/search/components/promoted.vue.js +19 -21
  2413. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2414. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
  2415. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2416. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2417. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2418. package/js/x-modules/search/components/promoteds-list.vue.js +18 -18
  2419. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2420. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +57 -0
  2421. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2422. package/js/x-modules/search/components/redirection.vue.js +64 -0
  2423. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  2424. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +101 -0
  2425. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2426. package/js/x-modules/search/components/results-list.vue.js +18 -18
  2427. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2428. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +98 -0
  2429. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2430. package/js/x-modules/search/components/sort-dropdown.vue.js +22 -22
  2431. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2432. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
  2433. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2434. package/js/x-modules/search/components/sort-list.vue.js +21 -24
  2435. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2436. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +176 -0
  2437. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2438. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2439. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2440. package/js/x-modules/search/components/sort.mixin.js +78 -67
  2441. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  2442. package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
  2443. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2444. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
  2445. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2446. package/js/x-modules/search/components/spellcheck.vue.js +13 -13
  2447. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2448. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +159 -0
  2449. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2450. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +30 -27
  2451. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2452. package/js/x-modules/search/store/actions/fetch-search-response.action.js +5 -5
  2453. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2454. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
  2455. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2456. package/js/x-modules/search/store/actions/reset-state.action.js +31 -0
  2457. package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
  2458. package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
  2459. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  2460. package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
  2461. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
  2462. package/js/x-modules/search/store/actions/set-url-params.action.js +18 -0
  2463. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
  2464. package/js/x-modules/search/store/emitters.js +24 -9
  2465. package/js/x-modules/search/store/emitters.js.map +1 -1
  2466. package/js/x-modules/search/store/getters/query.getter.js +18 -0
  2467. package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
  2468. package/js/x-modules/search/store/getters/request.getter.js +12 -7
  2469. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2470. package/js/x-modules/search/store/module.js +61 -38
  2471. package/js/x-modules/search/store/module.js.map +1 -1
  2472. package/js/x-modules/search/wiring.js +73 -60
  2473. package/js/x-modules/search/wiring.js.map +1 -1
  2474. package/js/x-modules/search/x-module.js +2 -2
  2475. package/js/x-modules/search/x-module.js.map +1 -1
  2476. package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
  2477. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2478. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
  2479. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2480. package/js/x-modules/search-box/components/search-button.vue.js +15 -14
  2481. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2482. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
  2483. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2484. package/js/x-modules/search-box/components/search-input.vue.js +68 -59
  2485. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2486. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +199 -0
  2487. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2488. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
  2489. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
  2490. package/js/x-modules/search-box/store/actions/set-url-params.action.js +15 -0
  2491. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
  2492. package/js/x-modules/search-box/store/emitters.js +4 -5
  2493. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2494. package/js/x-modules/search-box/store/module.js +11 -8
  2495. package/js/x-modules/search-box/store/module.js.map +1 -1
  2496. package/js/x-modules/search-box/wiring.js +30 -9
  2497. package/js/x-modules/search-box/wiring.js.map +1 -1
  2498. package/js/x-modules/search-box/x-module.js +2 -2
  2499. package/js/x-modules/search-box/x-module.js.map +1 -1
  2500. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  2501. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  2502. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
  2503. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2504. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
  2505. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
  2506. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  2507. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  2508. package/js/x-modules/tagging/store/emitters.js +9 -3
  2509. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2510. package/js/x-modules/tagging/store/module.js +27 -6
  2511. package/js/x-modules/tagging/store/module.js.map +1 -1
  2512. package/js/x-modules/tagging/wiring.js +158 -2
  2513. package/js/x-modules/tagging/wiring.js.map +1 -1
  2514. package/js/x-modules/tagging/x-module.js +2 -2
  2515. package/js/x-modules/tagging/x-module.js.map +1 -1
  2516. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  2517. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  2518. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +453 -0
  2519. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
  2520. package/js/x-modules/url/store/emitters.js +43 -5
  2521. package/js/x-modules/url/store/emitters.js.map +1 -1
  2522. package/js/x-modules/url/store/getters/url-params.getter.js +30 -11
  2523. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2524. package/js/x-modules/url/store/initial-state.js +17 -0
  2525. package/js/x-modules/url/store/initial-state.js.map +1 -0
  2526. package/js/x-modules/url/store/module.js +28 -15
  2527. package/js/x-modules/url/store/module.js.map +1 -1
  2528. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  2529. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  2530. package/js/x-modules/url/wiring.js +77 -8
  2531. package/js/x-modules/url/wiring.js.map +1 -1
  2532. package/js/x-modules/url/x-module.js +2 -2
  2533. package/js/x-modules/url/x-module.js.map +1 -1
  2534. package/next-queries/index.js +8 -8
  2535. package/package.json +57 -72
  2536. package/popular-searches/index.js +6 -6
  2537. package/queries-preview/index.d.ts +1 -0
  2538. package/queries-preview/index.js +7 -0
  2539. package/query-suggestions/index.js +5 -5
  2540. package/recommendations/index.js +3 -3
  2541. package/related-tags/index.js +6 -5
  2542. package/report/tsdoc-metadata.json +1 -1
  2543. package/report/x-adapter-platform.api.json +5659 -0
  2544. package/report/x-components.api.json +21564 -9534
  2545. package/report/x-components.api.md +1649 -607
  2546. package/report/x-types.api.json +2392 -370
  2547. package/scroll/index.d.ts +1 -0
  2548. package/scroll/index.js +10 -0
  2549. package/search/index.js +17 -10
  2550. package/search-box/index.js +5 -5
  2551. package/tagging/index.js +5 -2
  2552. package/types/adapter/e2e-adapter.d.ts +19 -0
  2553. package/types/adapter/e2e-adapter.d.ts.map +1 -0
  2554. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
  2555. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
  2556. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
  2557. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
  2558. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
  2559. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
  2560. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2561. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2562. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2563. package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
  2564. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
  2565. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  2566. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  2567. package/types/components/animations/disable-animation.mixin.d.ts +28 -0
  2568. package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
  2569. package/types/components/animations/fade-and-slide.vue.d.ts +10 -2
  2570. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2571. package/types/components/animations/fade.vue.d.ts +10 -0
  2572. package/types/components/animations/fade.vue.d.ts.map +1 -0
  2573. package/types/components/animations/index.d.ts +8 -2
  2574. package/types/components/animations/index.d.ts.map +1 -1
  2575. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +10 -2
  2576. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2577. package/types/components/{staggering-transition-group.vue.d.ts → animations/staggering-transition-group.vue.d.ts} +0 -0
  2578. package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
  2579. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  2580. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  2581. package/types/components/base-dropdown.vue.d.ts +2 -1
  2582. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2583. package/types/components/base-grid.vue.d.ts +14 -5
  2584. package/types/components/base-grid.vue.d.ts.map +1 -1
  2585. package/types/components/base-switch.vue.d.ts +32 -0
  2586. package/types/components/base-switch.vue.d.ts.map +1 -0
  2587. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2588. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2589. package/types/components/decorators/bus.decorators.d.ts.map +1 -1
  2590. package/types/components/decorators/debounce.decorators.d.ts +4 -1
  2591. package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
  2592. package/types/components/decorators/injection.consts.d.ts +37 -0
  2593. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2594. package/types/components/global-x-bus.vue.d.ts +25 -0
  2595. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  2596. package/types/components/icons/arrow-down.vue.d.ts +3 -0
  2597. package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
  2598. package/types/components/icons/arrow-left.vue.d.ts +3 -0
  2599. package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
  2600. package/types/components/icons/arrow-right.vue.d.ts +3 -0
  2601. package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
  2602. package/types/components/icons/arrow-up.vue.d.ts +3 -0
  2603. package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
  2604. package/types/components/icons/curated-check.vue.d.ts +3 -0
  2605. package/types/components/icons/curated-check.vue.d.ts.map +1 -0
  2606. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
  2607. package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
  2608. package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
  2609. package/types/components/icons/grid-4-col.vue.d.ts +3 -0
  2610. package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
  2611. package/types/components/icons/index.d.ts +13 -1
  2612. package/types/components/icons/index.d.ts.map +1 -1
  2613. package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
  2614. package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
  2615. package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
  2616. package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
  2617. package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
  2618. package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
  2619. package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
  2620. package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
  2621. package/types/components/icons/settings.vue.d.ts +3 -0
  2622. package/types/components/icons/settings.vue.d.ts.map +1 -0
  2623. package/types/components/icons/tag.vue.d.ts +3 -0
  2624. package/types/components/icons/tag.vue.d.ts.map +1 -0
  2625. package/types/components/index.d.ts +9 -6
  2626. package/types/components/index.d.ts.map +1 -1
  2627. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
  2628. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
  2629. package/types/components/layouts/index.d.ts +4 -0
  2630. package/types/components/layouts/index.d.ts.map +1 -0
  2631. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  2632. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  2633. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +4 -16
  2634. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2635. package/types/components/layouts/single-column-layout.vue.d.ts +4 -16
  2636. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2637. package/types/components/location-provider.vue.d.ts +17 -0
  2638. package/types/components/location-provider.vue.d.ts.map +1 -0
  2639. package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
  2640. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2641. package/types/components/modals/base-id-modal-open.vue.d.ts +15 -4
  2642. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2643. package/types/components/modals/base-modal.vue.d.ts +8 -3
  2644. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2645. package/types/components/modals/close-main-modal.vue.d.ts +16 -0
  2646. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
  2647. package/types/components/modals/index.d.ts +3 -0
  2648. package/types/components/modals/index.d.ts.map +1 -1
  2649. package/types/components/modals/main-modal.vue.d.ts +34 -0
  2650. package/types/components/modals/main-modal.vue.d.ts.map +1 -0
  2651. package/types/components/modals/open-main-modal.vue.d.ts +16 -0
  2652. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
  2653. package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
  2654. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2655. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2656. package/types/components/result/base-result-image.vue.d.ts +12 -45
  2657. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2658. package/types/components/result/base-result-link.vue.d.ts +9 -26
  2659. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2660. package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
  2661. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2662. package/types/components/result/base-result-rating.vue.d.ts +29 -0
  2663. package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
  2664. package/types/components/result/index.d.ts +3 -0
  2665. package/types/components/result/index.d.ts.map +1 -1
  2666. package/types/components/result/result-variant-selector.vue.d.ts +64 -0
  2667. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
  2668. package/types/components/result/result-variants-provider.vue.d.ts +77 -0
  2669. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
  2670. package/types/components/scroll/base-scroll.vue.d.ts +0 -28
  2671. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2672. package/types/components/scroll/index.d.ts +0 -3
  2673. package/types/components/scroll/index.d.ts.map +1 -1
  2674. package/types/components/scroll/scroll.mixin.d.ts +82 -30
  2675. package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
  2676. package/types/components/sliding-panel.vue.d.ts +41 -18
  2677. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2678. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  2679. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  2680. package/types/components/suggestions/base-suggestion.vue.d.ts +30 -3
  2681. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2682. package/types/components/suggestions/base-suggestions.vue.d.ts +14 -0
  2683. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2684. package/types/components/x-component.mixin.d.ts.map +1 -1
  2685. package/types/components/x-component.utils.d.ts +2 -17
  2686. package/types/components/x-component.utils.d.ts.map +1 -1
  2687. package/types/index.d.ts +2 -2
  2688. package/types/index.d.ts.map +1 -1
  2689. package/types/plugins/devtools/colors.utils.d.ts +22 -0
  2690. package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
  2691. package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
  2692. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
  2693. package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
  2694. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
  2695. package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
  2696. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
  2697. package/types/plugins/index.d.ts +1 -0
  2698. package/types/plugins/index.d.ts.map +1 -1
  2699. package/types/plugins/x-bus.d.ts +1 -1
  2700. package/types/plugins/x-bus.d.ts.map +1 -1
  2701. package/types/plugins/x-emitters.d.ts +26 -0
  2702. package/types/plugins/x-emitters.d.ts.map +1 -0
  2703. package/types/plugins/x-plugin.alias.d.ts +4 -6
  2704. package/types/plugins/x-plugin.alias.d.ts.map +1 -1
  2705. package/types/plugins/x-plugin.d.ts +42 -74
  2706. package/types/plugins/x-plugin.d.ts.map +1 -1
  2707. package/types/plugins/x-plugin.mixin.d.ts +15 -5
  2708. package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
  2709. package/types/plugins/x-plugin.types.d.ts +50 -19
  2710. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2711. package/types/router.d.ts.map +1 -1
  2712. package/types/store/actions.types.d.ts +2 -1
  2713. package/types/store/actions.types.d.ts.map +1 -1
  2714. package/types/store/getters.types.d.ts +1 -1
  2715. package/types/store/getters.types.d.ts.map +1 -1
  2716. package/types/store/index.d.ts +3 -2
  2717. package/types/store/index.d.ts.map +1 -1
  2718. package/types/store/mutations.types.d.ts +1 -1
  2719. package/types/store/mutations.types.d.ts.map +1 -1
  2720. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
  2721. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
  2722. package/types/store/utils/getters-proxy.utils.d.ts +41 -0
  2723. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
  2724. package/types/store/utils/query.utils.d.ts +56 -0
  2725. package/types/store/utils/query.utils.d.ts.map +1 -0
  2726. package/types/store/utils/status-store.utils.d.ts +41 -0
  2727. package/types/store/utils/status-store.utils.d.ts.map +1 -0
  2728. package/types/store/utils/store-emitters.utils.d.ts +82 -0
  2729. package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
  2730. package/types/store/x.module.d.ts.map +1 -1
  2731. package/types/types/index.d.ts +2 -1
  2732. package/types/types/index.d.ts.map +1 -1
  2733. package/types/types/origin.d.ts +46 -0
  2734. package/types/types/origin.d.ts.map +1 -0
  2735. package/types/types/url-params.d.ts +15 -0
  2736. package/types/types/url-params.d.ts.map +1 -0
  2737. package/types/utils/array.d.ts +29 -17
  2738. package/types/utils/array.d.ts.map +1 -1
  2739. package/types/utils/filters.d.ts +13 -1
  2740. package/types/utils/filters.d.ts.map +1 -1
  2741. package/types/utils/index.d.ts +2 -1
  2742. package/types/utils/index.d.ts.map +1 -1
  2743. package/types/utils/is-new-query.d.ts +36 -0
  2744. package/types/utils/is-new-query.d.ts.map +1 -0
  2745. package/types/utils/origin.d.ts +15 -0
  2746. package/types/utils/origin.d.ts.map +1 -0
  2747. package/types/utils/storage.d.ts +1 -7
  2748. package/types/utils/storage.d.ts.map +1 -1
  2749. package/types/utils/string.d.ts +13 -0
  2750. package/types/utils/string.d.ts.map +1 -1
  2751. package/types/utils/types.d.ts +30 -40
  2752. package/types/utils/types.d.ts.map +1 -1
  2753. package/types/views/base-config.d.ts.map +1 -1
  2754. package/types/views/home/types.d.ts +16 -0
  2755. package/types/views/home/types.d.ts.map +1 -0
  2756. package/types/wiring/events.types.d.ts +95 -76
  2757. package/types/wiring/events.types.d.ts.map +1 -1
  2758. package/types/wiring/namespaced-wires.operators.d.ts +2 -3
  2759. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2760. package/types/wiring/namespaced-wiring.types.d.ts +9 -10
  2761. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2762. package/types/wiring/wires-operators.utils.d.ts +36 -0
  2763. package/types/wiring/wires-operators.utils.d.ts.map +1 -0
  2764. package/types/wiring/wires.factory.d.ts +3 -2
  2765. package/types/wiring/wires.factory.d.ts.map +1 -1
  2766. package/types/wiring/wires.operators.d.ts +5 -8
  2767. package/types/wiring/wires.operators.d.ts.map +1 -1
  2768. package/types/wiring/wiring.types.d.ts +29 -11
  2769. package/types/wiring/wiring.types.d.ts.map +1 -1
  2770. package/types/x-installer/api/api.types.d.ts +71 -6
  2771. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2772. package/types/x-installer/api/base-api.d.ts +30 -1
  2773. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2774. package/types/x-installer/x-installer/types.d.ts +51 -16
  2775. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2776. package/types/x-installer/x-installer/x-installer.d.ts +45 -42
  2777. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2778. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +10 -1
  2779. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2780. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +4 -28
  2781. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2782. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +16 -3
  2783. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2784. package/types/x-modules/extra-params/events.types.d.ts +18 -1
  2785. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  2786. package/types/x-modules/extra-params/store/emitters.d.ts +1 -1
  2787. package/types/x-modules/extra-params/store/types.d.ts +1 -1
  2788. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  2789. package/types/x-modules/extra-params/wiring.d.ts +6 -3
  2790. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  2791. package/types/x-modules/extra-params/x-module.d.ts +1 -1
  2792. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  2793. package/types/x-modules/facets/components/clear-filters.vue.d.ts +4 -51
  2794. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2795. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -8
  2796. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  2797. package/types/x-modules/facets/components/facets/facets.vue.d.ts +22 -7
  2798. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  2799. package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
  2800. package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
  2801. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
  2802. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  2803. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +15 -8
  2804. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  2805. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
  2806. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  2807. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
  2808. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  2809. package/types/x-modules/facets/components/index.d.ts +1 -1
  2810. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  2811. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
  2812. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  2813. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +23 -17
  2814. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  2815. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +4 -52
  2816. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  2817. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  2818. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
  2819. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
  2820. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +1 -1
  2821. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  2822. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +42 -5
  2823. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  2824. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
  2825. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  2826. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  2827. package/types/x-modules/facets/events.types.d.ts +23 -18
  2828. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  2829. package/types/x-modules/facets/index.d.ts +1 -0
  2830. package/types/x-modules/facets/index.d.ts.map +1 -1
  2831. package/types/x-modules/facets/service/facets.service.d.ts +42 -16
  2832. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  2833. package/types/x-modules/facets/service/types.d.ts +20 -3
  2834. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  2835. package/types/x-modules/facets/store/emitters.d.ts +1 -1
  2836. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  2837. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  2838. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  2839. package/types/x-modules/facets/store/types.d.ts +43 -6
  2840. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  2841. package/types/x-modules/facets/utils.d.ts +6 -24
  2842. package/types/x-modules/facets/utils.d.ts.map +1 -1
  2843. package/types/x-modules/facets/wiring.d.ts +22 -7
  2844. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  2845. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
  2846. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
  2847. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -2
  2848. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  2849. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  2850. package/types/x-modules/history-queries/components/index.d.ts +2 -0
  2851. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  2852. package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
  2853. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
  2854. package/types/x-modules/history-queries/events.types.d.ts +27 -7
  2855. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  2856. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  2857. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
  2858. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  2859. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
  2860. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
  2861. package/types/x-modules/history-queries/store/constants.d.ts +1 -0
  2862. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  2863. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  2864. package/types/x-modules/history-queries/store/types.d.ts +27 -2
  2865. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  2866. package/types/x-modules/history-queries/wiring.d.ts +28 -1
  2867. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  2868. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -0
  2869. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  2870. package/types/x-modules/identifier-results/events.types.d.ts +5 -6
  2871. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  2872. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -1
  2873. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  2874. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
  2875. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  2876. package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
  2877. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
  2878. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  2879. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  2880. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  2881. package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
  2882. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  2883. package/types/x-modules/identifier-results/store/index.d.ts +1 -3
  2884. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  2885. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  2886. package/types/x-modules/identifier-results/store/types.d.ts +51 -22
  2887. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  2888. package/types/x-modules/identifier-results/wiring.d.ts +29 -3
  2889. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  2890. package/types/x-modules/next-queries/components/index.d.ts +2 -1
  2891. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  2892. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +33 -8
  2893. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  2894. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +26 -4
  2895. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  2896. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
  2897. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
  2898. package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
  2899. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  2900. package/types/x-modules/next-queries/config.types.d.ts +4 -0
  2901. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  2902. package/types/x-modules/next-queries/events.types.d.ts +10 -6
  2903. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  2904. package/types/x-modules/next-queries/index.d.ts +0 -1
  2905. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  2906. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -1
  2907. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  2908. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
  2909. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
  2910. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +2 -1
  2911. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  2912. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +12 -0
  2913. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
  2914. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
  2915. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  2916. package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
  2917. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  2918. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  2919. package/types/x-modules/next-queries/store/types.d.ts +46 -10
  2920. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  2921. package/types/x-modules/next-queries/types.d.ts +12 -0
  2922. package/types/x-modules/next-queries/types.d.ts.map +1 -0
  2923. package/types/x-modules/next-queries/wiring.d.ts +25 -4
  2924. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  2925. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  2926. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +7 -3
  2927. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  2928. package/types/x-modules/popular-searches/events.types.d.ts +5 -6
  2929. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  2930. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  2931. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2932. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
  2933. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2934. package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
  2935. package/types/x-modules/popular-searches/store/types.d.ts +7 -8
  2936. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  2937. package/types/x-modules/popular-searches/wiring.d.ts +3 -3
  2938. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  2939. package/types/x-modules/queries-preview/components/index.d.ts +2 -0
  2940. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
  2941. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +80 -0
  2942. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
  2943. package/types/x-modules/queries-preview/config.types.d.ts +12 -0
  2944. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
  2945. package/types/x-modules/queries-preview/events.types.d.ts +20 -0
  2946. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
  2947. package/types/x-modules/queries-preview/index.d.ts +7 -0
  2948. package/types/x-modules/queries-preview/index.d.ts.map +1 -0
  2949. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
  2950. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
  2951. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
  2952. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
  2953. package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
  2954. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
  2955. package/types/x-modules/queries-preview/store/index.d.ts +6 -0
  2956. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
  2957. package/types/x-modules/queries-preview/store/module.d.ts +8 -0
  2958. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
  2959. package/types/x-modules/queries-preview/store/types.d.ts +121 -0
  2960. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
  2961. package/types/x-modules/queries-preview/wiring.d.ts +35 -0
  2962. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
  2963. package/types/x-modules/queries-preview/x-module.d.ts +16 -0
  2964. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
  2965. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  2966. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +6 -0
  2967. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  2968. package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
  2969. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  2970. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
  2971. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  2972. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +2 -1
  2973. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  2974. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
  2975. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
  2976. package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
  2977. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  2978. package/types/x-modules/query-suggestions/store/types.d.ts +21 -15
  2979. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  2980. package/types/x-modules/query-suggestions/wiring.d.ts +14 -5
  2981. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  2982. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -1
  2983. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  2984. package/types/x-modules/recommendations/events.types.d.ts +5 -6
  2985. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  2986. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -1
  2987. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  2988. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -1
  2989. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  2990. package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
  2991. package/types/x-modules/recommendations/store/types.d.ts +6 -7
  2992. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  2993. package/types/x-modules/recommendations/wiring.d.ts +3 -3
  2994. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  2995. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
  2996. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  2997. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
  2998. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  2999. package/types/x-modules/related-tags/events.types.d.ts +7 -8
  3000. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3001. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +2 -1
  3002. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3003. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +2 -1
  3004. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3005. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
  3006. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
  3007. package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
  3008. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3009. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
  3010. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
  3011. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
  3012. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3013. package/types/x-modules/related-tags/store/index.d.ts +1 -0
  3014. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3015. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3016. package/types/x-modules/related-tags/store/types.d.ts +22 -19
  3017. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3018. package/types/x-modules/related-tags/wiring.d.ts +22 -4
  3019. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3020. package/types/x-modules/scroll/components/index.d.ts +8 -0
  3021. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  3022. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  3023. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  3024. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +137 -0
  3025. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  3026. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  3027. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  3028. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  3029. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  3030. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  3031. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  3032. package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
  3033. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  3034. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  3035. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  3036. package/types/x-modules/scroll/events.types.d.ts +53 -0
  3037. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  3038. package/types/x-modules/scroll/index.d.ts +6 -0
  3039. package/types/x-modules/scroll/index.d.ts.map +1 -0
  3040. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  3041. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  3042. package/types/x-modules/scroll/store/index.d.ts +4 -0
  3043. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  3044. package/types/x-modules/scroll/store/module.d.ts +8 -0
  3045. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  3046. package/types/x-modules/scroll/store/types.d.ts +98 -0
  3047. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  3048. package/types/x-modules/scroll/wiring.d.ts +74 -0
  3049. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  3050. package/types/x-modules/scroll/x-module.d.ts +16 -0
  3051. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  3052. package/types/x-modules/search/components/banner.vue.d.ts +6 -0
  3053. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3054. package/types/x-modules/search/components/index.d.ts +1 -0
  3055. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3056. package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
  3057. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3058. package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
  3059. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3060. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  3061. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  3062. package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
  3063. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3064. package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
  3065. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
  3066. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
  3067. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3068. package/types/x-modules/search/events.types.d.ts +41 -12
  3069. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3070. package/types/x-modules/search/index.d.ts +1 -0
  3071. package/types/x-modules/search/index.d.ts.map +1 -1
  3072. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -1
  3073. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3074. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -1
  3075. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3076. package/types/x-modules/search/store/actions/index.d.ts +8 -0
  3077. package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
  3078. package/types/x-modules/search/store/actions/reset-state.action.d.ts +12 -0
  3079. package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
  3080. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  3081. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  3082. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
  3083. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
  3084. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
  3085. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
  3086. package/types/x-modules/search/store/emitters.d.ts +13 -2
  3087. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3088. package/types/x-modules/search/store/getters/index.d.ts +3 -0
  3089. package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
  3090. package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
  3091. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
  3092. package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
  3093. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3094. package/types/x-modules/search/store/index.d.ts +2 -3
  3095. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3096. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3097. package/types/x-modules/search/store/types.d.ts +84 -30
  3098. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3099. package/types/x-modules/search/types.d.ts +22 -0
  3100. package/types/x-modules/search/types.d.ts.map +1 -0
  3101. package/types/x-modules/search/wiring.d.ts +59 -51
  3102. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3103. package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
  3104. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3105. package/types/x-modules/search-box/components/search-input.vue.d.ts +16 -5
  3106. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3107. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
  3108. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
  3109. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3110. package/types/x-modules/search-box/store/types.d.ts +10 -2
  3111. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3112. package/types/x-modules/search-box/wiring.d.ts +9 -0
  3113. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3114. package/types/x-modules/tagging/components/index.d.ts +2 -0
  3115. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  3116. package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
  3117. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  3118. package/types/x-modules/tagging/config.types.d.ts +18 -0
  3119. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3120. package/types/x-modules/tagging/events.types.d.ts +38 -0
  3121. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3122. package/types/x-modules/tagging/index.d.ts +2 -0
  3123. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3124. package/types/x-modules/tagging/service/index.d.ts +3 -0
  3125. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  3126. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
  3127. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
  3128. package/types/x-modules/tagging/service/types.d.ts +30 -0
  3129. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  3130. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  3131. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  3132. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  3133. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  3134. package/types/x-modules/tagging/store/emitters.d.ts +8 -1
  3135. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3136. package/types/x-modules/tagging/store/index.d.ts +1 -0
  3137. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3138. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3139. package/types/x-modules/tagging/store/types.d.ts +38 -0
  3140. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3141. package/types/x-modules/tagging/wiring.d.ts +73 -1
  3142. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3143. package/types/x-modules/url/components/index.d.ts +2 -0
  3144. package/types/x-modules/url/components/index.d.ts.map +1 -0
  3145. package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
  3146. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  3147. package/types/x-modules/url/events.types.d.ts +15 -44
  3148. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3149. package/types/x-modules/url/index.d.ts +1 -1
  3150. package/types/x-modules/url/index.d.ts.map +1 -1
  3151. package/types/x-modules/url/store/emitters.d.ts +36 -1
  3152. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  3153. package/types/x-modules/url/store/getters/url-params.getter.d.ts +1 -0
  3154. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  3155. package/types/x-modules/url/store/initial-state.d.ts +9 -0
  3156. package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
  3157. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3158. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  3159. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  3160. package/types/x-modules/url/store/types.d.ts +65 -14
  3161. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3162. package/types/x-modules/url/wiring.d.ts +73 -4
  3163. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3164. package/types/x-modules/x-modules.types.d.ts +10 -6
  3165. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3166. package/url/index.js +3 -2
  3167. package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
  3168. package/build-helpers/utils/polyfills.util.js +0 -68
  3169. package/design-system/list-background.css +0 -20
  3170. package/design-system/list-border.css +0 -44
  3171. package/design-system/row-background.css +0 -20
  3172. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
  3173. package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
  3174. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
  3175. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
  3176. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
  3177. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
  3178. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
  3179. package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
  3180. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
  3181. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
  3182. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
  3183. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
  3184. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
  3185. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
  3186. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
  3187. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
  3188. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
  3189. package/docs/API-reference/api/x-adapter.binding.md +0 -15
  3190. package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
  3191. package/docs/API-reference/api/x-adapter.bindings.md +0 -13
  3192. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
  3193. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
  3194. package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
  3195. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
  3196. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
  3197. package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
  3198. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
  3199. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
  3200. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
  3201. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
  3202. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
  3203. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
  3204. package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
  3205. package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
  3206. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
  3207. package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
  3208. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
  3209. package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
  3210. package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
  3211. package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
  3212. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
  3213. package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
  3214. package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
  3215. package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
  3216. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
  3217. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
  3218. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
  3219. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
  3220. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
  3221. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
  3222. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
  3223. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
  3224. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
  3225. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
  3226. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
  3227. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
  3228. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
  3229. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
  3230. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
  3231. package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
  3232. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
  3233. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
  3234. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
  3235. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
  3236. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
  3237. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
  3238. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
  3239. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
  3240. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
  3241. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
  3242. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
  3243. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
  3244. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
  3245. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
  3246. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
  3247. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
  3248. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
  3249. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
  3250. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
  3251. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
  3252. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
  3253. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
  3254. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
  3255. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
  3256. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
  3257. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
  3258. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
  3259. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
  3260. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
  3261. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
  3262. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
  3263. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
  3264. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
  3265. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
  3266. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
  3267. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
  3268. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
  3269. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
  3270. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
  3271. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
  3272. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
  3273. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
  3274. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
  3275. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
  3276. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
  3277. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
  3278. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
  3279. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
  3280. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
  3281. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
  3282. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
  3283. package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
  3284. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
  3285. package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
  3286. package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
  3287. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
  3288. package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
  3289. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
  3290. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
  3291. package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
  3292. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
  3293. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
  3294. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
  3295. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
  3296. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
  3297. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
  3298. package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
  3299. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
  3300. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
  3301. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
  3302. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
  3303. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
  3304. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
  3305. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
  3306. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
  3307. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
  3308. package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
  3309. package/docs/API-reference/api/x-adapter.empathydirect.md +0 -23
  3310. package/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
  3311. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
  3312. package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
  3313. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
  3314. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
  3315. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
  3316. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
  3317. package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
  3318. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
  3319. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
  3320. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
  3321. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
  3322. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
  3323. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
  3324. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
  3325. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
  3326. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
  3327. package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
  3328. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
  3329. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
  3330. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
  3331. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
  3332. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
  3333. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
  3334. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
  3335. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
  3336. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
  3337. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
  3338. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
  3339. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
  3340. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
  3341. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
  3342. package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
  3343. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
  3344. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
  3345. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
  3346. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
  3347. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
  3348. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
  3349. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
  3350. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
  3351. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
  3352. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
  3353. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
  3354. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
  3355. package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
  3356. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
  3357. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
  3358. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
  3359. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
  3360. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
  3361. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
  3362. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
  3363. package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
  3364. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
  3365. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
  3366. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
  3367. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
  3368. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
  3369. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
  3370. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
  3371. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
  3372. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
  3373. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
  3374. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
  3375. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
  3376. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
  3377. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
  3378. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
  3379. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
  3380. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
  3381. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -21
  3382. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
  3383. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
  3384. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
  3385. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
  3386. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
  3387. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
  3388. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
  3389. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
  3390. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
  3391. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
  3392. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
  3393. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
  3394. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
  3395. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
  3396. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
  3397. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
  3398. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
  3399. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
  3400. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
  3401. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
  3402. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
  3403. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
  3404. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
  3405. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
  3406. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
  3407. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
  3408. package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
  3409. package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
  3410. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
  3411. package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
  3412. package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
  3413. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
  3414. package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
  3415. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
  3416. package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
  3417. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
  3418. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
  3419. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
  3420. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
  3421. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
  3422. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
  3423. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
  3424. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
  3425. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
  3426. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
  3427. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
  3428. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
  3429. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
  3430. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
  3431. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
  3432. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
  3433. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
  3434. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
  3435. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
  3436. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
  3437. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
  3438. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
  3439. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
  3440. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
  3441. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
  3442. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
  3443. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
  3444. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
  3445. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
  3446. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
  3447. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
  3448. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
  3449. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
  3450. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
  3451. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
  3452. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
  3453. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
  3454. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
  3455. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
  3456. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
  3457. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
  3458. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
  3459. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
  3460. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
  3461. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
  3462. package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
  3463. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
  3464. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
  3465. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
  3466. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
  3467. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
  3468. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
  3469. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
  3470. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
  3471. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
  3472. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
  3473. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
  3474. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
  3475. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
  3476. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
  3477. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
  3478. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
  3479. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
  3480. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
  3481. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
  3482. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
  3483. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
  3484. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
  3485. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
  3486. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
  3487. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
  3488. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
  3489. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
  3490. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
  3491. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
  3492. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
  3493. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
  3494. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
  3495. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
  3496. package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
  3497. package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
  3498. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
  3499. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
  3500. package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
  3501. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
  3502. package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
  3503. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
  3504. package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
  3505. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
  3506. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
  3507. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
  3508. package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
  3509. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
  3510. package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
  3511. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
  3512. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
  3513. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
  3514. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
  3515. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
  3516. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
  3517. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
  3518. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
  3519. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
  3520. package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
  3521. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
  3522. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
  3523. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
  3524. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
  3525. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
  3526. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
  3527. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
  3528. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
  3529. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
  3530. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
  3531. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
  3532. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
  3533. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
  3534. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
  3535. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
  3536. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
  3537. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
  3538. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
  3539. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
  3540. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
  3541. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
  3542. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
  3543. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
  3544. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
  3545. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
  3546. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
  3547. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
  3548. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
  3549. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
  3550. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
  3551. package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
  3552. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
  3553. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
  3554. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
  3555. package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
  3556. package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
  3557. package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
  3558. package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
  3559. package/docs/API-reference/api/x-adapter.mapper.md +0 -20
  3560. package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
  3561. package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
  3562. package/docs/API-reference/api/x-adapter.md +0 -179
  3563. package/docs/API-reference/api/x-adapter.newable.md +0 -13
  3564. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
  3565. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
  3566. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
  3567. package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
  3568. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
  3569. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
  3570. package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
  3571. package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
  3572. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
  3573. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
  3574. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
  3575. package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
  3576. package/docs/API-reference/api/x-adapter.primitive.md +0 -13
  3577. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
  3578. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
  3579. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
  3580. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
  3581. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
  3582. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
  3583. package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
  3584. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
  3585. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
  3586. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
  3587. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
  3588. package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
  3589. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
  3590. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
  3591. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
  3592. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
  3593. package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
  3594. package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
  3595. package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
  3596. package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
  3597. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
  3598. package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
  3599. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
  3600. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
  3601. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
  3602. package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
  3603. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
  3604. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
  3605. package/docs/API-reference/api/x-adapter.requestor.md +0 -20
  3606. package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
  3607. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
  3608. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
  3609. package/docs/API-reference/api/x-adapter.requestors.md +0 -37
  3610. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
  3611. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
  3612. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
  3613. package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
  3614. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
  3615. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
  3616. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
  3617. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
  3618. package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
  3619. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
  3620. package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
  3621. package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
  3622. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
  3623. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
  3624. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
  3625. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
  3626. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
  3627. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
  3628. package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
  3629. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
  3630. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
  3631. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
  3632. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
  3633. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
  3634. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
  3635. package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
  3636. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
  3637. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
  3638. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
  3639. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
  3640. package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
  3641. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
  3642. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
  3643. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
  3644. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
  3645. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
  3646. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
  3647. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
  3648. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
  3649. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
  3650. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
  3651. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
  3652. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
  3653. package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
  3654. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
  3655. package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
  3656. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
  3657. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
  3658. package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
  3659. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
  3660. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
  3661. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
  3662. package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
  3663. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
  3664. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
  3665. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
  3666. package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
  3667. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
  3668. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
  3669. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
  3670. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
  3671. package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
  3672. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
  3673. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
  3674. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
  3675. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
  3676. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
  3677. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
  3678. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
  3679. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
  3680. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
  3681. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
  3682. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
  3683. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
  3684. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
  3685. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
  3686. package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
  3687. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
  3688. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
  3689. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
  3690. package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
  3691. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
  3692. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
  3693. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
  3694. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
  3695. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
  3696. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
  3697. package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
  3698. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
  3699. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
  3700. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
  3701. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
  3702. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
  3703. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
  3704. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
  3705. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
  3706. package/docs/API-reference/api/x-components.anyfunction.md +0 -13
  3707. package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
  3708. package/docs/API-reference/api/x-components.arrowicon.md +0 -11
  3709. package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
  3710. package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
  3711. package/docs/API-reference/api/x-components.basefilter.md +0 -22
  3712. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
  3713. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
  3714. package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
  3715. package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
  3716. package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
  3717. package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
  3718. package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
  3719. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
  3720. package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
  3721. package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
  3722. package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
  3723. package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
  3724. package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
  3725. package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
  3726. package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
  3727. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
  3728. package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
  3729. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
  3730. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
  3731. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
  3732. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
  3733. package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
  3734. package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
  3735. package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
  3736. package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
  3737. package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
  3738. package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
  3739. package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
  3740. package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
  3741. package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
  3742. package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
  3743. package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
  3744. package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
  3745. package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
  3746. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
  3747. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
  3748. package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
  3749. package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
  3750. package/docs/API-reference/api/x-components.compilemessage.md +0 -27
  3751. package/docs/API-reference/api/x-components.deeppartial.md +0 -17
  3752. package/docs/API-reference/api/x-components.dictionary.md +0 -13
  3753. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
  3754. package/docs/API-reference/api/x-components.foreach.md +0 -25
  3755. package/docs/API-reference/api/x-components.historyqueries.historyqueries.md +0 -11
  3756. package/docs/API-reference/api/x-components.map.md +0 -27
  3757. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.devmode.md +0 -13
  3758. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
  3759. package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
  3760. package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
  3761. package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
  3762. package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
  3763. package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
  3764. package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
  3765. package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
  3766. package/docs/API-reference/api/x-components.nosuggestions.md +0 -32
  3767. package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
  3768. package/docs/API-reference/api/x-components.nosuggestions.query.md +0 -11
  3769. package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
  3770. package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
  3771. package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
  3772. package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
  3773. package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
  3774. package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
  3775. package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
  3776. package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
  3777. package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -15
  3778. package/docs/API-reference/api/x-components.objectfilter.md +0 -27
  3779. package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
  3780. package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
  3781. package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
  3782. package/docs/API-reference/api/x-components.primitive.md +0 -15
  3783. package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
  3784. package/docs/API-reference/api/x-components.reduce.md +0 -28
  3785. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
  3786. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
  3787. package/docs/API-reference/api/x-components.renderlessextraparams.defaultvalue.md +0 -13
  3788. package/docs/API-reference/api/x-components.renderlessextraparams.extraparams.md +0 -13
  3789. package/docs/API-reference/api/x-components.resetfacets.md +0 -13
  3790. package/docs/API-reference/api/x-components.resetpage.md +0 -13
  3791. package/docs/API-reference/api/x-components.resetsort.md +0 -13
  3792. package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
  3793. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
  3794. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
  3795. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
  3796. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
  3797. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
  3798. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
  3799. package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
  3800. package/docs/API-reference/api/x-components.setorigin.md +0 -13
  3801. package/docs/API-reference/api/x-components.setpage.md +0 -13
  3802. package/docs/API-reference/api/x-components.setpagesize.md +0 -13
  3803. package/docs/API-reference/api/x-components.seturlconfigwire.md +0 -13
  3804. package/docs/API-reference/api/x-components.singlecolumnlayout.devmode.md +0 -13
  3805. package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
  3806. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
  3807. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
  3808. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
  3809. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
  3810. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
  3811. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
  3812. package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
  3813. package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
  3814. package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
  3815. package/docs/API-reference/api/x-components.translatefromright.md +0 -15
  3816. package/docs/API-reference/api/x-components.urlconfig.md +0 -20
  3817. package/docs/API-reference/api/x-components.urlconfig.urlparamnames.md +0 -18
  3818. package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +0 -22
  3819. package/docs/API-reference/api/x-components.urlstate.config.md +0 -11
  3820. package/docs/API-reference/api/x-components.urlstate.extraparams.md +0 -11
  3821. package/docs/API-reference/api/x-components.urlstate.filters.md +0 -11
  3822. package/docs/API-reference/api/x-components.urlstate.page.md +0 -11
  3823. package/docs/API-reference/api/x-components.urlstate.query.md +0 -11
  3824. package/docs/API-reference/api/x-components.urlstate.relatedtags.md +0 -11
  3825. package/docs/API-reference/api/x-components.urlstate.sort.md +0 -11
  3826. package/docs/API-reference/api/x-components.urlxevents.documenthistorychanged.md +0 -13
  3827. package/docs/API-reference/api/x-components.urlxevents.documentloaded.md +0 -13
  3828. package/docs/API-reference/api/x-components.urlxevents.filtersloadedfromurl.md +0 -13
  3829. package/docs/API-reference/api/x-components.urlxevents.pageloadedfromurl.md +0 -13
  3830. package/docs/API-reference/api/x-components.urlxevents.queryloadedfromurl.md +0 -13
  3831. package/docs/API-reference/api/x-components.urlxevents.relatedtagsloadedfromurl.md +0 -13
  3832. package/docs/API-reference/api/x-components.urlxevents.sortloadedfromurl.md +0 -13
  3833. package/docs/API-reference/api/x-components.urlxevents.urlconfigprovided.md +0 -13
  3834. package/docs/API-reference/api/x-components.urlxevents.urlstatechanged.md +0 -13
  3835. package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
  3836. package/docs/API-reference/api/x-components.xcomponent.md +0 -15
  3837. package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -15
  3838. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
  3839. package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
  3840. package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
  3841. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
  3842. package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
  3843. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
  3844. package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
  3845. package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
  3846. package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
  3847. package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
  3848. package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
  3849. package/docs/API-reference/api/x-types.redirection.title.md +0 -13
  3850. package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
  3851. package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
  3852. package/docs/API-reference/api/x-types.result.tagging.md +0 -13
  3853. package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
  3854. package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
  3855. package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
  3856. package/docs/API-reference/api/x-types.resulttagging.md +0 -22
  3857. package/docs/API-reference/api/x-types.tagging.params.md +0 -13
  3858. package/docs/API-reference/api/x-types.tagging.url.md +0 -13
  3859. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
  3860. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -29
  3861. package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
  3862. package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
  3863. package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
  3864. package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
  3865. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
  3866. package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
  3867. package/docs/css/global.scss +0 -1
  3868. package/docs/css/utils/utils.scss +0 -35
  3869. package/docs/css/xcomponents/clear-search-input.scss +0 -9
  3870. package/docs/css/xcomponents/index.scss +0 -16
  3871. package/docs/css/xcomponents/search-input.scss +0 -10
  3872. package/docs/css/xcomponents/suggestions.scss +0 -19
  3873. package/docs/guide/getting-started/components/clear-search-input.md +0 -98
  3874. package/docs/guide/getting-started/components/live-examples.md +0 -100
  3875. package/docs/guide/getting-started/components/query-suggestions.md +0 -76
  3876. package/docs/guide/getting-started/components/search-button.md +0 -98
  3877. package/docs/guide/getting-started/components/search-input.md +0 -105
  3878. package/docs/guide/getting-started/install-xplugin.md +0 -72
  3879. package/docs/guide/getting-started/use-components.md +0 -75
  3880. package/docs/guide/install.md +0 -30
  3881. package/docs/react-components/ReactComponents.jsx +0 -46
  3882. package/docs/react-components/Utils.jsx +0 -34
  3883. package/docs/sidebar.json +0 -1
  3884. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
  3885. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3886. package/js/components/animations/collapse-from-top.vue.js +0 -58
  3887. package/js/components/animations/collapse-from-top.vue.js.map +0 -1
  3888. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
  3889. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
  3890. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
  3891. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
  3892. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
  3893. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
  3894. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3895. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3896. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
  3897. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
  3898. package/js/components/animations/translate-from-right.vue.js +0 -58
  3899. package/js/components/animations/translate-from-right.vue.js.map +0 -1
  3900. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
  3901. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3902. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
  3903. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3904. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
  3905. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
  3906. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -113
  3907. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3908. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
  3909. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
  3910. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
  3911. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
  3912. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
  3913. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
  3914. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
  3915. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  3916. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
  3917. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
  3918. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
  3919. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
  3920. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
  3921. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3922. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
  3923. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
  3924. package/js/components/icons/arrow.vue.js +0 -63
  3925. package/js/components/icons/arrow.vue.js.map +0 -1
  3926. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
  3927. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
  3928. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
  3929. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
  3930. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
  3931. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
  3932. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3933. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3934. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
  3935. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
  3936. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3937. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3938. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
  3939. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
  3940. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
  3941. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3942. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3943. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3944. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
  3945. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
  3946. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
  3947. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
  3948. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
  3949. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3950. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
  3951. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3952. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
  3953. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3954. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
  3955. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
  3956. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
  3957. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
  3958. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
  3959. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
  3960. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
  3961. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3962. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
  3963. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
  3964. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3965. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3966. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
  3967. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
  3968. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
  3969. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
  3970. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
  3971. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3972. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
  3973. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
  3974. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
  3975. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
  3976. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3977. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3978. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
  3979. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
  3980. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
  3981. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
  3982. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3983. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3984. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
  3985. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
  3986. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
  3987. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
  3988. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
  3989. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
  3990. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
  3991. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
  3992. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
  3993. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
  3994. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
  3995. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
  3996. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
  3997. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  3998. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
  3999. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
  4000. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
  4001. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
  4002. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
  4003. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
  4004. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
  4005. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4006. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
  4007. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
  4008. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
  4009. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
  4010. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
  4011. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
  4012. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
  4013. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
  4014. package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
  4015. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4016. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -52
  4017. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4018. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -52
  4019. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
  4020. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
  4021. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4022. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
  4023. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4024. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
  4025. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4026. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
  4027. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
  4028. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
  4029. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
  4030. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
  4031. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4032. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
  4033. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
  4034. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
  4035. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4036. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
  4037. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4038. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
  4039. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4040. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
  4041. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4042. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
  4043. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
  4044. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
  4045. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4046. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
  4047. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4048. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -145
  4049. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4050. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
  4051. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
  4052. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
  4053. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
  4054. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
  4055. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
  4056. package/js/components/scroll/base-id-scroll.vue.js +0 -69
  4057. package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
  4058. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
  4059. package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4060. package/js/components/scroll/base-main-scroll.vue.js +0 -39
  4061. package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
  4062. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
  4063. package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4064. package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
  4065. package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
  4066. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
  4067. package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
  4068. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
  4069. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
  4070. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
  4071. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
  4072. package/js/components/staggering-transition-group.vue.js +0 -42
  4073. package/js/components/staggering-transition-group.vue.js.map +0 -1
  4074. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -353
  4075. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
  4076. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
  4077. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4078. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -70
  4079. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4080. package/js/filters/compile-message.filter.js +0 -29
  4081. package/js/filters/compile-message.filter.js.map +0 -1
  4082. package/js/filters/filters.registry.js +0 -9
  4083. package/js/filters/filters.registry.js.map +0 -1
  4084. package/js/store/store.utils.js +0 -14
  4085. package/js/store/store.utils.js.map +0 -1
  4086. package/js/store/utils/get-getters-proxy.js +0 -104
  4087. package/js/store/utils/get-getters-proxy.js.map +0 -1
  4088. package/js/store/utils/helpers/fetch-and-save-action.helpers.js +0 -76
  4089. package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
  4090. package/js/store/utils/helpers/status.helpers.js +0 -13
  4091. package/js/store/utils/helpers/status.helpers.js.map +0 -1
  4092. package/js/utils/object.js +0 -85
  4093. package/js/utils/object.js.map +0 -1
  4094. package/js/wiring/utils/wire-racing-handling.js +0 -108
  4095. package/js/wiring/utils/wire-racing-handling.js.map +0 -1
  4096. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
  4097. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
  4098. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
  4099. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
  4100. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -134
  4101. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4102. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -191
  4103. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
  4104. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -176
  4105. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
  4106. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -225
  4107. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4108. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -211
  4109. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
  4110. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -106
  4111. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
  4112. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -186
  4113. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4114. package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
  4115. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
  4116. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -178
  4117. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4118. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
  4119. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4120. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -214
  4121. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4122. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -163
  4123. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4124. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -206
  4125. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4126. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -164
  4127. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
  4128. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -154
  4129. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4130. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -177
  4131. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4132. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -199
  4133. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4134. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -143
  4135. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4136. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -181
  4137. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4138. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -204
  4139. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4140. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -171
  4141. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
  4142. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
  4143. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4144. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -52
  4145. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4146. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
  4147. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4148. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
  4149. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4150. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
  4151. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
  4152. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
  4153. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
  4154. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -116
  4155. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4156. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -50
  4157. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
  4158. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
  4159. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
  4160. package/js/x-modules/next-queries/utils.js +0 -15
  4161. package/js/x-modules/next-queries/utils.js.map +0 -1
  4162. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js +0 -70
  4163. package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
  4164. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
  4165. package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4166. package/js/x-modules/no-suggestions/store/module.js +0 -20
  4167. package/js/x-modules/no-suggestions/store/module.js.map +0 -1
  4168. package/js/x-modules/no-suggestions/wiring.js +0 -46
  4169. package/js/x-modules/no-suggestions/wiring.js.map +0 -1
  4170. package/js/x-modules/no-suggestions/x-module.js +0 -18
  4171. package/js/x-modules/no-suggestions/x-module.js.map +0 -1
  4172. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
  4173. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
  4174. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -49
  4175. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
  4176. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
  4177. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
  4178. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -38
  4179. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
  4180. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -54
  4181. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
  4182. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
  4183. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
  4184. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
  4185. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
  4186. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
  4187. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
  4188. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
  4189. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4190. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -150
  4191. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4192. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
  4193. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4194. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
  4195. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
  4196. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
  4197. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4198. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
  4199. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4200. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
  4201. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
  4202. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -161
  4203. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
  4204. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -150
  4205. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4206. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -138
  4207. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
  4208. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
  4209. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4210. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
  4211. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
  4212. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
  4213. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
  4214. package/no-suggestions/index.d.ts +0 -1
  4215. package/no-suggestions/index.js +0 -4
  4216. package/report/x-adapter.api.json +0 -23531
  4217. package/types/adapter/mocked-adapter.d.ts +0 -18
  4218. package/types/adapter/mocked-adapter.d.ts.map +0 -1
  4219. package/types/adapter/real-adapter.d.ts +0 -2
  4220. package/types/adapter/real-adapter.d.ts.map +0 -1
  4221. package/types/adapter/util.d.ts +0 -12
  4222. package/types/adapter/util.d.ts.map +0 -1
  4223. package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
  4224. package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
  4225. package/types/components/animations/translate-from-right.vue.d.ts +0 -10
  4226. package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
  4227. package/types/components/icons/arrow.vue.d.ts +0 -3
  4228. package/types/components/icons/arrow.vue.d.ts.map +0 -1
  4229. package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
  4230. package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
  4231. package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
  4232. package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
  4233. package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
  4234. package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
  4235. package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
  4236. package/types/components/x-component.types.d.ts +0 -19
  4237. package/types/components/x-component.types.d.ts.map +0 -1
  4238. package/types/filters/compile-message.filter.d.ts +0 -11
  4239. package/types/filters/compile-message.filter.d.ts.map +0 -1
  4240. package/types/filters/filters.registry.d.ts +0 -7
  4241. package/types/filters/filters.registry.d.ts.map +0 -1
  4242. package/types/filters/index.d.ts +0 -2
  4243. package/types/filters/index.d.ts.map +0 -1
  4244. package/types/store/store-emitters.types.d.ts +0 -72
  4245. package/types/store/store-emitters.types.d.ts.map +0 -1
  4246. package/types/store/store.utils.d.ts +0 -12
  4247. package/types/store/store.utils.d.ts.map +0 -1
  4248. package/types/store/utils/get-getters-proxy.d.ts +0 -41
  4249. package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
  4250. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts +0 -61
  4251. package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
  4252. package/types/store/utils/helpers/status.helpers.d.ts +0 -41
  4253. package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
  4254. package/types/types/query-origin.d.ts +0 -7
  4255. package/types/types/query-origin.d.ts.map +0 -1
  4256. package/types/utils/object.d.ts +0 -49
  4257. package/types/utils/object.d.ts.map +0 -1
  4258. package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
  4259. package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
  4260. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
  4261. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
  4262. package/types/x-modules/next-queries/utils.d.ts +0 -12
  4263. package/types/x-modules/next-queries/utils.d.ts.map +0 -1
  4264. package/types/x-modules/no-suggestions/components/index.d.ts +0 -2
  4265. package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
  4266. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
  4267. package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
  4268. package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
  4269. package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
  4270. package/types/x-modules/no-suggestions/index.d.ts +0 -6
  4271. package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
  4272. package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
  4273. package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
  4274. package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
  4275. package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
  4276. package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
  4277. package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
  4278. package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
  4279. package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
  4280. package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
  4281. package/types/x-modules/no-suggestions/x-module.d.ts.map +0 -1
  4282. package/types/x-modules/url/config.types.d.ts +0 -16
  4283. package/types/x-modules/url/config.types.d.ts.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.18.7",
4
+ "toolVersion": "7.19.5",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -183,6 +183,10 @@
183
183
  "text": "NamedModel",
184
184
  "canonicalReference": "@empathyco/x-types!NamedModel:interface"
185
185
  },
186
+ {
187
+ "kind": "Content",
188
+ "text": "<'Banner'>"
189
+ },
186
190
  {
187
191
  "kind": "Content",
188
192
  "text": ", "
@@ -192,6 +196,15 @@
192
196
  "text": "Identifiable",
193
197
  "canonicalReference": "@empathyco/x-types!Identifiable:interface"
194
198
  },
199
+ {
200
+ "kind": "Content",
201
+ "text": ", "
202
+ },
203
+ {
204
+ "kind": "Reference",
205
+ "text": "Taggable",
206
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
207
+ },
195
208
  {
196
209
  "kind": "Content",
197
210
  "text": " "
@@ -226,41 +239,6 @@
226
239
  "endIndex": 2
227
240
  }
228
241
  },
229
- {
230
- "kind": "PropertySignature",
231
- "canonicalReference": "@empathyco/x-types!Banner#tagging:member",
232
- "docComment": "/**\n * Banner tagging.\n */\n",
233
- "excerptTokens": [
234
- {
235
- "kind": "Content",
236
- "text": "tagging: "
237
- },
238
- {
239
- "kind": "Content",
240
- "text": "{\n click: "
241
- },
242
- {
243
- "kind": "Reference",
244
- "text": "Tagging",
245
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
246
- },
247
- {
248
- "kind": "Content",
249
- "text": ";\n }"
250
- },
251
- {
252
- "kind": "Content",
253
- "text": ";"
254
- }
255
- ],
256
- "isOptional": false,
257
- "releaseTag": "Public",
258
- "name": "tagging",
259
- "propertyTypeTokenRange": {
260
- "startIndex": 1,
261
- "endIndex": 4
262
- }
263
- },
264
242
  {
265
243
  "kind": "PropertySignature",
266
244
  "canonicalReference": "@empathyco/x-types!Banner#title:member",
@@ -317,11 +295,15 @@
317
295
  "extendsTokenRanges": [
318
296
  {
319
297
  "startIndex": 1,
320
- "endIndex": 2
298
+ "endIndex": 3
321
299
  },
322
300
  {
323
- "startIndex": 3,
301
+ "startIndex": 4,
324
302
  "endIndex": 5
303
+ },
304
+ {
305
+ "startIndex": 6,
306
+ "endIndex": 8
325
307
  }
326
308
  ]
327
309
  },
@@ -493,7 +475,7 @@
493
475
  {
494
476
  "kind": "Variable",
495
477
  "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
496
- "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n */\n",
478
+ "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
497
479
  "excerptTokens": [
498
480
  {
499
481
  "kind": "Content",
@@ -747,6 +729,48 @@
747
729
  "endIndex": 2
748
730
  }
749
731
  },
732
+ {
733
+ "kind": "Interface",
734
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface",
735
+ "docComment": "/**\n * Interface to support extra params in any request.\n *\n * @public\n */\n",
736
+ "excerptTokens": [
737
+ {
738
+ "kind": "Content",
739
+ "text": "export interface ExtraParamsRequest "
740
+ }
741
+ ],
742
+ "releaseTag": "Public",
743
+ "name": "ExtraParamsRequest",
744
+ "members": [
745
+ {
746
+ "kind": "PropertySignature",
747
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest#extraParams:member",
748
+ "docComment": "",
749
+ "excerptTokens": [
750
+ {
751
+ "kind": "Content",
752
+ "text": "extraParams?: "
753
+ },
754
+ {
755
+ "kind": "Content",
756
+ "text": "{\n [key: string]: unknown;\n }"
757
+ },
758
+ {
759
+ "kind": "Content",
760
+ "text": ";"
761
+ }
762
+ ],
763
+ "isOptional": true,
764
+ "releaseTag": "Public",
765
+ "name": "extraParams",
766
+ "propertyTypeTokenRange": {
767
+ "startIndex": 1,
768
+ "endIndex": 2
769
+ }
770
+ }
771
+ ],
772
+ "extendsTokenRanges": []
773
+ },
750
774
  {
751
775
  "kind": "Interface",
752
776
  "canonicalReference": "@empathyco/x-types!Facet:interface",
@@ -916,7 +940,7 @@
916
940
  {
917
941
  "kind": "PropertySignature",
918
942
  "canonicalReference": "@empathyco/x-types!FacetFilter#modelName:member",
919
- "docComment": "/**\n * The filter {@link ModelNameType | model name} excluding {@link RawFilter#modelName | RawFilter} model name.\n */\n",
943
+ "docComment": "/**\n * The filter {@link ModelNameType | model name} excluding {@link RawFilter | RawFilter} model name.\n */\n",
920
944
  "excerptTokens": [
921
945
  {
922
946
  "kind": "Content",
@@ -964,7 +988,7 @@
964
988
  {
965
989
  "kind": "Variable",
966
990
  "canonicalReference": "@empathyco/x-types!FacetFilterSchema:var",
967
- "docComment": "/**\n * Jest schema for validating {@link FacetFilter} entities.\n *\n * @public\n */\n",
991
+ "docComment": "/**\n * Jest schema for validating FacetFilter entities.\n *\n * @public\n */\n",
968
992
  "excerptTokens": [
969
993
  {
970
994
  "kind": "Content",
@@ -1112,6 +1136,62 @@
1112
1136
  }
1113
1137
  ]
1114
1138
  },
1139
+ {
1140
+ "kind": "Interface",
1141
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface",
1142
+ "docComment": "/**\n * Interface for any Request with a `filters` parameter.\n *\n * @public\n */\n",
1143
+ "excerptTokens": [
1144
+ {
1145
+ "kind": "Content",
1146
+ "text": "export interface FilterableRequest "
1147
+ }
1148
+ ],
1149
+ "releaseTag": "Public",
1150
+ "name": "FilterableRequest",
1151
+ "members": [
1152
+ {
1153
+ "kind": "PropertySignature",
1154
+ "canonicalReference": "@empathyco/x-types!FilterableRequest#filters:member",
1155
+ "docComment": "",
1156
+ "excerptTokens": [
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": "filters?: "
1160
+ },
1161
+ {
1162
+ "kind": "Reference",
1163
+ "text": "Record",
1164
+ "canonicalReference": "!Record:type"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": "<string, "
1169
+ },
1170
+ {
1171
+ "kind": "Reference",
1172
+ "text": "Filter",
1173
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1174
+ },
1175
+ {
1176
+ "kind": "Content",
1177
+ "text": "[]>"
1178
+ },
1179
+ {
1180
+ "kind": "Content",
1181
+ "text": ";"
1182
+ }
1183
+ ],
1184
+ "isOptional": true,
1185
+ "releaseTag": "Public",
1186
+ "name": "filters",
1187
+ "propertyTypeTokenRange": {
1188
+ "startIndex": 1,
1189
+ "endIndex": 5
1190
+ }
1191
+ }
1192
+ ],
1193
+ "extendsTokenRanges": []
1194
+ },
1115
1195
  {
1116
1196
  "kind": "TypeAlias",
1117
1197
  "canonicalReference": "@empathyco/x-types!FilterModelName:type",
@@ -1167,7 +1247,7 @@
1167
1247
  {
1168
1248
  "kind": "Interface",
1169
1249
  "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface",
1170
- "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",
1250
+ "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",
1171
1251
  "excerptTokens": [
1172
1252
  {
1173
1253
  "kind": "Content",
@@ -1298,7 +1378,7 @@
1298
1378
  {
1299
1379
  "kind": "PropertySignature",
1300
1380
  "canonicalReference": "@empathyco/x-types!HierarchicalFilter#children:member",
1301
- "docComment": "/**\n * Descendants filters id.\n */\n",
1381
+ "docComment": "/**\n * Descendants filters.\n */\n",
1302
1382
  "excerptTokens": [
1303
1383
  {
1304
1384
  "kind": "Content",
@@ -1306,12 +1386,12 @@
1306
1386
  },
1307
1387
  {
1308
1388
  "kind": "Reference",
1309
- "text": "Filter",
1310
- "canonicalReference": "@empathyco/x-types!Filter:interface"
1389
+ "text": "HierarchicalFilter",
1390
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1311
1391
  },
1312
1392
  {
1313
1393
  "kind": "Content",
1314
- "text": "['id'][]"
1394
+ "text": "[]"
1315
1395
  },
1316
1396
  {
1317
1397
  "kind": "Content",
@@ -1355,7 +1435,7 @@
1355
1435
  {
1356
1436
  "kind": "PropertySignature",
1357
1437
  "canonicalReference": "@empathyco/x-types!HierarchicalFilter#parentId:member",
1358
- "docComment": "/**\n * An unique id used to reference the parent filter or null if it hasn't.\n */\n",
1438
+ "docComment": "/**\n * A unique id used to reference the parent filter or null if it hasn't.\n */\n",
1359
1439
  "excerptTokens": [
1360
1440
  {
1361
1441
  "kind": "Content",
@@ -1438,7 +1518,7 @@
1438
1518
  },
1439
1519
  {
1440
1520
  "kind": "Content",
1441
- "text": " "
1521
+ "text": "<'HistoryQuery'> "
1442
1522
  }
1443
1523
  ],
1444
1524
  "releaseTag": "Public",
@@ -1511,10 +1591,31 @@
1511
1591
  "excerptTokens": [
1512
1592
  {
1513
1593
  "kind": "Content",
1514
- "text": "export interface Identifiable "
1594
+ "text": "export interface Identifiable<ID = "
1595
+ },
1596
+ {
1597
+ "kind": "Content",
1598
+ "text": "string | number"
1599
+ },
1600
+ {
1601
+ "kind": "Content",
1602
+ "text": "> "
1515
1603
  }
1516
1604
  ],
1517
1605
  "releaseTag": "Public",
1606
+ "typeParameters": [
1607
+ {
1608
+ "typeParameterName": "ID",
1609
+ "constraintTokenRange": {
1610
+ "startIndex": 0,
1611
+ "endIndex": 0
1612
+ },
1613
+ "defaultTypeTokenRange": {
1614
+ "startIndex": 1,
1615
+ "endIndex": 2
1616
+ }
1617
+ }
1618
+ ],
1518
1619
  "name": "Identifiable",
1519
1620
  "members": [
1520
1621
  {
@@ -1528,7 +1629,7 @@
1528
1629
  },
1529
1630
  {
1530
1631
  "kind": "Content",
1531
- "text": "string | number"
1632
+ "text": "ID"
1532
1633
  },
1533
1634
  {
1534
1635
  "kind": "Content",
@@ -1546,6 +1647,121 @@
1546
1647
  ],
1547
1648
  "extendsTokenRanges": []
1548
1649
  },
1650
+ {
1651
+ "kind": "Interface",
1652
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsRequest:interface",
1653
+ "docComment": "/**\n * Request for Identifier Results endpoint.\n *\n * @public\n */\n",
1654
+ "excerptTokens": [
1655
+ {
1656
+ "kind": "Content",
1657
+ "text": "export interface IdentifierResultsRequest extends "
1658
+ },
1659
+ {
1660
+ "kind": "Reference",
1661
+ "text": "QueryableRequest",
1662
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
1663
+ },
1664
+ {
1665
+ "kind": "Content",
1666
+ "text": ", "
1667
+ },
1668
+ {
1669
+ "kind": "Reference",
1670
+ "text": "PageableRequest",
1671
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
1672
+ },
1673
+ {
1674
+ "kind": "Content",
1675
+ "text": ", "
1676
+ },
1677
+ {
1678
+ "kind": "Reference",
1679
+ "text": "TrackableRequest",
1680
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
1681
+ },
1682
+ {
1683
+ "kind": "Content",
1684
+ "text": ", "
1685
+ },
1686
+ {
1687
+ "kind": "Reference",
1688
+ "text": "ExtraParamsRequest",
1689
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
1690
+ },
1691
+ {
1692
+ "kind": "Content",
1693
+ "text": " "
1694
+ }
1695
+ ],
1696
+ "releaseTag": "Public",
1697
+ "name": "IdentifierResultsRequest",
1698
+ "members": [],
1699
+ "extendsTokenRanges": [
1700
+ {
1701
+ "startIndex": 1,
1702
+ "endIndex": 2
1703
+ },
1704
+ {
1705
+ "startIndex": 3,
1706
+ "endIndex": 4
1707
+ },
1708
+ {
1709
+ "startIndex": 5,
1710
+ "endIndex": 6
1711
+ },
1712
+ {
1713
+ "startIndex": 7,
1714
+ "endIndex": 9
1715
+ }
1716
+ ]
1717
+ },
1718
+ {
1719
+ "kind": "Interface",
1720
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse:interface",
1721
+ "docComment": "/**\n * Response for the identifier results endpoint.\n *\n * @public\n */\n",
1722
+ "excerptTokens": [
1723
+ {
1724
+ "kind": "Content",
1725
+ "text": "export interface IdentifierResultsResponse "
1726
+ }
1727
+ ],
1728
+ "releaseTag": "Public",
1729
+ "name": "IdentifierResultsResponse",
1730
+ "members": [
1731
+ {
1732
+ "kind": "PropertySignature",
1733
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse#results:member",
1734
+ "docComment": "",
1735
+ "excerptTokens": [
1736
+ {
1737
+ "kind": "Content",
1738
+ "text": "results: "
1739
+ },
1740
+ {
1741
+ "kind": "Reference",
1742
+ "text": "Result",
1743
+ "canonicalReference": "@empathyco/x-types!Result:interface"
1744
+ },
1745
+ {
1746
+ "kind": "Content",
1747
+ "text": "[]"
1748
+ },
1749
+ {
1750
+ "kind": "Content",
1751
+ "text": ";"
1752
+ }
1753
+ ],
1754
+ "isOptional": false,
1755
+ "releaseTag": "Public",
1756
+ "name": "results",
1757
+ "propertyTypeTokenRange": {
1758
+ "startIndex": 1,
1759
+ "endIndex": 3
1760
+ }
1761
+ }
1762
+ ],
1763
+ "extendsTokenRanges": []
1764
+ },
1549
1765
  {
1550
1766
  "kind": "Function",
1551
1767
  "canonicalReference": "@empathyco/x-types!isBooleanFilter:function(1)",
@@ -2151,7 +2367,7 @@
2151
2367
  },
2152
2368
  {
2153
2369
  "kind": "Content",
2154
- "text": "'Result' | 'NextQueries' | 'NextQuery' | 'RelatedTag' | 'PopularSearch' | 'QuerySuggestion' | 'HistoryQuery' | 'Banner' | 'Promoted' | "
2370
+ "text": "'Result' | 'NextQueries' | 'NextQuery' | 'RelatedTag' | 'PopularSearch' | 'QuerySuggestion' | 'HistoryQuery' | 'Banner' | 'Promoted' | 'Redirection' | "
2155
2371
  },
2156
2372
  {
2157
2373
  "kind": "Reference",
@@ -2274,6 +2490,10 @@
2274
2490
  "text": "NamedModel",
2275
2491
  "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2276
2492
  },
2493
+ {
2494
+ "kind": "Content",
2495
+ "text": "<'NextQueries'>"
2496
+ },
2277
2497
  {
2278
2498
  "kind": "Content",
2279
2499
  "text": ", "
@@ -2326,27 +2546,27 @@
2326
2546
  "extendsTokenRanges": [
2327
2547
  {
2328
2548
  "startIndex": 1,
2329
- "endIndex": 2
2549
+ "endIndex": 3
2330
2550
  },
2331
2551
  {
2332
- "startIndex": 3,
2333
- "endIndex": 5
2552
+ "startIndex": 4,
2553
+ "endIndex": 6
2334
2554
  }
2335
2555
  ]
2336
2556
  },
2337
2557
  {
2338
2558
  "kind": "Interface",
2339
- "canonicalReference": "@empathyco/x-types!NextQuery:interface",
2340
- "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",
2559
+ "canonicalReference": "@empathyco/x-types!NextQueriesRequest:interface",
2560
+ "docComment": "/**\n * Request for Next Queries endpoint.\n *\n * @public\n */\n",
2341
2561
  "excerptTokens": [
2342
2562
  {
2343
2563
  "kind": "Content",
2344
- "text": "export interface NextQuery extends "
2564
+ "text": "export interface NextQueriesRequest extends "
2345
2565
  },
2346
2566
  {
2347
2567
  "kind": "Reference",
2348
- "text": "NamedModel",
2349
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2568
+ "text": "QueryableRequest",
2569
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
2350
2570
  },
2351
2571
  {
2352
2572
  "kind": "Content",
@@ -2354,8 +2574,114 @@
2354
2574
  },
2355
2575
  {
2356
2576
  "kind": "Reference",
2357
- "text": "Required",
2358
- "canonicalReference": "!Required:type"
2577
+ "text": "PageableRequest",
2578
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
2579
+ },
2580
+ {
2581
+ "kind": "Content",
2582
+ "text": ", "
2583
+ },
2584
+ {
2585
+ "kind": "Reference",
2586
+ "text": "ExtraParamsRequest",
2587
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
2588
+ },
2589
+ {
2590
+ "kind": "Content",
2591
+ "text": " "
2592
+ }
2593
+ ],
2594
+ "releaseTag": "Public",
2595
+ "name": "NextQueriesRequest",
2596
+ "members": [],
2597
+ "extendsTokenRanges": [
2598
+ {
2599
+ "startIndex": 1,
2600
+ "endIndex": 2
2601
+ },
2602
+ {
2603
+ "startIndex": 3,
2604
+ "endIndex": 4
2605
+ },
2606
+ {
2607
+ "startIndex": 5,
2608
+ "endIndex": 7
2609
+ }
2610
+ ]
2611
+ },
2612
+ {
2613
+ "kind": "Interface",
2614
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse:interface",
2615
+ "docComment": "/**\n * Response for the next queries endpoint.\n *\n * @public\n */\n",
2616
+ "excerptTokens": [
2617
+ {
2618
+ "kind": "Content",
2619
+ "text": "export interface NextQueriesResponse "
2620
+ }
2621
+ ],
2622
+ "releaseTag": "Public",
2623
+ "name": "NextQueriesResponse",
2624
+ "members": [
2625
+ {
2626
+ "kind": "PropertySignature",
2627
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse#nextQueries:member",
2628
+ "docComment": "",
2629
+ "excerptTokens": [
2630
+ {
2631
+ "kind": "Content",
2632
+ "text": "nextQueries: "
2633
+ },
2634
+ {
2635
+ "kind": "Reference",
2636
+ "text": "NextQuery",
2637
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2638
+ },
2639
+ {
2640
+ "kind": "Content",
2641
+ "text": "[]"
2642
+ },
2643
+ {
2644
+ "kind": "Content",
2645
+ "text": ";"
2646
+ }
2647
+ ],
2648
+ "isOptional": false,
2649
+ "releaseTag": "Public",
2650
+ "name": "nextQueries",
2651
+ "propertyTypeTokenRange": {
2652
+ "startIndex": 1,
2653
+ "endIndex": 3
2654
+ }
2655
+ }
2656
+ ],
2657
+ "extendsTokenRanges": []
2658
+ },
2659
+ {
2660
+ "kind": "Interface",
2661
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface",
2662
+ "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",
2663
+ "excerptTokens": [
2664
+ {
2665
+ "kind": "Content",
2666
+ "text": "export interface NextQuery extends "
2667
+ },
2668
+ {
2669
+ "kind": "Reference",
2670
+ "text": "NamedModel",
2671
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2672
+ },
2673
+ {
2674
+ "kind": "Content",
2675
+ "text": "<'NextQuery'>"
2676
+ },
2677
+ {
2678
+ "kind": "Content",
2679
+ "text": ", "
2680
+ },
2681
+ {
2682
+ "kind": "Reference",
2683
+ "text": "Required",
2684
+ "canonicalReference": "!Required:type"
2359
2685
  },
2360
2686
  {
2361
2687
  "kind": "Content",
@@ -2373,15 +2699,42 @@
2373
2699
  ],
2374
2700
  "releaseTag": "Public",
2375
2701
  "name": "NextQuery",
2376
- "members": [],
2702
+ "members": [
2703
+ {
2704
+ "kind": "PropertySignature",
2705
+ "canonicalReference": "@empathyco/x-types!NextQuery#isCurated:member",
2706
+ "docComment": "/**\n * If it's a curated next query.\n */\n",
2707
+ "excerptTokens": [
2708
+ {
2709
+ "kind": "Content",
2710
+ "text": "isCurated?: "
2711
+ },
2712
+ {
2713
+ "kind": "Content",
2714
+ "text": "boolean"
2715
+ },
2716
+ {
2717
+ "kind": "Content",
2718
+ "text": ";"
2719
+ }
2720
+ ],
2721
+ "isOptional": true,
2722
+ "releaseTag": "Public",
2723
+ "name": "isCurated",
2724
+ "propertyTypeTokenRange": {
2725
+ "startIndex": 1,
2726
+ "endIndex": 2
2727
+ }
2728
+ }
2729
+ ],
2377
2730
  "extendsTokenRanges": [
2378
2731
  {
2379
2732
  "startIndex": 1,
2380
- "endIndex": 2
2733
+ "endIndex": 3
2381
2734
  },
2382
2735
  {
2383
- "startIndex": 3,
2384
- "endIndex": 7
2736
+ "startIndex": 4,
2737
+ "endIndex": 8
2385
2738
  }
2386
2739
  ]
2387
2740
  },
@@ -2621,6 +2974,74 @@
2621
2974
  "endIndex": 2
2622
2975
  }
2623
2976
  },
2977
+ {
2978
+ "kind": "Interface",
2979
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface",
2980
+ "docComment": "/**\n * Interface for any Request which supports pagination.\n *\n * @public\n */\n",
2981
+ "excerptTokens": [
2982
+ {
2983
+ "kind": "Content",
2984
+ "text": "export interface PageableRequest "
2985
+ }
2986
+ ],
2987
+ "releaseTag": "Public",
2988
+ "name": "PageableRequest",
2989
+ "members": [
2990
+ {
2991
+ "kind": "PropertySignature",
2992
+ "canonicalReference": "@empathyco/x-types!PageableRequest#rows:member",
2993
+ "docComment": "",
2994
+ "excerptTokens": [
2995
+ {
2996
+ "kind": "Content",
2997
+ "text": "rows?: "
2998
+ },
2999
+ {
3000
+ "kind": "Content",
3001
+ "text": "number"
3002
+ },
3003
+ {
3004
+ "kind": "Content",
3005
+ "text": ";"
3006
+ }
3007
+ ],
3008
+ "isOptional": true,
3009
+ "releaseTag": "Public",
3010
+ "name": "rows",
3011
+ "propertyTypeTokenRange": {
3012
+ "startIndex": 1,
3013
+ "endIndex": 2
3014
+ }
3015
+ },
3016
+ {
3017
+ "kind": "PropertySignature",
3018
+ "canonicalReference": "@empathyco/x-types!PageableRequest#start:member",
3019
+ "docComment": "",
3020
+ "excerptTokens": [
3021
+ {
3022
+ "kind": "Content",
3023
+ "text": "start?: "
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": "start",
3037
+ "propertyTypeTokenRange": {
3038
+ "startIndex": 1,
3039
+ "endIndex": 2
3040
+ }
3041
+ }
3042
+ ],
3043
+ "extendsTokenRanges": []
3044
+ },
2624
3045
  {
2625
3046
  "kind": "Interface",
2626
3047
  "canonicalReference": "@empathyco/x-types!PartialResult:interface",
@@ -2708,6 +3129,95 @@
2708
3129
  }
2709
3130
  ]
2710
3131
  },
3132
+ {
3133
+ "kind": "Interface",
3134
+ "canonicalReference": "@empathyco/x-types!PopularSearchesRequest:interface",
3135
+ "docComment": "/**\n * Request for Popular Searches endpoint.\n *\n * @public\n */\n",
3136
+ "excerptTokens": [
3137
+ {
3138
+ "kind": "Content",
3139
+ "text": "export interface PopularSearchesRequest extends "
3140
+ },
3141
+ {
3142
+ "kind": "Reference",
3143
+ "text": "PageableRequest",
3144
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3145
+ },
3146
+ {
3147
+ "kind": "Content",
3148
+ "text": ", "
3149
+ },
3150
+ {
3151
+ "kind": "Reference",
3152
+ "text": "ExtraParamsRequest",
3153
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
3154
+ },
3155
+ {
3156
+ "kind": "Content",
3157
+ "text": " "
3158
+ }
3159
+ ],
3160
+ "releaseTag": "Public",
3161
+ "name": "PopularSearchesRequest",
3162
+ "members": [],
3163
+ "extendsTokenRanges": [
3164
+ {
3165
+ "startIndex": 1,
3166
+ "endIndex": 2
3167
+ },
3168
+ {
3169
+ "startIndex": 3,
3170
+ "endIndex": 5
3171
+ }
3172
+ ]
3173
+ },
3174
+ {
3175
+ "kind": "Interface",
3176
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse:interface",
3177
+ "docComment": "/**\n * Response for the popular searches endpoint.\n *\n * @public\n */\n",
3178
+ "excerptTokens": [
3179
+ {
3180
+ "kind": "Content",
3181
+ "text": "export interface PopularSearchesResponse "
3182
+ }
3183
+ ],
3184
+ "releaseTag": "Public",
3185
+ "name": "PopularSearchesResponse",
3186
+ "members": [
3187
+ {
3188
+ "kind": "PropertySignature",
3189
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse#suggestions:member",
3190
+ "docComment": "",
3191
+ "excerptTokens": [
3192
+ {
3193
+ "kind": "Content",
3194
+ "text": "suggestions: "
3195
+ },
3196
+ {
3197
+ "kind": "Reference",
3198
+ "text": "Suggestion",
3199
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3200
+ },
3201
+ {
3202
+ "kind": "Content",
3203
+ "text": "[]"
3204
+ },
3205
+ {
3206
+ "kind": "Content",
3207
+ "text": ";"
3208
+ }
3209
+ ],
3210
+ "isOptional": false,
3211
+ "releaseTag": "Public",
3212
+ "name": "suggestions",
3213
+ "propertyTypeTokenRange": {
3214
+ "startIndex": 1,
3215
+ "endIndex": 3
3216
+ }
3217
+ }
3218
+ ],
3219
+ "extendsTokenRanges": []
3220
+ },
2711
3221
  {
2712
3222
  "kind": "Interface",
2713
3223
  "canonicalReference": "@empathyco/x-types!Previewable:interface",
@@ -2840,43 +3350,56 @@
2840
3350
  },
2841
3351
  {
2842
3352
  "kind": "Interface",
2843
- "canonicalReference": "@empathyco/x-types!Promoted:interface",
2844
- "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",
3353
+ "canonicalReference": "@empathyco/x-types!PreviewResults:interface",
3354
+ "docComment": "/**\n * Interface to type the query preview objects.\n */\n",
2845
3355
  "excerptTokens": [
2846
3356
  {
2847
3357
  "kind": "Content",
2848
- "text": "export interface Promoted extends "
2849
- },
2850
- {
2851
- "kind": "Reference",
2852
- "text": "NamedModel",
2853
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2854
- },
2855
- {
2856
- "kind": "Content",
2857
- "text": ", "
2858
- },
2859
- {
2860
- "kind": "Reference",
2861
- "text": "Identifiable",
2862
- "canonicalReference": "@empathyco/x-types!Identifiable:interface"
2863
- },
2864
- {
2865
- "kind": "Content",
2866
- "text": " "
3358
+ "text": "export interface PreviewResults "
2867
3359
  }
2868
3360
  ],
2869
3361
  "releaseTag": "Public",
2870
- "name": "Promoted",
3362
+ "name": "PreviewResults",
2871
3363
  "members": [
2872
3364
  {
2873
3365
  "kind": "PropertySignature",
2874
- "canonicalReference": "@empathyco/x-types!Promoted#image:member",
2875
- "docComment": "/**\n * Promoted image.\n */\n",
3366
+ "canonicalReference": "@empathyco/x-types!PreviewResults#items:member",
3367
+ "docComment": "/**\n * The results to preview the search request.\n */\n",
2876
3368
  "excerptTokens": [
2877
3369
  {
2878
3370
  "kind": "Content",
2879
- "text": "image: "
3371
+ "text": "items: "
3372
+ },
3373
+ {
3374
+ "kind": "Reference",
3375
+ "text": "Result",
3376
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3377
+ },
3378
+ {
3379
+ "kind": "Content",
3380
+ "text": "[]"
3381
+ },
3382
+ {
3383
+ "kind": "Content",
3384
+ "text": ";"
3385
+ }
3386
+ ],
3387
+ "isOptional": false,
3388
+ "releaseTag": "Public",
3389
+ "name": "items",
3390
+ "propertyTypeTokenRange": {
3391
+ "startIndex": 1,
3392
+ "endIndex": 3
3393
+ }
3394
+ },
3395
+ {
3396
+ "kind": "PropertySignature",
3397
+ "canonicalReference": "@empathyco/x-types!PreviewResults#query:member",
3398
+ "docComment": "/**\n * The searched query.\n */\n",
3399
+ "excerptTokens": [
3400
+ {
3401
+ "kind": "Content",
3402
+ "text": "query: "
2880
3403
  },
2881
3404
  {
2882
3405
  "kind": "Content",
@@ -2889,7 +3412,7 @@
2889
3412
  ],
2890
3413
  "isOptional": false,
2891
3414
  "releaseTag": "Public",
2892
- "name": "image",
3415
+ "name": "query",
2893
3416
  "propertyTypeTokenRange": {
2894
3417
  "startIndex": 1,
2895
3418
  "endIndex": 2
@@ -2897,25 +3420,89 @@
2897
3420
  },
2898
3421
  {
2899
3422
  "kind": "PropertySignature",
2900
- "canonicalReference": "@empathyco/x-types!Promoted#tagging:member",
2901
- "docComment": "/**\n * Promoted tagging.\n */\n",
3423
+ "canonicalReference": "@empathyco/x-types!PreviewResults#totalResults:member",
3424
+ "docComment": "/**\n * The number of results of the query.\n */\n",
2902
3425
  "excerptTokens": [
2903
3426
  {
2904
3427
  "kind": "Content",
2905
- "text": "tagging: "
3428
+ "text": "totalResults: "
2906
3429
  },
2907
3430
  {
2908
3431
  "kind": "Content",
2909
- "text": "{\n click: "
3432
+ "text": "number"
2910
3433
  },
2911
3434
  {
2912
- "kind": "Reference",
2913
- "text": "Tagging",
2914
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
3435
+ "kind": "Content",
3436
+ "text": ";"
3437
+ }
3438
+ ],
3439
+ "isOptional": false,
3440
+ "releaseTag": "Public",
3441
+ "name": "totalResults",
3442
+ "propertyTypeTokenRange": {
3443
+ "startIndex": 1,
3444
+ "endIndex": 2
3445
+ }
3446
+ }
3447
+ ],
3448
+ "extendsTokenRanges": []
3449
+ },
3450
+ {
3451
+ "kind": "Interface",
3452
+ "canonicalReference": "@empathyco/x-types!Promoted:interface",
3453
+ "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",
3454
+ "excerptTokens": [
3455
+ {
3456
+ "kind": "Content",
3457
+ "text": "export interface Promoted extends "
3458
+ },
3459
+ {
3460
+ "kind": "Reference",
3461
+ "text": "NamedModel",
3462
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3463
+ },
3464
+ {
3465
+ "kind": "Content",
3466
+ "text": "<'Promoted'>"
3467
+ },
3468
+ {
3469
+ "kind": "Content",
3470
+ "text": ", "
3471
+ },
3472
+ {
3473
+ "kind": "Reference",
3474
+ "text": "Identifiable",
3475
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3476
+ },
3477
+ {
3478
+ "kind": "Content",
3479
+ "text": ", "
3480
+ },
3481
+ {
3482
+ "kind": "Reference",
3483
+ "text": "Taggable",
3484
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3485
+ },
3486
+ {
3487
+ "kind": "Content",
3488
+ "text": " "
3489
+ }
3490
+ ],
3491
+ "releaseTag": "Public",
3492
+ "name": "Promoted",
3493
+ "members": [
3494
+ {
3495
+ "kind": "PropertySignature",
3496
+ "canonicalReference": "@empathyco/x-types!Promoted#image:member",
3497
+ "docComment": "/**\n * Promoted image.\n */\n",
3498
+ "excerptTokens": [
3499
+ {
3500
+ "kind": "Content",
3501
+ "text": "image: "
2915
3502
  },
2916
3503
  {
2917
3504
  "kind": "Content",
2918
- "text": ";\n }"
3505
+ "text": "string"
2919
3506
  },
2920
3507
  {
2921
3508
  "kind": "Content",
@@ -2924,10 +3511,10 @@
2924
3511
  ],
2925
3512
  "isOptional": false,
2926
3513
  "releaseTag": "Public",
2927
- "name": "tagging",
3514
+ "name": "image",
2928
3515
  "propertyTypeTokenRange": {
2929
3516
  "startIndex": 1,
2930
- "endIndex": 4
3517
+ "endIndex": 2
2931
3518
  }
2932
3519
  },
2933
3520
  {
@@ -2986,11 +3573,15 @@
2986
3573
  "extendsTokenRanges": [
2987
3574
  {
2988
3575
  "startIndex": 1,
2989
- "endIndex": 2
3576
+ "endIndex": 3
2990
3577
  },
2991
3578
  {
2992
- "startIndex": 3,
3579
+ "startIndex": 4,
2993
3580
  "endIndex": 5
3581
+ },
3582
+ {
3583
+ "startIndex": 6,
3584
+ "endIndex": 8
2994
3585
  }
2995
3586
  ]
2996
3587
  },
@@ -3016,6 +3607,150 @@
3016
3607
  "endIndex": 2
3017
3608
  }
3018
3609
  },
3610
+ {
3611
+ "kind": "Interface",
3612
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface",
3613
+ "docComment": "/**\n * Interface for any Request with a `query` parameter.\n *\n * @public\n */\n",
3614
+ "excerptTokens": [
3615
+ {
3616
+ "kind": "Content",
3617
+ "text": "export interface QueryableRequest "
3618
+ }
3619
+ ],
3620
+ "releaseTag": "Public",
3621
+ "name": "QueryableRequest",
3622
+ "members": [
3623
+ {
3624
+ "kind": "PropertySignature",
3625
+ "canonicalReference": "@empathyco/x-types!QueryableRequest#query:member",
3626
+ "docComment": "",
3627
+ "excerptTokens": [
3628
+ {
3629
+ "kind": "Content",
3630
+ "text": "query: "
3631
+ },
3632
+ {
3633
+ "kind": "Content",
3634
+ "text": "string"
3635
+ },
3636
+ {
3637
+ "kind": "Content",
3638
+ "text": ";"
3639
+ }
3640
+ ],
3641
+ "isOptional": false,
3642
+ "releaseTag": "Public",
3643
+ "name": "query",
3644
+ "propertyTypeTokenRange": {
3645
+ "startIndex": 1,
3646
+ "endIndex": 2
3647
+ }
3648
+ }
3649
+ ],
3650
+ "extendsTokenRanges": []
3651
+ },
3652
+ {
3653
+ "kind": "Interface",
3654
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsRequest:interface",
3655
+ "docComment": "/**\n * Request for Query Suggestions endpoint.\n *\n * @public\n */\n",
3656
+ "excerptTokens": [
3657
+ {
3658
+ "kind": "Content",
3659
+ "text": "export interface QuerySuggestionsRequest extends "
3660
+ },
3661
+ {
3662
+ "kind": "Reference",
3663
+ "text": "QueryableRequest",
3664
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
3665
+ },
3666
+ {
3667
+ "kind": "Content",
3668
+ "text": ", "
3669
+ },
3670
+ {
3671
+ "kind": "Reference",
3672
+ "text": "PageableRequest",
3673
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3674
+ },
3675
+ {
3676
+ "kind": "Content",
3677
+ "text": ", "
3678
+ },
3679
+ {
3680
+ "kind": "Reference",
3681
+ "text": "ExtraParamsRequest",
3682
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
3683
+ },
3684
+ {
3685
+ "kind": "Content",
3686
+ "text": " "
3687
+ }
3688
+ ],
3689
+ "releaseTag": "Public",
3690
+ "name": "QuerySuggestionsRequest",
3691
+ "members": [],
3692
+ "extendsTokenRanges": [
3693
+ {
3694
+ "startIndex": 1,
3695
+ "endIndex": 2
3696
+ },
3697
+ {
3698
+ "startIndex": 3,
3699
+ "endIndex": 4
3700
+ },
3701
+ {
3702
+ "startIndex": 5,
3703
+ "endIndex": 7
3704
+ }
3705
+ ]
3706
+ },
3707
+ {
3708
+ "kind": "Interface",
3709
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse:interface",
3710
+ "docComment": "/**\n * Response for the query suggestions endpoint.\n *\n * @public\n */\n",
3711
+ "excerptTokens": [
3712
+ {
3713
+ "kind": "Content",
3714
+ "text": "export interface QuerySuggestionsResponse "
3715
+ }
3716
+ ],
3717
+ "releaseTag": "Public",
3718
+ "name": "QuerySuggestionsResponse",
3719
+ "members": [
3720
+ {
3721
+ "kind": "PropertySignature",
3722
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse#suggestions:member",
3723
+ "docComment": "",
3724
+ "excerptTokens": [
3725
+ {
3726
+ "kind": "Content",
3727
+ "text": "suggestions: "
3728
+ },
3729
+ {
3730
+ "kind": "Reference",
3731
+ "text": "Suggestion",
3732
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
3733
+ },
3734
+ {
3735
+ "kind": "Content",
3736
+ "text": "[]"
3737
+ },
3738
+ {
3739
+ "kind": "Content",
3740
+ "text": ";"
3741
+ }
3742
+ ],
3743
+ "isOptional": false,
3744
+ "releaseTag": "Public",
3745
+ "name": "suggestions",
3746
+ "propertyTypeTokenRange": {
3747
+ "startIndex": 1,
3748
+ "endIndex": 3
3749
+ }
3750
+ }
3751
+ ],
3752
+ "extendsTokenRanges": []
3753
+ },
3019
3754
  {
3020
3755
  "kind": "Interface",
3021
3756
  "canonicalReference": "@empathyco/x-types!RangeValue:interface",
@@ -3161,7 +3896,7 @@
3161
3896
  {
3162
3897
  "kind": "PropertySignature",
3163
3898
  "canonicalReference": "@empathyco/x-types!RawFilter#selected:member",
3164
- "docComment": "/**\n * Force {@link Filter#selected | Filter selected} property to true.\n */\n",
3899
+ "docComment": "/**\n * Force {@link Filter | Filter} `selected` property to true.\n */\n",
3165
3900
  "excerptTokens": [
3166
3901
  {
3167
3902
  "kind": "Content",
@@ -3238,47 +3973,89 @@
3238
3973
  },
3239
3974
  {
3240
3975
  "kind": "Interface",
3241
- "canonicalReference": "@empathyco/x-types!Redirection:interface",
3242
- "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",
3976
+ "canonicalReference": "@empathyco/x-types!RecommendationsRequest:interface",
3977
+ "docComment": "/**\n * Request for Recommendations endpoint.\n *\n * @public\n */\n",
3243
3978
  "excerptTokens": [
3244
3979
  {
3245
3980
  "kind": "Content",
3246
- "text": "export interface Redirection extends "
3981
+ "text": "export interface RecommendationsRequest extends "
3247
3982
  },
3248
3983
  {
3249
3984
  "kind": "Reference",
3250
- "text": "Identifiable",
3251
- "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3985
+ "text": "PageableRequest",
3986
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
3252
3987
  },
3253
3988
  {
3254
3989
  "kind": "Content",
3255
- "text": " "
3256
- }
3257
- ],
3258
- "releaseTag": "Public",
3259
- "name": "Redirection",
3990
+ "text": ", "
3991
+ },
3992
+ {
3993
+ "kind": "Reference",
3994
+ "text": "TrackableRequest",
3995
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
3996
+ },
3997
+ {
3998
+ "kind": "Content",
3999
+ "text": ", "
4000
+ },
4001
+ {
4002
+ "kind": "Reference",
4003
+ "text": "ExtraParamsRequest",
4004
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
4005
+ },
4006
+ {
4007
+ "kind": "Content",
4008
+ "text": " "
4009
+ }
4010
+ ],
4011
+ "releaseTag": "Public",
4012
+ "name": "RecommendationsRequest",
4013
+ "members": [],
4014
+ "extendsTokenRanges": [
4015
+ {
4016
+ "startIndex": 1,
4017
+ "endIndex": 2
4018
+ },
4019
+ {
4020
+ "startIndex": 3,
4021
+ "endIndex": 4
4022
+ },
4023
+ {
4024
+ "startIndex": 5,
4025
+ "endIndex": 7
4026
+ }
4027
+ ]
4028
+ },
4029
+ {
4030
+ "kind": "Interface",
4031
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse:interface",
4032
+ "docComment": "/**\n * Response for the recommendations endpoint.\n *\n * @public\n */\n",
4033
+ "excerptTokens": [
4034
+ {
4035
+ "kind": "Content",
4036
+ "text": "export interface RecommendationsResponse "
4037
+ }
4038
+ ],
4039
+ "releaseTag": "Public",
4040
+ "name": "RecommendationsResponse",
3260
4041
  "members": [
3261
4042
  {
3262
4043
  "kind": "PropertySignature",
3263
- "canonicalReference": "@empathyco/x-types!Redirection#tagging:member",
3264
- "docComment": "/**\n * Redirect tagging.\n */\n",
4044
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse#results:member",
4045
+ "docComment": "",
3265
4046
  "excerptTokens": [
3266
4047
  {
3267
4048
  "kind": "Content",
3268
- "text": "tagging: "
3269
- },
3270
- {
3271
- "kind": "Content",
3272
- "text": "{\n click: "
4049
+ "text": "results: "
3273
4050
  },
3274
4051
  {
3275
4052
  "kind": "Reference",
3276
- "text": "Tagging",
3277
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
4053
+ "text": "Result",
4054
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3278
4055
  },
3279
4056
  {
3280
4057
  "kind": "Content",
3281
- "text": ";\n }"
4058
+ "text": "[]"
3282
4059
  },
3283
4060
  {
3284
4061
  "kind": "Content",
@@ -3287,38 +4064,59 @@
3287
4064
  ],
3288
4065
  "isOptional": false,
3289
4066
  "releaseTag": "Public",
3290
- "name": "tagging",
4067
+ "name": "results",
3291
4068
  "propertyTypeTokenRange": {
3292
4069
  "startIndex": 1,
3293
- "endIndex": 4
4070
+ "endIndex": 3
3294
4071
  }
4072
+ }
4073
+ ],
4074
+ "extendsTokenRanges": []
4075
+ },
4076
+ {
4077
+ "kind": "Interface",
4078
+ "canonicalReference": "@empathyco/x-types!Redirection:interface",
4079
+ "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",
4080
+ "excerptTokens": [
4081
+ {
4082
+ "kind": "Content",
4083
+ "text": "export interface Redirection extends "
3295
4084
  },
3296
4085
  {
3297
- "kind": "PropertySignature",
3298
- "canonicalReference": "@empathyco/x-types!Redirection#title:member",
3299
- "docComment": "/**\n * Redirect title.\n */\n",
3300
- "excerptTokens": [
3301
- {
3302
- "kind": "Content",
3303
- "text": "title: "
3304
- },
3305
- {
3306
- "kind": "Content",
3307
- "text": "string"
3308
- },
3309
- {
3310
- "kind": "Content",
3311
- "text": ";"
3312
- }
3313
- ],
3314
- "isOptional": false,
3315
- "releaseTag": "Public",
3316
- "name": "title",
3317
- "propertyTypeTokenRange": {
3318
- "startIndex": 1,
3319
- "endIndex": 2
3320
- }
4086
+ "kind": "Reference",
4087
+ "text": "NamedModel",
4088
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4089
+ },
4090
+ {
4091
+ "kind": "Content",
4092
+ "text": "<'Redirection'>"
4093
+ },
4094
+ {
4095
+ "kind": "Content",
4096
+ "text": ", "
4097
+ },
4098
+ {
4099
+ "kind": "Reference",
4100
+ "text": "Identifiable",
4101
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
4102
+ },
4103
+ {
4104
+ "kind": "Content",
4105
+ "text": ", "
4106
+ },
4107
+ {
4108
+ "kind": "Reference",
4109
+ "text": "Taggable",
4110
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3321
4111
  },
4112
+ {
4113
+ "kind": "Content",
4114
+ "text": " "
4115
+ }
4116
+ ],
4117
+ "releaseTag": "Public",
4118
+ "name": "Redirection",
4119
+ "members": [
3322
4120
  {
3323
4121
  "kind": "PropertySignature",
3324
4122
  "canonicalReference": "@empathyco/x-types!Redirection#url:member",
@@ -3350,6 +4148,14 @@
3350
4148
  {
3351
4149
  "startIndex": 1,
3352
4150
  "endIndex": 3
4151
+ },
4152
+ {
4153
+ "startIndex": 4,
4154
+ "endIndex": 5
4155
+ },
4156
+ {
4157
+ "startIndex": 6,
4158
+ "endIndex": 8
3353
4159
  }
3354
4160
  ]
3355
4161
  },
@@ -3389,6 +4195,10 @@
3389
4195
  "text": "NamedModel",
3390
4196
  "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3391
4197
  },
4198
+ {
4199
+ "kind": "Content",
4200
+ "text": "<'RelatedTag'>"
4201
+ },
3392
4202
  {
3393
4203
  "kind": "Content",
3394
4204
  "text": ", "
@@ -3408,38 +4218,12 @@
3408
4218
  "members": [
3409
4219
  {
3410
4220
  "kind": "PropertySignature",
3411
- "canonicalReference": "@empathyco/x-types!RelatedTag#previous:member",
3412
- "docComment": "/**\n * The query to refine.\n */\n",
4221
+ "canonicalReference": "@empathyco/x-types!RelatedTag#isCurated:member",
4222
+ "docComment": "/**\n * If it's a curated related tag.\n */\n",
3413
4223
  "excerptTokens": [
3414
4224
  {
3415
4225
  "kind": "Content",
3416
- "text": "previous: "
3417
- },
3418
- {
3419
- "kind": "Content",
3420
- "text": "string"
3421
- },
3422
- {
3423
- "kind": "Content",
3424
- "text": ";"
3425
- }
3426
- ],
3427
- "isOptional": false,
3428
- "releaseTag": "Public",
3429
- "name": "previous",
3430
- "propertyTypeTokenRange": {
3431
- "startIndex": 1,
3432
- "endIndex": 2
3433
- }
3434
- },
3435
- {
3436
- "kind": "PropertySignature",
3437
- "canonicalReference": "@empathyco/x-types!RelatedTag#selected:member",
3438
- "docComment": "/**\n * If selection mode is enabled, tells if this related tag is selected or not.\n */\n",
3439
- "excerptTokens": [
3440
- {
3441
- "kind": "Content",
3442
- "text": "selected: "
4226
+ "text": "isCurated?: "
3443
4227
  },
3444
4228
  {
3445
4229
  "kind": "Content",
@@ -3450,9 +4234,9 @@
3450
4234
  "text": ";"
3451
4235
  }
3452
4236
  ],
3453
- "isOptional": false,
4237
+ "isOptional": true,
3454
4238
  "releaseTag": "Public",
3455
- "name": "selected",
4239
+ "name": "isCurated",
3456
4240
  "propertyTypeTokenRange": {
3457
4241
  "startIndex": 1,
3458
4242
  "endIndex": 2
@@ -3488,11 +4272,11 @@
3488
4272
  "extendsTokenRanges": [
3489
4273
  {
3490
4274
  "startIndex": 1,
3491
- "endIndex": 2
4275
+ "endIndex": 3
3492
4276
  },
3493
4277
  {
3494
- "startIndex": 3,
3495
- "endIndex": 5
4278
+ "startIndex": 4,
4279
+ "endIndex": 6
3496
4280
  }
3497
4281
  ]
3498
4282
  },
@@ -3518,6 +4302,108 @@
3518
4302
  "endIndex": 2
3519
4303
  }
3520
4304
  },
4305
+ {
4306
+ "kind": "Interface",
4307
+ "canonicalReference": "@empathyco/x-types!RelatedTagsRequest:interface",
4308
+ "docComment": "/**\n * Request for Related Tags endpoint.\n *\n * @public\n */\n",
4309
+ "excerptTokens": [
4310
+ {
4311
+ "kind": "Content",
4312
+ "text": "export interface RelatedTagsRequest extends "
4313
+ },
4314
+ {
4315
+ "kind": "Reference",
4316
+ "text": "QueryableRequest",
4317
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
4318
+ },
4319
+ {
4320
+ "kind": "Content",
4321
+ "text": ", "
4322
+ },
4323
+ {
4324
+ "kind": "Reference",
4325
+ "text": "PageableRequest",
4326
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
4327
+ },
4328
+ {
4329
+ "kind": "Content",
4330
+ "text": ", "
4331
+ },
4332
+ {
4333
+ "kind": "Reference",
4334
+ "text": "ExtraParamsRequest",
4335
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
4336
+ },
4337
+ {
4338
+ "kind": "Content",
4339
+ "text": " "
4340
+ }
4341
+ ],
4342
+ "releaseTag": "Public",
4343
+ "name": "RelatedTagsRequest",
4344
+ "members": [],
4345
+ "extendsTokenRanges": [
4346
+ {
4347
+ "startIndex": 1,
4348
+ "endIndex": 2
4349
+ },
4350
+ {
4351
+ "startIndex": 3,
4352
+ "endIndex": 4
4353
+ },
4354
+ {
4355
+ "startIndex": 5,
4356
+ "endIndex": 7
4357
+ }
4358
+ ]
4359
+ },
4360
+ {
4361
+ "kind": "Interface",
4362
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse:interface",
4363
+ "docComment": "/**\n * Response for the related tags endpoint.\n *\n * @public\n */\n",
4364
+ "excerptTokens": [
4365
+ {
4366
+ "kind": "Content",
4367
+ "text": "export interface RelatedTagsResponse "
4368
+ }
4369
+ ],
4370
+ "releaseTag": "Public",
4371
+ "name": "RelatedTagsResponse",
4372
+ "members": [
4373
+ {
4374
+ "kind": "PropertySignature",
4375
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse#relatedTags:member",
4376
+ "docComment": "",
4377
+ "excerptTokens": [
4378
+ {
4379
+ "kind": "Content",
4380
+ "text": "relatedTags: "
4381
+ },
4382
+ {
4383
+ "kind": "Reference",
4384
+ "text": "RelatedTag",
4385
+ "canonicalReference": "@empathyco/x-types!RelatedTag:interface"
4386
+ },
4387
+ {
4388
+ "kind": "Content",
4389
+ "text": "[]"
4390
+ },
4391
+ {
4392
+ "kind": "Content",
4393
+ "text": ";"
4394
+ }
4395
+ ],
4396
+ "isOptional": false,
4397
+ "releaseTag": "Public",
4398
+ "name": "relatedTags",
4399
+ "propertyTypeTokenRange": {
4400
+ "startIndex": 1,
4401
+ "endIndex": 3
4402
+ }
4403
+ }
4404
+ ],
4405
+ "extendsTokenRanges": []
4406
+ },
3521
4407
  {
3522
4408
  "kind": "Interface",
3523
4409
  "canonicalReference": "@empathyco/x-types!Result:interface",
@@ -3532,6 +4418,10 @@
3532
4418
  "text": "NamedModel",
3533
4419
  "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3534
4420
  },
4421
+ {
4422
+ "kind": "Content",
4423
+ "text": "<'Result'>"
4424
+ },
3535
4425
  {
3536
4426
  "kind": "Content",
3537
4427
  "text": ", "
@@ -3541,6 +4431,15 @@
3541
4431
  "text": "Identifiable",
3542
4432
  "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3543
4433
  },
4434
+ {
4435
+ "kind": "Content",
4436
+ "text": ", "
4437
+ },
4438
+ {
4439
+ "kind": "Reference",
4440
+ "text": "Taggable",
4441
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
4442
+ },
3544
4443
  {
3545
4444
  "kind": "Content",
3546
4445
  "text": " "
@@ -3556,7 +4455,7 @@
3556
4455
  "excerptTokens": [
3557
4456
  {
3558
4457
  "kind": "Content",
3559
- "text": "identifier: "
4458
+ "text": "identifier?: "
3560
4459
  },
3561
4460
  {
3562
4461
  "kind": "Reference",
@@ -3568,7 +4467,7 @@
3568
4467
  "text": ";"
3569
4468
  }
3570
4469
  ],
3571
- "isOptional": false,
4470
+ "isOptional": true,
3572
4471
  "releaseTag": "Public",
3573
4472
  "name": "identifier",
3574
4473
  "propertyTypeTokenRange": {
@@ -3583,7 +4482,7 @@
3583
4482
  "excerptTokens": [
3584
4483
  {
3585
4484
  "kind": "Content",
3586
- "text": "images: "
4485
+ "text": "images?: "
3587
4486
  },
3588
4487
  {
3589
4488
  "kind": "Content",
@@ -3594,7 +4493,7 @@
3594
4493
  "text": ";"
3595
4494
  }
3596
4495
  ],
3597
- "isOptional": false,
4496
+ "isOptional": true,
3598
4497
  "releaseTag": "Public",
3599
4498
  "name": "images",
3600
4499
  "propertyTypeTokenRange": {
@@ -3609,7 +4508,7 @@
3609
4508
  "excerptTokens": [
3610
4509
  {
3611
4510
  "kind": "Content",
3612
- "text": "isWishlisted: "
4511
+ "text": "isWishlisted?: "
3613
4512
  },
3614
4513
  {
3615
4514
  "kind": "Content",
@@ -3620,7 +4519,7 @@
3620
4519
  "text": ";"
3621
4520
  }
3622
4521
  ],
3623
- "isOptional": false,
4522
+ "isOptional": true,
3624
4523
  "releaseTag": "Public",
3625
4524
  "name": "isWishlisted",
3626
4525
  "propertyTypeTokenRange": {
@@ -3635,7 +4534,7 @@
3635
4534
  "excerptTokens": [
3636
4535
  {
3637
4536
  "kind": "Content",
3638
- "text": "name: "
4537
+ "text": "name?: "
3639
4538
  },
3640
4539
  {
3641
4540
  "kind": "Content",
@@ -3646,7 +4545,7 @@
3646
4545
  "text": ";"
3647
4546
  }
3648
4547
  ],
3649
- "isOptional": false,
4548
+ "isOptional": true,
3650
4549
  "releaseTag": "Public",
3651
4550
  "name": "name",
3652
4551
  "propertyTypeTokenRange": {
@@ -3661,7 +4560,7 @@
3661
4560
  "excerptTokens": [
3662
4561
  {
3663
4562
  "kind": "Content",
3664
- "text": "price: "
4563
+ "text": "price?: "
3665
4564
  },
3666
4565
  {
3667
4566
  "kind": "Reference",
@@ -3673,7 +4572,7 @@
3673
4572
  "text": ";"
3674
4573
  }
3675
4574
  ],
3676
- "isOptional": false,
4575
+ "isOptional": true,
3677
4576
  "releaseTag": "Public",
3678
4577
  "name": "price",
3679
4578
  "propertyTypeTokenRange": {
@@ -3688,7 +4587,7 @@
3688
4587
  "excerptTokens": [
3689
4588
  {
3690
4589
  "kind": "Content",
3691
- "text": "rating: "
4590
+ "text": "rating?: "
3692
4591
  },
3693
4592
  {
3694
4593
  "kind": "Reference",
@@ -3700,7 +4599,7 @@
3700
4599
  "text": ";"
3701
4600
  }
3702
4601
  ],
3703
- "isOptional": false,
4602
+ "isOptional": true,
3704
4603
  "releaseTag": "Public",
3705
4604
  "name": "rating",
3706
4605
  "propertyTypeTokenRange": {
@@ -3710,26 +4609,25 @@
3710
4609
  },
3711
4610
  {
3712
4611
  "kind": "PropertySignature",
3713
- "canonicalReference": "@empathyco/x-types!Result#tagging:member",
3714
- "docComment": "/**\n * {@link ResultTagging | Result tagging}.\n */\n",
4612
+ "canonicalReference": "@empathyco/x-types!Result#type:member",
4613
+ "docComment": "/**\n * The type of the result: product, article, pack, etc...\n */\n",
3715
4614
  "excerptTokens": [
3716
4615
  {
3717
4616
  "kind": "Content",
3718
- "text": "tagging: "
4617
+ "text": "type?: "
3719
4618
  },
3720
4619
  {
3721
- "kind": "Reference",
3722
- "text": "ResultTagging",
3723
- "canonicalReference": "@empathyco/x-types!ResultTagging:interface"
4620
+ "kind": "Content",
4621
+ "text": "string"
3724
4622
  },
3725
4623
  {
3726
4624
  "kind": "Content",
3727
4625
  "text": ";"
3728
4626
  }
3729
4627
  ],
3730
- "isOptional": false,
4628
+ "isOptional": true,
3731
4629
  "releaseTag": "Public",
3732
- "name": "tagging",
4630
+ "name": "type",
3733
4631
  "propertyTypeTokenRange": {
3734
4632
  "startIndex": 1,
3735
4633
  "endIndex": 2
@@ -3737,12 +4635,12 @@
3737
4635
  },
3738
4636
  {
3739
4637
  "kind": "PropertySignature",
3740
- "canonicalReference": "@empathyco/x-types!Result#type:member",
3741
- "docComment": "/**\n * The type of the result: product, article, pack, etc...\n */\n",
4638
+ "canonicalReference": "@empathyco/x-types!Result#url:member",
4639
+ "docComment": "/**\n * Result URL to redirect to PDP.\n */\n",
3742
4640
  "excerptTokens": [
3743
4641
  {
3744
4642
  "kind": "Content",
3745
- "text": "type: "
4643
+ "text": "url?: "
3746
4644
  },
3747
4645
  {
3748
4646
  "kind": "Content",
@@ -3753,9 +4651,9 @@
3753
4651
  "text": ";"
3754
4652
  }
3755
4653
  ],
3756
- "isOptional": false,
4654
+ "isOptional": true,
3757
4655
  "releaseTag": "Public",
3758
- "name": "type",
4656
+ "name": "url",
3759
4657
  "propertyTypeTokenRange": {
3760
4658
  "startIndex": 1,
3761
4659
  "endIndex": 2
@@ -3763,39 +4661,48 @@
3763
4661
  },
3764
4662
  {
3765
4663
  "kind": "PropertySignature",
3766
- "canonicalReference": "@empathyco/x-types!Result#url:member",
3767
- "docComment": "/**\n * Result URL to redirect to PDP.\n */\n",
4664
+ "canonicalReference": "@empathyco/x-types!Result#variants:member",
4665
+ "docComment": "/**\n * {@link ResultVariant | Variants of the result}.\n */\n",
3768
4666
  "excerptTokens": [
3769
4667
  {
3770
4668
  "kind": "Content",
3771
- "text": "url: "
4669
+ "text": "variants?: "
4670
+ },
4671
+ {
4672
+ "kind": "Reference",
4673
+ "text": "ResultVariant",
4674
+ "canonicalReference": "@empathyco/x-types!ResultVariant:interface"
3772
4675
  },
3773
4676
  {
3774
4677
  "kind": "Content",
3775
- "text": "string"
4678
+ "text": "[]"
3776
4679
  },
3777
4680
  {
3778
4681
  "kind": "Content",
3779
4682
  "text": ";"
3780
4683
  }
3781
4684
  ],
3782
- "isOptional": false,
4685
+ "isOptional": true,
3783
4686
  "releaseTag": "Public",
3784
- "name": "url",
4687
+ "name": "variants",
3785
4688
  "propertyTypeTokenRange": {
3786
4689
  "startIndex": 1,
3787
- "endIndex": 2
4690
+ "endIndex": 3
3788
4691
  }
3789
4692
  }
3790
4693
  ],
3791
4694
  "extendsTokenRanges": [
3792
4695
  {
3793
4696
  "startIndex": 1,
3794
- "endIndex": 2
4697
+ "endIndex": 3
3795
4698
  },
3796
4699
  {
3797
- "startIndex": 3,
4700
+ "startIndex": 4,
3798
4701
  "endIndex": 5
4702
+ },
4703
+ {
4704
+ "startIndex": 6,
4705
+ "endIndex": 8
3799
4706
  }
3800
4707
  ]
3801
4708
  },
@@ -4001,127 +4908,286 @@
4001
4908
  },
4002
4909
  {
4003
4910
  "kind": "Interface",
4004
- "canonicalReference": "@empathyco/x-types!ResultTagging:interface",
4005
- "docComment": "/**\n * The result tagging events.\n *\n * @public\n */\n",
4911
+ "canonicalReference": "@empathyco/x-types!ResultVariant:interface",
4912
+ "docComment": "/**\n * A result variant.\n *\n * @public\n */\n",
4913
+ "excerptTokens": [
4914
+ {
4915
+ "kind": "Content",
4916
+ "text": "export interface ResultVariant extends "
4917
+ },
4918
+ {
4919
+ "kind": "Reference",
4920
+ "text": "Omit",
4921
+ "canonicalReference": "!Omit:type"
4922
+ },
4923
+ {
4924
+ "kind": "Content",
4925
+ "text": "<"
4926
+ },
4927
+ {
4928
+ "kind": "Reference",
4929
+ "text": "Result",
4930
+ "canonicalReference": "@empathyco/x-types!Result:interface"
4931
+ },
4932
+ {
4933
+ "kind": "Content",
4934
+ "text": ", 'id' | 'modelName' | 'tagging'> "
4935
+ }
4936
+ ],
4937
+ "releaseTag": "Public",
4938
+ "name": "ResultVariant",
4939
+ "members": [],
4940
+ "extendsTokenRanges": [
4941
+ {
4942
+ "startIndex": 1,
4943
+ "endIndex": 5
4944
+ }
4945
+ ]
4946
+ },
4947
+ {
4948
+ "kind": "Interface",
4949
+ "canonicalReference": "@empathyco/x-types!SearchRequest:interface",
4950
+ "docComment": "/**\n * The Request for the Search endpoint.\n *\n * @public\n */\n",
4951
+ "excerptTokens": [
4952
+ {
4953
+ "kind": "Content",
4954
+ "text": "export interface SearchRequest extends "
4955
+ },
4956
+ {
4957
+ "kind": "Reference",
4958
+ "text": "QueryableRequest",
4959
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
4960
+ },
4961
+ {
4962
+ "kind": "Content",
4963
+ "text": ", "
4964
+ },
4965
+ {
4966
+ "kind": "Reference",
4967
+ "text": "FilterableRequest",
4968
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
4969
+ },
4970
+ {
4971
+ "kind": "Content",
4972
+ "text": ", "
4973
+ },
4974
+ {
4975
+ "kind": "Reference",
4976
+ "text": "PageableRequest",
4977
+ "canonicalReference": "@empathyco/x-types!PageableRequest:interface"
4978
+ },
4979
+ {
4980
+ "kind": "Content",
4981
+ "text": ", "
4982
+ },
4983
+ {
4984
+ "kind": "Reference",
4985
+ "text": "SortableRequest",
4986
+ "canonicalReference": "@empathyco/x-types!SortableRequest:interface"
4987
+ },
4988
+ {
4989
+ "kind": "Content",
4990
+ "text": ", "
4991
+ },
4992
+ {
4993
+ "kind": "Reference",
4994
+ "text": "TrackableRequest",
4995
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
4996
+ },
4997
+ {
4998
+ "kind": "Content",
4999
+ "text": ", "
5000
+ },
5001
+ {
5002
+ "kind": "Reference",
5003
+ "text": "ExtraParamsRequest",
5004
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
5005
+ },
5006
+ {
5007
+ "kind": "Content",
5008
+ "text": " "
5009
+ }
5010
+ ],
5011
+ "releaseTag": "Public",
5012
+ "name": "SearchRequest",
5013
+ "members": [],
5014
+ "extendsTokenRanges": [
5015
+ {
5016
+ "startIndex": 1,
5017
+ "endIndex": 2
5018
+ },
5019
+ {
5020
+ "startIndex": 3,
5021
+ "endIndex": 4
5022
+ },
5023
+ {
5024
+ "startIndex": 5,
5025
+ "endIndex": 6
5026
+ },
5027
+ {
5028
+ "startIndex": 7,
5029
+ "endIndex": 8
5030
+ },
5031
+ {
5032
+ "startIndex": 9,
5033
+ "endIndex": 10
5034
+ },
5035
+ {
5036
+ "startIndex": 11,
5037
+ "endIndex": 13
5038
+ }
5039
+ ]
5040
+ },
5041
+ {
5042
+ "kind": "Interface",
5043
+ "canonicalReference": "@empathyco/x-types!SearchResponse:interface",
5044
+ "docComment": "/**\n * Response for the search endpoint.\n *\n * @public\n */\n",
4006
5045
  "excerptTokens": [
4007
5046
  {
4008
5047
  "kind": "Content",
4009
- "text": "export interface ResultTagging "
5048
+ "text": "export interface SearchResponse "
4010
5049
  }
4011
5050
  ],
4012
5051
  "releaseTag": "Public",
4013
- "name": "ResultTagging",
5052
+ "name": "SearchResponse",
4014
5053
  "members": [
4015
5054
  {
4016
- "kind": "IndexSignature",
4017
- "canonicalReference": "@empathyco/x-types!ResultTagging:index(1)",
4018
- "docComment": "/**\n * Any other {@link Tagging | tagging} key-value.\n */\n",
5055
+ "kind": "PropertySignature",
5056
+ "canonicalReference": "@empathyco/x-types!SearchResponse#banners:member",
5057
+ "docComment": "",
4019
5058
  "excerptTokens": [
4020
5059
  {
4021
5060
  "kind": "Content",
4022
- "text": "[key: "
5061
+ "text": "banners?: "
5062
+ },
5063
+ {
5064
+ "kind": "Reference",
5065
+ "text": "Banner",
5066
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
4023
5067
  },
4024
5068
  {
4025
5069
  "kind": "Content",
4026
- "text": "string"
5070
+ "text": "[]"
4027
5071
  },
4028
5072
  {
4029
5073
  "kind": "Content",
4030
- "text": "]: "
5074
+ "text": ";"
5075
+ }
5076
+ ],
5077
+ "isOptional": true,
5078
+ "releaseTag": "Public",
5079
+ "name": "banners",
5080
+ "propertyTypeTokenRange": {
5081
+ "startIndex": 1,
5082
+ "endIndex": 3
5083
+ }
5084
+ },
5085
+ {
5086
+ "kind": "PropertySignature",
5087
+ "canonicalReference": "@empathyco/x-types!SearchResponse#facets:member",
5088
+ "docComment": "",
5089
+ "excerptTokens": [
5090
+ {
5091
+ "kind": "Content",
5092
+ "text": "facets?: "
4031
5093
  },
4032
5094
  {
4033
5095
  "kind": "Reference",
4034
- "text": "Tagging",
4035
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5096
+ "text": "Facet",
5097
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
5098
+ },
5099
+ {
5100
+ "kind": "Content",
5101
+ "text": "[]"
4036
5102
  },
4037
5103
  {
4038
5104
  "kind": "Content",
4039
5105
  "text": ";"
4040
5106
  }
4041
5107
  ],
4042
- "returnTypeTokenRange": {
4043
- "startIndex": 3,
4044
- "endIndex": 4
4045
- },
5108
+ "isOptional": true,
4046
5109
  "releaseTag": "Public",
4047
- "overloadIndex": 1,
4048
- "parameters": [
4049
- {
4050
- "parameterName": "key",
4051
- "parameterTypeTokenRange": {
4052
- "startIndex": 1,
4053
- "endIndex": 2
4054
- }
4055
- }
4056
- ]
5110
+ "name": "facets",
5111
+ "propertyTypeTokenRange": {
5112
+ "startIndex": 1,
5113
+ "endIndex": 3
5114
+ }
4057
5115
  },
4058
5116
  {
4059
5117
  "kind": "PropertySignature",
4060
- "canonicalReference": "@empathyco/x-types!ResultTagging#add2cart:member",
4061
- "docComment": "/**\n * {@link Tagging | add to cart tagging}.\n */\n",
5118
+ "canonicalReference": "@empathyco/x-types!SearchResponse#partialResults:member",
5119
+ "docComment": "",
4062
5120
  "excerptTokens": [
4063
5121
  {
4064
5122
  "kind": "Content",
4065
- "text": "add2cart: "
5123
+ "text": "partialResults?: "
4066
5124
  },
4067
5125
  {
4068
5126
  "kind": "Reference",
4069
- "text": "Tagging",
4070
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5127
+ "text": "PartialResult",
5128
+ "canonicalReference": "@empathyco/x-types!PartialResult:interface"
5129
+ },
5130
+ {
5131
+ "kind": "Content",
5132
+ "text": "[]"
4071
5133
  },
4072
5134
  {
4073
5135
  "kind": "Content",
4074
5136
  "text": ";"
4075
5137
  }
4076
5138
  ],
4077
- "isOptional": false,
5139
+ "isOptional": true,
4078
5140
  "releaseTag": "Public",
4079
- "name": "add2cart",
5141
+ "name": "partialResults",
4080
5142
  "propertyTypeTokenRange": {
4081
5143
  "startIndex": 1,
4082
- "endIndex": 2
5144
+ "endIndex": 3
4083
5145
  }
4084
5146
  },
4085
5147
  {
4086
5148
  "kind": "PropertySignature",
4087
- "canonicalReference": "@empathyco/x-types!ResultTagging#checkout:member",
4088
- "docComment": "/**\n * {@link Tagging | checkout tagging}.\n */\n",
5149
+ "canonicalReference": "@empathyco/x-types!SearchResponse#promoteds:member",
5150
+ "docComment": "",
4089
5151
  "excerptTokens": [
4090
5152
  {
4091
5153
  "kind": "Content",
4092
- "text": "checkout: "
5154
+ "text": "promoteds?: "
4093
5155
  },
4094
5156
  {
4095
5157
  "kind": "Reference",
4096
- "text": "Tagging",
4097
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5158
+ "text": "Promoted",
5159
+ "canonicalReference": "@empathyco/x-types!Promoted:interface"
5160
+ },
5161
+ {
5162
+ "kind": "Content",
5163
+ "text": "[]"
4098
5164
  },
4099
5165
  {
4100
5166
  "kind": "Content",
4101
5167
  "text": ";"
4102
5168
  }
4103
5169
  ],
4104
- "isOptional": false,
5170
+ "isOptional": true,
4105
5171
  "releaseTag": "Public",
4106
- "name": "checkout",
5172
+ "name": "promoteds",
4107
5173
  "propertyTypeTokenRange": {
4108
5174
  "startIndex": 1,
4109
- "endIndex": 2
5175
+ "endIndex": 3
4110
5176
  }
4111
5177
  },
4112
5178
  {
4113
5179
  "kind": "PropertySignature",
4114
- "canonicalReference": "@empathyco/x-types!ResultTagging#click:member",
4115
- "docComment": "/**\n * {@link Tagging | click tagging}.\n */\n",
5180
+ "canonicalReference": "@empathyco/x-types!SearchResponse#queryTagging:member",
5181
+ "docComment": "",
4116
5182
  "excerptTokens": [
4117
5183
  {
4118
5184
  "kind": "Content",
4119
- "text": "click: "
5185
+ "text": "queryTagging: "
4120
5186
  },
4121
5187
  {
4122
5188
  "kind": "Reference",
4123
- "text": "Tagging",
4124
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5189
+ "text": "TaggingRequest",
5190
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4125
5191
  },
4126
5192
  {
4127
5193
  "kind": "Content",
@@ -4130,50 +5196,25 @@
4130
5196
  ],
4131
5197
  "isOptional": false,
4132
5198
  "releaseTag": "Public",
4133
- "name": "click",
5199
+ "name": "queryTagging",
4134
5200
  "propertyTypeTokenRange": {
4135
5201
  "startIndex": 1,
4136
5202
  "endIndex": 2
4137
5203
  }
4138
- }
4139
- ],
4140
- "extendsTokenRanges": []
4141
- },
4142
- {
4143
- "kind": "Interface",
4144
- "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
4145
- "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",
4146
- "excerptTokens": [
4147
- {
4148
- "kind": "Content",
4149
- "text": "export interface SimpleFacet extends "
4150
5204
  },
4151
- {
4152
- "kind": "Reference",
4153
- "text": "Facet",
4154
- "canonicalReference": "@empathyco/x-types!Facet:interface"
4155
- },
4156
- {
4157
- "kind": "Content",
4158
- "text": " "
4159
- }
4160
- ],
4161
- "releaseTag": "Public",
4162
- "name": "SimpleFacet",
4163
- "members": [
4164
5205
  {
4165
5206
  "kind": "PropertySignature",
4166
- "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
4167
- "docComment": "/**\n * Filters available for the facet.\n */\n",
5207
+ "canonicalReference": "@empathyco/x-types!SearchResponse#redirections:member",
5208
+ "docComment": "",
4168
5209
  "excerptTokens": [
4169
5210
  {
4170
5211
  "kind": "Content",
4171
- "text": "filters: "
5212
+ "text": "redirections?: "
4172
5213
  },
4173
5214
  {
4174
5215
  "kind": "Reference",
4175
- "text": "SimpleFilter",
4176
- "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
5216
+ "text": "Redirection",
5217
+ "canonicalReference": "@empathyco/x-types!Redirection:interface"
4177
5218
  },
4178
5219
  {
4179
5220
  "kind": "Content",
@@ -4184,9 +5225,9 @@
4184
5225
  "text": ";"
4185
5226
  }
4186
5227
  ],
4187
- "isOptional": false,
5228
+ "isOptional": true,
4188
5229
  "releaseTag": "Public",
4189
- "name": "filters",
5230
+ "name": "redirections",
4190
5231
  "propertyTypeTokenRange": {
4191
5232
  "startIndex": 1,
4192
5233
  "endIndex": 3
@@ -4194,12 +5235,151 @@
4194
5235
  },
4195
5236
  {
4196
5237
  "kind": "PropertySignature",
4197
- "canonicalReference": "@empathyco/x-types!SimpleFacet#modelName:member",
4198
- "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
5238
+ "canonicalReference": "@empathyco/x-types!SearchResponse#results:member",
5239
+ "docComment": "",
4199
5240
  "excerptTokens": [
4200
5241
  {
4201
5242
  "kind": "Content",
4202
- "text": "modelName: "
5243
+ "text": "results: "
5244
+ },
5245
+ {
5246
+ "kind": "Reference",
5247
+ "text": "Result",
5248
+ "canonicalReference": "@empathyco/x-types!Result:interface"
5249
+ },
5250
+ {
5251
+ "kind": "Content",
5252
+ "text": "[]"
5253
+ },
5254
+ {
5255
+ "kind": "Content",
5256
+ "text": ";"
5257
+ }
5258
+ ],
5259
+ "isOptional": false,
5260
+ "releaseTag": "Public",
5261
+ "name": "results",
5262
+ "propertyTypeTokenRange": {
5263
+ "startIndex": 1,
5264
+ "endIndex": 3
5265
+ }
5266
+ },
5267
+ {
5268
+ "kind": "PropertySignature",
5269
+ "canonicalReference": "@empathyco/x-types!SearchResponse#spellcheck:member",
5270
+ "docComment": "",
5271
+ "excerptTokens": [
5272
+ {
5273
+ "kind": "Content",
5274
+ "text": "spellcheck?: "
5275
+ },
5276
+ {
5277
+ "kind": "Content",
5278
+ "text": "string"
5279
+ },
5280
+ {
5281
+ "kind": "Content",
5282
+ "text": ";"
5283
+ }
5284
+ ],
5285
+ "isOptional": true,
5286
+ "releaseTag": "Public",
5287
+ "name": "spellcheck",
5288
+ "propertyTypeTokenRange": {
5289
+ "startIndex": 1,
5290
+ "endIndex": 2
5291
+ }
5292
+ },
5293
+ {
5294
+ "kind": "PropertySignature",
5295
+ "canonicalReference": "@empathyco/x-types!SearchResponse#totalResults:member",
5296
+ "docComment": "",
5297
+ "excerptTokens": [
5298
+ {
5299
+ "kind": "Content",
5300
+ "text": "totalResults: "
5301
+ },
5302
+ {
5303
+ "kind": "Content",
5304
+ "text": "number"
5305
+ },
5306
+ {
5307
+ "kind": "Content",
5308
+ "text": ";"
5309
+ }
5310
+ ],
5311
+ "isOptional": false,
5312
+ "releaseTag": "Public",
5313
+ "name": "totalResults",
5314
+ "propertyTypeTokenRange": {
5315
+ "startIndex": 1,
5316
+ "endIndex": 2
5317
+ }
5318
+ }
5319
+ ],
5320
+ "extendsTokenRanges": []
5321
+ },
5322
+ {
5323
+ "kind": "Interface",
5324
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
5325
+ "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",
5326
+ "excerptTokens": [
5327
+ {
5328
+ "kind": "Content",
5329
+ "text": "export interface SimpleFacet extends "
5330
+ },
5331
+ {
5332
+ "kind": "Reference",
5333
+ "text": "Facet",
5334
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
5335
+ },
5336
+ {
5337
+ "kind": "Content",
5338
+ "text": " "
5339
+ }
5340
+ ],
5341
+ "releaseTag": "Public",
5342
+ "name": "SimpleFacet",
5343
+ "members": [
5344
+ {
5345
+ "kind": "PropertySignature",
5346
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
5347
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
5348
+ "excerptTokens": [
5349
+ {
5350
+ "kind": "Content",
5351
+ "text": "filters: "
5352
+ },
5353
+ {
5354
+ "kind": "Reference",
5355
+ "text": "SimpleFilter",
5356
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
5357
+ },
5358
+ {
5359
+ "kind": "Content",
5360
+ "text": "[]"
5361
+ },
5362
+ {
5363
+ "kind": "Content",
5364
+ "text": ";"
5365
+ }
5366
+ ],
5367
+ "isOptional": false,
5368
+ "releaseTag": "Public",
5369
+ "name": "filters",
5370
+ "propertyTypeTokenRange": {
5371
+ "startIndex": 1,
5372
+ "endIndex": 3
5373
+ }
5374
+ },
5375
+ {
5376
+ "kind": "PropertySignature",
5377
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#modelName:member",
5378
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
5379
+ "excerptTokens": [
5380
+ {
5381
+ "kind": "Content",
5382
+ "text": "modelName: "
4203
5383
  },
4204
5384
  {
4205
5385
  "kind": "Content",
@@ -4351,6 +5531,49 @@
4351
5531
  "endIndex": 2
4352
5532
  }
4353
5533
  },
5534
+ {
5535
+ "kind": "Interface",
5536
+ "canonicalReference": "@empathyco/x-types!SortableRequest:interface",
5537
+ "docComment": "/**\n * Interface for any Request with sorting.\n *\n * @public\n */\n",
5538
+ "excerptTokens": [
5539
+ {
5540
+ "kind": "Content",
5541
+ "text": "export interface SortableRequest "
5542
+ }
5543
+ ],
5544
+ "releaseTag": "Public",
5545
+ "name": "SortableRequest",
5546
+ "members": [
5547
+ {
5548
+ "kind": "PropertySignature",
5549
+ "canonicalReference": "@empathyco/x-types!SortableRequest#sort:member",
5550
+ "docComment": "",
5551
+ "excerptTokens": [
5552
+ {
5553
+ "kind": "Content",
5554
+ "text": "sort?: "
5555
+ },
5556
+ {
5557
+ "kind": "Reference",
5558
+ "text": "Sort",
5559
+ "canonicalReference": "@empathyco/x-types!Sort:type"
5560
+ },
5561
+ {
5562
+ "kind": "Content",
5563
+ "text": ";"
5564
+ }
5565
+ ],
5566
+ "isOptional": true,
5567
+ "releaseTag": "Public",
5568
+ "name": "sort",
5569
+ "propertyTypeTokenRange": {
5570
+ "startIndex": 1,
5571
+ "endIndex": 2
5572
+ }
5573
+ }
5574
+ ],
5575
+ "extendsTokenRanges": []
5576
+ },
4354
5577
  {
4355
5578
  "kind": "Interface",
4356
5579
  "canonicalReference": "@empathyco/x-types!Suggestion:interface",
@@ -4365,6 +5588,10 @@
4365
5588
  "text": "NamedModel",
4366
5589
  "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4367
5590
  },
5591
+ {
5592
+ "kind": "Content",
5593
+ "text": "<'QuerySuggestion' | 'PopularSearch'>"
5594
+ },
4368
5595
  {
4369
5596
  "kind": "Content",
4370
5597
  "text": ", "
@@ -4413,6 +5640,32 @@
4413
5640
  "endIndex": 3
4414
5641
  }
4415
5642
  },
5643
+ {
5644
+ "kind": "PropertySignature",
5645
+ "canonicalReference": "@empathyco/x-types!Suggestion#isCurated:member",
5646
+ "docComment": "/**\n * If it's a curated suggestion.\n */\n",
5647
+ "excerptTokens": [
5648
+ {
5649
+ "kind": "Content",
5650
+ "text": "isCurated?: "
5651
+ },
5652
+ {
5653
+ "kind": "Content",
5654
+ "text": "boolean"
5655
+ },
5656
+ {
5657
+ "kind": "Content",
5658
+ "text": ";"
5659
+ }
5660
+ ],
5661
+ "isOptional": true,
5662
+ "releaseTag": "Public",
5663
+ "name": "isCurated",
5664
+ "propertyTypeTokenRange": {
5665
+ "startIndex": 1,
5666
+ "endIndex": 2
5667
+ }
5668
+ },
4416
5669
  {
4417
5670
  "kind": "PropertySignature",
4418
5671
  "canonicalReference": "@empathyco/x-types!Suggestion#key:member",
@@ -4443,11 +5696,11 @@
4443
5696
  "extendsTokenRanges": [
4444
5697
  {
4445
5698
  "startIndex": 1,
4446
- "endIndex": 2
5699
+ "endIndex": 3
4447
5700
  },
4448
5701
  {
4449
- "startIndex": 3,
4450
- "endIndex": 5
5702
+ "startIndex": 4,
5703
+ "endIndex": 6
4451
5704
  }
4452
5705
  ]
4453
5706
  },
@@ -4475,60 +5728,30 @@
4475
5728
  },
4476
5729
  {
4477
5730
  "kind": "Interface",
4478
- "canonicalReference": "@empathyco/x-types!Tagging:interface",
4479
- "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",
5731
+ "canonicalReference": "@empathyco/x-types!Taggable:interface",
5732
+ "docComment": "/**\n * A taggable entity.\n *\n * @public\n */\n",
4480
5733
  "excerptTokens": [
4481
5734
  {
4482
5735
  "kind": "Content",
4483
- "text": "export interface Tagging "
5736
+ "text": "export interface Taggable "
4484
5737
  }
4485
5738
  ],
4486
5739
  "releaseTag": "Public",
4487
- "name": "Tagging",
5740
+ "name": "Taggable",
4488
5741
  "members": [
4489
5742
  {
4490
5743
  "kind": "PropertySignature",
4491
- "canonicalReference": "@empathyco/x-types!Tagging#params:member",
4492
- "docComment": "/**\n * Params of the tagging URL.\n */\n",
5744
+ "canonicalReference": "@empathyco/x-types!Taggable#tagging:member",
5745
+ "docComment": "/**\n * Tagging object containing the different taggable events.\n */\n",
4493
5746
  "excerptTokens": [
4494
5747
  {
4495
5748
  "kind": "Content",
4496
- "text": "params: "
5749
+ "text": "tagging: "
4497
5750
  },
4498
5751
  {
4499
5752
  "kind": "Reference",
4500
- "text": "Record",
4501
- "canonicalReference": "!Record:type"
4502
- },
4503
- {
4504
- "kind": "Content",
4505
- "text": "<string, any>"
4506
- },
4507
- {
4508
- "kind": "Content",
4509
- "text": ";"
4510
- }
4511
- ],
4512
- "isOptional": false,
4513
- "releaseTag": "Public",
4514
- "name": "params",
4515
- "propertyTypeTokenRange": {
4516
- "startIndex": 1,
4517
- "endIndex": 3
4518
- }
4519
- },
4520
- {
4521
- "kind": "PropertySignature",
4522
- "canonicalReference": "@empathyco/x-types!Tagging#url:member",
4523
- "docComment": "/**\n * Tagging URL.\n */\n",
4524
- "excerptTokens": [
4525
- {
4526
- "kind": "Content",
4527
- "text": "url: "
4528
- },
4529
- {
4530
- "kind": "Content",
4531
- "text": "string"
5753
+ "text": "Tagging",
5754
+ "canonicalReference": "@empathyco/x-types!Tagging:interface"
4532
5755
  },
4533
5756
  {
4534
5757
  "kind": "Content",
@@ -4537,7 +5760,7 @@
4537
5760
  ],
4538
5761
  "isOptional": false,
4539
5762
  "releaseTag": "Public",
4540
- "name": "url",
5763
+ "name": "tagging",
4541
5764
  "propertyTypeTokenRange": {
4542
5765
  "startIndex": 1,
4543
5766
  "endIndex": 2
@@ -4548,21 +5771,21 @@
4548
5771
  },
4549
5772
  {
4550
5773
  "kind": "Variable",
4551
- "canonicalReference": "@empathyco/x-types!TaggingSchema:var",
4552
- "docComment": "/**\n * Jest schema for validating Tagging entities.\n *\n * @public\n */\n",
5774
+ "canonicalReference": "@empathyco/x-types!TaggableSchema:var",
5775
+ "docComment": "/**\n * Jest schema for validating Taggable entities.\n *\n * @public\n */\n",
4553
5776
  "excerptTokens": [
4554
5777
  {
4555
5778
  "kind": "Content",
4556
- "text": "TaggingSchema: "
5779
+ "text": "TaggableSchema: "
4557
5780
  },
4558
5781
  {
4559
5782
  "kind": "Reference",
4560
- "text": "Tagging",
4561
- "canonicalReference": "@empathyco/x-types!Tagging:interface"
5783
+ "text": "Taggable",
5784
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
4562
5785
  }
4563
5786
  ],
4564
5787
  "releaseTag": "Public",
4565
- "name": "TaggingSchema",
5788
+ "name": "TaggableSchema",
4566
5789
  "variableTypeTokenRange": {
4567
5790
  "startIndex": 1,
4568
5791
  "endIndex": 2
@@ -4570,25 +5793,25 @@
4570
5793
  },
4571
5794
  {
4572
5795
  "kind": "Interface",
4573
- "canonicalReference": "@empathyco/x-types!UserInfo:interface",
4574
- "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
5796
+ "canonicalReference": "@empathyco/x-types!Tagging:interface",
5797
+ "docComment": "/**\n * The tagging user actions.\n *\n * @public\n */\n",
4575
5798
  "excerptTokens": [
4576
5799
  {
4577
5800
  "kind": "Content",
4578
- "text": "export interface UserInfo "
5801
+ "text": "export interface Tagging "
4579
5802
  }
4580
5803
  ],
4581
5804
  "releaseTag": "Public",
4582
- "name": "UserInfo",
5805
+ "name": "Tagging",
4583
5806
  "members": [
4584
5807
  {
4585
- "kind": "PropertySignature",
4586
- "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
4587
- "docComment": "/**\n * A unique token that represents a search session.\n */\n",
5808
+ "kind": "IndexSignature",
5809
+ "canonicalReference": "@empathyco/x-types!Tagging:index(1)",
5810
+ "docComment": "/**\n * Any other {@link TaggingRequest | tagging} key-value.\n */\n",
4588
5811
  "excerptTokens": [
4589
5812
  {
4590
5813
  "kind": "Content",
4591
- "text": "session: "
5814
+ "text": "[key: "
4592
5815
  },
4593
5816
  {
4594
5817
  "kind": "Content",
@@ -4596,12 +5819,60 @@
4596
5819
  },
4597
5820
  {
4598
5821
  "kind": "Content",
4599
- "text": ";"
5822
+ "text": "]: "
5823
+ },
5824
+ {
5825
+ "kind": "Reference",
5826
+ "text": "TaggingRequest",
5827
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5828
+ },
5829
+ {
5830
+ "kind": "Content",
5831
+ "text": " | undefined"
5832
+ },
5833
+ {
5834
+ "kind": "Content",
5835
+ "text": ";"
4600
5836
  }
4601
5837
  ],
4602
- "isOptional": false,
5838
+ "returnTypeTokenRange": {
5839
+ "startIndex": 3,
5840
+ "endIndex": 5
5841
+ },
4603
5842
  "releaseTag": "Public",
4604
- "name": "session",
5843
+ "overloadIndex": 1,
5844
+ "parameters": [
5845
+ {
5846
+ "parameterName": "key",
5847
+ "parameterTypeTokenRange": {
5848
+ "startIndex": 1,
5849
+ "endIndex": 2
5850
+ }
5851
+ }
5852
+ ]
5853
+ },
5854
+ {
5855
+ "kind": "PropertySignature",
5856
+ "canonicalReference": "@empathyco/x-types!Tagging#add2cart:member",
5857
+ "docComment": "/**\n * {@link TaggingRequest | add to cart tagging}.\n */\n",
5858
+ "excerptTokens": [
5859
+ {
5860
+ "kind": "Content",
5861
+ "text": "add2cart?: "
5862
+ },
5863
+ {
5864
+ "kind": "Reference",
5865
+ "text": "TaggingRequest",
5866
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5867
+ },
5868
+ {
5869
+ "kind": "Content",
5870
+ "text": ";"
5871
+ }
5872
+ ],
5873
+ "isOptional": true,
5874
+ "releaseTag": "Public",
5875
+ "name": "add2cart",
4605
5876
  "propertyTypeTokenRange": {
4606
5877
  "startIndex": 1,
4607
5878
  "endIndex": 2
@@ -4609,12 +5880,167 @@
4609
5880
  },
4610
5881
  {
4611
5882
  "kind": "PropertySignature",
4612
- "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
4613
- "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
5883
+ "canonicalReference": "@empathyco/x-types!Tagging#checkout:member",
5884
+ "docComment": "/**\n * {@link TaggingRequest | checkout tagging}.\n */\n",
4614
5885
  "excerptTokens": [
4615
5886
  {
4616
5887
  "kind": "Content",
4617
- "text": "user: "
5888
+ "text": "checkout?: "
5889
+ },
5890
+ {
5891
+ "kind": "Reference",
5892
+ "text": "TaggingRequest",
5893
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5894
+ },
5895
+ {
5896
+ "kind": "Content",
5897
+ "text": ";"
5898
+ }
5899
+ ],
5900
+ "isOptional": true,
5901
+ "releaseTag": "Public",
5902
+ "name": "checkout",
5903
+ "propertyTypeTokenRange": {
5904
+ "startIndex": 1,
5905
+ "endIndex": 2
5906
+ }
5907
+ },
5908
+ {
5909
+ "kind": "PropertySignature",
5910
+ "canonicalReference": "@empathyco/x-types!Tagging#click:member",
5911
+ "docComment": "/**\n * {@link TaggingRequest | click tagging}.\n */\n",
5912
+ "excerptTokens": [
5913
+ {
5914
+ "kind": "Content",
5915
+ "text": "click?: "
5916
+ },
5917
+ {
5918
+ "kind": "Reference",
5919
+ "text": "TaggingRequest",
5920
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5921
+ },
5922
+ {
5923
+ "kind": "Content",
5924
+ "text": ";"
5925
+ }
5926
+ ],
5927
+ "isOptional": true,
5928
+ "releaseTag": "Public",
5929
+ "name": "click",
5930
+ "propertyTypeTokenRange": {
5931
+ "startIndex": 1,
5932
+ "endIndex": 2
5933
+ }
5934
+ },
5935
+ {
5936
+ "kind": "PropertySignature",
5937
+ "canonicalReference": "@empathyco/x-types!Tagging#query:member",
5938
+ "docComment": "/**\n * {@link TaggingRequest | query tagging}.\n */\n",
5939
+ "excerptTokens": [
5940
+ {
5941
+ "kind": "Content",
5942
+ "text": "query?: "
5943
+ },
5944
+ {
5945
+ "kind": "Reference",
5946
+ "text": "TaggingRequest",
5947
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5948
+ },
5949
+ {
5950
+ "kind": "Content",
5951
+ "text": ";"
5952
+ }
5953
+ ],
5954
+ "isOptional": true,
5955
+ "releaseTag": "Public",
5956
+ "name": "query",
5957
+ "propertyTypeTokenRange": {
5958
+ "startIndex": 1,
5959
+ "endIndex": 2
5960
+ }
5961
+ },
5962
+ {
5963
+ "kind": "PropertySignature",
5964
+ "canonicalReference": "@empathyco/x-types!Tagging#wishlist:member",
5965
+ "docComment": "/**\n * {@link TaggingRequest | wishlist tagging}.\n */\n",
5966
+ "excerptTokens": [
5967
+ {
5968
+ "kind": "Content",
5969
+ "text": "wishlist?: "
5970
+ },
5971
+ {
5972
+ "kind": "Reference",
5973
+ "text": "TaggingRequest",
5974
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5975
+ },
5976
+ {
5977
+ "kind": "Content",
5978
+ "text": ";"
5979
+ }
5980
+ ],
5981
+ "isOptional": true,
5982
+ "releaseTag": "Public",
5983
+ "name": "wishlist",
5984
+ "propertyTypeTokenRange": {
5985
+ "startIndex": 1,
5986
+ "endIndex": 2
5987
+ }
5988
+ }
5989
+ ],
5990
+ "extendsTokenRanges": []
5991
+ },
5992
+ {
5993
+ "kind": "Interface",
5994
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface",
5995
+ "docComment": "/**\n * The request for the tagging API.\n *\n * @public\n */\n",
5996
+ "excerptTokens": [
5997
+ {
5998
+ "kind": "Content",
5999
+ "text": "export interface TaggingRequest "
6000
+ }
6001
+ ],
6002
+ "releaseTag": "Public",
6003
+ "name": "TaggingRequest",
6004
+ "members": [
6005
+ {
6006
+ "kind": "PropertySignature",
6007
+ "canonicalReference": "@empathyco/x-types!TaggingRequest#params:member",
6008
+ "docComment": "/**\n * Params of the tagging URL.\n */\n",
6009
+ "excerptTokens": [
6010
+ {
6011
+ "kind": "Content",
6012
+ "text": "params: "
6013
+ },
6014
+ {
6015
+ "kind": "Reference",
6016
+ "text": "Record",
6017
+ "canonicalReference": "!Record:type"
6018
+ },
6019
+ {
6020
+ "kind": "Content",
6021
+ "text": "<string, string | number | boolean>"
6022
+ },
6023
+ {
6024
+ "kind": "Content",
6025
+ "text": ";"
6026
+ }
6027
+ ],
6028
+ "isOptional": false,
6029
+ "releaseTag": "Public",
6030
+ "name": "params",
6031
+ "propertyTypeTokenRange": {
6032
+ "startIndex": 1,
6033
+ "endIndex": 3
6034
+ }
6035
+ },
6036
+ {
6037
+ "kind": "PropertySignature",
6038
+ "canonicalReference": "@empathyco/x-types!TaggingRequest#url:member",
6039
+ "docComment": "/**\n * Tagging URL.\n */\n",
6040
+ "excerptTokens": [
6041
+ {
6042
+ "kind": "Content",
6043
+ "text": "url: "
4618
6044
  },
4619
6045
  {
4620
6046
  "kind": "Content",
@@ -4627,20 +6053,80 @@
4627
6053
  ],
4628
6054
  "isOptional": false,
4629
6055
  "releaseTag": "Public",
4630
- "name": "user",
6056
+ "name": "url",
4631
6057
  "propertyTypeTokenRange": {
4632
6058
  "startIndex": 1,
4633
6059
  "endIndex": 2
4634
6060
  }
6061
+ }
6062
+ ],
6063
+ "extendsTokenRanges": []
6064
+ },
6065
+ {
6066
+ "kind": "Variable",
6067
+ "canonicalReference": "@empathyco/x-types!TaggingRequestSchema:var",
6068
+ "docComment": "/**\n * Jest schema for validating TaggingRequest entities.\n *\n * @public\n */\n",
6069
+ "excerptTokens": [
6070
+ {
6071
+ "kind": "Content",
6072
+ "text": "TaggingRequestSchema: "
6073
+ },
6074
+ {
6075
+ "kind": "Reference",
6076
+ "text": "TaggingRequest",
6077
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
6078
+ }
6079
+ ],
6080
+ "releaseTag": "Public",
6081
+ "name": "TaggingRequestSchema",
6082
+ "variableTypeTokenRange": {
6083
+ "startIndex": 1,
6084
+ "endIndex": 2
6085
+ }
6086
+ },
6087
+ {
6088
+ "kind": "Variable",
6089
+ "canonicalReference": "@empathyco/x-types!TaggingSchema:var",
6090
+ "docComment": "/**\n * Jest schema for validating Tagging entities.\n *\n * @public\n */\n",
6091
+ "excerptTokens": [
6092
+ {
6093
+ "kind": "Content",
6094
+ "text": "TaggingSchema: "
4635
6095
  },
6096
+ {
6097
+ "kind": "Reference",
6098
+ "text": "Tagging",
6099
+ "canonicalReference": "@empathyco/x-types!Tagging:interface"
6100
+ }
6101
+ ],
6102
+ "releaseTag": "Public",
6103
+ "name": "TaggingSchema",
6104
+ "variableTypeTokenRange": {
6105
+ "startIndex": 1,
6106
+ "endIndex": 2
6107
+ }
6108
+ },
6109
+ {
6110
+ "kind": "Interface",
6111
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface",
6112
+ "docComment": "/**\n * Interface for any Request with tagging.\n *\n * @public\n */\n",
6113
+ "excerptTokens": [
6114
+ {
6115
+ "kind": "Content",
6116
+ "text": "export interface TrackableRequest "
6117
+ }
6118
+ ],
6119
+ "releaseTag": "Public",
6120
+ "name": "TrackableRequest",
6121
+ "members": [
4636
6122
  {
4637
6123
  "kind": "PropertySignature",
4638
- "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
4639
- "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
6124
+ "canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
6125
+ "docComment": "",
4640
6126
  "excerptTokens": [
4641
6127
  {
4642
6128
  "kind": "Content",
4643
- "text": "userType: "
6129
+ "text": "origin?: "
4644
6130
  },
4645
6131
  {
4646
6132
  "kind": "Content",
@@ -4651,9 +6137,9 @@
4651
6137
  "text": ";"
4652
6138
  }
4653
6139
  ],
4654
- "isOptional": false,
6140
+ "isOptional": true,
4655
6141
  "releaseTag": "Public",
4656
- "name": "userType",
6142
+ "name": "origin",
4657
6143
  "propertyTypeTokenRange": {
4658
6144
  "startIndex": 1,
4659
6145
  "endIndex": 2
@@ -4661,6 +6147,542 @@
4661
6147
  }
4662
6148
  ],
4663
6149
  "extendsTokenRanges": []
6150
+ },
6151
+ {
6152
+ "kind": "Interface",
6153
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
6154
+ "docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
6155
+ "excerptTokens": [
6156
+ {
6157
+ "kind": "Content",
6158
+ "text": "export interface TrackableShowResponse "
6159
+ }
6160
+ ],
6161
+ "releaseTag": "Public",
6162
+ "name": "TrackableShowResponse",
6163
+ "members": [
6164
+ {
6165
+ "kind": "PropertySignature",
6166
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
6167
+ "docComment": "",
6168
+ "excerptTokens": [
6169
+ {
6170
+ "kind": "Content",
6171
+ "text": "showTagging: "
6172
+ },
6173
+ {
6174
+ "kind": "Reference",
6175
+ "text": "TaggingRequest",
6176
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
6177
+ },
6178
+ {
6179
+ "kind": "Content",
6180
+ "text": ";"
6181
+ }
6182
+ ],
6183
+ "isOptional": false,
6184
+ "releaseTag": "Public",
6185
+ "name": "showTagging",
6186
+ "propertyTypeTokenRange": {
6187
+ "startIndex": 1,
6188
+ "endIndex": 2
6189
+ }
6190
+ }
6191
+ ],
6192
+ "extendsTokenRanges": []
6193
+ },
6194
+ {
6195
+ "kind": "Interface",
6196
+ "canonicalReference": "@empathyco/x-types!UserInfo:interface",
6197
+ "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
6198
+ "excerptTokens": [
6199
+ {
6200
+ "kind": "Content",
6201
+ "text": "export interface UserInfo "
6202
+ }
6203
+ ],
6204
+ "releaseTag": "Public",
6205
+ "name": "UserInfo",
6206
+ "members": [
6207
+ {
6208
+ "kind": "PropertySignature",
6209
+ "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
6210
+ "docComment": "/**\n * A unique token that represents a search session.\n */\n",
6211
+ "excerptTokens": [
6212
+ {
6213
+ "kind": "Content",
6214
+ "text": "session: "
6215
+ },
6216
+ {
6217
+ "kind": "Content",
6218
+ "text": "string"
6219
+ },
6220
+ {
6221
+ "kind": "Content",
6222
+ "text": ";"
6223
+ }
6224
+ ],
6225
+ "isOptional": false,
6226
+ "releaseTag": "Public",
6227
+ "name": "session",
6228
+ "propertyTypeTokenRange": {
6229
+ "startIndex": 1,
6230
+ "endIndex": 2
6231
+ }
6232
+ },
6233
+ {
6234
+ "kind": "PropertySignature",
6235
+ "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
6236
+ "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
6237
+ "excerptTokens": [
6238
+ {
6239
+ "kind": "Content",
6240
+ "text": "user: "
6241
+ },
6242
+ {
6243
+ "kind": "Content",
6244
+ "text": "string"
6245
+ },
6246
+ {
6247
+ "kind": "Content",
6248
+ "text": ";"
6249
+ }
6250
+ ],
6251
+ "isOptional": false,
6252
+ "releaseTag": "Public",
6253
+ "name": "user",
6254
+ "propertyTypeTokenRange": {
6255
+ "startIndex": 1,
6256
+ "endIndex": 2
6257
+ }
6258
+ },
6259
+ {
6260
+ "kind": "PropertySignature",
6261
+ "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
6262
+ "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
6263
+ "excerptTokens": [
6264
+ {
6265
+ "kind": "Content",
6266
+ "text": "userType: "
6267
+ },
6268
+ {
6269
+ "kind": "Content",
6270
+ "text": "string"
6271
+ },
6272
+ {
6273
+ "kind": "Content",
6274
+ "text": ";"
6275
+ }
6276
+ ],
6277
+ "isOptional": false,
6278
+ "releaseTag": "Public",
6279
+ "name": "userType",
6280
+ "propertyTypeTokenRange": {
6281
+ "startIndex": 1,
6282
+ "endIndex": 2
6283
+ }
6284
+ }
6285
+ ],
6286
+ "extendsTokenRanges": []
6287
+ },
6288
+ {
6289
+ "kind": "Interface",
6290
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
6291
+ "docComment": "",
6292
+ "excerptTokens": [
6293
+ {
6294
+ "kind": "Content",
6295
+ "text": "export interface XComponentsAdapter "
6296
+ }
6297
+ ],
6298
+ "releaseTag": "Public",
6299
+ "name": "XComponentsAdapter",
6300
+ "members": [
6301
+ {
6302
+ "kind": "PropertySignature",
6303
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#identifierResults:member",
6304
+ "docComment": "",
6305
+ "excerptTokens": [
6306
+ {
6307
+ "kind": "Content",
6308
+ "text": "identifierResults: "
6309
+ },
6310
+ {
6311
+ "kind": "Reference",
6312
+ "text": "EndpointAdapter",
6313
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6314
+ },
6315
+ {
6316
+ "kind": "Content",
6317
+ "text": "<"
6318
+ },
6319
+ {
6320
+ "kind": "Reference",
6321
+ "text": "IdentifierResultsRequest",
6322
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsRequest:interface"
6323
+ },
6324
+ {
6325
+ "kind": "Content",
6326
+ "text": ", "
6327
+ },
6328
+ {
6329
+ "kind": "Reference",
6330
+ "text": "IdentifierResultsResponse",
6331
+ "canonicalReference": "@empathyco/x-types!IdentifierResultsResponse:interface"
6332
+ },
6333
+ {
6334
+ "kind": "Content",
6335
+ "text": ">"
6336
+ },
6337
+ {
6338
+ "kind": "Content",
6339
+ "text": ";"
6340
+ }
6341
+ ],
6342
+ "isOptional": false,
6343
+ "releaseTag": "Public",
6344
+ "name": "identifierResults",
6345
+ "propertyTypeTokenRange": {
6346
+ "startIndex": 1,
6347
+ "endIndex": 7
6348
+ }
6349
+ },
6350
+ {
6351
+ "kind": "PropertySignature",
6352
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#nextQueries:member",
6353
+ "docComment": "",
6354
+ "excerptTokens": [
6355
+ {
6356
+ "kind": "Content",
6357
+ "text": "nextQueries: "
6358
+ },
6359
+ {
6360
+ "kind": "Reference",
6361
+ "text": "EndpointAdapter",
6362
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6363
+ },
6364
+ {
6365
+ "kind": "Content",
6366
+ "text": "<"
6367
+ },
6368
+ {
6369
+ "kind": "Reference",
6370
+ "text": "NextQueriesRequest",
6371
+ "canonicalReference": "@empathyco/x-types!NextQueriesRequest:interface"
6372
+ },
6373
+ {
6374
+ "kind": "Content",
6375
+ "text": ", "
6376
+ },
6377
+ {
6378
+ "kind": "Reference",
6379
+ "text": "NextQueriesResponse",
6380
+ "canonicalReference": "@empathyco/x-types!NextQueriesResponse:interface"
6381
+ },
6382
+ {
6383
+ "kind": "Content",
6384
+ "text": ">"
6385
+ },
6386
+ {
6387
+ "kind": "Content",
6388
+ "text": ";"
6389
+ }
6390
+ ],
6391
+ "isOptional": false,
6392
+ "releaseTag": "Public",
6393
+ "name": "nextQueries",
6394
+ "propertyTypeTokenRange": {
6395
+ "startIndex": 1,
6396
+ "endIndex": 7
6397
+ }
6398
+ },
6399
+ {
6400
+ "kind": "PropertySignature",
6401
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#popularSearches:member",
6402
+ "docComment": "",
6403
+ "excerptTokens": [
6404
+ {
6405
+ "kind": "Content",
6406
+ "text": "popularSearches: "
6407
+ },
6408
+ {
6409
+ "kind": "Reference",
6410
+ "text": "EndpointAdapter",
6411
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6412
+ },
6413
+ {
6414
+ "kind": "Content",
6415
+ "text": "<"
6416
+ },
6417
+ {
6418
+ "kind": "Reference",
6419
+ "text": "PopularSearchesRequest",
6420
+ "canonicalReference": "@empathyco/x-types!PopularSearchesRequest:interface"
6421
+ },
6422
+ {
6423
+ "kind": "Content",
6424
+ "text": ", "
6425
+ },
6426
+ {
6427
+ "kind": "Reference",
6428
+ "text": "PopularSearchesResponse",
6429
+ "canonicalReference": "@empathyco/x-types!PopularSearchesResponse:interface"
6430
+ },
6431
+ {
6432
+ "kind": "Content",
6433
+ "text": ">"
6434
+ },
6435
+ {
6436
+ "kind": "Content",
6437
+ "text": ";"
6438
+ }
6439
+ ],
6440
+ "isOptional": false,
6441
+ "releaseTag": "Public",
6442
+ "name": "popularSearches",
6443
+ "propertyTypeTokenRange": {
6444
+ "startIndex": 1,
6445
+ "endIndex": 7
6446
+ }
6447
+ },
6448
+ {
6449
+ "kind": "PropertySignature",
6450
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#querySuggestions:member",
6451
+ "docComment": "",
6452
+ "excerptTokens": [
6453
+ {
6454
+ "kind": "Content",
6455
+ "text": "querySuggestions: "
6456
+ },
6457
+ {
6458
+ "kind": "Reference",
6459
+ "text": "EndpointAdapter",
6460
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6461
+ },
6462
+ {
6463
+ "kind": "Content",
6464
+ "text": "<"
6465
+ },
6466
+ {
6467
+ "kind": "Reference",
6468
+ "text": "QuerySuggestionsRequest",
6469
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsRequest:interface"
6470
+ },
6471
+ {
6472
+ "kind": "Content",
6473
+ "text": ", "
6474
+ },
6475
+ {
6476
+ "kind": "Reference",
6477
+ "text": "QuerySuggestionsResponse",
6478
+ "canonicalReference": "@empathyco/x-types!QuerySuggestionsResponse:interface"
6479
+ },
6480
+ {
6481
+ "kind": "Content",
6482
+ "text": ">"
6483
+ },
6484
+ {
6485
+ "kind": "Content",
6486
+ "text": ";"
6487
+ }
6488
+ ],
6489
+ "isOptional": false,
6490
+ "releaseTag": "Public",
6491
+ "name": "querySuggestions",
6492
+ "propertyTypeTokenRange": {
6493
+ "startIndex": 1,
6494
+ "endIndex": 7
6495
+ }
6496
+ },
6497
+ {
6498
+ "kind": "PropertySignature",
6499
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#recommendations:member",
6500
+ "docComment": "",
6501
+ "excerptTokens": [
6502
+ {
6503
+ "kind": "Content",
6504
+ "text": "recommendations: "
6505
+ },
6506
+ {
6507
+ "kind": "Reference",
6508
+ "text": "EndpointAdapter",
6509
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6510
+ },
6511
+ {
6512
+ "kind": "Content",
6513
+ "text": "<"
6514
+ },
6515
+ {
6516
+ "kind": "Reference",
6517
+ "text": "RecommendationsRequest",
6518
+ "canonicalReference": "@empathyco/x-types!RecommendationsRequest:interface"
6519
+ },
6520
+ {
6521
+ "kind": "Content",
6522
+ "text": ", "
6523
+ },
6524
+ {
6525
+ "kind": "Reference",
6526
+ "text": "RecommendationsResponse",
6527
+ "canonicalReference": "@empathyco/x-types!RecommendationsResponse:interface"
6528
+ },
6529
+ {
6530
+ "kind": "Content",
6531
+ "text": ">"
6532
+ },
6533
+ {
6534
+ "kind": "Content",
6535
+ "text": ";"
6536
+ }
6537
+ ],
6538
+ "isOptional": false,
6539
+ "releaseTag": "Public",
6540
+ "name": "recommendations",
6541
+ "propertyTypeTokenRange": {
6542
+ "startIndex": 1,
6543
+ "endIndex": 7
6544
+ }
6545
+ },
6546
+ {
6547
+ "kind": "PropertySignature",
6548
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#relatedTags:member",
6549
+ "docComment": "",
6550
+ "excerptTokens": [
6551
+ {
6552
+ "kind": "Content",
6553
+ "text": "relatedTags: "
6554
+ },
6555
+ {
6556
+ "kind": "Reference",
6557
+ "text": "EndpointAdapter",
6558
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6559
+ },
6560
+ {
6561
+ "kind": "Content",
6562
+ "text": "<"
6563
+ },
6564
+ {
6565
+ "kind": "Reference",
6566
+ "text": "RelatedTagsRequest",
6567
+ "canonicalReference": "@empathyco/x-types!RelatedTagsRequest:interface"
6568
+ },
6569
+ {
6570
+ "kind": "Content",
6571
+ "text": ", "
6572
+ },
6573
+ {
6574
+ "kind": "Reference",
6575
+ "text": "RelatedTagsResponse",
6576
+ "canonicalReference": "@empathyco/x-types!RelatedTagsResponse:interface"
6577
+ },
6578
+ {
6579
+ "kind": "Content",
6580
+ "text": ">"
6581
+ },
6582
+ {
6583
+ "kind": "Content",
6584
+ "text": ";"
6585
+ }
6586
+ ],
6587
+ "isOptional": false,
6588
+ "releaseTag": "Public",
6589
+ "name": "relatedTags",
6590
+ "propertyTypeTokenRange": {
6591
+ "startIndex": 1,
6592
+ "endIndex": 7
6593
+ }
6594
+ },
6595
+ {
6596
+ "kind": "PropertySignature",
6597
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#search:member",
6598
+ "docComment": "",
6599
+ "excerptTokens": [
6600
+ {
6601
+ "kind": "Content",
6602
+ "text": "search: "
6603
+ },
6604
+ {
6605
+ "kind": "Reference",
6606
+ "text": "EndpointAdapter",
6607
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6608
+ },
6609
+ {
6610
+ "kind": "Content",
6611
+ "text": "<"
6612
+ },
6613
+ {
6614
+ "kind": "Reference",
6615
+ "text": "SearchRequest",
6616
+ "canonicalReference": "@empathyco/x-types!SearchRequest:interface"
6617
+ },
6618
+ {
6619
+ "kind": "Content",
6620
+ "text": ", "
6621
+ },
6622
+ {
6623
+ "kind": "Reference",
6624
+ "text": "SearchResponse",
6625
+ "canonicalReference": "@empathyco/x-types!SearchResponse:interface"
6626
+ },
6627
+ {
6628
+ "kind": "Content",
6629
+ "text": ">"
6630
+ },
6631
+ {
6632
+ "kind": "Content",
6633
+ "text": ";"
6634
+ }
6635
+ ],
6636
+ "isOptional": false,
6637
+ "releaseTag": "Public",
6638
+ "name": "search",
6639
+ "propertyTypeTokenRange": {
6640
+ "startIndex": 1,
6641
+ "endIndex": 7
6642
+ }
6643
+ },
6644
+ {
6645
+ "kind": "PropertySignature",
6646
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#tagging:member",
6647
+ "docComment": "",
6648
+ "excerptTokens": [
6649
+ {
6650
+ "kind": "Content",
6651
+ "text": "tagging: "
6652
+ },
6653
+ {
6654
+ "kind": "Reference",
6655
+ "text": "EndpointAdapter",
6656
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
6657
+ },
6658
+ {
6659
+ "kind": "Content",
6660
+ "text": "<"
6661
+ },
6662
+ {
6663
+ "kind": "Reference",
6664
+ "text": "TaggingRequest",
6665
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
6666
+ },
6667
+ {
6668
+ "kind": "Content",
6669
+ "text": ", void>"
6670
+ },
6671
+ {
6672
+ "kind": "Content",
6673
+ "text": ";"
6674
+ }
6675
+ ],
6676
+ "isOptional": false,
6677
+ "releaseTag": "Public",
6678
+ "name": "tagging",
6679
+ "propertyTypeTokenRange": {
6680
+ "startIndex": 1,
6681
+ "endIndex": 5
6682
+ }
6683
+ }
6684
+ ],
6685
+ "extendsTokenRanges": []
4664
6686
  }
4665
6687
  ]
4666
6688
  }