@empathyco/x-components 3.0.0-alpha.3 → 3.0.0-alpha.33

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 (5268) hide show
  1. package/CHANGELOG.md +2198 -572
  2. package/core/index.d.ts +17 -0
  3. package/core/index.js +142 -0
  4. package/core/index.js.map +1 -0
  5. package/design-system/.-mixins.css +1 -0
  6. package/design-system/badge-default.css +43 -0
  7. package/design-system/base.css +52 -0
  8. package/design-system/button-card.css +20 -0
  9. package/design-system/button-default.css +65 -0
  10. package/design-system/button-ghost.css +18 -0
  11. package/design-system/button-pill.css +20 -0
  12. package/design-system/button-primary.css +19 -0
  13. package/design-system/button-round.css +23 -0
  14. package/design-system/button-secondary.css +19 -0
  15. package/design-system/button-tertiary.css +19 -0
  16. package/design-system/default-theme.css +2230 -0
  17. package/design-system/dropdown-card.css +41 -0
  18. package/design-system/dropdown-default.css +205 -0
  19. package/design-system/dropdown-l.css +5 -0
  20. package/design-system/dropdown-line.css +61 -0
  21. package/design-system/dropdown-m.css +5 -0
  22. package/design-system/dropdown-pill.css +41 -0
  23. package/design-system/dropdown-s.css +5 -0
  24. package/design-system/dropdown-xl.css +5 -0
  25. package/design-system/facet-card.css +24 -0
  26. package/design-system/facet-default.css +102 -0
  27. package/design-system/facet-line.css +16 -0
  28. package/design-system/facet-outlined.css +26 -0
  29. package/design-system/filter-default.css +87 -0
  30. package/design-system/filter-hierarchical.css +24 -0
  31. package/design-system/filter-justified.css +3 -0
  32. package/design-system/full-theme.css +6135 -0
  33. package/design-system/grid-default.css +15 -0
  34. package/design-system/icon-default.css +24 -0
  35. package/design-system/icon-l.css +7 -0
  36. package/design-system/icon-m.css +7 -0
  37. package/design-system/icon-s.css +7 -0
  38. package/design-system/icon-xl.css +7 -0
  39. package/design-system/input-card.css +18 -0
  40. package/design-system/input-default.css +74 -0
  41. package/design-system/input-group-card.css +30 -0
  42. package/design-system/input-group-default.css +132 -0
  43. package/design-system/input-group-line.css +39 -0
  44. package/design-system/input-group-pill.css +22 -0
  45. package/design-system/input-line.css +20 -0
  46. package/design-system/input-pill.css +14 -0
  47. package/design-system/list-default.css +133 -0
  48. package/design-system/list-gap.css +262 -0
  49. package/design-system/list-padding.css +261 -0
  50. package/design-system/message-default.css +57 -0
  51. package/design-system/option-list-bottom.css +61 -0
  52. package/design-system/option-list-default.css +142 -0
  53. package/design-system/picture-card.css +13 -0
  54. package/design-system/picture-colored.css +14 -0
  55. package/design-system/picture-cover.css +17 -0
  56. package/design-system/picture-default.css +43 -0
  57. package/design-system/picture-fixed-ratio.css +25 -0
  58. package/design-system/progress-bar-progress-bar.css +23 -0
  59. package/design-system/result-card.css +6 -0
  60. package/design-system/result-default.css +59 -0
  61. package/design-system/row-default.css +93 -0
  62. package/design-system/row-gap.css +21 -0
  63. package/design-system/row-padding.css +23 -0
  64. package/design-system/scroll-default.css +26 -0
  65. package/design-system/sliding-panel-default.css +38 -0
  66. package/design-system/sliding-panel-default.token.css +7 -0
  67. package/design-system/suggestion-default.css +81 -0
  68. package/design-system/suggestion-group-default.css +55 -0
  69. package/design-system/tag-card.css +16 -0
  70. package/design-system/tag-default.css +97 -0
  71. package/design-system/tag-ghost.css +14 -0
  72. package/design-system/tag-pill.css +16 -0
  73. package/design-system/typography-accent.css +2 -0
  74. package/design-system/typography-accent.token.css +2 -0
  75. package/design-system/typography-bold.css +14 -0
  76. package/design-system/typography-default.css +82 -0
  77. package/design-system/typography-light.css +14 -0
  78. package/design-system/typography-secondary.css +2 -0
  79. package/design-system/typography-secondary.token.css +2 -0
  80. package/design-system/typography-stroke.css +14 -0
  81. package/design-system/utilities-background-color.css +20 -0
  82. package/design-system/utilities-border-color.css +20 -0
  83. package/design-system/utilities-border-radius.css +1529 -0
  84. package/design-system/utilities-border-width.css +333 -0
  85. package/design-system/utilities-box-shadow.css +68 -0
  86. package/design-system/utilities-dev-mode.css +11 -0
  87. package/design-system/utilities-font-color.css +20 -0
  88. package/design-system/utilities-font-weight.css +8 -0
  89. package/design-system/utilities-margin.css +485 -0
  90. package/design-system/utilities-padding.css +464 -0
  91. package/device/index.d.ts +1 -0
  92. package/device/index.js +5 -0
  93. package/docs/API-reference/api/index.md +14 -0
  94. package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +11 -0
  95. package/docs/API-reference/api/x-adapter.ancestorbinding.md +21 -0
  96. package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +11 -0
  97. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +20 -0
  98. package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +11 -0
  99. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +21 -0
  100. package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +22 -0
  101. package/docs/API-reference/api/x-adapter.beforerequest.md +15 -0
  102. package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +11 -0
  103. package/docs/API-reference/api/x-adapter.beforerequestcontext.md +24 -0
  104. package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +11 -0
  105. package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +11 -0
  106. package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +11 -0
  107. package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +11 -0
  108. package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +15 -0
  109. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +21 -0
  110. package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +11 -0
  111. package/docs/API-reference/api/x-adapter.binding.md +15 -0
  112. package/docs/API-reference/api/x-adapter.bindingdictionary.md +15 -0
  113. package/docs/API-reference/api/x-adapter.bindings.md +13 -0
  114. package/docs/API-reference/api/x-adapter.cacheservice.clear.md +15 -0
  115. package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +22 -0
  116. package/docs/API-reference/api/x-adapter.cacheservice.md +23 -0
  117. package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +22 -0
  118. package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +24 -0
  119. package/docs/API-reference/api/x-adapter.classbinding.md +15 -0
  120. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +22 -0
  121. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +11 -0
  122. package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +11 -0
  123. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +22 -0
  124. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +11 -0
  125. package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +11 -0
  126. package/docs/API-reference/api/x-adapter.configchangedlistener.md +13 -0
  127. package/docs/API-reference/api/x-adapter.constantbinding.md +15 -0
  128. package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +21 -0
  129. package/docs/API-reference/api/x-adapter.containerconfigparser.md +26 -0
  130. package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +15 -0
  131. package/docs/API-reference/api/x-adapter.contextualbinding.md +15 -0
  132. package/docs/API-reference/api/x-adapter.deeppartial.md +17 -0
  133. package/docs/API-reference/api/x-adapter.default_cache_config.md +18 -0
  134. package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +13 -0
  135. package/docs/API-reference/api/x-adapter.dependencies.md +70 -0
  136. package/docs/API-reference/api/x-adapter.dictionary.md +13 -0
  137. package/docs/API-reference/api/x-adapter.dynamicbinding.md +20 -0
  138. package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +11 -0
  139. package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +22 -0
  140. package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +22 -0
  141. package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +11 -0
  142. package/docs/API-reference/api/x-adapter.empathyadapter.config.md +11 -0
  143. package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +11 -0
  144. package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +23 -0
  145. package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +23 -0
  146. package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +23 -0
  147. package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +23 -0
  148. package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +23 -0
  149. package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +23 -0
  150. package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +23 -0
  151. package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +23 -0
  152. package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +15 -0
  153. package/docs/API-reference/api/x-adapter.empathyadapter.md +51 -0
  154. package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +15 -0
  155. package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +22 -0
  156. package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +11 -0
  157. package/docs/API-reference/api/x-adapter.empathyadapter.search.md +23 -0
  158. package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +23 -0
  159. package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +22 -0
  160. package/docs/API-reference/api/x-adapter.empathyadapter.track.md +22 -0
  161. package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +22 -0
  162. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +11 -0
  163. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +24 -0
  164. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +23 -0
  165. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +24 -0
  166. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +24 -0
  167. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +23 -0
  168. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +15 -0
  169. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +15 -0
  170. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +11 -0
  171. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +11 -0
  172. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +22 -0
  173. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +11 -0
  174. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +22 -0
  175. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +22 -0
  176. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +11 -0
  177. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +22 -0
  178. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +15 -0
  179. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +65 -0
  180. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +23 -0
  181. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +23 -0
  182. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +23 -0
  183. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +23 -0
  184. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +22 -0
  185. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +23 -0
  186. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +22 -0
  187. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +22 -0
  188. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +23 -0
  189. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +23 -0
  190. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +22 -0
  191. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +22 -0
  192. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +22 -0
  193. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +22 -0
  194. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +22 -0
  195. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +22 -0
  196. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +22 -0
  197. package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +22 -0
  198. package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +11 -0
  199. package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +13 -0
  200. package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +11 -0
  201. package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +17 -0
  202. package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +24 -0
  203. package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +15 -0
  204. package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +15 -0
  205. package/docs/API-reference/api/x-adapter.empathybanner.id.md +11 -0
  206. package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +11 -0
  207. package/docs/API-reference/api/x-adapter.empathybanner.md +24 -0
  208. package/docs/API-reference/api/x-adapter.empathybanner.title.md +11 -0
  209. package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +11 -0
  210. package/docs/API-reference/api/x-adapter.empathybanner.url.md +11 -0
  211. package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +20 -0
  212. package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +24 -0
  213. package/docs/API-reference/api/x-adapter.empathybannermapper.md +27 -0
  214. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +24 -0
  215. package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +21 -0
  216. package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +20 -0
  217. package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +15 -0
  218. package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +22 -0
  219. package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +22 -0
  220. package/docs/API-reference/api/x-adapter.empathycacheservice.md +39 -0
  221. package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +22 -0
  222. package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +22 -0
  223. package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +24 -0
  224. package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +11 -0
  225. package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +22 -0
  226. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +21 -0
  227. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +11 -0
  228. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +23 -0
  229. package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +21 -0
  230. package/docs/API-reference/api/x-adapter.empathydirect.id.md +11 -0
  231. package/docs/API-reference/api/x-adapter.empathydirect.md +22 -0
  232. package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +11 -0
  233. package/docs/API-reference/api/x-adapter.empathydirect.url.md +11 -0
  234. package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +20 -0
  235. package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +22 -0
  236. package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +27 -0
  237. package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +11 -0
  238. package/docs/API-reference/api/x-adapter.empathyfacet.md +21 -0
  239. package/docs/API-reference/api/x-adapter.empathyfacet.values.md +11 -0
  240. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +24 -0
  241. package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +21 -0
  242. package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +20 -0
  243. package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +11 -0
  244. package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +24 -0
  245. package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +33 -0
  246. package/docs/API-reference/api/x-adapter.empathyfilter.count.md +11 -0
  247. package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +11 -0
  248. package/docs/API-reference/api/x-adapter.empathyfilter.md +24 -0
  249. package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +11 -0
  250. package/docs/API-reference/api/x-adapter.empathyfilter.value.md +11 -0
  251. package/docs/API-reference/api/x-adapter.empathyfilter.values.md +11 -0
  252. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +20 -0
  253. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +24 -0
  254. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +25 -0
  255. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +11 -0
  256. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +24 -0
  257. package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +35 -0
  258. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +24 -0
  259. package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +21 -0
  260. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +11 -0
  261. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +21 -0
  262. package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +11 -0
  263. package/docs/API-reference/api/x-adapter.empathynextquery.md +20 -0
  264. package/docs/API-reference/api/x-adapter.empathynextquery.query.md +11 -0
  265. package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +23 -0
  266. package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +21 -0
  267. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +21 -0
  268. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +11 -0
  269. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +24 -0
  270. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +11 -0
  271. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +25 -0
  272. package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +35 -0
  273. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +24 -0
  274. package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +21 -0
  275. package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +11 -0
  276. package/docs/API-reference/api/x-adapter.empathypartialresult.md +22 -0
  277. package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +11 -0
  278. package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +11 -0
  279. package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +20 -0
  280. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +24 -0
  281. package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +27 -0
  282. package/docs/API-reference/api/x-adapter.empathypromoted.id.md +11 -0
  283. package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +11 -0
  284. package/docs/API-reference/api/x-adapter.empathypromoted.md +24 -0
  285. package/docs/API-reference/api/x-adapter.empathypromoted.title.md +11 -0
  286. package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +11 -0
  287. package/docs/API-reference/api/x-adapter.empathypromoted.url.md +11 -0
  288. package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +20 -0
  289. package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +24 -0
  290. package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +27 -0
  291. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +21 -0
  292. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +11 -0
  293. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +20 -0
  294. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +24 -0
  295. package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +27 -0
  296. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +20 -0
  297. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +24 -0
  298. package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +27 -0
  299. package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +20 -0
  300. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +24 -0
  301. package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +27 -0
  302. package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +22 -0
  303. package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +11 -0
  304. package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +11 -0
  305. package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +11 -0
  306. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +23 -0
  307. package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +21 -0
  308. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +11 -0
  309. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +21 -0
  310. package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +11 -0
  311. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +20 -0
  312. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +24 -0
  313. package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +27 -0
  314. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +20 -0
  315. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +23 -0
  316. package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +27 -0
  317. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +20 -0
  318. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +23 -0
  319. package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +27 -0
  320. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +20 -0
  321. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +23 -0
  322. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +28 -0
  323. package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +22 -0
  324. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +23 -0
  325. package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +21 -0
  326. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +22 -0
  327. package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +21 -0
  328. package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +11 -0
  329. package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +16 -0
  330. package/docs/API-reference/api/x-adapter.empathyresult.id.md +11 -0
  331. package/docs/API-reference/api/x-adapter.empathyresult.image.md +11 -0
  332. package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +11 -0
  333. package/docs/API-reference/api/x-adapter.empathyresult.md +29 -0
  334. package/docs/API-reference/api/x-adapter.empathyresult.name.md +11 -0
  335. package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +11 -0
  336. package/docs/API-reference/api/x-adapter.empathyresult.price.md +11 -0
  337. package/docs/API-reference/api/x-adapter.empathyresult.rating.md +11 -0
  338. package/docs/API-reference/api/x-adapter.empathyresult.url.md +11 -0
  339. package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +21 -0
  340. package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +24 -0
  341. package/docs/API-reference/api/x-adapter.empathyresultmapper.md +27 -0
  342. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +21 -0
  343. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +24 -0
  344. package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +27 -0
  345. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +11 -0
  346. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +11 -0
  347. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +25 -0
  348. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +11 -0
  349. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +11 -0
  350. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +11 -0
  351. package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +11 -0
  352. package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +11 -0
  353. package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +11 -0
  354. package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +11 -0
  355. package/docs/API-reference/api/x-adapter.empathysearchrequest.md +31 -0
  356. package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +11 -0
  357. package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +11 -0
  358. package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +11 -0
  359. package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +11 -0
  360. package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +11 -0
  361. package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +11 -0
  362. package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +11 -0
  363. package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +11 -0
  364. package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +11 -0
  365. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +22 -0
  366. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +24 -0
  367. package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +27 -0
  368. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +21 -0
  369. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +11 -0
  370. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +23 -0
  371. package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +21 -0
  372. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +20 -0
  373. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +24 -0
  374. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +11 -0
  375. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +24 -0
  376. package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +34 -0
  377. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +24 -0
  378. package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +21 -0
  379. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +23 -0
  380. package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +21 -0
  381. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +22 -0
  382. package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +21 -0
  383. package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +11 -0
  384. package/docs/API-reference/api/x-adapter.empathysuggestion.md +22 -0
  385. package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +11 -0
  386. package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +11 -0
  387. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +20 -0
  388. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +24 -0
  389. package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +27 -0
  390. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +24 -0
  391. package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +21 -0
  392. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +11 -0
  393. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +11 -0
  394. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +25 -0
  395. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +11 -0
  396. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +11 -0
  397. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +11 -0
  398. package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +11 -0
  399. package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +23 -0
  400. package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +21 -0
  401. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +11 -0
  402. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +11 -0
  403. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +27 -0
  404. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +11 -0
  405. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +11 -0
  406. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +11 -0
  407. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +11 -0
  408. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +11 -0
  409. package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +11 -0
  410. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +23 -0
  411. package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +21 -0
  412. package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +22 -0
  413. package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +11 -0
  414. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +11 -0
  415. package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +11 -0
  416. package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +15 -0
  417. package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +22 -0
  418. package/docs/API-reference/api/x-adapter.endpointsservice.md +20 -0
  419. package/docs/API-reference/api/x-adapter.entitynames.md +15 -0
  420. package/docs/API-reference/api/x-adapter.extraparamsrequest.md +13 -0
  421. package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +11 -0
  422. package/docs/API-reference/api/x-adapter.facetconfig.md +22 -0
  423. package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +11 -0
  424. package/docs/API-reference/api/x-adapter.facetconfig.template.md +11 -0
  425. package/docs/API-reference/api/x-adapter.facetsconfig.default.md +11 -0
  426. package/docs/API-reference/api/x-adapter.facetsconfig.md +21 -0
  427. package/docs/API-reference/api/x-adapter.facetsconfig.named.md +11 -0
  428. package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +11 -0
  429. package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +11 -0
  430. package/docs/API-reference/api/x-adapter.featureconfig.md +22 -0
  431. package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +11 -0
  432. package/docs/API-reference/api/x-adapter.featurenames.md +13 -0
  433. package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +28 -0
  434. package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +11 -0
  435. package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +11 -0
  436. package/docs/API-reference/api/x-adapter.featurerequestor.config.md +11 -0
  437. package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +11 -0
  438. package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +11 -0
  439. package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +11 -0
  440. package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +11 -0
  441. package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +11 -0
  442. package/docs/API-reference/api/x-adapter.featurerequestor.md +45 -0
  443. package/docs/API-reference/api/x-adapter.featurerequestor.request.md +23 -0
  444. package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +11 -0
  445. package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +11 -0
  446. package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +23 -0
  447. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +23 -0
  448. package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +24 -0
  449. package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +11 -0
  450. package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +30 -0
  451. package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +11 -0
  452. package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +11 -0
  453. package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +11 -0
  454. package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +11 -0
  455. package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +11 -0
  456. package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +11 -0
  457. package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +11 -0
  458. package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +11 -0
  459. package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +11 -0
  460. package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +11 -0
  461. package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +20 -0
  462. package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +23 -0
  463. package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +11 -0
  464. package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +22 -0
  465. package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +22 -0
  466. package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +24 -0
  467. package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +23 -0
  468. package/docs/API-reference/api/x-adapter.fetchhttpclient.md +40 -0
  469. package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +22 -0
  470. package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +11 -0
  471. package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +23 -0
  472. package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +11 -0
  473. package/docs/API-reference/api/x-adapter.filterablerequest.md +20 -0
  474. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +11 -0
  475. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +11 -0
  476. package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +25 -0
  477. package/docs/API-reference/api/x-adapter.httpclient.get.md +24 -0
  478. package/docs/API-reference/api/x-adapter.httpclient.md +20 -0
  479. package/docs/API-reference/api/x-adapter.mapfn.md +15 -0
  480. package/docs/API-reference/api/x-adapter.mapper.map.md +24 -0
  481. package/docs/API-reference/api/x-adapter.mapper.md +20 -0
  482. package/docs/API-reference/api/x-adapter.maprequest.md +15 -0
  483. package/docs/API-reference/api/x-adapter.mapresponse.md +15 -0
  484. package/docs/API-reference/api/x-adapter.md +179 -0
  485. package/docs/API-reference/api/x-adapter.newable.md +13 -0
  486. package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +15 -0
  487. package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +20 -0
  488. package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +11 -0
  489. package/docs/API-reference/api/x-adapter.pageablerequest.md +21 -0
  490. package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +11 -0
  491. package/docs/API-reference/api/x-adapter.pageablerequest.start.md +11 -0
  492. package/docs/API-reference/api/x-adapter.parentbinding.default.md +11 -0
  493. package/docs/API-reference/api/x-adapter.parentbinding.md +21 -0
  494. package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +11 -0
  495. package/docs/API-reference/api/x-adapter.parentconstantbinding.md +20 -0
  496. package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +11 -0
  497. package/docs/API-reference/api/x-adapter.pipemappers.md +24 -0
  498. package/docs/API-reference/api/x-adapter.primitive.md +13 -0
  499. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +22 -0
  500. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +11 -0
  501. package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +11 -0
  502. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +22 -0
  503. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +11 -0
  504. package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +11 -0
  505. package/docs/API-reference/api/x-adapter.queryablerequest.md +21 -0
  506. package/docs/API-reference/api/x-adapter.queryablerequest.query.md +11 -0
  507. package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +11 -0
  508. package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +11 -0
  509. package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +11 -0
  510. package/docs/API-reference/api/x-adapter.queryconfig.md +21 -0
  511. package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +15 -0
  512. package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +20 -0
  513. package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +11 -0
  514. package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +21 -0
  515. package/docs/API-reference/api/x-adapter.requesterror.md +28 -0
  516. package/docs/API-reference/api/x-adapter.requesterror.message.md +11 -0
  517. package/docs/API-reference/api/x-adapter.requesterror.response.md +11 -0
  518. package/docs/API-reference/api/x-adapter.requestmapper.md +15 -0
  519. package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +11 -0
  520. package/docs/API-reference/api/x-adapter.requestmappercontext.md +22 -0
  521. package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +11 -0
  522. package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +11 -0
  523. package/docs/API-reference/api/x-adapter.requestoptions.headers.md +11 -0
  524. package/docs/API-reference/api/x-adapter.requestoptions.md +22 -0
  525. package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +11 -0
  526. package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +11 -0
  527. package/docs/API-reference/api/x-adapter.requestor.md +20 -0
  528. package/docs/API-reference/api/x-adapter.requestor.request.md +23 -0
  529. package/docs/API-reference/api/x-adapter.requestors._constructor_.md +30 -0
  530. package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +11 -0
  531. package/docs/API-reference/api/x-adapter.requestors.md +37 -0
  532. package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +11 -0
  533. package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +11 -0
  534. package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +11 -0
  535. package/docs/API-reference/api/x-adapter.requestors.search.md +11 -0
  536. package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +11 -0
  537. package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +11 -0
  538. package/docs/API-reference/api/x-adapter.requestors.suggestions.md +11 -0
  539. package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +11 -0
  540. package/docs/API-reference/api/x-adapter.requestors.track.md +11 -0
  541. package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +11 -0
  542. package/docs/API-reference/api/x-adapter.responsemapper.md +15 -0
  543. package/docs/API-reference/api/x-adapter.responsemappercontext.md +23 -0
  544. package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +11 -0
  545. package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +11 -0
  546. package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +11 -0
  547. package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +32 -0
  548. package/docs/API-reference/api/x-adapter.responsemappers.banners.md +11 -0
  549. package/docs/API-reference/api/x-adapter.responsemappers.facets.md +11 -0
  550. package/docs/API-reference/api/x-adapter.responsemappers.md +39 -0
  551. package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +11 -0
  552. package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +11 -0
  553. package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +11 -0
  554. package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +11 -0
  555. package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +11 -0
  556. package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +11 -0
  557. package/docs/API-reference/api/x-adapter.responsemappers.results.md +11 -0
  558. package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +11 -0
  559. package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +11 -0
  560. package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +11 -0
  561. package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +11 -0
  562. package/docs/API-reference/api/x-adapter.responsetransformed.md +15 -0
  563. package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +21 -0
  564. package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +11 -0
  565. package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +22 -0
  566. package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +23 -0
  567. package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +23 -0
  568. package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +23 -0
  569. package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +23 -0
  570. package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +23 -0
  571. package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +23 -0
  572. package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +23 -0
  573. package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +23 -0
  574. package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +15 -0
  575. package/docs/API-reference/api/x-adapter.searchadapter.md +34 -0
  576. package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +22 -0
  577. package/docs/API-reference/api/x-adapter.searchadapter.search.md +23 -0
  578. package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +23 -0
  579. package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +22 -0
  580. package/docs/API-reference/api/x-adapter.searchadapter.track.md +22 -0
  581. package/docs/API-reference/api/x-adapter.searchbyidrequest.md +15 -0
  582. package/docs/API-reference/api/x-adapter.searchbyidresponse.md +20 -0
  583. package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +11 -0
  584. package/docs/API-reference/api/x-adapter.searchrequest.md +21 -0
  585. package/docs/API-reference/api/x-adapter.searchrequest.sort.md +11 -0
  586. package/docs/API-reference/api/x-adapter.searchresponse.banners.md +11 -0
  587. package/docs/API-reference/api/x-adapter.searchresponse.facets.md +11 -0
  588. package/docs/API-reference/api/x-adapter.searchresponse.md +28 -0
  589. package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +11 -0
  590. package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +11 -0
  591. package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +11 -0
  592. package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +11 -0
  593. package/docs/API-reference/api/x-adapter.searchresponse.results.md +11 -0
  594. package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +11 -0
  595. package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +11 -0
  596. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +21 -0
  597. package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +11 -0
  598. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +21 -0
  599. package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +11 -0
  600. package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +20 -0
  601. package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +11 -0
  602. package/docs/API-reference/api/x-adapter.suggestionsrequest.md +15 -0
  603. package/docs/API-reference/api/x-adapter.suggestionsresponse.md +20 -0
  604. package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +11 -0
  605. package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +15 -0
  606. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +20 -0
  607. package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +11 -0
  608. package/docs/API-reference/api/x-adapter.trackablerequest.md +20 -0
  609. package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +11 -0
  610. package/docs/API-reference/api/x-adapter.trackableshowresponse.md +20 -0
  611. package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +11 -0
  612. package/docs/API-reference/api/x-adapter.trackingrequest.md +21 -0
  613. package/docs/API-reference/api/x-adapter.trackingrequest.params.md +11 -0
  614. package/docs/API-reference/api/x-adapter.trackingrequest.url.md +11 -0
  615. package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +11 -0
  616. package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +11 -0
  617. package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +11 -0
  618. package/docs/API-reference/api/x-adapter.trackingresultconfig.md +22 -0
  619. package/docs/API-reference/api/x-adapter.usercontextrequest.md +22 -0
  620. package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +11 -0
  621. package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +11 -0
  622. package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +11 -0
  623. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +21 -0
  624. package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +11 -0
  625. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +22 -0
  626. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +11 -0
  627. package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +11 -0
  628. package/docs/API-reference/api/x-components.actionnamesfor.md +15 -0
  629. package/docs/API-reference/api/x-components.actionsclass.md +15 -0
  630. package/docs/API-reference/api/x-components.actionsdictionary.md +23 -0
  631. package/docs/API-reference/api/x-components.actionstree.md +17 -0
  632. package/docs/API-reference/api/x-components.addquerytohistory.md +13 -0
  633. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +27 -0
  634. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +21 -0
  635. package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +13 -0
  636. package/docs/API-reference/api/x-components.allfilter.facet.md +13 -0
  637. package/docs/API-reference/api/x-components.allfilter.isselected.md +13 -0
  638. package/docs/API-reference/api/x-components.allfilter.md +23 -0
  639. package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +13 -0
  640. package/docs/API-reference/api/x-components.animatewidth.md +15 -0
  641. package/docs/API-reference/api/x-components.anyactionstree.md +15 -0
  642. package/docs/API-reference/api/x-components.anyfunction.md +13 -0
  643. package/docs/API-reference/api/x-components.anygetterstree.md +15 -0
  644. package/docs/API-reference/api/x-components.anymutationstree.md +15 -0
  645. package/docs/API-reference/api/x-components.anysimplestateselector.md +15 -0
  646. package/docs/API-reference/api/x-components.anystateselector.md +15 -0
  647. package/docs/API-reference/api/x-components.anystoreemitters.md +15 -0
  648. package/docs/API-reference/api/x-components.anywire.md +15 -0
  649. package/docs/API-reference/api/x-components.anyxmodule.md +15 -0
  650. package/docs/API-reference/api/x-components.anyxstoremodule.md +15 -0
  651. package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +15 -0
  652. package/docs/API-reference/api/x-components.arefiltersdifferent.md +27 -0
  653. package/docs/API-reference/api/x-components.arraytoobject.md +30 -0
  654. package/docs/API-reference/api/x-components.arraytoobject_1.md +27 -0
  655. package/docs/API-reference/api/x-components.arrowicon.md +11 -0
  656. package/docs/API-reference/api/x-components.arrowkey.md +13 -0
  657. package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
  658. package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
  659. package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
  660. package/docs/API-reference/api/x-components.bagicon.md +11 -0
  661. package/docs/API-reference/api/x-components.banner.banner.md +13 -0
  662. package/docs/API-reference/api/x-components.banner.md +21 -0
  663. package/docs/API-reference/api/x-components.bannerslist.animation.md +13 -0
  664. package/docs/API-reference/api/x-components.bannerslist.md +26 -0
  665. package/docs/API-reference/api/x-components.bannerslist.stateitems.md +13 -0
  666. package/docs/API-reference/api/x-components.barcodeicon.md +11 -0
  667. package/docs/API-reference/api/x-components.barcodetinyicon.md +11 -0
  668. package/docs/API-reference/api/x-components.baseaddtocart.events.md +13 -0
  669. package/docs/API-reference/api/x-components.baseaddtocart.md +22 -0
  670. package/docs/API-reference/api/x-components.baseaddtocart.result.md +13 -0
  671. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +13 -0
  672. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +24 -0
  673. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +33 -0
  674. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +19 -0
  675. package/docs/API-reference/api/x-components.basecurrency.format.md +13 -0
  676. package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
  677. package/docs/API-reference/api/x-components.basecurrency.md +43 -0
  678. package/docs/API-reference/api/x-components.basecurrency.value.md +18 -0
  679. package/docs/API-reference/api/x-components.basedropdown._refs.md +13 -0
  680. package/docs/API-reference/api/x-components.basedropdown.animation.md +13 -0
  681. package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +24 -0
  682. package/docs/API-reference/api/x-components.basedropdown.items.md +13 -0
  683. package/docs/API-reference/api/x-components.basedropdown.md +31 -0
  684. package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +13 -0
  685. package/docs/API-reference/api/x-components.basedropdown.value.md +13 -0
  686. package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +15 -0
  687. package/docs/API-reference/api/x-components.baseeventbutton.events.md +13 -0
  688. package/docs/API-reference/api/x-components.baseeventbutton.md +27 -0
  689. package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +13 -0
  690. package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +13 -0
  691. package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +24 -0
  692. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +13 -0
  693. package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +13 -0
  694. package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +13 -0
  695. package/docs/API-reference/api/x-components.baseeventsmodal.md +32 -0
  696. package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +13 -0
  697. package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +11 -0
  698. package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +11 -0
  699. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +22 -0
  700. package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +11 -0
  701. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +22 -0
  702. package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +11 -0
  703. package/docs/API-reference/api/x-components.basefallbackimage.md +11 -0
  704. package/docs/API-reference/api/x-components.basefilter.clickevents.md +13 -0
  705. package/docs/API-reference/api/x-components.basefilter.filter.md +13 -0
  706. package/docs/API-reference/api/x-components.basefilter.md +22 -0
  707. package/docs/API-reference/api/x-components.basegrid.animation.md +13 -0
  708. package/docs/API-reference/api/x-components.basegrid.columns.md +13 -0
  709. package/docs/API-reference/api/x-components.basegrid.computeditems.md +13 -0
  710. package/docs/API-reference/api/x-components.basegrid.items.md +18 -0
  711. package/docs/API-reference/api/x-components.basegrid.md +24 -0
  712. package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +13 -0
  713. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +22 -0
  714. package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +13 -0
  715. package/docs/API-reference/api/x-components.baseidmodal.animation.md +13 -0
  716. package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +24 -0
  717. package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +24 -0
  718. package/docs/API-reference/api/x-components.baseidmodal.isopen.md +13 -0
  719. package/docs/API-reference/api/x-components.baseidmodal.md +32 -0
  720. package/docs/API-reference/api/x-components.baseidmodal.modalid.md +13 -0
  721. package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +13 -0
  722. package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +25 -0
  723. package/docs/API-reference/api/x-components.baseidmodalclose.events.md +11 -0
  724. package/docs/API-reference/api/x-components.baseidmodalclose.md +22 -0
  725. package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +11 -0
  726. package/docs/API-reference/api/x-components.baseidmodalopen.events.md +11 -0
  727. package/docs/API-reference/api/x-components.baseidmodalopen.md +22 -0
  728. package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +11 -0
  729. package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +13 -0
  730. package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +17 -0
  731. package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +21 -0
  732. package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +13 -0
  733. package/docs/API-reference/api/x-components.baseidtogglepanel.md +36 -0
  734. package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +13 -0
  735. package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +13 -0
  736. package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +24 -0
  737. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +13 -0
  738. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +30 -0
  739. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +13 -0
  740. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +25 -0
  741. package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +13 -0
  742. package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +13 -0
  743. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +36 -0
  744. package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +15 -0
  745. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +13 -0
  746. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +18 -0
  747. package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +13 -0
  748. package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +25 -0
  749. package/docs/API-reference/api/x-components.basemodal._refs.md +13 -0
  750. package/docs/API-reference/api/x-components.basemodal.animation.md +13 -0
  751. package/docs/API-reference/api/x-components.basemodal.md +32 -0
  752. package/docs/API-reference/api/x-components.basemodal.mounted.md +15 -0
  753. package/docs/API-reference/api/x-components.basemodal.open.md +13 -0
  754. package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +13 -0
  755. package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +13 -0
  756. package/docs/API-reference/api/x-components.basemodal.showoverlay.md +13 -0
  757. package/docs/API-reference/api/x-components.baseplaceholderimage.md +11 -0
  758. package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +15 -0
  759. package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +13 -0
  760. package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +13 -0
  761. package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +13 -0
  762. package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +13 -0
  763. package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +13 -0
  764. package/docs/API-reference/api/x-components.basepricefilterlabel.md +32 -0
  765. package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +22 -0
  766. package/docs/API-reference/api/x-components.baserating.max.md +13 -0
  767. package/docs/API-reference/api/x-components.baserating.md +22 -0
  768. package/docs/API-reference/api/x-components.baserating.value.md +13 -0
  769. package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +13 -0
  770. package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +13 -0
  771. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +22 -0
  772. package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +18 -0
  773. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +22 -0
  774. package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +13 -0
  775. package/docs/API-reference/api/x-components.baseresultimage._refs.md +15 -0
  776. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  777. package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +13 -0
  778. package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +13 -0
  779. package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +13 -0
  780. package/docs/API-reference/api/x-components.baseresultimage.md +32 -0
  781. package/docs/API-reference/api/x-components.baseresultimage.mounted.md +15 -0
  782. package/docs/API-reference/api/x-components.baseresultimage.result.md +13 -0
  783. package/docs/API-reference/api/x-components.baseresultlink.md +25 -0
  784. package/docs/API-reference/api/x-components.baseresultlink.result.md +13 -0
  785. package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +18 -0
  786. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +22 -0
  787. package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +13 -0
  788. package/docs/API-reference/api/x-components.basescroll.md +15 -0
  789. package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +18 -0
  790. package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
  791. package/docs/API-reference/api/x-components.basesuggestion.events.md +18 -0
  792. package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
  793. package/docs/API-reference/api/x-components.basesuggestion.md +35 -0
  794. package/docs/API-reference/api/x-components.basesuggestion.query.md +13 -0
  795. package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +18 -0
  796. package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +13 -0
  797. package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +13 -0
  798. package/docs/API-reference/api/x-components.basesuggestions.animation.md +13 -0
  799. package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
  800. package/docs/API-reference/api/x-components.basesuggestions.md +23 -0
  801. package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +13 -0
  802. package/docs/API-reference/api/x-components.basetogglepanel.animation.md +13 -0
  803. package/docs/API-reference/api/x-components.basetogglepanel.md +22 -0
  804. package/docs/API-reference/api/x-components.basetogglepanel.open.md +13 -0
  805. package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +13 -0
  806. package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +18 -0
  807. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +22 -0
  808. package/docs/API-reference/api/x-components.basexapi.init.md +24 -0
  809. package/docs/API-reference/api/x-components.basexapi.md +23 -0
  810. package/docs/API-reference/api/x-components.basexapi.search.md +24 -0
  811. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +24 -0
  812. package/docs/API-reference/api/x-components.basexbus.emit.md +26 -0
  813. package/docs/API-reference/api/x-components.basexbus.md +22 -0
  814. package/docs/API-reference/api/x-components.basexbus.on.md +27 -0
  815. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +13 -0
  816. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +13 -0
  817. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +13 -0
  818. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +13 -0
  819. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +13 -0
  820. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +13 -0
  821. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +13 -0
  822. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +13 -0
  823. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +13 -0
  824. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +13 -0
  825. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +13 -0
  826. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  827. package/docs/API-reference/api/x-components.carticon.md +11 -0
  828. package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +11 -0
  829. package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +11 -0
  830. package/docs/API-reference/api/x-components.checkboxselectedicon.md +11 -0
  831. package/docs/API-reference/api/x-components.checkboxunselectedicon.md +11 -0
  832. package/docs/API-reference/api/x-components.checkicon.md +11 -0
  833. package/docs/API-reference/api/x-components.checktinyicon.md +11 -0
  834. package/docs/API-reference/api/x-components.chevrondownicon.md +11 -0
  835. package/docs/API-reference/api/x-components.chevronlefticon.md +11 -0
  836. package/docs/API-reference/api/x-components.chevronrighticon.md +11 -0
  837. package/docs/API-reference/api/x-components.chevrontinydownicon.md +11 -0
  838. package/docs/API-reference/api/x-components.chevrontinylefticon.md +11 -0
  839. package/docs/API-reference/api/x-components.chevrontinyrighticon.md +11 -0
  840. package/docs/API-reference/api/x-components.chevrontinyupicon.md +11 -0
  841. package/docs/API-reference/api/x-components.chevronupicon.md +11 -0
  842. package/docs/API-reference/api/x-components.cleanundefined.md +26 -0
  843. package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +13 -0
  844. package/docs/API-reference/api/x-components.clearfilters.facetsids.md +13 -0
  845. package/docs/API-reference/api/x-components.clearfilters.md +22 -0
  846. package/docs/API-reference/api/x-components.clearhistoryqueries.md +13 -0
  847. package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +13 -0
  848. package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +13 -0
  849. package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
  850. package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +13 -0
  851. package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +13 -0
  852. package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +11 -0
  853. package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +11 -0
  854. package/docs/API-reference/api/x-components.clearsearchinput.md +27 -0
  855. package/docs/API-reference/api/x-components.clearsearchinput.query.md +11 -0
  856. package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +13 -0
  857. package/docs/API-reference/api/x-components.clone.md +26 -0
  858. package/docs/API-reference/api/x-components.collapsefromtop.md +15 -0
  859. package/docs/API-reference/api/x-components.collapseheight.md +15 -0
  860. package/docs/API-reference/api/x-components.collapsewidth.md +15 -0
  861. package/docs/API-reference/api/x-components.columnpickermixin.columns.md +13 -0
  862. package/docs/API-reference/api/x-components.columnpickermixin.md +22 -0
  863. package/docs/API-reference/api/x-components.columnpickermixin.value.md +13 -0
  864. package/docs/API-reference/api/x-components.compilemessage.md +27 -0
  865. package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +26 -0
  866. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
  867. package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
  868. package/docs/API-reference/api/x-components.createstoreemitters.md +27 -0
  869. package/docs/API-reference/api/x-components.createwirefromfunction.md +26 -0
  870. package/docs/API-reference/api/x-components.createwiring.md +26 -0
  871. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  872. package/docs/API-reference/api/x-components.crossicon.md +11 -0
  873. package/docs/API-reference/api/x-components.crosstinyicon.md +11 -0
  874. package/docs/API-reference/api/x-components.currencyformatter.md +31 -0
  875. package/docs/API-reference/api/x-components.debounce.md +27 -0
  876. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +15 -0
  877. package/docs/API-reference/api/x-components.debouncedfunction.md +20 -0
  878. package/docs/API-reference/api/x-components.debouncefunction.md +35 -0
  879. package/docs/API-reference/api/x-components.debounceoptions.leading.md +11 -0
  880. package/docs/API-reference/api/x-components.debounceoptions.md +21 -0
  881. package/docs/API-reference/api/x-components.debounceoptions.trailing.md +11 -0
  882. package/docs/API-reference/api/x-components.decoratorfor.md +13 -0
  883. package/docs/API-reference/api/x-components.deepfilter.md +94 -0
  884. package/docs/API-reference/api/x-components.deepflat.md +27 -0
  885. package/docs/API-reference/api/x-components.deeppartial.md +17 -0
  886. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
  887. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
  888. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
  889. package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
  890. package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
  891. package/docs/API-reference/api/x-components.defaultfacetsservice.md +40 -0
  892. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
  893. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
  894. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
  895. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
  896. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
  897. package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +21 -0
  898. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +17 -0
  899. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +19 -0
  900. package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +13 -0
  901. package/docs/API-reference/api/x-components.defaultsessionservice.md +37 -0
  902. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +13 -0
  903. package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +11 -0
  904. package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +11 -0
  905. package/docs/API-reference/api/x-components.deviceactions.md +13 -0
  906. package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +13 -0
  907. package/docs/API-reference/api/x-components.devicedetector.force.md +13 -0
  908. package/docs/API-reference/api/x-components.devicedetector.md +23 -0
  909. package/docs/API-reference/api/x-components.devicedetector.throttlems.md +13 -0
  910. package/docs/API-reference/api/x-components.devicegetters.md +13 -0
  911. package/docs/API-reference/api/x-components.devicemutations.md +20 -0
  912. package/docs/API-reference/api/x-components.devicemutations.setname.md +24 -0
  913. package/docs/API-reference/api/x-components.devicestate.md +20 -0
  914. package/docs/API-reference/api/x-components.devicestate.name.md +13 -0
  915. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +13 -0
  916. package/docs/API-reference/api/x-components.devicexevents.md +20 -0
  917. package/docs/API-reference/api/x-components.devicexmodule.md +13 -0
  918. package/docs/API-reference/api/x-components.devicexstoremodule.md +15 -0
  919. package/docs/API-reference/api/x-components.dictionary.md +13 -0
  920. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +23 -0
  921. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +27 -0
  922. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +26 -0
  923. package/docs/API-reference/api/x-components.documentdirection.md +13 -0
  924. package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +13 -0
  925. package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +13 -0
  926. package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +13 -0
  927. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +29 -0
  928. package/docs/API-reference/api/x-components.emitter.md +15 -0
  929. package/docs/API-reference/api/x-components.emitters.md +17 -0
  930. package/docs/API-reference/api/x-components.empathize.animation.md +13 -0
  931. package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +13 -0
  932. package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +13 -0
  933. package/docs/API-reference/api/x-components.empathize.md +23 -0
  934. package/docs/API-reference/api/x-components.empathizeactions.md +13 -0
  935. package/docs/API-reference/api/x-components.empathizeconfig.md +13 -0
  936. package/docs/API-reference/api/x-components.empathizegetters.md +13 -0
  937. package/docs/API-reference/api/x-components.empathizemutations.md +20 -0
  938. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +24 -0
  939. package/docs/API-reference/api/x-components.empathizestate.config.md +13 -0
  940. package/docs/API-reference/api/x-components.empathizestate.isopen.md +13 -0
  941. package/docs/API-reference/api/x-components.empathizestate.md +21 -0
  942. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +13 -0
  943. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +13 -0
  944. package/docs/API-reference/api/x-components.empathizexevents.md +22 -0
  945. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +13 -0
  946. package/docs/API-reference/api/x-components.empathizexmodule.md +13 -0
  947. package/docs/API-reference/api/x-components.empathizexstoremodule.md +15 -0
  948. package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +17 -0
  949. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +23 -0
  950. package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +22 -0
  951. package/docs/API-reference/api/x-components.extractactionpayload.md +15 -0
  952. package/docs/API-reference/api/x-components.extractactionreturn.md +13 -0
  953. package/docs/API-reference/api/x-components.extractactions.md +15 -0
  954. package/docs/API-reference/api/x-components.extractgetters.md +15 -0
  955. package/docs/API-reference/api/x-components.extractmutationpayload.md +15 -0
  956. package/docs/API-reference/api/x-components.extractmutations.md +15 -0
  957. package/docs/API-reference/api/x-components.extractpayload.md +13 -0
  958. package/docs/API-reference/api/x-components.extractstate.md +15 -0
  959. package/docs/API-reference/api/x-components.extraparams.md +29 -0
  960. package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
  961. package/docs/API-reference/api/x-components.extraparams.render.md +15 -0
  962. package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
  963. package/docs/API-reference/api/x-components.extraparams.values.md +18 -0
  964. package/docs/API-reference/api/x-components.extraparamsactions.md +13 -0
  965. package/docs/API-reference/api/x-components.extraparamsgetters.md +13 -0
  966. package/docs/API-reference/api/x-components.extraparamsmutations.md +20 -0
  967. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +22 -0
  968. package/docs/API-reference/api/x-components.extraparamsstate.md +20 -0
  969. package/docs/API-reference/api/x-components.extraparamsstate.params.md +11 -0
  970. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +13 -0
  971. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
  972. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +13 -0
  973. package/docs/API-reference/api/x-components.extraparamsxevents.md +23 -0
  974. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +13 -0
  975. package/docs/API-reference/api/x-components.extraparamsxmodule.md +13 -0
  976. package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +15 -0
  977. package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +13 -0
  978. package/docs/API-reference/api/x-components.extrapluginsoptions.md +22 -0
  979. package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +13 -0
  980. package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +13 -0
  981. package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +13 -0
  982. package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +13 -0
  983. package/docs/API-reference/api/x-components.facetgroupentry.md +21 -0
  984. package/docs/API-reference/api/x-components.facets.animation.md +13 -0
  985. package/docs/API-reference/api/x-components.facets.md +13 -0
  986. package/docs/API-reference/api/x-components.facets.renderablefacets.md +24 -0
  987. package/docs/API-reference/api/x-components.facetsactions.md +13 -0
  988. package/docs/API-reference/api/x-components.facetsactionscontext.md +15 -0
  989. package/docs/API-reference/api/x-components.facetsgetters.facets.md +13 -0
  990. package/docs/API-reference/api/x-components.facetsgetters.md +22 -0
  991. package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +13 -0
  992. package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +13 -0
  993. package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
  994. package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
  995. package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
  996. package/docs/API-reference/api/x-components.facetsmutations.md +26 -0
  997. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +24 -0
  998. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +24 -0
  999. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
  1000. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +24 -0
  1001. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +24 -0
  1002. package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +24 -0
  1003. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
  1004. package/docs/API-reference/api/x-components.facetsprovider.groupid.md +13 -0
  1005. package/docs/API-reference/api/x-components.facetsprovider.md +28 -0
  1006. package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +17 -0
  1007. package/docs/API-reference/api/x-components.facetsprovider.render.md +15 -0
  1008. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +24 -0
  1009. package/docs/API-reference/api/x-components.facetsservice.deselect.md +24 -0
  1010. package/docs/API-reference/api/x-components.facetsservice.md +25 -0
  1011. package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
  1012. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
  1013. package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
  1014. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
  1015. package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
  1016. package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
  1017. package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
  1018. package/docs/API-reference/api/x-components.facetsstate.md +22 -0
  1019. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
  1020. package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
  1021. package/docs/API-reference/api/x-components.facetsxevents.md +30 -0
  1022. package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +13 -0
  1023. package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +13 -0
  1024. package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +18 -0
  1025. package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +18 -0
  1026. package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
  1027. package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +18 -0
  1028. package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +18 -0
  1029. package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +13 -0
  1030. package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +13 -0
  1031. package/docs/API-reference/api/x-components.facetsxmodule.md +13 -0
  1032. package/docs/API-reference/api/x-components.facetsxstoremodule.md +15 -0
  1033. package/docs/API-reference/api/x-components.fadeandslide.md +21 -0
  1034. package/docs/API-reference/api/x-components.fadeandslide.tag.md +13 -0
  1035. package/docs/API-reference/api/x-components.featurelocation.md +22 -0
  1036. package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
  1037. package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
  1038. package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
  1039. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
  1040. package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
  1041. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
  1042. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
  1043. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
  1044. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +13 -0
  1045. package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +13 -0
  1046. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +13 -0
  1047. package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +13 -0
  1048. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +13 -0
  1049. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +13 -0
  1050. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +13 -0
  1051. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +13 -0
  1052. package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +13 -0
  1053. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +13 -0
  1054. package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +13 -0
  1055. package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +13 -0
  1056. package/docs/API-reference/api/x-components.fetchidentifierresults.md +13 -0
  1057. package/docs/API-reference/api/x-components.fetchnextqueries.md +13 -0
  1058. package/docs/API-reference/api/x-components.fetchpopularsearches.md +13 -0
  1059. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +13 -0
  1060. package/docs/API-reference/api/x-components.fetchrecommendations.md +13 -0
  1061. package/docs/API-reference/api/x-components.fetchrelatedtags.md +13 -0
  1062. package/docs/API-reference/api/x-components.fetchsearchresponse.md +13 -0
  1063. package/docs/API-reference/api/x-components.filter.md +27 -0
  1064. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +27 -0
  1065. package/docs/API-reference/api/x-components.filterfalsypayload.md +26 -0
  1066. package/docs/API-reference/api/x-components.filtersbyfacet.md +13 -0
  1067. package/docs/API-reference/api/x-components.filtersicon.md +11 -0
  1068. package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +13 -0
  1069. package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +13 -0
  1070. package/docs/API-reference/api/x-components.filtersinjectionmixin.md +23 -0
  1071. package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +13 -0
  1072. package/docs/API-reference/api/x-components.filterslist.animation.md +13 -0
  1073. package/docs/API-reference/api/x-components.filterslist.cssclasses.md +13 -0
  1074. package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +13 -0
  1075. package/docs/API-reference/api/x-components.filterslist.md +23 -0
  1076. package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +13 -0
  1077. package/docs/API-reference/api/x-components.filterssearch.md +23 -0
  1078. package/docs/API-reference/api/x-components.filterssearch.query.md +11 -0
  1079. package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +11 -0
  1080. package/docs/API-reference/api/x-components.filtertruthypayload.md +26 -0
  1081. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +27 -0
  1082. package/docs/API-reference/api/x-components.firstparameter.md +15 -0
  1083. package/docs/API-reference/api/x-components.foreach.md +25 -0
  1084. package/docs/API-reference/api/x-components.getrootxcomponent.md +26 -0
  1085. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +28 -0
  1086. package/docs/API-reference/api/x-components.getter.md +29 -0
  1087. package/docs/API-reference/api/x-components.gettersclass.md +15 -0
  1088. package/docs/API-reference/api/x-components.getterstree.md +17 -0
  1089. package/docs/API-reference/api/x-components.geturlparameter.md +13 -0
  1090. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  1091. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  1092. package/docs/API-reference/api/x-components.grid1colicon.md +11 -0
  1093. package/docs/API-reference/api/x-components.grid2colicon.md +11 -0
  1094. package/docs/API-reference/api/x-components.groupid.md +13 -0
  1095. package/docs/API-reference/api/x-components.groupitemsby.md +27 -0
  1096. package/docs/API-reference/api/x-components.hideicon.md +11 -0
  1097. package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +13 -0
  1098. package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +13 -0
  1099. package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
  1100. package/docs/API-reference/api/x-components.hierarchicalfilter.md +28 -0
  1101. package/docs/API-reference/api/x-components.historyicon.md +11 -0
  1102. package/docs/API-reference/api/x-components.historyqueries.animation.md +13 -0
  1103. package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +13 -0
  1104. package/docs/API-reference/api/x-components.historyqueries.md +13 -0
  1105. package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +15 -0
  1106. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +66 -0
  1107. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +17 -0
  1108. package/docs/API-reference/api/x-components.historyqueriesactions.md +25 -0
  1109. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +17 -0
  1110. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +24 -0
  1111. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +24 -0
  1112. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
  1113. package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +13 -0
  1114. package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +18 -0
  1115. package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +18 -0
  1116. package/docs/API-reference/api/x-components.historyqueriesconfig.md +23 -0
  1117. package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +13 -0
  1118. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +26 -0
  1119. package/docs/API-reference/api/x-components.historyqueriesgetter.md +21 -0
  1120. package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +13 -0
  1121. package/docs/API-reference/api/x-components.historyqueriesgetters.md +23 -0
  1122. package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +13 -0
  1123. package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +13 -0
  1124. package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +13 -0
  1125. package/docs/API-reference/api/x-components.historyqueriesmutations.md +22 -0
  1126. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +24 -0
  1127. package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +24 -0
  1128. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +24 -0
  1129. package/docs/API-reference/api/x-components.historyqueriesstate.config.md +13 -0
  1130. package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +13 -0
  1131. package/docs/API-reference/api/x-components.historyqueriesstate.md +23 -0
  1132. package/docs/API-reference/api/x-components.historyqueriesstate.query.md +13 -0
  1133. package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +13 -0
  1134. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +13 -0
  1135. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +13 -0
  1136. package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +13 -0
  1137. package/docs/API-reference/api/x-components.historyqueriesxevents.md +26 -0
  1138. package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +13 -0
  1139. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +13 -0
  1140. package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +13 -0
  1141. package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +13 -0
  1142. package/docs/API-reference/api/x-components.historyqueriesxmodule.md +13 -0
  1143. package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +15 -0
  1144. package/docs/API-reference/api/x-components.historyquery.md +21 -0
  1145. package/docs/API-reference/api/x-components.historyquery.suggestion.md +13 -0
  1146. package/docs/API-reference/api/x-components.historytinyicon.md +11 -0
  1147. package/docs/API-reference/api/x-components.identifierdetectionregexp.md +13 -0
  1148. package/docs/API-reference/api/x-components.identifierhighlightregexp.md +13 -0
  1149. package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +13 -0
  1150. package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +13 -0
  1151. package/docs/API-reference/api/x-components.identifierresult.md +24 -0
  1152. package/docs/API-reference/api/x-components.identifierresult.query.md +13 -0
  1153. package/docs/API-reference/api/x-components.identifierresult.result.md +13 -0
  1154. package/docs/API-reference/api/x-components.identifierresults.animation.md +13 -0
  1155. package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +13 -0
  1156. package/docs/API-reference/api/x-components.identifierresults.md +23 -0
  1157. package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
  1158. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +17 -0
  1159. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +24 -0
  1160. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +26 -0
  1161. package/docs/API-reference/api/x-components.identifierresultsactions.md +24 -0
  1162. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
  1163. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +24 -0
  1164. package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +15 -0
  1165. package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +13 -0
  1166. package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +13 -0
  1167. package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +13 -0
  1168. package/docs/API-reference/api/x-components.identifierresultsconfig.md +23 -0
  1169. package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +13 -0
  1170. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +13 -0
  1171. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +13 -0
  1172. package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +13 -0
  1173. package/docs/API-reference/api/x-components.identifierresultsgetters.md +22 -0
  1174. package/docs/API-reference/api/x-components.identifierresultsmutations.md +24 -0
  1175. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +24 -0
  1176. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
  1177. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
  1178. package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +24 -0
  1179. package/docs/API-reference/api/x-components.identifierresultsrequest.md +13 -0
  1180. package/docs/API-reference/api/x-components.identifierresultsstate.config.md +13 -0
  1181. package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +13 -0
  1182. package/docs/API-reference/api/x-components.identifierresultsstate.md +25 -0
  1183. package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
  1184. package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
  1185. package/docs/API-reference/api/x-components.identifierresultsstate.query.md +13 -0
  1186. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +13 -0
  1187. package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +13 -0
  1188. package/docs/API-reference/api/x-components.identifierresultsxevents.md +22 -0
  1189. package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +13 -0
  1190. package/docs/API-reference/api/x-components.identifierresultsxmodule.md +13 -0
  1191. package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +15 -0
  1192. package/docs/API-reference/api/x-components.increasepageappendingresults.md +13 -0
  1193. package/docs/API-reference/api/x-components.infinitescroll.md +48 -0
  1194. package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +11 -0
  1195. package/docs/API-reference/api/x-components.installxoptions.api.md +13 -0
  1196. package/docs/API-reference/api/x-components.installxoptions.app.md +13 -0
  1197. package/docs/API-reference/api/x-components.installxoptions.bus.md +13 -0
  1198. package/docs/API-reference/api/x-components.installxoptions.domelement.md +13 -0
  1199. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +26 -0
  1200. package/docs/API-reference/api/x-components.installxoptions.md +33 -0
  1201. package/docs/API-reference/api/x-components.installxoptions.plugin.md +13 -0
  1202. package/docs/API-reference/api/x-components.installxoptions.vue.md +13 -0
  1203. package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +26 -0
  1204. package/docs/API-reference/api/x-components.isarrayempty.md +26 -0
  1205. package/docs/API-reference/api/x-components.iselementequalorcontained.md +27 -0
  1206. package/docs/API-reference/api/x-components.isinrange.md +27 -0
  1207. package/docs/API-reference/api/x-components.isnewquery.md +35 -0
  1208. package/docs/API-reference/api/x-components.isstringempty.md +26 -0
  1209. package/docs/API-reference/api/x-components.isxcomponent.md +26 -0
  1210. package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
  1211. package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
  1212. package/docs/API-reference/api/x-components.itemslist.md +22 -0
  1213. package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
  1214. package/docs/API-reference/api/x-components.listitem.md +13 -0
  1215. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +13 -0
  1216. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +13 -0
  1217. package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
  1218. package/docs/API-reference/api/x-components.locationprovider.md +21 -0
  1219. package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
  1220. package/docs/API-reference/api/x-components.mainscroll.md +33 -0
  1221. package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
  1222. package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
  1223. package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
  1224. package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
  1225. package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
  1226. package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
  1227. package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
  1228. package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
  1229. package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
  1230. package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
  1231. package/docs/API-reference/api/x-components.map.md +27 -0
  1232. package/docs/API-reference/api/x-components.mapwire.md +27 -0
  1233. package/docs/API-reference/api/x-components.md +675 -0
  1234. package/docs/API-reference/api/x-components.menuicon.md +11 -0
  1235. package/docs/API-reference/api/x-components.minusicon.md +11 -0
  1236. package/docs/API-reference/api/x-components.minustinyicon.md +11 -0
  1237. package/docs/API-reference/api/x-components.monadicfunction.md +13 -0
  1238. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +13 -0
  1239. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +21 -0
  1240. package/docs/API-reference/api/x-components.mutationnamesfor.md +15 -0
  1241. package/docs/API-reference/api/x-components.mutationsdictionary.md +24 -0
  1242. package/docs/API-reference/api/x-components.mutationstree.md +17 -0
  1243. package/docs/API-reference/api/x-components.namespaceddebounce.md +26 -0
  1244. package/docs/API-reference/api/x-components.namespacedthrottle.md +26 -0
  1245. package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +15 -0
  1246. package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +15 -0
  1247. package/docs/API-reference/api/x-components.namespacedwirecommit.md +13 -0
  1248. package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +15 -0
  1249. package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +15 -0
  1250. package/docs/API-reference/api/x-components.namespacedwiredispatch.md +13 -0
  1251. package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +15 -0
  1252. package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +15 -0
  1253. package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
  1254. package/docs/API-reference/api/x-components.nextqueries.animation.md +13 -0
  1255. package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +13 -0
  1256. package/docs/API-reference/api/x-components.nextqueries.md +13 -0
  1257. package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +15 -0
  1258. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +17 -0
  1259. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +24 -0
  1260. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +26 -0
  1261. package/docs/API-reference/api/x-components.nextqueriesactions.md +24 -0
  1262. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +24 -0
  1263. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
  1264. package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +36 -0
  1265. package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +13 -0
  1266. package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +13 -0
  1267. package/docs/API-reference/api/x-components.nextqueriesconfig.md +22 -0
  1268. package/docs/API-reference/api/x-components.nextqueriesgetters.md +21 -0
  1269. package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +13 -0
  1270. package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +13 -0
  1271. package/docs/API-reference/api/x-components.nextquerieslist.animation.md +13 -0
  1272. package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +13 -0
  1273. package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +13 -0
  1274. package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +13 -0
  1275. package/docs/API-reference/api/x-components.nextquerieslist.md +25 -0
  1276. package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
  1277. package/docs/API-reference/api/x-components.nextqueriesmutations.md +24 -0
  1278. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +24 -0
  1279. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
  1280. package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +24 -0
  1281. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +24 -0
  1282. package/docs/API-reference/api/x-components.nextqueriesrequest.md +13 -0
  1283. package/docs/API-reference/api/x-components.nextqueriesstate.config.md +13 -0
  1284. package/docs/API-reference/api/x-components.nextqueriesstate.md +25 -0
  1285. package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +13 -0
  1286. package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
  1287. package/docs/API-reference/api/x-components.nextqueriesstate.query.md +13 -0
  1288. package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +13 -0
  1289. package/docs/API-reference/api/x-components.nextqueriesxevents.md +23 -0
  1290. package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +13 -0
  1291. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +13 -0
  1292. package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +13 -0
  1293. package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +13 -0
  1294. package/docs/API-reference/api/x-components.nextqueriesxmodule.md +13 -0
  1295. package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +15 -0
  1296. package/docs/API-reference/api/x-components.nextquery.events.md +13 -0
  1297. package/docs/API-reference/api/x-components.nextquery.md +22 -0
  1298. package/docs/API-reference/api/x-components.nextquery.suggestion.md +13 -0
  1299. package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
  1300. package/docs/API-reference/api/x-components.nonprimitive.md +13 -0
  1301. package/docs/API-reference/api/x-components.normalizedquery.md +13 -0
  1302. package/docs/API-reference/api/x-components.normalizestring.md +26 -0
  1303. package/docs/API-reference/api/x-components.nq1icon.md +11 -0
  1304. package/docs/API-reference/api/x-components.nq2icon.md +11 -0
  1305. package/docs/API-reference/api/x-components.nq3icon.md +11 -0
  1306. package/docs/API-reference/api/x-components.nq4icon.md +11 -0
  1307. package/docs/API-reference/api/x-components.numberrangefilter.filter.md +13 -0
  1308. package/docs/API-reference/api/x-components.numberrangefilter.md +21 -0
  1309. package/docs/API-reference/api/x-components.objectfilter.md +27 -0
  1310. package/docs/API-reference/api/x-components.pair.md +13 -0
  1311. package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
  1312. package/docs/API-reference/api/x-components.partialquerybutton.md +27 -0
  1313. package/docs/API-reference/api/x-components.partialquerybutton.query.md +13 -0
  1314. package/docs/API-reference/api/x-components.partialresultslist.animation.md +13 -0
  1315. package/docs/API-reference/api/x-components.partialresultslist.items.md +13 -0
  1316. package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +13 -0
  1317. package/docs/API-reference/api/x-components.partialresultslist.md +23 -0
  1318. package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
  1319. package/docs/API-reference/api/x-components.plusicon.md +11 -0
  1320. package/docs/API-reference/api/x-components.popularsearch.events.md +13 -0
  1321. package/docs/API-reference/api/x-components.popularsearch.md +22 -0
  1322. package/docs/API-reference/api/x-components.popularsearch.suggestion.md +13 -0
  1323. package/docs/API-reference/api/x-components.popularsearches.animation.md +13 -0
  1324. package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +13 -0
  1325. package/docs/API-reference/api/x-components.popularsearches.md +13 -0
  1326. package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +15 -0
  1327. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +17 -0
  1328. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +24 -0
  1329. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +26 -0
  1330. package/docs/API-reference/api/x-components.popularsearchesactions.md +22 -0
  1331. package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +36 -0
  1332. package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +13 -0
  1333. package/docs/API-reference/api/x-components.popularsearchesconfig.md +22 -0
  1334. package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +34 -0
  1335. package/docs/API-reference/api/x-components.popularsearchesgetters.md +21 -0
  1336. package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +13 -0
  1337. package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +13 -0
  1338. package/docs/API-reference/api/x-components.popularsearchesmutations.md +23 -0
  1339. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
  1340. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +24 -0
  1341. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +24 -0
  1342. package/docs/API-reference/api/x-components.popularsearchesrequest.md +13 -0
  1343. package/docs/API-reference/api/x-components.popularsearchesstate.config.md +13 -0
  1344. package/docs/API-reference/api/x-components.popularsearchesstate.md +24 -0
  1345. package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
  1346. package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +13 -0
  1347. package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +13 -0
  1348. package/docs/API-reference/api/x-components.popularsearchesxevents.md +22 -0
  1349. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +13 -0
  1350. package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +13 -0
  1351. package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +13 -0
  1352. package/docs/API-reference/api/x-components.popularsearchesxmodule.md +13 -0
  1353. package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +15 -0
  1354. package/docs/API-reference/api/x-components.primitive.md +15 -0
  1355. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +21 -0
  1356. package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +13 -0
  1357. package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +13 -0
  1358. package/docs/API-reference/api/x-components.privatexmodulesoptions.md +17 -0
  1359. package/docs/API-reference/api/x-components.promoted.md +21 -0
  1360. package/docs/API-reference/api/x-components.promoted.promoted.md +13 -0
  1361. package/docs/API-reference/api/x-components.promotedslist.animation.md +13 -0
  1362. package/docs/API-reference/api/x-components.promotedslist.md +26 -0
  1363. package/docs/API-reference/api/x-components.promotedslist.stateitems.md +13 -0
  1364. package/docs/API-reference/api/x-components.propswithtype.md +29 -0
  1365. package/docs/API-reference/api/x-components.queryfeature.md +13 -0
  1366. package/docs/API-reference/api/x-components.queryorigin.md +15 -0
  1367. package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
  1368. package/docs/API-reference/api/x-components.querysuggestion.md +21 -0
  1369. package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +13 -0
  1370. package/docs/API-reference/api/x-components.querysuggestions.animation.md +13 -0
  1371. package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
  1372. package/docs/API-reference/api/x-components.querysuggestions.md +13 -0
  1373. package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +15 -0
  1374. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +17 -0
  1375. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +24 -0
  1376. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +26 -0
  1377. package/docs/API-reference/api/x-components.querysuggestionsactions.md +23 -0
  1378. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
  1379. package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +13 -0
  1380. package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +34 -0
  1381. package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +13 -0
  1382. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +23 -0
  1383. package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +38 -0
  1384. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +21 -0
  1385. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +26 -0
  1386. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +22 -0
  1387. package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +13 -0
  1388. package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +13 -0
  1389. package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +13 -0
  1390. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +23 -0
  1391. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
  1392. package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +24 -0
  1393. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +24 -0
  1394. package/docs/API-reference/api/x-components.querysuggestionsrequest.md +13 -0
  1395. package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +13 -0
  1396. package/docs/API-reference/api/x-components.querysuggestionsstate.md +24 -0
  1397. package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
  1398. package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +13 -0
  1399. package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +13 -0
  1400. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +23 -0
  1401. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +13 -0
  1402. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +13 -0
  1403. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +13 -0
  1404. package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +13 -0
  1405. package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +13 -0
  1406. package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +15 -0
  1407. package/docs/API-reference/api/x-components.recommendations.animation.md +13 -0
  1408. package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
  1409. package/docs/API-reference/api/x-components.recommendations.md +24 -0
  1410. package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +13 -0
  1411. package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
  1412. package/docs/API-reference/api/x-components.recommendations_origin.md +13 -0
  1413. package/docs/API-reference/api/x-components.recommendationsactioncontext.md +15 -0
  1414. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +17 -0
  1415. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +24 -0
  1416. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +26 -0
  1417. package/docs/API-reference/api/x-components.recommendationsactions.md +22 -0
  1418. package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +13 -0
  1419. package/docs/API-reference/api/x-components.recommendationsconfig.md +20 -0
  1420. package/docs/API-reference/api/x-components.recommendationsgetters.md +20 -0
  1421. package/docs/API-reference/api/x-components.recommendationsgetters.request.md +13 -0
  1422. package/docs/API-reference/api/x-components.recommendationsmutations.md +22 -0
  1423. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
  1424. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +24 -0
  1425. package/docs/API-reference/api/x-components.recommendationsrequest.md +13 -0
  1426. package/docs/API-reference/api/x-components.recommendationsstate.config.md +13 -0
  1427. package/docs/API-reference/api/x-components.recommendationsstate.md +24 -0
  1428. package/docs/API-reference/api/x-components.recommendationsstate.origin.md +13 -0
  1429. package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
  1430. package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +13 -0
  1431. package/docs/API-reference/api/x-components.recommendationsxevents.md +22 -0
  1432. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +13 -0
  1433. package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +13 -0
  1434. package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +13 -0
  1435. package/docs/API-reference/api/x-components.recommendationsxmodule.md +13 -0
  1436. package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +15 -0
  1437. package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
  1438. package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
  1439. package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
  1440. package/docs/API-reference/api/x-components.redirection.md +31 -0
  1441. package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
  1442. package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
  1443. package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
  1444. package/docs/API-reference/api/x-components.reduce.md +28 -0
  1445. package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +13 -0
  1446. package/docs/API-reference/api/x-components.refreshsession.md +13 -0
  1447. package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
  1448. package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
  1449. package/docs/API-reference/api/x-components.relatedtag.md +28 -0
  1450. package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +13 -0
  1451. package/docs/API-reference/api/x-components.relatedtags.animation.md +13 -0
  1452. package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
  1453. package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +13 -0
  1454. package/docs/API-reference/api/x-components.relatedtags.md +13 -0
  1455. package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +11 -0
  1456. package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +11 -0
  1457. package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +15 -0
  1458. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +17 -0
  1459. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +24 -0
  1460. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +26 -0
  1461. package/docs/API-reference/api/x-components.relatedtagsactions.md +24 -0
  1462. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
  1463. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +24 -0
  1464. package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +13 -0
  1465. package/docs/API-reference/api/x-components.relatedtagsconfig.md +20 -0
  1466. package/docs/API-reference/api/x-components.relatedtagsgetters.md +21 -0
  1467. package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +13 -0
  1468. package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +13 -0
  1469. package/docs/API-reference/api/x-components.relatedtagsmutations.md +24 -0
  1470. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
  1471. package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +24 -0
  1472. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +24 -0
  1473. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +24 -0
  1474. package/docs/API-reference/api/x-components.relatedtagsrequest.md +13 -0
  1475. package/docs/API-reference/api/x-components.relatedtagsstate.config.md +13 -0
  1476. package/docs/API-reference/api/x-components.relatedtagsstate.md +25 -0
  1477. package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
  1478. package/docs/API-reference/api/x-components.relatedtagsstate.query.md +13 -0
  1479. package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +13 -0
  1480. package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +13 -0
  1481. package/docs/API-reference/api/x-components.relatedtagsxevents.md +25 -0
  1482. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +13 -0
  1483. package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +13 -0
  1484. package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +13 -0
  1485. package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +13 -0
  1486. package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +13 -0
  1487. package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +13 -0
  1488. package/docs/API-reference/api/x-components.relatedtagsxmodule.md +13 -0
  1489. package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +15 -0
  1490. package/docs/API-reference/api/x-components.removefromhistory.md +13 -0
  1491. package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +13 -0
  1492. package/docs/API-reference/api/x-components.removehistoryquery.md +13 -0
  1493. package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +18 -0
  1494. package/docs/API-reference/api/x-components.renderlessextraparams.md +22 -0
  1495. package/docs/API-reference/api/x-components.renderlessextraparams.name.md +13 -0
  1496. package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
  1497. package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +13 -0
  1498. package/docs/API-reference/api/x-components.renderlessfilter.filter.md +13 -0
  1499. package/docs/API-reference/api/x-components.renderlessfilter.md +32 -0
  1500. package/docs/API-reference/api/x-components.renderlessfilter.render.md +22 -0
  1501. package/docs/API-reference/api/x-components.requeststatus.md +13 -0
  1502. package/docs/API-reference/api/x-components.resetappending.md +13 -0
  1503. package/docs/API-reference/api/x-components.resetfacets.md +13 -0
  1504. package/docs/API-reference/api/x-components.resetpage.md +13 -0
  1505. package/docs/API-reference/api/x-components.resetsort.md +13 -0
  1506. package/docs/API-reference/api/x-components.resetspellcheckquery.md +13 -0
  1507. package/docs/API-reference/api/x-components.resultfeature.md +13 -0
  1508. package/docs/API-reference/api/x-components.resultorigin.md +15 -0
  1509. package/docs/API-reference/api/x-components.resultslist.animation.md +13 -0
  1510. package/docs/API-reference/api/x-components.resultslist.items.md +18 -0
  1511. package/docs/API-reference/api/x-components.resultslist.md +28 -0
  1512. package/docs/API-reference/api/x-components.returns.md +17 -0
  1513. package/docs/API-reference/api/x-components.rootstorestateandgetters.md +15 -0
  1514. package/docs/API-reference/api/x-components.rootxstorestate.md +20 -0
  1515. package/docs/API-reference/api/x-components.rootxstorestate.x.md +13 -0
  1516. package/docs/API-reference/api/x-components.sanitize.md +13 -0
  1517. package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
  1518. package/docs/API-reference/api/x-components.saveorigin.md +13 -0
  1519. package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
  1520. package/docs/API-reference/api/x-components.savequery.md +13 -0
  1521. package/docs/API-reference/api/x-components.scroll.distancetobottom.md +13 -0
  1522. package/docs/API-reference/api/x-components.scroll.id.md +13 -0
  1523. package/docs/API-reference/api/x-components.scroll.md +23 -0
  1524. package/docs/API-reference/api/x-components.scroll.throttlems.md +13 -0
  1525. package/docs/API-reference/api/x-components.scrollactions.md +13 -0
  1526. package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
  1527. package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
  1528. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
  1529. package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
  1530. package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
  1531. package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
  1532. package/docs/API-reference/api/x-components.scrolldirection.md +13 -0
  1533. package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
  1534. package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
  1535. package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +13 -0
  1536. package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
  1537. package/docs/API-reference/api/x-components.scrollmixin.md +25 -0
  1538. package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
  1539. package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +13 -0
  1540. package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
  1541. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
  1542. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
  1543. package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
  1544. package/docs/API-reference/api/x-components.scrollstate.md +21 -0
  1545. package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
  1546. package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
  1547. package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
  1548. package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
  1549. package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
  1550. package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
  1551. package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
  1552. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
  1553. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
  1554. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
  1555. package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
  1556. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
  1557. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
  1558. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
  1559. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
  1560. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
  1561. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
  1562. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
  1563. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
  1564. package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
  1565. package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
  1566. package/docs/API-reference/api/x-components.searchactioncontext.md +15 -0
  1567. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +17 -0
  1568. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +24 -0
  1569. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +26 -0
  1570. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +21 -0
  1571. package/docs/API-reference/api/x-components.searchactions.md +25 -0
  1572. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
  1573. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
  1574. package/docs/API-reference/api/x-components.searchboxactions.md +20 -0
  1575. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
  1576. package/docs/API-reference/api/x-components.searchboxgetters.md +20 -0
  1577. package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +13 -0
  1578. package/docs/API-reference/api/x-components.searchboxmutations.md +20 -0
  1579. package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +24 -0
  1580. package/docs/API-reference/api/x-components.searchboxstate.md +20 -0
  1581. package/docs/API-reference/api/x-components.searchboxstate.query.md +13 -0
  1582. package/docs/API-reference/api/x-components.searchboxxevents.md +29 -0
  1583. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +13 -0
  1584. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +13 -0
  1585. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +13 -0
  1586. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +13 -0
  1587. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +13 -0
  1588. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +13 -0
  1589. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +13 -0
  1590. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +13 -0
  1591. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +13 -0
  1592. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +13 -0
  1593. package/docs/API-reference/api/x-components.searchboxxmodule.md +13 -0
  1594. package/docs/API-reference/api/x-components.searchboxxstoremodule.md +15 -0
  1595. package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +11 -0
  1596. package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
  1597. package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +11 -0
  1598. package/docs/API-reference/api/x-components.searchbutton.md +33 -0
  1599. package/docs/API-reference/api/x-components.searchbutton.query.md +11 -0
  1600. package/docs/API-reference/api/x-components.searchconfig.md +20 -0
  1601. package/docs/API-reference/api/x-components.searchconfig.pagesize.md +13 -0
  1602. package/docs/API-reference/api/x-components.searchgetters.md +20 -0
  1603. package/docs/API-reference/api/x-components.searchgetters.request.md +13 -0
  1604. package/docs/API-reference/api/x-components.searchicon.md +11 -0
  1605. package/docs/API-reference/api/x-components.searchinput._refs.md +13 -0
  1606. package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +13 -0
  1607. package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +13 -0
  1608. package/docs/API-reference/api/x-components.searchinput.autofocus.md +13 -0
  1609. package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +11 -0
  1610. package/docs/API-reference/api/x-components.searchinput.instant.md +13 -0
  1611. package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +13 -0
  1612. package/docs/API-reference/api/x-components.searchinput.maxlength.md +13 -0
  1613. package/docs/API-reference/api/x-components.searchinput.md +35 -0
  1614. package/docs/API-reference/api/x-components.searchinput.mounted.md +15 -0
  1615. package/docs/API-reference/api/x-components.searchinput.query.md +11 -0
  1616. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +24 -0
  1617. package/docs/API-reference/api/x-components.searchmutations.md +39 -0
  1618. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +24 -0
  1619. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +24 -0
  1620. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +24 -0
  1621. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
  1622. package/docs/API-reference/api/x-components.searchmutations.setpage.md +24 -0
  1623. package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +24 -0
  1624. package/docs/API-reference/api/x-components.searchmutations.setparams.md +24 -0
  1625. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +24 -0
  1626. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +24 -0
  1627. package/docs/API-reference/api/x-components.searchmutations.setquery.md +24 -0
  1628. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
  1629. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
  1630. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +24 -0
  1631. package/docs/API-reference/api/x-components.searchmutations.setresults.md +24 -0
  1632. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +24 -0
  1633. package/docs/API-reference/api/x-components.searchmutations.setsort.md +24 -0
  1634. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +24 -0
  1635. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +24 -0
  1636. package/docs/API-reference/api/x-components.searchrequest.md +13 -0
  1637. package/docs/API-reference/api/x-components.searchstate.banners.md +13 -0
  1638. package/docs/API-reference/api/x-components.searchstate.config.md +13 -0
  1639. package/docs/API-reference/api/x-components.searchstate.facets.md +13 -0
  1640. package/docs/API-reference/api/x-components.searchstate.isappendresults.md +13 -0
  1641. package/docs/API-reference/api/x-components.searchstate.md +38 -0
  1642. package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
  1643. package/docs/API-reference/api/x-components.searchstate.page.md +13 -0
  1644. package/docs/API-reference/api/x-components.searchstate.params.md +13 -0
  1645. package/docs/API-reference/api/x-components.searchstate.partialresults.md +13 -0
  1646. package/docs/API-reference/api/x-components.searchstate.promoteds.md +13 -0
  1647. package/docs/API-reference/api/x-components.searchstate.query.md +13 -0
  1648. package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
  1649. package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
  1650. package/docs/API-reference/api/x-components.searchstate.relatedtags.md +13 -0
  1651. package/docs/API-reference/api/x-components.searchstate.results.md +13 -0
  1652. package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +13 -0
  1653. package/docs/API-reference/api/x-components.searchstate.sort.md +13 -0
  1654. package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +13 -0
  1655. package/docs/API-reference/api/x-components.searchstate.totalresults.md +13 -0
  1656. package/docs/API-reference/api/x-components.searchtinyicon.md +11 -0
  1657. package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +13 -0
  1658. package/docs/API-reference/api/x-components.searchxevents.md +32 -0
  1659. package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
  1660. package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +13 -0
  1661. package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +13 -0
  1662. package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
  1663. package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +18 -0
  1664. package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
  1665. package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +13 -0
  1666. package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
  1667. package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
  1668. package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +13 -0
  1669. package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +13 -0
  1670. package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +13 -0
  1671. package/docs/API-reference/api/x-components.searchxmodule.md +13 -0
  1672. package/docs/API-reference/api/x-components.searchxstoremodule.md +15 -0
  1673. package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +13 -0
  1674. package/docs/API-reference/api/x-components.selectedfilters.facetid.md +13 -0
  1675. package/docs/API-reference/api/x-components.selectedfilters.md +13 -0
  1676. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +13 -0
  1677. package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +13 -0
  1678. package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +18 -0
  1679. package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +15 -0
  1680. package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +13 -0
  1681. package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +13 -0
  1682. package/docs/API-reference/api/x-components.selectedfilterslist.md +27 -0
  1683. package/docs/API-reference/api/x-components.sessionhistoryqueries.md +13 -0
  1684. package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +17 -0
  1685. package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +23 -0
  1686. package/docs/API-reference/api/x-components.sessionservice.md +21 -0
  1687. package/docs/API-reference/api/x-components.setconsent.md +13 -0
  1688. package/docs/API-reference/api/x-components.setextraparams.md +13 -0
  1689. package/docs/API-reference/api/x-components.sethistoryqueries.md +13 -0
  1690. package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +13 -0
  1691. package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
  1692. package/docs/API-reference/api/x-components.setidentifierresultsquery.md +13 -0
  1693. package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
  1694. package/docs/API-reference/api/x-components.setname.md +13 -0
  1695. package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
  1696. package/docs/API-reference/api/x-components.setnextqueriesquery.md +13 -0
  1697. package/docs/API-reference/api/x-components.setpagesize.md +13 -0
  1698. package/docs/API-reference/api/x-components.setparams.md +13 -0
  1699. package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
  1700. package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +13 -0
  1701. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +13 -0
  1702. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +13 -0
  1703. package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +13 -0
  1704. package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +13 -0
  1705. package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +13 -0
  1706. package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
  1707. package/docs/API-reference/api/x-components.setrelatedtags.md +13 -0
  1708. package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +13 -0
  1709. package/docs/API-reference/api/x-components.setrelatedtagsquery.md +13 -0
  1710. package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
  1711. package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
  1712. package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
  1713. package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
  1714. package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
  1715. package/docs/API-reference/api/x-components.setsearchedqueries.md +13 -0
  1716. package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +13 -0
  1717. package/docs/API-reference/api/x-components.setsearchextraparams.md +13 -0
  1718. package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
  1719. package/docs/API-reference/api/x-components.setsearchquery.md +13 -0
  1720. package/docs/API-reference/api/x-components.setselectedfilters.md +13 -0
  1721. package/docs/API-reference/api/x-components.setsessionduration.md +13 -0
  1722. package/docs/API-reference/api/x-components.setsort.md +13 -0
  1723. package/docs/API-reference/api/x-components.setstatus.md +25 -0
  1724. package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
  1725. package/docs/API-reference/api/x-components.seturlpage.md +13 -0
  1726. package/docs/API-reference/api/x-components.seturlparams.md +13 -0
  1727. package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
  1728. package/docs/API-reference/api/x-components.seturlquery.md +13 -0
  1729. package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
  1730. package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
  1731. package/docs/API-reference/api/x-components.seturlsort.md +13 -0
  1732. package/docs/API-reference/api/x-components.showicon.md +11 -0
  1733. package/docs/API-reference/api/x-components.simplefilter.filter.md +13 -0
  1734. package/docs/API-reference/api/x-components.simplefilter.md +21 -0
  1735. package/docs/API-reference/api/x-components.simplestateselector.md +15 -0
  1736. package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
  1737. package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
  1738. package/docs/API-reference/api/x-components.slicedfilters.max.md +13 -0
  1739. package/docs/API-reference/api/x-components.slicedfilters.md +22 -0
  1740. package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +13 -0
  1741. package/docs/API-reference/api/x-components.slidingpanel._refs.md +15 -0
  1742. package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +15 -0
  1743. package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +13 -0
  1744. package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +13 -0
  1745. package/docs/API-reference/api/x-components.slidingpanel.md +33 -0
  1746. package/docs/API-reference/api/x-components.slidingpanel.mounted.md +15 -0
  1747. package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +13 -0
  1748. package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +13 -0
  1749. package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +13 -0
  1750. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  1751. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  1752. package/docs/API-reference/api/x-components.snippetconfig.consent.md +13 -0
  1753. package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
  1754. package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +13 -0
  1755. package/docs/API-reference/api/x-components.snippetconfig.env.md +13 -0
  1756. package/docs/API-reference/api/x-components.snippetconfig.instance.md +13 -0
  1757. package/docs/API-reference/api/x-components.snippetconfig.lang.md +13 -0
  1758. package/docs/API-reference/api/x-components.snippetconfig.md +28 -0
  1759. package/docs/API-reference/api/x-components.snippetconfig.scope.md +13 -0
  1760. package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +13 -0
  1761. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +15 -0
  1762. package/docs/API-reference/api/x-components.sortdropdown.animation.md +13 -0
  1763. package/docs/API-reference/api/x-components.sortdropdown.md +25 -0
  1764. package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
  1765. package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
  1766. package/docs/API-reference/api/x-components.sortlist.animation.md +13 -0
  1767. package/docs/API-reference/api/x-components.sortlist.md +25 -0
  1768. package/docs/API-reference/api/x-components.sortmixin.items.md +13 -0
  1769. package/docs/API-reference/api/x-components.sortmixin.md +22 -0
  1770. package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +13 -0
  1771. package/docs/API-reference/api/x-components.spatialnavigation.md +20 -0
  1772. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +26 -0
  1773. package/docs/API-reference/api/x-components.spellcheck.md +24 -0
  1774. package/docs/API-reference/api/x-components.spellcheck.query.md +13 -0
  1775. package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +13 -0
  1776. package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
  1777. package/docs/API-reference/api/x-components.spellcheckbutton.md +27 -0
  1778. package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +13 -0
  1779. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +15 -0
  1780. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +15 -0
  1781. package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +15 -0
  1782. package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +25 -0
  1783. package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +15 -0
  1784. package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +22 -0
  1785. package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +15 -0
  1786. package/docs/API-reference/api/x-components.staricon.md +11 -0
  1787. package/docs/API-reference/api/x-components.state.md +29 -0
  1788. package/docs/API-reference/api/x-components.stateselector.filter.md +31 -0
  1789. package/docs/API-reference/api/x-components.stateselector.md +27 -0
  1790. package/docs/API-reference/api/x-components.stateselector.selector.md +11 -0
  1791. package/docs/API-reference/api/x-components.statusmutations.md +20 -0
  1792. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
  1793. package/docs/API-reference/api/x-components.statusstate.md +20 -0
  1794. package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
  1795. package/docs/API-reference/api/x-components.storagekey.md +13 -0
  1796. package/docs/API-reference/api/x-components.storeemitters.md +17 -0
  1797. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +18 -0
  1798. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  1799. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  1800. package/docs/API-reference/api/x-components.tagging.md +28 -0
  1801. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  1802. package/docs/API-reference/api/x-components.taggingactions.md +20 -0
  1803. package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
  1804. package/docs/API-reference/api/x-components.taggingconfig.md +21 -0
  1805. package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
  1806. package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
  1807. package/docs/API-reference/api/x-components.tagginggetters.md +13 -0
  1808. package/docs/API-reference/api/x-components.taggingmutations.md +22 -0
  1809. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
  1810. package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +24 -0
  1811. package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +24 -0
  1812. package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
  1813. package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
  1814. package/docs/API-reference/api/x-components.taggingstate.md +21 -0
  1815. package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
  1816. package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
  1817. package/docs/API-reference/api/x-components.taggingxevents.md +23 -0
  1818. package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +13 -0
  1819. package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +13 -0
  1820. package/docs/API-reference/api/x-components.taggingxmodule.md +13 -0
  1821. package/docs/API-reference/api/x-components.taggingxstoremodule.md +15 -0
  1822. package/docs/API-reference/api/x-components.tagicon.md +11 -0
  1823. package/docs/API-reference/api/x-components.takenavigationcontrol.md +23 -0
  1824. package/docs/API-reference/api/x-components.throttle.md +28 -0
  1825. package/docs/API-reference/api/x-components.throttlefunction.md +13 -0
  1826. package/docs/API-reference/api/x-components.timeretrieving.md +15 -0
  1827. package/docs/API-reference/api/x-components.togglerelatedtag.md +13 -0
  1828. package/docs/API-reference/api/x-components.togglerelatedtagwire.md +13 -0
  1829. package/docs/API-reference/api/x-components.tokebabcase.md +30 -0
  1830. package/docs/API-reference/api/x-components.track.md +13 -0
  1831. package/docs/API-reference/api/x-components.trackwire.md +13 -0
  1832. package/docs/API-reference/api/x-components.translatefromleft.md +15 -0
  1833. package/docs/API-reference/api/x-components.translatefromright.md +15 -0
  1834. package/docs/API-reference/api/x-components.trashicon.md +11 -0
  1835. package/docs/API-reference/api/x-components.trashopenicon.md +11 -0
  1836. package/docs/API-reference/api/x-components.trendingicon.md +11 -0
  1837. package/docs/API-reference/api/x-components.trendingtinyicon.md +11 -0
  1838. package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
  1839. package/docs/API-reference/api/x-components.urlactions.md +13 -0
  1840. package/docs/API-reference/api/x-components.urlgetters.md +20 -0
  1841. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
  1842. package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
  1843. package/docs/API-reference/api/x-components.urlhandler.md +23 -0
  1844. package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
  1845. package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
  1846. package/docs/API-reference/api/x-components.urlmutations.md +27 -0
  1847. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
  1848. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
  1849. package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
  1850. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  1851. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  1852. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
  1853. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
  1854. package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
  1855. package/docs/API-reference/api/x-components.urlparamkey.md +15 -0
  1856. package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
  1857. package/docs/API-reference/api/x-components.urlparams.md +25 -0
  1858. package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
  1859. package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
  1860. package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
  1861. package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
  1862. package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
  1863. package/docs/API-reference/api/x-components.urlparamvalue.md +13 -0
  1864. package/docs/API-reference/api/x-components.urlstate.md +17 -0
  1865. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
  1866. package/docs/API-reference/api/x-components.urlxevents.md +23 -0
  1867. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  1868. package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
  1869. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
  1870. package/docs/API-reference/api/x-components.urlxmodule.md +13 -0
  1871. package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
  1872. package/docs/API-reference/api/x-components.usericon.md +11 -0
  1873. package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +13 -0
  1874. package/docs/API-reference/api/x-components.vuecssclasses.md +15 -0
  1875. package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
  1876. package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
  1877. package/docs/API-reference/api/x-components.windowscroll.md +30 -0
  1878. package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
  1879. package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
  1880. package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
  1881. package/docs/API-reference/api/x-components.wire.md +15 -0
  1882. package/docs/API-reference/api/x-components.wirecommit.md +27 -0
  1883. package/docs/API-reference/api/x-components.wirecommit_1.md +27 -0
  1884. package/docs/API-reference/api/x-components.wirecommit_2.md +26 -0
  1885. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +26 -0
  1886. package/docs/API-reference/api/x-components.wiredispatch.md +27 -0
  1887. package/docs/API-reference/api/x-components.wiredispatch_1.md +27 -0
  1888. package/docs/API-reference/api/x-components.wiredispatch_2.md +26 -0
  1889. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +26 -0
  1890. package/docs/API-reference/api/x-components.wireforevent.md +15 -0
  1891. package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
  1892. package/docs/API-reference/api/x-components.wiremetadata.id.md +13 -0
  1893. package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
  1894. package/docs/API-reference/api/x-components.wiremetadata.md +24 -0
  1895. package/docs/API-reference/api/x-components.wiremetadata.modulename.md +13 -0
  1896. package/docs/API-reference/api/x-components.wiremetadata.target.md +13 -0
  1897. package/docs/API-reference/api/x-components.wireparams.md +21 -0
  1898. package/docs/API-reference/api/x-components.wireparams.store.md +11 -0
  1899. package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +13 -0
  1900. package/docs/API-reference/api/x-components.wirepayload.md +21 -0
  1901. package/docs/API-reference/api/x-components.wirepayload.metadata.md +13 -0
  1902. package/docs/API-reference/api/x-components.wireservice.md +13 -0
  1903. package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +13 -0
  1904. package/docs/API-reference/api/x-components.wiring.md +17 -0
  1905. package/docs/API-reference/api/x-components.xactioncontext.commit.md +22 -0
  1906. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +23 -0
  1907. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +22 -0
  1908. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +23 -0
  1909. package/docs/API-reference/api/x-components.xactioncontext.getters.md +11 -0
  1910. package/docs/API-reference/api/x-components.xactioncontext.md +30 -0
  1911. package/docs/API-reference/api/x-components.xapi.init.md +24 -0
  1912. package/docs/API-reference/api/x-components.xapi.md +21 -0
  1913. package/docs/API-reference/api/x-components.xapi.search.md +24 -0
  1914. package/docs/API-reference/api/x-components.xbus.emit.md +24 -0
  1915. package/docs/API-reference/api/x-components.xbus.emit_1.md +26 -0
  1916. package/docs/API-reference/api/x-components.xbus.md +24 -0
  1917. package/docs/API-reference/api/x-components.xbus.on.md +27 -0
  1918. package/docs/API-reference/api/x-components.xbus.on_1.md +27 -0
  1919. package/docs/API-reference/api/x-components.xbus.on_2.md +27 -0
  1920. package/docs/API-reference/api/x-components.xcomponent.md +15 -0
  1921. package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +13 -0
  1922. package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +13 -0
  1923. package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +13 -0
  1924. package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +13 -0
  1925. package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +13 -0
  1926. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +38 -0
  1927. package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +13 -0
  1928. package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
  1929. package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
  1930. package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +13 -0
  1931. package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +13 -0
  1932. package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +13 -0
  1933. package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +13 -0
  1934. package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
  1935. package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +13 -0
  1936. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +13 -0
  1937. package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +13 -0
  1938. package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
  1939. package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +13 -0
  1940. package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +13 -0
  1941. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +24 -0
  1942. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +13 -0
  1943. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +13 -0
  1944. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +13 -0
  1945. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +13 -0
  1946. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +13 -0
  1947. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +13 -0
  1948. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +26 -0
  1949. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +13 -0
  1950. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +13 -0
  1951. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +13 -0
  1952. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +13 -0
  1953. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +13 -0
  1954. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +13 -0
  1955. package/docs/API-reference/api/x-components.xcomponentapi.md +15 -0
  1956. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +24 -0
  1957. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +26 -0
  1958. package/docs/API-reference/api/x-components.xcomponentbusapi.md +27 -0
  1959. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +13 -0
  1960. package/docs/API-reference/api/x-components.xcomponentmixin.md +26 -0
  1961. package/docs/API-reference/api/x-components.xemit.md +27 -0
  1962. package/docs/API-reference/api/x-components.xevent.md +15 -0
  1963. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  1964. package/docs/API-reference/api/x-components.xeventpayload.md +15 -0
  1965. package/docs/API-reference/api/x-components.xeventsof.md +15 -0
  1966. package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +13 -0
  1967. package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +13 -0
  1968. package/docs/API-reference/api/x-components.xeventstypes.md +47 -0
  1969. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +16 -0
  1970. package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +13 -0
  1971. package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +13 -0
  1972. package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +13 -0
  1973. package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +13 -0
  1974. package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +13 -0
  1975. package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
  1976. package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +13 -0
  1977. package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +13 -0
  1978. package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
  1979. package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +13 -0
  1980. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
  1981. package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +13 -0
  1982. package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +13 -0
  1983. package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +13 -0
  1984. package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +13 -0
  1985. package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
  1986. package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +13 -0
  1987. package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +13 -0
  1988. package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +13 -0
  1989. package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +13 -0
  1990. package/docs/API-reference/api/x-components.xinject.md +41 -0
  1991. package/docs/API-reference/api/x-components.xinjectkey.md +19 -0
  1992. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +20 -0
  1993. package/docs/API-reference/api/x-components.xinstaller.init.md +31 -0
  1994. package/docs/API-reference/api/x-components.xinstaller.md +85 -0
  1995. package/docs/API-reference/api/x-components.xinstaller.options.md +11 -0
  1996. package/docs/API-reference/api/x-components.xmodule.md +23 -0
  1997. package/docs/API-reference/api/x-components.xmodule.name.md +13 -0
  1998. package/docs/API-reference/api/x-components.xmodule.storeemitters.md +13 -0
  1999. package/docs/API-reference/api/x-components.xmodule.storemodule.md +13 -0
  2000. package/docs/API-reference/api/x-components.xmodule.wiring.md +13 -0
  2001. package/docs/API-reference/api/x-components.xmodulename.md +15 -0
  2002. package/docs/API-reference/api/x-components.xmoduleoptions.config.md +15 -0
  2003. package/docs/API-reference/api/x-components.xmoduleoptions.md +21 -0
  2004. package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +13 -0
  2005. package/docs/API-reference/api/x-components.xmodulesoptions.md +17 -0
  2006. package/docs/API-reference/api/x-components.xmodulestree.device.md +11 -0
  2007. package/docs/API-reference/api/x-components.xmodulestree.empathize.md +11 -0
  2008. package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
  2009. package/docs/API-reference/api/x-components.xmodulestree.facets.md +11 -0
  2010. package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +11 -0
  2011. package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +11 -0
  2012. package/docs/API-reference/api/x-components.xmodulestree.md +35 -0
  2013. package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +11 -0
  2014. package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +11 -0
  2015. package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +11 -0
  2016. package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +11 -0
  2017. package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +11 -0
  2018. package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
  2019. package/docs/API-reference/api/x-components.xmodulestree.search.md +11 -0
  2020. package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +11 -0
  2021. package/docs/API-reference/api/x-components.xmodulestree.tagging.md +11 -0
  2022. package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
  2023. package/docs/API-reference/api/x-components.xon.md +31 -0
  2024. package/docs/API-reference/api/x-components.xplugin._constructor_.md +20 -0
  2025. package/docs/API-reference/api/x-components.xplugin.adapter.md +13 -0
  2026. package/docs/API-reference/api/x-components.xplugin.bus.md +13 -0
  2027. package/docs/API-reference/api/x-components.xplugin.md +35 -0
  2028. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +24 -0
  2029. package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
  2030. package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +13 -0
  2031. package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +13 -0
  2032. package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +13 -0
  2033. package/docs/API-reference/api/x-components.xpluginoptions.md +24 -0
  2034. package/docs/API-reference/api/x-components.xpluginoptions.store.md +13 -0
  2035. package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +13 -0
  2036. package/docs/API-reference/api/x-components.xprovide.md +38 -0
  2037. package/docs/API-reference/api/x-components.xstoremodule.actions.md +11 -0
  2038. package/docs/API-reference/api/x-components.xstoremodule.getters.md +11 -0
  2039. package/docs/API-reference/api/x-components.xstoremodule.md +71 -0
  2040. package/docs/API-reference/api/x-components.xstoremodule.mutations.md +11 -0
  2041. package/docs/API-reference/api/x-components.xstoremodule.state.md +11 -0
  2042. package/docs/API-reference/api/x-components.xstoremoduleoptions.md +20 -0
  2043. package/docs/API-reference/api/x-types.banner.image.md +13 -0
  2044. package/docs/API-reference/api/x-types.banner.md +23 -0
  2045. package/docs/API-reference/api/x-types.banner.title.md +13 -0
  2046. package/docs/API-reference/api/x-types.banner.url.md +13 -0
  2047. package/docs/API-reference/api/x-types.bannerschema.md +13 -0
  2048. package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
  2049. package/docs/API-reference/api/x-types.booleanfilter.md +27 -0
  2050. package/docs/API-reference/api/x-types.booleanfilter.modelname.md +13 -0
  2051. package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +13 -0
  2052. package/docs/API-reference/api/x-types.booleanfiltermodelname.md +15 -0
  2053. package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
  2054. package/docs/API-reference/api/x-types.booleanfilterschema.md +13 -0
  2055. package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +13 -0
  2056. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +22 -0
  2057. package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +13 -0
  2058. package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +13 -0
  2059. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +22 -0
  2060. package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +13 -0
  2061. package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +13 -0
  2062. package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +13 -0
  2063. package/docs/API-reference/api/x-types.facet.filters.md +13 -0
  2064. package/docs/API-reference/api/x-types.facet.label.md +13 -0
  2065. package/docs/API-reference/api/x-types.facet.md +22 -0
  2066. package/docs/API-reference/api/x-types.facetfilter.facetid.md +13 -0
  2067. package/docs/API-reference/api/x-types.facetfilter.md +26 -0
  2068. package/docs/API-reference/api/x-types.facetfilter.modelname.md +13 -0
  2069. package/docs/API-reference/api/x-types.facetfilterschema.md +13 -0
  2070. package/docs/API-reference/api/x-types.facetmodelname.md +13 -0
  2071. package/docs/API-reference/api/x-types.facetschema.md +13 -0
  2072. package/docs/API-reference/api/x-types.filter.md +25 -0
  2073. package/docs/API-reference/api/x-types.filter.selected.md +13 -0
  2074. package/docs/API-reference/api/x-types.filtermodelname.md +15 -0
  2075. package/docs/API-reference/api/x-types.filterschema.md +13 -0
  2076. package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +13 -0
  2077. package/docs/API-reference/api/x-types.hierarchicalfacet.md +22 -0
  2078. package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +13 -0
  2079. package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +13 -0
  2080. package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +13 -0
  2081. package/docs/API-reference/api/x-types.hierarchicalfilter.md +23 -0
  2082. package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +13 -0
  2083. package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +13 -0
  2084. package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +13 -0
  2085. package/docs/API-reference/api/x-types.historyquery.md +21 -0
  2086. package/docs/API-reference/api/x-types.historyquery.timestamp.md +13 -0
  2087. package/docs/API-reference/api/x-types.historyqueryschema.md +13 -0
  2088. package/docs/API-reference/api/x-types.identifiable.id.md +13 -0
  2089. package/docs/API-reference/api/x-types.identifiable.md +20 -0
  2090. package/docs/API-reference/api/x-types.isbooleanfilter.md +26 -0
  2091. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +26 -0
  2092. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +26 -0
  2093. package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
  2094. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +26 -0
  2095. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +26 -0
  2096. package/docs/API-reference/api/x-types.isnumberrangefacet.md +26 -0
  2097. package/docs/API-reference/api/x-types.isnumberrangefilter.md +26 -0
  2098. package/docs/API-reference/api/x-types.israwfilter.md +26 -0
  2099. package/docs/API-reference/api/x-types.issimplefacet.md +26 -0
  2100. package/docs/API-reference/api/x-types.issimplefilter.md +26 -0
  2101. package/docs/API-reference/api/x-types.md +108 -0
  2102. package/docs/API-reference/api/x-types.modelnametype.md +15 -0
  2103. package/docs/API-reference/api/x-types.namedmodel.md +20 -0
  2104. package/docs/API-reference/api/x-types.namedmodel.modelname.md +13 -0
  2105. package/docs/API-reference/api/x-types.nextqueries.md +21 -0
  2106. package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +13 -0
  2107. package/docs/API-reference/api/x-types.nextquery.md +15 -0
  2108. package/docs/API-reference/api/x-types.nextqueryschema.md +13 -0
  2109. package/docs/API-reference/api/x-types.numberrangefacet.filters.md +13 -0
  2110. package/docs/API-reference/api/x-types.numberrangefacet.md +22 -0
  2111. package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +13 -0
  2112. package/docs/API-reference/api/x-types.numberrangefacetschema.md +13 -0
  2113. package/docs/API-reference/api/x-types.numberrangefilter.md +22 -0
  2114. package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +13 -0
  2115. package/docs/API-reference/api/x-types.numberrangefilter.range.md +13 -0
  2116. package/docs/API-reference/api/x-types.numberrangefilterschema.md +13 -0
  2117. package/docs/API-reference/api/x-types.partialresult.md +22 -0
  2118. package/docs/API-reference/api/x-types.partialresult.results.md +13 -0
  2119. package/docs/API-reference/api/x-types.partialresult.totalresults.md +13 -0
  2120. package/docs/API-reference/api/x-types.previewable.facets.md +13 -0
  2121. package/docs/API-reference/api/x-types.previewable.md +23 -0
  2122. package/docs/API-reference/api/x-types.previewable.query.md +13 -0
  2123. package/docs/API-reference/api/x-types.previewable.results.md +13 -0
  2124. package/docs/API-reference/api/x-types.previewable.totalresults.md +13 -0
  2125. package/docs/API-reference/api/x-types.promoted.image.md +13 -0
  2126. package/docs/API-reference/api/x-types.promoted.md +23 -0
  2127. package/docs/API-reference/api/x-types.promoted.title.md +13 -0
  2128. package/docs/API-reference/api/x-types.promoted.url.md +13 -0
  2129. package/docs/API-reference/api/x-types.promotedschema.md +13 -0
  2130. package/docs/API-reference/api/x-types.rangevalue.max.md +13 -0
  2131. package/docs/API-reference/api/x-types.rangevalue.md +21 -0
  2132. package/docs/API-reference/api/x-types.rangevalue.min.md +13 -0
  2133. package/docs/API-reference/api/x-types.rawfilter.id.md +13 -0
  2134. package/docs/API-reference/api/x-types.rawfilter.md +23 -0
  2135. package/docs/API-reference/api/x-types.rawfilter.modelname.md +13 -0
  2136. package/docs/API-reference/api/x-types.rawfilter.selected.md +13 -0
  2137. package/docs/API-reference/api/x-types.rawfilterschema.md +13 -0
  2138. package/docs/API-reference/api/x-types.recommendationschema.md +13 -0
  2139. package/docs/API-reference/api/x-types.redirection.md +21 -0
  2140. package/docs/API-reference/api/x-types.redirection.url.md +13 -0
  2141. package/docs/API-reference/api/x-types.redirectionschema.md +13 -0
  2142. package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
  2143. package/docs/API-reference/api/x-types.relatedtag.md +24 -0
  2144. package/docs/API-reference/api/x-types.relatedtag.previous.md +13 -0
  2145. package/docs/API-reference/api/x-types.relatedtag.selected.md +13 -0
  2146. package/docs/API-reference/api/x-types.relatedtag.tag.md +13 -0
  2147. package/docs/API-reference/api/x-types.relatedtagschema.md +13 -0
  2148. package/docs/API-reference/api/x-types.result.identifier.md +13 -0
  2149. package/docs/API-reference/api/x-types.result.images.md +13 -0
  2150. package/docs/API-reference/api/x-types.result.iswishlisted.md +13 -0
  2151. package/docs/API-reference/api/x-types.result.md +28 -0
  2152. package/docs/API-reference/api/x-types.result.name.md +13 -0
  2153. package/docs/API-reference/api/x-types.result.price.md +13 -0
  2154. package/docs/API-reference/api/x-types.result.rating.md +13 -0
  2155. package/docs/API-reference/api/x-types.result.type.md +13 -0
  2156. package/docs/API-reference/api/x-types.result.url.md +13 -0
  2157. package/docs/API-reference/api/x-types.resultidentifier.md +20 -0
  2158. package/docs/API-reference/api/x-types.resultidentifier.value.md +13 -0
  2159. package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +13 -0
  2160. package/docs/API-reference/api/x-types.resultprice.md +22 -0
  2161. package/docs/API-reference/api/x-types.resultprice.originalvalue.md +13 -0
  2162. package/docs/API-reference/api/x-types.resultprice.value.md +13 -0
  2163. package/docs/API-reference/api/x-types.resultrating.md +20 -0
  2164. package/docs/API-reference/api/x-types.resultrating.value.md +13 -0
  2165. package/docs/API-reference/api/x-types.resultschema.md +13 -0
  2166. package/docs/API-reference/api/x-types.simplefacet.filters.md +13 -0
  2167. package/docs/API-reference/api/x-types.simplefacet.md +22 -0
  2168. package/docs/API-reference/api/x-types.simplefacet.modelname.md +13 -0
  2169. package/docs/API-reference/api/x-types.simplefacetschema.md +13 -0
  2170. package/docs/API-reference/api/x-types.simplefilter.md +21 -0
  2171. package/docs/API-reference/api/x-types.simplefilter.modelname.md +13 -0
  2172. package/docs/API-reference/api/x-types.simplefilterschema.md +13 -0
  2173. package/docs/API-reference/api/x-types.sort.md +13 -0
  2174. package/docs/API-reference/api/x-types.suggestion.facets.md +13 -0
  2175. package/docs/API-reference/api/x-types.suggestion.key.md +18 -0
  2176. package/docs/API-reference/api/x-types.suggestion.md +22 -0
  2177. package/docs/API-reference/api/x-types.suggestionschema.md +13 -0
  2178. package/docs/API-reference/api/x-types.taggable.md +20 -0
  2179. package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
  2180. package/docs/API-reference/api/x-types.taggableschema.md +13 -0
  2181. package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
  2182. package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
  2183. package/docs/API-reference/api/x-types.tagging.click.md +13 -0
  2184. package/docs/API-reference/api/x-types.tagging.md +24 -0
  2185. package/docs/API-reference/api/x-types.tagging.query.md +13 -0
  2186. package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
  2187. package/docs/API-reference/api/x-types.tagginginfo.md +21 -0
  2188. package/docs/API-reference/api/x-types.tagginginfo.params.md +13 -0
  2189. package/docs/API-reference/api/x-types.tagginginfo.url.md +13 -0
  2190. package/docs/API-reference/api/x-types.tagginginfoschema.md +13 -0
  2191. package/docs/API-reference/api/x-types.taggingschema.md +13 -0
  2192. package/docs/API-reference/api/x-types.userinfo.md +22 -0
  2193. package/docs/API-reference/api/x-types.userinfo.session.md +13 -0
  2194. package/docs/API-reference/api/x-types.userinfo.user.md +13 -0
  2195. package/docs/API-reference/api/x-types.userinfo.usertype.md +13 -0
  2196. package/docs/API-reference/components/common/animations/x-components.animate-width.md +66 -0
  2197. package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +31 -0
  2198. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +31 -0
  2199. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +32 -0
  2200. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +30 -0
  2201. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +44 -0
  2202. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +41 -0
  2203. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +30 -0
  2204. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +30 -0
  2205. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +149 -0
  2206. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +115 -0
  2207. package/docs/API-reference/components/common/currency/x-components.base-currency.md +84 -0
  2208. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +77 -0
  2209. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +64 -0
  2210. package/docs/API-reference/components/common/icons/x-components.arrow.md +8 -0
  2211. package/docs/API-reference/components/common/icons/x-components.bag.md +8 -0
  2212. package/docs/API-reference/components/common/icons/x-components.bar-code.md +8 -0
  2213. package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +8 -0
  2214. package/docs/API-reference/components/common/icons/x-components.cart.md +8 -0
  2215. package/docs/API-reference/components/common/icons/x-components.check-tiny.md +8 -0
  2216. package/docs/API-reference/components/common/icons/x-components.check.md +8 -0
  2217. package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +8 -0
  2218. package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +8 -0
  2219. package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +8 -0
  2220. package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +8 -0
  2221. package/docs/API-reference/components/common/icons/x-components.chevron-down.md +8 -0
  2222. package/docs/API-reference/components/common/icons/x-components.chevron-left.md +8 -0
  2223. package/docs/API-reference/components/common/icons/x-components.chevron-right.md +8 -0
  2224. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +8 -0
  2225. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +8 -0
  2226. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +8 -0
  2227. package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +8 -0
  2228. package/docs/API-reference/components/common/icons/x-components.chevron-up.md +8 -0
  2229. package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +8 -0
  2230. package/docs/API-reference/components/common/icons/x-components.cross.md +8 -0
  2231. package/docs/API-reference/components/common/icons/x-components.filters.md +8 -0
  2232. package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +8 -0
  2233. package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +8 -0
  2234. package/docs/API-reference/components/common/icons/x-components.hide.md +8 -0
  2235. package/docs/API-reference/components/common/icons/x-components.history-tiny.md +8 -0
  2236. package/docs/API-reference/components/common/icons/x-components.history.md +8 -0
  2237. package/docs/API-reference/components/common/icons/x-components.menu.md +8 -0
  2238. package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +8 -0
  2239. package/docs/API-reference/components/common/icons/x-components.minus.md +8 -0
  2240. package/docs/API-reference/components/common/icons/x-components.nq-1.md +8 -0
  2241. package/docs/API-reference/components/common/icons/x-components.nq-2.md +8 -0
  2242. package/docs/API-reference/components/common/icons/x-components.nq-3.md +8 -0
  2243. package/docs/API-reference/components/common/icons/x-components.nq-4.md +8 -0
  2244. package/docs/API-reference/components/common/icons/x-components.plus.md +8 -0
  2245. package/docs/API-reference/components/common/icons/x-components.search-tiny.md +8 -0
  2246. package/docs/API-reference/components/common/icons/x-components.search.md +8 -0
  2247. package/docs/API-reference/components/common/icons/x-components.show.md +8 -0
  2248. package/docs/API-reference/components/common/icons/x-components.star.md +8 -0
  2249. package/docs/API-reference/components/common/icons/x-components.tag.md +8 -0
  2250. package/docs/API-reference/components/common/icons/x-components.trash-open.md +8 -0
  2251. package/docs/API-reference/components/common/icons/x-components.trash.md +8 -0
  2252. package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +8 -0
  2253. package/docs/API-reference/components/common/icons/x-components.trending.md +8 -0
  2254. package/docs/API-reference/components/common/icons/x-components.user.md +8 -0
  2255. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +73 -0
  2256. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +162 -0
  2257. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +28 -0
  2258. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +82 -0
  2259. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +84 -0
  2260. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +124 -0
  2261. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +59 -0
  2262. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +60 -0
  2263. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +73 -0
  2264. package/docs/API-reference/components/common/modals/x-components.base-modal.md +83 -0
  2265. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +65 -0
  2266. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +85 -0
  2267. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +83 -0
  2268. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +43 -0
  2269. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +46 -0
  2270. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +43 -0
  2271. package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +8 -0
  2272. package/docs/API-reference/components/common/result/x-components.base-result-image.md +57 -0
  2273. package/docs/API-reference/components/common/result/x-components.base-result-link.md +61 -0
  2274. package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +8 -0
  2275. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +42 -0
  2276. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +157 -0
  2277. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +65 -0
  2278. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +100 -0
  2279. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +63 -0
  2280. package/docs/API-reference/components/common/x-components.base-dropdown.md +81 -0
  2281. package/docs/API-reference/components/common/x-components.base-event-button.md +51 -0
  2282. package/docs/API-reference/components/common/x-components.base-grid.md +101 -0
  2283. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +93 -0
  2284. package/docs/API-reference/components/common/x-components.base-rating.md +49 -0
  2285. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +86 -0
  2286. package/docs/API-reference/components/common/x-components.global-x-bus.md +51 -0
  2287. package/docs/API-reference/components/common/x-components.items-list.md +22 -0
  2288. package/docs/API-reference/components/common/x-components.location-provider.md +54 -0
  2289. package/docs/API-reference/components/common/x-components.sliding-panel.md +81 -0
  2290. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +37 -0
  2291. package/docs/API-reference/components/common/x-components.staggering-transition-group.md +35 -0
  2292. package/docs/API-reference/components/device/x-components.device-detector.md +140 -0
  2293. package/docs/API-reference/components/empathize/x-components.empathize.md +88 -0
  2294. package/docs/API-reference/components/extra-params/x-components.extra-params.md +51 -0
  2295. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +57 -0
  2296. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +45 -0
  2297. package/docs/API-reference/components/facets/x-components.clear-filters.md +66 -0
  2298. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +82 -0
  2299. package/docs/API-reference/components/facets/x-components.facets/facets.md +248 -0
  2300. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +81 -0
  2301. package/docs/API-reference/components/facets/x-components.filters/base-filter.md +78 -0
  2302. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +202 -0
  2303. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +75 -0
  2304. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +49 -0
  2305. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +63 -0
  2306. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +151 -0
  2307. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +156 -0
  2308. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +70 -0
  2309. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +102 -0
  2310. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +124 -0
  2311. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +87 -0
  2312. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +104 -0
  2313. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +91 -0
  2314. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +36 -0
  2315. package/docs/API-reference/components/history-queries/x-components.history-queries.md +82 -0
  2316. package/docs/API-reference/components/history-queries/x-components.history-query.md +61 -0
  2317. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +43 -0
  2318. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +28 -0
  2319. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +44 -0
  2320. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +162 -0
  2321. package/docs/API-reference/components/next-queries/x-components.next-queries.md +82 -0
  2322. package/docs/API-reference/components/next-queries/x-components.next-query.md +57 -0
  2323. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +55 -0
  2324. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +82 -0
  2325. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +136 -0
  2326. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +242 -0
  2327. package/docs/API-reference/components/recommendations/x-components.recommendations.md +123 -0
  2328. package/docs/API-reference/components/related-tags/x-components.related-tag.md +159 -0
  2329. package/docs/API-reference/components/related-tags/x-components.related-tags.md +194 -0
  2330. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +84 -0
  2331. package/docs/API-reference/components/scroll/x-components.main-scroll.md +175 -0
  2332. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +66 -0
  2333. package/docs/API-reference/components/scroll/x-components.scroll.md +168 -0
  2334. package/docs/API-reference/components/scroll/x-components.window-scroll.md +158 -0
  2335. package/docs/API-reference/components/search/x-components.banner.md +56 -0
  2336. package/docs/API-reference/components/search/x-components.banners-list.md +197 -0
  2337. package/docs/API-reference/components/search/x-components.partial-query-button.md +74 -0
  2338. package/docs/API-reference/components/search/x-components.partial-results-list.md +84 -0
  2339. package/docs/API-reference/components/search/x-components.promoted.md +56 -0
  2340. package/docs/API-reference/components/search/x-components.promoteds-list.md +195 -0
  2341. package/docs/API-reference/components/search/x-components.redirection.md +99 -0
  2342. package/docs/API-reference/components/search/x-components.results-list.md +200 -0
  2343. package/docs/API-reference/components/search/x-components.sort-dropdown.md +121 -0
  2344. package/docs/API-reference/components/search/x-components.sort-list.md +103 -0
  2345. package/docs/API-reference/components/search/x-components.spellcheck-button.md +50 -0
  2346. package/docs/API-reference/components/search/x-components.spellcheck.md +54 -0
  2347. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +143 -0
  2348. package/docs/API-reference/components/search-box/x-components.search-button.md +143 -0
  2349. package/docs/API-reference/components/search-box/x-components.search-input.md +179 -0
  2350. package/docs/API-reference/components/tagging/x-components.tagging.md +88 -0
  2351. package/docs/API-reference/components/url/x-components.url-handler.md +83 -0
  2352. package/docs/build-search-ui/README.md +113 -0
  2353. package/docs/build-search-ui/web-archetype-integration-guide.md +183 -0
  2354. package/docs/build-search-ui/web-use-x-components-guide.md +170 -0
  2355. package/docs/build-search-ui/web-x-components-integration-guide.md +197 -0
  2356. package/docs/build-search-ui/x-architecture/README.md +133 -0
  2357. package/docs/sidebar.json +1 -0
  2358. package/empathize/index.d.ts +1 -0
  2359. package/empathize/index.js +5 -0
  2360. package/extra-params/index.d.ts +1 -0
  2361. package/extra-params/index.js +7 -0
  2362. package/facets/index.d.ts +1 -0
  2363. package/facets/index.js +35 -0
  2364. package/history-queries/index.d.ts +1 -0
  2365. package/history-queries/index.js +16 -0
  2366. package/identifier-results/index.d.ts +1 -0
  2367. package/identifier-results/index.js +13 -0
  2368. package/js/components/animations/animate-width.vue.js +55 -0
  2369. package/js/components/animations/animate-width.vue.js.map +1 -0
  2370. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +22 -0
  2371. package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +1 -0
  2372. package/js/components/animations/animations.mixin.js +48 -0
  2373. package/js/components/animations/animations.mixin.js.map +1 -0
  2374. package/js/components/animations/collapse-from-top.vue.js +58 -0
  2375. package/js/components/animations/collapse-from-top.vue.js.map +1 -0
  2376. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +23 -0
  2377. package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +1 -0
  2378. package/js/components/animations/collapse-height.vue.js +65 -0
  2379. package/js/components/animations/collapse-height.vue.js.map +1 -0
  2380. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +26 -0
  2381. package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +1 -0
  2382. package/js/components/animations/collapse-width.vue.js +65 -0
  2383. package/js/components/animations/collapse-width.vue.js.map +1 -0
  2384. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +26 -0
  2385. package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +1 -0
  2386. package/js/components/animations/cross-fade.vue.js +58 -0
  2387. package/js/components/animations/cross-fade.vue.js.map +1 -0
  2388. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +23 -0
  2389. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +1 -0
  2390. package/js/components/animations/fade-and-slide.vue.js +61 -0
  2391. package/js/components/animations/fade-and-slide.vue.js.map +1 -0
  2392. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +26 -0
  2393. package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
  2394. package/js/components/animations/staggered-fade-and-slide.vue.js +66 -0
  2395. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -0
  2396. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +26 -0
  2397. package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
  2398. package/js/components/animations/translate-from-left.vue.js +58 -0
  2399. package/js/components/animations/translate-from-left.vue.js.map +1 -0
  2400. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +23 -0
  2401. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +1 -0
  2402. package/js/components/animations/translate-from-right.vue.js +58 -0
  2403. package/js/components/animations/translate-from-right.vue.js.map +1 -0
  2404. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +23 -0
  2405. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +1 -0
  2406. package/js/components/auto-progress-bar.vue.js +64 -0
  2407. package/js/components/auto-progress-bar.vue.js.map +1 -0
  2408. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +42 -0
  2409. package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +1 -0
  2410. package/js/components/base-dropdown.vue.js +235 -0
  2411. package/js/components/base-dropdown.vue.js.map +1 -0
  2412. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +341 -0
  2413. package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
  2414. package/js/components/base-event-button.vue.js +55 -0
  2415. package/js/components/base-event-button.vue.js.map +1 -0
  2416. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +36 -0
  2417. package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +1 -0
  2418. package/js/components/base-grid.vue.js +87 -0
  2419. package/js/components/base-grid.vue.js.map +1 -0
  2420. package/js/components/base-grid.vue_rollup-plugin-vue=script.js +115 -0
  2421. package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +1 -0
  2422. package/js/components/base-keyboard-navigation.vue.js +82 -0
  2423. package/js/components/base-keyboard-navigation.vue.js.map +1 -0
  2424. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +126 -0
  2425. package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +1 -0
  2426. package/js/components/base-rating.vue.js +101 -0
  2427. package/js/components/base-rating.vue.js.map +1 -0
  2428. package/js/components/base-rating.vue_rollup-plugin-vue=script.js +62 -0
  2429. package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +1 -0
  2430. package/js/components/base-variable-column-grid.vue.js +63 -0
  2431. package/js/components/base-variable-column-grid.vue.js.map +1 -0
  2432. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +57 -0
  2433. package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +1 -0
  2434. package/js/components/column-picker/base-column-picker-dropdown.vue.js +84 -0
  2435. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -0
  2436. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +46 -0
  2437. package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
  2438. package/js/components/column-picker/base-column-picker-list.vue.js +95 -0
  2439. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -0
  2440. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +57 -0
  2441. package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +1 -0
  2442. package/js/components/column-picker/column-picker.mixin.js +103 -0
  2443. package/js/components/column-picker/column-picker.mixin.js.map +1 -0
  2444. package/js/components/currency/base-currency.vue.js +48 -0
  2445. package/js/components/currency/base-currency.vue.js.map +1 -0
  2446. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +98 -0
  2447. package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +1 -0
  2448. package/js/components/decorators/bus.decorators.js +124 -0
  2449. package/js/components/decorators/bus.decorators.js.map +1 -0
  2450. package/js/components/decorators/debounce.decorators.js +31 -0
  2451. package/js/components/decorators/debounce.decorators.js.map +1 -0
  2452. package/js/components/decorators/injection.consts.js +9 -0
  2453. package/js/components/decorators/injection.consts.js.map +1 -0
  2454. package/js/components/decorators/injection.decorators.js +196 -0
  2455. package/js/components/decorators/injection.decorators.js.map +1 -0
  2456. package/js/components/decorators/store.decorators.js +53 -0
  2457. package/js/components/decorators/store.decorators.js.map +1 -0
  2458. package/js/components/filters/labels/base-price-filter-label.vue.js +39 -0
  2459. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -0
  2460. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +82 -0
  2461. package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +1 -0
  2462. package/js/components/filters/labels/base-rating-filter-label.vue.js +69 -0
  2463. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -0
  2464. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +50 -0
  2465. package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +1 -0
  2466. package/js/components/global-x-bus.vue.js +39 -0
  2467. package/js/components/global-x-bus.vue.js.map +1 -0
  2468. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +46 -0
  2469. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -0
  2470. package/js/components/icons/arrow.vue.js +61 -0
  2471. package/js/components/icons/arrow.vue.js.map +1 -0
  2472. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +4 -0
  2473. package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +1 -0
  2474. package/js/components/icons/bag.vue.js +71 -0
  2475. package/js/components/icons/bag.vue.js.map +1 -0
  2476. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +4 -0
  2477. package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +1 -0
  2478. package/js/components/icons/bar-code.vue.js +71 -0
  2479. package/js/components/icons/bar-code.vue.js.map +1 -0
  2480. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +4 -0
  2481. package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +1 -0
  2482. package/js/components/icons/barcode-tiny.vue.js +71 -0
  2483. package/js/components/icons/barcode-tiny.vue.js.map +1 -0
  2484. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2485. package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2486. package/js/components/icons/cart.vue.js +81 -0
  2487. package/js/components/icons/cart.vue.js.map +1 -0
  2488. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +4 -0
  2489. package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +1 -0
  2490. package/js/components/icons/check-tiny.vue.js +59 -0
  2491. package/js/components/icons/check-tiny.vue.js.map +1 -0
  2492. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2493. package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2494. package/js/components/icons/check.vue.js +59 -0
  2495. package/js/components/icons/check.vue.js.map +1 -0
  2496. package/js/components/icons/check.vue_rollup-plugin-vue=script.js +4 -0
  2497. package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +1 -0
  2498. package/js/components/icons/checkbox-card-selected.vue.js +63 -0
  2499. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -0
  2500. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +4 -0
  2501. package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +1 -0
  2502. package/js/components/icons/checkbox-card-unselected.vue.js +61 -0
  2503. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -0
  2504. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +4 -0
  2505. package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +1 -0
  2506. package/js/components/icons/checkbox-selected.vue.js +63 -0
  2507. package/js/components/icons/checkbox-selected.vue.js.map +1 -0
  2508. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +4 -0
  2509. package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +1 -0
  2510. package/js/components/icons/checkbox-unselected.vue.js +61 -0
  2511. package/js/components/icons/checkbox-unselected.vue.js.map +1 -0
  2512. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +4 -0
  2513. package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +1 -0
  2514. package/js/components/icons/chevron-down.vue.js +65 -0
  2515. package/js/components/icons/chevron-down.vue.js.map +1 -0
  2516. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +4 -0
  2517. package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +1 -0
  2518. package/js/components/icons/chevron-left.vue.js +65 -0
  2519. package/js/components/icons/chevron-left.vue.js.map +1 -0
  2520. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +4 -0
  2521. package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +1 -0
  2522. package/js/components/icons/chevron-right.vue.js +59 -0
  2523. package/js/components/icons/chevron-right.vue.js.map +1 -0
  2524. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +4 -0
  2525. package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +1 -0
  2526. package/js/components/icons/chevron-tiny-down.vue.js +65 -0
  2527. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -0
  2528. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +4 -0
  2529. package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +1 -0
  2530. package/js/components/icons/chevron-tiny-left.vue.js +65 -0
  2531. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -0
  2532. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +4 -0
  2533. package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +1 -0
  2534. package/js/components/icons/chevron-tiny-right.vue.js +65 -0
  2535. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -0
  2536. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +4 -0
  2537. package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +1 -0
  2538. package/js/components/icons/chevron-tiny-up.vue.js +65 -0
  2539. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -0
  2540. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +4 -0
  2541. package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +1 -0
  2542. package/js/components/icons/chevron-up.vue.js +65 -0
  2543. package/js/components/icons/chevron-up.vue.js.map +1 -0
  2544. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +4 -0
  2545. package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +1 -0
  2546. package/js/components/icons/cross-tiny.vue.js +59 -0
  2547. package/js/components/icons/cross-tiny.vue.js.map +1 -0
  2548. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2549. package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2550. package/js/components/icons/cross.vue.js +61 -0
  2551. package/js/components/icons/cross.vue.js.map +1 -0
  2552. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +4 -0
  2553. package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +1 -0
  2554. package/js/components/icons/filters.vue.js +75 -0
  2555. package/js/components/icons/filters.vue.js.map +1 -0
  2556. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +4 -0
  2557. package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +1 -0
  2558. package/js/components/icons/grid-1-col.vue.js +63 -0
  2559. package/js/components/icons/grid-1-col.vue.js.map +1 -0
  2560. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +4 -0
  2561. package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +1 -0
  2562. package/js/components/icons/grid-2-col.vue.js +73 -0
  2563. package/js/components/icons/grid-2-col.vue.js.map +1 -0
  2564. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +4 -0
  2565. package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +1 -0
  2566. package/js/components/icons/hide.vue.js +77 -0
  2567. package/js/components/icons/hide.vue.js.map +1 -0
  2568. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +4 -0
  2569. package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +1 -0
  2570. package/js/components/icons/history-tiny.vue.js +74 -0
  2571. package/js/components/icons/history-tiny.vue.js.map +1 -0
  2572. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2573. package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2574. package/js/components/icons/history.vue.js +74 -0
  2575. package/js/components/icons/history.vue.js.map +1 -0
  2576. package/js/components/icons/history.vue_rollup-plugin-vue=script.js +4 -0
  2577. package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +1 -0
  2578. package/js/components/icons/menu.vue.js +67 -0
  2579. package/js/components/icons/menu.vue.js.map +1 -0
  2580. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +4 -0
  2581. package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +1 -0
  2582. package/js/components/icons/minus-tiny.vue.js +59 -0
  2583. package/js/components/icons/minus-tiny.vue.js.map +1 -0
  2584. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2585. package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2586. package/js/components/icons/minus.vue.js +59 -0
  2587. package/js/components/icons/minus.vue.js.map +1 -0
  2588. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +4 -0
  2589. package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +1 -0
  2590. package/js/components/icons/nq-1.vue.js +61 -0
  2591. package/js/components/icons/nq-1.vue.js.map +1 -0
  2592. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +4 -0
  2593. package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +1 -0
  2594. package/js/components/icons/nq-2.vue.js +61 -0
  2595. package/js/components/icons/nq-2.vue.js.map +1 -0
  2596. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +4 -0
  2597. package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +1 -0
  2598. package/js/components/icons/nq-3.vue.js +65 -0
  2599. package/js/components/icons/nq-3.vue.js.map +1 -0
  2600. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +4 -0
  2601. package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +1 -0
  2602. package/js/components/icons/nq-4.vue.js +73 -0
  2603. package/js/components/icons/nq-4.vue.js.map +1 -0
  2604. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +4 -0
  2605. package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +1 -0
  2606. package/js/components/icons/plus.vue.js +59 -0
  2607. package/js/components/icons/plus.vue.js.map +1 -0
  2608. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +4 -0
  2609. package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +1 -0
  2610. package/js/components/icons/search-tiny.vue.js +63 -0
  2611. package/js/components/icons/search-tiny.vue.js.map +1 -0
  2612. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2613. package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2614. package/js/components/icons/search.vue.js +65 -0
  2615. package/js/components/icons/search.vue.js.map +1 -0
  2616. package/js/components/icons/search.vue_rollup-plugin-vue=script.js +4 -0
  2617. package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +1 -0
  2618. package/js/components/icons/show.vue.js +67 -0
  2619. package/js/components/icons/show.vue.js.map +1 -0
  2620. package/js/components/icons/show.vue_rollup-plugin-vue=script.js +4 -0
  2621. package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +1 -0
  2622. package/js/components/icons/star.vue.js +63 -0
  2623. package/js/components/icons/star.vue.js.map +1 -0
  2624. package/js/components/icons/star.vue_rollup-plugin-vue=script.js +4 -0
  2625. package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +1 -0
  2626. package/js/components/icons/tag.vue.js +59 -0
  2627. package/js/components/icons/tag.vue.js.map +1 -0
  2628. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +4 -0
  2629. package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +1 -0
  2630. package/js/components/icons/trash-open.vue.js +90 -0
  2631. package/js/components/icons/trash-open.vue.js.map +1 -0
  2632. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +4 -0
  2633. package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +1 -0
  2634. package/js/components/icons/trash.vue.js +73 -0
  2635. package/js/components/icons/trash.vue.js.map +1 -0
  2636. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +4 -0
  2637. package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +1 -0
  2638. package/js/components/icons/trending-tiny.vue.js +73 -0
  2639. package/js/components/icons/trending-tiny.vue.js.map +1 -0
  2640. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +4 -0
  2641. package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
  2642. package/js/components/icons/trending.vue.js +73 -0
  2643. package/js/components/icons/trending.vue.js.map +1 -0
  2644. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +4 -0
  2645. package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +1 -0
  2646. package/js/components/icons/user.vue.js +65 -0
  2647. package/js/components/icons/user.vue.js.map +1 -0
  2648. package/js/components/icons/user.vue_rollup-plugin-vue=script.js +4 -0
  2649. package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +1 -0
  2650. package/js/components/items-list-injection.mixin.js +46 -0
  2651. package/js/components/items-list-injection.mixin.js.map +1 -0
  2652. package/js/components/items-list.vue.js +77 -0
  2653. package/js/components/items-list.vue.js.map +1 -0
  2654. package/js/components/items-list.vue_rollup-plugin-vue=script.js +47 -0
  2655. package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +1 -0
  2656. package/js/components/layouts/layouts.mixin.js +44 -0
  2657. package/js/components/layouts/layouts.mixin.js.map +1 -0
  2658. package/js/components/layouts/multi-column-max-width-layout.vue.js +267 -0
  2659. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -0
  2660. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +32 -0
  2661. package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +1 -0
  2662. package/js/components/layouts/single-column-layout.vue.js +204 -0
  2663. package/js/components/layouts/single-column-layout.vue.js.map +1 -0
  2664. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +33 -0
  2665. package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -0
  2666. package/js/components/location-provider.vue.js +39 -0
  2667. package/js/components/location-provider.vue.js.map +1 -0
  2668. package/js/components/location-provider.vue_rollup-plugin-vue=script.js +27 -0
  2669. package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +1 -0
  2670. package/js/components/modals/base-events-modal-close.vue.js +58 -0
  2671. package/js/components/modals/base-events-modal-close.vue.js.map +1 -0
  2672. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +37 -0
  2673. package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
  2674. package/js/components/modals/base-events-modal-open.vue.js +58 -0
  2675. package/js/components/modals/base-events-modal-open.vue.js.map +1 -0
  2676. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +37 -0
  2677. package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
  2678. package/js/components/modals/base-events-modal.vue.js +58 -0
  2679. package/js/components/modals/base-events-modal.vue.js.map +1 -0
  2680. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +96 -0
  2681. package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +1 -0
  2682. package/js/components/modals/base-id-modal-close.vue.js +58 -0
  2683. package/js/components/modals/base-id-modal-close.vue.js.map +1 -0
  2684. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +36 -0
  2685. package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
  2686. package/js/components/modals/base-id-modal-open.vue.js +58 -0
  2687. package/js/components/modals/base-id-modal-open.vue.js.map +1 -0
  2688. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +36 -0
  2689. package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
  2690. package/js/components/modals/base-id-modal.vue.js +58 -0
  2691. package/js/components/modals/base-id-modal.vue.js.map +1 -0
  2692. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +85 -0
  2693. package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +1 -0
  2694. package/js/components/modals/base-modal.vue.js +88 -0
  2695. package/js/components/modals/base-modal.vue.js.map +1 -0
  2696. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +126 -0
  2697. package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +1 -0
  2698. package/js/components/no-element.js +17 -0
  2699. package/js/components/no-element.js.map +1 -0
  2700. package/js/components/panels/base-header-toggle-panel.vue.js +80 -0
  2701. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -0
  2702. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +57 -0
  2703. package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
  2704. package/js/components/panels/base-id-toggle-panel-button.vue.js +58 -0
  2705. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -0
  2706. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +68 -0
  2707. package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +1 -0
  2708. package/js/components/panels/base-id-toggle-panel.vue.js +52 -0
  2709. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -0
  2710. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +85 -0
  2711. package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
  2712. package/js/components/panels/base-toggle-panel.vue.js +58 -0
  2713. package/js/components/panels/base-toggle-panel.vue.js.map +1 -0
  2714. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +29 -0
  2715. package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
  2716. package/js/components/result/base-result-add-to-cart.vue.js +55 -0
  2717. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -0
  2718. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +43 -0
  2719. package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +1 -0
  2720. package/js/components/result/base-result-current-price.vue.js +66 -0
  2721. package/js/components/result/base-result-current-price.vue.js.map +1 -0
  2722. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +48 -0
  2723. package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +1 -0
  2724. package/js/components/result/base-result-fallback-image.vue.js +69 -0
  2725. package/js/components/result/base-result-fallback-image.vue.js.map +1 -0
  2726. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +4 -0
  2727. package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +1 -0
  2728. package/js/components/result/base-result-image.vue.js +102 -0
  2729. package/js/components/result/base-result-image.vue.js.map +1 -0
  2730. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +148 -0
  2731. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -0
  2732. package/js/components/result/base-result-link.vue.js +70 -0
  2733. package/js/components/result/base-result-link.vue.js.map +1 -0
  2734. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +55 -0
  2735. package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -0
  2736. package/js/components/result/base-result-placeholder-image.vue.js +68 -0
  2737. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -0
  2738. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +4 -0
  2739. package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +1 -0
  2740. package/js/components/result/base-result-previous-price.vue.js +70 -0
  2741. package/js/components/result/base-result-previous-price.vue.js.map +1 -0
  2742. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +31 -0
  2743. package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +1 -0
  2744. package/js/components/scroll/base-scroll.vue.js +59 -0
  2745. package/js/components/scroll/base-scroll.vue.js.map +1 -0
  2746. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +24 -0
  2747. package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  2748. package/js/components/scroll/scroll.mixin.js +271 -0
  2749. package/js/components/scroll/scroll.mixin.js.map +1 -0
  2750. package/js/components/sliding-panel.vue.js +109 -0
  2751. package/js/components/sliding-panel.vue.js.map +1 -0
  2752. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +146 -0
  2753. package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -0
  2754. package/js/components/snippet-callbacks.vue.js +47 -0
  2755. package/js/components/snippet-callbacks.vue.js.map +1 -0
  2756. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +58 -0
  2757. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +1 -0
  2758. package/js/components/staggering-transition-group.vue.js +42 -0
  2759. package/js/components/staggering-transition-group.vue.js.map +1 -0
  2760. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +354 -0
  2761. package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -0
  2762. package/js/components/suggestions/base-suggestion.vue.js +69 -0
  2763. package/js/components/suggestions/base-suggestion.vue.js.map +1 -0
  2764. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +144 -0
  2765. package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
  2766. package/js/components/suggestions/base-suggestions.vue.js +76 -0
  2767. package/js/components/suggestions/base-suggestions.vue.js.map +1 -0
  2768. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +87 -0
  2769. package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
  2770. package/js/components/x-component.mixin.js +24 -0
  2771. package/js/components/x-component.mixin.js.map +1 -0
  2772. package/js/components/x-component.utils.js +42 -0
  2773. package/js/components/x-component.utils.js.map +1 -0
  2774. package/js/directives/infinite-scroll/infinite-scroll.js +117 -0
  2775. package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -0
  2776. package/js/filters/compile-message.filter.js +29 -0
  2777. package/js/filters/compile-message.filter.js.map +1 -0
  2778. package/js/filters/filters.registry.js +9 -0
  2779. package/js/filters/filters.registry.js.map +1 -0
  2780. package/js/index.js +325 -0
  2781. package/js/index.js.map +1 -0
  2782. package/js/plugins/x-bus.js +72 -0
  2783. package/js/plugins/x-bus.js.map +1 -0
  2784. package/js/plugins/x-emitters.js +147 -0
  2785. package/js/plugins/x-emitters.js.map +1 -0
  2786. package/js/plugins/x-plugin.alias.js +119 -0
  2787. package/js/plugins/x-plugin.alias.js.map +1 -0
  2788. package/js/plugins/x-plugin.js +397 -0
  2789. package/js/plugins/x-plugin.js.map +1 -0
  2790. package/js/plugins/x-plugin.mixin.js +79 -0
  2791. package/js/plugins/x-plugin.mixin.js.map +1 -0
  2792. package/js/plugins/x-plugin.utils.js +31 -0
  2793. package/js/plugins/x-plugin.utils.js.map +1 -0
  2794. package/js/services/directional-focus-navigation.service.js +419 -0
  2795. package/js/services/directional-focus-navigation.service.js.map +1 -0
  2796. package/js/store/utils/fetch-and-save-action.utils.js +76 -0
  2797. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
  2798. package/js/store/utils/getters-proxy.utils.js +104 -0
  2799. package/js/store/utils/getters-proxy.utils.js.map +1 -0
  2800. package/js/store/utils/status-store.utils.js +13 -0
  2801. package/js/store/utils/status-store.utils.js.map +1 -0
  2802. package/js/store/utils/store-emitters.utils.js +14 -0
  2803. package/js/store/utils/store-emitters.utils.js.map +1 -0
  2804. package/js/store/x.module.js +30 -0
  2805. package/js/store/x.module.js.map +1 -0
  2806. package/js/utils/array.js +217 -0
  2807. package/js/utils/array.js.map +1 -0
  2808. package/js/utils/cancellable-promise.js +44 -0
  2809. package/js/utils/cancellable-promise.js.map +1 -0
  2810. package/js/utils/clone.js +14 -0
  2811. package/js/utils/clone.js.map +1 -0
  2812. package/js/utils/currency-formatter.js +121 -0
  2813. package/js/utils/currency-formatter.js.map +1 -0
  2814. package/js/utils/debounce.js +69 -0
  2815. package/js/utils/debounce.js.map +1 -0
  2816. package/js/utils/filters.js +36 -0
  2817. package/js/utils/filters.js.map +1 -0
  2818. package/js/utils/function.js +11 -0
  2819. package/js/utils/function.js.map +1 -0
  2820. package/js/utils/get-url-parameters.js +15 -0
  2821. package/js/utils/get-url-parameters.js.map +1 -0
  2822. package/js/utils/html.js +15 -0
  2823. package/js/utils/html.js.map +1 -0
  2824. package/js/utils/normalize.js +30 -0
  2825. package/js/utils/normalize.js.map +1 -0
  2826. package/js/utils/number.js +17 -0
  2827. package/js/utils/number.js.map +1 -0
  2828. package/js/utils/object.js +85 -0
  2829. package/js/utils/object.js.map +1 -0
  2830. package/js/utils/origin.js +22 -0
  2831. package/js/utils/origin.js.map +1 -0
  2832. package/js/utils/sanitize.js +14 -0
  2833. package/js/utils/sanitize.js.map +1 -0
  2834. package/js/utils/storage.js +22 -0
  2835. package/js/utils/storage.js.map +1 -0
  2836. package/js/utils/string.js +48 -0
  2837. package/js/utils/string.js.map +1 -0
  2838. package/js/utils/throttle.js +30 -0
  2839. package/js/utils/throttle.js.map +1 -0
  2840. package/js/wiring/namespaced-wires.factory.js +74 -0
  2841. package/js/wiring/namespaced-wires.factory.js.map +1 -0
  2842. package/js/wiring/namespaced-wires.operators.js +53 -0
  2843. package/js/wiring/namespaced-wires.operators.js.map +1 -0
  2844. package/js/wiring/utils/wire-racing-handling.js +108 -0
  2845. package/js/wiring/utils/wire-racing-handling.js.map +1 -0
  2846. package/js/wiring/wires.factory.js +112 -0
  2847. package/js/wiring/wires.factory.js.map +1 -0
  2848. package/js/wiring/wires.operators.js +145 -0
  2849. package/js/wiring/wires.operators.js.map +1 -0
  2850. package/js/wiring/wiring.utils.js +35 -0
  2851. package/js/wiring/wiring.utils.js.map +1 -0
  2852. package/js/x-installer/api/base-api.js +68 -0
  2853. package/js/x-installer/api/base-api.js.map +1 -0
  2854. package/js/x-installer/x-installer/x-installer.js +316 -0
  2855. package/js/x-installer/x-installer/x-installer.js.map +1 -0
  2856. package/js/x-modules/device/components/device-detector.vue.js +52 -0
  2857. package/js/x-modules/device/components/device-detector.vue.js.map +1 -0
  2858. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +141 -0
  2859. package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +1 -0
  2860. package/js/x-modules/device/store/emitters.js +15 -0
  2861. package/js/x-modules/device/store/emitters.js.map +1 -0
  2862. package/js/x-modules/device/store/module.js +20 -0
  2863. package/js/x-modules/device/store/module.js.map +1 -0
  2864. package/js/x-modules/device/wiring.js +28 -0
  2865. package/js/x-modules/device/wiring.js.map +1 -0
  2866. package/js/x-modules/device/x-module.js +19 -0
  2867. package/js/x-modules/device/x-module.js.map +1 -0
  2868. package/js/x-modules/empathize/components/empathize.vue.js +65 -0
  2869. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -0
  2870. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +107 -0
  2871. package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +1 -0
  2872. package/js/x-modules/empathize/store/emitters.js +15 -0
  2873. package/js/x-modules/empathize/store/emitters.js.map +1 -0
  2874. package/js/x-modules/empathize/store/module.js +21 -0
  2875. package/js/x-modules/empathize/store/module.js.map +1 -0
  2876. package/js/x-modules/empathize/wiring.js +31 -0
  2877. package/js/x-modules/empathize/wiring.js.map +1 -0
  2878. package/js/x-modules/empathize/x-module.js +19 -0
  2879. package/js/x-modules/empathize/x-module.js.map +1 -0
  2880. package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
  2881. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
  2882. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +150 -0
  2883. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -0
  2884. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +55 -0
  2885. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
  2886. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +167 -0
  2887. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -0
  2888. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +47 -0
  2889. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
  2890. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +182 -0
  2891. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -0
  2892. package/js/x-modules/extra-params/store/emitters.js +17 -0
  2893. package/js/x-modules/extra-params/store/emitters.js.map +1 -0
  2894. package/js/x-modules/extra-params/store/module.js +22 -0
  2895. package/js/x-modules/extra-params/store/module.js.map +1 -0
  2896. package/js/x-modules/extra-params/wiring.js +37 -0
  2897. package/js/x-modules/extra-params/wiring.js.map +1 -0
  2898. package/js/x-modules/extra-params/x-module.js +19 -0
  2899. package/js/x-modules/extra-params/x-module.js.map +1 -0
  2900. package/js/x-modules/facets/components/clear-filters.vue.js +74 -0
  2901. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -0
  2902. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +230 -0
  2903. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -0
  2904. package/js/x-modules/facets/components/facets/facets-provider.vue.js +42 -0
  2905. package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -0
  2906. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +216 -0
  2907. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -0
  2908. package/js/x-modules/facets/components/facets/facets.vue.js +96 -0
  2909. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
  2910. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +124 -0
  2911. package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +1 -0
  2912. package/js/x-modules/facets/components/filters/all-filter.vue.js +68 -0
  2913. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -0
  2914. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +191 -0
  2915. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2916. package/js/x-modules/facets/components/filters/base-filter.vue.js +69 -0
  2917. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -0
  2918. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +183 -0
  2919. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2920. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +135 -0
  2921. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -0
  2922. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +210 -0
  2923. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2924. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +162 -0
  2925. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -0
  2926. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +219 -0
  2927. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2928. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +63 -0
  2929. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -0
  2930. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +168 -0
  2931. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2932. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +39 -0
  2933. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -0
  2934. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +211 -0
  2935. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2936. package/js/x-modules/facets/components/filters/simple-filter.vue.js +101 -0
  2937. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -0
  2938. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +169 -0
  2939. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -0
  2940. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +39 -0
  2941. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -0
  2942. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +159 -0
  2943. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -0
  2944. package/js/x-modules/facets/components/lists/filters-injection.mixin.js +88 -0
  2945. package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -0
  2946. package/js/x-modules/facets/components/lists/filters-list.vue.js +73 -0
  2947. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -0
  2948. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +182 -0
  2949. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -0
  2950. package/js/x-modules/facets/components/lists/filters-search.vue.js +79 -0
  2951. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -0
  2952. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +204 -0
  2953. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -0
  2954. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +106 -0
  2955. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -0
  2956. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +59 -0
  2957. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +1 -0
  2958. package/js/x-modules/facets/components/lists/selected-filters.vue.js +62 -0
  2959. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
  2960. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +186 -0
  2961. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -0
  2962. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +112 -0
  2963. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -0
  2964. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +209 -0
  2965. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -0
  2966. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +39 -0
  2967. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
  2968. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +177 -0
  2969. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -0
  2970. package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
  2971. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
  2972. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +93 -0
  2973. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
  2974. package/js/x-modules/facets/entities/filter-entity.factory.js +105 -0
  2975. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
  2976. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +94 -0
  2977. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
  2978. package/js/x-modules/facets/entities/number-range-filter.entity.js +37 -0
  2979. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
  2980. package/js/x-modules/facets/entities/raw-filter.entity.js +37 -0
  2981. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
  2982. package/js/x-modules/facets/entities/simple-filter.entity.js +37 -0
  2983. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
  2984. package/js/x-modules/facets/entities/single-select.modifier.js +101 -0
  2985. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
  2986. package/js/x-modules/facets/entities/types.js +31 -0
  2987. package/js/x-modules/facets/entities/types.js.map +1 -0
  2988. package/js/x-modules/facets/service/facets.service.js +230 -0
  2989. package/js/x-modules/facets/service/facets.service.js.map +1 -0
  2990. package/js/x-modules/facets/store/emitters.js +18 -0
  2991. package/js/x-modules/facets/store/emitters.js.map +1 -0
  2992. package/js/x-modules/facets/store/getters/facets.getter.js +26 -0
  2993. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -0
  2994. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +29 -0
  2995. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -0
  2996. package/js/x-modules/facets/store/getters/selected-filters.getter.js +16 -0
  2997. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -0
  2998. package/js/x-modules/facets/store/module.js +55 -0
  2999. package/js/x-modules/facets/store/module.js.map +1 -0
  3000. package/js/x-modules/facets/utils.js +46 -0
  3001. package/js/x-modules/facets/utils.js.map +1 -0
  3002. package/js/x-modules/facets/wiring.js +101 -0
  3003. package/js/x-modules/facets/wiring.js.map +1 -0
  3004. package/js/x-modules/facets/x-module.js +19 -0
  3005. package/js/x-modules/facets/x-module.js.map +1 -0
  3006. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +63 -0
  3007. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -0
  3008. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +72 -0
  3009. package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
  3010. package/js/x-modules/history-queries/components/history-queries.vue.js +113 -0
  3011. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -0
  3012. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +45 -0
  3013. package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
  3014. package/js/x-modules/history-queries/components/history-query.vue.js +106 -0
  3015. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -0
  3016. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +53 -0
  3017. package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +1 -0
  3018. package/js/x-modules/history-queries/components/remove-history-query.vue.js +55 -0
  3019. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -0
  3020. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +49 -0
  3021. package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +1 -0
  3022. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +150 -0
  3023. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -0
  3024. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +20 -0
  3025. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -0
  3026. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +20 -0
  3027. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -0
  3028. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +17 -0
  3029. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -0
  3030. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +21 -0
  3031. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -0
  3032. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +17 -0
  3033. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
  3034. package/js/x-modules/history-queries/store/constants.js +5 -0
  3035. package/js/x-modules/history-queries/store/constants.js.map +1 -0
  3036. package/js/x-modules/history-queries/store/emitters.js +25 -0
  3037. package/js/x-modules/history-queries/store/emitters.js.map +1 -0
  3038. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +55 -0
  3039. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -0
  3040. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +19 -0
  3041. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -0
  3042. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +15 -0
  3043. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -0
  3044. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +14 -0
  3045. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -0
  3046. package/js/x-modules/history-queries/store/module.js +57 -0
  3047. package/js/x-modules/history-queries/store/module.js.map +1 -0
  3048. package/js/x-modules/history-queries/wiring.js +120 -0
  3049. package/js/x-modules/history-queries/wiring.js.map +1 -0
  3050. package/js/x-modules/history-queries/x-module.js +19 -0
  3051. package/js/x-modules/history-queries/x-module.js.map +1 -0
  3052. package/js/x-modules/identifier-results/components/identifier-result.vue.js +53 -0
  3053. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -0
  3054. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +54 -0
  3055. package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +1 -0
  3056. package/js/x-modules/identifier-results/components/identifier-results.vue.js +69 -0
  3057. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -0
  3058. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +47 -0
  3059. package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +1 -0
  3060. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +29 -0
  3061. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -0
  3062. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +23 -0
  3063. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -0
  3064. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +18 -0
  3065. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
  3066. package/js/x-modules/identifier-results/store/actions/save-query.action.js +22 -0
  3067. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -0
  3068. package/js/x-modules/identifier-results/store/emitters.js +22 -0
  3069. package/js/x-modules/identifier-results/store/emitters.js.map +1 -0
  3070. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +17 -0
  3071. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -0
  3072. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +25 -0
  3073. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -0
  3074. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +21 -0
  3075. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -0
  3076. package/js/x-modules/identifier-results/store/module.js +60 -0
  3077. package/js/x-modules/identifier-results/store/module.js.map +1 -0
  3078. package/js/x-modules/identifier-results/wiring.js +113 -0
  3079. package/js/x-modules/identifier-results/wiring.js.map +1 -0
  3080. package/js/x-modules/identifier-results/x-module.js +19 -0
  3081. package/js/x-modules/identifier-results/x-module.js.map +1 -0
  3082. package/js/x-modules/next-queries/components/next-queries-list.vue.js +76 -0
  3083. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
  3084. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +101 -0
  3085. package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3086. package/js/x-modules/next-queries/components/next-queries.vue.js +96 -0
  3087. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -0
  3088. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +43 -0
  3089. package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +1 -0
  3090. package/js/x-modules/next-queries/components/next-query.vue.js +74 -0
  3091. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -0
  3092. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +48 -0
  3093. package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -0
  3094. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +30 -0
  3095. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -0
  3096. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +24 -0
  3097. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -0
  3098. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +20 -0
  3099. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -0
  3100. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +17 -0
  3101. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
  3102. package/js/x-modules/next-queries/store/emitters.js +22 -0
  3103. package/js/x-modules/next-queries/store/emitters.js.map +1 -0
  3104. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +22 -0
  3105. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -0
  3106. package/js/x-modules/next-queries/store/getters/request.getter.js +19 -0
  3107. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -0
  3108. package/js/x-modules/next-queries/store/module.js +56 -0
  3109. package/js/x-modules/next-queries/store/module.js.map +1 -0
  3110. package/js/x-modules/next-queries/wiring.js +84 -0
  3111. package/js/x-modules/next-queries/wiring.js.map +1 -0
  3112. package/js/x-modules/next-queries/x-module.js +19 -0
  3113. package/js/x-modules/next-queries/x-module.js.map +1 -0
  3114. package/js/x-modules/popular-searches/components/popular-search.vue.js +74 -0
  3115. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -0
  3116. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +48 -0
  3117. package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +1 -0
  3118. package/js/x-modules/popular-searches/components/popular-searches.vue.js +96 -0
  3119. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -0
  3120. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +42 -0
  3121. package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +1 -0
  3122. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +28 -0
  3123. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
  3124. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +23 -0
  3125. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -0
  3126. package/js/x-modules/popular-searches/store/emitters.js +17 -0
  3127. package/js/x-modules/popular-searches/store/emitters.js.map +1 -0
  3128. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +23 -0
  3129. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -0
  3130. package/js/x-modules/popular-searches/store/getters/request.getter.js +19 -0
  3131. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -0
  3132. package/js/x-modules/popular-searches/store/module.js +48 -0
  3133. package/js/x-modules/popular-searches/store/module.js.map +1 -0
  3134. package/js/x-modules/popular-searches/wiring.js +58 -0
  3135. package/js/x-modules/popular-searches/wiring.js.map +1 -0
  3136. package/js/x-modules/popular-searches/x-module.js +19 -0
  3137. package/js/x-modules/popular-searches/x-module.js.map +1 -0
  3138. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +83 -0
  3139. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -0
  3140. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +46 -0
  3141. package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
  3142. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +97 -0
  3143. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -0
  3144. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +41 -0
  3145. package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
  3146. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +28 -0
  3147. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
  3148. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +26 -0
  3149. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -0
  3150. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +17 -0
  3151. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
  3152. package/js/x-modules/query-suggestions/store/emitters.js +18 -0
  3153. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -0
  3154. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +19 -0
  3155. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -0
  3156. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +55 -0
  3157. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -0
  3158. package/js/x-modules/query-suggestions/store/getters/request.getter.js +20 -0
  3159. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -0
  3160. package/js/x-modules/query-suggestions/store/module.js +53 -0
  3161. package/js/x-modules/query-suggestions/store/module.js.map +1 -0
  3162. package/js/x-modules/query-suggestions/wiring.js +100 -0
  3163. package/js/x-modules/query-suggestions/wiring.js.map +1 -0
  3164. package/js/x-modules/query-suggestions/x-module.js +19 -0
  3165. package/js/x-modules/query-suggestions/x-module.js.map +1 -0
  3166. package/js/x-modules/recommendations/components/recommendations.vue.js +88 -0
  3167. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -0
  3168. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +71 -0
  3169. package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +1 -0
  3170. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +30 -0
  3171. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -0
  3172. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +25 -0
  3173. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -0
  3174. package/js/x-modules/recommendations/store/constants.js +9 -0
  3175. package/js/x-modules/recommendations/store/constants.js.map +1 -0
  3176. package/js/x-modules/recommendations/store/emitters.js +20 -0
  3177. package/js/x-modules/recommendations/store/emitters.js.map +1 -0
  3178. package/js/x-modules/recommendations/store/getters/request.getter.js +18 -0
  3179. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -0
  3180. package/js/x-modules/recommendations/store/module.js +42 -0
  3181. package/js/x-modules/recommendations/store/module.js.map +1 -0
  3182. package/js/x-modules/recommendations/wiring.js +50 -0
  3183. package/js/x-modules/recommendations/wiring.js.map +1 -0
  3184. package/js/x-modules/recommendations/x-module.js +19 -0
  3185. package/js/x-modules/recommendations/x-module.js.map +1 -0
  3186. package/js/x-modules/related-tags/components/related-tag.vue.js +72 -0
  3187. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -0
  3188. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +109 -0
  3189. package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -0
  3190. package/js/x-modules/related-tags/components/related-tags.vue.js +110 -0
  3191. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -0
  3192. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +52 -0
  3193. package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +1 -0
  3194. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +28 -0
  3195. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -0
  3196. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +23 -0
  3197. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -0
  3198. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +36 -0
  3199. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
  3200. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +26 -0
  3201. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -0
  3202. package/js/x-modules/related-tags/store/emitters.js +23 -0
  3203. package/js/x-modules/related-tags/store/emitters.js.map +1 -0
  3204. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +18 -0
  3205. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -0
  3206. package/js/x-modules/related-tags/store/getters/request.getter.js +20 -0
  3207. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -0
  3208. package/js/x-modules/related-tags/store/module.js +54 -0
  3209. package/js/x-modules/related-tags/store/module.js.map +1 -0
  3210. package/js/x-modules/related-tags/wiring.js +106 -0
  3211. package/js/x-modules/related-tags/wiring.js.map +1 -0
  3212. package/js/x-modules/related-tags/x-module.js +19 -0
  3213. package/js/x-modules/related-tags/x-module.js.map +1 -0
  3214. package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
  3215. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
  3216. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +191 -0
  3217. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -0
  3218. package/js/x-modules/scroll/components/main-scroll.vue.js +39 -0
  3219. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
  3220. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +204 -0
  3221. package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  3222. package/js/x-modules/scroll/components/scroll-to-top.vue.js +66 -0
  3223. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
  3224. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +234 -0
  3225. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -0
  3226. package/js/x-modules/scroll/components/scroll.const.js +15 -0
  3227. package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
  3228. package/js/x-modules/scroll/components/scroll.vue.js +68 -0
  3229. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
  3230. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +110 -0
  3231. package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  3232. package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
  3233. package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
  3234. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +189 -0
  3235. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
  3236. package/js/x-modules/scroll/store/emitters.js +15 -0
  3237. package/js/x-modules/scroll/store/emitters.js.map +1 -0
  3238. package/js/x-modules/scroll/store/module.js +36 -0
  3239. package/js/x-modules/scroll/store/module.js.map +1 -0
  3240. package/js/x-modules/scroll/wiring.js +114 -0
  3241. package/js/x-modules/scroll/wiring.js.map +1 -0
  3242. package/js/x-modules/scroll/x-module.js +19 -0
  3243. package/js/x-modules/scroll/x-module.js.map +1 -0
  3244. package/js/x-modules/search/components/banner.vue.js +64 -0
  3245. package/js/x-modules/search/components/banner.vue.js.map +1 -0
  3246. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +32 -0
  3247. package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +1 -0
  3248. package/js/x-modules/search/components/banners-list.vue.js +76 -0
  3249. package/js/x-modules/search/components/banners-list.vue.js.map +1 -0
  3250. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +64 -0
  3251. package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3252. package/js/x-modules/search/components/partial-query-button.vue.js +64 -0
  3253. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -0
  3254. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +52 -0
  3255. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -0
  3256. package/js/x-modules/search/components/partial-results-list.vue.js +72 -0
  3257. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -0
  3258. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +51 -0
  3259. package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3260. package/js/x-modules/search/components/promoted.vue.js +64 -0
  3261. package/js/x-modules/search/components/promoted.vue.js.map +1 -0
  3262. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +31 -0
  3263. package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +1 -0
  3264. package/js/x-modules/search/components/promoteds-list.vue.js +76 -0
  3265. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -0
  3266. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +64 -0
  3267. package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3268. package/js/x-modules/search/components/redirection.vue.js +64 -0
  3269. package/js/x-modules/search/components/redirection.vue.js.map +1 -0
  3270. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +108 -0
  3271. package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +1 -0
  3272. package/js/x-modules/search/components/results-list.vue.js +76 -0
  3273. package/js/x-modules/search/components/results-list.vue.js.map +1 -0
  3274. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +56 -0
  3275. package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3276. package/js/x-modules/search/components/sort-dropdown.vue.js +98 -0
  3277. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -0
  3278. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +48 -0
  3279. package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
  3280. package/js/x-modules/search/components/sort-list.vue.js +90 -0
  3281. package/js/x-modules/search/components/sort-list.vue.js.map +1 -0
  3282. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +166 -0
  3283. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -0
  3284. package/js/x-modules/search/components/sort.mixin.js +155 -0
  3285. package/js/x-modules/search/components/sort.mixin.js.map +1 -0
  3286. package/js/x-modules/search/components/spellcheck-button.vue.js +66 -0
  3287. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -0
  3288. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +53 -0
  3289. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -0
  3290. package/js/x-modules/search/components/spellcheck.vue.js +65 -0
  3291. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -0
  3292. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +143 -0
  3293. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -0
  3294. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +45 -0
  3295. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -0
  3296. package/js/x-modules/search/store/actions/fetch-search-response.action.js +33 -0
  3297. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -0
  3298. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +20 -0
  3299. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -0
  3300. package/js/x-modules/search/store/actions/save-origin.action.js +18 -0
  3301. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
  3302. package/js/x-modules/search/store/actions/set-url-params.action.js +20 -0
  3303. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
  3304. package/js/x-modules/search/store/emitters.js +35 -0
  3305. package/js/x-modules/search/store/emitters.js.map +1 -0
  3306. package/js/x-modules/search/store/getters/request.getter.js +20 -0
  3307. package/js/x-modules/search/store/getters/request.getter.js.map +1 -0
  3308. package/js/x-modules/search/store/module.js +124 -0
  3309. package/js/x-modules/search/store/module.js.map +1 -0
  3310. package/js/x-modules/search/wiring.js +197 -0
  3311. package/js/x-modules/search/wiring.js.map +1 -0
  3312. package/js/x-modules/search/x-module.js +19 -0
  3313. package/js/x-modules/search/x-module.js.map +1 -0
  3314. package/js/x-modules/search-box/components/clear-search-input.vue.js +62 -0
  3315. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -0
  3316. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +63 -0
  3317. package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +1 -0
  3318. package/js/x-modules/search-box/components/search-button.vue.js +60 -0
  3319. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -0
  3320. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +74 -0
  3321. package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +1 -0
  3322. package/js/x-modules/search-box/components/search-input.vue.js +91 -0
  3323. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -0
  3324. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +189 -0
  3325. package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -0
  3326. package/js/x-modules/search-box/store/actions/set-url-params.action.js +17 -0
  3327. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
  3328. package/js/x-modules/search-box/store/emitters.js +19 -0
  3329. package/js/x-modules/search-box/store/emitters.js.map +1 -0
  3330. package/js/x-modules/search-box/store/module.js +28 -0
  3331. package/js/x-modules/search-box/store/module.js.map +1 -0
  3332. package/js/x-modules/search-box/wiring.js +61 -0
  3333. package/js/x-modules/search-box/wiring.js.map +1 -0
  3334. package/js/x-modules/search-box/x-module.js +19 -0
  3335. package/js/x-modules/search-box/x-module.js.map +1 -0
  3336. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  3337. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  3338. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +65 -0
  3339. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +1 -0
  3340. package/js/x-modules/tagging/service/session.service.js +52 -0
  3341. package/js/x-modules/tagging/service/session.service.js.map +1 -0
  3342. package/js/x-modules/tagging/store/actions/track.action.js +43 -0
  3343. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
  3344. package/js/x-modules/tagging/store/emitters.js +17 -0
  3345. package/js/x-modules/tagging/store/emitters.js.map +1 -0
  3346. package/js/x-modules/tagging/store/module.js +34 -0
  3347. package/js/x-modules/tagging/store/module.js.map +1 -0
  3348. package/js/x-modules/tagging/wiring.js +95 -0
  3349. package/js/x-modules/tagging/wiring.js.map +1 -0
  3350. package/js/x-modules/tagging/x-module.js +19 -0
  3351. package/js/x-modules/tagging/x-module.js.map +1 -0
  3352. package/js/x-modules/url/components/url-handler.vue.js +50 -0
  3353. package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
  3354. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +243 -0
  3355. package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -0
  3356. package/js/x-modules/url/store/emitters.js +61 -0
  3357. package/js/x-modules/url/store/emitters.js.map +1 -0
  3358. package/js/x-modules/url/store/getters/url-params.getter.js +46 -0
  3359. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
  3360. package/js/x-modules/url/store/initial-state.js +17 -0
  3361. package/js/x-modules/url/store/initial-state.js.map +1 -0
  3362. package/js/x-modules/url/store/module.js +44 -0
  3363. package/js/x-modules/url/store/module.js.map +1 -0
  3364. package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
  3365. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
  3366. package/js/x-modules/url/wiring.js +97 -0
  3367. package/js/x-modules/url/wiring.js.map +1 -0
  3368. package/js/x-modules/url/x-module.js +19 -0
  3369. package/js/x-modules/url/x-module.js.map +1 -0
  3370. package/next-queries/index.d.ts +1 -0
  3371. package/next-queries/index.js +12 -0
  3372. package/package.json +37 -45
  3373. package/popular-searches/index.d.ts +1 -0
  3374. package/popular-searches/index.js +10 -0
  3375. package/query-suggestions/index.d.ts +1 -0
  3376. package/query-suggestions/index.js +11 -0
  3377. package/recommendations/index.d.ts +1 -0
  3378. package/recommendations/index.js +9 -0
  3379. package/related-tags/index.d.ts +1 -0
  3380. package/related-tags/index.js +11 -0
  3381. package/report/tsdoc-metadata.json +11 -0
  3382. package/report/x-adapter.api.json +23531 -0
  3383. package/report/x-components.api.json +52336 -0
  3384. package/report/x-components.api.md +4830 -0
  3385. package/report/x-types.api.json +4799 -0
  3386. package/scroll/index.d.ts +1 -0
  3387. package/scroll/index.js +10 -0
  3388. package/search/index.d.ts +1 -0
  3389. package/search/index.js +20 -0
  3390. package/search-box/index.d.ts +1 -0
  3391. package/search-box/index.js +7 -0
  3392. package/tagging/index.d.ts +1 -0
  3393. package/tagging/index.js +7 -0
  3394. package/types/adapter/mocked-adapter.d.ts +18 -0
  3395. package/types/adapter/mocked-adapter.d.ts.map +1 -0
  3396. package/types/adapter/real-adapter.d.ts +2 -0
  3397. package/types/adapter/real-adapter.d.ts.map +1 -0
  3398. package/types/adapter/util.d.ts +12 -0
  3399. package/types/adapter/util.d.ts.map +1 -0
  3400. package/types/components/animations/animate-width.vue.d.ts +9 -0
  3401. package/types/components/animations/animate-width.vue.d.ts.map +1 -0
  3402. package/types/components/animations/animations.mixin.d.ts +15 -0
  3403. package/types/components/animations/animations.mixin.d.ts.map +1 -0
  3404. package/types/components/animations/collapse-from-top.vue.d.ts +10 -0
  3405. package/types/components/animations/collapse-from-top.vue.d.ts.map +1 -0
  3406. package/types/components/animations/collapse-height.vue.d.ts +10 -0
  3407. package/types/components/animations/collapse-height.vue.d.ts.map +1 -0
  3408. package/types/components/animations/collapse-width.vue.d.ts +10 -0
  3409. package/types/components/animations/collapse-width.vue.d.ts.map +1 -0
  3410. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  3411. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  3412. package/types/components/animations/fade-and-slide.vue.d.ts +16 -0
  3413. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -0
  3414. package/types/components/animations/index.d.ts +11 -0
  3415. package/types/components/animations/index.d.ts.map +1 -0
  3416. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +10 -0
  3417. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -0
  3418. package/types/components/animations/translate-from-left.vue.d.ts +10 -0
  3419. package/types/components/animations/translate-from-left.vue.d.ts.map +1 -0
  3420. package/types/components/animations/translate-from-right.vue.d.ts +10 -0
  3421. package/types/components/animations/translate-from-right.vue.d.ts.map +1 -0
  3422. package/types/components/auto-progress-bar.vue.d.ts +29 -0
  3423. package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
  3424. package/types/components/base-dropdown.vue.d.ts +210 -0
  3425. package/types/components/base-dropdown.vue.d.ts.map +1 -0
  3426. package/types/components/base-event-button.vue.d.ts +22 -0
  3427. package/types/components/base-event-button.vue.d.ts.map +1 -0
  3428. package/types/components/base-grid.vue.d.ts +88 -0
  3429. package/types/components/base-grid.vue.d.ts.map +1 -0
  3430. package/types/components/base-keyboard-navigation.vue.d.ts +80 -0
  3431. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -0
  3432. package/types/components/base-rating.vue.d.ts +38 -0
  3433. package/types/components/base-rating.vue.d.ts.map +1 -0
  3434. package/types/components/base-variable-column-grid.vue.d.ts +41 -0
  3435. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -0
  3436. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +31 -0
  3437. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -0
  3438. package/types/components/column-picker/base-column-picker-list.vue.d.ts +29 -0
  3439. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -0
  3440. package/types/components/column-picker/column-picker.mixin.d.ts +59 -0
  3441. package/types/components/column-picker/column-picker.mixin.d.ts.map +1 -0
  3442. package/types/components/column-picker/index.d.ts +4 -0
  3443. package/types/components/column-picker/index.d.ts.map +1 -0
  3444. package/types/components/currency/base-currency.vue.d.ts +79 -0
  3445. package/types/components/currency/base-currency.vue.d.ts.map +1 -0
  3446. package/types/components/currency/index.d.ts +2 -0
  3447. package/types/components/currency/index.d.ts.map +1 -0
  3448. package/types/components/decorators/bus.decorators.d.ts +30 -0
  3449. package/types/components/decorators/bus.decorators.d.ts.map +1 -0
  3450. package/types/components/decorators/debounce.decorators.d.ts +13 -0
  3451. package/types/components/decorators/debounce.decorators.d.ts.map +1 -0
  3452. package/types/components/decorators/injection.consts.d.ts +9 -0
  3453. package/types/components/decorators/injection.consts.d.ts.map +1 -0
  3454. package/types/components/decorators/injection.decorators.d.ts +83 -0
  3455. package/types/components/decorators/injection.decorators.d.ts.map +1 -0
  3456. package/types/components/decorators/store.decorators.d.ts +25 -0
  3457. package/types/components/decorators/store.decorators.d.ts.map +1 -0
  3458. package/types/components/filters/index.d.ts +3 -0
  3459. package/types/components/filters/index.d.ts.map +1 -0
  3460. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +43 -0
  3461. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -0
  3462. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +31 -0
  3463. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -0
  3464. package/types/components/global-x-bus.vue.d.ts +25 -0
  3465. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  3466. package/types/components/icons/arrow.vue.d.ts +3 -0
  3467. package/types/components/icons/arrow.vue.d.ts.map +1 -0
  3468. package/types/components/icons/bag.vue.d.ts +3 -0
  3469. package/types/components/icons/bag.vue.d.ts.map +1 -0
  3470. package/types/components/icons/bar-code.vue.d.ts +3 -0
  3471. package/types/components/icons/bar-code.vue.d.ts.map +1 -0
  3472. package/types/components/icons/barcode-tiny.vue.d.ts +3 -0
  3473. package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -0
  3474. package/types/components/icons/cart.vue.d.ts +3 -0
  3475. package/types/components/icons/cart.vue.d.ts.map +1 -0
  3476. package/types/components/icons/check-tiny.vue.d.ts +3 -0
  3477. package/types/components/icons/check-tiny.vue.d.ts.map +1 -0
  3478. package/types/components/icons/check.vue.d.ts +3 -0
  3479. package/types/components/icons/check.vue.d.ts.map +1 -0
  3480. package/types/components/icons/checkbox-card-selected.vue.d.ts +3 -0
  3481. package/types/components/icons/checkbox-card-selected.vue.d.ts.map +1 -0
  3482. package/types/components/icons/checkbox-card-unselected.vue.d.ts +3 -0
  3483. package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +1 -0
  3484. package/types/components/icons/checkbox-selected.vue.d.ts +3 -0
  3485. package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -0
  3486. package/types/components/icons/checkbox-unselected.vue.d.ts +3 -0
  3487. package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -0
  3488. package/types/components/icons/chevron-down.vue.d.ts +3 -0
  3489. package/types/components/icons/chevron-down.vue.d.ts.map +1 -0
  3490. package/types/components/icons/chevron-left.vue.d.ts +3 -0
  3491. package/types/components/icons/chevron-left.vue.d.ts.map +1 -0
  3492. package/types/components/icons/chevron-right.vue.d.ts +3 -0
  3493. package/types/components/icons/chevron-right.vue.d.ts.map +1 -0
  3494. package/types/components/icons/chevron-tiny-down.vue.d.ts +3 -0
  3495. package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -0
  3496. package/types/components/icons/chevron-tiny-left.vue.d.ts +3 -0
  3497. package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -0
  3498. package/types/components/icons/chevron-tiny-right.vue.d.ts +3 -0
  3499. package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -0
  3500. package/types/components/icons/chevron-tiny-up.vue.d.ts +3 -0
  3501. package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -0
  3502. package/types/components/icons/chevron-up.vue.d.ts +3 -0
  3503. package/types/components/icons/chevron-up.vue.d.ts.map +1 -0
  3504. package/types/components/icons/cross-tiny.vue.d.ts +3 -0
  3505. package/types/components/icons/cross-tiny.vue.d.ts.map +1 -0
  3506. package/types/components/icons/cross.vue.d.ts +3 -0
  3507. package/types/components/icons/cross.vue.d.ts.map +1 -0
  3508. package/types/components/icons/filters.vue.d.ts +3 -0
  3509. package/types/components/icons/filters.vue.d.ts.map +1 -0
  3510. package/types/components/icons/grid-1-col.vue.d.ts +3 -0
  3511. package/types/components/icons/grid-1-col.vue.d.ts.map +1 -0
  3512. package/types/components/icons/grid-2-col.vue.d.ts +3 -0
  3513. package/types/components/icons/grid-2-col.vue.d.ts.map +1 -0
  3514. package/types/components/icons/hide.vue.d.ts +3 -0
  3515. package/types/components/icons/hide.vue.d.ts.map +1 -0
  3516. package/types/components/icons/history-tiny.vue.d.ts +3 -0
  3517. package/types/components/icons/history-tiny.vue.d.ts.map +1 -0
  3518. package/types/components/icons/history.vue.d.ts +3 -0
  3519. package/types/components/icons/history.vue.d.ts.map +1 -0
  3520. package/types/components/icons/index.d.ts +46 -0
  3521. package/types/components/icons/index.d.ts.map +1 -0
  3522. package/types/components/icons/menu.vue.d.ts +3 -0
  3523. package/types/components/icons/menu.vue.d.ts.map +1 -0
  3524. package/types/components/icons/minus-tiny.vue.d.ts +3 -0
  3525. package/types/components/icons/minus-tiny.vue.d.ts.map +1 -0
  3526. package/types/components/icons/minus.vue.d.ts +3 -0
  3527. package/types/components/icons/minus.vue.d.ts.map +1 -0
  3528. package/types/components/icons/nq-1.vue.d.ts +3 -0
  3529. package/types/components/icons/nq-1.vue.d.ts.map +1 -0
  3530. package/types/components/icons/nq-2.vue.d.ts +3 -0
  3531. package/types/components/icons/nq-2.vue.d.ts.map +1 -0
  3532. package/types/components/icons/nq-3.vue.d.ts +3 -0
  3533. package/types/components/icons/nq-3.vue.d.ts.map +1 -0
  3534. package/types/components/icons/nq-4.vue.d.ts +3 -0
  3535. package/types/components/icons/nq-4.vue.d.ts.map +1 -0
  3536. package/types/components/icons/plus.vue.d.ts +3 -0
  3537. package/types/components/icons/plus.vue.d.ts.map +1 -0
  3538. package/types/components/icons/search-tiny.vue.d.ts +3 -0
  3539. package/types/components/icons/search-tiny.vue.d.ts.map +1 -0
  3540. package/types/components/icons/search.vue.d.ts +3 -0
  3541. package/types/components/icons/search.vue.d.ts.map +1 -0
  3542. package/types/components/icons/show.vue.d.ts +3 -0
  3543. package/types/components/icons/show.vue.d.ts.map +1 -0
  3544. package/types/components/icons/star.vue.d.ts +3 -0
  3545. package/types/components/icons/star.vue.d.ts.map +1 -0
  3546. package/types/components/icons/tag.vue.d.ts +3 -0
  3547. package/types/components/icons/tag.vue.d.ts.map +1 -0
  3548. package/types/components/icons/trash-open.vue.d.ts +3 -0
  3549. package/types/components/icons/trash-open.vue.d.ts.map +1 -0
  3550. package/types/components/icons/trash.vue.d.ts +3 -0
  3551. package/types/components/icons/trash.vue.d.ts.map +1 -0
  3552. package/types/components/icons/trending-tiny.vue.d.ts +3 -0
  3553. package/types/components/icons/trending-tiny.vue.d.ts.map +1 -0
  3554. package/types/components/icons/trending.vue.d.ts +3 -0
  3555. package/types/components/icons/trending.vue.d.ts.map +1 -0
  3556. package/types/components/icons/user.vue.d.ts +3 -0
  3557. package/types/components/icons/user.vue.d.ts.map +1 -0
  3558. package/types/components/index.d.ts +36 -0
  3559. package/types/components/index.d.ts.map +1 -0
  3560. package/types/components/items-list-injection.mixin.d.ts +35 -0
  3561. package/types/components/items-list-injection.mixin.d.ts.map +1 -0
  3562. package/types/components/items-list.vue.d.ts +34 -0
  3563. package/types/components/items-list.vue.d.ts.map +1 -0
  3564. package/types/components/layouts/layouts.mixin.d.ts +24 -0
  3565. package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
  3566. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +18 -0
  3567. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
  3568. package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
  3569. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
  3570. package/types/components/location-provider.vue.d.ts +17 -0
  3571. package/types/components/location-provider.vue.d.ts.map +1 -0
  3572. package/types/components/modals/base-events-modal-close.vue.d.ts +14 -0
  3573. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -0
  3574. package/types/components/modals/base-events-modal-open.vue.d.ts +14 -0
  3575. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -0
  3576. package/types/components/modals/base-events-modal.vue.d.ts +62 -0
  3577. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -0
  3578. package/types/components/modals/base-id-modal-close.vue.d.ts +13 -0
  3579. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -0
  3580. package/types/components/modals/base-id-modal-open.vue.d.ts +13 -0
  3581. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -0
  3582. package/types/components/modals/base-id-modal.vue.d.ts +46 -0
  3583. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -0
  3584. package/types/components/modals/base-modal.vue.d.ts +73 -0
  3585. package/types/components/modals/base-modal.vue.d.ts.map +1 -0
  3586. package/types/components/modals/index.d.ts +8 -0
  3587. package/types/components/modals/index.d.ts.map +1 -0
  3588. package/types/components/no-element.d.ts +9 -0
  3589. package/types/components/no-element.d.ts.map +1 -0
  3590. package/types/components/panels/base-header-toggle-panel.vue.d.ts +40 -0
  3591. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -0
  3592. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +37 -0
  3593. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -0
  3594. package/types/components/panels/base-id-toggle-panel.vue.d.ts +57 -0
  3595. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -0
  3596. package/types/components/panels/base-toggle-panel.vue.d.ts +23 -0
  3597. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -0
  3598. package/types/components/panels/index.d.ts +5 -0
  3599. package/types/components/panels/index.d.ts.map +1 -0
  3600. package/types/components/result/base-result-add-to-cart.vue.d.ts +26 -0
  3601. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -0
  3602. package/types/components/result/base-result-current-price.vue.d.ts +44 -0
  3603. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -0
  3604. package/types/components/result/base-result-fallback-image.vue.d.ts +3 -0
  3605. package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -0
  3606. package/types/components/result/base-result-image.vue.d.ts +101 -0
  3607. package/types/components/result/base-result-image.vue.d.ts.map +1 -0
  3608. package/types/components/result/base-result-link.vue.d.ts +49 -0
  3609. package/types/components/result/base-result-link.vue.d.ts.map +1 -0
  3610. package/types/components/result/base-result-placeholder-image.vue.d.ts +3 -0
  3611. package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -0
  3612. package/types/components/result/base-result-previous-price.vue.d.ts +34 -0
  3613. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -0
  3614. package/types/components/result/index.d.ts +8 -0
  3615. package/types/components/result/index.d.ts.map +1 -0
  3616. package/types/components/scroll/base-scroll.vue.d.ts +12 -0
  3617. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -0
  3618. package/types/components/scroll/index.d.ts +4 -0
  3619. package/types/components/scroll/index.d.ts.map +1 -0
  3620. package/types/components/scroll/scroll.mixin.d.ts +178 -0
  3621. package/types/components/scroll/scroll.mixin.d.ts.map +1 -0
  3622. package/types/components/scroll/scroll.types.d.ts +7 -0
  3623. package/types/components/scroll/scroll.types.d.ts.map +1 -0
  3624. package/types/components/sliding-panel.vue.d.ts +89 -0
  3625. package/types/components/sliding-panel.vue.d.ts.map +1 -0
  3626. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  3627. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  3628. package/types/components/staggering-transition-group.vue.d.ts +273 -0
  3629. package/types/components/staggering-transition-group.vue.d.ts.map +1 -0
  3630. package/types/components/suggestions/base-suggestion.vue.d.ts +99 -0
  3631. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -0
  3632. package/types/components/suggestions/base-suggestions.vue.d.ts +60 -0
  3633. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -0
  3634. package/types/components/suggestions/index.d.ts +3 -0
  3635. package/types/components/suggestions/index.d.ts.map +1 -0
  3636. package/types/components/x-component.mixin.d.ts +14 -0
  3637. package/types/components/x-component.mixin.d.ts.map +1 -0
  3638. package/types/components/x-component.types.d.ts +19 -0
  3639. package/types/components/x-component.types.d.ts.map +1 -0
  3640. package/types/components/x-component.utils.d.ts +36 -0
  3641. package/types/components/x-component.utils.d.ts.map +1 -0
  3642. package/types/directives/index.d.ts +2 -0
  3643. package/types/directives/index.d.ts.map +1 -0
  3644. package/types/directives/infinite-scroll/index.d.ts +3 -0
  3645. package/types/directives/infinite-scroll/index.d.ts.map +1 -0
  3646. package/types/directives/infinite-scroll/infinite-scroll.d.ts +49 -0
  3647. package/types/directives/infinite-scroll/infinite-scroll.d.ts.map +1 -0
  3648. package/types/directives/infinite-scroll/infinite-scroll.types.d.ts +25 -0
  3649. package/types/directives/infinite-scroll/infinite-scroll.types.d.ts.map +1 -0
  3650. package/types/filters/compile-message.filter.d.ts +11 -0
  3651. package/types/filters/compile-message.filter.d.ts.map +1 -0
  3652. package/types/filters/filters.registry.d.ts +7 -0
  3653. package/types/filters/filters.registry.d.ts.map +1 -0
  3654. package/types/filters/index.d.ts +2 -0
  3655. package/types/filters/index.d.ts.map +1 -0
  3656. package/types/index.d.ts +33 -0
  3657. package/types/index.d.ts.map +1 -0
  3658. package/types/plugins/index.d.ts +6 -0
  3659. package/types/plugins/index.d.ts.map +1 -0
  3660. package/types/plugins/x-bus.d.ts +48 -0
  3661. package/types/plugins/x-bus.d.ts.map +1 -0
  3662. package/types/plugins/x-bus.types.d.ts +74 -0
  3663. package/types/plugins/x-bus.types.d.ts.map +1 -0
  3664. package/types/plugins/x-emitters.d.ts +26 -0
  3665. package/types/plugins/x-emitters.d.ts.map +1 -0
  3666. package/types/plugins/x-plugin.alias.d.ts +14 -0
  3667. package/types/plugins/x-plugin.alias.d.ts.map +1 -0
  3668. package/types/plugins/x-plugin.d.ts +283 -0
  3669. package/types/plugins/x-plugin.d.ts.map +1 -0
  3670. package/types/plugins/x-plugin.mixin.d.ts +45 -0
  3671. package/types/plugins/x-plugin.mixin.d.ts.map +1 -0
  3672. package/types/plugins/x-plugin.types.d.ts +207 -0
  3673. package/types/plugins/x-plugin.types.d.ts.map +1 -0
  3674. package/types/plugins/x-plugin.utils.d.ts +18 -0
  3675. package/types/plugins/x-plugin.utils.d.ts.map +1 -0
  3676. package/types/router.d.ts +4 -0
  3677. package/types/router.d.ts.map +1 -0
  3678. package/types/services/directional-focus-navigation.service.d.ts +252 -0
  3679. package/types/services/directional-focus-navigation.service.d.ts.map +1 -0
  3680. package/types/services/index.d.ts +3 -0
  3681. package/types/services/index.d.ts.map +1 -0
  3682. package/types/services/services.types.d.ts +52 -0
  3683. package/types/services/services.types.d.ts.map +1 -0
  3684. package/types/store/actions.types.d.ts +68 -0
  3685. package/types/store/actions.types.d.ts.map +1 -0
  3686. package/types/store/getters.types.d.ts +27 -0
  3687. package/types/store/getters.types.d.ts.map +1 -0
  3688. package/types/store/index.d.ts +9 -0
  3689. package/types/store/index.d.ts.map +1 -0
  3690. package/types/store/mutations.types.d.ts +34 -0
  3691. package/types/store/mutations.types.d.ts.map +1 -0
  3692. package/types/store/store.types.d.ts +149 -0
  3693. package/types/store/store.types.d.ts.map +1 -0
  3694. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
  3695. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
  3696. package/types/store/utils/getters-proxy.utils.d.ts +41 -0
  3697. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
  3698. package/types/store/utils/status-store.utils.d.ts +41 -0
  3699. package/types/store/utils/status-store.utils.d.ts.map +1 -0
  3700. package/types/store/utils/store-emitters.utils.d.ts +81 -0
  3701. package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
  3702. package/types/store/x.module.d.ts +20 -0
  3703. package/types/store/x.module.d.ts.map +1 -0
  3704. package/types/types/index.d.ts +3 -0
  3705. package/types/types/index.d.ts.map +1 -0
  3706. package/types/types/origin.d.ts +46 -0
  3707. package/types/types/origin.d.ts.map +1 -0
  3708. package/types/types/url-params.d.ts +15 -0
  3709. package/types/types/url-params.d.ts.map +1 -0
  3710. package/types/utils/array.d.ts +157 -0
  3711. package/types/utils/array.d.ts.map +1 -0
  3712. package/types/utils/cancellable-promise.d.ts +45 -0
  3713. package/types/utils/cancellable-promise.d.ts.map +1 -0
  3714. package/types/utils/clone.d.ts +10 -0
  3715. package/types/utils/clone.d.ts.map +1 -0
  3716. package/types/utils/currency-formatter.d.ts +30 -0
  3717. package/types/utils/currency-formatter.d.ts.map +1 -0
  3718. package/types/utils/debounce.d.ts +39 -0
  3719. package/types/utils/debounce.d.ts.map +1 -0
  3720. package/types/utils/filters.d.ts +24 -0
  3721. package/types/utils/filters.d.ts.map +1 -0
  3722. package/types/utils/function.d.ts +8 -0
  3723. package/types/utils/function.d.ts.map +1 -0
  3724. package/types/utils/get-url-parameters.d.ts +9 -0
  3725. package/types/utils/get-url-parameters.d.ts.map +1 -0
  3726. package/types/utils/html.d.ts +11 -0
  3727. package/types/utils/html.d.ts.map +1 -0
  3728. package/types/utils/index.d.ts +19 -0
  3729. package/types/utils/index.d.ts.map +1 -0
  3730. package/types/utils/normalize.d.ts +11 -0
  3731. package/types/utils/normalize.d.ts.map +1 -0
  3732. package/types/utils/number.d.ts +12 -0
  3733. package/types/utils/number.d.ts.map +1 -0
  3734. package/types/utils/object.d.ts +49 -0
  3735. package/types/utils/object.d.ts.map +1 -0
  3736. package/types/utils/origin.d.ts +15 -0
  3737. package/types/utils/origin.d.ts.map +1 -0
  3738. package/types/utils/sanitize.d.ts +9 -0
  3739. package/types/utils/sanitize.d.ts.map +1 -0
  3740. package/types/utils/storage.d.ts +11 -0
  3741. package/types/utils/storage.d.ts.map +1 -0
  3742. package/types/utils/string.d.ts +37 -0
  3743. package/types/utils/string.d.ts.map +1 -0
  3744. package/types/utils/throttle.d.ts +12 -0
  3745. package/types/utils/throttle.d.ts.map +1 -0
  3746. package/types/utils/types.d.ts +173 -0
  3747. package/types/utils/types.d.ts.map +1 -0
  3748. package/types/views/base-config.d.ts +5 -0
  3749. package/types/views/base-config.d.ts.map +1 -0
  3750. package/types/wiring/events.types.d.ts +185 -0
  3751. package/types/wiring/events.types.d.ts.map +1 -0
  3752. package/types/wiring/index.d.ts +9 -0
  3753. package/types/wiring/index.d.ts.map +1 -0
  3754. package/types/wiring/namespaced-wires.factory.d.ts +39 -0
  3755. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -0
  3756. package/types/wiring/namespaced-wires.operators.d.ts +28 -0
  3757. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -0
  3758. package/types/wiring/namespaced-wiring.types.d.ts +113 -0
  3759. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -0
  3760. package/types/wiring/utils/wire-racing-handling.d.ts +27 -0
  3761. package/types/wiring/utils/wire-racing-handling.d.ts.map +1 -0
  3762. package/types/wiring/wires.factory.d.ts +114 -0
  3763. package/types/wiring/wires.factory.d.ts.map +1 -0
  3764. package/types/wiring/wires.operators.d.ts +99 -0
  3765. package/types/wiring/wires.operators.d.ts.map +1 -0
  3766. package/types/wiring/wiring.types.d.ts +134 -0
  3767. package/types/wiring/wiring.types.d.ts.map +1 -0
  3768. package/types/wiring/wiring.utils.d.ts +28 -0
  3769. package/types/wiring/wiring.utils.d.ts.map +1 -0
  3770. package/types/x-installer/api/api.types.d.ts +80 -0
  3771. package/types/x-installer/api/api.types.d.ts.map +1 -0
  3772. package/types/x-installer/api/base-api.d.ts +59 -0
  3773. package/types/x-installer/api/base-api.d.ts.map +1 -0
  3774. package/types/x-installer/api/index.d.ts +3 -0
  3775. package/types/x-installer/api/index.d.ts.map +1 -0
  3776. package/types/x-installer/index.d.ts +3 -0
  3777. package/types/x-installer/index.d.ts.map +1 -0
  3778. package/types/x-installer/x-installer/index.d.ts +3 -0
  3779. package/types/x-installer/x-installer/index.d.ts.map +1 -0
  3780. package/types/x-installer/x-installer/types.d.ts +77 -0
  3781. package/types/x-installer/x-installer/types.d.ts.map +1 -0
  3782. package/types/x-installer/x-installer/x-installer.d.ts +216 -0
  3783. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -0
  3784. package/types/x-modules/device/components/device-detector.vue.d.ts +89 -0
  3785. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -0
  3786. package/types/x-modules/device/components/index.d.ts +2 -0
  3787. package/types/x-modules/device/components/index.d.ts.map +1 -0
  3788. package/types/x-modules/device/events.types.d.ts +14 -0
  3789. package/types/x-modules/device/events.types.d.ts.map +1 -0
  3790. package/types/x-modules/device/index.d.ts +6 -0
  3791. package/types/x-modules/device/index.d.ts.map +1 -0
  3792. package/types/x-modules/device/store/emitters.d.ts +7 -0
  3793. package/types/x-modules/device/store/emitters.d.ts.map +1 -0
  3794. package/types/x-modules/device/store/index.d.ts +4 -0
  3795. package/types/x-modules/device/store/index.d.ts.map +1 -0
  3796. package/types/x-modules/device/store/module.d.ts +8 -0
  3797. package/types/x-modules/device/store/module.d.ts.map +1 -0
  3798. package/types/x-modules/device/store/types.d.ts +48 -0
  3799. package/types/x-modules/device/store/types.d.ts.map +1 -0
  3800. package/types/x-modules/device/wiring.d.ts +17 -0
  3801. package/types/x-modules/device/wiring.d.ts.map +1 -0
  3802. package/types/x-modules/device/x-module.d.ts +16 -0
  3803. package/types/x-modules/device/x-module.d.ts.map +1 -0
  3804. package/types/x-modules/empathize/components/empathize.vue.d.ts +68 -0
  3805. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -0
  3806. package/types/x-modules/empathize/components/index.d.ts +2 -0
  3807. package/types/x-modules/empathize/components/index.d.ts.map +1 -0
  3808. package/types/x-modules/empathize/config.types.d.ts +8 -0
  3809. package/types/x-modules/empathize/config.types.d.ts.map +1 -0
  3810. package/types/x-modules/empathize/events.types.d.ts +24 -0
  3811. package/types/x-modules/empathize/events.types.d.ts.map +1 -0
  3812. package/types/x-modules/empathize/index.d.ts +7 -0
  3813. package/types/x-modules/empathize/index.d.ts.map +1 -0
  3814. package/types/x-modules/empathize/store/emitters.d.ts +7 -0
  3815. package/types/x-modules/empathize/store/emitters.d.ts.map +1 -0
  3816. package/types/x-modules/empathize/store/index.d.ts +4 -0
  3817. package/types/x-modules/empathize/store/index.d.ts.map +1 -0
  3818. package/types/x-modules/empathize/store/module.d.ts +8 -0
  3819. package/types/x-modules/empathize/store/module.d.ts.map +1 -0
  3820. package/types/x-modules/empathize/store/types.d.ts +55 -0
  3821. package/types/x-modules/empathize/store/types.d.ts.map +1 -0
  3822. package/types/x-modules/empathize/wiring.d.ts +14 -0
  3823. package/types/x-modules/empathize/wiring.d.ts.map +1 -0
  3824. package/types/x-modules/empathize/x-module.d.ts +16 -0
  3825. package/types/x-modules/empathize/x-module.d.ts.map +1 -0
  3826. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
  3827. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
  3828. package/types/x-modules/extra-params/components/index.d.ts +4 -0
  3829. package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
  3830. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
  3831. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
  3832. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +35 -0
  3833. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
  3834. package/types/x-modules/extra-params/events.types.d.ts +30 -0
  3835. package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
  3836. package/types/x-modules/extra-params/index.d.ts +6 -0
  3837. package/types/x-modules/extra-params/index.d.ts.map +1 -0
  3838. package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
  3839. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
  3840. package/types/x-modules/extra-params/store/index.d.ts +4 -0
  3841. package/types/x-modules/extra-params/store/index.d.ts.map +1 -0
  3842. package/types/x-modules/extra-params/store/module.d.ts +8 -0
  3843. package/types/x-modules/extra-params/store/module.d.ts.map +1 -0
  3844. package/types/x-modules/extra-params/store/types.d.ts +39 -0
  3845. package/types/x-modules/extra-params/store/types.d.ts.map +1 -0
  3846. package/types/x-modules/extra-params/wiring.d.ts +23 -0
  3847. package/types/x-modules/extra-params/wiring.d.ts.map +1 -0
  3848. package/types/x-modules/extra-params/x-module.d.ts +16 -0
  3849. package/types/x-modules/extra-params/x-module.d.ts.map +1 -0
  3850. package/types/x-modules/facets/components/clear-filters.vue.d.ts +74 -0
  3851. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -0
  3852. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +75 -0
  3853. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
  3854. package/types/x-modules/facets/components/facets/facets.vue.d.ts +101 -0
  3855. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
  3856. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +44 -0
  3857. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -0
  3858. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +39 -0
  3859. package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +1 -0
  3860. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +150 -0
  3861. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -0
  3862. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +55 -0
  3863. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -0
  3864. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +29 -0
  3865. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -0
  3866. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +50 -0
  3867. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -0
  3868. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +29 -0
  3869. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -0
  3870. package/types/x-modules/facets/components/index.d.ts +19 -0
  3871. package/types/x-modules/facets/components/index.d.ts.map +1 -0
  3872. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +26 -0
  3873. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -0
  3874. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +57 -0
  3875. package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -0
  3876. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +43 -0
  3877. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
  3878. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +50 -0
  3879. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -0
  3880. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +59 -0
  3881. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -0
  3882. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +63 -0
  3883. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
  3884. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +58 -0
  3885. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -0
  3886. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
  3887. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
  3888. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
  3889. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
  3890. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
  3891. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
  3892. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +67 -0
  3893. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
  3894. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +59 -0
  3895. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
  3896. package/types/x-modules/facets/entities/index.d.ts +9 -0
  3897. package/types/x-modules/facets/entities/index.d.ts.map +1 -0
  3898. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -0
  3899. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
  3900. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -0
  3901. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
  3902. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -0
  3903. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
  3904. package/types/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
  3905. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
  3906. package/types/x-modules/facets/entities/types.d.ts +63 -0
  3907. package/types/x-modules/facets/entities/types.d.ts.map +1 -0
  3908. package/types/x-modules/facets/events.types.d.ts +78 -0
  3909. package/types/x-modules/facets/events.types.d.ts.map +1 -0
  3910. package/types/x-modules/facets/index.d.ts +9 -0
  3911. package/types/x-modules/facets/index.d.ts.map +1 -0
  3912. package/types/x-modules/facets/service/facets.service.d.ts +120 -0
  3913. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -0
  3914. package/types/x-modules/facets/service/index.d.ts +3 -0
  3915. package/types/x-modules/facets/service/index.d.ts.map +1 -0
  3916. package/types/x-modules/facets/service/types.d.ts +68 -0
  3917. package/types/x-modules/facets/service/types.d.ts.map +1 -0
  3918. package/types/x-modules/facets/store/emitters.d.ts +13 -0
  3919. package/types/x-modules/facets/store/emitters.d.ts.map +1 -0
  3920. package/types/x-modules/facets/store/getters/facets.getter.d.ts +12 -0
  3921. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -0
  3922. package/types/x-modules/facets/store/getters/index.d.ts +4 -0
  3923. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -0
  3924. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +17 -0
  3925. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -0
  3926. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +13 -0
  3927. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -0
  3928. package/types/x-modules/facets/store/index.d.ts +5 -0
  3929. package/types/x-modules/facets/store/index.d.ts.map +1 -0
  3930. package/types/x-modules/facets/store/module.d.ts +8 -0
  3931. package/types/x-modules/facets/store/module.d.ts.map +1 -0
  3932. package/types/x-modules/facets/store/types.d.ts +127 -0
  3933. package/types/x-modules/facets/store/types.d.ts.map +1 -0
  3934. package/types/x-modules/facets/utils.d.ts +30 -0
  3935. package/types/x-modules/facets/utils.d.ts.map +1 -0
  3936. package/types/x-modules/facets/wiring.d.ts +35 -0
  3937. package/types/x-modules/facets/wiring.d.ts.map +1 -0
  3938. package/types/x-modules/facets/x-module.d.ts +16 -0
  3939. package/types/x-modules/facets/x-module.d.ts.map +1 -0
  3940. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +41 -0
  3941. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -0
  3942. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +34 -0
  3943. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -0
  3944. package/types/x-modules/history-queries/components/history-query.vue.d.ts +32 -0
  3945. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -0
  3946. package/types/x-modules/history-queries/components/index.d.ts +5 -0
  3947. package/types/x-modules/history-queries/components/index.d.ts.map +1 -0
  3948. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +29 -0
  3949. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -0
  3950. package/types/x-modules/history-queries/config.types.d.ts +34 -0
  3951. package/types/x-modules/history-queries/config.types.d.ts.map +1 -0
  3952. package/types/x-modules/history-queries/events.types.d.ts +46 -0
  3953. package/types/x-modules/history-queries/events.types.d.ts.map +1 -0
  3954. package/types/x-modules/history-queries/index.d.ts +7 -0
  3955. package/types/x-modules/history-queries/index.d.ts.map +1 -0
  3956. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +92 -0
  3957. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -0
  3958. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +11 -0
  3959. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -0
  3960. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +10 -0
  3961. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -0
  3962. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +12 -0
  3963. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -0
  3964. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +11 -0
  3965. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -0
  3966. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
  3967. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  3968. package/types/x-modules/history-queries/store/constants.d.ts +3 -0
  3969. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -0
  3970. package/types/x-modules/history-queries/store/emitters.d.ts +17 -0
  3971. package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -0
  3972. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +36 -0
  3973. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -0
  3974. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -0
  3975. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
  3976. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +11 -0
  3977. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -0
  3978. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +9 -0
  3979. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -0
  3980. package/types/x-modules/history-queries/store/index.d.ts +12 -0
  3981. package/types/x-modules/history-queries/store/index.d.ts.map +1 -0
  3982. package/types/x-modules/history-queries/store/module.d.ts +8 -0
  3983. package/types/x-modules/history-queries/store/module.d.ts.map +1 -0
  3984. package/types/x-modules/history-queries/store/types.d.ts +171 -0
  3985. package/types/x-modules/history-queries/store/types.d.ts.map +1 -0
  3986. package/types/x-modules/history-queries/wiring.d.ts +77 -0
  3987. package/types/x-modules/history-queries/wiring.d.ts.map +1 -0
  3988. package/types/x-modules/history-queries/x-module.d.ts +16 -0
  3989. package/types/x-modules/history-queries/x-module.d.ts.map +1 -0
  3990. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +37 -0
  3991. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -0
  3992. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +32 -0
  3993. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -0
  3994. package/types/x-modules/identifier-results/components/index.d.ts +3 -0
  3995. package/types/x-modules/identifier-results/components/index.d.ts.map +1 -0
  3996. package/types/x-modules/identifier-results/config.types.d.ts +26 -0
  3997. package/types/x-modules/identifier-results/config.types.d.ts.map +1 -0
  3998. package/types/x-modules/identifier-results/events.types.d.ts +27 -0
  3999. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -0
  4000. package/types/x-modules/identifier-results/index.d.ts +7 -0
  4001. package/types/x-modules/identifier-results/index.d.ts.map +1 -0
  4002. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +16 -0
  4003. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -0
  4004. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +14 -0
  4005. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -0
  4006. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
  4007. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
  4008. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +12 -0
  4009. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -0
  4010. package/types/x-modules/identifier-results/store/emitters.d.ts +13 -0
  4011. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -0
  4012. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +12 -0
  4013. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -0
  4014. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +12 -0
  4015. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -0
  4016. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +12 -0
  4017. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -0
  4018. package/types/x-modules/identifier-results/store/index.d.ts +11 -0
  4019. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -0
  4020. package/types/x-modules/identifier-results/store/module.d.ts +8 -0
  4021. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -0
  4022. package/types/x-modules/identifier-results/store/types.d.ts +116 -0
  4023. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -0
  4024. package/types/x-modules/identifier-results/wiring.d.ts +64 -0
  4025. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -0
  4026. package/types/x-modules/identifier-results/x-module.d.ts +16 -0
  4027. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -0
  4028. package/types/x-modules/next-queries/components/index.d.ts +4 -0
  4029. package/types/x-modules/next-queries/components/index.d.ts.map +1 -0
  4030. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +65 -0
  4031. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
  4032. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +32 -0
  4033. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -0
  4034. package/types/x-modules/next-queries/components/next-query.vue.d.ts +26 -0
  4035. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -0
  4036. package/types/x-modules/next-queries/config.types.d.ts +38 -0
  4037. package/types/x-modules/next-queries/config.types.d.ts.map +1 -0
  4038. package/types/x-modules/next-queries/events.types.d.ts +32 -0
  4039. package/types/x-modules/next-queries/events.types.d.ts.map +1 -0
  4040. package/types/x-modules/next-queries/index.d.ts +7 -0
  4041. package/types/x-modules/next-queries/index.d.ts.map +1 -0
  4042. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +15 -0
  4043. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -0
  4044. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +14 -0
  4045. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -0
  4046. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +11 -0
  4047. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -0
  4048. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
  4049. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
  4050. package/types/x-modules/next-queries/store/emitters.d.ts +13 -0
  4051. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -0
  4052. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +12 -0
  4053. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -0
  4054. package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -0
  4055. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -0
  4056. package/types/x-modules/next-queries/store/index.d.ts +9 -0
  4057. package/types/x-modules/next-queries/store/index.d.ts.map +1 -0
  4058. package/types/x-modules/next-queries/store/module.d.ts +8 -0
  4059. package/types/x-modules/next-queries/store/module.d.ts.map +1 -0
  4060. package/types/x-modules/next-queries/store/types.d.ts +111 -0
  4061. package/types/x-modules/next-queries/store/types.d.ts.map +1 -0
  4062. package/types/x-modules/next-queries/types.d.ts +12 -0
  4063. package/types/x-modules/next-queries/types.d.ts.map +1 -0
  4064. package/types/x-modules/next-queries/wiring.d.ts +54 -0
  4065. package/types/x-modules/next-queries/wiring.d.ts.map +1 -0
  4066. package/types/x-modules/next-queries/x-module.d.ts +16 -0
  4067. package/types/x-modules/next-queries/x-module.d.ts.map +1 -0
  4068. package/types/x-modules/popular-searches/components/index.d.ts +3 -0
  4069. package/types/x-modules/popular-searches/components/index.d.ts.map +1 -0
  4070. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +26 -0
  4071. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -0
  4072. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +31 -0
  4073. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -0
  4074. package/types/x-modules/popular-searches/config.types.d.ts +54 -0
  4075. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -0
  4076. package/types/x-modules/popular-searches/events.types.d.ts +26 -0
  4077. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -0
  4078. package/types/x-modules/popular-searches/index.d.ts +7 -0
  4079. package/types/x-modules/popular-searches/index.d.ts.map +1 -0
  4080. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
  4081. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
  4082. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +13 -0
  4083. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -0
  4084. package/types/x-modules/popular-searches/store/emitters.d.ts +12 -0
  4085. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -0
  4086. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +13 -0
  4087. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -0
  4088. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +13 -0
  4089. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -0
  4090. package/types/x-modules/popular-searches/store/index.d.ts +8 -0
  4091. package/types/x-modules/popular-searches/store/index.d.ts.map +1 -0
  4092. package/types/x-modules/popular-searches/store/module.d.ts +8 -0
  4093. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -0
  4094. package/types/x-modules/popular-searches/store/types.d.ts +91 -0
  4095. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -0
  4096. package/types/x-modules/popular-searches/wiring.d.ts +29 -0
  4097. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -0
  4098. package/types/x-modules/popular-searches/x-module.d.ts +16 -0
  4099. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -0
  4100. package/types/x-modules/query-suggestions/components/index.d.ts +3 -0
  4101. package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -0
  4102. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +32 -0
  4103. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -0
  4104. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +30 -0
  4105. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -0
  4106. package/types/x-modules/query-suggestions/config.types.d.ts +60 -0
  4107. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -0
  4108. package/types/x-modules/query-suggestions/events.types.d.ts +33 -0
  4109. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -0
  4110. package/types/x-modules/query-suggestions/index.d.ts +7 -0
  4111. package/types/x-modules/query-suggestions/index.d.ts.map +1 -0
  4112. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
  4113. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
  4114. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +14 -0
  4115. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -0
  4116. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
  4117. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
  4118. package/types/x-modules/query-suggestions/store/emitters.d.ts +10 -0
  4119. package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -0
  4120. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +13 -0
  4121. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -0
  4122. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +35 -0
  4123. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -0
  4124. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +13 -0
  4125. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -0
  4126. package/types/x-modules/query-suggestions/store/index.d.ts +9 -0
  4127. package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -0
  4128. package/types/x-modules/query-suggestions/store/module.d.ts +8 -0
  4129. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -0
  4130. package/types/x-modules/query-suggestions/store/types.d.ts +102 -0
  4131. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -0
  4132. package/types/x-modules/query-suggestions/wiring.d.ts +57 -0
  4133. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -0
  4134. package/types/x-modules/query-suggestions/x-module.d.ts +16 -0
  4135. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -0
  4136. package/types/x-modules/recommendations/components/index.d.ts +2 -0
  4137. package/types/x-modules/recommendations/components/index.d.ts.map +1 -0
  4138. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +49 -0
  4139. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -0
  4140. package/types/x-modules/recommendations/config.types.d.ts +12 -0
  4141. package/types/x-modules/recommendations/config.types.d.ts.map +1 -0
  4142. package/types/x-modules/recommendations/events.types.d.ts +27 -0
  4143. package/types/x-modules/recommendations/events.types.d.ts.map +1 -0
  4144. package/types/x-modules/recommendations/index.d.ts +7 -0
  4145. package/types/x-modules/recommendations/index.d.ts.map +1 -0
  4146. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +17 -0
  4147. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -0
  4148. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +13 -0
  4149. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -0
  4150. package/types/x-modules/recommendations/store/constants.d.ts +7 -0
  4151. package/types/x-modules/recommendations/store/constants.d.ts.map +1 -0
  4152. package/types/x-modules/recommendations/store/emitters.d.ts +12 -0
  4153. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -0
  4154. package/types/x-modules/recommendations/store/getters/request.getter.d.ts +12 -0
  4155. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -0
  4156. package/types/x-modules/recommendations/store/index.d.ts +8 -0
  4157. package/types/x-modules/recommendations/store/index.d.ts.map +1 -0
  4158. package/types/x-modules/recommendations/store/module.d.ts +8 -0
  4159. package/types/x-modules/recommendations/store/module.d.ts.map +1 -0
  4160. package/types/x-modules/recommendations/store/types.d.ts +84 -0
  4161. package/types/x-modules/recommendations/store/types.d.ts.map +1 -0
  4162. package/types/x-modules/recommendations/wiring.d.ts +21 -0
  4163. package/types/x-modules/recommendations/wiring.d.ts.map +1 -0
  4164. package/types/x-modules/recommendations/x-module.d.ts +16 -0
  4165. package/types/x-modules/recommendations/x-module.d.ts.map +1 -0
  4166. package/types/x-modules/related-tags/components/index.d.ts +3 -0
  4167. package/types/x-modules/related-tags/components/index.d.ts.map +1 -0
  4168. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +69 -0
  4169. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -0
  4170. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +34 -0
  4171. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -0
  4172. package/types/x-modules/related-tags/config.types.d.ts +12 -0
  4173. package/types/x-modules/related-tags/config.types.d.ts.map +1 -0
  4174. package/types/x-modules/related-tags/events.types.d.ts +45 -0
  4175. package/types/x-modules/related-tags/events.types.d.ts.map +1 -0
  4176. package/types/x-modules/related-tags/index.d.ts +7 -0
  4177. package/types/x-modules/related-tags/index.d.ts.map +1 -0
  4178. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +15 -0
  4179. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -0
  4180. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +13 -0
  4181. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -0
  4182. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
  4183. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
  4184. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +12 -0
  4185. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -0
  4186. package/types/x-modules/related-tags/store/emitters.d.ts +14 -0
  4187. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -0
  4188. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +12 -0
  4189. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -0
  4190. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +13 -0
  4191. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -0
  4192. package/types/x-modules/related-tags/store/index.d.ts +9 -0
  4193. package/types/x-modules/related-tags/store/index.d.ts.map +1 -0
  4194. package/types/x-modules/related-tags/store/module.d.ts +8 -0
  4195. package/types/x-modules/related-tags/store/module.d.ts.map +1 -0
  4196. package/types/x-modules/related-tags/store/types.d.ts +112 -0
  4197. package/types/x-modules/related-tags/store/types.d.ts.map +1 -0
  4198. package/types/x-modules/related-tags/wiring.d.ts +77 -0
  4199. package/types/x-modules/related-tags/wiring.d.ts.map +1 -0
  4200. package/types/x-modules/related-tags/x-module.d.ts +16 -0
  4201. package/types/x-modules/related-tags/x-module.d.ts.map +1 -0
  4202. package/types/x-modules/scroll/components/index.d.ts +8 -0
  4203. package/types/x-modules/scroll/components/index.d.ts.map +1 -0
  4204. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
  4205. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
  4206. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +121 -0
  4207. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
  4208. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
  4209. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
  4210. package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
  4211. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
  4212. package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
  4213. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
  4214. package/types/x-modules/scroll/components/scroll.vue.d.ts +82 -0
  4215. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
  4216. package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
  4217. package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
  4218. package/types/x-modules/scroll/events.types.d.ts +53 -0
  4219. package/types/x-modules/scroll/events.types.d.ts.map +1 -0
  4220. package/types/x-modules/scroll/index.d.ts +6 -0
  4221. package/types/x-modules/scroll/index.d.ts.map +1 -0
  4222. package/types/x-modules/scroll/store/emitters.d.ts +7 -0
  4223. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
  4224. package/types/x-modules/scroll/store/index.d.ts +4 -0
  4225. package/types/x-modules/scroll/store/index.d.ts.map +1 -0
  4226. package/types/x-modules/scroll/store/module.d.ts +8 -0
  4227. package/types/x-modules/scroll/store/module.d.ts.map +1 -0
  4228. package/types/x-modules/scroll/store/types.d.ts +98 -0
  4229. package/types/x-modules/scroll/store/types.d.ts.map +1 -0
  4230. package/types/x-modules/scroll/wiring.d.ts +74 -0
  4231. package/types/x-modules/scroll/wiring.d.ts.map +1 -0
  4232. package/types/x-modules/scroll/x-module.d.ts +16 -0
  4233. package/types/x-modules/scroll/x-module.d.ts.map +1 -0
  4234. package/types/x-modules/search/components/banner.vue.d.ts +19 -0
  4235. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -0
  4236. package/types/x-modules/search/components/banners-list.vue.d.ts +42 -0
  4237. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -0
  4238. package/types/x-modules/search/components/index.d.ts +14 -0
  4239. package/types/x-modules/search/components/index.d.ts.map +1 -0
  4240. package/types/x-modules/search/components/partial-query-button.vue.d.ts +31 -0
  4241. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -0
  4242. package/types/x-modules/search/components/partial-results-list.vue.d.ts +37 -0
  4243. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -0
  4244. package/types/x-modules/search/components/promoted.vue.d.ts +18 -0
  4245. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -0
  4246. package/types/x-modules/search/components/promoteds-list.vue.d.ts +42 -0
  4247. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -0
  4248. package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
  4249. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
  4250. package/types/x-modules/search/components/results-list.vue.d.ts +39 -0
  4251. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -0
  4252. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +29 -0
  4253. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -0
  4254. package/types/x-modules/search/components/sort-list.vue.d.ts +42 -0
  4255. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -0
  4256. package/types/x-modules/search/components/sort.mixin.d.ts +34 -0
  4257. package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -0
  4258. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +31 -0
  4259. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -0
  4260. package/types/x-modules/search/components/spellcheck.vue.d.ts +26 -0
  4261. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -0
  4262. package/types/x-modules/search/config.types.d.ts +12 -0
  4263. package/types/x-modules/search/config.types.d.ts.map +1 -0
  4264. package/types/x-modules/search/events.types.d.ts +78 -0
  4265. package/types/x-modules/search/events.types.d.ts.map +1 -0
  4266. package/types/x-modules/search/index.d.ts +7 -0
  4267. package/types/x-modules/search/index.d.ts.map +1 -0
  4268. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +15 -0
  4269. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -0
  4270. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +13 -0
  4271. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -0
  4272. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +11 -0
  4273. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -0
  4274. package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
  4275. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
  4276. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
  4277. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
  4278. package/types/x-modules/search/store/emitters.d.ts +21 -0
  4279. package/types/x-modules/search/store/emitters.d.ts.map +1 -0
  4280. package/types/x-modules/search/store/getters/request.getter.d.ts +12 -0
  4281. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -0
  4282. package/types/x-modules/search/store/index.d.ts +7 -0
  4283. package/types/x-modules/search/store/index.d.ts.map +1 -0
  4284. package/types/x-modules/search/store/module.d.ts +8 -0
  4285. package/types/x-modules/search/store/module.d.ts.map +1 -0
  4286. package/types/x-modules/search/store/types.d.ts +237 -0
  4287. package/types/x-modules/search/store/types.d.ts.map +1 -0
  4288. package/types/x-modules/search/wiring.d.ts +165 -0
  4289. package/types/x-modules/search/wiring.d.ts.map +1 -0
  4290. package/types/x-modules/search/x-module.d.ts +16 -0
  4291. package/types/x-modules/search/x-module.d.ts.map +1 -0
  4292. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +26 -0
  4293. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -0
  4294. package/types/x-modules/search-box/components/index.d.ts +4 -0
  4295. package/types/x-modules/search-box/components/index.d.ts.map +1 -0
  4296. package/types/x-modules/search-box/components/search-button.vue.d.ts +32 -0
  4297. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -0
  4298. package/types/x-modules/search-box/components/search-input.vue.d.ts +126 -0
  4299. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -0
  4300. package/types/x-modules/search-box/events.types.d.ts +64 -0
  4301. package/types/x-modules/search-box/events.types.d.ts.map +1 -0
  4302. package/types/x-modules/search-box/index.d.ts +6 -0
  4303. package/types/x-modules/search-box/index.d.ts.map +1 -0
  4304. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
  4305. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
  4306. package/types/x-modules/search-box/store/emitters.d.ts +14 -0
  4307. package/types/x-modules/search-box/store/emitters.d.ts.map +1 -0
  4308. package/types/x-modules/search-box/store/index.d.ts +4 -0
  4309. package/types/x-modules/search-box/store/index.d.ts.map +1 -0
  4310. package/types/x-modules/search-box/store/module.d.ts +8 -0
  4311. package/types/x-modules/search-box/store/module.d.ts.map +1 -0
  4312. package/types/x-modules/search-box/store/types.d.ts +53 -0
  4313. package/types/x-modules/search-box/store/types.d.ts.map +1 -0
  4314. package/types/x-modules/search-box/wiring.d.ts +20 -0
  4315. package/types/x-modules/search-box/wiring.d.ts.map +1 -0
  4316. package/types/x-modules/search-box/x-module.d.ts +16 -0
  4317. package/types/x-modules/search-box/x-module.d.ts.map +1 -0
  4318. package/types/x-modules/tagging/components/index.d.ts +2 -0
  4319. package/types/x-modules/tagging/components/index.d.ts.map +1 -0
  4320. package/types/x-modules/tagging/components/tagging.vue.d.ts +47 -0
  4321. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  4322. package/types/x-modules/tagging/config.types.d.ts +17 -0
  4323. package/types/x-modules/tagging/config.types.d.ts.map +1 -0
  4324. package/types/x-modules/tagging/events.types.d.ts +29 -0
  4325. package/types/x-modules/tagging/events.types.d.ts.map +1 -0
  4326. package/types/x-modules/tagging/index.d.ts +8 -0
  4327. package/types/x-modules/tagging/index.d.ts.map +1 -0
  4328. package/types/x-modules/tagging/service/index.d.ts +3 -0
  4329. package/types/x-modules/tagging/service/index.d.ts.map +1 -0
  4330. package/types/x-modules/tagging/service/session.service.d.ts +37 -0
  4331. package/types/x-modules/tagging/service/session.service.d.ts.map +1 -0
  4332. package/types/x-modules/tagging/service/types.d.ts +21 -0
  4333. package/types/x-modules/tagging/service/types.d.ts.map +1 -0
  4334. package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
  4335. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
  4336. package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
  4337. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
  4338. package/types/x-modules/tagging/store/emitters.d.ts +9 -0
  4339. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -0
  4340. package/types/x-modules/tagging/store/index.d.ts +5 -0
  4341. package/types/x-modules/tagging/store/index.d.ts.map +1 -0
  4342. package/types/x-modules/tagging/store/module.d.ts +8 -0
  4343. package/types/x-modules/tagging/store/module.d.ts.map +1 -0
  4344. package/types/x-modules/tagging/store/types.d.ts +70 -0
  4345. package/types/x-modules/tagging/store/types.d.ts.map +1 -0
  4346. package/types/x-modules/tagging/wiring.d.ts +48 -0
  4347. package/types/x-modules/tagging/wiring.d.ts.map +1 -0
  4348. package/types/x-modules/tagging/x-module.d.ts +16 -0
  4349. package/types/x-modules/tagging/x-module.d.ts.map +1 -0
  4350. package/types/x-modules/url/components/index.d.ts +2 -0
  4351. package/types/x-modules/url/components/index.d.ts.map +1 -0
  4352. package/types/x-modules/url/components/url-handler.vue.d.ts +130 -0
  4353. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
  4354. package/types/x-modules/url/events.types.d.ts +31 -0
  4355. package/types/x-modules/url/events.types.d.ts.map +1 -0
  4356. package/types/x-modules/url/index.d.ts +6 -0
  4357. package/types/x-modules/url/index.d.ts.map +1 -0
  4358. package/types/x-modules/url/store/emitters.d.ts +44 -0
  4359. package/types/x-modules/url/store/emitters.d.ts.map +1 -0
  4360. package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
  4361. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
  4362. package/types/x-modules/url/store/index.d.ts +4 -0
  4363. package/types/x-modules/url/store/index.d.ts.map +1 -0
  4364. package/types/x-modules/url/store/initial-state.d.ts +9 -0
  4365. package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
  4366. package/types/x-modules/url/store/module.d.ts +8 -0
  4367. package/types/x-modules/url/store/module.d.ts.map +1 -0
  4368. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
  4369. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
  4370. package/types/x-modules/url/store/types.d.ts +108 -0
  4371. package/types/x-modules/url/store/types.d.ts.map +1 -0
  4372. package/types/x-modules/url/wiring.d.ts +86 -0
  4373. package/types/x-modules/url/wiring.d.ts.map +1 -0
  4374. package/types/x-modules/url/x-module.d.ts +16 -0
  4375. package/types/x-modules/url/x-module.d.ts.map +1 -0
  4376. package/types/x-modules/x-modules.types.d.ts +86 -0
  4377. package/types/x-modules/x-modules.types.d.ts.map +1 -0
  4378. package/url/index.d.ts +1 -0
  4379. package/url/index.js +5 -0
  4380. package/.browserslistrc +0 -4
  4381. package/.cypress-cucumber-preprocessorrc.json +0 -4
  4382. package/.editorconfig +0 -22
  4383. package/.eslintignore +0 -3
  4384. package/.eslintrc +0 -6
  4385. package/.prettierignore +0 -1
  4386. package/.versionrc.js +0 -4
  4387. package/CONTRIBUTING.md +0 -12
  4388. package/Jenkinsfile +0 -7
  4389. package/LICENSE +0 -190
  4390. package/build/.eslintrc.js +0 -6
  4391. package/build/api-extractor.json +0 -35
  4392. package/build/build.ts +0 -48
  4393. package/build/build.utils.ts +0 -44
  4394. package/build/debugging-build.md +0 -29
  4395. package/build/docgen/documentation.rollup-plugin.ts +0 -151
  4396. package/build/docgen/runbooks-integraton.js +0 -205
  4397. package/build/docgen/templates/docgen-methods.template.js +0 -4
  4398. package/build/docgen/templates/docgen-props.template.js +0 -40
  4399. package/build/docgen/templates/docgen-slots.template.js +0 -70
  4400. package/build/docgen/utils.js +0 -64
  4401. package/build/postcss-dir-pseudo-class.d.ts +0 -6
  4402. package/build/postcss-logical.d.ts +0 -6
  4403. package/build/postcss-types/options.ts +0 -4
  4404. package/build/rollup-plugins/design-system.rollup-plugin.ts +0 -74
  4405. package/build/rollup-plugins/x-components.rollup-plugin.ts +0 -197
  4406. package/build/rollup.config.ts +0 -189
  4407. package/build/tsconfig.json +0 -26
  4408. package/contributing/base-naming.md +0 -347
  4409. package/contributing/commits.md +0 -156
  4410. package/contributing/components.md +0 -473
  4411. package/contributing/concepts.md +0 -36
  4412. package/contributing/design-system.md +0 -227
  4413. package/contributing/tests.md +0 -230
  4414. package/cypress.json +0 -17
  4415. package/docgen.config.js +0 -13
  4416. package/jest.config.js +0 -5
  4417. package/jest.setup.ts +0 -2
  4418. package/public/favicon.ico +0 -0
  4419. package/public/index.html +0 -17
  4420. package/src/App.vue +0 -25
  4421. package/src/__stubs__/banners-stubs.factory.ts +0 -37
  4422. package/src/__stubs__/facets-stubs.factory.ts +0 -708
  4423. package/src/__stubs__/filters-stubs.factory.ts +0 -259
  4424. package/src/__stubs__/history-queries-stubs.factory.ts +0 -32
  4425. package/src/__stubs__/next-queries-stubs.factory.ts +0 -32
  4426. package/src/__stubs__/partials-results-stubs.factory.ts +0 -24
  4427. package/src/__stubs__/promoteds-stubs.factory.ts +0 -37
  4428. package/src/__stubs__/query-suggestions-stubs.factory.ts +0 -46
  4429. package/src/__stubs__/related-tags-stubs.factory.ts +0 -49
  4430. package/src/__stubs__/results-stubs.factory.ts +0 -178
  4431. package/src/__stubs__/search-response-stubs.factory.ts +0 -29
  4432. package/src/__stubs__/suggestions-stubs.factory.ts +0 -43
  4433. package/src/__tests__/adapter.dummy.ts +0 -22
  4434. package/src/__tests__/utils.ts +0 -214
  4435. package/src/components/__tests__/base-dropdown.spec.ts +0 -453
  4436. package/src/components/__tests__/base-event-button.spec.ts +0 -68
  4437. package/src/components/__tests__/base-grid.spec.ts +0 -103
  4438. package/src/components/__tests__/base-keyboard-navigation.spec.ts +0 -64
  4439. package/src/components/__tests__/base-rating.spec.ts +0 -43
  4440. package/src/components/__tests__/base-variable-column-grid.spec.ts +0 -90
  4441. package/src/components/__tests__/no-element.spec.ts +0 -19
  4442. package/src/components/__tests__/sliding-panel.spec.ts +0 -202
  4443. package/src/components/__tests__/staggering-transition-group.spec.ts +0 -187
  4444. package/src/components/__tests__/x-component-mixin.spec.ts +0 -38
  4445. package/src/components/__tests__/x-component-utils.spec.ts +0 -38
  4446. package/src/components/animations/__tests__/animations.spec.ts +0 -24
  4447. package/src/components/animations/animate-width.vue +0 -86
  4448. package/src/components/animations/animations.mixin.ts +0 -53
  4449. package/src/components/animations/collapse-from-top.vue +0 -98
  4450. package/src/components/animations/collapse-height.vue +0 -54
  4451. package/src/components/animations/collapse-width.vue +0 -56
  4452. package/src/components/animations/fade-and-slide.vue +0 -79
  4453. package/src/components/animations/index.ts +0 -7
  4454. package/src/components/animations/staggered-fade-and-slide.vue +0 -80
  4455. package/src/components/base-dropdown.vue +0 -501
  4456. package/src/components/base-event-button.vue +0 -64
  4457. package/src/components/base-grid.vue +0 -206
  4458. package/src/components/base-keyboard-navigation.vue +0 -207
  4459. package/src/components/base-rating.vue +0 -136
  4460. package/src/components/base-variable-column-grid.vue +0 -130
  4461. package/src/components/column-picker/__tests__/base-column-picker-dropdown.spec.ts +0 -269
  4462. package/src/components/column-picker/__tests__/base-column-picker-list.spec.ts +0 -210
  4463. package/src/components/column-picker/base-column-picker-dropdown.vue +0 -185
  4464. package/src/components/column-picker/base-column-picker-list.vue +0 -176
  4465. package/src/components/column-picker/column-picker.mixin.ts +0 -93
  4466. package/src/components/column-picker/index.ts +0 -3
  4467. package/src/components/currency/__tests__/base-currency.spec.ts +0 -140
  4468. package/src/components/currency/base-currency.vue +0 -129
  4469. package/src/components/currency/index.ts +0 -1
  4470. package/src/components/decorators/__tests__/bus.decorators.spec.ts +0 -390
  4471. package/src/components/decorators/__tests__/debounce.decorators.spec.ts +0 -89
  4472. package/src/components/decorators/__tests__/injection.decorators.spec.ts +0 -168
  4473. package/src/components/decorators/__tests__/store.decorators.spec.ts +0 -66
  4474. package/src/components/decorators/bus.decorators.ts +0 -164
  4475. package/src/components/decorators/debounce.decorators.ts +0 -31
  4476. package/src/components/decorators/injection.decorators.ts +0 -252
  4477. package/src/components/decorators/store.decorators.ts +0 -58
  4478. package/src/components/filters/index.ts +0 -3
  4479. package/src/components/filters/labels/__tests__/base-price-label.spec.ts +0 -67
  4480. package/src/components/filters/labels/__tests__/base-rating-filter-label.spec.ts +0 -85
  4481. package/src/components/filters/labels/base-price-filter-label.vue +0 -147
  4482. package/src/components/filters/labels/base-rating-filter-label.vue +0 -105
  4483. package/src/components/icons/arrow.vue +0 -18
  4484. package/src/components/icons/bag.vue +0 -25
  4485. package/src/components/icons/bar-code.vue +0 -29
  4486. package/src/components/icons/barcode-tiny.vue +0 -29
  4487. package/src/components/icons/cart.vue +0 -23
  4488. package/src/components/icons/check-tiny.vue +0 -15
  4489. package/src/components/icons/check.vue +0 -15
  4490. package/src/components/icons/checkbox-card-selected.vue +0 -18
  4491. package/src/components/icons/checkbox-card-unselected.vue +0 -15
  4492. package/src/components/icons/checkbox-selected.vue +0 -18
  4493. package/src/components/icons/checkbox-unselected.vue +0 -15
  4494. package/src/components/icons/chevron-down.vue +0 -21
  4495. package/src/components/icons/chevron-left.vue +0 -20
  4496. package/src/components/icons/chevron-right.vue +0 -15
  4497. package/src/components/icons/chevron-tiny-down.vue +0 -21
  4498. package/src/components/icons/chevron-tiny-left.vue +0 -21
  4499. package/src/components/icons/chevron-tiny-right.vue +0 -21
  4500. package/src/components/icons/chevron-tiny-up.vue +0 -21
  4501. package/src/components/icons/chevron-up.vue +0 -21
  4502. package/src/components/icons/cross-tiny.vue +0 -15
  4503. package/src/components/icons/cross.vue +0 -18
  4504. package/src/components/icons/filters.vue +0 -34
  4505. package/src/components/icons/grid-1-col.vue +0 -25
  4506. package/src/components/icons/grid-2-col.vue +0 -20
  4507. package/src/components/icons/hide.vue +0 -31
  4508. package/src/components/icons/history-tiny.vue +0 -24
  4509. package/src/components/icons/history.vue +0 -24
  4510. package/src/components/icons/index.ts +0 -44
  4511. package/src/components/icons/menu.vue +0 -19
  4512. package/src/components/icons/minus-tiny.vue +0 -15
  4513. package/src/components/icons/minus.vue +0 -15
  4514. package/src/components/icons/nq-1.vue +0 -18
  4515. package/src/components/icons/nq-2.vue +0 -18
  4516. package/src/components/icons/nq-3.vue +0 -18
  4517. package/src/components/icons/nq-4.vue +0 -28
  4518. package/src/components/icons/plus.vue +0 -15
  4519. package/src/components/icons/search-tiny.vue +0 -22
  4520. package/src/components/icons/search.vue +0 -18
  4521. package/src/components/icons/show.vue +0 -21
  4522. package/src/components/icons/star.vue +0 -21
  4523. package/src/components/icons/trash-open.vue +0 -30
  4524. package/src/components/icons/trash.vue +0 -25
  4525. package/src/components/icons/trending-tiny.vue +0 -24
  4526. package/src/components/icons/trending.vue +0 -24
  4527. package/src/components/icons/user.vue +0 -21
  4528. package/src/components/index.ts +0 -31
  4529. package/src/components/layouts/layout.vue +0 -188
  4530. package/src/components/modals/__tests__/base-events-close-button.spec.ts +0 -83
  4531. package/src/components/modals/__tests__/base-events-modal-open-button.spec.ts +0 -83
  4532. package/src/components/modals/__tests__/base-events-modal.spec.ts +0 -161
  4533. package/src/components/modals/__tests__/base-id-modal-close.spec.ts +0 -74
  4534. package/src/components/modals/__tests__/base-id-modal-open.spec.ts +0 -74
  4535. package/src/components/modals/__tests__/base-id-modal.spec.ts +0 -133
  4536. package/src/components/modals/__tests__/base-modal.spec.ts +0 -110
  4537. package/src/components/modals/base-events-modal-close.vue +0 -96
  4538. package/src/components/modals/base-events-modal-open.vue +0 -100
  4539. package/src/components/modals/base-events-modal.vue +0 -200
  4540. package/src/components/modals/base-id-modal-close.vue +0 -74
  4541. package/src/components/modals/base-id-modal-open.vue +0 -75
  4542. package/src/components/modals/base-id-modal.vue +0 -138
  4543. package/src/components/modals/base-modal.vue +0 -229
  4544. package/src/components/modals/index.ts +0 -7
  4545. package/src/components/no-element.ts +0 -13
  4546. package/src/components/panels/__tests__/base-header-toggle-panel.spec.ts +0 -125
  4547. package/src/components/panels/__tests__/base-id-toggle-panel-button.spec.ts +0 -97
  4548. package/src/components/panels/__tests__/base-id-toggle-panel.spec.ts +0 -93
  4549. package/src/components/panels/__tests__/base-toggle-panel.spec.ts +0 -90
  4550. package/src/components/panels/base-header-toggle-panel.vue +0 -128
  4551. package/src/components/panels/base-id-toggle-panel-button.vue +0 -125
  4552. package/src/components/panels/base-id-toggle-panel.vue +0 -147
  4553. package/src/components/panels/base-toggle-panel.vue +0 -59
  4554. package/src/components/panels/index.ts +0 -4
  4555. package/src/components/result/__tests__/base-result-add-to-cart.spec.ts +0 -47
  4556. package/src/components/result/__tests__/base-result-current-price.spec.ts +0 -115
  4557. package/src/components/result/__tests__/base-result-image.spec.ts +0 -77
  4558. package/src/components/result/__tests__/base-result-link.spec.ts +0 -102
  4559. package/src/components/result/__tests__/base-result-previous-price.spec.ts +0 -108
  4560. package/src/components/result/base-result-add-to-cart.vue +0 -73
  4561. package/src/components/result/base-result-current-price.vue +0 -111
  4562. package/src/components/result/base-result-fallback-image.vue +0 -38
  4563. package/src/components/result/base-result-image.vue +0 -224
  4564. package/src/components/result/base-result-link.vue +0 -145
  4565. package/src/components/result/base-result-placeholder-image.vue +0 -51
  4566. package/src/components/result/base-result-previous-price.vue +0 -98
  4567. package/src/components/result/index.ts +0 -7
  4568. package/src/components/scroll/__tests__/base-id-scroll.spec.ts +0 -282
  4569. package/src/components/scroll/__tests__/base-main-scroll.spec.ts +0 -656
  4570. package/src/components/scroll/__tests__/base-scroll-to-top.spec.ts +0 -118
  4571. package/src/components/scroll/__tests__/base-scroll.spec.ts +0 -212
  4572. package/src/components/scroll/base-id-scroll.vue +0 -348
  4573. package/src/components/scroll/base-main-scroll.vue +0 -284
  4574. package/src/components/scroll/base-scroll-to-top.vue +0 -231
  4575. package/src/components/scroll/base-scroll.vue +0 -198
  4576. package/src/components/scroll/index.ts +0 -6
  4577. package/src/components/scroll/scroll.mixin.ts +0 -189
  4578. package/src/components/scroll/scroll.types.ts +0 -6
  4579. package/src/components/sliding-panel.vue +0 -300
  4580. package/src/components/staggering-transition-group.vue +0 -474
  4581. package/src/components/suggestions/__tests__/base-suggestion.spec.ts +0 -68
  4582. package/src/components/suggestions/__tests__/base-suggestions.spec.ts +0 -35
  4583. package/src/components/suggestions/base-suggestion.vue +0 -190
  4584. package/src/components/suggestions/base-suggestions.vue +0 -129
  4585. package/src/components/suggestions/index.ts +0 -2
  4586. package/src/components/x-component.mixin.ts +0 -23
  4587. package/src/components/x-component.types.ts +0 -19
  4588. package/src/components/x-component.utils.ts +0 -45
  4589. package/src/design-system/base/border.tokens.scss +0 -6
  4590. package/src/design-system/base/colors.tokens.scss +0 -12
  4591. package/src/design-system/base/spacing.tokens.scss +0 -12
  4592. package/src/design-system/base/typography.tokens.scss +0 -22
  4593. package/src/design-system/components/button/card.scss +0 -5
  4594. package/src/design-system/components/button/card.tokens.scss +0 -4
  4595. package/src/design-system/components/button/default.scss +0 -34
  4596. package/src/design-system/components/button/default.tokens.scss +0 -20
  4597. package/src/design-system/components/button/ghost.scss +0 -19
  4598. package/src/design-system/components/button/ghost.tokens.scss +0 -6
  4599. package/src/design-system/components/button/pill.scss +0 -5
  4600. package/src/design-system/components/button/pill.tokens.scss +0 -4
  4601. package/src/design-system/components/button/primary.scss +0 -7
  4602. package/src/design-system/components/button/primary.tokens.scss +0 -6
  4603. package/src/design-system/components/button/round.scss +0 -13
  4604. package/src/design-system/components/button/round.tokens.scss +0 -7
  4605. package/src/design-system/components/button/secondary.scss +0 -7
  4606. package/src/design-system/components/button/secondary.tokens.scss +0 -6
  4607. package/src/design-system/components/button/tertiary.scss +0 -7
  4608. package/src/design-system/components/button/tertiary.tokens.scss +0 -6
  4609. package/src/design-system/components/dropdown/card.scss +0 -8
  4610. package/src/design-system/components/dropdown/card.tokens.scss +0 -8
  4611. package/src/design-system/components/dropdown/default.scss +0 -133
  4612. package/src/design-system/components/dropdown/default.tokens.scss +0 -43
  4613. package/src/design-system/components/dropdown/l.scss +0 -4
  4614. package/src/design-system/components/dropdown/l.tokens.scss +0 -4
  4615. package/src/design-system/components/dropdown/line.scss +0 -9
  4616. package/src/design-system/components/dropdown/line.tokens.scss +0 -9
  4617. package/src/design-system/components/dropdown/m.scss +0 -4
  4618. package/src/design-system/components/dropdown/m.tokens.scss +0 -4
  4619. package/src/design-system/components/dropdown/pill.scss +0 -8
  4620. package/src/design-system/components/dropdown/pill.tokens.scss +0 -11
  4621. package/src/design-system/components/dropdown/s.scss +0 -4
  4622. package/src/design-system/components/dropdown/s.tokens.scss +0 -4
  4623. package/src/design-system/components/dropdown/xl.scss +0 -4
  4624. package/src/design-system/components/dropdown/xl.tokens.scss +0 -4
  4625. package/src/design-system/components/facet/card.scss +0 -8
  4626. package/src/design-system/components/facet/card.tokens.scss +0 -7
  4627. package/src/design-system/components/facet/default.scss +0 -59
  4628. package/src/design-system/components/facet/default.tokens.scss +0 -24
  4629. package/src/design-system/components/facet/line.scss +0 -8
  4630. package/src/design-system/components/facet/line.tokens.scss +0 -7
  4631. package/src/design-system/components/facet/outlined.scss +0 -11
  4632. package/src/design-system/components/facet/outlined.tokens.scss +0 -10
  4633. package/src/design-system/components/filter/default.scss +0 -60
  4634. package/src/design-system/components/filter/default.tokens.scss +0 -26
  4635. package/src/design-system/components/filter/hierarchical.scss +0 -15
  4636. package/src/design-system/components/filter/hierarchical.tokens.scss +0 -4
  4637. package/src/design-system/components/filter/justified.scss +0 -7
  4638. package/src/design-system/components/grid/default.scss +0 -14
  4639. package/src/design-system/components/grid/default.tokens.scss +0 -6
  4640. package/src/design-system/components/icon/default.scss +0 -23
  4641. package/src/design-system/components/icon/default.tokens.scss +0 -14
  4642. package/src/design-system/components/icon/l.scss +0 -5
  4643. package/src/design-system/components/icon/l.tokens.scss +0 -5
  4644. package/src/design-system/components/icon/m.scss +0 -5
  4645. package/src/design-system/components/icon/m.tokens.scss +0 -5
  4646. package/src/design-system/components/icon/s.scss +0 -5
  4647. package/src/design-system/components/icon/s.tokens.scss +0 -5
  4648. package/src/design-system/components/icon/xl.scss +0 -5
  4649. package/src/design-system/components/icon/xl.tokens.scss +0 -5
  4650. package/src/design-system/components/input/card.scss +0 -4
  4651. package/src/design-system/components/input/card.tokens.scss +0 -4
  4652. package/src/design-system/components/input/default.scss +0 -43
  4653. package/src/design-system/components/input/default.tokens.scss +0 -25
  4654. package/src/design-system/components/input/line.scss +0 -5
  4655. package/src/design-system/components/input/line.tokens.scss +0 -7
  4656. package/src/design-system/components/input/pill.scss +0 -4
  4657. package/src/design-system/components/input/pill.tokens.scss +0 -4
  4658. package/src/design-system/components/input-group/card.scss +0 -15
  4659. package/src/design-system/components/input-group/card.tokens.scss +0 -4
  4660. package/src/design-system/components/input-group/default.scss +0 -111
  4661. package/src/design-system/components/input-group/default.tokens.scss +0 -33
  4662. package/src/design-system/components/input-group/line.scss +0 -27
  4663. package/src/design-system/components/input-group/line.tokens.scss +0 -11
  4664. package/src/design-system/components/input-group/pill.scss +0 -5
  4665. package/src/design-system/components/input-group/pill.tokens.scss +0 -4
  4666. package/src/design-system/components/layout/default.scss +0 -273
  4667. package/src/design-system/components/layout/default.tokens.scss +0 -94
  4668. package/src/design-system/components/list/border.scss +0 -20
  4669. package/src/design-system/components/list/border.tokens.scss +0 -7
  4670. package/src/design-system/components/list/default.scss +0 -103
  4671. package/src/design-system/components/list/default.tokens.scss +0 -11
  4672. package/src/design-system/components/list/gap.scss +0 -8
  4673. package/src/design-system/components/list/gap.tokens.scss +0 -9
  4674. package/src/design-system/components/list/padding.scss +0 -23
  4675. package/src/design-system/components/list/padding.tokens.scss +0 -9
  4676. package/src/design-system/components/option-list/bottom.scss +0 -20
  4677. package/src/design-system/components/option-list/bottom.tokens.scss +0 -13
  4678. package/src/design-system/components/option-list/default.scss +0 -70
  4679. package/src/design-system/components/option-list/default.tokens.scss +0 -40
  4680. package/src/design-system/components/picture/card.scss +0 -4
  4681. package/src/design-system/components/picture/card.tokens.scss +0 -4
  4682. package/src/design-system/components/picture/colored.scss +0 -21
  4683. package/src/design-system/components/picture/colored.tokens.scss +0 -6
  4684. package/src/design-system/components/picture/cover.scss +0 -26
  4685. package/src/design-system/components/picture/cover.tokens.scss +0 -4
  4686. package/src/design-system/components/picture/default.scss +0 -46
  4687. package/src/design-system/components/picture/default.tokens.scss +0 -19
  4688. package/src/design-system/components/picture/fixed-ratio.scss +0 -16
  4689. package/src/design-system/components/picture/fixed-ratio.tokens.scss +0 -4
  4690. package/src/design-system/components/result/card.scss +0 -7
  4691. package/src/design-system/components/result/card.tokens.scss +0 -4
  4692. package/src/design-system/components/result/default.scss +0 -90
  4693. package/src/design-system/components/result/default.tokens.scss +0 -22
  4694. package/src/design-system/components/row/default.scss +0 -44
  4695. package/src/design-system/components/row/default.tokens.scss +0 -9
  4696. package/src/design-system/components/row/gap.scss +0 -5
  4697. package/src/design-system/components/row/gap.tokens.scss +0 -7
  4698. package/src/design-system/components/row/padding.scss +0 -5
  4699. package/src/design-system/components/row/padding.tokens.scss +0 -7
  4700. package/src/design-system/components/scroll/default.scss +0 -37
  4701. package/src/design-system/components/scroll/default.tokens.scss +0 -11
  4702. package/src/design-system/components/sliding-panel/default.scss +0 -121
  4703. package/src/design-system/components/sliding-panel/default.token.scss +0 -13
  4704. package/src/design-system/components/suggestion/default.scss +0 -45
  4705. package/src/design-system/components/suggestion/default.tokens.scss +0 -20
  4706. package/src/design-system/components/suggestion-group/default.scss +0 -47
  4707. package/src/design-system/components/suggestion-group/default.tokens.scss +0 -16
  4708. package/src/design-system/components/tag/card.scss +0 -5
  4709. package/src/design-system/components/tag/card.tokens.scss +0 -4
  4710. package/src/design-system/components/tag/default.scss +0 -77
  4711. package/src/design-system/components/tag/default.tokens.scss +0 -28
  4712. package/src/design-system/components/tag/ghost.scss +0 -11
  4713. package/src/design-system/components/tag/ghost.tokens.scss +0 -10
  4714. package/src/design-system/components/tag/pill.scss +0 -5
  4715. package/src/design-system/components/tag/pill.tokens.scss +0 -4
  4716. package/src/design-system/components/typography/accent.scss +0 -5
  4717. package/src/design-system/components/typography/accent.token.scss +0 -4
  4718. package/src/design-system/components/typography/bold.scss +0 -18
  4719. package/src/design-system/components/typography/default.scss +0 -85
  4720. package/src/design-system/components/typography/default.tokens.scss +0 -36
  4721. package/src/design-system/components/typography/light.scss +0 -18
  4722. package/src/design-system/components/typography/secondary.scss +0 -4
  4723. package/src/design-system/components/typography/secondary.token.scss +0 -4
  4724. package/src/design-system/components/typography/stroke.scss +0 -18
  4725. package/src/design-system/mixins.scss +0 -25
  4726. package/src/directives/index.ts +0 -1
  4727. package/src/directives/infinite-scroll/index.ts +0 -2
  4728. package/src/directives/infinite-scroll/infinite-scroll.ts +0 -128
  4729. package/src/directives/infinite-scroll/infinite-scroll.types.ts +0 -26
  4730. package/src/filters/__tests__/compile-message.spec.ts +0 -22
  4731. package/src/filters/compile-message.filter.ts +0 -27
  4732. package/src/filters/filters.registry.ts +0 -6
  4733. package/src/filters/index.ts +0 -1
  4734. package/src/index.ts +0 -32
  4735. package/src/main.ts +0 -19
  4736. package/src/plugins/__tests__/x-plugin-alias.spec.ts +0 -161
  4737. package/src/plugins/__tests__/x-plugin-emitters.spec.ts +0 -262
  4738. package/src/plugins/__tests__/x-plugin-mixin.spec.ts +0 -129
  4739. package/src/plugins/__tests__/x-plugin-search-adapter.spec.ts +0 -48
  4740. package/src/plugins/__tests__/x-plugin.spec.ts +0 -448
  4741. package/src/plugins/index.ts +0 -5
  4742. package/src/plugins/x-bus.ts +0 -80
  4743. package/src/plugins/x-bus.types.ts +0 -87
  4744. package/src/plugins/x-plugin.alias.ts +0 -99
  4745. package/src/plugins/x-plugin.mixin.ts +0 -75
  4746. package/src/plugins/x-plugin.ts +0 -491
  4747. package/src/plugins/x-plugin.types.ts +0 -227
  4748. package/src/plugins/x-plugin.utils.ts +0 -40
  4749. package/src/router.ts +0 -175
  4750. package/src/services/__tests__/directional-focus-navigation.spec.ts +0 -45
  4751. package/src/services/directional-focus-navigation.service.ts +0 -492
  4752. package/src/services/index.ts +0 -2
  4753. package/src/services/services.types.ts +0 -56
  4754. package/src/shims-tsx.d.ts +0 -11
  4755. package/src/shims-vue.d.ts +0 -4
  4756. package/src/store/__tests__/vuex-watchers-hack.spec.ts +0 -192
  4757. package/src/store/actions.types.ts +0 -100
  4758. package/src/store/getters.types.ts +0 -33
  4759. package/src/store/index.ts +0 -7
  4760. package/src/store/mutations.types.ts +0 -39
  4761. package/src/store/store-emitters.types.ts +0 -92
  4762. package/src/store/store.types.ts +0 -192
  4763. package/src/store/store.utils.ts +0 -18
  4764. package/src/store/utils/__tests__/get-getters-proxy.spec.ts +0 -84
  4765. package/src/store/utils/get-getters-proxy.ts +0 -127
  4766. package/src/store/utils/helpers/fetch-and-save-action.helpers.ts +0 -151
  4767. package/src/store/utils/helpers/status.helpers.ts +0 -45
  4768. package/src/store/x.module.ts +0 -37
  4769. package/src/types/index.ts +0 -1
  4770. package/src/types/query-origin.ts +0 -25
  4771. package/src/utils/__tests__/array.spec.ts +0 -354
  4772. package/src/utils/__tests__/cancellable-promise.spec.ts +0 -30
  4773. package/src/utils/__tests__/clone.spec.ts +0 -42
  4774. package/src/utils/__tests__/currency-formatter.spec.ts +0 -53
  4775. package/src/utils/__tests__/debounce.spec.ts +0 -113
  4776. package/src/utils/__tests__/filters.spec.ts +0 -179
  4777. package/src/utils/__tests__/get-url-parameters.spec.ts +0 -23
  4778. package/src/utils/__tests__/html.spec.ts +0 -26
  4779. package/src/utils/__tests__/normalize.spec.ts +0 -43
  4780. package/src/utils/__tests__/number.spec.ts +0 -14
  4781. package/src/utils/__tests__/object.spec.ts +0 -332
  4782. package/src/utils/__tests__/sanitize.spec.ts +0 -39
  4783. package/src/utils/__tests__/string.spec.ts +0 -23
  4784. package/src/utils/__tests__/throttle.spec.ts +0 -26
  4785. package/src/utils/array.ts +0 -256
  4786. package/src/utils/cancellable-promise.ts +0 -63
  4787. package/src/utils/clone.ts +0 -11
  4788. package/src/utils/currency-formatter.ts +0 -178
  4789. package/src/utils/debounce.ts +0 -69
  4790. package/src/utils/filters.ts +0 -66
  4791. package/src/utils/function.ts +0 -8
  4792. package/src/utils/get-url-parameters.ts +0 -12
  4793. package/src/utils/html.ts +0 -12
  4794. package/src/utils/index.ts +0 -17
  4795. package/src/utils/normalize.ts +0 -27
  4796. package/src/utils/number.ts +0 -13
  4797. package/src/utils/object.ts +0 -119
  4798. package/src/utils/sanitize.ts +0 -11
  4799. package/src/utils/storage.ts +0 -20
  4800. package/src/utils/string.ts +0 -31
  4801. package/src/utils/throttle.ts +0 -31
  4802. package/src/utils/types.ts +0 -178
  4803. package/src/views/FullApp.vue +0 -649
  4804. package/src/views/FullNoEmpathize.vue +0 -153
  4805. package/src/views/Layout.vue +0 -272
  4806. package/src/views/ResultApp.vue +0 -135
  4807. package/src/views/Search.vue +0 -156
  4808. package/src/views/base-column-picker.vue +0 -136
  4809. package/src/views/base-config.ts +0 -23
  4810. package/src/views/base-events-modal.vue +0 -47
  4811. package/src/views/base-result-image.vue +0 -68
  4812. package/src/views/design-system.vue +0 -3747
  4813. package/src/views/empathize.vue +0 -133
  4814. package/src/views/exclude-filters.vue +0 -186
  4815. package/src/views/filters-search.vue +0 -103
  4816. package/src/views/history-queries.vue +0 -147
  4817. package/src/views/identifier-results.vue +0 -86
  4818. package/src/views/infinite-scroll-body.vue +0 -64
  4819. package/src/views/infinite-scroll-document.vue +0 -49
  4820. package/src/views/infinite-scroll-html.vue +0 -55
  4821. package/src/views/infinite-scroll.vue +0 -59
  4822. package/src/views/keyboard-navigation.vue +0 -226
  4823. package/src/views/mocked-adapter.ts +0 -113
  4824. package/src/views/multiselect-filters.vue +0 -183
  4825. package/src/views/next-queries.vue +0 -113
  4826. package/src/views/no-suggestions.vue +0 -50
  4827. package/src/views/partial-results.vue +0 -123
  4828. package/src/views/popular-searches.vue +0 -133
  4829. package/src/views/query-suggestions.vue +0 -111
  4830. package/src/views/real-adapter.ts +0 -26
  4831. package/src/views/recommendations.vue +0 -56
  4832. package/src/views/related-tags.vue +0 -66
  4833. package/src/views/search-box.vue +0 -152
  4834. package/src/views/sliced-filters.vue +0 -194
  4835. package/src/views/sliding-panel.vue +0 -52
  4836. package/src/views/sort.vue +0 -126
  4837. package/src/views/spellcheck.vue +0 -58
  4838. package/src/vue-global-events.d.ts +0 -4
  4839. package/src/wiring/__tests__/namespaced-wires-factory.spec.ts +0 -204
  4840. package/src/wiring/__tests__/namespaced-wires-operators.spec.ts +0 -71
  4841. package/src/wiring/__tests__/utils.ts +0 -97
  4842. package/src/wiring/__tests__/wires-factory.spec.ts +0 -189
  4843. package/src/wiring/__tests__/wires-operators.spec.ts +0 -297
  4844. package/src/wiring/events.types.ts +0 -206
  4845. package/src/wiring/index.ts +0 -8
  4846. package/src/wiring/namespaced-wires.factory.ts +0 -91
  4847. package/src/wiring/namespaced-wires.operators.ts +0 -67
  4848. package/src/wiring/namespaced-wiring.types.ts +0 -156
  4849. package/src/wiring/utils/wire-racing-handling.ts +0 -141
  4850. package/src/wiring/wires.factory.ts +0 -164
  4851. package/src/wiring/wires.operators.ts +0 -129
  4852. package/src/wiring/wiring.types.ts +0 -99
  4853. package/src/wiring/wiring.utils.ts +0 -41
  4854. package/src/x-installer/api/__tests__/default-api.spec.ts +0 -18
  4855. package/src/x-installer/api/api.types.ts +0 -70
  4856. package/src/x-installer/api/base-api.ts +0 -80
  4857. package/src/x-installer/api/index.ts +0 -2
  4858. package/src/x-installer/index.ts +0 -2
  4859. package/src/x-installer/x-installer/__tests__/x-installer.spec.ts +0 -158
  4860. package/src/x-installer/x-installer/index.ts +0 -2
  4861. package/src/x-installer/x-installer/types.ts +0 -81
  4862. package/src/x-installer/x-installer/x-installer.ts +0 -351
  4863. package/src/x-modules/device/components/__tests__/device-detector.spec.ts +0 -154
  4864. package/src/x-modules/device/components/device-detector.vue +0 -263
  4865. package/src/x-modules/device/components/index.ts +0 -1
  4866. package/src/x-modules/device/events.types.ts +0 -13
  4867. package/src/x-modules/device/index.ts +0 -5
  4868. package/src/x-modules/device/store/emitters.ts +0 -9
  4869. package/src/x-modules/device/store/index.ts +0 -3
  4870. package/src/x-modules/device/store/module.ts +0 -19
  4871. package/src/x-modules/device/store/types.ts +0 -55
  4872. package/src/x-modules/device/wiring.ts +0 -27
  4873. package/src/x-modules/device/x-module.ts +0 -25
  4874. package/src/x-modules/empathize/components/__tests__/empathize.spec.ts +0 -53
  4875. package/src/x-modules/empathize/components/empathize.vue +0 -192
  4876. package/src/x-modules/empathize/components/index.ts +0 -1
  4877. package/src/x-modules/empathize/config.types.ts +0 -6
  4878. package/src/x-modules/empathize/events.types.ts +0 -23
  4879. package/src/x-modules/empathize/index.ts +0 -6
  4880. package/src/x-modules/empathize/store/emitters.ts +0 -9
  4881. package/src/x-modules/empathize/store/index.ts +0 -3
  4882. package/src/x-modules/empathize/store/module.ts +0 -20
  4883. package/src/x-modules/empathize/store/types.ts +0 -62
  4884. package/src/x-modules/empathize/wiring.ts +0 -30
  4885. package/src/x-modules/empathize/x-module.ts +0 -25
  4886. package/src/x-modules/facets/__tests__/utils.spec.ts +0 -108
  4887. package/src/x-modules/facets/components/__tests__/clear-filters.spec.ts +0 -219
  4888. package/src/x-modules/facets/components/__tests__/facets.spec.ts +0 -396
  4889. package/src/x-modules/facets/components/__tests__/multi-select-filters.spec.ts +0 -168
  4890. package/src/x-modules/facets/components/__tests__/selected-filters-list.spec.ts +0 -162
  4891. package/src/x-modules/facets/components/__tests__/selected-filters.spec.ts +0 -178
  4892. package/src/x-modules/facets/components/__tests__/utils.ts +0 -22
  4893. package/src/x-modules/facets/components/clear-filters.vue +0 -172
  4894. package/src/x-modules/facets/components/facets.vue +0 -640
  4895. package/src/x-modules/facets/components/filters/__tests__/all-filter.spec.ts +0 -143
  4896. package/src/x-modules/facets/components/filters/__tests__/base-filter.spec.ts +0 -164
  4897. package/src/x-modules/facets/components/filters/__tests__/editable-number-range-filter.spec.ts +0 -340
  4898. package/src/x-modules/facets/components/filters/__tests__/hierarchical-filter.spec.ts +0 -487
  4899. package/src/x-modules/facets/components/filters/__tests__/number-range-filter.spec.ts +0 -118
  4900. package/src/x-modules/facets/components/filters/__tests__/renderless-filter.spec.ts +0 -155
  4901. package/src/x-modules/facets/components/filters/__tests__/simple-filter.spec.ts +0 -207
  4902. package/src/x-modules/facets/components/filters/all-filter.vue +0 -142
  4903. package/src/x-modules/facets/components/filters/base-filter.vue +0 -140
  4904. package/src/x-modules/facets/components/filters/editable-number-range-filter.vue +0 -463
  4905. package/src/x-modules/facets/components/filters/hierarchical-filter.vue +0 -185
  4906. package/src/x-modules/facets/components/filters/number-range-filter.vue +0 -95
  4907. package/src/x-modules/facets/components/filters/renderless-filter.vue +0 -144
  4908. package/src/x-modules/facets/components/filters/simple-filter.vue +0 -221
  4909. package/src/x-modules/facets/components/index.ts +0 -21
  4910. package/src/x-modules/facets/components/lists/__tests__/exclude-filters-with-no-results.spec.ts +0 -91
  4911. package/src/x-modules/facets/components/lists/__tests__/filters-injection.spec.ts +0 -115
  4912. package/src/x-modules/facets/components/lists/__tests__/filters-search.spec.ts +0 -175
  4913. package/src/x-modules/facets/components/lists/__tests__/filters.spec.ts +0 -92
  4914. package/src/x-modules/facets/components/lists/__tests__/sliced-filters.spec.ts +0 -129
  4915. package/src/x-modules/facets/components/lists/__tests__/sorted-filters.spec.ts +0 -111
  4916. package/src/x-modules/facets/components/lists/exclude-filters-with-no-results.vue +0 -189
  4917. package/src/x-modules/facets/components/lists/filters-injection.mixin.ts +0 -44
  4918. package/src/x-modules/facets/components/lists/filters-search.vue +0 -209
  4919. package/src/x-modules/facets/components/lists/filters.vue +0 -140
  4920. package/src/x-modules/facets/components/lists/multi-select-filters.vue +0 -194
  4921. package/src/x-modules/facets/components/lists/selected-filters-list.vue +0 -186
  4922. package/src/x-modules/facets/components/lists/sliced-filters.vue +0 -194
  4923. package/src/x-modules/facets/components/lists/sorted-filters.vue +0 -112
  4924. package/src/x-modules/facets/components/selected-filters.vue +0 -156
  4925. package/src/x-modules/facets/config.types.ts +0 -12
  4926. package/src/x-modules/facets/events.types.ts +0 -105
  4927. package/src/x-modules/facets/index.ts +0 -7
  4928. package/src/x-modules/facets/store/__tests__/actions.spec.ts +0 -186
  4929. package/src/x-modules/facets/store/__tests__/getters.spec.ts +0 -235
  4930. package/src/x-modules/facets/store/__tests__/set-backend-facets.action.spec.ts +0 -95
  4931. package/src/x-modules/facets/store/__tests__/set-frontend-facets.action.spec.ts +0 -99
  4932. package/src/x-modules/facets/store/__tests__/toggle-hierarchical-filter-action.spec.ts +0 -158
  4933. package/src/x-modules/facets/store/__tests__/update-backend-facets.action.spec.ts +0 -145
  4934. package/src/x-modules/facets/store/__tests__/utils.ts +0 -21
  4935. package/src/x-modules/facets/store/actions/clear-selected-filters.action.ts +0 -99
  4936. package/src/x-modules/facets/store/actions/set-backend-facets.action.ts +0 -19
  4937. package/src/x-modules/facets/store/actions/set-frontend-facets.action.ts +0 -19
  4938. package/src/x-modules/facets/store/actions/toggle-filter.action.ts +0 -60
  4939. package/src/x-modules/facets/store/actions/toggle-hierarchical-filter.action.ts +0 -69
  4940. package/src/x-modules/facets/store/actions/update-backend-facets.action.ts +0 -41
  4941. package/src/x-modules/facets/store/emitters.ts +0 -19
  4942. package/src/x-modules/facets/store/getters/facets.getter.ts +0 -18
  4943. package/src/x-modules/facets/store/getters/flattened-filters.getter.ts +0 -22
  4944. package/src/x-modules/facets/store/getters/selected-filters-by-facet.getter.ts +0 -42
  4945. package/src/x-modules/facets/store/getters/selected-filters.getter.ts +0 -26
  4946. package/src/x-modules/facets/store/index.ts +0 -11
  4947. package/src/x-modules/facets/store/module.ts +0 -70
  4948. package/src/x-modules/facets/store/types.ts +0 -235
  4949. package/src/x-modules/facets/utils.ts +0 -98
  4950. package/src/x-modules/facets/wiring.ts +0 -170
  4951. package/src/x-modules/facets/x-module.ts +0 -25
  4952. package/src/x-modules/history-queries/components/__tests__/clear-history-queries.spec.ts +0 -90
  4953. package/src/x-modules/history-queries/components/__tests__/history-queries.spec.ts +0 -129
  4954. package/src/x-modules/history-queries/components/__tests__/history-query.spec.ts +0 -106
  4955. package/src/x-modules/history-queries/components/__tests__/remove-history-query.spec.ts +0 -68
  4956. package/src/x-modules/history-queries/components/__tests__/utils.ts +0 -22
  4957. package/src/x-modules/history-queries/components/clear-history-queries.vue +0 -97
  4958. package/src/x-modules/history-queries/components/history-queries.vue +0 -155
  4959. package/src/x-modules/history-queries/components/history-query.vue +0 -127
  4960. package/src/x-modules/history-queries/components/index.ts +0 -4
  4961. package/src/x-modules/history-queries/components/remove-history-query.vue +0 -72
  4962. package/src/x-modules/history-queries/config.types.ts +0 -33
  4963. package/src/x-modules/history-queries/events.types.ts +0 -46
  4964. package/src/x-modules/history-queries/index.ts +0 -6
  4965. package/src/x-modules/history-queries/store/__tests__/actions.spec.ts +0 -231
  4966. package/src/x-modules/history-queries/store/__tests__/getters.spec.ts +0 -76
  4967. package/src/x-modules/history-queries/store/__tests__/utils.ts +0 -21
  4968. package/src/x-modules/history-queries/store/actions/add-query-to-history.action.ts +0 -176
  4969. package/src/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.ts +0 -18
  4970. package/src/x-modules/history-queries/store/actions/refresh-session.action.ts +0 -24
  4971. package/src/x-modules/history-queries/store/actions/remove-query-from-history.action.ts +0 -20
  4972. package/src/x-modules/history-queries/store/actions/set-history-queries.action.ts +0 -21
  4973. package/src/x-modules/history-queries/store/constants.ts +0 -2
  4974. package/src/x-modules/history-queries/store/emitters.ts +0 -19
  4975. package/src/x-modules/history-queries/store/getters/history-queries.getter.ts +0 -59
  4976. package/src/x-modules/history-queries/store/getters/normalized-query.getter.ts +0 -16
  4977. package/src/x-modules/history-queries/store/getters/session-history-queries.getter.ts +0 -14
  4978. package/src/x-modules/history-queries/store/getters/storage-key.getter.ts +0 -12
  4979. package/src/x-modules/history-queries/store/index.ts +0 -11
  4980. package/src/x-modules/history-queries/store/module.ts +0 -54
  4981. package/src/x-modules/history-queries/store/types.ts +0 -176
  4982. package/src/x-modules/history-queries/wiring.ts +0 -125
  4983. package/src/x-modules/history-queries/x-module.ts +0 -25
  4984. package/src/x-modules/identifier-results/components/__tests__/identifier-result.spec.ts +0 -99
  4985. package/src/x-modules/identifier-results/components/__tests__/identifier-results.spec.ts +0 -101
  4986. package/src/x-modules/identifier-results/components/__tests__/utils.ts +0 -22
  4987. package/src/x-modules/identifier-results/components/identifier-result.vue +0 -82
  4988. package/src/x-modules/identifier-results/components/identifier-results.vue +0 -80
  4989. package/src/x-modules/identifier-results/components/index.ts +0 -2
  4990. package/src/x-modules/identifier-results/config.types.ts +0 -25
  4991. package/src/x-modules/identifier-results/events.types.ts +0 -27
  4992. package/src/x-modules/identifier-results/index.ts +0 -6
  4993. package/src/x-modules/identifier-results/store/__tests__/actions.spec.ts +0 -107
  4994. package/src/x-modules/identifier-results/store/__tests__/getters.spec.ts +0 -65
  4995. package/src/x-modules/identifier-results/store/__tests__/utils.ts +0 -25
  4996. package/src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts +0 -31
  4997. package/src/x-modules/identifier-results/store/actions/fetch-identifier-results.action.ts +0 -20
  4998. package/src/x-modules/identifier-results/store/actions/save-query.action.ts +0 -19
  4999. package/src/x-modules/identifier-results/store/emitters.ts +0 -12
  5000. package/src/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.ts +0 -16
  5001. package/src/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.ts +0 -24
  5002. package/src/x-modules/identifier-results/store/getters/identifier-results-request.getter.ts +0 -22
  5003. package/src/x-modules/identifier-results/store/index.ts +0 -9
  5004. package/src/x-modules/identifier-results/store/module.ts +0 -50
  5005. package/src/x-modules/identifier-results/store/types.ts +0 -106
  5006. package/src/x-modules/identifier-results/wiring.ts +0 -95
  5007. package/src/x-modules/identifier-results/x-module.ts +0 -25
  5008. package/src/x-modules/next-queries/__tests__/utils.spec.ts +0 -44
  5009. package/src/x-modules/next-queries/components/__tests__/next-queries.spec.ts +0 -147
  5010. package/src/x-modules/next-queries/components/__tests__/next-query.spec.ts +0 -62
  5011. package/src/x-modules/next-queries/components/__tests__/utils.ts +0 -22
  5012. package/src/x-modules/next-queries/components/index.ts +0 -2
  5013. package/src/x-modules/next-queries/components/next-queries.vue +0 -132
  5014. package/src/x-modules/next-queries/components/next-query.vue +0 -93
  5015. package/src/x-modules/next-queries/config.types.ts +0 -37
  5016. package/src/x-modules/next-queries/events.types.ts +0 -32
  5017. package/src/x-modules/next-queries/index.ts +0 -7
  5018. package/src/x-modules/next-queries/store/__tests__/actions.spec.ts +0 -124
  5019. package/src/x-modules/next-queries/store/__tests__/getters.spec.ts +0 -74
  5020. package/src/x-modules/next-queries/store/__tests__/utils.ts +0 -21
  5021. package/src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts +0 -32
  5022. package/src/x-modules/next-queries/store/actions/fetch-next-queries.action.ts +0 -20
  5023. package/src/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.ts +0 -19
  5024. package/src/x-modules/next-queries/store/emitters.ts +0 -16
  5025. package/src/x-modules/next-queries/store/getters/next-queries.getter.ts +0 -22
  5026. package/src/x-modules/next-queries/store/getters/request.getter.ts +0 -20
  5027. package/src/x-modules/next-queries/store/index.ts +0 -8
  5028. package/src/x-modules/next-queries/store/module.ts +0 -51
  5029. package/src/x-modules/next-queries/store/types.ts +0 -111
  5030. package/src/x-modules/next-queries/utils.ts +0 -14
  5031. package/src/x-modules/next-queries/wiring.ts +0 -79
  5032. package/src/x-modules/next-queries/x-module.ts +0 -25
  5033. package/src/x-modules/no-suggestions/components/__tests__/no-suggestions.spec.ts +0 -145
  5034. package/src/x-modules/no-suggestions/components/__tests__/utils.ts +0 -22
  5035. package/src/x-modules/no-suggestions/components/index.ts +0 -1
  5036. package/src/x-modules/no-suggestions/components/no-suggestions.vue +0 -195
  5037. package/src/x-modules/no-suggestions/config.types.ts +0 -9
  5038. package/src/x-modules/no-suggestions/index.ts +0 -5
  5039. package/src/x-modules/no-suggestions/store/index.ts +0 -2
  5040. package/src/x-modules/no-suggestions/store/module.ts +0 -19
  5041. package/src/x-modules/no-suggestions/store/types.ts +0 -51
  5042. package/src/x-modules/no-suggestions/wiring.ts +0 -47
  5043. package/src/x-modules/no-suggestions/x-module.ts +0 -24
  5044. package/src/x-modules/popular-searches/components/__tests__/popular-search.spec.ts +0 -64
  5045. package/src/x-modules/popular-searches/components/__tests__/popular-searches.spec.ts +0 -139
  5046. package/src/x-modules/popular-searches/components/__tests__/utils.ts +0 -22
  5047. package/src/x-modules/popular-searches/components/index.ts +0 -2
  5048. package/src/x-modules/popular-searches/components/popular-search.vue +0 -90
  5049. package/src/x-modules/popular-searches/components/popular-searches.vue +0 -133
  5050. package/src/x-modules/popular-searches/config.types.ts +0 -53
  5051. package/src/x-modules/popular-searches/events.types.ts +0 -26
  5052. package/src/x-modules/popular-searches/index.ts +0 -6
  5053. package/src/x-modules/popular-searches/store/__tests__/actions.spec.ts +0 -73
  5054. package/src/x-modules/popular-searches/store/__tests__/getters.spec.ts +0 -60
  5055. package/src/x-modules/popular-searches/store/__tests__/utils.ts +0 -21
  5056. package/src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts +0 -30
  5057. package/src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts +0 -18
  5058. package/src/x-modules/popular-searches/store/emitters.ts +0 -14
  5059. package/src/x-modules/popular-searches/store/getters/popular-searches.getter.ts +0 -23
  5060. package/src/x-modules/popular-searches/store/getters/request.getter.ts +0 -18
  5061. package/src/x-modules/popular-searches/store/index.ts +0 -10
  5062. package/src/x-modules/popular-searches/store/module.ts +0 -45
  5063. package/src/x-modules/popular-searches/store/types.ts +0 -98
  5064. package/src/x-modules/popular-searches/wiring.ts +0 -54
  5065. package/src/x-modules/popular-searches/x-module.ts +0 -25
  5066. package/src/x-modules/query-suggestions/components/__tests__/query-suggestion.spec.ts +0 -65
  5067. package/src/x-modules/query-suggestions/components/__tests__/query-suggestions.spec.ts +0 -129
  5068. package/src/x-modules/query-suggestions/components/__tests__/utils.ts +0 -22
  5069. package/src/x-modules/query-suggestions/components/index.ts +0 -2
  5070. package/src/x-modules/query-suggestions/components/query-suggestion.vue +0 -179
  5071. package/src/x-modules/query-suggestions/components/query-suggestions.vue +0 -282
  5072. package/src/x-modules/query-suggestions/config.types.ts +0 -59
  5073. package/src/x-modules/query-suggestions/events.types.ts +0 -33
  5074. package/src/x-modules/query-suggestions/index.ts +0 -6
  5075. package/src/x-modules/query-suggestions/store/__tests__/actions.spec.ts +0 -96
  5076. package/src/x-modules/query-suggestions/store/__tests__/getter.spec.ts +0 -110
  5077. package/src/x-modules/query-suggestions/store/__tests__/utils.ts +0 -21
  5078. package/src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts +0 -30
  5079. package/src/x-modules/query-suggestions/store/actions/fetch-suggestions.action.ts +0 -20
  5080. package/src/x-modules/query-suggestions/store/emitters.ts +0 -12
  5081. package/src/x-modules/query-suggestions/store/getters/normalized-query.getter.ts +0 -16
  5082. package/src/x-modules/query-suggestions/store/getters/query-suggestions.getter.ts +0 -55
  5083. package/src/x-modules/query-suggestions/store/getters/request.getter.ts +0 -21
  5084. package/src/x-modules/query-suggestions/store/index.ts +0 -11
  5085. package/src/x-modules/query-suggestions/store/module.ts +0 -48
  5086. package/src/x-modules/query-suggestions/store/types.ts +0 -104
  5087. package/src/x-modules/query-suggestions/wiring.ts +0 -86
  5088. package/src/x-modules/query-suggestions/x-module.ts +0 -26
  5089. package/src/x-modules/recommendations/components/__tests__/recommendations.spec.ts +0 -133
  5090. package/src/x-modules/recommendations/components/__tests__/utils.ts +0 -22
  5091. package/src/x-modules/recommendations/components/index.ts +0 -1
  5092. package/src/x-modules/recommendations/components/recommendations.vue +0 -152
  5093. package/src/x-modules/recommendations/config.types.ts +0 -11
  5094. package/src/x-modules/recommendations/events.types.ts +0 -27
  5095. package/src/x-modules/recommendations/index.ts +0 -6
  5096. package/src/x-modules/recommendations/store/__tests__/actions.spec.ts +0 -73
  5097. package/src/x-modules/recommendations/store/__tests__/getters.spec.ts +0 -24
  5098. package/src/x-modules/recommendations/store/__tests__/utils.ts +0 -21
  5099. package/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts +0 -32
  5100. package/src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts +0 -18
  5101. package/src/x-modules/recommendations/store/constants.ts +0 -6
  5102. package/src/x-modules/recommendations/store/emitters.ts +0 -13
  5103. package/src/x-modules/recommendations/store/getters/request.getter.ts +0 -18
  5104. package/src/x-modules/recommendations/store/index.ts +0 -7
  5105. package/src/x-modules/recommendations/store/module.ts +0 -39
  5106. package/src/x-modules/recommendations/store/types.ts +0 -90
  5107. package/src/x-modules/recommendations/wiring.ts +0 -34
  5108. package/src/x-modules/recommendations/x-module.ts +0 -26
  5109. package/src/x-modules/related-tags/components/__tests__/related-tag.spec.ts +0 -135
  5110. package/src/x-modules/related-tags/components/__tests__/related-tags.spec.ts +0 -172
  5111. package/src/x-modules/related-tags/components/__tests__/utils.ts +0 -22
  5112. package/src/x-modules/related-tags/components/index.ts +0 -2
  5113. package/src/x-modules/related-tags/components/related-tag.vue +0 -240
  5114. package/src/x-modules/related-tags/components/related-tags.vue +0 -252
  5115. package/src/x-modules/related-tags/config.types.ts +0 -11
  5116. package/src/x-modules/related-tags/events.types.ts +0 -45
  5117. package/src/x-modules/related-tags/index.ts +0 -6
  5118. package/src/x-modules/related-tags/store/__tests_/actions.spec.ts +0 -131
  5119. package/src/x-modules/related-tags/store/__tests_/getters.spec.ts +0 -77
  5120. package/src/x-modules/related-tags/store/__tests_/utils.ts +0 -21
  5121. package/src/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.ts +0 -30
  5122. package/src/x-modules/related-tags/store/actions/fetch-related-tags.action.ts +0 -19
  5123. package/src/x-modules/related-tags/store/actions/toggle-related-tag.action.ts +0 -28
  5124. package/src/x-modules/related-tags/store/emitters.ts +0 -13
  5125. package/src/x-modules/related-tags/store/getters/related-tags.getter.ts +0 -15
  5126. package/src/x-modules/related-tags/store/getters/request.getter.ts +0 -25
  5127. package/src/x-modules/related-tags/store/index.ts +0 -8
  5128. package/src/x-modules/related-tags/store/module.ts +0 -50
  5129. package/src/x-modules/related-tags/store/types.ts +0 -108
  5130. package/src/x-modules/related-tags/wiring.ts +0 -99
  5131. package/src/x-modules/related-tags/x-module.ts +0 -28
  5132. package/src/x-modules/search/components/__tests__/banner.spec.ts +0 -75
  5133. package/src/x-modules/search/components/__tests__/partial-query-button.spec.ts +0 -108
  5134. package/src/x-modules/search/components/__tests__/partial-results-list.spec.ts +0 -112
  5135. package/src/x-modules/search/components/__tests__/promoted.spec.ts +0 -75
  5136. package/src/x-modules/search/components/__tests__/results-list.spec.ts +0 -143
  5137. package/src/x-modules/search/components/__tests__/sort-dropdown.spec.ts +0 -294
  5138. package/src/x-modules/search/components/__tests__/sort-list.spec.ts +0 -242
  5139. package/src/x-modules/search/components/__tests__/spellcheck-button.spec.ts +0 -105
  5140. package/src/x-modules/search/components/__tests__/spellcheck.spec.ts +0 -81
  5141. package/src/x-modules/search/components/__tests__/utils.ts +0 -22
  5142. package/src/x-modules/search/components/banner.vue +0 -73
  5143. package/src/x-modules/search/components/index.ts +0 -10
  5144. package/src/x-modules/search/components/partial-query-button.vue +0 -104
  5145. package/src/x-modules/search/components/partial-results-list.vue +0 -143
  5146. package/src/x-modules/search/components/promoted.vue +0 -74
  5147. package/src/x-modules/search/components/results-list.vue +0 -136
  5148. package/src/x-modules/search/components/sort-dropdown.vue +0 -164
  5149. package/src/x-modules/search/components/sort-list.vue +0 -173
  5150. package/src/x-modules/search/components/sort.mixin.ts +0 -55
  5151. package/src/x-modules/search/components/spellcheck-button.vue +0 -86
  5152. package/src/x-modules/search/components/spellcheck.vue +0 -79
  5153. package/src/x-modules/search/config.types.ts +0 -11
  5154. package/src/x-modules/search/events.types.ts +0 -54
  5155. package/src/x-modules/search/index.ts +0 -6
  5156. package/src/x-modules/search/store/__tests__/actions.spec.ts +0 -238
  5157. package/src/x-modules/search/store/__tests__/getters.spec.ts +0 -116
  5158. package/src/x-modules/search/store/__tests__/utils.ts +0 -21
  5159. package/src/x-modules/search/store/actions/fetch-and-save-search-response.action.ts +0 -49
  5160. package/src/x-modules/search/store/actions/fetch-search-response.action.ts +0 -32
  5161. package/src/x-modules/search/store/actions/increase-page-apending-results.action.ts +0 -19
  5162. package/src/x-modules/search/store/emitters.ts +0 -14
  5163. package/src/x-modules/search/store/getters/request.getter.ts +0 -31
  5164. package/src/x-modules/search/store/index.ts +0 -6
  5165. package/src/x-modules/search/store/module.ts +0 -94
  5166. package/src/x-modules/search/store/types.ts +0 -215
  5167. package/src/x-modules/search/wiring.ts +0 -159
  5168. package/src/x-modules/search/x-module.ts +0 -26
  5169. package/src/x-modules/search-box/components/__tests__/clear-search-input.spec.ts +0 -34
  5170. package/src/x-modules/search-box/components/__tests__/search-button.spec.ts +0 -84
  5171. package/src/x-modules/search-box/components/__tests__/search-input.spec.ts +0 -159
  5172. package/src/x-modules/search-box/components/__tests__/utils.ts +0 -22
  5173. package/src/x-modules/search-box/components/clear-search-input.vue +0 -177
  5174. package/src/x-modules/search-box/components/index.ts +0 -3
  5175. package/src/x-modules/search-box/components/search-button.vue +0 -183
  5176. package/src/x-modules/search-box/components/search-input.vue +0 -394
  5177. package/src/x-modules/search-box/events.types.ts +0 -63
  5178. package/src/x-modules/search-box/index.ts +0 -5
  5179. package/src/x-modules/search-box/store/emitters.ts +0 -13
  5180. package/src/x-modules/search-box/store/index.ts +0 -3
  5181. package/src/x-modules/search-box/store/module.ts +0 -23
  5182. package/src/x-modules/search-box/store/types.ts +0 -54
  5183. package/src/x-modules/search-box/wiring.ts +0 -47
  5184. package/src/x-modules/search-box/x-module.ts +0 -26
  5185. package/src/x-modules/tagging/config.types.ts +0 -6
  5186. package/src/x-modules/tagging/events.types.ts +0 -7
  5187. package/src/x-modules/tagging/index.ts +0 -5
  5188. package/src/x-modules/tagging/store/emitters.ts +0 -9
  5189. package/src/x-modules/tagging/store/index.ts +0 -3
  5190. package/src/x-modules/tagging/store/module.ts +0 -15
  5191. package/src/x-modules/tagging/store/types.ts +0 -41
  5192. package/src/x-modules/tagging/wiring.ts +0 -8
  5193. package/src/x-modules/tagging/x-module.ts +0 -25
  5194. package/src/x-modules/x-modules.types.ts +0 -95
  5195. package/static-docs/css/global.scss +0 -1
  5196. package/static-docs/css/utils/utils.scss +0 -35
  5197. package/static-docs/css/xcomponents/clear-search-input.scss +0 -9
  5198. package/static-docs/css/xcomponents/index.scss +0 -16
  5199. package/static-docs/css/xcomponents/search-input.scss +0 -10
  5200. package/static-docs/css/xcomponents/suggestions.scss +0 -19
  5201. package/static-docs/guide/getting-started/components/clear-search-input.md +0 -93
  5202. package/static-docs/guide/getting-started/components/live-examples.md +0 -95
  5203. package/static-docs/guide/getting-started/components/query-suggestions.md +0 -71
  5204. package/static-docs/guide/getting-started/components/search-button.md +0 -93
  5205. package/static-docs/guide/getting-started/components/search-input.md +0 -100
  5206. package/static-docs/guide/getting-started/install-xplugin.md +0 -67
  5207. package/static-docs/guide/getting-started/use-components.md +0 -70
  5208. package/static-docs/guide/install.md +0 -25
  5209. package/static-docs/react-components/ReactComponents.jsx +0 -46
  5210. package/static-docs/react-components/Utils.jsx +0 -34
  5211. package/tests/.eslintignore +0 -1
  5212. package/tests/.eslintrc.js +0 -6
  5213. package/tests/e2e/README.md +0 -9
  5214. package/tests/e2e/plugins/index.js +0 -8
  5215. package/tests/e2e/specs/cucumber/All.features +0 -0
  5216. package/tests/e2e/specs/cucumber/base-column-pickers.feature +0 -18
  5217. package/tests/e2e/specs/cucumber/base-column-pickers.spec.ts +0 -27
  5218. package/tests/e2e/specs/cucumber/base-events-modal.feature +0 -17
  5219. package/tests/e2e/specs/cucumber/base-events-modal.spec.ts +0 -29
  5220. package/tests/e2e/specs/cucumber/base-result-image.feature +0 -16
  5221. package/tests/e2e/specs/cucumber/base-result-image.spec.ts +0 -26
  5222. package/tests/e2e/specs/cucumber/common-steps.spec.ts +0 -83
  5223. package/tests/e2e/specs/cucumber/empathize.feature +0 -120
  5224. package/tests/e2e/specs/cucumber/empathize.spec.ts +0 -70
  5225. package/tests/e2e/specs/cucumber/exclude-filters.feature +0 -11
  5226. package/tests/e2e/specs/cucumber/exclude-filters.spec.ts +0 -27
  5227. package/tests/e2e/specs/cucumber/filters-search.feature +0 -15
  5228. package/tests/e2e/specs/cucumber/filters-search.spec.ts +0 -68
  5229. package/tests/e2e/specs/cucumber/global-definitions.ts +0 -9
  5230. package/tests/e2e/specs/cucumber/history-queries.feature +0 -77
  5231. package/tests/e2e/specs/cucumber/history-queries.spec.ts +0 -163
  5232. package/tests/e2e/specs/cucumber/identifier-results.feature +0 -26
  5233. package/tests/e2e/specs/cucumber/identifier-results.spec.ts +0 -18
  5234. package/tests/e2e/specs/cucumber/keyboard-navigation.feature +0 -56
  5235. package/tests/e2e/specs/cucumber/keyboard-navigation.spec.ts +0 -107
  5236. package/tests/e2e/specs/cucumber/multiselect-filters.feature +0 -22
  5237. package/tests/e2e/specs/cucumber/multiselect-filters.spec.ts +0 -97
  5238. package/tests/e2e/specs/cucumber/next-queries.feature +0 -48
  5239. package/tests/e2e/specs/cucumber/next-queries.spec.ts +0 -82
  5240. package/tests/e2e/specs/cucumber/no-suggestions.feature +0 -22
  5241. package/tests/e2e/specs/cucumber/no-suggestions.spec.ts +0 -17
  5242. package/tests/e2e/specs/cucumber/partial-results.feature +0 -38
  5243. package/tests/e2e/specs/cucumber/partial-results.spec.ts +0 -58
  5244. package/tests/e2e/specs/cucumber/popular-searches.feature +0 -29
  5245. package/tests/e2e/specs/cucumber/popular-searches.spec.ts +0 -73
  5246. package/tests/e2e/specs/cucumber/query-suggestions.feature +0 -48
  5247. package/tests/e2e/specs/cucumber/query-suggestions.spec.ts +0 -69
  5248. package/tests/e2e/specs/cucumber/recommendations.feature +0 -11
  5249. package/tests/e2e/specs/cucumber/recommendations.spec.ts +0 -32
  5250. package/tests/e2e/specs/cucumber/related-tags.feature +0 -52
  5251. package/tests/e2e/specs/cucumber/related-tags.spec.ts +0 -102
  5252. package/tests/e2e/specs/cucumber/search-box.feature +0 -64
  5253. package/tests/e2e/specs/cucumber/search-box.spec.ts +0 -215
  5254. package/tests/e2e/specs/cucumber/sliced-filters.feature +0 -31
  5255. package/tests/e2e/specs/cucumber/sliced-filters.spec.ts +0 -63
  5256. package/tests/e2e/specs/cucumber/sliding-panel.feature +0 -15
  5257. package/tests/e2e/specs/cucumber/sliding-panel.spec.ts +0 -78
  5258. package/tests/e2e/specs/cucumber/sort.feature +0 -21
  5259. package/tests/e2e/specs/cucumber/sort.spec.ts +0 -75
  5260. package/tests/e2e/specs/cucumber/spellcheck.feature +0 -32
  5261. package/tests/e2e/specs/cucumber/spellcheck.spec.ts +0 -37
  5262. package/tests/e2e/specs/default/views/Search.spec.ts +0 -269
  5263. package/tests/e2e/support/index.ts +0 -251
  5264. package/tests/tsconfig.json +0 -11
  5265. package/tests/webpack.config.js +0 -41
  5266. package/tsconfig.eslint.json +0 -4
  5267. package/tsconfig.json +0 -25
  5268. package/vue.config.js +0 -7
@@ -0,0 +1,4799 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.18.19",
5
+ "schemaVersion": 1004,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ }
160
+ }
161
+ },
162
+ "kind": "Package",
163
+ "canonicalReference": "@empathyco/x-types!",
164
+ "docComment": "/**\n * Search-types library with the search API models. It also includes model schemas for testing purpose.\n *\n * @remarks\n *\n * Entry point to export search-type models and testing schemas in a unified api-extractor model.\n *\n * @packageDocumentation\n */\n",
165
+ "name": "@empathyco/x-types",
166
+ "members": [
167
+ {
168
+ "kind": "EntryPoint",
169
+ "canonicalReference": "@empathyco/x-types!",
170
+ "name": "",
171
+ "members": [
172
+ {
173
+ "kind": "Interface",
174
+ "canonicalReference": "@empathyco/x-types!Banner:interface",
175
+ "docComment": "/**\n * A banner is an image with a title, that when clicked redirect the user to an URL. Often it is represented as a 100% wide element that appears on top of the results inside the grid or between rows.\n *\n * @public\n */\n",
176
+ "excerptTokens": [
177
+ {
178
+ "kind": "Content",
179
+ "text": "export interface Banner extends "
180
+ },
181
+ {
182
+ "kind": "Reference",
183
+ "text": "NamedModel",
184
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
185
+ },
186
+ {
187
+ "kind": "Content",
188
+ "text": "<'Banner'>"
189
+ },
190
+ {
191
+ "kind": "Content",
192
+ "text": ", "
193
+ },
194
+ {
195
+ "kind": "Reference",
196
+ "text": "Identifiable",
197
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
198
+ },
199
+ {
200
+ "kind": "Content",
201
+ "text": ", "
202
+ },
203
+ {
204
+ "kind": "Reference",
205
+ "text": "Taggable",
206
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
207
+ },
208
+ {
209
+ "kind": "Content",
210
+ "text": " "
211
+ }
212
+ ],
213
+ "releaseTag": "Public",
214
+ "name": "Banner",
215
+ "members": [
216
+ {
217
+ "kind": "PropertySignature",
218
+ "canonicalReference": "@empathyco/x-types!Banner#image:member",
219
+ "docComment": "/**\n * Banner image.\n */\n",
220
+ "excerptTokens": [
221
+ {
222
+ "kind": "Content",
223
+ "text": "image: "
224
+ },
225
+ {
226
+ "kind": "Content",
227
+ "text": "string"
228
+ },
229
+ {
230
+ "kind": "Content",
231
+ "text": ";"
232
+ }
233
+ ],
234
+ "isOptional": false,
235
+ "releaseTag": "Public",
236
+ "name": "image",
237
+ "propertyTypeTokenRange": {
238
+ "startIndex": 1,
239
+ "endIndex": 2
240
+ }
241
+ },
242
+ {
243
+ "kind": "PropertySignature",
244
+ "canonicalReference": "@empathyco/x-types!Banner#title:member",
245
+ "docComment": "/**\n * Banner title.\n */\n",
246
+ "excerptTokens": [
247
+ {
248
+ "kind": "Content",
249
+ "text": "title: "
250
+ },
251
+ {
252
+ "kind": "Content",
253
+ "text": "string"
254
+ },
255
+ {
256
+ "kind": "Content",
257
+ "text": ";"
258
+ }
259
+ ],
260
+ "isOptional": false,
261
+ "releaseTag": "Public",
262
+ "name": "title",
263
+ "propertyTypeTokenRange": {
264
+ "startIndex": 1,
265
+ "endIndex": 2
266
+ }
267
+ },
268
+ {
269
+ "kind": "PropertySignature",
270
+ "canonicalReference": "@empathyco/x-types!Banner#url:member",
271
+ "docComment": "/**\n * URL to redirect.\n */\n",
272
+ "excerptTokens": [
273
+ {
274
+ "kind": "Content",
275
+ "text": "url: "
276
+ },
277
+ {
278
+ "kind": "Content",
279
+ "text": "string"
280
+ },
281
+ {
282
+ "kind": "Content",
283
+ "text": ";"
284
+ }
285
+ ],
286
+ "isOptional": false,
287
+ "releaseTag": "Public",
288
+ "name": "url",
289
+ "propertyTypeTokenRange": {
290
+ "startIndex": 1,
291
+ "endIndex": 2
292
+ }
293
+ }
294
+ ],
295
+ "extendsTokenRanges": [
296
+ {
297
+ "startIndex": 1,
298
+ "endIndex": 3
299
+ },
300
+ {
301
+ "startIndex": 4,
302
+ "endIndex": 5
303
+ },
304
+ {
305
+ "startIndex": 6,
306
+ "endIndex": 8
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "kind": "Variable",
312
+ "canonicalReference": "@empathyco/x-types!BannerSchema:var",
313
+ "docComment": "/**\n * Jest schema for validating Banner entities.\n *\n * @public\n */\n",
314
+ "excerptTokens": [
315
+ {
316
+ "kind": "Content",
317
+ "text": "BannerSchema: "
318
+ },
319
+ {
320
+ "kind": "Reference",
321
+ "text": "Banner",
322
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
323
+ }
324
+ ],
325
+ "releaseTag": "Public",
326
+ "name": "BannerSchema",
327
+ "variableTypeTokenRange": {
328
+ "startIndex": 1,
329
+ "endIndex": 2
330
+ }
331
+ },
332
+ {
333
+ "kind": "Interface",
334
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface",
335
+ "docComment": "/**\n * A boolean filter used in a {@link FacetFilter}, which status can be selected or not and it may contains the total results number that the filter should return.\n *\n * @remarks\n *\n * It is like an \"abstract\" interface because it is not going to be implemented but it is extended by other interfaces. There will never be an object with this type.\n *\n * @public\n */\n",
336
+ "excerptTokens": [
337
+ {
338
+ "kind": "Content",
339
+ "text": "export interface BooleanFilter extends "
340
+ },
341
+ {
342
+ "kind": "Reference",
343
+ "text": "FacetFilter",
344
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
345
+ },
346
+ {
347
+ "kind": "Content",
348
+ "text": " "
349
+ }
350
+ ],
351
+ "releaseTag": "Public",
352
+ "name": "BooleanFilter",
353
+ "members": [
354
+ {
355
+ "kind": "PropertySignature",
356
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#label:member",
357
+ "docComment": "/**\n * Text to render the filter label.\n */\n",
358
+ "excerptTokens": [
359
+ {
360
+ "kind": "Content",
361
+ "text": "label: "
362
+ },
363
+ {
364
+ "kind": "Content",
365
+ "text": "string"
366
+ },
367
+ {
368
+ "kind": "Content",
369
+ "text": ";"
370
+ }
371
+ ],
372
+ "isOptional": false,
373
+ "releaseTag": "Public",
374
+ "name": "label",
375
+ "propertyTypeTokenRange": {
376
+ "startIndex": 1,
377
+ "endIndex": 2
378
+ }
379
+ },
380
+ {
381
+ "kind": "PropertySignature",
382
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#modelName:member",
383
+ "docComment": "/**\n * Type to narrow {@link ModelNameType} from the extended Filter for the known subtypes.\n */\n",
384
+ "excerptTokens": [
385
+ {
386
+ "kind": "Content",
387
+ "text": "modelName: "
388
+ },
389
+ {
390
+ "kind": "Reference",
391
+ "text": "BooleanFilterModelName",
392
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type"
393
+ },
394
+ {
395
+ "kind": "Content",
396
+ "text": ";"
397
+ }
398
+ ],
399
+ "isOptional": false,
400
+ "releaseTag": "Public",
401
+ "name": "modelName",
402
+ "propertyTypeTokenRange": {
403
+ "startIndex": 1,
404
+ "endIndex": 2
405
+ }
406
+ },
407
+ {
408
+ "kind": "PropertySignature",
409
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#totalResults:member",
410
+ "docComment": "/**\n * Amount of matching results.\n */\n",
411
+ "excerptTokens": [
412
+ {
413
+ "kind": "Content",
414
+ "text": "totalResults?: "
415
+ },
416
+ {
417
+ "kind": "Content",
418
+ "text": "number"
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": ";"
423
+ }
424
+ ],
425
+ "isOptional": true,
426
+ "releaseTag": "Public",
427
+ "name": "totalResults",
428
+ "propertyTypeTokenRange": {
429
+ "startIndex": 1,
430
+ "endIndex": 2
431
+ }
432
+ }
433
+ ],
434
+ "extendsTokenRanges": [
435
+ {
436
+ "startIndex": 1,
437
+ "endIndex": 3
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "kind": "TypeAlias",
443
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type",
444
+ "docComment": "/**\n * Type to ease the usage of a model name in a {@link BooleanFilter} with autocomplete suggestions.\n *\n * @public\n */\n",
445
+ "excerptTokens": [
446
+ {
447
+ "kind": "Content",
448
+ "text": "export declare type BooleanFilterModelName = "
449
+ },
450
+ {
451
+ "kind": "Content",
452
+ "text": "typeof "
453
+ },
454
+ {
455
+ "kind": "Reference",
456
+ "text": "BooleanFilterModelNames",
457
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var"
458
+ },
459
+ {
460
+ "kind": "Content",
461
+ "text": "[number]"
462
+ },
463
+ {
464
+ "kind": "Content",
465
+ "text": ";"
466
+ }
467
+ ],
468
+ "releaseTag": "Public",
469
+ "name": "BooleanFilterModelName",
470
+ "typeTokenRange": {
471
+ "startIndex": 1,
472
+ "endIndex": 4
473
+ }
474
+ },
475
+ {
476
+ "kind": "Variable",
477
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
478
+ "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n */\n",
479
+ "excerptTokens": [
480
+ {
481
+ "kind": "Content",
482
+ "text": "BooleanFilterModelNames: "
483
+ },
484
+ {
485
+ "kind": "Content",
486
+ "text": "readonly [\"SimpleFilter\", \"HierarchicalFilter\", \"NumberRangeFilter\"]"
487
+ }
488
+ ],
489
+ "releaseTag": "Public",
490
+ "name": "BooleanFilterModelNames",
491
+ "variableTypeTokenRange": {
492
+ "startIndex": 1,
493
+ "endIndex": 2
494
+ }
495
+ },
496
+ {
497
+ "kind": "Variable",
498
+ "canonicalReference": "@empathyco/x-types!BooleanFilterSchema:var",
499
+ "docComment": "/**\n * Jest schema for validating BooleanFilter entities.\n *\n * @public\n */\n",
500
+ "excerptTokens": [
501
+ {
502
+ "kind": "Content",
503
+ "text": "BooleanFilterSchema: "
504
+ },
505
+ {
506
+ "kind": "Reference",
507
+ "text": "BooleanFilter",
508
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
509
+ }
510
+ ],
511
+ "releaseTag": "Public",
512
+ "name": "BooleanFilterSchema",
513
+ "variableTypeTokenRange": {
514
+ "startIndex": 1,
515
+ "endIndex": 2
516
+ }
517
+ },
518
+ {
519
+ "kind": "Interface",
520
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet:interface",
521
+ "docComment": "/**\n * Editable Number Range Facet is a trait for filtering results using user editable {@link RangeValue}.Editable means that the value max and min can be changed by the user instead of havingseveral boolean filters with different values. It extends from {@link Facet},changes the modelName and uses {@link EditableNumberRangeFilter} as filters.\n *\n * @public\n */\n",
522
+ "excerptTokens": [
523
+ {
524
+ "kind": "Content",
525
+ "text": "export interface EditableNumberRangeFacet extends "
526
+ },
527
+ {
528
+ "kind": "Reference",
529
+ "text": "Facet",
530
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
531
+ },
532
+ {
533
+ "kind": "Content",
534
+ "text": " "
535
+ }
536
+ ],
537
+ "releaseTag": "Public",
538
+ "name": "EditableNumberRangeFacet",
539
+ "members": [
540
+ {
541
+ "kind": "PropertySignature",
542
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet#filters:member",
543
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
544
+ "excerptTokens": [
545
+ {
546
+ "kind": "Content",
547
+ "text": "filters: "
548
+ },
549
+ {
550
+ "kind": "Reference",
551
+ "text": "EditableNumberRangeFilter",
552
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter:interface"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": "[]"
557
+ },
558
+ {
559
+ "kind": "Content",
560
+ "text": ";"
561
+ }
562
+ ],
563
+ "isOptional": false,
564
+ "releaseTag": "Public",
565
+ "name": "filters",
566
+ "propertyTypeTokenRange": {
567
+ "startIndex": 1,
568
+ "endIndex": 3
569
+ }
570
+ },
571
+ {
572
+ "kind": "PropertySignature",
573
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet#modelName:member",
574
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
575
+ "excerptTokens": [
576
+ {
577
+ "kind": "Content",
578
+ "text": "modelName: "
579
+ },
580
+ {
581
+ "kind": "Content",
582
+ "text": "'EditableNumberRangeFacet'"
583
+ },
584
+ {
585
+ "kind": "Content",
586
+ "text": ";"
587
+ }
588
+ ],
589
+ "isOptional": false,
590
+ "releaseTag": "Public",
591
+ "name": "modelName",
592
+ "propertyTypeTokenRange": {
593
+ "startIndex": 1,
594
+ "endIndex": 2
595
+ }
596
+ }
597
+ ],
598
+ "extendsTokenRanges": [
599
+ {
600
+ "startIndex": 1,
601
+ "endIndex": 3
602
+ }
603
+ ]
604
+ },
605
+ {
606
+ "kind": "Variable",
607
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacetSchema:var",
608
+ "docComment": "/**\n * Jest schema for validating EditableNumberRangeFacet entity.\n *\n * @public\n */\n",
609
+ "excerptTokens": [
610
+ {
611
+ "kind": "Content",
612
+ "text": "EditableNumberRangeFacetSchema: "
613
+ },
614
+ {
615
+ "kind": "Reference",
616
+ "text": "EditableNumberRangeFacet",
617
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet:interface"
618
+ }
619
+ ],
620
+ "releaseTag": "Public",
621
+ "name": "EditableNumberRangeFacetSchema",
622
+ "variableTypeTokenRange": {
623
+ "startIndex": 1,
624
+ "endIndex": 2
625
+ }
626
+ },
627
+ {
628
+ "kind": "Interface",
629
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter:interface",
630
+ "docComment": "/**\n * A type of filter used in {@link EditableNumberRangeFacet} and extends from {@link FacetFilter}. This filter has the particularity that its {@link RangeValue} is editable by the user. Editable means that the value max and min can be changed by the user instead of having several boolean filters with different values.\n *\n * @public\n */\n",
631
+ "excerptTokens": [
632
+ {
633
+ "kind": "Content",
634
+ "text": "export interface EditableNumberRangeFilter extends "
635
+ },
636
+ {
637
+ "kind": "Reference",
638
+ "text": "FacetFilter",
639
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
640
+ },
641
+ {
642
+ "kind": "Content",
643
+ "text": " "
644
+ }
645
+ ],
646
+ "releaseTag": "Public",
647
+ "name": "EditableNumberRangeFilter",
648
+ "members": [
649
+ {
650
+ "kind": "PropertySignature",
651
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter#modelName:member",
652
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
653
+ "excerptTokens": [
654
+ {
655
+ "kind": "Content",
656
+ "text": "modelName: "
657
+ },
658
+ {
659
+ "kind": "Content",
660
+ "text": "'EditableNumberRangeFilter'"
661
+ },
662
+ {
663
+ "kind": "Content",
664
+ "text": ";"
665
+ }
666
+ ],
667
+ "isOptional": false,
668
+ "releaseTag": "Public",
669
+ "name": "modelName",
670
+ "propertyTypeTokenRange": {
671
+ "startIndex": 1,
672
+ "endIndex": 2
673
+ }
674
+ },
675
+ {
676
+ "kind": "PropertySignature",
677
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter#range:member",
678
+ "docComment": "/**\n * Filter range to use in the frontend.\n */\n",
679
+ "excerptTokens": [
680
+ {
681
+ "kind": "Content",
682
+ "text": "range: "
683
+ },
684
+ {
685
+ "kind": "Reference",
686
+ "text": "RangeValue",
687
+ "canonicalReference": "@empathyco/x-types!RangeValue:interface"
688
+ },
689
+ {
690
+ "kind": "Content",
691
+ "text": ";"
692
+ }
693
+ ],
694
+ "isOptional": false,
695
+ "releaseTag": "Public",
696
+ "name": "range",
697
+ "propertyTypeTokenRange": {
698
+ "startIndex": 1,
699
+ "endIndex": 2
700
+ }
701
+ }
702
+ ],
703
+ "extendsTokenRanges": [
704
+ {
705
+ "startIndex": 1,
706
+ "endIndex": 3
707
+ }
708
+ ]
709
+ },
710
+ {
711
+ "kind": "Variable",
712
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilterSchema:var",
713
+ "docComment": "/**\n * Jest schema for validating EditableNumberRangeFilterSchema entity.\n *\n * @public\n */\n",
714
+ "excerptTokens": [
715
+ {
716
+ "kind": "Content",
717
+ "text": "EditableNumberRangeFilterSchema: "
718
+ },
719
+ {
720
+ "kind": "Reference",
721
+ "text": "EditableNumberRangeFilter",
722
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter:interface"
723
+ }
724
+ ],
725
+ "releaseTag": "Public",
726
+ "name": "EditableNumberRangeFilterSchema",
727
+ "variableTypeTokenRange": {
728
+ "startIndex": 1,
729
+ "endIndex": 2
730
+ }
731
+ },
732
+ {
733
+ "kind": "Interface",
734
+ "canonicalReference": "@empathyco/x-types!Facet:interface",
735
+ "docComment": "/**\n * Facet is a trait for filtering results. It uses {@link Filter} as filters.\n *\n * @public\n */\n",
736
+ "excerptTokens": [
737
+ {
738
+ "kind": "Content",
739
+ "text": "export interface Facet extends "
740
+ },
741
+ {
742
+ "kind": "Reference",
743
+ "text": "NamedModel",
744
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
745
+ },
746
+ {
747
+ "kind": "Content",
748
+ "text": "<"
749
+ },
750
+ {
751
+ "kind": "Reference",
752
+ "text": "FacetModelName",
753
+ "canonicalReference": "@empathyco/x-types!FacetModelName:type"
754
+ },
755
+ {
756
+ "kind": "Content",
757
+ "text": ">"
758
+ },
759
+ {
760
+ "kind": "Content",
761
+ "text": ", "
762
+ },
763
+ {
764
+ "kind": "Reference",
765
+ "text": "Identifiable",
766
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
767
+ },
768
+ {
769
+ "kind": "Content",
770
+ "text": " "
771
+ }
772
+ ],
773
+ "releaseTag": "Public",
774
+ "name": "Facet",
775
+ "members": [
776
+ {
777
+ "kind": "PropertySignature",
778
+ "canonicalReference": "@empathyco/x-types!Facet#filters:member",
779
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
780
+ "excerptTokens": [
781
+ {
782
+ "kind": "Content",
783
+ "text": "filters: "
784
+ },
785
+ {
786
+ "kind": "Reference",
787
+ "text": "Filter",
788
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
789
+ },
790
+ {
791
+ "kind": "Content",
792
+ "text": "[]"
793
+ },
794
+ {
795
+ "kind": "Content",
796
+ "text": ";"
797
+ }
798
+ ],
799
+ "isOptional": false,
800
+ "releaseTag": "Public",
801
+ "name": "filters",
802
+ "propertyTypeTokenRange": {
803
+ "startIndex": 1,
804
+ "endIndex": 3
805
+ }
806
+ },
807
+ {
808
+ "kind": "PropertySignature",
809
+ "canonicalReference": "@empathyco/x-types!Facet#label:member",
810
+ "docComment": "/**\n * Label that represents the facet text.\n */\n",
811
+ "excerptTokens": [
812
+ {
813
+ "kind": "Content",
814
+ "text": "label: "
815
+ },
816
+ {
817
+ "kind": "Content",
818
+ "text": "string"
819
+ },
820
+ {
821
+ "kind": "Content",
822
+ "text": ";"
823
+ }
824
+ ],
825
+ "isOptional": false,
826
+ "releaseTag": "Public",
827
+ "name": "label",
828
+ "propertyTypeTokenRange": {
829
+ "startIndex": 1,
830
+ "endIndex": 2
831
+ }
832
+ }
833
+ ],
834
+ "extendsTokenRanges": [
835
+ {
836
+ "startIndex": 1,
837
+ "endIndex": 5
838
+ },
839
+ {
840
+ "startIndex": 6,
841
+ "endIndex": 8
842
+ }
843
+ ]
844
+ },
845
+ {
846
+ "kind": "Interface",
847
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface",
848
+ "docComment": "/**\n * A filter which is associated with a {@link Facet}.\n *\n * @remarks\n *\n * It is like an \"abstract\" interface because it is not going to be implemented but it is extended by other interfaces. There will never be an object with this type.\n *\n * @public\n */\n",
849
+ "excerptTokens": [
850
+ {
851
+ "kind": "Content",
852
+ "text": "export interface FacetFilter extends "
853
+ },
854
+ {
855
+ "kind": "Reference",
856
+ "text": "Filter",
857
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
858
+ },
859
+ {
860
+ "kind": "Content",
861
+ "text": " "
862
+ }
863
+ ],
864
+ "releaseTag": "Public",
865
+ "name": "FacetFilter",
866
+ "members": [
867
+ {
868
+ "kind": "PropertySignature",
869
+ "canonicalReference": "@empathyco/x-types!FacetFilter#facetId:member",
870
+ "docComment": "/**\n * An unique ID that identifies the facet that uses this filter.\n */\n",
871
+ "excerptTokens": [
872
+ {
873
+ "kind": "Content",
874
+ "text": "facetId: "
875
+ },
876
+ {
877
+ "kind": "Reference",
878
+ "text": "Facet",
879
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
880
+ },
881
+ {
882
+ "kind": "Content",
883
+ "text": "['id']"
884
+ },
885
+ {
886
+ "kind": "Content",
887
+ "text": ";"
888
+ }
889
+ ],
890
+ "isOptional": false,
891
+ "releaseTag": "Public",
892
+ "name": "facetId",
893
+ "propertyTypeTokenRange": {
894
+ "startIndex": 1,
895
+ "endIndex": 3
896
+ }
897
+ },
898
+ {
899
+ "kind": "PropertySignature",
900
+ "canonicalReference": "@empathyco/x-types!FacetFilter#modelName:member",
901
+ "docComment": "/**\n * The filter {@link ModelNameType | model name} excluding {@link RawFilter#modelName | RawFilter} model name.\n */\n",
902
+ "excerptTokens": [
903
+ {
904
+ "kind": "Content",
905
+ "text": "modelName: "
906
+ },
907
+ {
908
+ "kind": "Reference",
909
+ "text": "Exclude",
910
+ "canonicalReference": "!Exclude:type"
911
+ },
912
+ {
913
+ "kind": "Content",
914
+ "text": "<"
915
+ },
916
+ {
917
+ "kind": "Reference",
918
+ "text": "FilterModelName",
919
+ "canonicalReference": "@empathyco/x-types!FilterModelName:type"
920
+ },
921
+ {
922
+ "kind": "Content",
923
+ "text": ", 'RawFilter'>"
924
+ },
925
+ {
926
+ "kind": "Content",
927
+ "text": ";"
928
+ }
929
+ ],
930
+ "isOptional": false,
931
+ "releaseTag": "Public",
932
+ "name": "modelName",
933
+ "propertyTypeTokenRange": {
934
+ "startIndex": 1,
935
+ "endIndex": 5
936
+ }
937
+ }
938
+ ],
939
+ "extendsTokenRanges": [
940
+ {
941
+ "startIndex": 1,
942
+ "endIndex": 3
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "kind": "Variable",
948
+ "canonicalReference": "@empathyco/x-types!FacetFilterSchema:var",
949
+ "docComment": "/**\n * Jest schema for validating {@link FacetFilter} entities.\n *\n * @public\n */\n",
950
+ "excerptTokens": [
951
+ {
952
+ "kind": "Content",
953
+ "text": "FacetFilterSchema: "
954
+ },
955
+ {
956
+ "kind": "Reference",
957
+ "text": "FacetFilter",
958
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
959
+ }
960
+ ],
961
+ "releaseTag": "Public",
962
+ "name": "FacetFilterSchema",
963
+ "variableTypeTokenRange": {
964
+ "startIndex": 1,
965
+ "endIndex": 2
966
+ }
967
+ },
968
+ {
969
+ "kind": "TypeAlias",
970
+ "canonicalReference": "@empathyco/x-types!FacetModelName:type",
971
+ "docComment": "/**\n * Facets model names type. It can be: SimpleFacet, HierarchicalFacet, NumberRangeFacet or EditableNumberRangeFacet.\n *\n * @public\n */\n",
972
+ "excerptTokens": [
973
+ {
974
+ "kind": "Content",
975
+ "text": "export declare type FacetModelName = "
976
+ },
977
+ {
978
+ "kind": "Content",
979
+ "text": "'SimpleFacet' | 'HierarchicalFacet' | 'NumberRangeFacet' | 'EditableNumberRangeFacet'"
980
+ },
981
+ {
982
+ "kind": "Content",
983
+ "text": ";"
984
+ }
985
+ ],
986
+ "releaseTag": "Public",
987
+ "name": "FacetModelName",
988
+ "typeTokenRange": {
989
+ "startIndex": 1,
990
+ "endIndex": 2
991
+ }
992
+ },
993
+ {
994
+ "kind": "Variable",
995
+ "canonicalReference": "@empathyco/x-types!FacetSchema:var",
996
+ "docComment": "/**\n * Jest schema for validating Facet entities.\n *\n * @public\n */\n",
997
+ "excerptTokens": [
998
+ {
999
+ "kind": "Content",
1000
+ "text": "FacetSchema: "
1001
+ },
1002
+ {
1003
+ "kind": "Reference",
1004
+ "text": "Facet",
1005
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
1006
+ }
1007
+ ],
1008
+ "releaseTag": "Public",
1009
+ "name": "FacetSchema",
1010
+ "variableTypeTokenRange": {
1011
+ "startIndex": 1,
1012
+ "endIndex": 2
1013
+ }
1014
+ },
1015
+ {
1016
+ "kind": "Interface",
1017
+ "canonicalReference": "@empathyco/x-types!Filter:interface",
1018
+ "docComment": "/**\n * A basic filter.\n *\n * @remarks\n *\n * It is like an \"abstract\" interface because it is not going to be implemented but it is extended by other interfaces. There will never be an object with this type.\n *\n * @public\n */\n",
1019
+ "excerptTokens": [
1020
+ {
1021
+ "kind": "Content",
1022
+ "text": "export interface Filter extends "
1023
+ },
1024
+ {
1025
+ "kind": "Reference",
1026
+ "text": "NamedModel",
1027
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
1028
+ },
1029
+ {
1030
+ "kind": "Content",
1031
+ "text": "<"
1032
+ },
1033
+ {
1034
+ "kind": "Reference",
1035
+ "text": "FilterModelName",
1036
+ "canonicalReference": "@empathyco/x-types!FilterModelName:type"
1037
+ },
1038
+ {
1039
+ "kind": "Content",
1040
+ "text": ">"
1041
+ },
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": ", "
1045
+ },
1046
+ {
1047
+ "kind": "Reference",
1048
+ "text": "Identifiable",
1049
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
1050
+ },
1051
+ {
1052
+ "kind": "Content",
1053
+ "text": " "
1054
+ }
1055
+ ],
1056
+ "releaseTag": "Public",
1057
+ "name": "Filter",
1058
+ "members": [
1059
+ {
1060
+ "kind": "PropertySignature",
1061
+ "canonicalReference": "@empathyco/x-types!Filter#selected:member",
1062
+ "docComment": "/**\n * Flag if the filter is selected or not.\n */\n",
1063
+ "excerptTokens": [
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": "selected: "
1067
+ },
1068
+ {
1069
+ "kind": "Content",
1070
+ "text": "boolean"
1071
+ },
1072
+ {
1073
+ "kind": "Content",
1074
+ "text": ";"
1075
+ }
1076
+ ],
1077
+ "isOptional": false,
1078
+ "releaseTag": "Public",
1079
+ "name": "selected",
1080
+ "propertyTypeTokenRange": {
1081
+ "startIndex": 1,
1082
+ "endIndex": 2
1083
+ }
1084
+ }
1085
+ ],
1086
+ "extendsTokenRanges": [
1087
+ {
1088
+ "startIndex": 1,
1089
+ "endIndex": 5
1090
+ },
1091
+ {
1092
+ "startIndex": 6,
1093
+ "endIndex": 8
1094
+ }
1095
+ ]
1096
+ },
1097
+ {
1098
+ "kind": "TypeAlias",
1099
+ "canonicalReference": "@empathyco/x-types!FilterModelName:type",
1100
+ "docComment": "/**\n * Filters model names type. It can be: {@link BooleanFilterModelName}, RawFilter or EditableNumberRangeFilter.\n *\n * @public\n */\n",
1101
+ "excerptTokens": [
1102
+ {
1103
+ "kind": "Content",
1104
+ "text": "export declare type FilterModelName = "
1105
+ },
1106
+ {
1107
+ "kind": "Reference",
1108
+ "text": "BooleanFilterModelName",
1109
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type"
1110
+ },
1111
+ {
1112
+ "kind": "Content",
1113
+ "text": " | 'EditableNumberRangeFilter' | 'RawFilter'"
1114
+ },
1115
+ {
1116
+ "kind": "Content",
1117
+ "text": ";"
1118
+ }
1119
+ ],
1120
+ "releaseTag": "Public",
1121
+ "name": "FilterModelName",
1122
+ "typeTokenRange": {
1123
+ "startIndex": 1,
1124
+ "endIndex": 3
1125
+ }
1126
+ },
1127
+ {
1128
+ "kind": "Variable",
1129
+ "canonicalReference": "@empathyco/x-types!FilterSchema:var",
1130
+ "docComment": "/**\n * Jest schema for validating Filter entities.\n *\n * @public\n */\n",
1131
+ "excerptTokens": [
1132
+ {
1133
+ "kind": "Content",
1134
+ "text": "FilterSchema: "
1135
+ },
1136
+ {
1137
+ "kind": "Reference",
1138
+ "text": "Filter",
1139
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1140
+ }
1141
+ ],
1142
+ "releaseTag": "Public",
1143
+ "name": "FilterSchema",
1144
+ "variableTypeTokenRange": {
1145
+ "startIndex": 1,
1146
+ "endIndex": 2
1147
+ }
1148
+ },
1149
+ {
1150
+ "kind": "Interface",
1151
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface",
1152
+ "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",
1153
+ "excerptTokens": [
1154
+ {
1155
+ "kind": "Content",
1156
+ "text": "export interface HierarchicalFacet extends "
1157
+ },
1158
+ {
1159
+ "kind": "Reference",
1160
+ "text": "Facet",
1161
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
1162
+ },
1163
+ {
1164
+ "kind": "Content",
1165
+ "text": " "
1166
+ }
1167
+ ],
1168
+ "releaseTag": "Public",
1169
+ "name": "HierarchicalFacet",
1170
+ "members": [
1171
+ {
1172
+ "kind": "PropertySignature",
1173
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacet#filters:member",
1174
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
1175
+ "excerptTokens": [
1176
+ {
1177
+ "kind": "Content",
1178
+ "text": "filters: "
1179
+ },
1180
+ {
1181
+ "kind": "Reference",
1182
+ "text": "HierarchicalFilter",
1183
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1184
+ },
1185
+ {
1186
+ "kind": "Content",
1187
+ "text": "[]"
1188
+ },
1189
+ {
1190
+ "kind": "Content",
1191
+ "text": ";"
1192
+ }
1193
+ ],
1194
+ "isOptional": false,
1195
+ "releaseTag": "Public",
1196
+ "name": "filters",
1197
+ "propertyTypeTokenRange": {
1198
+ "startIndex": 1,
1199
+ "endIndex": 3
1200
+ }
1201
+ },
1202
+ {
1203
+ "kind": "PropertySignature",
1204
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacet#modelName:member",
1205
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
1206
+ "excerptTokens": [
1207
+ {
1208
+ "kind": "Content",
1209
+ "text": "modelName: "
1210
+ },
1211
+ {
1212
+ "kind": "Content",
1213
+ "text": "'HierarchicalFacet'"
1214
+ },
1215
+ {
1216
+ "kind": "Content",
1217
+ "text": ";"
1218
+ }
1219
+ ],
1220
+ "isOptional": false,
1221
+ "releaseTag": "Public",
1222
+ "name": "modelName",
1223
+ "propertyTypeTokenRange": {
1224
+ "startIndex": 1,
1225
+ "endIndex": 2
1226
+ }
1227
+ }
1228
+ ],
1229
+ "extendsTokenRanges": [
1230
+ {
1231
+ "startIndex": 1,
1232
+ "endIndex": 3
1233
+ }
1234
+ ]
1235
+ },
1236
+ {
1237
+ "kind": "Variable",
1238
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacetSchema:var",
1239
+ "docComment": "/**\n * Jest schema for validating HierarchicalFacet entity.\n *\n * @public\n */\n",
1240
+ "excerptTokens": [
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": "HierarchicalFacetSchema: "
1244
+ },
1245
+ {
1246
+ "kind": "Reference",
1247
+ "text": "HierarchicalFacet",
1248
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface"
1249
+ }
1250
+ ],
1251
+ "releaseTag": "Public",
1252
+ "name": "HierarchicalFacetSchema",
1253
+ "variableTypeTokenRange": {
1254
+ "startIndex": 1,
1255
+ "endIndex": 2
1256
+ }
1257
+ },
1258
+ {
1259
+ "kind": "Interface",
1260
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface",
1261
+ "docComment": "/**\n * A type of filter used in {@link HierarchicalFacet} and extends from {@link BooleanFilter}. This filter has the particularity that it has recursive children.\n *\n * @public\n */\n",
1262
+ "excerptTokens": [
1263
+ {
1264
+ "kind": "Content",
1265
+ "text": "export interface HierarchicalFilter extends "
1266
+ },
1267
+ {
1268
+ "kind": "Reference",
1269
+ "text": "BooleanFilter",
1270
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
1271
+ },
1272
+ {
1273
+ "kind": "Content",
1274
+ "text": " "
1275
+ }
1276
+ ],
1277
+ "releaseTag": "Public",
1278
+ "name": "HierarchicalFilter",
1279
+ "members": [
1280
+ {
1281
+ "kind": "PropertySignature",
1282
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter#children:member",
1283
+ "docComment": "/**\n * Descendants filters id.\n */\n",
1284
+ "excerptTokens": [
1285
+ {
1286
+ "kind": "Content",
1287
+ "text": "children?: "
1288
+ },
1289
+ {
1290
+ "kind": "Reference",
1291
+ "text": "Filter",
1292
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1293
+ },
1294
+ {
1295
+ "kind": "Content",
1296
+ "text": "['id'][]"
1297
+ },
1298
+ {
1299
+ "kind": "Content",
1300
+ "text": ";"
1301
+ }
1302
+ ],
1303
+ "isOptional": true,
1304
+ "releaseTag": "Public",
1305
+ "name": "children",
1306
+ "propertyTypeTokenRange": {
1307
+ "startIndex": 1,
1308
+ "endIndex": 3
1309
+ }
1310
+ },
1311
+ {
1312
+ "kind": "PropertySignature",
1313
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter#modelName:member",
1314
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
1315
+ "excerptTokens": [
1316
+ {
1317
+ "kind": "Content",
1318
+ "text": "modelName: "
1319
+ },
1320
+ {
1321
+ "kind": "Content",
1322
+ "text": "'HierarchicalFilter'"
1323
+ },
1324
+ {
1325
+ "kind": "Content",
1326
+ "text": ";"
1327
+ }
1328
+ ],
1329
+ "isOptional": false,
1330
+ "releaseTag": "Public",
1331
+ "name": "modelName",
1332
+ "propertyTypeTokenRange": {
1333
+ "startIndex": 1,
1334
+ "endIndex": 2
1335
+ }
1336
+ },
1337
+ {
1338
+ "kind": "PropertySignature",
1339
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter#parentId:member",
1340
+ "docComment": "/**\n * An unique id used to reference the parent filter or null if it hasn't.\n */\n",
1341
+ "excerptTokens": [
1342
+ {
1343
+ "kind": "Content",
1344
+ "text": "parentId: "
1345
+ },
1346
+ {
1347
+ "kind": "Reference",
1348
+ "text": "Filter",
1349
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1350
+ },
1351
+ {
1352
+ "kind": "Content",
1353
+ "text": "['id'] | null"
1354
+ },
1355
+ {
1356
+ "kind": "Content",
1357
+ "text": ";"
1358
+ }
1359
+ ],
1360
+ "isOptional": false,
1361
+ "releaseTag": "Public",
1362
+ "name": "parentId",
1363
+ "propertyTypeTokenRange": {
1364
+ "startIndex": 1,
1365
+ "endIndex": 3
1366
+ }
1367
+ }
1368
+ ],
1369
+ "extendsTokenRanges": [
1370
+ {
1371
+ "startIndex": 1,
1372
+ "endIndex": 3
1373
+ }
1374
+ ]
1375
+ },
1376
+ {
1377
+ "kind": "Variable",
1378
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilterSchema:var",
1379
+ "docComment": "/**\n * Jest schema for validating HierarchicalFilter entity.\n *\n * @public\n */\n",
1380
+ "excerptTokens": [
1381
+ {
1382
+ "kind": "Content",
1383
+ "text": "HierarchicalFilterSchema: "
1384
+ },
1385
+ {
1386
+ "kind": "Reference",
1387
+ "text": "HierarchicalFilter",
1388
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1389
+ }
1390
+ ],
1391
+ "releaseTag": "Public",
1392
+ "name": "HierarchicalFilterSchema",
1393
+ "variableTypeTokenRange": {
1394
+ "startIndex": 1,
1395
+ "endIndex": 2
1396
+ }
1397
+ },
1398
+ {
1399
+ "kind": "Interface",
1400
+ "canonicalReference": "@empathyco/x-types!HistoryQuery:interface",
1401
+ "docComment": "/**\n * Represents a query that has been made by the user.\n *\n * @public\n */\n",
1402
+ "excerptTokens": [
1403
+ {
1404
+ "kind": "Content",
1405
+ "text": "export interface HistoryQuery extends "
1406
+ },
1407
+ {
1408
+ "kind": "Reference",
1409
+ "text": "Previewable",
1410
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
1411
+ },
1412
+ {
1413
+ "kind": "Content",
1414
+ "text": ", "
1415
+ },
1416
+ {
1417
+ "kind": "Reference",
1418
+ "text": "NamedModel",
1419
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
1420
+ },
1421
+ {
1422
+ "kind": "Content",
1423
+ "text": "<'HistoryQuery'> "
1424
+ }
1425
+ ],
1426
+ "releaseTag": "Public",
1427
+ "name": "HistoryQuery",
1428
+ "members": [
1429
+ {
1430
+ "kind": "PropertySignature",
1431
+ "canonicalReference": "@empathyco/x-types!HistoryQuery#timestamp:member",
1432
+ "docComment": "/**\n * Timestamp when the history query was created.\n */\n",
1433
+ "excerptTokens": [
1434
+ {
1435
+ "kind": "Content",
1436
+ "text": "timestamp: "
1437
+ },
1438
+ {
1439
+ "kind": "Content",
1440
+ "text": "number"
1441
+ },
1442
+ {
1443
+ "kind": "Content",
1444
+ "text": ";"
1445
+ }
1446
+ ],
1447
+ "isOptional": false,
1448
+ "releaseTag": "Public",
1449
+ "name": "timestamp",
1450
+ "propertyTypeTokenRange": {
1451
+ "startIndex": 1,
1452
+ "endIndex": 2
1453
+ }
1454
+ }
1455
+ ],
1456
+ "extendsTokenRanges": [
1457
+ {
1458
+ "startIndex": 1,
1459
+ "endIndex": 2
1460
+ },
1461
+ {
1462
+ "startIndex": 3,
1463
+ "endIndex": 5
1464
+ }
1465
+ ]
1466
+ },
1467
+ {
1468
+ "kind": "Variable",
1469
+ "canonicalReference": "@empathyco/x-types!HistoryQuerySchema:var",
1470
+ "docComment": "/**\n * Jest schema for validating Next query entities.\n *\n * @public\n */\n",
1471
+ "excerptTokens": [
1472
+ {
1473
+ "kind": "Content",
1474
+ "text": "HistoryQuerySchema: "
1475
+ },
1476
+ {
1477
+ "kind": "Reference",
1478
+ "text": "HistoryQuery",
1479
+ "canonicalReference": "@empathyco/x-types!HistoryQuery:interface"
1480
+ }
1481
+ ],
1482
+ "releaseTag": "Public",
1483
+ "name": "HistoryQuerySchema",
1484
+ "variableTypeTokenRange": {
1485
+ "startIndex": 1,
1486
+ "endIndex": 2
1487
+ }
1488
+ },
1489
+ {
1490
+ "kind": "Interface",
1491
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface",
1492
+ "docComment": "/**\n * Represents an Object with id property.\n *\n * @public\n */\n",
1493
+ "excerptTokens": [
1494
+ {
1495
+ "kind": "Content",
1496
+ "text": "export interface Identifiable<ID = "
1497
+ },
1498
+ {
1499
+ "kind": "Content",
1500
+ "text": "string | number"
1501
+ },
1502
+ {
1503
+ "kind": "Content",
1504
+ "text": "> "
1505
+ }
1506
+ ],
1507
+ "releaseTag": "Public",
1508
+ "typeParameters": [
1509
+ {
1510
+ "typeParameterName": "ID",
1511
+ "constraintTokenRange": {
1512
+ "startIndex": 0,
1513
+ "endIndex": 0
1514
+ },
1515
+ "defaultTypeTokenRange": {
1516
+ "startIndex": 1,
1517
+ "endIndex": 2
1518
+ }
1519
+ }
1520
+ ],
1521
+ "name": "Identifiable",
1522
+ "members": [
1523
+ {
1524
+ "kind": "PropertySignature",
1525
+ "canonicalReference": "@empathyco/x-types!Identifiable#id:member",
1526
+ "docComment": "/**\n * A unique ID that identifies the Object.\n */\n",
1527
+ "excerptTokens": [
1528
+ {
1529
+ "kind": "Content",
1530
+ "text": "id: "
1531
+ },
1532
+ {
1533
+ "kind": "Content",
1534
+ "text": "ID"
1535
+ },
1536
+ {
1537
+ "kind": "Content",
1538
+ "text": ";"
1539
+ }
1540
+ ],
1541
+ "isOptional": false,
1542
+ "releaseTag": "Public",
1543
+ "name": "id",
1544
+ "propertyTypeTokenRange": {
1545
+ "startIndex": 1,
1546
+ "endIndex": 2
1547
+ }
1548
+ }
1549
+ ],
1550
+ "extendsTokenRanges": []
1551
+ },
1552
+ {
1553
+ "kind": "Function",
1554
+ "canonicalReference": "@empathyco/x-types!isBooleanFilter:function(1)",
1555
+ "docComment": "/**\n * Type guard to check if a filter is a {@link BooleanFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link BooleanFilter}, false otherwise.\n *\n * @public\n */\n",
1556
+ "excerptTokens": [
1557
+ {
1558
+ "kind": "Content",
1559
+ "text": "export declare function isBooleanFilter(filter: "
1560
+ },
1561
+ {
1562
+ "kind": "Reference",
1563
+ "text": "Filter",
1564
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1565
+ },
1566
+ {
1567
+ "kind": "Content",
1568
+ "text": "): "
1569
+ },
1570
+ {
1571
+ "kind": "Reference",
1572
+ "text": "filter",
1573
+ "canonicalReference": "@empathyco/x-types!~filter"
1574
+ },
1575
+ {
1576
+ "kind": "Content",
1577
+ "text": " is "
1578
+ },
1579
+ {
1580
+ "kind": "Reference",
1581
+ "text": "BooleanFilter",
1582
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
1583
+ },
1584
+ {
1585
+ "kind": "Content",
1586
+ "text": ";"
1587
+ }
1588
+ ],
1589
+ "returnTypeTokenRange": {
1590
+ "startIndex": 3,
1591
+ "endIndex": 6
1592
+ },
1593
+ "releaseTag": "Public",
1594
+ "overloadIndex": 1,
1595
+ "parameters": [
1596
+ {
1597
+ "parameterName": "filter",
1598
+ "parameterTypeTokenRange": {
1599
+ "startIndex": 1,
1600
+ "endIndex": 2
1601
+ }
1602
+ }
1603
+ ],
1604
+ "name": "isBooleanFilter"
1605
+ },
1606
+ {
1607
+ "kind": "Function",
1608
+ "canonicalReference": "@empathyco/x-types!isEditableNumberRangeFacet:function(1)",
1609
+ "docComment": "/**\n * Type guard to check if a facet is an {@link EditableNumberRangeFacet}.\n *\n * @param facet - The facet to check.\n *\n * @returns A boolean that represents if a facet is an {@link EditableNumberRangeFacet}.\n *\n * @public\n */\n",
1610
+ "excerptTokens": [
1611
+ {
1612
+ "kind": "Content",
1613
+ "text": "export declare function isEditableNumberRangeFacet(facet: "
1614
+ },
1615
+ {
1616
+ "kind": "Reference",
1617
+ "text": "Facet",
1618
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
1619
+ },
1620
+ {
1621
+ "kind": "Content",
1622
+ "text": "): "
1623
+ },
1624
+ {
1625
+ "kind": "Reference",
1626
+ "text": "facet",
1627
+ "canonicalReference": "@empathyco/x-types!~facet"
1628
+ },
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": " is "
1632
+ },
1633
+ {
1634
+ "kind": "Reference",
1635
+ "text": "EditableNumberRangeFacet",
1636
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet:interface"
1637
+ },
1638
+ {
1639
+ "kind": "Content",
1640
+ "text": ";"
1641
+ }
1642
+ ],
1643
+ "returnTypeTokenRange": {
1644
+ "startIndex": 3,
1645
+ "endIndex": 6
1646
+ },
1647
+ "releaseTag": "Public",
1648
+ "overloadIndex": 1,
1649
+ "parameters": [
1650
+ {
1651
+ "parameterName": "facet",
1652
+ "parameterTypeTokenRange": {
1653
+ "startIndex": 1,
1654
+ "endIndex": 2
1655
+ }
1656
+ }
1657
+ ],
1658
+ "name": "isEditableNumberRangeFacet"
1659
+ },
1660
+ {
1661
+ "kind": "Function",
1662
+ "canonicalReference": "@empathyco/x-types!isEditableNumberRangeFilter:function(1)",
1663
+ "docComment": "/**\n * Type guard to check if a filter is an {@link EditableNumberRangeFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is an {@link EditableNumberRangeFilter}, false otherwise.\n *\n * @public\n */\n",
1664
+ "excerptTokens": [
1665
+ {
1666
+ "kind": "Content",
1667
+ "text": "export declare function isEditableNumberRangeFilter(filter: "
1668
+ },
1669
+ {
1670
+ "kind": "Reference",
1671
+ "text": "Filter",
1672
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1673
+ },
1674
+ {
1675
+ "kind": "Content",
1676
+ "text": "): "
1677
+ },
1678
+ {
1679
+ "kind": "Reference",
1680
+ "text": "filter",
1681
+ "canonicalReference": "@empathyco/x-types!~filter"
1682
+ },
1683
+ {
1684
+ "kind": "Content",
1685
+ "text": " is "
1686
+ },
1687
+ {
1688
+ "kind": "Reference",
1689
+ "text": "EditableNumberRangeFilter",
1690
+ "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter:interface"
1691
+ },
1692
+ {
1693
+ "kind": "Content",
1694
+ "text": ";"
1695
+ }
1696
+ ],
1697
+ "returnTypeTokenRange": {
1698
+ "startIndex": 3,
1699
+ "endIndex": 6
1700
+ },
1701
+ "releaseTag": "Public",
1702
+ "overloadIndex": 1,
1703
+ "parameters": [
1704
+ {
1705
+ "parameterName": "filter",
1706
+ "parameterTypeTokenRange": {
1707
+ "startIndex": 1,
1708
+ "endIndex": 2
1709
+ }
1710
+ }
1711
+ ],
1712
+ "name": "isEditableNumberRangeFilter"
1713
+ },
1714
+ {
1715
+ "kind": "Function",
1716
+ "canonicalReference": "@empathyco/x-types!isFacetFilter:function(1)",
1717
+ "docComment": "/**\n * Type guard to check if a filter is a {@link FacetFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link FacetFilter}, false otherwise.\n *\n * @public\n */\n",
1718
+ "excerptTokens": [
1719
+ {
1720
+ "kind": "Content",
1721
+ "text": "export declare function isFacetFilter(filter: "
1722
+ },
1723
+ {
1724
+ "kind": "Reference",
1725
+ "text": "Filter",
1726
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1727
+ },
1728
+ {
1729
+ "kind": "Content",
1730
+ "text": "): "
1731
+ },
1732
+ {
1733
+ "kind": "Reference",
1734
+ "text": "filter",
1735
+ "canonicalReference": "@empathyco/x-types!~filter"
1736
+ },
1737
+ {
1738
+ "kind": "Content",
1739
+ "text": " is "
1740
+ },
1741
+ {
1742
+ "kind": "Reference",
1743
+ "text": "FacetFilter",
1744
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
1745
+ },
1746
+ {
1747
+ "kind": "Content",
1748
+ "text": ";"
1749
+ }
1750
+ ],
1751
+ "returnTypeTokenRange": {
1752
+ "startIndex": 3,
1753
+ "endIndex": 6
1754
+ },
1755
+ "releaseTag": "Public",
1756
+ "overloadIndex": 1,
1757
+ "parameters": [
1758
+ {
1759
+ "parameterName": "filter",
1760
+ "parameterTypeTokenRange": {
1761
+ "startIndex": 1,
1762
+ "endIndex": 2
1763
+ }
1764
+ }
1765
+ ],
1766
+ "name": "isFacetFilter"
1767
+ },
1768
+ {
1769
+ "kind": "Function",
1770
+ "canonicalReference": "@empathyco/x-types!isHierarchicalFacet:function(1)",
1771
+ "docComment": "/**\n * Type guard to check if a facet is an {@link HierarchicalFacet}.\n *\n * @param facet - The facet to check.\n *\n * @returns True if the facet is a {@link HierarchicalFacet}, false otherwise.\n *\n * @public\n */\n",
1772
+ "excerptTokens": [
1773
+ {
1774
+ "kind": "Content",
1775
+ "text": "export declare function isHierarchicalFacet(facet: "
1776
+ },
1777
+ {
1778
+ "kind": "Reference",
1779
+ "text": "Facet",
1780
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
1781
+ },
1782
+ {
1783
+ "kind": "Content",
1784
+ "text": "): "
1785
+ },
1786
+ {
1787
+ "kind": "Reference",
1788
+ "text": "facet",
1789
+ "canonicalReference": "@empathyco/x-types!~facet"
1790
+ },
1791
+ {
1792
+ "kind": "Content",
1793
+ "text": " is "
1794
+ },
1795
+ {
1796
+ "kind": "Reference",
1797
+ "text": "HierarchicalFacet",
1798
+ "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface"
1799
+ },
1800
+ {
1801
+ "kind": "Content",
1802
+ "text": ";"
1803
+ }
1804
+ ],
1805
+ "returnTypeTokenRange": {
1806
+ "startIndex": 3,
1807
+ "endIndex": 6
1808
+ },
1809
+ "releaseTag": "Public",
1810
+ "overloadIndex": 1,
1811
+ "parameters": [
1812
+ {
1813
+ "parameterName": "facet",
1814
+ "parameterTypeTokenRange": {
1815
+ "startIndex": 1,
1816
+ "endIndex": 2
1817
+ }
1818
+ }
1819
+ ],
1820
+ "name": "isHierarchicalFacet"
1821
+ },
1822
+ {
1823
+ "kind": "Function",
1824
+ "canonicalReference": "@empathyco/x-types!isHierarchicalFilter:function(1)",
1825
+ "docComment": "/**\n * Type guard to check if a filter is a {@link HierarchicalFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link HierarchicalFilter}, false otherwise.\n *\n * @public\n */\n",
1826
+ "excerptTokens": [
1827
+ {
1828
+ "kind": "Content",
1829
+ "text": "export declare function isHierarchicalFilter(filter: "
1830
+ },
1831
+ {
1832
+ "kind": "Reference",
1833
+ "text": "Filter",
1834
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1835
+ },
1836
+ {
1837
+ "kind": "Content",
1838
+ "text": "): "
1839
+ },
1840
+ {
1841
+ "kind": "Reference",
1842
+ "text": "filter",
1843
+ "canonicalReference": "@empathyco/x-types!~filter"
1844
+ },
1845
+ {
1846
+ "kind": "Content",
1847
+ "text": " is "
1848
+ },
1849
+ {
1850
+ "kind": "Reference",
1851
+ "text": "HierarchicalFilter",
1852
+ "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1853
+ },
1854
+ {
1855
+ "kind": "Content",
1856
+ "text": ";"
1857
+ }
1858
+ ],
1859
+ "returnTypeTokenRange": {
1860
+ "startIndex": 3,
1861
+ "endIndex": 6
1862
+ },
1863
+ "releaseTag": "Public",
1864
+ "overloadIndex": 1,
1865
+ "parameters": [
1866
+ {
1867
+ "parameterName": "filter",
1868
+ "parameterTypeTokenRange": {
1869
+ "startIndex": 1,
1870
+ "endIndex": 2
1871
+ }
1872
+ }
1873
+ ],
1874
+ "name": "isHierarchicalFilter"
1875
+ },
1876
+ {
1877
+ "kind": "Function",
1878
+ "canonicalReference": "@empathyco/x-types!isNumberRangeFacet:function(1)",
1879
+ "docComment": "/**\n * Type guard to check if a facet is an {@link NumberRangeFacet}.\n *\n * @param facet - The facet to check.\n *\n * @returns True if the facet is a {@link NumberRangeFacet}, false otherwise.\n *\n * @public\n */\n",
1880
+ "excerptTokens": [
1881
+ {
1882
+ "kind": "Content",
1883
+ "text": "export declare function isNumberRangeFacet(facet: "
1884
+ },
1885
+ {
1886
+ "kind": "Reference",
1887
+ "text": "Facet",
1888
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
1889
+ },
1890
+ {
1891
+ "kind": "Content",
1892
+ "text": "): "
1893
+ },
1894
+ {
1895
+ "kind": "Reference",
1896
+ "text": "facet",
1897
+ "canonicalReference": "@empathyco/x-types!~facet"
1898
+ },
1899
+ {
1900
+ "kind": "Content",
1901
+ "text": " is "
1902
+ },
1903
+ {
1904
+ "kind": "Reference",
1905
+ "text": "NumberRangeFacet",
1906
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacet:interface"
1907
+ },
1908
+ {
1909
+ "kind": "Content",
1910
+ "text": ";"
1911
+ }
1912
+ ],
1913
+ "returnTypeTokenRange": {
1914
+ "startIndex": 3,
1915
+ "endIndex": 6
1916
+ },
1917
+ "releaseTag": "Public",
1918
+ "overloadIndex": 1,
1919
+ "parameters": [
1920
+ {
1921
+ "parameterName": "facet",
1922
+ "parameterTypeTokenRange": {
1923
+ "startIndex": 1,
1924
+ "endIndex": 2
1925
+ }
1926
+ }
1927
+ ],
1928
+ "name": "isNumberRangeFacet"
1929
+ },
1930
+ {
1931
+ "kind": "Function",
1932
+ "canonicalReference": "@empathyco/x-types!isNumberRangeFilter:function(1)",
1933
+ "docComment": "/**\n * Type guard to check if a filter is a {@link NumberRangeFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link NumberRangeFilter}, false otherwise.\n *\n * @public\n */\n",
1934
+ "excerptTokens": [
1935
+ {
1936
+ "kind": "Content",
1937
+ "text": "export declare function isNumberRangeFilter(filter: "
1938
+ },
1939
+ {
1940
+ "kind": "Reference",
1941
+ "text": "Filter",
1942
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1943
+ },
1944
+ {
1945
+ "kind": "Content",
1946
+ "text": "): "
1947
+ },
1948
+ {
1949
+ "kind": "Reference",
1950
+ "text": "filter",
1951
+ "canonicalReference": "@empathyco/x-types!~filter"
1952
+ },
1953
+ {
1954
+ "kind": "Content",
1955
+ "text": " is "
1956
+ },
1957
+ {
1958
+ "kind": "Reference",
1959
+ "text": "NumberRangeFilter",
1960
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter:interface"
1961
+ },
1962
+ {
1963
+ "kind": "Content",
1964
+ "text": ";"
1965
+ }
1966
+ ],
1967
+ "returnTypeTokenRange": {
1968
+ "startIndex": 3,
1969
+ "endIndex": 6
1970
+ },
1971
+ "releaseTag": "Public",
1972
+ "overloadIndex": 1,
1973
+ "parameters": [
1974
+ {
1975
+ "parameterName": "filter",
1976
+ "parameterTypeTokenRange": {
1977
+ "startIndex": 1,
1978
+ "endIndex": 2
1979
+ }
1980
+ }
1981
+ ],
1982
+ "name": "isNumberRangeFilter"
1983
+ },
1984
+ {
1985
+ "kind": "Function",
1986
+ "canonicalReference": "@empathyco/x-types!isRawFilter:function(1)",
1987
+ "docComment": "/**\n * Type guard to check if a filter is a {@link RawFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link RawFilter}, false otherwise.\n *\n * @public\n */\n",
1988
+ "excerptTokens": [
1989
+ {
1990
+ "kind": "Content",
1991
+ "text": "export declare function isRawFilter(filter: "
1992
+ },
1993
+ {
1994
+ "kind": "Reference",
1995
+ "text": "Filter",
1996
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
1997
+ },
1998
+ {
1999
+ "kind": "Content",
2000
+ "text": "): "
2001
+ },
2002
+ {
2003
+ "kind": "Reference",
2004
+ "text": "filter",
2005
+ "canonicalReference": "@empathyco/x-types!~filter"
2006
+ },
2007
+ {
2008
+ "kind": "Content",
2009
+ "text": " is "
2010
+ },
2011
+ {
2012
+ "kind": "Reference",
2013
+ "text": "RawFilter",
2014
+ "canonicalReference": "@empathyco/x-types!RawFilter:interface"
2015
+ },
2016
+ {
2017
+ "kind": "Content",
2018
+ "text": ";"
2019
+ }
2020
+ ],
2021
+ "returnTypeTokenRange": {
2022
+ "startIndex": 3,
2023
+ "endIndex": 6
2024
+ },
2025
+ "releaseTag": "Public",
2026
+ "overloadIndex": 1,
2027
+ "parameters": [
2028
+ {
2029
+ "parameterName": "filter",
2030
+ "parameterTypeTokenRange": {
2031
+ "startIndex": 1,
2032
+ "endIndex": 2
2033
+ }
2034
+ }
2035
+ ],
2036
+ "name": "isRawFilter"
2037
+ },
2038
+ {
2039
+ "kind": "Function",
2040
+ "canonicalReference": "@empathyco/x-types!isSimpleFacet:function(1)",
2041
+ "docComment": "/**\n * Type guard to check if a facet is an {@link SimpleFacet}.\n *\n * @param facet - The facet to check.\n *\n * @returns True if the facet is a {@link SimpleFacet}, false otherwise.\n *\n * @public\n */\n",
2042
+ "excerptTokens": [
2043
+ {
2044
+ "kind": "Content",
2045
+ "text": "export declare function isSimpleFacet(facet: "
2046
+ },
2047
+ {
2048
+ "kind": "Reference",
2049
+ "text": "Facet",
2050
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
2051
+ },
2052
+ {
2053
+ "kind": "Content",
2054
+ "text": "): "
2055
+ },
2056
+ {
2057
+ "kind": "Reference",
2058
+ "text": "facet",
2059
+ "canonicalReference": "@empathyco/x-types!~facet"
2060
+ },
2061
+ {
2062
+ "kind": "Content",
2063
+ "text": " is "
2064
+ },
2065
+ {
2066
+ "kind": "Reference",
2067
+ "text": "SimpleFacet",
2068
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface"
2069
+ },
2070
+ {
2071
+ "kind": "Content",
2072
+ "text": ";"
2073
+ }
2074
+ ],
2075
+ "returnTypeTokenRange": {
2076
+ "startIndex": 3,
2077
+ "endIndex": 6
2078
+ },
2079
+ "releaseTag": "Public",
2080
+ "overloadIndex": 1,
2081
+ "parameters": [
2082
+ {
2083
+ "parameterName": "facet",
2084
+ "parameterTypeTokenRange": {
2085
+ "startIndex": 1,
2086
+ "endIndex": 2
2087
+ }
2088
+ }
2089
+ ],
2090
+ "name": "isSimpleFacet"
2091
+ },
2092
+ {
2093
+ "kind": "Function",
2094
+ "canonicalReference": "@empathyco/x-types!isSimpleFilter:function(1)",
2095
+ "docComment": "/**\n * Type guard to check if a filter is a {@link SimpleFilter}.\n *\n * @param filter - The filter to check.\n *\n * @returns True if the filter is a {@link SimpleFilter}, false otherwise.\n *\n * @public\n */\n",
2096
+ "excerptTokens": [
2097
+ {
2098
+ "kind": "Content",
2099
+ "text": "export declare function isSimpleFilter(filter: "
2100
+ },
2101
+ {
2102
+ "kind": "Reference",
2103
+ "text": "Filter",
2104
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
2105
+ },
2106
+ {
2107
+ "kind": "Content",
2108
+ "text": "): "
2109
+ },
2110
+ {
2111
+ "kind": "Reference",
2112
+ "text": "filter",
2113
+ "canonicalReference": "@empathyco/x-types!~filter"
2114
+ },
2115
+ {
2116
+ "kind": "Content",
2117
+ "text": " is "
2118
+ },
2119
+ {
2120
+ "kind": "Reference",
2121
+ "text": "SimpleFilter",
2122
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
2123
+ },
2124
+ {
2125
+ "kind": "Content",
2126
+ "text": ";"
2127
+ }
2128
+ ],
2129
+ "returnTypeTokenRange": {
2130
+ "startIndex": 3,
2131
+ "endIndex": 6
2132
+ },
2133
+ "releaseTag": "Public",
2134
+ "overloadIndex": 1,
2135
+ "parameters": [
2136
+ {
2137
+ "parameterName": "filter",
2138
+ "parameterTypeTokenRange": {
2139
+ "startIndex": 1,
2140
+ "endIndex": 2
2141
+ }
2142
+ }
2143
+ ],
2144
+ "name": "isSimpleFilter"
2145
+ },
2146
+ {
2147
+ "kind": "TypeAlias",
2148
+ "canonicalReference": "@empathyco/x-types!ModelNameType:type",
2149
+ "docComment": "/**\n * Type to ease the usage of the ModelNames interface with autocomplete suggestions.\n *\n * @public\n */\n",
2150
+ "excerptTokens": [
2151
+ {
2152
+ "kind": "Content",
2153
+ "text": "export declare type ModelNameType = "
2154
+ },
2155
+ {
2156
+ "kind": "Content",
2157
+ "text": "'Result' | 'NextQueries' | 'NextQuery' | 'RelatedTag' | 'PopularSearch' | 'QuerySuggestion' | 'HistoryQuery' | 'Banner' | 'Promoted' | 'Redirection' | "
2158
+ },
2159
+ {
2160
+ "kind": "Reference",
2161
+ "text": "FilterModelName",
2162
+ "canonicalReference": "@empathyco/x-types!FilterModelName:type"
2163
+ },
2164
+ {
2165
+ "kind": "Content",
2166
+ "text": " | "
2167
+ },
2168
+ {
2169
+ "kind": "Reference",
2170
+ "text": "FacetModelName",
2171
+ "canonicalReference": "@empathyco/x-types!FacetModelName:type"
2172
+ },
2173
+ {
2174
+ "kind": "Content",
2175
+ "text": " | string"
2176
+ },
2177
+ {
2178
+ "kind": "Content",
2179
+ "text": ";"
2180
+ }
2181
+ ],
2182
+ "releaseTag": "Public",
2183
+ "name": "ModelNameType",
2184
+ "typeTokenRange": {
2185
+ "startIndex": 1,
2186
+ "endIndex": 6
2187
+ }
2188
+ },
2189
+ {
2190
+ "kind": "Interface",
2191
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface",
2192
+ "docComment": "/**\n * Common interface to ease the differentiate between different model types.\n *\n * @public\n */\n",
2193
+ "excerptTokens": [
2194
+ {
2195
+ "kind": "Content",
2196
+ "text": "export interface NamedModel<T extends "
2197
+ },
2198
+ {
2199
+ "kind": "Reference",
2200
+ "text": "ModelNameType",
2201
+ "canonicalReference": "@empathyco/x-types!ModelNameType:type"
2202
+ },
2203
+ {
2204
+ "kind": "Content",
2205
+ "text": " "
2206
+ },
2207
+ {
2208
+ "kind": "Content",
2209
+ "text": "= "
2210
+ },
2211
+ {
2212
+ "kind": "Reference",
2213
+ "text": "ModelNameType",
2214
+ "canonicalReference": "@empathyco/x-types!ModelNameType:type"
2215
+ },
2216
+ {
2217
+ "kind": "Content",
2218
+ "text": "> "
2219
+ }
2220
+ ],
2221
+ "releaseTag": "Public",
2222
+ "typeParameters": [
2223
+ {
2224
+ "typeParameterName": "T",
2225
+ "constraintTokenRange": {
2226
+ "startIndex": 1,
2227
+ "endIndex": 3
2228
+ },
2229
+ "defaultTypeTokenRange": {
2230
+ "startIndex": 4,
2231
+ "endIndex": 5
2232
+ }
2233
+ }
2234
+ ],
2235
+ "name": "NamedModel",
2236
+ "members": [
2237
+ {
2238
+ "kind": "PropertySignature",
2239
+ "canonicalReference": "@empathyco/x-types!NamedModel#modelName:member",
2240
+ "docComment": "/**\n * The {@link ModelNameType | model name} value.\n */\n",
2241
+ "excerptTokens": [
2242
+ {
2243
+ "kind": "Content",
2244
+ "text": "readonly modelName: "
2245
+ },
2246
+ {
2247
+ "kind": "Content",
2248
+ "text": "T"
2249
+ },
2250
+ {
2251
+ "kind": "Content",
2252
+ "text": ";"
2253
+ }
2254
+ ],
2255
+ "isOptional": false,
2256
+ "releaseTag": "Public",
2257
+ "name": "modelName",
2258
+ "propertyTypeTokenRange": {
2259
+ "startIndex": 1,
2260
+ "endIndex": 2
2261
+ }
2262
+ }
2263
+ ],
2264
+ "extendsTokenRanges": []
2265
+ },
2266
+ {
2267
+ "kind": "Interface",
2268
+ "canonicalReference": "@empathyco/x-types!NextQueries:interface",
2269
+ "docComment": "/**\n * A group of next queries.\n *\n * @public\n */\n",
2270
+ "excerptTokens": [
2271
+ {
2272
+ "kind": "Content",
2273
+ "text": "export interface NextQueries extends "
2274
+ },
2275
+ {
2276
+ "kind": "Reference",
2277
+ "text": "NamedModel",
2278
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2279
+ },
2280
+ {
2281
+ "kind": "Content",
2282
+ "text": "<'NextQueries'>"
2283
+ },
2284
+ {
2285
+ "kind": "Content",
2286
+ "text": ", "
2287
+ },
2288
+ {
2289
+ "kind": "Reference",
2290
+ "text": "Identifiable",
2291
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
2292
+ },
2293
+ {
2294
+ "kind": "Content",
2295
+ "text": " "
2296
+ }
2297
+ ],
2298
+ "releaseTag": "Public",
2299
+ "name": "NextQueries",
2300
+ "members": [
2301
+ {
2302
+ "kind": "PropertySignature",
2303
+ "canonicalReference": "@empathyco/x-types!NextQueries#nextQueries:member",
2304
+ "docComment": "/**\n * Array of next queries available inside the group.\n */\n",
2305
+ "excerptTokens": [
2306
+ {
2307
+ "kind": "Content",
2308
+ "text": "nextQueries: "
2309
+ },
2310
+ {
2311
+ "kind": "Reference",
2312
+ "text": "NextQuery",
2313
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2314
+ },
2315
+ {
2316
+ "kind": "Content",
2317
+ "text": "[]"
2318
+ },
2319
+ {
2320
+ "kind": "Content",
2321
+ "text": ";"
2322
+ }
2323
+ ],
2324
+ "isOptional": false,
2325
+ "releaseTag": "Public",
2326
+ "name": "nextQueries",
2327
+ "propertyTypeTokenRange": {
2328
+ "startIndex": 1,
2329
+ "endIndex": 3
2330
+ }
2331
+ }
2332
+ ],
2333
+ "extendsTokenRanges": [
2334
+ {
2335
+ "startIndex": 1,
2336
+ "endIndex": 3
2337
+ },
2338
+ {
2339
+ "startIndex": 4,
2340
+ "endIndex": 6
2341
+ }
2342
+ ]
2343
+ },
2344
+ {
2345
+ "kind": "Interface",
2346
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface",
2347
+ "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",
2348
+ "excerptTokens": [
2349
+ {
2350
+ "kind": "Content",
2351
+ "text": "export interface NextQuery extends "
2352
+ },
2353
+ {
2354
+ "kind": "Reference",
2355
+ "text": "NamedModel",
2356
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2357
+ },
2358
+ {
2359
+ "kind": "Content",
2360
+ "text": "<'NextQuery'>"
2361
+ },
2362
+ {
2363
+ "kind": "Content",
2364
+ "text": ", "
2365
+ },
2366
+ {
2367
+ "kind": "Reference",
2368
+ "text": "Required",
2369
+ "canonicalReference": "!Required:type"
2370
+ },
2371
+ {
2372
+ "kind": "Content",
2373
+ "text": "<"
2374
+ },
2375
+ {
2376
+ "kind": "Reference",
2377
+ "text": "Previewable",
2378
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
2379
+ },
2380
+ {
2381
+ "kind": "Content",
2382
+ "text": "> "
2383
+ }
2384
+ ],
2385
+ "releaseTag": "Public",
2386
+ "name": "NextQuery",
2387
+ "members": [],
2388
+ "extendsTokenRanges": [
2389
+ {
2390
+ "startIndex": 1,
2391
+ "endIndex": 3
2392
+ },
2393
+ {
2394
+ "startIndex": 4,
2395
+ "endIndex": 8
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "kind": "Variable",
2401
+ "canonicalReference": "@empathyco/x-types!NextQuerySchema:var",
2402
+ "docComment": "/**\n * Jest schema for validating Next query entities.\n *\n * @public\n */\n",
2403
+ "excerptTokens": [
2404
+ {
2405
+ "kind": "Content",
2406
+ "text": "NextQuerySchema: "
2407
+ },
2408
+ {
2409
+ "kind": "Reference",
2410
+ "text": "NextQuery",
2411
+ "canonicalReference": "@empathyco/x-types!NextQuery:interface"
2412
+ }
2413
+ ],
2414
+ "releaseTag": "Public",
2415
+ "name": "NextQuerySchema",
2416
+ "variableTypeTokenRange": {
2417
+ "startIndex": 1,
2418
+ "endIndex": 2
2419
+ }
2420
+ },
2421
+ {
2422
+ "kind": "Interface",
2423
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacet:interface",
2424
+ "docComment": "/**\n * Number Range Facet is a trait for filtering results. It extends from {@link Facet}, changes the modelName and uses {@link NumberRangeFilter} as filters.\n *\n * @public\n */\n",
2425
+ "excerptTokens": [
2426
+ {
2427
+ "kind": "Content",
2428
+ "text": "export interface NumberRangeFacet extends "
2429
+ },
2430
+ {
2431
+ "kind": "Reference",
2432
+ "text": "Facet",
2433
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
2434
+ },
2435
+ {
2436
+ "kind": "Content",
2437
+ "text": " "
2438
+ }
2439
+ ],
2440
+ "releaseTag": "Public",
2441
+ "name": "NumberRangeFacet",
2442
+ "members": [
2443
+ {
2444
+ "kind": "PropertySignature",
2445
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacet#filters:member",
2446
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
2447
+ "excerptTokens": [
2448
+ {
2449
+ "kind": "Content",
2450
+ "text": "filters: "
2451
+ },
2452
+ {
2453
+ "kind": "Reference",
2454
+ "text": "NumberRangeFilter",
2455
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter:interface"
2456
+ },
2457
+ {
2458
+ "kind": "Content",
2459
+ "text": "[]"
2460
+ },
2461
+ {
2462
+ "kind": "Content",
2463
+ "text": ";"
2464
+ }
2465
+ ],
2466
+ "isOptional": false,
2467
+ "releaseTag": "Public",
2468
+ "name": "filters",
2469
+ "propertyTypeTokenRange": {
2470
+ "startIndex": 1,
2471
+ "endIndex": 3
2472
+ }
2473
+ },
2474
+ {
2475
+ "kind": "PropertySignature",
2476
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacet#modelName:member",
2477
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
2478
+ "excerptTokens": [
2479
+ {
2480
+ "kind": "Content",
2481
+ "text": "modelName: "
2482
+ },
2483
+ {
2484
+ "kind": "Content",
2485
+ "text": "'NumberRangeFacet'"
2486
+ },
2487
+ {
2488
+ "kind": "Content",
2489
+ "text": ";"
2490
+ }
2491
+ ],
2492
+ "isOptional": false,
2493
+ "releaseTag": "Public",
2494
+ "name": "modelName",
2495
+ "propertyTypeTokenRange": {
2496
+ "startIndex": 1,
2497
+ "endIndex": 2
2498
+ }
2499
+ }
2500
+ ],
2501
+ "extendsTokenRanges": [
2502
+ {
2503
+ "startIndex": 1,
2504
+ "endIndex": 3
2505
+ }
2506
+ ]
2507
+ },
2508
+ {
2509
+ "kind": "Variable",
2510
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacetSchema:var",
2511
+ "docComment": "/**\n * Jest schema for validating NumberRangeFacet entity.\n *\n * @public\n */\n",
2512
+ "excerptTokens": [
2513
+ {
2514
+ "kind": "Content",
2515
+ "text": "NumberRangeFacetSchema: "
2516
+ },
2517
+ {
2518
+ "kind": "Reference",
2519
+ "text": "NumberRangeFacet",
2520
+ "canonicalReference": "@empathyco/x-types!NumberRangeFacet:interface"
2521
+ }
2522
+ ],
2523
+ "releaseTag": "Public",
2524
+ "name": "NumberRangeFacetSchema",
2525
+ "variableTypeTokenRange": {
2526
+ "startIndex": 1,
2527
+ "endIndex": 2
2528
+ }
2529
+ },
2530
+ {
2531
+ "kind": "Interface",
2532
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter:interface",
2533
+ "docComment": "/**\n * A type of filter used in {@link NumberRangeFacet} and extends from {@link BooleanFilter}. This filter has the particularity that its range property is an object with a range of numbers. The difference with {@link EditableNumberRangeFilter} is that range's values are not editable. There are different NumberRangeFilters within the facet to cover different predefined range options.\n *\n * @public\n */\n",
2534
+ "excerptTokens": [
2535
+ {
2536
+ "kind": "Content",
2537
+ "text": "export interface NumberRangeFilter extends "
2538
+ },
2539
+ {
2540
+ "kind": "Reference",
2541
+ "text": "BooleanFilter",
2542
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
2543
+ },
2544
+ {
2545
+ "kind": "Content",
2546
+ "text": " "
2547
+ }
2548
+ ],
2549
+ "releaseTag": "Public",
2550
+ "name": "NumberRangeFilter",
2551
+ "members": [
2552
+ {
2553
+ "kind": "PropertySignature",
2554
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter#modelName:member",
2555
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
2556
+ "excerptTokens": [
2557
+ {
2558
+ "kind": "Content",
2559
+ "text": "modelName: "
2560
+ },
2561
+ {
2562
+ "kind": "Content",
2563
+ "text": "'NumberRangeFilter'"
2564
+ },
2565
+ {
2566
+ "kind": "Content",
2567
+ "text": ";"
2568
+ }
2569
+ ],
2570
+ "isOptional": false,
2571
+ "releaseTag": "Public",
2572
+ "name": "modelName",
2573
+ "propertyTypeTokenRange": {
2574
+ "startIndex": 1,
2575
+ "endIndex": 2
2576
+ }
2577
+ },
2578
+ {
2579
+ "kind": "PropertySignature",
2580
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter#range:member",
2581
+ "docComment": "/**\n * Filter range to use in the frontend.\n */\n",
2582
+ "excerptTokens": [
2583
+ {
2584
+ "kind": "Content",
2585
+ "text": "range: "
2586
+ },
2587
+ {
2588
+ "kind": "Reference",
2589
+ "text": "RangeValue",
2590
+ "canonicalReference": "@empathyco/x-types!RangeValue:interface"
2591
+ },
2592
+ {
2593
+ "kind": "Content",
2594
+ "text": ";"
2595
+ }
2596
+ ],
2597
+ "isOptional": false,
2598
+ "releaseTag": "Public",
2599
+ "name": "range",
2600
+ "propertyTypeTokenRange": {
2601
+ "startIndex": 1,
2602
+ "endIndex": 2
2603
+ }
2604
+ }
2605
+ ],
2606
+ "extendsTokenRanges": [
2607
+ {
2608
+ "startIndex": 1,
2609
+ "endIndex": 3
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "kind": "Variable",
2615
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilterSchema:var",
2616
+ "docComment": "/**\n * Jest schema for validating NumberRangeFilter entity.\n *\n * @public\n */\n",
2617
+ "excerptTokens": [
2618
+ {
2619
+ "kind": "Content",
2620
+ "text": "NumberRangeFilterSchema: "
2621
+ },
2622
+ {
2623
+ "kind": "Reference",
2624
+ "text": "NumberRangeFilter",
2625
+ "canonicalReference": "@empathyco/x-types!NumberRangeFilter:interface"
2626
+ }
2627
+ ],
2628
+ "releaseTag": "Public",
2629
+ "name": "NumberRangeFilterSchema",
2630
+ "variableTypeTokenRange": {
2631
+ "startIndex": 1,
2632
+ "endIndex": 2
2633
+ }
2634
+ },
2635
+ {
2636
+ "kind": "Interface",
2637
+ "canonicalReference": "@empathyco/x-types!PartialResult:interface",
2638
+ "docComment": "/**\n * A partial result represents a sub-query of a user search term which normally has not enough results (or not results at all). It includes a preview of these results and the number of total results that match against the sub-query.\n *\n * @public\n */\n",
2639
+ "excerptTokens": [
2640
+ {
2641
+ "kind": "Content",
2642
+ "text": "export interface PartialResult extends "
2643
+ },
2644
+ {
2645
+ "kind": "Reference",
2646
+ "text": "Previewable",
2647
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
2648
+ },
2649
+ {
2650
+ "kind": "Content",
2651
+ "text": " "
2652
+ }
2653
+ ],
2654
+ "releaseTag": "Public",
2655
+ "name": "PartialResult",
2656
+ "members": [
2657
+ {
2658
+ "kind": "PropertySignature",
2659
+ "canonicalReference": "@empathyco/x-types!PartialResult#results:member",
2660
+ "docComment": "/**\n * The results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.\n */\n",
2661
+ "excerptTokens": [
2662
+ {
2663
+ "kind": "Content",
2664
+ "text": "results: "
2665
+ },
2666
+ {
2667
+ "kind": "Reference",
2668
+ "text": "Result",
2669
+ "canonicalReference": "@empathyco/x-types!Result:interface"
2670
+ },
2671
+ {
2672
+ "kind": "Content",
2673
+ "text": "[] | null"
2674
+ },
2675
+ {
2676
+ "kind": "Content",
2677
+ "text": ";"
2678
+ }
2679
+ ],
2680
+ "isOptional": false,
2681
+ "releaseTag": "Public",
2682
+ "name": "results",
2683
+ "propertyTypeTokenRange": {
2684
+ "startIndex": 1,
2685
+ "endIndex": 3
2686
+ }
2687
+ },
2688
+ {
2689
+ "kind": "PropertySignature",
2690
+ "canonicalReference": "@empathyco/x-types!PartialResult#totalResults:member",
2691
+ "docComment": "/**\n * The number of results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.\n */\n",
2692
+ "excerptTokens": [
2693
+ {
2694
+ "kind": "Content",
2695
+ "text": "totalResults: "
2696
+ },
2697
+ {
2698
+ "kind": "Content",
2699
+ "text": "number | null"
2700
+ },
2701
+ {
2702
+ "kind": "Content",
2703
+ "text": ";"
2704
+ }
2705
+ ],
2706
+ "isOptional": false,
2707
+ "releaseTag": "Public",
2708
+ "name": "totalResults",
2709
+ "propertyTypeTokenRange": {
2710
+ "startIndex": 1,
2711
+ "endIndex": 2
2712
+ }
2713
+ }
2714
+ ],
2715
+ "extendsTokenRanges": [
2716
+ {
2717
+ "startIndex": 1,
2718
+ "endIndex": 3
2719
+ }
2720
+ ]
2721
+ },
2722
+ {
2723
+ "kind": "Interface",
2724
+ "canonicalReference": "@empathyco/x-types!Previewable:interface",
2725
+ "docComment": "/**\n * Represents an item that is searchable, and the results associated to it.\n *\n * @public\n */\n",
2726
+ "excerptTokens": [
2727
+ {
2728
+ "kind": "Content",
2729
+ "text": "export interface Previewable "
2730
+ }
2731
+ ],
2732
+ "releaseTag": "Public",
2733
+ "name": "Previewable",
2734
+ "members": [
2735
+ {
2736
+ "kind": "PropertySignature",
2737
+ "canonicalReference": "@empathyco/x-types!Previewable#facets:member",
2738
+ "docComment": "/**\n * Facets to apply to the `query` property when searching.\n */\n",
2739
+ "excerptTokens": [
2740
+ {
2741
+ "kind": "Content",
2742
+ "text": "facets?: "
2743
+ },
2744
+ {
2745
+ "kind": "Reference",
2746
+ "text": "Facet",
2747
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
2748
+ },
2749
+ {
2750
+ "kind": "Content",
2751
+ "text": "[]"
2752
+ },
2753
+ {
2754
+ "kind": "Content",
2755
+ "text": ";"
2756
+ }
2757
+ ],
2758
+ "isOptional": true,
2759
+ "releaseTag": "Public",
2760
+ "name": "facets",
2761
+ "propertyTypeTokenRange": {
2762
+ "startIndex": 1,
2763
+ "endIndex": 3
2764
+ }
2765
+ },
2766
+ {
2767
+ "kind": "PropertySignature",
2768
+ "canonicalReference": "@empathyco/x-types!Previewable#query:member",
2769
+ "docComment": "/**\n * The query to search for.\n */\n",
2770
+ "excerptTokens": [
2771
+ {
2772
+ "kind": "Content",
2773
+ "text": "query: "
2774
+ },
2775
+ {
2776
+ "kind": "Content",
2777
+ "text": "string"
2778
+ },
2779
+ {
2780
+ "kind": "Content",
2781
+ "text": ";"
2782
+ }
2783
+ ],
2784
+ "isOptional": false,
2785
+ "releaseTag": "Public",
2786
+ "name": "query",
2787
+ "propertyTypeTokenRange": {
2788
+ "startIndex": 1,
2789
+ "endIndex": 2
2790
+ }
2791
+ },
2792
+ {
2793
+ "kind": "PropertySignature",
2794
+ "canonicalReference": "@empathyco/x-types!Previewable#results:member",
2795
+ "docComment": "/**\n * The results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.\n */\n",
2796
+ "excerptTokens": [
2797
+ {
2798
+ "kind": "Content",
2799
+ "text": "results?: "
2800
+ },
2801
+ {
2802
+ "kind": "Reference",
2803
+ "text": "Result",
2804
+ "canonicalReference": "@empathyco/x-types!Result:interface"
2805
+ },
2806
+ {
2807
+ "kind": "Content",
2808
+ "text": "[] | null"
2809
+ },
2810
+ {
2811
+ "kind": "Content",
2812
+ "text": ";"
2813
+ }
2814
+ ],
2815
+ "isOptional": true,
2816
+ "releaseTag": "Public",
2817
+ "name": "results",
2818
+ "propertyTypeTokenRange": {
2819
+ "startIndex": 1,
2820
+ "endIndex": 3
2821
+ }
2822
+ },
2823
+ {
2824
+ "kind": "PropertySignature",
2825
+ "canonicalReference": "@empathyco/x-types!Previewable#totalResults:member",
2826
+ "docComment": "/**\n * The number of results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.\n */\n",
2827
+ "excerptTokens": [
2828
+ {
2829
+ "kind": "Content",
2830
+ "text": "totalResults?: "
2831
+ },
2832
+ {
2833
+ "kind": "Content",
2834
+ "text": "number | null"
2835
+ },
2836
+ {
2837
+ "kind": "Content",
2838
+ "text": ";"
2839
+ }
2840
+ ],
2841
+ "isOptional": true,
2842
+ "releaseTag": "Public",
2843
+ "name": "totalResults",
2844
+ "propertyTypeTokenRange": {
2845
+ "startIndex": 1,
2846
+ "endIndex": 2
2847
+ }
2848
+ }
2849
+ ],
2850
+ "extendsTokenRanges": []
2851
+ },
2852
+ {
2853
+ "kind": "Interface",
2854
+ "canonicalReference": "@empathyco/x-types!Promoted:interface",
2855
+ "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",
2856
+ "excerptTokens": [
2857
+ {
2858
+ "kind": "Content",
2859
+ "text": "export interface Promoted extends "
2860
+ },
2861
+ {
2862
+ "kind": "Reference",
2863
+ "text": "NamedModel",
2864
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
2865
+ },
2866
+ {
2867
+ "kind": "Content",
2868
+ "text": "<'Promoted'>"
2869
+ },
2870
+ {
2871
+ "kind": "Content",
2872
+ "text": ", "
2873
+ },
2874
+ {
2875
+ "kind": "Reference",
2876
+ "text": "Identifiable",
2877
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
2878
+ },
2879
+ {
2880
+ "kind": "Content",
2881
+ "text": ", "
2882
+ },
2883
+ {
2884
+ "kind": "Reference",
2885
+ "text": "Taggable",
2886
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
2887
+ },
2888
+ {
2889
+ "kind": "Content",
2890
+ "text": " "
2891
+ }
2892
+ ],
2893
+ "releaseTag": "Public",
2894
+ "name": "Promoted",
2895
+ "members": [
2896
+ {
2897
+ "kind": "PropertySignature",
2898
+ "canonicalReference": "@empathyco/x-types!Promoted#image:member",
2899
+ "docComment": "/**\n * Promoted image.\n */\n",
2900
+ "excerptTokens": [
2901
+ {
2902
+ "kind": "Content",
2903
+ "text": "image: "
2904
+ },
2905
+ {
2906
+ "kind": "Content",
2907
+ "text": "string"
2908
+ },
2909
+ {
2910
+ "kind": "Content",
2911
+ "text": ";"
2912
+ }
2913
+ ],
2914
+ "isOptional": false,
2915
+ "releaseTag": "Public",
2916
+ "name": "image",
2917
+ "propertyTypeTokenRange": {
2918
+ "startIndex": 1,
2919
+ "endIndex": 2
2920
+ }
2921
+ },
2922
+ {
2923
+ "kind": "PropertySignature",
2924
+ "canonicalReference": "@empathyco/x-types!Promoted#title:member",
2925
+ "docComment": "/**\n * Promoted title.\n */\n",
2926
+ "excerptTokens": [
2927
+ {
2928
+ "kind": "Content",
2929
+ "text": "title: "
2930
+ },
2931
+ {
2932
+ "kind": "Content",
2933
+ "text": "string"
2934
+ },
2935
+ {
2936
+ "kind": "Content",
2937
+ "text": ";"
2938
+ }
2939
+ ],
2940
+ "isOptional": false,
2941
+ "releaseTag": "Public",
2942
+ "name": "title",
2943
+ "propertyTypeTokenRange": {
2944
+ "startIndex": 1,
2945
+ "endIndex": 2
2946
+ }
2947
+ },
2948
+ {
2949
+ "kind": "PropertySignature",
2950
+ "canonicalReference": "@empathyco/x-types!Promoted#url:member",
2951
+ "docComment": "/**\n * URL to redirect.\n */\n",
2952
+ "excerptTokens": [
2953
+ {
2954
+ "kind": "Content",
2955
+ "text": "url: "
2956
+ },
2957
+ {
2958
+ "kind": "Content",
2959
+ "text": "string"
2960
+ },
2961
+ {
2962
+ "kind": "Content",
2963
+ "text": ";"
2964
+ }
2965
+ ],
2966
+ "isOptional": false,
2967
+ "releaseTag": "Public",
2968
+ "name": "url",
2969
+ "propertyTypeTokenRange": {
2970
+ "startIndex": 1,
2971
+ "endIndex": 2
2972
+ }
2973
+ }
2974
+ ],
2975
+ "extendsTokenRanges": [
2976
+ {
2977
+ "startIndex": 1,
2978
+ "endIndex": 3
2979
+ },
2980
+ {
2981
+ "startIndex": 4,
2982
+ "endIndex": 5
2983
+ },
2984
+ {
2985
+ "startIndex": 6,
2986
+ "endIndex": 8
2987
+ }
2988
+ ]
2989
+ },
2990
+ {
2991
+ "kind": "Variable",
2992
+ "canonicalReference": "@empathyco/x-types!PromotedSchema:var",
2993
+ "docComment": "/**\n * Jest schema for validating Promoted entities.\n *\n * @public\n */\n",
2994
+ "excerptTokens": [
2995
+ {
2996
+ "kind": "Content",
2997
+ "text": "PromotedSchema: "
2998
+ },
2999
+ {
3000
+ "kind": "Reference",
3001
+ "text": "Promoted",
3002
+ "canonicalReference": "@empathyco/x-types!Promoted:interface"
3003
+ }
3004
+ ],
3005
+ "releaseTag": "Public",
3006
+ "name": "PromotedSchema",
3007
+ "variableTypeTokenRange": {
3008
+ "startIndex": 1,
3009
+ "endIndex": 2
3010
+ }
3011
+ },
3012
+ {
3013
+ "kind": "Interface",
3014
+ "canonicalReference": "@empathyco/x-types!RangeValue:interface",
3015
+ "docComment": "/**\n * A numeric range filter value.\n *\n * @public\n */\n",
3016
+ "excerptTokens": [
3017
+ {
3018
+ "kind": "Content",
3019
+ "text": "export interface RangeValue "
3020
+ }
3021
+ ],
3022
+ "releaseTag": "Public",
3023
+ "name": "RangeValue",
3024
+ "members": [
3025
+ {
3026
+ "kind": "PropertySignature",
3027
+ "canonicalReference": "@empathyco/x-types!RangeValue#max:member",
3028
+ "docComment": "/**\n * The maximum value allowed. `null` means unset.\n */\n",
3029
+ "excerptTokens": [
3030
+ {
3031
+ "kind": "Content",
3032
+ "text": "max: "
3033
+ },
3034
+ {
3035
+ "kind": "Content",
3036
+ "text": "number | null"
3037
+ },
3038
+ {
3039
+ "kind": "Content",
3040
+ "text": ";"
3041
+ }
3042
+ ],
3043
+ "isOptional": false,
3044
+ "releaseTag": "Public",
3045
+ "name": "max",
3046
+ "propertyTypeTokenRange": {
3047
+ "startIndex": 1,
3048
+ "endIndex": 2
3049
+ }
3050
+ },
3051
+ {
3052
+ "kind": "PropertySignature",
3053
+ "canonicalReference": "@empathyco/x-types!RangeValue#min:member",
3054
+ "docComment": "/**\n * The minimum value allowed. `null` means unset.\n */\n",
3055
+ "excerptTokens": [
3056
+ {
3057
+ "kind": "Content",
3058
+ "text": "min: "
3059
+ },
3060
+ {
3061
+ "kind": "Content",
3062
+ "text": "number | null"
3063
+ },
3064
+ {
3065
+ "kind": "Content",
3066
+ "text": ";"
3067
+ }
3068
+ ],
3069
+ "isOptional": false,
3070
+ "releaseTag": "Public",
3071
+ "name": "min",
3072
+ "propertyTypeTokenRange": {
3073
+ "startIndex": 1,
3074
+ "endIndex": 2
3075
+ }
3076
+ }
3077
+ ],
3078
+ "extendsTokenRanges": []
3079
+ },
3080
+ {
3081
+ "kind": "Interface",
3082
+ "canonicalReference": "@empathyco/x-types!RawFilter:interface",
3083
+ "docComment": "/**\n * A filter which id is the value of the filter. It can be selected or not.\n *\n * @public\n */\n",
3084
+ "excerptTokens": [
3085
+ {
3086
+ "kind": "Content",
3087
+ "text": "export interface RawFilter extends "
3088
+ },
3089
+ {
3090
+ "kind": "Reference",
3091
+ "text": "Filter",
3092
+ "canonicalReference": "@empathyco/x-types!Filter:interface"
3093
+ },
3094
+ {
3095
+ "kind": "Content",
3096
+ "text": " "
3097
+ }
3098
+ ],
3099
+ "releaseTag": "Public",
3100
+ "name": "RawFilter",
3101
+ "members": [
3102
+ {
3103
+ "kind": "PropertySignature",
3104
+ "canonicalReference": "@empathyco/x-types!RawFilter#id:member",
3105
+ "docComment": "/**\n * The value of the filter.\n */\n",
3106
+ "excerptTokens": [
3107
+ {
3108
+ "kind": "Content",
3109
+ "text": "id: "
3110
+ },
3111
+ {
3112
+ "kind": "Content",
3113
+ "text": "string"
3114
+ },
3115
+ {
3116
+ "kind": "Content",
3117
+ "text": ";"
3118
+ }
3119
+ ],
3120
+ "isOptional": false,
3121
+ "releaseTag": "Public",
3122
+ "name": "id",
3123
+ "propertyTypeTokenRange": {
3124
+ "startIndex": 1,
3125
+ "endIndex": 2
3126
+ }
3127
+ },
3128
+ {
3129
+ "kind": "PropertySignature",
3130
+ "canonicalReference": "@empathyco/x-types!RawFilter#modelName:member",
3131
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
3132
+ "excerptTokens": [
3133
+ {
3134
+ "kind": "Content",
3135
+ "text": "modelName: "
3136
+ },
3137
+ {
3138
+ "kind": "Content",
3139
+ "text": "'RawFilter'"
3140
+ },
3141
+ {
3142
+ "kind": "Content",
3143
+ "text": ";"
3144
+ }
3145
+ ],
3146
+ "isOptional": false,
3147
+ "releaseTag": "Public",
3148
+ "name": "modelName",
3149
+ "propertyTypeTokenRange": {
3150
+ "startIndex": 1,
3151
+ "endIndex": 2
3152
+ }
3153
+ },
3154
+ {
3155
+ "kind": "PropertySignature",
3156
+ "canonicalReference": "@empathyco/x-types!RawFilter#selected:member",
3157
+ "docComment": "/**\n * Force {@link Filter#selected | Filter selected} property to true.\n */\n",
3158
+ "excerptTokens": [
3159
+ {
3160
+ "kind": "Content",
3161
+ "text": "selected: "
3162
+ },
3163
+ {
3164
+ "kind": "Content",
3165
+ "text": "true"
3166
+ },
3167
+ {
3168
+ "kind": "Content",
3169
+ "text": ";"
3170
+ }
3171
+ ],
3172
+ "isOptional": false,
3173
+ "releaseTag": "Public",
3174
+ "name": "selected",
3175
+ "propertyTypeTokenRange": {
3176
+ "startIndex": 1,
3177
+ "endIndex": 2
3178
+ }
3179
+ }
3180
+ ],
3181
+ "extendsTokenRanges": [
3182
+ {
3183
+ "startIndex": 1,
3184
+ "endIndex": 3
3185
+ }
3186
+ ]
3187
+ },
3188
+ {
3189
+ "kind": "Variable",
3190
+ "canonicalReference": "@empathyco/x-types!RawFilterSchema:var",
3191
+ "docComment": "/**\n * Jest schema for validating RawFilter entities.\n *\n * @public\n */\n",
3192
+ "excerptTokens": [
3193
+ {
3194
+ "kind": "Content",
3195
+ "text": "RawFilterSchema: "
3196
+ },
3197
+ {
3198
+ "kind": "Reference",
3199
+ "text": "RawFilter",
3200
+ "canonicalReference": "@empathyco/x-types!RawFilter:interface"
3201
+ }
3202
+ ],
3203
+ "releaseTag": "Public",
3204
+ "name": "RawFilterSchema",
3205
+ "variableTypeTokenRange": {
3206
+ "startIndex": 1,
3207
+ "endIndex": 2
3208
+ }
3209
+ },
3210
+ {
3211
+ "kind": "Variable",
3212
+ "canonicalReference": "@empathyco/x-types!RecommendationSchema:var",
3213
+ "docComment": "/**\n * Jest schema for validating Recommendation (AKA Result) entities.\n *\n * @public\n */\n",
3214
+ "excerptTokens": [
3215
+ {
3216
+ "kind": "Content",
3217
+ "text": "RecommendationSchema: "
3218
+ },
3219
+ {
3220
+ "kind": "Reference",
3221
+ "text": "Result",
3222
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3223
+ }
3224
+ ],
3225
+ "releaseTag": "Public",
3226
+ "name": "RecommendationSchema",
3227
+ "variableTypeTokenRange": {
3228
+ "startIndex": 1,
3229
+ "endIndex": 2
3230
+ }
3231
+ },
3232
+ {
3233
+ "kind": "Interface",
3234
+ "canonicalReference": "@empathyco/x-types!Redirection:interface",
3235
+ "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",
3236
+ "excerptTokens": [
3237
+ {
3238
+ "kind": "Content",
3239
+ "text": "export interface Redirection extends "
3240
+ },
3241
+ {
3242
+ "kind": "Reference",
3243
+ "text": "NamedModel",
3244
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3245
+ },
3246
+ {
3247
+ "kind": "Content",
3248
+ "text": "<'Redirection'>"
3249
+ },
3250
+ {
3251
+ "kind": "Content",
3252
+ "text": ", "
3253
+ },
3254
+ {
3255
+ "kind": "Reference",
3256
+ "text": "Identifiable",
3257
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3258
+ },
3259
+ {
3260
+ "kind": "Content",
3261
+ "text": ", "
3262
+ },
3263
+ {
3264
+ "kind": "Reference",
3265
+ "text": "Taggable",
3266
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3267
+ },
3268
+ {
3269
+ "kind": "Content",
3270
+ "text": " "
3271
+ }
3272
+ ],
3273
+ "releaseTag": "Public",
3274
+ "name": "Redirection",
3275
+ "members": [
3276
+ {
3277
+ "kind": "PropertySignature",
3278
+ "canonicalReference": "@empathyco/x-types!Redirection#url:member",
3279
+ "docComment": "/**\n * URL to redirect.\n */\n",
3280
+ "excerptTokens": [
3281
+ {
3282
+ "kind": "Content",
3283
+ "text": "url: "
3284
+ },
3285
+ {
3286
+ "kind": "Content",
3287
+ "text": "string"
3288
+ },
3289
+ {
3290
+ "kind": "Content",
3291
+ "text": ";"
3292
+ }
3293
+ ],
3294
+ "isOptional": false,
3295
+ "releaseTag": "Public",
3296
+ "name": "url",
3297
+ "propertyTypeTokenRange": {
3298
+ "startIndex": 1,
3299
+ "endIndex": 2
3300
+ }
3301
+ }
3302
+ ],
3303
+ "extendsTokenRanges": [
3304
+ {
3305
+ "startIndex": 1,
3306
+ "endIndex": 3
3307
+ },
3308
+ {
3309
+ "startIndex": 4,
3310
+ "endIndex": 5
3311
+ },
3312
+ {
3313
+ "startIndex": 6,
3314
+ "endIndex": 8
3315
+ }
3316
+ ]
3317
+ },
3318
+ {
3319
+ "kind": "Variable",
3320
+ "canonicalReference": "@empathyco/x-types!RedirectionSchema:var",
3321
+ "docComment": "/**\n * Jest schema for validating Redirection entities.\n *\n * @public\n */\n",
3322
+ "excerptTokens": [
3323
+ {
3324
+ "kind": "Content",
3325
+ "text": "RedirectionSchema: "
3326
+ },
3327
+ {
3328
+ "kind": "Reference",
3329
+ "text": "Redirection",
3330
+ "canonicalReference": "@empathyco/x-types!Redirection:interface"
3331
+ }
3332
+ ],
3333
+ "releaseTag": "Public",
3334
+ "name": "RedirectionSchema",
3335
+ "variableTypeTokenRange": {
3336
+ "startIndex": 1,
3337
+ "endIndex": 2
3338
+ }
3339
+ },
3340
+ {
3341
+ "kind": "Interface",
3342
+ "canonicalReference": "@empathyco/x-types!RelatedTag:interface",
3343
+ "docComment": "/**\n * A related tag is just a term that refines the current query.\n *\n * @public\n */\n",
3344
+ "excerptTokens": [
3345
+ {
3346
+ "kind": "Content",
3347
+ "text": "export interface RelatedTag extends "
3348
+ },
3349
+ {
3350
+ "kind": "Reference",
3351
+ "text": "NamedModel",
3352
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3353
+ },
3354
+ {
3355
+ "kind": "Content",
3356
+ "text": "<'RelatedTag'>"
3357
+ },
3358
+ {
3359
+ "kind": "Content",
3360
+ "text": ", "
3361
+ },
3362
+ {
3363
+ "kind": "Reference",
3364
+ "text": "Previewable",
3365
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
3366
+ },
3367
+ {
3368
+ "kind": "Content",
3369
+ "text": " "
3370
+ }
3371
+ ],
3372
+ "releaseTag": "Public",
3373
+ "name": "RelatedTag",
3374
+ "members": [
3375
+ {
3376
+ "kind": "PropertySignature",
3377
+ "canonicalReference": "@empathyco/x-types!RelatedTag#isCurated:member",
3378
+ "docComment": "/**\n * If it's a curated related tag.\n */\n",
3379
+ "excerptTokens": [
3380
+ {
3381
+ "kind": "Content",
3382
+ "text": "isCurated?: "
3383
+ },
3384
+ {
3385
+ "kind": "Content",
3386
+ "text": "boolean"
3387
+ },
3388
+ {
3389
+ "kind": "Content",
3390
+ "text": ";"
3391
+ }
3392
+ ],
3393
+ "isOptional": true,
3394
+ "releaseTag": "Public",
3395
+ "name": "isCurated",
3396
+ "propertyTypeTokenRange": {
3397
+ "startIndex": 1,
3398
+ "endIndex": 2
3399
+ }
3400
+ },
3401
+ {
3402
+ "kind": "PropertySignature",
3403
+ "canonicalReference": "@empathyco/x-types!RelatedTag#previous:member",
3404
+ "docComment": "/**\n * The query to refine.\n */\n",
3405
+ "excerptTokens": [
3406
+ {
3407
+ "kind": "Content",
3408
+ "text": "previous: "
3409
+ },
3410
+ {
3411
+ "kind": "Content",
3412
+ "text": "string"
3413
+ },
3414
+ {
3415
+ "kind": "Content",
3416
+ "text": ";"
3417
+ }
3418
+ ],
3419
+ "isOptional": false,
3420
+ "releaseTag": "Public",
3421
+ "name": "previous",
3422
+ "propertyTypeTokenRange": {
3423
+ "startIndex": 1,
3424
+ "endIndex": 2
3425
+ }
3426
+ },
3427
+ {
3428
+ "kind": "PropertySignature",
3429
+ "canonicalReference": "@empathyco/x-types!RelatedTag#selected:member",
3430
+ "docComment": "/**\n * If selection mode is enabled, tells if this related tag is selected or not.\n */\n",
3431
+ "excerptTokens": [
3432
+ {
3433
+ "kind": "Content",
3434
+ "text": "selected: "
3435
+ },
3436
+ {
3437
+ "kind": "Content",
3438
+ "text": "boolean"
3439
+ },
3440
+ {
3441
+ "kind": "Content",
3442
+ "text": ";"
3443
+ }
3444
+ ],
3445
+ "isOptional": false,
3446
+ "releaseTag": "Public",
3447
+ "name": "selected",
3448
+ "propertyTypeTokenRange": {
3449
+ "startIndex": 1,
3450
+ "endIndex": 2
3451
+ }
3452
+ },
3453
+ {
3454
+ "kind": "PropertySignature",
3455
+ "canonicalReference": "@empathyco/x-types!RelatedTag#tag:member",
3456
+ "docComment": "/**\n * The term to add to the current query.\n */\n",
3457
+ "excerptTokens": [
3458
+ {
3459
+ "kind": "Content",
3460
+ "text": "tag: "
3461
+ },
3462
+ {
3463
+ "kind": "Content",
3464
+ "text": "string"
3465
+ },
3466
+ {
3467
+ "kind": "Content",
3468
+ "text": ";"
3469
+ }
3470
+ ],
3471
+ "isOptional": false,
3472
+ "releaseTag": "Public",
3473
+ "name": "tag",
3474
+ "propertyTypeTokenRange": {
3475
+ "startIndex": 1,
3476
+ "endIndex": 2
3477
+ }
3478
+ }
3479
+ ],
3480
+ "extendsTokenRanges": [
3481
+ {
3482
+ "startIndex": 1,
3483
+ "endIndex": 3
3484
+ },
3485
+ {
3486
+ "startIndex": 4,
3487
+ "endIndex": 6
3488
+ }
3489
+ ]
3490
+ },
3491
+ {
3492
+ "kind": "Variable",
3493
+ "canonicalReference": "@empathyco/x-types!RelatedTagSchema:var",
3494
+ "docComment": "/**\n * Jest schema for validating Related Tag entities.\n *\n * @public\n */\n",
3495
+ "excerptTokens": [
3496
+ {
3497
+ "kind": "Content",
3498
+ "text": "RelatedTagSchema: "
3499
+ },
3500
+ {
3501
+ "kind": "Reference",
3502
+ "text": "RelatedTag",
3503
+ "canonicalReference": "@empathyco/x-types!RelatedTag:interface"
3504
+ }
3505
+ ],
3506
+ "releaseTag": "Public",
3507
+ "name": "RelatedTagSchema",
3508
+ "variableTypeTokenRange": {
3509
+ "startIndex": 1,
3510
+ "endIndex": 2
3511
+ }
3512
+ },
3513
+ {
3514
+ "kind": "Interface",
3515
+ "canonicalReference": "@empathyco/x-types!Result:interface",
3516
+ "docComment": "/**\n * A search result.\n *\n * @public\n */\n",
3517
+ "excerptTokens": [
3518
+ {
3519
+ "kind": "Content",
3520
+ "text": "export interface Result extends "
3521
+ },
3522
+ {
3523
+ "kind": "Reference",
3524
+ "text": "NamedModel",
3525
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
3526
+ },
3527
+ {
3528
+ "kind": "Content",
3529
+ "text": "<'Result'>"
3530
+ },
3531
+ {
3532
+ "kind": "Content",
3533
+ "text": ", "
3534
+ },
3535
+ {
3536
+ "kind": "Reference",
3537
+ "text": "Identifiable",
3538
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
3539
+ },
3540
+ {
3541
+ "kind": "Content",
3542
+ "text": ", "
3543
+ },
3544
+ {
3545
+ "kind": "Reference",
3546
+ "text": "Taggable",
3547
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
3548
+ },
3549
+ {
3550
+ "kind": "Content",
3551
+ "text": " "
3552
+ }
3553
+ ],
3554
+ "releaseTag": "Public",
3555
+ "name": "Result",
3556
+ "members": [
3557
+ {
3558
+ "kind": "PropertySignature",
3559
+ "canonicalReference": "@empathyco/x-types!Result#identifier:member",
3560
+ "docComment": "/**\n * {@link ResultIdentifier | Result identifier}.\n */\n",
3561
+ "excerptTokens": [
3562
+ {
3563
+ "kind": "Content",
3564
+ "text": "identifier: "
3565
+ },
3566
+ {
3567
+ "kind": "Reference",
3568
+ "text": "ResultIdentifier",
3569
+ "canonicalReference": "@empathyco/x-types!ResultIdentifier:interface"
3570
+ },
3571
+ {
3572
+ "kind": "Content",
3573
+ "text": ";"
3574
+ }
3575
+ ],
3576
+ "isOptional": false,
3577
+ "releaseTag": "Public",
3578
+ "name": "identifier",
3579
+ "propertyTypeTokenRange": {
3580
+ "startIndex": 1,
3581
+ "endIndex": 2
3582
+ }
3583
+ },
3584
+ {
3585
+ "kind": "PropertySignature",
3586
+ "canonicalReference": "@empathyco/x-types!Result#images:member",
3587
+ "docComment": "/**\n * Images of the result. It should be the URLs.\n */\n",
3588
+ "excerptTokens": [
3589
+ {
3590
+ "kind": "Content",
3591
+ "text": "images: "
3592
+ },
3593
+ {
3594
+ "kind": "Content",
3595
+ "text": "string[]"
3596
+ },
3597
+ {
3598
+ "kind": "Content",
3599
+ "text": ";"
3600
+ }
3601
+ ],
3602
+ "isOptional": false,
3603
+ "releaseTag": "Public",
3604
+ "name": "images",
3605
+ "propertyTypeTokenRange": {
3606
+ "startIndex": 1,
3607
+ "endIndex": 2
3608
+ }
3609
+ },
3610
+ {
3611
+ "kind": "PropertySignature",
3612
+ "canonicalReference": "@empathyco/x-types!Result#isWishlisted:member",
3613
+ "docComment": "/**\n * Flag if the results has been added to the wishlist or not.\n */\n",
3614
+ "excerptTokens": [
3615
+ {
3616
+ "kind": "Content",
3617
+ "text": "isWishlisted: "
3618
+ },
3619
+ {
3620
+ "kind": "Content",
3621
+ "text": "boolean"
3622
+ },
3623
+ {
3624
+ "kind": "Content",
3625
+ "text": ";"
3626
+ }
3627
+ ],
3628
+ "isOptional": false,
3629
+ "releaseTag": "Public",
3630
+ "name": "isWishlisted",
3631
+ "propertyTypeTokenRange": {
3632
+ "startIndex": 1,
3633
+ "endIndex": 2
3634
+ }
3635
+ },
3636
+ {
3637
+ "kind": "PropertySignature",
3638
+ "canonicalReference": "@empathyco/x-types!Result#name:member",
3639
+ "docComment": "/**\n * Result name.\n */\n",
3640
+ "excerptTokens": [
3641
+ {
3642
+ "kind": "Content",
3643
+ "text": "name: "
3644
+ },
3645
+ {
3646
+ "kind": "Content",
3647
+ "text": "string"
3648
+ },
3649
+ {
3650
+ "kind": "Content",
3651
+ "text": ";"
3652
+ }
3653
+ ],
3654
+ "isOptional": false,
3655
+ "releaseTag": "Public",
3656
+ "name": "name",
3657
+ "propertyTypeTokenRange": {
3658
+ "startIndex": 1,
3659
+ "endIndex": 2
3660
+ }
3661
+ },
3662
+ {
3663
+ "kind": "PropertySignature",
3664
+ "canonicalReference": "@empathyco/x-types!Result#price:member",
3665
+ "docComment": "/**\n * {@link ResultPrice | Result price}.\n */\n",
3666
+ "excerptTokens": [
3667
+ {
3668
+ "kind": "Content",
3669
+ "text": "price: "
3670
+ },
3671
+ {
3672
+ "kind": "Reference",
3673
+ "text": "ResultPrice",
3674
+ "canonicalReference": "@empathyco/x-types!ResultPrice:interface"
3675
+ },
3676
+ {
3677
+ "kind": "Content",
3678
+ "text": ";"
3679
+ }
3680
+ ],
3681
+ "isOptional": false,
3682
+ "releaseTag": "Public",
3683
+ "name": "price",
3684
+ "propertyTypeTokenRange": {
3685
+ "startIndex": 1,
3686
+ "endIndex": 2
3687
+ }
3688
+ },
3689
+ {
3690
+ "kind": "PropertySignature",
3691
+ "canonicalReference": "@empathyco/x-types!Result#rating:member",
3692
+ "docComment": "/**\n * {@link ResultRating | Result rating}.\n */\n",
3693
+ "excerptTokens": [
3694
+ {
3695
+ "kind": "Content",
3696
+ "text": "rating: "
3697
+ },
3698
+ {
3699
+ "kind": "Reference",
3700
+ "text": "ResultRating",
3701
+ "canonicalReference": "@empathyco/x-types!ResultRating:interface"
3702
+ },
3703
+ {
3704
+ "kind": "Content",
3705
+ "text": ";"
3706
+ }
3707
+ ],
3708
+ "isOptional": false,
3709
+ "releaseTag": "Public",
3710
+ "name": "rating",
3711
+ "propertyTypeTokenRange": {
3712
+ "startIndex": 1,
3713
+ "endIndex": 2
3714
+ }
3715
+ },
3716
+ {
3717
+ "kind": "PropertySignature",
3718
+ "canonicalReference": "@empathyco/x-types!Result#type:member",
3719
+ "docComment": "/**\n * The type of the result: product, article, pack, etc...\n */\n",
3720
+ "excerptTokens": [
3721
+ {
3722
+ "kind": "Content",
3723
+ "text": "type: "
3724
+ },
3725
+ {
3726
+ "kind": "Content",
3727
+ "text": "string"
3728
+ },
3729
+ {
3730
+ "kind": "Content",
3731
+ "text": ";"
3732
+ }
3733
+ ],
3734
+ "isOptional": false,
3735
+ "releaseTag": "Public",
3736
+ "name": "type",
3737
+ "propertyTypeTokenRange": {
3738
+ "startIndex": 1,
3739
+ "endIndex": 2
3740
+ }
3741
+ },
3742
+ {
3743
+ "kind": "PropertySignature",
3744
+ "canonicalReference": "@empathyco/x-types!Result#url:member",
3745
+ "docComment": "/**\n * Result URL to redirect to PDP.\n */\n",
3746
+ "excerptTokens": [
3747
+ {
3748
+ "kind": "Content",
3749
+ "text": "url: "
3750
+ },
3751
+ {
3752
+ "kind": "Content",
3753
+ "text": "string"
3754
+ },
3755
+ {
3756
+ "kind": "Content",
3757
+ "text": ";"
3758
+ }
3759
+ ],
3760
+ "isOptional": false,
3761
+ "releaseTag": "Public",
3762
+ "name": "url",
3763
+ "propertyTypeTokenRange": {
3764
+ "startIndex": 1,
3765
+ "endIndex": 2
3766
+ }
3767
+ }
3768
+ ],
3769
+ "extendsTokenRanges": [
3770
+ {
3771
+ "startIndex": 1,
3772
+ "endIndex": 3
3773
+ },
3774
+ {
3775
+ "startIndex": 4,
3776
+ "endIndex": 5
3777
+ },
3778
+ {
3779
+ "startIndex": 6,
3780
+ "endIndex": 8
3781
+ }
3782
+ ]
3783
+ },
3784
+ {
3785
+ "kind": "Interface",
3786
+ "canonicalReference": "@empathyco/x-types!ResultIdentifier:interface",
3787
+ "docComment": "/**\n * The client result identifier (SKU, MOCACO, a simple ID...).\n *\n * @public\n */\n",
3788
+ "excerptTokens": [
3789
+ {
3790
+ "kind": "Content",
3791
+ "text": "export interface ResultIdentifier "
3792
+ }
3793
+ ],
3794
+ "releaseTag": "Public",
3795
+ "name": "ResultIdentifier",
3796
+ "members": [
3797
+ {
3798
+ "kind": "PropertySignature",
3799
+ "canonicalReference": "@empathyco/x-types!ResultIdentifier#value:member",
3800
+ "docComment": "/**\n * Result identifier value.\n */\n",
3801
+ "excerptTokens": [
3802
+ {
3803
+ "kind": "Content",
3804
+ "text": "value: "
3805
+ },
3806
+ {
3807
+ "kind": "Content",
3808
+ "text": "string"
3809
+ },
3810
+ {
3811
+ "kind": "Content",
3812
+ "text": ";"
3813
+ }
3814
+ ],
3815
+ "isOptional": false,
3816
+ "releaseTag": "Public",
3817
+ "name": "value",
3818
+ "propertyTypeTokenRange": {
3819
+ "startIndex": 1,
3820
+ "endIndex": 2
3821
+ }
3822
+ }
3823
+ ],
3824
+ "extendsTokenRanges": []
3825
+ },
3826
+ {
3827
+ "kind": "Interface",
3828
+ "canonicalReference": "@empathyco/x-types!ResultPrice:interface",
3829
+ "docComment": "/**\n * The result price.\n *\n * @public\n */\n",
3830
+ "excerptTokens": [
3831
+ {
3832
+ "kind": "Content",
3833
+ "text": "export interface ResultPrice "
3834
+ }
3835
+ ],
3836
+ "releaseTag": "Public",
3837
+ "name": "ResultPrice",
3838
+ "members": [
3839
+ {
3840
+ "kind": "PropertySignature",
3841
+ "canonicalReference": "@empathyco/x-types!ResultPrice#hasDiscount:member",
3842
+ "docComment": "/**\n * Whether or not this result has discount.\n */\n",
3843
+ "excerptTokens": [
3844
+ {
3845
+ "kind": "Content",
3846
+ "text": "hasDiscount: "
3847
+ },
3848
+ {
3849
+ "kind": "Content",
3850
+ "text": "boolean"
3851
+ },
3852
+ {
3853
+ "kind": "Content",
3854
+ "text": ";"
3855
+ }
3856
+ ],
3857
+ "isOptional": false,
3858
+ "releaseTag": "Public",
3859
+ "name": "hasDiscount",
3860
+ "propertyTypeTokenRange": {
3861
+ "startIndex": 1,
3862
+ "endIndex": 2
3863
+ }
3864
+ },
3865
+ {
3866
+ "kind": "PropertySignature",
3867
+ "canonicalReference": "@empathyco/x-types!ResultPrice#originalValue:member",
3868
+ "docComment": "/**\n * The old value.\n */\n",
3869
+ "excerptTokens": [
3870
+ {
3871
+ "kind": "Content",
3872
+ "text": "originalValue: "
3873
+ },
3874
+ {
3875
+ "kind": "Content",
3876
+ "text": "number"
3877
+ },
3878
+ {
3879
+ "kind": "Content",
3880
+ "text": ";"
3881
+ }
3882
+ ],
3883
+ "isOptional": false,
3884
+ "releaseTag": "Public",
3885
+ "name": "originalValue",
3886
+ "propertyTypeTokenRange": {
3887
+ "startIndex": 1,
3888
+ "endIndex": 2
3889
+ }
3890
+ },
3891
+ {
3892
+ "kind": "PropertySignature",
3893
+ "canonicalReference": "@empathyco/x-types!ResultPrice#value:member",
3894
+ "docComment": "/**\n * The current value.\n */\n",
3895
+ "excerptTokens": [
3896
+ {
3897
+ "kind": "Content",
3898
+ "text": "value: "
3899
+ },
3900
+ {
3901
+ "kind": "Content",
3902
+ "text": "number"
3903
+ },
3904
+ {
3905
+ "kind": "Content",
3906
+ "text": ";"
3907
+ }
3908
+ ],
3909
+ "isOptional": false,
3910
+ "releaseTag": "Public",
3911
+ "name": "value",
3912
+ "propertyTypeTokenRange": {
3913
+ "startIndex": 1,
3914
+ "endIndex": 2
3915
+ }
3916
+ }
3917
+ ],
3918
+ "extendsTokenRanges": []
3919
+ },
3920
+ {
3921
+ "kind": "Interface",
3922
+ "canonicalReference": "@empathyco/x-types!ResultRating:interface",
3923
+ "docComment": "/**\n * The result rating.\n *\n * @public\n */\n",
3924
+ "excerptTokens": [
3925
+ {
3926
+ "kind": "Content",
3927
+ "text": "export interface ResultRating "
3928
+ }
3929
+ ],
3930
+ "releaseTag": "Public",
3931
+ "name": "ResultRating",
3932
+ "members": [
3933
+ {
3934
+ "kind": "PropertySignature",
3935
+ "canonicalReference": "@empathyco/x-types!ResultRating#value:member",
3936
+ "docComment": "/**\n * The value of the rating. `null` means unset.\n */\n",
3937
+ "excerptTokens": [
3938
+ {
3939
+ "kind": "Content",
3940
+ "text": "value: "
3941
+ },
3942
+ {
3943
+ "kind": "Content",
3944
+ "text": "number | null"
3945
+ },
3946
+ {
3947
+ "kind": "Content",
3948
+ "text": ";"
3949
+ }
3950
+ ],
3951
+ "isOptional": false,
3952
+ "releaseTag": "Public",
3953
+ "name": "value",
3954
+ "propertyTypeTokenRange": {
3955
+ "startIndex": 1,
3956
+ "endIndex": 2
3957
+ }
3958
+ }
3959
+ ],
3960
+ "extendsTokenRanges": []
3961
+ },
3962
+ {
3963
+ "kind": "Variable",
3964
+ "canonicalReference": "@empathyco/x-types!ResultSchema:var",
3965
+ "docComment": "/**\n * Jest schema for validating Result entities.\n *\n * @public\n */\n",
3966
+ "excerptTokens": [
3967
+ {
3968
+ "kind": "Content",
3969
+ "text": "ResultSchema: "
3970
+ },
3971
+ {
3972
+ "kind": "Reference",
3973
+ "text": "Result",
3974
+ "canonicalReference": "@empathyco/x-types!Result:interface"
3975
+ }
3976
+ ],
3977
+ "releaseTag": "Public",
3978
+ "name": "ResultSchema",
3979
+ "variableTypeTokenRange": {
3980
+ "startIndex": 1,
3981
+ "endIndex": 2
3982
+ }
3983
+ },
3984
+ {
3985
+ "kind": "Interface",
3986
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface",
3987
+ "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",
3988
+ "excerptTokens": [
3989
+ {
3990
+ "kind": "Content",
3991
+ "text": "export interface SimpleFacet extends "
3992
+ },
3993
+ {
3994
+ "kind": "Reference",
3995
+ "text": "Facet",
3996
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
3997
+ },
3998
+ {
3999
+ "kind": "Content",
4000
+ "text": " "
4001
+ }
4002
+ ],
4003
+ "releaseTag": "Public",
4004
+ "name": "SimpleFacet",
4005
+ "members": [
4006
+ {
4007
+ "kind": "PropertySignature",
4008
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#filters:member",
4009
+ "docComment": "/**\n * Filters available for the facet.\n */\n",
4010
+ "excerptTokens": [
4011
+ {
4012
+ "kind": "Content",
4013
+ "text": "filters: "
4014
+ },
4015
+ {
4016
+ "kind": "Reference",
4017
+ "text": "SimpleFilter",
4018
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
4019
+ },
4020
+ {
4021
+ "kind": "Content",
4022
+ "text": "[]"
4023
+ },
4024
+ {
4025
+ "kind": "Content",
4026
+ "text": ";"
4027
+ }
4028
+ ],
4029
+ "isOptional": false,
4030
+ "releaseTag": "Public",
4031
+ "name": "filters",
4032
+ "propertyTypeTokenRange": {
4033
+ "startIndex": 1,
4034
+ "endIndex": 3
4035
+ }
4036
+ },
4037
+ {
4038
+ "kind": "PropertySignature",
4039
+ "canonicalReference": "@empathyco/x-types!SimpleFacet#modelName:member",
4040
+ "docComment": "/**\n * Model name to indicate the facet type.\n */\n",
4041
+ "excerptTokens": [
4042
+ {
4043
+ "kind": "Content",
4044
+ "text": "modelName: "
4045
+ },
4046
+ {
4047
+ "kind": "Content",
4048
+ "text": "'SimpleFacet'"
4049
+ },
4050
+ {
4051
+ "kind": "Content",
4052
+ "text": ";"
4053
+ }
4054
+ ],
4055
+ "isOptional": false,
4056
+ "releaseTag": "Public",
4057
+ "name": "modelName",
4058
+ "propertyTypeTokenRange": {
4059
+ "startIndex": 1,
4060
+ "endIndex": 2
4061
+ }
4062
+ }
4063
+ ],
4064
+ "extendsTokenRanges": [
4065
+ {
4066
+ "startIndex": 1,
4067
+ "endIndex": 3
4068
+ }
4069
+ ]
4070
+ },
4071
+ {
4072
+ "kind": "Variable",
4073
+ "canonicalReference": "@empathyco/x-types!SimpleFacetSchema:var",
4074
+ "docComment": "/**\n * Jest schema for validating SimpleFacet entity.\n *\n * @public\n */\n",
4075
+ "excerptTokens": [
4076
+ {
4077
+ "kind": "Content",
4078
+ "text": "SimpleFacetSchema: "
4079
+ },
4080
+ {
4081
+ "kind": "Reference",
4082
+ "text": "SimpleFacet",
4083
+ "canonicalReference": "@empathyco/x-types!SimpleFacet:interface"
4084
+ }
4085
+ ],
4086
+ "releaseTag": "Public",
4087
+ "name": "SimpleFacetSchema",
4088
+ "variableTypeTokenRange": {
4089
+ "startIndex": 1,
4090
+ "endIndex": 2
4091
+ }
4092
+ },
4093
+ {
4094
+ "kind": "Interface",
4095
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface",
4096
+ "docComment": "/**\n * A type of filter used in {@link SimpleFacet} and extends from {@link Filter}. It can be selected or not.\n *\n * @public\n */\n",
4097
+ "excerptTokens": [
4098
+ {
4099
+ "kind": "Content",
4100
+ "text": "export interface SimpleFilter extends "
4101
+ },
4102
+ {
4103
+ "kind": "Reference",
4104
+ "text": "BooleanFilter",
4105
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
4106
+ },
4107
+ {
4108
+ "kind": "Content",
4109
+ "text": " "
4110
+ }
4111
+ ],
4112
+ "releaseTag": "Public",
4113
+ "name": "SimpleFilter",
4114
+ "members": [
4115
+ {
4116
+ "kind": "PropertySignature",
4117
+ "canonicalReference": "@empathyco/x-types!SimpleFilter#modelName:member",
4118
+ "docComment": "/**\n * Model name to indicate the filter type.\n */\n",
4119
+ "excerptTokens": [
4120
+ {
4121
+ "kind": "Content",
4122
+ "text": "modelName: "
4123
+ },
4124
+ {
4125
+ "kind": "Content",
4126
+ "text": "'SimpleFilter'"
4127
+ },
4128
+ {
4129
+ "kind": "Content",
4130
+ "text": ";"
4131
+ }
4132
+ ],
4133
+ "isOptional": false,
4134
+ "releaseTag": "Public",
4135
+ "name": "modelName",
4136
+ "propertyTypeTokenRange": {
4137
+ "startIndex": 1,
4138
+ "endIndex": 2
4139
+ }
4140
+ }
4141
+ ],
4142
+ "extendsTokenRanges": [
4143
+ {
4144
+ "startIndex": 1,
4145
+ "endIndex": 3
4146
+ }
4147
+ ]
4148
+ },
4149
+ {
4150
+ "kind": "Variable",
4151
+ "canonicalReference": "@empathyco/x-types!SimpleFilterSchema:var",
4152
+ "docComment": "/**\n * Jest schema for validating SimpleFilter entity.\n *\n * @public\n */\n",
4153
+ "excerptTokens": [
4154
+ {
4155
+ "kind": "Content",
4156
+ "text": "SimpleFilterSchema: "
4157
+ },
4158
+ {
4159
+ "kind": "Reference",
4160
+ "text": "SimpleFilter",
4161
+ "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
4162
+ }
4163
+ ],
4164
+ "releaseTag": "Public",
4165
+ "name": "SimpleFilterSchema",
4166
+ "variableTypeTokenRange": {
4167
+ "startIndex": 1,
4168
+ "endIndex": 2
4169
+ }
4170
+ },
4171
+ {
4172
+ "kind": "TypeAlias",
4173
+ "canonicalReference": "@empathyco/x-types!Sort:type",
4174
+ "docComment": "/**\n * The Sort model represents a way of arranging a list of items.\n *\n * @public\n */\n",
4175
+ "excerptTokens": [
4176
+ {
4177
+ "kind": "Content",
4178
+ "text": "export declare type Sort = "
4179
+ },
4180
+ {
4181
+ "kind": "Content",
4182
+ "text": "string"
4183
+ },
4184
+ {
4185
+ "kind": "Content",
4186
+ "text": ";"
4187
+ }
4188
+ ],
4189
+ "releaseTag": "Public",
4190
+ "name": "Sort",
4191
+ "typeTokenRange": {
4192
+ "startIndex": 1,
4193
+ "endIndex": 2
4194
+ }
4195
+ },
4196
+ {
4197
+ "kind": "Interface",
4198
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface",
4199
+ "docComment": "/**\n * A suggestion represents a query that has been proposed to the user, due of being popular, matching with the current search query...\n *\n * @public\n */\n",
4200
+ "excerptTokens": [
4201
+ {
4202
+ "kind": "Content",
4203
+ "text": "export interface Suggestion extends "
4204
+ },
4205
+ {
4206
+ "kind": "Reference",
4207
+ "text": "NamedModel",
4208
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
4209
+ },
4210
+ {
4211
+ "kind": "Content",
4212
+ "text": "<'QuerySuggestion' | 'PopularSearch'>"
4213
+ },
4214
+ {
4215
+ "kind": "Content",
4216
+ "text": ", "
4217
+ },
4218
+ {
4219
+ "kind": "Reference",
4220
+ "text": "Previewable",
4221
+ "canonicalReference": "@empathyco/x-types!Previewable:interface"
4222
+ },
4223
+ {
4224
+ "kind": "Content",
4225
+ "text": " "
4226
+ }
4227
+ ],
4228
+ "releaseTag": "Public",
4229
+ "name": "Suggestion",
4230
+ "members": [
4231
+ {
4232
+ "kind": "PropertySignature",
4233
+ "canonicalReference": "@empathyco/x-types!Suggestion#facets:member",
4234
+ "docComment": "/**\n * Facets to apply to the `query` property when searching.\n */\n",
4235
+ "excerptTokens": [
4236
+ {
4237
+ "kind": "Content",
4238
+ "text": "facets: "
4239
+ },
4240
+ {
4241
+ "kind": "Reference",
4242
+ "text": "Facet",
4243
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
4244
+ },
4245
+ {
4246
+ "kind": "Content",
4247
+ "text": "[]"
4248
+ },
4249
+ {
4250
+ "kind": "Content",
4251
+ "text": ";"
4252
+ }
4253
+ ],
4254
+ "isOptional": false,
4255
+ "releaseTag": "Public",
4256
+ "name": "facets",
4257
+ "propertyTypeTokenRange": {
4258
+ "startIndex": 1,
4259
+ "endIndex": 3
4260
+ }
4261
+ },
4262
+ {
4263
+ "kind": "PropertySignature",
4264
+ "canonicalReference": "@empathyco/x-types!Suggestion#key:member",
4265
+ "docComment": "/**\n * Unique identifier of the suggestion.\n *\n * @deprecated\n *\n * - The key field should be calculated if needed using the `query` and the `facets` properties.\n */\n",
4266
+ "excerptTokens": [
4267
+ {
4268
+ "kind": "Content",
4269
+ "text": "key: "
4270
+ },
4271
+ {
4272
+ "kind": "Content",
4273
+ "text": "string"
4274
+ },
4275
+ {
4276
+ "kind": "Content",
4277
+ "text": ";"
4278
+ }
4279
+ ],
4280
+ "isOptional": false,
4281
+ "releaseTag": "Public",
4282
+ "name": "key",
4283
+ "propertyTypeTokenRange": {
4284
+ "startIndex": 1,
4285
+ "endIndex": 2
4286
+ }
4287
+ }
4288
+ ],
4289
+ "extendsTokenRanges": [
4290
+ {
4291
+ "startIndex": 1,
4292
+ "endIndex": 3
4293
+ },
4294
+ {
4295
+ "startIndex": 4,
4296
+ "endIndex": 6
4297
+ }
4298
+ ]
4299
+ },
4300
+ {
4301
+ "kind": "Variable",
4302
+ "canonicalReference": "@empathyco/x-types!SuggestionSchema:var",
4303
+ "docComment": "/**\n * Jest schema for validating Suggestion entities.\n *\n * @public\n */\n",
4304
+ "excerptTokens": [
4305
+ {
4306
+ "kind": "Content",
4307
+ "text": "SuggestionSchema: "
4308
+ },
4309
+ {
4310
+ "kind": "Reference",
4311
+ "text": "Suggestion",
4312
+ "canonicalReference": "@empathyco/x-types!Suggestion:interface"
4313
+ }
4314
+ ],
4315
+ "releaseTag": "Public",
4316
+ "name": "SuggestionSchema",
4317
+ "variableTypeTokenRange": {
4318
+ "startIndex": 1,
4319
+ "endIndex": 2
4320
+ }
4321
+ },
4322
+ {
4323
+ "kind": "Interface",
4324
+ "canonicalReference": "@empathyco/x-types!Taggable:interface",
4325
+ "docComment": "/**\n * A taggable entity.\n *\n * @public\n */\n",
4326
+ "excerptTokens": [
4327
+ {
4328
+ "kind": "Content",
4329
+ "text": "export interface Taggable "
4330
+ }
4331
+ ],
4332
+ "releaseTag": "Public",
4333
+ "name": "Taggable",
4334
+ "members": [
4335
+ {
4336
+ "kind": "PropertySignature",
4337
+ "canonicalReference": "@empathyco/x-types!Taggable#tagging:member",
4338
+ "docComment": "/**\n * Tagging object containing the different taggable events.\n */\n",
4339
+ "excerptTokens": [
4340
+ {
4341
+ "kind": "Content",
4342
+ "text": "tagging: "
4343
+ },
4344
+ {
4345
+ "kind": "Reference",
4346
+ "text": "Tagging",
4347
+ "canonicalReference": "@empathyco/x-types!Tagging:interface"
4348
+ },
4349
+ {
4350
+ "kind": "Content",
4351
+ "text": ";"
4352
+ }
4353
+ ],
4354
+ "isOptional": false,
4355
+ "releaseTag": "Public",
4356
+ "name": "tagging",
4357
+ "propertyTypeTokenRange": {
4358
+ "startIndex": 1,
4359
+ "endIndex": 2
4360
+ }
4361
+ }
4362
+ ],
4363
+ "extendsTokenRanges": []
4364
+ },
4365
+ {
4366
+ "kind": "Variable",
4367
+ "canonicalReference": "@empathyco/x-types!TaggableSchema:var",
4368
+ "docComment": "/**\n * Jest schema for validating Taggable entities.\n *\n * @public\n */\n",
4369
+ "excerptTokens": [
4370
+ {
4371
+ "kind": "Content",
4372
+ "text": "TaggableSchema: "
4373
+ },
4374
+ {
4375
+ "kind": "Reference",
4376
+ "text": "Taggable",
4377
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
4378
+ }
4379
+ ],
4380
+ "releaseTag": "Public",
4381
+ "name": "TaggableSchema",
4382
+ "variableTypeTokenRange": {
4383
+ "startIndex": 1,
4384
+ "endIndex": 2
4385
+ }
4386
+ },
4387
+ {
4388
+ "kind": "Interface",
4389
+ "canonicalReference": "@empathyco/x-types!Tagging:interface",
4390
+ "docComment": "/**\n * The tagging user actions.\n *\n * @public\n */\n",
4391
+ "excerptTokens": [
4392
+ {
4393
+ "kind": "Content",
4394
+ "text": "export interface Tagging "
4395
+ }
4396
+ ],
4397
+ "releaseTag": "Public",
4398
+ "name": "Tagging",
4399
+ "members": [
4400
+ {
4401
+ "kind": "IndexSignature",
4402
+ "canonicalReference": "@empathyco/x-types!Tagging:index(1)",
4403
+ "docComment": "/**\n * Any other {@link TaggingInfo | tagging} key-value.\n */\n",
4404
+ "excerptTokens": [
4405
+ {
4406
+ "kind": "Content",
4407
+ "text": "[key: "
4408
+ },
4409
+ {
4410
+ "kind": "Content",
4411
+ "text": "string"
4412
+ },
4413
+ {
4414
+ "kind": "Content",
4415
+ "text": "]: "
4416
+ },
4417
+ {
4418
+ "kind": "Reference",
4419
+ "text": "TaggingInfo",
4420
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4421
+ },
4422
+ {
4423
+ "kind": "Content",
4424
+ "text": " | undefined"
4425
+ },
4426
+ {
4427
+ "kind": "Content",
4428
+ "text": ";"
4429
+ }
4430
+ ],
4431
+ "returnTypeTokenRange": {
4432
+ "startIndex": 3,
4433
+ "endIndex": 5
4434
+ },
4435
+ "releaseTag": "Public",
4436
+ "overloadIndex": 1,
4437
+ "parameters": [
4438
+ {
4439
+ "parameterName": "key",
4440
+ "parameterTypeTokenRange": {
4441
+ "startIndex": 1,
4442
+ "endIndex": 2
4443
+ }
4444
+ }
4445
+ ]
4446
+ },
4447
+ {
4448
+ "kind": "PropertySignature",
4449
+ "canonicalReference": "@empathyco/x-types!Tagging#add2cart:member",
4450
+ "docComment": "/**\n * {@link TaggingInfo | add to cart tagging}.\n */\n",
4451
+ "excerptTokens": [
4452
+ {
4453
+ "kind": "Content",
4454
+ "text": "add2cart?: "
4455
+ },
4456
+ {
4457
+ "kind": "Reference",
4458
+ "text": "TaggingInfo",
4459
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4460
+ },
4461
+ {
4462
+ "kind": "Content",
4463
+ "text": ";"
4464
+ }
4465
+ ],
4466
+ "isOptional": true,
4467
+ "releaseTag": "Public",
4468
+ "name": "add2cart",
4469
+ "propertyTypeTokenRange": {
4470
+ "startIndex": 1,
4471
+ "endIndex": 2
4472
+ }
4473
+ },
4474
+ {
4475
+ "kind": "PropertySignature",
4476
+ "canonicalReference": "@empathyco/x-types!Tagging#checkout:member",
4477
+ "docComment": "/**\n * {@link TaggingInfo | checkout tagging}.\n */\n",
4478
+ "excerptTokens": [
4479
+ {
4480
+ "kind": "Content",
4481
+ "text": "checkout?: "
4482
+ },
4483
+ {
4484
+ "kind": "Reference",
4485
+ "text": "TaggingInfo",
4486
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4487
+ },
4488
+ {
4489
+ "kind": "Content",
4490
+ "text": ";"
4491
+ }
4492
+ ],
4493
+ "isOptional": true,
4494
+ "releaseTag": "Public",
4495
+ "name": "checkout",
4496
+ "propertyTypeTokenRange": {
4497
+ "startIndex": 1,
4498
+ "endIndex": 2
4499
+ }
4500
+ },
4501
+ {
4502
+ "kind": "PropertySignature",
4503
+ "canonicalReference": "@empathyco/x-types!Tagging#click:member",
4504
+ "docComment": "/**\n * {@link TaggingInfo | click tagging}.\n */\n",
4505
+ "excerptTokens": [
4506
+ {
4507
+ "kind": "Content",
4508
+ "text": "click?: "
4509
+ },
4510
+ {
4511
+ "kind": "Reference",
4512
+ "text": "TaggingInfo",
4513
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4514
+ },
4515
+ {
4516
+ "kind": "Content",
4517
+ "text": ";"
4518
+ }
4519
+ ],
4520
+ "isOptional": true,
4521
+ "releaseTag": "Public",
4522
+ "name": "click",
4523
+ "propertyTypeTokenRange": {
4524
+ "startIndex": 1,
4525
+ "endIndex": 2
4526
+ }
4527
+ },
4528
+ {
4529
+ "kind": "PropertySignature",
4530
+ "canonicalReference": "@empathyco/x-types!Tagging#query:member",
4531
+ "docComment": "/**\n * {@link TaggingInfo | query tagging}.\n */\n",
4532
+ "excerptTokens": [
4533
+ {
4534
+ "kind": "Content",
4535
+ "text": "query?: "
4536
+ },
4537
+ {
4538
+ "kind": "Reference",
4539
+ "text": "TaggingInfo",
4540
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4541
+ },
4542
+ {
4543
+ "kind": "Content",
4544
+ "text": ";"
4545
+ }
4546
+ ],
4547
+ "isOptional": true,
4548
+ "releaseTag": "Public",
4549
+ "name": "query",
4550
+ "propertyTypeTokenRange": {
4551
+ "startIndex": 1,
4552
+ "endIndex": 2
4553
+ }
4554
+ },
4555
+ {
4556
+ "kind": "PropertySignature",
4557
+ "canonicalReference": "@empathyco/x-types!Tagging#wishlist:member",
4558
+ "docComment": "/**\n * {@link TaggingInfo | wishlist tagging}.\n */\n",
4559
+ "excerptTokens": [
4560
+ {
4561
+ "kind": "Content",
4562
+ "text": "wishlist?: "
4563
+ },
4564
+ {
4565
+ "kind": "Reference",
4566
+ "text": "TaggingInfo",
4567
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4568
+ },
4569
+ {
4570
+ "kind": "Content",
4571
+ "text": ";"
4572
+ }
4573
+ ],
4574
+ "isOptional": true,
4575
+ "releaseTag": "Public",
4576
+ "name": "wishlist",
4577
+ "propertyTypeTokenRange": {
4578
+ "startIndex": 1,
4579
+ "endIndex": 2
4580
+ }
4581
+ }
4582
+ ],
4583
+ "extendsTokenRanges": []
4584
+ },
4585
+ {
4586
+ "kind": "Interface",
4587
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface",
4588
+ "docComment": "/**\n * The tagging info 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",
4589
+ "excerptTokens": [
4590
+ {
4591
+ "kind": "Content",
4592
+ "text": "export interface TaggingInfo "
4593
+ }
4594
+ ],
4595
+ "releaseTag": "Public",
4596
+ "name": "TaggingInfo",
4597
+ "members": [
4598
+ {
4599
+ "kind": "PropertySignature",
4600
+ "canonicalReference": "@empathyco/x-types!TaggingInfo#params:member",
4601
+ "docComment": "/**\n * Params of the tagging URL.\n */\n",
4602
+ "excerptTokens": [
4603
+ {
4604
+ "kind": "Content",
4605
+ "text": "params: "
4606
+ },
4607
+ {
4608
+ "kind": "Reference",
4609
+ "text": "Record",
4610
+ "canonicalReference": "!Record:type"
4611
+ },
4612
+ {
4613
+ "kind": "Content",
4614
+ "text": "<string, string | number | boolean>"
4615
+ },
4616
+ {
4617
+ "kind": "Content",
4618
+ "text": ";"
4619
+ }
4620
+ ],
4621
+ "isOptional": false,
4622
+ "releaseTag": "Public",
4623
+ "name": "params",
4624
+ "propertyTypeTokenRange": {
4625
+ "startIndex": 1,
4626
+ "endIndex": 3
4627
+ }
4628
+ },
4629
+ {
4630
+ "kind": "PropertySignature",
4631
+ "canonicalReference": "@empathyco/x-types!TaggingInfo#url:member",
4632
+ "docComment": "/**\n * Tagging URL.\n */\n",
4633
+ "excerptTokens": [
4634
+ {
4635
+ "kind": "Content",
4636
+ "text": "url: "
4637
+ },
4638
+ {
4639
+ "kind": "Content",
4640
+ "text": "string"
4641
+ },
4642
+ {
4643
+ "kind": "Content",
4644
+ "text": ";"
4645
+ }
4646
+ ],
4647
+ "isOptional": false,
4648
+ "releaseTag": "Public",
4649
+ "name": "url",
4650
+ "propertyTypeTokenRange": {
4651
+ "startIndex": 1,
4652
+ "endIndex": 2
4653
+ }
4654
+ }
4655
+ ],
4656
+ "extendsTokenRanges": []
4657
+ },
4658
+ {
4659
+ "kind": "Variable",
4660
+ "canonicalReference": "@empathyco/x-types!TaggingInfoSchema:var",
4661
+ "docComment": "/**\n * Jest schema for validating TaggingInfo entities.\n *\n * @public\n */\n",
4662
+ "excerptTokens": [
4663
+ {
4664
+ "kind": "Content",
4665
+ "text": "TaggingInfoSchema: "
4666
+ },
4667
+ {
4668
+ "kind": "Reference",
4669
+ "text": "TaggingInfo",
4670
+ "canonicalReference": "@empathyco/x-types!TaggingInfo:interface"
4671
+ }
4672
+ ],
4673
+ "releaseTag": "Public",
4674
+ "name": "TaggingInfoSchema",
4675
+ "variableTypeTokenRange": {
4676
+ "startIndex": 1,
4677
+ "endIndex": 2
4678
+ }
4679
+ },
4680
+ {
4681
+ "kind": "Variable",
4682
+ "canonicalReference": "@empathyco/x-types!TaggingSchema:var",
4683
+ "docComment": "/**\n * Jest schema for validating Tagging entities.\n *\n * @public\n */\n",
4684
+ "excerptTokens": [
4685
+ {
4686
+ "kind": "Content",
4687
+ "text": "TaggingSchema: "
4688
+ },
4689
+ {
4690
+ "kind": "Reference",
4691
+ "text": "Tagging",
4692
+ "canonicalReference": "@empathyco/x-types!Tagging:interface"
4693
+ }
4694
+ ],
4695
+ "releaseTag": "Public",
4696
+ "name": "TaggingSchema",
4697
+ "variableTypeTokenRange": {
4698
+ "startIndex": 1,
4699
+ "endIndex": 2
4700
+ }
4701
+ },
4702
+ {
4703
+ "kind": "Interface",
4704
+ "canonicalReference": "@empathyco/x-types!UserInfo:interface",
4705
+ "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
4706
+ "excerptTokens": [
4707
+ {
4708
+ "kind": "Content",
4709
+ "text": "export interface UserInfo "
4710
+ }
4711
+ ],
4712
+ "releaseTag": "Public",
4713
+ "name": "UserInfo",
4714
+ "members": [
4715
+ {
4716
+ "kind": "PropertySignature",
4717
+ "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
4718
+ "docComment": "/**\n * A unique token that represents a search session.\n */\n",
4719
+ "excerptTokens": [
4720
+ {
4721
+ "kind": "Content",
4722
+ "text": "session: "
4723
+ },
4724
+ {
4725
+ "kind": "Content",
4726
+ "text": "string"
4727
+ },
4728
+ {
4729
+ "kind": "Content",
4730
+ "text": ";"
4731
+ }
4732
+ ],
4733
+ "isOptional": false,
4734
+ "releaseTag": "Public",
4735
+ "name": "session",
4736
+ "propertyTypeTokenRange": {
4737
+ "startIndex": 1,
4738
+ "endIndex": 2
4739
+ }
4740
+ },
4741
+ {
4742
+ "kind": "PropertySignature",
4743
+ "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
4744
+ "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
4745
+ "excerptTokens": [
4746
+ {
4747
+ "kind": "Content",
4748
+ "text": "user: "
4749
+ },
4750
+ {
4751
+ "kind": "Content",
4752
+ "text": "string"
4753
+ },
4754
+ {
4755
+ "kind": "Content",
4756
+ "text": ";"
4757
+ }
4758
+ ],
4759
+ "isOptional": false,
4760
+ "releaseTag": "Public",
4761
+ "name": "user",
4762
+ "propertyTypeTokenRange": {
4763
+ "startIndex": 1,
4764
+ "endIndex": 2
4765
+ }
4766
+ },
4767
+ {
4768
+ "kind": "PropertySignature",
4769
+ "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
4770
+ "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
4771
+ "excerptTokens": [
4772
+ {
4773
+ "kind": "Content",
4774
+ "text": "userType: "
4775
+ },
4776
+ {
4777
+ "kind": "Content",
4778
+ "text": "string"
4779
+ },
4780
+ {
4781
+ "kind": "Content",
4782
+ "text": ";"
4783
+ }
4784
+ ],
4785
+ "isOptional": false,
4786
+ "releaseTag": "Public",
4787
+ "name": "userType",
4788
+ "propertyTypeTokenRange": {
4789
+ "startIndex": 1,
4790
+ "endIndex": 2
4791
+ }
4792
+ }
4793
+ ],
4794
+ "extendsTokenRanges": []
4795
+ }
4796
+ ]
4797
+ }
4798
+ ]
4799
+ }