@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
|
@@ -14942,6 +14942,2649 @@
|
|
|
14942
14942
|
}
|
|
14943
14943
|
]
|
|
14944
14944
|
},
|
|
14945
|
+
{
|
|
14946
|
+
"kind": "TypeAlias",
|
|
14947
|
+
"canonicalReference": "@empathyco/x-components!BrowseActionContext:type",
|
|
14948
|
+
"docComment": "/**\n * Alias type for actions context of the {@link BrowseXStoreModule}.\n *\n * @public\n */\n",
|
|
14949
|
+
"excerptTokens": [
|
|
14950
|
+
{
|
|
14951
|
+
"kind": "Content",
|
|
14952
|
+
"text": "export type BrowseActionContext = "
|
|
14953
|
+
},
|
|
14954
|
+
{
|
|
14955
|
+
"kind": "Reference",
|
|
14956
|
+
"text": "XActionContext",
|
|
14957
|
+
"canonicalReference": "@empathyco/x-components!XActionContext:interface"
|
|
14958
|
+
},
|
|
14959
|
+
{
|
|
14960
|
+
"kind": "Content",
|
|
14961
|
+
"text": "<"
|
|
14962
|
+
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "Reference",
|
|
14965
|
+
"text": "BrowseState",
|
|
14966
|
+
"canonicalReference": "@empathyco/x-components!BrowseState:interface"
|
|
14967
|
+
},
|
|
14968
|
+
{
|
|
14969
|
+
"kind": "Content",
|
|
14970
|
+
"text": ", "
|
|
14971
|
+
},
|
|
14972
|
+
{
|
|
14973
|
+
"kind": "Reference",
|
|
14974
|
+
"text": "BrowseGetters",
|
|
14975
|
+
"canonicalReference": "@empathyco/x-components!BrowseGetters:interface"
|
|
14976
|
+
},
|
|
14977
|
+
{
|
|
14978
|
+
"kind": "Content",
|
|
14979
|
+
"text": ", "
|
|
14980
|
+
},
|
|
14981
|
+
{
|
|
14982
|
+
"kind": "Reference",
|
|
14983
|
+
"text": "BrowseMutations",
|
|
14984
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations:interface"
|
|
14985
|
+
},
|
|
14986
|
+
{
|
|
14987
|
+
"kind": "Content",
|
|
14988
|
+
"text": ", "
|
|
14989
|
+
},
|
|
14990
|
+
{
|
|
14991
|
+
"kind": "Reference",
|
|
14992
|
+
"text": "BrowseActions",
|
|
14993
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions:interface"
|
|
14994
|
+
},
|
|
14995
|
+
{
|
|
14996
|
+
"kind": "Content",
|
|
14997
|
+
"text": ">"
|
|
14998
|
+
},
|
|
14999
|
+
{
|
|
15000
|
+
"kind": "Content",
|
|
15001
|
+
"text": ";"
|
|
15002
|
+
}
|
|
15003
|
+
],
|
|
15004
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
15005
|
+
"releaseTag": "Public",
|
|
15006
|
+
"name": "BrowseActionContext",
|
|
15007
|
+
"typeTokenRange": {
|
|
15008
|
+
"startIndex": 1,
|
|
15009
|
+
"endIndex": 11
|
|
15010
|
+
}
|
|
15011
|
+
},
|
|
15012
|
+
{
|
|
15013
|
+
"kind": "Interface",
|
|
15014
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions:interface",
|
|
15015
|
+
"docComment": "/**\n * Browse store actions.\n *\n * @public\n */\n",
|
|
15016
|
+
"excerptTokens": [
|
|
15017
|
+
{
|
|
15018
|
+
"kind": "Content",
|
|
15019
|
+
"text": "export interface BrowseActions "
|
|
15020
|
+
}
|
|
15021
|
+
],
|
|
15022
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
15023
|
+
"releaseTag": "Public",
|
|
15024
|
+
"name": "BrowseActions",
|
|
15025
|
+
"preserveMemberOrder": false,
|
|
15026
|
+
"members": [
|
|
15027
|
+
{
|
|
15028
|
+
"kind": "PropertySignature",
|
|
15029
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#cancelFetchAndSaveBrowseResponse:member",
|
|
15030
|
+
"docComment": "/**\n * Cancels / interrupt {@link BrowseActions.fetchAndSaveBrowseResponse} synchronous promise.\n */\n",
|
|
15031
|
+
"excerptTokens": [
|
|
15032
|
+
{
|
|
15033
|
+
"kind": "Content",
|
|
15034
|
+
"text": "cancelFetchAndSaveBrowseResponse: "
|
|
15035
|
+
},
|
|
15036
|
+
{
|
|
15037
|
+
"kind": "Content",
|
|
15038
|
+
"text": "() => void"
|
|
15039
|
+
},
|
|
15040
|
+
{
|
|
15041
|
+
"kind": "Content",
|
|
15042
|
+
"text": ";"
|
|
15043
|
+
}
|
|
15044
|
+
],
|
|
15045
|
+
"isReadonly": false,
|
|
15046
|
+
"isOptional": false,
|
|
15047
|
+
"releaseTag": "Public",
|
|
15048
|
+
"name": "cancelFetchAndSaveBrowseResponse",
|
|
15049
|
+
"propertyTypeTokenRange": {
|
|
15050
|
+
"startIndex": 1,
|
|
15051
|
+
"endIndex": 2
|
|
15052
|
+
}
|
|
15053
|
+
},
|
|
15054
|
+
{
|
|
15055
|
+
"kind": "PropertySignature",
|
|
15056
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#fetchAndSaveBrowseResponse:member",
|
|
15057
|
+
"docComment": "/**\n * Fetches a new browse response and stores them in the module state.\n */\n",
|
|
15058
|
+
"excerptTokens": [
|
|
15059
|
+
{
|
|
15060
|
+
"kind": "Content",
|
|
15061
|
+
"text": "fetchAndSaveBrowseResponse: "
|
|
15062
|
+
},
|
|
15063
|
+
{
|
|
15064
|
+
"kind": "Content",
|
|
15065
|
+
"text": "(request: "
|
|
15066
|
+
},
|
|
15067
|
+
{
|
|
15068
|
+
"kind": "Reference",
|
|
15069
|
+
"text": "InternalBrowseRequest",
|
|
15070
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
15071
|
+
},
|
|
15072
|
+
{
|
|
15073
|
+
"kind": "Content",
|
|
15074
|
+
"text": " | null) => void"
|
|
15075
|
+
},
|
|
15076
|
+
{
|
|
15077
|
+
"kind": "Content",
|
|
15078
|
+
"text": ";"
|
|
15079
|
+
}
|
|
15080
|
+
],
|
|
15081
|
+
"isReadonly": false,
|
|
15082
|
+
"isOptional": false,
|
|
15083
|
+
"releaseTag": "Public",
|
|
15084
|
+
"name": "fetchAndSaveBrowseResponse",
|
|
15085
|
+
"propertyTypeTokenRange": {
|
|
15086
|
+
"startIndex": 1,
|
|
15087
|
+
"endIndex": 4
|
|
15088
|
+
}
|
|
15089
|
+
},
|
|
15090
|
+
{
|
|
15091
|
+
"kind": "PropertySignature",
|
|
15092
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#fetchAndSaveResultsEnrichment:member",
|
|
15093
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the results.\n *\n * @param results - The results.\n */\n",
|
|
15094
|
+
"excerptTokens": [
|
|
15095
|
+
{
|
|
15096
|
+
"kind": "Content",
|
|
15097
|
+
"text": "fetchAndSaveResultsEnrichment: "
|
|
15098
|
+
},
|
|
15099
|
+
{
|
|
15100
|
+
"kind": "Content",
|
|
15101
|
+
"text": "(results: "
|
|
15102
|
+
},
|
|
15103
|
+
{
|
|
15104
|
+
"kind": "Reference",
|
|
15105
|
+
"text": "Result",
|
|
15106
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
15107
|
+
},
|
|
15108
|
+
{
|
|
15109
|
+
"kind": "Content",
|
|
15110
|
+
"text": "[]) => void"
|
|
15111
|
+
},
|
|
15112
|
+
{
|
|
15113
|
+
"kind": "Content",
|
|
15114
|
+
"text": ";"
|
|
15115
|
+
}
|
|
15116
|
+
],
|
|
15117
|
+
"isReadonly": false,
|
|
15118
|
+
"isOptional": false,
|
|
15119
|
+
"releaseTag": "Public",
|
|
15120
|
+
"name": "fetchAndSaveResultsEnrichment",
|
|
15121
|
+
"propertyTypeTokenRange": {
|
|
15122
|
+
"startIndex": 1,
|
|
15123
|
+
"endIndex": 4
|
|
15124
|
+
}
|
|
15125
|
+
},
|
|
15126
|
+
{
|
|
15127
|
+
"kind": "PropertySignature",
|
|
15128
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#fetchBrowseResponse:member",
|
|
15129
|
+
"docComment": "/**\n * Fetches the browse response and returns them.\n *\n * @returns The new browse response.\n */\n",
|
|
15130
|
+
"excerptTokens": [
|
|
15131
|
+
{
|
|
15132
|
+
"kind": "Content",
|
|
15133
|
+
"text": "fetchBrowseResponse: "
|
|
15134
|
+
},
|
|
15135
|
+
{
|
|
15136
|
+
"kind": "Content",
|
|
15137
|
+
"text": "(request: "
|
|
15138
|
+
},
|
|
15139
|
+
{
|
|
15140
|
+
"kind": "Reference",
|
|
15141
|
+
"text": "BrowseRequest",
|
|
15142
|
+
"canonicalReference": "@empathyco/x-components!BrowseRequest:interface"
|
|
15143
|
+
},
|
|
15144
|
+
{
|
|
15145
|
+
"kind": "Content",
|
|
15146
|
+
"text": ") => "
|
|
15147
|
+
},
|
|
15148
|
+
{
|
|
15149
|
+
"kind": "Reference",
|
|
15150
|
+
"text": "BrowseResponse",
|
|
15151
|
+
"canonicalReference": "@empathyco/x-components!BrowseResponse:interface"
|
|
15152
|
+
},
|
|
15153
|
+
{
|
|
15154
|
+
"kind": "Content",
|
|
15155
|
+
"text": ";"
|
|
15156
|
+
}
|
|
15157
|
+
],
|
|
15158
|
+
"isReadonly": false,
|
|
15159
|
+
"isOptional": false,
|
|
15160
|
+
"releaseTag": "Public",
|
|
15161
|
+
"name": "fetchBrowseResponse",
|
|
15162
|
+
"propertyTypeTokenRange": {
|
|
15163
|
+
"startIndex": 1,
|
|
15164
|
+
"endIndex": 5
|
|
15165
|
+
}
|
|
15166
|
+
},
|
|
15167
|
+
{
|
|
15168
|
+
"kind": "PropertySignature",
|
|
15169
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#increasePageAppendingResults:member",
|
|
15170
|
+
"docComment": "/**\n * Checks if there are more pages of results to load. If there are, then increases the page number in state and set to `true` the {@link BrowseState.isAppendResults} flag.\n *\n * @remarks\n *\n * This action is to implement the infinite scroll behaviour. To increase the page for other purposes, please use the {@link BrowseMutations.setPage} mutation.\n */\n",
|
|
15171
|
+
"excerptTokens": [
|
|
15172
|
+
{
|
|
15173
|
+
"kind": "Content",
|
|
15174
|
+
"text": "increasePageAppendingResults: "
|
|
15175
|
+
},
|
|
15176
|
+
{
|
|
15177
|
+
"kind": "Content",
|
|
15178
|
+
"text": "() => void"
|
|
15179
|
+
},
|
|
15180
|
+
{
|
|
15181
|
+
"kind": "Content",
|
|
15182
|
+
"text": ";"
|
|
15183
|
+
}
|
|
15184
|
+
],
|
|
15185
|
+
"isReadonly": false,
|
|
15186
|
+
"isOptional": false,
|
|
15187
|
+
"releaseTag": "Public",
|
|
15188
|
+
"name": "increasePageAppendingResults",
|
|
15189
|
+
"propertyTypeTokenRange": {
|
|
15190
|
+
"startIndex": 1,
|
|
15191
|
+
"endIndex": 2
|
|
15192
|
+
}
|
|
15193
|
+
},
|
|
15194
|
+
{
|
|
15195
|
+
"kind": "PropertySignature",
|
|
15196
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#resetRequestOnRefinement:member",
|
|
15197
|
+
"docComment": "/**\n * Batches state resets in a single action after {@link BrowseGetters.request} parameters update.\n *\n * @param watchedRequest - The watched internal browse request object.\n */\n",
|
|
15198
|
+
"excerptTokens": [
|
|
15199
|
+
{
|
|
15200
|
+
"kind": "Content",
|
|
15201
|
+
"text": "resetRequestOnRefinement: "
|
|
15202
|
+
},
|
|
15203
|
+
{
|
|
15204
|
+
"kind": "Content",
|
|
15205
|
+
"text": "(watchedRequest: "
|
|
15206
|
+
},
|
|
15207
|
+
{
|
|
15208
|
+
"kind": "Reference",
|
|
15209
|
+
"text": "WatchedInternalBrowseRequest",
|
|
15210
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalBrowseRequest:interface"
|
|
15211
|
+
},
|
|
15212
|
+
{
|
|
15213
|
+
"kind": "Content",
|
|
15214
|
+
"text": ") => void"
|
|
15215
|
+
},
|
|
15216
|
+
{
|
|
15217
|
+
"kind": "Content",
|
|
15218
|
+
"text": ";"
|
|
15219
|
+
}
|
|
15220
|
+
],
|
|
15221
|
+
"isReadonly": false,
|
|
15222
|
+
"isOptional": false,
|
|
15223
|
+
"releaseTag": "Public",
|
|
15224
|
+
"name": "resetRequestOnRefinement",
|
|
15225
|
+
"propertyTypeTokenRange": {
|
|
15226
|
+
"startIndex": 1,
|
|
15227
|
+
"endIndex": 4
|
|
15228
|
+
}
|
|
15229
|
+
},
|
|
15230
|
+
{
|
|
15231
|
+
"kind": "PropertySignature",
|
|
15232
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#saveBrowseResponse:member",
|
|
15233
|
+
"docComment": "/**\n * Saves the {@link @empathyco/x-types#BrowseResponse}.\n *\n * @param response - The {@link @empathyco/x-types#BrowseResponse} to save.\n */\n",
|
|
15234
|
+
"excerptTokens": [
|
|
15235
|
+
{
|
|
15236
|
+
"kind": "Content",
|
|
15237
|
+
"text": "saveBrowseResponse: "
|
|
15238
|
+
},
|
|
15239
|
+
{
|
|
15240
|
+
"kind": "Content",
|
|
15241
|
+
"text": "(response: "
|
|
15242
|
+
},
|
|
15243
|
+
{
|
|
15244
|
+
"kind": "Reference",
|
|
15245
|
+
"text": "BrowseResponse",
|
|
15246
|
+
"canonicalReference": "@empathyco/x-components!BrowseResponse:interface"
|
|
15247
|
+
},
|
|
15248
|
+
{
|
|
15249
|
+
"kind": "Content",
|
|
15250
|
+
"text": ") => void"
|
|
15251
|
+
},
|
|
15252
|
+
{
|
|
15253
|
+
"kind": "Content",
|
|
15254
|
+
"text": ";"
|
|
15255
|
+
}
|
|
15256
|
+
],
|
|
15257
|
+
"isReadonly": false,
|
|
15258
|
+
"isOptional": false,
|
|
15259
|
+
"releaseTag": "Public",
|
|
15260
|
+
"name": "saveBrowseResponse",
|
|
15261
|
+
"propertyTypeTokenRange": {
|
|
15262
|
+
"startIndex": 1,
|
|
15263
|
+
"endIndex": 4
|
|
15264
|
+
}
|
|
15265
|
+
},
|
|
15266
|
+
{
|
|
15267
|
+
"kind": "PropertySignature",
|
|
15268
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#saveOrigin:member",
|
|
15269
|
+
"docComment": "/**\n * Creates a {@link QueryOrigin} and saves it.\n *\n * @param originInit - The object to create the origin with.\n */\n",
|
|
15270
|
+
"excerptTokens": [
|
|
15271
|
+
{
|
|
15272
|
+
"kind": "Content",
|
|
15273
|
+
"text": "saveOrigin: "
|
|
15274
|
+
},
|
|
15275
|
+
{
|
|
15276
|
+
"kind": "Content",
|
|
15277
|
+
"text": "(originInit: "
|
|
15278
|
+
},
|
|
15279
|
+
{
|
|
15280
|
+
"kind": "Reference",
|
|
15281
|
+
"text": "QueryOriginInit",
|
|
15282
|
+
"canonicalReference": "@empathyco/x-components!QueryOriginInit:type"
|
|
15283
|
+
},
|
|
15284
|
+
{
|
|
15285
|
+
"kind": "Content",
|
|
15286
|
+
"text": ") => void"
|
|
15287
|
+
},
|
|
15288
|
+
{
|
|
15289
|
+
"kind": "Content",
|
|
15290
|
+
"text": ";"
|
|
15291
|
+
}
|
|
15292
|
+
],
|
|
15293
|
+
"isReadonly": false,
|
|
15294
|
+
"isOptional": false,
|
|
15295
|
+
"releaseTag": "Public",
|
|
15296
|
+
"name": "saveOrigin",
|
|
15297
|
+
"propertyTypeTokenRange": {
|
|
15298
|
+
"startIndex": 1,
|
|
15299
|
+
"endIndex": 4
|
|
15300
|
+
}
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"kind": "PropertySignature",
|
|
15304
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions#setUrlParams:member",
|
|
15305
|
+
"docComment": "/**\n * Checks if the url has params on it and then updates the state with these values.\n *\n * @param urlParams - List of params from the url.\n */\n",
|
|
15306
|
+
"excerptTokens": [
|
|
15307
|
+
{
|
|
15308
|
+
"kind": "Content",
|
|
15309
|
+
"text": "setUrlParams: "
|
|
15310
|
+
},
|
|
15311
|
+
{
|
|
15312
|
+
"kind": "Content",
|
|
15313
|
+
"text": "(urlParams: "
|
|
15314
|
+
},
|
|
15315
|
+
{
|
|
15316
|
+
"kind": "Reference",
|
|
15317
|
+
"text": "UrlParams",
|
|
15318
|
+
"canonicalReference": "@empathyco/x-components!UrlParams:interface"
|
|
15319
|
+
},
|
|
15320
|
+
{
|
|
15321
|
+
"kind": "Content",
|
|
15322
|
+
"text": ") => void"
|
|
15323
|
+
},
|
|
15324
|
+
{
|
|
15325
|
+
"kind": "Content",
|
|
15326
|
+
"text": ";"
|
|
15327
|
+
}
|
|
15328
|
+
],
|
|
15329
|
+
"isReadonly": false,
|
|
15330
|
+
"isOptional": false,
|
|
15331
|
+
"releaseTag": "Public",
|
|
15332
|
+
"name": "setUrlParams",
|
|
15333
|
+
"propertyTypeTokenRange": {
|
|
15334
|
+
"startIndex": 1,
|
|
15335
|
+
"endIndex": 4
|
|
15336
|
+
}
|
|
15337
|
+
}
|
|
15338
|
+
],
|
|
15339
|
+
"extendsTokenRanges": []
|
|
15340
|
+
},
|
|
15341
|
+
{
|
|
15342
|
+
"kind": "Interface",
|
|
15343
|
+
"canonicalReference": "@empathyco/x-components!BrowseConfig:interface",
|
|
15344
|
+
"docComment": "/**\n * Configuration options for the {@link BrowseXModule}.\n *\n * @public\n */\n",
|
|
15345
|
+
"excerptTokens": [
|
|
15346
|
+
{
|
|
15347
|
+
"kind": "Content",
|
|
15348
|
+
"text": "export interface BrowseConfig "
|
|
15349
|
+
}
|
|
15350
|
+
],
|
|
15351
|
+
"fileUrlPath": "src/x-modules/browse/config.types.ts",
|
|
15352
|
+
"releaseTag": "Public",
|
|
15353
|
+
"name": "BrowseConfig",
|
|
15354
|
+
"preserveMemberOrder": false,
|
|
15355
|
+
"members": [
|
|
15356
|
+
{
|
|
15357
|
+
"kind": "PropertySignature",
|
|
15358
|
+
"canonicalReference": "@empathyco/x-components!BrowseConfig#pageMode:member",
|
|
15359
|
+
"docComment": "",
|
|
15360
|
+
"excerptTokens": [
|
|
15361
|
+
{
|
|
15362
|
+
"kind": "Content",
|
|
15363
|
+
"text": "pageMode: "
|
|
15364
|
+
},
|
|
15365
|
+
{
|
|
15366
|
+
"kind": "Reference",
|
|
15367
|
+
"text": "PageMode",
|
|
15368
|
+
"canonicalReference": "@empathyco/x-components!PageMode:type"
|
|
15369
|
+
},
|
|
15370
|
+
{
|
|
15371
|
+
"kind": "Content",
|
|
15372
|
+
"text": ";"
|
|
15373
|
+
}
|
|
15374
|
+
],
|
|
15375
|
+
"isReadonly": false,
|
|
15376
|
+
"isOptional": false,
|
|
15377
|
+
"releaseTag": "Public",
|
|
15378
|
+
"name": "pageMode",
|
|
15379
|
+
"propertyTypeTokenRange": {
|
|
15380
|
+
"startIndex": 1,
|
|
15381
|
+
"endIndex": 2
|
|
15382
|
+
}
|
|
15383
|
+
},
|
|
15384
|
+
{
|
|
15385
|
+
"kind": "PropertySignature",
|
|
15386
|
+
"canonicalReference": "@empathyco/x-components!BrowseConfig#pageSize:member",
|
|
15387
|
+
"docComment": "/**\n * Maximum number of results to request.\n */\n",
|
|
15388
|
+
"excerptTokens": [
|
|
15389
|
+
{
|
|
15390
|
+
"kind": "Content",
|
|
15391
|
+
"text": "pageSize: "
|
|
15392
|
+
},
|
|
15393
|
+
{
|
|
15394
|
+
"kind": "Content",
|
|
15395
|
+
"text": "number"
|
|
15396
|
+
},
|
|
15397
|
+
{
|
|
15398
|
+
"kind": "Content",
|
|
15399
|
+
"text": ";"
|
|
15400
|
+
}
|
|
15401
|
+
],
|
|
15402
|
+
"isReadonly": false,
|
|
15403
|
+
"isOptional": false,
|
|
15404
|
+
"releaseTag": "Public",
|
|
15405
|
+
"name": "pageSize",
|
|
15406
|
+
"propertyTypeTokenRange": {
|
|
15407
|
+
"startIndex": 1,
|
|
15408
|
+
"endIndex": 2
|
|
15409
|
+
}
|
|
15410
|
+
}
|
|
15411
|
+
],
|
|
15412
|
+
"extendsTokenRanges": []
|
|
15413
|
+
},
|
|
15414
|
+
{
|
|
15415
|
+
"kind": "Interface",
|
|
15416
|
+
"canonicalReference": "@empathyco/x-components!BrowseGetters:interface",
|
|
15417
|
+
"docComment": "/**\n * Browse store getters.\n *\n * @public\n */\n",
|
|
15418
|
+
"excerptTokens": [
|
|
15419
|
+
{
|
|
15420
|
+
"kind": "Content",
|
|
15421
|
+
"text": "export interface BrowseGetters "
|
|
15422
|
+
}
|
|
15423
|
+
],
|
|
15424
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
15425
|
+
"releaseTag": "Public",
|
|
15426
|
+
"name": "BrowseGetters",
|
|
15427
|
+
"preserveMemberOrder": false,
|
|
15428
|
+
"members": [
|
|
15429
|
+
{
|
|
15430
|
+
"kind": "PropertySignature",
|
|
15431
|
+
"canonicalReference": "@empathyco/x-components!BrowseGetters#request:member",
|
|
15432
|
+
"docComment": "/**\n * The adapter request object for retrieving the results, or null if there is no valid data to create a request.\n */\n",
|
|
15433
|
+
"excerptTokens": [
|
|
15434
|
+
{
|
|
15435
|
+
"kind": "Content",
|
|
15436
|
+
"text": "request: "
|
|
15437
|
+
},
|
|
15438
|
+
{
|
|
15439
|
+
"kind": "Reference",
|
|
15440
|
+
"text": "InternalBrowseRequest",
|
|
15441
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
15442
|
+
},
|
|
15443
|
+
{
|
|
15444
|
+
"kind": "Content",
|
|
15445
|
+
"text": " | null"
|
|
15446
|
+
},
|
|
15447
|
+
{
|
|
15448
|
+
"kind": "Content",
|
|
15449
|
+
"text": ";"
|
|
15450
|
+
}
|
|
15451
|
+
],
|
|
15452
|
+
"isReadonly": false,
|
|
15453
|
+
"isOptional": false,
|
|
15454
|
+
"releaseTag": "Public",
|
|
15455
|
+
"name": "request",
|
|
15456
|
+
"propertyTypeTokenRange": {
|
|
15457
|
+
"startIndex": 1,
|
|
15458
|
+
"endIndex": 3
|
|
15459
|
+
}
|
|
15460
|
+
}
|
|
15461
|
+
],
|
|
15462
|
+
"extendsTokenRanges": []
|
|
15463
|
+
},
|
|
15464
|
+
{
|
|
15465
|
+
"kind": "Interface",
|
|
15466
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations:interface",
|
|
15467
|
+
"docComment": "/**\n * Browse store mutations.\n *\n * @public\n */\n",
|
|
15468
|
+
"excerptTokens": [
|
|
15469
|
+
{
|
|
15470
|
+
"kind": "Content",
|
|
15471
|
+
"text": "export interface BrowseMutations extends "
|
|
15472
|
+
},
|
|
15473
|
+
{
|
|
15474
|
+
"kind": "Reference",
|
|
15475
|
+
"text": "StatusMutations",
|
|
15476
|
+
"canonicalReference": "@empathyco/x-components!StatusMutations:interface"
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"kind": "Content",
|
|
15480
|
+
"text": ", "
|
|
15481
|
+
},
|
|
15482
|
+
{
|
|
15483
|
+
"kind": "Reference",
|
|
15484
|
+
"text": "ConfigMutations",
|
|
15485
|
+
"canonicalReference": "@empathyco/x-components!ConfigMutations:interface"
|
|
15486
|
+
},
|
|
15487
|
+
{
|
|
15488
|
+
"kind": "Content",
|
|
15489
|
+
"text": "<"
|
|
15490
|
+
},
|
|
15491
|
+
{
|
|
15492
|
+
"kind": "Reference",
|
|
15493
|
+
"text": "BrowseState",
|
|
15494
|
+
"canonicalReference": "@empathyco/x-components!BrowseState:interface"
|
|
15495
|
+
},
|
|
15496
|
+
{
|
|
15497
|
+
"kind": "Content",
|
|
15498
|
+
"text": ">"
|
|
15499
|
+
},
|
|
15500
|
+
{
|
|
15501
|
+
"kind": "Content",
|
|
15502
|
+
"text": " "
|
|
15503
|
+
}
|
|
15504
|
+
],
|
|
15505
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
15506
|
+
"releaseTag": "Public",
|
|
15507
|
+
"name": "BrowseMutations",
|
|
15508
|
+
"preserveMemberOrder": false,
|
|
15509
|
+
"members": [
|
|
15510
|
+
{
|
|
15511
|
+
"kind": "PropertySignature",
|
|
15512
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#appendResults:member",
|
|
15513
|
+
"docComment": "/**\n * Append the results to the results state.\n *\n * @param results - Results array.\n */\n",
|
|
15514
|
+
"excerptTokens": [
|
|
15515
|
+
{
|
|
15516
|
+
"kind": "Content",
|
|
15517
|
+
"text": "appendResults: "
|
|
15518
|
+
},
|
|
15519
|
+
{
|
|
15520
|
+
"kind": "Content",
|
|
15521
|
+
"text": "(results: "
|
|
15522
|
+
},
|
|
15523
|
+
{
|
|
15524
|
+
"kind": "Reference",
|
|
15525
|
+
"text": "Result",
|
|
15526
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
15527
|
+
},
|
|
15528
|
+
{
|
|
15529
|
+
"kind": "Content",
|
|
15530
|
+
"text": "[]) => void"
|
|
15531
|
+
},
|
|
15532
|
+
{
|
|
15533
|
+
"kind": "Content",
|
|
15534
|
+
"text": ";"
|
|
15535
|
+
}
|
|
15536
|
+
],
|
|
15537
|
+
"isReadonly": false,
|
|
15538
|
+
"isOptional": false,
|
|
15539
|
+
"releaseTag": "Public",
|
|
15540
|
+
"name": "appendResults",
|
|
15541
|
+
"propertyTypeTokenRange": {
|
|
15542
|
+
"startIndex": 1,
|
|
15543
|
+
"endIndex": 4
|
|
15544
|
+
}
|
|
15545
|
+
},
|
|
15546
|
+
{
|
|
15547
|
+
"kind": "PropertySignature",
|
|
15548
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#resetState:member",
|
|
15549
|
+
"docComment": "/**\n * Resets the \"resettable\" part of the Browse state to the initial state. See the {@link BrowseXStoreModule} for details.\n */\n",
|
|
15550
|
+
"excerptTokens": [
|
|
15551
|
+
{
|
|
15552
|
+
"kind": "Content",
|
|
15553
|
+
"text": "resetState: "
|
|
15554
|
+
},
|
|
15555
|
+
{
|
|
15556
|
+
"kind": "Content",
|
|
15557
|
+
"text": "() => void"
|
|
15558
|
+
},
|
|
15559
|
+
{
|
|
15560
|
+
"kind": "Content",
|
|
15561
|
+
"text": ";"
|
|
15562
|
+
}
|
|
15563
|
+
],
|
|
15564
|
+
"isReadonly": false,
|
|
15565
|
+
"isOptional": false,
|
|
15566
|
+
"releaseTag": "Public",
|
|
15567
|
+
"name": "resetState",
|
|
15568
|
+
"propertyTypeTokenRange": {
|
|
15569
|
+
"startIndex": 1,
|
|
15570
|
+
"endIndex": 2
|
|
15571
|
+
}
|
|
15572
|
+
},
|
|
15573
|
+
{
|
|
15574
|
+
"kind": "PropertySignature",
|
|
15575
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#resetStateForReload:member",
|
|
15576
|
+
"docComment": "/**\n * Resets the \"resettable\" part of the Browse state like {@link BrowseMutations.resetState} but maintains the values required to perform the browse request again.\n */\n",
|
|
15577
|
+
"excerptTokens": [
|
|
15578
|
+
{
|
|
15579
|
+
"kind": "Content",
|
|
15580
|
+
"text": "resetStateForReload: "
|
|
15581
|
+
},
|
|
15582
|
+
{
|
|
15583
|
+
"kind": "Content",
|
|
15584
|
+
"text": "() => void"
|
|
15585
|
+
},
|
|
15586
|
+
{
|
|
15587
|
+
"kind": "Content",
|
|
15588
|
+
"text": ";"
|
|
15589
|
+
}
|
|
15590
|
+
],
|
|
15591
|
+
"isReadonly": false,
|
|
15592
|
+
"isOptional": false,
|
|
15593
|
+
"releaseTag": "Public",
|
|
15594
|
+
"name": "resetStateForReload",
|
|
15595
|
+
"propertyTypeTokenRange": {
|
|
15596
|
+
"startIndex": 1,
|
|
15597
|
+
"endIndex": 2
|
|
15598
|
+
}
|
|
15599
|
+
},
|
|
15600
|
+
{
|
|
15601
|
+
"kind": "PropertySignature",
|
|
15602
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setBanners:member",
|
|
15603
|
+
"docComment": "/**\n * Sets the banners of the module.\n *\n * @param banners - The new banners to save to the state.\n */\n",
|
|
15604
|
+
"excerptTokens": [
|
|
15605
|
+
{
|
|
15606
|
+
"kind": "Content",
|
|
15607
|
+
"text": "setBanners: "
|
|
15608
|
+
},
|
|
15609
|
+
{
|
|
15610
|
+
"kind": "Content",
|
|
15611
|
+
"text": "(banners: "
|
|
15612
|
+
},
|
|
15613
|
+
{
|
|
15614
|
+
"kind": "Reference",
|
|
15615
|
+
"text": "Banner",
|
|
15616
|
+
"canonicalReference": "@empathyco/x-components!Banner_2:interface"
|
|
15617
|
+
},
|
|
15618
|
+
{
|
|
15619
|
+
"kind": "Content",
|
|
15620
|
+
"text": "[]) => void"
|
|
15621
|
+
},
|
|
15622
|
+
{
|
|
15623
|
+
"kind": "Content",
|
|
15624
|
+
"text": ";"
|
|
15625
|
+
}
|
|
15626
|
+
],
|
|
15627
|
+
"isReadonly": false,
|
|
15628
|
+
"isOptional": false,
|
|
15629
|
+
"releaseTag": "Public",
|
|
15630
|
+
"name": "setBanners",
|
|
15631
|
+
"propertyTypeTokenRange": {
|
|
15632
|
+
"startIndex": 1,
|
|
15633
|
+
"endIndex": 4
|
|
15634
|
+
}
|
|
15635
|
+
},
|
|
15636
|
+
{
|
|
15637
|
+
"kind": "PropertySignature",
|
|
15638
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setBrowseTagging:member",
|
|
15639
|
+
"docComment": "/**\n * Sets the browse tagging of the module, which is used to track the query.\n *\n * @param browseTagging - The new query tagging object to save to the state.\n */\n",
|
|
15640
|
+
"excerptTokens": [
|
|
15641
|
+
{
|
|
15642
|
+
"kind": "Content",
|
|
15643
|
+
"text": "setBrowseTagging: "
|
|
15644
|
+
},
|
|
15645
|
+
{
|
|
15646
|
+
"kind": "Content",
|
|
15647
|
+
"text": "(browseTagging: "
|
|
15648
|
+
},
|
|
15649
|
+
{
|
|
15650
|
+
"kind": "Reference",
|
|
15651
|
+
"text": "TaggingRequest",
|
|
15652
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
15653
|
+
},
|
|
15654
|
+
{
|
|
15655
|
+
"kind": "Content",
|
|
15656
|
+
"text": ") => void"
|
|
15657
|
+
},
|
|
15658
|
+
{
|
|
15659
|
+
"kind": "Content",
|
|
15660
|
+
"text": ";"
|
|
15661
|
+
}
|
|
15662
|
+
],
|
|
15663
|
+
"isReadonly": false,
|
|
15664
|
+
"isOptional": false,
|
|
15665
|
+
"releaseTag": "Public",
|
|
15666
|
+
"name": "setBrowseTagging",
|
|
15667
|
+
"propertyTypeTokenRange": {
|
|
15668
|
+
"startIndex": 1,
|
|
15669
|
+
"endIndex": 4
|
|
15670
|
+
}
|
|
15671
|
+
},
|
|
15672
|
+
{
|
|
15673
|
+
"kind": "PropertySignature",
|
|
15674
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setDisplayBrowseTagging:member",
|
|
15675
|
+
"docComment": "/**\n * Sets the display tagging of the module.\n *\n * @param displayBrowseTagging - The new display tagging object to save to the state.\n */\n",
|
|
15676
|
+
"excerptTokens": [
|
|
15677
|
+
{
|
|
15678
|
+
"kind": "Content",
|
|
15679
|
+
"text": "setDisplayBrowseTagging: "
|
|
15680
|
+
},
|
|
15681
|
+
{
|
|
15682
|
+
"kind": "Content",
|
|
15683
|
+
"text": "(displayBrowseTagging: "
|
|
15684
|
+
},
|
|
15685
|
+
{
|
|
15686
|
+
"kind": "Reference",
|
|
15687
|
+
"text": "TaggingRequest",
|
|
15688
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
15689
|
+
},
|
|
15690
|
+
{
|
|
15691
|
+
"kind": "Content",
|
|
15692
|
+
"text": ") => void"
|
|
15693
|
+
},
|
|
15694
|
+
{
|
|
15695
|
+
"kind": "Content",
|
|
15696
|
+
"text": ";"
|
|
15697
|
+
}
|
|
15698
|
+
],
|
|
15699
|
+
"isReadonly": false,
|
|
15700
|
+
"isOptional": false,
|
|
15701
|
+
"releaseTag": "Public",
|
|
15702
|
+
"name": "setDisplayBrowseTagging",
|
|
15703
|
+
"propertyTypeTokenRange": {
|
|
15704
|
+
"startIndex": 1,
|
|
15705
|
+
"endIndex": 4
|
|
15706
|
+
}
|
|
15707
|
+
},
|
|
15708
|
+
{
|
|
15709
|
+
"kind": "PropertySignature",
|
|
15710
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setFacets:member",
|
|
15711
|
+
"docComment": "/**\n * Sets the facets of the module.\n *\n * @param facets - The new facets to save to the state.\n */\n",
|
|
15712
|
+
"excerptTokens": [
|
|
15713
|
+
{
|
|
15714
|
+
"kind": "Content",
|
|
15715
|
+
"text": "setFacets: "
|
|
15716
|
+
},
|
|
15717
|
+
{
|
|
15718
|
+
"kind": "Content",
|
|
15719
|
+
"text": "(facets: "
|
|
15720
|
+
},
|
|
15721
|
+
{
|
|
15722
|
+
"kind": "Reference",
|
|
15723
|
+
"text": "Facet",
|
|
15724
|
+
"canonicalReference": "@empathyco/x-components!Facet:interface"
|
|
15725
|
+
},
|
|
15726
|
+
{
|
|
15727
|
+
"kind": "Content",
|
|
15728
|
+
"text": "[]) => void"
|
|
15729
|
+
},
|
|
15730
|
+
{
|
|
15731
|
+
"kind": "Content",
|
|
15732
|
+
"text": ";"
|
|
15733
|
+
}
|
|
15734
|
+
],
|
|
15735
|
+
"isReadonly": false,
|
|
15736
|
+
"isOptional": false,
|
|
15737
|
+
"releaseTag": "Public",
|
|
15738
|
+
"name": "setFacets",
|
|
15739
|
+
"propertyTypeTokenRange": {
|
|
15740
|
+
"startIndex": 1,
|
|
15741
|
+
"endIndex": 4
|
|
15742
|
+
}
|
|
15743
|
+
},
|
|
15744
|
+
{
|
|
15745
|
+
"kind": "PropertySignature",
|
|
15746
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setFromNoResultsWithFilters:member",
|
|
15747
|
+
"docComment": "/**\n * Sets the `fromNoResultsWithFilters` flag value.\n *\n * @param fromNoResultsWithFilters - The new flag value.\n */\n",
|
|
15748
|
+
"excerptTokens": [
|
|
15749
|
+
{
|
|
15750
|
+
"kind": "Content",
|
|
15751
|
+
"text": "setFromNoResultsWithFilters: "
|
|
15752
|
+
},
|
|
15753
|
+
{
|
|
15754
|
+
"kind": "Content",
|
|
15755
|
+
"text": "(fromNoResultsWithFilters: boolean) => void"
|
|
15756
|
+
},
|
|
15757
|
+
{
|
|
15758
|
+
"kind": "Content",
|
|
15759
|
+
"text": ";"
|
|
15760
|
+
}
|
|
15761
|
+
],
|
|
15762
|
+
"isReadonly": false,
|
|
15763
|
+
"isOptional": false,
|
|
15764
|
+
"releaseTag": "Public",
|
|
15765
|
+
"name": "setFromNoResultsWithFilters",
|
|
15766
|
+
"propertyTypeTokenRange": {
|
|
15767
|
+
"startIndex": 1,
|
|
15768
|
+
"endIndex": 2
|
|
15769
|
+
}
|
|
15770
|
+
},
|
|
15771
|
+
{
|
|
15772
|
+
"kind": "PropertySignature",
|
|
15773
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setIsAppendResults:member",
|
|
15774
|
+
"docComment": "/**\n * Set the `isAppendResuls` flag value.\n *\n * @param isAppendResults - The new flag value.\n */\n",
|
|
15775
|
+
"excerptTokens": [
|
|
15776
|
+
{
|
|
15777
|
+
"kind": "Content",
|
|
15778
|
+
"text": "setIsAppendResults: "
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"kind": "Content",
|
|
15782
|
+
"text": "(isAppendResults: boolean) => void"
|
|
15783
|
+
},
|
|
15784
|
+
{
|
|
15785
|
+
"kind": "Content",
|
|
15786
|
+
"text": ";"
|
|
15787
|
+
}
|
|
15788
|
+
],
|
|
15789
|
+
"isReadonly": false,
|
|
15790
|
+
"isOptional": false,
|
|
15791
|
+
"releaseTag": "Public",
|
|
15792
|
+
"name": "setIsAppendResults",
|
|
15793
|
+
"propertyTypeTokenRange": {
|
|
15794
|
+
"startIndex": 1,
|
|
15795
|
+
"endIndex": 2
|
|
15796
|
+
}
|
|
15797
|
+
},
|
|
15798
|
+
{
|
|
15799
|
+
"kind": "PropertySignature",
|
|
15800
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setIsNoResults:member",
|
|
15801
|
+
"docComment": "/**\n * Sets the `isNoResults` flag value.\n *\n * @param isNoResults - The new flag value.\n */\n",
|
|
15802
|
+
"excerptTokens": [
|
|
15803
|
+
{
|
|
15804
|
+
"kind": "Content",
|
|
15805
|
+
"text": "setIsNoResults: "
|
|
15806
|
+
},
|
|
15807
|
+
{
|
|
15808
|
+
"kind": "Content",
|
|
15809
|
+
"text": "(isNoResults: boolean) => void"
|
|
15810
|
+
},
|
|
15811
|
+
{
|
|
15812
|
+
"kind": "Content",
|
|
15813
|
+
"text": ";"
|
|
15814
|
+
}
|
|
15815
|
+
],
|
|
15816
|
+
"isReadonly": false,
|
|
15817
|
+
"isOptional": false,
|
|
15818
|
+
"releaseTag": "Public",
|
|
15819
|
+
"name": "setIsNoResults",
|
|
15820
|
+
"propertyTypeTokenRange": {
|
|
15821
|
+
"startIndex": 1,
|
|
15822
|
+
"endIndex": 2
|
|
15823
|
+
}
|
|
15824
|
+
},
|
|
15825
|
+
{
|
|
15826
|
+
"kind": "PropertySignature",
|
|
15827
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setOrigin:member",
|
|
15828
|
+
"docComment": "/**\n * Sets the origin of the module.\n *\n * @param origin - The new origin.\n */\n",
|
|
15829
|
+
"excerptTokens": [
|
|
15830
|
+
{
|
|
15831
|
+
"kind": "Content",
|
|
15832
|
+
"text": "setOrigin: "
|
|
15833
|
+
},
|
|
15834
|
+
{
|
|
15835
|
+
"kind": "Content",
|
|
15836
|
+
"text": "(origin: "
|
|
15837
|
+
},
|
|
15838
|
+
{
|
|
15839
|
+
"kind": "Reference",
|
|
15840
|
+
"text": "QueryOrigin",
|
|
15841
|
+
"canonicalReference": "@empathyco/x-components!QueryOrigin:type"
|
|
15842
|
+
},
|
|
15843
|
+
{
|
|
15844
|
+
"kind": "Content",
|
|
15845
|
+
"text": " | undefined | null) => void"
|
|
15846
|
+
},
|
|
15847
|
+
{
|
|
15848
|
+
"kind": "Content",
|
|
15849
|
+
"text": ";"
|
|
15850
|
+
}
|
|
15851
|
+
],
|
|
15852
|
+
"isReadonly": false,
|
|
15853
|
+
"isOptional": false,
|
|
15854
|
+
"releaseTag": "Public",
|
|
15855
|
+
"name": "setOrigin",
|
|
15856
|
+
"propertyTypeTokenRange": {
|
|
15857
|
+
"startIndex": 1,
|
|
15858
|
+
"endIndex": 4
|
|
15859
|
+
}
|
|
15860
|
+
},
|
|
15861
|
+
{
|
|
15862
|
+
"kind": "PropertySignature",
|
|
15863
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setPage:member",
|
|
15864
|
+
"docComment": "/**\n * Sets the page of the module.\n *\n * @param page - The new page.\n */\n",
|
|
15865
|
+
"excerptTokens": [
|
|
15866
|
+
{
|
|
15867
|
+
"kind": "Content",
|
|
15868
|
+
"text": "setPage: "
|
|
15869
|
+
},
|
|
15870
|
+
{
|
|
15871
|
+
"kind": "Content",
|
|
15872
|
+
"text": "(page: number) => void"
|
|
15873
|
+
},
|
|
15874
|
+
{
|
|
15875
|
+
"kind": "Content",
|
|
15876
|
+
"text": ";"
|
|
15877
|
+
}
|
|
15878
|
+
],
|
|
15879
|
+
"isReadonly": false,
|
|
15880
|
+
"isOptional": false,
|
|
15881
|
+
"releaseTag": "Public",
|
|
15882
|
+
"name": "setPage",
|
|
15883
|
+
"propertyTypeTokenRange": {
|
|
15884
|
+
"startIndex": 1,
|
|
15885
|
+
"endIndex": 2
|
|
15886
|
+
}
|
|
15887
|
+
},
|
|
15888
|
+
{
|
|
15889
|
+
"kind": "PropertySignature",
|
|
15890
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setParams:member",
|
|
15891
|
+
"docComment": "/**\n * Sets the extra params of the module.\n *\n * @param params - The new extra params.\n */\n",
|
|
15892
|
+
"excerptTokens": [
|
|
15893
|
+
{
|
|
15894
|
+
"kind": "Content",
|
|
15895
|
+
"text": "setParams: "
|
|
15896
|
+
},
|
|
15897
|
+
{
|
|
15898
|
+
"kind": "Content",
|
|
15899
|
+
"text": "(params: "
|
|
15900
|
+
},
|
|
15901
|
+
{
|
|
15902
|
+
"kind": "Reference",
|
|
15903
|
+
"text": "Dictionary",
|
|
15904
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
15905
|
+
},
|
|
15906
|
+
{
|
|
15907
|
+
"kind": "Content",
|
|
15908
|
+
"text": "<unknown>) => void"
|
|
15909
|
+
},
|
|
15910
|
+
{
|
|
15911
|
+
"kind": "Content",
|
|
15912
|
+
"text": ";"
|
|
15913
|
+
}
|
|
15914
|
+
],
|
|
15915
|
+
"isReadonly": false,
|
|
15916
|
+
"isOptional": false,
|
|
15917
|
+
"releaseTag": "Public",
|
|
15918
|
+
"name": "setParams",
|
|
15919
|
+
"propertyTypeTokenRange": {
|
|
15920
|
+
"startIndex": 1,
|
|
15921
|
+
"endIndex": 4
|
|
15922
|
+
}
|
|
15923
|
+
},
|
|
15924
|
+
{
|
|
15925
|
+
"kind": "PropertySignature",
|
|
15926
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setPromoteds:member",
|
|
15927
|
+
"docComment": "/**\n * Sets the promoteds of the module.\n *\n * @param promoteds - The new promoted to save to the state.\n */\n",
|
|
15928
|
+
"excerptTokens": [
|
|
15929
|
+
{
|
|
15930
|
+
"kind": "Content",
|
|
15931
|
+
"text": "setPromoteds: "
|
|
15932
|
+
},
|
|
15933
|
+
{
|
|
15934
|
+
"kind": "Content",
|
|
15935
|
+
"text": "(promoteds: "
|
|
15936
|
+
},
|
|
15937
|
+
{
|
|
15938
|
+
"kind": "Reference",
|
|
15939
|
+
"text": "Promoted",
|
|
15940
|
+
"canonicalReference": "@empathyco/x-components!Promoted_2:interface"
|
|
15941
|
+
},
|
|
15942
|
+
{
|
|
15943
|
+
"kind": "Content",
|
|
15944
|
+
"text": "[]) => void"
|
|
15945
|
+
},
|
|
15946
|
+
{
|
|
15947
|
+
"kind": "Content",
|
|
15948
|
+
"text": ";"
|
|
15949
|
+
}
|
|
15950
|
+
],
|
|
15951
|
+
"isReadonly": false,
|
|
15952
|
+
"isOptional": false,
|
|
15953
|
+
"releaseTag": "Public",
|
|
15954
|
+
"name": "setPromoteds",
|
|
15955
|
+
"propertyTypeTokenRange": {
|
|
15956
|
+
"startIndex": 1,
|
|
15957
|
+
"endIndex": 4
|
|
15958
|
+
}
|
|
15959
|
+
},
|
|
15960
|
+
{
|
|
15961
|
+
"kind": "PropertySignature",
|
|
15962
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setResults:member",
|
|
15963
|
+
"docComment": "/**\n * Sets the results of the module.\n *\n * @param results - The new results to save to the state.\n */\n",
|
|
15964
|
+
"excerptTokens": [
|
|
15965
|
+
{
|
|
15966
|
+
"kind": "Content",
|
|
15967
|
+
"text": "setResults: "
|
|
15968
|
+
},
|
|
15969
|
+
{
|
|
15970
|
+
"kind": "Content",
|
|
15971
|
+
"text": "(results: "
|
|
15972
|
+
},
|
|
15973
|
+
{
|
|
15974
|
+
"kind": "Reference",
|
|
15975
|
+
"text": "Result",
|
|
15976
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
15977
|
+
},
|
|
15978
|
+
{
|
|
15979
|
+
"kind": "Content",
|
|
15980
|
+
"text": "[]) => void"
|
|
15981
|
+
},
|
|
15982
|
+
{
|
|
15983
|
+
"kind": "Content",
|
|
15984
|
+
"text": ";"
|
|
15985
|
+
}
|
|
15986
|
+
],
|
|
15987
|
+
"isReadonly": false,
|
|
15988
|
+
"isOptional": false,
|
|
15989
|
+
"releaseTag": "Public",
|
|
15990
|
+
"name": "setResults",
|
|
15991
|
+
"propertyTypeTokenRange": {
|
|
15992
|
+
"startIndex": 1,
|
|
15993
|
+
"endIndex": 4
|
|
15994
|
+
}
|
|
15995
|
+
},
|
|
15996
|
+
{
|
|
15997
|
+
"kind": "PropertySignature",
|
|
15998
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setSelectedCategory:member",
|
|
15999
|
+
"docComment": "/**\n * Sets the selected category of the module.\n *\n * @param selectedCategory - The new selectedCategory.\n */\n",
|
|
16000
|
+
"excerptTokens": [
|
|
16001
|
+
{
|
|
16002
|
+
"kind": "Content",
|
|
16003
|
+
"text": "setSelectedCategory: "
|
|
16004
|
+
},
|
|
16005
|
+
{
|
|
16006
|
+
"kind": "Content",
|
|
16007
|
+
"text": "(selectedCategory: "
|
|
16008
|
+
},
|
|
16009
|
+
{
|
|
16010
|
+
"kind": "Reference",
|
|
16011
|
+
"text": "BrowsableRequest",
|
|
16012
|
+
"canonicalReference": "@empathyco/x-components!BrowsableRequest:interface"
|
|
16013
|
+
},
|
|
16014
|
+
{
|
|
16015
|
+
"kind": "Content",
|
|
16016
|
+
"text": ") => void"
|
|
16017
|
+
},
|
|
16018
|
+
{
|
|
16019
|
+
"kind": "Content",
|
|
16020
|
+
"text": ";"
|
|
16021
|
+
}
|
|
16022
|
+
],
|
|
16023
|
+
"isReadonly": false,
|
|
16024
|
+
"isOptional": false,
|
|
16025
|
+
"releaseTag": "Public",
|
|
16026
|
+
"name": "setSelectedCategory",
|
|
16027
|
+
"propertyTypeTokenRange": {
|
|
16028
|
+
"startIndex": 1,
|
|
16029
|
+
"endIndex": 4
|
|
16030
|
+
}
|
|
16031
|
+
},
|
|
16032
|
+
{
|
|
16033
|
+
"kind": "PropertySignature",
|
|
16034
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setSelectedFilters:member",
|
|
16035
|
+
"docComment": "/**\n * Sets the selected filters of the module.\n *\n * @param selectedFilters - The new selected filters to save to the state.\n */\n",
|
|
16036
|
+
"excerptTokens": [
|
|
16037
|
+
{
|
|
16038
|
+
"kind": "Content",
|
|
16039
|
+
"text": "setSelectedFilters: "
|
|
16040
|
+
},
|
|
16041
|
+
{
|
|
16042
|
+
"kind": "Content",
|
|
16043
|
+
"text": "(selectedFilters: "
|
|
16044
|
+
},
|
|
16045
|
+
{
|
|
16046
|
+
"kind": "Reference",
|
|
16047
|
+
"text": "Filter",
|
|
16048
|
+
"canonicalReference": "@empathyco/x-components!Filter:interface"
|
|
16049
|
+
},
|
|
16050
|
+
{
|
|
16051
|
+
"kind": "Content",
|
|
16052
|
+
"text": "[]) => void"
|
|
16053
|
+
},
|
|
16054
|
+
{
|
|
16055
|
+
"kind": "Content",
|
|
16056
|
+
"text": ";"
|
|
16057
|
+
}
|
|
16058
|
+
],
|
|
16059
|
+
"isReadonly": false,
|
|
16060
|
+
"isOptional": false,
|
|
16061
|
+
"releaseTag": "Public",
|
|
16062
|
+
"name": "setSelectedFilters",
|
|
16063
|
+
"propertyTypeTokenRange": {
|
|
16064
|
+
"startIndex": 1,
|
|
16065
|
+
"endIndex": 4
|
|
16066
|
+
}
|
|
16067
|
+
},
|
|
16068
|
+
{
|
|
16069
|
+
"kind": "PropertySignature",
|
|
16070
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setSort:member",
|
|
16071
|
+
"docComment": "/**\n * Sets the selected sort option of the module.\n *\n * @param sort - The new sort.\n */\n",
|
|
16072
|
+
"excerptTokens": [
|
|
16073
|
+
{
|
|
16074
|
+
"kind": "Content",
|
|
16075
|
+
"text": "setSort: "
|
|
16076
|
+
},
|
|
16077
|
+
{
|
|
16078
|
+
"kind": "Content",
|
|
16079
|
+
"text": "(sort: "
|
|
16080
|
+
},
|
|
16081
|
+
{
|
|
16082
|
+
"kind": "Reference",
|
|
16083
|
+
"text": "Sort",
|
|
16084
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
16085
|
+
},
|
|
16086
|
+
{
|
|
16087
|
+
"kind": "Content",
|
|
16088
|
+
"text": ") => void"
|
|
16089
|
+
},
|
|
16090
|
+
{
|
|
16091
|
+
"kind": "Content",
|
|
16092
|
+
"text": ";"
|
|
16093
|
+
}
|
|
16094
|
+
],
|
|
16095
|
+
"isReadonly": false,
|
|
16096
|
+
"isOptional": false,
|
|
16097
|
+
"releaseTag": "Public",
|
|
16098
|
+
"name": "setSort",
|
|
16099
|
+
"propertyTypeTokenRange": {
|
|
16100
|
+
"startIndex": 1,
|
|
16101
|
+
"endIndex": 4
|
|
16102
|
+
}
|
|
16103
|
+
},
|
|
16104
|
+
{
|
|
16105
|
+
"kind": "PropertySignature",
|
|
16106
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setStats:member",
|
|
16107
|
+
"docComment": "/**\n * Sets the stats of the module.\n *\n * @param stats - The new stats to save to the state.\n */\n",
|
|
16108
|
+
"excerptTokens": [
|
|
16109
|
+
{
|
|
16110
|
+
"kind": "Content",
|
|
16111
|
+
"text": "setStats: "
|
|
16112
|
+
},
|
|
16113
|
+
{
|
|
16114
|
+
"kind": "Content",
|
|
16115
|
+
"text": "(stats: "
|
|
16116
|
+
},
|
|
16117
|
+
{
|
|
16118
|
+
"kind": "Reference",
|
|
16119
|
+
"text": "Stats",
|
|
16120
|
+
"canonicalReference": "@empathyco/x-components!Stats:interface"
|
|
16121
|
+
},
|
|
16122
|
+
{
|
|
16123
|
+
"kind": "Content",
|
|
16124
|
+
"text": ") => void"
|
|
16125
|
+
},
|
|
16126
|
+
{
|
|
16127
|
+
"kind": "Content",
|
|
16128
|
+
"text": ";"
|
|
16129
|
+
}
|
|
16130
|
+
],
|
|
16131
|
+
"isReadonly": false,
|
|
16132
|
+
"isOptional": false,
|
|
16133
|
+
"releaseTag": "Public",
|
|
16134
|
+
"name": "setStats",
|
|
16135
|
+
"propertyTypeTokenRange": {
|
|
16136
|
+
"startIndex": 1,
|
|
16137
|
+
"endIndex": 4
|
|
16138
|
+
}
|
|
16139
|
+
},
|
|
16140
|
+
{
|
|
16141
|
+
"kind": "PropertySignature",
|
|
16142
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#setTotalResults:member",
|
|
16143
|
+
"docComment": "/**\n * Sets the total results of the module.\n *\n * @param totalResults - The new total results to save to the state.\n */\n",
|
|
16144
|
+
"excerptTokens": [
|
|
16145
|
+
{
|
|
16146
|
+
"kind": "Content",
|
|
16147
|
+
"text": "setTotalResults: "
|
|
16148
|
+
},
|
|
16149
|
+
{
|
|
16150
|
+
"kind": "Content",
|
|
16151
|
+
"text": "(totalResults: number) => void"
|
|
16152
|
+
},
|
|
16153
|
+
{
|
|
16154
|
+
"kind": "Content",
|
|
16155
|
+
"text": ";"
|
|
16156
|
+
}
|
|
16157
|
+
],
|
|
16158
|
+
"isReadonly": false,
|
|
16159
|
+
"isOptional": false,
|
|
16160
|
+
"releaseTag": "Public",
|
|
16161
|
+
"name": "setTotalResults",
|
|
16162
|
+
"propertyTypeTokenRange": {
|
|
16163
|
+
"startIndex": 1,
|
|
16164
|
+
"endIndex": 2
|
|
16165
|
+
}
|
|
16166
|
+
},
|
|
16167
|
+
{
|
|
16168
|
+
"kind": "PropertySignature",
|
|
16169
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#updateResult:member",
|
|
16170
|
+
"docComment": "/**\n * Updates a result with new fields.\n *\n * @param result - A result containing at least an id, and the properties to modify.\n */\n",
|
|
16171
|
+
"excerptTokens": [
|
|
16172
|
+
{
|
|
16173
|
+
"kind": "Content",
|
|
16174
|
+
"text": "updateResult: "
|
|
16175
|
+
},
|
|
16176
|
+
{
|
|
16177
|
+
"kind": "Content",
|
|
16178
|
+
"text": "(result: "
|
|
16179
|
+
},
|
|
16180
|
+
{
|
|
16181
|
+
"kind": "Reference",
|
|
16182
|
+
"text": "Partial",
|
|
16183
|
+
"canonicalReference": "!Partial:type"
|
|
16184
|
+
},
|
|
16185
|
+
{
|
|
16186
|
+
"kind": "Content",
|
|
16187
|
+
"text": "<"
|
|
16188
|
+
},
|
|
16189
|
+
{
|
|
16190
|
+
"kind": "Reference",
|
|
16191
|
+
"text": "Result",
|
|
16192
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
16193
|
+
},
|
|
16194
|
+
{
|
|
16195
|
+
"kind": "Content",
|
|
16196
|
+
"text": "> & "
|
|
16197
|
+
},
|
|
16198
|
+
{
|
|
16199
|
+
"kind": "Reference",
|
|
16200
|
+
"text": "Pick",
|
|
16201
|
+
"canonicalReference": "!Pick:type"
|
|
16202
|
+
},
|
|
16203
|
+
{
|
|
16204
|
+
"kind": "Content",
|
|
16205
|
+
"text": "<"
|
|
16206
|
+
},
|
|
16207
|
+
{
|
|
16208
|
+
"kind": "Reference",
|
|
16209
|
+
"text": "Result",
|
|
16210
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
16211
|
+
},
|
|
16212
|
+
{
|
|
16213
|
+
"kind": "Content",
|
|
16214
|
+
"text": ", 'id'>) => void"
|
|
16215
|
+
},
|
|
16216
|
+
{
|
|
16217
|
+
"kind": "Content",
|
|
16218
|
+
"text": ";"
|
|
16219
|
+
}
|
|
16220
|
+
],
|
|
16221
|
+
"isReadonly": false,
|
|
16222
|
+
"isOptional": false,
|
|
16223
|
+
"releaseTag": "Public",
|
|
16224
|
+
"name": "updateResult",
|
|
16225
|
+
"propertyTypeTokenRange": {
|
|
16226
|
+
"startIndex": 1,
|
|
16227
|
+
"endIndex": 10
|
|
16228
|
+
}
|
|
16229
|
+
},
|
|
16230
|
+
{
|
|
16231
|
+
"kind": "PropertySignature",
|
|
16232
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations#updateResultsFromEnrichment:member",
|
|
16233
|
+
"docComment": "/**\n * Updates the results with the enrichment results.\n *\n * @param enrichmentResults - The enrichment results.\n */\n",
|
|
16234
|
+
"excerptTokens": [
|
|
16235
|
+
{
|
|
16236
|
+
"kind": "Content",
|
|
16237
|
+
"text": "updateResultsFromEnrichment: "
|
|
16238
|
+
},
|
|
16239
|
+
{
|
|
16240
|
+
"kind": "Content",
|
|
16241
|
+
"text": "(enrichmentResults: any[]) => void"
|
|
16242
|
+
},
|
|
16243
|
+
{
|
|
16244
|
+
"kind": "Content",
|
|
16245
|
+
"text": ";"
|
|
16246
|
+
}
|
|
16247
|
+
],
|
|
16248
|
+
"isReadonly": false,
|
|
16249
|
+
"isOptional": false,
|
|
16250
|
+
"releaseTag": "Public",
|
|
16251
|
+
"name": "updateResultsFromEnrichment",
|
|
16252
|
+
"propertyTypeTokenRange": {
|
|
16253
|
+
"startIndex": 1,
|
|
16254
|
+
"endIndex": 2
|
|
16255
|
+
}
|
|
16256
|
+
}
|
|
16257
|
+
],
|
|
16258
|
+
"extendsTokenRanges": [
|
|
16259
|
+
{
|
|
16260
|
+
"startIndex": 1,
|
|
16261
|
+
"endIndex": 2
|
|
16262
|
+
},
|
|
16263
|
+
{
|
|
16264
|
+
"startIndex": 3,
|
|
16265
|
+
"endIndex": 7
|
|
16266
|
+
}
|
|
16267
|
+
]
|
|
16268
|
+
},
|
|
16269
|
+
{
|
|
16270
|
+
"kind": "Variable",
|
|
16271
|
+
"canonicalReference": "@empathyco/x-components!browseRequest:var",
|
|
16272
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseGetters.request} getter.\n *\n * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the browse module.\n *\n * @param getters - Current {@link https://vuex.vuejs.org/guide/getters.html | getters} of the browse module.\n *\n * @returns The browse request to fetch data from the API.\n *\n * @public\n */\n",
|
|
16273
|
+
"excerptTokens": [
|
|
16274
|
+
{
|
|
16275
|
+
"kind": "Content",
|
|
16276
|
+
"text": "request: "
|
|
16277
|
+
},
|
|
16278
|
+
{
|
|
16279
|
+
"kind": "Reference",
|
|
16280
|
+
"text": "BrowseXStoreModule",
|
|
16281
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
16282
|
+
},
|
|
16283
|
+
{
|
|
16284
|
+
"kind": "Content",
|
|
16285
|
+
"text": "['getters']['request']"
|
|
16286
|
+
}
|
|
16287
|
+
],
|
|
16288
|
+
"fileUrlPath": "src/x-modules/browse/store/getters/request.getter.ts",
|
|
16289
|
+
"isReadonly": true,
|
|
16290
|
+
"releaseTag": "Public",
|
|
16291
|
+
"name": "browseRequest",
|
|
16292
|
+
"variableTypeTokenRange": {
|
|
16293
|
+
"startIndex": 1,
|
|
16294
|
+
"endIndex": 3
|
|
16295
|
+
}
|
|
16296
|
+
},
|
|
16297
|
+
{
|
|
16298
|
+
"kind": "Variable",
|
|
16299
|
+
"canonicalReference": "@empathyco/x-components!BrowseResultsList:var",
|
|
16300
|
+
"docComment": "/**\n * It renders a {@link ItemsList} list with the results from {@link SearchState.results} by default.\n *\n * The component provides a default slot which wraps the whole component with the `results` bound.\n *\n * It also provides the slot result to customize the item, which is within the default slot, with the result bound.\n *\n * @public\n */\n",
|
|
16301
|
+
"excerptTokens": [
|
|
16302
|
+
{
|
|
16303
|
+
"kind": "Content",
|
|
16304
|
+
"text": "_default: "
|
|
16305
|
+
},
|
|
16306
|
+
{
|
|
16307
|
+
"kind": "Content",
|
|
16308
|
+
"text": "import(\"vue\")."
|
|
16309
|
+
},
|
|
16310
|
+
{
|
|
16311
|
+
"kind": "Reference",
|
|
16312
|
+
"text": "DefineComponent",
|
|
16313
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
16314
|
+
},
|
|
16315
|
+
{
|
|
16316
|
+
"kind": "Content",
|
|
16317
|
+
"text": "<import(\"vue\")."
|
|
16318
|
+
},
|
|
16319
|
+
{
|
|
16320
|
+
"kind": "Reference",
|
|
16321
|
+
"text": "ExtractPropTypes",
|
|
16322
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16323
|
+
},
|
|
16324
|
+
{
|
|
16325
|
+
"kind": "Content",
|
|
16326
|
+
"text": "<{\n animation: {\n type: ("
|
|
16327
|
+
},
|
|
16328
|
+
{
|
|
16329
|
+
"kind": "Reference",
|
|
16330
|
+
"text": "StringConstructor",
|
|
16331
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
16332
|
+
},
|
|
16333
|
+
{
|
|
16334
|
+
"kind": "Content",
|
|
16335
|
+
"text": " | "
|
|
16336
|
+
},
|
|
16337
|
+
{
|
|
16338
|
+
"kind": "Reference",
|
|
16339
|
+
"text": "ObjectConstructor",
|
|
16340
|
+
"canonicalReference": "!ObjectConstructor:interface"
|
|
16341
|
+
},
|
|
16342
|
+
{
|
|
16343
|
+
"kind": "Content",
|
|
16344
|
+
"text": " | "
|
|
16345
|
+
},
|
|
16346
|
+
{
|
|
16347
|
+
"kind": "Reference",
|
|
16348
|
+
"text": "FunctionConstructor",
|
|
16349
|
+
"canonicalReference": "!FunctionConstructor:interface"
|
|
16350
|
+
},
|
|
16351
|
+
{
|
|
16352
|
+
"kind": "Content",
|
|
16353
|
+
"text": ")[];\n default: string;\n };\n}>, () => import(\"vue\")."
|
|
16354
|
+
},
|
|
16355
|
+
{
|
|
16356
|
+
"kind": "Reference",
|
|
16357
|
+
"text": "VNode",
|
|
16358
|
+
"canonicalReference": "@vue/runtime-core!VNode:interface"
|
|
16359
|
+
},
|
|
16360
|
+
{
|
|
16361
|
+
"kind": "Content",
|
|
16362
|
+
"text": "<import(\"vue\")."
|
|
16363
|
+
},
|
|
16364
|
+
{
|
|
16365
|
+
"kind": "Reference",
|
|
16366
|
+
"text": "RendererNode",
|
|
16367
|
+
"canonicalReference": "@vue/runtime-core!RendererNode:interface"
|
|
16368
|
+
},
|
|
16369
|
+
{
|
|
16370
|
+
"kind": "Content",
|
|
16371
|
+
"text": ", import(\"vue\")."
|
|
16372
|
+
},
|
|
16373
|
+
{
|
|
16374
|
+
"kind": "Reference",
|
|
16375
|
+
"text": "RendererElement",
|
|
16376
|
+
"canonicalReference": "@vue/runtime-core!RendererElement:interface"
|
|
16377
|
+
},
|
|
16378
|
+
{
|
|
16379
|
+
"kind": "Content",
|
|
16380
|
+
"text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
|
|
16381
|
+
},
|
|
16382
|
+
{
|
|
16383
|
+
"kind": "Reference",
|
|
16384
|
+
"text": "ComponentOptionsMixin",
|
|
16385
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16386
|
+
},
|
|
16387
|
+
{
|
|
16388
|
+
"kind": "Content",
|
|
16389
|
+
"text": ", import(\"vue\")."
|
|
16390
|
+
},
|
|
16391
|
+
{
|
|
16392
|
+
"kind": "Reference",
|
|
16393
|
+
"text": "ComponentOptionsMixin",
|
|
16394
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16395
|
+
},
|
|
16396
|
+
{
|
|
16397
|
+
"kind": "Content",
|
|
16398
|
+
"text": ", {}, string, import(\"vue\")."
|
|
16399
|
+
},
|
|
16400
|
+
{
|
|
16401
|
+
"kind": "Reference",
|
|
16402
|
+
"text": "PublicProps",
|
|
16403
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
16404
|
+
},
|
|
16405
|
+
{
|
|
16406
|
+
"kind": "Content",
|
|
16407
|
+
"text": ", "
|
|
16408
|
+
},
|
|
16409
|
+
{
|
|
16410
|
+
"kind": "Reference",
|
|
16411
|
+
"text": "Readonly",
|
|
16412
|
+
"canonicalReference": "!Readonly:type"
|
|
16413
|
+
},
|
|
16414
|
+
{
|
|
16415
|
+
"kind": "Content",
|
|
16416
|
+
"text": "<import(\"vue\")."
|
|
16417
|
+
},
|
|
16418
|
+
{
|
|
16419
|
+
"kind": "Reference",
|
|
16420
|
+
"text": "ExtractPropTypes",
|
|
16421
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16422
|
+
},
|
|
16423
|
+
{
|
|
16424
|
+
"kind": "Content",
|
|
16425
|
+
"text": "<{\n animation: {\n type: ("
|
|
16426
|
+
},
|
|
16427
|
+
{
|
|
16428
|
+
"kind": "Reference",
|
|
16429
|
+
"text": "StringConstructor",
|
|
16430
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
16431
|
+
},
|
|
16432
|
+
{
|
|
16433
|
+
"kind": "Content",
|
|
16434
|
+
"text": " | "
|
|
16435
|
+
},
|
|
16436
|
+
{
|
|
16437
|
+
"kind": "Reference",
|
|
16438
|
+
"text": "ObjectConstructor",
|
|
16439
|
+
"canonicalReference": "!ObjectConstructor:interface"
|
|
16440
|
+
},
|
|
16441
|
+
{
|
|
16442
|
+
"kind": "Content",
|
|
16443
|
+
"text": " | "
|
|
16444
|
+
},
|
|
16445
|
+
{
|
|
16446
|
+
"kind": "Reference",
|
|
16447
|
+
"text": "FunctionConstructor",
|
|
16448
|
+
"canonicalReference": "!FunctionConstructor:interface"
|
|
16449
|
+
},
|
|
16450
|
+
{
|
|
16451
|
+
"kind": "Content",
|
|
16452
|
+
"text": ")[];\n default: string;\n };\n}>> & "
|
|
16453
|
+
},
|
|
16454
|
+
{
|
|
16455
|
+
"kind": "Reference",
|
|
16456
|
+
"text": "Readonly",
|
|
16457
|
+
"canonicalReference": "!Readonly:type"
|
|
16458
|
+
},
|
|
16459
|
+
{
|
|
16460
|
+
"kind": "Content",
|
|
16461
|
+
"text": "<{}>, {\n animation: string | "
|
|
16462
|
+
},
|
|
16463
|
+
{
|
|
16464
|
+
"kind": "Reference",
|
|
16465
|
+
"text": "Function",
|
|
16466
|
+
"canonicalReference": "!Function:interface"
|
|
16467
|
+
},
|
|
16468
|
+
{
|
|
16469
|
+
"kind": "Content",
|
|
16470
|
+
"text": " | "
|
|
16471
|
+
},
|
|
16472
|
+
{
|
|
16473
|
+
"kind": "Reference",
|
|
16474
|
+
"text": "Record",
|
|
16475
|
+
"canonicalReference": "!Record:type"
|
|
16476
|
+
},
|
|
16477
|
+
{
|
|
16478
|
+
"kind": "Content",
|
|
16479
|
+
"text": "<string, any>;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
16480
|
+
},
|
|
16481
|
+
{
|
|
16482
|
+
"kind": "Reference",
|
|
16483
|
+
"text": "ComponentProvideOptions",
|
|
16484
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
16485
|
+
},
|
|
16486
|
+
{
|
|
16487
|
+
"kind": "Content",
|
|
16488
|
+
"text": ", true, {}, any>"
|
|
16489
|
+
}
|
|
16490
|
+
],
|
|
16491
|
+
"fileUrlPath": "dist/types/src/x-modules/browse/components/browse-results-list.vue.d.ts",
|
|
16492
|
+
"isReadonly": true,
|
|
16493
|
+
"releaseTag": "Public",
|
|
16494
|
+
"name": "BrowseResultsList",
|
|
16495
|
+
"variableTypeTokenRange": {
|
|
16496
|
+
"startIndex": 1,
|
|
16497
|
+
"endIndex": 42
|
|
16498
|
+
}
|
|
16499
|
+
},
|
|
16500
|
+
{
|
|
16501
|
+
"kind": "Variable",
|
|
16502
|
+
"canonicalReference": "@empathyco/x-components!BrowseSortPickerList:var",
|
|
16503
|
+
"docComment": "/**\n * The `SortPickerList` component allows user to select the browse results order. This component also allows to change the selected sort programmatically.\n */\n",
|
|
16504
|
+
"excerptTokens": [
|
|
16505
|
+
{
|
|
16506
|
+
"kind": "Content",
|
|
16507
|
+
"text": "_default: "
|
|
16508
|
+
},
|
|
16509
|
+
{
|
|
16510
|
+
"kind": "Content",
|
|
16511
|
+
"text": "import(\"vue\")."
|
|
16512
|
+
},
|
|
16513
|
+
{
|
|
16514
|
+
"kind": "Reference",
|
|
16515
|
+
"text": "DefineComponent",
|
|
16516
|
+
"canonicalReference": "@vue/runtime-core!DefineComponent:type"
|
|
16517
|
+
},
|
|
16518
|
+
{
|
|
16519
|
+
"kind": "Content",
|
|
16520
|
+
"text": "<import(\"vue\")."
|
|
16521
|
+
},
|
|
16522
|
+
{
|
|
16523
|
+
"kind": "Reference",
|
|
16524
|
+
"text": "ExtractPropTypes",
|
|
16525
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16526
|
+
},
|
|
16527
|
+
{
|
|
16528
|
+
"kind": "Content",
|
|
16529
|
+
"text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
"kind": "Reference",
|
|
16533
|
+
"text": "ArrayConstructor",
|
|
16534
|
+
"canonicalReference": "!ArrayConstructor:interface"
|
|
16535
|
+
},
|
|
16536
|
+
{
|
|
16537
|
+
"kind": "Content",
|
|
16538
|
+
"text": ";\n required: true;\n };\n buttonClass: {\n type: "
|
|
16539
|
+
},
|
|
16540
|
+
{
|
|
16541
|
+
"kind": "Reference",
|
|
16542
|
+
"text": "StringConstructor",
|
|
16543
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
16544
|
+
},
|
|
16545
|
+
{
|
|
16546
|
+
"kind": "Content",
|
|
16547
|
+
"text": ";\n required: true;\n };\n}>, (_ctx: any, _cache: any) => import(\"vue\")."
|
|
16548
|
+
},
|
|
16549
|
+
{
|
|
16550
|
+
"kind": "Reference",
|
|
16551
|
+
"text": "VNode",
|
|
16552
|
+
"canonicalReference": "@vue/runtime-core!VNode:interface"
|
|
16553
|
+
},
|
|
16554
|
+
{
|
|
16555
|
+
"kind": "Content",
|
|
16556
|
+
"text": "<import(\"vue\")."
|
|
16557
|
+
},
|
|
16558
|
+
{
|
|
16559
|
+
"kind": "Reference",
|
|
16560
|
+
"text": "RendererNode",
|
|
16561
|
+
"canonicalReference": "@vue/runtime-core!RendererNode:interface"
|
|
16562
|
+
},
|
|
16563
|
+
{
|
|
16564
|
+
"kind": "Content",
|
|
16565
|
+
"text": ", import(\"vue\")."
|
|
16566
|
+
},
|
|
16567
|
+
{
|
|
16568
|
+
"kind": "Reference",
|
|
16569
|
+
"text": "RendererElement",
|
|
16570
|
+
"canonicalReference": "@vue/runtime-core!RendererElement:interface"
|
|
16571
|
+
},
|
|
16572
|
+
{
|
|
16573
|
+
"kind": "Content",
|
|
16574
|
+
"text": ", {\n [key: string]: any;\n}>, {}, {}, {}, import(\"vue\")."
|
|
16575
|
+
},
|
|
16576
|
+
{
|
|
16577
|
+
"kind": "Reference",
|
|
16578
|
+
"text": "ComponentOptionsMixin",
|
|
16579
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16580
|
+
},
|
|
16581
|
+
{
|
|
16582
|
+
"kind": "Content",
|
|
16583
|
+
"text": ", import(\"vue\")."
|
|
16584
|
+
},
|
|
16585
|
+
{
|
|
16586
|
+
"kind": "Reference",
|
|
16587
|
+
"text": "ComponentOptionsMixin",
|
|
16588
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
16589
|
+
},
|
|
16590
|
+
{
|
|
16591
|
+
"kind": "Content",
|
|
16592
|
+
"text": ", {}, string, import(\"vue\")."
|
|
16593
|
+
},
|
|
16594
|
+
{
|
|
16595
|
+
"kind": "Reference",
|
|
16596
|
+
"text": "PublicProps",
|
|
16597
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
16598
|
+
},
|
|
16599
|
+
{
|
|
16600
|
+
"kind": "Content",
|
|
16601
|
+
"text": ", "
|
|
16602
|
+
},
|
|
16603
|
+
{
|
|
16604
|
+
"kind": "Reference",
|
|
16605
|
+
"text": "Readonly",
|
|
16606
|
+
"canonicalReference": "!Readonly:type"
|
|
16607
|
+
},
|
|
16608
|
+
{
|
|
16609
|
+
"kind": "Content",
|
|
16610
|
+
"text": "<import(\"vue\")."
|
|
16611
|
+
},
|
|
16612
|
+
{
|
|
16613
|
+
"kind": "Reference",
|
|
16614
|
+
"text": "ExtractPropTypes",
|
|
16615
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
16616
|
+
},
|
|
16617
|
+
{
|
|
16618
|
+
"kind": "Content",
|
|
16619
|
+
"text": "<{\n animation: {\n type: null;\n required: false;\n default: string;\n };\n items: {\n type: "
|
|
16620
|
+
},
|
|
16621
|
+
{
|
|
16622
|
+
"kind": "Reference",
|
|
16623
|
+
"text": "ArrayConstructor",
|
|
16624
|
+
"canonicalReference": "!ArrayConstructor:interface"
|
|
16625
|
+
},
|
|
16626
|
+
{
|
|
16627
|
+
"kind": "Content",
|
|
16628
|
+
"text": ";\n required: true;\n };\n buttonClass: {\n type: "
|
|
16629
|
+
},
|
|
16630
|
+
{
|
|
16631
|
+
"kind": "Reference",
|
|
16632
|
+
"text": "StringConstructor",
|
|
16633
|
+
"canonicalReference": "!StringConstructor:interface"
|
|
16634
|
+
},
|
|
16635
|
+
{
|
|
16636
|
+
"kind": "Content",
|
|
16637
|
+
"text": ";\n required: true;\n };\n}>> & "
|
|
16638
|
+
},
|
|
16639
|
+
{
|
|
16640
|
+
"kind": "Reference",
|
|
16641
|
+
"text": "Readonly",
|
|
16642
|
+
"canonicalReference": "!Readonly:type"
|
|
16643
|
+
},
|
|
16644
|
+
{
|
|
16645
|
+
"kind": "Content",
|
|
16646
|
+
"text": "<{}>, {\n animation: any;\n}, {}, {}, {}, string, import(\"vue\")."
|
|
16647
|
+
},
|
|
16648
|
+
{
|
|
16649
|
+
"kind": "Reference",
|
|
16650
|
+
"text": "ComponentProvideOptions",
|
|
16651
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
16652
|
+
},
|
|
16653
|
+
{
|
|
16654
|
+
"kind": "Content",
|
|
16655
|
+
"text": ", true, {}, any>"
|
|
16656
|
+
}
|
|
16657
|
+
],
|
|
16658
|
+
"fileUrlPath": "dist/types/src/x-modules/browse/components/browse-sort-picker-list.vue.d.ts",
|
|
16659
|
+
"isReadonly": true,
|
|
16660
|
+
"releaseTag": "Public",
|
|
16661
|
+
"name": "BrowseSortPickerList",
|
|
16662
|
+
"variableTypeTokenRange": {
|
|
16663
|
+
"startIndex": 1,
|
|
16664
|
+
"endIndex": 34
|
|
16665
|
+
}
|
|
16666
|
+
},
|
|
16667
|
+
{
|
|
16668
|
+
"kind": "Interface",
|
|
16669
|
+
"canonicalReference": "@empathyco/x-components!BrowseState:interface",
|
|
16670
|
+
"docComment": "/**\n * Browse store state.\n *\n * @public\n */\n",
|
|
16671
|
+
"excerptTokens": [
|
|
16672
|
+
{
|
|
16673
|
+
"kind": "Content",
|
|
16674
|
+
"text": "export interface BrowseState extends "
|
|
16675
|
+
},
|
|
16676
|
+
{
|
|
16677
|
+
"kind": "Reference",
|
|
16678
|
+
"text": "StatusState",
|
|
16679
|
+
"canonicalReference": "@empathyco/x-components!StatusState:interface"
|
|
16680
|
+
},
|
|
16681
|
+
{
|
|
16682
|
+
"kind": "Content",
|
|
16683
|
+
"text": " "
|
|
16684
|
+
}
|
|
16685
|
+
],
|
|
16686
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
16687
|
+
"releaseTag": "Public",
|
|
16688
|
+
"name": "BrowseState",
|
|
16689
|
+
"preserveMemberOrder": false,
|
|
16690
|
+
"members": [
|
|
16691
|
+
{
|
|
16692
|
+
"kind": "PropertySignature",
|
|
16693
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#banners:member",
|
|
16694
|
+
"docComment": "/**\n * The list of the banners, related to the `browseCategory` property of the state.\n */\n",
|
|
16695
|
+
"excerptTokens": [
|
|
16696
|
+
{
|
|
16697
|
+
"kind": "Content",
|
|
16698
|
+
"text": "banners: "
|
|
16699
|
+
},
|
|
16700
|
+
{
|
|
16701
|
+
"kind": "Reference",
|
|
16702
|
+
"text": "Banner",
|
|
16703
|
+
"canonicalReference": "@empathyco/x-components!Banner_2:interface"
|
|
16704
|
+
},
|
|
16705
|
+
{
|
|
16706
|
+
"kind": "Content",
|
|
16707
|
+
"text": "[]"
|
|
16708
|
+
},
|
|
16709
|
+
{
|
|
16710
|
+
"kind": "Content",
|
|
16711
|
+
"text": ";"
|
|
16712
|
+
}
|
|
16713
|
+
],
|
|
16714
|
+
"isReadonly": false,
|
|
16715
|
+
"isOptional": false,
|
|
16716
|
+
"releaseTag": "Public",
|
|
16717
|
+
"name": "banners",
|
|
16718
|
+
"propertyTypeTokenRange": {
|
|
16719
|
+
"startIndex": 1,
|
|
16720
|
+
"endIndex": 3
|
|
16721
|
+
}
|
|
16722
|
+
},
|
|
16723
|
+
{
|
|
16724
|
+
"kind": "PropertySignature",
|
|
16725
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#browseTagging:member",
|
|
16726
|
+
"docComment": "/**\n * The browse tagging used to track the browse events.\n */\n",
|
|
16727
|
+
"excerptTokens": [
|
|
16728
|
+
{
|
|
16729
|
+
"kind": "Content",
|
|
16730
|
+
"text": "browseTagging: "
|
|
16731
|
+
},
|
|
16732
|
+
{
|
|
16733
|
+
"kind": "Reference",
|
|
16734
|
+
"text": "TaggingRequest",
|
|
16735
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
16736
|
+
},
|
|
16737
|
+
{
|
|
16738
|
+
"kind": "Content",
|
|
16739
|
+
"text": ";"
|
|
16740
|
+
}
|
|
16741
|
+
],
|
|
16742
|
+
"isReadonly": false,
|
|
16743
|
+
"isOptional": false,
|
|
16744
|
+
"releaseTag": "Public",
|
|
16745
|
+
"name": "browseTagging",
|
|
16746
|
+
"propertyTypeTokenRange": {
|
|
16747
|
+
"startIndex": 1,
|
|
16748
|
+
"endIndex": 2
|
|
16749
|
+
}
|
|
16750
|
+
},
|
|
16751
|
+
{
|
|
16752
|
+
"kind": "PropertySignature",
|
|
16753
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#config:member",
|
|
16754
|
+
"docComment": "/**\n * The configuration of the browse module.\n */\n",
|
|
16755
|
+
"excerptTokens": [
|
|
16756
|
+
{
|
|
16757
|
+
"kind": "Content",
|
|
16758
|
+
"text": "config: "
|
|
16759
|
+
},
|
|
16760
|
+
{
|
|
16761
|
+
"kind": "Reference",
|
|
16762
|
+
"text": "BrowseConfig",
|
|
16763
|
+
"canonicalReference": "@empathyco/x-components!BrowseConfig:interface"
|
|
16764
|
+
},
|
|
16765
|
+
{
|
|
16766
|
+
"kind": "Content",
|
|
16767
|
+
"text": ";"
|
|
16768
|
+
}
|
|
16769
|
+
],
|
|
16770
|
+
"isReadonly": false,
|
|
16771
|
+
"isOptional": false,
|
|
16772
|
+
"releaseTag": "Public",
|
|
16773
|
+
"name": "config",
|
|
16774
|
+
"propertyTypeTokenRange": {
|
|
16775
|
+
"startIndex": 1,
|
|
16776
|
+
"endIndex": 2
|
|
16777
|
+
}
|
|
16778
|
+
},
|
|
16779
|
+
{
|
|
16780
|
+
"kind": "PropertySignature",
|
|
16781
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#displayBrowseTagging:member",
|
|
16782
|
+
"docComment": "/**\n * The display tagging used to track the browse events.\n */\n",
|
|
16783
|
+
"excerptTokens": [
|
|
16784
|
+
{
|
|
16785
|
+
"kind": "Content",
|
|
16786
|
+
"text": "displayBrowseTagging: "
|
|
16787
|
+
},
|
|
16788
|
+
{
|
|
16789
|
+
"kind": "Reference",
|
|
16790
|
+
"text": "TaggingRequest",
|
|
16791
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
16792
|
+
},
|
|
16793
|
+
{
|
|
16794
|
+
"kind": "Content",
|
|
16795
|
+
"text": ";"
|
|
16796
|
+
}
|
|
16797
|
+
],
|
|
16798
|
+
"isReadonly": false,
|
|
16799
|
+
"isOptional": false,
|
|
16800
|
+
"releaseTag": "Public",
|
|
16801
|
+
"name": "displayBrowseTagging",
|
|
16802
|
+
"propertyTypeTokenRange": {
|
|
16803
|
+
"startIndex": 1,
|
|
16804
|
+
"endIndex": 2
|
|
16805
|
+
}
|
|
16806
|
+
},
|
|
16807
|
+
{
|
|
16808
|
+
"kind": "PropertySignature",
|
|
16809
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#facets:member",
|
|
16810
|
+
"docComment": "/**\n * The list of the facets, related to the `query` property of the state.\n */\n",
|
|
16811
|
+
"excerptTokens": [
|
|
16812
|
+
{
|
|
16813
|
+
"kind": "Content",
|
|
16814
|
+
"text": "facets: "
|
|
16815
|
+
},
|
|
16816
|
+
{
|
|
16817
|
+
"kind": "Reference",
|
|
16818
|
+
"text": "Facet",
|
|
16819
|
+
"canonicalReference": "@empathyco/x-components!Facet:interface"
|
|
16820
|
+
},
|
|
16821
|
+
{
|
|
16822
|
+
"kind": "Content",
|
|
16823
|
+
"text": "[]"
|
|
16824
|
+
},
|
|
16825
|
+
{
|
|
16826
|
+
"kind": "Content",
|
|
16827
|
+
"text": ";"
|
|
16828
|
+
}
|
|
16829
|
+
],
|
|
16830
|
+
"isReadonly": false,
|
|
16831
|
+
"isOptional": false,
|
|
16832
|
+
"releaseTag": "Public",
|
|
16833
|
+
"name": "facets",
|
|
16834
|
+
"propertyTypeTokenRange": {
|
|
16835
|
+
"startIndex": 1,
|
|
16836
|
+
"endIndex": 3
|
|
16837
|
+
}
|
|
16838
|
+
},
|
|
16839
|
+
{
|
|
16840
|
+
"kind": "PropertySignature",
|
|
16841
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#fromNoResultsWithFilters:member",
|
|
16842
|
+
"docComment": "/**\n * Flag indicating if there is a no results situation with filters selected.\n */\n",
|
|
16843
|
+
"excerptTokens": [
|
|
16844
|
+
{
|
|
16845
|
+
"kind": "Content",
|
|
16846
|
+
"text": "fromNoResultsWithFilters: "
|
|
16847
|
+
},
|
|
16848
|
+
{
|
|
16849
|
+
"kind": "Content",
|
|
16850
|
+
"text": "boolean"
|
|
16851
|
+
},
|
|
16852
|
+
{
|
|
16853
|
+
"kind": "Content",
|
|
16854
|
+
"text": ";"
|
|
16855
|
+
}
|
|
16856
|
+
],
|
|
16857
|
+
"isReadonly": false,
|
|
16858
|
+
"isOptional": false,
|
|
16859
|
+
"releaseTag": "Public",
|
|
16860
|
+
"name": "fromNoResultsWithFilters",
|
|
16861
|
+
"propertyTypeTokenRange": {
|
|
16862
|
+
"startIndex": 1,
|
|
16863
|
+
"endIndex": 2
|
|
16864
|
+
}
|
|
16865
|
+
},
|
|
16866
|
+
{
|
|
16867
|
+
"kind": "PropertySignature",
|
|
16868
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#isAppendResults:member",
|
|
16869
|
+
"docComment": "/**\n * A flag to indicate if new results are append to the current instead of replacing them.\n */\n",
|
|
16870
|
+
"excerptTokens": [
|
|
16871
|
+
{
|
|
16872
|
+
"kind": "Content",
|
|
16873
|
+
"text": "isAppendResults: "
|
|
16874
|
+
},
|
|
16875
|
+
{
|
|
16876
|
+
"kind": "Content",
|
|
16877
|
+
"text": "boolean"
|
|
16878
|
+
},
|
|
16879
|
+
{
|
|
16880
|
+
"kind": "Content",
|
|
16881
|
+
"text": ";"
|
|
16882
|
+
}
|
|
16883
|
+
],
|
|
16884
|
+
"isReadonly": false,
|
|
16885
|
+
"isOptional": false,
|
|
16886
|
+
"releaseTag": "Public",
|
|
16887
|
+
"name": "isAppendResults",
|
|
16888
|
+
"propertyTypeTokenRange": {
|
|
16889
|
+
"startIndex": 1,
|
|
16890
|
+
"endIndex": 2
|
|
16891
|
+
}
|
|
16892
|
+
},
|
|
16893
|
+
{
|
|
16894
|
+
"kind": "PropertySignature",
|
|
16895
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#isNoResults:member",
|
|
16896
|
+
"docComment": "/**\n * Flag indicating if there is a no results situation.\n */\n",
|
|
16897
|
+
"excerptTokens": [
|
|
16898
|
+
{
|
|
16899
|
+
"kind": "Content",
|
|
16900
|
+
"text": "isNoResults: "
|
|
16901
|
+
},
|
|
16902
|
+
{
|
|
16903
|
+
"kind": "Content",
|
|
16904
|
+
"text": "boolean"
|
|
16905
|
+
},
|
|
16906
|
+
{
|
|
16907
|
+
"kind": "Content",
|
|
16908
|
+
"text": ";"
|
|
16909
|
+
}
|
|
16910
|
+
],
|
|
16911
|
+
"isReadonly": false,
|
|
16912
|
+
"isOptional": false,
|
|
16913
|
+
"releaseTag": "Public",
|
|
16914
|
+
"name": "isNoResults",
|
|
16915
|
+
"propertyTypeTokenRange": {
|
|
16916
|
+
"startIndex": 1,
|
|
16917
|
+
"endIndex": 2
|
|
16918
|
+
}
|
|
16919
|
+
},
|
|
16920
|
+
{
|
|
16921
|
+
"kind": "PropertySignature",
|
|
16922
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#origin:member",
|
|
16923
|
+
"docComment": "/**\n * The origin property of the request.\n */\n",
|
|
16924
|
+
"excerptTokens": [
|
|
16925
|
+
{
|
|
16926
|
+
"kind": "Content",
|
|
16927
|
+
"text": "origin: "
|
|
16928
|
+
},
|
|
16929
|
+
{
|
|
16930
|
+
"kind": "Reference",
|
|
16931
|
+
"text": "QueryOrigin",
|
|
16932
|
+
"canonicalReference": "@empathyco/x-components!QueryOrigin:type"
|
|
16933
|
+
},
|
|
16934
|
+
{
|
|
16935
|
+
"kind": "Content",
|
|
16936
|
+
"text": " | null"
|
|
16937
|
+
},
|
|
16938
|
+
{
|
|
16939
|
+
"kind": "Content",
|
|
16940
|
+
"text": ";"
|
|
16941
|
+
}
|
|
16942
|
+
],
|
|
16943
|
+
"isReadonly": false,
|
|
16944
|
+
"isOptional": false,
|
|
16945
|
+
"releaseTag": "Public",
|
|
16946
|
+
"name": "origin",
|
|
16947
|
+
"propertyTypeTokenRange": {
|
|
16948
|
+
"startIndex": 1,
|
|
16949
|
+
"endIndex": 3
|
|
16950
|
+
}
|
|
16951
|
+
},
|
|
16952
|
+
{
|
|
16953
|
+
"kind": "PropertySignature",
|
|
16954
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#page:member",
|
|
16955
|
+
"docComment": "/**\n * The current page of the request.\n */\n",
|
|
16956
|
+
"excerptTokens": [
|
|
16957
|
+
{
|
|
16958
|
+
"kind": "Content",
|
|
16959
|
+
"text": "page: "
|
|
16960
|
+
},
|
|
16961
|
+
{
|
|
16962
|
+
"kind": "Content",
|
|
16963
|
+
"text": "number"
|
|
16964
|
+
},
|
|
16965
|
+
{
|
|
16966
|
+
"kind": "Content",
|
|
16967
|
+
"text": ";"
|
|
16968
|
+
}
|
|
16969
|
+
],
|
|
16970
|
+
"isReadonly": false,
|
|
16971
|
+
"isOptional": false,
|
|
16972
|
+
"releaseTag": "Public",
|
|
16973
|
+
"name": "page",
|
|
16974
|
+
"propertyTypeTokenRange": {
|
|
16975
|
+
"startIndex": 1,
|
|
16976
|
+
"endIndex": 2
|
|
16977
|
+
}
|
|
16978
|
+
},
|
|
16979
|
+
{
|
|
16980
|
+
"kind": "PropertySignature",
|
|
16981
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#params:member",
|
|
16982
|
+
"docComment": "/**\n * The extra params property of the state.\n */\n",
|
|
16983
|
+
"excerptTokens": [
|
|
16984
|
+
{
|
|
16985
|
+
"kind": "Content",
|
|
16986
|
+
"text": "params: "
|
|
16987
|
+
},
|
|
16988
|
+
{
|
|
16989
|
+
"kind": "Reference",
|
|
16990
|
+
"text": "Dictionary",
|
|
16991
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
16992
|
+
},
|
|
16993
|
+
{
|
|
16994
|
+
"kind": "Content",
|
|
16995
|
+
"text": "<unknown>"
|
|
16996
|
+
},
|
|
16997
|
+
{
|
|
16998
|
+
"kind": "Content",
|
|
16999
|
+
"text": ";"
|
|
17000
|
+
}
|
|
17001
|
+
],
|
|
17002
|
+
"isReadonly": false,
|
|
17003
|
+
"isOptional": false,
|
|
17004
|
+
"releaseTag": "Public",
|
|
17005
|
+
"name": "params",
|
|
17006
|
+
"propertyTypeTokenRange": {
|
|
17007
|
+
"startIndex": 1,
|
|
17008
|
+
"endIndex": 3
|
|
17009
|
+
}
|
|
17010
|
+
},
|
|
17011
|
+
{
|
|
17012
|
+
"kind": "PropertySignature",
|
|
17013
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#promoteds:member",
|
|
17014
|
+
"docComment": "/**\n * The list of the promoted, related to the `query` property of the state.\n */\n",
|
|
17015
|
+
"excerptTokens": [
|
|
17016
|
+
{
|
|
17017
|
+
"kind": "Content",
|
|
17018
|
+
"text": "promoteds: "
|
|
17019
|
+
},
|
|
17020
|
+
{
|
|
17021
|
+
"kind": "Reference",
|
|
17022
|
+
"text": "Promoted",
|
|
17023
|
+
"canonicalReference": "@empathyco/x-components!Promoted_2:interface"
|
|
17024
|
+
},
|
|
17025
|
+
{
|
|
17026
|
+
"kind": "Content",
|
|
17027
|
+
"text": "[]"
|
|
17028
|
+
},
|
|
17029
|
+
{
|
|
17030
|
+
"kind": "Content",
|
|
17031
|
+
"text": ";"
|
|
17032
|
+
}
|
|
17033
|
+
],
|
|
17034
|
+
"isReadonly": false,
|
|
17035
|
+
"isOptional": false,
|
|
17036
|
+
"releaseTag": "Public",
|
|
17037
|
+
"name": "promoteds",
|
|
17038
|
+
"propertyTypeTokenRange": {
|
|
17039
|
+
"startIndex": 1,
|
|
17040
|
+
"endIndex": 3
|
|
17041
|
+
}
|
|
17042
|
+
},
|
|
17043
|
+
{
|
|
17044
|
+
"kind": "PropertySignature",
|
|
17045
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#results:member",
|
|
17046
|
+
"docComment": "/**\n * The list of the results, related to the `query` property of the state.\n */\n",
|
|
17047
|
+
"excerptTokens": [
|
|
17048
|
+
{
|
|
17049
|
+
"kind": "Content",
|
|
17050
|
+
"text": "results: "
|
|
17051
|
+
},
|
|
17052
|
+
{
|
|
17053
|
+
"kind": "Reference",
|
|
17054
|
+
"text": "Result",
|
|
17055
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
17056
|
+
},
|
|
17057
|
+
{
|
|
17058
|
+
"kind": "Content",
|
|
17059
|
+
"text": "[]"
|
|
17060
|
+
},
|
|
17061
|
+
{
|
|
17062
|
+
"kind": "Content",
|
|
17063
|
+
"text": ";"
|
|
17064
|
+
}
|
|
17065
|
+
],
|
|
17066
|
+
"isReadonly": false,
|
|
17067
|
+
"isOptional": false,
|
|
17068
|
+
"releaseTag": "Public",
|
|
17069
|
+
"name": "results",
|
|
17070
|
+
"propertyTypeTokenRange": {
|
|
17071
|
+
"startIndex": 1,
|
|
17072
|
+
"endIndex": 3
|
|
17073
|
+
}
|
|
17074
|
+
},
|
|
17075
|
+
{
|
|
17076
|
+
"kind": "PropertySignature",
|
|
17077
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#selectedCategory:member",
|
|
17078
|
+
"docComment": "/**\n * The current selected category of the request\n */\n",
|
|
17079
|
+
"excerptTokens": [
|
|
17080
|
+
{
|
|
17081
|
+
"kind": "Content",
|
|
17082
|
+
"text": "selectedCategory: "
|
|
17083
|
+
},
|
|
17084
|
+
{
|
|
17085
|
+
"kind": "Reference",
|
|
17086
|
+
"text": "BrowsableRequest",
|
|
17087
|
+
"canonicalReference": "@empathyco/x-components!BrowsableRequest:interface"
|
|
17088
|
+
},
|
|
17089
|
+
{
|
|
17090
|
+
"kind": "Content",
|
|
17091
|
+
"text": ";"
|
|
17092
|
+
}
|
|
17093
|
+
],
|
|
17094
|
+
"isReadonly": false,
|
|
17095
|
+
"isOptional": false,
|
|
17096
|
+
"releaseTag": "Public",
|
|
17097
|
+
"name": "selectedCategory",
|
|
17098
|
+
"propertyTypeTokenRange": {
|
|
17099
|
+
"startIndex": 1,
|
|
17100
|
+
"endIndex": 2
|
|
17101
|
+
}
|
|
17102
|
+
},
|
|
17103
|
+
{
|
|
17104
|
+
"kind": "PropertySignature",
|
|
17105
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#selectedFilters:member",
|
|
17106
|
+
"docComment": "/**\n * 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.\n */\n",
|
|
17107
|
+
"excerptTokens": [
|
|
17108
|
+
{
|
|
17109
|
+
"kind": "Content",
|
|
17110
|
+
"text": "selectedFilters: "
|
|
17111
|
+
},
|
|
17112
|
+
{
|
|
17113
|
+
"kind": "Reference",
|
|
17114
|
+
"text": "Dictionary",
|
|
17115
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
17116
|
+
},
|
|
17117
|
+
{
|
|
17118
|
+
"kind": "Content",
|
|
17119
|
+
"text": "<"
|
|
17120
|
+
},
|
|
17121
|
+
{
|
|
17122
|
+
"kind": "Reference",
|
|
17123
|
+
"text": "Filter",
|
|
17124
|
+
"canonicalReference": "@empathyco/x-components!Filter:interface"
|
|
17125
|
+
},
|
|
17126
|
+
{
|
|
17127
|
+
"kind": "Content",
|
|
17128
|
+
"text": "[]>"
|
|
17129
|
+
},
|
|
17130
|
+
{
|
|
17131
|
+
"kind": "Content",
|
|
17132
|
+
"text": ";"
|
|
17133
|
+
}
|
|
17134
|
+
],
|
|
17135
|
+
"isReadonly": false,
|
|
17136
|
+
"isOptional": false,
|
|
17137
|
+
"releaseTag": "Public",
|
|
17138
|
+
"name": "selectedFilters",
|
|
17139
|
+
"propertyTypeTokenRange": {
|
|
17140
|
+
"startIndex": 1,
|
|
17141
|
+
"endIndex": 5
|
|
17142
|
+
}
|
|
17143
|
+
},
|
|
17144
|
+
{
|
|
17145
|
+
"kind": "PropertySignature",
|
|
17146
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#sort:member",
|
|
17147
|
+
"docComment": "/**\n * The way of ordering the results.\n */\n",
|
|
17148
|
+
"excerptTokens": [
|
|
17149
|
+
{
|
|
17150
|
+
"kind": "Content",
|
|
17151
|
+
"text": "sort: "
|
|
17152
|
+
},
|
|
17153
|
+
{
|
|
17154
|
+
"kind": "Reference",
|
|
17155
|
+
"text": "Sort",
|
|
17156
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
17157
|
+
},
|
|
17158
|
+
{
|
|
17159
|
+
"kind": "Content",
|
|
17160
|
+
"text": ";"
|
|
17161
|
+
}
|
|
17162
|
+
],
|
|
17163
|
+
"isReadonly": false,
|
|
17164
|
+
"isOptional": false,
|
|
17165
|
+
"releaseTag": "Public",
|
|
17166
|
+
"name": "sort",
|
|
17167
|
+
"propertyTypeTokenRange": {
|
|
17168
|
+
"startIndex": 1,
|
|
17169
|
+
"endIndex": 2
|
|
17170
|
+
}
|
|
17171
|
+
},
|
|
17172
|
+
{
|
|
17173
|
+
"kind": "PropertySignature",
|
|
17174
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#stats:member",
|
|
17175
|
+
"docComment": "/**\n * The stats of the results.\n */\n",
|
|
17176
|
+
"excerptTokens": [
|
|
17177
|
+
{
|
|
17178
|
+
"kind": "Content",
|
|
17179
|
+
"text": "stats: "
|
|
17180
|
+
},
|
|
17181
|
+
{
|
|
17182
|
+
"kind": "Reference",
|
|
17183
|
+
"text": "Stats",
|
|
17184
|
+
"canonicalReference": "@empathyco/x-components!Stats:interface"
|
|
17185
|
+
},
|
|
17186
|
+
{
|
|
17187
|
+
"kind": "Content",
|
|
17188
|
+
"text": ";"
|
|
17189
|
+
}
|
|
17190
|
+
],
|
|
17191
|
+
"isReadonly": false,
|
|
17192
|
+
"isOptional": false,
|
|
17193
|
+
"releaseTag": "Public",
|
|
17194
|
+
"name": "stats",
|
|
17195
|
+
"propertyTypeTokenRange": {
|
|
17196
|
+
"startIndex": 1,
|
|
17197
|
+
"endIndex": 2
|
|
17198
|
+
}
|
|
17199
|
+
},
|
|
17200
|
+
{
|
|
17201
|
+
"kind": "PropertySignature",
|
|
17202
|
+
"canonicalReference": "@empathyco/x-components!BrowseState#totalResults:member",
|
|
17203
|
+
"docComment": "/**\n * The total number of results, related to the `query` property of the state.\n */\n",
|
|
17204
|
+
"excerptTokens": [
|
|
17205
|
+
{
|
|
17206
|
+
"kind": "Content",
|
|
17207
|
+
"text": "totalResults: "
|
|
17208
|
+
},
|
|
17209
|
+
{
|
|
17210
|
+
"kind": "Content",
|
|
17211
|
+
"text": "number"
|
|
17212
|
+
},
|
|
17213
|
+
{
|
|
17214
|
+
"kind": "Content",
|
|
17215
|
+
"text": ";"
|
|
17216
|
+
}
|
|
17217
|
+
],
|
|
17218
|
+
"isReadonly": false,
|
|
17219
|
+
"isOptional": false,
|
|
17220
|
+
"releaseTag": "Public",
|
|
17221
|
+
"name": "totalResults",
|
|
17222
|
+
"propertyTypeTokenRange": {
|
|
17223
|
+
"startIndex": 1,
|
|
17224
|
+
"endIndex": 2
|
|
17225
|
+
}
|
|
17226
|
+
}
|
|
17227
|
+
],
|
|
17228
|
+
"extendsTokenRanges": [
|
|
17229
|
+
{
|
|
17230
|
+
"startIndex": 1,
|
|
17231
|
+
"endIndex": 2
|
|
17232
|
+
}
|
|
17233
|
+
]
|
|
17234
|
+
},
|
|
17235
|
+
{
|
|
17236
|
+
"kind": "Interface",
|
|
17237
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents:interface",
|
|
17238
|
+
"docComment": "/**\n * 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.\n *\n * @public\n */\n",
|
|
17239
|
+
"excerptTokens": [
|
|
17240
|
+
{
|
|
17241
|
+
"kind": "Content",
|
|
17242
|
+
"text": "export interface BrowseXEvents "
|
|
17243
|
+
}
|
|
17244
|
+
],
|
|
17245
|
+
"fileUrlPath": "src/x-modules/browse/events.types.ts",
|
|
17246
|
+
"releaseTag": "Public",
|
|
17247
|
+
"name": "BrowseXEvents",
|
|
17248
|
+
"preserveMemberOrder": false,
|
|
17249
|
+
"members": [
|
|
17250
|
+
{
|
|
17251
|
+
"kind": "PropertySignature",
|
|
17252
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#BrowseRequestChanged:member",
|
|
17253
|
+
"docComment": "/**\n * Any property of the browse request has changed. Payload: The new browse request or `null` if there is not enough data in the state to conform a valid request.\n */\n",
|
|
17254
|
+
"excerptTokens": [
|
|
17255
|
+
{
|
|
17256
|
+
"kind": "Content",
|
|
17257
|
+
"text": "BrowseRequestChanged: "
|
|
17258
|
+
},
|
|
17259
|
+
{
|
|
17260
|
+
"kind": "Reference",
|
|
17261
|
+
"text": "InternalBrowseRequest",
|
|
17262
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
17263
|
+
},
|
|
17264
|
+
{
|
|
17265
|
+
"kind": "Content",
|
|
17266
|
+
"text": " | null"
|
|
17267
|
+
},
|
|
17268
|
+
{
|
|
17269
|
+
"kind": "Content",
|
|
17270
|
+
"text": ";"
|
|
17271
|
+
}
|
|
17272
|
+
],
|
|
17273
|
+
"isReadonly": false,
|
|
17274
|
+
"isOptional": false,
|
|
17275
|
+
"releaseTag": "Public",
|
|
17276
|
+
"name": "BrowseRequestChanged",
|
|
17277
|
+
"propertyTypeTokenRange": {
|
|
17278
|
+
"startIndex": 1,
|
|
17279
|
+
"endIndex": 3
|
|
17280
|
+
}
|
|
17281
|
+
},
|
|
17282
|
+
{
|
|
17283
|
+
"kind": "PropertySignature",
|
|
17284
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#BrowseRequestUpdated:member",
|
|
17285
|
+
"docComment": "/**\n * Any property of the browse request has been updated. Payload: The new browse request or `null` if there is not enough data in the state to conform a valid request.\n *\n * @remarks\n *\n * The difference from `BrowseRequestChanged` and this event is this one will be executed with more priority (As it is not a `...Changed` event). So we can use this event to modify request params before emitting the `BrowseRequestChanged` and fetch the API.\n */\n",
|
|
17286
|
+
"excerptTokens": [
|
|
17287
|
+
{
|
|
17288
|
+
"kind": "Content",
|
|
17289
|
+
"text": "BrowseRequestUpdated: "
|
|
17290
|
+
},
|
|
17291
|
+
{
|
|
17292
|
+
"kind": "Reference",
|
|
17293
|
+
"text": "InternalBrowseRequest",
|
|
17294
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
17295
|
+
},
|
|
17296
|
+
{
|
|
17297
|
+
"kind": "Content",
|
|
17298
|
+
"text": " | null"
|
|
17299
|
+
},
|
|
17300
|
+
{
|
|
17301
|
+
"kind": "Content",
|
|
17302
|
+
"text": ";"
|
|
17303
|
+
}
|
|
17304
|
+
],
|
|
17305
|
+
"isReadonly": false,
|
|
17306
|
+
"isOptional": false,
|
|
17307
|
+
"releaseTag": "Public",
|
|
17308
|
+
"name": "BrowseRequestUpdated",
|
|
17309
|
+
"propertyTypeTokenRange": {
|
|
17310
|
+
"startIndex": 1,
|
|
17311
|
+
"endIndex": 3
|
|
17312
|
+
}
|
|
17313
|
+
},
|
|
17314
|
+
{
|
|
17315
|
+
"kind": "PropertySignature",
|
|
17316
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#BrowseResponseChanged:member",
|
|
17317
|
+
"docComment": "/**\n * A browse response has been provided. Payload: The provided internal response object.\n */\n",
|
|
17318
|
+
"excerptTokens": [
|
|
17319
|
+
{
|
|
17320
|
+
"kind": "Content",
|
|
17321
|
+
"text": "BrowseResponseChanged: "
|
|
17322
|
+
},
|
|
17323
|
+
{
|
|
17324
|
+
"kind": "Reference",
|
|
17325
|
+
"text": "InternalBrowseResponse",
|
|
17326
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse:interface"
|
|
17327
|
+
},
|
|
17328
|
+
{
|
|
17329
|
+
"kind": "Content",
|
|
17330
|
+
"text": ";"
|
|
17331
|
+
}
|
|
17332
|
+
],
|
|
17333
|
+
"isReadonly": false,
|
|
17334
|
+
"isOptional": false,
|
|
17335
|
+
"releaseTag": "Public",
|
|
17336
|
+
"name": "BrowseResponseChanged",
|
|
17337
|
+
"propertyTypeTokenRange": {
|
|
17338
|
+
"startIndex": 1,
|
|
17339
|
+
"endIndex": 2
|
|
17340
|
+
}
|
|
17341
|
+
},
|
|
17342
|
+
{
|
|
17343
|
+
"kind": "PropertySignature",
|
|
17344
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#BrowseTaggingChanged:member",
|
|
17345
|
+
"docComment": "/**\n * Browse tagging has been changed. Payload: The new browse tagging object.\n */\n",
|
|
17346
|
+
"excerptTokens": [
|
|
17347
|
+
{
|
|
17348
|
+
"kind": "Content",
|
|
17349
|
+
"text": "BrowseTaggingChanged: "
|
|
17350
|
+
},
|
|
17351
|
+
{
|
|
17352
|
+
"kind": "Reference",
|
|
17353
|
+
"text": "TaggingRequest",
|
|
17354
|
+
"canonicalReference": "@empathyco/x-components!TaggingRequest:interface"
|
|
17355
|
+
},
|
|
17356
|
+
{
|
|
17357
|
+
"kind": "Content",
|
|
17358
|
+
"text": ";"
|
|
17359
|
+
}
|
|
17360
|
+
],
|
|
17361
|
+
"isReadonly": false,
|
|
17362
|
+
"isOptional": false,
|
|
17363
|
+
"releaseTag": "Public",
|
|
17364
|
+
"name": "BrowseTaggingChanged",
|
|
17365
|
+
"propertyTypeTokenRange": {
|
|
17366
|
+
"startIndex": 1,
|
|
17367
|
+
"endIndex": 2
|
|
17368
|
+
}
|
|
17369
|
+
},
|
|
17370
|
+
{
|
|
17371
|
+
"kind": "PropertySignature",
|
|
17372
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#SelectedBrowseSortProvided:member",
|
|
17373
|
+
"docComment": "/**\n * A new selected sort has been provided. Payload: The sort option that has been provided.\n *\n * @remarks\n *\n * This event is used when the user of the library wants to provide their own selected sort value.\n */\n",
|
|
17374
|
+
"excerptTokens": [
|
|
17375
|
+
{
|
|
17376
|
+
"kind": "Content",
|
|
17377
|
+
"text": "SelectedBrowseSortProvided: "
|
|
17378
|
+
},
|
|
17379
|
+
{
|
|
17380
|
+
"kind": "Reference",
|
|
17381
|
+
"text": "Sort",
|
|
17382
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
17383
|
+
},
|
|
17384
|
+
{
|
|
17385
|
+
"kind": "Content",
|
|
17386
|
+
"text": ";"
|
|
17387
|
+
}
|
|
17388
|
+
],
|
|
17389
|
+
"isReadonly": false,
|
|
17390
|
+
"isOptional": false,
|
|
17391
|
+
"releaseTag": "Public",
|
|
17392
|
+
"name": "SelectedBrowseSortProvided",
|
|
17393
|
+
"propertyTypeTokenRange": {
|
|
17394
|
+
"startIndex": 1,
|
|
17395
|
+
"endIndex": 2
|
|
17396
|
+
}
|
|
17397
|
+
},
|
|
17398
|
+
{
|
|
17399
|
+
"kind": "PropertySignature",
|
|
17400
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#UserBrowsedToCategory:member",
|
|
17401
|
+
"docComment": "/**\n * The user has selected a browse category. Payload: The browse category fields needed for the request.\n */\n",
|
|
17402
|
+
"excerptTokens": [
|
|
17403
|
+
{
|
|
17404
|
+
"kind": "Content",
|
|
17405
|
+
"text": "UserBrowsedToCategory: "
|
|
17406
|
+
},
|
|
17407
|
+
{
|
|
17408
|
+
"kind": "Reference",
|
|
17409
|
+
"text": "BrowsableRequest",
|
|
17410
|
+
"canonicalReference": "@empathyco/x-components!BrowsableRequest:interface"
|
|
17411
|
+
},
|
|
17412
|
+
{
|
|
17413
|
+
"kind": "Content",
|
|
17414
|
+
"text": ";"
|
|
17415
|
+
}
|
|
17416
|
+
],
|
|
17417
|
+
"isReadonly": false,
|
|
17418
|
+
"isOptional": false,
|
|
17419
|
+
"releaseTag": "Public",
|
|
17420
|
+
"name": "UserBrowsedToCategory",
|
|
17421
|
+
"propertyTypeTokenRange": {
|
|
17422
|
+
"startIndex": 1,
|
|
17423
|
+
"endIndex": 2
|
|
17424
|
+
}
|
|
17425
|
+
},
|
|
17426
|
+
{
|
|
17427
|
+
"kind": "PropertySignature",
|
|
17428
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents#UserClickedABrowseSort:member",
|
|
17429
|
+
"docComment": "/**\n * The user has clicked one of the sorts. Payload: The sort option that the user has selected.\n */\n",
|
|
17430
|
+
"excerptTokens": [
|
|
17431
|
+
{
|
|
17432
|
+
"kind": "Content",
|
|
17433
|
+
"text": "UserClickedABrowseSort: "
|
|
17434
|
+
},
|
|
17435
|
+
{
|
|
17436
|
+
"kind": "Reference",
|
|
17437
|
+
"text": "Sort",
|
|
17438
|
+
"canonicalReference": "@empathyco/x-components!Sort:type"
|
|
17439
|
+
},
|
|
17440
|
+
{
|
|
17441
|
+
"kind": "Content",
|
|
17442
|
+
"text": ";"
|
|
17443
|
+
}
|
|
17444
|
+
],
|
|
17445
|
+
"isReadonly": false,
|
|
17446
|
+
"isOptional": false,
|
|
17447
|
+
"releaseTag": "Public",
|
|
17448
|
+
"name": "UserClickedABrowseSort",
|
|
17449
|
+
"propertyTypeTokenRange": {
|
|
17450
|
+
"startIndex": 1,
|
|
17451
|
+
"endIndex": 2
|
|
17452
|
+
}
|
|
17453
|
+
}
|
|
17454
|
+
],
|
|
17455
|
+
"extendsTokenRanges": []
|
|
17456
|
+
},
|
|
17457
|
+
{
|
|
17458
|
+
"kind": "TypeAlias",
|
|
17459
|
+
"canonicalReference": "@empathyco/x-components!BrowseXModule:type",
|
|
17460
|
+
"docComment": "/**\n * Search {@link XModule} alias.\n *\n * @public\n */\n",
|
|
17461
|
+
"excerptTokens": [
|
|
17462
|
+
{
|
|
17463
|
+
"kind": "Content",
|
|
17464
|
+
"text": "export type BrowseXModule = "
|
|
17465
|
+
},
|
|
17466
|
+
{
|
|
17467
|
+
"kind": "Reference",
|
|
17468
|
+
"text": "XModule",
|
|
17469
|
+
"canonicalReference": "@empathyco/x-components!XModule:interface"
|
|
17470
|
+
},
|
|
17471
|
+
{
|
|
17472
|
+
"kind": "Content",
|
|
17473
|
+
"text": "<"
|
|
17474
|
+
},
|
|
17475
|
+
{
|
|
17476
|
+
"kind": "Reference",
|
|
17477
|
+
"text": "BrowseXStoreModule",
|
|
17478
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
17479
|
+
},
|
|
17480
|
+
{
|
|
17481
|
+
"kind": "Content",
|
|
17482
|
+
"text": ">"
|
|
17483
|
+
},
|
|
17484
|
+
{
|
|
17485
|
+
"kind": "Content",
|
|
17486
|
+
"text": ";"
|
|
17487
|
+
}
|
|
17488
|
+
],
|
|
17489
|
+
"fileUrlPath": "src/x-modules/browse/x-module.ts",
|
|
17490
|
+
"releaseTag": "Public",
|
|
17491
|
+
"name": "BrowseXModule",
|
|
17492
|
+
"typeTokenRange": {
|
|
17493
|
+
"startIndex": 1,
|
|
17494
|
+
"endIndex": 5
|
|
17495
|
+
}
|
|
17496
|
+
},
|
|
17497
|
+
{
|
|
17498
|
+
"kind": "Variable",
|
|
17499
|
+
"canonicalReference": "@empathyco/x-components!browseXModule:var",
|
|
17500
|
+
"docComment": "/**\n * Search {@link XModule} implementation. This module is auto-registered as soon as you import any component from the `browse` entry point.\n *\n * @public\n */\n",
|
|
17501
|
+
"excerptTokens": [
|
|
17502
|
+
{
|
|
17503
|
+
"kind": "Content",
|
|
17504
|
+
"text": "browseXModule: "
|
|
17505
|
+
},
|
|
17506
|
+
{
|
|
17507
|
+
"kind": "Reference",
|
|
17508
|
+
"text": "BrowseXModule",
|
|
17509
|
+
"canonicalReference": "@empathyco/x-components!BrowseXModule:type"
|
|
17510
|
+
}
|
|
17511
|
+
],
|
|
17512
|
+
"fileUrlPath": "src/x-modules/browse/x-module.ts",
|
|
17513
|
+
"isReadonly": true,
|
|
17514
|
+
"releaseTag": "Public",
|
|
17515
|
+
"name": "browseXModule",
|
|
17516
|
+
"variableTypeTokenRange": {
|
|
17517
|
+
"startIndex": 1,
|
|
17518
|
+
"endIndex": 2
|
|
17519
|
+
}
|
|
17520
|
+
},
|
|
17521
|
+
{
|
|
17522
|
+
"kind": "TypeAlias",
|
|
17523
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type",
|
|
17524
|
+
"docComment": "/**\n * Browse type safe store module.\n *\n * @public\n */\n",
|
|
17525
|
+
"excerptTokens": [
|
|
17526
|
+
{
|
|
17527
|
+
"kind": "Content",
|
|
17528
|
+
"text": "export type BrowseXStoreModule = "
|
|
17529
|
+
},
|
|
17530
|
+
{
|
|
17531
|
+
"kind": "Reference",
|
|
17532
|
+
"text": "XStoreModule",
|
|
17533
|
+
"canonicalReference": "@empathyco/x-components!XStoreModule:interface"
|
|
17534
|
+
},
|
|
17535
|
+
{
|
|
17536
|
+
"kind": "Content",
|
|
17537
|
+
"text": "<"
|
|
17538
|
+
},
|
|
17539
|
+
{
|
|
17540
|
+
"kind": "Reference",
|
|
17541
|
+
"text": "BrowseState",
|
|
17542
|
+
"canonicalReference": "@empathyco/x-components!BrowseState:interface"
|
|
17543
|
+
},
|
|
17544
|
+
{
|
|
17545
|
+
"kind": "Content",
|
|
17546
|
+
"text": ", "
|
|
17547
|
+
},
|
|
17548
|
+
{
|
|
17549
|
+
"kind": "Reference",
|
|
17550
|
+
"text": "BrowseGetters",
|
|
17551
|
+
"canonicalReference": "@empathyco/x-components!BrowseGetters:interface"
|
|
17552
|
+
},
|
|
17553
|
+
{
|
|
17554
|
+
"kind": "Content",
|
|
17555
|
+
"text": ", "
|
|
17556
|
+
},
|
|
17557
|
+
{
|
|
17558
|
+
"kind": "Reference",
|
|
17559
|
+
"text": "BrowseMutations",
|
|
17560
|
+
"canonicalReference": "@empathyco/x-components!BrowseMutations:interface"
|
|
17561
|
+
},
|
|
17562
|
+
{
|
|
17563
|
+
"kind": "Content",
|
|
17564
|
+
"text": ", "
|
|
17565
|
+
},
|
|
17566
|
+
{
|
|
17567
|
+
"kind": "Reference",
|
|
17568
|
+
"text": "BrowseActions",
|
|
17569
|
+
"canonicalReference": "@empathyco/x-components!BrowseActions:interface"
|
|
17570
|
+
},
|
|
17571
|
+
{
|
|
17572
|
+
"kind": "Content",
|
|
17573
|
+
"text": ">"
|
|
17574
|
+
},
|
|
17575
|
+
{
|
|
17576
|
+
"kind": "Content",
|
|
17577
|
+
"text": ";"
|
|
17578
|
+
}
|
|
17579
|
+
],
|
|
17580
|
+
"fileUrlPath": "src/x-modules/browse/store/types.ts",
|
|
17581
|
+
"releaseTag": "Public",
|
|
17582
|
+
"name": "BrowseXStoreModule",
|
|
17583
|
+
"typeTokenRange": {
|
|
17584
|
+
"startIndex": 1,
|
|
17585
|
+
"endIndex": 11
|
|
17586
|
+
}
|
|
17587
|
+
},
|
|
14945
17588
|
{
|
|
14946
17589
|
"kind": "Variable",
|
|
14947
17590
|
"canonicalReference": "@empathyco/x-components!bus:var",
|
|
@@ -14988,6 +17631,58 @@
|
|
|
14988
17631
|
"endIndex": 7
|
|
14989
17632
|
}
|
|
14990
17633
|
},
|
|
17634
|
+
{
|
|
17635
|
+
"kind": "Function",
|
|
17636
|
+
"canonicalReference": "@empathyco/x-components!cancelFetchAndSaveBrowseResponse:function(1)",
|
|
17637
|
+
"docComment": "/**\n * Default implementation for {@link BrowseActions.cancelFetchAndSaveBrowseResponse} action.\n *\n * @public\n */\n",
|
|
17638
|
+
"excerptTokens": [
|
|
17639
|
+
{
|
|
17640
|
+
"kind": "Content",
|
|
17641
|
+
"text": "cancelFetchAndSaveBrowseResponse: () => "
|
|
17642
|
+
},
|
|
17643
|
+
{
|
|
17644
|
+
"kind": "Content",
|
|
17645
|
+
"text": "void"
|
|
17646
|
+
}
|
|
17647
|
+
],
|
|
17648
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/fetch-and-save-browse-response.action.ts",
|
|
17649
|
+
"returnTypeTokenRange": {
|
|
17650
|
+
"startIndex": 1,
|
|
17651
|
+
"endIndex": 2
|
|
17652
|
+
},
|
|
17653
|
+
"releaseTag": "Public",
|
|
17654
|
+
"overloadIndex": 1,
|
|
17655
|
+
"parameters": [],
|
|
17656
|
+
"name": "cancelFetchAndSaveBrowseResponse"
|
|
17657
|
+
},
|
|
17658
|
+
{
|
|
17659
|
+
"kind": "Variable",
|
|
17660
|
+
"canonicalReference": "@empathyco/x-components!cancelFetchAndSaveBrowseResponseWire:var",
|
|
17661
|
+
"docComment": "/**\n * Cancels the {@link BrowseActions.fetchAndSaveBrowseResponse} request promise.\n *\n * @public\n */\n",
|
|
17662
|
+
"excerptTokens": [
|
|
17663
|
+
{
|
|
17664
|
+
"kind": "Content",
|
|
17665
|
+
"text": "cancelFetchAndSaveBrowseResponseWire: "
|
|
17666
|
+
},
|
|
17667
|
+
{
|
|
17668
|
+
"kind": "Content",
|
|
17669
|
+
"text": "import(\"../../wiring\")."
|
|
17670
|
+
},
|
|
17671
|
+
{
|
|
17672
|
+
"kind": "Reference",
|
|
17673
|
+
"text": "AnyWire",
|
|
17674
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
17675
|
+
}
|
|
17676
|
+
],
|
|
17677
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
17678
|
+
"isReadonly": true,
|
|
17679
|
+
"releaseTag": "Public",
|
|
17680
|
+
"name": "cancelFetchAndSaveBrowseResponseWire",
|
|
17681
|
+
"variableTypeTokenRange": {
|
|
17682
|
+
"startIndex": 1,
|
|
17683
|
+
"endIndex": 3
|
|
17684
|
+
}
|
|
17685
|
+
},
|
|
14991
17686
|
{
|
|
14992
17687
|
"kind": "Function",
|
|
14993
17688
|
"canonicalReference": "@empathyco/x-components!cancelFetchAndSaveControls:function(1)",
|
|
@@ -15548,6 +18243,34 @@
|
|
|
15548
18243
|
"endIndex": 22
|
|
15549
18244
|
}
|
|
15550
18245
|
},
|
|
18246
|
+
{
|
|
18247
|
+
"kind": "Variable",
|
|
18248
|
+
"canonicalReference": "@empathyco/x-components!clearBrowseQuery:var",
|
|
18249
|
+
"docComment": "/**\n * Clears the browse state `selectedCategory`.\n *\n * @public\n */\n",
|
|
18250
|
+
"excerptTokens": [
|
|
18251
|
+
{
|
|
18252
|
+
"kind": "Content",
|
|
18253
|
+
"text": "clearBrowseQuery: "
|
|
18254
|
+
},
|
|
18255
|
+
{
|
|
18256
|
+
"kind": "Content",
|
|
18257
|
+
"text": "import(\"../../wiring\")."
|
|
18258
|
+
},
|
|
18259
|
+
{
|
|
18260
|
+
"kind": "Reference",
|
|
18261
|
+
"text": "AnyWire",
|
|
18262
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
18263
|
+
}
|
|
18264
|
+
],
|
|
18265
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
18266
|
+
"isReadonly": true,
|
|
18267
|
+
"releaseTag": "Public",
|
|
18268
|
+
"name": "clearBrowseQuery",
|
|
18269
|
+
"variableTypeTokenRange": {
|
|
18270
|
+
"startIndex": 1,
|
|
18271
|
+
"endIndex": 3
|
|
18272
|
+
}
|
|
18273
|
+
},
|
|
15551
18274
|
{
|
|
15552
18275
|
"kind": "Variable",
|
|
15553
18276
|
"canonicalReference": "@empathyco/x-components!ClearFilters:var",
|
|
@@ -29251,6 +31974,232 @@
|
|
|
29251
31974
|
"endIndex": 3
|
|
29252
31975
|
}
|
|
29253
31976
|
},
|
|
31977
|
+
{
|
|
31978
|
+
"kind": "Function",
|
|
31979
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveBrowseResponse:function(1)",
|
|
31980
|
+
"docComment": "/**\n * Default implementation for {@link BrowseActions.fetchAndSaveBrowseResponse} action.\n *\n * @public\n */\n",
|
|
31981
|
+
"excerptTokens": [
|
|
31982
|
+
{
|
|
31983
|
+
"kind": "Content",
|
|
31984
|
+
"text": "fetchAndSaveBrowseResponse: (context: "
|
|
31985
|
+
},
|
|
31986
|
+
{
|
|
31987
|
+
"kind": "Reference",
|
|
31988
|
+
"text": "BrowseActionContext",
|
|
31989
|
+
"canonicalReference": "@empathyco/x-components!BrowseActionContext:type"
|
|
31990
|
+
},
|
|
31991
|
+
{
|
|
31992
|
+
"kind": "Content",
|
|
31993
|
+
"text": ", request: "
|
|
31994
|
+
},
|
|
31995
|
+
{
|
|
31996
|
+
"kind": "Reference",
|
|
31997
|
+
"text": "InternalBrowseRequest",
|
|
31998
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
31999
|
+
},
|
|
32000
|
+
{
|
|
32001
|
+
"kind": "Content",
|
|
32002
|
+
"text": " | null"
|
|
32003
|
+
},
|
|
32004
|
+
{
|
|
32005
|
+
"kind": "Content",
|
|
32006
|
+
"text": ") => "
|
|
32007
|
+
},
|
|
32008
|
+
{
|
|
32009
|
+
"kind": "Content",
|
|
32010
|
+
"text": "void | "
|
|
32011
|
+
},
|
|
32012
|
+
{
|
|
32013
|
+
"kind": "Reference",
|
|
32014
|
+
"text": "Promise",
|
|
32015
|
+
"canonicalReference": "!Promise:interface"
|
|
32016
|
+
},
|
|
32017
|
+
{
|
|
32018
|
+
"kind": "Content",
|
|
32019
|
+
"text": "<void>"
|
|
32020
|
+
}
|
|
32021
|
+
],
|
|
32022
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/fetch-and-save-browse-response.action.ts",
|
|
32023
|
+
"returnTypeTokenRange": {
|
|
32024
|
+
"startIndex": 6,
|
|
32025
|
+
"endIndex": 9
|
|
32026
|
+
},
|
|
32027
|
+
"releaseTag": "Public",
|
|
32028
|
+
"overloadIndex": 1,
|
|
32029
|
+
"parameters": [
|
|
32030
|
+
{
|
|
32031
|
+
"parameterName": "context",
|
|
32032
|
+
"parameterTypeTokenRange": {
|
|
32033
|
+
"startIndex": 1,
|
|
32034
|
+
"endIndex": 2
|
|
32035
|
+
},
|
|
32036
|
+
"isOptional": false
|
|
32037
|
+
},
|
|
32038
|
+
{
|
|
32039
|
+
"parameterName": "request",
|
|
32040
|
+
"parameterTypeTokenRange": {
|
|
32041
|
+
"startIndex": 3,
|
|
32042
|
+
"endIndex": 5
|
|
32043
|
+
},
|
|
32044
|
+
"isOptional": false
|
|
32045
|
+
}
|
|
32046
|
+
],
|
|
32047
|
+
"name": "fetchAndSaveBrowseResponse"
|
|
32048
|
+
},
|
|
32049
|
+
{
|
|
32050
|
+
"kind": "Variable",
|
|
32051
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveBrowseResponseWire:var",
|
|
32052
|
+
"docComment": "/**\n * Requests and stores the browse response.\n *\n * @public\n */\n",
|
|
32053
|
+
"excerptTokens": [
|
|
32054
|
+
{
|
|
32055
|
+
"kind": "Content",
|
|
32056
|
+
"text": "fetchAndSaveBrowseResponseWire: "
|
|
32057
|
+
},
|
|
32058
|
+
{
|
|
32059
|
+
"kind": "Content",
|
|
32060
|
+
"text": "import(\"../../wiring\")."
|
|
32061
|
+
},
|
|
32062
|
+
{
|
|
32063
|
+
"kind": "Reference",
|
|
32064
|
+
"text": "Wire",
|
|
32065
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
32066
|
+
},
|
|
32067
|
+
{
|
|
32068
|
+
"kind": "Content",
|
|
32069
|
+
"text": "<"
|
|
32070
|
+
},
|
|
32071
|
+
{
|
|
32072
|
+
"kind": "Reference",
|
|
32073
|
+
"text": "InternalBrowseRequest",
|
|
32074
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
32075
|
+
},
|
|
32076
|
+
{
|
|
32077
|
+
"kind": "Content",
|
|
32078
|
+
"text": " | null>"
|
|
32079
|
+
}
|
|
32080
|
+
],
|
|
32081
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
32082
|
+
"isReadonly": true,
|
|
32083
|
+
"releaseTag": "Public",
|
|
32084
|
+
"name": "fetchAndSaveBrowseResponseWire",
|
|
32085
|
+
"variableTypeTokenRange": {
|
|
32086
|
+
"startIndex": 1,
|
|
32087
|
+
"endIndex": 6
|
|
32088
|
+
}
|
|
32089
|
+
},
|
|
32090
|
+
{
|
|
32091
|
+
"kind": "Function",
|
|
32092
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveBrowseResultsEnrichment:function(1)",
|
|
32093
|
+
"docComment": "/**\n * Default implementation for {@link BrowseActions.fetchAndSaveResultsEnrichment} action.\n *\n * @public\n */\n",
|
|
32094
|
+
"excerptTokens": [
|
|
32095
|
+
{
|
|
32096
|
+
"kind": "Content",
|
|
32097
|
+
"text": "fetchAndSaveResultsEnrichment: (context: "
|
|
32098
|
+
},
|
|
32099
|
+
{
|
|
32100
|
+
"kind": "Reference",
|
|
32101
|
+
"text": "BrowseActionContext",
|
|
32102
|
+
"canonicalReference": "@empathyco/x-components!BrowseActionContext:type"
|
|
32103
|
+
},
|
|
32104
|
+
{
|
|
32105
|
+
"kind": "Content",
|
|
32106
|
+
"text": ", request: "
|
|
32107
|
+
},
|
|
32108
|
+
{
|
|
32109
|
+
"kind": "Reference",
|
|
32110
|
+
"text": "Result",
|
|
32111
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
32112
|
+
},
|
|
32113
|
+
{
|
|
32114
|
+
"kind": "Content",
|
|
32115
|
+
"text": "[]"
|
|
32116
|
+
},
|
|
32117
|
+
{
|
|
32118
|
+
"kind": "Content",
|
|
32119
|
+
"text": ") => "
|
|
32120
|
+
},
|
|
32121
|
+
{
|
|
32122
|
+
"kind": "Content",
|
|
32123
|
+
"text": "void | "
|
|
32124
|
+
},
|
|
32125
|
+
{
|
|
32126
|
+
"kind": "Reference",
|
|
32127
|
+
"text": "Promise",
|
|
32128
|
+
"canonicalReference": "!Promise:interface"
|
|
32129
|
+
},
|
|
32130
|
+
{
|
|
32131
|
+
"kind": "Content",
|
|
32132
|
+
"text": "<void>"
|
|
32133
|
+
}
|
|
32134
|
+
],
|
|
32135
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/fetch-and-save-results-enrichment.action.ts",
|
|
32136
|
+
"returnTypeTokenRange": {
|
|
32137
|
+
"startIndex": 6,
|
|
32138
|
+
"endIndex": 9
|
|
32139
|
+
},
|
|
32140
|
+
"releaseTag": "Public",
|
|
32141
|
+
"overloadIndex": 1,
|
|
32142
|
+
"parameters": [
|
|
32143
|
+
{
|
|
32144
|
+
"parameterName": "context",
|
|
32145
|
+
"parameterTypeTokenRange": {
|
|
32146
|
+
"startIndex": 1,
|
|
32147
|
+
"endIndex": 2
|
|
32148
|
+
},
|
|
32149
|
+
"isOptional": false
|
|
32150
|
+
},
|
|
32151
|
+
{
|
|
32152
|
+
"parameterName": "request",
|
|
32153
|
+
"parameterTypeTokenRange": {
|
|
32154
|
+
"startIndex": 3,
|
|
32155
|
+
"endIndex": 5
|
|
32156
|
+
},
|
|
32157
|
+
"isOptional": false
|
|
32158
|
+
}
|
|
32159
|
+
],
|
|
32160
|
+
"name": "fetchAndSaveBrowseResultsEnrichment"
|
|
32161
|
+
},
|
|
32162
|
+
{
|
|
32163
|
+
"kind": "Variable",
|
|
32164
|
+
"canonicalReference": "@empathyco/x-components!fetchAndSaveBrowseResultsEnrichmentWire:var",
|
|
32165
|
+
"docComment": "/**\n * Requests and stores the enrichment results for the results.\n *\n * @public\n */\n",
|
|
32166
|
+
"excerptTokens": [
|
|
32167
|
+
{
|
|
32168
|
+
"kind": "Content",
|
|
32169
|
+
"text": "fetchAndSaveBrowseResultsEnrichmentWire: "
|
|
32170
|
+
},
|
|
32171
|
+
{
|
|
32172
|
+
"kind": "Content",
|
|
32173
|
+
"text": "import(\"../../wiring\")."
|
|
32174
|
+
},
|
|
32175
|
+
{
|
|
32176
|
+
"kind": "Reference",
|
|
32177
|
+
"text": "Wire",
|
|
32178
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
32179
|
+
},
|
|
32180
|
+
{
|
|
32181
|
+
"kind": "Content",
|
|
32182
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
32183
|
+
},
|
|
32184
|
+
{
|
|
32185
|
+
"kind": "Reference",
|
|
32186
|
+
"text": "Result",
|
|
32187
|
+
"canonicalReference": "@empathyco/x-components!Result:interface"
|
|
32188
|
+
},
|
|
32189
|
+
{
|
|
32190
|
+
"kind": "Content",
|
|
32191
|
+
"text": "[]>"
|
|
32192
|
+
}
|
|
32193
|
+
],
|
|
32194
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
32195
|
+
"isReadonly": true,
|
|
32196
|
+
"releaseTag": "Public",
|
|
32197
|
+
"name": "fetchAndSaveBrowseResultsEnrichmentWire",
|
|
32198
|
+
"variableTypeTokenRange": {
|
|
32199
|
+
"startIndex": 1,
|
|
32200
|
+
"endIndex": 6
|
|
32201
|
+
}
|
|
32202
|
+
},
|
|
29254
32203
|
{
|
|
29255
32204
|
"kind": "Function",
|
|
29256
32205
|
"canonicalReference": "@empathyco/x-components!fetchAndSaveExperienceControlsResponse:function(1)",
|
|
@@ -30775,6 +33724,34 @@
|
|
|
30775
33724
|
"endIndex": 6
|
|
30776
33725
|
}
|
|
30777
33726
|
},
|
|
33727
|
+
{
|
|
33728
|
+
"kind": "Variable",
|
|
33729
|
+
"canonicalReference": "@empathyco/x-components!fetchBrowseResponse:var",
|
|
33730
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.fetchBrowseResponse}.\n *\n * @param _context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @param request - The browse request to make.\n *\n * @returns A Promise of browse response that resolves when it fetches browse response.\n *\n * @public\n */\n",
|
|
33731
|
+
"excerptTokens": [
|
|
33732
|
+
{
|
|
33733
|
+
"kind": "Content",
|
|
33734
|
+
"text": "fetchBrowseResponse: "
|
|
33735
|
+
},
|
|
33736
|
+
{
|
|
33737
|
+
"kind": "Reference",
|
|
33738
|
+
"text": "BrowseXStoreModule",
|
|
33739
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
33740
|
+
},
|
|
33741
|
+
{
|
|
33742
|
+
"kind": "Content",
|
|
33743
|
+
"text": "['actions']['fetchBrowseResponse']"
|
|
33744
|
+
}
|
|
33745
|
+
],
|
|
33746
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/fetch-browse-response.action.ts",
|
|
33747
|
+
"isReadonly": true,
|
|
33748
|
+
"releaseTag": "Public",
|
|
33749
|
+
"name": "fetchBrowseResponse",
|
|
33750
|
+
"variableTypeTokenRange": {
|
|
33751
|
+
"startIndex": 1,
|
|
33752
|
+
"endIndex": 3
|
|
33753
|
+
}
|
|
33754
|
+
},
|
|
30778
33755
|
{
|
|
30779
33756
|
"kind": "Variable",
|
|
30780
33757
|
"canonicalReference": "@empathyco/x-components!fetchExperienceControlsResponse:var",
|
|
@@ -33980,7 +36957,7 @@
|
|
|
33980
36957
|
{
|
|
33981
36958
|
"kind": "Reference",
|
|
33982
36959
|
"text": "InternalBrowseRequest",
|
|
33983
|
-
"canonicalReference": "@empathyco/x-components
|
|
36960
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
33984
36961
|
},
|
|
33985
36962
|
{
|
|
33986
36963
|
"kind": "Content",
|
|
@@ -33989,7 +36966,7 @@
|
|
|
33989
36966
|
{
|
|
33990
36967
|
"kind": "Reference",
|
|
33991
36968
|
"text": "InternalBrowseRequest",
|
|
33992
|
-
"canonicalReference": "@empathyco/x-components
|
|
36969
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
33993
36970
|
},
|
|
33994
36971
|
{
|
|
33995
36972
|
"kind": "Content",
|
|
@@ -33998,7 +36975,7 @@
|
|
|
33998
36975
|
{
|
|
33999
36976
|
"kind": "Reference",
|
|
34000
36977
|
"text": "InternalBrowseResponse",
|
|
34001
|
-
"canonicalReference": "@empathyco/x-components
|
|
36978
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse:interface"
|
|
34002
36979
|
},
|
|
34003
36980
|
{
|
|
34004
36981
|
"kind": "Content",
|
|
@@ -38308,6 +41285,62 @@
|
|
|
38308
41285
|
"endIndex": 11
|
|
38309
41286
|
}
|
|
38310
41287
|
},
|
|
41288
|
+
{
|
|
41289
|
+
"kind": "Variable",
|
|
41290
|
+
"canonicalReference": "@empathyco/x-components!increaseBrowsePageAppendingResults:var",
|
|
41291
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.increasePageAppendingResults}.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @public\n */\n",
|
|
41292
|
+
"excerptTokens": [
|
|
41293
|
+
{
|
|
41294
|
+
"kind": "Content",
|
|
41295
|
+
"text": "increasePageAppendingResults: "
|
|
41296
|
+
},
|
|
41297
|
+
{
|
|
41298
|
+
"kind": "Reference",
|
|
41299
|
+
"text": "BrowseXStoreModule",
|
|
41300
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
41301
|
+
},
|
|
41302
|
+
{
|
|
41303
|
+
"kind": "Content",
|
|
41304
|
+
"text": "['actions']['increasePageAppendingResults']"
|
|
41305
|
+
}
|
|
41306
|
+
],
|
|
41307
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/increase-page-apending-results.action.ts",
|
|
41308
|
+
"isReadonly": true,
|
|
41309
|
+
"releaseTag": "Public",
|
|
41310
|
+
"name": "increaseBrowsePageAppendingResults",
|
|
41311
|
+
"variableTypeTokenRange": {
|
|
41312
|
+
"startIndex": 1,
|
|
41313
|
+
"endIndex": 3
|
|
41314
|
+
}
|
|
41315
|
+
},
|
|
41316
|
+
{
|
|
41317
|
+
"kind": "Variable",
|
|
41318
|
+
"canonicalReference": "@empathyco/x-components!increaseBrowsePageAppendingResultsWire:var",
|
|
41319
|
+
"docComment": "/**\n * Increases the current browse state `page` by one.\n *\n * @public\n */\n",
|
|
41320
|
+
"excerptTokens": [
|
|
41321
|
+
{
|
|
41322
|
+
"kind": "Content",
|
|
41323
|
+
"text": "increaseBrowsePageAppendingResultsWire: "
|
|
41324
|
+
},
|
|
41325
|
+
{
|
|
41326
|
+
"kind": "Content",
|
|
41327
|
+
"text": "import(\"../../wiring\")."
|
|
41328
|
+
},
|
|
41329
|
+
{
|
|
41330
|
+
"kind": "Reference",
|
|
41331
|
+
"text": "AnyWire",
|
|
41332
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
41333
|
+
}
|
|
41334
|
+
],
|
|
41335
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
41336
|
+
"isReadonly": true,
|
|
41337
|
+
"releaseTag": "Public",
|
|
41338
|
+
"name": "increaseBrowsePageAppendingResultsWire",
|
|
41339
|
+
"variableTypeTokenRange": {
|
|
41340
|
+
"startIndex": 1,
|
|
41341
|
+
"endIndex": 3
|
|
41342
|
+
}
|
|
41343
|
+
},
|
|
38311
41344
|
{
|
|
38312
41345
|
"kind": "Variable",
|
|
38313
41346
|
"canonicalReference": "@empathyco/x-components!increasePageAppendingResults:var",
|
|
@@ -38924,6 +41957,153 @@
|
|
|
38924
41957
|
}
|
|
38925
41958
|
]
|
|
38926
41959
|
},
|
|
41960
|
+
{
|
|
41961
|
+
"kind": "Interface",
|
|
41962
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface",
|
|
41963
|
+
"docComment": "/**\n * An internal browse request containing the page used to calculate the start and rows properties of a {@link @empathyco/x-types#BrowseRequest}.\n *\n * @public\n */\n",
|
|
41964
|
+
"excerptTokens": [
|
|
41965
|
+
{
|
|
41966
|
+
"kind": "Content",
|
|
41967
|
+
"text": "export interface InternalBrowseRequest extends "
|
|
41968
|
+
},
|
|
41969
|
+
{
|
|
41970
|
+
"kind": "Reference",
|
|
41971
|
+
"text": "BrowseRequest",
|
|
41972
|
+
"canonicalReference": "@empathyco/x-components!BrowseRequest:interface"
|
|
41973
|
+
},
|
|
41974
|
+
{
|
|
41975
|
+
"kind": "Content",
|
|
41976
|
+
"text": " "
|
|
41977
|
+
}
|
|
41978
|
+
],
|
|
41979
|
+
"fileUrlPath": "src/x-modules/browse/types.ts",
|
|
41980
|
+
"releaseTag": "Public",
|
|
41981
|
+
"name": "InternalBrowseRequest",
|
|
41982
|
+
"preserveMemberOrder": false,
|
|
41983
|
+
"members": [
|
|
41984
|
+
{
|
|
41985
|
+
"kind": "PropertySignature",
|
|
41986
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest#page:member",
|
|
41987
|
+
"docComment": "/**\n * The page number.\n */\n",
|
|
41988
|
+
"excerptTokens": [
|
|
41989
|
+
{
|
|
41990
|
+
"kind": "Content",
|
|
41991
|
+
"text": "page: "
|
|
41992
|
+
},
|
|
41993
|
+
{
|
|
41994
|
+
"kind": "Content",
|
|
41995
|
+
"text": "number"
|
|
41996
|
+
},
|
|
41997
|
+
{
|
|
41998
|
+
"kind": "Content",
|
|
41999
|
+
"text": ";"
|
|
42000
|
+
}
|
|
42001
|
+
],
|
|
42002
|
+
"isReadonly": false,
|
|
42003
|
+
"isOptional": false,
|
|
42004
|
+
"releaseTag": "Public",
|
|
42005
|
+
"name": "page",
|
|
42006
|
+
"propertyTypeTokenRange": {
|
|
42007
|
+
"startIndex": 1,
|
|
42008
|
+
"endIndex": 2
|
|
42009
|
+
}
|
|
42010
|
+
}
|
|
42011
|
+
],
|
|
42012
|
+
"extendsTokenRanges": [
|
|
42013
|
+
{
|
|
42014
|
+
"startIndex": 1,
|
|
42015
|
+
"endIndex": 2
|
|
42016
|
+
}
|
|
42017
|
+
]
|
|
42018
|
+
},
|
|
42019
|
+
{
|
|
42020
|
+
"kind": "Interface",
|
|
42021
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse:interface",
|
|
42022
|
+
"docComment": "/**\n * An internal browse response containing the {@link InternalBrowseRequest} performed to get a {@link @empathyco/x-types#BrowseResponse} and its {@link RequestStatus}.\n *\n * @public\n */\n",
|
|
42023
|
+
"excerptTokens": [
|
|
42024
|
+
{
|
|
42025
|
+
"kind": "Content",
|
|
42026
|
+
"text": "export interface InternalBrowseResponse extends "
|
|
42027
|
+
},
|
|
42028
|
+
{
|
|
42029
|
+
"kind": "Reference",
|
|
42030
|
+
"text": "BrowseResponse",
|
|
42031
|
+
"canonicalReference": "@empathyco/x-components!BrowseResponse:interface"
|
|
42032
|
+
},
|
|
42033
|
+
{
|
|
42034
|
+
"kind": "Content",
|
|
42035
|
+
"text": " "
|
|
42036
|
+
}
|
|
42037
|
+
],
|
|
42038
|
+
"fileUrlPath": "src/x-modules/browse/types.ts",
|
|
42039
|
+
"releaseTag": "Public",
|
|
42040
|
+
"name": "InternalBrowseResponse",
|
|
42041
|
+
"preserveMemberOrder": false,
|
|
42042
|
+
"members": [
|
|
42043
|
+
{
|
|
42044
|
+
"kind": "PropertySignature",
|
|
42045
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse#request:member",
|
|
42046
|
+
"docComment": "/**\n * The browse request.\n */\n",
|
|
42047
|
+
"excerptTokens": [
|
|
42048
|
+
{
|
|
42049
|
+
"kind": "Content",
|
|
42050
|
+
"text": "request: "
|
|
42051
|
+
},
|
|
42052
|
+
{
|
|
42053
|
+
"kind": "Reference",
|
|
42054
|
+
"text": "InternalBrowseRequest",
|
|
42055
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
42056
|
+
},
|
|
42057
|
+
{
|
|
42058
|
+
"kind": "Content",
|
|
42059
|
+
"text": ";"
|
|
42060
|
+
}
|
|
42061
|
+
],
|
|
42062
|
+
"isReadonly": false,
|
|
42063
|
+
"isOptional": false,
|
|
42064
|
+
"releaseTag": "Public",
|
|
42065
|
+
"name": "request",
|
|
42066
|
+
"propertyTypeTokenRange": {
|
|
42067
|
+
"startIndex": 1,
|
|
42068
|
+
"endIndex": 2
|
|
42069
|
+
}
|
|
42070
|
+
},
|
|
42071
|
+
{
|
|
42072
|
+
"kind": "PropertySignature",
|
|
42073
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse#status:member",
|
|
42074
|
+
"docComment": "/**\n * The response status.\n */\n",
|
|
42075
|
+
"excerptTokens": [
|
|
42076
|
+
{
|
|
42077
|
+
"kind": "Content",
|
|
42078
|
+
"text": "status: "
|
|
42079
|
+
},
|
|
42080
|
+
{
|
|
42081
|
+
"kind": "Reference",
|
|
42082
|
+
"text": "RequestStatus",
|
|
42083
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type"
|
|
42084
|
+
},
|
|
42085
|
+
{
|
|
42086
|
+
"kind": "Content",
|
|
42087
|
+
"text": ";"
|
|
42088
|
+
}
|
|
42089
|
+
],
|
|
42090
|
+
"isReadonly": false,
|
|
42091
|
+
"isOptional": false,
|
|
42092
|
+
"releaseTag": "Public",
|
|
42093
|
+
"name": "status",
|
|
42094
|
+
"propertyTypeTokenRange": {
|
|
42095
|
+
"startIndex": 1,
|
|
42096
|
+
"endIndex": 2
|
|
42097
|
+
}
|
|
42098
|
+
}
|
|
42099
|
+
],
|
|
42100
|
+
"extendsTokenRanges": [
|
|
42101
|
+
{
|
|
42102
|
+
"startIndex": 1,
|
|
42103
|
+
"endIndex": 2
|
|
42104
|
+
}
|
|
42105
|
+
]
|
|
42106
|
+
},
|
|
38927
42107
|
{
|
|
38928
42108
|
"kind": "Interface",
|
|
38929
42109
|
"canonicalReference": "@empathyco/x-components!InternalSearchRequest:interface",
|
|
@@ -59414,214 +62594,423 @@
|
|
|
59414
62594
|
},
|
|
59415
62595
|
{
|
|
59416
62596
|
"kind": "Content",
|
|
59417
|
-
"text": "<boolean>)[]>;\n default: () => never[];\n };\n}>, () => \"\" | import(\"vue\")."
|
|
62597
|
+
"text": "<boolean>)[]>;\n default: () => never[];\n };\n}>, () => \"\" | import(\"vue\")."
|
|
62598
|
+
},
|
|
62599
|
+
{
|
|
62600
|
+
"kind": "Reference",
|
|
62601
|
+
"text": "VNode",
|
|
62602
|
+
"canonicalReference": "@vue/runtime-core!VNode:interface"
|
|
62603
|
+
},
|
|
62604
|
+
{
|
|
62605
|
+
"kind": "Content",
|
|
62606
|
+
"text": "<import(\"vue\")."
|
|
62607
|
+
},
|
|
62608
|
+
{
|
|
62609
|
+
"kind": "Reference",
|
|
62610
|
+
"text": "RendererNode",
|
|
62611
|
+
"canonicalReference": "@vue/runtime-core!RendererNode:interface"
|
|
62612
|
+
},
|
|
62613
|
+
{
|
|
62614
|
+
"kind": "Content",
|
|
62615
|
+
"text": ", import(\"vue\")."
|
|
62616
|
+
},
|
|
62617
|
+
{
|
|
62618
|
+
"kind": "Reference",
|
|
62619
|
+
"text": "RendererElement",
|
|
62620
|
+
"canonicalReference": "@vue/runtime-core!RendererElement:interface"
|
|
62621
|
+
},
|
|
62622
|
+
{
|
|
62623
|
+
"kind": "Content",
|
|
62624
|
+
"text": ", {\n [key: string]: any;\n}>[], {}, {}, {}, import(\"vue\")."
|
|
62625
|
+
},
|
|
62626
|
+
{
|
|
62627
|
+
"kind": "Reference",
|
|
62628
|
+
"text": "ComponentOptionsMixin",
|
|
62629
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
62630
|
+
},
|
|
62631
|
+
{
|
|
62632
|
+
"kind": "Content",
|
|
62633
|
+
"text": ", import(\"vue\")."
|
|
62634
|
+
},
|
|
62635
|
+
{
|
|
62636
|
+
"kind": "Reference",
|
|
62637
|
+
"text": "ComponentOptionsMixin",
|
|
62638
|
+
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
62639
|
+
},
|
|
62640
|
+
{
|
|
62641
|
+
"kind": "Content",
|
|
62642
|
+
"text": ", {}, string, import(\"vue\")."
|
|
62643
|
+
},
|
|
62644
|
+
{
|
|
62645
|
+
"kind": "Reference",
|
|
62646
|
+
"text": "PublicProps",
|
|
62647
|
+
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
62648
|
+
},
|
|
62649
|
+
{
|
|
62650
|
+
"kind": "Content",
|
|
62651
|
+
"text": ", "
|
|
62652
|
+
},
|
|
62653
|
+
{
|
|
62654
|
+
"kind": "Reference",
|
|
62655
|
+
"text": "Readonly",
|
|
62656
|
+
"canonicalReference": "!Readonly:type"
|
|
62657
|
+
},
|
|
62658
|
+
{
|
|
62659
|
+
"kind": "Content",
|
|
62660
|
+
"text": "<import(\"vue\")."
|
|
62661
|
+
},
|
|
62662
|
+
{
|
|
62663
|
+
"kind": "Reference",
|
|
62664
|
+
"text": "ExtractPropTypes",
|
|
62665
|
+
"canonicalReference": "@vue/runtime-core!ExtractPropTypes:type"
|
|
62666
|
+
},
|
|
62667
|
+
{
|
|
62668
|
+
"kind": "Content",
|
|
62669
|
+
"text": "<{\n filter: {\n type: "
|
|
62670
|
+
},
|
|
62671
|
+
{
|
|
62672
|
+
"kind": "Reference",
|
|
62673
|
+
"text": "PropType",
|
|
62674
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
62675
|
+
},
|
|
62676
|
+
{
|
|
62677
|
+
"kind": "Content",
|
|
62678
|
+
"text": "<"
|
|
62679
|
+
},
|
|
62680
|
+
{
|
|
62681
|
+
"kind": "Reference",
|
|
62682
|
+
"text": "BooleanFilter",
|
|
62683
|
+
"canonicalReference": "@empathyco/x-components!BooleanFilter:interface"
|
|
62684
|
+
},
|
|
62685
|
+
{
|
|
62686
|
+
"kind": "Content",
|
|
62687
|
+
"text": ">;\n required: true;\n };\n clickEvents: "
|
|
62688
|
+
},
|
|
62689
|
+
{
|
|
62690
|
+
"kind": "Reference",
|
|
62691
|
+
"text": "PropType",
|
|
62692
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
62693
|
+
},
|
|
62694
|
+
{
|
|
62695
|
+
"kind": "Content",
|
|
62696
|
+
"text": "<"
|
|
62697
|
+
},
|
|
62698
|
+
{
|
|
62699
|
+
"kind": "Reference",
|
|
62700
|
+
"text": "Partial",
|
|
62701
|
+
"canonicalReference": "!Partial:type"
|
|
62702
|
+
},
|
|
62703
|
+
{
|
|
62704
|
+
"kind": "Content",
|
|
62705
|
+
"text": "<"
|
|
62706
|
+
},
|
|
62707
|
+
{
|
|
62708
|
+
"kind": "Reference",
|
|
62709
|
+
"text": "XEventsTypes",
|
|
62710
|
+
"canonicalReference": "@empathyco/x-components!XEventsTypes:interface"
|
|
62711
|
+
},
|
|
62712
|
+
{
|
|
62713
|
+
"kind": "Content",
|
|
62714
|
+
"text": ">>;\n cssClasses: {\n type: "
|
|
62715
|
+
},
|
|
62716
|
+
{
|
|
62717
|
+
"kind": "Reference",
|
|
62718
|
+
"text": "PropType",
|
|
62719
|
+
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
62720
|
+
},
|
|
62721
|
+
{
|
|
62722
|
+
"kind": "Content",
|
|
62723
|
+
"text": "<(string | "
|
|
62724
|
+
},
|
|
62725
|
+
{
|
|
62726
|
+
"kind": "Reference",
|
|
62727
|
+
"text": "Dictionary",
|
|
62728
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
62729
|
+
},
|
|
62730
|
+
{
|
|
62731
|
+
"kind": "Content",
|
|
62732
|
+
"text": "<boolean>)[]>;\n default: () => never[];\n };\n}>> & "
|
|
59418
62733
|
},
|
|
59419
62734
|
{
|
|
59420
62735
|
"kind": "Reference",
|
|
59421
|
-
"text": "
|
|
59422
|
-
"canonicalReference": "
|
|
62736
|
+
"text": "Readonly",
|
|
62737
|
+
"canonicalReference": "!Readonly:type"
|
|
59423
62738
|
},
|
|
59424
62739
|
{
|
|
59425
62740
|
"kind": "Content",
|
|
59426
|
-
"text": "<
|
|
62741
|
+
"text": "<{}>, {\n cssClasses: (string | "
|
|
59427
62742
|
},
|
|
59428
62743
|
{
|
|
59429
62744
|
"kind": "Reference",
|
|
59430
|
-
"text": "
|
|
59431
|
-
"canonicalReference": "@
|
|
62745
|
+
"text": "Dictionary",
|
|
62746
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
59432
62747
|
},
|
|
59433
62748
|
{
|
|
59434
62749
|
"kind": "Content",
|
|
59435
|
-
"text": ", import(\"vue\")."
|
|
62750
|
+
"text": "<boolean>)[];\n}, {}, {}, {}, string, import(\"vue\")."
|
|
59436
62751
|
},
|
|
59437
62752
|
{
|
|
59438
62753
|
"kind": "Reference",
|
|
59439
|
-
"text": "
|
|
59440
|
-
"canonicalReference": "@vue/runtime-core!
|
|
62754
|
+
"text": "ComponentProvideOptions",
|
|
62755
|
+
"canonicalReference": "@vue/runtime-core!ComponentProvideOptions:type"
|
|
59441
62756
|
},
|
|
59442
62757
|
{
|
|
59443
62758
|
"kind": "Content",
|
|
59444
|
-
"text": ",
|
|
59445
|
-
}
|
|
59446
|
-
|
|
59447
|
-
|
|
59448
|
-
|
|
59449
|
-
|
|
59450
|
-
|
|
62759
|
+
"text": ", true, {}, any>"
|
|
62760
|
+
}
|
|
62761
|
+
],
|
|
62762
|
+
"fileUrlPath": "dist/types/src/x-modules/facets/components/filters/renderless-filter.vue.d.ts",
|
|
62763
|
+
"isReadonly": true,
|
|
62764
|
+
"releaseTag": "Public",
|
|
62765
|
+
"name": "RenderlessFilter",
|
|
62766
|
+
"variableTypeTokenRange": {
|
|
62767
|
+
"startIndex": 1,
|
|
62768
|
+
"endIndex": 56
|
|
62769
|
+
}
|
|
62770
|
+
},
|
|
62771
|
+
{
|
|
62772
|
+
"kind": "TypeAlias",
|
|
62773
|
+
"canonicalReference": "@empathyco/x-components!RequestStatus:type",
|
|
62774
|
+
"docComment": "/**\n * The possible status of a request: - Success: The request has resolved successfully. - Loading: The request is in process, waiting for a response. - Error: The request has failed.\n *\n * @public\n */\n",
|
|
62775
|
+
"excerptTokens": [
|
|
59451
62776
|
{
|
|
59452
62777
|
"kind": "Content",
|
|
59453
|
-
"text": "
|
|
59454
|
-
},
|
|
59455
|
-
{
|
|
59456
|
-
"kind": "Reference",
|
|
59457
|
-
"text": "ComponentOptionsMixin",
|
|
59458
|
-
"canonicalReference": "@vue/runtime-core!ComponentOptionsMixin:type"
|
|
62778
|
+
"text": "export type RequestStatus = "
|
|
59459
62779
|
},
|
|
59460
62780
|
{
|
|
59461
62781
|
"kind": "Content",
|
|
59462
|
-
"text": "
|
|
59463
|
-
},
|
|
59464
|
-
{
|
|
59465
|
-
"kind": "Reference",
|
|
59466
|
-
"text": "PublicProps",
|
|
59467
|
-
"canonicalReference": "@vue/runtime-core!PublicProps:type"
|
|
62782
|
+
"text": "'success' | 'loading' | 'error' | 'initial'"
|
|
59468
62783
|
},
|
|
59469
62784
|
{
|
|
59470
62785
|
"kind": "Content",
|
|
59471
|
-
"text": "
|
|
59472
|
-
}
|
|
62786
|
+
"text": ";"
|
|
62787
|
+
}
|
|
62788
|
+
],
|
|
62789
|
+
"fileUrlPath": "src/store/utils/status-store.utils.ts",
|
|
62790
|
+
"releaseTag": "Public",
|
|
62791
|
+
"name": "RequestStatus",
|
|
62792
|
+
"typeTokenRange": {
|
|
62793
|
+
"startIndex": 1,
|
|
62794
|
+
"endIndex": 2
|
|
62795
|
+
}
|
|
62796
|
+
},
|
|
62797
|
+
{
|
|
62798
|
+
"kind": "Variable",
|
|
62799
|
+
"canonicalReference": "@empathyco/x-components!resetAppending:var",
|
|
62800
|
+
"docComment": "/**\n * Resets the search state `isAppendingResults`.\n *\n * @public\n */\n",
|
|
62801
|
+
"excerptTokens": [
|
|
59473
62802
|
{
|
|
59474
|
-
"kind": "
|
|
59475
|
-
"text": "
|
|
59476
|
-
"canonicalReference": "!Readonly:type"
|
|
62803
|
+
"kind": "Content",
|
|
62804
|
+
"text": "resetAppending: "
|
|
59477
62805
|
},
|
|
59478
62806
|
{
|
|
59479
62807
|
"kind": "Content",
|
|
59480
|
-
"text": "
|
|
62808
|
+
"text": "import(\"../../wiring\")."
|
|
59481
62809
|
},
|
|
59482
62810
|
{
|
|
59483
62811
|
"kind": "Reference",
|
|
59484
|
-
"text": "
|
|
59485
|
-
"canonicalReference": "@
|
|
59486
|
-
}
|
|
62812
|
+
"text": "AnyWire",
|
|
62813
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
62814
|
+
}
|
|
62815
|
+
],
|
|
62816
|
+
"fileUrlPath": "src/x-modules/search/wiring.ts",
|
|
62817
|
+
"isReadonly": true,
|
|
62818
|
+
"releaseTag": "Public",
|
|
62819
|
+
"name": "resetAppending",
|
|
62820
|
+
"variableTypeTokenRange": {
|
|
62821
|
+
"startIndex": 1,
|
|
62822
|
+
"endIndex": 3
|
|
62823
|
+
}
|
|
62824
|
+
},
|
|
62825
|
+
{
|
|
62826
|
+
"kind": "Variable",
|
|
62827
|
+
"canonicalReference": "@empathyco/x-components!resetBrowseAppending:var",
|
|
62828
|
+
"docComment": "/**\n * Resets the browse state `isAppendingResults`.\n *\n * @public\n */\n",
|
|
62829
|
+
"excerptTokens": [
|
|
59487
62830
|
{
|
|
59488
62831
|
"kind": "Content",
|
|
59489
|
-
"text": "
|
|
59490
|
-
},
|
|
59491
|
-
{
|
|
59492
|
-
"kind": "Reference",
|
|
59493
|
-
"text": "PropType",
|
|
59494
|
-
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
62832
|
+
"text": "resetBrowseAppending: "
|
|
59495
62833
|
},
|
|
59496
62834
|
{
|
|
59497
62835
|
"kind": "Content",
|
|
59498
|
-
"text": "
|
|
62836
|
+
"text": "import(\"../../wiring\")."
|
|
59499
62837
|
},
|
|
59500
62838
|
{
|
|
59501
62839
|
"kind": "Reference",
|
|
59502
|
-
"text": "
|
|
59503
|
-
"canonicalReference": "@empathyco/x-components!
|
|
59504
|
-
}
|
|
62840
|
+
"text": "AnyWire",
|
|
62841
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
62842
|
+
}
|
|
62843
|
+
],
|
|
62844
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
62845
|
+
"isReadonly": true,
|
|
62846
|
+
"releaseTag": "Public",
|
|
62847
|
+
"name": "resetBrowseAppending",
|
|
62848
|
+
"variableTypeTokenRange": {
|
|
62849
|
+
"startIndex": 1,
|
|
62850
|
+
"endIndex": 3
|
|
62851
|
+
}
|
|
62852
|
+
},
|
|
62853
|
+
{
|
|
62854
|
+
"kind": "Variable",
|
|
62855
|
+
"canonicalReference": "@empathyco/x-components!resetBrowseRequestOnRefinement:var",
|
|
62856
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.resetRequestOnRefinement}.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @param watchedRequest - The {@link WatchedInternalBrowseRequest} object.\n *\n * @public\n */\n",
|
|
62857
|
+
"excerptTokens": [
|
|
59505
62858
|
{
|
|
59506
62859
|
"kind": "Content",
|
|
59507
|
-
"text": "
|
|
62860
|
+
"text": "resetRequestOnRefinement: "
|
|
59508
62861
|
},
|
|
59509
62862
|
{
|
|
59510
62863
|
"kind": "Reference",
|
|
59511
|
-
"text": "
|
|
59512
|
-
"canonicalReference": "@
|
|
62864
|
+
"text": "BrowseXStoreModule",
|
|
62865
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
59513
62866
|
},
|
|
59514
62867
|
{
|
|
59515
62868
|
"kind": "Content",
|
|
59516
|
-
"text": "
|
|
59517
|
-
}
|
|
62869
|
+
"text": "['actions']['resetRequestOnRefinement']"
|
|
62870
|
+
}
|
|
62871
|
+
],
|
|
62872
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/reset-request-on-refinement.action.ts",
|
|
62873
|
+
"isReadonly": true,
|
|
62874
|
+
"releaseTag": "Public",
|
|
62875
|
+
"name": "resetBrowseRequestOnRefinement",
|
|
62876
|
+
"variableTypeTokenRange": {
|
|
62877
|
+
"startIndex": 1,
|
|
62878
|
+
"endIndex": 3
|
|
62879
|
+
}
|
|
62880
|
+
},
|
|
62881
|
+
{
|
|
62882
|
+
"kind": "Variable",
|
|
62883
|
+
"canonicalReference": "@empathyco/x-components!resetBrowseRequestOnRefinementWire:var",
|
|
62884
|
+
"docComment": "/**\n * Resets the {@link BrowseGetters.request} parameters when refining request and before the actual request is launched.\n *\n * @public\n */\n",
|
|
62885
|
+
"excerptTokens": [
|
|
59518
62886
|
{
|
|
59519
|
-
"kind": "
|
|
59520
|
-
"text": "
|
|
59521
|
-
"canonicalReference": "!Partial:type"
|
|
62887
|
+
"kind": "Content",
|
|
62888
|
+
"text": "resetBrowseRequestOnRefinementWire: "
|
|
59522
62889
|
},
|
|
59523
62890
|
{
|
|
59524
62891
|
"kind": "Content",
|
|
59525
|
-
"text": "
|
|
62892
|
+
"text": "import(\"../../wiring\")."
|
|
59526
62893
|
},
|
|
59527
62894
|
{
|
|
59528
62895
|
"kind": "Reference",
|
|
59529
|
-
"text": "
|
|
59530
|
-
"canonicalReference": "@empathyco/x-components!
|
|
59531
|
-
}
|
|
62896
|
+
"text": "AnyWire",
|
|
62897
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
62898
|
+
}
|
|
62899
|
+
],
|
|
62900
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
62901
|
+
"isReadonly": true,
|
|
62902
|
+
"releaseTag": "Public",
|
|
62903
|
+
"name": "resetBrowseRequestOnRefinementWire",
|
|
62904
|
+
"variableTypeTokenRange": {
|
|
62905
|
+
"startIndex": 1,
|
|
62906
|
+
"endIndex": 3
|
|
62907
|
+
}
|
|
62908
|
+
},
|
|
62909
|
+
{
|
|
62910
|
+
"kind": "Variable",
|
|
62911
|
+
"canonicalReference": "@empathyco/x-components!resetBrowseStateForReloadWire:var",
|
|
62912
|
+
"docComment": "/**\n * Resets the browse state to reload the current browse.\n *\n * @public\n */\n",
|
|
62913
|
+
"excerptTokens": [
|
|
59532
62914
|
{
|
|
59533
62915
|
"kind": "Content",
|
|
59534
|
-
"text": "
|
|
59535
|
-
},
|
|
59536
|
-
{
|
|
59537
|
-
"kind": "Reference",
|
|
59538
|
-
"text": "PropType",
|
|
59539
|
-
"canonicalReference": "@vue/runtime-core!PropType:type"
|
|
62916
|
+
"text": "resetBrowseStateForReloadWire: "
|
|
59540
62917
|
},
|
|
59541
62918
|
{
|
|
59542
62919
|
"kind": "Content",
|
|
59543
|
-
"text": "
|
|
62920
|
+
"text": "import(\"../../wiring\")."
|
|
59544
62921
|
},
|
|
59545
62922
|
{
|
|
59546
62923
|
"kind": "Reference",
|
|
59547
|
-
"text": "
|
|
59548
|
-
"canonicalReference": "@empathyco/x-
|
|
59549
|
-
}
|
|
62924
|
+
"text": "AnyWire",
|
|
62925
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
62926
|
+
}
|
|
62927
|
+
],
|
|
62928
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
62929
|
+
"isReadonly": true,
|
|
62930
|
+
"releaseTag": "Public",
|
|
62931
|
+
"name": "resetBrowseStateForReloadWire",
|
|
62932
|
+
"variableTypeTokenRange": {
|
|
62933
|
+
"startIndex": 1,
|
|
62934
|
+
"endIndex": 3
|
|
62935
|
+
}
|
|
62936
|
+
},
|
|
62937
|
+
{
|
|
62938
|
+
"kind": "Variable",
|
|
62939
|
+
"canonicalReference": "@empathyco/x-components!resetBrowseStateIfNoRequestWire:var",
|
|
62940
|
+
"docComment": "/**\n * Resets the browse state when the request is changed to null. See the {@link BrowseXStoreModule} for details.\n *\n * @public\n */\n",
|
|
62941
|
+
"excerptTokens": [
|
|
59550
62942
|
{
|
|
59551
62943
|
"kind": "Content",
|
|
59552
|
-
"text": "
|
|
59553
|
-
},
|
|
59554
|
-
{
|
|
59555
|
-
"kind": "Reference",
|
|
59556
|
-
"text": "Readonly",
|
|
59557
|
-
"canonicalReference": "!Readonly:type"
|
|
62944
|
+
"text": "resetBrowseStateIfNoRequestWire: "
|
|
59558
62945
|
},
|
|
59559
62946
|
{
|
|
59560
62947
|
"kind": "Content",
|
|
59561
|
-
"text": "
|
|
62948
|
+
"text": "import(\"../../wiring\")."
|
|
59562
62949
|
},
|
|
59563
62950
|
{
|
|
59564
62951
|
"kind": "Reference",
|
|
59565
|
-
"text": "
|
|
59566
|
-
"canonicalReference": "@empathyco/x-
|
|
62952
|
+
"text": "Wire",
|
|
62953
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
59567
62954
|
},
|
|
59568
62955
|
{
|
|
59569
62956
|
"kind": "Content",
|
|
59570
|
-
"text": "<
|
|
62957
|
+
"text": "<"
|
|
59571
62958
|
},
|
|
59572
62959
|
{
|
|
59573
62960
|
"kind": "Reference",
|
|
59574
|
-
"text": "
|
|
59575
|
-
"canonicalReference": "@
|
|
62961
|
+
"text": "InternalBrowseRequest",
|
|
62962
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
59576
62963
|
},
|
|
59577
62964
|
{
|
|
59578
62965
|
"kind": "Content",
|
|
59579
|
-
"text": "
|
|
62966
|
+
"text": " | null>"
|
|
59580
62967
|
}
|
|
59581
62968
|
],
|
|
59582
|
-
"fileUrlPath": "
|
|
62969
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
59583
62970
|
"isReadonly": true,
|
|
59584
62971
|
"releaseTag": "Public",
|
|
59585
|
-
"name": "
|
|
62972
|
+
"name": "resetBrowseStateIfNoRequestWire",
|
|
59586
62973
|
"variableTypeTokenRange": {
|
|
59587
62974
|
"startIndex": 1,
|
|
59588
|
-
"endIndex":
|
|
62975
|
+
"endIndex": 6
|
|
59589
62976
|
}
|
|
59590
62977
|
},
|
|
59591
62978
|
{
|
|
59592
|
-
"kind": "
|
|
59593
|
-
"canonicalReference": "@empathyco/x-components!
|
|
59594
|
-
"docComment": "/**\n *
|
|
62979
|
+
"kind": "Variable",
|
|
62980
|
+
"canonicalReference": "@empathyco/x-components!resetFromNoBrowseResultsWithFilters:var",
|
|
62981
|
+
"docComment": "/**\n * Resets the browse state `fromNoResultsWithFilters`.\n *\n * @public\n */\n",
|
|
59595
62982
|
"excerptTokens": [
|
|
59596
62983
|
{
|
|
59597
62984
|
"kind": "Content",
|
|
59598
|
-
"text": "
|
|
62985
|
+
"text": "resetFromNoBrowseResultsWithFilters: "
|
|
59599
62986
|
},
|
|
59600
62987
|
{
|
|
59601
62988
|
"kind": "Content",
|
|
59602
|
-
"text": "
|
|
62989
|
+
"text": "import(\"../../wiring\")."
|
|
59603
62990
|
},
|
|
59604
62991
|
{
|
|
59605
|
-
"kind": "
|
|
59606
|
-
"text": "
|
|
62992
|
+
"kind": "Reference",
|
|
62993
|
+
"text": "AnyWire",
|
|
62994
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
59607
62995
|
}
|
|
59608
62996
|
],
|
|
59609
|
-
"fileUrlPath": "src/
|
|
62997
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
62998
|
+
"isReadonly": true,
|
|
59610
62999
|
"releaseTag": "Public",
|
|
59611
|
-
"name": "
|
|
59612
|
-
"
|
|
63000
|
+
"name": "resetFromNoBrowseResultsWithFilters",
|
|
63001
|
+
"variableTypeTokenRange": {
|
|
59613
63002
|
"startIndex": 1,
|
|
59614
|
-
"endIndex":
|
|
63003
|
+
"endIndex": 3
|
|
59615
63004
|
}
|
|
59616
63005
|
},
|
|
59617
63006
|
{
|
|
59618
63007
|
"kind": "Variable",
|
|
59619
|
-
"canonicalReference": "@empathyco/x-components!
|
|
59620
|
-
"docComment": "/**\n * Resets the search state `
|
|
63008
|
+
"canonicalReference": "@empathyco/x-components!resetFromNoResultsWithFilters:var",
|
|
63009
|
+
"docComment": "/**\n * Resets the search state `fromNoResultsWithFilters`.\n *\n * @public\n */\n",
|
|
59621
63010
|
"excerptTokens": [
|
|
59622
63011
|
{
|
|
59623
63012
|
"kind": "Content",
|
|
59624
|
-
"text": "
|
|
63013
|
+
"text": "resetFromNoResultsWithFilters: "
|
|
59625
63014
|
},
|
|
59626
63015
|
{
|
|
59627
63016
|
"kind": "Content",
|
|
@@ -59636,7 +63025,7 @@
|
|
|
59636
63025
|
"fileUrlPath": "src/x-modules/search/wiring.ts",
|
|
59637
63026
|
"isReadonly": true,
|
|
59638
63027
|
"releaseTag": "Public",
|
|
59639
|
-
"name": "
|
|
63028
|
+
"name": "resetFromNoResultsWithFilters",
|
|
59640
63029
|
"variableTypeTokenRange": {
|
|
59641
63030
|
"startIndex": 1,
|
|
59642
63031
|
"endIndex": 3
|
|
@@ -59644,12 +63033,12 @@
|
|
|
59644
63033
|
},
|
|
59645
63034
|
{
|
|
59646
63035
|
"kind": "Variable",
|
|
59647
|
-
"canonicalReference": "@empathyco/x-components!
|
|
59648
|
-
"docComment": "/**\n * Resets the
|
|
63036
|
+
"canonicalReference": "@empathyco/x-components!resetIsNoBrowseResults:var",
|
|
63037
|
+
"docComment": "/**\n * Resets the browse state `isNoResults`.\n *\n * @public\n */\n",
|
|
59649
63038
|
"excerptTokens": [
|
|
59650
63039
|
{
|
|
59651
63040
|
"kind": "Content",
|
|
59652
|
-
"text": "
|
|
63041
|
+
"text": "resetIsNoBrowseResults: "
|
|
59653
63042
|
},
|
|
59654
63043
|
{
|
|
59655
63044
|
"kind": "Content",
|
|
@@ -59661,10 +63050,10 @@
|
|
|
59661
63050
|
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
59662
63051
|
}
|
|
59663
63052
|
],
|
|
59664
|
-
"fileUrlPath": "src/x-modules/
|
|
63053
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
59665
63054
|
"isReadonly": true,
|
|
59666
63055
|
"releaseTag": "Public",
|
|
59667
|
-
"name": "
|
|
63056
|
+
"name": "resetIsNoBrowseResults",
|
|
59668
63057
|
"variableTypeTokenRange": {
|
|
59669
63058
|
"startIndex": 1,
|
|
59670
63059
|
"endIndex": 3
|
|
@@ -60965,6 +64354,90 @@
|
|
|
60965
64354
|
"endIndex": 3
|
|
60966
64355
|
}
|
|
60967
64356
|
},
|
|
64357
|
+
{
|
|
64358
|
+
"kind": "Variable",
|
|
64359
|
+
"canonicalReference": "@empathyco/x-components!saveBrowseOrigin:var",
|
|
64360
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.saveOrigin}.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @param queryOriginInit - The object to create the {@link QueryOrigin} with.\n *\n * @public\n */\n",
|
|
64361
|
+
"excerptTokens": [
|
|
64362
|
+
{
|
|
64363
|
+
"kind": "Content",
|
|
64364
|
+
"text": "saveOrigin: "
|
|
64365
|
+
},
|
|
64366
|
+
{
|
|
64367
|
+
"kind": "Reference",
|
|
64368
|
+
"text": "BrowseXStoreModule",
|
|
64369
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
64370
|
+
},
|
|
64371
|
+
{
|
|
64372
|
+
"kind": "Content",
|
|
64373
|
+
"text": "['actions']['saveOrigin']"
|
|
64374
|
+
}
|
|
64375
|
+
],
|
|
64376
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/save-origin.action.ts",
|
|
64377
|
+
"isReadonly": true,
|
|
64378
|
+
"releaseTag": "Public",
|
|
64379
|
+
"name": "saveBrowseOrigin",
|
|
64380
|
+
"variableTypeTokenRange": {
|
|
64381
|
+
"startIndex": 1,
|
|
64382
|
+
"endIndex": 3
|
|
64383
|
+
}
|
|
64384
|
+
},
|
|
64385
|
+
{
|
|
64386
|
+
"kind": "Variable",
|
|
64387
|
+
"canonicalReference": "@empathyco/x-components!saveBrowseOriginWire:var",
|
|
64388
|
+
"docComment": "/**\n * Sets the browse state `origin`.\n *\n * @public\n */\n",
|
|
64389
|
+
"excerptTokens": [
|
|
64390
|
+
{
|
|
64391
|
+
"kind": "Content",
|
|
64392
|
+
"text": "saveBrowseOriginWire: "
|
|
64393
|
+
},
|
|
64394
|
+
{
|
|
64395
|
+
"kind": "Content",
|
|
64396
|
+
"text": "import(\"../../wiring\")."
|
|
64397
|
+
},
|
|
64398
|
+
{
|
|
64399
|
+
"kind": "Reference",
|
|
64400
|
+
"text": "AnyWire",
|
|
64401
|
+
"canonicalReference": "@empathyco/x-components!AnyWire:type"
|
|
64402
|
+
}
|
|
64403
|
+
],
|
|
64404
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
64405
|
+
"isReadonly": true,
|
|
64406
|
+
"releaseTag": "Public",
|
|
64407
|
+
"name": "saveBrowseOriginWire",
|
|
64408
|
+
"variableTypeTokenRange": {
|
|
64409
|
+
"startIndex": 1,
|
|
64410
|
+
"endIndex": 3
|
|
64411
|
+
}
|
|
64412
|
+
},
|
|
64413
|
+
{
|
|
64414
|
+
"kind": "Variable",
|
|
64415
|
+
"canonicalReference": "@empathyco/x-components!saveBrowseResponse:var",
|
|
64416
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.saveBrowseResponse}.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @param response - The {@link @empathyco/x-types#BrowseResponse} to save.\n *\n * @public\n */\n",
|
|
64417
|
+
"excerptTokens": [
|
|
64418
|
+
{
|
|
64419
|
+
"kind": "Content",
|
|
64420
|
+
"text": "saveBrowseResponse: "
|
|
64421
|
+
},
|
|
64422
|
+
{
|
|
64423
|
+
"kind": "Reference",
|
|
64424
|
+
"text": "BrowseXStoreModule",
|
|
64425
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
64426
|
+
},
|
|
64427
|
+
{
|
|
64428
|
+
"kind": "Content",
|
|
64429
|
+
"text": "['actions']['saveBrowseResponse']"
|
|
64430
|
+
}
|
|
64431
|
+
],
|
|
64432
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/save-browse-response.action.ts",
|
|
64433
|
+
"isReadonly": true,
|
|
64434
|
+
"releaseTag": "Public",
|
|
64435
|
+
"name": "saveBrowseResponse",
|
|
64436
|
+
"variableTypeTokenRange": {
|
|
64437
|
+
"startIndex": 1,
|
|
64438
|
+
"endIndex": 3
|
|
64439
|
+
}
|
|
64440
|
+
},
|
|
60968
64441
|
{
|
|
60969
64442
|
"kind": "Variable",
|
|
60970
64443
|
"canonicalReference": "@empathyco/x-components!saveIdentifierResultsOrigin:var",
|
|
@@ -68722,6 +72195,262 @@
|
|
|
68722
72195
|
"endIndex": 3
|
|
68723
72196
|
}
|
|
68724
72197
|
},
|
|
72198
|
+
{
|
|
72199
|
+
"kind": "Variable",
|
|
72200
|
+
"canonicalReference": "@empathyco/x-components!setBrowseCategory:var",
|
|
72201
|
+
"docComment": "/**\n * Sets the browse state `selectedCategory`.\n *\n * @public\n */\n",
|
|
72202
|
+
"excerptTokens": [
|
|
72203
|
+
{
|
|
72204
|
+
"kind": "Content",
|
|
72205
|
+
"text": "setBrowseCategory: "
|
|
72206
|
+
},
|
|
72207
|
+
{
|
|
72208
|
+
"kind": "Content",
|
|
72209
|
+
"text": "import(\"../../wiring\")."
|
|
72210
|
+
},
|
|
72211
|
+
{
|
|
72212
|
+
"kind": "Reference",
|
|
72213
|
+
"text": "Wire",
|
|
72214
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72215
|
+
},
|
|
72216
|
+
{
|
|
72217
|
+
"kind": "Content",
|
|
72218
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
72219
|
+
},
|
|
72220
|
+
{
|
|
72221
|
+
"kind": "Reference",
|
|
72222
|
+
"text": "BrowsableRequest",
|
|
72223
|
+
"canonicalReference": "@empathyco/x-components!BrowsableRequest:interface"
|
|
72224
|
+
},
|
|
72225
|
+
{
|
|
72226
|
+
"kind": "Content",
|
|
72227
|
+
"text": ">"
|
|
72228
|
+
}
|
|
72229
|
+
],
|
|
72230
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72231
|
+
"isReadonly": true,
|
|
72232
|
+
"releaseTag": "Public",
|
|
72233
|
+
"name": "setBrowseCategory",
|
|
72234
|
+
"variableTypeTokenRange": {
|
|
72235
|
+
"startIndex": 1,
|
|
72236
|
+
"endIndex": 6
|
|
72237
|
+
}
|
|
72238
|
+
},
|
|
72239
|
+
{
|
|
72240
|
+
"kind": "Variable",
|
|
72241
|
+
"canonicalReference": "@empathyco/x-components!setBrowseExtraParams:var",
|
|
72242
|
+
"docComment": "/**\n * Sets the browse state `params`.\n *\n * @public\n */\n",
|
|
72243
|
+
"excerptTokens": [
|
|
72244
|
+
{
|
|
72245
|
+
"kind": "Content",
|
|
72246
|
+
"text": "setBrowseExtraParams: "
|
|
72247
|
+
},
|
|
72248
|
+
{
|
|
72249
|
+
"kind": "Content",
|
|
72250
|
+
"text": "import(\"../../wiring\")."
|
|
72251
|
+
},
|
|
72252
|
+
{
|
|
72253
|
+
"kind": "Reference",
|
|
72254
|
+
"text": "Wire",
|
|
72255
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72256
|
+
},
|
|
72257
|
+
{
|
|
72258
|
+
"kind": "Content",
|
|
72259
|
+
"text": "<import(\"@empathyco/x-utils\")."
|
|
72260
|
+
},
|
|
72261
|
+
{
|
|
72262
|
+
"kind": "Reference",
|
|
72263
|
+
"text": "Dictionary",
|
|
72264
|
+
"canonicalReference": "@empathyco/x-utils!Dictionary:type"
|
|
72265
|
+
},
|
|
72266
|
+
{
|
|
72267
|
+
"kind": "Content",
|
|
72268
|
+
"text": "<unknown>>"
|
|
72269
|
+
}
|
|
72270
|
+
],
|
|
72271
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72272
|
+
"isReadonly": true,
|
|
72273
|
+
"releaseTag": "Public",
|
|
72274
|
+
"name": "setBrowseExtraParams",
|
|
72275
|
+
"variableTypeTokenRange": {
|
|
72276
|
+
"startIndex": 1,
|
|
72277
|
+
"endIndex": 6
|
|
72278
|
+
}
|
|
72279
|
+
},
|
|
72280
|
+
{
|
|
72281
|
+
"kind": "Variable",
|
|
72282
|
+
"canonicalReference": "@empathyco/x-components!setBrowsePage:var",
|
|
72283
|
+
"docComment": "/**\n * Sets the browse state `page`.\n *\n * @public\n */\n",
|
|
72284
|
+
"excerptTokens": [
|
|
72285
|
+
{
|
|
72286
|
+
"kind": "Content",
|
|
72287
|
+
"text": "setBrowsePage: "
|
|
72288
|
+
},
|
|
72289
|
+
{
|
|
72290
|
+
"kind": "Content",
|
|
72291
|
+
"text": "import(\"../../wiring\")."
|
|
72292
|
+
},
|
|
72293
|
+
{
|
|
72294
|
+
"kind": "Reference",
|
|
72295
|
+
"text": "Wire",
|
|
72296
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72297
|
+
},
|
|
72298
|
+
{
|
|
72299
|
+
"kind": "Content",
|
|
72300
|
+
"text": "<number>"
|
|
72301
|
+
}
|
|
72302
|
+
],
|
|
72303
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72304
|
+
"isReadonly": true,
|
|
72305
|
+
"releaseTag": "Public",
|
|
72306
|
+
"name": "setBrowsePage",
|
|
72307
|
+
"variableTypeTokenRange": {
|
|
72308
|
+
"startIndex": 1,
|
|
72309
|
+
"endIndex": 4
|
|
72310
|
+
}
|
|
72311
|
+
},
|
|
72312
|
+
{
|
|
72313
|
+
"kind": "Variable",
|
|
72314
|
+
"canonicalReference": "@empathyco/x-components!setBrowseSelectedFilters:var",
|
|
72315
|
+
"docComment": "/**\n * Sets the browse state `selectedFilters`.\n *\n * @public\n */\n",
|
|
72316
|
+
"excerptTokens": [
|
|
72317
|
+
{
|
|
72318
|
+
"kind": "Content",
|
|
72319
|
+
"text": "setBrowseSelectedFilters: "
|
|
72320
|
+
},
|
|
72321
|
+
{
|
|
72322
|
+
"kind": "Content",
|
|
72323
|
+
"text": "import(\"../../wiring\")."
|
|
72324
|
+
},
|
|
72325
|
+
{
|
|
72326
|
+
"kind": "Reference",
|
|
72327
|
+
"text": "Wire",
|
|
72328
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72329
|
+
},
|
|
72330
|
+
{
|
|
72331
|
+
"kind": "Content",
|
|
72332
|
+
"text": "<import(\"@empathyco/x-types\")."
|
|
72333
|
+
},
|
|
72334
|
+
{
|
|
72335
|
+
"kind": "Reference",
|
|
72336
|
+
"text": "Filter",
|
|
72337
|
+
"canonicalReference": "@empathyco/x-components!Filter:interface"
|
|
72338
|
+
},
|
|
72339
|
+
{
|
|
72340
|
+
"kind": "Content",
|
|
72341
|
+
"text": "[]>"
|
|
72342
|
+
}
|
|
72343
|
+
],
|
|
72344
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72345
|
+
"isReadonly": true,
|
|
72346
|
+
"releaseTag": "Public",
|
|
72347
|
+
"name": "setBrowseSelectedFilters",
|
|
72348
|
+
"variableTypeTokenRange": {
|
|
72349
|
+
"startIndex": 1,
|
|
72350
|
+
"endIndex": 6
|
|
72351
|
+
}
|
|
72352
|
+
},
|
|
72353
|
+
{
|
|
72354
|
+
"kind": "Variable",
|
|
72355
|
+
"canonicalReference": "@empathyco/x-components!setBrowseSort:var",
|
|
72356
|
+
"docComment": "/**\n * Sets the browse state `sort`.\n *\n * @public\n */\n",
|
|
72357
|
+
"excerptTokens": [
|
|
72358
|
+
{
|
|
72359
|
+
"kind": "Content",
|
|
72360
|
+
"text": "setBrowseSort: "
|
|
72361
|
+
},
|
|
72362
|
+
{
|
|
72363
|
+
"kind": "Content",
|
|
72364
|
+
"text": "import(\"../../wiring\")."
|
|
72365
|
+
},
|
|
72366
|
+
{
|
|
72367
|
+
"kind": "Reference",
|
|
72368
|
+
"text": "Wire",
|
|
72369
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72370
|
+
},
|
|
72371
|
+
{
|
|
72372
|
+
"kind": "Content",
|
|
72373
|
+
"text": "<string>"
|
|
72374
|
+
}
|
|
72375
|
+
],
|
|
72376
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72377
|
+
"isReadonly": true,
|
|
72378
|
+
"releaseTag": "Public",
|
|
72379
|
+
"name": "setBrowseSort",
|
|
72380
|
+
"variableTypeTokenRange": {
|
|
72381
|
+
"startIndex": 1,
|
|
72382
|
+
"endIndex": 4
|
|
72383
|
+
}
|
|
72384
|
+
},
|
|
72385
|
+
{
|
|
72386
|
+
"kind": "Variable",
|
|
72387
|
+
"canonicalReference": "@empathyco/x-components!setBrowseUrlParams:var",
|
|
72388
|
+
"docComment": "/**\n * Default implementation for the {@link BrowseActions.setUrlParams}.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the actions, provided by Vuex.\n *\n * @param urlParams - List of params from the url.\n *\n * @public\n */\n",
|
|
72389
|
+
"excerptTokens": [
|
|
72390
|
+
{
|
|
72391
|
+
"kind": "Content",
|
|
72392
|
+
"text": "setUrlParams: "
|
|
72393
|
+
},
|
|
72394
|
+
{
|
|
72395
|
+
"kind": "Reference",
|
|
72396
|
+
"text": "BrowseXStoreModule",
|
|
72397
|
+
"canonicalReference": "@empathyco/x-components!BrowseXStoreModule:type"
|
|
72398
|
+
},
|
|
72399
|
+
{
|
|
72400
|
+
"kind": "Content",
|
|
72401
|
+
"text": "['actions']['setUrlParams']"
|
|
72402
|
+
}
|
|
72403
|
+
],
|
|
72404
|
+
"fileUrlPath": "src/x-modules/browse/store/actions/set-url-params.action.ts",
|
|
72405
|
+
"isReadonly": true,
|
|
72406
|
+
"releaseTag": "Public",
|
|
72407
|
+
"name": "setBrowseUrlParams",
|
|
72408
|
+
"variableTypeTokenRange": {
|
|
72409
|
+
"startIndex": 1,
|
|
72410
|
+
"endIndex": 3
|
|
72411
|
+
}
|
|
72412
|
+
},
|
|
72413
|
+
{
|
|
72414
|
+
"kind": "Variable",
|
|
72415
|
+
"canonicalReference": "@empathyco/x-components!setBrowseUrlParamsWire:var",
|
|
72416
|
+
"docComment": "/**\n * Sets the browse state `query`.\n *\n * @public\n */\n",
|
|
72417
|
+
"excerptTokens": [
|
|
72418
|
+
{
|
|
72419
|
+
"kind": "Content",
|
|
72420
|
+
"text": "setBrowseUrlParamsWire: "
|
|
72421
|
+
},
|
|
72422
|
+
{
|
|
72423
|
+
"kind": "Content",
|
|
72424
|
+
"text": "import(\"../../wiring\")."
|
|
72425
|
+
},
|
|
72426
|
+
{
|
|
72427
|
+
"kind": "Reference",
|
|
72428
|
+
"text": "Wire",
|
|
72429
|
+
"canonicalReference": "@empathyco/x-components!Wire:type"
|
|
72430
|
+
},
|
|
72431
|
+
{
|
|
72432
|
+
"kind": "Content",
|
|
72433
|
+
"text": "<import(\"../..\")."
|
|
72434
|
+
},
|
|
72435
|
+
{
|
|
72436
|
+
"kind": "Reference",
|
|
72437
|
+
"text": "UrlParams",
|
|
72438
|
+
"canonicalReference": "@empathyco/x-components!UrlParams:interface"
|
|
72439
|
+
},
|
|
72440
|
+
{
|
|
72441
|
+
"kind": "Content",
|
|
72442
|
+
"text": ">"
|
|
72443
|
+
}
|
|
72444
|
+
],
|
|
72445
|
+
"fileUrlPath": "src/x-modules/browse/wiring.ts",
|
|
72446
|
+
"isReadonly": true,
|
|
72447
|
+
"releaseTag": "Public",
|
|
72448
|
+
"name": "setBrowseUrlParamsWire",
|
|
72449
|
+
"variableTypeTokenRange": {
|
|
72450
|
+
"startIndex": 1,
|
|
72451
|
+
"endIndex": 6
|
|
72452
|
+
}
|
|
72453
|
+
},
|
|
68725
72454
|
{
|
|
68726
72455
|
"kind": "Function",
|
|
68727
72456
|
"canonicalReference": "@empathyco/x-components!setConfig:function(1)",
|
|
@@ -72354,7 +76083,7 @@
|
|
|
72354
76083
|
{
|
|
72355
76084
|
"kind": "Reference",
|
|
72356
76085
|
"text": "InternalBrowseRequest",
|
|
72357
|
-
"canonicalReference": "@empathyco/x-components
|
|
76086
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
72358
76087
|
},
|
|
72359
76088
|
{
|
|
72360
76089
|
"kind": "Content",
|
|
@@ -72363,7 +76092,7 @@
|
|
|
72363
76092
|
{
|
|
72364
76093
|
"kind": "Reference",
|
|
72365
76094
|
"text": "InternalBrowseRequest",
|
|
72366
|
-
"canonicalReference": "@empathyco/x-components
|
|
76095
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
72367
76096
|
},
|
|
72368
76097
|
{
|
|
72369
76098
|
"kind": "Content",
|
|
@@ -72372,7 +76101,7 @@
|
|
|
72372
76101
|
{
|
|
72373
76102
|
"kind": "Reference",
|
|
72374
76103
|
"text": "InternalBrowseResponse",
|
|
72375
|
-
"canonicalReference": "@empathyco/x-components
|
|
76104
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse:interface"
|
|
72376
76105
|
},
|
|
72377
76106
|
{
|
|
72378
76107
|
"kind": "Content",
|
|
@@ -75341,12 +79070,12 @@
|
|
|
75341
79070
|
},
|
|
75342
79071
|
{
|
|
75343
79072
|
"kind": "Content",
|
|
75344
|
-
"text": ") => unknown;\n BrowseRequestChanged: (payload: import(\"
|
|
79073
|
+
"text": ") => unknown;\n BrowseRequestChanged: (payload: import(\"..\")."
|
|
75345
79074
|
},
|
|
75346
79075
|
{
|
|
75347
79076
|
"kind": "Reference",
|
|
75348
79077
|
"text": "InternalBrowseRequest",
|
|
75349
|
-
"canonicalReference": "@empathyco/x-components
|
|
79078
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
75350
79079
|
},
|
|
75351
79080
|
{
|
|
75352
79081
|
"kind": "Content",
|
|
@@ -75359,12 +79088,12 @@
|
|
|
75359
79088
|
},
|
|
75360
79089
|
{
|
|
75361
79090
|
"kind": "Content",
|
|
75362
|
-
"text": ") => unknown;\n BrowseRequestUpdated: (payload: import(\"
|
|
79091
|
+
"text": ") => unknown;\n BrowseRequestUpdated: (payload: import(\"..\")."
|
|
75363
79092
|
},
|
|
75364
79093
|
{
|
|
75365
79094
|
"kind": "Reference",
|
|
75366
79095
|
"text": "InternalBrowseRequest",
|
|
75367
|
-
"canonicalReference": "@empathyco/x-components
|
|
79096
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
75368
79097
|
},
|
|
75369
79098
|
{
|
|
75370
79099
|
"kind": "Content",
|
|
@@ -75377,12 +79106,12 @@
|
|
|
75377
79106
|
},
|
|
75378
79107
|
{
|
|
75379
79108
|
"kind": "Content",
|
|
75380
|
-
"text": ") => unknown;\n BrowseResponseChanged: (payload: import(\"
|
|
79109
|
+
"text": ") => unknown;\n BrowseResponseChanged: (payload: import(\"..\")."
|
|
75381
79110
|
},
|
|
75382
79111
|
{
|
|
75383
79112
|
"kind": "Reference",
|
|
75384
79113
|
"text": "InternalBrowseResponse",
|
|
75385
|
-
"canonicalReference": "@empathyco/x-components
|
|
79114
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseResponse:interface"
|
|
75386
79115
|
},
|
|
75387
79116
|
{
|
|
75388
79117
|
"kind": "Content",
|
|
@@ -85652,6 +89381,80 @@
|
|
|
85652
89381
|
"endIndex": 6
|
|
85653
89382
|
}
|
|
85654
89383
|
},
|
|
89384
|
+
{
|
|
89385
|
+
"kind": "Interface",
|
|
89386
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalBrowseRequest:interface",
|
|
89387
|
+
"docComment": "/**\n * A representation of a watched {@link InternalBrowseRequest} object, wrapping its new and old values.\n *\n * @public\n */\n",
|
|
89388
|
+
"excerptTokens": [
|
|
89389
|
+
{
|
|
89390
|
+
"kind": "Content",
|
|
89391
|
+
"text": "export interface WatchedInternalBrowseRequest "
|
|
89392
|
+
}
|
|
89393
|
+
],
|
|
89394
|
+
"fileUrlPath": "src/x-modules/browse/types.ts",
|
|
89395
|
+
"releaseTag": "Public",
|
|
89396
|
+
"name": "WatchedInternalBrowseRequest",
|
|
89397
|
+
"preserveMemberOrder": false,
|
|
89398
|
+
"members": [
|
|
89399
|
+
{
|
|
89400
|
+
"kind": "PropertySignature",
|
|
89401
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalBrowseRequest#newRequest:member",
|
|
89402
|
+
"docComment": "",
|
|
89403
|
+
"excerptTokens": [
|
|
89404
|
+
{
|
|
89405
|
+
"kind": "Content",
|
|
89406
|
+
"text": "newRequest: "
|
|
89407
|
+
},
|
|
89408
|
+
{
|
|
89409
|
+
"kind": "Reference",
|
|
89410
|
+
"text": "InternalBrowseRequest",
|
|
89411
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
89412
|
+
},
|
|
89413
|
+
{
|
|
89414
|
+
"kind": "Content",
|
|
89415
|
+
"text": ";"
|
|
89416
|
+
}
|
|
89417
|
+
],
|
|
89418
|
+
"isReadonly": false,
|
|
89419
|
+
"isOptional": false,
|
|
89420
|
+
"releaseTag": "Public",
|
|
89421
|
+
"name": "newRequest",
|
|
89422
|
+
"propertyTypeTokenRange": {
|
|
89423
|
+
"startIndex": 1,
|
|
89424
|
+
"endIndex": 2
|
|
89425
|
+
}
|
|
89426
|
+
},
|
|
89427
|
+
{
|
|
89428
|
+
"kind": "PropertySignature",
|
|
89429
|
+
"canonicalReference": "@empathyco/x-components!WatchedInternalBrowseRequest#oldRequest:member",
|
|
89430
|
+
"docComment": "",
|
|
89431
|
+
"excerptTokens": [
|
|
89432
|
+
{
|
|
89433
|
+
"kind": "Content",
|
|
89434
|
+
"text": "oldRequest: "
|
|
89435
|
+
},
|
|
89436
|
+
{
|
|
89437
|
+
"kind": "Reference",
|
|
89438
|
+
"text": "InternalBrowseRequest",
|
|
89439
|
+
"canonicalReference": "@empathyco/x-components!InternalBrowseRequest:interface"
|
|
89440
|
+
},
|
|
89441
|
+
{
|
|
89442
|
+
"kind": "Content",
|
|
89443
|
+
"text": ";"
|
|
89444
|
+
}
|
|
89445
|
+
],
|
|
89446
|
+
"isReadonly": false,
|
|
89447
|
+
"isOptional": false,
|
|
89448
|
+
"releaseTag": "Public",
|
|
89449
|
+
"name": "oldRequest",
|
|
89450
|
+
"propertyTypeTokenRange": {
|
|
89451
|
+
"startIndex": 1,
|
|
89452
|
+
"endIndex": 2
|
|
89453
|
+
}
|
|
89454
|
+
}
|
|
89455
|
+
],
|
|
89456
|
+
"extendsTokenRanges": []
|
|
89457
|
+
},
|
|
85655
89458
|
{
|
|
85656
89459
|
"kind": "Interface",
|
|
85657
89460
|
"canonicalReference": "@empathyco/x-components!WatchedInternalSearchRequest:interface",
|
|
@@ -90243,7 +94046,7 @@
|
|
|
90243
94046
|
{
|
|
90244
94047
|
"kind": "Reference",
|
|
90245
94048
|
"text": "BrowseXEvents",
|
|
90246
|
-
"canonicalReference": "@empathyco/x-components
|
|
94049
|
+
"canonicalReference": "@empathyco/x-components!BrowseXEvents:interface"
|
|
90247
94050
|
},
|
|
90248
94051
|
{
|
|
90249
94052
|
"kind": "Content",
|
|
@@ -92072,7 +95875,7 @@
|
|
|
92072
95875
|
{
|
|
92073
95876
|
"kind": "Reference",
|
|
92074
95877
|
"text": "BrowseXModule",
|
|
92075
|
-
"canonicalReference": "@empathyco/x-components
|
|
95878
|
+
"canonicalReference": "@empathyco/x-components!BrowseXModule:type"
|
|
92076
95879
|
},
|
|
92077
95880
|
{
|
|
92078
95881
|
"kind": "Content",
|