@empathyco/x-components 7.3.1 → 7.4.1

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 (264) 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.basexapi.browse.md +54 -0
  6. package/docs/API-reference/api/x-components.basexapi.md +14 -0
  7. package/docs/API-reference/api/x-components.browseactioncontext.md +15 -0
  8. package/docs/API-reference/api/x-components.browseactions.cancelfetchandsavebrowseresponse.md +13 -0
  9. package/docs/API-reference/api/x-components.browseactions.fetchandsavebrowseresponse.md +13 -0
  10. package/docs/API-reference/api/x-components.browseactions.fetchandsaveresultsenrichment.md +13 -0
  11. package/docs/API-reference/api/x-components.browseactions.fetchbrowseresponse.md +13 -0
  12. package/docs/API-reference/api/x-components.browseactions.increasepageappendingresults.md +18 -0
  13. package/docs/API-reference/api/x-components.browseactions.md +210 -0
  14. package/docs/API-reference/api/x-components.browseactions.resetrequestonrefinement.md +13 -0
  15. package/docs/API-reference/api/x-components.browseactions.savebrowseresponse.md +13 -0
  16. package/docs/API-reference/api/x-components.browseactions.saveorigin.md +13 -0
  17. package/docs/API-reference/api/x-components.browseactions.seturlparams.md +13 -0
  18. package/docs/API-reference/api/x-components.browseconfig.md +75 -0
  19. package/docs/API-reference/api/x-components.browseconfig.pagemode.md +11 -0
  20. package/docs/API-reference/api/x-components.browseconfig.pagesize.md +13 -0
  21. package/docs/API-reference/api/x-components.browsegetters.md +58 -0
  22. package/docs/API-reference/api/x-components.browsegetters.request.md +13 -0
  23. package/docs/API-reference/api/x-components.browsemutations.appendresults.md +13 -0
  24. package/docs/API-reference/api/x-components.browsemutations.md +458 -0
  25. package/docs/API-reference/api/x-components.browsemutations.resetstate.md +13 -0
  26. package/docs/API-reference/api/x-components.browsemutations.resetstateforreload.md +13 -0
  27. package/docs/API-reference/api/x-components.browsemutations.setbanners.md +13 -0
  28. package/docs/API-reference/api/x-components.browsemutations.setbrowsetagging.md +13 -0
  29. package/docs/API-reference/api/x-components.browsemutations.setdisplaybrowsetagging.md +13 -0
  30. package/docs/API-reference/api/x-components.browsemutations.setfacets.md +13 -0
  31. package/docs/API-reference/api/x-components.browsemutations.setfromnoresultswithfilters.md +13 -0
  32. package/docs/API-reference/api/x-components.browsemutations.setisappendresults.md +13 -0
  33. package/docs/API-reference/api/x-components.browsemutations.setisnoresults.md +13 -0
  34. package/docs/API-reference/api/x-components.browsemutations.setorigin.md +13 -0
  35. package/docs/API-reference/api/x-components.browsemutations.setpage.md +13 -0
  36. package/docs/API-reference/api/x-components.browsemutations.setparams.md +13 -0
  37. package/docs/API-reference/api/x-components.browsemutations.setpromoteds.md +13 -0
  38. package/docs/API-reference/api/x-components.browsemutations.setresults.md +13 -0
  39. package/docs/API-reference/api/x-components.browsemutations.setselectedcategory.md +13 -0
  40. package/docs/API-reference/api/x-components.browsemutations.setselectedfilters.md +13 -0
  41. package/docs/API-reference/api/x-components.browsemutations.setsort.md +13 -0
  42. package/docs/API-reference/api/x-components.browsemutations.setstats.md +13 -0
  43. package/docs/API-reference/api/x-components.browsemutations.settotalresults.md +13 -0
  44. package/docs/API-reference/api/x-components.browsemutations.updateresult.md +13 -0
  45. package/docs/API-reference/api/x-components.browsemutations.updateresultsfromenrichment.md +13 -0
  46. package/docs/API-reference/api/x-components.browserequest.md +13 -0
  47. package/docs/API-reference/api/x-components.browseresultslist.md +31 -0
  48. package/docs/API-reference/api/x-components.browsesortpickerlist.md +45 -0
  49. package/docs/API-reference/api/x-components.browsestate.banners.md +13 -0
  50. package/docs/API-reference/api/x-components.browsestate.browsetagging.md +13 -0
  51. package/docs/API-reference/api/x-components.browsestate.config.md +13 -0
  52. package/docs/API-reference/api/x-components.browsestate.displaybrowsetagging.md +13 -0
  53. package/docs/API-reference/api/x-components.browsestate.facets.md +13 -0
  54. package/docs/API-reference/api/x-components.browsestate.fromnoresultswithfilters.md +13 -0
  55. package/docs/API-reference/api/x-components.browsestate.isappendresults.md +13 -0
  56. package/docs/API-reference/api/x-components.browsestate.isnoresults.md +13 -0
  57. package/docs/API-reference/api/x-components.browsestate.md +382 -0
  58. package/docs/API-reference/api/x-components.browsestate.origin.md +13 -0
  59. package/docs/API-reference/api/x-components.browsestate.page.md +13 -0
  60. package/docs/API-reference/api/x-components.browsestate.params.md +13 -0
  61. package/docs/API-reference/api/x-components.browsestate.promoteds.md +13 -0
  62. package/docs/API-reference/api/x-components.browsestate.results.md +13 -0
  63. package/docs/API-reference/api/x-components.browsestate.selectedcategory.md +13 -0
  64. package/docs/API-reference/api/x-components.browsestate.selectedfilters.md +13 -0
  65. package/docs/API-reference/api/x-components.browsestate.sort.md +13 -0
  66. package/docs/API-reference/api/x-components.browsestate.stats.md +13 -0
  67. package/docs/API-reference/api/x-components.browsestate.totalresults.md +13 -0
  68. package/docs/API-reference/api/x-components.browsexevents.browserequestchanged.md +13 -0
  69. package/docs/API-reference/api/x-components.browsexevents.browserequestupdated.md +18 -0
  70. package/docs/API-reference/api/x-components.browsexevents.browseresponsechanged.md +13 -0
  71. package/docs/API-reference/api/x-components.browsexevents.browsetaggingchanged.md +13 -0
  72. package/docs/API-reference/api/x-components.browsexevents.md +172 -0
  73. package/docs/API-reference/api/x-components.browsexevents.selectedbrowsesortprovided.md +18 -0
  74. package/docs/API-reference/api/x-components.browsexevents.userbrowsedtocategory.md +13 -0
  75. package/docs/API-reference/api/x-components.browsexevents.userclickedabrowsesort.md +13 -0
  76. package/docs/API-reference/api/x-components.browsexmodule.md +13 -0
  77. package/docs/API-reference/api/x-components.browsexstoremodule.md +15 -0
  78. package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponse.md +17 -0
  79. package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponsewire.md +13 -0
  80. package/docs/API-reference/api/x-components.clearbrowsequery.md +13 -0
  81. package/docs/API-reference/api/x-components.fetchandsavebrowseresponse.md +66 -0
  82. package/docs/API-reference/api/x-components.fetchandsavebrowseresponsewire.md +13 -0
  83. package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichment.md +66 -0
  84. package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichmentwire.md +13 -0
  85. package/docs/API-reference/api/x-components.fetchbrowseresponse.md +13 -0
  86. package/docs/API-reference/api/x-components.hierarchicalfilter.md +7 -0
  87. package/docs/API-reference/api/x-components.increasebrowsepageappendingresults.md +13 -0
  88. package/docs/API-reference/api/x-components.increasebrowsepageappendingresultswire.md +13 -0
  89. package/docs/API-reference/api/x-components.internalbrowserequest.md +59 -0
  90. package/docs/API-reference/api/x-components.internalbrowserequest.page.md +13 -0
  91. package/docs/API-reference/api/x-components.internalbrowseresponse.md +78 -0
  92. package/docs/API-reference/api/x-components.internalbrowseresponse.request.md +13 -0
  93. package/docs/API-reference/api/x-components.internalbrowseresponse.status.md +13 -0
  94. package/docs/API-reference/api/x-components.md +499 -0
  95. package/docs/API-reference/api/x-components.resetbrowseappending.md +13 -0
  96. package/docs/API-reference/api/x-components.resetbrowserequestonrefinement.md +13 -0
  97. package/docs/API-reference/api/x-components.resetbrowserequestonrefinementwire.md +13 -0
  98. package/docs/API-reference/api/x-components.resetbrowsestateforreloadwire.md +13 -0
  99. package/docs/API-reference/api/x-components.resetbrowsestateifnorequestwire.md +13 -0
  100. package/docs/API-reference/api/x-components.resetfromnobrowseresultswithfilters.md +13 -0
  101. package/docs/API-reference/api/x-components.resetisnobrowseresults.md +13 -0
  102. package/docs/API-reference/api/x-components.reseturlbrowsecategory.md +13 -0
  103. package/docs/API-reference/api/x-components.savebrowseorigin.md +13 -0
  104. package/docs/API-reference/api/x-components.savebrowseoriginwire.md +13 -0
  105. package/docs/API-reference/api/x-components.savebrowseresponse.md +13 -0
  106. package/docs/API-reference/api/x-components.setbrowsecategory.md +13 -0
  107. package/docs/API-reference/api/x-components.setbrowseextraparams.md +13 -0
  108. package/docs/API-reference/api/x-components.setbrowsepage.md +13 -0
  109. package/docs/API-reference/api/x-components.setbrowseselectedfilters.md +13 -0
  110. package/docs/API-reference/api/x-components.setbrowsesort.md +13 -0
  111. package/docs/API-reference/api/x-components.setbrowseurlparams.md +13 -0
  112. package/docs/API-reference/api/x-components.setbrowseurlparamswire.md +13 -0
  113. package/docs/API-reference/api/x-components.seturlbrowsecategory.md +13 -0
  114. package/docs/API-reference/api/x-components.simplefilter.md +7 -0
  115. package/docs/API-reference/api/x-components.snippetcallbacks.md +7 -0
  116. package/docs/API-reference/api/x-components.urlmutations.md +19 -0
  117. package/docs/API-reference/api/x-components.urlmutations.setbrowsecategory.md +13 -0
  118. package/docs/API-reference/api/x-components.urlparams.browsefield.md +11 -0
  119. package/docs/API-reference/api/x-components.urlparams.browsevalue.md +11 -0
  120. package/docs/API-reference/api/x-components.urlparams.md +34 -0
  121. package/docs/API-reference/api/x-components.usealiasapi.browsetotalresults.md +13 -0
  122. package/docs/API-reference/api/x-components.usealiasapi.md +21 -0
  123. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.md +73 -0
  124. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.newrequest.md +11 -0
  125. package/docs/API-reference/api/x-components.watchedinternalbrowserequest.oldrequest.md +11 -0
  126. package/docs/API-reference/api/x-components.xapi.browse.md +13 -0
  127. package/docs/API-reference/api/x-components.xapi.md +19 -0
  128. package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
  129. package/docs/API-reference/api/x-components.xmodulestree.browse.md +11 -0
  130. package/docs/API-reference/api/x-components.xmodulestree.md +17 -0
  131. package/docs/API-reference/api/x-types.xcomponentsadapter.browse.md +11 -0
  132. package/docs/API-reference/api/x-types.xcomponentsadapter.md +17 -0
  133. package/docs/API-reference/components/browse/x-components.browse-results-list.md +21 -0
  134. package/docs/API-reference/components/browse/x-components.browse-sort-picker-list.md +24 -0
  135. package/js/composables/use-alias-api.js +3 -0
  136. package/js/composables/use-alias-api.js.map +1 -1
  137. package/js/index.js +16 -1
  138. package/js/index.js.map +1 -1
  139. package/js/wiring/namespaced-wires.factory.js +1 -1
  140. package/js/x-installer/api/base-api.js +12 -0
  141. package/js/x-installer/api/base-api.js.map +1 -1
  142. package/js/x-modules/browse/components/browse-results-list.vue.js +46 -0
  143. package/js/x-modules/browse/components/browse-results-list.vue.js.map +1 -0
  144. package/js/x-modules/browse/components/browse-results-list.vue2.js +6 -0
  145. package/js/x-modules/browse/components/browse-results-list.vue2.js.map +1 -0
  146. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +73 -0
  147. package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +1 -0
  148. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +6 -0
  149. package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +1 -0
  150. package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js +57 -0
  151. package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js.map +1 -0
  152. package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js +21 -0
  153. package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js.map +1 -0
  154. package/js/x-modules/browse/store/actions/fetch-browse-response.action.js +16 -0
  155. package/js/x-modules/browse/store/actions/fetch-browse-response.action.js.map +1 -0
  156. package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js +18 -0
  157. package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js.map +1 -0
  158. package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js +36 -0
  159. package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js.map +1 -0
  160. package/js/x-modules/browse/store/actions/save-browse-response.action.js +42 -0
  161. package/js/x-modules/browse/store/actions/save-browse-response.action.js.map +1 -0
  162. package/js/x-modules/browse/store/actions/save-origin.action.js +16 -0
  163. package/js/x-modules/browse/store/actions/save-origin.action.js.map +1 -0
  164. package/js/x-modules/browse/store/actions/set-url-params.action.js +20 -0
  165. package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -0
  166. package/js/x-modules/browse/store/emitters.js +48 -0
  167. package/js/x-modules/browse/store/emitters.js.map +1 -0
  168. package/js/x-modules/browse/store/getters/request.getter.js +27 -0
  169. package/js/x-modules/browse/store/getters/request.getter.js.map +1 -0
  170. package/js/x-modules/browse/store/module.js +163 -0
  171. package/js/x-modules/browse/store/module.js.map +1 -0
  172. package/js/x-modules/browse/wiring.js +213 -0
  173. package/js/x-modules/browse/wiring.js.map +1 -0
  174. package/js/x-modules/browse/x-module.js +21 -0
  175. package/js/x-modules/browse/x-module.js.map +1 -0
  176. package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
  177. package/js/x-modules/url/components/url-handler.vue2.js +4 -1
  178. package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
  179. package/js/x-modules/url/store/initial-state.js +2 -0
  180. package/js/x-modules/url/store/initial-state.js.map +1 -1
  181. package/js/x-modules/url/store/module.js +4 -0
  182. package/js/x-modules/url/store/module.js.map +1 -1
  183. package/js/x-modules/url/wiring.js +34 -1
  184. package/js/x-modules/url/wiring.js.map +1 -1
  185. package/package.json +4 -4
  186. package/report/x-components.api.json +4505 -192
  187. package/report/x-components.api.md +432 -6
  188. package/report/x-types.api.json +50 -0
  189. package/types/src/components/snippet-callbacks.vue.d.ts +7 -0
  190. package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -1
  191. package/types/src/composables/use-alias-api.d.ts +2 -0
  192. package/types/src/composables/use-alias-api.d.ts.map +1 -1
  193. package/types/src/index.d.ts +1 -0
  194. package/types/src/index.d.ts.map +1 -1
  195. package/types/src/types/url-params.d.ts +2 -0
  196. package/types/src/types/url-params.d.ts.map +1 -1
  197. package/types/src/wiring/events.types.d.ts +2 -1
  198. package/types/src/wiring/events.types.d.ts.map +1 -1
  199. package/types/src/x-installer/api/api.types.d.ts +9 -0
  200. package/types/src/x-installer/api/api.types.d.ts.map +1 -1
  201. package/types/src/x-installer/api/base-api.d.ts +9 -0
  202. package/types/src/x-installer/api/base-api.d.ts.map +1 -1
  203. package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts +30 -0
  204. package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts.map +1 -0
  205. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +50 -0
  206. package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +1 -0
  207. package/types/src/x-modules/browse/components/index.d.ts +3 -0
  208. package/types/src/x-modules/browse/components/index.d.ts.map +1 -0
  209. package/types/src/x-modules/browse/config.types.d.ts +14 -0
  210. package/types/src/x-modules/browse/config.types.d.ts.map +1 -0
  211. package/types/src/x-modules/browse/events.types.d.ts +55 -0
  212. package/types/src/x-modules/browse/events.types.d.ts.map +1 -0
  213. package/types/src/x-modules/browse/index.d.ts +8 -0
  214. package/types/src/x-modules/browse/index.d.ts.map +1 -0
  215. package/types/src/x-modules/browse/store/actions/fetch-and-save-browse-response.action.d.ts +15 -0
  216. package/types/src/x-modules/browse/store/actions/fetch-and-save-browse-response.action.d.ts.map +1 -0
  217. package/types/src/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.d.ts +17 -0
  218. package/types/src/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.d.ts.map +1 -0
  219. package/types/src/x-modules/browse/store/actions/fetch-browse-response.action.d.ts +13 -0
  220. package/types/src/x-modules/browse/store/actions/fetch-browse-response.action.d.ts.map +1 -0
  221. package/types/src/x-modules/browse/store/actions/increase-page-apending-results.action.d.ts +11 -0
  222. package/types/src/x-modules/browse/store/actions/increase-page-apending-results.action.d.ts.map +1 -0
  223. package/types/src/x-modules/browse/store/actions/index.d.ts +9 -0
  224. package/types/src/x-modules/browse/store/actions/index.d.ts.map +1 -0
  225. package/types/src/x-modules/browse/store/actions/reset-request-on-refinement.action.d.ts +11 -0
  226. package/types/src/x-modules/browse/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
  227. package/types/src/x-modules/browse/store/actions/save-browse-response.action.d.ts +11 -0
  228. package/types/src/x-modules/browse/store/actions/save-browse-response.action.d.ts.map +1 -0
  229. package/types/src/x-modules/browse/store/actions/save-origin.action.d.ts +11 -0
  230. package/types/src/x-modules/browse/store/actions/save-origin.action.d.ts.map +1 -0
  231. package/types/src/x-modules/browse/store/actions/set-url-params.action.d.ts +11 -0
  232. package/types/src/x-modules/browse/store/actions/set-url-params.action.d.ts.map +1 -0
  233. package/types/src/x-modules/browse/store/emitters.d.ts +35 -0
  234. package/types/src/x-modules/browse/store/emitters.d.ts.map +1 -0
  235. package/types/src/x-modules/browse/store/getters/index.d.ts +2 -0
  236. package/types/src/x-modules/browse/store/getters/index.d.ts.map +1 -0
  237. package/types/src/x-modules/browse/store/getters/request.getter.d.ts +13 -0
  238. package/types/src/x-modules/browse/store/getters/request.getter.d.ts.map +1 -0
  239. package/types/src/x-modules/browse/store/index.d.ts +6 -0
  240. package/types/src/x-modules/browse/store/index.d.ts.map +1 -0
  241. package/types/src/x-modules/browse/store/module.d.ts +41 -0
  242. package/types/src/x-modules/browse/store/module.d.ts.map +1 -0
  243. package/types/src/x-modules/browse/store/types.d.ts +273 -0
  244. package/types/src/x-modules/browse/store/types.d.ts.map +1 -0
  245. package/types/src/x-modules/browse/types.d.ts +35 -0
  246. package/types/src/x-modules/browse/types.d.ts.map +1 -0
  247. package/types/src/x-modules/browse/wiring.d.ts +172 -0
  248. package/types/src/x-modules/browse/wiring.d.ts.map +1 -0
  249. package/types/src/x-modules/browse/x-module.d.ts +16 -0
  250. package/types/src/x-modules/browse/x-module.d.ts.map +1 -0
  251. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +7 -0
  252. package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
  253. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +7 -0
  254. package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
  255. package/types/src/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
  256. package/types/src/x-modules/url/store/initial-state.d.ts.map +1 -1
  257. package/types/src/x-modules/url/store/module.d.ts.map +1 -1
  258. package/types/src/x-modules/url/store/types.d.ts +7 -1
  259. package/types/src/x-modules/url/store/types.d.ts.map +1 -1
  260. package/types/src/x-modules/url/wiring.d.ts +30 -0
  261. package/types/src/x-modules/url/wiring.d.ts.map +1 -1
  262. package/types/src/x-modules/x-modules.types.d.ts +2 -0
  263. package/types/src/x-modules/x-modules.types.d.ts.map +1 -1
  264. package/url/index.js +1 -1
@@ -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; [BrowseMutations](./x-components.browsemutations.md) &gt; [setStats](./x-components.browsemutations.setstats.md)
4
+
5
+ ## BrowseMutations.setStats property
6
+
7
+ Sets the stats of the module.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setStats: (stats: Stats) => void;
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; [BrowseMutations](./x-components.browsemutations.md) &gt; [setTotalResults](./x-components.browsemutations.settotalresults.md)
4
+
5
+ ## BrowseMutations.setTotalResults property
6
+
7
+ Sets the total results of the module.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setTotalResults: (totalResults: number) => void;
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; [BrowseMutations](./x-components.browsemutations.md) &gt; [updateResult](./x-components.browsemutations.updateresult.md)
4
+
5
+ ## BrowseMutations.updateResult property
6
+
7
+ Updates a result with new fields.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ updateResult: (result: Partial<Result> & Pick<Result, 'id'>) => void;
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; [BrowseMutations](./x-components.browsemutations.md) &gt; [updateResultsFromEnrichment](./x-components.browsemutations.updateresultsfromenrichment.md)
4
+
5
+ ## BrowseMutations.updateResultsFromEnrichment property
6
+
7
+ Updates the results with the enrichment results.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ updateResultsFromEnrichment: (enrichmentResults: any[]) => void;
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; [browseRequest](./x-components.browserequest.md)
4
+
5
+ ## browseRequest variable
6
+
7
+ Default implementation for the [BrowseGetters.request](./x-components.browsegetters.request.md) getter.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ request: BrowseXStoreModule['getters']['request']
13
+ ```
@@ -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; [BrowseResultsList](./x-components.browseresultslist.md)
4
+
5
+ ## BrowseResultsList variable
6
+
7
+ It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.
8
+
9
+ The component provides a default slot which wraps the whole component with the `results` bound.
10
+
11
+ It also provides the slot result to customize the item, which is within the default slot, with the result bound.
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,45 @@
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; [BrowseSortPickerList](./x-components.browsesortpickerlist.md)
4
+
5
+ ## BrowseSortPickerList variable
6
+
7
+ The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
+ animation: {
14
+ type: null;
15
+ required: false;
16
+ default: string;
17
+ };
18
+ items: {
19
+ type: ArrayConstructor;
20
+ required: true;
21
+ };
22
+ buttonClass: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ }>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ animation: {
30
+ type: null;
31
+ required: false;
32
+ default: string;
33
+ };
34
+ items: {
35
+ type: ArrayConstructor;
36
+ required: true;
37
+ };
38
+ buttonClass: {
39
+ type: StringConstructor;
40
+ required: true;
41
+ };
42
+ }>> & Readonly<{}>, {
43
+ animation: any;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
45
+ ```
@@ -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; [BrowseState](./x-components.browsestate.md) &gt; [banners](./x-components.browsestate.banners.md)
4
+
5
+ ## BrowseState.banners property
6
+
7
+ The list of the banners, related to the `browseCategory` property of the state.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ banners: Banner[];
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; [BrowseState](./x-components.browsestate.md) &gt; [browseTagging](./x-components.browsestate.browsetagging.md)
4
+
5
+ ## BrowseState.browseTagging property
6
+
7
+ The browse tagging used to track the browse events.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ browseTagging: TaggingRequest;
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; [BrowseState](./x-components.browsestate.md) &gt; [config](./x-components.browsestate.config.md)
4
+
5
+ ## BrowseState.config property
6
+
7
+ The configuration of the browse module.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ config: BrowseConfig;
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; [BrowseState](./x-components.browsestate.md) &gt; [displayBrowseTagging](./x-components.browsestate.displaybrowsetagging.md)
4
+
5
+ ## BrowseState.displayBrowseTagging property
6
+
7
+ The display tagging used to track the browse events.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ displayBrowseTagging: TaggingRequest;
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; [BrowseState](./x-components.browsestate.md) &gt; [facets](./x-components.browsestate.facets.md)
4
+
5
+ ## BrowseState.facets property
6
+
7
+ The list of the facets, related to the `query` property of the state.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ facets: Facet[];
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; [BrowseState](./x-components.browsestate.md) &gt; [fromNoResultsWithFilters](./x-components.browsestate.fromnoresultswithfilters.md)
4
+
5
+ ## BrowseState.fromNoResultsWithFilters property
6
+
7
+ Flag indicating if there is a no results situation with filters selected.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ fromNoResultsWithFilters: boolean;
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; [BrowseState](./x-components.browsestate.md) &gt; [isAppendResults](./x-components.browsestate.isappendresults.md)
4
+
5
+ ## BrowseState.isAppendResults property
6
+
7
+ A flag to indicate if new results are append to the current instead of replacing them.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ isAppendResults: boolean;
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; [BrowseState](./x-components.browsestate.md) &gt; [isNoResults](./x-components.browsestate.isnoresults.md)
4
+
5
+ ## BrowseState.isNoResults property
6
+
7
+ Flag indicating if there is a no results situation.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ isNoResults: boolean;
13
+ ```
@@ -0,0 +1,382 @@
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; [BrowseState](./x-components.browsestate.md)
4
+
5
+ ## BrowseState interface
6
+
7
+ Browse store state.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface BrowseState extends StatusState
13
+ ```
14
+ **Extends:** [StatusState](./x-components.statusstate.md)
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
+ [banners](./x-components.browsestate.banners.md)
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td><td>
48
+
49
+ Banner\[\]
50
+
51
+
52
+ </td><td>
53
+
54
+ The list of the banners, related to the `browseCategory` property of the state.
55
+
56
+
57
+ </td></tr>
58
+ <tr><td>
59
+
60
+ [browseTagging](./x-components.browsestate.browsetagging.md)
61
+
62
+
63
+ </td><td>
64
+
65
+
66
+ </td><td>
67
+
68
+ TaggingRequest
69
+
70
+
71
+ </td><td>
72
+
73
+ The browse tagging used to track the browse events.
74
+
75
+
76
+ </td></tr>
77
+ <tr><td>
78
+
79
+ [config](./x-components.browsestate.config.md)
80
+
81
+
82
+ </td><td>
83
+
84
+
85
+ </td><td>
86
+
87
+ [BrowseConfig](./x-components.browseconfig.md)
88
+
89
+
90
+ </td><td>
91
+
92
+ The configuration of the browse module.
93
+
94
+
95
+ </td></tr>
96
+ <tr><td>
97
+
98
+ [displayBrowseTagging](./x-components.browsestate.displaybrowsetagging.md)
99
+
100
+
101
+ </td><td>
102
+
103
+
104
+ </td><td>
105
+
106
+ TaggingRequest
107
+
108
+
109
+ </td><td>
110
+
111
+ The display tagging used to track the browse events.
112
+
113
+
114
+ </td></tr>
115
+ <tr><td>
116
+
117
+ [facets](./x-components.browsestate.facets.md)
118
+
119
+
120
+ </td><td>
121
+
122
+
123
+ </td><td>
124
+
125
+ Facet\[\]
126
+
127
+
128
+ </td><td>
129
+
130
+ The list of the facets, related to the `query` property of the state.
131
+
132
+
133
+ </td></tr>
134
+ <tr><td>
135
+
136
+ [fromNoResultsWithFilters](./x-components.browsestate.fromnoresultswithfilters.md)
137
+
138
+
139
+ </td><td>
140
+
141
+
142
+ </td><td>
143
+
144
+ boolean
145
+
146
+
147
+ </td><td>
148
+
149
+ Flag indicating if there is a no results situation with filters selected.
150
+
151
+
152
+ </td></tr>
153
+ <tr><td>
154
+
155
+ [isAppendResults](./x-components.browsestate.isappendresults.md)
156
+
157
+
158
+ </td><td>
159
+
160
+
161
+ </td><td>
162
+
163
+ boolean
164
+
165
+
166
+ </td><td>
167
+
168
+ A flag to indicate if new results are append to the current instead of replacing them.
169
+
170
+
171
+ </td></tr>
172
+ <tr><td>
173
+
174
+ [isNoResults](./x-components.browsestate.isnoresults.md)
175
+
176
+
177
+ </td><td>
178
+
179
+
180
+ </td><td>
181
+
182
+ boolean
183
+
184
+
185
+ </td><td>
186
+
187
+ Flag indicating if there is a no results situation.
188
+
189
+
190
+ </td></tr>
191
+ <tr><td>
192
+
193
+ [origin](./x-components.browsestate.origin.md)
194
+
195
+
196
+ </td><td>
197
+
198
+
199
+ </td><td>
200
+
201
+ [QueryOrigin](./x-components.queryorigin.md) \| null
202
+
203
+
204
+ </td><td>
205
+
206
+ The origin property of the request.
207
+
208
+
209
+ </td></tr>
210
+ <tr><td>
211
+
212
+ [page](./x-components.browsestate.page.md)
213
+
214
+
215
+ </td><td>
216
+
217
+
218
+ </td><td>
219
+
220
+ number
221
+
222
+
223
+ </td><td>
224
+
225
+ The current page of the request.
226
+
227
+
228
+ </td></tr>
229
+ <tr><td>
230
+
231
+ [params](./x-components.browsestate.params.md)
232
+
233
+
234
+ </td><td>
235
+
236
+
237
+ </td><td>
238
+
239
+ Dictionary&lt;unknown&gt;
240
+
241
+
242
+ </td><td>
243
+
244
+ The extra params property of the state.
245
+
246
+
247
+ </td></tr>
248
+ <tr><td>
249
+
250
+ [promoteds](./x-components.browsestate.promoteds.md)
251
+
252
+
253
+ </td><td>
254
+
255
+
256
+ </td><td>
257
+
258
+ Promoted\[\]
259
+
260
+
261
+ </td><td>
262
+
263
+ The list of the promoted, related to the `query` property of the state.
264
+
265
+
266
+ </td></tr>
267
+ <tr><td>
268
+
269
+ [results](./x-components.browsestate.results.md)
270
+
271
+
272
+ </td><td>
273
+
274
+
275
+ </td><td>
276
+
277
+ Result\[\]
278
+
279
+
280
+ </td><td>
281
+
282
+ The list of the results, related to the `query` property of the state.
283
+
284
+
285
+ </td></tr>
286
+ <tr><td>
287
+
288
+ [selectedCategory](./x-components.browsestate.selectedcategory.md)
289
+
290
+
291
+ </td><td>
292
+
293
+
294
+ </td><td>
295
+
296
+ BrowsableRequest
297
+
298
+
299
+ </td><td>
300
+
301
+ The current selected category of the request
302
+
303
+
304
+ </td></tr>
305
+ <tr><td>
306
+
307
+ [selectedFilters](./x-components.browsestate.selectedfilters.md)
308
+
309
+
310
+ </td><td>
311
+
312
+
313
+ </td><td>
314
+
315
+ Dictionary&lt;Filter\[\]&gt;
316
+
317
+
318
+ </td><td>
319
+
320
+ The dictionary of selected filters, used to perform the browse request. The key is the facet id, and the value the list of filters for that facet.
321
+
322
+
323
+ </td></tr>
324
+ <tr><td>
325
+
326
+ [sort](./x-components.browsestate.sort.md)
327
+
328
+
329
+ </td><td>
330
+
331
+
332
+ </td><td>
333
+
334
+ Sort
335
+
336
+
337
+ </td><td>
338
+
339
+ The way of ordering the results.
340
+
341
+
342
+ </td></tr>
343
+ <tr><td>
344
+
345
+ [stats](./x-components.browsestate.stats.md)
346
+
347
+
348
+ </td><td>
349
+
350
+
351
+ </td><td>
352
+
353
+ Stats
354
+
355
+
356
+ </td><td>
357
+
358
+ The stats of the results.
359
+
360
+
361
+ </td></tr>
362
+ <tr><td>
363
+
364
+ [totalResults](./x-components.browsestate.totalresults.md)
365
+
366
+
367
+ </td><td>
368
+
369
+
370
+ </td><td>
371
+
372
+ number
373
+
374
+
375
+ </td><td>
376
+
377
+ The total number of results, related to the `query` property of the state.
378
+
379
+
380
+ </td></tr>
381
+ </tbody></table>
382
+
@@ -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; [BrowseState](./x-components.browsestate.md) &gt; [origin](./x-components.browsestate.origin.md)
4
+
5
+ ## BrowseState.origin property
6
+
7
+ The origin property of the request.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ origin: QueryOrigin | 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; [BrowseState](./x-components.browsestate.md) &gt; [page](./x-components.browsestate.page.md)
4
+
5
+ ## BrowseState.page property
6
+
7
+ The current page of the request.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ page: 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; [BrowseState](./x-components.browsestate.md) &gt; [params](./x-components.browsestate.params.md)
4
+
5
+ ## BrowseState.params property
6
+
7
+ The extra params property of the state.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ params: Dictionary<unknown>;
13
+ ```