@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
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetBrowseAppending](./x-components.resetbrowseappending.md)
4
+
5
+ ## resetBrowseAppending variable
6
+
7
+ Resets the browse state `isAppendingResults`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetBrowseAppending: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetBrowseRequestOnRefinement](./x-components.resetbrowserequestonrefinement.md)
4
+
5
+ ## resetBrowseRequestOnRefinement variable
6
+
7
+ Default implementation for the [BrowseActions.resetRequestOnRefinement](./x-components.browseactions.resetrequestonrefinement.md)<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetRequestOnRefinement: BrowseXStoreModule['actions']['resetRequestOnRefinement']
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetBrowseRequestOnRefinementWire](./x-components.resetbrowserequestonrefinementwire.md)
4
+
5
+ ## resetBrowseRequestOnRefinementWire variable
6
+
7
+ Resets the [BrowseGetters.request](./x-components.browsegetters.request.md) parameters when refining request and before the actual request is launched.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetBrowseRequestOnRefinementWire: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetBrowseStateForReloadWire](./x-components.resetbrowsestateforreloadwire.md)
4
+
5
+ ## resetBrowseStateForReloadWire variable
6
+
7
+ Resets the browse state to reload the current browse.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetBrowseStateForReloadWire: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetBrowseStateIfNoRequestWire](./x-components.resetbrowsestateifnorequestwire.md)
4
+
5
+ ## resetBrowseStateIfNoRequestWire variable
6
+
7
+ Resets the browse state when the request is changed to null. See the [BrowseXStoreModule](./x-components.browsexstoremodule.md) for details.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetBrowseStateIfNoRequestWire: import("../../wiring").Wire<InternalBrowseRequest | null>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetFromNoBrowseResultsWithFilters](./x-components.resetfromnobrowseresultswithfilters.md)
4
+
5
+ ## resetFromNoBrowseResultsWithFilters variable
6
+
7
+ Resets the browse state `fromNoResultsWithFilters`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetFromNoBrowseResultsWithFilters: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [resetIsNoBrowseResults](./x-components.resetisnobrowseresults.md)
4
+
5
+ ## resetIsNoBrowseResults variable
6
+
7
+ Resets the browse state `isNoResults`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resetIsNoBrowseResults: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [saveBrowseOrigin](./x-components.savebrowseorigin.md)
4
+
5
+ ## saveBrowseOrigin variable
6
+
7
+ Default implementation for the [BrowseActions.saveOrigin](./x-components.browseactions.saveorigin.md)<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ saveOrigin: BrowseXStoreModule['actions']['saveOrigin']
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [saveBrowseOriginWire](./x-components.savebrowseoriginwire.md)
4
+
5
+ ## saveBrowseOriginWire variable
6
+
7
+ Sets the browse state `origin`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ saveBrowseOriginWire: import("../../wiring").AnyWire
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [saveBrowseResponse](./x-components.savebrowseresponse.md)
4
+
5
+ ## saveBrowseResponse variable
6
+
7
+ Default implementation for the [BrowseActions.saveBrowseResponse](./x-components.browseactions.savebrowseresponse.md)<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ saveBrowseResponse: BrowseXStoreModule['actions']['saveBrowseResponse']
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseCategory](./x-components.setbrowsecategory.md)
4
+
5
+ ## setBrowseCategory variable
6
+
7
+ Sets the browse state `selectedCategory`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowseCategory: import("../../wiring").Wire<import("@empathyco/x-types").BrowsableRequest>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseExtraParams](./x-components.setbrowseextraparams.md)
4
+
5
+ ## setBrowseExtraParams variable
6
+
7
+ Sets the browse state `params`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowseExtraParams: import("../../wiring").Wire<import("@empathyco/x-utils").Dictionary<unknown>>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowsePage](./x-components.setbrowsepage.md)
4
+
5
+ ## setBrowsePage variable
6
+
7
+ Sets the browse state `page`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowsePage: import("../../wiring").Wire<number>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseSelectedFilters](./x-components.setbrowseselectedfilters.md)
4
+
5
+ ## setBrowseSelectedFilters variable
6
+
7
+ Sets the browse state `selectedFilters`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowseSelectedFilters: import("../../wiring").Wire<import("@empathyco/x-types").Filter[]>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseSort](./x-components.setbrowsesort.md)
4
+
5
+ ## setBrowseSort variable
6
+
7
+ Sets the browse state `sort`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowseSort: import("../../wiring").Wire<string>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseUrlParams](./x-components.setbrowseurlparams.md)
4
+
5
+ ## setBrowseUrlParams variable
6
+
7
+ Default implementation for the [BrowseActions.setUrlParams](./x-components.browseactions.seturlparams.md)<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setUrlParams: BrowseXStoreModule['actions']['setUrlParams']
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setBrowseUrlParamsWire](./x-components.setbrowseurlparamswire.md)
4
+
5
+ ## setBrowseUrlParamsWire variable
6
+
7
+ Sets the browse state `query`<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setBrowseUrlParamsWire: import("../../wiring").Wire<import("../..").UrlParams>
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [setResults](./x-components.setresults.md)
4
+
5
+ ## setResults variable
6
+
7
+ Sets the vendor results of the [VendorXModule](./x-components.vendorxmodule.md)<!-- -->.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setResults: import("../../wiring").AnyWire
13
+ ```
@@ -206,6 +206,7 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
206
206
  UserClickedAnAiCarouselResult?: import("@empathyco/x-types").Result | undefined;
207
207
  UserClickedAnAiCarouselAdd2Cart?: import("@empathyco/x-types").Result | undefined;
208
208
  AiComponentMounted?: void | undefined;
209
+ VendorResultsChanged?: Omit<import("../../../vendor").VendorResult, "modelName">[] | undefined;
209
210
  }>;
210
211
  innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
211
212
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -156,9 +156,9 @@ _default: import("vue").DefineComponent<{}, {
156
156
  UserClickedABanner: (payload: import("@empathyco/x-types").Banner, metadata: WireMetadata) => unknown;
157
157
  UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
158
158
  UserSelectedAPage: (payload: number, metadata: WireMetadata) => unknown;
159
- BrowseRequestChanged: (payload: import("../x-modules/browse").InternalBrowseRequest | null, metadata: WireMetadata) => unknown;
160
- BrowseRequestUpdated: (payload: import("../x-modules/browse").InternalBrowseRequest | null, metadata: WireMetadata) => unknown;
161
- BrowseResponseChanged: (payload: import("../x-modules/browse").InternalBrowseResponse, metadata: WireMetadata) => unknown;
159
+ BrowseRequestChanged: (payload: import("..").InternalBrowseRequest | null, metadata: WireMetadata) => unknown;
160
+ BrowseRequestUpdated: (payload: import("..").InternalBrowseRequest | null, metadata: WireMetadata) => unknown;
161
+ BrowseResponseChanged: (payload: import("..").InternalBrowseResponse, metadata: WireMetadata) => unknown;
162
162
  BrowseTaggingChanged: (payload: import("@empathyco/x-types").TaggingRequest, metadata: WireMetadata) => unknown;
163
163
  UserClickedABrowseSort: (payload: string, metadata: WireMetadata) => unknown;
164
164
  SelectedBrowseSortProvided: (payload: string, metadata: WireMetadata) => unknown;
@@ -196,6 +196,7 @@ _default: import("vue").DefineComponent<{}, {
196
196
  UserClickedAnAiCarouselResult: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
197
197
  UserClickedAnAiCarouselAdd2Cart: (payload: import("@empathyco/x-types").Result, metadata: WireMetadata) => unknown;
198
198
  AiComponentMounted: (payload: undefined, metadata: WireMetadata) => unknown;
199
+ VendorResultsChanged: (payload: Omit<import("..").VendorResult, "modelName">[], metadata: WireMetadata) => unknown;
199
200
  }>>;
200
201
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
201
202
  GlobalXBus: import("vue").DefineComponent<{}, {}, any>;
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## UseAliasAPI.browseTotalResults property
6
6
 
7
- The total results.
7
+ The [BrowseXModule](./x-components.browsexmodule.md) total results.
8
8
 
9
9
  **Signature:**
10
10
 
@@ -52,7 +52,7 @@ number
52
52
 
53
53
  </td><td>
54
54
 
55
- The total results.
55
+ The [BrowseXModule](./x-components.browsexmodule.md) total results.
56
56
 
57
57
 
58
58
  </td></tr>
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorActions](./x-components.vendoractions.md)
4
+
5
+ ## VendorActions interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface VendorActions
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorGetters](./x-components.vendorgetters.md)
4
+
5
+ ## VendorGetters interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface VendorGetters
11
+ ```
@@ -0,0 +1,54 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorMutations](./x-components.vendormutations.md)
4
+
5
+ ## VendorMutations interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface VendorMutations
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Property
18
+
19
+
20
+ </th><th>
21
+
22
+ Modifiers
23
+
24
+
25
+ </th><th>
26
+
27
+ Type
28
+
29
+
30
+ </th><th>
31
+
32
+ Description
33
+
34
+
35
+ </th></tr></thead>
36
+ <tbody><tr><td>
37
+
38
+ [setResults](./x-components.vendormutations.setresults.md)
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td><td>
45
+
46
+ (results: [VendorResult](./x-components.vendorresult.md)<!-- -->\[\]) =&gt; void
47
+
48
+
49
+ </td><td>
50
+
51
+
52
+ </td></tr>
53
+ </tbody></table>
54
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorMutations](./x-components.vendormutations.md) &gt; [setResults](./x-components.vendormutations.setresults.md)
4
+
5
+ ## VendorMutations.setResults property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ setResults: (results: VendorResult[]) => void;
11
+ ```
@@ -0,0 +1,57 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorResult](./x-components.vendorresult.md)
4
+
5
+ ## VendorResult interface
6
+
7
+ The interface for a vendor result, extending the base Result interface.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface VendorResult extends Omit<Result, 'modelName'>, NamedModel<'VendorResult'>
13
+ ```
14
+ **Extends:** Omit&lt;Result, 'modelName'&gt;, NamedModel&lt;'VendorResult'&gt;
15
+
16
+ ## Properties
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Property
21
+
22
+
23
+ </th><th>
24
+
25
+ Modifiers
26
+
27
+
28
+ </th><th>
29
+
30
+ Type
31
+
32
+
33
+ </th><th>
34
+
35
+ Description
36
+
37
+
38
+ </th></tr></thead>
39
+ <tbody><tr><td>
40
+
41
+ [position](./x-components.vendorresult.position.md)
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td><td>
48
+
49
+ number
50
+
51
+
52
+ </td><td>
53
+
54
+
55
+ </td></tr>
56
+ </tbody></table>
57
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorResult](./x-components.vendorresult.md) &gt; [position](./x-components.vendorresult.position.md)
4
+
5
+ ## VendorResult.position property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ position: number;
11
+ ```
@@ -0,0 +1,31 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorResultsList](./x-components.vendorresultslist.md)
4
+
5
+ ## VendorResultsList variable
6
+
7
+ It renders a [ItemsList](./x-components.itemslist.md) of vendor results from [VendorState.results](./x-components.vendorstate.results.md)<!-- -->.
8
+
9
+ 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.
10
+
11
+ It also provides the parent slots to customize the items.
12
+
13
+ **Signature:**
14
+
15
+ ```typescript
16
+ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
+ animation: {
18
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
19
+ default: string;
20
+ };
21
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ [key: string]: any;
23
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ animation: {
25
+ type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
26
+ default: string;
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ animation: string | Function | Record<string, any>;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
31
+ ```
@@ -0,0 +1,54 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorState](./x-components.vendorstate.md)
4
+
5
+ ## VendorState interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface VendorState
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ <table><thead><tr><th>
16
+
17
+ Property
18
+
19
+
20
+ </th><th>
21
+
22
+ Modifiers
23
+
24
+
25
+ </th><th>
26
+
27
+ Type
28
+
29
+
30
+ </th><th>
31
+
32
+ Description
33
+
34
+
35
+ </th></tr></thead>
36
+ <tbody><tr><td>
37
+
38
+ [results](./x-components.vendorstate.results.md)
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td><td>
45
+
46
+ [VendorResult](./x-components.vendorresult.md)<!-- -->\[\]
47
+
48
+
49
+ </td><td>
50
+
51
+
52
+ </td></tr>
53
+ </tbody></table>
54
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorState](./x-components.vendorstate.md) &gt; [results](./x-components.vendorstate.results.md)
4
+
5
+ ## VendorState.results property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ results: VendorResult[];
11
+ ```
@@ -0,0 +1,58 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorXEvents](./x-components.vendorxevents.md)
4
+
5
+ ## VendorXEvents interface
6
+
7
+ Directory of events for the vendor module.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface VendorXEvents
13
+ ```
14
+
15
+ ## Properties
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [VendorResultsChanged](./x-components.vendorxevents.vendorresultschanged.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ Omit&lt;[VendorResult](./x-components.vendorresult.md)<!-- -->, 'modelName'&gt;\[\]
49
+
50
+
51
+ </td><td>
52
+
53
+ The x consumer has provided vendor results to be inserted in the result grid. Payload: The array of vendor result inputs with their items and positions. modelName is excluded since it is an internal field, and we will assign it under the hood.
54
+
55
+
56
+ </td></tr>
57
+ </tbody></table>
58
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [VendorXEvents](./x-components.vendorxevents.md) &gt; [VendorResultsChanged](./x-components.vendorxevents.vendorresultschanged.md)
4
+
5
+ ## VendorXEvents.VendorResultsChanged property
6
+
7
+ The x consumer has provided vendor results to be inserted in the result grid. Payload: The array of vendor result inputs with their items and positions. modelName is excluded since it is an internal field, and we will assign it under the hood.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ VendorResultsChanged: Omit<VendorResult, 'modelName'>[];
13
+ ```