@empathyco/x-components 6.0.0-alpha.21 → 6.0.0-alpha.211

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 (3780) hide show
  1. package/CHANGELOG.md +1069 -569
  2. package/ai/index.d.ts +1 -0
  3. package/ai/index.js +12 -0
  4. package/core/index.d.ts +2 -0
  5. package/core/index.js +56 -44
  6. package/core/index.js.map +1 -1
  7. package/docs/API-reference/api/index.md +43 -5
  8. package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +13 -0
  9. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +13 -0
  10. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +13 -0
  11. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +13 -0
  12. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +13 -0
  13. package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +13 -0
  14. package/docs/API-reference/api/x-adapter-platform.aisuggestionsearchschema.md +13 -0
  15. package/docs/API-reference/api/x-adapter-platform.aisuggestionsendpointadapter.md +13 -0
  16. package/docs/API-reference/api/x-adapter-platform.aisuggestionsrequestmapper.md +13 -0
  17. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchendpointadapter.md +13 -0
  18. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestmapper.md +13 -0
  19. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestschema.md +13 -0
  20. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponsemapper.md +13 -0
  21. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponseschema.md +13 -0
  22. package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchschema.md +13 -0
  23. package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +15 -0
  24. package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +13 -0
  25. package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +13 -0
  26. package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +13 -0
  27. package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +13 -0
  28. package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +13 -0
  29. package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +13 -0
  30. package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +33 -3
  31. package/docs/API-reference/api/x-adapter-platform.facetconfig.md +56 -4
  32. package/docs/API-reference/api/x-adapter-platform.facetschema.md +1 -1
  33. package/docs/API-reference/api/x-adapter-platform.facetsendpointadapter.md +13 -0
  34. package/docs/API-reference/api/x-adapter-platform.facetsrequestschema.md +13 -0
  35. package/docs/API-reference/api/x-adapter-platform.facetsresponsemapper.md +13 -0
  36. package/docs/API-reference/api/x-adapter-platform.getdisplaytagginginfofromurl.md +33 -3
  37. package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +33 -3
  38. package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +33 -3
  39. package/docs/API-reference/api/x-adapter-platform.mapfilters.md +110 -0
  40. package/docs/API-reference/api/x-adapter-platform.md +1668 -117
  41. package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +13 -0
  42. package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +11 -0
  43. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestions.md +11 -0
  44. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestionssearch.md +11 -0
  45. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +11 -0
  46. package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +11 -0
  47. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +16 -0
  48. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +56 -0
  49. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
  50. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +107 -0
  51. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.numfound.md +11 -0
  52. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.query.md +11 -0
  53. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.results.md +11 -0
  54. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.tagging.md +13 -0
  55. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.context.md +16 -0
  56. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +56 -0
  57. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.context.md +15 -0
  58. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.md +73 -0
  59. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.queries.md +14 -0
  60. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.items.md +11 -0
  61. package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.md +56 -0
  62. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +56 -0
  63. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +11 -0
  64. package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +15 -0
  65. package/docs/API-reference/api/x-adapter-platform.platformbanner.md +128 -8
  66. package/docs/API-reference/api/x-adapter-platform.platformfacet.md +73 -5
  67. package/docs/API-reference/api/x-adapter-platform.platformfacetsrequest.md +15 -0
  68. package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.catalog.md +13 -0
  69. package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.md +56 -0
  70. package/docs/API-reference/api/x-adapter-platform.platformfilter.md +90 -6
  71. package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +39 -3
  72. package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +39 -3
  73. package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +39 -3
  74. package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +73 -5
  75. package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +73 -5
  76. package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +39 -3
  77. package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +128 -8
  78. package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +39 -3
  79. package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +39 -3
  80. package/docs/API-reference/api/x-adapter-platform.platformredirection.md +75 -5
  81. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +107 -5
  82. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestionimageurl.md +11 -0
  83. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
  84. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +90 -0
  85. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
  86. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
  87. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
  88. package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +56 -4
  89. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +90 -0
  90. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
  91. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
  92. package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
  93. package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +90 -6
  94. package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +56 -4
  95. package/docs/API-reference/api/x-adapter-platform.platformresult.md +141 -9
  96. package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +90 -6
  97. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.md +39 -3
  98. package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.md +39 -3
  99. package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.md +56 -4
  100. package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +58 -4
  101. package/docs/API-reference/api/x-adapter-platform.platformtagging.md +90 -6
  102. package/docs/API-reference/api/x-components.addquerytohistory.md +74 -3
  103. package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +63 -6
  104. package/docs/API-reference/api/x-components.addquerytohistoryaction.md +32 -4
  105. package/docs/API-reference/api/x-components.aiactioncontext.md +15 -0
  106. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestions.md +13 -0
  107. package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestionssearch.md +13 -0
  108. package/docs/API-reference/api/x-components.aiactions.md +115 -0
  109. package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
  110. package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
  111. package/docs/API-reference/api/x-components.aiconfig.md +13 -0
  112. package/docs/API-reference/api/x-components.aigetters.md +96 -0
  113. package/docs/API-reference/api/x-components.aigetters.query.md +13 -0
  114. package/docs/API-reference/api/x-components.aigetters.suggestionsrequest.md +13 -0
  115. package/docs/API-reference/api/x-components.aigetters.suggestionssearchrequest.md +13 -0
  116. package/docs/API-reference/api/x-components.aimutations.md +287 -0
  117. package/docs/API-reference/api/x-components.aimutations.resetaistate.md +13 -0
  118. package/docs/API-reference/api/x-components.aimutations.setairelatedtags.md +13 -0
  119. package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +13 -0
  120. package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
  121. package/docs/API-reference/api/x-components.aimutations.setparams.md +13 -0
  122. package/docs/API-reference/api/x-components.aimutations.setqueries.md +13 -0
  123. package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +13 -0
  124. package/docs/API-reference/api/x-components.aimutations.setselectedfilters.md +13 -0
  125. package/docs/API-reference/api/x-components.aimutations.setsuggestionsloading.md +13 -0
  126. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearch.md +13 -0
  127. package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchloading.md +13 -0
  128. package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +13 -0
  129. package/docs/API-reference/api/x-components.aimutations.settagging.md +13 -0
  130. package/docs/API-reference/api/x-components.aioverview.md +109 -0
  131. package/docs/API-reference/api/x-components.aiquery.md +13 -0
  132. package/docs/API-reference/api/x-components.aistate.config.md +11 -0
  133. package/docs/API-reference/api/x-components.aistate.isnoresults.md +13 -0
  134. package/docs/API-reference/api/x-components.aistate.md +279 -0
  135. package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
  136. package/docs/API-reference/api/x-components.aistate.params.md +13 -0
  137. package/docs/API-reference/api/x-components.aistate.queries.md +11 -0
  138. package/docs/API-reference/api/x-components.aistate.relatedtags.md +13 -0
  139. package/docs/API-reference/api/x-components.aistate.responsetext.md +13 -0
  140. package/docs/API-reference/api/x-components.aistate.selectedfilters.md +13 -0
  141. package/docs/API-reference/api/x-components.aistate.suggestionsloading.md +13 -0
  142. package/docs/API-reference/api/x-components.aistate.suggestionssearch.md +13 -0
  143. package/docs/API-reference/api/x-components.aistate.suggestionssearchloading.md +13 -0
  144. package/docs/API-reference/api/x-components.aistate.suggestiontext.md +11 -0
  145. package/docs/API-reference/api/x-components.aistate.tagging.md +11 -0
  146. package/docs/API-reference/api/x-components.aisuggestionsrequest.md +13 -0
  147. package/docs/API-reference/api/x-components.aisuggestionssearchrequest.md +13 -0
  148. package/docs/API-reference/api/x-components.aixevents.aioverviewmounted.md +11 -0
  149. package/docs/API-reference/api/x-components.aixevents.aisuggestionsrequestupdated.md +11 -0
  150. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchchanged.md +11 -0
  151. package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
  152. package/docs/API-reference/api/x-components.aixevents.md +141 -0
  153. package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.md +11 -0
  154. package/docs/API-reference/api/x-components.aixevents.userclickedanaioverviewresult.md +11 -0
  155. package/docs/API-reference/api/x-components.aixmodule.md +13 -0
  156. package/docs/API-reference/api/x-components.aixstoremodule.md +15 -0
  157. package/docs/API-reference/api/x-components.allfilter.md +9 -7
  158. package/docs/API-reference/api/x-components.animateclippath.md +45 -2
  159. package/docs/API-reference/api/x-components.animatescale.md +45 -2
  160. package/docs/API-reference/api/x-components.animatetranslate.md +45 -2
  161. package/docs/API-reference/api/x-components.animatewidth.md +1 -1
  162. package/docs/API-reference/api/x-components.applyhierarchicalselection.md +70 -0
  163. package/docs/API-reference/api/x-components.arefiltersdifferent.md +49 -4
  164. package/docs/API-reference/api/x-components.arraytoobject.md +33 -3
  165. package/docs/API-reference/api/x-components.arraytoobject_1.md +49 -4
  166. package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +33 -3
  167. package/docs/API-reference/api/x-components.autoprogressbar.md +5 -5
  168. package/docs/API-reference/api/x-components.banner.md +6 -103
  169. package/docs/API-reference/api/x-components.bannerslist.md +5 -5
  170. package/docs/API-reference/api/x-components.baseaddtocart.md +7 -4
  171. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +12 -10
  172. package/docs/API-reference/api/x-components.basecolumnpickerlist.md +7 -5
  173. package/docs/API-reference/api/x-components.basecurrency.md +4 -4
  174. package/docs/API-reference/api/x-components.basedropdown.md +14 -14
  175. package/docs/API-reference/api/x-components.baseeventbutton.md +5 -5
  176. package/docs/API-reference/api/x-components.baseeventsmodal.md +16 -14
  177. package/docs/API-reference/api/x-components.baseeventsmodalclose.md +10 -8
  178. package/docs/API-reference/api/x-components.baseeventsmodalopen.md +10 -8
  179. package/docs/API-reference/api/x-components.basegrid.md +9 -7
  180. package/docs/API-reference/api/x-components.baseheadertogglepanel.md +11 -9
  181. package/docs/API-reference/api/x-components.baseidmodal.md +8 -6
  182. package/docs/API-reference/api/x-components.baseidmodalclose.md +4 -4
  183. package/docs/API-reference/api/x-components.baseidmodalopen.md +4 -4
  184. package/docs/API-reference/api/x-components.baseidtogglepanel.md +10 -8
  185. package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +7 -5
  186. package/docs/API-reference/api/x-components.basekeyboardnavigation.md +6 -6
  187. package/docs/API-reference/api/x-components.basemodal.md +13 -13
  188. package/docs/API-reference/api/x-components.basepricefilterlabel.md +6 -4
  189. package/docs/API-reference/api/x-components.baserating.md +7 -5
  190. package/docs/API-reference/api/x-components.baseratingfilterlabel.md +7 -5
  191. package/docs/API-reference/api/x-components.baseresultcurrentprice.md +6 -4
  192. package/docs/API-reference/api/x-components.baseresultimage.md +13 -13
  193. package/docs/API-reference/api/x-components.baseresultlink.md +5 -4
  194. package/docs/API-reference/api/x-components.baseresultpreviousprice.md +5 -3
  195. package/docs/API-reference/api/x-components.baseresultrating.md +7 -4
  196. package/docs/API-reference/api/x-components.basescroll.md +9 -9
  197. package/docs/API-reference/api/x-components.baseslider.md +7 -7
  198. package/docs/API-reference/api/x-components.basesuggestion.md +8 -6
  199. package/docs/API-reference/api/x-components.basesuggestions.md +5 -5
  200. package/docs/API-reference/api/x-components.baseswitch.md +7 -7
  201. package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
  202. package/docs/API-reference/api/x-components.baseteleport.md +44 -0
  203. package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
  204. package/docs/API-reference/api/x-components.basevariablecolumngrid.md +7 -5
  205. package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +33 -3
  206. package/docs/API-reference/api/x-components.basexapi.init.md +33 -3
  207. package/docs/API-reference/api/x-components.basexapi.md +142 -11
  208. package/docs/API-reference/api/x-components.basexapi.search.md +33 -3
  209. package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +33 -3
  210. package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +33 -3
  211. package/docs/API-reference/api/x-components.basexpriorityqueue._constructor_.md +50 -0
  212. package/docs/API-reference/api/x-components.basexpriorityqueue.at.md +56 -0
  213. package/docs/API-reference/api/x-components.basexpriorityqueue.clear.md +17 -0
  214. package/docs/API-reference/api/x-components.basexpriorityqueue.isempty.md +19 -0
  215. package/docs/API-reference/api/x-components.basexpriorityqueue.keys.md +13 -0
  216. package/docs/API-reference/api/x-components.basexpriorityqueue.md +229 -0
  217. package/docs/API-reference/api/x-components.basexpriorityqueue.peek.md +19 -0
  218. package/docs/API-reference/api/x-components.basexpriorityqueue.pop.md +19 -0
  219. package/docs/API-reference/api/x-components.basexpriorityqueue.push.md +90 -0
  220. package/docs/API-reference/api/x-components.basexpriorityqueue.size.md +19 -0
  221. package/docs/API-reference/api/x-components.basexpriorityqueue.tostring.md +28 -0
  222. package/docs/API-reference/api/x-components.basexpriorityqueuenode._constructor_.md +78 -0
  223. package/docs/API-reference/api/x-components.basexpriorityqueuenode.data.md +11 -0
  224. package/docs/API-reference/api/x-components.basexpriorityqueuenode.key.md +11 -0
  225. package/docs/API-reference/api/x-components.basexpriorityqueuenode.md +165 -0
  226. package/docs/API-reference/api/x-components.basexpriorityqueuenode.priority.md +11 -0
  227. package/docs/API-reference/api/x-components.basexpriorityqueuenode.tostring.md +26 -0
  228. package/docs/API-reference/api/x-components.bus.md +1 -1
  229. package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +5 -1
  230. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +6 -2
  231. package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
  232. package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +6 -2
  233. package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +6 -2
  234. package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +6 -2
  235. package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +6 -2
  236. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +6 -2
  237. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +6 -2
  238. package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
  239. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +6 -2
  240. package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
  241. package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
  242. package/docs/API-reference/api/x-components.capitalize.md +33 -3
  243. package/docs/API-reference/api/x-components.changeheight.md +13 -0
  244. package/docs/API-reference/api/x-components.clearfilters.md +9 -7
  245. package/docs/API-reference/api/x-components.clearhistoryqueries.md +3 -1
  246. package/docs/API-reference/api/x-components.clearsearchinput.md +7 -1
  247. package/docs/API-reference/api/x-components.clone.md +33 -3
  248. package/docs/API-reference/api/x-components.closemainmodal.md +3 -1
  249. package/docs/API-reference/api/x-components.collapseheight.md +8 -8
  250. package/docs/API-reference/api/x-components.collapsewidth.md +8 -8
  251. package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
  252. package/docs/API-reference/api/x-components.configmutations.md +96 -0
  253. package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +13 -0
  254. package/docs/API-reference/api/x-components.configmutations.setconfig.md +13 -0
  255. package/docs/API-reference/api/x-components.createfetchandsaveactions.md +46 -4
  256. package/docs/API-reference/api/x-components.createrawfilters.md +33 -3
  257. package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +68 -0
  258. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
  259. package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +58 -0
  260. package/docs/API-reference/api/x-components.createstoreemitters.md +50 -5
  261. package/docs/API-reference/api/x-components.createtrackdisplaywire.md +33 -3
  262. package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
  263. package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
  264. package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
  265. package/docs/API-reference/api/x-components.createtrackwire.md +33 -3
  266. package/docs/API-reference/api/x-components.createusedevice.md +33 -3
  267. package/docs/API-reference/api/x-components.createwirefromfunction.md +33 -3
  268. package/docs/API-reference/api/x-components.createwiring.md +33 -3
  269. package/docs/API-reference/api/x-components.crossfade.md +4 -4
  270. package/docs/API-reference/api/x-components.currencyformatter.md +49 -4
  271. package/docs/API-reference/api/x-components.debounce.md +65 -5
  272. package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -6
  273. package/docs/API-reference/api/x-components.debouncedfunction.md +40 -4
  274. package/docs/API-reference/api/x-components.debouncefunction.md +90 -2
  275. package/docs/API-reference/api/x-components.debounceoptions.md +60 -4
  276. package/docs/API-reference/api/x-components.deepfilter.md +65 -5
  277. package/docs/API-reference/api/x-components.deepflat.md +49 -4
  278. package/docs/API-reference/api/x-components.defaultexternaltaggingservice._constructor_.md +66 -0
  279. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
  280. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
  281. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
  282. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +318 -0
  283. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.movetosessionstorage.md +54 -0
  284. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
  285. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
  286. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
  287. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
  288. package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
  289. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +54 -0
  290. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeresultclicked.md +54 -0
  291. package/docs/API-reference/api/x-components.defaultexternaltaggingservice.trackaddtocart.md +54 -0
  292. package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +33 -3
  293. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +49 -4
  294. package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +50 -4
  295. package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +47 -4
  296. package/docs/API-reference/api/x-components.defaultfacetsservice.md +234 -19
  297. package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +31 -3
  298. package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +31 -3
  299. package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +31 -3
  300. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +31 -3
  301. package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +49 -4
  302. package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +31 -3
  303. package/docs/API-reference/api/x-components.devicedetector.md +13 -9
  304. package/docs/API-reference/api/x-components.devicemutations.md +42 -4
  305. package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -13
  306. package/docs/API-reference/api/x-components.devicestate.md +41 -3
  307. package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
  308. package/docs/API-reference/api/x-components.devicexevents.md +41 -3
  309. package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +49 -4
  310. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +62 -6
  311. package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +33 -3
  312. package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
  313. package/docs/API-reference/api/x-components.displayemitter.md +4 -4
  314. package/docs/API-reference/api/x-components.displaywiremetadata.md +41 -3
  315. package/docs/API-reference/api/x-components.editablenumberrangefilter.md +7 -7
  316. package/docs/API-reference/api/x-components.emitteddata.event.md +13 -0
  317. package/docs/API-reference/api/x-components.emitteddata.eventpayload.md +13 -0
  318. package/docs/API-reference/api/x-components.emitteddata.md +96 -0
  319. package/docs/API-reference/api/x-components.emitteddata.metadata.md +13 -0
  320. package/docs/API-reference/api/x-components.emitter.md +15 -0
  321. package/docs/API-reference/api/x-components.emitters.md +17 -0
  322. package/docs/API-reference/api/x-components.empathize.md +42 -16
  323. package/docs/API-reference/api/x-components.empathizemutations.md +43 -5
  324. package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -13
  325. package/docs/API-reference/api/x-components.empathizestate.md +60 -4
  326. package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
  327. package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
  328. package/docs/API-reference/api/x-components.empathizexevents.md +79 -5
  329. package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
  330. package/docs/API-reference/api/x-components.eventpayload.md +18 -0
  331. package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +6 -6
  332. package/docs/API-reference/api/x-components.experiencecontrols.md +1 -1
  333. package/docs/API-reference/api/x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md +1 -1
  334. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md +2 -13
  335. package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md +2 -15
  336. package/docs/API-reference/api/x-components.experiencecontrolsactions.md +77 -8
  337. package/docs/API-reference/api/x-components.experiencecontrolsgetters.md +41 -3
  338. package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +80 -6
  339. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setcontrols.md +2 -13
  340. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setevents.md +2 -13
  341. package/docs/API-reference/api/x-components.experiencecontrolsmutations.setparams.md +2 -13
  342. package/docs/API-reference/api/x-components.experiencecontrolsstate.md +75 -5
  343. package/docs/API-reference/api/x-components.experiencecontrolsxevents.md +56 -4
  344. package/docs/API-reference/api/x-components.externaltaggingservice.md +115 -0
  345. package/docs/API-reference/api/x-components.externaltaggingservice.movetosessionstorage.md +13 -0
  346. package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +13 -0
  347. package/docs/API-reference/api/x-components.externaltaggingservice.storeresultclicked.md +13 -0
  348. package/docs/API-reference/api/x-components.externaltaggingservice.trackaddtocart.md +13 -0
  349. package/docs/API-reference/api/x-components.extraparams.md +3 -3
  350. package/docs/API-reference/api/x-components.extraparamsmutations.md +40 -4
  351. package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +2 -13
  352. package/docs/API-reference/api/x-components.extraparamsstate.md +39 -3
  353. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
  354. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
  355. package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
  356. package/docs/API-reference/api/x-components.extraparamsxevents.md +98 -6
  357. package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
  358. package/docs/API-reference/api/x-components.extrapluginsoptions.md +79 -5
  359. package/docs/API-reference/api/x-components.facetgroupentry.md +60 -4
  360. package/docs/API-reference/api/x-components.facets.md +10 -10
  361. package/docs/API-reference/api/x-components.facetsactions.cancelfetchandsavefacetsresponse.md +13 -0
  362. package/docs/API-reference/api/x-components.facetsactions.fetchandsavefacetsresponse.md +13 -0
  363. package/docs/API-reference/api/x-components.facetsactions.fetchfacetsresponse.md +13 -0
  364. package/docs/API-reference/api/x-components.facetsactions.md +102 -0
  365. package/docs/API-reference/api/x-components.facetsactions.saveorigin.md +13 -0
  366. package/docs/API-reference/api/x-components.facetsconfig.md +41 -3
  367. package/docs/API-reference/api/x-components.facetsgetters.md +117 -6
  368. package/docs/API-reference/api/x-components.facetsgetters.request.md +13 -0
  369. package/docs/API-reference/api/x-components.facetsgroup.md +60 -4
  370. package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +2 -6
  371. package/docs/API-reference/api/x-components.facetsmutations.md +274 -18
  372. package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +2 -13
  373. package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -13
  374. package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -13
  375. package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -13
  376. package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +2 -13
  377. package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -13
  378. package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -13
  379. package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -13
  380. package/docs/API-reference/api/x-components.facetsmutations.setorigin.md +13 -0
  381. package/docs/API-reference/api/x-components.facetsmutations.setparams.md +13 -0
  382. package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +2 -13
  383. package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +2 -13
  384. package/docs/API-reference/api/x-components.facetsprovider.md +6 -6
  385. package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +2 -14
  386. package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +3 -14
  387. package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -14
  388. package/docs/API-reference/api/x-components.facetsservice.md +214 -14
  389. package/docs/API-reference/api/x-components.facetsservice.select.md +2 -13
  390. package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +2 -6
  391. package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -13
  392. package/docs/API-reference/api/x-components.facetsservice.setquery.md +2 -13
  393. package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -13
  394. package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -13
  395. package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +2 -13
  396. package/docs/API-reference/api/x-components.facetsstate.md +176 -10
  397. package/docs/API-reference/api/x-components.facetsstate.origin.md +13 -0
  398. package/docs/API-reference/api/x-components.facetsstate.params.md +13 -0
  399. package/docs/API-reference/api/x-components.facetsxevents.md +288 -16
  400. package/docs/API-reference/api/x-components.fade.md +4 -4
  401. package/docs/API-reference/api/x-components.fadeandslide.md +5 -5
  402. package/docs/API-reference/api/x-components.fallbackdisclaimer.md +3 -3
  403. package/docs/API-reference/api/x-components.featurelocation.md +1 -1
  404. package/docs/API-reference/api/x-components.fetchandsaveactions.md +60 -4
  405. package/docs/API-reference/api/x-components.fetchandsaveaisuggestions.md +13 -0
  406. package/docs/API-reference/api/x-components.fetchandsaveaisuggestionssearch.md +13 -0
  407. package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +54 -1
  408. package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -16
  409. package/docs/API-reference/api/x-components.fetchandsavehooks.md +100 -8
  410. package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -6
  411. package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +3 -14
  412. package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +3 -15
  413. package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +55 -2
  414. package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +55 -2
  415. package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +55 -2
  416. package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +1 -1
  417. package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +55 -2
  418. package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +55 -2
  419. package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +55 -2
  420. package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +55 -2
  421. package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +55 -2
  422. package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +1 -1
  423. package/docs/API-reference/api/x-components.fetchexperiencecontrolsresponse.md +1 -1
  424. package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
  425. package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
  426. package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
  427. package/docs/API-reference/api/x-components.fetchquerypreview.md +1 -1
  428. package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
  429. package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
  430. package/docs/API-reference/api/x-components.fetchrelatedprompts.md +1 -1
  431. package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
  432. package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
  433. package/docs/API-reference/api/x-components.fetchsemanticquery.md +1 -1
  434. package/docs/API-reference/api/x-components.filter.md +49 -4
  435. package/docs/API-reference/api/x-components.filterblacklistedmodules.md +49 -4
  436. package/docs/API-reference/api/x-components.filterfalsypayload.md +33 -3
  437. package/docs/API-reference/api/x-components.filterslist.md +7 -7
  438. package/docs/API-reference/api/x-components.filtersmetadata.md +41 -3
  439. package/docs/API-reference/api/x-components.filterssearch.md +8 -8
  440. package/docs/API-reference/api/x-components.filtertruthypayload.md +33 -3
  441. package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +49 -4
  442. package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +11 -7
  443. package/docs/API-reference/api/x-components.flathierarchicalfilters.md +33 -3
  444. package/docs/API-reference/api/x-components.flattenallfilters.md +56 -0
  445. package/docs/API-reference/api/x-components.getactiveelement.md +33 -3
  446. package/docs/API-reference/api/x-components.getgetterpath.md +49 -4
  447. package/docs/API-reference/api/x-components.getrootxcomponent.md +33 -3
  448. package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +65 -5
  449. package/docs/API-reference/api/x-components.gettargetelement.md +33 -3
  450. package/docs/API-reference/api/x-components.geturlparameter.md +44 -1
  451. package/docs/API-reference/api/x-components.globalxbus.md +5 -331
  452. package/docs/API-reference/api/x-components.groupitemsby.md +49 -4
  453. package/docs/API-reference/api/x-components.hierarchicalfilter.md +25 -9
  454. package/docs/API-reference/api/{x-components.highlight.md → x-components.highlight_2.md} +7 -7
  455. package/docs/API-reference/api/x-components.historyqueries.md +5 -2
  456. package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -12
  457. package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -6
  458. package/docs/API-reference/api/x-components.historyqueriesactions.md +176 -12
  459. package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -6
  460. package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -13
  461. package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -13
  462. package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -13
  463. package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +2 -13
  464. package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +2 -13
  465. package/docs/API-reference/api/x-components.historyqueriesconfig.md +98 -6
  466. package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +46 -4
  467. package/docs/API-reference/api/x-components.historyqueriesgetter.md +31 -3
  468. package/docs/API-reference/api/x-components.historyqueriesgetters.md +117 -7
  469. package/docs/API-reference/api/x-components.historyqueriesmutations.md +100 -8
  470. package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -13
  471. package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +2 -13
  472. package/docs/API-reference/api/x-components.historyqueriesmutations.setsearchselectedfilters.md +2 -13
  473. package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -13
  474. package/docs/API-reference/api/x-components.historyqueriesstate.md +99 -7
  475. package/docs/API-reference/api/x-components.historyqueriesswitch.md +4 -2
  476. package/docs/API-reference/api/x-components.historyqueriesxevents.md +231 -13
  477. package/docs/API-reference/api/x-components.historyquery.md +9 -6
  478. package/docs/API-reference/api/x-components.identifierresult.md +6 -6
  479. package/docs/API-reference/api/x-components.identifierresults.md +6 -6
  480. package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +3 -7
  481. package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -13
  482. package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -15
  483. package/docs/API-reference/api/x-components.identifierresultsactions.md +119 -9
  484. package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -13
  485. package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -13
  486. package/docs/API-reference/api/x-components.identifierresultsconfig.md +98 -6
  487. package/docs/API-reference/api/x-components.identifierresultsgetters.md +79 -5
  488. package/docs/API-reference/api/x-components.identifierresultsmutations.md +81 -7
  489. package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -13
  490. package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -13
  491. package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +2 -13
  492. package/docs/API-reference/api/x-components.identifierresultsstate.md +99 -7
  493. package/docs/API-reference/api/x-components.identifierresultsxevents.md +79 -5
  494. package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
  495. package/docs/API-reference/api/x-components.initwrapper.bus.md +1 -1
  496. package/docs/API-reference/api/x-components.initwrapper.md +98 -6
  497. package/docs/API-reference/api/x-components.installxoptions.bus.md +1 -1
  498. package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -14
  499. package/docs/API-reference/api/x-components.installxoptions.md +155 -14
  500. package/docs/API-reference/api/x-components.internalsearchrequest.md +41 -3
  501. package/docs/API-reference/api/x-components.internalsearchresponse.md +60 -4
  502. package/docs/API-reference/api/x-components.isarrayempty.md +33 -3
  503. package/docs/API-reference/api/x-components.iselementequalorcontained.md +49 -4
  504. package/docs/API-reference/api/x-components.isinrange.md +62 -5
  505. package/docs/API-reference/api/x-components.isios.md +19 -0
  506. package/docs/API-reference/api/x-components.isnewquery.md +49 -4
  507. package/docs/API-reference/api/x-components.isstringempty.md +33 -3
  508. package/docs/API-reference/api/x-components.isxcomponent.md +33 -3
  509. package/docs/API-reference/api/x-components.itemslist.md +5 -5
  510. package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
  511. package/docs/API-reference/api/x-components.locationprovider.md +4 -4
  512. package/docs/API-reference/api/x-components.mainmodal.md +10 -8
  513. package/docs/API-reference/api/x-components.mainscroll.md +5 -5
  514. package/docs/API-reference/api/x-components.mainscrollitem.md +11 -11
  515. package/docs/API-reference/api/x-components.mapwire.md +49 -4
  516. package/docs/API-reference/api/x-components.md +9082 -764
  517. package/docs/API-reference/api/x-components.mergeconfig.md +72 -0
  518. package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +11 -7
  519. package/docs/API-reference/api/x-components.mutatefilterpayload.md +60 -4
  520. package/docs/API-reference/api/x-components.myhistory.md +9 -6
  521. package/docs/API-reference/api/x-components.namespaceddebounce.md +33 -3
  522. package/docs/API-reference/api/x-components.namespacedthrottle.md +33 -3
  523. package/docs/API-reference/api/x-components.nextqueries.md +9 -6
  524. package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +3 -7
  525. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -13
  526. package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +3 -14
  527. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -15
  528. package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +3 -16
  529. package/docs/API-reference/api/x-components.nextqueriesactions.md +157 -11
  530. package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -13
  531. package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -13
  532. package/docs/API-reference/api/x-components.nextqueriesconfig.md +98 -6
  533. package/docs/API-reference/api/x-components.nextqueriesgetters.md +79 -5
  534. package/docs/API-reference/api/x-components.nextqueriesgroup.md +56 -4
  535. package/docs/API-reference/api/x-components.nextquerieslist.md +5 -5
  536. package/docs/API-reference/api/x-components.nextqueriesmutations.md +140 -12
  537. package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +2 -6
  538. package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -13
  539. package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +2 -13
  540. package/docs/API-reference/api/x-components.nextqueriesmutations.setrelatedtags.md +2 -13
  541. package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +2 -13
  542. package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -13
  543. package/docs/API-reference/api/x-components.nextqueriesstate.md +137 -9
  544. package/docs/API-reference/api/x-components.nextqueriesxevents.md +117 -7
  545. package/docs/API-reference/api/x-components.nextquery.md +7 -5
  546. package/docs/API-reference/api/x-components.nextquerypreview.md +4 -4
  547. package/docs/API-reference/api/x-components.noanimation.md +2 -2
  548. package/docs/API-reference/api/x-components.normalizestring.md +33 -3
  549. package/docs/API-reference/api/x-components.numbercomparatorfn.md +13 -0
  550. package/docs/API-reference/api/x-components.numberrangefilter.md +7 -5
  551. package/docs/API-reference/api/x-components.openmainmodal.md +3 -1
  552. package/docs/API-reference/api/x-components.pageloaderbutton.md +7 -5
  553. package/docs/API-reference/api/x-components.pageselector.md +80 -0
  554. package/docs/API-reference/api/x-components.partialquerybutton.md +5 -5
  555. package/docs/API-reference/api/x-components.partialresultslist.md +6 -6
  556. package/docs/API-reference/api/x-components.popularsearch.md +6 -4
  557. package/docs/API-reference/api/x-components.popularsearches.md +5 -2
  558. package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +3 -7
  559. package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -13
  560. package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -15
  561. package/docs/API-reference/api/x-components.popularsearchesactions.md +80 -6
  562. package/docs/API-reference/api/x-components.popularsearchesconfig.md +60 -4
  563. package/docs/API-reference/api/x-components.popularsearchesgetters.md +60 -4
  564. package/docs/API-reference/api/x-components.popularsearchesmutations.md +81 -7
  565. package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +2 -13
  566. package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -13
  567. package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -13
  568. package/docs/API-reference/api/x-components.popularsearchesstate.md +98 -6
  569. package/docs/API-reference/api/x-components.popularsearchesxevents.md +79 -5
  570. package/docs/API-reference/api/x-components.preselectedfilters.md +5 -5
  571. package/docs/API-reference/api/x-components.privatexmoduleoptions.md +60 -4
  572. package/docs/API-reference/api/x-components.promoted.md +5 -5
  573. package/docs/API-reference/api/x-components.promotedslist.md +5 -5
  574. package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +2 -13
  575. package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +2 -15
  576. package/docs/API-reference/api/x-components.queriespreviewactions.md +61 -5
  577. package/docs/API-reference/api/x-components.queriespreviewconfig.md +41 -3
  578. package/docs/API-reference/api/x-components.queriespreviewgetters.md +41 -3
  579. package/docs/API-reference/api/x-components.queriespreviewmutations.addquerypreviewinstance.md +2 -13
  580. package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +2 -13
  581. package/docs/API-reference/api/x-components.queriespreviewmutations.md +178 -14
  582. package/docs/API-reference/api/x-components.queriespreviewmutations.removequerypreviewinstance.md +3 -14
  583. package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +2 -13
  584. package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreviewcached.md +2 -13
  585. package/docs/API-reference/api/x-components.queriespreviewmutations.setselectedquerypreview.md +2 -13
  586. package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +2 -13
  587. package/docs/API-reference/api/x-components.queriespreviewmutations.updateaquerypreviewresult.md +4 -15
  588. package/docs/API-reference/api/x-components.queriespreviewstate.md +98 -6
  589. package/docs/API-reference/api/x-components.queriespreviewxevents.md +136 -7
  590. package/docs/API-reference/api/x-components.queriespreviewxevents.queriespreviewchanged.md +13 -0
  591. package/docs/API-reference/api/x-components.queryfeature.md +1 -1
  592. package/docs/API-reference/api/x-components.querymutations.md +58 -0
  593. package/docs/API-reference/api/x-components.querymutations.setquery.md +13 -0
  594. package/docs/API-reference/api/x-components.querypreview.md +20 -10
  595. package/docs/API-reference/api/x-components.querypreviewbutton.md +6 -4
  596. package/docs/API-reference/api/x-components.querypreviewinfo.md +98 -6
  597. package/docs/API-reference/api/x-components.querypreviewitem.md +136 -8
  598. package/docs/API-reference/api/x-components.querypreviewlist.md +17 -6
  599. package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +60 -4
  600. package/docs/API-reference/api/x-components.querystate.md +58 -0
  601. package/docs/API-reference/api/x-components.querystate.query.md +13 -0
  602. package/docs/API-reference/api/x-components.querysuggestion.md +7 -5
  603. package/docs/API-reference/api/x-components.querysuggestions.md +5 -2
  604. package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +3 -7
  605. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -13
  606. package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -15
  607. package/docs/API-reference/api/x-components.querysuggestionsactions.md +100 -8
  608. package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -13
  609. package/docs/API-reference/api/x-components.querysuggestionsconfig.md +98 -6
  610. package/docs/API-reference/api/x-components.querysuggestionsgetter.md +31 -3
  611. package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +46 -4
  612. package/docs/API-reference/api/x-components.querysuggestionsgetters.md +79 -5
  613. package/docs/API-reference/api/x-components.querysuggestionsmutations.md +81 -7
  614. package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +2 -13
  615. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsearchedqueries.md +2 -13
  616. package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -13
  617. package/docs/API-reference/api/x-components.querysuggestionsstate.md +99 -7
  618. package/docs/API-reference/api/x-components.querysuggestionsxevents.md +79 -6
  619. package/docs/API-reference/api/x-components.recommendations.md +6 -6
  620. package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +3 -7
  621. package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -13
  622. package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -15
  623. package/docs/API-reference/api/x-components.recommendationsactions.md +80 -6
  624. package/docs/API-reference/api/x-components.recommendationsconfig.md +41 -3
  625. package/docs/API-reference/api/x-components.recommendationsgetters.md +41 -3
  626. package/docs/API-reference/api/x-components.recommendationsmutations.md +81 -7
  627. package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +2 -13
  628. package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -13
  629. package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +2 -13
  630. package/docs/API-reference/api/x-components.recommendationsstate.md +98 -6
  631. package/docs/API-reference/api/x-components.recommendationsxevents.md +79 -5
  632. package/docs/API-reference/api/x-components.redirection.md +6 -6
  633. package/docs/API-reference/api/x-components.refreshsession.md +1 -1
  634. package/docs/API-reference/api/x-components.relatedprompt.md +17 -17
  635. package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +3 -7
  636. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +2 -13
  637. package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +2 -13
  638. package/docs/API-reference/api/x-components.relatedpromptsactions.md +99 -6
  639. package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +13 -0
  640. package/docs/API-reference/api/x-components.relatedpromptsgetters.md +60 -3
  641. package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
  642. package/docs/API-reference/api/x-components.relatedpromptslist.md +5 -5
  643. package/docs/API-reference/api/x-components.relatedpromptsmutations.md +157 -9
  644. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +2 -6
  645. package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +13 -0
  646. package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +2 -13
  647. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +2 -13
  648. package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +13 -0
  649. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +2 -13
  650. package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +2 -13
  651. package/docs/API-reference/api/x-components.relatedpromptsstate.md +118 -7
  652. package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
  653. package/docs/API-reference/api/x-components.relatedpromptstaglist.md +77 -0
  654. package/docs/API-reference/api/x-components.relatedpromptsxevents.md +193 -5
  655. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsresponsechanged.md +13 -0
  656. package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsunmounted.md +13 -0
  657. package/docs/API-reference/api/x-components.relatedpromptsxevents.reloadrelatedpromptsrequested.md +13 -0
  658. package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
  659. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
  660. package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
  661. package/docs/API-reference/api/x-components.relatedtag.md +9 -9
  662. package/docs/API-reference/api/x-components.relatedtags.md +8 -6
  663. package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +3 -7
  664. package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -13
  665. package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -15
  666. package/docs/API-reference/api/x-components.relatedtagsactions.md +119 -9
  667. package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -13
  668. package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -13
  669. package/docs/API-reference/api/x-components.relatedtagsconfig.md +41 -3
  670. package/docs/API-reference/api/x-components.relatedtagsgetters.md +79 -5
  671. package/docs/API-reference/api/x-components.relatedtagsmutations.md +81 -7
  672. package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +2 -13
  673. package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -13
  674. package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -13
  675. package/docs/API-reference/api/x-components.relatedtagsstate.md +99 -7
  676. package/docs/API-reference/api/x-components.relatedtagsxevents.md +136 -8
  677. package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
  678. package/docs/API-reference/api/x-components.removehistoryquery.md +6 -4
  679. package/docs/API-reference/api/x-components.removesearchinputfocus.md +17 -0
  680. package/docs/API-reference/api/x-components.renderlessextraparams.md +4 -4
  681. package/docs/API-reference/api/x-components.renderlessfilter.md +5 -5
  682. package/docs/API-reference/api/x-components.resetrequestonrefinement.md +1 -1
  683. package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +1 -1
  684. package/docs/API-reference/api/x-components.resultfeature.md +1 -1
  685. package/docs/API-reference/api/x-components.resultslist.md +6 -6
  686. package/docs/API-reference/api/x-components.resultvariantselector.md +7 -7
  687. package/docs/API-reference/api/x-components.resultvariantsprovider.md +5 -5
  688. package/docs/API-reference/api/x-components.rootxstorestate.md +39 -3
  689. package/docs/API-reference/api/x-components.sanitize.md +44 -1
  690. package/docs/API-reference/api/x-components.saveaiorigin.md +13 -0
  691. package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +1 -1
  692. package/docs/API-reference/api/x-components.savequery.md +1 -1
  693. package/docs/API-reference/api/x-components.savesearchorigin.md +1 -1
  694. package/docs/API-reference/api/x-components.savesearchresponse.md +1 -1
  695. package/docs/API-reference/api/x-components.scroll.md +8 -6
  696. package/docs/API-reference/api/x-components.scrollcomponentstate.md +117 -7
  697. package/docs/API-reference/api/x-components.scrollmutations.md +61 -5
  698. package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -13
  699. package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -13
  700. package/docs/API-reference/api/x-components.scrollstate.md +60 -4
  701. package/docs/API-reference/api/x-components.scrollstatepayload.md +41 -3
  702. package/docs/API-reference/api/x-components.scrolltotop.md +10 -8
  703. package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +61 -5
  704. package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -13
  705. package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -13
  706. package/docs/API-reference/api/x-components.scrollxevents.md +174 -10
  707. package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
  708. package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
  709. package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
  710. package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
  711. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
  712. package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
  713. package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
  714. package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
  715. package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +3 -7
  716. package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -13
  717. package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +2 -15
  718. package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +3 -6
  719. package/docs/API-reference/api/x-components.searchactions.md +176 -12
  720. package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +2 -13
  721. package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -13
  722. package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -13
  723. package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -13
  724. package/docs/API-reference/api/x-components.searchboxactions.md +61 -5
  725. package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +2 -13
  726. package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -13
  727. package/docs/API-reference/api/x-components.searchboxgetters.md +41 -3
  728. package/docs/API-reference/api/x-components.searchboxmutations.md +43 -5
  729. package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +2 -13
  730. package/docs/API-reference/api/x-components.searchboxstate.md +42 -4
  731. package/docs/API-reference/api/x-components.searchboxxevents.md +250 -14
  732. package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
  733. package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
  734. package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
  735. package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
  736. package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
  737. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +1 -1
  738. package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +1 -1
  739. package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
  740. package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
  741. package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
  742. package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
  743. package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
  744. package/docs/API-reference/api/x-components.searchbutton.md +3 -3
  745. package/docs/API-reference/api/x-components.searchconfig.md +58 -3
  746. package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
  747. package/docs/API-reference/api/x-components.searchgetters.md +60 -4
  748. package/docs/API-reference/api/x-components.searchinput.md +7 -7
  749. package/docs/API-reference/api/x-components.searchinputplaceholder.md +8 -8
  750. package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -13
  751. package/docs/API-reference/api/x-components.searchmutations.md +482 -30
  752. package/docs/API-reference/api/x-components.searchmutations.resetstate.md +3 -7
  753. package/docs/API-reference/api/x-components.searchmutations.resetstateforreload.md +3 -7
  754. package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -13
  755. package/docs/API-reference/api/x-components.searchmutations.setdisplaytagging.md +2 -13
  756. package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -13
  757. package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +2 -13
  758. package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -13
  759. package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +2 -13
  760. package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -13
  761. package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -13
  762. package/docs/API-reference/api/x-components.searchmutations.setparams.md +2 -13
  763. package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -13
  764. package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -13
  765. package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +2 -13
  766. package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -13
  767. package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -13
  768. package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -13
  769. package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -13
  770. package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -13
  771. package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -13
  772. package/docs/API-reference/api/x-components.searchmutations.setstats.md +2 -13
  773. package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -13
  774. package/docs/API-reference/api/x-components.searchmutations.updateresult.md +2 -13
  775. package/docs/API-reference/api/x-components.searchstate.md +422 -24
  776. package/docs/API-reference/api/x-components.searchxevents.md +383 -20
  777. package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
  778. package/docs/API-reference/api/x-components.selectedfilters.md +7 -7
  779. package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
  780. package/docs/API-reference/api/x-components.semanticqueries.md +5 -2
  781. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +2 -13
  782. package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +2 -15
  783. package/docs/API-reference/api/x-components.semanticqueriesactions.md +61 -5
  784. package/docs/API-reference/api/x-components.semanticqueriesconfig.md +60 -4
  785. package/docs/API-reference/api/x-components.semanticqueriesgetters.md +79 -4
  786. package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
  787. package/docs/API-reference/api/x-components.semanticqueriesmutations.md +100 -7
  788. package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +2 -13
  789. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +2 -13
  790. package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +13 -0
  791. package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +2 -13
  792. package/docs/API-reference/api/x-components.semanticqueriesstate.md +118 -7
  793. package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
  794. package/docs/API-reference/api/x-components.semanticqueriesxevents.md +79 -5
  795. package/docs/API-reference/api/x-components.semanticquery.md +7 -5
  796. package/docs/API-reference/api/x-components.setaiurlparams.md +13 -0
  797. package/docs/API-reference/api/x-components.setconfig.md +72 -0
  798. package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
  799. package/docs/API-reference/api/x-components.setquery.md +70 -0
  800. package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
  801. package/docs/API-reference/api/x-components.setsearchurlparams.md +1 -1
  802. package/docs/API-reference/api/x-components.setstatus.md +49 -4
  803. package/docs/API-reference/api/x-components.setupdevtools.md +34 -4
  804. package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
  805. package/docs/API-reference/api/x-components.simplefilter.md +24 -9
  806. package/docs/API-reference/api/x-components.singlecolumnlayout.md +12 -7
  807. package/docs/API-reference/api/x-components.slicedfilters.md +8 -8
  808. package/docs/API-reference/api/x-components.slidingpanel.md +26 -13
  809. package/docs/API-reference/api/x-components.snippetcallbacks.md +19 -4
  810. package/docs/API-reference/api/x-components.snippetconfig.md +269 -15
  811. package/docs/API-reference/api/x-components.snippetconfigextraparams.md +10 -8
  812. package/docs/API-reference/api/x-components.sortdropdown.md +13 -11
  813. package/docs/API-reference/api/x-components.sortedfilters.md +6 -6
  814. package/docs/API-reference/api/x-components.sortlist.md +14 -12
  815. package/docs/API-reference/api/x-components.sortpickerlist.md +14 -12
  816. package/docs/API-reference/api/x-components.spatialnavigation.md +42 -4
  817. package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -15
  818. package/docs/API-reference/api/x-components.spellcheck.md +3 -3
  819. package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
  820. package/docs/API-reference/api/x-components.staggeredfadeandslide.md +5 -5
  821. package/docs/API-reference/api/x-components.stateselector.filter.md +2 -16
  822. package/docs/API-reference/api/x-components.stateselector.md +75 -8
  823. package/docs/API-reference/api/x-components.statusmutations.md +42 -4
  824. package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -13
  825. package/docs/API-reference/api/x-components.statusstate.md +41 -3
  826. package/docs/API-reference/api/x-components.storemodulestateandgetters.getters.md +11 -0
  827. package/docs/API-reference/api/x-components.storemodulestateandgetters.md +61 -6
  828. package/docs/API-reference/api/x-components.storemodulestateandgetters.state.md +11 -0
  829. package/docs/API-reference/api/x-components.subjectpayload.eventpayload.md +13 -0
  830. package/docs/API-reference/api/x-components.subjectpayload.md +77 -0
  831. package/docs/API-reference/api/x-components.subjectpayload.metadata.md +13 -0
  832. package/docs/API-reference/api/x-components.tagging.md +10 -10
  833. package/docs/API-reference/api/x-components.taggingactions.md +42 -4
  834. package/docs/API-reference/api/x-components.taggingactions.track.md +2 -13
  835. package/docs/API-reference/api/x-components.taggingconfig.md +98 -6
  836. package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
  837. package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
  838. package/docs/API-reference/api/x-components.taggingmutations.md +81 -7
  839. package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -13
  840. package/docs/API-reference/api/x-components.taggingmutations.setnoresultstaggingenabled.md +2 -13
  841. package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +2 -13
  842. package/docs/API-reference/api/x-components.taggingstate.md +98 -6
  843. package/docs/API-reference/api/x-components.taggingxevents.md +174 -10
  844. package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
  845. package/docs/API-reference/api/x-components.takenavigationcontrol.direction.md +11 -0
  846. package/docs/API-reference/api/x-components.takenavigationcontrol.md +78 -7
  847. package/docs/API-reference/api/x-components.takenavigationcontrol.modulename.md +11 -0
  848. package/docs/API-reference/api/x-components.takenavigationcontrol.xevent.md +11 -0
  849. package/docs/API-reference/api/x-components.throttle.md +65 -5
  850. package/docs/API-reference/api/x-components.throttlefunction.md +4 -4
  851. package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +60 -4
  852. package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
  853. package/docs/API-reference/api/x-components.tokebabcase.md +33 -3
  854. package/docs/API-reference/api/x-components.track.md +1 -1
  855. package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +13 -0
  856. package/docs/API-reference/api/x-components.trackaisuggestionssearchwire.md +13 -0
  857. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwire.md +13 -0
  858. package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwiredebounced.md +13 -0
  859. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswire.md +6 -1
  860. package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswiredebounced.md +6 -1
  861. package/docs/API-reference/api/x-components.trackpromotedclickedwire.md +13 -0
  862. package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
  863. package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
  864. package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
  865. package/docs/API-reference/api/x-components.typing.md +13 -0
  866. package/docs/API-reference/api/x-components.typinghtmlelement.__timeoutid.md +11 -0
  867. package/docs/API-reference/api/x-components.typinghtmlelement.md +57 -0
  868. package/docs/API-reference/api/x-components.typingoptions.md +96 -0
  869. package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
  870. package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
  871. package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
  872. package/docs/API-reference/api/x-components.urlgetters.md +41 -3
  873. package/docs/API-reference/api/x-components.urlhandler.md +5 -1
  874. package/docs/API-reference/api/x-components.urlmutations.md +178 -13
  875. package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -13
  876. package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +2 -13
  877. package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -13
  878. package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -13
  879. package/docs/API-reference/api/x-components.urlmutations.setprompt.md +13 -0
  880. package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -13
  881. package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -13
  882. package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -13
  883. package/docs/API-reference/api/x-components.urlparams.md +141 -8
  884. package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
  885. package/docs/API-reference/api/x-components.urlstate.md +40 -4
  886. package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
  887. package/docs/API-reference/api/x-components.urlxevents.md +98 -6
  888. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
  889. package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +1 -1
  890. package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +1 -1
  891. package/docs/API-reference/api/x-components.use_x.md +4 -4
  892. package/docs/API-reference/api/x-components.usealiasapi.md +652 -32
  893. package/docs/API-reference/api/x-components.usealiasqueryapi.md +148 -8
  894. package/docs/API-reference/api/x-components.usealiasstatusapi.md +169 -9
  895. package/docs/API-reference/api/x-components.usecollapseanimation.md +37 -7
  896. package/docs/API-reference/api/x-components.usedebounce.md +65 -5
  897. package/docs/API-reference/api/x-components.usedisableanimation.md +33 -3
  898. package/docs/API-reference/api/x-components.useemitdisplayevent.md +46 -4
  899. package/docs/API-reference/api/x-components.usefacets.md +33 -3
  900. package/docs/API-reference/api/x-components.usefiltersinjection.md +33 -3
  901. package/docs/API-reference/api/x-components.usegetter.md +3 -17
  902. package/docs/API-reference/api/x-components.useondisplay.md +46 -4
  903. package/docs/API-reference/api/x-components.usequeriespreview.md +7 -1
  904. package/docs/API-reference/api/x-components.usescroll.md +78 -6
  905. package/docs/API-reference/api/x-components.usestate.md +38 -7
  906. package/docs/API-reference/api/x-components.usexbus.md +4 -4
  907. package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +56 -4
  908. package/docs/API-reference/api/x-components.wire.md +1 -1
  909. package/docs/API-reference/api/x-components.wirecommit.md +49 -4
  910. package/docs/API-reference/api/x-components.wirecommit_1.md +49 -4
  911. package/docs/API-reference/api/x-components.wirecommit_2.md +33 -3
  912. package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +33 -3
  913. package/docs/API-reference/api/x-components.wiredispatch.md +49 -4
  914. package/docs/API-reference/api/x-components.wiredispatch_1.md +49 -4
  915. package/docs/API-reference/api/x-components.wiredispatch_2.md +33 -3
  916. package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +33 -3
  917. package/docs/API-reference/api/x-components.wiremetadata.md +212 -12
  918. package/docs/API-reference/api/x-components.wireparams.md +39 -3
  919. package/docs/API-reference/api/x-components.wirepayload.md +1 -1
  920. package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -13
  921. package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -13
  922. package/docs/API-reference/api/x-components.xactioncontext.md +73 -12
  923. package/docs/API-reference/api/x-components.xapi.addproducttocart.md +2 -12
  924. package/docs/API-reference/api/x-components.xapi.getsnippetconfig.md +2 -8
  925. package/docs/API-reference/api/x-components.xapi.init.md +2 -13
  926. package/docs/API-reference/api/x-components.xapi.md +119 -9
  927. package/docs/API-reference/api/x-components.xapi.search.md +2 -13
  928. package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +2 -13
  929. package/docs/API-reference/api/x-components.xbus.emit.md +13 -0
  930. package/docs/API-reference/api/x-components.xbus.md +77 -0
  931. package/docs/API-reference/api/x-components.xbus.on.md +13 -0
  932. package/docs/API-reference/api/x-components.xcomponentaliasapi.md +631 -31
  933. package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +148 -8
  934. package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +169 -9
  935. package/docs/API-reference/api/x-components.xcomponentapi.md +1 -1
  936. package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -13
  937. package/docs/API-reference/api/x-components.xcomponentbusapi.md +59 -9
  938. package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -0
  939. package/docs/API-reference/api/x-components.xeventstypes.md +575 -33
  940. package/docs/API-reference/api/x-components.xinstaller._constructor_.md +33 -3
  941. package/docs/API-reference/api/x-components.xinstaller.init.md +34 -4
  942. package/docs/API-reference/api/x-components.xinstaller.md +161 -13
  943. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +31 -3
  944. package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +31 -3
  945. package/docs/API-reference/api/x-components.xmodule.md +98 -6
  946. package/docs/API-reference/api/x-components.xmoduleoptions.md +60 -4
  947. package/docs/API-reference/api/x-components.xmodulestree.ai.md +11 -0
  948. package/docs/API-reference/api/x-components.xmodulestree.md +379 -22
  949. package/docs/API-reference/api/x-components.xplugin._constructor_.md +33 -3
  950. package/docs/API-reference/api/x-components.xplugin.adapter.md +1 -1
  951. package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
  952. package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +33 -3
  953. package/docs/API-reference/api/x-components.xpluginoptions.md +117 -7
  954. package/docs/API-reference/api/x-components.xprioritybus._constructor_.md +55 -0
  955. package/docs/API-reference/api/x-components.xprioritybus.emit.md +88 -0
  956. package/docs/API-reference/api/x-components.xprioritybus.md +97 -0
  957. package/docs/API-reference/api/x-components.xprioritybus.on.md +72 -0
  958. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.md +78 -0
  959. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.priority.md +11 -0
  960. package/docs/API-reference/api/x-components.xprioritybuseventmetadata.replaceable.md +11 -0
  961. package/docs/API-reference/api/x-components.xpriorityqueue.md +96 -0
  962. package/docs/API-reference/api/x-components.xpriorityqueue.pop.md +13 -0
  963. package/docs/API-reference/api/x-components.xpriorityqueue.push.md +13 -0
  964. package/docs/API-reference/api/x-components.xpriorityqueue.size.md +13 -0
  965. package/docs/API-reference/api/x-components.xpriorityqueuenode.data.md +13 -0
  966. package/docs/API-reference/api/x-components.xpriorityqueuenode.key.md +13 -0
  967. package/docs/API-reference/api/x-components.xpriorityqueuenode.md +96 -0
  968. package/docs/API-reference/api/x-components.xpriorityqueuenode.priority.md +13 -0
  969. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventmetadata.md +13 -0
  970. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventpayload.md +13 -0
  971. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.md +115 -0
  972. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.replaceable.md +13 -0
  973. package/docs/API-reference/api/x-components.xpriorityqueuenodedata.resolve.md +13 -0
  974. package/docs/API-reference/api/x-components.xstoremodule.md +90 -6
  975. package/docs/API-reference/api/x-types.aiquestion.content.md +14 -0
  976. package/docs/API-reference/api/x-types.aiquestion.expanded.md +11 -0
  977. package/docs/API-reference/api/x-types.aiquestion.id.md +11 -0
  978. package/docs/API-reference/api/x-types.aiquestion.md +200 -0
  979. package/docs/API-reference/api/x-types.aiquestion.metadata.md +17 -0
  980. package/docs/API-reference/api/x-types.aiquestion.responsetext.md +11 -0
  981. package/docs/API-reference/api/x-types.aiquestion.suggestionimageurl.md +11 -0
  982. package/docs/API-reference/api/x-types.aiquestion.suggestiontext.md +11 -0
  983. package/docs/API-reference/api/x-types.aiquestion.tagging.md +19 -0
  984. package/docs/API-reference/api/x-types.aiquestion.type.md +11 -0
  985. package/docs/API-reference/api/x-types.aiquestionsrequest.lang.md +11 -0
  986. package/docs/API-reference/api/x-types.aiquestionsrequest.md +76 -0
  987. package/docs/API-reference/api/x-types.aiquestionsrequest.query.md +11 -0
  988. package/docs/API-reference/api/x-types.aiquestionsresponse.context.md +16 -0
  989. package/docs/API-reference/api/x-types.aiquestionsresponse.items.md +11 -0
  990. package/docs/API-reference/api/x-types.aiquestionsresponse.md +141 -0
  991. package/docs/API-reference/api/x-types.aiquestionsresponse.numitems.md +11 -0
  992. package/docs/API-reference/api/x-types.aiquestionsresponse.resolved.md +11 -0
  993. package/docs/API-reference/api/x-types.aiquestionsresponse.taskid.md +11 -0
  994. package/docs/API-reference/api/x-types.aiquestionsresponse.totalitems.md +11 -0
  995. package/docs/API-reference/api/x-types.aisuggestionsearch.md +107 -0
  996. package/docs/API-reference/api/x-types.aisuggestionsearch.numfound.md +11 -0
  997. package/docs/API-reference/api/x-types.aisuggestionsearch.query.md +11 -0
  998. package/docs/API-reference/api/x-types.aisuggestionsearch.results.md +11 -0
  999. package/docs/API-reference/api/x-types.aisuggestionsearch.tagging.md +13 -0
  1000. package/docs/API-reference/api/x-types.aisuggestionsrequest.md +15 -0
  1001. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +57 -0
  1002. package/docs/API-reference/api/x-types.aisuggestionssearchrequest.queries.md +14 -0
  1003. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.md +56 -0
  1004. package/docs/API-reference/api/x-types.aisuggestionssearchresponse.suggestions.md +11 -0
  1005. package/docs/API-reference/api/x-types.aitasksrequest.md +57 -0
  1006. package/docs/API-reference/api/x-types.aitasksrequest.taskid.md +11 -0
  1007. package/docs/API-reference/api/x-types.aitasksresponse.md +73 -0
  1008. package/docs/API-reference/api/x-types.aitasksresponse.result.md +11 -0
  1009. package/docs/API-reference/api/x-types.aitasksresponse.steps.md +11 -0
  1010. package/docs/API-reference/api/x-types.banner.md +98 -6
  1011. package/docs/API-reference/api/x-types.booleanfilter.md +79 -5
  1012. package/docs/API-reference/api/x-types.editablenumberrangefacet.md +60 -4
  1013. package/docs/API-reference/api/x-types.editablenumberrangefilter.md +60 -4
  1014. package/docs/API-reference/api/x-types.experiencecontrolsresponse.md +56 -4
  1015. package/docs/API-reference/api/x-types.extraparamsrequest.md +41 -3
  1016. package/docs/API-reference/api/x-types.facet.md +60 -4
  1017. package/docs/API-reference/api/x-types.facetfilter.md +60 -4
  1018. package/docs/API-reference/api/x-types.facetsrequest.md +15 -0
  1019. package/docs/API-reference/api/x-types.facetsresponse.facets.md +11 -0
  1020. package/docs/API-reference/api/x-types.facetsresponse.md +58 -0
  1021. package/docs/API-reference/api/x-types.filter.md +41 -3
  1022. package/docs/API-reference/api/x-types.filterablerequest.md +41 -3
  1023. package/docs/API-reference/api/x-types.hierarchicalfacet.md +60 -4
  1024. package/docs/API-reference/api/x-types.hierarchicalfilter.md +79 -5
  1025. package/docs/API-reference/api/x-types.historyquery.md +60 -4
  1026. package/docs/API-reference/api/x-types.identifiable.md +41 -3
  1027. package/docs/API-reference/api/x-types.identifierresultsresponse.md +39 -3
  1028. package/docs/API-reference/api/x-types.isbooleanfilter.md +33 -3
  1029. package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +33 -3
  1030. package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +33 -3
  1031. package/docs/API-reference/api/x-types.isfacetfilter.md +33 -3
  1032. package/docs/API-reference/api/x-types.ishierarchicalfacet.md +33 -3
  1033. package/docs/API-reference/api/x-types.ishierarchicalfilter.md +33 -3
  1034. package/docs/API-reference/api/x-types.isnumberrangefacet.md +33 -3
  1035. package/docs/API-reference/api/x-types.isnumberrangefilter.md +33 -3
  1036. package/docs/API-reference/api/x-types.israwfilter.md +33 -3
  1037. package/docs/API-reference/api/x-types.issimplefacet.md +33 -3
  1038. package/docs/API-reference/api/x-types.issimplefilter.md +33 -3
  1039. package/docs/API-reference/api/x-types.md +1403 -118
  1040. package/docs/API-reference/api/x-types.namedmodel.md +43 -3
  1041. package/docs/API-reference/api/x-types.nextqueries.md +41 -3
  1042. package/docs/API-reference/api/x-types.nextqueriesresponse.md +39 -3
  1043. package/docs/API-reference/api/x-types.nextquery.md +41 -3
  1044. package/docs/API-reference/api/x-types.numberrangefacet.md +60 -4
  1045. package/docs/API-reference/api/x-types.numberrangefilter.md +60 -4
  1046. package/docs/API-reference/api/x-types.pageablerequest.md +60 -4
  1047. package/docs/API-reference/api/x-types.partialresult.md +60 -4
  1048. package/docs/API-reference/api/x-types.popularsearchesresponse.md +39 -3
  1049. package/docs/API-reference/api/x-types.previewable.md +98 -6
  1050. package/docs/API-reference/api/x-types.previewresults.md +79 -5
  1051. package/docs/API-reference/api/x-types.promoted.md +98 -6
  1052. package/docs/API-reference/api/x-types.queryablerequest.md +39 -3
  1053. package/docs/API-reference/api/x-types.querysuggestionsresponse.md +39 -3
  1054. package/docs/API-reference/api/x-types.rangevalue.md +60 -4
  1055. package/docs/API-reference/api/x-types.rawfilter.md +79 -5
  1056. package/docs/API-reference/api/x-types.recommendationsresponse.md +39 -3
  1057. package/docs/API-reference/api/x-types.redirection.md +41 -3
  1058. package/docs/API-reference/api/x-types.relatedprompt.md +155 -5
  1059. package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
  1060. package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
  1061. package/docs/API-reference/api/x-types.relatedprompt.suggestionimageurl.md +13 -0
  1062. package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
  1063. package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
  1064. package/docs/API-reference/api/x-types.relatedpromptnextquery.md +115 -0
  1065. package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
  1066. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
  1067. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
  1068. package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
  1069. package/docs/API-reference/api/x-types.relatedpromptsresponse.md +39 -3
  1070. package/docs/API-reference/api/x-types.relatedtag.md +60 -4
  1071. package/docs/API-reference/api/x-types.relatedtagsresponse.md +39 -3
  1072. package/docs/API-reference/api/x-types.result.md +193 -11
  1073. package/docs/API-reference/api/x-types.resultidentifier.md +41 -3
  1074. package/docs/API-reference/api/x-types.resultprice.md +98 -6
  1075. package/docs/API-reference/api/x-types.resultrating.md +41 -3
  1076. package/docs/API-reference/api/x-types.searchresponse.md +227 -13
  1077. package/docs/API-reference/api/x-types.semanticqueriesresponse.md +39 -3
  1078. package/docs/API-reference/api/x-types.semanticquery.md +56 -4
  1079. package/docs/API-reference/api/x-types.simplefacet.md +60 -4
  1080. package/docs/API-reference/api/x-types.simplefilter.md +41 -3
  1081. package/docs/API-reference/api/x-types.sortablerequest.md +41 -3
  1082. package/docs/API-reference/api/x-types.stats.md +39 -3
  1083. package/docs/API-reference/api/x-types.stepempathising.md +73 -0
  1084. package/docs/API-reference/api/x-types.stepempathising.stepdescription.md +11 -0
  1085. package/docs/API-reference/api/x-types.stepempathising.stepname.md +11 -0
  1086. package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
  1087. package/docs/API-reference/api/x-types.suggestion.md +62 -6
  1088. package/docs/API-reference/api/x-types.taggable.md +41 -3
  1089. package/docs/API-reference/api/x-types.tagging.md +117 -7
  1090. package/docs/API-reference/api/x-types.taggingrequest.md +60 -4
  1091. package/docs/API-reference/api/x-types.trackablerequest.md +41 -3
  1092. package/docs/API-reference/api/x-types.trackableshowresponse.md +39 -3
  1093. package/docs/API-reference/api/x-types.userinfo.md +79 -5
  1094. package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +11 -0
  1095. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestions.md +11 -0
  1096. package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestionssearch.md +11 -0
  1097. package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +11 -0
  1098. package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +11 -0
  1099. package/docs/API-reference/api/x-types.xcomponentsadapter.facets.md +11 -0
  1100. package/docs/API-reference/api/x-types.xcomponentsadapter.md +313 -13
  1101. package/docs/API-reference/components/ai/x-components.ai-overview.md +99 -0
  1102. package/docs/API-reference/components/common/animations/x-components.animate-width.md +8 -21
  1103. package/docs/API-reference/components/common/animations/x-components.change-height.md +52 -0
  1104. package/docs/API-reference/components/common/animations/x-components.collapse-height.md +55 -9
  1105. package/docs/API-reference/components/common/animations/x-components.collapse-width.md +55 -10
  1106. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +55 -9
  1107. package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +43 -10
  1108. package/docs/API-reference/components/common/animations/x-components.fade.md +46 -19
  1109. package/docs/API-reference/components/common/animations/x-components.no-animation.md +20 -0
  1110. package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +29 -14
  1111. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +17 -41
  1112. package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +43 -65
  1113. package/docs/API-reference/components/common/currency/x-components.base-currency.md +40 -144
  1114. package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +5 -15
  1115. package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +68 -14
  1116. package/docs/API-reference/components/common/icons/x-components.ai-star.md +7 -0
  1117. package/docs/API-reference/components/common/icons/x-components.spinner.md +7 -0
  1118. package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +37 -17
  1119. package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +22 -2
  1120. package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +47 -0
  1121. package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +11 -27
  1122. package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +10 -26
  1123. package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +21 -44
  1124. package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +8 -20
  1125. package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +7 -21
  1126. package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +6 -24
  1127. package/docs/API-reference/components/common/modals/x-components.base-modal.md +17 -50
  1128. package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +8 -19
  1129. package/docs/API-reference/components/common/modals/x-components.main-modal.md +24 -59
  1130. package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +8 -19
  1131. package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +54 -35
  1132. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +13 -27
  1133. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +39 -28
  1134. package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +19 -97
  1135. package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +19 -13
  1136. package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +17 -5
  1137. package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +26 -5
  1138. package/docs/API-reference/components/common/result/x-components.base-result-image.md +50 -31
  1139. package/docs/API-reference/components/common/result/x-components.base-result-link.md +21 -10
  1140. package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +14 -20
  1141. package/docs/API-reference/components/common/result/x-components.base-result-rating.md +66 -136
  1142. package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +84 -179
  1143. package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +46 -104
  1144. package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +70 -111
  1145. package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +69 -56
  1146. package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +114 -107
  1147. package/docs/API-reference/components/common/x-components.auto-progress-bar.md +8 -24
  1148. package/docs/API-reference/components/common/x-components.base-dropdown.md +13 -24
  1149. package/docs/API-reference/components/common/x-components.base-event-button.md +29 -7
  1150. package/docs/API-reference/components/common/x-components.base-grid.md +45 -5
  1151. package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +58 -37
  1152. package/docs/API-reference/components/common/x-components.base-rating.md +24 -10
  1153. package/docs/API-reference/components/common/x-components.base-slider.md +27 -77
  1154. package/docs/API-reference/components/common/x-components.base-switch.md +12 -31
  1155. package/docs/API-reference/components/common/x-components.base-teleport.md +70 -0
  1156. package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +44 -93
  1157. package/docs/API-reference/components/common/x-components.display-click-provider.md +78 -0
  1158. package/docs/API-reference/components/common/x-components.display-emitter.md +3 -8
  1159. package/docs/API-reference/components/common/x-components.global-x-bus.md +8 -15
  1160. package/docs/API-reference/components/common/x-components.highlight.md +11 -32
  1161. package/docs/API-reference/components/common/x-components.items-list.md +2 -2
  1162. package/docs/API-reference/components/common/x-components.location-provider.md +11 -10
  1163. package/docs/API-reference/components/common/x-components.page-loader-button.md +39 -39
  1164. package/docs/API-reference/components/common/x-components.page-selector.md +137 -0
  1165. package/docs/API-reference/components/common/x-components.sliding-panel.md +115 -113
  1166. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +7 -7
  1167. package/docs/API-reference/components/device/x-components.device-detector.md +40 -66
  1168. package/docs/API-reference/components/empathize/x-components.empathize.md +95 -37
  1169. package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +3 -9
  1170. package/docs/API-reference/components/extra-params/x-components.extra-params.md +8 -17
  1171. package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +8 -19
  1172. package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +18 -24
  1173. package/docs/API-reference/components/facets/x-components.clear-filters.md +28 -7
  1174. package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +34 -41
  1175. package/docs/API-reference/components/facets/x-components.facets/facets.md +28 -65
  1176. package/docs/API-reference/components/facets/x-components.filters/all-filter.md +47 -26
  1177. package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +79 -119
  1178. package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +73 -118
  1179. package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +45 -72
  1180. package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +33 -17
  1181. package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +50 -86
  1182. package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +72 -91
  1183. package/docs/API-reference/components/facets/x-components.lists/filters-list.md +51 -14
  1184. package/docs/API-reference/components/facets/x-components.lists/filters-search.md +84 -32
  1185. package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +24 -30
  1186. package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +47 -17
  1187. package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +36 -32
  1188. package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +24 -33
  1189. package/docs/API-reference/components/facets/x-components.preselected-filters.md +14 -28
  1190. package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +10 -19
  1191. package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +18 -38
  1192. package/docs/API-reference/components/history-queries/x-components.history-queries.md +26 -77
  1193. package/docs/API-reference/components/history-queries/x-components.history-query.md +40 -76
  1194. package/docs/API-reference/components/history-queries/x-components.my-history.md +32 -93
  1195. package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +19 -5
  1196. package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +15 -5
  1197. package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +34 -27
  1198. package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +21 -58
  1199. package/docs/API-reference/components/next-queries/x-components.next-queries.md +24 -60
  1200. package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +47 -89
  1201. package/docs/API-reference/components/next-queries/x-components.next-query.md +28 -49
  1202. package/docs/API-reference/components/popular-searches/x-components.popular-search.md +22 -42
  1203. package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +16 -49
  1204. package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +17 -42
  1205. package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +38 -56
  1206. package/docs/API-reference/components/queries-preview/x-components.query-preview.md +23 -68
  1207. package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +30 -59
  1208. package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +54 -111
  1209. package/docs/API-reference/components/recommendations/x-components.recommendations.md +45 -57
  1210. package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +52 -15
  1211. package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +36 -80
  1212. package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +92 -0
  1213. package/docs/API-reference/components/related-tags/x-components.related-tag.md +34 -65
  1214. package/docs/API-reference/components/related-tags/x-components.related-tags.md +28 -78
  1215. package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +9 -19
  1216. package/docs/API-reference/components/scroll/x-components.main-scroll.md +25 -56
  1217. package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +5 -12
  1218. package/docs/API-reference/components/scroll/x-components.scroll.md +53 -70
  1219. package/docs/API-reference/components/search/x-components.banner.md +29 -42
  1220. package/docs/API-reference/components/search/x-components.banners-list.md +22 -64
  1221. package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +20 -17
  1222. package/docs/API-reference/components/search/x-components.partial-query-button.md +15 -11
  1223. package/docs/API-reference/components/search/x-components.partial-results-list.md +23 -7
  1224. package/docs/API-reference/components/search/x-components.promoted.md +33 -48
  1225. package/docs/API-reference/components/search/x-components.promoteds-list.md +23 -68
  1226. package/docs/API-reference/components/search/x-components.redirection.md +12 -29
  1227. package/docs/API-reference/components/search/x-components.results-list.md +23 -67
  1228. package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -30
  1229. package/docs/API-reference/components/search/x-components.sort-list.md +22 -36
  1230. package/docs/API-reference/components/search/x-components.sort-picker-list.md +28 -48
  1231. package/docs/API-reference/components/search/x-components.spellcheck-button.md +23 -11
  1232. package/docs/API-reference/components/search/x-components.spellcheck.md +21 -19
  1233. package/docs/API-reference/components/search-box/x-components.clear-search-input.md +11 -43
  1234. package/docs/API-reference/components/search-box/x-components.search-button.md +24 -51
  1235. package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +20 -40
  1236. package/docs/API-reference/components/search-box/x-components.search-input.md +15 -48
  1237. package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +24 -66
  1238. package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +21 -40
  1239. package/docs/API-reference/components/tagging/x-components.tagging.md +21 -43
  1240. package/docs/API-reference/components/url/x-components.url-handler.md +12 -26
  1241. package/extra-params/index.js +1 -1
  1242. package/facets/index.js +23 -23
  1243. package/history-queries/index.js +1 -1
  1244. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +12 -12
  1245. package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -1
  1246. package/js/components/animations/animate-clip-path/{animate-clip-path.style.scss.js → animate-clip-path.style.css.js} +2 -2
  1247. package/js/components/animations/animate-clip-path/animate-clip-path.style.css.js.map +1 -0
  1248. package/js/components/animations/animate-scale/animate-scale.factory.js +12 -12
  1249. package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -1
  1250. package/js/components/animations/animate-scale/{animate-scale.style.scss.js → animate-scale.style.css.js} +2 -2
  1251. package/js/components/animations/animate-scale/animate-scale.style.css.js.map +1 -0
  1252. package/js/components/animations/animate-translate/animate-translate.factory.js +12 -12
  1253. package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -1
  1254. package/js/components/animations/animate-translate/{animate-translate.style.scss.js → animate-translate.style.css.js} +2 -2
  1255. package/js/components/animations/animate-translate/animate-translate.style.css.js.map +1 -0
  1256. package/js/components/animations/animate-width.vue.js.map +1 -1
  1257. package/js/components/animations/animate-width.vue2.js +7 -7
  1258. package/js/components/animations/animate-width.vue2.js.map +1 -1
  1259. package/js/components/animations/animate-width.vue3.js +1 -1
  1260. package/js/components/animations/change-height.vue.js +23 -0
  1261. package/js/components/animations/change-height.vue.js.map +1 -0
  1262. package/js/components/animations/change-height.vue2.js +32 -0
  1263. package/js/components/animations/change-height.vue2.js.map +1 -0
  1264. package/js/components/animations/collapse-height.vue.js +6 -6
  1265. package/js/components/animations/collapse-height.vue.js.map +1 -1
  1266. package/js/components/animations/collapse-height.vue2.js +21 -21
  1267. package/js/components/animations/collapse-height.vue2.js.map +1 -1
  1268. package/js/components/animations/collapse-height.vue3.js +2 -2
  1269. package/js/components/animations/collapse-width.vue.js +4 -4
  1270. package/js/components/animations/collapse-width.vue.js.map +1 -1
  1271. package/js/components/animations/collapse-width.vue2.js +21 -21
  1272. package/js/components/animations/collapse-width.vue2.js.map +1 -1
  1273. package/js/components/animations/collapse-width.vue3.js +1 -1
  1274. package/js/components/animations/create-directional-animation-factory.js +20 -20
  1275. package/js/components/animations/create-directional-animation-factory.js.map +1 -1
  1276. package/js/components/animations/cross-fade.vue.js.map +1 -1
  1277. package/js/components/animations/cross-fade.vue2.js +17 -17
  1278. package/js/components/animations/cross-fade.vue2.js.map +1 -1
  1279. package/js/components/animations/cross-fade.vue3.js +1 -1
  1280. package/js/components/animations/fade-and-slide.vue.js +1 -2
  1281. package/js/components/animations/fade-and-slide.vue.js.map +1 -1
  1282. package/js/components/animations/fade-and-slide.vue2.js +29 -29
  1283. package/js/components/animations/fade-and-slide.vue2.js.map +1 -1
  1284. package/js/components/animations/fade-and-slide.vue3.js +1 -1
  1285. package/js/components/animations/fade.vue.js.map +1 -1
  1286. package/js/components/animations/fade.vue2.js +15 -15
  1287. package/js/components/animations/fade.vue2.js.map +1 -1
  1288. package/js/components/animations/fade.vue3.js +1 -1
  1289. package/js/components/animations/no-animation.vue.js +9 -9
  1290. package/js/components/animations/no-animation.vue.js.map +1 -1
  1291. package/js/components/animations/staggered-fade-and-slide.vue.js +4 -4
  1292. package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
  1293. package/js/components/animations/staggered-fade-and-slide.vue2.js +97 -97
  1294. package/js/components/animations/staggered-fade-and-slide.vue2.js.map +1 -1
  1295. package/js/components/animations/staggered-fade-and-slide.vue3.js +1 -1
  1296. package/js/components/animations/use-collapse-animation.js +63 -54
  1297. package/js/components/animations/use-collapse-animation.js.map +1 -1
  1298. package/js/components/animations/use-disable-animation.js +20 -20
  1299. package/js/components/animations/use-disable-animation.js.map +1 -1
  1300. package/js/components/auto-progress-bar.vue.js.map +1 -1
  1301. package/js/components/auto-progress-bar.vue2.js +43 -43
  1302. package/js/components/auto-progress-bar.vue2.js.map +1 -1
  1303. package/js/components/auto-progress-bar.vue3.js +1 -1
  1304. package/js/components/base-dropdown.vue.js +18 -20
  1305. package/js/components/base-dropdown.vue.js.map +1 -1
  1306. package/js/components/base-dropdown.vue2.js +275 -278
  1307. package/js/components/base-dropdown.vue2.js.map +1 -1
  1308. package/js/components/base-dropdown.vue3.js +1 -1
  1309. package/js/components/base-event-button.vue.js +3 -4
  1310. package/js/components/base-event-button.vue.js.map +1 -1
  1311. package/js/components/base-event-button.vue2.js +40 -40
  1312. package/js/components/base-event-button.vue2.js.map +1 -1
  1313. package/js/components/base-grid.vue.js +11 -18
  1314. package/js/components/base-grid.vue.js.map +1 -1
  1315. package/js/components/base-grid.vue2.js +118 -120
  1316. package/js/components/base-grid.vue2.js.map +1 -1
  1317. package/js/components/base-grid.vue3.js +2 -2
  1318. package/js/components/base-keyboard-navigation.vue.js +3 -4
  1319. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  1320. package/js/components/base-keyboard-navigation.vue2.js +121 -121
  1321. package/js/components/base-keyboard-navigation.vue2.js.map +1 -1
  1322. package/js/components/base-rating.vue.js +1 -3
  1323. package/js/components/base-rating.vue.js.map +1 -1
  1324. package/js/components/base-rating.vue2.js +57 -57
  1325. package/js/components/base-rating.vue2.js.map +1 -1
  1326. package/js/components/base-rating.vue3.js +2 -2
  1327. package/js/components/base-slider.vue.js +17 -20
  1328. package/js/components/base-slider.vue.js.map +1 -1
  1329. package/js/components/base-slider.vue2.js +102 -102
  1330. package/js/components/base-slider.vue2.js.map +1 -1
  1331. package/js/components/base-slider.vue3.js +1 -1
  1332. package/js/components/base-switch.vue.js +12 -15
  1333. package/js/components/base-switch.vue.js.map +1 -1
  1334. package/js/components/base-switch.vue2.js +47 -51
  1335. package/js/components/base-switch.vue2.js.map +1 -1
  1336. package/js/components/base-switch.vue3.js +1 -1
  1337. package/js/components/base-teleport.vue.js +17 -0
  1338. package/js/components/base-teleport.vue.js.map +1 -0
  1339. package/js/components/base-teleport.vue2.js +148 -0
  1340. package/js/components/base-teleport.vue2.js.map +1 -0
  1341. package/js/components/base-variable-column-grid.vue.js +1 -2
  1342. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  1343. package/js/components/base-variable-column-grid.vue2.js +74 -74
  1344. package/js/components/base-variable-column-grid.vue2.js.map +1 -1
  1345. package/js/components/column-picker/base-column-picker-dropdown.vue.js +5 -7
  1346. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  1347. package/js/components/column-picker/base-column-picker-dropdown.vue2.js +80 -80
  1348. package/js/components/column-picker/base-column-picker-dropdown.vue2.js.map +1 -1
  1349. package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
  1350. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  1351. package/js/components/column-picker/base-column-picker-list.vue2.js +82 -82
  1352. package/js/components/column-picker/base-column-picker-list.vue2.js.map +1 -1
  1353. package/js/components/currency/base-currency.vue.js.map +1 -1
  1354. package/js/components/currency/base-currency.vue2.js +87 -87
  1355. package/js/components/currency/base-currency.vue2.js.map +1 -1
  1356. package/js/components/decorators/injection.consts.js +41 -41
  1357. package/js/components/decorators/injection.consts.js.map +1 -1
  1358. package/js/components/display-click-provider.vue.js +82 -0
  1359. package/js/components/display-click-provider.vue.js.map +1 -0
  1360. package/js/components/display-click-provider.vue2.js +6 -0
  1361. package/js/components/display-click-provider.vue2.js.map +1 -0
  1362. package/js/components/display-emitter.vue.js +37 -37
  1363. package/js/components/display-emitter.vue.js.map +1 -1
  1364. package/js/components/filters/labels/base-price-filter-label.vue.js +80 -80
  1365. package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
  1366. package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
  1367. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  1368. package/js/components/filters/labels/base-rating-filter-label.vue2.js +46 -46
  1369. package/js/components/filters/labels/base-rating-filter-label.vue2.js.map +1 -1
  1370. package/js/components/global-x-bus.vue.js +27 -27
  1371. package/js/components/global-x-bus.vue.js.map +1 -1
  1372. package/js/components/highlight.vue.js +6 -6
  1373. package/js/components/highlight.vue.js.map +1 -1
  1374. package/js/components/highlight.vue2.js +115 -115
  1375. package/js/components/highlight.vue2.js.map +1 -1
  1376. package/js/components/icons/ai-star.vue.js +35 -0
  1377. package/js/components/icons/ai-star.vue.js.map +1 -0
  1378. package/js/components/icons/arrow-down.vue.js +17 -20
  1379. package/js/components/icons/arrow-down.vue.js.map +1 -1
  1380. package/js/components/icons/arrow-left.vue.js +17 -20
  1381. package/js/components/icons/arrow-left.vue.js.map +1 -1
  1382. package/js/components/icons/arrow-right.vue.js +19 -22
  1383. package/js/components/icons/arrow-right.vue.js.map +1 -1
  1384. package/js/components/icons/arrow-up.vue.js +17 -20
  1385. package/js/components/icons/arrow-up.vue.js.map +1 -1
  1386. package/js/components/icons/bag.vue.js +17 -20
  1387. package/js/components/icons/bag.vue.js.map +1 -1
  1388. package/js/components/icons/bar-code.vue.js +9 -11
  1389. package/js/components/icons/bar-code.vue.js.map +1 -1
  1390. package/js/components/icons/barcode-tiny.vue.js +9 -11
  1391. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  1392. package/js/components/icons/cart-filled.vue.js +22 -26
  1393. package/js/components/icons/cart-filled.vue.js.map +1 -1
  1394. package/js/components/icons/cart.vue.js +17 -20
  1395. package/js/components/icons/cart.vue.js.map +1 -1
  1396. package/js/components/icons/check-tiny.vue.js +10 -12
  1397. package/js/components/icons/check-tiny.vue.js.map +1 -1
  1398. package/js/components/icons/check.vue.js +10 -12
  1399. package/js/components/icons/check.vue.js.map +1 -1
  1400. package/js/components/icons/checkbox-selected-filled.vue.js +21 -24
  1401. package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -1
  1402. package/js/components/icons/checkbox-selected.vue.js +20 -23
  1403. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  1404. package/js/components/icons/checkbox-unselected-filled.vue.js +14 -16
  1405. package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -1
  1406. package/js/components/icons/checkbox-unselected.vue.js +13 -15
  1407. package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
  1408. package/js/components/icons/chevron-down.vue.js +12 -14
  1409. package/js/components/icons/chevron-down.vue.js.map +1 -1
  1410. package/js/components/icons/chevron-left.vue.js +10 -12
  1411. package/js/components/icons/chevron-left.vue.js.map +1 -1
  1412. package/js/components/icons/chevron-right.vue.js +10 -12
  1413. package/js/components/icons/chevron-right.vue.js.map +1 -1
  1414. package/js/components/icons/chevron-tiny-down.vue.js +10 -12
  1415. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  1416. package/js/components/icons/chevron-tiny-left.vue.js +10 -12
  1417. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  1418. package/js/components/icons/chevron-tiny-right.vue.js +10 -12
  1419. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  1420. package/js/components/icons/chevron-tiny-up.vue.js +10 -12
  1421. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  1422. package/js/components/icons/chevron-up.vue.js +10 -12
  1423. package/js/components/icons/chevron-up.vue.js.map +1 -1
  1424. package/js/components/icons/corner-arrow-left.vue.js +10 -12
  1425. package/js/components/icons/corner-arrow-left.vue.js.map +1 -1
  1426. package/js/components/icons/corner-arrow-right.vue.js +10 -12
  1427. package/js/components/icons/corner-arrow-right.vue.js.map +1 -1
  1428. package/js/components/icons/cross-tiny.vue.js +10 -12
  1429. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  1430. package/js/components/icons/cross.vue.js +10 -12
  1431. package/js/components/icons/cross.vue.js.map +1 -1
  1432. package/js/components/icons/curated-check-filled.vue.js +20 -23
  1433. package/js/components/icons/curated-check-filled.vue.js.map +1 -1
  1434. package/js/components/icons/curated-check-tiny-filled.vue.js +20 -23
  1435. package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -1
  1436. package/js/components/icons/curated-check-tiny.vue.js +19 -22
  1437. package/js/components/icons/curated-check-tiny.vue.js.map +1 -1
  1438. package/js/components/icons/curated-check.vue.js +19 -22
  1439. package/js/components/icons/curated-check.vue.js.map +1 -1
  1440. package/js/components/icons/diagonal-arrow-left-down.vue.js +10 -12
  1441. package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -1
  1442. package/js/components/icons/diagonal-arrow-left-top.vue.js +10 -12
  1443. package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -1
  1444. package/js/components/icons/diagonal-arrow-right-down.vue.js +10 -12
  1445. package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -1
  1446. package/js/components/icons/diagonal-arrow-right-top.vue.js +10 -12
  1447. package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -1
  1448. package/js/components/icons/filters.vue.js +9 -11
  1449. package/js/components/icons/filters.vue.js.map +1 -1
  1450. package/js/components/icons/grid-1-col.vue.js +9 -11
  1451. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  1452. package/js/components/icons/grid-2-col.vue.js +9 -11
  1453. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  1454. package/js/components/icons/grid-2-rows.vue.js +20 -23
  1455. package/js/components/icons/grid-2-rows.vue.js.map +1 -1
  1456. package/js/components/icons/grid-4-col.vue.js +9 -11
  1457. package/js/components/icons/grid-4-col.vue.js.map +1 -1
  1458. package/js/components/icons/heart-filled.vue.js +11 -13
  1459. package/js/components/icons/heart-filled.vue.js.map +1 -1
  1460. package/js/components/icons/heart.vue.js +10 -12
  1461. package/js/components/icons/heart.vue.js.map +1 -1
  1462. package/js/components/icons/hide.vue.js +10 -12
  1463. package/js/components/icons/hide.vue.js.map +1 -1
  1464. package/js/components/icons/history-tiny.vue.js +17 -20
  1465. package/js/components/icons/history-tiny.vue.js.map +1 -1
  1466. package/js/components/icons/history.vue.js +17 -20
  1467. package/js/components/icons/history.vue.js.map +1 -1
  1468. package/js/components/icons/light-bulb-off.vue.js +15 -18
  1469. package/js/components/icons/light-bulb-off.vue.js.map +1 -1
  1470. package/js/components/icons/light-bulb-on.vue.js +21 -25
  1471. package/js/components/icons/light-bulb-on.vue.js.map +1 -1
  1472. package/js/components/icons/menu.vue.js +10 -12
  1473. package/js/components/icons/menu.vue.js.map +1 -1
  1474. package/js/components/icons/minus-tiny.vue.js +10 -12
  1475. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  1476. package/js/components/icons/minus.vue.js +10 -12
  1477. package/js/components/icons/minus.vue.js.map +1 -1
  1478. package/js/components/icons/plus-tiny.vue.js +10 -12
  1479. package/js/components/icons/plus-tiny.vue.js.map +1 -1
  1480. package/js/components/icons/plus.vue.js +10 -12
  1481. package/js/components/icons/plus.vue.js.map +1 -1
  1482. package/js/components/icons/radiobutton-selected.vue.js +4 -6
  1483. package/js/components/icons/radiobutton-selected.vue.js.map +1 -1
  1484. package/js/components/icons/radiobutton-unselected.vue.js +21 -24
  1485. package/js/components/icons/radiobutton-unselected.vue.js.map +1 -1
  1486. package/js/components/icons/search-tiny.vue.js +10 -12
  1487. package/js/components/icons/search-tiny.vue.js.map +1 -1
  1488. package/js/components/icons/search.vue.js +10 -12
  1489. package/js/components/icons/search.vue.js.map +1 -1
  1490. package/js/components/icons/settings.vue.js +4 -6
  1491. package/js/components/icons/settings.vue.js.map +1 -1
  1492. package/js/components/icons/show.vue.js +19 -22
  1493. package/js/components/icons/show.vue.js.map +1 -1
  1494. package/js/components/icons/sort-az.vue.js +32 -37
  1495. package/js/components/icons/sort-az.vue.js.map +1 -1
  1496. package/js/components/icons/sort-price-down.vue.js +4 -6
  1497. package/js/components/icons/sort-price-down.vue.js.map +1 -1
  1498. package/js/components/icons/sort-price-up.vue.js +4 -6
  1499. package/js/components/icons/sort-price-up.vue.js.map +1 -1
  1500. package/js/components/icons/sort-relevancy.vue.js +24 -28
  1501. package/js/components/icons/sort-relevancy.vue.js.map +1 -1
  1502. package/js/components/icons/sort-za.vue.js +32 -37
  1503. package/js/components/icons/sort-za.vue.js.map +1 -1
  1504. package/js/components/icons/spinner.vue.js +20 -0
  1505. package/js/components/icons/spinner.vue.js.map +1 -0
  1506. package/js/components/icons/star-filled.vue.js +24 -27
  1507. package/js/components/icons/star-filled.vue.js.map +1 -1
  1508. package/js/components/icons/star.vue.js +12 -14
  1509. package/js/components/icons/star.vue.js.map +1 -1
  1510. package/js/components/icons/tag-filled.vue.js +18 -21
  1511. package/js/components/icons/tag-filled.vue.js.map +1 -1
  1512. package/js/components/icons/tag.vue.js +17 -20
  1513. package/js/components/icons/tag.vue.js.map +1 -1
  1514. package/js/components/icons/trash-open.vue.js +4 -6
  1515. package/js/components/icons/trash-open.vue.js.map +1 -1
  1516. package/js/components/icons/trash.vue.js +4 -6
  1517. package/js/components/icons/trash.vue.js.map +1 -1
  1518. package/js/components/icons/trending-tiny.vue.js +17 -20
  1519. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  1520. package/js/components/icons/trending.vue.js +17 -20
  1521. package/js/components/icons/trending.vue.js.map +1 -1
  1522. package/js/components/icons/user-filled.vue.js +14 -17
  1523. package/js/components/icons/user-filled.vue.js.map +1 -1
  1524. package/js/components/icons/user.vue.js +10 -12
  1525. package/js/components/icons/user.vue.js.map +1 -1
  1526. package/js/components/items-list.vue.js +1 -2
  1527. package/js/components/items-list.vue.js.map +1 -1
  1528. package/js/components/items-list.vue2.js +40 -40
  1529. package/js/components/items-list.vue2.js.map +1 -1
  1530. package/js/components/layouts/fixed-header-and-asides-layout.vue.js +9 -15
  1531. package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
  1532. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +31 -31
  1533. package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +1 -1
  1534. package/js/components/layouts/fixed-header-and-asides-layout.vue3.js +2 -2
  1535. package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -10
  1536. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  1537. package/js/components/layouts/multi-column-max-width-layout.vue2.js +21 -21
  1538. package/js/components/layouts/multi-column-max-width-layout.vue2.js.map +1 -1
  1539. package/js/components/layouts/multi-column-max-width-layout.vue3.js +1 -1
  1540. package/js/components/layouts/multi-column-max-width-layout.vue4.js +2 -2
  1541. package/js/components/layouts/single-column-layout.vue.js +9 -17
  1542. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  1543. package/js/components/layouts/single-column-layout.vue2.js +21 -21
  1544. package/js/components/layouts/single-column-layout.vue2.js.map +1 -1
  1545. package/js/components/layouts/single-column-layout.vue3.js +1 -1
  1546. package/js/components/location-provider.vue.js +24 -24
  1547. package/js/components/location-provider.vue.js.map +1 -1
  1548. package/js/components/modals/base-events-modal-close.vue.js +1 -2
  1549. package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
  1550. package/js/components/modals/base-events-modal-close.vue2.js +27 -27
  1551. package/js/components/modals/base-events-modal-close.vue2.js.map +1 -1
  1552. package/js/components/modals/base-events-modal-open.vue.js +1 -2
  1553. package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
  1554. package/js/components/modals/base-events-modal-open.vue2.js +27 -27
  1555. package/js/components/modals/base-events-modal-open.vue2.js.map +1 -1
  1556. package/js/components/modals/base-events-modal.vue.js +4 -4
  1557. package/js/components/modals/base-events-modal.vue.js.map +1 -1
  1558. package/js/components/modals/base-events-modal.vue2.js +82 -82
  1559. package/js/components/modals/base-events-modal.vue2.js.map +1 -1
  1560. package/js/components/modals/base-id-modal-close.vue.js +3 -4
  1561. package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
  1562. package/js/components/modals/base-id-modal-close.vue2.js +34 -33
  1563. package/js/components/modals/base-id-modal-close.vue2.js.map +1 -1
  1564. package/js/components/modals/base-id-modal-open.vue.js +3 -4
  1565. package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
  1566. package/js/components/modals/base-id-modal-open.vue2.js +33 -32
  1567. package/js/components/modals/base-id-modal-open.vue2.js.map +1 -1
  1568. package/js/components/modals/base-id-modal.vue.js +5 -5
  1569. package/js/components/modals/base-id-modal.vue.js.map +1 -1
  1570. package/js/components/modals/base-id-modal.vue2.js +88 -88
  1571. package/js/components/modals/base-id-modal.vue2.js.map +1 -1
  1572. package/js/components/modals/base-modal.vue.js +6 -6
  1573. package/js/components/modals/base-modal.vue.js.map +1 -1
  1574. package/js/components/modals/base-modal.vue2.js +192 -182
  1575. package/js/components/modals/base-modal.vue2.js.map +1 -1
  1576. package/js/components/modals/base-modal.vue3.js +1 -1
  1577. package/js/components/modals/close-main-modal.vue.js +2 -2
  1578. package/js/components/modals/close-main-modal.vue.js.map +1 -1
  1579. package/js/components/modals/close-main-modal.vue2.js +20 -20
  1580. package/js/components/modals/close-main-modal.vue2.js.map +1 -1
  1581. package/js/components/modals/main-modal.vue.js +5 -5
  1582. package/js/components/modals/main-modal.vue.js.map +1 -1
  1583. package/js/components/modals/main-modal.vue2.js +48 -48
  1584. package/js/components/modals/main-modal.vue2.js.map +1 -1
  1585. package/js/components/modals/open-main-modal.vue.js +2 -2
  1586. package/js/components/modals/open-main-modal.vue.js.map +1 -1
  1587. package/js/components/modals/open-main-modal.vue2.js +20 -20
  1588. package/js/components/modals/open-main-modal.vue2.js.map +1 -1
  1589. package/js/components/page-loader-button.vue.js +13 -11
  1590. package/js/components/page-loader-button.vue.js.map +1 -1
  1591. package/js/components/page-loader-button.vue2.js +49 -49
  1592. package/js/components/page-loader-button.vue2.js.map +1 -1
  1593. package/js/components/page-loader-button.vue3.js +7 -0
  1594. package/js/components/page-loader-button.vue3.js.map +1 -0
  1595. package/js/components/page-selector.vue.js +86 -0
  1596. package/js/components/page-selector.vue.js.map +1 -0
  1597. package/js/components/page-selector.vue2.js +128 -0
  1598. package/js/components/page-selector.vue2.js.map +1 -0
  1599. package/js/components/page-selector.vue3.js +7 -0
  1600. package/js/components/page-selector.vue3.js.map +1 -0
  1601. package/js/components/panels/base-header-toggle-panel.vue.js +3 -7
  1602. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  1603. package/js/components/panels/base-header-toggle-panel.vue2.js +55 -54
  1604. package/js/components/panels/base-header-toggle-panel.vue2.js.map +1 -1
  1605. package/js/components/panels/base-header-toggle-panel.vue3.js +1 -1
  1606. package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
  1607. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  1608. package/js/components/panels/base-id-toggle-panel-button.vue2.js +58 -57
  1609. package/js/components/panels/base-id-toggle-panel-button.vue2.js.map +1 -1
  1610. package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
  1611. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  1612. package/js/components/panels/base-id-toggle-panel.vue2.js +76 -75
  1613. package/js/components/panels/base-id-toggle-panel.vue2.js.map +1 -1
  1614. package/js/components/panels/base-tabs-panel.vue.js +6 -9
  1615. package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
  1616. package/js/components/panels/base-tabs-panel.vue2.js +107 -106
  1617. package/js/components/panels/base-tabs-panel.vue2.js.map +1 -1
  1618. package/js/components/panels/base-tabs-panel.vue3.js +1 -1
  1619. package/js/components/panels/base-toggle-panel.vue.js +1 -2
  1620. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  1621. package/js/components/panels/base-toggle-panel.vue2.js +28 -28
  1622. package/js/components/panels/base-toggle-panel.vue2.js.map +1 -1
  1623. package/js/components/result/base-result-add-to-cart.vue.js +3 -3
  1624. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  1625. package/js/components/result/base-result-add-to-cart.vue2.js +49 -35
  1626. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  1627. package/js/components/result/base-result-current-price.vue.js +4 -4
  1628. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  1629. package/js/components/result/base-result-current-price.vue2.js +54 -54
  1630. package/js/components/result/base-result-current-price.vue2.js.map +1 -1
  1631. package/js/components/result/base-result-fallback-image.vue.js +16 -19
  1632. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  1633. package/js/components/result/base-result-image.vue.js +39 -59
  1634. package/js/components/result/base-result-image.vue.js.map +1 -1
  1635. package/js/components/result/base-result-image.vue2.js +159 -157
  1636. package/js/components/result/base-result-image.vue2.js.map +1 -1
  1637. package/js/components/result/base-result-image.vue3.js +1 -1
  1638. package/js/components/result/base-result-link.vue.js +6 -7
  1639. package/js/components/result/base-result-link.vue.js.map +1 -1
  1640. package/js/components/result/base-result-link.vue2.js +62 -61
  1641. package/js/components/result/base-result-link.vue2.js.map +1 -1
  1642. package/js/components/result/base-result-link.vue3.js +1 -1
  1643. package/js/components/result/base-result-placeholder-image.vue.js +15 -18
  1644. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  1645. package/js/components/result/base-result-previous-price.vue.js +2 -3
  1646. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  1647. package/js/components/result/base-result-previous-price.vue2.js +37 -37
  1648. package/js/components/result/base-result-previous-price.vue2.js.map +1 -1
  1649. package/js/components/result/base-result-rating.vue.js +5 -8
  1650. package/js/components/result/base-result-rating.vue.js.map +1 -1
  1651. package/js/components/result/base-result-rating.vue2.js +50 -49
  1652. package/js/components/result/base-result-rating.vue2.js.map +1 -1
  1653. package/js/components/result/base-result-rating.vue3.js +1 -1
  1654. package/js/components/result/result-variant-selector.vue.js +3 -5
  1655. package/js/components/result/result-variant-selector.vue.js.map +1 -1
  1656. package/js/components/result/result-variant-selector.vue2.js +85 -85
  1657. package/js/components/result/result-variant-selector.vue2.js.map +1 -1
  1658. package/js/components/result/result-variant-selector.vue3.js +1 -1
  1659. package/js/components/result/result-variants-provider.vue.js +118 -118
  1660. package/js/components/result/result-variants-provider.vue.js.map +1 -1
  1661. package/js/components/scroll/base-scroll.vue.js +2 -2
  1662. package/js/components/scroll/base-scroll.vue.js.map +1 -1
  1663. package/js/components/scroll/base-scroll.vue2.js +79 -79
  1664. package/js/components/scroll/base-scroll.vue2.js.map +1 -1
  1665. package/js/components/scroll/use-scroll.js +211 -212
  1666. package/js/components/scroll/use-scroll.js.map +1 -1
  1667. package/js/components/sliding-panel.vue.js +49 -37
  1668. package/js/components/sliding-panel.vue.js.map +1 -1
  1669. package/js/components/sliding-panel.vue2.js +73 -131
  1670. package/js/components/sliding-panel.vue2.js.map +1 -1
  1671. package/js/components/sliding-panel.vue3.js +2 -2
  1672. package/js/components/snippet-callbacks.vue.js.map +1 -1
  1673. package/js/components/snippet-callbacks.vue2.js +44 -44
  1674. package/js/components/snippet-callbacks.vue2.js.map +1 -1
  1675. package/js/components/suggestions/base-suggestion.vue.js +3 -4
  1676. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  1677. package/js/components/suggestions/base-suggestion.vue2.js +135 -135
  1678. package/js/components/suggestions/base-suggestion.vue2.js.map +1 -1
  1679. package/js/components/suggestions/base-suggestions.vue.js +1 -2
  1680. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  1681. package/js/components/suggestions/base-suggestions.vue2.js +120 -120
  1682. package/js/components/suggestions/base-suggestions.vue2.js.map +1 -1
  1683. package/js/components/suggestions/base-suggestions.vue3.js +1 -1
  1684. package/js/components/x-component.utils.js +40 -39
  1685. package/js/components/x-component.utils.js.map +1 -1
  1686. package/js/composables/create-use-device.js +150 -150
  1687. package/js/composables/create-use-device.js.map +1 -1
  1688. package/js/composables/use-_x.js +11 -11
  1689. package/js/composables/use-_x.js.map +1 -1
  1690. package/js/composables/use-alias-api.js +133 -131
  1691. package/js/composables/use-alias-api.js.map +1 -1
  1692. package/js/composables/use-debounce.js +16 -16
  1693. package/js/composables/use-debounce.js.map +1 -1
  1694. package/js/composables/use-getter.js +18 -17
  1695. package/js/composables/use-getter.js.map +1 -1
  1696. package/js/composables/use-on-display.js +47 -51
  1697. package/js/composables/use-on-display.js.map +1 -1
  1698. package/js/composables/use-state.js +15 -16
  1699. package/js/composables/use-state.js.map +1 -1
  1700. package/js/composables/use-x-bus.js +68 -70
  1701. package/js/composables/use-x-bus.js.map +1 -1
  1702. package/js/directives/infinite-scroll.js +96 -96
  1703. package/js/directives/infinite-scroll.js.map +1 -1
  1704. package/js/directives/typing.js +57 -0
  1705. package/js/directives/typing.js.map +1 -0
  1706. package/js/index.js +122 -98
  1707. package/js/index.js.map +1 -1
  1708. package/js/plugins/devtools/colors.utils.js +42 -42
  1709. package/js/plugins/devtools/colors.utils.js.map +1 -1
  1710. package/js/plugins/devtools/devtools.plugin.js +24 -23
  1711. package/js/plugins/devtools/devtools.plugin.js.map +1 -1
  1712. package/js/plugins/devtools/timeline.devtools.js +103 -102
  1713. package/js/plugins/devtools/timeline.devtools.js.map +1 -1
  1714. package/js/plugins/devtools/wiring.devtools.js +115 -111
  1715. package/js/plugins/devtools/wiring.devtools.js.map +1 -1
  1716. package/js/plugins/x-bus.js +19 -19
  1717. package/js/plugins/x-bus.js.map +1 -1
  1718. package/js/plugins/x-emitters.js +62 -60
  1719. package/js/plugins/x-emitters.js.map +1 -1
  1720. package/js/plugins/x-plugin.js +310 -310
  1721. package/js/plugins/x-plugin.js.map +1 -1
  1722. package/js/plugins/x-plugin.utils.js +24 -28
  1723. package/js/plugins/x-plugin.utils.js.map +1 -1
  1724. package/js/services/directional-focus-navigation.service.js +408 -410
  1725. package/js/services/directional-focus-navigation.service.js.map +1 -1
  1726. package/js/services/state-machine.service.js +26 -26
  1727. package/js/services/state-machine.service.js.map +1 -1
  1728. package/js/store/utils/config-store.utils.js +21 -21
  1729. package/js/store/utils/config-store.utils.js.map +1 -1
  1730. package/js/store/utils/fetch-and-save-action.utils.js +68 -74
  1731. package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
  1732. package/js/store/utils/getters-proxy.utils.js +96 -95
  1733. package/js/store/utils/getters-proxy.utils.js.map +1 -1
  1734. package/js/store/utils/query.utils.js +33 -33
  1735. package/js/store/utils/query.utils.js.map +1 -1
  1736. package/js/store/utils/status-store.utils.js +9 -9
  1737. package/js/store/utils/status-store.utils.js.map +1 -1
  1738. package/js/store/utils/store-emitters.utils.js +10 -10
  1739. package/js/store/utils/store-emitters.utils.js.map +1 -1
  1740. package/js/store/x.module.js +9 -9
  1741. package/js/store/x.module.js.map +1 -1
  1742. package/js/types/animation-prop.js +10 -10
  1743. package/js/types/animation-prop.js.map +1 -1
  1744. package/js/utils/array.js +183 -182
  1745. package/js/utils/array.js.map +1 -1
  1746. package/js/utils/cancellable-promise.js +38 -38
  1747. package/js/utils/cancellable-promise.js.map +1 -1
  1748. package/js/utils/clone.js +11 -10
  1749. package/js/utils/clone.js.map +1 -1
  1750. package/js/utils/currency-formatter.js +117 -114
  1751. package/js/utils/currency-formatter.js.map +1 -1
  1752. package/js/utils/debounce.js +58 -60
  1753. package/js/utils/debounce.js.map +1 -1
  1754. package/js/utils/filters.js +32 -32
  1755. package/js/utils/filters.js.map +1 -1
  1756. package/js/utils/focus.js +6 -8
  1757. package/js/utils/focus.js.map +1 -1
  1758. package/js/utils/function.js +6 -7
  1759. package/js/utils/function.js.map +1 -1
  1760. package/js/utils/get-url-parameters.js +11 -11
  1761. package/js/utils/get-url-parameters.js.map +1 -1
  1762. package/js/utils/html.js +48 -48
  1763. package/js/utils/html.js.map +1 -1
  1764. package/js/utils/ios-utils.js +30 -0
  1765. package/js/utils/ios-utils.js.map +1 -0
  1766. package/js/utils/is-new-query.js +42 -42
  1767. package/js/utils/is-new-query.js.map +1 -1
  1768. package/js/utils/normalize.js +25 -25
  1769. package/js/utils/normalize.js.map +1 -1
  1770. package/js/utils/number.js +11 -12
  1771. package/js/utils/number.js.map +1 -1
  1772. package/js/utils/origin.js +15 -17
  1773. package/js/utils/origin.js.map +1 -1
  1774. package/js/utils/sanitize.js +10 -10
  1775. package/js/utils/sanitize.js.map +1 -1
  1776. package/js/utils/storage.js +15 -15
  1777. package/js/utils/storage.js.map +1 -1
  1778. package/js/utils/string.js +44 -44
  1779. package/js/utils/string.js.map +1 -1
  1780. package/js/utils/throttle.js +22 -22
  1781. package/js/utils/throttle.js.map +1 -1
  1782. package/js/wiring/namespaced-wires.factory.js +66 -64
  1783. package/js/wiring/namespaced-wires.factory.js.map +1 -1
  1784. package/js/wiring/namespaced-wires.operators.js +41 -41
  1785. package/js/wiring/namespaced-wires.operators.js.map +1 -1
  1786. package/js/wiring/wires-operators.utils.js +49 -47
  1787. package/js/wiring/wires-operators.utils.js.map +1 -1
  1788. package/js/wiring/wires.factory.js +108 -101
  1789. package/js/wiring/wires.factory.js.map +1 -1
  1790. package/js/wiring/wires.operators.js +121 -121
  1791. package/js/wiring/wires.operators.js.map +1 -1
  1792. package/js/wiring/wiring.utils.js +29 -29
  1793. package/js/wiring/wiring.utils.js.map +1 -1
  1794. package/js/x-bus/x-bus.js +181 -0
  1795. package/js/x-bus/x-bus.js.map +1 -0
  1796. package/js/x-bus/x-priority-queue/x-priority-queue.js +177 -0
  1797. package/js/x-bus/x-priority-queue/x-priority-queue.js.map +1 -0
  1798. package/js/x-installer/api/base-api.js +109 -110
  1799. package/js/x-installer/api/base-api.js.map +1 -1
  1800. package/js/x-installer/x-installer/x-installer.js +276 -275
  1801. package/js/x-installer/x-installer/x-installer.js.map +1 -1
  1802. package/js/x-modules/ai/components/ai-overview.vue.js +320 -0
  1803. package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -0
  1804. package/js/x-modules/ai/components/ai-overview.vue2.js +233 -0
  1805. package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -0
  1806. package/js/x-modules/ai/components/ai-overview.vue3.js +7 -0
  1807. package/js/x-modules/ai/components/ai-overview.vue3.js.map +1 -0
  1808. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js +40 -0
  1809. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js.map +1 -0
  1810. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +100 -0
  1811. package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -0
  1812. package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
  1813. package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
  1814. package/js/x-modules/ai/store/actions/set-url-params.action.js +13 -0
  1815. package/js/x-modules/ai/store/actions/set-url-params.action.js.map +1 -0
  1816. package/js/x-modules/ai/store/emitters.js +17 -0
  1817. package/js/x-modules/ai/store/emitters.js.map +1 -0
  1818. package/js/x-modules/ai/store/getters/ai-query.getter.js +19 -0
  1819. package/js/x-modules/ai/store/getters/ai-query.getter.js.map +1 -0
  1820. package/js/x-modules/ai/store/getters/suggestions-request.getter.js +17 -0
  1821. package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -0
  1822. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js +16 -0
  1823. package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js.map +1 -0
  1824. package/js/x-modules/ai/store/module.js +110 -0
  1825. package/js/x-modules/ai/store/module.js.map +1 -0
  1826. package/js/x-modules/ai/wiring.js +74 -0
  1827. package/js/x-modules/ai/wiring.js.map +1 -0
  1828. package/js/x-modules/ai/x-module.js +28 -0
  1829. package/js/x-modules/ai/x-module.js.map +1 -0
  1830. package/js/x-modules/device/components/device-detector.vue.js +2 -2
  1831. package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
  1832. package/js/x-modules/device/components/device-detector.vue2.js +118 -118
  1833. package/js/x-modules/device/components/device-detector.vue2.js.map +1 -1
  1834. package/js/x-modules/device/store/emitters.js +6 -5
  1835. package/js/x-modules/device/store/emitters.js.map +1 -1
  1836. package/js/x-modules/device/store/module.js +16 -16
  1837. package/js/x-modules/device/store/module.js.map +1 -1
  1838. package/js/x-modules/device/wiring.js +21 -21
  1839. package/js/x-modules/device/wiring.js.map +1 -1
  1840. package/js/x-modules/device/x-module.js +12 -12
  1841. package/js/x-modules/device/x-module.js.map +1 -1
  1842. package/js/x-modules/empathize/components/empathize.vue.js +5 -6
  1843. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  1844. package/js/x-modules/empathize/components/empathize.vue2.js +156 -121
  1845. package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
  1846. package/js/x-modules/empathize/store/emitters.js +6 -5
  1847. package/js/x-modules/empathize/store/emitters.js.map +1 -1
  1848. package/js/x-modules/empathize/store/module.js +20 -20
  1849. package/js/x-modules/empathize/store/module.js.map +1 -1
  1850. package/js/x-modules/empathize/wiring.js +24 -24
  1851. package/js/x-modules/empathize/wiring.js.map +1 -1
  1852. package/js/x-modules/empathize/x-module.js +12 -12
  1853. package/js/x-modules/empathize/x-module.js.map +1 -1
  1854. package/js/x-modules/experience-controls/components/experience-controls.vue.js +25 -26
  1855. package/js/x-modules/experience-controls/components/experience-controls.vue.js.map +1 -1
  1856. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js +20 -20
  1857. package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js.map +1 -1
  1858. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js +14 -15
  1859. package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js.map +1 -1
  1860. package/js/x-modules/experience-controls/store/emitters.js +11 -10
  1861. package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
  1862. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js +14 -15
  1863. package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js.map +1 -1
  1864. package/js/x-modules/experience-controls/store/module.js +33 -35
  1865. package/js/x-modules/experience-controls/store/module.js.map +1 -1
  1866. package/js/x-modules/experience-controls/wiring.js +38 -38
  1867. package/js/x-modules/experience-controls/wiring.js.map +1 -1
  1868. package/js/x-modules/experience-controls/x-module.js +12 -12
  1869. package/js/x-modules/experience-controls/x-module.js.map +1 -1
  1870. package/js/x-modules/extra-params/components/extra-params.vue.js +26 -27
  1871. package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
  1872. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +32 -32
  1873. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  1874. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
  1875. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +41 -41
  1876. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
  1877. package/js/x-modules/extra-params/store/emitters.js +11 -10
  1878. package/js/x-modules/extra-params/store/emitters.js.map +1 -1
  1879. package/js/x-modules/extra-params/store/module.js +16 -16
  1880. package/js/x-modules/extra-params/store/module.js.map +1 -1
  1881. package/js/x-modules/extra-params/wiring.js +27 -27
  1882. package/js/x-modules/extra-params/wiring.js.map +1 -1
  1883. package/js/x-modules/extra-params/x-module.js +12 -12
  1884. package/js/x-modules/extra-params/x-module.js.map +1 -1
  1885. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  1886. package/js/x-modules/facets/components/clear-filters.vue2.js +42 -42
  1887. package/js/x-modules/facets/components/clear-filters.vue2.js.map +1 -1
  1888. package/js/x-modules/facets/components/facets/facets-provider.vue2.js +91 -91
  1889. package/js/x-modules/facets/components/facets/facets-provider.vue2.js.map +1 -1
  1890. package/js/x-modules/facets/components/facets/facets-provider.vue3.js +1 -1
  1891. package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
  1892. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  1893. package/js/x-modules/facets/components/facets/facets.vue2.js +124 -126
  1894. package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
  1895. package/js/x-modules/facets/components/facets/facets.vue3.js +1 -1
  1896. package/js/x-modules/facets/components/filters/all-filter.vue.js +6 -3
  1897. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  1898. package/js/x-modules/facets/components/filters/all-filter.vue2.js +63 -63
  1899. package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
  1900. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +19 -16
  1901. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  1902. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js +221 -221
  1903. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
  1904. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue3.js +1 -1
  1905. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +34 -26
  1906. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  1907. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js +108 -109
  1908. package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js.map +1 -1
  1909. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +13 -16
  1910. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  1911. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js +55 -55
  1912. package/js/x-modules/facets/components/filters/number-range-filter.vue2.js.map +1 -1
  1913. package/js/x-modules/facets/components/filters/renderless-filter.vue.js +57 -57
  1914. package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
  1915. package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -16
  1916. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  1917. package/js/x-modules/facets/components/filters/simple-filter.vue2.js +41 -41
  1918. package/js/x-modules/facets/components/filters/simple-filter.vue2.js.map +1 -1
  1919. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +36 -36
  1920. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
  1921. package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
  1922. package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
  1923. package/js/x-modules/facets/components/lists/filters-list.vue2.js +76 -76
  1924. package/js/x-modules/facets/components/lists/filters-list.vue2.js.map +1 -1
  1925. package/js/x-modules/facets/components/lists/filters-list.vue3.js +1 -1
  1926. package/js/x-modules/facets/components/lists/filters-search.vue.js +3 -5
  1927. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  1928. package/js/x-modules/facets/components/lists/filters-search.vue2.js +93 -93
  1929. package/js/x-modules/facets/components/lists/filters-search.vue2.js.map +1 -1
  1930. package/js/x-modules/facets/components/lists/filters-search.vue3.js +1 -1
  1931. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +50 -63
  1932. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  1933. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +58 -58
  1934. package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
  1935. package/js/x-modules/facets/components/lists/selected-filters.vue.js +25 -25
  1936. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  1937. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +25 -12
  1938. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  1939. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js +95 -95
  1940. package/js/x-modules/facets/components/lists/sliced-filters.vue2.js.map +1 -1
  1941. package/js/x-modules/facets/components/lists/sorted-filters.vue.js +46 -46
  1942. package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
  1943. package/js/x-modules/facets/components/preselected-filters.vue.js +62 -62
  1944. package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
  1945. package/js/x-modules/facets/composables/use-facets.js +46 -50
  1946. package/js/x-modules/facets/composables/use-facets.js.map +1 -1
  1947. package/js/x-modules/facets/composables/use-filters-injection.js +54 -57
  1948. package/js/x-modules/facets/composables/use-filters-injection.js.map +1 -1
  1949. package/js/x-modules/facets/entities/add-facet-if-not-present.js +16 -16
  1950. package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
  1951. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -95
  1952. package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
  1953. package/js/x-modules/facets/entities/filter-entity.factory.js +122 -119
  1954. package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
  1955. package/js/x-modules/facets/entities/hierarchical-filter.entity.js +84 -82
  1956. package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
  1957. package/js/x-modules/facets/entities/number-range-filter.entity.js +30 -28
  1958. package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
  1959. package/js/x-modules/facets/entities/raw-filter.entity.js +32 -30
  1960. package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
  1961. package/js/x-modules/facets/entities/simple-filter.entity.js +30 -28
  1962. package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
  1963. package/js/x-modules/facets/entities/single-select.modifier.js +83 -81
  1964. package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
  1965. package/js/x-modules/facets/entities/sticky.modifier.js +29 -29
  1966. package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -1
  1967. package/js/x-modules/facets/entities/types.js +27 -27
  1968. package/js/x-modules/facets/entities/types.js.map +1 -1
  1969. package/js/x-modules/facets/service/facets.service.js +228 -228
  1970. package/js/x-modules/facets/service/facets.service.js.map +1 -1
  1971. package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js +38 -0
  1972. package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js.map +1 -0
  1973. package/js/x-modules/facets/store/actions/fetch-facets-response.action.js +16 -0
  1974. package/js/x-modules/facets/store/actions/fetch-facets-response.action.js.map +1 -0
  1975. package/js/x-modules/facets/store/actions/save-origin.action.js +16 -0
  1976. package/js/x-modules/facets/store/actions/save-origin.action.js.map +1 -0
  1977. package/js/x-modules/facets/store/constants.js.map +1 -1
  1978. package/js/x-modules/facets/store/emitters.js +24 -24
  1979. package/js/x-modules/facets/store/emitters.js.map +1 -1
  1980. package/js/x-modules/facets/store/getters/facets.getter.js +15 -15
  1981. package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
  1982. package/js/x-modules/facets/store/getters/request.getter.js +23 -0
  1983. package/js/x-modules/facets/store/getters/request.getter.js.map +1 -0
  1984. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +19 -19
  1985. package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
  1986. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +22 -22
  1987. package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -1
  1988. package/js/x-modules/facets/store/getters/selected-filters.getter.js +19 -19
  1989. package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
  1990. package/js/x-modules/facets/store/module.js +89 -67
  1991. package/js/x-modules/facets/store/module.js.map +1 -1
  1992. package/js/x-modules/facets/utils.js +57 -15
  1993. package/js/x-modules/facets/utils.js.map +1 -1
  1994. package/js/x-modules/facets/wiring.js +195 -195
  1995. package/js/x-modules/facets/wiring.js.map +1 -1
  1996. package/js/x-modules/facets/x-module.js +12 -12
  1997. package/js/x-modules/facets/x-module.js.map +1 -1
  1998. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +6 -3
  1999. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  2000. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js +52 -52
  2001. package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
  2002. package/js/x-modules/history-queries/components/history-queries-switch.vue.js +4 -4
  2003. package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
  2004. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +44 -47
  2005. package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
  2006. package/js/x-modules/history-queries/components/history-queries.vue.js +2 -11
  2007. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  2008. package/js/x-modules/history-queries/components/history-queries.vue2.js +26 -28
  2009. package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
  2010. package/js/x-modules/history-queries/components/history-query.vue.js +10 -11
  2011. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  2012. package/js/x-modules/history-queries/components/history-query.vue2.js +49 -49
  2013. package/js/x-modules/history-queries/components/history-query.vue2.js.map +1 -1
  2014. package/js/x-modules/history-queries/components/my-history.vue.js +6 -9
  2015. package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
  2016. package/js/x-modules/history-queries/components/my-history.vue2.js +128 -128
  2017. package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
  2018. package/js/x-modules/history-queries/components/my-history.vue3.js +1 -1
  2019. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
  2020. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  2021. package/js/x-modules/history-queries/components/remove-history-query.vue2.js +39 -39
  2022. package/js/x-modules/history-queries/components/remove-history-query.vue2.js.map +1 -1
  2023. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +135 -137
  2024. package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
  2025. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +11 -12
  2026. package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
  2027. package/js/x-modules/history-queries/store/actions/refresh-session.action.js +11 -11
  2028. package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
  2029. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +12 -12
  2030. package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
  2031. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +16 -16
  2032. package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
  2033. package/js/x-modules/history-queries/store/actions/set-url-params.action.js +10 -11
  2034. package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
  2035. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +6 -6
  2036. package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -1
  2037. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +64 -68
  2038. package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -1
  2039. package/js/x-modules/history-queries/store/constants.js +2 -2
  2040. package/js/x-modules/history-queries/store/constants.js.map +1 -1
  2041. package/js/x-modules/history-queries/store/emitters.js +16 -15
  2042. package/js/x-modules/history-queries/store/emitters.js.map +1 -1
  2043. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +10 -14
  2044. package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -1
  2045. package/js/x-modules/history-queries/store/getters/history-queries.getter.js +44 -44
  2046. package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
  2047. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +12 -11
  2048. package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
  2049. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +10 -10
  2050. package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
  2051. package/js/x-modules/history-queries/store/getters/storage-key.getter.js +8 -8
  2052. package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
  2053. package/js/x-modules/history-queries/store/module.js +54 -54
  2054. package/js/x-modules/history-queries/store/module.js.map +1 -1
  2055. package/js/x-modules/history-queries/wiring.js +169 -169
  2056. package/js/x-modules/history-queries/wiring.js.map +1 -1
  2057. package/js/x-modules/history-queries/x-module.js +12 -12
  2058. package/js/x-modules/history-queries/x-module.js.map +1 -1
  2059. package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
  2060. package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
  2061. package/js/x-modules/identifier-results/components/identifier-result.vue2.js +53 -55
  2062. package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
  2063. package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
  2064. package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
  2065. package/js/x-modules/identifier-results/components/identifier-results.vue2.js +57 -57
  2066. package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
  2067. package/js/x-modules/identifier-results/components/identifier-results.vue3.js +1 -1
  2068. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +23 -23
  2069. package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
  2070. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +13 -14
  2071. package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
  2072. package/js/x-modules/identifier-results/store/actions/save-origin.action.js +10 -11
  2073. package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
  2074. package/js/x-modules/identifier-results/store/actions/save-query.action.js +16 -17
  2075. package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
  2076. package/js/x-modules/identifier-results/store/emitters.js +12 -11
  2077. package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
  2078. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +11 -12
  2079. package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
  2080. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +19 -20
  2081. package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
  2082. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +18 -19
  2083. package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
  2084. package/js/x-modules/identifier-results/store/module.js +48 -48
  2085. package/js/x-modules/identifier-results/store/module.js.map +1 -1
  2086. package/js/x-modules/identifier-results/wiring.js +114 -114
  2087. package/js/x-modules/identifier-results/wiring.js.map +1 -1
  2088. package/js/x-modules/identifier-results/x-module.js +12 -12
  2089. package/js/x-modules/identifier-results/x-module.js.map +1 -1
  2090. package/js/x-modules/next-queries/components/next-queries-list.vue.js +121 -123
  2091. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  2092. package/js/x-modules/next-queries/components/next-queries.vue.js +3 -9
  2093. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  2094. package/js/x-modules/next-queries/components/next-queries.vue2.js +49 -49
  2095. package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
  2096. package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
  2097. package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
  2098. package/js/x-modules/next-queries/components/next-query-preview.vue2.js +56 -56
  2099. package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
  2100. package/js/x-modules/next-queries/components/next-query.vue.js +3 -6
  2101. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  2102. package/js/x-modules/next-queries/components/next-query.vue2.js +52 -52
  2103. package/js/x-modules/next-queries/components/next-query.vue2.js.map +1 -1
  2104. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +21 -22
  2105. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
  2106. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +16 -18
  2107. package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -1
  2108. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +15 -15
  2109. package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
  2110. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +26 -23
  2111. package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -1
  2112. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +12 -13
  2113. package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
  2114. package/js/x-modules/next-queries/store/actions/set-url-params.action.js +10 -11
  2115. package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
  2116. package/js/x-modules/next-queries/store/emitters.js +12 -11
  2117. package/js/x-modules/next-queries/store/emitters.js.map +1 -1
  2118. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js +10 -12
  2119. package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js.map +1 -1
  2120. package/js/x-modules/next-queries/store/getters/next-queries.getter.js +13 -14
  2121. package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
  2122. package/js/x-modules/next-queries/store/getters/request.getter.js +19 -21
  2123. package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
  2124. package/js/x-modules/next-queries/store/module.js +64 -64
  2125. package/js/x-modules/next-queries/store/module.js.map +1 -1
  2126. package/js/x-modules/next-queries/wiring.js +130 -130
  2127. package/js/x-modules/next-queries/wiring.js.map +1 -1
  2128. package/js/x-modules/next-queries/x-module.js +12 -12
  2129. package/js/x-modules/next-queries/x-module.js.map +1 -1
  2130. package/js/x-modules/popular-searches/components/popular-search.vue.js +3 -6
  2131. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  2132. package/js/x-modules/popular-searches/components/popular-search.vue2.js +32 -32
  2133. package/js/x-modules/popular-searches/components/popular-search.vue2.js.map +1 -1
  2134. package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
  2135. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  2136. package/js/x-modules/popular-searches/components/popular-searches.vue2.js +25 -25
  2137. package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
  2138. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +19 -20
  2139. package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2140. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +12 -12
  2141. package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
  2142. package/js/x-modules/popular-searches/store/emitters.js +9 -9
  2143. package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
  2144. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +14 -15
  2145. package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
  2146. package/js/x-modules/popular-searches/store/getters/request.getter.js +14 -16
  2147. package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
  2148. package/js/x-modules/popular-searches/store/module.js +41 -41
  2149. package/js/x-modules/popular-searches/store/module.js.map +1 -1
  2150. package/js/x-modules/popular-searches/wiring.js +51 -51
  2151. package/js/x-modules/popular-searches/wiring.js.map +1 -1
  2152. package/js/x-modules/popular-searches/x-module.js +12 -12
  2153. package/js/x-modules/popular-searches/x-module.js.map +1 -1
  2154. package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
  2155. package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
  2156. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +108 -102
  2157. package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
  2158. package/js/x-modules/queries-preview/components/query-preview-list.vue.js +37 -28
  2159. package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
  2160. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +161 -148
  2161. package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
  2162. package/js/x-modules/queries-preview/components/query-preview-list.vue3.js +7 -0
  2163. package/js/x-modules/queries-preview/components/query-preview-list.vue3.js.map +1 -0
  2164. package/js/x-modules/queries-preview/components/query-preview.vue.js +39 -28
  2165. package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
  2166. package/js/x-modules/queries-preview/components/query-preview.vue2.js +297 -272
  2167. package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
  2168. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +37 -35
  2169. package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -1
  2170. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -43
  2171. package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
  2172. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +18 -18
  2173. package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -1
  2174. package/js/x-modules/queries-preview/store/emitters.js +12 -10
  2175. package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
  2176. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +11 -12
  2177. package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -1
  2178. package/js/x-modules/queries-preview/store/module.js +63 -63
  2179. package/js/x-modules/queries-preview/store/module.js.map +1 -1
  2180. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +47 -27
  2181. package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
  2182. package/js/x-modules/queries-preview/wiring.js +96 -96
  2183. package/js/x-modules/queries-preview/wiring.js.map +1 -1
  2184. package/js/x-modules/queries-preview/x-module.js +12 -12
  2185. package/js/x-modules/queries-preview/x-module.js.map +1 -1
  2186. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
  2187. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  2188. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +35 -35
  2189. package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
  2190. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
  2191. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  2192. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +17 -17
  2193. package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js.map +1 -1
  2194. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +19 -20
  2195. package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
  2196. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +15 -15
  2197. package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
  2198. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +10 -11
  2199. package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
  2200. package/js/x-modules/query-suggestions/store/emitters.js +9 -8
  2201. package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
  2202. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +9 -11
  2203. package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
  2204. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +50 -50
  2205. package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
  2206. package/js/x-modules/query-suggestions/store/getters/request.getter.js +17 -19
  2207. package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
  2208. package/js/x-modules/query-suggestions/store/module.js +47 -47
  2209. package/js/x-modules/query-suggestions/store/module.js.map +1 -1
  2210. package/js/x-modules/query-suggestions/wiring.js +124 -124
  2211. package/js/x-modules/query-suggestions/wiring.js.map +1 -1
  2212. package/js/x-modules/query-suggestions/x-module.js +12 -12
  2213. package/js/x-modules/query-suggestions/x-module.js.map +1 -1
  2214. package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
  2215. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  2216. package/js/x-modules/recommendations/components/recommendations.vue2.js +60 -62
  2217. package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
  2218. package/js/x-modules/recommendations/components/recommendations.vue3.js +1 -1
  2219. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +21 -22
  2220. package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
  2221. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +12 -12
  2222. package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
  2223. package/js/x-modules/recommendations/store/constants.js +5 -5
  2224. package/js/x-modules/recommendations/store/constants.js.map +1 -1
  2225. package/js/x-modules/recommendations/store/emitters.js +11 -10
  2226. package/js/x-modules/recommendations/store/emitters.js.map +1 -1
  2227. package/js/x-modules/recommendations/store/getters/request.getter.js +16 -16
  2228. package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
  2229. package/js/x-modules/recommendations/store/module.js +42 -42
  2230. package/js/x-modules/recommendations/store/module.js.map +1 -1
  2231. package/js/x-modules/recommendations/wiring.js +43 -43
  2232. package/js/x-modules/recommendations/wiring.js.map +1 -1
  2233. package/js/x-modules/recommendations/x-module.js +12 -12
  2234. package/js/x-modules/recommendations/x-module.js.map +1 -1
  2235. package/js/x-modules/related-prompts/components/related-prompt.vue.js +28 -80
  2236. package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -1
  2237. package/js/x-modules/related-prompts/components/related-prompt.vue2.js +34 -47
  2238. package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -1
  2239. package/js/x-modules/related-prompts/components/related-prompt.vue3.js +2 -2
  2240. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +142 -145
  2241. package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
  2242. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +101 -0
  2243. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
  2244. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +219 -0
  2245. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
  2246. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
  2247. package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
  2248. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +23 -23
  2249. package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -1
  2250. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +14 -14
  2251. package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -1
  2252. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +14 -0
  2253. package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
  2254. package/js/x-modules/related-prompts/store/emitters.js +10 -7
  2255. package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
  2256. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
  2257. package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
  2258. package/js/x-modules/related-prompts/store/getters/request.getter.js +13 -12
  2259. package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
  2260. package/js/x-modules/related-prompts/store/module.js +56 -45
  2261. package/js/x-modules/related-prompts/store/module.js.map +1 -1
  2262. package/js/x-modules/related-prompts/wiring.js +82 -82
  2263. package/js/x-modules/related-prompts/wiring.js.map +1 -1
  2264. package/js/x-modules/related-prompts/x-module.js +13 -13
  2265. package/js/x-modules/related-prompts/x-module.js.map +1 -1
  2266. package/js/x-modules/related-tags/components/related-tag.vue.js +3 -4
  2267. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  2268. package/js/x-modules/related-tags/components/related-tag.vue2.js +115 -115
  2269. package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
  2270. package/js/x-modules/related-tags/components/related-tags.vue.js +8 -11
  2271. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  2272. package/js/x-modules/related-tags/components/related-tags.vue2.js +52 -54
  2273. package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
  2274. package/js/x-modules/related-tags/components/related-tags.vue3.js +1 -1
  2275. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +19 -20
  2276. package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
  2277. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +12 -12
  2278. package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
  2279. package/js/x-modules/related-tags/store/actions/set-url-params.action.js +30 -27
  2280. package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
  2281. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +18 -19
  2282. package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
  2283. package/js/x-modules/related-tags/store/emitters.js +13 -12
  2284. package/js/x-modules/related-tags/store/emitters.js.map +1 -1
  2285. package/js/x-modules/related-tags/store/getters/query.getter.js +10 -12
  2286. package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -1
  2287. package/js/x-modules/related-tags/store/getters/related-tags.getter.js +9 -10
  2288. package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
  2289. package/js/x-modules/related-tags/store/getters/request.getter.js +19 -21
  2290. package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
  2291. package/js/x-modules/related-tags/store/module.js +45 -45
  2292. package/js/x-modules/related-tags/store/module.js.map +1 -1
  2293. package/js/x-modules/related-tags/wiring.js +129 -129
  2294. package/js/x-modules/related-tags/wiring.js.map +1 -1
  2295. package/js/x-modules/related-tags/x-module.js +12 -12
  2296. package/js/x-modules/related-tags/x-module.js.map +1 -1
  2297. package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
  2298. package/js/x-modules/scroll/components/main-scroll-item.vue2.js +75 -77
  2299. package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
  2300. package/js/x-modules/scroll/components/main-scroll.vue.js +169 -169
  2301. package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
  2302. package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
  2303. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  2304. package/js/x-modules/scroll/components/scroll-to-top.vue2.js +147 -141
  2305. package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
  2306. package/js/x-modules/scroll/components/scroll.const.js +11 -11
  2307. package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
  2308. package/js/x-modules/scroll/components/scroll.vue.js +3 -3
  2309. package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
  2310. package/js/x-modules/scroll/components/scroll.vue2.js +102 -102
  2311. package/js/x-modules/scroll/components/scroll.vue2.js.map +1 -1
  2312. package/js/x-modules/scroll/store/emitters.js +6 -5
  2313. package/js/x-modules/scroll/store/emitters.js.map +1 -1
  2314. package/js/x-modules/scroll/store/module.js +29 -29
  2315. package/js/x-modules/scroll/store/module.js.map +1 -1
  2316. package/js/x-modules/scroll/wiring.js +89 -89
  2317. package/js/x-modules/scroll/wiring.js.map +1 -1
  2318. package/js/x-modules/scroll/x-module.js +12 -12
  2319. package/js/x-modules/scroll/x-module.js.map +1 -1
  2320. package/js/x-modules/search/components/banner.vue.js +5 -4
  2321. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  2322. package/js/x-modules/search/components/banner.vue2.js +61 -61
  2323. package/js/x-modules/search/components/banner.vue2.js.map +1 -1
  2324. package/js/x-modules/search/components/banner.vue3.js +1 -1
  2325. package/js/x-modules/search/components/banners-list.vue.js +96 -95
  2326. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  2327. package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
  2328. package/js/x-modules/search/components/fallback-disclaimer.vue2.js +14 -17
  2329. package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
  2330. package/js/x-modules/search/components/partial-query-button.vue.js +2 -2
  2331. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  2332. package/js/x-modules/search/components/partial-query-button.vue2.js +49 -49
  2333. package/js/x-modules/search/components/partial-query-button.vue2.js.map +1 -1
  2334. package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
  2335. package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
  2336. package/js/x-modules/search/components/partial-results-list.vue2.js +50 -52
  2337. package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
  2338. package/js/x-modules/search/components/partial-results-list.vue3.js +1 -1
  2339. package/js/x-modules/search/components/promoted.vue.js +6 -4
  2340. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  2341. package/js/x-modules/search/components/promoted.vue2.js +40 -40
  2342. package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
  2343. package/js/x-modules/search/components/promoted.vue3.js +1 -1
  2344. package/js/x-modules/search/components/promoteds-list.vue.js +72 -72
  2345. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  2346. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  2347. package/js/x-modules/search/components/redirection.vue2.js +113 -114
  2348. package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
  2349. package/js/x-modules/search/components/results-list.vue.js +63 -69
  2350. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  2351. package/js/x-modules/search/components/sort-dropdown.vue.js +5 -7
  2352. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  2353. package/js/x-modules/search/components/sort-dropdown.vue2.js +43 -43
  2354. package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
  2355. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  2356. package/js/x-modules/search/components/sort-list.vue2.js +44 -44
  2357. package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
  2358. package/js/x-modules/search/components/sort-list.vue3.js +1 -1
  2359. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
  2360. package/js/x-modules/search/components/sort-picker-list.vue2.js +45 -45
  2361. package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
  2362. package/js/x-modules/search/components/spellcheck-button.vue.js +2 -2
  2363. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  2364. package/js/x-modules/search/components/spellcheck-button.vue2.js +45 -45
  2365. package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
  2366. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  2367. package/js/x-modules/search/components/spellcheck.vue2.js +26 -26
  2368. package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
  2369. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +51 -44
  2370. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  2371. package/js/x-modules/search/store/actions/fetch-search-response.action.js +11 -11
  2372. package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
  2373. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +14 -15
  2374. package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
  2375. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +29 -30
  2376. package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -1
  2377. package/js/x-modules/search/store/actions/save-origin.action.js +10 -11
  2378. package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
  2379. package/js/x-modules/search/store/actions/save-search-response.action.js +41 -41
  2380. package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
  2381. package/js/x-modules/search/store/actions/set-url-params.action.js +13 -15
  2382. package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
  2383. package/js/x-modules/search/store/emitters.js +44 -43
  2384. package/js/x-modules/search/store/emitters.js.map +1 -1
  2385. package/js/x-modules/search/store/getters/query.getter.js +12 -12
  2386. package/js/x-modules/search/store/getters/query.getter.js.map +1 -1
  2387. package/js/x-modules/search/store/getters/request.getter.js +20 -21
  2388. package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
  2389. package/js/x-modules/search/store/module.js +152 -150
  2390. package/js/x-modules/search/store/module.js.map +1 -1
  2391. package/js/x-modules/search/wiring.js +255 -251
  2392. package/js/x-modules/search/wiring.js.map +1 -1
  2393. package/js/x-modules/search/x-module.js +12 -12
  2394. package/js/x-modules/search/x-module.js.map +1 -1
  2395. package/js/x-modules/search-box/components/clear-search-input.vue.js +6 -3
  2396. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  2397. package/js/x-modules/search-box/components/clear-search-input.vue2.js +34 -34
  2398. package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
  2399. package/js/x-modules/search-box/components/search-button.vue.js +10 -12
  2400. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  2401. package/js/x-modules/search-box/components/search-button.vue2.js +50 -50
  2402. package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
  2403. package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
  2404. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +175 -175
  2405. package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
  2406. package/js/x-modules/search-box/components/search-input-placeholder.vue3.js +1 -1
  2407. package/js/x-modules/search-box/components/search-input-placeholder.vue4.js +1 -1
  2408. package/js/x-modules/search-box/components/search-input.vue.js +10 -10
  2409. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  2410. package/js/x-modules/search-box/components/search-input.vue2.js +219 -219
  2411. package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
  2412. package/js/x-modules/search-box/components/search-input.vue3.js +1 -1
  2413. package/js/x-modules/search-box/store/actions/set-input-status.action.js +43 -43
  2414. package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -1
  2415. package/js/x-modules/search-box/store/actions/set-url-params.action.js +10 -11
  2416. package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
  2417. package/js/x-modules/search-box/store/emitters.js +9 -8
  2418. package/js/x-modules/search-box/store/emitters.js.map +1 -1
  2419. package/js/x-modules/search-box/store/module.js +26 -26
  2420. package/js/x-modules/search-box/store/module.js.map +1 -1
  2421. package/js/x-modules/search-box/wiring.js +96 -95
  2422. package/js/x-modules/search-box/wiring.js.map +1 -1
  2423. package/js/x-modules/search-box/x-module.js +12 -12
  2424. package/js/x-modules/search-box/x-module.js.map +1 -1
  2425. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +4 -6
  2426. package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
  2427. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +52 -54
  2428. package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
  2429. package/js/x-modules/semantic-queries/components/semantic-query.vue.js +3 -6
  2430. package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
  2431. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +32 -32
  2432. package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
  2433. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +18 -20
  2434. package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -1
  2435. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +12 -12
  2436. package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -1
  2437. package/js/x-modules/semantic-queries/store/emitters.js +8 -8
  2438. package/js/x-modules/semantic-queries/store/emitters.js.map +1 -1
  2439. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +11 -11
  2440. package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
  2441. package/js/x-modules/semantic-queries/store/getters/request.getter.js +21 -20
  2442. package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
  2443. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
  2444. package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
  2445. package/js/x-modules/semantic-queries/store/module.js +47 -41
  2446. package/js/x-modules/semantic-queries/store/module.js.map +1 -1
  2447. package/js/x-modules/semantic-queries/wiring.js +85 -80
  2448. package/js/x-modules/semantic-queries/wiring.js.map +1 -1
  2449. package/js/x-modules/semantic-queries/x-module.js +12 -12
  2450. package/js/x-modules/semantic-queries/x-module.js.map +1 -1
  2451. package/js/x-modules/tagging/components/tagging.vue.js +97 -97
  2452. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
  2453. package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +176 -146
  2454. package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
  2455. package/js/x-modules/tagging/store/actions/track.action.js +35 -36
  2456. package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
  2457. package/js/x-modules/tagging/store/emitters.js +12 -12
  2458. package/js/x-modules/tagging/store/emitters.js.map +1 -1
  2459. package/js/x-modules/tagging/store/module.js +41 -37
  2460. package/js/x-modules/tagging/store/module.js.map +1 -1
  2461. package/js/x-modules/tagging/wiring.js +427 -260
  2462. package/js/x-modules/tagging/wiring.js.map +1 -1
  2463. package/js/x-modules/tagging/x-module.js +12 -12
  2464. package/js/x-modules/tagging/x-module.js.map +1 -1
  2465. package/js/x-modules/url/components/url-handler.vue.js +2 -2
  2466. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  2467. package/js/x-modules/url/components/url-handler.vue2.js +316 -317
  2468. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  2469. package/js/x-modules/url/store/emitters.js +49 -48
  2470. package/js/x-modules/url/store/emitters.js.map +1 -1
  2471. package/js/x-modules/url/store/getters/url-params.getter.js +33 -35
  2472. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  2473. package/js/x-modules/url/store/initial-state.js +14 -13
  2474. package/js/x-modules/url/store/initial-state.js.map +1 -1
  2475. package/js/x-modules/url/store/module.js +39 -36
  2476. package/js/x-modules/url/store/module.js.map +1 -1
  2477. package/js/x-modules/url/store/mutations/set-params.mutation.js +14 -14
  2478. package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
  2479. package/js/x-modules/url/wiring.js +124 -115
  2480. package/js/x-modules/url/wiring.js.map +1 -1
  2481. package/js/x-modules/url/x-module.js +12 -12
  2482. package/js/x-modules/url/x-module.js.map +1 -1
  2483. package/next-queries/index.js +4 -4
  2484. package/package.json +75 -88
  2485. package/popular-searches/index.js +2 -2
  2486. package/queries-preview/index.js +4 -4
  2487. package/query-suggestions/index.js +1 -1
  2488. package/related-prompts/index.js +1 -1
  2489. package/related-tags/index.js +1 -1
  2490. package/report/tsdoc-metadata.json +1 -1
  2491. package/report/x-adapter-platform.api.json +3254 -770
  2492. package/report/x-components.api.json +38549 -32649
  2493. package/report/x-components.api.md +2416 -1773
  2494. package/report/x-types.api.json +2189 -379
  2495. package/scroll/index.js +2 -2
  2496. package/search/index.js +2 -2
  2497. package/search-box/index.js +1 -1
  2498. package/semantic-queries/index.js +2 -2
  2499. package/tagging/index.js +2 -2
  2500. package/tools/inject-css.js +4 -4
  2501. package/types/adapter/mocked-responses.d.ts +46 -46
  2502. package/types/adapter/mocked-responses.d.ts.map +1 -1
  2503. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +13 -13
  2504. package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -1
  2505. package/types/components/animations/animate-scale/animate-scale.factory.d.ts +13 -13
  2506. package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -1
  2507. package/types/components/animations/animate-translate/animate-translate.factory.d.ts +13 -13
  2508. package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -1
  2509. package/types/components/animations/animate-width.vue.d.ts +7 -7
  2510. package/types/components/animations/animate-width.vue.d.ts.map +1 -1
  2511. package/types/components/animations/change-height.vue.d.ts +5 -0
  2512. package/types/components/animations/change-height.vue.d.ts.map +1 -0
  2513. package/types/components/animations/collapse-height.vue.d.ts +30 -30
  2514. package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
  2515. package/types/components/animations/collapse-width.vue.d.ts +30 -30
  2516. package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
  2517. package/types/components/animations/create-directional-animation-factory.d.ts +12 -12
  2518. package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
  2519. package/types/components/animations/cross-fade.vue.d.ts +26 -26
  2520. package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
  2521. package/types/components/animations/fade-and-slide.vue.d.ts +36 -36
  2522. package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
  2523. package/types/components/animations/fade.vue.d.ts +22 -22
  2524. package/types/components/animations/fade.vue.d.ts.map +1 -1
  2525. package/types/components/animations/index.d.ts +15 -14
  2526. package/types/components/animations/index.d.ts.map +1 -1
  2527. package/types/components/animations/no-animation.vue.d.ts +8 -8
  2528. package/types/components/animations/no-animation.vue.d.ts.map +1 -1
  2529. package/types/components/animations/staggered-fade-and-slide.vue.d.ts +49 -49
  2530. package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
  2531. package/types/components/animations/use-collapse-animation.d.ts +18 -18
  2532. package/types/components/animations/use-collapse-animation.d.ts.map +1 -1
  2533. package/types/components/animations/use-disable-animation.d.ts +11 -11
  2534. package/types/components/auto-progress-bar.vue.d.ts +52 -52
  2535. package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
  2536. package/types/components/base-dropdown.vue.d.ts +92 -92
  2537. package/types/components/base-dropdown.vue.d.ts.map +1 -1
  2538. package/types/components/base-event-button.vue.d.ts +45 -45
  2539. package/types/components/base-event-button.vue.d.ts.map +1 -1
  2540. package/types/components/base-grid.types.d.ts +11 -0
  2541. package/types/components/base-grid.types.d.ts.map +1 -0
  2542. package/types/components/base-grid.vue.d.ts +74 -80
  2543. package/types/components/base-grid.vue.d.ts.map +1 -1
  2544. package/types/components/base-keyboard-navigation.vue.d.ts +68 -68
  2545. package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
  2546. package/types/components/base-rating.vue.d.ts +53 -51
  2547. package/types/components/base-rating.vue.d.ts.map +1 -1
  2548. package/types/components/base-slider.vue.d.ts +73 -73
  2549. package/types/components/base-slider.vue.d.ts.map +1 -1
  2550. package/types/components/base-switch.vue.d.ts +27 -26
  2551. package/types/components/base-switch.vue.d.ts.map +1 -1
  2552. package/types/components/base-teleport.vue.d.ts +59 -0
  2553. package/types/components/base-teleport.vue.d.ts.map +1 -0
  2554. package/types/components/base-variable-column-grid.vue.d.ts +78 -76
  2555. package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
  2556. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +40 -38
  2557. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  2558. package/types/components/column-picker/base-column-picker-list.types.d.ts +9 -0
  2559. package/types/components/column-picker/base-column-picker-list.types.d.ts.map +1 -0
  2560. package/types/components/column-picker/base-column-picker-list.vue.d.ts +38 -43
  2561. package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
  2562. package/types/components/column-picker/index.d.ts +2 -2
  2563. package/types/components/column-picker/index.d.ts.map +1 -1
  2564. package/types/components/currency/base-currency.vue.d.ts +83 -83
  2565. package/types/components/currency/base-currency.vue.d.ts.map +1 -1
  2566. package/types/components/currency/index.d.ts +1 -1
  2567. package/types/components/currency/index.d.ts.map +1 -1
  2568. package/types/components/decorators/injection.consts.d.ts +56 -56
  2569. package/types/components/decorators/injection.consts.d.ts.map +1 -1
  2570. package/types/components/display-click-provider.vue.d.ts +61 -0
  2571. package/types/components/display-click-provider.vue.d.ts.map +1 -0
  2572. package/types/components/display-emitter.vue.d.ts +28 -28
  2573. package/types/components/display-emitter.vue.d.ts.map +1 -1
  2574. package/types/components/filters/index.d.ts +2 -2
  2575. package/types/components/filters/index.d.ts.map +1 -1
  2576. package/types/components/filters/labels/base-price-filter-label.vue.d.ts +92 -90
  2577. package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
  2578. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +54 -52
  2579. package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
  2580. package/types/components/global-x-bus.vue.d.ts +20 -345
  2581. package/types/components/global-x-bus.vue.d.ts.map +1 -1
  2582. package/types/components/highlight.vue.d.ts +78 -78
  2583. package/types/components/highlight.vue.d.ts.map +1 -1
  2584. package/types/components/icons/index.d.ts +75 -73
  2585. package/types/components/icons/index.d.ts.map +1 -1
  2586. package/types/components/index.d.ts +33 -30
  2587. package/types/components/index.d.ts.map +1 -1
  2588. package/types/components/items-list.vue.d.ts +46 -46
  2589. package/types/components/items-list.vue.d.ts.map +1 -1
  2590. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +26 -22
  2591. package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
  2592. package/types/components/layouts/index.d.ts +3 -3
  2593. package/types/components/layouts/index.d.ts.map +1 -1
  2594. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +32 -28
  2595. package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
  2596. package/types/components/layouts/single-column-layout.vue.d.ts +33 -28
  2597. package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
  2598. package/types/components/location-provider.vue.d.ts +32 -32
  2599. package/types/components/location-provider.vue.d.ts.map +1 -1
  2600. package/types/components/modals/base-events-modal-close.vue.d.ts +37 -34
  2601. package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
  2602. package/types/components/modals/base-events-modal-open.vue.d.ts +37 -34
  2603. package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
  2604. package/types/components/modals/base-events-modal.vue.d.ts +62 -60
  2605. package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
  2606. package/types/components/modals/base-id-modal-close.vue.d.ts +24 -24
  2607. package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
  2608. package/types/components/modals/base-id-modal-open.vue.d.ts +23 -23
  2609. package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
  2610. package/types/components/modals/base-id-modal.vue.d.ts +44 -42
  2611. package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
  2612. package/types/components/modals/base-modal.vue.d.ts +94 -94
  2613. package/types/components/modals/base-modal.vue.d.ts.map +1 -1
  2614. package/types/components/modals/close-main-modal.vue.d.ts +11 -9
  2615. package/types/components/modals/close-main-modal.vue.d.ts.map +1 -1
  2616. package/types/components/modals/index.d.ts +10 -10
  2617. package/types/components/modals/index.d.ts.map +1 -1
  2618. package/types/components/modals/main-modal.vue.d.ts +92 -89
  2619. package/types/components/modals/main-modal.vue.d.ts.map +1 -1
  2620. package/types/components/modals/open-main-modal.vue.d.ts +11 -9
  2621. package/types/components/modals/open-main-modal.vue.d.ts.map +1 -1
  2622. package/types/components/page-loader-button.vue.d.ts +56 -54
  2623. package/types/components/page-loader-button.vue.d.ts.map +1 -1
  2624. package/types/components/page-selector.vue.d.ts +125 -0
  2625. package/types/components/page-selector.vue.d.ts.map +1 -0
  2626. package/types/components/panels/base-header-toggle-panel.vue.d.ts +36 -34
  2627. package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
  2628. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +33 -31
  2629. package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
  2630. package/types/components/panels/base-id-toggle-panel.vue.d.ts +59 -57
  2631. package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
  2632. package/types/components/panels/base-tabs-panel.vue.d.ts +110 -110
  2633. package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -1
  2634. package/types/components/panels/base-toggle-panel.vue.d.ts +50 -50
  2635. package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
  2636. package/types/components/panels/index.d.ts +5 -5
  2637. package/types/components/panels/index.d.ts.map +1 -1
  2638. package/types/components/result/base-result-add-to-cart.vue.d.ts +37 -33
  2639. package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  2640. package/types/components/result/base-result-current-price.vue.d.ts +75 -73
  2641. package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
  2642. package/types/components/result/base-result-image.vue.d.ts +77 -77
  2643. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  2644. package/types/components/result/base-result-link.vue.d.ts +37 -36
  2645. package/types/components/result/base-result-link.vue.d.ts.map +1 -1
  2646. package/types/components/result/base-result-previous-price.vue.d.ts +69 -67
  2647. package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
  2648. package/types/components/result/base-result-rating.vue.d.ts +50 -47
  2649. package/types/components/result/base-result-rating.vue.d.ts.map +1 -1
  2650. package/types/components/result/index.d.ts +10 -10
  2651. package/types/components/result/index.d.ts.map +1 -1
  2652. package/types/components/result/result-variant-selector.vue.d.ts +29 -29
  2653. package/types/components/result/result-variant-selector.vue.d.ts.map +1 -1
  2654. package/types/components/result/result-variants-provider.vue.d.ts +52 -52
  2655. package/types/components/result/result-variants-provider.vue.d.ts.map +1 -1
  2656. package/types/components/scroll/base-scroll.vue.d.ts +121 -120
  2657. package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
  2658. package/types/components/scroll/index.d.ts +3 -3
  2659. package/types/components/scroll/index.d.ts.map +1 -1
  2660. package/types/components/scroll/scroll.types.d.ts +6 -6
  2661. package/types/components/scroll/scroll.types.d.ts.map +1 -1
  2662. package/types/components/scroll/use-scroll.d.ts +47 -47
  2663. package/types/components/scroll/use-scroll.d.ts.map +1 -1
  2664. package/types/components/sliding-panel.vue.d.ts +89 -74
  2665. package/types/components/sliding-panel.vue.d.ts.map +1 -1
  2666. package/types/components/snippet-callbacks.vue.d.ts +189 -174
  2667. package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
  2668. package/types/components/suggestions/base-suggestion.vue.d.ts +114 -112
  2669. package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
  2670. package/types/components/suggestions/base-suggestions.vue.d.ts +110 -110
  2671. package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
  2672. package/types/components/suggestions/index.d.ts +2 -2
  2673. package/types/components/suggestions/index.d.ts.map +1 -1
  2674. package/types/components/x-component.utils.d.ts +28 -28
  2675. package/types/components/x-component.utils.d.ts.map +1 -1
  2676. package/types/composables/create-use-device.d.ts +50 -50
  2677. package/types/composables/create-use-device.d.ts.map +1 -1
  2678. package/types/composables/index.d.ts +8 -9
  2679. package/types/composables/index.d.ts.map +1 -1
  2680. package/types/composables/use-$x.d.ts +13 -13
  2681. package/types/composables/use-alias-api.d.ts +122 -122
  2682. package/types/composables/use-alias-api.d.ts.map +1 -1
  2683. package/types/composables/use-debounce.d.ts +12 -12
  2684. package/types/composables/use-debounce.d.ts.map +1 -1
  2685. package/types/composables/use-getter.d.ts +22 -12
  2686. package/types/composables/use-getter.d.ts.map +1 -1
  2687. package/types/composables/use-on-display.d.ts +48 -52
  2688. package/types/composables/use-on-display.d.ts.map +1 -1
  2689. package/types/composables/use-state.d.ts +12 -13
  2690. package/types/composables/use-state.d.ts.map +1 -1
  2691. package/types/composables/use-x-bus.d.ts +20 -20
  2692. package/types/composables/use-x-bus.d.ts.map +1 -1
  2693. package/types/directives/index.d.ts +2 -1
  2694. package/types/directives/index.d.ts.map +1 -1
  2695. package/types/directives/infinite-scroll.d.ts +49 -49
  2696. package/types/directives/infinite-scroll.d.ts.map +1 -1
  2697. package/types/directives/typing.d.ts +34 -0
  2698. package/types/directives/typing.d.ts.map +1 -0
  2699. package/types/index.d.ts +39 -36
  2700. package/types/index.d.ts.map +1 -1
  2701. package/types/plugins/devtools/colors.utils.d.ts +21 -21
  2702. package/types/plugins/devtools/colors.utils.d.ts.map +1 -1
  2703. package/types/plugins/devtools/devtools.plugin.d.ts +11 -11
  2704. package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -1
  2705. package/types/plugins/devtools/timeline.devtools.d.ts +19 -19
  2706. package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -1
  2707. package/types/plugins/devtools/wiring.devtools.d.ts +20 -20
  2708. package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -1
  2709. package/types/plugins/index.d.ts +6 -6
  2710. package/types/plugins/index.d.ts.map +1 -1
  2711. package/types/plugins/x-bus.d.ts +9 -9
  2712. package/types/plugins/x-bus.d.ts.map +1 -1
  2713. package/types/plugins/x-emitters.d.ts +26 -27
  2714. package/types/plugins/x-emitters.d.ts.map +1 -1
  2715. package/types/plugins/x-plugin.d.ts +259 -264
  2716. package/types/plugins/x-plugin.d.ts.map +1 -1
  2717. package/types/plugins/x-plugin.types.d.ts +244 -246
  2718. package/types/plugins/x-plugin.types.d.ts.map +1 -1
  2719. package/types/plugins/x-plugin.utils.d.ts +18 -18
  2720. package/types/plugins/x-plugin.utils.d.ts.map +1 -1
  2721. package/types/router.d.ts +2 -2
  2722. package/types/router.d.ts.map +1 -1
  2723. package/types/services/directional-focus-navigation.service.d.ts +249 -251
  2724. package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
  2725. package/types/services/index.d.ts +2 -2
  2726. package/types/services/index.d.ts.map +1 -1
  2727. package/types/services/services.types.d.ts +91 -91
  2728. package/types/services/services.types.d.ts.map +1 -1
  2729. package/types/services/state-machine.service.d.ts +30 -30
  2730. package/types/services/state-machine.service.d.ts.map +1 -1
  2731. package/types/store/actions.types.d.ts +66 -68
  2732. package/types/store/actions.types.d.ts.map +1 -1
  2733. package/types/store/getters.types.d.ts +26 -26
  2734. package/types/store/getters.types.d.ts.map +1 -1
  2735. package/types/store/index.d.ts +11 -8
  2736. package/types/store/index.d.ts.map +1 -1
  2737. package/types/store/mutations.types.d.ts +33 -33
  2738. package/types/store/mutations.types.d.ts.map +1 -1
  2739. package/types/store/store.types.d.ts +151 -151
  2740. package/types/store/store.types.d.ts.map +1 -1
  2741. package/types/store/utils/config-store.utils.d.ts +44 -44
  2742. package/types/store/utils/config-store.utils.d.ts.map +1 -1
  2743. package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -72
  2744. package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
  2745. package/types/store/utils/getters-proxy.utils.d.ts +41 -41
  2746. package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
  2747. package/types/store/utils/query.utils.d.ts +54 -54
  2748. package/types/store/utils/query.utils.d.ts.map +1 -1
  2749. package/types/store/utils/status-store.utils.d.ts +42 -42
  2750. package/types/store/utils/status-store.utils.d.ts.map +1 -1
  2751. package/types/store/utils/store-emitters.utils.d.ts +85 -85
  2752. package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
  2753. package/types/store/x.module.d.ts +19 -19
  2754. package/types/store/x.module.d.ts.map +1 -1
  2755. package/types/tailwind/plugin-options.d.ts +2 -2
  2756. package/types/tailwind/plugin-options.d.ts.map +1 -1
  2757. package/types/types/animation-prop.d.ts +11 -11
  2758. package/types/types/animation-prop.d.ts.map +1 -1
  2759. package/types/types/index.d.ts +3 -3
  2760. package/types/types/index.d.ts.map +1 -1
  2761. package/types/types/origin.d.ts +45 -45
  2762. package/types/types/origin.d.ts.map +1 -1
  2763. package/types/types/page-mode.d.ts +2 -0
  2764. package/types/types/page-mode.d.ts.map +1 -0
  2765. package/types/types/url-params.d.ts +15 -14
  2766. package/types/types/url-params.d.ts.map +1 -1
  2767. package/types/utils/array.d.ts +158 -158
  2768. package/types/utils/array.d.ts.map +1 -1
  2769. package/types/utils/cancellable-promise.d.ts +44 -44
  2770. package/types/utils/cancellable-promise.d.ts.map +1 -1
  2771. package/types/utils/clone.d.ts +9 -9
  2772. package/types/utils/clone.d.ts.map +1 -1
  2773. package/types/utils/currency-formatter.d.ts +29 -29
  2774. package/types/utils/debounce.d.ts +36 -38
  2775. package/types/utils/debounce.d.ts.map +1 -1
  2776. package/types/utils/filters.d.ts +23 -23
  2777. package/types/utils/filters.d.ts.map +1 -1
  2778. package/types/utils/focus.d.ts +6 -6
  2779. package/types/utils/focus.d.ts.map +1 -1
  2780. package/types/utils/function.d.ts +7 -7
  2781. package/types/utils/function.d.ts.map +1 -1
  2782. package/types/utils/get-url-parameters.d.ts +8 -8
  2783. package/types/utils/get-url-parameters.d.ts.map +1 -1
  2784. package/types/utils/html.d.ts +39 -39
  2785. package/types/utils/index.d.ts +20 -19
  2786. package/types/utils/index.d.ts.map +1 -1
  2787. package/types/utils/ios-utils.d.ts +17 -0
  2788. package/types/utils/ios-utils.d.ts.map +1 -0
  2789. package/types/utils/is-new-query.d.ts +35 -35
  2790. package/types/utils/is-new-query.d.ts.map +1 -1
  2791. package/types/utils/normalize.d.ts +10 -10
  2792. package/types/utils/number.d.ts +10 -11
  2793. package/types/utils/number.d.ts.map +1 -1
  2794. package/types/utils/origin.d.ts +12 -14
  2795. package/types/utils/origin.d.ts.map +1 -1
  2796. package/types/utils/sanitize.d.ts +8 -8
  2797. package/types/utils/sanitize.d.ts.map +1 -1
  2798. package/types/utils/storage.d.ts +10 -10
  2799. package/types/utils/storage.d.ts.map +1 -1
  2800. package/types/utils/string.d.ts +36 -36
  2801. package/types/utils/throttle.d.ts +11 -11
  2802. package/types/utils/throttle.d.ts.map +1 -1
  2803. package/types/utils/types.d.ts +162 -162
  2804. package/types/utils/types.d.ts.map +1 -1
  2805. package/types/views/adapter.d.ts +2 -5
  2806. package/types/views/adapter.d.ts.map +1 -1
  2807. package/types/views/base-config.d.ts +4 -4
  2808. package/types/views/base-config.d.ts.map +1 -1
  2809. package/types/views/home/types.d.ts +27 -27
  2810. package/types/views/home/types.d.ts.map +1 -1
  2811. package/types/wiring/events.types.d.ts +237 -236
  2812. package/types/wiring/events.types.d.ts.map +1 -1
  2813. package/types/wiring/index.d.ts +8 -8
  2814. package/types/wiring/index.d.ts.map +1 -1
  2815. package/types/wiring/namespaced-wires.factory.d.ts +38 -38
  2816. package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
  2817. package/types/wiring/namespaced-wires.operators.d.ts +26 -26
  2818. package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
  2819. package/types/wiring/namespaced-wiring.types.d.ts +111 -111
  2820. package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
  2821. package/types/wiring/wires-operators.utils.d.ts +37 -35
  2822. package/types/wiring/wires-operators.utils.d.ts.map +1 -1
  2823. package/types/wiring/wires.factory.d.ts +114 -114
  2824. package/types/wiring/wires.factory.d.ts.map +1 -1
  2825. package/types/wiring/wires.operators.d.ts +95 -95
  2826. package/types/wiring/wires.operators.d.ts.map +1 -1
  2827. package/types/wiring/wiring.types.d.ts +172 -172
  2828. package/types/wiring/wiring.types.d.ts.map +1 -1
  2829. package/types/wiring/wiring.utils.d.ts +27 -27
  2830. package/types/wiring/wiring.utils.d.ts.map +1 -1
  2831. package/types/x-bus/index.d.ts +3 -0
  2832. package/types/x-bus/index.d.ts.map +1 -0
  2833. package/types/x-bus/x-bus.d.ts +154 -0
  2834. package/types/x-bus/x-bus.d.ts.map +1 -0
  2835. package/types/x-bus/x-bus.spec.d.ts +2 -0
  2836. package/types/x-bus/x-bus.spec.d.ts.map +1 -0
  2837. package/types/x-bus/x-bus.types.d.ts +130 -0
  2838. package/types/x-bus/x-bus.types.d.ts.map +1 -0
  2839. package/types/x-bus/x-priority-queue/index.d.ts +3 -0
  2840. package/types/x-bus/x-priority-queue/index.d.ts.map +1 -0
  2841. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts +142 -0
  2842. package/types/x-bus/x-priority-queue/x-priority-queue.d.ts.map +1 -0
  2843. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts +2 -0
  2844. package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts.map +1 -0
  2845. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts +62 -0
  2846. package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts.map +1 -0
  2847. package/types/x-installer/api/api.types.d.ts +135 -136
  2848. package/types/x-installer/api/api.types.d.ts.map +1 -1
  2849. package/types/x-installer/api/base-api.d.ts +112 -112
  2850. package/types/x-installer/api/base-api.d.ts.map +1 -1
  2851. package/types/x-installer/api/index.d.ts +2 -2
  2852. package/types/x-installer/api/index.d.ts.map +1 -1
  2853. package/types/x-installer/index.d.ts +2 -2
  2854. package/types/x-installer/index.d.ts.map +1 -1
  2855. package/types/x-installer/x-installer/index.d.ts +2 -2
  2856. package/types/x-installer/x-installer/index.d.ts.map +1 -1
  2857. package/types/x-installer/x-installer/types.d.ts +83 -83
  2858. package/types/x-installer/x-installer/types.d.ts.map +1 -1
  2859. package/types/x-installer/x-installer/x-installer.d.ts +216 -216
  2860. package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
  2861. package/types/x-modules/ai/components/ai-overview.vue.d.ts +102 -0
  2862. package/types/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -0
  2863. package/types/x-modules/ai/components/index.d.ts +2 -0
  2864. package/types/x-modules/ai/components/index.d.ts.map +1 -0
  2865. package/types/x-modules/ai/config.types.d.ts +8 -0
  2866. package/types/x-modules/ai/config.types.d.ts.map +1 -0
  2867. package/types/x-modules/ai/events.types.d.ts +16 -0
  2868. package/types/x-modules/ai/events.types.d.ts.map +1 -0
  2869. package/types/x-modules/ai/index.d.ts +7 -0
  2870. package/types/x-modules/ai/index.d.ts.map +1 -0
  2871. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts +11 -0
  2872. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts.map +1 -0
  2873. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts +12 -0
  2874. package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -0
  2875. package/types/x-modules/ai/store/actions/index.d.ts +5 -0
  2876. package/types/x-modules/ai/store/actions/index.d.ts.map +1 -0
  2877. package/types/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
  2878. package/types/x-modules/ai/store/actions/save-origin.action.d.ts.map +1 -0
  2879. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts +10 -0
  2880. package/types/x-modules/ai/store/actions/set-url-params.action.d.ts.map +1 -0
  2881. package/types/x-modules/ai/store/emitters.d.ts +11 -0
  2882. package/types/x-modules/ai/store/emitters.d.ts.map +1 -0
  2883. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts +13 -0
  2884. package/types/x-modules/ai/store/getters/ai-query.getter.d.ts.map +1 -0
  2885. package/types/x-modules/ai/store/getters/index.d.ts +4 -0
  2886. package/types/x-modules/ai/store/getters/index.d.ts.map +1 -0
  2887. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts +14 -0
  2888. package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -0
  2889. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts +13 -0
  2890. package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -0
  2891. package/types/x-modules/ai/store/index.d.ts +6 -0
  2892. package/types/x-modules/ai/store/index.d.ts.map +1 -0
  2893. package/types/x-modules/ai/store/module.d.ts +8 -0
  2894. package/types/x-modules/ai/store/module.d.ts.map +1 -0
  2895. package/types/x-modules/ai/store/types.d.ts +182 -0
  2896. package/types/x-modules/ai/store/types.d.ts.map +1 -0
  2897. package/types/x-modules/ai/wiring.d.ts +39 -0
  2898. package/types/x-modules/ai/wiring.d.ts.map +1 -0
  2899. package/types/x-modules/ai/x-module.d.ts +16 -0
  2900. package/types/x-modules/ai/x-module.d.ts.map +1 -0
  2901. package/types/x-modules/device/components/device-detector.vue.d.ts +75 -67
  2902. package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
  2903. package/types/x-modules/device/components/index.d.ts +1 -1
  2904. package/types/x-modules/device/components/index.d.ts.map +1 -1
  2905. package/types/x-modules/device/events.types.d.ts +13 -13
  2906. package/types/x-modules/device/events.types.d.ts.map +1 -1
  2907. package/types/x-modules/device/index.d.ts +5 -5
  2908. package/types/x-modules/device/index.d.ts.map +1 -1
  2909. package/types/x-modules/device/store/emitters.d.ts +6 -6
  2910. package/types/x-modules/device/store/emitters.d.ts.map +1 -1
  2911. package/types/x-modules/device/store/index.d.ts +3 -3
  2912. package/types/x-modules/device/store/index.d.ts.map +1 -1
  2913. package/types/x-modules/device/store/module.d.ts +7 -7
  2914. package/types/x-modules/device/store/module.d.ts.map +1 -1
  2915. package/types/x-modules/device/store/types.d.ts +47 -47
  2916. package/types/x-modules/device/store/types.d.ts.map +1 -1
  2917. package/types/x-modules/device/wiring.d.ts +16 -16
  2918. package/types/x-modules/device/wiring.d.ts.map +1 -1
  2919. package/types/x-modules/device/x-module.d.ts +15 -15
  2920. package/types/x-modules/device/x-module.d.ts.map +1 -1
  2921. package/types/x-modules/empathize/components/empathize.vue.d.ts +83 -51
  2922. package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
  2923. package/types/x-modules/empathize/components/index.d.ts +1 -1
  2924. package/types/x-modules/empathize/components/index.d.ts.map +1 -1
  2925. package/types/x-modules/empathize/config.types.d.ts +7 -7
  2926. package/types/x-modules/empathize/events.types.d.ts +23 -23
  2927. package/types/x-modules/empathize/events.types.d.ts.map +1 -1
  2928. package/types/x-modules/empathize/index.d.ts +6 -6
  2929. package/types/x-modules/empathize/index.d.ts.map +1 -1
  2930. package/types/x-modules/empathize/store/emitters.d.ts +6 -6
  2931. package/types/x-modules/empathize/store/emitters.d.ts.map +1 -1
  2932. package/types/x-modules/empathize/store/index.d.ts +3 -3
  2933. package/types/x-modules/empathize/store/index.d.ts.map +1 -1
  2934. package/types/x-modules/empathize/store/module.d.ts +7 -7
  2935. package/types/x-modules/empathize/store/module.d.ts.map +1 -1
  2936. package/types/x-modules/empathize/store/types.d.ts +55 -55
  2937. package/types/x-modules/empathize/store/types.d.ts.map +1 -1
  2938. package/types/x-modules/empathize/wiring.d.ts +13 -13
  2939. package/types/x-modules/empathize/wiring.d.ts.map +1 -1
  2940. package/types/x-modules/empathize/x-module.d.ts +15 -15
  2941. package/types/x-modules/empathize/x-module.d.ts.map +1 -1
  2942. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +8 -8
  2943. package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -1
  2944. package/types/x-modules/experience-controls/components/index.d.ts +1 -1
  2945. package/types/x-modules/experience-controls/components/index.d.ts.map +1 -1
  2946. package/types/x-modules/experience-controls/events.types.d.ts +11 -11
  2947. package/types/x-modules/experience-controls/events.types.d.ts.map +1 -1
  2948. package/types/x-modules/experience-controls/index.d.ts +5 -5
  2949. package/types/x-modules/experience-controls/index.d.ts.map +1 -1
  2950. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +14 -14
  2951. package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -1
  2952. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +12 -12
  2953. package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -1
  2954. package/types/x-modules/experience-controls/store/actions/index.d.ts +2 -2
  2955. package/types/x-modules/experience-controls/store/actions/index.d.ts.map +1 -1
  2956. package/types/x-modules/experience-controls/store/emitters.d.ts +11 -11
  2957. package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -1
  2958. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +12 -12
  2959. package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -1
  2960. package/types/x-modules/experience-controls/store/getters/index.d.ts +1 -1
  2961. package/types/x-modules/experience-controls/store/getters/index.d.ts.map +1 -1
  2962. package/types/x-modules/experience-controls/store/index.d.ts +5 -5
  2963. package/types/x-modules/experience-controls/store/index.d.ts.map +1 -1
  2964. package/types/x-modules/experience-controls/store/module.d.ts +7 -7
  2965. package/types/x-modules/experience-controls/store/module.d.ts.map +1 -1
  2966. package/types/x-modules/experience-controls/store/types.d.ts +92 -92
  2967. package/types/x-modules/experience-controls/store/types.d.ts.map +1 -1
  2968. package/types/x-modules/experience-controls/wiring.d.ts +25 -25
  2969. package/types/x-modules/experience-controls/wiring.d.ts.map +1 -1
  2970. package/types/x-modules/experience-controls/x-module.d.ts +15 -15
  2971. package/types/x-modules/experience-controls/x-module.d.ts.map +1 -1
  2972. package/types/x-modules/extra-params/components/extra-params.vue.d.ts +20 -20
  2973. package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
  2974. package/types/x-modules/extra-params/components/index.d.ts +3 -3
  2975. package/types/x-modules/extra-params/components/index.d.ts.map +1 -1
  2976. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +20 -20
  2977. package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
  2978. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +27 -25
  2979. package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
  2980. package/types/x-modules/extra-params/events.types.d.ts +29 -29
  2981. package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
  2982. package/types/x-modules/extra-params/index.d.ts +5 -5
  2983. package/types/x-modules/extra-params/index.d.ts.map +1 -1
  2984. package/types/x-modules/extra-params/store/emitters.d.ts +13 -13
  2985. package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
  2986. package/types/x-modules/extra-params/store/index.d.ts +3 -3
  2987. package/types/x-modules/extra-params/store/index.d.ts.map +1 -1
  2988. package/types/x-modules/extra-params/store/module.d.ts +7 -7
  2989. package/types/x-modules/extra-params/store/module.d.ts.map +1 -1
  2990. package/types/x-modules/extra-params/store/types.d.ts +38 -38
  2991. package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
  2992. package/types/x-modules/extra-params/wiring.d.ts +22 -22
  2993. package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
  2994. package/types/x-modules/extra-params/x-module.d.ts +15 -15
  2995. package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
  2996. package/types/x-modules/facets/components/clear-filters.vue.d.ts +31 -28
  2997. package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
  2998. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +57 -56
  2999. package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
  3000. package/types/x-modules/facets/components/facets/facets.types.d.ts +12 -0
  3001. package/types/x-modules/facets/components/facets/facets.types.d.ts.map +1 -0
  3002. package/types/x-modules/facets/components/facets/facets.vue.d.ts +83 -92
  3003. package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
  3004. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +34 -32
  3005. package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
  3006. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +99 -99
  3007. package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
  3008. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +243 -227
  3009. package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  3010. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +52 -50
  3011. package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
  3012. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +47 -47
  3013. package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
  3014. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +220 -205
  3015. package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  3016. package/types/x-modules/facets/components/index.d.ts +17 -17
  3017. package/types/x-modules/facets/components/index.d.ts.map +1 -1
  3018. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +36 -36
  3019. package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
  3020. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +70 -70
  3021. package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
  3022. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +62 -62
  3023. package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
  3024. package/types/x-modules/facets/components/lists/selected-filters-list.types.d.ts +11 -0
  3025. package/types/x-modules/facets/components/lists/selected-filters-list.types.d.ts.map +1 -0
  3026. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +45 -51
  3027. package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
  3028. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +27 -26
  3029. package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
  3030. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +64 -64
  3031. package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
  3032. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +45 -45
  3033. package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
  3034. package/types/x-modules/facets/components/preselected-filters.vue.d.ts +39 -39
  3035. package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -1
  3036. package/types/x-modules/facets/composables/index.d.ts +2 -2
  3037. package/types/x-modules/facets/composables/index.d.ts.map +1 -1
  3038. package/types/x-modules/facets/composables/use-facets.d.ts +21 -22
  3039. package/types/x-modules/facets/composables/use-facets.d.ts.map +1 -1
  3040. package/types/x-modules/facets/composables/use-filters-injection.d.ts +17 -18
  3041. package/types/x-modules/facets/composables/use-filters-injection.d.ts.map +1 -1
  3042. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +12 -12
  3043. package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -1
  3044. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +63 -63
  3045. package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
  3046. package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -87
  3047. package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
  3048. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +60 -59
  3049. package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
  3050. package/types/x-modules/facets/entities/index.d.ts +9 -9
  3051. package/types/x-modules/facets/entities/index.d.ts.map +1 -1
  3052. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -26
  3053. package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -1
  3054. package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -29
  3055. package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -1
  3056. package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -26
  3057. package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -1
  3058. package/types/x-modules/facets/entities/single-select.modifier.d.ts +54 -54
  3059. package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
  3060. package/types/x-modules/facets/entities/sticky.modifier.d.ts +31 -31
  3061. package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -1
  3062. package/types/x-modules/facets/entities/types.d.ts +65 -65
  3063. package/types/x-modules/facets/entities/types.d.ts.map +1 -1
  3064. package/types/x-modules/facets/events.types.d.ts +92 -92
  3065. package/types/x-modules/facets/events.types.d.ts.map +1 -1
  3066. package/types/x-modules/facets/index.d.ts +9 -9
  3067. package/types/x-modules/facets/index.d.ts.map +1 -1
  3068. package/types/x-modules/facets/service/facets.service.d.ts +152 -153
  3069. package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
  3070. package/types/x-modules/facets/service/index.d.ts +2 -2
  3071. package/types/x-modules/facets/service/index.d.ts.map +1 -1
  3072. package/types/x-modules/facets/service/types.d.ts +106 -106
  3073. package/types/x-modules/facets/service/types.d.ts.map +1 -1
  3074. package/types/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts +5 -0
  3075. package/types/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts.map +1 -0
  3076. package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts +13 -0
  3077. package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts.map +1 -0
  3078. package/types/x-modules/facets/store/actions/save-origin.action.d.ts +11 -0
  3079. package/types/x-modules/facets/store/actions/save-origin.action.d.ts.map +1 -0
  3080. package/types/x-modules/facets/store/constants.d.ts +1 -1
  3081. package/types/x-modules/facets/store/constants.d.ts.map +1 -1
  3082. package/types/x-modules/facets/store/emitters.d.ts +27 -27
  3083. package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
  3084. package/types/x-modules/facets/store/getters/facets.getter.d.ts +11 -11
  3085. package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
  3086. package/types/x-modules/facets/store/getters/index.d.ts +3 -3
  3087. package/types/x-modules/facets/store/getters/index.d.ts.map +1 -1
  3088. package/types/x-modules/facets/store/getters/request.getter.d.ts +13 -0
  3089. package/types/x-modules/facets/store/getters/request.getter.d.ts.map +1 -0
  3090. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +16 -16
  3091. package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
  3092. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +12 -12
  3093. package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -1
  3094. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +12 -12
  3095. package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
  3096. package/types/x-modules/facets/store/index.d.ts +4 -4
  3097. package/types/x-modules/facets/store/index.d.ts.map +1 -1
  3098. package/types/x-modules/facets/store/module.d.ts +7 -7
  3099. package/types/x-modules/facets/store/module.d.ts.map +1 -1
  3100. package/types/x-modules/facets/store/types.d.ts +236 -195
  3101. package/types/x-modules/facets/store/types.d.ts.map +1 -1
  3102. package/types/x-modules/facets/utils.d.ts +29 -11
  3103. package/types/x-modules/facets/utils.d.ts.map +1 -1
  3104. package/types/x-modules/facets/wiring.d.ts +78 -78
  3105. package/types/x-modules/facets/wiring.d.ts.map +1 -1
  3106. package/types/x-modules/facets/x-module.d.ts +15 -15
  3107. package/types/x-modules/facets/x-module.d.ts.map +1 -1
  3108. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +17 -15
  3109. package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
  3110. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +13 -11
  3111. package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
  3112. package/types/x-modules/history-queries/components/history-queries.vue.d.ts +14 -11
  3113. package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
  3114. package/types/x-modules/history-queries/components/history-query.vue.d.ts +48 -45
  3115. package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
  3116. package/types/x-modules/history-queries/components/index.d.ts +6 -6
  3117. package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
  3118. package/types/x-modules/history-queries/components/my-history.vue.d.ts +68 -65
  3119. package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -1
  3120. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +36 -34
  3121. package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
  3122. package/types/x-modules/history-queries/config.types.d.ts +33 -33
  3123. package/types/x-modules/history-queries/config.types.d.ts.map +1 -1
  3124. package/types/x-modules/history-queries/events.types.d.ts +65 -65
  3125. package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
  3126. package/types/x-modules/history-queries/index.d.ts +6 -6
  3127. package/types/x-modules/history-queries/index.d.ts.map +1 -1
  3128. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +91 -91
  3129. package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
  3130. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +10 -10
  3131. package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -1
  3132. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +9 -9
  3133. package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -1
  3134. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +11 -11
  3135. package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -1
  3136. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +10 -10
  3137. package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
  3138. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +10 -11
  3139. package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  3140. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +2 -2
  3141. package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -1
  3142. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +17 -20
  3143. package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -1
  3144. package/types/x-modules/history-queries/store/constants.d.ts +3 -3
  3145. package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
  3146. package/types/x-modules/history-queries/store/emitters.d.ts +16 -16
  3147. package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -1
  3148. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +12 -15
  3149. package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -1
  3150. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +35 -35
  3151. package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -1
  3152. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -12
  3153. package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  3154. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +10 -10
  3155. package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -1
  3156. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +8 -8
  3157. package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -1
  3158. package/types/x-modules/history-queries/store/index.d.ts +11 -11
  3159. package/types/x-modules/history-queries/store/index.d.ts.map +1 -1
  3160. package/types/x-modules/history-queries/store/module.d.ts +7 -7
  3161. package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
  3162. package/types/x-modules/history-queries/store/types.d.ts +197 -197
  3163. package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
  3164. package/types/x-modules/history-queries/wiring.d.ts +135 -135
  3165. package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
  3166. package/types/x-modules/history-queries/x-module.d.ts +15 -15
  3167. package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
  3168. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +33 -33
  3169. package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
  3170. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +47 -47
  3171. package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
  3172. package/types/x-modules/identifier-results/components/index.d.ts +2 -2
  3173. package/types/x-modules/identifier-results/components/index.d.ts.map +1 -1
  3174. package/types/x-modules/identifier-results/config.types.d.ts +25 -25
  3175. package/types/x-modules/identifier-results/config.types.d.ts.map +1 -1
  3176. package/types/x-modules/identifier-results/events.types.d.ts +25 -25
  3177. package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
  3178. package/types/x-modules/identifier-results/index.d.ts +6 -6
  3179. package/types/x-modules/identifier-results/index.d.ts.map +1 -1
  3180. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +15 -15
  3181. package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
  3182. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +13 -13
  3183. package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
  3184. package/types/x-modules/identifier-results/store/actions/index.d.ts +4 -4
  3185. package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -1
  3186. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +10 -11
  3187. package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -1
  3188. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +10 -11
  3189. package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
  3190. package/types/x-modules/identifier-results/store/emitters.d.ts +12 -12
  3191. package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
  3192. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +11 -11
  3193. package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -1
  3194. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +11 -11
  3195. package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -1
  3196. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +11 -11
  3197. package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
  3198. package/types/x-modules/identifier-results/store/index.d.ts +7 -7
  3199. package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
  3200. package/types/x-modules/identifier-results/store/module.d.ts +7 -7
  3201. package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
  3202. package/types/x-modules/identifier-results/store/types.d.ts +112 -112
  3203. package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
  3204. package/types/x-modules/identifier-results/wiring.d.ts +80 -80
  3205. package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
  3206. package/types/x-modules/identifier-results/x-module.d.ts +15 -15
  3207. package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
  3208. package/types/x-modules/next-queries/components/index.d.ts +4 -4
  3209. package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
  3210. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +78 -78
  3211. package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
  3212. package/types/x-modules/next-queries/components/next-queries.vue.d.ts +52 -49
  3213. package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
  3214. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +45 -45
  3215. package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -1
  3216. package/types/x-modules/next-queries/components/next-query.vue.d.ts +57 -55
  3217. package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
  3218. package/types/x-modules/next-queries/config.types.d.ts +41 -41
  3219. package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
  3220. package/types/x-modules/next-queries/events.types.d.ts +35 -35
  3221. package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
  3222. package/types/x-modules/next-queries/index.d.ts +7 -7
  3223. package/types/x-modules/next-queries/index.d.ts.map +1 -1
  3224. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +14 -14
  3225. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
  3226. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +2 -2
  3227. package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -1
  3228. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +13 -13
  3229. package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
  3230. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +15 -12
  3231. package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -1
  3232. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +10 -10
  3233. package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -1
  3234. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +10 -11
  3235. package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -1
  3236. package/types/x-modules/next-queries/store/emitters.d.ts +12 -12
  3237. package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
  3238. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +10 -12
  3239. package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +1 -1
  3240. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +10 -11
  3241. package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -1
  3242. package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -14
  3243. package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
  3244. package/types/x-modules/next-queries/store/index.d.ts +9 -9
  3245. package/types/x-modules/next-queries/store/index.d.ts.map +1 -1
  3246. package/types/x-modules/next-queries/store/module.d.ts +7 -7
  3247. package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
  3248. package/types/x-modules/next-queries/store/types.d.ts +149 -149
  3249. package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
  3250. package/types/x-modules/next-queries/types.d.ts +11 -11
  3251. package/types/x-modules/next-queries/types.d.ts.map +1 -1
  3252. package/types/x-modules/next-queries/wiring.d.ts +96 -96
  3253. package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
  3254. package/types/x-modules/next-queries/x-module.d.ts +15 -15
  3255. package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
  3256. package/types/x-modules/popular-searches/components/index.d.ts +2 -2
  3257. package/types/x-modules/popular-searches/components/index.d.ts.map +1 -1
  3258. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +36 -34
  3259. package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
  3260. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +15 -12
  3261. package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
  3262. package/types/x-modules/popular-searches/config.types.d.ts +33 -33
  3263. package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
  3264. package/types/x-modules/popular-searches/events.types.d.ts +24 -24
  3265. package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
  3266. package/types/x-modules/popular-searches/index.d.ts +6 -6
  3267. package/types/x-modules/popular-searches/index.d.ts.map +1 -1
  3268. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  3269. package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3270. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +12 -12
  3271. package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3272. package/types/x-modules/popular-searches/store/emitters.d.ts +10 -10
  3273. package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
  3274. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +11 -12
  3275. package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -1
  3276. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +10 -12
  3277. package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
  3278. package/types/x-modules/popular-searches/store/index.d.ts +7 -7
  3279. package/types/x-modules/popular-searches/store/index.d.ts.map +1 -1
  3280. package/types/x-modules/popular-searches/store/module.d.ts +7 -7
  3281. package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
  3282. package/types/x-modules/popular-searches/store/types.d.ts +90 -90
  3283. package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
  3284. package/types/x-modules/popular-searches/wiring.d.ts +28 -28
  3285. package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
  3286. package/types/x-modules/popular-searches/x-module.d.ts +15 -15
  3287. package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
  3288. package/types/x-modules/queries-preview/components/index.d.ts +3 -3
  3289. package/types/x-modules/queries-preview/components/index.d.ts.map +1 -1
  3290. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +56 -54
  3291. package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
  3292. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +147 -124
  3293. package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
  3294. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +108 -92
  3295. package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
  3296. package/types/x-modules/queries-preview/composables/index.d.ts +1 -1
  3297. package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -1
  3298. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +28 -28
  3299. package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -1
  3300. package/types/x-modules/queries-preview/config.types.d.ts +11 -11
  3301. package/types/x-modules/queries-preview/config.types.d.ts.map +1 -1
  3302. package/types/x-modules/queries-preview/events.types.d.ts +46 -41
  3303. package/types/x-modules/queries-preview/events.types.d.ts.map +1 -1
  3304. package/types/x-modules/queries-preview/index.d.ts +7 -7
  3305. package/types/x-modules/queries-preview/index.d.ts.map +1 -1
  3306. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +12 -12
  3307. package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
  3308. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +12 -12
  3309. package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -1
  3310. package/types/x-modules/queries-preview/store/emitters.d.ts +12 -11
  3311. package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -1
  3312. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +9 -10
  3313. package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -1
  3314. package/types/x-modules/queries-preview/store/index.d.ts +5 -5
  3315. package/types/x-modules/queries-preview/store/index.d.ts.map +1 -1
  3316. package/types/x-modules/queries-preview/store/module.d.ts +7 -7
  3317. package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
  3318. package/types/x-modules/queries-preview/store/types.d.ts +188 -189
  3319. package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
  3320. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +18 -18
  3321. package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
  3322. package/types/x-modules/queries-preview/wiring.d.ts +85 -85
  3323. package/types/x-modules/queries-preview/wiring.d.ts.map +1 -1
  3324. package/types/x-modules/queries-preview/x-module.d.ts +15 -15
  3325. package/types/x-modules/queries-preview/x-module.d.ts.map +1 -1
  3326. package/types/x-modules/query-suggestions/components/index.d.ts +2 -2
  3327. package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -1
  3328. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +30 -28
  3329. package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
  3330. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +14 -11
  3331. package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
  3332. package/types/x-modules/query-suggestions/config.types.d.ts +58 -58
  3333. package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
  3334. package/types/x-modules/query-suggestions/events.types.d.ts +26 -31
  3335. package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
  3336. package/types/x-modules/query-suggestions/index.d.ts +6 -6
  3337. package/types/x-modules/query-suggestions/index.d.ts.map +1 -1
  3338. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
  3339. package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
  3340. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +13 -13
  3341. package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
  3342. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +10 -11
  3343. package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -1
  3344. package/types/x-modules/query-suggestions/store/emitters.d.ts +9 -9
  3345. package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -1
  3346. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +10 -12
  3347. package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -1
  3348. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +34 -34
  3349. package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -1
  3350. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +10 -12
  3351. package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
  3352. package/types/x-modules/query-suggestions/store/index.d.ts +8 -8
  3353. package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -1
  3354. package/types/x-modules/query-suggestions/store/module.d.ts +7 -7
  3355. package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
  3356. package/types/x-modules/query-suggestions/store/types.d.ts +104 -104
  3357. package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
  3358. package/types/x-modules/query-suggestions/wiring.d.ts +90 -90
  3359. package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
  3360. package/types/x-modules/query-suggestions/x-module.d.ts +15 -15
  3361. package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
  3362. package/types/x-modules/recommendations/components/index.d.ts +1 -1
  3363. package/types/x-modules/recommendations/components/index.d.ts.map +1 -1
  3364. package/types/x-modules/recommendations/components/recommendations.vue.d.ts +33 -34
  3365. package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
  3366. package/types/x-modules/recommendations/config.types.d.ts +11 -11
  3367. package/types/x-modules/recommendations/config.types.d.ts.map +1 -1
  3368. package/types/x-modules/recommendations/events.types.d.ts +25 -25
  3369. package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
  3370. package/types/x-modules/recommendations/index.d.ts +6 -6
  3371. package/types/x-modules/recommendations/index.d.ts.map +1 -1
  3372. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +16 -16
  3373. package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
  3374. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +12 -12
  3375. package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
  3376. package/types/x-modules/recommendations/store/constants.d.ts +6 -6
  3377. package/types/x-modules/recommendations/store/constants.d.ts.map +1 -1
  3378. package/types/x-modules/recommendations/store/emitters.d.ts +11 -11
  3379. package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
  3380. package/types/x-modules/recommendations/store/getters/request.getter.d.ts +11 -11
  3381. package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
  3382. package/types/x-modules/recommendations/store/index.d.ts +7 -7
  3383. package/types/x-modules/recommendations/store/index.d.ts.map +1 -1
  3384. package/types/x-modules/recommendations/store/module.d.ts +7 -7
  3385. package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
  3386. package/types/x-modules/recommendations/store/types.d.ts +90 -90
  3387. package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
  3388. package/types/x-modules/recommendations/wiring.d.ts +20 -20
  3389. package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
  3390. package/types/x-modules/recommendations/x-module.d.ts +15 -15
  3391. package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
  3392. package/types/x-modules/related-prompts/components/index.d.ts +3 -2
  3393. package/types/x-modules/related-prompts/components/index.d.ts.map +1 -1
  3394. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +52 -36
  3395. package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -1
  3396. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +105 -105
  3397. package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
  3398. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +136 -0
  3399. package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
  3400. package/types/x-modules/related-prompts/events.types.d.ts +53 -25
  3401. package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
  3402. package/types/x-modules/related-prompts/index.d.ts +5 -5
  3403. package/types/x-modules/related-prompts/index.d.ts.map +1 -1
  3404. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +16 -16
  3405. package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -1
  3406. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +12 -12
  3407. package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -1
  3408. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +10 -0
  3409. package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
  3410. package/types/x-modules/related-prompts/store/emitters.d.ts +10 -8
  3411. package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
  3412. package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
  3413. package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
  3414. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
  3415. package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
  3416. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -12
  3417. package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -1
  3418. package/types/x-modules/related-prompts/store/index.d.ts +5 -6
  3419. package/types/x-modules/related-prompts/store/index.d.ts.map +1 -1
  3420. package/types/x-modules/related-prompts/store/module.d.ts +7 -7
  3421. package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
  3422. package/types/x-modules/related-prompts/store/types.d.ts +124 -103
  3423. package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
  3424. package/types/x-modules/related-prompts/types.d.ts +9 -9
  3425. package/types/x-modules/related-prompts/types.d.ts.map +1 -1
  3426. package/types/x-modules/related-prompts/wiring.d.ts +45 -30
  3427. package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
  3428. package/types/x-modules/related-prompts/x-module.d.ts +15 -15
  3429. package/types/x-modules/related-prompts/x-module.d.ts.map +1 -1
  3430. package/types/x-modules/related-tags/components/index.d.ts +2 -2
  3431. package/types/x-modules/related-tags/components/index.d.ts.map +1 -1
  3432. package/types/x-modules/related-tags/components/related-tag.vue.d.ts +58 -58
  3433. package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
  3434. package/types/x-modules/related-tags/components/related-tags.vue.d.ts +74 -72
  3435. package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
  3436. package/types/x-modules/related-tags/config.types.d.ts +11 -11
  3437. package/types/x-modules/related-tags/config.types.d.ts.map +1 -1
  3438. package/types/x-modules/related-tags/events.types.d.ts +43 -43
  3439. package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
  3440. package/types/x-modules/related-tags/index.d.ts +6 -6
  3441. package/types/x-modules/related-tags/index.d.ts.map +1 -1
  3442. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +14 -14
  3443. package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
  3444. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +12 -12
  3445. package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
  3446. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +14 -11
  3447. package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
  3448. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +10 -11
  3449. package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -1
  3450. package/types/x-modules/related-tags/store/emitters.d.ts +13 -13
  3451. package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
  3452. package/types/x-modules/related-tags/store/getters/query.getter.d.ts +10 -12
  3453. package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -1
  3454. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +10 -11
  3455. package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -1
  3456. package/types/x-modules/related-tags/store/getters/request.getter.d.ts +12 -14
  3457. package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
  3458. package/types/x-modules/related-tags/store/index.d.ts +9 -9
  3459. package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
  3460. package/types/x-modules/related-tags/store/module.d.ts +7 -7
  3461. package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
  3462. package/types/x-modules/related-tags/store/types.d.ts +109 -109
  3463. package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
  3464. package/types/x-modules/related-tags/wiring.d.ts +105 -105
  3465. package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
  3466. package/types/x-modules/related-tags/x-module.d.ts +15 -15
  3467. package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
  3468. package/types/x-modules/scroll/components/index.d.ts +6 -6
  3469. package/types/x-modules/scroll/components/index.d.ts.map +1 -1
  3470. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +36 -36
  3471. package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
  3472. package/types/x-modules/scroll/components/main-scroll.vue.d.ts +74 -74
  3473. package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
  3474. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +67 -65
  3475. package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
  3476. package/types/x-modules/scroll/components/scroll.const.d.ts +14 -14
  3477. package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -1
  3478. package/types/x-modules/scroll/components/scroll.types.d.ts +19 -19
  3479. package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -1
  3480. package/types/x-modules/scroll/components/scroll.vue.d.ts +41 -39
  3481. package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
  3482. package/types/x-modules/scroll/events.types.d.ts +52 -52
  3483. package/types/x-modules/scroll/events.types.d.ts.map +1 -1
  3484. package/types/x-modules/scroll/index.d.ts +5 -5
  3485. package/types/x-modules/scroll/index.d.ts.map +1 -1
  3486. package/types/x-modules/scroll/store/emitters.d.ts +6 -6
  3487. package/types/x-modules/scroll/store/emitters.d.ts.map +1 -1
  3488. package/types/x-modules/scroll/store/index.d.ts +3 -3
  3489. package/types/x-modules/scroll/store/index.d.ts.map +1 -1
  3490. package/types/x-modules/scroll/store/module.d.ts +7 -7
  3491. package/types/x-modules/scroll/store/module.d.ts.map +1 -1
  3492. package/types/x-modules/scroll/store/types.d.ts +97 -97
  3493. package/types/x-modules/scroll/store/types.d.ts.map +1 -1
  3494. package/types/x-modules/scroll/wiring.d.ts +73 -73
  3495. package/types/x-modules/scroll/wiring.d.ts.map +1 -1
  3496. package/types/x-modules/scroll/x-module.d.ts +15 -15
  3497. package/types/x-modules/scroll/x-module.d.ts.map +1 -1
  3498. package/types/x-modules/search/components/banner.vue.d.ts +42 -139
  3499. package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
  3500. package/types/x-modules/search/components/banners-list.vue.d.ts +29 -29
  3501. package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
  3502. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +11 -11
  3503. package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
  3504. package/types/x-modules/search/components/index.d.ts +14 -14
  3505. package/types/x-modules/search/components/index.d.ts.map +1 -1
  3506. package/types/x-modules/search/components/partial-query-button.vue.d.ts +32 -32
  3507. package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
  3508. package/types/x-modules/search/components/partial-results-list.vue.d.ts +51 -53
  3509. package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
  3510. package/types/x-modules/search/components/promoted.vue.d.ts +38 -38
  3511. package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
  3512. package/types/x-modules/search/components/promoteds-list.vue.d.ts +29 -29
  3513. package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
  3514. package/types/x-modules/search/components/redirection.vue.d.ts +64 -64
  3515. package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
  3516. package/types/x-modules/search/components/results-list.vue.d.ts +31 -31
  3517. package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
  3518. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +32 -30
  3519. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  3520. package/types/x-modules/search/components/sort-list.vue.d.ts +47 -45
  3521. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  3522. package/types/x-modules/search/components/sort-picker-list.types.d.ts +12 -0
  3523. package/types/x-modules/search/components/sort-picker-list.types.d.ts.map +1 -0
  3524. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +42 -49
  3525. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -1
  3526. package/types/x-modules/search/components/spellcheck-button.vue.d.ts +13 -13
  3527. package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
  3528. package/types/x-modules/search/components/spellcheck.vue.d.ts +15 -15
  3529. package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
  3530. package/types/x-modules/search/config.types.d.ts +13 -11
  3531. package/types/x-modules/search/config.types.d.ts.map +1 -1
  3532. package/types/x-modules/search/events.types.d.ts +110 -106
  3533. package/types/x-modules/search/events.types.d.ts.map +1 -1
  3534. package/types/x-modules/search/index.d.ts +7 -7
  3535. package/types/x-modules/search/index.d.ts.map +1 -1
  3536. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +14 -14
  3537. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  3538. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +12 -12
  3539. package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
  3540. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +10 -10
  3541. package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -1
  3542. package/types/x-modules/search/store/actions/index.d.ts +7 -7
  3543. package/types/x-modules/search/store/actions/index.d.ts.map +1 -1
  3544. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +10 -11
  3545. package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -1
  3546. package/types/x-modules/search/store/actions/save-origin.action.d.ts +10 -11
  3547. package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -1
  3548. package/types/x-modules/search/store/actions/save-search-response.action.d.ts +10 -11
  3549. package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
  3550. package/types/x-modules/search/store/actions/set-url-params.action.d.ts +10 -12
  3551. package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
  3552. package/types/x-modules/search/store/emitters.d.ts +38 -38
  3553. package/types/x-modules/search/store/emitters.d.ts.map +1 -1
  3554. package/types/x-modules/search/store/getters/index.d.ts +2 -2
  3555. package/types/x-modules/search/store/getters/index.d.ts.map +1 -1
  3556. package/types/x-modules/search/store/getters/query.getter.d.ts +12 -12
  3557. package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -1
  3558. package/types/x-modules/search/store/getters/request.getter.d.ts +12 -13
  3559. package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
  3560. package/types/x-modules/search/store/index.d.ts +5 -5
  3561. package/types/x-modules/search/store/index.d.ts.map +1 -1
  3562. package/types/x-modules/search/store/module.d.ts +41 -41
  3563. package/types/x-modules/search/store/module.d.ts.map +1 -1
  3564. package/types/x-modules/search/store/types.d.ts +288 -288
  3565. package/types/x-modules/search/store/types.d.ts.map +1 -1
  3566. package/types/x-modules/search/types.d.ts +34 -34
  3567. package/types/x-modules/search/types.d.ts.map +1 -1
  3568. package/types/x-modules/search/wiring.d.ts +221 -217
  3569. package/types/x-modules/search/wiring.d.ts.map +1 -1
  3570. package/types/x-modules/search/x-module.d.ts +15 -15
  3571. package/types/x-modules/search/x-module.d.ts.map +1 -1
  3572. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +25 -19
  3573. package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
  3574. package/types/x-modules/search-box/components/index.d.ts +4 -4
  3575. package/types/x-modules/search-box/components/index.d.ts.map +1 -1
  3576. package/types/x-modules/search-box/components/search-button.vue.d.ts +17 -18
  3577. package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
  3578. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +84 -84
  3579. package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -1
  3580. package/types/x-modules/search-box/components/search-input.vue.d.ts +83 -83
  3581. package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
  3582. package/types/x-modules/search-box/events.types.d.ts +73 -73
  3583. package/types/x-modules/search-box/events.types.d.ts.map +1 -1
  3584. package/types/x-modules/search-box/index.d.ts +5 -5
  3585. package/types/x-modules/search-box/index.d.ts.map +1 -1
  3586. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +11 -11
  3587. package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -1
  3588. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +10 -11
  3589. package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -1
  3590. package/types/x-modules/search-box/store/emitters.d.ts +13 -13
  3591. package/types/x-modules/search-box/store/emitters.d.ts.map +1 -1
  3592. package/types/x-modules/search-box/store/index.d.ts +3 -3
  3593. package/types/x-modules/search-box/store/index.d.ts.map +1 -1
  3594. package/types/x-modules/search-box/store/module.d.ts +7 -7
  3595. package/types/x-modules/search-box/store/module.d.ts.map +1 -1
  3596. package/types/x-modules/search-box/store/types.d.ts +69 -69
  3597. package/types/x-modules/search-box/store/types.d.ts.map +1 -1
  3598. package/types/x-modules/search-box/wiring.d.ts +42 -42
  3599. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  3600. package/types/x-modules/search-box/x-module.d.ts +15 -15
  3601. package/types/x-modules/search-box/x-module.d.ts.map +1 -1
  3602. package/types/x-modules/semantic-queries/components/index.d.ts +2 -2
  3603. package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -1
  3604. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +12 -11
  3605. package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
  3606. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +31 -29
  3607. package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -1
  3608. package/types/x-modules/semantic-queries/config.types.d.ts +15 -15
  3609. package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -1
  3610. package/types/x-modules/semantic-queries/events.types.d.ts +24 -24
  3611. package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -1
  3612. package/types/x-modules/semantic-queries/index.d.ts +6 -6
  3613. package/types/x-modules/semantic-queries/index.d.ts.map +1 -1
  3614. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +12 -12
  3615. package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -1
  3616. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +12 -12
  3617. package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -1
  3618. package/types/x-modules/semantic-queries/store/actions/index.d.ts +2 -2
  3619. package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -1
  3620. package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -9
  3621. package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -1
  3622. package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -2
  3623. package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
  3624. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +12 -12
  3625. package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
  3626. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -12
  3627. package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
  3628. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
  3629. package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
  3630. package/types/x-modules/semantic-queries/store/index.d.ts +4 -4
  3631. package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -1
  3632. package/types/x-modules/semantic-queries/store/module.d.ts +7 -7
  3633. package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
  3634. package/types/x-modules/semantic-queries/store/types.d.ts +102 -90
  3635. package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
  3636. package/types/x-modules/semantic-queries/wiring.d.ts +65 -62
  3637. package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
  3638. package/types/x-modules/semantic-queries/x-module.d.ts +15 -15
  3639. package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -1
  3640. package/types/x-modules/tagging/components/index.d.ts +1 -1
  3641. package/types/x-modules/tagging/components/index.d.ts.map +1 -1
  3642. package/types/x-modules/tagging/components/tagging.vue.d.ts +84 -82
  3643. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
  3644. package/types/x-modules/tagging/config.types.d.ts +25 -25
  3645. package/types/x-modules/tagging/config.types.d.ts.map +1 -1
  3646. package/types/x-modules/tagging/events.types.d.ts +51 -51
  3647. package/types/x-modules/tagging/events.types.d.ts.map +1 -1
  3648. package/types/x-modules/tagging/index.d.ts +7 -7
  3649. package/types/x-modules/tagging/index.d.ts.map +1 -1
  3650. package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +100 -82
  3651. package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
  3652. package/types/x-modules/tagging/service/index.d.ts +2 -2
  3653. package/types/x-modules/tagging/service/index.d.ts.map +1 -1
  3654. package/types/x-modules/tagging/service/types.d.ts +38 -29
  3655. package/types/x-modules/tagging/service/types.d.ts.map +1 -1
  3656. package/types/x-modules/tagging/store/actions/index.d.ts +1 -1
  3657. package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -1
  3658. package/types/x-modules/tagging/store/actions/track.action.d.ts +10 -11
  3659. package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -1
  3660. package/types/x-modules/tagging/store/emitters.d.ts +13 -13
  3661. package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
  3662. package/types/x-modules/tagging/store/index.d.ts +4 -4
  3663. package/types/x-modules/tagging/store/index.d.ts.map +1 -1
  3664. package/types/x-modules/tagging/store/module.d.ts +7 -7
  3665. package/types/x-modules/tagging/store/module.d.ts.map +1 -1
  3666. package/types/x-modules/tagging/store/types.d.ts +80 -80
  3667. package/types/x-modules/tagging/store/types.d.ts.map +1 -1
  3668. package/types/x-modules/tagging/wiring.d.ts +267 -164
  3669. package/types/x-modules/tagging/wiring.d.ts.map +1 -1
  3670. package/types/x-modules/tagging/x-module.d.ts +15 -15
  3671. package/types/x-modules/tagging/x-module.d.ts.map +1 -1
  3672. package/types/x-modules/url/components/index.d.ts +1 -1
  3673. package/types/x-modules/url/components/index.d.ts.map +1 -1
  3674. package/types/x-modules/url/components/url-handler.vue.d.ts +16 -12
  3675. package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  3676. package/types/x-modules/url/events.types.d.ts +30 -31
  3677. package/types/x-modules/url/events.types.d.ts.map +1 -1
  3678. package/types/x-modules/url/index.d.ts +5 -5
  3679. package/types/x-modules/url/index.d.ts.map +1 -1
  3680. package/types/x-modules/url/store/emitters.d.ts +49 -49
  3681. package/types/x-modules/url/store/emitters.d.ts.map +1 -1
  3682. package/types/x-modules/url/store/getters/url-params.getter.d.ts +9 -11
  3683. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  3684. package/types/x-modules/url/store/index.d.ts +3 -3
  3685. package/types/x-modules/url/store/index.d.ts.map +1 -1
  3686. package/types/x-modules/url/store/initial-state.d.ts +8 -8
  3687. package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
  3688. package/types/x-modules/url/store/module.d.ts +7 -7
  3689. package/types/x-modules/url/store/module.d.ts.map +1 -1
  3690. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +12 -12
  3691. package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -1
  3692. package/types/x-modules/url/store/types.d.ts +108 -102
  3693. package/types/x-modules/url/store/types.d.ts.map +1 -1
  3694. package/types/x-modules/url/wiring.d.ts +117 -108
  3695. package/types/x-modules/url/wiring.d.ts.map +1 -1
  3696. package/types/x-modules/url/x-module.d.ts +15 -15
  3697. package/types/x-modules/url/x-module.d.ts.map +1 -1
  3698. package/types/x-modules/x-modules.types.d.ts +97 -95
  3699. package/types/x-modules/x-modules.types.d.ts.map +1 -1
  3700. package/url/index.js +1 -1
  3701. package/design-system/deprecated-full-theme.css +0 -8828
  3702. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +0 -21
  3703. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
  3704. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
  3705. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
  3706. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
  3707. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
  3708. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +0 -24
  3709. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
  3710. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
  3711. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +0 -24
  3712. package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +0 -24
  3713. package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
  3714. package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
  3715. package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +0 -24
  3716. package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +0 -24
  3717. package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +0 -24
  3718. package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
  3719. package/docs/API-reference/api/x-components.relatedpromptrequest.md +0 -13
  3720. package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
  3721. package/docs/API-reference/api/x-components.usestore.md +0 -19
  3722. package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +0 -23
  3723. package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +0 -23
  3724. package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +0 -25
  3725. package/docs/assets/features/overview-my-history.svg +0 -279
  3726. package/docs/assets/features/overview-product-results-card.svg +0 -128
  3727. package/docs/assets/interface/build-search-ui.svg +0 -167
  3728. package/docs/assets/interface/experience-search-intro.svg +0 -1
  3729. package/docs/assets/interface/integration-guide.svg +0 -1
  3730. package/docs/assets/interface/integration-video.png +0 -0
  3731. package/docs/assets/interface/x-architecture.svg +0 -1
  3732. package/docs/assets/interface/x-empathize.gif +0 -0
  3733. package/docs/assets/interface/x-facets.gif +0 -0
  3734. package/docs/assets/interface/x-facets.svg +0 -189
  3735. package/docs/assets/interface/x-history-queries.gif +0 -0
  3736. package/docs/assets/interface/x-id-results.gif +0 -0
  3737. package/docs/assets/interface/x-next-queries.gif +0 -0
  3738. package/docs/assets/interface/x-popular-searches.gif +0 -0
  3739. package/docs/assets/interface/x-query-suggestions.gif +0 -0
  3740. package/docs/assets/interface/x-recommendations.gif +0 -0
  3741. package/docs/assets/interface/x-recommendations.svg +0 -472
  3742. package/docs/assets/interface/x-related-tags.gif +0 -0
  3743. package/docs/assets/interface/x-results-layout.svg +0 -259
  3744. package/docs/assets/interface/x-search-box-elements.svg +0 -1
  3745. package/docs/assets/interface/x-search-box.svg +0 -60
  3746. package/docs/build-search-ui/README.md +0 -127
  3747. package/docs/build-search-ui/sidebar.js +0 -7
  3748. package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
  3749. package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
  3750. package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
  3751. package/docs/build-search-ui/web-x-architecture.md +0 -83
  3752. package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
  3753. package/docs/experience-search-and-discovery/README.md +0 -132
  3754. package/docs/experience-search-and-discovery/empathize.md +0 -119
  3755. package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
  3756. package/docs/experience-search-and-discovery/history-queries.md +0 -70
  3757. package/docs/experience-search-and-discovery/id-results.md +0 -49
  3758. package/docs/experience-search-and-discovery/my-history.md +0 -60
  3759. package/docs/experience-search-and-discovery/next-queries.md +0 -72
  3760. package/docs/experience-search-and-discovery/popular-searches.md +0 -50
  3761. package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
  3762. package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
  3763. package/docs/experience-search-and-discovery/recommendations.md +0 -134
  3764. package/docs/experience-search-and-discovery/related-tags.md +0 -66
  3765. package/docs/experience-search-and-discovery/search-box.md +0 -99
  3766. package/docs/experience-search-and-discovery/serp-ui.md +0 -125
  3767. package/docs/experience-search-and-discovery/sidebar.js +0 -17
  3768. package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
  3769. package/docs/input-status-machine-state.png +0 -0
  3770. package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +0 -1
  3771. package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +0 -1
  3772. package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +0 -1
  3773. package/js/composables/use-store.js +0 -15
  3774. package/js/composables/use-store.js.map +0 -1
  3775. package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
  3776. package/types/adapter/e2e-adapter.d.ts +0 -19
  3777. package/types/adapter/e2e-adapter.d.ts.map +0 -1
  3778. package/types/composables/use-store.d.ts +0 -10
  3779. package/types/composables/use-store.d.ts.map +0 -1
  3780. package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.39.0",
4
+ "toolVersion": "7.57.2",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -114,6 +114,22 @@
114
114
  "tagName": "@virtual",
115
115
  "syntaxKind": "modifier"
116
116
  },
117
+ {
118
+ "tagName": "@jsx",
119
+ "syntaxKind": "block"
120
+ },
121
+ {
122
+ "tagName": "@jsxRuntime",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@jsxFrag",
127
+ "syntaxKind": "block"
128
+ },
129
+ {
130
+ "tagName": "@jsxImportSource",
131
+ "syntaxKind": "block"
132
+ },
117
133
  {
118
134
  "tagName": "@betaDocumentation",
119
135
  "syntaxKind": "modifier"
@@ -174,62 +190,31 @@
174
190
  "members": [
175
191
  {
176
192
  "kind": "Interface",
177
- "canonicalReference": "@empathyco/x-types!Banner:interface",
178
- "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",
193
+ "canonicalReference": "@empathyco/x-types!AiQuestion:interface",
194
+ "docComment": "/**\n * A question is an entity generated by the AI. It contains the question text, the response text and the search queries.\n *\n * @public\n */\n",
179
195
  "excerptTokens": [
180
196
  {
181
197
  "kind": "Content",
182
- "text": "export interface Banner extends "
183
- },
184
- {
185
- "kind": "Reference",
186
- "text": "NamedModel",
187
- "canonicalReference": "@empathyco/x-types!NamedModel:interface"
188
- },
189
- {
190
- "kind": "Content",
191
- "text": "<'Banner'>"
192
- },
193
- {
194
- "kind": "Content",
195
- "text": ", "
196
- },
197
- {
198
- "kind": "Reference",
199
- "text": "Identifiable",
200
- "canonicalReference": "@empathyco/x-types!Identifiable:interface"
201
- },
202
- {
203
- "kind": "Content",
204
- "text": ", "
205
- },
206
- {
207
- "kind": "Reference",
208
- "text": "Taggable",
209
- "canonicalReference": "@empathyco/x-types!Taggable:interface"
210
- },
211
- {
212
- "kind": "Content",
213
- "text": " "
198
+ "text": "export interface AiQuestion "
214
199
  }
215
200
  ],
216
- "fileUrlPath": "src/banner.model.ts",
201
+ "fileUrlPath": "temp/types/ai/question.model.d.ts",
217
202
  "releaseTag": "Public",
218
- "name": "Banner",
203
+ "name": "AiQuestion",
219
204
  "preserveMemberOrder": false,
220
205
  "members": [
221
206
  {
222
207
  "kind": "PropertySignature",
223
- "canonicalReference": "@empathyco/x-types!Banner#image:member",
224
- "docComment": "/**\n * Banner image.\n */\n",
208
+ "canonicalReference": "@empathyco/x-types!AiQuestion#content:member",
209
+ "docComment": "",
225
210
  "excerptTokens": [
226
211
  {
227
212
  "kind": "Content",
228
- "text": "image: "
213
+ "text": "content: "
229
214
  },
230
215
  {
231
216
  "kind": "Content",
232
- "text": "string"
217
+ "text": "{\n responseText?: string;\n searchQueries: string[];\n }"
233
218
  },
234
219
  {
235
220
  "kind": "Content",
@@ -239,7 +224,7 @@
239
224
  "isReadonly": false,
240
225
  "isOptional": false,
241
226
  "releaseTag": "Public",
242
- "name": "image",
227
+ "name": "content",
243
228
  "propertyTypeTokenRange": {
244
229
  "startIndex": 1,
245
230
  "endIndex": 2
@@ -247,16 +232,16 @@
247
232
  },
248
233
  {
249
234
  "kind": "PropertySignature",
250
- "canonicalReference": "@empathyco/x-types!Banner#position:member",
251
- "docComment": "/**\n * Banner position (= row) inside the grid.\n */\n",
235
+ "canonicalReference": "@empathyco/x-types!AiQuestion#expanded:member",
236
+ "docComment": "",
252
237
  "excerptTokens": [
253
238
  {
254
239
  "kind": "Content",
255
- "text": "position?: "
240
+ "text": "expanded?: "
256
241
  },
257
242
  {
258
243
  "kind": "Content",
259
- "text": "number"
244
+ "text": "boolean"
260
245
  },
261
246
  {
262
247
  "kind": "Content",
@@ -266,7 +251,7 @@
266
251
  "isReadonly": false,
267
252
  "isOptional": true,
268
253
  "releaseTag": "Public",
269
- "name": "position",
254
+ "name": "expanded",
270
255
  "propertyTypeTokenRange": {
271
256
  "startIndex": 1,
272
257
  "endIndex": 2
@@ -274,12 +259,12 @@
274
259
  },
275
260
  {
276
261
  "kind": "PropertySignature",
277
- "canonicalReference": "@empathyco/x-types!Banner#title:member",
278
- "docComment": "/**\n * Banner title.\n */\n",
262
+ "canonicalReference": "@empathyco/x-types!AiQuestion#id:member",
263
+ "docComment": "",
279
264
  "excerptTokens": [
280
265
  {
281
266
  "kind": "Content",
282
- "text": "title?: "
267
+ "text": "id: "
283
268
  },
284
269
  {
285
270
  "kind": "Content",
@@ -291,9 +276,9 @@
291
276
  }
292
277
  ],
293
278
  "isReadonly": false,
294
- "isOptional": true,
279
+ "isOptional": false,
295
280
  "releaseTag": "Public",
296
- "name": "title",
281
+ "name": "id",
297
282
  "propertyTypeTokenRange": {
298
283
  "startIndex": 1,
299
284
  "endIndex": 2
@@ -301,16 +286,16 @@
301
286
  },
302
287
  {
303
288
  "kind": "PropertySignature",
304
- "canonicalReference": "@empathyco/x-types!Banner#url:member",
305
- "docComment": "/**\n * URL to redirect.\n */\n",
289
+ "canonicalReference": "@empathyco/x-types!AiQuestion#metadata:member",
290
+ "docComment": "",
306
291
  "excerptTokens": [
307
292
  {
308
293
  "kind": "Content",
309
- "text": "url?: "
294
+ "text": "metadata: "
310
295
  },
311
296
  {
312
297
  "kind": "Content",
313
- "text": "string"
298
+ "text": "{\n origin: string;\n source: string;\n createdAt: string;\n generatedWithModel: string;\n generatedWithConfig: string;\n }"
314
299
  },
315
300
  {
316
301
  "kind": "Content",
@@ -318,86 +303,76 @@
318
303
  }
319
304
  ],
320
305
  "isReadonly": false,
321
- "isOptional": true,
306
+ "isOptional": false,
322
307
  "releaseTag": "Public",
323
- "name": "url",
308
+ "name": "metadata",
324
309
  "propertyTypeTokenRange": {
325
310
  "startIndex": 1,
326
311
  "endIndex": 2
327
312
  }
328
- }
329
- ],
330
- "extendsTokenRanges": [
331
- {
332
- "startIndex": 1,
333
- "endIndex": 3
334
- },
335
- {
336
- "startIndex": 4,
337
- "endIndex": 5
338
- },
339
- {
340
- "startIndex": 6,
341
- "endIndex": 7
342
- }
343
- ]
344
- },
345
- {
346
- "kind": "Variable",
347
- "canonicalReference": "@empathyco/x-types!BannerSchema:var",
348
- "docComment": "/**\n * Jest schema for validating Banner entities.\n *\n * @public\n */\n",
349
- "excerptTokens": [
350
- {
351
- "kind": "Content",
352
- "text": "BannerSchema: "
353
313
  },
354
314
  {
355
- "kind": "Reference",
356
- "text": "Banner",
357
- "canonicalReference": "@empathyco/x-types!Banner:interface"
358
- }
359
- ],
360
- "fileUrlPath": "src/schemas/banner.schema.ts",
361
- "isReadonly": true,
362
- "releaseTag": "Public",
363
- "name": "BannerSchema",
364
- "variableTypeTokenRange": {
365
- "startIndex": 1,
366
- "endIndex": 2
367
- }
368
- },
369
- {
370
- "kind": "Interface",
371
- "canonicalReference": "@empathyco/x-types!BooleanFilter:interface",
372
- "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",
373
- "excerptTokens": [
374
- {
375
- "kind": "Content",
376
- "text": "export interface BooleanFilter extends "
315
+ "kind": "PropertySignature",
316
+ "canonicalReference": "@empathyco/x-types!AiQuestion#responseText:member",
317
+ "docComment": "",
318
+ "excerptTokens": [
319
+ {
320
+ "kind": "Content",
321
+ "text": "responseText?: "
322
+ },
323
+ {
324
+ "kind": "Content",
325
+ "text": "string"
326
+ },
327
+ {
328
+ "kind": "Content",
329
+ "text": ";"
330
+ }
331
+ ],
332
+ "isReadonly": false,
333
+ "isOptional": true,
334
+ "releaseTag": "Public",
335
+ "name": "responseText",
336
+ "propertyTypeTokenRange": {
337
+ "startIndex": 1,
338
+ "endIndex": 2
339
+ }
377
340
  },
378
341
  {
379
- "kind": "Reference",
380
- "text": "FacetFilter",
381
- "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
342
+ "kind": "PropertySignature",
343
+ "canonicalReference": "@empathyco/x-types!AiQuestion#suggestionImageUrl:member",
344
+ "docComment": "",
345
+ "excerptTokens": [
346
+ {
347
+ "kind": "Content",
348
+ "text": "suggestionImageUrl?: "
349
+ },
350
+ {
351
+ "kind": "Content",
352
+ "text": "string"
353
+ },
354
+ {
355
+ "kind": "Content",
356
+ "text": ";"
357
+ }
358
+ ],
359
+ "isReadonly": false,
360
+ "isOptional": true,
361
+ "releaseTag": "Public",
362
+ "name": "suggestionImageUrl",
363
+ "propertyTypeTokenRange": {
364
+ "startIndex": 1,
365
+ "endIndex": 2
366
+ }
382
367
  },
383
- {
384
- "kind": "Content",
385
- "text": " "
386
- }
387
- ],
388
- "fileUrlPath": "src/facet/filter/boolean-filter.model.ts",
389
- "releaseTag": "Public",
390
- "name": "BooleanFilter",
391
- "preserveMemberOrder": false,
392
- "members": [
393
368
  {
394
369
  "kind": "PropertySignature",
395
- "canonicalReference": "@empathyco/x-types!BooleanFilter#label:member",
396
- "docComment": "/**\n * Text to render the filter label.\n */\n",
370
+ "canonicalReference": "@empathyco/x-types!AiQuestion#suggestionText:member",
371
+ "docComment": "",
397
372
  "excerptTokens": [
398
373
  {
399
374
  "kind": "Content",
400
- "text": "label: "
375
+ "text": "suggestionText: "
401
376
  },
402
377
  {
403
378
  "kind": "Content",
@@ -411,7 +386,7 @@
411
386
  "isReadonly": false,
412
387
  "isOptional": false,
413
388
  "releaseTag": "Public",
414
- "name": "label",
389
+ "name": "suggestionText",
415
390
  "propertyTypeTokenRange": {
416
391
  "startIndex": 1,
417
392
  "endIndex": 2
@@ -419,17 +394,25 @@
419
394
  },
420
395
  {
421
396
  "kind": "PropertySignature",
422
- "canonicalReference": "@empathyco/x-types!BooleanFilter#modelName:member",
423
- "docComment": "/**\n * Type to narrow {@link ModelNameType} from the extended Filter for the known subtypes.\n */\n",
397
+ "canonicalReference": "@empathyco/x-types!AiQuestion#tagging:member",
398
+ "docComment": "",
424
399
  "excerptTokens": [
425
400
  {
426
401
  "kind": "Content",
427
- "text": "modelName: "
402
+ "text": "tagging?: "
403
+ },
404
+ {
405
+ "kind": "Content",
406
+ "text": "{\n toolingDisplay: string;\n toolingDisplayClick: string;\n searchQueries: "
428
407
  },
429
408
  {
430
409
  "kind": "Reference",
431
- "text": "BooleanFilterModelName",
432
- "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type"
410
+ "text": "Record",
411
+ "canonicalReference": "!Record:type"
412
+ },
413
+ {
414
+ "kind": "Content",
415
+ "text": "<string, {\n toolingDisplay: string;\n toolingDisplayAdd2Cart: string;\n toolingDisplayClick: string;\n }>;\n }"
433
416
  },
434
417
  {
435
418
  "kind": "Content",
@@ -437,26 +420,26 @@
437
420
  }
438
421
  ],
439
422
  "isReadonly": false,
440
- "isOptional": false,
423
+ "isOptional": true,
441
424
  "releaseTag": "Public",
442
- "name": "modelName",
425
+ "name": "tagging",
443
426
  "propertyTypeTokenRange": {
444
427
  "startIndex": 1,
445
- "endIndex": 2
428
+ "endIndex": 4
446
429
  }
447
430
  },
448
431
  {
449
432
  "kind": "PropertySignature",
450
- "canonicalReference": "@empathyco/x-types!BooleanFilter#totalResults:member",
451
- "docComment": "/**\n * Amount of matching results.\n */\n",
433
+ "canonicalReference": "@empathyco/x-types!AiQuestion#type:member",
434
+ "docComment": "",
452
435
  "excerptTokens": [
453
436
  {
454
437
  "kind": "Content",
455
- "text": "totalResults?: "
438
+ "text": "type: "
456
439
  },
457
440
  {
458
441
  "kind": "Content",
459
- "text": "number"
442
+ "text": "string"
460
443
  },
461
444
  {
462
445
  "kind": "Content",
@@ -464,63 +447,1128 @@
464
447
  }
465
448
  ],
466
449
  "isReadonly": false,
467
- "isOptional": true,
450
+ "isOptional": false,
468
451
  "releaseTag": "Public",
469
- "name": "totalResults",
452
+ "name": "type",
470
453
  "propertyTypeTokenRange": {
471
454
  "startIndex": 1,
472
455
  "endIndex": 2
473
456
  }
474
457
  }
475
458
  ],
476
- "extendsTokenRanges": [
477
- {
478
- "startIndex": 1,
479
- "endIndex": 2
480
- }
481
- ]
459
+ "extendsTokenRanges": []
482
460
  },
483
461
  {
484
- "kind": "TypeAlias",
485
- "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type",
486
- "docComment": "/**\n * Type to ease the usage of a model name in a {@link BooleanFilter} with autocomplete suggestions.\n *\n * @public\n */\n",
462
+ "kind": "Interface",
463
+ "canonicalReference": "@empathyco/x-types!AiQuestionsRequest:interface",
464
+ "docComment": "/**\n * Request for the question endpoint.\n *\n * @public\n */\n",
487
465
  "excerptTokens": [
488
466
  {
489
467
  "kind": "Content",
490
- "text": "export type BooleanFilterModelName = "
491
- },
492
- {
493
- "kind": "Content",
494
- "text": "(typeof "
468
+ "text": "export interface AiQuestionsRequest extends "
495
469
  },
496
470
  {
497
471
  "kind": "Reference",
498
- "text": "BooleanFilterModelNames",
499
- "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var"
500
- },
501
- {
502
- "kind": "Content",
503
- "text": ")[number]"
472
+ "text": "ExtraParamsRequest",
473
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
504
474
  },
505
475
  {
506
476
  "kind": "Content",
507
- "text": ";"
477
+ "text": " "
508
478
  }
509
479
  ],
510
- "fileUrlPath": "src/named-model.model.ts",
480
+ "fileUrlPath": "temp/types/request/ai/questions.model.d.ts",
511
481
  "releaseTag": "Public",
512
- "name": "BooleanFilterModelName",
513
- "typeTokenRange": {
514
- "startIndex": 1,
515
- "endIndex": 4
516
- }
517
- },
518
- {
519
- "kind": "Variable",
520
- "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
521
- "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
522
- "excerptTokens": [
523
- {
482
+ "name": "AiQuestionsRequest",
483
+ "preserveMemberOrder": false,
484
+ "members": [
485
+ {
486
+ "kind": "PropertySignature",
487
+ "canonicalReference": "@empathyco/x-types!AiQuestionsRequest#lang:member",
488
+ "docComment": "",
489
+ "excerptTokens": [
490
+ {
491
+ "kind": "Content",
492
+ "text": "lang: "
493
+ },
494
+ {
495
+ "kind": "Content",
496
+ "text": "string"
497
+ },
498
+ {
499
+ "kind": "Content",
500
+ "text": ";"
501
+ }
502
+ ],
503
+ "isReadonly": false,
504
+ "isOptional": false,
505
+ "releaseTag": "Public",
506
+ "name": "lang",
507
+ "propertyTypeTokenRange": {
508
+ "startIndex": 1,
509
+ "endIndex": 2
510
+ }
511
+ },
512
+ {
513
+ "kind": "PropertySignature",
514
+ "canonicalReference": "@empathyco/x-types!AiQuestionsRequest#query:member",
515
+ "docComment": "",
516
+ "excerptTokens": [
517
+ {
518
+ "kind": "Content",
519
+ "text": "query?: "
520
+ },
521
+ {
522
+ "kind": "Content",
523
+ "text": "string"
524
+ },
525
+ {
526
+ "kind": "Content",
527
+ "text": ";"
528
+ }
529
+ ],
530
+ "isReadonly": false,
531
+ "isOptional": true,
532
+ "releaseTag": "Public",
533
+ "name": "query",
534
+ "propertyTypeTokenRange": {
535
+ "startIndex": 1,
536
+ "endIndex": 2
537
+ }
538
+ }
539
+ ],
540
+ "extendsTokenRanges": [
541
+ {
542
+ "startIndex": 1,
543
+ "endIndex": 2
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "kind": "Interface",
549
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface",
550
+ "docComment": "/**\n * Response for the question endpoint.\n *\n * @public\n */\n",
551
+ "excerptTokens": [
552
+ {
553
+ "kind": "Content",
554
+ "text": "export interface AiQuestionsResponse "
555
+ }
556
+ ],
557
+ "fileUrlPath": "temp/types/response/ai/questions.model.d.ts",
558
+ "releaseTag": "Public",
559
+ "name": "AiQuestionsResponse",
560
+ "preserveMemberOrder": false,
561
+ "members": [
562
+ {
563
+ "kind": "PropertySignature",
564
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#context:member",
565
+ "docComment": "",
566
+ "excerptTokens": [
567
+ {
568
+ "kind": "Content",
569
+ "text": "context: "
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": "{\n query?: string;\n lang: string;\n instance: string;\n filters?: "
574
+ },
575
+ {
576
+ "kind": "Reference",
577
+ "text": "Record",
578
+ "canonicalReference": "!Record:type"
579
+ },
580
+ {
581
+ "kind": "Content",
582
+ "text": "<string, unknown>;\n }"
583
+ },
584
+ {
585
+ "kind": "Content",
586
+ "text": ";"
587
+ }
588
+ ],
589
+ "isReadonly": false,
590
+ "isOptional": false,
591
+ "releaseTag": "Public",
592
+ "name": "context",
593
+ "propertyTypeTokenRange": {
594
+ "startIndex": 1,
595
+ "endIndex": 4
596
+ }
597
+ },
598
+ {
599
+ "kind": "PropertySignature",
600
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#items:member",
601
+ "docComment": "",
602
+ "excerptTokens": [
603
+ {
604
+ "kind": "Content",
605
+ "text": "items: "
606
+ },
607
+ {
608
+ "kind": "Reference",
609
+ "text": "AiQuestion",
610
+ "canonicalReference": "@empathyco/x-types!AiQuestion:interface"
611
+ },
612
+ {
613
+ "kind": "Content",
614
+ "text": "[]"
615
+ },
616
+ {
617
+ "kind": "Content",
618
+ "text": ";"
619
+ }
620
+ ],
621
+ "isReadonly": false,
622
+ "isOptional": false,
623
+ "releaseTag": "Public",
624
+ "name": "items",
625
+ "propertyTypeTokenRange": {
626
+ "startIndex": 1,
627
+ "endIndex": 3
628
+ }
629
+ },
630
+ {
631
+ "kind": "PropertySignature",
632
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#numItems:member",
633
+ "docComment": "",
634
+ "excerptTokens": [
635
+ {
636
+ "kind": "Content",
637
+ "text": "numItems: "
638
+ },
639
+ {
640
+ "kind": "Content",
641
+ "text": "number"
642
+ },
643
+ {
644
+ "kind": "Content",
645
+ "text": ";"
646
+ }
647
+ ],
648
+ "isReadonly": false,
649
+ "isOptional": false,
650
+ "releaseTag": "Public",
651
+ "name": "numItems",
652
+ "propertyTypeTokenRange": {
653
+ "startIndex": 1,
654
+ "endIndex": 2
655
+ }
656
+ },
657
+ {
658
+ "kind": "PropertySignature",
659
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#resolved:member",
660
+ "docComment": "",
661
+ "excerptTokens": [
662
+ {
663
+ "kind": "Content",
664
+ "text": "resolved: "
665
+ },
666
+ {
667
+ "kind": "Content",
668
+ "text": "boolean"
669
+ },
670
+ {
671
+ "kind": "Content",
672
+ "text": ";"
673
+ }
674
+ ],
675
+ "isReadonly": false,
676
+ "isOptional": false,
677
+ "releaseTag": "Public",
678
+ "name": "resolved",
679
+ "propertyTypeTokenRange": {
680
+ "startIndex": 1,
681
+ "endIndex": 2
682
+ }
683
+ },
684
+ {
685
+ "kind": "PropertySignature",
686
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#taskId:member",
687
+ "docComment": "",
688
+ "excerptTokens": [
689
+ {
690
+ "kind": "Content",
691
+ "text": "taskId: "
692
+ },
693
+ {
694
+ "kind": "Content",
695
+ "text": "string"
696
+ },
697
+ {
698
+ "kind": "Content",
699
+ "text": ";"
700
+ }
701
+ ],
702
+ "isReadonly": false,
703
+ "isOptional": false,
704
+ "releaseTag": "Public",
705
+ "name": "taskId",
706
+ "propertyTypeTokenRange": {
707
+ "startIndex": 1,
708
+ "endIndex": 2
709
+ }
710
+ },
711
+ {
712
+ "kind": "PropertySignature",
713
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse#totalItems:member",
714
+ "docComment": "",
715
+ "excerptTokens": [
716
+ {
717
+ "kind": "Content",
718
+ "text": "totalItems: "
719
+ },
720
+ {
721
+ "kind": "Content",
722
+ "text": "number"
723
+ },
724
+ {
725
+ "kind": "Content",
726
+ "text": ";"
727
+ }
728
+ ],
729
+ "isReadonly": false,
730
+ "isOptional": false,
731
+ "releaseTag": "Public",
732
+ "name": "totalItems",
733
+ "propertyTypeTokenRange": {
734
+ "startIndex": 1,
735
+ "endIndex": 2
736
+ }
737
+ }
738
+ ],
739
+ "extendsTokenRanges": []
740
+ },
741
+ {
742
+ "kind": "Interface",
743
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch:interface",
744
+ "docComment": "/**\n * Each suggestion search is a query and the results of that query.\n *\n * @public\n */\n",
745
+ "excerptTokens": [
746
+ {
747
+ "kind": "Content",
748
+ "text": "export interface AiSuggestionSearch "
749
+ }
750
+ ],
751
+ "fileUrlPath": "temp/types/ai/suggestion-search.model.d.ts",
752
+ "releaseTag": "Public",
753
+ "name": "AiSuggestionSearch",
754
+ "preserveMemberOrder": false,
755
+ "members": [
756
+ {
757
+ "kind": "PropertySignature",
758
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch#numFound:member",
759
+ "docComment": "",
760
+ "excerptTokens": [
761
+ {
762
+ "kind": "Content",
763
+ "text": "numFound: "
764
+ },
765
+ {
766
+ "kind": "Content",
767
+ "text": "number"
768
+ },
769
+ {
770
+ "kind": "Content",
771
+ "text": ";"
772
+ }
773
+ ],
774
+ "isReadonly": false,
775
+ "isOptional": false,
776
+ "releaseTag": "Public",
777
+ "name": "numFound",
778
+ "propertyTypeTokenRange": {
779
+ "startIndex": 1,
780
+ "endIndex": 2
781
+ }
782
+ },
783
+ {
784
+ "kind": "PropertySignature",
785
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch#query:member",
786
+ "docComment": "",
787
+ "excerptTokens": [
788
+ {
789
+ "kind": "Content",
790
+ "text": "query: "
791
+ },
792
+ {
793
+ "kind": "Content",
794
+ "text": "string"
795
+ },
796
+ {
797
+ "kind": "Content",
798
+ "text": ";"
799
+ }
800
+ ],
801
+ "isReadonly": false,
802
+ "isOptional": false,
803
+ "releaseTag": "Public",
804
+ "name": "query",
805
+ "propertyTypeTokenRange": {
806
+ "startIndex": 1,
807
+ "endIndex": 2
808
+ }
809
+ },
810
+ {
811
+ "kind": "PropertySignature",
812
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch#results:member",
813
+ "docComment": "",
814
+ "excerptTokens": [
815
+ {
816
+ "kind": "Content",
817
+ "text": "results: "
818
+ },
819
+ {
820
+ "kind": "Reference",
821
+ "text": "Result",
822
+ "canonicalReference": "@empathyco/x-types!Result:interface"
823
+ },
824
+ {
825
+ "kind": "Content",
826
+ "text": "[]"
827
+ },
828
+ {
829
+ "kind": "Content",
830
+ "text": ";"
831
+ }
832
+ ],
833
+ "isReadonly": false,
834
+ "isOptional": false,
835
+ "releaseTag": "Public",
836
+ "name": "results",
837
+ "propertyTypeTokenRange": {
838
+ "startIndex": 1,
839
+ "endIndex": 3
840
+ }
841
+ },
842
+ {
843
+ "kind": "PropertySignature",
844
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch#tagging:member",
845
+ "docComment": "",
846
+ "excerptTokens": [
847
+ {
848
+ "kind": "Content",
849
+ "text": "tagging: "
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": "{\n query: "
854
+ },
855
+ {
856
+ "kind": "Reference",
857
+ "text": "TaggingRequest",
858
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
859
+ },
860
+ {
861
+ "kind": "Content",
862
+ "text": ";\n }"
863
+ },
864
+ {
865
+ "kind": "Content",
866
+ "text": ";"
867
+ }
868
+ ],
869
+ "isReadonly": false,
870
+ "isOptional": false,
871
+ "releaseTag": "Public",
872
+ "name": "tagging",
873
+ "propertyTypeTokenRange": {
874
+ "startIndex": 1,
875
+ "endIndex": 4
876
+ }
877
+ }
878
+ ],
879
+ "extendsTokenRanges": []
880
+ },
881
+ {
882
+ "kind": "Interface",
883
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface",
884
+ "docComment": "/**\n * Request for the ai suggestions endpoint.\n *\n * @public\n */\n",
885
+ "excerptTokens": [
886
+ {
887
+ "kind": "Content",
888
+ "text": "export interface AiSuggestionsRequest extends "
889
+ },
890
+ {
891
+ "kind": "Reference",
892
+ "text": "ExtraParamsRequest",
893
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
894
+ },
895
+ {
896
+ "kind": "Content",
897
+ "text": ", "
898
+ },
899
+ {
900
+ "kind": "Reference",
901
+ "text": "TrackableRequest",
902
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
903
+ },
904
+ {
905
+ "kind": "Content",
906
+ "text": ", "
907
+ },
908
+ {
909
+ "kind": "Reference",
910
+ "text": "FilterableRequest",
911
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
912
+ },
913
+ {
914
+ "kind": "Content",
915
+ "text": ", "
916
+ },
917
+ {
918
+ "kind": "Reference",
919
+ "text": "QueryableRequest",
920
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
921
+ },
922
+ {
923
+ "kind": "Content",
924
+ "text": " "
925
+ }
926
+ ],
927
+ "fileUrlPath": "temp/types/request/ai/suggestions.model.d.ts",
928
+ "releaseTag": "Public",
929
+ "name": "AiSuggestionsRequest",
930
+ "preserveMemberOrder": false,
931
+ "members": [],
932
+ "extendsTokenRanges": [
933
+ {
934
+ "startIndex": 1,
935
+ "endIndex": 2
936
+ },
937
+ {
938
+ "startIndex": 3,
939
+ "endIndex": 4
940
+ },
941
+ {
942
+ "startIndex": 5,
943
+ "endIndex": 6
944
+ },
945
+ {
946
+ "startIndex": 7,
947
+ "endIndex": 8
948
+ }
949
+ ]
950
+ },
951
+ {
952
+ "kind": "Interface",
953
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest:interface",
954
+ "docComment": "/**\n * Request for the suggestions-search endpoint.\n *\n * @public\n */\n",
955
+ "excerptTokens": [
956
+ {
957
+ "kind": "Content",
958
+ "text": "export interface AiSuggestionsSearchRequest extends "
959
+ },
960
+ {
961
+ "kind": "Reference",
962
+ "text": "ExtraParamsRequest",
963
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
964
+ },
965
+ {
966
+ "kind": "Content",
967
+ "text": ", "
968
+ },
969
+ {
970
+ "kind": "Reference",
971
+ "text": "TrackableRequest",
972
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
973
+ },
974
+ {
975
+ "kind": "Content",
976
+ "text": ", "
977
+ },
978
+ {
979
+ "kind": "Reference",
980
+ "text": "FilterableRequest",
981
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
982
+ },
983
+ {
984
+ "kind": "Content",
985
+ "text": " "
986
+ }
987
+ ],
988
+ "fileUrlPath": "temp/types/request/ai/suggestions-search.model.d.ts",
989
+ "releaseTag": "Public",
990
+ "name": "AiSuggestionsSearchRequest",
991
+ "preserveMemberOrder": false,
992
+ "members": [
993
+ {
994
+ "kind": "PropertySignature",
995
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest#queries:member",
996
+ "docComment": "",
997
+ "excerptTokens": [
998
+ {
999
+ "kind": "Content",
1000
+ "text": "queries: "
1001
+ },
1002
+ {
1003
+ "kind": "Content",
1004
+ "text": "{\n query: string;\n categories: string[];\n }[]"
1005
+ },
1006
+ {
1007
+ "kind": "Content",
1008
+ "text": ";"
1009
+ }
1010
+ ],
1011
+ "isReadonly": false,
1012
+ "isOptional": false,
1013
+ "releaseTag": "Public",
1014
+ "name": "queries",
1015
+ "propertyTypeTokenRange": {
1016
+ "startIndex": 1,
1017
+ "endIndex": 2
1018
+ }
1019
+ }
1020
+ ],
1021
+ "extendsTokenRanges": [
1022
+ {
1023
+ "startIndex": 1,
1024
+ "endIndex": 2
1025
+ },
1026
+ {
1027
+ "startIndex": 3,
1028
+ "endIndex": 4
1029
+ },
1030
+ {
1031
+ "startIndex": 5,
1032
+ "endIndex": 6
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "kind": "Interface",
1038
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse:interface",
1039
+ "docComment": "/**\n * Response for the AI suggestions search endpoint.\n *\n * @public\n */\n",
1040
+ "excerptTokens": [
1041
+ {
1042
+ "kind": "Content",
1043
+ "text": "export interface AiSuggestionsSearchResponse "
1044
+ }
1045
+ ],
1046
+ "fileUrlPath": "temp/types/response/ai/suggestions-search.model.d.ts",
1047
+ "releaseTag": "Public",
1048
+ "name": "AiSuggestionsSearchResponse",
1049
+ "preserveMemberOrder": false,
1050
+ "members": [
1051
+ {
1052
+ "kind": "PropertySignature",
1053
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse#suggestions:member",
1054
+ "docComment": "",
1055
+ "excerptTokens": [
1056
+ {
1057
+ "kind": "Content",
1058
+ "text": "suggestions: "
1059
+ },
1060
+ {
1061
+ "kind": "Reference",
1062
+ "text": "AiSuggestionSearch",
1063
+ "canonicalReference": "@empathyco/x-types!AiSuggestionSearch:interface"
1064
+ },
1065
+ {
1066
+ "kind": "Content",
1067
+ "text": "[]"
1068
+ },
1069
+ {
1070
+ "kind": "Content",
1071
+ "text": ";"
1072
+ }
1073
+ ],
1074
+ "isReadonly": false,
1075
+ "isOptional": false,
1076
+ "releaseTag": "Public",
1077
+ "name": "suggestions",
1078
+ "propertyTypeTokenRange": {
1079
+ "startIndex": 1,
1080
+ "endIndex": 3
1081
+ }
1082
+ }
1083
+ ],
1084
+ "extendsTokenRanges": []
1085
+ },
1086
+ {
1087
+ "kind": "Interface",
1088
+ "canonicalReference": "@empathyco/x-types!AiTasksRequest:interface",
1089
+ "docComment": "/**\n * Request for the task endpoint.\n *\n * @public\n */\n",
1090
+ "excerptTokens": [
1091
+ {
1092
+ "kind": "Content",
1093
+ "text": "export interface AiTasksRequest extends "
1094
+ },
1095
+ {
1096
+ "kind": "Reference",
1097
+ "text": "ExtraParamsRequest",
1098
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
1099
+ },
1100
+ {
1101
+ "kind": "Content",
1102
+ "text": " "
1103
+ }
1104
+ ],
1105
+ "fileUrlPath": "temp/types/request/ai/tasks.model.d.ts",
1106
+ "releaseTag": "Public",
1107
+ "name": "AiTasksRequest",
1108
+ "preserveMemberOrder": false,
1109
+ "members": [
1110
+ {
1111
+ "kind": "PropertySignature",
1112
+ "canonicalReference": "@empathyco/x-types!AiTasksRequest#taskId:member",
1113
+ "docComment": "",
1114
+ "excerptTokens": [
1115
+ {
1116
+ "kind": "Content",
1117
+ "text": "taskId: "
1118
+ },
1119
+ {
1120
+ "kind": "Content",
1121
+ "text": "string"
1122
+ },
1123
+ {
1124
+ "kind": "Content",
1125
+ "text": ";"
1126
+ }
1127
+ ],
1128
+ "isReadonly": false,
1129
+ "isOptional": false,
1130
+ "releaseTag": "Public",
1131
+ "name": "taskId",
1132
+ "propertyTypeTokenRange": {
1133
+ "startIndex": 1,
1134
+ "endIndex": 2
1135
+ }
1136
+ }
1137
+ ],
1138
+ "extendsTokenRanges": [
1139
+ {
1140
+ "startIndex": 1,
1141
+ "endIndex": 2
1142
+ }
1143
+ ]
1144
+ },
1145
+ {
1146
+ "kind": "Interface",
1147
+ "canonicalReference": "@empathyco/x-types!AiTasksResponse:interface",
1148
+ "docComment": "/**\n * Response for the task endpoint.\n *\n * @public\n */\n",
1149
+ "excerptTokens": [
1150
+ {
1151
+ "kind": "Content",
1152
+ "text": "export interface AiTasksResponse "
1153
+ }
1154
+ ],
1155
+ "fileUrlPath": "temp/types/response/ai/tasks.model.d.ts",
1156
+ "releaseTag": "Public",
1157
+ "name": "AiTasksResponse",
1158
+ "preserveMemberOrder": false,
1159
+ "members": [
1160
+ {
1161
+ "kind": "PropertySignature",
1162
+ "canonicalReference": "@empathyco/x-types!AiTasksResponse#result:member",
1163
+ "docComment": "",
1164
+ "excerptTokens": [
1165
+ {
1166
+ "kind": "Content",
1167
+ "text": "result: "
1168
+ },
1169
+ {
1170
+ "kind": "Reference",
1171
+ "text": "AiQuestionsResponse",
1172
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface"
1173
+ },
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": ";"
1177
+ }
1178
+ ],
1179
+ "isReadonly": false,
1180
+ "isOptional": false,
1181
+ "releaseTag": "Public",
1182
+ "name": "result",
1183
+ "propertyTypeTokenRange": {
1184
+ "startIndex": 1,
1185
+ "endIndex": 2
1186
+ }
1187
+ },
1188
+ {
1189
+ "kind": "PropertySignature",
1190
+ "canonicalReference": "@empathyco/x-types!AiTasksResponse#steps:member",
1191
+ "docComment": "",
1192
+ "excerptTokens": [
1193
+ {
1194
+ "kind": "Content",
1195
+ "text": "steps: "
1196
+ },
1197
+ {
1198
+ "kind": "Reference",
1199
+ "text": "StepEmpathising",
1200
+ "canonicalReference": "@empathyco/x-types!StepEmpathising:interface"
1201
+ },
1202
+ {
1203
+ "kind": "Content",
1204
+ "text": "[]"
1205
+ },
1206
+ {
1207
+ "kind": "Content",
1208
+ "text": ";"
1209
+ }
1210
+ ],
1211
+ "isReadonly": false,
1212
+ "isOptional": false,
1213
+ "releaseTag": "Public",
1214
+ "name": "steps",
1215
+ "propertyTypeTokenRange": {
1216
+ "startIndex": 1,
1217
+ "endIndex": 3
1218
+ }
1219
+ }
1220
+ ],
1221
+ "extendsTokenRanges": []
1222
+ },
1223
+ {
1224
+ "kind": "Interface",
1225
+ "canonicalReference": "@empathyco/x-types!Banner:interface",
1226
+ "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",
1227
+ "excerptTokens": [
1228
+ {
1229
+ "kind": "Content",
1230
+ "text": "export interface Banner extends "
1231
+ },
1232
+ {
1233
+ "kind": "Reference",
1234
+ "text": "NamedModel",
1235
+ "canonicalReference": "@empathyco/x-types!NamedModel:interface"
1236
+ },
1237
+ {
1238
+ "kind": "Content",
1239
+ "text": "<'Banner'>"
1240
+ },
1241
+ {
1242
+ "kind": "Content",
1243
+ "text": ", "
1244
+ },
1245
+ {
1246
+ "kind": "Reference",
1247
+ "text": "Identifiable",
1248
+ "canonicalReference": "@empathyco/x-types!Identifiable:interface"
1249
+ },
1250
+ {
1251
+ "kind": "Content",
1252
+ "text": ", "
1253
+ },
1254
+ {
1255
+ "kind": "Reference",
1256
+ "text": "Taggable",
1257
+ "canonicalReference": "@empathyco/x-types!Taggable:interface"
1258
+ },
1259
+ {
1260
+ "kind": "Content",
1261
+ "text": " "
1262
+ }
1263
+ ],
1264
+ "fileUrlPath": "temp/types/banner.model.d.ts",
1265
+ "releaseTag": "Public",
1266
+ "name": "Banner",
1267
+ "preserveMemberOrder": false,
1268
+ "members": [
1269
+ {
1270
+ "kind": "PropertySignature",
1271
+ "canonicalReference": "@empathyco/x-types!Banner#image:member",
1272
+ "docComment": "/**\n * Banner image.\n */\n",
1273
+ "excerptTokens": [
1274
+ {
1275
+ "kind": "Content",
1276
+ "text": "image: "
1277
+ },
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": "string"
1281
+ },
1282
+ {
1283
+ "kind": "Content",
1284
+ "text": ";"
1285
+ }
1286
+ ],
1287
+ "isReadonly": false,
1288
+ "isOptional": false,
1289
+ "releaseTag": "Public",
1290
+ "name": "image",
1291
+ "propertyTypeTokenRange": {
1292
+ "startIndex": 1,
1293
+ "endIndex": 2
1294
+ }
1295
+ },
1296
+ {
1297
+ "kind": "PropertySignature",
1298
+ "canonicalReference": "@empathyco/x-types!Banner#position:member",
1299
+ "docComment": "/**\n * Banner position (= row) inside the grid.\n */\n",
1300
+ "excerptTokens": [
1301
+ {
1302
+ "kind": "Content",
1303
+ "text": "position?: "
1304
+ },
1305
+ {
1306
+ "kind": "Content",
1307
+ "text": "number"
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": ";"
1312
+ }
1313
+ ],
1314
+ "isReadonly": false,
1315
+ "isOptional": true,
1316
+ "releaseTag": "Public",
1317
+ "name": "position",
1318
+ "propertyTypeTokenRange": {
1319
+ "startIndex": 1,
1320
+ "endIndex": 2
1321
+ }
1322
+ },
1323
+ {
1324
+ "kind": "PropertySignature",
1325
+ "canonicalReference": "@empathyco/x-types!Banner#title:member",
1326
+ "docComment": "/**\n * Banner title.\n */\n",
1327
+ "excerptTokens": [
1328
+ {
1329
+ "kind": "Content",
1330
+ "text": "title?: "
1331
+ },
1332
+ {
1333
+ "kind": "Content",
1334
+ "text": "string"
1335
+ },
1336
+ {
1337
+ "kind": "Content",
1338
+ "text": ";"
1339
+ }
1340
+ ],
1341
+ "isReadonly": false,
1342
+ "isOptional": true,
1343
+ "releaseTag": "Public",
1344
+ "name": "title",
1345
+ "propertyTypeTokenRange": {
1346
+ "startIndex": 1,
1347
+ "endIndex": 2
1348
+ }
1349
+ },
1350
+ {
1351
+ "kind": "PropertySignature",
1352
+ "canonicalReference": "@empathyco/x-types!Banner#url:member",
1353
+ "docComment": "/**\n * URL to redirect.\n */\n",
1354
+ "excerptTokens": [
1355
+ {
1356
+ "kind": "Content",
1357
+ "text": "url?: "
1358
+ },
1359
+ {
1360
+ "kind": "Content",
1361
+ "text": "string"
1362
+ },
1363
+ {
1364
+ "kind": "Content",
1365
+ "text": ";"
1366
+ }
1367
+ ],
1368
+ "isReadonly": false,
1369
+ "isOptional": true,
1370
+ "releaseTag": "Public",
1371
+ "name": "url",
1372
+ "propertyTypeTokenRange": {
1373
+ "startIndex": 1,
1374
+ "endIndex": 2
1375
+ }
1376
+ }
1377
+ ],
1378
+ "extendsTokenRanges": [
1379
+ {
1380
+ "startIndex": 1,
1381
+ "endIndex": 3
1382
+ },
1383
+ {
1384
+ "startIndex": 4,
1385
+ "endIndex": 5
1386
+ },
1387
+ {
1388
+ "startIndex": 6,
1389
+ "endIndex": 7
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "kind": "Variable",
1395
+ "canonicalReference": "@empathyco/x-types!BannerSchema:var",
1396
+ "docComment": "/**\n * Jest schema for validating Banner entities.\n *\n * @public\n */\n",
1397
+ "excerptTokens": [
1398
+ {
1399
+ "kind": "Content",
1400
+ "text": "BannerSchema: "
1401
+ },
1402
+ {
1403
+ "kind": "Reference",
1404
+ "text": "Banner",
1405
+ "canonicalReference": "@empathyco/x-types!Banner:interface"
1406
+ }
1407
+ ],
1408
+ "fileUrlPath": "temp/types/schemas/banner.schema.d.ts",
1409
+ "isReadonly": true,
1410
+ "releaseTag": "Public",
1411
+ "name": "BannerSchema",
1412
+ "variableTypeTokenRange": {
1413
+ "startIndex": 1,
1414
+ "endIndex": 2
1415
+ }
1416
+ },
1417
+ {
1418
+ "kind": "Interface",
1419
+ "canonicalReference": "@empathyco/x-types!BooleanFilter:interface",
1420
+ "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",
1421
+ "excerptTokens": [
1422
+ {
1423
+ "kind": "Content",
1424
+ "text": "export interface BooleanFilter extends "
1425
+ },
1426
+ {
1427
+ "kind": "Reference",
1428
+ "text": "FacetFilter",
1429
+ "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
1430
+ },
1431
+ {
1432
+ "kind": "Content",
1433
+ "text": " "
1434
+ }
1435
+ ],
1436
+ "fileUrlPath": "temp/types/facet/filter/boolean-filter.model.d.ts",
1437
+ "releaseTag": "Public",
1438
+ "name": "BooleanFilter",
1439
+ "preserveMemberOrder": false,
1440
+ "members": [
1441
+ {
1442
+ "kind": "PropertySignature",
1443
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#label:member",
1444
+ "docComment": "/**\n * Text to render the filter label.\n */\n",
1445
+ "excerptTokens": [
1446
+ {
1447
+ "kind": "Content",
1448
+ "text": "label: "
1449
+ },
1450
+ {
1451
+ "kind": "Content",
1452
+ "text": "string"
1453
+ },
1454
+ {
1455
+ "kind": "Content",
1456
+ "text": ";"
1457
+ }
1458
+ ],
1459
+ "isReadonly": false,
1460
+ "isOptional": false,
1461
+ "releaseTag": "Public",
1462
+ "name": "label",
1463
+ "propertyTypeTokenRange": {
1464
+ "startIndex": 1,
1465
+ "endIndex": 2
1466
+ }
1467
+ },
1468
+ {
1469
+ "kind": "PropertySignature",
1470
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#modelName:member",
1471
+ "docComment": "/**\n * Type to narrow {@link ModelNameType} from the extended Filter for the known subtypes.\n */\n",
1472
+ "excerptTokens": [
1473
+ {
1474
+ "kind": "Content",
1475
+ "text": "modelName: "
1476
+ },
1477
+ {
1478
+ "kind": "Reference",
1479
+ "text": "BooleanFilterModelName",
1480
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type"
1481
+ },
1482
+ {
1483
+ "kind": "Content",
1484
+ "text": ";"
1485
+ }
1486
+ ],
1487
+ "isReadonly": false,
1488
+ "isOptional": false,
1489
+ "releaseTag": "Public",
1490
+ "name": "modelName",
1491
+ "propertyTypeTokenRange": {
1492
+ "startIndex": 1,
1493
+ "endIndex": 2
1494
+ }
1495
+ },
1496
+ {
1497
+ "kind": "PropertySignature",
1498
+ "canonicalReference": "@empathyco/x-types!BooleanFilter#totalResults:member",
1499
+ "docComment": "/**\n * Amount of matching results.\n */\n",
1500
+ "excerptTokens": [
1501
+ {
1502
+ "kind": "Content",
1503
+ "text": "totalResults?: "
1504
+ },
1505
+ {
1506
+ "kind": "Content",
1507
+ "text": "number"
1508
+ },
1509
+ {
1510
+ "kind": "Content",
1511
+ "text": ";"
1512
+ }
1513
+ ],
1514
+ "isReadonly": false,
1515
+ "isOptional": true,
1516
+ "releaseTag": "Public",
1517
+ "name": "totalResults",
1518
+ "propertyTypeTokenRange": {
1519
+ "startIndex": 1,
1520
+ "endIndex": 2
1521
+ }
1522
+ }
1523
+ ],
1524
+ "extendsTokenRanges": [
1525
+ {
1526
+ "startIndex": 1,
1527
+ "endIndex": 2
1528
+ }
1529
+ ]
1530
+ },
1531
+ {
1532
+ "kind": "TypeAlias",
1533
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type",
1534
+ "docComment": "/**\n * Type to ease the usage of a model name in a {@link BooleanFilter} with autocomplete suggestions.\n *\n * @public\n */\n",
1535
+ "excerptTokens": [
1536
+ {
1537
+ "kind": "Content",
1538
+ "text": "export type BooleanFilterModelName = "
1539
+ },
1540
+ {
1541
+ "kind": "Content",
1542
+ "text": "(typeof "
1543
+ },
1544
+ {
1545
+ "kind": "Reference",
1546
+ "text": "BooleanFilterModelNames",
1547
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var"
1548
+ },
1549
+ {
1550
+ "kind": "Content",
1551
+ "text": ")[number]"
1552
+ },
1553
+ {
1554
+ "kind": "Content",
1555
+ "text": ";"
1556
+ }
1557
+ ],
1558
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
1559
+ "releaseTag": "Public",
1560
+ "name": "BooleanFilterModelName",
1561
+ "typeTokenRange": {
1562
+ "startIndex": 1,
1563
+ "endIndex": 4
1564
+ }
1565
+ },
1566
+ {
1567
+ "kind": "Variable",
1568
+ "canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
1569
+ "docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
1570
+ "excerptTokens": [
1571
+ {
524
1572
  "kind": "Content",
525
1573
  "text": "BooleanFilterModelNames: "
526
1574
  },
@@ -529,7 +1577,7 @@
529
1577
  "text": "readonly [\"SimpleFilter\", \"HierarchicalFilter\", \"NumberRangeFilter\"]"
530
1578
  }
531
1579
  ],
532
- "fileUrlPath": "src/named-model.model.ts",
1580
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
533
1581
  "isReadonly": true,
534
1582
  "releaseTag": "Public",
535
1583
  "name": "BooleanFilterModelNames",
@@ -553,7 +1601,7 @@
553
1601
  "canonicalReference": "@empathyco/x-types!BooleanFilter:interface"
554
1602
  }
555
1603
  ],
556
- "fileUrlPath": "src/schemas/filter.schema.ts",
1604
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
557
1605
  "isReadonly": true,
558
1606
  "releaseTag": "Public",
559
1607
  "name": "BooleanFilterSchema",
@@ -581,7 +1629,7 @@
581
1629
  "text": " "
582
1630
  }
583
1631
  ],
584
- "fileUrlPath": "src/facet/editable-number-range-facet.model.ts",
1632
+ "fileUrlPath": "temp/types/facet/editable-number-range-facet.model.d.ts",
585
1633
  "releaseTag": "Public",
586
1634
  "name": "EditableNumberRangeFacet",
587
1635
  "preserveMemberOrder": false,
@@ -668,7 +1716,7 @@
668
1716
  "canonicalReference": "@empathyco/x-types!EditableNumberRangeFacet:interface"
669
1717
  }
670
1718
  ],
671
- "fileUrlPath": "src/schemas/facet.schema.ts",
1719
+ "fileUrlPath": "temp/types/schemas/facet.schema.d.ts",
672
1720
  "isReadonly": true,
673
1721
  "releaseTag": "Public",
674
1722
  "name": "EditableNumberRangeFacetSchema",
@@ -696,7 +1744,7 @@
696
1744
  "text": " "
697
1745
  }
698
1746
  ],
699
- "fileUrlPath": "src/facet/filter/editable-number-range-filter.model.ts",
1747
+ "fileUrlPath": "temp/types/facet/filter/editable-number-range-filter.model.d.ts",
700
1748
  "releaseTag": "Public",
701
1749
  "name": "EditableNumberRangeFilter",
702
1750
  "preserveMemberOrder": false,
@@ -779,7 +1827,7 @@
779
1827
  "canonicalReference": "@empathyco/x-types!EditableNumberRangeFilter:interface"
780
1828
  }
781
1829
  ],
782
- "fileUrlPath": "src/schemas/filter.schema.ts",
1830
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
783
1831
  "isReadonly": true,
784
1832
  "releaseTag": "Public",
785
1833
  "name": "EditableNumberRangeFilterSchema",
@@ -807,7 +1855,7 @@
807
1855
  "text": " "
808
1856
  }
809
1857
  ],
810
- "fileUrlPath": "src/request/experience-controls-request.model.ts",
1858
+ "fileUrlPath": "temp/types/request/experience-controls-request.model.d.ts",
811
1859
  "releaseTag": "Public",
812
1860
  "name": "ExperienceControlsRequest",
813
1861
  "preserveMemberOrder": false,
@@ -829,7 +1877,7 @@
829
1877
  "text": "export interface ExperienceControlsResponse "
830
1878
  }
831
1879
  ],
832
- "fileUrlPath": "src/response/experience-controls-response.model.ts",
1880
+ "fileUrlPath": "temp/types/response/experience-controls-response.model.d.ts",
833
1881
  "releaseTag": "Public",
834
1882
  "name": "ExperienceControlsResponse",
835
1883
  "preserveMemberOrder": false,
@@ -911,7 +1959,7 @@
911
1959
  "text": "export interface ExtraParamsRequest "
912
1960
  }
913
1961
  ],
914
- "fileUrlPath": "src/request/request.model.ts",
1962
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
915
1963
  "releaseTag": "Public",
916
1964
  "name": "ExtraParamsRequest",
917
1965
  "preserveMemberOrder": false,
@@ -987,7 +2035,7 @@
987
2035
  "text": " "
988
2036
  }
989
2037
  ],
990
- "fileUrlPath": "src/facet/facet.model.ts",
2038
+ "fileUrlPath": "temp/types/facet/facet.model.d.ts",
991
2039
  "releaseTag": "Public",
992
2040
  "name": "Facet",
993
2041
  "preserveMemberOrder": false,
@@ -1082,7 +2130,7 @@
1082
2130
  "text": " "
1083
2131
  }
1084
2132
  ],
1085
- "fileUrlPath": "src/facet/filter/facet-filter.model.ts",
2133
+ "fileUrlPath": "temp/types/facet/filter/facet-filter.model.d.ts",
1086
2134
  "releaseTag": "Public",
1087
2135
  "name": "FacetFilter",
1088
2136
  "preserveMemberOrder": false,
@@ -1183,7 +2231,7 @@
1183
2231
  "canonicalReference": "@empathyco/x-types!FacetFilter:interface"
1184
2232
  }
1185
2233
  ],
1186
- "fileUrlPath": "src/schemas/filter.schema.ts",
2234
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
1187
2235
  "isReadonly": true,
1188
2236
  "releaseTag": "Public",
1189
2237
  "name": "FacetFilterSchema",
@@ -1210,7 +2258,7 @@
1210
2258
  "text": ";"
1211
2259
  }
1212
2260
  ],
1213
- "fileUrlPath": "src/named-model.model.ts",
2261
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
1214
2262
  "releaseTag": "Public",
1215
2263
  "name": "FacetModelName",
1216
2264
  "typeTokenRange": {
@@ -1233,14 +2281,134 @@
1233
2281
  "canonicalReference": "@empathyco/x-types!Facet:interface"
1234
2282
  }
1235
2283
  ],
1236
- "fileUrlPath": "src/schemas/facet.schema.ts",
1237
- "isReadonly": true,
1238
- "releaseTag": "Public",
1239
- "name": "FacetSchema",
1240
- "variableTypeTokenRange": {
1241
- "startIndex": 1,
1242
- "endIndex": 2
1243
- }
2284
+ "fileUrlPath": "temp/types/schemas/facet.schema.d.ts",
2285
+ "isReadonly": true,
2286
+ "releaseTag": "Public",
2287
+ "name": "FacetSchema",
2288
+ "variableTypeTokenRange": {
2289
+ "startIndex": 1,
2290
+ "endIndex": 2
2291
+ }
2292
+ },
2293
+ {
2294
+ "kind": "Interface",
2295
+ "canonicalReference": "@empathyco/x-types!FacetsRequest:interface",
2296
+ "docComment": "/**\n * The Request for the Facets endpoint.\n *\n * @public\n */\n",
2297
+ "excerptTokens": [
2298
+ {
2299
+ "kind": "Content",
2300
+ "text": "export interface FacetsRequest extends "
2301
+ },
2302
+ {
2303
+ "kind": "Reference",
2304
+ "text": "QueryableRequest",
2305
+ "canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
2306
+ },
2307
+ {
2308
+ "kind": "Content",
2309
+ "text": ", "
2310
+ },
2311
+ {
2312
+ "kind": "Reference",
2313
+ "text": "FilterableRequest",
2314
+ "canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
2315
+ },
2316
+ {
2317
+ "kind": "Content",
2318
+ "text": ", "
2319
+ },
2320
+ {
2321
+ "kind": "Reference",
2322
+ "text": "TrackableRequest",
2323
+ "canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
2324
+ },
2325
+ {
2326
+ "kind": "Content",
2327
+ "text": ", "
2328
+ },
2329
+ {
2330
+ "kind": "Reference",
2331
+ "text": "ExtraParamsRequest",
2332
+ "canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
2333
+ },
2334
+ {
2335
+ "kind": "Content",
2336
+ "text": " "
2337
+ }
2338
+ ],
2339
+ "fileUrlPath": "temp/types/request/facets-request.model.d.ts",
2340
+ "releaseTag": "Public",
2341
+ "name": "FacetsRequest",
2342
+ "preserveMemberOrder": false,
2343
+ "members": [],
2344
+ "extendsTokenRanges": [
2345
+ {
2346
+ "startIndex": 1,
2347
+ "endIndex": 2
2348
+ },
2349
+ {
2350
+ "startIndex": 3,
2351
+ "endIndex": 4
2352
+ },
2353
+ {
2354
+ "startIndex": 5,
2355
+ "endIndex": 6
2356
+ },
2357
+ {
2358
+ "startIndex": 7,
2359
+ "endIndex": 8
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "kind": "Interface",
2365
+ "canonicalReference": "@empathyco/x-types!FacetsResponse:interface",
2366
+ "docComment": "/**\n * Response for the facet endpoint.\n *\n * @public\n */\n",
2367
+ "excerptTokens": [
2368
+ {
2369
+ "kind": "Content",
2370
+ "text": "export interface FacetsResponse "
2371
+ }
2372
+ ],
2373
+ "fileUrlPath": "temp/types/response/facets-response.model.d.ts",
2374
+ "releaseTag": "Public",
2375
+ "name": "FacetsResponse",
2376
+ "preserveMemberOrder": false,
2377
+ "members": [
2378
+ {
2379
+ "kind": "PropertySignature",
2380
+ "canonicalReference": "@empathyco/x-types!FacetsResponse#facets:member",
2381
+ "docComment": "",
2382
+ "excerptTokens": [
2383
+ {
2384
+ "kind": "Content",
2385
+ "text": "facets?: "
2386
+ },
2387
+ {
2388
+ "kind": "Reference",
2389
+ "text": "Facet",
2390
+ "canonicalReference": "@empathyco/x-types!Facet:interface"
2391
+ },
2392
+ {
2393
+ "kind": "Content",
2394
+ "text": "[]"
2395
+ },
2396
+ {
2397
+ "kind": "Content",
2398
+ "text": ";"
2399
+ }
2400
+ ],
2401
+ "isReadonly": false,
2402
+ "isOptional": true,
2403
+ "releaseTag": "Public",
2404
+ "name": "facets",
2405
+ "propertyTypeTokenRange": {
2406
+ "startIndex": 1,
2407
+ "endIndex": 3
2408
+ }
2409
+ }
2410
+ ],
2411
+ "extendsTokenRanges": []
1244
2412
  },
1245
2413
  {
1246
2414
  "kind": "Interface",
@@ -1283,7 +2451,7 @@
1283
2451
  "text": " "
1284
2452
  }
1285
2453
  ],
1286
- "fileUrlPath": "src/facet/filter/filter.model.ts",
2454
+ "fileUrlPath": "temp/types/facet/filter/filter.model.d.ts",
1287
2455
  "releaseTag": "Public",
1288
2456
  "name": "Filter",
1289
2457
  "preserveMemberOrder": false,
@@ -1337,7 +2505,7 @@
1337
2505
  "text": "export interface FilterableRequest "
1338
2506
  }
1339
2507
  ],
1340
- "fileUrlPath": "src/request/request.model.ts",
2508
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
1341
2509
  "releaseTag": "Public",
1342
2510
  "name": "FilterableRequest",
1343
2511
  "preserveMemberOrder": false,
@@ -1409,7 +2577,7 @@
1409
2577
  "text": ";"
1410
2578
  }
1411
2579
  ],
1412
- "fileUrlPath": "src/named-model.model.ts",
2580
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
1413
2581
  "releaseTag": "Public",
1414
2582
  "name": "FilterModelName",
1415
2583
  "typeTokenRange": {
@@ -1432,7 +2600,7 @@
1432
2600
  "canonicalReference": "@empathyco/x-types!Filter:interface"
1433
2601
  }
1434
2602
  ],
1435
- "fileUrlPath": "src/schemas/filter.schema.ts",
2603
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
1436
2604
  "isReadonly": true,
1437
2605
  "releaseTag": "Public",
1438
2606
  "name": "FilterSchema",
@@ -1460,7 +2628,7 @@
1460
2628
  "text": " "
1461
2629
  }
1462
2630
  ],
1463
- "fileUrlPath": "src/facet/hierarchical-facet.model.ts",
2631
+ "fileUrlPath": "temp/types/facet/hierarchical-facet.model.d.ts",
1464
2632
  "releaseTag": "Public",
1465
2633
  "name": "HierarchicalFacet",
1466
2634
  "preserveMemberOrder": false,
@@ -1547,7 +2715,7 @@
1547
2715
  "canonicalReference": "@empathyco/x-types!HierarchicalFacet:interface"
1548
2716
  }
1549
2717
  ],
1550
- "fileUrlPath": "src/schemas/facet.schema.ts",
2718
+ "fileUrlPath": "temp/types/schemas/facet.schema.d.ts",
1551
2719
  "isReadonly": true,
1552
2720
  "releaseTag": "Public",
1553
2721
  "name": "HierarchicalFacetSchema",
@@ -1575,7 +2743,7 @@
1575
2743
  "text": " "
1576
2744
  }
1577
2745
  ],
1578
- "fileUrlPath": "src/facet/filter/hierarchical-filter.model.ts",
2746
+ "fileUrlPath": "temp/types/facet/filter/hierarchical-filter.model.d.ts",
1579
2747
  "releaseTag": "Public",
1580
2748
  "name": "HierarchicalFilter",
1581
2749
  "preserveMemberOrder": false,
@@ -1694,7 +2862,7 @@
1694
2862
  "canonicalReference": "@empathyco/x-types!HierarchicalFilter:interface"
1695
2863
  }
1696
2864
  ],
1697
- "fileUrlPath": "src/schemas/filter.schema.ts",
2865
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
1698
2866
  "isReadonly": true,
1699
2867
  "releaseTag": "Public",
1700
2868
  "name": "HierarchicalFilterSchema",
@@ -1735,7 +2903,7 @@
1735
2903
  "text": " "
1736
2904
  }
1737
2905
  ],
1738
- "fileUrlPath": "src/history-query.model.ts",
2906
+ "fileUrlPath": "temp/types/history-query.model.d.ts",
1739
2907
  "releaseTag": "Public",
1740
2908
  "name": "HistoryQuery",
1741
2909
  "preserveMemberOrder": false,
@@ -1826,7 +2994,7 @@
1826
2994
  "canonicalReference": "@empathyco/x-types!HistoryQuery:interface"
1827
2995
  }
1828
2996
  ],
1829
- "fileUrlPath": "src/schemas/history-query.schema.ts",
2997
+ "fileUrlPath": "temp/types/schemas/history-query.schema.d.ts",
1830
2998
  "isReadonly": true,
1831
2999
  "releaseTag": "Public",
1832
3000
  "name": "HistoryQuerySchema",
@@ -1853,7 +3021,7 @@
1853
3021
  "text": "> "
1854
3022
  }
1855
3023
  ],
1856
- "fileUrlPath": "src/identifiable.model.ts",
3024
+ "fileUrlPath": "temp/types/identifiable.model.d.ts",
1857
3025
  "releaseTag": "Public",
1858
3026
  "typeParameters": [
1859
3027
  {
@@ -1947,7 +3115,7 @@
1947
3115
  "text": " "
1948
3116
  }
1949
3117
  ],
1950
- "fileUrlPath": "src/request/identifier-results-request.model.ts",
3118
+ "fileUrlPath": "temp/types/request/identifier-results-request.model.d.ts",
1951
3119
  "releaseTag": "Public",
1952
3120
  "name": "IdentifierResultsRequest",
1953
3121
  "preserveMemberOrder": false,
@@ -1981,7 +3149,7 @@
1981
3149
  "text": "export interface IdentifierResultsResponse "
1982
3150
  }
1983
3151
  ],
1984
- "fileUrlPath": "src/response/identifier-results-response.model.ts",
3152
+ "fileUrlPath": "temp/types/response/identifier-results-response.model.d.ts",
1985
3153
  "releaseTag": "Public",
1986
3154
  "name": "IdentifierResultsResponse",
1987
3155
  "preserveMemberOrder": false,
@@ -2058,7 +3226,7 @@
2058
3226
  "text": ";"
2059
3227
  }
2060
3228
  ],
2061
- "fileUrlPath": "src/facet/filter/boolean-filter.model.ts",
3229
+ "fileUrlPath": "temp/types/facet/filter/boolean-filter.model.d.ts",
2062
3230
  "returnTypeTokenRange": {
2063
3231
  "startIndex": 3,
2064
3232
  "endIndex": 6
@@ -2114,7 +3282,7 @@
2114
3282
  "text": ";"
2115
3283
  }
2116
3284
  ],
2117
- "fileUrlPath": "src/facet/editable-number-range-facet.model.ts",
3285
+ "fileUrlPath": "temp/types/facet/editable-number-range-facet.model.d.ts",
2118
3286
  "returnTypeTokenRange": {
2119
3287
  "startIndex": 3,
2120
3288
  "endIndex": 6
@@ -2170,7 +3338,7 @@
2170
3338
  "text": ";"
2171
3339
  }
2172
3340
  ],
2173
- "fileUrlPath": "src/facet/filter/editable-number-range-filter.model.ts",
3341
+ "fileUrlPath": "temp/types/facet/filter/editable-number-range-filter.model.d.ts",
2174
3342
  "returnTypeTokenRange": {
2175
3343
  "startIndex": 3,
2176
3344
  "endIndex": 6
@@ -2226,7 +3394,7 @@
2226
3394
  "text": ";"
2227
3395
  }
2228
3396
  ],
2229
- "fileUrlPath": "src/facet/filter/facet-filter.model.ts",
3397
+ "fileUrlPath": "temp/types/facet/filter/facet-filter.model.d.ts",
2230
3398
  "returnTypeTokenRange": {
2231
3399
  "startIndex": 3,
2232
3400
  "endIndex": 6
@@ -2282,7 +3450,7 @@
2282
3450
  "text": ";"
2283
3451
  }
2284
3452
  ],
2285
- "fileUrlPath": "src/facet/hierarchical-facet.model.ts",
3453
+ "fileUrlPath": "temp/types/facet/hierarchical-facet.model.d.ts",
2286
3454
  "returnTypeTokenRange": {
2287
3455
  "startIndex": 3,
2288
3456
  "endIndex": 6
@@ -2338,7 +3506,7 @@
2338
3506
  "text": ";"
2339
3507
  }
2340
3508
  ],
2341
- "fileUrlPath": "src/facet/filter/hierarchical-filter.model.ts",
3509
+ "fileUrlPath": "temp/types/facet/filter/hierarchical-filter.model.d.ts",
2342
3510
  "returnTypeTokenRange": {
2343
3511
  "startIndex": 3,
2344
3512
  "endIndex": 6
@@ -2394,7 +3562,7 @@
2394
3562
  "text": ";"
2395
3563
  }
2396
3564
  ],
2397
- "fileUrlPath": "src/facet/number-range-facet.model.ts",
3565
+ "fileUrlPath": "temp/types/facet/number-range-facet.model.d.ts",
2398
3566
  "returnTypeTokenRange": {
2399
3567
  "startIndex": 3,
2400
3568
  "endIndex": 6
@@ -2450,7 +3618,7 @@
2450
3618
  "text": ";"
2451
3619
  }
2452
3620
  ],
2453
- "fileUrlPath": "src/facet/filter/number-range-filter.model.ts",
3621
+ "fileUrlPath": "temp/types/facet/filter/number-range-filter.model.d.ts",
2454
3622
  "returnTypeTokenRange": {
2455
3623
  "startIndex": 3,
2456
3624
  "endIndex": 6
@@ -2506,7 +3674,7 @@
2506
3674
  "text": ";"
2507
3675
  }
2508
3676
  ],
2509
- "fileUrlPath": "src/facet/filter/raw-filter.model.ts",
3677
+ "fileUrlPath": "temp/types/facet/filter/raw-filter.model.d.ts",
2510
3678
  "returnTypeTokenRange": {
2511
3679
  "startIndex": 3,
2512
3680
  "endIndex": 6
@@ -2562,7 +3730,7 @@
2562
3730
  "text": ";"
2563
3731
  }
2564
3732
  ],
2565
- "fileUrlPath": "src/facet/simple-facet.model.ts",
3733
+ "fileUrlPath": "temp/types/facet/simple-facet.model.d.ts",
2566
3734
  "returnTypeTokenRange": {
2567
3735
  "startIndex": 3,
2568
3736
  "endIndex": 6
@@ -2618,7 +3786,7 @@
2618
3786
  "text": ";"
2619
3787
  }
2620
3788
  ],
2621
- "fileUrlPath": "src/facet/filter/simple-filter.model.ts",
3789
+ "fileUrlPath": "temp/types/facet/filter/simple-filter.model.d.ts",
2622
3790
  "returnTypeTokenRange": {
2623
3791
  "startIndex": 3,
2624
3792
  "endIndex": 6
@@ -2673,7 +3841,7 @@
2673
3841
  "text": ";"
2674
3842
  }
2675
3843
  ],
2676
- "fileUrlPath": "src/named-model.model.ts",
3844
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
2677
3845
  "releaseTag": "Public",
2678
3846
  "name": "ModelNameType",
2679
3847
  "typeTokenRange": {
@@ -2709,7 +3877,7 @@
2709
3877
  "text": "> "
2710
3878
  }
2711
3879
  ],
2712
- "fileUrlPath": "src/named-model.model.ts",
3880
+ "fileUrlPath": "temp/types/named-model.model.d.ts",
2713
3881
  "releaseTag": "Public",
2714
3882
  "typeParameters": [
2715
3883
  {
@@ -2789,7 +3957,7 @@
2789
3957
  "text": " "
2790
3958
  }
2791
3959
  ],
2792
- "fileUrlPath": "src/query-signals/next-queries.model.ts",
3960
+ "fileUrlPath": "temp/types/query-signals/next-queries.model.d.ts",
2793
3961
  "releaseTag": "Public",
2794
3962
  "name": "NextQueries",
2795
3963
  "preserveMemberOrder": false,
@@ -2875,7 +4043,7 @@
2875
4043
  "text": " "
2876
4044
  }
2877
4045
  ],
2878
- "fileUrlPath": "src/request/next-queries-request.model.ts",
4046
+ "fileUrlPath": "temp/types/request/next-queries-request.model.d.ts",
2879
4047
  "releaseTag": "Public",
2880
4048
  "name": "NextQueriesRequest",
2881
4049
  "preserveMemberOrder": false,
@@ -2905,7 +4073,7 @@
2905
4073
  "text": "export interface NextQueriesResponse "
2906
4074
  }
2907
4075
  ],
2908
- "fileUrlPath": "src/response/next-queries-response.model.ts",
4076
+ "fileUrlPath": "temp/types/response/next-queries-response.model.d.ts",
2909
4077
  "releaseTag": "Public",
2910
4078
  "name": "NextQueriesResponse",
2911
4079
  "preserveMemberOrder": false,
@@ -2990,7 +4158,7 @@
2990
4158
  "text": " "
2991
4159
  }
2992
4160
  ],
2993
- "fileUrlPath": "src/query-signals/next-query.model.ts",
4161
+ "fileUrlPath": "temp/types/query-signals/next-query.model.d.ts",
2994
4162
  "releaseTag": "Public",
2995
4163
  "name": "NextQuery",
2996
4164
  "preserveMemberOrder": false,
@@ -3049,7 +4217,7 @@
3049
4217
  "canonicalReference": "@empathyco/x-types!NextQuery:interface"
3050
4218
  }
3051
4219
  ],
3052
- "fileUrlPath": "src/schemas/next-query.schema.ts",
4220
+ "fileUrlPath": "temp/types/schemas/next-query.schema.d.ts",
3053
4221
  "isReadonly": true,
3054
4222
  "releaseTag": "Public",
3055
4223
  "name": "NextQuerySchema",
@@ -3077,7 +4245,7 @@
3077
4245
  "text": " "
3078
4246
  }
3079
4247
  ],
3080
- "fileUrlPath": "src/facet/number-range-facet.model.ts",
4248
+ "fileUrlPath": "temp/types/facet/number-range-facet.model.d.ts",
3081
4249
  "releaseTag": "Public",
3082
4250
  "name": "NumberRangeFacet",
3083
4251
  "preserveMemberOrder": false,
@@ -3164,7 +4332,7 @@
3164
4332
  "canonicalReference": "@empathyco/x-types!NumberRangeFacet:interface"
3165
4333
  }
3166
4334
  ],
3167
- "fileUrlPath": "src/schemas/facet.schema.ts",
4335
+ "fileUrlPath": "temp/types/schemas/facet.schema.d.ts",
3168
4336
  "isReadonly": true,
3169
4337
  "releaseTag": "Public",
3170
4338
  "name": "NumberRangeFacetSchema",
@@ -3192,7 +4360,7 @@
3192
4360
  "text": " "
3193
4361
  }
3194
4362
  ],
3195
- "fileUrlPath": "src/facet/filter/number-range-filter.model.ts",
4363
+ "fileUrlPath": "temp/types/facet/filter/number-range-filter.model.d.ts",
3196
4364
  "releaseTag": "Public",
3197
4365
  "name": "NumberRangeFilter",
3198
4366
  "preserveMemberOrder": false,
@@ -3275,7 +4443,7 @@
3275
4443
  "canonicalReference": "@empathyco/x-types!NumberRangeFilter:interface"
3276
4444
  }
3277
4445
  ],
3278
- "fileUrlPath": "src/schemas/filter.schema.ts",
4446
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
3279
4447
  "isReadonly": true,
3280
4448
  "releaseTag": "Public",
3281
4449
  "name": "NumberRangeFilterSchema",
@@ -3294,7 +4462,7 @@
3294
4462
  "text": "export interface PageableRequest "
3295
4463
  }
3296
4464
  ],
3297
- "fileUrlPath": "src/request/request.model.ts",
4465
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
3298
4466
  "releaseTag": "Public",
3299
4467
  "name": "PageableRequest",
3300
4468
  "preserveMemberOrder": false,
@@ -3375,7 +4543,7 @@
3375
4543
  "text": " "
3376
4544
  }
3377
4545
  ],
3378
- "fileUrlPath": "src/partial-result.model.ts",
4546
+ "fileUrlPath": "temp/types/partial-result.model.d.ts",
3379
4547
  "releaseTag": "Public",
3380
4548
  "name": "PartialResult",
3381
4549
  "preserveMemberOrder": false,
@@ -3475,7 +4643,7 @@
3475
4643
  "text": " "
3476
4644
  }
3477
4645
  ],
3478
- "fileUrlPath": "src/request/popular-searches-request.model.ts",
4646
+ "fileUrlPath": "temp/types/request/popular-searches-request.model.d.ts",
3479
4647
  "releaseTag": "Public",
3480
4648
  "name": "PopularSearchesRequest",
3481
4649
  "preserveMemberOrder": false,
@@ -3501,7 +4669,7 @@
3501
4669
  "text": "export interface PopularSearchesResponse "
3502
4670
  }
3503
4671
  ],
3504
- "fileUrlPath": "src/response/popular-searches-response.model.ts",
4672
+ "fileUrlPath": "temp/types/response/popular-searches-response.model.d.ts",
3505
4673
  "releaseTag": "Public",
3506
4674
  "name": "PopularSearchesResponse",
3507
4675
  "preserveMemberOrder": false,
@@ -3551,7 +4719,7 @@
3551
4719
  "text": "export interface Previewable "
3552
4720
  }
3553
4721
  ],
3554
- "fileUrlPath": "src/previewable.model.ts",
4722
+ "fileUrlPath": "temp/types/previewable.model.d.ts",
3555
4723
  "releaseTag": "Public",
3556
4724
  "name": "Previewable",
3557
4725
  "preserveMemberOrder": false,
@@ -3680,14 +4848,14 @@
3680
4848
  {
3681
4849
  "kind": "Interface",
3682
4850
  "canonicalReference": "@empathyco/x-types!PreviewResults:interface",
3683
- "docComment": "/**\n * Interface to type the query preview objects.\n */\n",
4851
+ "docComment": "/**\n * Interface to type the query preview objects.\n *\n * @public\n */\n",
3684
4852
  "excerptTokens": [
3685
4853
  {
3686
4854
  "kind": "Content",
3687
4855
  "text": "export interface PreviewResults "
3688
4856
  }
3689
4857
  ],
3690
- "fileUrlPath": "src/preview-results.model.ts",
4858
+ "fileUrlPath": "temp/types/preview-results.model.d.ts",
3691
4859
  "releaseTag": "Public",
3692
4860
  "name": "PreviewResults",
3693
4861
  "preserveMemberOrder": false,
@@ -3822,7 +4990,7 @@
3822
4990
  "text": " "
3823
4991
  }
3824
4992
  ],
3825
- "fileUrlPath": "src/promoted.model.ts",
4993
+ "fileUrlPath": "temp/types/promoted.model.d.ts",
3826
4994
  "releaseTag": "Public",
3827
4995
  "name": "Promoted",
3828
4996
  "preserveMemberOrder": false,
@@ -3966,7 +5134,7 @@
3966
5134
  "canonicalReference": "@empathyco/x-types!Promoted:interface"
3967
5135
  }
3968
5136
  ],
3969
- "fileUrlPath": "src/schemas/promoted.schema.ts",
5137
+ "fileUrlPath": "temp/types/schemas/promoted.schema.d.ts",
3970
5138
  "isReadonly": true,
3971
5139
  "releaseTag": "Public",
3972
5140
  "name": "PromotedSchema",
@@ -3985,7 +5153,7 @@
3985
5153
  "text": "export interface QueryableRequest "
3986
5154
  }
3987
5155
  ],
3988
- "fileUrlPath": "src/request/request.model.ts",
5156
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
3989
5157
  "releaseTag": "Public",
3990
5158
  "name": "QueryableRequest",
3991
5159
  "preserveMemberOrder": false,
@@ -4057,7 +5225,7 @@
4057
5225
  "text": " "
4058
5226
  }
4059
5227
  ],
4060
- "fileUrlPath": "src/request/query-suggestions-request.model.ts",
5228
+ "fileUrlPath": "temp/types/request/query-suggestions-request.model.d.ts",
4061
5229
  "releaseTag": "Public",
4062
5230
  "name": "QuerySuggestionsRequest",
4063
5231
  "preserveMemberOrder": false,
@@ -4087,7 +5255,7 @@
4087
5255
  "text": "export interface QuerySuggestionsResponse "
4088
5256
  }
4089
5257
  ],
4090
- "fileUrlPath": "src/response/query-suggestions-response.model.ts",
5258
+ "fileUrlPath": "temp/types/response/query-suggestions-response.model.d.ts",
4091
5259
  "releaseTag": "Public",
4092
5260
  "name": "QuerySuggestionsResponse",
4093
5261
  "preserveMemberOrder": false,
@@ -4137,7 +5305,7 @@
4137
5305
  "text": "export interface RangeValue "
4138
5306
  }
4139
5307
  ],
4140
- "fileUrlPath": "src/facet/filter/range-value.model.ts",
5308
+ "fileUrlPath": "temp/types/facet/filter/range-value.model.d.ts",
4141
5309
  "releaseTag": "Public",
4142
5310
  "name": "RangeValue",
4143
5311
  "preserveMemberOrder": false,
@@ -4218,7 +5386,7 @@
4218
5386
  "text": " "
4219
5387
  }
4220
5388
  ],
4221
- "fileUrlPath": "src/facet/filter/raw-filter.model.ts",
5389
+ "fileUrlPath": "temp/types/facet/filter/raw-filter.model.d.ts",
4222
5390
  "releaseTag": "Public",
4223
5391
  "name": "RawFilter",
4224
5392
  "preserveMemberOrder": false,
@@ -4327,7 +5495,7 @@
4327
5495
  "canonicalReference": "@empathyco/x-types!RawFilter:interface"
4328
5496
  }
4329
5497
  ],
4330
- "fileUrlPath": "src/schemas/filter.schema.ts",
5498
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
4331
5499
  "isReadonly": true,
4332
5500
  "releaseTag": "Public",
4333
5501
  "name": "RawFilterSchema",
@@ -4351,7 +5519,7 @@
4351
5519
  "canonicalReference": "@empathyco/x-types!Result:interface"
4352
5520
  }
4353
5521
  ],
4354
- "fileUrlPath": "src/schemas/result.schema.ts",
5522
+ "fileUrlPath": "temp/types/schemas/result.schema.d.ts",
4355
5523
  "isReadonly": true,
4356
5524
  "releaseTag": "Public",
4357
5525
  "name": "RecommendationSchema",
@@ -4397,7 +5565,7 @@
4397
5565
  "text": " "
4398
5566
  }
4399
5567
  ],
4400
- "fileUrlPath": "src/request/recommendations-request.model.ts",
5568
+ "fileUrlPath": "temp/types/request/recommendations-request.model.d.ts",
4401
5569
  "releaseTag": "Public",
4402
5570
  "name": "RecommendationsRequest",
4403
5571
  "preserveMemberOrder": false,
@@ -4427,7 +5595,7 @@
4427
5595
  "text": "export interface RecommendationsResponse "
4428
5596
  }
4429
5597
  ],
4430
- "fileUrlPath": "src/response/recommendations-response.model.ts",
5598
+ "fileUrlPath": "temp/types/response/recommendations-response.model.d.ts",
4431
5599
  "releaseTag": "Public",
4432
5600
  "name": "RecommendationsResponse",
4433
5601
  "preserveMemberOrder": false,
@@ -4508,7 +5676,7 @@
4508
5676
  "text": " "
4509
5677
  }
4510
5678
  ],
4511
- "fileUrlPath": "src/redirection.model.ts",
5679
+ "fileUrlPath": "temp/types/redirection.model.d.ts",
4512
5680
  "releaseTag": "Public",
4513
5681
  "name": "Redirection",
4514
5682
  "preserveMemberOrder": false,
@@ -4571,7 +5739,7 @@
4571
5739
  "canonicalReference": "@empathyco/x-types!Redirection:interface"
4572
5740
  }
4573
5741
  ],
4574
- "fileUrlPath": "src/schemas/redirection.schema.ts",
5742
+ "fileUrlPath": "temp/types/schemas/redirection.schema.d.ts",
4575
5743
  "isReadonly": true,
4576
5744
  "releaseTag": "Public",
4577
5745
  "name": "RedirectionSchema",
@@ -4603,23 +5771,268 @@
4603
5771
  "text": " "
4604
5772
  }
4605
5773
  ],
4606
- "fileUrlPath": "src/query-signals/related-prompt.model.ts",
5774
+ "fileUrlPath": "temp/types/query-signals/related-prompt.model.d.ts",
5775
+ "releaseTag": "Public",
5776
+ "name": "RelatedPrompt",
5777
+ "preserveMemberOrder": false,
5778
+ "members": [
5779
+ {
5780
+ "kind": "PropertySignature",
5781
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#nextQueries:member",
5782
+ "docComment": "/**\n * The queries of the next queries related to the prompt.\n */\n",
5783
+ "excerptTokens": [
5784
+ {
5785
+ "kind": "Content",
5786
+ "text": "nextQueries: "
5787
+ },
5788
+ {
5789
+ "kind": "Content",
5790
+ "text": "string[]"
5791
+ },
5792
+ {
5793
+ "kind": "Content",
5794
+ "text": ";"
5795
+ }
5796
+ ],
5797
+ "isReadonly": false,
5798
+ "isOptional": false,
5799
+ "releaseTag": "Public",
5800
+ "name": "nextQueries",
5801
+ "propertyTypeTokenRange": {
5802
+ "startIndex": 1,
5803
+ "endIndex": 2
5804
+ }
5805
+ },
5806
+ {
5807
+ "kind": "PropertySignature",
5808
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#relatedPromptNextQueries:member",
5809
+ "docComment": "/**\n * The next queries related to the prompt.\n */\n",
5810
+ "excerptTokens": [
5811
+ {
5812
+ "kind": "Content",
5813
+ "text": "relatedPromptNextQueries?: "
5814
+ },
5815
+ {
5816
+ "kind": "Reference",
5817
+ "text": "RelatedPromptNextQuery",
5818
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface"
5819
+ },
5820
+ {
5821
+ "kind": "Content",
5822
+ "text": "[]"
5823
+ },
5824
+ {
5825
+ "kind": "Content",
5826
+ "text": ";"
5827
+ }
5828
+ ],
5829
+ "isReadonly": false,
5830
+ "isOptional": true,
5831
+ "releaseTag": "Public",
5832
+ "name": "relatedPromptNextQueries",
5833
+ "propertyTypeTokenRange": {
5834
+ "startIndex": 1,
5835
+ "endIndex": 3
5836
+ }
5837
+ },
5838
+ {
5839
+ "kind": "PropertySignature",
5840
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionImageUrl:member",
5841
+ "docComment": "/**\n * The prompt image\n */\n",
5842
+ "excerptTokens": [
5843
+ {
5844
+ "kind": "Content",
5845
+ "text": "suggestionImageUrl?: "
5846
+ },
5847
+ {
5848
+ "kind": "Content",
5849
+ "text": "string"
5850
+ },
5851
+ {
5852
+ "kind": "Content",
5853
+ "text": ";"
5854
+ }
5855
+ ],
5856
+ "isReadonly": false,
5857
+ "isOptional": true,
5858
+ "releaseTag": "Public",
5859
+ "name": "suggestionImageUrl",
5860
+ "propertyTypeTokenRange": {
5861
+ "startIndex": 1,
5862
+ "endIndex": 2
5863
+ }
5864
+ },
5865
+ {
5866
+ "kind": "PropertySignature",
5867
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionText:member",
5868
+ "docComment": "/**\n * The prompt.\n */\n",
5869
+ "excerptTokens": [
5870
+ {
5871
+ "kind": "Content",
5872
+ "text": "suggestionText: "
5873
+ },
5874
+ {
5875
+ "kind": "Content",
5876
+ "text": "string"
5877
+ },
5878
+ {
5879
+ "kind": "Content",
5880
+ "text": ";"
5881
+ }
5882
+ ],
5883
+ "isReadonly": false,
5884
+ "isOptional": false,
5885
+ "releaseTag": "Public",
5886
+ "name": "suggestionText",
5887
+ "propertyTypeTokenRange": {
5888
+ "startIndex": 1,
5889
+ "endIndex": 2
5890
+ }
5891
+ },
5892
+ {
5893
+ "kind": "PropertySignature",
5894
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#tagging:member",
5895
+ "docComment": "/**\n * Related prompt tagging.\n */\n",
5896
+ "excerptTokens": [
5897
+ {
5898
+ "kind": "Content",
5899
+ "text": "tagging?: "
5900
+ },
5901
+ {
5902
+ "kind": "Content",
5903
+ "text": "{\n toolingDisplayTagging?: "
5904
+ },
5905
+ {
5906
+ "kind": "Reference",
5907
+ "text": "TaggingRequest",
5908
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5909
+ },
5910
+ {
5911
+ "kind": "Content",
5912
+ "text": ";\n toolingDisplayClickTagging?: "
5913
+ },
5914
+ {
5915
+ "kind": "Reference",
5916
+ "text": "TaggingRequest",
5917
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5918
+ },
5919
+ {
5920
+ "kind": "Content",
5921
+ "text": ";\n nextQueriesTagging?: "
5922
+ },
5923
+ {
5924
+ "kind": "Reference",
5925
+ "text": "RelatedPromptNextQuery",
5926
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface"
5927
+ },
5928
+ {
5929
+ "kind": "Content",
5930
+ "text": "[];\n }"
5931
+ },
5932
+ {
5933
+ "kind": "Content",
5934
+ "text": ";"
5935
+ }
5936
+ ],
5937
+ "isReadonly": false,
5938
+ "isOptional": true,
5939
+ "releaseTag": "Public",
5940
+ "name": "tagging",
5941
+ "propertyTypeTokenRange": {
5942
+ "startIndex": 1,
5943
+ "endIndex": 8
5944
+ }
5945
+ },
5946
+ {
5947
+ "kind": "PropertySignature",
5948
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#toolingDisplayTagging:member",
5949
+ "docComment": "/**\n * The tooling display tagging of the prompt.\n */\n",
5950
+ "excerptTokens": [
5951
+ {
5952
+ "kind": "Content",
5953
+ "text": "toolingDisplayTagging?: "
5954
+ },
5955
+ {
5956
+ "kind": "Reference",
5957
+ "text": "TaggingRequest",
5958
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
5959
+ },
5960
+ {
5961
+ "kind": "Content",
5962
+ "text": ";"
5963
+ }
5964
+ ],
5965
+ "isReadonly": false,
5966
+ "isOptional": true,
5967
+ "releaseTag": "Public",
5968
+ "name": "toolingDisplayTagging",
5969
+ "propertyTypeTokenRange": {
5970
+ "startIndex": 1,
5971
+ "endIndex": 2
5972
+ }
5973
+ },
5974
+ {
5975
+ "kind": "PropertySignature",
5976
+ "canonicalReference": "@empathyco/x-types!RelatedPrompt#type:member",
5977
+ "docComment": "/**\n * The type of the prompt.\n */\n",
5978
+ "excerptTokens": [
5979
+ {
5980
+ "kind": "Content",
5981
+ "text": "type: "
5982
+ },
5983
+ {
5984
+ "kind": "Content",
5985
+ "text": "string"
5986
+ },
5987
+ {
5988
+ "kind": "Content",
5989
+ "text": ";"
5990
+ }
5991
+ ],
5992
+ "isReadonly": false,
5993
+ "isOptional": false,
5994
+ "releaseTag": "Public",
5995
+ "name": "type",
5996
+ "propertyTypeTokenRange": {
5997
+ "startIndex": 1,
5998
+ "endIndex": 2
5999
+ }
6000
+ }
6001
+ ],
6002
+ "extendsTokenRanges": [
6003
+ {
6004
+ "startIndex": 1,
6005
+ "endIndex": 3
6006
+ }
6007
+ ]
6008
+ },
6009
+ {
6010
+ "kind": "Interface",
6011
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface",
6012
+ "docComment": "/**\n * Represents a related prompt nextQuery.\n *\n * @public\n */\n",
6013
+ "excerptTokens": [
6014
+ {
6015
+ "kind": "Content",
6016
+ "text": "export interface RelatedPromptNextQuery "
6017
+ }
6018
+ ],
6019
+ "fileUrlPath": "temp/types/query-signals/related-prompt.model.d.ts",
4607
6020
  "releaseTag": "Public",
4608
- "name": "RelatedPrompt",
6021
+ "name": "RelatedPromptNextQuery",
4609
6022
  "preserveMemberOrder": false,
4610
6023
  "members": [
4611
6024
  {
4612
6025
  "kind": "PropertySignature",
4613
- "canonicalReference": "@empathyco/x-types!RelatedPrompt#nextQueries:member",
4614
- "docComment": "/**\n * The next queries related to the prompt.\n */\n",
6026
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#query:member",
6027
+ "docComment": "/**\n * The query of the next query.\n */\n",
4615
6028
  "excerptTokens": [
4616
6029
  {
4617
6030
  "kind": "Content",
4618
- "text": "nextQueries: "
6031
+ "text": "query: "
4619
6032
  },
4620
6033
  {
4621
6034
  "kind": "Content",
4622
- "text": "string[]"
6035
+ "text": "string"
4623
6036
  },
4624
6037
  {
4625
6038
  "kind": "Content",
@@ -4629,7 +6042,7 @@
4629
6042
  "isReadonly": false,
4630
6043
  "isOptional": false,
4631
6044
  "releaseTag": "Public",
4632
- "name": "nextQueries",
6045
+ "name": "query",
4633
6046
  "propertyTypeTokenRange": {
4634
6047
  "startIndex": 1,
4635
6048
  "endIndex": 2
@@ -4637,16 +6050,17 @@
4637
6050
  },
4638
6051
  {
4639
6052
  "kind": "PropertySignature",
4640
- "canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionText:member",
4641
- "docComment": "/**\n * The prompt.\n */\n",
6053
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayAdd2CartTagging:member",
6054
+ "docComment": "/**\n * The tooling display add2cart tagging of the next query.\n */\n",
4642
6055
  "excerptTokens": [
4643
6056
  {
4644
6057
  "kind": "Content",
4645
- "text": "suggestionText: "
6058
+ "text": "toolingDisplayAdd2CartTagging: "
4646
6059
  },
4647
6060
  {
4648
- "kind": "Content",
4649
- "text": "string"
6061
+ "kind": "Reference",
6062
+ "text": "TaggingRequest",
6063
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4650
6064
  },
4651
6065
  {
4652
6066
  "kind": "Content",
@@ -4656,7 +6070,7 @@
4656
6070
  "isReadonly": false,
4657
6071
  "isOptional": false,
4658
6072
  "releaseTag": "Public",
4659
- "name": "suggestionText",
6073
+ "name": "toolingDisplayAdd2CartTagging",
4660
6074
  "propertyTypeTokenRange": {
4661
6075
  "startIndex": 1,
4662
6076
  "endIndex": 2
@@ -4664,16 +6078,45 @@
4664
6078
  },
4665
6079
  {
4666
6080
  "kind": "PropertySignature",
4667
- "canonicalReference": "@empathyco/x-types!RelatedPrompt#type:member",
4668
- "docComment": "/**\n * The type of the prompt.\n */\n",
6081
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayClickTagging:member",
6082
+ "docComment": "/**\n * The tooling display click tagging of the next query.\n */\n",
4669
6083
  "excerptTokens": [
4670
6084
  {
4671
6085
  "kind": "Content",
4672
- "text": "type: "
6086
+ "text": "toolingDisplayClickTagging: "
6087
+ },
6088
+ {
6089
+ "kind": "Reference",
6090
+ "text": "TaggingRequest",
6091
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4673
6092
  },
4674
6093
  {
4675
6094
  "kind": "Content",
4676
- "text": "string"
6095
+ "text": ";"
6096
+ }
6097
+ ],
6098
+ "isReadonly": false,
6099
+ "isOptional": false,
6100
+ "releaseTag": "Public",
6101
+ "name": "toolingDisplayClickTagging",
6102
+ "propertyTypeTokenRange": {
6103
+ "startIndex": 1,
6104
+ "endIndex": 2
6105
+ }
6106
+ },
6107
+ {
6108
+ "kind": "PropertySignature",
6109
+ "canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayTagging:member",
6110
+ "docComment": "/**\n * The tooling display tagging of the next query.\n */\n",
6111
+ "excerptTokens": [
6112
+ {
6113
+ "kind": "Content",
6114
+ "text": "toolingDisplayTagging: "
6115
+ },
6116
+ {
6117
+ "kind": "Reference",
6118
+ "text": "TaggingRequest",
6119
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
4677
6120
  },
4678
6121
  {
4679
6122
  "kind": "Content",
@@ -4683,19 +6126,14 @@
4683
6126
  "isReadonly": false,
4684
6127
  "isOptional": false,
4685
6128
  "releaseTag": "Public",
4686
- "name": "type",
6129
+ "name": "toolingDisplayTagging",
4687
6130
  "propertyTypeTokenRange": {
4688
6131
  "startIndex": 1,
4689
6132
  "endIndex": 2
4690
6133
  }
4691
6134
  }
4692
6135
  ],
4693
- "extendsTokenRanges": [
4694
- {
4695
- "startIndex": 1,
4696
- "endIndex": 3
4697
- }
4698
- ]
6136
+ "extendsTokenRanges": []
4699
6137
  },
4700
6138
  {
4701
6139
  "kind": "Interface",
@@ -4725,7 +6163,7 @@
4725
6163
  "text": " "
4726
6164
  }
4727
6165
  ],
4728
- "fileUrlPath": "src/request/related-prompts-request.model.ts",
6166
+ "fileUrlPath": "temp/types/request/related-prompts-request.model.d.ts",
4729
6167
  "releaseTag": "Public",
4730
6168
  "name": "RelatedPromptsRequest",
4731
6169
  "preserveMemberOrder": false,
@@ -4751,7 +6189,7 @@
4751
6189
  "text": "export interface RelatedPromptsResponse "
4752
6190
  }
4753
6191
  ],
4754
- "fileUrlPath": "src/response/related-prompts-response.model.ts",
6192
+ "fileUrlPath": "temp/types/response/related-prompts-response.model.d.ts",
4755
6193
  "releaseTag": "Public",
4756
6194
  "name": "RelatedPromptsResponse",
4757
6195
  "preserveMemberOrder": false,
@@ -4823,7 +6261,7 @@
4823
6261
  "text": " "
4824
6262
  }
4825
6263
  ],
4826
- "fileUrlPath": "src/query-signals/related-tag.model.ts",
6264
+ "fileUrlPath": "temp/types/query-signals/related-tag.model.d.ts",
4827
6265
  "releaseTag": "Public",
4828
6266
  "name": "RelatedTag",
4829
6267
  "preserveMemberOrder": false,
@@ -4909,7 +6347,7 @@
4909
6347
  "canonicalReference": "@empathyco/x-types!RelatedTag:interface"
4910
6348
  }
4911
6349
  ],
4912
- "fileUrlPath": "src/schemas/related-tag.schema.ts",
6350
+ "fileUrlPath": "temp/types/schemas/related-tag.schema.d.ts",
4913
6351
  "isReadonly": true,
4914
6352
  "releaseTag": "Public",
4915
6353
  "name": "RelatedTagSchema",
@@ -4955,7 +6393,7 @@
4955
6393
  "text": " "
4956
6394
  }
4957
6395
  ],
4958
- "fileUrlPath": "src/request/related-tags-request.model.ts",
6396
+ "fileUrlPath": "temp/types/request/related-tags-request.model.d.ts",
4959
6397
  "releaseTag": "Public",
4960
6398
  "name": "RelatedTagsRequest",
4961
6399
  "preserveMemberOrder": false,
@@ -4985,7 +6423,7 @@
4985
6423
  "text": "export interface RelatedTagsResponse "
4986
6424
  }
4987
6425
  ],
4988
- "fileUrlPath": "src/response/related-tags-response.model.ts",
6426
+ "fileUrlPath": "temp/types/response/related-tags-response.model.d.ts",
4989
6427
  "releaseTag": "Public",
4990
6428
  "name": "RelatedTagsResponse",
4991
6429
  "preserveMemberOrder": false,
@@ -5066,7 +6504,7 @@
5066
6504
  "text": " "
5067
6505
  }
5068
6506
  ],
5069
- "fileUrlPath": "src/result/result.model.ts",
6507
+ "fileUrlPath": "temp/types/result/result.model.d.ts",
5070
6508
  "releaseTag": "Public",
5071
6509
  "name": "Result",
5072
6510
  "preserveMemberOrder": false,
@@ -5348,7 +6786,7 @@
5348
6786
  "text": "export interface ResultIdentifier "
5349
6787
  }
5350
6788
  ],
5351
- "fileUrlPath": "src/result/result-identifier.model.ts",
6789
+ "fileUrlPath": "temp/types/result/result-identifier.model.d.ts",
5352
6790
  "releaseTag": "Public",
5353
6791
  "name": "ResultIdentifier",
5354
6792
  "preserveMemberOrder": false,
@@ -5393,7 +6831,7 @@
5393
6831
  "text": "export interface ResultPrice "
5394
6832
  }
5395
6833
  ],
5396
- "fileUrlPath": "src/result/result-price.model.ts",
6834
+ "fileUrlPath": "temp/types/result/result-price.model.d.ts",
5397
6835
  "releaseTag": "Public",
5398
6836
  "name": "ResultPrice",
5399
6837
  "preserveMemberOrder": false,
@@ -5519,7 +6957,7 @@
5519
6957
  "text": "export interface ResultRating "
5520
6958
  }
5521
6959
  ],
5522
- "fileUrlPath": "src/result/result-rating.model.ts",
6960
+ "fileUrlPath": "temp/types/result/result-rating.model.d.ts",
5523
6961
  "releaseTag": "Public",
5524
6962
  "name": "ResultRating",
5525
6963
  "preserveMemberOrder": false,
@@ -5569,7 +7007,7 @@
5569
7007
  "canonicalReference": "@empathyco/x-types!Result:interface"
5570
7008
  }
5571
7009
  ],
5572
- "fileUrlPath": "src/schemas/result.schema.ts",
7010
+ "fileUrlPath": "temp/types/schemas/result.schema.d.ts",
5573
7011
  "isReadonly": true,
5574
7012
  "releaseTag": "Public",
5575
7013
  "name": "ResultSchema",
@@ -5610,7 +7048,7 @@
5610
7048
  "text": " "
5611
7049
  }
5612
7050
  ],
5613
- "fileUrlPath": "src/result/result.model.ts",
7051
+ "fileUrlPath": "temp/types/result/result.model.d.ts",
5614
7052
  "releaseTag": "Public",
5615
7053
  "name": "ResultVariant",
5616
7054
  "preserveMemberOrder": false,
@@ -5686,7 +7124,7 @@
5686
7124
  "text": " "
5687
7125
  }
5688
7126
  ],
5689
- "fileUrlPath": "src/request/search-request.model.ts",
7127
+ "fileUrlPath": "temp/types/request/search-request.model.d.ts",
5690
7128
  "releaseTag": "Public",
5691
7129
  "name": "SearchRequest",
5692
7130
  "preserveMemberOrder": false,
@@ -5728,7 +7166,7 @@
5728
7166
  "text": "export interface SearchResponse "
5729
7167
  }
5730
7168
  ],
5731
- "fileUrlPath": "src/response/search-response.model.ts",
7169
+ "fileUrlPath": "temp/types/response/search-response.model.d.ts",
5732
7170
  "releaseTag": "Public",
5733
7171
  "name": "SearchResponse",
5734
7172
  "preserveMemberOrder": false,
@@ -6094,7 +7532,7 @@
6094
7532
  "text": " "
6095
7533
  }
6096
7534
  ],
6097
- "fileUrlPath": "src/request/semantic-queries-request.model.ts",
7535
+ "fileUrlPath": "temp/types/request/semantic-queries-request.model.d.ts",
6098
7536
  "releaseTag": "Public",
6099
7537
  "name": "SemanticQueriesRequest",
6100
7538
  "preserveMemberOrder": false,
@@ -6120,7 +7558,7 @@
6120
7558
  "text": "export interface SemanticQueriesResponse "
6121
7559
  }
6122
7560
  ],
6123
- "fileUrlPath": "src/response/semantic-queries-response.model.ts",
7561
+ "fileUrlPath": "temp/types/response/semantic-queries-response.model.d.ts",
6124
7562
  "releaseTag": "Public",
6125
7563
  "name": "SemanticQueriesResponse",
6126
7564
  "preserveMemberOrder": false,
@@ -6163,7 +7601,7 @@
6163
7601
  {
6164
7602
  "kind": "Interface",
6165
7603
  "canonicalReference": "@empathyco/x-types!SemanticQuery:interface",
6166
- "docComment": "/**\n * A semantic query is a term related to another in a semantic way.\n */\n",
7604
+ "docComment": "/**\n * A semantic query is a term related to another in a semantic way.\n *\n * @public\n */\n",
6167
7605
  "excerptTokens": [
6168
7606
  {
6169
7607
  "kind": "Content",
@@ -6183,7 +7621,7 @@
6183
7621
  "text": " "
6184
7622
  }
6185
7623
  ],
6186
- "fileUrlPath": "src/query-signals/semantic-query.model.ts",
7624
+ "fileUrlPath": "temp/types/query-signals/semantic-query.model.d.ts",
6187
7625
  "releaseTag": "Public",
6188
7626
  "name": "SemanticQuery",
6189
7627
  "preserveMemberOrder": false,
@@ -6265,7 +7703,7 @@
6265
7703
  "canonicalReference": "@empathyco/x-types!SemanticQuery:interface"
6266
7704
  }
6267
7705
  ],
6268
- "fileUrlPath": "src/schemas/semantic-query.schema.ts",
7706
+ "fileUrlPath": "temp/types/schemas/semantic-query.schema.d.ts",
6269
7707
  "isReadonly": true,
6270
7708
  "releaseTag": "Public",
6271
7709
  "name": "SemanticQuerySchema",
@@ -6293,7 +7731,7 @@
6293
7731
  "text": " "
6294
7732
  }
6295
7733
  ],
6296
- "fileUrlPath": "src/facet/simple-facet.model.ts",
7734
+ "fileUrlPath": "temp/types/facet/simple-facet.model.d.ts",
6297
7735
  "releaseTag": "Public",
6298
7736
  "name": "SimpleFacet",
6299
7737
  "preserveMemberOrder": false,
@@ -6380,7 +7818,7 @@
6380
7818
  "canonicalReference": "@empathyco/x-types!SimpleFacet:interface"
6381
7819
  }
6382
7820
  ],
6383
- "fileUrlPath": "src/schemas/facet.schema.ts",
7821
+ "fileUrlPath": "temp/types/schemas/facet.schema.d.ts",
6384
7822
  "isReadonly": true,
6385
7823
  "releaseTag": "Public",
6386
7824
  "name": "SimpleFacetSchema",
@@ -6408,7 +7846,7 @@
6408
7846
  "text": " "
6409
7847
  }
6410
7848
  ],
6411
- "fileUrlPath": "src/facet/filter/simple-filter.model.ts",
7849
+ "fileUrlPath": "temp/types/facet/filter/simple-filter.model.d.ts",
6412
7850
  "releaseTag": "Public",
6413
7851
  "name": "SimpleFilter",
6414
7852
  "preserveMemberOrder": false,
@@ -6463,7 +7901,7 @@
6463
7901
  "canonicalReference": "@empathyco/x-types!SimpleFilter:interface"
6464
7902
  }
6465
7903
  ],
6466
- "fileUrlPath": "src/schemas/filter.schema.ts",
7904
+ "fileUrlPath": "temp/types/schemas/filter.schema.d.ts",
6467
7905
  "isReadonly": true,
6468
7906
  "releaseTag": "Public",
6469
7907
  "name": "SimpleFilterSchema",
@@ -6490,7 +7928,7 @@
6490
7928
  "text": ";"
6491
7929
  }
6492
7930
  ],
6493
- "fileUrlPath": "src/sort.model.ts",
7931
+ "fileUrlPath": "temp/types/sort.model.d.ts",
6494
7932
  "releaseTag": "Public",
6495
7933
  "name": "Sort",
6496
7934
  "typeTokenRange": {
@@ -6508,7 +7946,7 @@
6508
7946
  "text": "export interface SortableRequest "
6509
7947
  }
6510
7948
  ],
6511
- "fileUrlPath": "src/request/request.model.ts",
7949
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
6512
7950
  "releaseTag": "Public",
6513
7951
  "name": "SortableRequest",
6514
7952
  "preserveMemberOrder": false,
@@ -6554,7 +7992,7 @@
6554
7992
  "text": "export interface Stats "
6555
7993
  }
6556
7994
  ],
6557
- "fileUrlPath": "src/stats.model.ts",
7995
+ "fileUrlPath": "temp/types/stats.model.d.ts",
6558
7996
  "releaseTag": "Public",
6559
7997
  "name": "Stats",
6560
7998
  "preserveMemberOrder": false,
@@ -6589,6 +8027,78 @@
6589
8027
  ],
6590
8028
  "extendsTokenRanges": []
6591
8029
  },
8030
+ {
8031
+ "kind": "Interface",
8032
+ "canonicalReference": "@empathyco/x-types!StepEmpathising:interface",
8033
+ "docComment": "/**\n * Model for each step of the empathising task.\n *\n * @public\n */\n",
8034
+ "excerptTokens": [
8035
+ {
8036
+ "kind": "Content",
8037
+ "text": "export interface StepEmpathising "
8038
+ }
8039
+ ],
8040
+ "fileUrlPath": "temp/types/response/ai/tasks.model.d.ts",
8041
+ "releaseTag": "Public",
8042
+ "name": "StepEmpathising",
8043
+ "preserveMemberOrder": false,
8044
+ "members": [
8045
+ {
8046
+ "kind": "PropertySignature",
8047
+ "canonicalReference": "@empathyco/x-types!StepEmpathising#stepDescription:member",
8048
+ "docComment": "",
8049
+ "excerptTokens": [
8050
+ {
8051
+ "kind": "Content",
8052
+ "text": "stepDescription: "
8053
+ },
8054
+ {
8055
+ "kind": "Content",
8056
+ "text": "string"
8057
+ },
8058
+ {
8059
+ "kind": "Content",
8060
+ "text": ";"
8061
+ }
8062
+ ],
8063
+ "isReadonly": false,
8064
+ "isOptional": false,
8065
+ "releaseTag": "Public",
8066
+ "name": "stepDescription",
8067
+ "propertyTypeTokenRange": {
8068
+ "startIndex": 1,
8069
+ "endIndex": 2
8070
+ }
8071
+ },
8072
+ {
8073
+ "kind": "PropertySignature",
8074
+ "canonicalReference": "@empathyco/x-types!StepEmpathising#stepName:member",
8075
+ "docComment": "",
8076
+ "excerptTokens": [
8077
+ {
8078
+ "kind": "Content",
8079
+ "text": "stepName: "
8080
+ },
8081
+ {
8082
+ "kind": "Content",
8083
+ "text": "string"
8084
+ },
8085
+ {
8086
+ "kind": "Content",
8087
+ "text": ";"
8088
+ }
8089
+ ],
8090
+ "isReadonly": false,
8091
+ "isOptional": false,
8092
+ "releaseTag": "Public",
8093
+ "name": "stepName",
8094
+ "propertyTypeTokenRange": {
8095
+ "startIndex": 1,
8096
+ "endIndex": 2
8097
+ }
8098
+ }
8099
+ ],
8100
+ "extendsTokenRanges": []
8101
+ },
6592
8102
  {
6593
8103
  "kind": "Interface",
6594
8104
  "canonicalReference": "@empathyco/x-types!Suggestion:interface",
@@ -6605,7 +8115,7 @@
6605
8115
  },
6606
8116
  {
6607
8117
  "kind": "Content",
6608
- "text": "<'QuerySuggestion' | 'PopularSearch'>"
8118
+ "text": "<'QuerySuggestion' | 'PopularSearch' | 'SemanticQuery' | 'NextQuery' | 'HistoryQuery'>"
6609
8119
  },
6610
8120
  {
6611
8121
  "kind": "Content",
@@ -6621,7 +8131,7 @@
6621
8131
  "text": " "
6622
8132
  }
6623
8133
  ],
6624
- "fileUrlPath": "src/suggestion.model.ts",
8134
+ "fileUrlPath": "temp/types/suggestion.model.d.ts",
6625
8135
  "releaseTag": "Public",
6626
8136
  "name": "Suggestion",
6627
8137
  "preserveMemberOrder": false,
@@ -6660,7 +8170,7 @@
6660
8170
  "excerptTokens": [
6661
8171
  {
6662
8172
  "kind": "Content",
6663
- "text": "key: "
8173
+ "text": "key?: "
6664
8174
  },
6665
8175
  {
6666
8176
  "kind": "Content",
@@ -6672,7 +8182,7 @@
6672
8182
  }
6673
8183
  ],
6674
8184
  "isReadonly": false,
6675
- "isOptional": false,
8185
+ "isOptional": true,
6676
8186
  "releaseTag": "Public",
6677
8187
  "name": "key",
6678
8188
  "propertyTypeTokenRange": {
@@ -6707,7 +8217,7 @@
6707
8217
  "canonicalReference": "@empathyco/x-types!Suggestion:interface"
6708
8218
  }
6709
8219
  ],
6710
- "fileUrlPath": "src/schemas/suggestion.schema.ts",
8220
+ "fileUrlPath": "temp/types/schemas/suggestion.schema.d.ts",
6711
8221
  "isReadonly": true,
6712
8222
  "releaseTag": "Public",
6713
8223
  "name": "SuggestionSchema",
@@ -6726,7 +8236,7 @@
6726
8236
  "text": "export interface Taggable "
6727
8237
  }
6728
8238
  ],
6729
- "fileUrlPath": "src/tagging.model.ts",
8239
+ "fileUrlPath": "temp/types/tagging.model.d.ts",
6730
8240
  "releaseTag": "Public",
6731
8241
  "name": "Taggable",
6732
8242
  "preserveMemberOrder": false,
@@ -6777,7 +8287,7 @@
6777
8287
  "canonicalReference": "@empathyco/x-types!Taggable:interface"
6778
8288
  }
6779
8289
  ],
6780
- "fileUrlPath": "src/schemas/tagging.schema.ts",
8290
+ "fileUrlPath": "temp/types/schemas/tagging.schema.d.ts",
6781
8291
  "isReadonly": true,
6782
8292
  "releaseTag": "Public",
6783
8293
  "name": "TaggableSchema",
@@ -6796,7 +8306,7 @@
6796
8306
  "text": "export interface Tagging "
6797
8307
  }
6798
8308
  ],
6799
- "fileUrlPath": "src/tagging.model.ts",
8309
+ "fileUrlPath": "temp/types/tagging.model.d.ts",
6800
8310
  "releaseTag": "Public",
6801
8311
  "name": "Tagging",
6802
8312
  "preserveMemberOrder": false,
@@ -7003,7 +8513,7 @@
7003
8513
  "text": "export interface TaggingRequest "
7004
8514
  }
7005
8515
  ],
7006
- "fileUrlPath": "src/request/tagging-request.model.ts",
8516
+ "fileUrlPath": "temp/types/request/tagging-request.model.d.ts",
7007
8517
  "releaseTag": "Public",
7008
8518
  "name": "TaggingRequest",
7009
8519
  "preserveMemberOrder": false,
@@ -7085,7 +8595,7 @@
7085
8595
  "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
7086
8596
  }
7087
8597
  ],
7088
- "fileUrlPath": "src/schemas/tagging.schema.ts",
8598
+ "fileUrlPath": "temp/types/schemas/tagging.schema.d.ts",
7089
8599
  "isReadonly": true,
7090
8600
  "releaseTag": "Public",
7091
8601
  "name": "TaggingRequestSchema",
@@ -7109,7 +8619,7 @@
7109
8619
  "canonicalReference": "@empathyco/x-types!Tagging:interface"
7110
8620
  }
7111
8621
  ],
7112
- "fileUrlPath": "src/schemas/tagging.schema.ts",
8622
+ "fileUrlPath": "temp/types/schemas/tagging.schema.d.ts",
7113
8623
  "isReadonly": true,
7114
8624
  "releaseTag": "Public",
7115
8625
  "name": "TaggingSchema",
@@ -7128,19 +8638,164 @@
7128
8638
  "text": "export interface TrackableRequest "
7129
8639
  }
7130
8640
  ],
7131
- "fileUrlPath": "src/request/request.model.ts",
8641
+ "fileUrlPath": "temp/types/request/request.model.d.ts",
7132
8642
  "releaseTag": "Public",
7133
8643
  "name": "TrackableRequest",
7134
8644
  "preserveMemberOrder": false,
7135
8645
  "members": [
7136
8646
  {
7137
8647
  "kind": "PropertySignature",
7138
- "canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
7139
- "docComment": "",
8648
+ "canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
8649
+ "docComment": "",
8650
+ "excerptTokens": [
8651
+ {
8652
+ "kind": "Content",
8653
+ "text": "origin?: "
8654
+ },
8655
+ {
8656
+ "kind": "Content",
8657
+ "text": "string"
8658
+ },
8659
+ {
8660
+ "kind": "Content",
8661
+ "text": ";"
8662
+ }
8663
+ ],
8664
+ "isReadonly": false,
8665
+ "isOptional": true,
8666
+ "releaseTag": "Public",
8667
+ "name": "origin",
8668
+ "propertyTypeTokenRange": {
8669
+ "startIndex": 1,
8670
+ "endIndex": 2
8671
+ }
8672
+ }
8673
+ ],
8674
+ "extendsTokenRanges": []
8675
+ },
8676
+ {
8677
+ "kind": "Interface",
8678
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
8679
+ "docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
8680
+ "excerptTokens": [
8681
+ {
8682
+ "kind": "Content",
8683
+ "text": "export interface TrackableShowResponse "
8684
+ }
8685
+ ],
8686
+ "fileUrlPath": "temp/types/response/response.model.d.ts",
8687
+ "releaseTag": "Public",
8688
+ "name": "TrackableShowResponse",
8689
+ "preserveMemberOrder": false,
8690
+ "members": [
8691
+ {
8692
+ "kind": "PropertySignature",
8693
+ "canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
8694
+ "docComment": "",
8695
+ "excerptTokens": [
8696
+ {
8697
+ "kind": "Content",
8698
+ "text": "showTagging: "
8699
+ },
8700
+ {
8701
+ "kind": "Reference",
8702
+ "text": "TaggingRequest",
8703
+ "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
8704
+ },
8705
+ {
8706
+ "kind": "Content",
8707
+ "text": ";"
8708
+ }
8709
+ ],
8710
+ "isReadonly": false,
8711
+ "isOptional": false,
8712
+ "releaseTag": "Public",
8713
+ "name": "showTagging",
8714
+ "propertyTypeTokenRange": {
8715
+ "startIndex": 1,
8716
+ "endIndex": 2
8717
+ }
8718
+ }
8719
+ ],
8720
+ "extendsTokenRanges": []
8721
+ },
8722
+ {
8723
+ "kind": "Interface",
8724
+ "canonicalReference": "@empathyco/x-types!UserInfo:interface",
8725
+ "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
8726
+ "excerptTokens": [
8727
+ {
8728
+ "kind": "Content",
8729
+ "text": "export interface UserInfo "
8730
+ }
8731
+ ],
8732
+ "fileUrlPath": "temp/types/user-info.model.d.ts",
8733
+ "releaseTag": "Public",
8734
+ "name": "UserInfo",
8735
+ "preserveMemberOrder": false,
8736
+ "members": [
8737
+ {
8738
+ "kind": "PropertySignature",
8739
+ "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
8740
+ "docComment": "/**\n * A unique token that represents a search session.\n */\n",
8741
+ "excerptTokens": [
8742
+ {
8743
+ "kind": "Content",
8744
+ "text": "session: "
8745
+ },
8746
+ {
8747
+ "kind": "Content",
8748
+ "text": "string"
8749
+ },
8750
+ {
8751
+ "kind": "Content",
8752
+ "text": ";"
8753
+ }
8754
+ ],
8755
+ "isReadonly": false,
8756
+ "isOptional": false,
8757
+ "releaseTag": "Public",
8758
+ "name": "session",
8759
+ "propertyTypeTokenRange": {
8760
+ "startIndex": 1,
8761
+ "endIndex": 2
8762
+ }
8763
+ },
8764
+ {
8765
+ "kind": "PropertySignature",
8766
+ "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
8767
+ "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
8768
+ "excerptTokens": [
8769
+ {
8770
+ "kind": "Content",
8771
+ "text": "user: "
8772
+ },
8773
+ {
8774
+ "kind": "Content",
8775
+ "text": "string"
8776
+ },
8777
+ {
8778
+ "kind": "Content",
8779
+ "text": ";"
8780
+ }
8781
+ ],
8782
+ "isReadonly": false,
8783
+ "isOptional": false,
8784
+ "releaseTag": "Public",
8785
+ "name": "user",
8786
+ "propertyTypeTokenRange": {
8787
+ "startIndex": 1,
8788
+ "endIndex": 2
8789
+ }
8790
+ },
8791
+ {
8792
+ "kind": "PropertySignature",
8793
+ "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
8794
+ "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
7140
8795
  "excerptTokens": [
7141
8796
  {
7142
8797
  "kind": "Content",
7143
- "text": "origin?: "
8798
+ "text": "userType: "
7144
8799
  },
7145
8800
  {
7146
8801
  "kind": "Content",
@@ -7152,9 +8807,9 @@
7152
8807
  }
7153
8808
  ],
7154
8809
  "isReadonly": false,
7155
- "isOptional": true,
8810
+ "isOptional": false,
7156
8811
  "releaseTag": "Public",
7157
- "name": "origin",
8812
+ "name": "userType",
7158
8813
  "propertyTypeTokenRange": {
7159
8814
  "startIndex": 1,
7160
8815
  "endIndex": 2
@@ -7165,32 +8820,54 @@
7165
8820
  },
7166
8821
  {
7167
8822
  "kind": "Interface",
7168
- "canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
7169
- "docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
8823
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
8824
+ "docComment": "/**\n * XComponentsAdapter.\n *\n * @public\n */\n",
7170
8825
  "excerptTokens": [
7171
8826
  {
7172
8827
  "kind": "Content",
7173
- "text": "export interface TrackableShowResponse "
8828
+ "text": "export interface XComponentsAdapter "
7174
8829
  }
7175
8830
  ],
7176
- "fileUrlPath": "src/response/response.model.ts",
8831
+ "fileUrlPath": "temp/types/x-components-adapter.model.d.ts",
7177
8832
  "releaseTag": "Public",
7178
- "name": "TrackableShowResponse",
8833
+ "name": "XComponentsAdapter",
7179
8834
  "preserveMemberOrder": false,
7180
8835
  "members": [
7181
8836
  {
7182
8837
  "kind": "PropertySignature",
7183
- "canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
8838
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiQuestions:member",
7184
8839
  "docComment": "",
7185
8840
  "excerptTokens": [
7186
8841
  {
7187
8842
  "kind": "Content",
7188
- "text": "showTagging: "
8843
+ "text": "aiQuestions: "
7189
8844
  },
7190
8845
  {
7191
8846
  "kind": "Reference",
7192
- "text": "TaggingRequest",
7193
- "canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
8847
+ "text": "EndpointAdapter",
8848
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
8849
+ },
8850
+ {
8851
+ "kind": "Content",
8852
+ "text": "<"
8853
+ },
8854
+ {
8855
+ "kind": "Reference",
8856
+ "text": "AiQuestionsRequest",
8857
+ "canonicalReference": "@empathyco/x-types!AiQuestionsRequest:interface"
8858
+ },
8859
+ {
8860
+ "kind": "Content",
8861
+ "text": ", "
8862
+ },
8863
+ {
8864
+ "kind": "Reference",
8865
+ "text": "AiQuestionsResponse",
8866
+ "canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface"
8867
+ },
8868
+ {
8869
+ "kind": "Content",
8870
+ "text": ">"
7194
8871
  },
7195
8872
  {
7196
8873
  "kind": "Content",
@@ -7200,42 +8877,47 @@
7200
8877
  "isReadonly": false,
7201
8878
  "isOptional": false,
7202
8879
  "releaseTag": "Public",
7203
- "name": "showTagging",
8880
+ "name": "aiQuestions",
7204
8881
  "propertyTypeTokenRange": {
7205
8882
  "startIndex": 1,
7206
- "endIndex": 2
8883
+ "endIndex": 7
7207
8884
  }
7208
- }
7209
- ],
7210
- "extendsTokenRanges": []
7211
- },
7212
- {
7213
- "kind": "Interface",
7214
- "canonicalReference": "@empathyco/x-types!UserInfo:interface",
7215
- "docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
7216
- "excerptTokens": [
7217
- {
7218
- "kind": "Content",
7219
- "text": "export interface UserInfo "
7220
- }
7221
- ],
7222
- "fileUrlPath": "src/user-info.model.ts",
7223
- "releaseTag": "Public",
7224
- "name": "UserInfo",
7225
- "preserveMemberOrder": false,
7226
- "members": [
8885
+ },
7227
8886
  {
7228
8887
  "kind": "PropertySignature",
7229
- "canonicalReference": "@empathyco/x-types!UserInfo#session:member",
7230
- "docComment": "/**\n * A unique token that represents a search session.\n */\n",
8888
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSuggestions:member",
8889
+ "docComment": "",
7231
8890
  "excerptTokens": [
7232
8891
  {
7233
8892
  "kind": "Content",
7234
- "text": "session: "
8893
+ "text": "aiSuggestions: "
8894
+ },
8895
+ {
8896
+ "kind": "Reference",
8897
+ "text": "EndpointAdapter",
8898
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
7235
8899
  },
7236
8900
  {
7237
8901
  "kind": "Content",
7238
- "text": "string"
8902
+ "text": "<"
8903
+ },
8904
+ {
8905
+ "kind": "Reference",
8906
+ "text": "AiSuggestionsRequest",
8907
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface"
8908
+ },
8909
+ {
8910
+ "kind": "Content",
8911
+ "text": ", "
8912
+ },
8913
+ {
8914
+ "kind": "Reference",
8915
+ "text": "Response",
8916
+ "canonicalReference": "!Response:interface"
8917
+ },
8918
+ {
8919
+ "kind": "Content",
8920
+ "text": ">"
7239
8921
  },
7240
8922
  {
7241
8923
  "kind": "Content",
@@ -7245,24 +8927,47 @@
7245
8927
  "isReadonly": false,
7246
8928
  "isOptional": false,
7247
8929
  "releaseTag": "Public",
7248
- "name": "session",
8930
+ "name": "aiSuggestions",
7249
8931
  "propertyTypeTokenRange": {
7250
8932
  "startIndex": 1,
7251
- "endIndex": 2
8933
+ "endIndex": 7
7252
8934
  }
7253
8935
  },
7254
8936
  {
7255
8937
  "kind": "PropertySignature",
7256
- "canonicalReference": "@empathyco/x-types!UserInfo#user:member",
7257
- "docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
8938
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSuggestionsSearch:member",
8939
+ "docComment": "",
7258
8940
  "excerptTokens": [
7259
8941
  {
7260
8942
  "kind": "Content",
7261
- "text": "user: "
8943
+ "text": "aiSuggestionsSearch: "
8944
+ },
8945
+ {
8946
+ "kind": "Reference",
8947
+ "text": "EndpointAdapter",
8948
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
7262
8949
  },
7263
8950
  {
7264
8951
  "kind": "Content",
7265
- "text": "string"
8952
+ "text": "<"
8953
+ },
8954
+ {
8955
+ "kind": "Reference",
8956
+ "text": "AiSuggestionsSearchRequest",
8957
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest:interface"
8958
+ },
8959
+ {
8960
+ "kind": "Content",
8961
+ "text": ", "
8962
+ },
8963
+ {
8964
+ "kind": "Reference",
8965
+ "text": "AiSuggestionsSearchResponse",
8966
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse:interface"
8967
+ },
8968
+ {
8969
+ "kind": "Content",
8970
+ "text": ">"
7266
8971
  },
7267
8972
  {
7268
8973
  "kind": "Content",
@@ -7272,24 +8977,47 @@
7272
8977
  "isReadonly": false,
7273
8978
  "isOptional": false,
7274
8979
  "releaseTag": "Public",
7275
- "name": "user",
8980
+ "name": "aiSuggestionsSearch",
7276
8981
  "propertyTypeTokenRange": {
7277
8982
  "startIndex": 1,
7278
- "endIndex": 2
8983
+ "endIndex": 7
7279
8984
  }
7280
8985
  },
7281
8986
  {
7282
8987
  "kind": "PropertySignature",
7283
- "canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
7284
- "docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
8988
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSummarize:member",
8989
+ "docComment": "",
7285
8990
  "excerptTokens": [
7286
8991
  {
7287
8992
  "kind": "Content",
7288
- "text": "userType: "
8993
+ "text": "aiSummarize: "
8994
+ },
8995
+ {
8996
+ "kind": "Reference",
8997
+ "text": "EndpointAdapter",
8998
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
7289
8999
  },
7290
9000
  {
7291
9001
  "kind": "Content",
7292
- "text": "string"
9002
+ "text": "<"
9003
+ },
9004
+ {
9005
+ "kind": "Reference",
9006
+ "text": "AiSuggestionsRequest",
9007
+ "canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface"
9008
+ },
9009
+ {
9010
+ "kind": "Content",
9011
+ "text": ", "
9012
+ },
9013
+ {
9014
+ "kind": "Reference",
9015
+ "text": "Response",
9016
+ "canonicalReference": "!Response:interface"
9017
+ },
9018
+ {
9019
+ "kind": "Content",
9020
+ "text": ">"
7293
9021
  },
7294
9022
  {
7295
9023
  "kind": "Content",
@@ -7299,30 +9027,62 @@
7299
9027
  "isReadonly": false,
7300
9028
  "isOptional": false,
7301
9029
  "releaseTag": "Public",
7302
- "name": "userType",
9030
+ "name": "aiSummarize",
7303
9031
  "propertyTypeTokenRange": {
7304
9032
  "startIndex": 1,
7305
- "endIndex": 2
9033
+ "endIndex": 7
7306
9034
  }
7307
- }
7308
- ],
7309
- "extendsTokenRanges": []
7310
- },
7311
- {
7312
- "kind": "Interface",
7313
- "canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
7314
- "docComment": "",
7315
- "excerptTokens": [
9035
+ },
7316
9036
  {
7317
- "kind": "Content",
7318
- "text": "export interface XComponentsAdapter "
7319
- }
7320
- ],
7321
- "fileUrlPath": "src/x-components-adapter.model.ts",
7322
- "releaseTag": "Public",
7323
- "name": "XComponentsAdapter",
7324
- "preserveMemberOrder": false,
7325
- "members": [
9037
+ "kind": "PropertySignature",
9038
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiTasks:member",
9039
+ "docComment": "",
9040
+ "excerptTokens": [
9041
+ {
9042
+ "kind": "Content",
9043
+ "text": "aiTasks: "
9044
+ },
9045
+ {
9046
+ "kind": "Reference",
9047
+ "text": "EndpointAdapter",
9048
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
9049
+ },
9050
+ {
9051
+ "kind": "Content",
9052
+ "text": "<"
9053
+ },
9054
+ {
9055
+ "kind": "Reference",
9056
+ "text": "AiTasksRequest",
9057
+ "canonicalReference": "@empathyco/x-types!AiTasksRequest:interface"
9058
+ },
9059
+ {
9060
+ "kind": "Content",
9061
+ "text": ", "
9062
+ },
9063
+ {
9064
+ "kind": "Reference",
9065
+ "text": "AiTasksResponse",
9066
+ "canonicalReference": "@empathyco/x-types!AiTasksResponse:interface"
9067
+ },
9068
+ {
9069
+ "kind": "Content",
9070
+ "text": ">"
9071
+ },
9072
+ {
9073
+ "kind": "Content",
9074
+ "text": ";"
9075
+ }
9076
+ ],
9077
+ "isReadonly": false,
9078
+ "isOptional": false,
9079
+ "releaseTag": "Public",
9080
+ "name": "aiTasks",
9081
+ "propertyTypeTokenRange": {
9082
+ "startIndex": 1,
9083
+ "endIndex": 7
9084
+ }
9085
+ },
7326
9086
  {
7327
9087
  "kind": "PropertySignature",
7328
9088
  "canonicalReference": "@empathyco/x-types!XComponentsAdapter#experienceControls:member",
@@ -7373,6 +9133,56 @@
7373
9133
  "endIndex": 7
7374
9134
  }
7375
9135
  },
9136
+ {
9137
+ "kind": "PropertySignature",
9138
+ "canonicalReference": "@empathyco/x-types!XComponentsAdapter#facets:member",
9139
+ "docComment": "",
9140
+ "excerptTokens": [
9141
+ {
9142
+ "kind": "Content",
9143
+ "text": "facets: "
9144
+ },
9145
+ {
9146
+ "kind": "Reference",
9147
+ "text": "EndpointAdapter",
9148
+ "canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
9149
+ },
9150
+ {
9151
+ "kind": "Content",
9152
+ "text": "<"
9153
+ },
9154
+ {
9155
+ "kind": "Reference",
9156
+ "text": "FacetsRequest",
9157
+ "canonicalReference": "@empathyco/x-types!FacetsRequest:interface"
9158
+ },
9159
+ {
9160
+ "kind": "Content",
9161
+ "text": ", "
9162
+ },
9163
+ {
9164
+ "kind": "Reference",
9165
+ "text": "FacetsResponse",
9166
+ "canonicalReference": "@empathyco/x-types!FacetsResponse:interface"
9167
+ },
9168
+ {
9169
+ "kind": "Content",
9170
+ "text": ">"
9171
+ },
9172
+ {
9173
+ "kind": "Content",
9174
+ "text": ";"
9175
+ }
9176
+ ],
9177
+ "isReadonly": false,
9178
+ "isOptional": false,
9179
+ "releaseTag": "Public",
9180
+ "name": "facets",
9181
+ "propertyTypeTokenRange": {
9182
+ "startIndex": 1,
9183
+ "endIndex": 7
9184
+ }
9185
+ },
7376
9186
  {
7377
9187
  "kind": "PropertySignature",
7378
9188
  "canonicalReference": "@empathyco/x-types!XComponentsAdapter#identifierResults:member",