@empathyco/x-components 7.4.0 → 7.5.0

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 (243) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/browse/index.d.ts +1 -0
  3. package/browse/index.js +15 -0
  4. package/core/index.js.map +1 -1
  5. package/docs/API-reference/api/x-components.baseaddtocart.md +1 -1
  6. package/docs/API-reference/api/x-components.browseactioncontext.md +15 -0
  7. package/docs/API-reference/api/x-components.browseactions.cancelfetchandsavebrowseresponse.md +13 -0
  8. package/docs/API-reference/api/x-components.browseactions.fetchandsavebrowseresponse.md +13 -0
  9. package/docs/API-reference/api/x-components.browseactions.fetchandsaveresultsenrichment.md +13 -0
  10. package/docs/API-reference/api/x-components.browseactions.fetchbrowseresponse.md +13 -0
  11. package/docs/API-reference/api/x-components.browseactions.increasepageappendingresults.md +18 -0
  12. package/docs/API-reference/api/x-components.browseactions.md +210 -0
  13. package/docs/API-reference/api/x-components.browseactions.resetrequestonrefinement.md +13 -0
  14. package/docs/API-reference/api/x-components.browseactions.savebrowseresponse.md +13 -0
  15. package/docs/API-reference/api/x-components.browseactions.saveorigin.md +13 -0
  16. package/docs/API-reference/api/x-components.browseactions.seturlparams.md +13 -0
  17. package/docs/API-reference/api/x-components.browseconfig.md +75 -0
  18. package/docs/API-reference/api/x-components.browseconfig.pagemode.md +11 -0
  19. package/docs/API-reference/api/x-components.browseconfig.pagesize.md +13 -0
  20. package/docs/API-reference/api/x-components.browsegetters.md +58 -0
  21. package/docs/API-reference/api/x-components.browsegetters.request.md +13 -0
  22. package/docs/API-reference/api/x-components.browsemutations.appendresults.md +13 -0
  23. package/docs/API-reference/api/x-components.browsemutations.md +458 -0
  24. package/docs/API-reference/api/x-components.browsemutations.resetstate.md +13 -0
  25. package/docs/API-reference/api/x-components.browsemutations.resetstateforreload.md +13 -0
  26. package/docs/API-reference/api/x-components.browsemutations.setbanners.md +13 -0
  27. package/docs/API-reference/api/x-components.browsemutations.setbrowsetagging.md +13 -0
  28. package/docs/API-reference/api/x-components.browsemutations.setdisplaybrowsetagging.md +13 -0
  29. package/docs/API-reference/api/x-components.browsemutations.setfacets.md +13 -0
  30. package/docs/API-reference/api/x-components.browsemutations.setfromnoresultswithfilters.md +13 -0
  31. package/docs/API-reference/api/x-components.browsemutations.setisappendresults.md +13 -0
  32. package/docs/API-reference/api/x-components.browsemutations.setisnoresults.md +13 -0
  33. package/docs/API-reference/api/x-components.browsemutations.setorigin.md +13 -0
  34. package/docs/API-reference/api/x-components.browsemutations.setpage.md +13 -0
  35. package/docs/API-reference/api/x-components.browsemutations.setparams.md +13 -0
  36. package/docs/API-reference/api/x-components.browsemutations.setpromoteds.md +13 -0
  37. package/docs/API-reference/api/x-components.browsemutations.setresults.md +13 -0
  38. package/docs/API-reference/api/x-components.browsemutations.setselectedcategory.md +13 -0
  39. package/docs/API-reference/api/x-components.browsemutations.setselectedfilters.md +13 -0
  40. package/docs/API-reference/api/x-components.browsemutations.setsort.md +13 -0
  41. package/docs/API-reference/api/x-components.browsemutations.setstats.md +13 -0
  42. package/docs/API-reference/api/x-components.browsemutations.settotalresults.md +13 -0
  43. package/docs/API-reference/api/x-components.browsemutations.updateresult.md +13 -0
  44. package/docs/API-reference/api/x-components.browsemutations.updateresultsfromenrichment.md +13 -0
  45. package/docs/API-reference/api/x-components.browserequest.md +13 -0
  46. package/docs/API-reference/api/x-components.browseresultslist.md +31 -0
  47. package/docs/API-reference/api/x-components.browsesortpickerlist.md +45 -0
  48. package/docs/API-reference/api/x-components.browsestate.banners.md +13 -0
  49. package/docs/API-reference/api/x-components.browsestate.browsetagging.md +13 -0
  50. package/docs/API-reference/api/x-components.browsestate.config.md +13 -0
  51. package/docs/API-reference/api/x-components.browsestate.displaybrowsetagging.md +13 -0
  52. package/docs/API-reference/api/x-components.browsestate.facets.md +13 -0
  53. package/docs/API-reference/api/x-components.browsestate.fromnoresultswithfilters.md +13 -0
  54. package/docs/API-reference/api/x-components.browsestate.isappendresults.md +13 -0
  55. package/docs/API-reference/api/x-components.browsestate.isnoresults.md +13 -0
  56. package/docs/API-reference/api/x-components.browsestate.md +382 -0
  57. package/docs/API-reference/api/x-components.browsestate.origin.md +13 -0
  58. package/docs/API-reference/api/x-components.browsestate.page.md +13 -0
  59. package/docs/API-reference/api/x-components.browsestate.params.md +13 -0
  60. package/docs/API-reference/api/x-components.browsestate.promoteds.md +13 -0
  61. package/docs/API-reference/api/x-components.browsestate.results.md +13 -0
  62. package/docs/API-reference/api/x-components.browsestate.selectedcategory.md +13 -0
  63. package/docs/API-reference/api/x-components.browsestate.selectedfilters.md +13 -0
  64. package/docs/API-reference/api/x-components.browsestate.sort.md +13 -0
  65. package/docs/API-reference/api/x-components.browsestate.stats.md +13 -0
  66. package/docs/API-reference/api/x-components.browsestate.totalresults.md +13 -0
  67. package/docs/API-reference/api/x-components.browsexevents.browserequestchanged.md +13 -0
  68. package/docs/API-reference/api/x-components.browsexevents.browserequestupdated.md +18 -0
  69. package/docs/API-reference/api/x-components.browsexevents.browseresponsechanged.md +13 -0
  70. package/docs/API-reference/api/x-components.browsexevents.browsetaggingchanged.md +13 -0
  71. package/docs/API-reference/api/x-components.browsexevents.md +172 -0
  72. package/docs/API-reference/api/x-components.browsexevents.selectedbrowsesortprovided.md +18 -0
  73. package/docs/API-reference/api/x-components.browsexevents.userbrowsedtocategory.md +13 -0
  74. package/docs/API-reference/api/x-components.browsexevents.userclickedabrowsesort.md +13 -0
  75. package/docs/API-reference/api/x-components.browsexmodule.md +13 -0
  76. package/docs/API-reference/api/x-components.browsexstoremodule.md +15 -0
  77. package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponse.md +17 -0
  78. package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponsewire.md +13 -0
  79. package/docs/API-reference/api/x-components.clearbrowsequery.md +13 -0
  80. package/docs/API-reference/api/x-components.fetchandsavebrowseresponse.md +66 -0
  81. package/docs/API-reference/api/x-components.fetchandsavebrowseresponsewire.md +13 -0
  82. package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichment.md +66 -0
  83. package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichmentwire.md +13 -0
  84. package/docs/API-reference/api/x-components.fetchbrowseresponse.md +13 -0
  85. package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
  86. package/docs/API-reference/api/x-components.increasebrowsepageappendingresults.md +13 -0
  87. package/docs/API-reference/api/x-components.increasebrowsepageappendingresultswire.md +13 -0
  88. package/docs/API-reference/api/x-components.internalbrowserequest.md +59 -0
  89. package/docs/API-reference/api/x-components.internalbrowserequest.page.md +13 -0
  90. package/docs/API-reference/api/x-components.internalbrowseresponse.md +78 -0
  91. package/docs/API-reference/api/x-components.internalbrowseresponse.request.md +13 -0
  92. package/docs/API-reference/api/x-components.internalbrowseresponse.status.md +13 -0
  93. package/docs/API-reference/api/x-components.md +601 -0
  94. package/docs/API-reference/api/x-components.resetbrowseappending.md +13 -0
  95. package/docs/API-reference/api/x-components.resetbrowserequestonrefinement.md +13 -0
  96. package/docs/API-reference/api/x-components.resetbrowserequestonrefinementwire.md +13 -0
  97. package/docs/API-reference/api/x-components.resetbrowsestateforreloadwire.md +13 -0
  98. package/docs/API-reference/api/x-components.resetbrowsestateifnorequestwire.md +13 -0
  99. package/docs/API-reference/api/x-components.resetfromnobrowseresultswithfilters.md +13 -0
  100. package/docs/API-reference/api/x-components.resetisnobrowseresults.md +13 -0
  101. package/docs/API-reference/api/x-components.savebrowseorigin.md +13 -0
  102. package/docs/API-reference/api/x-components.savebrowseoriginwire.md +13 -0
  103. package/docs/API-reference/api/x-components.savebrowseresponse.md +13 -0
  104. package/docs/API-reference/api/x-components.setbrowsecategory.md +13 -0
  105. package/docs/API-reference/api/x-components.setbrowseextraparams.md +13 -0
  106. package/docs/API-reference/api/x-components.setbrowsepage.md +13 -0
  107. package/docs/API-reference/api/x-components.setbrowseselectedfilters.md +13 -0
  108. package/docs/API-reference/api/x-components.setbrowsesort.md +13 -0
  109. package/docs/API-reference/api/x-components.setbrowseurlparams.md +13 -0
  110. package/docs/API-reference/api/x-components.setbrowseurlparamswire.md +13 -0
  111. package/docs/API-reference/api/x-components.setresults.md +13 -0
  112. package/docs/API-reference/api/x-components.simplefilter.md +1 -0
  113. package/docs/API-reference/api/x-components.snippetcallbacks.md +4 -3
  114. package/docs/API-reference/api/x-components.usealiasapi.browsetotalresults.md +1 -1
  115. package/docs/API-reference/api/x-components.usealiasapi.md +1 -1
  116. package/docs/API-reference/api/x-components.vendoractions.md +11 -0
  117. package/docs/API-reference/api/x-components.vendorgetters.md +11 -0
  118. package/docs/API-reference/api/x-components.vendormutations.md +54 -0
  119. package/docs/API-reference/api/x-components.vendormutations.setresults.md +11 -0
  120. package/docs/API-reference/api/x-components.vendorresult.md +57 -0
  121. package/docs/API-reference/api/x-components.vendorresult.position.md +11 -0
  122. package/docs/API-reference/api/x-components.vendorresultslist.md +31 -0
  123. package/docs/API-reference/api/x-components.vendorstate.md +54 -0
  124. package/docs/API-reference/api/x-components.vendorstate.results.md +11 -0
  125. package/docs/API-reference/api/x-components.vendorxevents.md +58 -0
  126. package/docs/API-reference/api/x-components.vendorxevents.vendorresultschanged.md +13 -0
  127. package/docs/API-reference/api/x-components.vendorxmodule.md +13 -0
  128. package/docs/API-reference/api/x-components.vendorxstoremodule.md +11 -0
  129. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.md +73 -0
  130. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.newrequest.md +11 -0
  131. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.oldrequest.md +11 -0
  132. package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
  133. package/docs/API-reference/api/x-components.xmodulestree.md +18 -1
  134. package/docs/API-reference/api/x-components.xmodulestree.vendor.md +11 -0
  135. package/docs/API-reference/api/x-types.result.md +2 -2
  136. package/docs/API-reference/components/vendor/x-components.vendor-results-list.md +21 -0
  137. package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
  138. package/js/components/result/base-result-add-to-cart.vue2.js +1 -1
  139. package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
  140. package/js/components/result/base-result-link.vue.js +12 -8
  141. package/js/components/result/base-result-link.vue.js.map +1 -1
  142. package/js/components/result/base-result-link.vue2.js.map +1 -1
  143. package/js/index.js +20 -0
  144. package/js/index.js.map +1 -1
  145. package/js/wiring/namespaced-wires.factory.js +1 -1
  146. package/js/x-modules/browse/components/browse-results-list.vue.js +46 -0
  147. package/js/x-modules/browse/components/browse-results-list.vue.js.map +1 -0
  148. package/js/x-modules/browse/components/browse-results-list.vue2.js +6 -0
  149. package/js/x-modules/browse/components/browse-results-list.vue2.js.map +1 -0
  150. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +73 -0
  151. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +1 -0
  152. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +6 -0
  153. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +1 -0
  154. package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js +57 -0
  155. package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js.map +1 -0
  156. package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js +21 -0
  157. package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js.map +1 -0
  158. package/js/x-modules/browse/store/actions/fetch-browse-response.action.js +16 -0
  159. package/js/x-modules/browse/store/actions/fetch-browse-response.action.js.map +1 -0
  160. package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js +18 -0
  161. package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js.map +1 -0
  162. package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js +36 -0
  163. package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js.map +1 -0
  164. package/js/x-modules/browse/store/actions/save-browse-response.action.js +42 -0
  165. package/js/x-modules/browse/store/actions/save-browse-response.action.js.map +1 -0
  166. package/js/x-modules/browse/store/actions/save-origin.action.js +16 -0
  167. package/js/x-modules/browse/store/actions/save-origin.action.js.map +1 -0
  168. package/js/x-modules/browse/store/actions/set-url-params.action.js +20 -0
  169. package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -0
  170. package/js/x-modules/browse/store/emitters.js +48 -0
  171. package/js/x-modules/browse/store/emitters.js.map +1 -0
  172. package/js/x-modules/browse/store/getters/request.getter.js +27 -0
  173. package/js/x-modules/browse/store/getters/request.getter.js.map +1 -0
  174. package/js/x-modules/browse/store/module.js +163 -0
  175. package/js/x-modules/browse/store/module.js.map +1 -0
  176. package/js/x-modules/browse/wiring.js +213 -0
  177. package/js/x-modules/browse/wiring.js.map +1 -0
  178. package/js/x-modules/browse/x-module.js +21 -0
  179. package/js/x-modules/browse/x-module.js.map +1 -0
  180. package/js/x-modules/vendor/components/vendor-results-list.vue.js +81 -0
  181. package/js/x-modules/vendor/components/vendor-results-list.vue.js.map +1 -0
  182. package/js/x-modules/vendor/components/vendor-results-list.vue2.js +6 -0
  183. package/js/x-modules/vendor/components/vendor-results-list.vue2.js.map +1 -0
  184. package/js/x-modules/vendor/store/emitters.js +13 -0
  185. package/js/x-modules/vendor/store/emitters.js.map +1 -0
  186. package/js/x-modules/vendor/store/module.js +15 -0
  187. package/js/x-modules/vendor/store/module.js.map +1 -0
  188. package/js/x-modules/vendor/wiring.js +42 -0
  189. package/js/x-modules/vendor/wiring.js.map +1 -0
  190. package/js/x-modules/vendor/x-module.js +21 -0
  191. package/js/x-modules/vendor/x-module.js.map +1 -0
  192. package/package.json +4 -4
  193. package/report/x-components.api.json +5304 -752
  194. package/report/x-components.api.md +456 -11
  195. package/report/x-types.api.json +1 -1
  196. package/types/src/components/result/base-result-add-to-cart.vue.d.ts +1 -2
  197. package/types/src/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
  198. package/types/src/components/snippet-callbacks.vue.d.ts +4 -3
  199. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  200. package/types/src/index.d.ts +2 -0
  201. package/types/src/index.d.ts.map +1 -1
  202. package/types/src/wiring/events.types.d.ts +2 -1
  203. package/types/src/wiring/events.types.d.ts.map +1 -1
  204. package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts +30 -0
  205. package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts.map +1 -0
  206. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +50 -0
  207. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +1 -0
  208. package/types/src/x-modules/browse/store/actions/index.d.ts +5 -5
  209. package/types/src/x-modules/browse/store/actions/index.d.ts.map +1 -1
  210. package/types/src/x-modules/browse/store/module.d.ts +1 -1
  211. package/types/src/x-modules/browse/store/module.d.ts.map +1 -1
  212. package/types/src/x-modules/browse/wiring.d.ts +26 -26
  213. package/types/src/x-modules/browse/wiring.d.ts.map +1 -1
  214. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +1 -0
  215. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  216. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -0
  217. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  218. package/types/src/x-modules/vendor/components/index.d.ts +2 -0
  219. package/types/src/x-modules/vendor/components/index.d.ts.map +1 -0
  220. package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts +30 -0
  221. package/types/src/x-modules/vendor/components/vendor-results-list.vue.d.ts.map +1 -0
  222. package/types/src/x-modules/vendor/events.types.d.ts +15 -0
  223. package/types/src/x-modules/vendor/events.types.d.ts.map +1 -0
  224. package/types/src/x-modules/vendor/index.d.ts +7 -0
  225. package/types/src/x-modules/vendor/index.d.ts.map +1 -0
  226. package/types/src/x-modules/vendor/store/emitters.d.ts +7 -0
  227. package/types/src/x-modules/vendor/store/emitters.d.ts.map +1 -0
  228. package/types/src/x-modules/vendor/store/index.d.ts +4 -0
  229. package/types/src/x-modules/vendor/store/index.d.ts.map +1 -0
  230. package/types/src/x-modules/vendor/store/module.d.ts +3 -0
  231. package/types/src/x-modules/vendor/store/module.d.ts.map +1 -0
  232. package/types/src/x-modules/vendor/store/types.d.ts +14 -0
  233. package/types/src/x-modules/vendor/store/types.d.ts.map +1 -0
  234. package/types/src/x-modules/vendor/types.d.ts +8 -0
  235. package/types/src/x-modules/vendor/types.d.ts.map +1 -0
  236. package/types/src/x-modules/vendor/wiring.d.ts +20 -0
  237. package/types/src/x-modules/vendor/wiring.d.ts.map +1 -0
  238. package/types/src/x-modules/vendor/x-module.d.ts +16 -0
  239. package/types/src/x-modules/vendor/x-module.d.ts.map +1 -0
  240. package/types/src/x-modules/x-modules.types.d.ts +2 -0
  241. package/types/src/x-modules/x-modules.types.d.ts.map +1 -1
  242. package/vendor/index.d.ts +1 -0
  243. package/vendor/index.js +5 -0
@@ -248,6 +248,17 @@ Reduce an array of objects to an object which properties names are the value of
248
248
  Asserts that the passed options object is valid, providing helpful error messages.
249
249
 
250
250
 
251
+ </td></tr>
252
+ <tr><td>
253
+
254
+ [cancelFetchAndSaveBrowseResponse()](./x-components.cancelfetchandsavebrowseresponse.md)
255
+
256
+
257
+ </td><td>
258
+
259
+ Default implementation for [BrowseActions.cancelFetchAndSaveBrowseResponse](./x-components.browseactions.cancelfetchandsavebrowseresponse.md) action.
260
+
261
+
251
262
  </td></tr>
252
263
  <tr><td>
253
264
 
@@ -578,6 +589,28 @@ Filters an array with all elements that pass the test implemented by the given f
578
589
  Flat an `Item[]` deeply using the given `childrenKey` to access to his children.
579
590
 
580
591
 
592
+ </td></tr>
593
+ <tr><td>
594
+
595
+ [fetchAndSaveBrowseResponse(context, request)](./x-components.fetchandsavebrowseresponse.md)
596
+
597
+
598
+ </td><td>
599
+
600
+ Default implementation for [BrowseActions.fetchAndSaveBrowseResponse](./x-components.browseactions.fetchandsavebrowseresponse.md) action.
601
+
602
+
603
+ </td></tr>
604
+ <tr><td>
605
+
606
+ [fetchAndSaveBrowseResultsEnrichment(context, request)](./x-components.fetchandsavebrowseresultsenrichment.md)
607
+
608
+
609
+ </td><td>
610
+
611
+ Default implementation for [BrowseActions.fetchAndSaveResultsEnrichment](./x-components.browseactions.fetchandsaveresultsenrichment.md) action.
612
+
613
+
581
614
  </td></tr>
582
615
  <tr><td>
583
616
 
@@ -1470,6 +1503,72 @@ Ai module state.
1470
1503
  Dictionary of the events of AI XModule, where each key is the event name, and the value is the event payload type or `void` if it has no payload.
1471
1504
 
1472
1505
 
1506
+ </td></tr>
1507
+ <tr><td>
1508
+
1509
+ [BrowseActions](./x-components.browseactions.md)
1510
+
1511
+
1512
+ </td><td>
1513
+
1514
+ Browse store actions.
1515
+
1516
+
1517
+ </td></tr>
1518
+ <tr><td>
1519
+
1520
+ [BrowseConfig](./x-components.browseconfig.md)
1521
+
1522
+
1523
+ </td><td>
1524
+
1525
+ Configuration options for the [BrowseXModule](./x-components.browsexmodule.md)<!-- -->.
1526
+
1527
+
1528
+ </td></tr>
1529
+ <tr><td>
1530
+
1531
+ [BrowseGetters](./x-components.browsegetters.md)
1532
+
1533
+
1534
+ </td><td>
1535
+
1536
+ Browse store getters.
1537
+
1538
+
1539
+ </td></tr>
1540
+ <tr><td>
1541
+
1542
+ [BrowseMutations](./x-components.browsemutations.md)
1543
+
1544
+
1545
+ </td><td>
1546
+
1547
+ Browse store mutations.
1548
+
1549
+
1550
+ </td></tr>
1551
+ <tr><td>
1552
+
1553
+ [BrowseState](./x-components.browsestate.md)
1554
+
1555
+
1556
+ </td><td>
1557
+
1558
+ Browse store state.
1559
+
1560
+
1561
+ </td></tr>
1562
+ <tr><td>
1563
+
1564
+ [BrowseXEvents](./x-components.browsexevents.md)
1565
+
1566
+
1567
+ </td><td>
1568
+
1569
+ Dictionary of the events of Browse XModule, where each key is the event name, and the value is the event payload type or `void` if it has no payload.
1570
+
1571
+
1473
1572
  </td></tr>
1474
1573
  <tr><td>
1475
1574
 
@@ -2077,6 +2176,28 @@ Interface for the returned type of the [XInstaller.init()](./x-components.xinsta
2077
2176
  Interface for the parameter of the constructor of [XInstaller](./x-components.xinstaller.md) function. It is an extended version of [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->.
2078
2177
 
2079
2178
 
2179
+ </td></tr>
2180
+ <tr><td>
2181
+
2182
+ [InternalBrowseRequest](./x-components.internalbrowserequest.md)
2183
+
2184
+
2185
+ </td><td>
2186
+
2187
+ An internal browse request containing the page used to calculate the start and rows properties of a [BrowseRequest](./x-types.browserequest.md)<!-- -->.
2188
+
2189
+
2190
+ </td></tr>
2191
+ <tr><td>
2192
+
2193
+ [InternalBrowseResponse](./x-components.internalbrowseresponse.md)
2194
+
2195
+
2196
+ </td><td>
2197
+
2198
+ An internal browse response containing the [InternalBrowseRequest](./x-components.internalbrowserequest.md) performed to get a [BrowseResponse](./x-types.browseresponse.md) and its [RequestStatus](./x-components.requeststatus.md)<!-- -->.
2199
+
2200
+
2080
2201
  </td></tr>
2081
2202
  <tr><td>
2082
2203
 
@@ -3254,6 +3375,75 @@ Alias to facilitate retrieving the modules with query.
3254
3375
  Alias to facilitate retrieving the modules with status.
3255
3376
 
3256
3377
 
3378
+ </td></tr>
3379
+ <tr><td>
3380
+
3381
+ [VendorActions](./x-components.vendoractions.md)
3382
+
3383
+
3384
+ </td><td>
3385
+
3386
+
3387
+ </td></tr>
3388
+ <tr><td>
3389
+
3390
+ [VendorGetters](./x-components.vendorgetters.md)
3391
+
3392
+
3393
+ </td><td>
3394
+
3395
+
3396
+ </td></tr>
3397
+ <tr><td>
3398
+
3399
+ [VendorMutations](./x-components.vendormutations.md)
3400
+
3401
+
3402
+ </td><td>
3403
+
3404
+
3405
+ </td></tr>
3406
+ <tr><td>
3407
+
3408
+ [VendorResult](./x-components.vendorresult.md)
3409
+
3410
+
3411
+ </td><td>
3412
+
3413
+ The interface for a vendor result, extending the base Result interface.
3414
+
3415
+
3416
+ </td></tr>
3417
+ <tr><td>
3418
+
3419
+ [VendorState](./x-components.vendorstate.md)
3420
+
3421
+
3422
+ </td><td>
3423
+
3424
+
3425
+ </td></tr>
3426
+ <tr><td>
3427
+
3428
+ [VendorXEvents](./x-components.vendorxevents.md)
3429
+
3430
+
3431
+ </td><td>
3432
+
3433
+ Directory of events for the vendor module.
3434
+
3435
+
3436
+ </td></tr>
3437
+ <tr><td>
3438
+
3439
+ [WatchedInternalBrowseRequest](./x-components.watchedinternalbrowserequest.md)
3440
+
3441
+
3442
+ </td><td>
3443
+
3444
+ A representation of a watched [InternalBrowseRequest](./x-components.internalbrowserequest.md) object, wrapping its new and old values.
3445
+
3446
+
3257
3447
  </td></tr>
3258
3448
  <tr><td>
3259
3449
 
@@ -4113,6 +4303,54 @@ Simple panel that receives its open state via prop, which is responsible of rend
4113
4303
  The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component that listens to the `UserClickedColumnPicker` and the `ColumnsNumberProvided` events and passes the selected number of columns to the grid. It also allows to customize the grid items using the available `scopedSlots`<!-- -->.
4114
4304
 
4115
4305
 
4306
+ </td></tr>
4307
+ <tr><td>
4308
+
4309
+ [browseRequest](./x-components.browserequest.md)
4310
+
4311
+
4312
+ </td><td>
4313
+
4314
+ Default implementation for the [BrowseGetters.request](./x-components.browsegetters.request.md) getter.
4315
+
4316
+
4317
+ </td></tr>
4318
+ <tr><td>
4319
+
4320
+ [BrowseResultsList](./x-components.browseresultslist.md)
4321
+
4322
+
4323
+ </td><td>
4324
+
4325
+ It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.
4326
+
4327
+ The component provides a default slot which wraps the whole component with the `results` bound.
4328
+
4329
+ It also provides the slot result to customize the item, which is within the default slot, with the result bound.
4330
+
4331
+
4332
+ </td></tr>
4333
+ <tr><td>
4334
+
4335
+ [BrowseSortPickerList](./x-components.browsesortpickerlist.md)
4336
+
4337
+
4338
+ </td><td>
4339
+
4340
+ The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.
4341
+
4342
+
4343
+ </td></tr>
4344
+ <tr><td>
4345
+
4346
+ [browseXModule](./x-components.browsexmodule.md)
4347
+
4348
+
4349
+ </td><td>
4350
+
4351
+ Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the `browse` entry point.
4352
+
4353
+
4116
4354
  </td></tr>
4117
4355
  <tr><td>
4118
4356
 
@@ -4124,6 +4362,17 @@ The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component
4124
4362
  Default XBus implementation.
4125
4363
 
4126
4364
 
4365
+ </td></tr>
4366
+ <tr><td>
4367
+
4368
+ [cancelFetchAndSaveBrowseResponseWire](./x-components.cancelfetchandsavebrowseresponsewire.md)
4369
+
4370
+
4371
+ </td><td>
4372
+
4373
+ Cancels the [BrowseActions.fetchAndSaveBrowseResponse](./x-components.browseactions.fetchandsavebrowseresponse.md) request promise.
4374
+
4375
+
4127
4376
  </td></tr>
4128
4377
  <tr><td>
4129
4378
 
@@ -4177,6 +4426,17 @@ Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions](./x-components.que
4177
4426
  </td><td>
4178
4427
 
4179
4428
 
4429
+ </td></tr>
4430
+ <tr><td>
4431
+
4432
+ [clearBrowseQuery](./x-components.clearbrowsequery.md)
4433
+
4434
+
4435
+ </td><td>
4436
+
4437
+ Clears the browse state `selectedCategory`<!-- -->.
4438
+
4439
+
4180
4440
  </td></tr>
4181
4441
  <tr><td>
4182
4442
 
@@ -4623,6 +4883,28 @@ Default implementation for the [AiActions.fetchAndSaveAiSuggestions](./x-compone
4623
4883
  Default implementation for the `AiActions.fetchAndSaveAiSuggestionsSearch`<!-- -->.
4624
4884
 
4625
4885
 
4886
+ </td></tr>
4887
+ <tr><td>
4888
+
4889
+ [fetchAndSaveBrowseResponseWire](./x-components.fetchandsavebrowseresponsewire.md)
4890
+
4891
+
4892
+ </td><td>
4893
+
4894
+ Requests and stores the browse response.
4895
+
4896
+
4897
+ </td></tr>
4898
+ <tr><td>
4899
+
4900
+ [fetchAndSaveBrowseResultsEnrichmentWire](./x-components.fetchandsavebrowseresultsenrichmentwire.md)
4901
+
4902
+
4903
+ </td><td>
4904
+
4905
+ Requests and stores the enrichment results for the results.
4906
+
4907
+
4626
4908
  </td></tr>
4627
4909
  <tr><td>
4628
4910
 
@@ -4777,6 +5059,17 @@ Requests and stores the semantic query results.
4777
5059
  Requests and stores a new set of query suggestions for the query.
4778
5060
 
4779
5061
 
5062
+ </td></tr>
5063
+ <tr><td>
5064
+
5065
+ [fetchBrowseResponse](./x-components.fetchbrowseresponse.md)
5066
+
5067
+
5068
+ </td><td>
5069
+
5070
+ Default implementation for the [BrowseActions.fetchBrowseResponse](./x-components.browseactions.fetchbrowseresponse.md)<!-- -->.
5071
+
5072
+
4780
5073
  </td></tr>
4781
5074
  <tr><td>
4782
5075
 
@@ -5074,6 +5367,28 @@ Default implementation for the [IdentifierResultsGetters.identifierResultsReques
5074
5367
  IdentifierResults [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the `identifier-results` entry point.
5075
5368
 
5076
5369
 
5370
+ </td></tr>
5371
+ <tr><td>
5372
+
5373
+ [increaseBrowsePageAppendingResults](./x-components.increasebrowsepageappendingresults.md)
5374
+
5375
+
5376
+ </td><td>
5377
+
5378
+ Default implementation for the [BrowseActions.increasePageAppendingResults](./x-components.browseactions.increasepageappendingresults.md)<!-- -->.
5379
+
5380
+
5381
+ </td></tr>
5382
+ <tr><td>
5383
+
5384
+ [increaseBrowsePageAppendingResultsWire](./x-components.increasebrowsepageappendingresultswire.md)
5385
+
5386
+
5387
+ </td><td>
5388
+
5389
+ Increases the current browse state `page` by one.
5390
+
5391
+
5077
5392
  </td></tr>
5078
5393
  <tr><td>
5079
5394
 
@@ -5846,6 +6161,72 @@ Renders default slot content. It binds to the default slot a [BooleanFilter](./x
5846
6161
  Resets the search state `isAppendingResults`<!-- -->.
5847
6162
 
5848
6163
 
6164
+ </td></tr>
6165
+ <tr><td>
6166
+
6167
+ [resetBrowseAppending](./x-components.resetbrowseappending.md)
6168
+
6169
+
6170
+ </td><td>
6171
+
6172
+ Resets the browse state `isAppendingResults`<!-- -->.
6173
+
6174
+
6175
+ </td></tr>
6176
+ <tr><td>
6177
+
6178
+ [resetBrowseRequestOnRefinement](./x-components.resetbrowserequestonrefinement.md)
6179
+
6180
+
6181
+ </td><td>
6182
+
6183
+ Default implementation for the [BrowseActions.resetRequestOnRefinement](./x-components.browseactions.resetrequestonrefinement.md)<!-- -->.
6184
+
6185
+
6186
+ </td></tr>
6187
+ <tr><td>
6188
+
6189
+ [resetBrowseRequestOnRefinementWire](./x-components.resetbrowserequestonrefinementwire.md)
6190
+
6191
+
6192
+ </td><td>
6193
+
6194
+ Resets the [BrowseGetters.request](./x-components.browsegetters.request.md) parameters when refining request and before the actual request is launched.
6195
+
6196
+
6197
+ </td></tr>
6198
+ <tr><td>
6199
+
6200
+ [resetBrowseStateForReloadWire](./x-components.resetbrowsestateforreloadwire.md)
6201
+
6202
+
6203
+ </td><td>
6204
+
6205
+ Resets the browse state to reload the current browse.
6206
+
6207
+
6208
+ </td></tr>
6209
+ <tr><td>
6210
+
6211
+ [resetBrowseStateIfNoRequestWire](./x-components.resetbrowsestateifnorequestwire.md)
6212
+
6213
+
6214
+ </td><td>
6215
+
6216
+ Resets the browse state when the request is changed to null. See the [BrowseXStoreModule](./x-components.browsexstoremodule.md) for details.
6217
+
6218
+
6219
+ </td></tr>
6220
+ <tr><td>
6221
+
6222
+ [resetFromNoBrowseResultsWithFilters](./x-components.resetfromnobrowseresultswithfilters.md)
6223
+
6224
+
6225
+ </td><td>
6226
+
6227
+ Resets the browse state `fromNoResultsWithFilters`<!-- -->.
6228
+
6229
+
5849
6230
  </td></tr>
5850
6231
  <tr><td>
5851
6232
 
@@ -5857,6 +6238,17 @@ Resets the search state `isAppendingResults`<!-- -->.
5857
6238
  Resets the search state `fromNoResultsWithFilters`<!-- -->.
5858
6239
 
5859
6240
 
6241
+ </td></tr>
6242
+ <tr><td>
6243
+
6244
+ [resetIsNoBrowseResults](./x-components.resetisnobrowseresults.md)
6245
+
6246
+
6247
+ </td><td>
6248
+
6249
+ Resets the browse state `isNoResults`<!-- -->.
6250
+
6251
+
5860
6252
  </td></tr>
5861
6253
  <tr><td>
5862
6254
 
@@ -6019,6 +6411,39 @@ It provides the original result, the array containing the selected variants and
6019
6411
  Default implementation for the [AiActions.saveOrigin](./x-components.aiactions.saveorigin.md)<!-- -->.
6020
6412
 
6021
6413
 
6414
+ </td></tr>
6415
+ <tr><td>
6416
+
6417
+ [saveBrowseOrigin](./x-components.savebrowseorigin.md)
6418
+
6419
+
6420
+ </td><td>
6421
+
6422
+ Default implementation for the [BrowseActions.saveOrigin](./x-components.browseactions.saveorigin.md)<!-- -->.
6423
+
6424
+
6425
+ </td></tr>
6426
+ <tr><td>
6427
+
6428
+ [saveBrowseOriginWire](./x-components.savebrowseoriginwire.md)
6429
+
6430
+
6431
+ </td><td>
6432
+
6433
+ Sets the browse state `origin`<!-- -->.
6434
+
6435
+
6436
+ </td></tr>
6437
+ <tr><td>
6438
+
6439
+ [saveBrowseResponse](./x-components.savebrowseresponse.md)
6440
+
6441
+
6442
+ </td><td>
6443
+
6444
+ Default implementation for the [BrowseActions.saveBrowseResponse](./x-components.browseactions.savebrowseresponse.md)<!-- -->.
6445
+
6446
+
6022
6447
  </td></tr>
6023
6448
  <tr><td>
6024
6449
 
@@ -6300,6 +6725,83 @@ Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x
6300
6725
  Default implementation setUrlParams.
6301
6726
 
6302
6727
 
6728
+ </td></tr>
6729
+ <tr><td>
6730
+
6731
+ [setBrowseCategory](./x-components.setbrowsecategory.md)
6732
+
6733
+
6734
+ </td><td>
6735
+
6736
+ Sets the browse state `selectedCategory`<!-- -->.
6737
+
6738
+
6739
+ </td></tr>
6740
+ <tr><td>
6741
+
6742
+ [setBrowseExtraParams](./x-components.setbrowseextraparams.md)
6743
+
6744
+
6745
+ </td><td>
6746
+
6747
+ Sets the browse state `params`<!-- -->.
6748
+
6749
+
6750
+ </td></tr>
6751
+ <tr><td>
6752
+
6753
+ [setBrowsePage](./x-components.setbrowsepage.md)
6754
+
6755
+
6756
+ </td><td>
6757
+
6758
+ Sets the browse state `page`<!-- -->.
6759
+
6760
+
6761
+ </td></tr>
6762
+ <tr><td>
6763
+
6764
+ [setBrowseSelectedFilters](./x-components.setbrowseselectedfilters.md)
6765
+
6766
+
6767
+ </td><td>
6768
+
6769
+ Sets the browse state `selectedFilters`<!-- -->.
6770
+
6771
+
6772
+ </td></tr>
6773
+ <tr><td>
6774
+
6775
+ [setBrowseSort](./x-components.setbrowsesort.md)
6776
+
6777
+
6778
+ </td><td>
6779
+
6780
+ Sets the browse state `sort`<!-- -->.
6781
+
6782
+
6783
+ </td></tr>
6784
+ <tr><td>
6785
+
6786
+ [setBrowseUrlParams](./x-components.setbrowseurlparams.md)
6787
+
6788
+
6789
+ </td><td>
6790
+
6791
+ Default implementation for the [BrowseActions.setUrlParams](./x-components.browseactions.seturlparams.md)<!-- -->.
6792
+
6793
+
6794
+ </td></tr>
6795
+ <tr><td>
6796
+
6797
+ [setBrowseUrlParamsWire](./x-components.setbrowseurlparamswire.md)
6798
+
6799
+
6800
+ </td><td>
6801
+
6802
+ Sets the browse state `query`<!-- -->.
6803
+
6804
+
6303
6805
  </td></tr>
6304
6806
  <tr><td>
6305
6807
 
@@ -6740,6 +7242,17 @@ Sets the related tags state `query`<!-- -->.
6740
7242
  Sets the related tags state `query` from a selectedQueryPreview's query.
6741
7243
 
6742
7244
 
7245
+ </td></tr>
7246
+ <tr><td>
7247
+
7248
+ [setResults](./x-components.setresults.md)
7249
+
7250
+
7251
+ </td><td>
7252
+
7253
+ Sets the vendor results of the [VendorXModule](./x-components.vendorxmodule.md)<!-- -->.
7254
+
7255
+
6743
7256
  </td></tr>
6744
7257
  <tr><td>
6745
7258
 
@@ -7589,6 +8102,41 @@ URL [XModule](./x-components.xmodule.md) implementation. This module is auto-reg
7589
8102
  Function which returns the requested getter's properties as a dictionary.
7590
8103
 
7591
8104
 
8105
+ </td></tr>
8106
+ <tr><td>
8107
+
8108
+ [VendorResultsList](./x-components.vendorresultslist.md)
8109
+
8110
+
8111
+ </td><td>
8112
+
8113
+ It renders a [ItemsList](./x-components.itemslist.md) of vendor results from [VendorState.results](./x-components.vendorstate.results.md)<!-- -->.
8114
+
8115
+ The component provides a default slot which wraps the whole component with the `vendorResults` plus the `injectedListItems` which also contains the injected list items from the ancestor.
8116
+
8117
+ It also provides the parent slots to customize the items.
8118
+
8119
+
8120
+ </td></tr>
8121
+ <tr><td>
8122
+
8123
+ [vendorXModule](./x-components.vendorxmodule.md)
8124
+
8125
+
8126
+ </td><td>
8127
+
8128
+ Vendor [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the `vendor` entry point.
8129
+
8130
+
8131
+ </td></tr>
8132
+ <tr><td>
8133
+
8134
+ [vendorXStoreModule](./x-components.vendorxstoremodule.md)
8135
+
8136
+
8137
+ </td><td>
8138
+
8139
+
7592
8140
  </td></tr>
7593
8141
  <tr><td>
7594
8142
 
@@ -7813,6 +8361,39 @@ Alias for any store module option. Use only when you don't care about the module
7813
8361
  Union type containing the existing arrow keys.
7814
8362
 
7815
8363
 
8364
+ </td></tr>
8365
+ <tr><td>
8366
+
8367
+ [BrowseActionContext](./x-components.browseactioncontext.md)
8368
+
8369
+
8370
+ </td><td>
8371
+
8372
+ Alias type for actions context of the [BrowseXStoreModule](./x-components.browsexstoremodule.md)<!-- -->.
8373
+
8374
+
8375
+ </td></tr>
8376
+ <tr><td>
8377
+
8378
+ [BrowseXModule](./x-components.browsexmodule.md)
8379
+
8380
+
8381
+ </td><td>
8382
+
8383
+ Search [XModule](./x-components.xmodule.md) alias.
8384
+
8385
+
8386
+ </td></tr>
8387
+ <tr><td>
8388
+
8389
+ [BrowseXStoreModule](./x-components.browsexstoremodule.md)
8390
+
8391
+
8392
+ </td><td>
8393
+
8394
+ Browse type safe store module.
8395
+
8396
+
7816
8397
  </td></tr>
7817
8398
  <tr><td>
7818
8399
 
@@ -9056,6 +9637,26 @@ The device flags type of the Return type of the composable returned by `createUs
9056
9637
  The Return type of the composable returned by `createUseDevice`<!-- -->.
9057
9638
 
9058
9639
 
9640
+ </td></tr>
9641
+ <tr><td>
9642
+
9643
+ [VendorXModule](./x-components.vendorxmodule.md)
9644
+
9645
+
9646
+ </td><td>
9647
+
9648
+ Vendor [XModule](./x-components.xmodule.md) alias.
9649
+
9650
+
9651
+ </td></tr>
9652
+ <tr><td>
9653
+
9654
+ [VendorXStoreModule](./x-components.vendorxstoremodule.md)
9655
+
9656
+
9657
+ </td><td>
9658
+
9659
+
9059
9660
  </td></tr>
9060
9661
  <tr><td>
9061
9662