@empathyco/x-components 7.4.0 → 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.
- package/CHANGELOG.md +8 -0
- package/browse/index.d.ts +1 -0
- package/browse/index.js +15 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.browseactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.browseactions.cancelfetchandsavebrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.fetchandsavebrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.fetchandsaveresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.fetchbrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.increasepageappendingresults.md +18 -0
- package/docs/API-reference/api/x-components.browseactions.md +210 -0
- package/docs/API-reference/api/x-components.browseactions.resetrequestonrefinement.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.savebrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.browseactions.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.browseconfig.md +75 -0
- package/docs/API-reference/api/x-components.browseconfig.pagemode.md +11 -0
- package/docs/API-reference/api/x-components.browseconfig.pagesize.md +13 -0
- package/docs/API-reference/api/x-components.browsegetters.md +58 -0
- package/docs/API-reference/api/x-components.browsegetters.request.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.appendresults.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.md +458 -0
- package/docs/API-reference/api/x-components.browsemutations.resetstate.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.resetstateforreload.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setbanners.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setbrowsetagging.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setdisplaybrowsetagging.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setfacets.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setfromnoresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setisappendresults.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setisnoresults.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setorigin.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setpage.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setparams.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setpromoteds.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setresults.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setselectedcategory.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setsort.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.setstats.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.settotalresults.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.updateresult.md +13 -0
- package/docs/API-reference/api/x-components.browsemutations.updateresultsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.browserequest.md +13 -0
- package/docs/API-reference/api/x-components.browseresultslist.md +31 -0
- package/docs/API-reference/api/x-components.browsesortpickerlist.md +45 -0
- package/docs/API-reference/api/x-components.browsestate.banners.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.browsetagging.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.config.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.displaybrowsetagging.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.facets.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.fromnoresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.isappendresults.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.isnoresults.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.md +382 -0
- package/docs/API-reference/api/x-components.browsestate.origin.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.page.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.params.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.promoteds.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.results.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.selectedcategory.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.sort.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.stats.md +13 -0
- package/docs/API-reference/api/x-components.browsestate.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.browsexevents.browserequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.browsexevents.browserequestupdated.md +18 -0
- package/docs/API-reference/api/x-components.browsexevents.browseresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.browsexevents.browsetaggingchanged.md +13 -0
- package/docs/API-reference/api/x-components.browsexevents.md +172 -0
- package/docs/API-reference/api/x-components.browsexevents.selectedbrowsesortprovided.md +18 -0
- package/docs/API-reference/api/x-components.browsexevents.userbrowsedtocategory.md +13 -0
- package/docs/API-reference/api/x-components.browsexevents.userclickedabrowsesort.md +13 -0
- package/docs/API-reference/api/x-components.browsexmodule.md +13 -0
- package/docs/API-reference/api/x-components.browsexstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponse.md +17 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavebrowseresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.clearbrowsequery.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavebrowseresponse.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsavebrowseresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichment.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsavebrowseresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchbrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.increasebrowsepageappendingresults.md +13 -0
- package/docs/API-reference/api/x-components.increasebrowsepageappendingresultswire.md +13 -0
- package/docs/API-reference/api/x-components.internalbrowserequest.md +59 -0
- package/docs/API-reference/api/x-components.internalbrowserequest.page.md +13 -0
- package/docs/API-reference/api/x-components.internalbrowseresponse.md +78 -0
- package/docs/API-reference/api/x-components.internalbrowseresponse.request.md +13 -0
- package/docs/API-reference/api/x-components.internalbrowseresponse.status.md +13 -0
- package/docs/API-reference/api/x-components.md +477 -0
- package/docs/API-reference/api/x-components.resetbrowseappending.md +13 -0
- package/docs/API-reference/api/x-components.resetbrowserequestonrefinement.md +13 -0
- package/docs/API-reference/api/x-components.resetbrowserequestonrefinementwire.md +13 -0
- package/docs/API-reference/api/x-components.resetbrowsestateforreloadwire.md +13 -0
- package/docs/API-reference/api/x-components.resetbrowsestateifnorequestwire.md +13 -0
- package/docs/API-reference/api/x-components.resetfromnobrowseresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.resetisnobrowseresults.md +13 -0
- package/docs/API-reference/api/x-components.savebrowseorigin.md +13 -0
- package/docs/API-reference/api/x-components.savebrowseoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.savebrowseresponse.md +13 -0
- package/docs/API-reference/api/x-components.setbrowsecategory.md +13 -0
- package/docs/API-reference/api/x-components.setbrowseextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setbrowsepage.md +13 -0
- package/docs/API-reference/api/x-components.setbrowseselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.setbrowsesort.md +13 -0
- package/docs/API-reference/api/x-components.setbrowseurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setbrowseurlparamswire.md +13 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -3
- package/docs/API-reference/api/x-components.usealiasapi.browsetotalresults.md +1 -1
- package/docs/API-reference/api/x-components.usealiasapi.md +1 -1
- package/docs/API-reference/api/x-components.watchedinternalbrowserequest.md +73 -0
- package/docs/API-reference/api/x-components.watchedinternalbrowserequest.newrequest.md +11 -0
- package/docs/API-reference/api/x-components.watchedinternalbrowserequest.oldrequest.md +11 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.md +1 -1
- package/js/index.js +15 -0
- package/js/index.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js +1 -1
- package/js/x-modules/browse/components/browse-results-list.vue.js +46 -0
- package/js/x-modules/browse/components/browse-results-list.vue.js.map +1 -0
- package/js/x-modules/browse/components/browse-results-list.vue2.js +6 -0
- package/js/x-modules/browse/components/browse-results-list.vue2.js.map +1 -0
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js +73 -0
- package/js/x-modules/browse/components/browse-sort-picker-list.vue.js.map +1 -0
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js +6 -0
- package/js/x-modules/browse/components/browse-sort-picker-list.vue2.js.map +1 -0
- package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js +57 -0
- package/js/x-modules/browse/store/actions/fetch-and-save-browse-response.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js +21 -0
- package/js/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/fetch-browse-response.action.js +16 -0
- package/js/x-modules/browse/store/actions/fetch-browse-response.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js +18 -0
- package/js/x-modules/browse/store/actions/increase-page-apending-results.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js +36 -0
- package/js/x-modules/browse/store/actions/reset-request-on-refinement.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/save-browse-response.action.js +42 -0
- package/js/x-modules/browse/store/actions/save-browse-response.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/save-origin.action.js +16 -0
- package/js/x-modules/browse/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/browse/store/actions/set-url-params.action.js +20 -0
- package/js/x-modules/browse/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/browse/store/emitters.js +48 -0
- package/js/x-modules/browse/store/emitters.js.map +1 -0
- package/js/x-modules/browse/store/getters/request.getter.js +27 -0
- package/js/x-modules/browse/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/browse/store/module.js +163 -0
- package/js/x-modules/browse/store/module.js.map +1 -0
- package/js/x-modules/browse/wiring.js +213 -0
- package/js/x-modules/browse/wiring.js.map +1 -0
- package/js/x-modules/browse/x-module.js +21 -0
- package/js/x-modules/browse/x-module.js.map +1 -0
- package/package.json +2 -2
- package/report/x-components.api.json +3922 -119
- package/report/x-components.api.md +373 -9
- package/types/src/components/snippet-callbacks.vue.d.ts +3 -3
- package/types/src/index.d.ts +1 -0
- package/types/src/index.d.ts.map +1 -1
- package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts +30 -0
- package/types/src/x-modules/browse/components/browse-results-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts +50 -0
- package/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/browse/store/actions/index.d.ts +5 -5
- package/types/src/x-modules/browse/store/actions/index.d.ts.map +1 -1
- package/types/src/x-modules/browse/store/module.d.ts +1 -1
- package/types/src/x-modules/browse/store/module.d.ts.map +1 -1
- package/types/src/x-modules/browse/wiring.d.ts +26 -26
- package/types/src/x-modules/browse/wiring.d.ts.map +1 -1
|
@@ -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,17 @@ 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
|
+
[WatchedInternalBrowseRequest](./x-components.watchedinternalbrowserequest.md)
|
|
3382
|
+
|
|
3383
|
+
|
|
3384
|
+
</td><td>
|
|
3385
|
+
|
|
3386
|
+
A representation of a watched [InternalBrowseRequest](./x-components.internalbrowserequest.md) object, wrapping its new and old values.
|
|
3387
|
+
|
|
3388
|
+
|
|
3257
3389
|
</td></tr>
|
|
3258
3390
|
<tr><td>
|
|
3259
3391
|
|
|
@@ -4113,6 +4245,54 @@ Simple panel that receives its open state via prop, which is responsible of rend
|
|
|
4113
4245
|
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
4246
|
|
|
4115
4247
|
|
|
4248
|
+
</td></tr>
|
|
4249
|
+
<tr><td>
|
|
4250
|
+
|
|
4251
|
+
[browseRequest](./x-components.browserequest.md)
|
|
4252
|
+
|
|
4253
|
+
|
|
4254
|
+
</td><td>
|
|
4255
|
+
|
|
4256
|
+
Default implementation for the [BrowseGetters.request](./x-components.browsegetters.request.md) getter.
|
|
4257
|
+
|
|
4258
|
+
|
|
4259
|
+
</td></tr>
|
|
4260
|
+
<tr><td>
|
|
4261
|
+
|
|
4262
|
+
[BrowseResultsList](./x-components.browseresultslist.md)
|
|
4263
|
+
|
|
4264
|
+
|
|
4265
|
+
</td><td>
|
|
4266
|
+
|
|
4267
|
+
It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.
|
|
4268
|
+
|
|
4269
|
+
The component provides a default slot which wraps the whole component with the `results` bound.
|
|
4270
|
+
|
|
4271
|
+
It also provides the slot result to customize the item, which is within the default slot, with the result bound.
|
|
4272
|
+
|
|
4273
|
+
|
|
4274
|
+
</td></tr>
|
|
4275
|
+
<tr><td>
|
|
4276
|
+
|
|
4277
|
+
[BrowseSortPickerList](./x-components.browsesortpickerlist.md)
|
|
4278
|
+
|
|
4279
|
+
|
|
4280
|
+
</td><td>
|
|
4281
|
+
|
|
4282
|
+
The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.
|
|
4283
|
+
|
|
4284
|
+
|
|
4285
|
+
</td></tr>
|
|
4286
|
+
<tr><td>
|
|
4287
|
+
|
|
4288
|
+
[browseXModule](./x-components.browsexmodule.md)
|
|
4289
|
+
|
|
4290
|
+
|
|
4291
|
+
</td><td>
|
|
4292
|
+
|
|
4293
|
+
Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the `browse` entry point.
|
|
4294
|
+
|
|
4295
|
+
|
|
4116
4296
|
</td></tr>
|
|
4117
4297
|
<tr><td>
|
|
4118
4298
|
|
|
@@ -4124,6 +4304,17 @@ The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component
|
|
|
4124
4304
|
Default XBus implementation.
|
|
4125
4305
|
|
|
4126
4306
|
|
|
4307
|
+
</td></tr>
|
|
4308
|
+
<tr><td>
|
|
4309
|
+
|
|
4310
|
+
[cancelFetchAndSaveBrowseResponseWire](./x-components.cancelfetchandsavebrowseresponsewire.md)
|
|
4311
|
+
|
|
4312
|
+
|
|
4313
|
+
</td><td>
|
|
4314
|
+
|
|
4315
|
+
Cancels the [BrowseActions.fetchAndSaveBrowseResponse](./x-components.browseactions.fetchandsavebrowseresponse.md) request promise.
|
|
4316
|
+
|
|
4317
|
+
|
|
4127
4318
|
</td></tr>
|
|
4128
4319
|
<tr><td>
|
|
4129
4320
|
|
|
@@ -4177,6 +4368,17 @@ Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions](./x-components.que
|
|
|
4177
4368
|
</td><td>
|
|
4178
4369
|
|
|
4179
4370
|
|
|
4371
|
+
</td></tr>
|
|
4372
|
+
<tr><td>
|
|
4373
|
+
|
|
4374
|
+
[clearBrowseQuery](./x-components.clearbrowsequery.md)
|
|
4375
|
+
|
|
4376
|
+
|
|
4377
|
+
</td><td>
|
|
4378
|
+
|
|
4379
|
+
Clears the browse state `selectedCategory`<!-- -->.
|
|
4380
|
+
|
|
4381
|
+
|
|
4180
4382
|
</td></tr>
|
|
4181
4383
|
<tr><td>
|
|
4182
4384
|
|
|
@@ -4623,6 +4825,28 @@ Default implementation for the [AiActions.fetchAndSaveAiSuggestions](./x-compone
|
|
|
4623
4825
|
Default implementation for the `AiActions.fetchAndSaveAiSuggestionsSearch`<!-- -->.
|
|
4624
4826
|
|
|
4625
4827
|
|
|
4828
|
+
</td></tr>
|
|
4829
|
+
<tr><td>
|
|
4830
|
+
|
|
4831
|
+
[fetchAndSaveBrowseResponseWire](./x-components.fetchandsavebrowseresponsewire.md)
|
|
4832
|
+
|
|
4833
|
+
|
|
4834
|
+
</td><td>
|
|
4835
|
+
|
|
4836
|
+
Requests and stores the browse response.
|
|
4837
|
+
|
|
4838
|
+
|
|
4839
|
+
</td></tr>
|
|
4840
|
+
<tr><td>
|
|
4841
|
+
|
|
4842
|
+
[fetchAndSaveBrowseResultsEnrichmentWire](./x-components.fetchandsavebrowseresultsenrichmentwire.md)
|
|
4843
|
+
|
|
4844
|
+
|
|
4845
|
+
</td><td>
|
|
4846
|
+
|
|
4847
|
+
Requests and stores the enrichment results for the results.
|
|
4848
|
+
|
|
4849
|
+
|
|
4626
4850
|
</td></tr>
|
|
4627
4851
|
<tr><td>
|
|
4628
4852
|
|
|
@@ -4777,6 +5001,17 @@ Requests and stores the semantic query results.
|
|
|
4777
5001
|
Requests and stores a new set of query suggestions for the query.
|
|
4778
5002
|
|
|
4779
5003
|
|
|
5004
|
+
</td></tr>
|
|
5005
|
+
<tr><td>
|
|
5006
|
+
|
|
5007
|
+
[fetchBrowseResponse](./x-components.fetchbrowseresponse.md)
|
|
5008
|
+
|
|
5009
|
+
|
|
5010
|
+
</td><td>
|
|
5011
|
+
|
|
5012
|
+
Default implementation for the [BrowseActions.fetchBrowseResponse](./x-components.browseactions.fetchbrowseresponse.md)<!-- -->.
|
|
5013
|
+
|
|
5014
|
+
|
|
4780
5015
|
</td></tr>
|
|
4781
5016
|
<tr><td>
|
|
4782
5017
|
|
|
@@ -5074,6 +5309,28 @@ Default implementation for the [IdentifierResultsGetters.identifierResultsReques
|
|
|
5074
5309
|
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
5310
|
|
|
5076
5311
|
|
|
5312
|
+
</td></tr>
|
|
5313
|
+
<tr><td>
|
|
5314
|
+
|
|
5315
|
+
[increaseBrowsePageAppendingResults](./x-components.increasebrowsepageappendingresults.md)
|
|
5316
|
+
|
|
5317
|
+
|
|
5318
|
+
</td><td>
|
|
5319
|
+
|
|
5320
|
+
Default implementation for the [BrowseActions.increasePageAppendingResults](./x-components.browseactions.increasepageappendingresults.md)<!-- -->.
|
|
5321
|
+
|
|
5322
|
+
|
|
5323
|
+
</td></tr>
|
|
5324
|
+
<tr><td>
|
|
5325
|
+
|
|
5326
|
+
[increaseBrowsePageAppendingResultsWire](./x-components.increasebrowsepageappendingresultswire.md)
|
|
5327
|
+
|
|
5328
|
+
|
|
5329
|
+
</td><td>
|
|
5330
|
+
|
|
5331
|
+
Increases the current browse state `page` by one.
|
|
5332
|
+
|
|
5333
|
+
|
|
5077
5334
|
</td></tr>
|
|
5078
5335
|
<tr><td>
|
|
5079
5336
|
|
|
@@ -5846,6 +6103,72 @@ Renders default slot content. It binds to the default slot a [BooleanFilter](./x
|
|
|
5846
6103
|
Resets the search state `isAppendingResults`<!-- -->.
|
|
5847
6104
|
|
|
5848
6105
|
|
|
6106
|
+
</td></tr>
|
|
6107
|
+
<tr><td>
|
|
6108
|
+
|
|
6109
|
+
[resetBrowseAppending](./x-components.resetbrowseappending.md)
|
|
6110
|
+
|
|
6111
|
+
|
|
6112
|
+
</td><td>
|
|
6113
|
+
|
|
6114
|
+
Resets the browse state `isAppendingResults`<!-- -->.
|
|
6115
|
+
|
|
6116
|
+
|
|
6117
|
+
</td></tr>
|
|
6118
|
+
<tr><td>
|
|
6119
|
+
|
|
6120
|
+
[resetBrowseRequestOnRefinement](./x-components.resetbrowserequestonrefinement.md)
|
|
6121
|
+
|
|
6122
|
+
|
|
6123
|
+
</td><td>
|
|
6124
|
+
|
|
6125
|
+
Default implementation for the [BrowseActions.resetRequestOnRefinement](./x-components.browseactions.resetrequestonrefinement.md)<!-- -->.
|
|
6126
|
+
|
|
6127
|
+
|
|
6128
|
+
</td></tr>
|
|
6129
|
+
<tr><td>
|
|
6130
|
+
|
|
6131
|
+
[resetBrowseRequestOnRefinementWire](./x-components.resetbrowserequestonrefinementwire.md)
|
|
6132
|
+
|
|
6133
|
+
|
|
6134
|
+
</td><td>
|
|
6135
|
+
|
|
6136
|
+
Resets the [BrowseGetters.request](./x-components.browsegetters.request.md) parameters when refining request and before the actual request is launched.
|
|
6137
|
+
|
|
6138
|
+
|
|
6139
|
+
</td></tr>
|
|
6140
|
+
<tr><td>
|
|
6141
|
+
|
|
6142
|
+
[resetBrowseStateForReloadWire](./x-components.resetbrowsestateforreloadwire.md)
|
|
6143
|
+
|
|
6144
|
+
|
|
6145
|
+
</td><td>
|
|
6146
|
+
|
|
6147
|
+
Resets the browse state to reload the current browse.
|
|
6148
|
+
|
|
6149
|
+
|
|
6150
|
+
</td></tr>
|
|
6151
|
+
<tr><td>
|
|
6152
|
+
|
|
6153
|
+
[resetBrowseStateIfNoRequestWire](./x-components.resetbrowsestateifnorequestwire.md)
|
|
6154
|
+
|
|
6155
|
+
|
|
6156
|
+
</td><td>
|
|
6157
|
+
|
|
6158
|
+
Resets the browse state when the request is changed to null. See the [BrowseXStoreModule](./x-components.browsexstoremodule.md) for details.
|
|
6159
|
+
|
|
6160
|
+
|
|
6161
|
+
</td></tr>
|
|
6162
|
+
<tr><td>
|
|
6163
|
+
|
|
6164
|
+
[resetFromNoBrowseResultsWithFilters](./x-components.resetfromnobrowseresultswithfilters.md)
|
|
6165
|
+
|
|
6166
|
+
|
|
6167
|
+
</td><td>
|
|
6168
|
+
|
|
6169
|
+
Resets the browse state `fromNoResultsWithFilters`<!-- -->.
|
|
6170
|
+
|
|
6171
|
+
|
|
5849
6172
|
</td></tr>
|
|
5850
6173
|
<tr><td>
|
|
5851
6174
|
|
|
@@ -5857,6 +6180,17 @@ Resets the search state `isAppendingResults`<!-- -->.
|
|
|
5857
6180
|
Resets the search state `fromNoResultsWithFilters`<!-- -->.
|
|
5858
6181
|
|
|
5859
6182
|
|
|
6183
|
+
</td></tr>
|
|
6184
|
+
<tr><td>
|
|
6185
|
+
|
|
6186
|
+
[resetIsNoBrowseResults](./x-components.resetisnobrowseresults.md)
|
|
6187
|
+
|
|
6188
|
+
|
|
6189
|
+
</td><td>
|
|
6190
|
+
|
|
6191
|
+
Resets the browse state `isNoResults`<!-- -->.
|
|
6192
|
+
|
|
6193
|
+
|
|
5860
6194
|
</td></tr>
|
|
5861
6195
|
<tr><td>
|
|
5862
6196
|
|
|
@@ -6019,6 +6353,39 @@ It provides the original result, the array containing the selected variants and
|
|
|
6019
6353
|
Default implementation for the [AiActions.saveOrigin](./x-components.aiactions.saveorigin.md)<!-- -->.
|
|
6020
6354
|
|
|
6021
6355
|
|
|
6356
|
+
</td></tr>
|
|
6357
|
+
<tr><td>
|
|
6358
|
+
|
|
6359
|
+
[saveBrowseOrigin](./x-components.savebrowseorigin.md)
|
|
6360
|
+
|
|
6361
|
+
|
|
6362
|
+
</td><td>
|
|
6363
|
+
|
|
6364
|
+
Default implementation for the [BrowseActions.saveOrigin](./x-components.browseactions.saveorigin.md)<!-- -->.
|
|
6365
|
+
|
|
6366
|
+
|
|
6367
|
+
</td></tr>
|
|
6368
|
+
<tr><td>
|
|
6369
|
+
|
|
6370
|
+
[saveBrowseOriginWire](./x-components.savebrowseoriginwire.md)
|
|
6371
|
+
|
|
6372
|
+
|
|
6373
|
+
</td><td>
|
|
6374
|
+
|
|
6375
|
+
Sets the browse state `origin`<!-- -->.
|
|
6376
|
+
|
|
6377
|
+
|
|
6378
|
+
</td></tr>
|
|
6379
|
+
<tr><td>
|
|
6380
|
+
|
|
6381
|
+
[saveBrowseResponse](./x-components.savebrowseresponse.md)
|
|
6382
|
+
|
|
6383
|
+
|
|
6384
|
+
</td><td>
|
|
6385
|
+
|
|
6386
|
+
Default implementation for the [BrowseActions.saveBrowseResponse](./x-components.browseactions.savebrowseresponse.md)<!-- -->.
|
|
6387
|
+
|
|
6388
|
+
|
|
6022
6389
|
</td></tr>
|
|
6023
6390
|
<tr><td>
|
|
6024
6391
|
|
|
@@ -6300,6 +6667,83 @@ Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x
|
|
|
6300
6667
|
Default implementation setUrlParams.
|
|
6301
6668
|
|
|
6302
6669
|
|
|
6670
|
+
</td></tr>
|
|
6671
|
+
<tr><td>
|
|
6672
|
+
|
|
6673
|
+
[setBrowseCategory](./x-components.setbrowsecategory.md)
|
|
6674
|
+
|
|
6675
|
+
|
|
6676
|
+
</td><td>
|
|
6677
|
+
|
|
6678
|
+
Sets the browse state `selectedCategory`<!-- -->.
|
|
6679
|
+
|
|
6680
|
+
|
|
6681
|
+
</td></tr>
|
|
6682
|
+
<tr><td>
|
|
6683
|
+
|
|
6684
|
+
[setBrowseExtraParams](./x-components.setbrowseextraparams.md)
|
|
6685
|
+
|
|
6686
|
+
|
|
6687
|
+
</td><td>
|
|
6688
|
+
|
|
6689
|
+
Sets the browse state `params`<!-- -->.
|
|
6690
|
+
|
|
6691
|
+
|
|
6692
|
+
</td></tr>
|
|
6693
|
+
<tr><td>
|
|
6694
|
+
|
|
6695
|
+
[setBrowsePage](./x-components.setbrowsepage.md)
|
|
6696
|
+
|
|
6697
|
+
|
|
6698
|
+
</td><td>
|
|
6699
|
+
|
|
6700
|
+
Sets the browse state `page`<!-- -->.
|
|
6701
|
+
|
|
6702
|
+
|
|
6703
|
+
</td></tr>
|
|
6704
|
+
<tr><td>
|
|
6705
|
+
|
|
6706
|
+
[setBrowseSelectedFilters](./x-components.setbrowseselectedfilters.md)
|
|
6707
|
+
|
|
6708
|
+
|
|
6709
|
+
</td><td>
|
|
6710
|
+
|
|
6711
|
+
Sets the browse state `selectedFilters`<!-- -->.
|
|
6712
|
+
|
|
6713
|
+
|
|
6714
|
+
</td></tr>
|
|
6715
|
+
<tr><td>
|
|
6716
|
+
|
|
6717
|
+
[setBrowseSort](./x-components.setbrowsesort.md)
|
|
6718
|
+
|
|
6719
|
+
|
|
6720
|
+
</td><td>
|
|
6721
|
+
|
|
6722
|
+
Sets the browse state `sort`<!-- -->.
|
|
6723
|
+
|
|
6724
|
+
|
|
6725
|
+
</td></tr>
|
|
6726
|
+
<tr><td>
|
|
6727
|
+
|
|
6728
|
+
[setBrowseUrlParams](./x-components.setbrowseurlparams.md)
|
|
6729
|
+
|
|
6730
|
+
|
|
6731
|
+
</td><td>
|
|
6732
|
+
|
|
6733
|
+
Default implementation for the [BrowseActions.setUrlParams](./x-components.browseactions.seturlparams.md)<!-- -->.
|
|
6734
|
+
|
|
6735
|
+
|
|
6736
|
+
</td></tr>
|
|
6737
|
+
<tr><td>
|
|
6738
|
+
|
|
6739
|
+
[setBrowseUrlParamsWire](./x-components.setbrowseurlparamswire.md)
|
|
6740
|
+
|
|
6741
|
+
|
|
6742
|
+
</td><td>
|
|
6743
|
+
|
|
6744
|
+
Sets the browse state `query`<!-- -->.
|
|
6745
|
+
|
|
6746
|
+
|
|
6303
6747
|
</td></tr>
|
|
6304
6748
|
<tr><td>
|
|
6305
6749
|
|
|
@@ -7813,6 +8257,39 @@ Alias for any store module option. Use only when you don't care about the module
|
|
|
7813
8257
|
Union type containing the existing arrow keys.
|
|
7814
8258
|
|
|
7815
8259
|
|
|
8260
|
+
</td></tr>
|
|
8261
|
+
<tr><td>
|
|
8262
|
+
|
|
8263
|
+
[BrowseActionContext](./x-components.browseactioncontext.md)
|
|
8264
|
+
|
|
8265
|
+
|
|
8266
|
+
</td><td>
|
|
8267
|
+
|
|
8268
|
+
Alias type for actions context of the [BrowseXStoreModule](./x-components.browsexstoremodule.md)<!-- -->.
|
|
8269
|
+
|
|
8270
|
+
|
|
8271
|
+
</td></tr>
|
|
8272
|
+
<tr><td>
|
|
8273
|
+
|
|
8274
|
+
[BrowseXModule](./x-components.browsexmodule.md)
|
|
8275
|
+
|
|
8276
|
+
|
|
8277
|
+
</td><td>
|
|
8278
|
+
|
|
8279
|
+
Search [XModule](./x-components.xmodule.md) alias.
|
|
8280
|
+
|
|
8281
|
+
|
|
8282
|
+
</td></tr>
|
|
8283
|
+
<tr><td>
|
|
8284
|
+
|
|
8285
|
+
[BrowseXStoreModule](./x-components.browsexstoremodule.md)
|
|
8286
|
+
|
|
8287
|
+
|
|
8288
|
+
</td><td>
|
|
8289
|
+
|
|
8290
|
+
Browse type safe store module.
|
|
8291
|
+
|
|
8292
|
+
|
|
7816
8293
|
</td></tr>
|
|
7817
8294
|
<tr><td>
|
|
7818
8295
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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) > [@empathyco/x-components](./x-components.md) > [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
|
+
```
|