@empathyco/x-components 6.0.0-alpha.6 → 6.0.0-alpha.61
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 +531 -0
- package/core/index.js +9 -1
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +2371 -2371
- package/docs/API-reference/api/x-adapter-platform.md +12 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +6 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
- package/docs/API-reference/api/x-components.basedropdown.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.basemodal.md +10 -10
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.baseslider.md +70 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.baseswitch.md +1 -1
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- package/docs/API-reference/api/x-components.baseteleport.md +21 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
- package/docs/API-reference/api/x-components.configmutations.md +29 -0
- package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +24 -0
- package/docs/API-reference/api/x-components.configmutations.setconfig.md +24 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
- package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
- package/docs/API-reference/api/x-components.empathize.md +6 -6
- package/docs/API-reference/api/x-components.empathizemutations.md +1 -1
- package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.externaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.storeresultclicked.md → x-components.externaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.externaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.facetsmutations.md +1 -1
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.md +3 -3
- package/docs/API-reference/api/x-components.globalxbus.md +14 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +9 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
- package/docs/API-reference/api/x-components.installxoptions.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.md +39 -3
- package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.pageselector.md +80 -0
- package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +1 -1
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.querymutations.md +20 -0
- package/docs/API-reference/api/x-components.querymutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.querystate.md +20 -0
- package/docs/API-reference/api/x-components.querystate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedprompt.md +33 -0
- package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.md +23 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.md +21 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +27 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +25 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +72 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +25 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
- package/docs/API-reference/api/x-components.resultfeature.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
- package/docs/API-reference/api/x-components.searchboxmutations.md +1 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
- package/docs/API-reference/api/x-components.searchconfig.md +1 -0
- package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.searchmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
- package/docs/API-reference/api/x-components.searchstate.md +2 -1
- package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +1 -0
- package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.semanticqueriesgetters.md +1 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +2 -1
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +2 -1
- package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.setconfig.md +27 -0
- package/docs/API-reference/api/x-components.setquery.md +25 -0
- package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +7 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/api/x-components.slidingpanel.md +13 -5
- package/docs/API-reference/api/x-components.snippetcallbacks.md +7 -0
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/docs/API-reference/api/x-components.tagging.md +6 -6
- package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
- package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
- package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
- package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.typing.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.md +22 -0
- package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
- package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
- package/docs/API-reference/api/x-components.urlmutations.md +2 -1
- package/docs/API-reference/api/x-components.urlmutations.setprompt.md +24 -0
- package/docs/API-reference/api/x-components.urlparams.md +1 -0
- package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +1 -1
- package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
- package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
- package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
- package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.md +2 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +4 -1
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
- package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.searchresponse.md +1 -0
- package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
- package/docs/API-reference/api/x-types.stats.md +22 -0
- package/docs/API-reference/api/x-types.stats.price.md +14 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
- package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
- package/docs/API-reference/components/common/x-components.base-teleport.md +19 -0
- package/docs/API-reference/components/common/x-components.display-click-provider.md +17 -0
- package/docs/API-reference/components/common/x-components.items-list.md +1 -1
- package/docs/API-reference/components/common/x-components.page-selector.md +136 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +7 -7
- package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
- package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +22 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +32 -0
- package/docs/API-reference/components/search/x-components.results-list.md +1 -1
- package/docs/API-reference/components/tagging/x-components.tagging.md +15 -16
- package/js/components/animations/fade-and-slide.vue.js +1 -2
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/base-dropdown.vue.js +1 -3
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue2.js +1 -7
- package/js/components/base-dropdown.vue2.js.map +1 -1
- package/js/components/base-event-button.vue.js +1 -2
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-grid.vue.js +11 -18
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue2.js.map +1 -1
- package/js/components/base-grid.vue3.js +1 -1
- package/js/components/base-keyboard-navigation.vue.js +1 -2
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-rating.vue.js +1 -3
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-slider.vue.js +65 -0
- package/js/components/base-slider.vue.js.map +1 -0
- package/js/components/base-slider.vue2.js +109 -0
- package/js/components/base-slider.vue2.js.map +1 -0
- package/js/components/base-slider.vue3.js +7 -0
- package/js/components/base-slider.vue3.js.map +1 -0
- package/js/components/base-switch.vue.js.map +1 -1
- package/js/components/base-switch.vue2.js +3 -7
- package/js/components/base-switch.vue2.js.map +1 -1
- package/js/components/base-teleport.vue.js +17 -0
- package/js/components/base-teleport.vue.js.map +1 -0
- package/js/components/base-teleport.vue2.js +14 -0
- package/js/components/base-teleport.vue2.js.map +1 -0
- package/js/components/base-teleport.vue3.js +7 -0
- package/js/components/base-teleport.vue3.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +1 -2
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +1 -3
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue.js +1 -3
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/display-click-provider.vue.js +74 -0
- package/js/components/display-click-provider.vue.js.map +1 -0
- package/js/components/display-click-provider.vue2.js +6 -0
- package/js/components/display-click-provider.vue2.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +1 -3
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue.js +2 -2
- package/js/components/icons/plus.vue.js +2 -2
- package/js/components/items-list.vue.js +1 -2
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +2 -2
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +1 -7
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -9
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue.js +1 -9
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue.js +1 -2
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue.js +1 -2
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue.js +1 -2
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue.js +1 -2
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +1 -2
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue2.js +13 -6
- package/js/components/modals/base-modal.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue.js +8 -10
- package/js/components/page-loader-button.vue.js.map +1 -1
- package/js/components/page-loader-button.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue3.js +7 -0
- package/js/components/page-loader-button.vue3.js.map +1 -0
- package/js/components/page-selector.vue.js +78 -0
- package/js/components/page-selector.vue.js.map +1 -0
- package/js/components/page-selector.vue2.js +128 -0
- package/js/components/page-selector.vue2.js.map +1 -0
- package/js/components/page-selector.vue3.js +7 -0
- package/js/components/page-selector.vue3.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +1 -5
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue.js +1 -4
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue.js +1 -2
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js +3 -3
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +19 -5
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-current-price.vue.js +1 -2
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +39 -59
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +5 -5
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +1 -2
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js +1 -2
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +1 -4
- package/js/components/result/base-result-rating.vue.js.map +1 -1
- package/js/components/result/result-variant-selector.vue.js +1 -3
- package/js/components/result/result-variant-selector.vue.js.map +1 -1
- package/js/components/sliding-panel.vue.js +3 -6
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue2.js +2 -2
- package/js/components/sliding-panel.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue.js +1 -2
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +1 -2
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/composables/use-alias-api.js +4 -1
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/composables/use-getter.js +1 -1
- package/js/composables/use-state.js +1 -1
- package/js/directives/typing.js +58 -0
- package/js/directives/typing.js.map +1 -0
- package/js/index.js +21 -4
- package/js/index.js.map +1 -1
- package/js/types/animation-prop.js +5 -0
- package/js/types/animation-prop.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +3 -3
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +1 -0
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +1 -2
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +10 -3
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +1 -0
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/experience-controls/store/emitters.js +1 -0
- package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +1 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -2
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +1 -6
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +1 -3
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +1 -2
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue.js +1 -3
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +11 -18
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +1 -4
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +1 -2
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js +1 -10
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +1 -6
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js +1 -4
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +1 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +1 -2
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +1 -0
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +1 -7
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js +1 -3
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue.js +1 -4
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +1 -0
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +1 -4
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -7
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -2
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +8 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +9 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
- package/js/x-modules/queries-preview/store/emitters.js +1 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
- package/js/x-modules/queries-preview/store/module.js +1 -1
- package/js/x-modules/queries-preview/store/module.js.map +1 -1
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +6 -4
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +1 -4
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -7
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +1 -0
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +1 -2
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +1 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue.js +27 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js +31 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +101 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +221 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/emitters.js +16 -0
- package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +18 -0
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js +17 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/module.js +64 -0
- package/js/x-modules/related-prompts/store/module.js.map +1 -0
- package/js/x-modules/related-prompts/wiring.js +82 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -0
- package/js/x-modules/related-prompts/x-module.js +21 -0
- package/js/x-modules/related-prompts/x-module.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js +1 -2
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +1 -4
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +1 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -2
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +8 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js +1 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js +1 -2
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +2 -2
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js +1 -3
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +10 -3
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +3 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +1 -0
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/module.js +9 -3
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +4 -0
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +1 -2
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js +1 -2
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +1 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +1 -3
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js +1 -4
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +1 -1
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/request.getter.js +5 -4
- package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +18 -0
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
- package/js/x-modules/semantic-queries/store/module.js +8 -2
- package/js/x-modules/semantic-queries/store/module.js.map +1 -1
- package/js/x-modules/semantic-queries/wiring.js +5 -0
- package/js/x-modules/semantic-queries/wiring.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +8 -7
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +56 -25
- package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +1 -1
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +7 -3
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +110 -9
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +4 -5
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +1 -0
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +2 -3
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +2 -1
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +3 -0
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/wiring.js +10 -1
- package/js/x-modules/url/wiring.js.map +1 -1
- package/package.json +50 -49
- package/related-prompts/index.d.ts +1 -0
- package/related-prompts/index.js +9 -0
- package/report/x-adapter-platform.api.json +895 -67
- package/report/x-components.api.json +16491 -17162
- package/report/x-components.api.md +847 -215
- package/report/x-types.api.json +320 -4
- package/tagging/index.js +2 -2
- package/types/adapter/mocked-responses.d.ts +3 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +5 -5
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +3 -3
- package/types/components/base-slider.vue.d.ts +74 -0
- package/types/components/base-slider.vue.d.ts.map +1 -0
- package/types/components/base-switch.vue.d.ts +2 -1
- package/types/components/base-switch.vue.d.ts.map +1 -1
- package/types/components/base-teleport.vue.d.ts +13 -0
- package/types/components/base-teleport.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +3 -3
- package/types/components/display-click-provider.vue.d.ts +61 -0
- package/types/components/display-click-provider.vue.d.ts.map +1 -0
- package/types/components/global-x-bus.vue.d.ts +14 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/index.d.ts +4 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts +3 -3
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
- package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal.vue.d.ts +2 -2
- package/types/components/modals/base-id-modal.vue.d.ts +2 -2
- package/types/components/modals/base-modal.vue.d.ts +10 -10
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/page-selector.vue.d.ts +125 -0
- package/types/components/page-selector.vue.d.ts.map +1 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-add-to-cart.vue.d.ts +2 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +10 -10
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +15 -5
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +7 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/composables/use-alias-api.d.ts +5 -0
- package/types/composables/use-alias-api.d.ts.map +1 -1
- package/types/composables/use-store.d.ts +2 -2
- package/types/composables/use-store.d.ts.map +1 -1
- package/types/directives/index.d.ts +1 -0
- package/types/directives/index.d.ts.map +1 -1
- package/types/directives/typing.d.ts +35 -0
- package/types/directives/typing.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/store/index.d.ts +4 -1
- package/types/store/index.d.ts.map +1 -1
- package/types/tailwind/plugin-options.d.ts +1 -2
- package/types/tailwind/plugin-options.d.ts.map +1 -1
- package/types/types/animation-prop.d.ts +6 -2
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/types/origin.d.ts +3 -3
- package/types/types/origin.d.ts.map +1 -1
- package/types/types/page-mode.d.ts +2 -0
- package/types/types/page-mode.d.ts.map +1 -0
- package/types/types/url-params.d.ts +1 -0
- package/types/types/url-params.d.ts.map +1 -1
- package/types/views/home/types.d.ts +3 -0
- package/types/views/home/types.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +3 -1
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +2 -2
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +4 -4
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +6 -6
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +9 -2
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +7 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
- package/types/x-modules/next-queries/index.d.ts +1 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/index.d.ts +4 -0
- package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +28 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +131 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/events.types.d.ts +41 -0
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/index.d.ts +6 -0
- package/types/x-modules/related-prompts/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +11 -0
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts +10 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
- package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +14 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/index.d.ts +6 -0
- package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/module.d.ts +8 -0
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/types.d.ts +125 -0
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/types.d.ts +10 -0
- package/types/x-modules/related-prompts/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/wiring.d.ts +42 -0
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
- package/types/x-modules/related-prompts/x-module.d.ts +16 -0
- package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
- package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search/config.types.d.ts +2 -0
- package/types/x-modules/search/config.types.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +4 -0
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts +2 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +9 -1
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/wiring.d.ts +4 -0
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
- package/types/x-modules/semantic-queries/store/getters/index.d.ts +1 -0
- package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +1 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +2 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/types.d.ts +13 -1
- package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/wiring.d.ts +3 -0
- package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +14 -12
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +3 -3
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +2 -2
- package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +31 -13
- package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +1 -1
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/types.d.ts +13 -4
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +54 -2
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +2 -3
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +6 -0
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +9 -0
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +2 -0
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
- package/docs/API-reference/api/x-components.usestore.md +0 -19
- package/docs/assets/features/overview-my-history.svg +0 -279
- package/docs/assets/features/overview-product-results-card.svg +0 -128
- package/docs/assets/interface/build-search-ui.svg +0 -167
- package/docs/assets/interface/experience-search-intro.svg +0 -1
- package/docs/assets/interface/integration-guide.svg +0 -1
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +0 -1
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +0 -189
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-recommendations.svg +0 -472
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +0 -259
- package/docs/assets/interface/x-search-box-elements.svg +0 -1
- package/docs/assets/interface/x-search-box.svg +0 -60
- package/docs/build-search-ui/README.md +0 -127
- package/docs/build-search-ui/sidebar.js +0 -7
- package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
- package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
- package/docs/build-search-ui/web-x-architecture.md +0 -83
- package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
- package/docs/experience-search-and-discovery/README.md +0 -132
- package/docs/experience-search-and-discovery/empathize.md +0 -119
- package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
- package/docs/experience-search-and-discovery/history-queries.md +0 -70
- package/docs/experience-search-and-discovery/id-results.md +0 -49
- package/docs/experience-search-and-discovery/my-history.md +0 -60
- package/docs/experience-search-and-discovery/next-queries.md +0 -72
- package/docs/experience-search-and-discovery/popular-searches.md +0 -50
- package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
- package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
- package/docs/experience-search-and-discovery/recommendations.md +0 -134
- package/docs/experience-search-and-discovery/related-tags.md +0 -66
- package/docs/experience-search-and-discovery/search-box.md +0 -99
- package/docs/experience-search-and-discovery/serp-ui.md +0 -125
- package/docs/experience-search-and-discovery/sidebar.js +0 -17
- package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
- package/docs/input-status-machine-state.png +0 -0
- package/js/composables/use-store.js +0 -15
- package/js/composables/use-store.js.map +0 -1
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
|
@@ -115,6 +115,7 @@ import { default as TrendingIcon } from './trending.vue';
|
|
|
115
115
|
import { default as TrendingTinyIcon } from './trending-tiny.vue';
|
|
116
116
|
import { default as UserFilledIcon } from './user-filled.vue';
|
|
117
117
|
import { default as UserIcon } from './user.vue';
|
|
118
|
+
import { useStore } from 'vuex';
|
|
118
119
|
import { VNode } from 'vue';
|
|
119
120
|
import Vue from 'vue';
|
|
120
121
|
import { WatchOptions } from 'vue';
|
|
@@ -209,7 +210,7 @@ export const animateTranslate: (animationOrigin?: AnimationOrigin | undefined) =
|
|
|
209
210
|
export const AnimateWidth: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
210
211
|
|
|
211
212
|
// @public
|
|
212
|
-
export const AnimationProp:
|
|
213
|
+
export const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
213
214
|
|
|
214
215
|
// @public
|
|
215
216
|
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
@@ -412,18 +413,18 @@ titleClass: StringConstructor;
|
|
|
412
413
|
// @public
|
|
413
414
|
export const BannersList: DefineComponent< {
|
|
414
415
|
animation: {
|
|
415
|
-
type:
|
|
416
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
416
417
|
default: string;
|
|
417
418
|
};
|
|
418
419
|
}, () => VNode<RendererNode, RendererElement, {
|
|
419
420
|
[key: string]: any;
|
|
420
421
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
421
422
|
animation: {
|
|
422
|
-
type:
|
|
423
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
423
424
|
default: string;
|
|
424
425
|
};
|
|
425
426
|
}>>, {
|
|
426
|
-
animation: string |
|
|
427
|
+
animation: string | Function | Record<string, any>;
|
|
427
428
|
}, {}>;
|
|
428
429
|
|
|
429
430
|
export { BarCodeIcon }
|
|
@@ -438,6 +439,7 @@ required: true;
|
|
|
438
439
|
};
|
|
439
440
|
}, {
|
|
440
441
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
442
|
+
metadata: Omit<WireMetadata, "moduleName" | "origin" | "location">;
|
|
441
443
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
442
444
|
result: {
|
|
443
445
|
type: PropType<Result>;
|
|
@@ -523,8 +525,8 @@ required: true;
|
|
|
523
525
|
};
|
|
524
526
|
ariaLabel: StringConstructor;
|
|
525
527
|
animation: {
|
|
526
|
-
type:
|
|
527
|
-
default: () => DefineComponent< {}, {},
|
|
528
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
529
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
528
530
|
};
|
|
529
531
|
searchTimeoutMs: {
|
|
530
532
|
type: NumberConstructor;
|
|
@@ -566,8 +568,8 @@ required: true;
|
|
|
566
568
|
};
|
|
567
569
|
ariaLabel: StringConstructor;
|
|
568
570
|
animation: {
|
|
569
|
-
type:
|
|
570
|
-
default: () => DefineComponent< {}, {},
|
|
571
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
572
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
571
573
|
};
|
|
572
574
|
searchTimeoutMs: {
|
|
573
575
|
type: NumberConstructor;
|
|
@@ -576,7 +578,7 @@ default: number;
|
|
|
576
578
|
}>> & {
|
|
577
579
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
578
580
|
}, {
|
|
579
|
-
animation: string |
|
|
581
|
+
animation: string | Function | Record<string, any>;
|
|
580
582
|
searchTimeoutMs: number;
|
|
581
583
|
}, {}>;
|
|
582
584
|
|
|
@@ -616,7 +618,7 @@ bodyClickEvent: {
|
|
|
616
618
|
type: PropType<keyof XEventsTypes>;
|
|
617
619
|
default: string;
|
|
618
620
|
};
|
|
619
|
-
animation:
|
|
621
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
620
622
|
}, {
|
|
621
623
|
isOpen: Ref<boolean>;
|
|
622
624
|
openerElement: Ref<HTMLElement | undefined>;
|
|
@@ -635,7 +637,7 @@ bodyClickEvent: {
|
|
|
635
637
|
type: PropType<keyof XEventsTypes>;
|
|
636
638
|
default: string;
|
|
637
639
|
};
|
|
638
|
-
animation:
|
|
640
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
639
641
|
}>>, {
|
|
640
642
|
eventsToOpenModal: (keyof XEventsTypes)[];
|
|
641
643
|
eventsToCloseModal: (keyof XEventsTypes)[];
|
|
@@ -692,7 +694,7 @@ export abstract class BaseFilterEntityModifier<Metadata extends Dictionary = Dic
|
|
|
692
694
|
// @public
|
|
693
695
|
export const BaseGrid: DefineComponent< {
|
|
694
696
|
animation: {
|
|
695
|
-
type:
|
|
697
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
696
698
|
default: string;
|
|
697
699
|
};
|
|
698
700
|
columns: {
|
|
@@ -714,7 +716,7 @@ slots: Readonly<{
|
|
|
714
716
|
}>;
|
|
715
717
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
716
718
|
animation: {
|
|
717
|
-
type:
|
|
719
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
718
720
|
default: string;
|
|
719
721
|
};
|
|
720
722
|
columns: {
|
|
@@ -725,15 +727,15 @@ items: {
|
|
|
725
727
|
type: PropType<ListItem[]>;
|
|
726
728
|
};
|
|
727
729
|
}>>, {
|
|
728
|
-
animation: string |
|
|
730
|
+
animation: string | Function | Record<string, any>;
|
|
729
731
|
columns: number;
|
|
730
732
|
}, {}>;
|
|
731
733
|
|
|
732
734
|
// @public
|
|
733
735
|
export const BaseHeaderTogglePanel: DefineComponent< {
|
|
734
736
|
animation: {
|
|
735
|
-
type:
|
|
736
|
-
default: () => DefineComponent< {}, {},
|
|
737
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
738
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
737
739
|
};
|
|
738
740
|
startCollapsed: BooleanConstructor;
|
|
739
741
|
headerClass: StringConstructor;
|
|
@@ -742,20 +744,20 @@ open: Ref<boolean>;
|
|
|
742
744
|
toggleOpen: () => void;
|
|
743
745
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
744
746
|
animation: {
|
|
745
|
-
type:
|
|
746
|
-
default: () => DefineComponent< {}, {},
|
|
747
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
748
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
747
749
|
};
|
|
748
750
|
startCollapsed: BooleanConstructor;
|
|
749
751
|
headerClass: StringConstructor;
|
|
750
752
|
}>>, {
|
|
751
|
-
animation: string |
|
|
753
|
+
animation: string | Function | Record<string, any>;
|
|
752
754
|
startCollapsed: boolean;
|
|
753
755
|
}, {}>;
|
|
754
756
|
|
|
755
757
|
// @public
|
|
756
758
|
export const BaseIdModal: DefineComponent< {
|
|
757
759
|
animation: {
|
|
758
|
-
type:
|
|
760
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
759
761
|
};
|
|
760
762
|
modalId: {
|
|
761
763
|
type: StringConstructor;
|
|
@@ -767,7 +769,7 @@ isOpen: Ref<boolean>;
|
|
|
767
769
|
emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void;
|
|
768
770
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
769
771
|
animation: {
|
|
770
|
-
type:
|
|
772
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
771
773
|
};
|
|
772
774
|
modalId: {
|
|
773
775
|
type: StringConstructor;
|
|
@@ -812,8 +814,8 @@ type: BooleanConstructor;
|
|
|
812
814
|
default: boolean;
|
|
813
815
|
};
|
|
814
816
|
animation: {
|
|
815
|
-
type:
|
|
816
|
-
default: () => DefineComponent< {}, {},
|
|
817
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
818
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
817
819
|
};
|
|
818
820
|
panelId: {
|
|
819
821
|
type: StringConstructor;
|
|
@@ -827,8 +829,8 @@ type: BooleanConstructor;
|
|
|
827
829
|
default: boolean;
|
|
828
830
|
};
|
|
829
831
|
animation: {
|
|
830
|
-
type:
|
|
831
|
-
default: () => DefineComponent< {}, {},
|
|
832
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
833
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
832
834
|
};
|
|
833
835
|
panelId: {
|
|
834
836
|
type: StringConstructor;
|
|
@@ -836,7 +838,7 @@ required: true;
|
|
|
836
838
|
};
|
|
837
839
|
}>>, {
|
|
838
840
|
startOpen: boolean;
|
|
839
|
-
animation: string |
|
|
841
|
+
animation: string | Function | Record<string, any>;
|
|
840
842
|
}, {}>;
|
|
841
843
|
|
|
842
844
|
// @public
|
|
@@ -906,12 +908,12 @@ default: boolean;
|
|
|
906
908
|
};
|
|
907
909
|
referenceSelector: StringConstructor;
|
|
908
910
|
animation: {
|
|
909
|
-
type:
|
|
910
|
-
default: () => DefineComponent< {}, {},
|
|
911
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
912
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
911
913
|
};
|
|
912
914
|
overlayAnimation: {
|
|
913
|
-
type:
|
|
914
|
-
default: () => DefineComponent< {}, {},
|
|
915
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
916
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
915
917
|
};
|
|
916
918
|
contentClass: StringConstructor;
|
|
917
919
|
overlayClass: StringConstructor;
|
|
@@ -931,12 +933,12 @@ default: boolean;
|
|
|
931
933
|
};
|
|
932
934
|
referenceSelector: StringConstructor;
|
|
933
935
|
animation: {
|
|
934
|
-
type:
|
|
935
|
-
default: () => DefineComponent< {}, {},
|
|
936
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
937
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
936
938
|
};
|
|
937
939
|
overlayAnimation: {
|
|
938
|
-
type:
|
|
939
|
-
default: () => DefineComponent< {}, {},
|
|
940
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
941
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
940
942
|
};
|
|
941
943
|
contentClass: StringConstructor;
|
|
942
944
|
overlayClass: StringConstructor;
|
|
@@ -945,8 +947,8 @@ overlayClass: StringConstructor;
|
|
|
945
947
|
"onFocusin:body"?: ((...args: any[]) => any) | undefined;
|
|
946
948
|
}, {
|
|
947
949
|
focusOnOpen: boolean;
|
|
948
|
-
animation: string |
|
|
949
|
-
overlayAnimation: string |
|
|
950
|
+
animation: string | Function | Record<string, any>;
|
|
951
|
+
overlayAnimation: string | Function | Record<string, any>;
|
|
950
952
|
}, {}>;
|
|
951
953
|
|
|
952
954
|
export { BasePlaceholderImage }
|
|
@@ -1073,52 +1075,52 @@ type: StringConstructor;
|
|
|
1073
1075
|
}>>, {}, {}>;
|
|
1074
1076
|
|
|
1075
1077
|
// @public
|
|
1076
|
-
export const BaseResultImage: DefineComponent<{
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1078
|
+
export const BaseResultImage: DefineComponent< {
|
|
1079
|
+
result: {
|
|
1080
|
+
type: PropType<Result>;
|
|
1081
|
+
required: true;
|
|
1082
|
+
};
|
|
1083
|
+
loadAnimation: {
|
|
1084
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1085
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1086
|
+
};
|
|
1087
|
+
hoverAnimation: {
|
|
1088
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1089
|
+
};
|
|
1090
|
+
showNextImageOnHover: {
|
|
1091
|
+
type: BooleanConstructor;
|
|
1092
|
+
default: boolean;
|
|
1093
|
+
};
|
|
1092
1094
|
}, {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1095
|
+
pendingImages: Ref<string[]>;
|
|
1096
|
+
loadedImages: Ref<string[]>;
|
|
1097
|
+
isHovering: Ref<boolean>;
|
|
1098
|
+
userHasHoveredImage: Ref<boolean>;
|
|
1099
|
+
loaderStyles: Partial<CSSStyleDeclaration>;
|
|
1100
|
+
animation: ComputedRef<string | Record<string, any>>;
|
|
1101
|
+
imageSrc: ComputedRef<string>;
|
|
1102
|
+
shouldLoadNextImage: ComputedRef<boolean>;
|
|
1103
|
+
flagImageAsFailed: () => void;
|
|
1104
|
+
flagImageLoaded: () => void;
|
|
1103
1105
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1104
1106
|
result: {
|
|
1105
1107
|
type: PropType<Result>;
|
|
1106
1108
|
required: true;
|
|
1107
1109
|
};
|
|
1108
1110
|
loadAnimation: {
|
|
1109
|
-
type:
|
|
1110
|
-
default: () => DefineComponent<{}, {},
|
|
1111
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1112
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1111
1113
|
};
|
|
1112
1114
|
hoverAnimation: {
|
|
1113
|
-
type:
|
|
1115
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1114
1116
|
};
|
|
1115
1117
|
showNextImageOnHover: {
|
|
1116
1118
|
type: BooleanConstructor;
|
|
1117
1119
|
default: boolean;
|
|
1118
1120
|
};
|
|
1119
1121
|
}>>, {
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
+
loadAnimation: string | Function | Record<string, any>;
|
|
1123
|
+
showNextImageOnHover: boolean;
|
|
1122
1124
|
}, {}>;
|
|
1123
1125
|
|
|
1124
1126
|
// @public
|
|
@@ -1236,6 +1238,64 @@ resetOnChange: boolean;
|
|
|
1236
1238
|
resetOn: keyof XEventsTypes | (keyof XEventsTypes)[];
|
|
1237
1239
|
}, {}>;
|
|
1238
1240
|
|
|
1241
|
+
// @public
|
|
1242
|
+
export const BaseSlider: DefineComponent< {
|
|
1243
|
+
threshold: {
|
|
1244
|
+
type: PropType<{
|
|
1245
|
+
min: number;
|
|
1246
|
+
max: number;
|
|
1247
|
+
}>;
|
|
1248
|
+
default: () => {
|
|
1249
|
+
min: number;
|
|
1250
|
+
max: number;
|
|
1251
|
+
};
|
|
1252
|
+
};
|
|
1253
|
+
modelValue: {
|
|
1254
|
+
type: PropType<{
|
|
1255
|
+
min: number;
|
|
1256
|
+
max: number;
|
|
1257
|
+
}>;
|
|
1258
|
+
required: true;
|
|
1259
|
+
};
|
|
1260
|
+
contentClass: {
|
|
1261
|
+
type: StringConstructor;
|
|
1262
|
+
default: string;
|
|
1263
|
+
};
|
|
1264
|
+
}, {
|
|
1265
|
+
slider: Ref<HTMLElement | undefined>;
|
|
1266
|
+
rangeSelected: ComputedRef<number[]>;
|
|
1267
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1268
|
+
threshold: {
|
|
1269
|
+
type: PropType<{
|
|
1270
|
+
min: number;
|
|
1271
|
+
max: number;
|
|
1272
|
+
}>;
|
|
1273
|
+
default: () => {
|
|
1274
|
+
min: number;
|
|
1275
|
+
max: number;
|
|
1276
|
+
};
|
|
1277
|
+
};
|
|
1278
|
+
modelValue: {
|
|
1279
|
+
type: PropType<{
|
|
1280
|
+
min: number;
|
|
1281
|
+
max: number;
|
|
1282
|
+
}>;
|
|
1283
|
+
required: true;
|
|
1284
|
+
};
|
|
1285
|
+
contentClass: {
|
|
1286
|
+
type: StringConstructor;
|
|
1287
|
+
default: string;
|
|
1288
|
+
};
|
|
1289
|
+
}>> & {
|
|
1290
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1291
|
+
}, {
|
|
1292
|
+
threshold: {
|
|
1293
|
+
min: number;
|
|
1294
|
+
max: number;
|
|
1295
|
+
};
|
|
1296
|
+
contentClass: string;
|
|
1297
|
+
}, {}>;
|
|
1298
|
+
|
|
1239
1299
|
// @public
|
|
1240
1300
|
export const BaseSuggestion: DefineComponent< {
|
|
1241
1301
|
query: {
|
|
@@ -1292,7 +1352,7 @@ type: PropType<Suggestion[]>;
|
|
|
1292
1352
|
required: true;
|
|
1293
1353
|
};
|
|
1294
1354
|
animation: {
|
|
1295
|
-
type:
|
|
1355
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1296
1356
|
default: string;
|
|
1297
1357
|
};
|
|
1298
1358
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1315,7 +1375,7 @@ type: PropType<Suggestion[]>;
|
|
|
1315
1375
|
required: true;
|
|
1316
1376
|
};
|
|
1317
1377
|
animation: {
|
|
1318
|
-
type:
|
|
1378
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1319
1379
|
default: string;
|
|
1320
1380
|
};
|
|
1321
1381
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1329,7 +1389,7 @@ default: boolean;
|
|
|
1329
1389
|
};
|
|
1330
1390
|
suggestionItemClass: StringConstructor;
|
|
1331
1391
|
}>>, {
|
|
1332
|
-
animation: string |
|
|
1392
|
+
animation: string | Function | Record<string, any>;
|
|
1333
1393
|
showFacets: boolean;
|
|
1334
1394
|
showPlainSuggestion: boolean;
|
|
1335
1395
|
}, {}>;
|
|
@@ -1341,7 +1401,7 @@ type: BooleanConstructor;
|
|
|
1341
1401
|
default: boolean;
|
|
1342
1402
|
};
|
|
1343
1403
|
}, {
|
|
1344
|
-
cssClasses:
|
|
1404
|
+
cssClasses: ComputedRef<VueCSSClasses>;
|
|
1345
1405
|
toggle: () => void;
|
|
1346
1406
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1347
1407
|
modelValue: {
|
|
@@ -1357,12 +1417,12 @@ modelValue: boolean;
|
|
|
1357
1417
|
// @public
|
|
1358
1418
|
export const BaseTabsPanel: DefineComponent< {
|
|
1359
1419
|
tabsAnimation: {
|
|
1360
|
-
type:
|
|
1420
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1361
1421
|
default: string;
|
|
1362
1422
|
};
|
|
1363
1423
|
contentAnimation: {
|
|
1364
|
-
type:
|
|
1365
|
-
default: () => DefineComponent< {}, {},
|
|
1424
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1425
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1366
1426
|
};
|
|
1367
1427
|
initialTab: {
|
|
1368
1428
|
type: StringConstructor;
|
|
@@ -1386,12 +1446,12 @@ selectTab: (tab: string) => void;
|
|
|
1386
1446
|
tabIsSelected: (tab: string) => boolean;
|
|
1387
1447
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1388
1448
|
tabsAnimation: {
|
|
1389
|
-
type:
|
|
1449
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1390
1450
|
default: string;
|
|
1391
1451
|
};
|
|
1392
1452
|
contentAnimation: {
|
|
1393
|
-
type:
|
|
1394
|
-
default: () => DefineComponent< {}, {},
|
|
1453
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1454
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1395
1455
|
};
|
|
1396
1456
|
initialTab: {
|
|
1397
1457
|
type: StringConstructor;
|
|
@@ -1406,12 +1466,25 @@ contentClass: StringConstructor;
|
|
|
1406
1466
|
tabClass: StringConstructor;
|
|
1407
1467
|
tabsListClass: StringConstructor;
|
|
1408
1468
|
}>>, {
|
|
1409
|
-
tabsAnimation: string |
|
|
1410
|
-
contentAnimation: string |
|
|
1469
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
1470
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
1411
1471
|
initialTab: string;
|
|
1412
1472
|
allowTabDeselect: boolean;
|
|
1413
1473
|
}, {}>;
|
|
1414
1474
|
|
|
1475
|
+
// @public (undocumented)
|
|
1476
|
+
export const BaseTeleport: DefineComponent< {
|
|
1477
|
+
target: {
|
|
1478
|
+
type: StringConstructor;
|
|
1479
|
+
required: true;
|
|
1480
|
+
};
|
|
1481
|
+
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1482
|
+
target: {
|
|
1483
|
+
type: StringConstructor;
|
|
1484
|
+
required: true;
|
|
1485
|
+
};
|
|
1486
|
+
}>>, {}, {}>;
|
|
1487
|
+
|
|
1415
1488
|
// @public
|
|
1416
1489
|
export const BaseTogglePanel: DefineComponent< {
|
|
1417
1490
|
open: {
|
|
@@ -1419,7 +1492,7 @@ type: BooleanConstructor;
|
|
|
1419
1492
|
required: true;
|
|
1420
1493
|
};
|
|
1421
1494
|
animation: {
|
|
1422
|
-
type:
|
|
1495
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1423
1496
|
default: string;
|
|
1424
1497
|
};
|
|
1425
1498
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -1428,17 +1501,17 @@ type: BooleanConstructor;
|
|
|
1428
1501
|
required: true;
|
|
1429
1502
|
};
|
|
1430
1503
|
animation: {
|
|
1431
|
-
type:
|
|
1504
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1432
1505
|
default: string;
|
|
1433
1506
|
};
|
|
1434
1507
|
}>>, {
|
|
1435
|
-
animation: string |
|
|
1508
|
+
animation: string | Function | Record<string, any>;
|
|
1436
1509
|
}, {}>;
|
|
1437
1510
|
|
|
1438
1511
|
// @public
|
|
1439
1512
|
export const BaseVariableColumnGrid: DefineComponent< {
|
|
1440
1513
|
animation: {
|
|
1441
|
-
type:
|
|
1514
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1442
1515
|
default: string;
|
|
1443
1516
|
};
|
|
1444
1517
|
items: PropType<ListItem[]>;
|
|
@@ -1453,7 +1526,7 @@ slots: Readonly<{
|
|
|
1453
1526
|
}>;
|
|
1454
1527
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1455
1528
|
animation: {
|
|
1456
|
-
type:
|
|
1529
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1457
1530
|
default: string;
|
|
1458
1531
|
};
|
|
1459
1532
|
items: PropType<ListItem[]>;
|
|
@@ -1462,7 +1535,7 @@ type: NumberConstructor;
|
|
|
1462
1535
|
default: number;
|
|
1463
1536
|
};
|
|
1464
1537
|
}>>, {
|
|
1465
|
-
animation: string |
|
|
1538
|
+
animation: string | Function | Record<string, any>;
|
|
1466
1539
|
columns: number;
|
|
1467
1540
|
}, {}>;
|
|
1468
1541
|
|
|
@@ -1515,6 +1588,9 @@ export const cancelFetchAndSaveQuerySuggestions: () => void;
|
|
|
1515
1588
|
// @public
|
|
1516
1589
|
export const cancelFetchAndSaveRecommendations: () => void;
|
|
1517
1590
|
|
|
1591
|
+
// @public
|
|
1592
|
+
export const cancelFetchAndSaveRelatedPrompts: () => void;
|
|
1593
|
+
|
|
1518
1594
|
// @public
|
|
1519
1595
|
export const cancelFetchAndSaveRelatedTags: () => void;
|
|
1520
1596
|
|
|
@@ -1577,6 +1653,9 @@ export { ChevronTinyUpIcon }
|
|
|
1577
1653
|
|
|
1578
1654
|
export { ChevronUpIcon }
|
|
1579
1655
|
|
|
1656
|
+
// @internal
|
|
1657
|
+
export function cleanGettersProxyCache(): void;
|
|
1658
|
+
|
|
1580
1659
|
// @public
|
|
1581
1660
|
export const ClearFilters: DefineComponent< {
|
|
1582
1661
|
facetsIds: PropType<(string | number)[]>;
|
|
@@ -1688,6 +1767,14 @@ default: boolean;
|
|
|
1688
1767
|
appear: boolean;
|
|
1689
1768
|
}, {}>;
|
|
1690
1769
|
|
|
1770
|
+
// @public
|
|
1771
|
+
export interface ConfigMutations<T extends {
|
|
1772
|
+
config: T['config'];
|
|
1773
|
+
}> {
|
|
1774
|
+
mergeConfig(config: T['config']): void;
|
|
1775
|
+
setConfig(config: T['config']): void;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1691
1778
|
export { CornerArrowLeft }
|
|
1692
1779
|
|
|
1693
1780
|
export { CornerArrowRight }
|
|
@@ -1709,6 +1796,15 @@ export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigi
|
|
|
1709
1796
|
// @public
|
|
1710
1797
|
export function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
|
|
1711
1798
|
|
|
1799
|
+
// @public
|
|
1800
|
+
export function createRelatedTagsQueryGetter<State extends QueryState, Getters>({ getRelatedTags }: CreateRelatedTagsQueryGetterOptions<State, Getters>): (state: State, getters: Getters) => string;
|
|
1801
|
+
|
|
1802
|
+
// @public
|
|
1803
|
+
export interface CreateRelatedTagsQueryGetterOptions<State, Getters> {
|
|
1804
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
1805
|
+
getRelatedTags: (state: State, getters: Getters) => RelatedTag_2[];
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1712
1808
|
// Warning: (ae-forgotten-export) The symbol "Taggable" needs to be exported by the entry point index.d.ts
|
|
1713
1809
|
//
|
|
1714
1810
|
// @public
|
|
@@ -1722,6 +1818,15 @@ export function createStoreEmitters<Module extends AnyXStoreModule, Emitters ext
|
|
|
1722
1818
|
// @public
|
|
1723
1819
|
export function createTrackDisplayWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
1724
1820
|
|
|
1821
|
+
// @public
|
|
1822
|
+
export function createTrackRelatedPromptToolingDisplayClickWire(): Wire<any>;
|
|
1823
|
+
|
|
1824
|
+
// @public
|
|
1825
|
+
export function createTrackToolingAdd2CartWire(): Wire<Taggable>;
|
|
1826
|
+
|
|
1827
|
+
// @public
|
|
1828
|
+
export function createTrackToolingDisplayWire(): Wire<Taggable>;
|
|
1829
|
+
|
|
1725
1830
|
// @public
|
|
1726
1831
|
export function createTrackWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
1727
1832
|
|
|
@@ -1799,6 +1904,34 @@ export function deepFlat<Item extends {
|
|
|
1799
1904
|
[key in Key]?: Item[];
|
|
1800
1905
|
}, Key extends keyof Item>(array: Item[], childrenKey: Key): Item[];
|
|
1801
1906
|
|
|
1907
|
+
// @public
|
|
1908
|
+
export class DefaultExternalTaggingService implements ExternalTaggingService {
|
|
1909
|
+
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
1910
|
+
static readonly ADD_TO_CART_ID_KEY = "checkout";
|
|
1911
|
+
// @internal
|
|
1912
|
+
protected getPathName(url: string): string;
|
|
1913
|
+
// @internal
|
|
1914
|
+
protected getStorageId(keyPrefix: string, id?: string): string | null;
|
|
1915
|
+
static instance: ExternalTaggingService;
|
|
1916
|
+
// (undocumented)
|
|
1917
|
+
protected localStorageService: StorageService;
|
|
1918
|
+
moveToSessionStorage(id?: string): void;
|
|
1919
|
+
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
1920
|
+
// (undocumented)
|
|
1921
|
+
protected sessionStorageService: StorageService;
|
|
1922
|
+
// @internal
|
|
1923
|
+
protected showWarningMessage(): void;
|
|
1924
|
+
// (undocumented)
|
|
1925
|
+
protected get storageKey(): string;
|
|
1926
|
+
// (undocumented)
|
|
1927
|
+
protected get storageTTLMs(): number;
|
|
1928
|
+
// (undocumented)
|
|
1929
|
+
protected get store(): Store<RootXStoreState>;
|
|
1930
|
+
storeAddToCart(result: Result): void;
|
|
1931
|
+
storeResultClicked(result: Result): void;
|
|
1932
|
+
trackAddToCart(id?: string): void;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1802
1935
|
// @public
|
|
1803
1936
|
export class DefaultFacetsService implements FacetsService {
|
|
1804
1937
|
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
@@ -1860,32 +1993,6 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
1860
1993
|
protected updateStore(facetsGroup: FacetsGroup): Filter[];
|
|
1861
1994
|
}
|
|
1862
1995
|
|
|
1863
|
-
// @public
|
|
1864
|
-
export class DefaultPDPAddToCartService implements PDPAddToCartService {
|
|
1865
|
-
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
1866
|
-
// (undocumented)
|
|
1867
|
-
protected get clickedResultStorageKey(): string;
|
|
1868
|
-
// (undocumented)
|
|
1869
|
-
protected get clickedResultStorageTTLMs(): number;
|
|
1870
|
-
// @internal
|
|
1871
|
-
protected getPathName(url: string): string;
|
|
1872
|
-
// @internal
|
|
1873
|
-
protected getStorageId(id?: string): string | null;
|
|
1874
|
-
static instance: PDPAddToCartService;
|
|
1875
|
-
// (undocumented)
|
|
1876
|
-
protected localStorageService: StorageService;
|
|
1877
|
-
moveToSessionStorage(id?: string): void;
|
|
1878
|
-
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
1879
|
-
// (undocumented)
|
|
1880
|
-
protected sessionStorageService: StorageService;
|
|
1881
|
-
// @internal
|
|
1882
|
-
protected showWarningMessage(): void;
|
|
1883
|
-
// (undocumented)
|
|
1884
|
-
protected get store(): Store<RootXStoreState>;
|
|
1885
|
-
storeResultClicked(result: Result): void;
|
|
1886
|
-
trackAddToCart(id?: string): void;
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
1996
|
// @public
|
|
1890
1997
|
export interface DeviceActions {
|
|
1891
1998
|
}
|
|
@@ -1978,6 +2085,64 @@ export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
|
1978
2085
|
// @internal
|
|
1979
2086
|
export const DISABLE_ANIMATIONS_KEY: XInjectKey<boolean | undefined>;
|
|
1980
2087
|
|
|
2088
|
+
// @public (undocumented)
|
|
2089
|
+
export const DisplayClickProvider: DefineComponent< {
|
|
2090
|
+
resultFeature: {
|
|
2091
|
+
type: PropType<ResultFeature>;
|
|
2092
|
+
required: true;
|
|
2093
|
+
};
|
|
2094
|
+
ignoreResultClickEvent: {
|
|
2095
|
+
type: BooleanConstructor;
|
|
2096
|
+
default: boolean;
|
|
2097
|
+
};
|
|
2098
|
+
toolingDisplayTagging: {
|
|
2099
|
+
type: PropType<TaggingRequest>;
|
|
2100
|
+
required: false;
|
|
2101
|
+
default: undefined;
|
|
2102
|
+
};
|
|
2103
|
+
toolingAdd2CartTagging: {
|
|
2104
|
+
type: PropType<TaggingRequest>;
|
|
2105
|
+
required: false;
|
|
2106
|
+
default: undefined;
|
|
2107
|
+
};
|
|
2108
|
+
queryTagging: {
|
|
2109
|
+
type: PropType<TaggingRequest>;
|
|
2110
|
+
required: false;
|
|
2111
|
+
default: undefined;
|
|
2112
|
+
};
|
|
2113
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
2114
|
+
[key: string]: any;
|
|
2115
|
+
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2116
|
+
resultFeature: {
|
|
2117
|
+
type: PropType<ResultFeature>;
|
|
2118
|
+
required: true;
|
|
2119
|
+
};
|
|
2120
|
+
ignoreResultClickEvent: {
|
|
2121
|
+
type: BooleanConstructor;
|
|
2122
|
+
default: boolean;
|
|
2123
|
+
};
|
|
2124
|
+
toolingDisplayTagging: {
|
|
2125
|
+
type: PropType<TaggingRequest>;
|
|
2126
|
+
required: false;
|
|
2127
|
+
default: undefined;
|
|
2128
|
+
};
|
|
2129
|
+
toolingAdd2CartTagging: {
|
|
2130
|
+
type: PropType<TaggingRequest>;
|
|
2131
|
+
required: false;
|
|
2132
|
+
default: undefined;
|
|
2133
|
+
};
|
|
2134
|
+
queryTagging: {
|
|
2135
|
+
type: PropType<TaggingRequest>;
|
|
2136
|
+
required: false;
|
|
2137
|
+
default: undefined;
|
|
2138
|
+
};
|
|
2139
|
+
}>>, {
|
|
2140
|
+
ignoreResultClickEvent: boolean;
|
|
2141
|
+
toolingDisplayTagging: TaggingRequest;
|
|
2142
|
+
toolingAdd2CartTagging: TaggingRequest;
|
|
2143
|
+
queryTagging: TaggingRequest;
|
|
2144
|
+
}, {}>;
|
|
2145
|
+
|
|
1981
2146
|
// @public
|
|
1982
2147
|
export const DisplayEmitter: DefineComponent< {
|
|
1983
2148
|
payload: {
|
|
@@ -2078,13 +2243,13 @@ type: PropType<(keyof XEventsTypes)[]>;
|
|
|
2078
2243
|
default: () => string[];
|
|
2079
2244
|
};
|
|
2080
2245
|
animation: {
|
|
2081
|
-
type:
|
|
2082
|
-
default: () => DefineComponent< {}, {},
|
|
2246
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2247
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2083
2248
|
};
|
|
2084
2249
|
}, {
|
|
2085
2250
|
close: () => void;
|
|
2086
2251
|
empathizeRef: Ref<HTMLDivElement | undefined>;
|
|
2087
|
-
hasContent:
|
|
2252
|
+
hasContent: ComputedRef<boolean>;
|
|
2088
2253
|
isOpen: Ref<boolean>;
|
|
2089
2254
|
open: () => void;
|
|
2090
2255
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2097,13 +2262,13 @@ type: PropType<(keyof XEventsTypes)[]>;
|
|
|
2097
2262
|
default: () => string[];
|
|
2098
2263
|
};
|
|
2099
2264
|
animation: {
|
|
2100
|
-
type:
|
|
2101
|
-
default: () => DefineComponent< {}, {},
|
|
2265
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2266
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2102
2267
|
};
|
|
2103
2268
|
}>>, {
|
|
2104
2269
|
eventsToOpenEmpathize: (keyof XEventsTypes)[];
|
|
2105
2270
|
eventsToCloseEmpathize: (keyof XEventsTypes)[];
|
|
2106
|
-
animation: string |
|
|
2271
|
+
animation: string | Function | Record<string, any>;
|
|
2107
2272
|
}, {}>;
|
|
2108
2273
|
|
|
2109
2274
|
// @public
|
|
@@ -2121,8 +2286,6 @@ export const empathizeEmitters: {};
|
|
|
2121
2286
|
export interface EmpathizeGetters {
|
|
2122
2287
|
}
|
|
2123
2288
|
|
|
2124
|
-
// Warning: (ae-forgotten-export) The symbol "ConfigMutations" needs to be exported by the entry point index.d.ts
|
|
2125
|
-
//
|
|
2126
2289
|
// @public
|
|
2127
2290
|
export interface EmpathizeMutations extends ConfigMutations<EmpathizeState> {
|
|
2128
2291
|
setIsOpen(isOpen: boolean): void;
|
|
@@ -2260,6 +2423,14 @@ export type ExperienceControlsXStoreModule = XStoreModule<ExperienceControlsStat
|
|
|
2260
2423
|
// @internal
|
|
2261
2424
|
export const experienceControlsXStoreModule: ExperienceControlsXStoreModule;
|
|
2262
2425
|
|
|
2426
|
+
// @public
|
|
2427
|
+
export interface ExternalTaggingService {
|
|
2428
|
+
moveToSessionStorage(id?: string): void;
|
|
2429
|
+
storeAddToCart(result: Result): void;
|
|
2430
|
+
storeResultClicked(result: Result): void;
|
|
2431
|
+
trackAddToCart(id?: string): void;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2263
2434
|
// @public
|
|
2264
2435
|
export type ExtractActionPayload<ModuleName extends XModuleName, ActionName extends ActionNamesFor<ModuleName>> = ExtractPayload<ExtractActions<XModulesTree[ModuleName]>[ActionName]>;
|
|
2265
2436
|
|
|
@@ -2378,7 +2549,7 @@ export const Facets: DefineComponent< {
|
|
|
2378
2549
|
facetsIds: PropType<(string | number)[]>;
|
|
2379
2550
|
alwaysVisible: BooleanConstructor;
|
|
2380
2551
|
animation: {
|
|
2381
|
-
type:
|
|
2552
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2382
2553
|
default: string;
|
|
2383
2554
|
};
|
|
2384
2555
|
renderableFacets: StringConstructor;
|
|
@@ -2391,13 +2562,13 @@ hasSlot: (name: string) => boolean;
|
|
|
2391
2562
|
facetsIds: PropType<(string | number)[]>;
|
|
2392
2563
|
alwaysVisible: BooleanConstructor;
|
|
2393
2564
|
animation: {
|
|
2394
|
-
type:
|
|
2565
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2395
2566
|
default: string;
|
|
2396
2567
|
};
|
|
2397
2568
|
renderableFacets: StringConstructor;
|
|
2398
2569
|
}>>, {
|
|
2399
2570
|
alwaysVisible: boolean;
|
|
2400
|
-
animation: string |
|
|
2571
|
+
animation: string | Function | Record<string, any>;
|
|
2401
2572
|
}, {}>;
|
|
2402
2573
|
|
|
2403
2574
|
// @public
|
|
@@ -2451,8 +2622,6 @@ export interface FacetsGroup {
|
|
|
2451
2622
|
id: string;
|
|
2452
2623
|
}
|
|
2453
2624
|
|
|
2454
|
-
// Warning: (ae-forgotten-export) The symbol "QueryMutations" needs to be exported by the entry point index.d.ts
|
|
2455
|
-
//
|
|
2456
2625
|
// @public
|
|
2457
2626
|
export interface FacetsMutations extends QueryMutations, ConfigMutations<FacetsState> {
|
|
2458
2627
|
clearStickyFilters(): void;
|
|
@@ -2648,7 +2817,7 @@ fromNoResultsWithFilters: ComputedRef<any>;
|
|
|
2648
2817
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2649
2818
|
|
|
2650
2819
|
// @public
|
|
2651
|
-
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
2820
|
+
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp' | 'related_prompts';
|
|
2652
2821
|
|
|
2653
2822
|
// @public
|
|
2654
2823
|
export interface FetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request> {
|
|
@@ -2712,6 +2881,11 @@ export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionConte
|
|
|
2712
2881
|
// @public
|
|
2713
2882
|
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
|
|
2714
2883
|
|
|
2884
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedPromptsRequest" needs to be exported by the entry point index.d.ts
|
|
2885
|
+
//
|
|
2886
|
+
// @public
|
|
2887
|
+
export const fetchAndSaveRelatedPrompts: (context: RelatedPromptsActionContext, request: RelatedPromptsRequest | null) => void | Promise<void>;
|
|
2888
|
+
|
|
2715
2889
|
// Warning: (ae-forgotten-export) The symbol "RelatedTagsRequest" needs to be exported by the entry point index.d.ts
|
|
2716
2890
|
//
|
|
2717
2891
|
// @public
|
|
@@ -2758,6 +2932,9 @@ export const fetchQuerySuggestions: QuerySuggestionsXStoreModule['actions']['fet
|
|
|
2758
2932
|
// @public
|
|
2759
2933
|
export const fetchRecommendations: RecommendationsXStoreModule['actions']['fetchRecommendations'];
|
|
2760
2934
|
|
|
2935
|
+
// @public
|
|
2936
|
+
export const fetchRelatedPrompts: RelatedPromptsXStoreModule['actions']['fetchRelatedPrompts'];
|
|
2937
|
+
|
|
2761
2938
|
// @public
|
|
2762
2939
|
export const fetchRelatedTags: RelatedTagsXStoreModule['actions']['fetchRelatedTags'];
|
|
2763
2940
|
|
|
@@ -2825,7 +3002,7 @@ type: PropType<string | number>;
|
|
|
2825
3002
|
required: false;
|
|
2826
3003
|
};
|
|
2827
3004
|
animation: {
|
|
2828
|
-
type:
|
|
3005
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2829
3006
|
default: string;
|
|
2830
3007
|
};
|
|
2831
3008
|
}, {
|
|
@@ -2839,11 +3016,11 @@ type: PropType<string | number>;
|
|
|
2839
3016
|
required: false;
|
|
2840
3017
|
};
|
|
2841
3018
|
animation: {
|
|
2842
|
-
type:
|
|
3019
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2843
3020
|
default: string;
|
|
2844
3021
|
};
|
|
2845
3022
|
}>>, {
|
|
2846
|
-
animation: string |
|
|
3023
|
+
animation: string | Function | Record<string, any>;
|
|
2847
3024
|
}, {}>;
|
|
2848
3025
|
|
|
2849
3026
|
// @public
|
|
@@ -2920,6 +3097,12 @@ export function getActiveElement(root?: Document | ShadowRoot): Element | null;
|
|
|
2920
3097
|
// @public
|
|
2921
3098
|
export function getGetterPath<ModuleName extends XModuleName>(moduleName: ModuleName, getterName: keyof ExtractGetters<ModuleName>): string;
|
|
2922
3099
|
|
|
3100
|
+
// @internal
|
|
3101
|
+
export function getGettersProxy<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName): ExtractGetters<ModuleName>;
|
|
3102
|
+
|
|
3103
|
+
// @internal
|
|
3104
|
+
export function getGettersProxyFromModule<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName, storeModule: AnyXStoreModule): ExtractGetters<ModuleName>;
|
|
3105
|
+
|
|
2923
3106
|
// @public
|
|
2924
3107
|
export function getRootXComponent(component: ComponentPublicInstance | null): ComponentPublicInstance | undefined;
|
|
2925
3108
|
|
|
@@ -3089,6 +3272,7 @@ UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unk
|
|
|
3089
3272
|
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
3090
3273
|
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
3091
3274
|
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3275
|
+
UserSelectedAPage: (payload: number, metadata: WireMetadata) => unknown;
|
|
3092
3276
|
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3093
3277
|
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
3094
3278
|
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
@@ -3106,6 +3290,12 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
|
3106
3290
|
ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3107
3291
|
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3108
3292
|
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3293
|
+
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
3294
|
+
SelectedRelatedPromptChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3295
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
|
|
3296
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
|
|
3297
|
+
UserClickedARelatedPromptResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3298
|
+
UserClickedARelatedPromptAdd2Cart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3109
3299
|
}>>;
|
|
3110
3300
|
required: true;
|
|
3111
3301
|
};
|
|
@@ -3254,6 +3444,7 @@ UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unk
|
|
|
3254
3444
|
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
3255
3445
|
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
3256
3446
|
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3447
|
+
UserSelectedAPage: (payload: number, metadata: WireMetadata) => unknown;
|
|
3257
3448
|
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3258
3449
|
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
3259
3450
|
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
@@ -3271,6 +3462,12 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
|
3271
3462
|
ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3272
3463
|
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3273
3464
|
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3465
|
+
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
3466
|
+
SelectedRelatedPromptChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3467
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
|
|
3468
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
|
|
3469
|
+
UserClickedARelatedPromptResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3470
|
+
UserClickedARelatedPromptAdd2Cart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3274
3471
|
}>>;
|
|
3275
3472
|
required: true;
|
|
3276
3473
|
};
|
|
@@ -3305,7 +3502,7 @@ filter: {
|
|
|
3305
3502
|
type: PropType<HierarchicalFilter_2>;
|
|
3306
3503
|
required: true;
|
|
3307
3504
|
};
|
|
3308
|
-
childrenAnimation:
|
|
3505
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3309
3506
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3310
3507
|
cssClasses: {
|
|
3311
3508
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3457,6 +3654,7 @@ UserClickedARedirection?: Redirection_2 | undefined;
|
|
|
3457
3654
|
UserClickedAPromoted?: Promoted_2 | undefined;
|
|
3458
3655
|
UserClickedABanner?: Banner_2 | undefined;
|
|
3459
3656
|
UserClickedAbortARedirection?: void | undefined;
|
|
3657
|
+
UserSelectedAPage?: number | undefined;
|
|
3460
3658
|
SemanticQueryRequestUpdated?: SemanticQueriesRequest | null | undefined;
|
|
3461
3659
|
SemanticQueriesResponseChanged?: SemanticQuery_2[] | undefined;
|
|
3462
3660
|
UserSelectedASemanticQuery?: SemanticQuery_2 | undefined;
|
|
@@ -3474,6 +3672,12 @@ ParamsLoadedFromUrl?: UrlParams | undefined;
|
|
|
3474
3672
|
ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
|
|
3475
3673
|
PushableUrlStateUpdated?: UrlParams | undefined;
|
|
3476
3674
|
ReplaceableUrlStateUpdated?: UrlParams | undefined;
|
|
3675
|
+
RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
|
|
3676
|
+
SelectedRelatedPromptChanged?: number | undefined;
|
|
3677
|
+
UserSelectedARelatedPrompt?: number | undefined;
|
|
3678
|
+
UserSelectedARelatedPromptQuery?: number | undefined;
|
|
3679
|
+
UserClickedARelatedPromptResult?: Result | undefined;
|
|
3680
|
+
UserClickedARelatedPromptAdd2Cart?: Result | undefined;
|
|
3477
3681
|
}>;
|
|
3478
3682
|
innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
|
|
3479
3683
|
renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
|
|
@@ -3483,7 +3687,7 @@ filter: {
|
|
|
3483
3687
|
type: PropType<HierarchicalFilter_2>;
|
|
3484
3688
|
required: true;
|
|
3485
3689
|
};
|
|
3486
|
-
childrenAnimation:
|
|
3690
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3487
3691
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3488
3692
|
cssClasses: {
|
|
3489
3693
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3645,8 +3849,6 @@ export interface HistoryQueriesMutations extends QueryMutations, ConfigMutations
|
|
|
3645
3849
|
setSessionTimeStamp(timeStamp: number): void;
|
|
3646
3850
|
}
|
|
3647
3851
|
|
|
3648
|
-
// Warning: (ae-forgotten-export) The symbol "QueryState" needs to be exported by the entry point index.d.ts
|
|
3649
|
-
//
|
|
3650
3852
|
// @public
|
|
3651
3853
|
export interface HistoryQueriesState extends QueryState {
|
|
3652
3854
|
config: HistoryQueriesConfig;
|
|
@@ -3788,7 +3990,7 @@ required: true;
|
|
|
3788
3990
|
// @public
|
|
3789
3991
|
export const IdentifierResults: DefineComponent< {
|
|
3790
3992
|
animation: {
|
|
3791
|
-
type:
|
|
3993
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3792
3994
|
default: string;
|
|
3793
3995
|
};
|
|
3794
3996
|
maxItemsToRender: NumberConstructor;
|
|
@@ -3797,12 +3999,12 @@ identifierResults: ComputedRef<any>;
|
|
|
3797
3999
|
identifierResultsToRender: ComputedRef<Result[]>;
|
|
3798
4000
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3799
4001
|
animation: {
|
|
3800
|
-
type:
|
|
4002
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3801
4003
|
default: string;
|
|
3802
4004
|
};
|
|
3803
4005
|
maxItemsToRender: NumberConstructor;
|
|
3804
4006
|
}>>, {
|
|
3805
|
-
animation: string |
|
|
4007
|
+
animation: string | Function | Record<string, any>;
|
|
3806
4008
|
}, {}>;
|
|
3807
4009
|
|
|
3808
4010
|
// @public
|
|
@@ -3939,8 +4141,8 @@ export type InputStatus = 'initial' | 'typing' | 'filled' | 'focused' | 'empty';
|
|
|
3939
4141
|
export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
|
|
3940
4142
|
api?: API | false;
|
|
3941
4143
|
bus?: XBus<XEventsTypes, WireMetadata>;
|
|
3942
|
-
domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
|
|
3943
|
-
installExtraPlugins?(options: ExtraPluginsOptions): void
|
|
4144
|
+
domElement?: Element | ShadowRoot | string | ((snippetConfig: NormalisedSnippetConfig) => Element | ShadowRoot | string);
|
|
4145
|
+
installExtraPlugins?(options: ExtraPluginsOptions): void | Promise<void>;
|
|
3944
4146
|
onCreateApp?: (app: App_2) => void;
|
|
3945
4147
|
plugin?: Plugin_2<XPluginOptions>;
|
|
3946
4148
|
rootComponent?: Component;
|
|
@@ -3993,7 +4195,7 @@ export function isXComponent(component: ComponentPublicInstance): boolean;
|
|
|
3993
4195
|
// @public
|
|
3994
4196
|
export const ItemsList: DefineComponent< {
|
|
3995
4197
|
animation: {
|
|
3996
|
-
type:
|
|
4198
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3997
4199
|
default: string;
|
|
3998
4200
|
};
|
|
3999
4201
|
items: {
|
|
@@ -4011,7 +4213,7 @@ modelName: string;
|
|
|
4011
4213
|
}[]>;
|
|
4012
4214
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4013
4215
|
animation: {
|
|
4014
|
-
type:
|
|
4216
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4015
4217
|
default: string;
|
|
4016
4218
|
};
|
|
4017
4219
|
items: {
|
|
@@ -4020,7 +4222,7 @@ required: true;
|
|
|
4020
4222
|
};
|
|
4021
4223
|
itemClass: StringConstructor;
|
|
4022
4224
|
}>>, {
|
|
4023
|
-
animation: string |
|
|
4225
|
+
animation: string | Function | Record<string, any>;
|
|
4024
4226
|
}, {}>;
|
|
4025
4227
|
|
|
4026
4228
|
export { LightBulbOff }
|
|
@@ -4069,7 +4271,7 @@ export type Machine<SomeStatus extends string, SomeEvent extends string> = {
|
|
|
4069
4271
|
// @public
|
|
4070
4272
|
export const MainModal: DefineComponent< {
|
|
4071
4273
|
animation: {
|
|
4072
|
-
type:
|
|
4274
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4073
4275
|
};
|
|
4074
4276
|
closeEvents: {
|
|
4075
4277
|
type: PropType<(keyof XEventsTypes)[]>;
|
|
@@ -4089,7 +4291,7 @@ default: string;
|
|
|
4089
4291
|
};
|
|
4090
4292
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4091
4293
|
animation: {
|
|
4092
|
-
type:
|
|
4294
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4093
4295
|
};
|
|
4094
4296
|
closeEvents: {
|
|
4095
4297
|
type: PropType<(keyof XEventsTypes)[]>;
|
|
@@ -4194,6 +4396,11 @@ export type MaybeArray<Something> = Something | Array<Something>;
|
|
|
4194
4396
|
|
|
4195
4397
|
export { MenuIcon }
|
|
4196
4398
|
|
|
4399
|
+
// @public
|
|
4400
|
+
export function mergeConfig<T extends {
|
|
4401
|
+
config: T['config'];
|
|
4402
|
+
}>(state: T, config: Partial<T['config']>): void;
|
|
4403
|
+
|
|
4197
4404
|
export { MinusIcon }
|
|
4198
4405
|
|
|
4199
4406
|
export { MinusTinyIcon }
|
|
@@ -4204,18 +4411,18 @@ export type MonadicFunction = (someParam: any) => any;
|
|
|
4204
4411
|
// @public @deprecated
|
|
4205
4412
|
export const MultiColumnMaxWidthLayout: DefineComponent< {
|
|
4206
4413
|
asideAnimation: {
|
|
4207
|
-
type:
|
|
4208
|
-
default: () => DefineComponent< {}, {},
|
|
4414
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4415
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
4209
4416
|
};
|
|
4210
4417
|
devMode: BooleanConstructor;
|
|
4211
4418
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4212
4419
|
asideAnimation: {
|
|
4213
|
-
type:
|
|
4214
|
-
default: () => DefineComponent< {}, {},
|
|
4420
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4421
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
4215
4422
|
};
|
|
4216
4423
|
devMode: BooleanConstructor;
|
|
4217
4424
|
}>>, {
|
|
4218
|
-
asideAnimation: string |
|
|
4425
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
4219
4426
|
devMode: boolean;
|
|
4220
4427
|
}, {}>;
|
|
4221
4428
|
|
|
@@ -4239,7 +4446,7 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
|
|
|
4239
4446
|
// @public
|
|
4240
4447
|
export const MyHistory: DefineComponent< {
|
|
4241
4448
|
animation: {
|
|
4242
|
-
type:
|
|
4449
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4243
4450
|
default: string;
|
|
4244
4451
|
};
|
|
4245
4452
|
locale: {
|
|
@@ -4254,7 +4461,7 @@ historyQueries: ComputedRef<any>;
|
|
|
4254
4461
|
formatTime: (timestamp: number) => string;
|
|
4255
4462
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4256
4463
|
animation: {
|
|
4257
|
-
type:
|
|
4464
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4258
4465
|
default: string;
|
|
4259
4466
|
};
|
|
4260
4467
|
locale: {
|
|
@@ -4263,7 +4470,7 @@ default: string;
|
|
|
4263
4470
|
};
|
|
4264
4471
|
queriesListClass: StringConstructor;
|
|
4265
4472
|
}>>, {
|
|
4266
|
-
animation: string |
|
|
4473
|
+
animation: string | Function | Record<string, any>;
|
|
4267
4474
|
locale: string;
|
|
4268
4475
|
}, {}>;
|
|
4269
4476
|
|
|
@@ -4391,10 +4598,18 @@ export interface NextQueriesGetters {
|
|
|
4391
4598
|
request: NextQueriesRequest | null;
|
|
4392
4599
|
}
|
|
4393
4600
|
|
|
4601
|
+
// @public
|
|
4602
|
+
export interface NextQueriesGroup extends ListItem {
|
|
4603
|
+
// (undocumented)
|
|
4604
|
+
modelName: 'NextQueriesGroup';
|
|
4605
|
+
// (undocumented)
|
|
4606
|
+
nextQueries: NextQuery_2[];
|
|
4607
|
+
}
|
|
4608
|
+
|
|
4394
4609
|
// @public
|
|
4395
4610
|
export const NextQueriesList: DefineComponent< {
|
|
4396
4611
|
animation: {
|
|
4397
|
-
type:
|
|
4612
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4398
4613
|
default: string;
|
|
4399
4614
|
};
|
|
4400
4615
|
offset: {
|
|
@@ -4418,7 +4633,7 @@ default: boolean;
|
|
|
4418
4633
|
[key: string]: any;
|
|
4419
4634
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4420
4635
|
animation: {
|
|
4421
|
-
type:
|
|
4636
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4422
4637
|
default: string;
|
|
4423
4638
|
};
|
|
4424
4639
|
offset: {
|
|
@@ -4439,7 +4654,7 @@ type: BooleanConstructor;
|
|
|
4439
4654
|
default: boolean;
|
|
4440
4655
|
};
|
|
4441
4656
|
}>>, {
|
|
4442
|
-
animation: string |
|
|
4657
|
+
animation: string | Function | Record<string, any>;
|
|
4443
4658
|
offset: number;
|
|
4444
4659
|
frequency: number;
|
|
4445
4660
|
maxNextQueriesPerGroup: number;
|
|
@@ -4658,6 +4873,76 @@ type: PropType<Partial<XEventsTypes>>;
|
|
|
4658
4873
|
buttonClasses: VueCSSClasses;
|
|
4659
4874
|
}, {}>;
|
|
4660
4875
|
|
|
4876
|
+
// @public
|
|
4877
|
+
export const PageSelector: DefineComponent< {
|
|
4878
|
+
buttonClasses: {
|
|
4879
|
+
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
4880
|
+
default: () => never[];
|
|
4881
|
+
};
|
|
4882
|
+
currentPage: {
|
|
4883
|
+
type: NumberConstructor;
|
|
4884
|
+
required: true;
|
|
4885
|
+
};
|
|
4886
|
+
hiddenPage: {
|
|
4887
|
+
type: StringConstructor;
|
|
4888
|
+
default: string;
|
|
4889
|
+
};
|
|
4890
|
+
itemClasses: {
|
|
4891
|
+
type: PropType<(isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[]>;
|
|
4892
|
+
default: () => never[];
|
|
4893
|
+
};
|
|
4894
|
+
range: {
|
|
4895
|
+
type: NumberConstructor;
|
|
4896
|
+
default: number;
|
|
4897
|
+
};
|
|
4898
|
+
scrollTarget: {
|
|
4899
|
+
type: StringConstructor;
|
|
4900
|
+
default: string;
|
|
4901
|
+
};
|
|
4902
|
+
totalPages: {
|
|
4903
|
+
type: NumberConstructor;
|
|
4904
|
+
required: true;
|
|
4905
|
+
};
|
|
4906
|
+
}, {
|
|
4907
|
+
visiblePages: ComputedRef<PageItem[]>;
|
|
4908
|
+
selectPage: (page: number | string) => void;
|
|
4909
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4910
|
+
buttonClasses: {
|
|
4911
|
+
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
4912
|
+
default: () => never[];
|
|
4913
|
+
};
|
|
4914
|
+
currentPage: {
|
|
4915
|
+
type: NumberConstructor;
|
|
4916
|
+
required: true;
|
|
4917
|
+
};
|
|
4918
|
+
hiddenPage: {
|
|
4919
|
+
type: StringConstructor;
|
|
4920
|
+
default: string;
|
|
4921
|
+
};
|
|
4922
|
+
itemClasses: {
|
|
4923
|
+
type: PropType<(isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[]>;
|
|
4924
|
+
default: () => never[];
|
|
4925
|
+
};
|
|
4926
|
+
range: {
|
|
4927
|
+
type: NumberConstructor;
|
|
4928
|
+
default: number;
|
|
4929
|
+
};
|
|
4930
|
+
scrollTarget: {
|
|
4931
|
+
type: StringConstructor;
|
|
4932
|
+
default: string;
|
|
4933
|
+
};
|
|
4934
|
+
totalPages: {
|
|
4935
|
+
type: NumberConstructor;
|
|
4936
|
+
required: true;
|
|
4937
|
+
};
|
|
4938
|
+
}>>, {
|
|
4939
|
+
buttonClasses: (string | Dictionary<boolean>)[];
|
|
4940
|
+
hiddenPage: string;
|
|
4941
|
+
itemClasses: (isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
|
|
4942
|
+
range: number;
|
|
4943
|
+
scrollTarget: string;
|
|
4944
|
+
}, {}>;
|
|
4945
|
+
|
|
4661
4946
|
// @public
|
|
4662
4947
|
export type Pair<Type> = [Type, Type];
|
|
4663
4948
|
|
|
@@ -4680,7 +4965,7 @@ required: true;
|
|
|
4680
4965
|
// @public
|
|
4681
4966
|
export const PartialResultsList: DefineComponent< {
|
|
4682
4967
|
animation: {
|
|
4683
|
-
type:
|
|
4968
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4684
4969
|
default: string;
|
|
4685
4970
|
};
|
|
4686
4971
|
maxItemsToRender: {
|
|
@@ -4691,7 +4976,7 @@ default: number;
|
|
|
4691
4976
|
partialResults: ComputedRef<PartialResult[]>;
|
|
4692
4977
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4693
4978
|
animation: {
|
|
4694
|
-
type:
|
|
4979
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4695
4980
|
default: string;
|
|
4696
4981
|
};
|
|
4697
4982
|
maxItemsToRender: {
|
|
@@ -4699,7 +4984,7 @@ type: NumberConstructor;
|
|
|
4699
4984
|
default: number;
|
|
4700
4985
|
};
|
|
4701
4986
|
}>>, {
|
|
4702
|
-
animation: string |
|
|
4987
|
+
animation: string | Function | Record<string, any>;
|
|
4703
4988
|
maxItemsToRender: number;
|
|
4704
4989
|
}, {}>;
|
|
4705
4990
|
|
|
@@ -4709,13 +4994,6 @@ export type PayloadFactoryData<Payload> = RootStoreStateAndGetters & {
|
|
|
4709
4994
|
metadata: WireMetadata;
|
|
4710
4995
|
};
|
|
4711
4996
|
|
|
4712
|
-
// @public
|
|
4713
|
-
export interface PDPAddToCartService {
|
|
4714
|
-
moveToSessionStorage(id?: string): void;
|
|
4715
|
-
storeResultClicked(result: Result): void;
|
|
4716
|
-
trackAddToCart(id?: string): void;
|
|
4717
|
-
}
|
|
4718
|
-
|
|
4719
4997
|
export { PlusIcon }
|
|
4720
4998
|
|
|
4721
4999
|
export { PlusTinyIcon }
|
|
@@ -4881,18 +5159,18 @@ titleClass: StringConstructor;
|
|
|
4881
5159
|
// @public
|
|
4882
5160
|
export const PromotedsList: DefineComponent< {
|
|
4883
5161
|
animation: {
|
|
4884
|
-
type:
|
|
5162
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4885
5163
|
default: string;
|
|
4886
5164
|
};
|
|
4887
5165
|
}, () => VNode<RendererNode, RendererElement, {
|
|
4888
5166
|
[key: string]: any;
|
|
4889
5167
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4890
5168
|
animation: {
|
|
4891
|
-
type:
|
|
5169
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4892
5170
|
default: string;
|
|
4893
5171
|
};
|
|
4894
5172
|
}>>, {
|
|
4895
|
-
animation: string |
|
|
5173
|
+
animation: string | Function | Record<string, any>;
|
|
4896
5174
|
}, {}>;
|
|
4897
5175
|
|
|
4898
5176
|
// @public
|
|
@@ -5019,7 +5297,12 @@ export const query: NextQueriesXStoreModule['getters']['query'];
|
|
|
5019
5297
|
export const QUERY_KEY: XInjectKey<string | undefined>;
|
|
5020
5298
|
|
|
5021
5299
|
// @public
|
|
5022
|
-
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics';
|
|
5300
|
+
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics' | 'related_prompts';
|
|
5301
|
+
|
|
5302
|
+
// @public
|
|
5303
|
+
export interface QueryMutations {
|
|
5304
|
+
setQuery(query: string): void;
|
|
5305
|
+
}
|
|
5023
5306
|
|
|
5024
5307
|
// @public
|
|
5025
5308
|
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
@@ -5144,7 +5427,7 @@ default: number;
|
|
|
5144
5427
|
};
|
|
5145
5428
|
persistInCache: BooleanConstructor;
|
|
5146
5429
|
animation: {
|
|
5147
|
-
type:
|
|
5430
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5148
5431
|
default: string;
|
|
5149
5432
|
};
|
|
5150
5433
|
}, {
|
|
@@ -5168,13 +5451,13 @@ default: number;
|
|
|
5168
5451
|
};
|
|
5169
5452
|
persistInCache: BooleanConstructor;
|
|
5170
5453
|
animation: {
|
|
5171
|
-
type:
|
|
5454
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5172
5455
|
default: string;
|
|
5173
5456
|
};
|
|
5174
5457
|
}>>, {
|
|
5175
5458
|
debounceTimeMs: number;
|
|
5176
5459
|
persistInCache: boolean;
|
|
5177
|
-
animation: string |
|
|
5460
|
+
animation: string | Function | Record<string, any>;
|
|
5178
5461
|
}, {}>;
|
|
5179
5462
|
|
|
5180
5463
|
// @public
|
|
@@ -5183,6 +5466,11 @@ export interface QueryPreviewStatusPayload {
|
|
|
5183
5466
|
status: RequestStatus;
|
|
5184
5467
|
}
|
|
5185
5468
|
|
|
5469
|
+
// @public
|
|
5470
|
+
export interface QueryState {
|
|
5471
|
+
query: string;
|
|
5472
|
+
}
|
|
5473
|
+
|
|
5186
5474
|
// @public
|
|
5187
5475
|
export const QuerySuggestion: DefineComponent< {
|
|
5188
5476
|
suggestion: {
|
|
@@ -5345,7 +5633,7 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
5345
5633
|
// @public
|
|
5346
5634
|
export const Recommendations: DefineComponent< {
|
|
5347
5635
|
animation: {
|
|
5348
|
-
type:
|
|
5636
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5349
5637
|
default: string;
|
|
5350
5638
|
};
|
|
5351
5639
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5353,12 +5641,12 @@ maxItemsToRender: NumberConstructor;
|
|
|
5353
5641
|
recommendations: ComputedRef<Result[]>;
|
|
5354
5642
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5355
5643
|
animation: {
|
|
5356
|
-
type:
|
|
5644
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5357
5645
|
default: string;
|
|
5358
5646
|
};
|
|
5359
5647
|
maxItemsToRender: NumberConstructor;
|
|
5360
5648
|
}>>, {
|
|
5361
|
-
animation: string |
|
|
5649
|
+
animation: string | Function | Record<string, any>;
|
|
5362
5650
|
}, {}>;
|
|
5363
5651
|
|
|
5364
5652
|
// @public
|
|
@@ -5481,6 +5769,254 @@ export const refreshSession: HistoryQueriesXStoreModule['actions']['refreshSessi
|
|
|
5481
5769
|
// @internal
|
|
5482
5770
|
export function registerStoreEmitters({ name, storeEmitters, storeModule }: AnyXModule, bus: XBus<XEventsTypes, WireMetadata>, store: Store<any>): void;
|
|
5483
5771
|
|
|
5772
|
+
// @public
|
|
5773
|
+
export const RelatedPrompt: DefineComponent< {
|
|
5774
|
+
relatedPrompt: {
|
|
5775
|
+
type: PropType<RelatedPrompt_2>;
|
|
5776
|
+
required: true;
|
|
5777
|
+
};
|
|
5778
|
+
selected: {
|
|
5779
|
+
type: BooleanConstructor;
|
|
5780
|
+
default: boolean;
|
|
5781
|
+
};
|
|
5782
|
+
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5783
|
+
relatedPrompt: {
|
|
5784
|
+
type: PropType<RelatedPrompt_2>;
|
|
5785
|
+
required: true;
|
|
5786
|
+
};
|
|
5787
|
+
selected: {
|
|
5788
|
+
type: BooleanConstructor;
|
|
5789
|
+
default: boolean;
|
|
5790
|
+
};
|
|
5791
|
+
}>>, {
|
|
5792
|
+
selected: boolean;
|
|
5793
|
+
}, {}>;
|
|
5794
|
+
|
|
5795
|
+
// @public
|
|
5796
|
+
export type RelatedPromptsActionContext = XActionContext<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
|
|
5797
|
+
|
|
5798
|
+
// @public
|
|
5799
|
+
export interface RelatedPromptsActions {
|
|
5800
|
+
cancelFetchAndSaveRelatedPrompts(): void;
|
|
5801
|
+
fetchAndSaveRelatedPrompts(request: RelatedPromptsRequest | null): void;
|
|
5802
|
+
fetchRelatedPrompts(request: RelatedPromptsRequest | null): RelatedPrompt_2[] | null;
|
|
5803
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
5804
|
+
}
|
|
5805
|
+
|
|
5806
|
+
// @public
|
|
5807
|
+
export interface RelatedPromptsGetters {
|
|
5808
|
+
query: string;
|
|
5809
|
+
request: RelatedPromptsRequest | null;
|
|
5810
|
+
}
|
|
5811
|
+
|
|
5812
|
+
// @public
|
|
5813
|
+
export const RelatedPromptsList: DefineComponent< {
|
|
5814
|
+
animation: {
|
|
5815
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5816
|
+
default: string;
|
|
5817
|
+
};
|
|
5818
|
+
offset: {
|
|
5819
|
+
type: NumberConstructor;
|
|
5820
|
+
default: number;
|
|
5821
|
+
};
|
|
5822
|
+
frequency: {
|
|
5823
|
+
type: NumberConstructor;
|
|
5824
|
+
default: number;
|
|
5825
|
+
};
|
|
5826
|
+
maxRelatedPromptsPerGroup: {
|
|
5827
|
+
type: NumberConstructor;
|
|
5828
|
+
default: number;
|
|
5829
|
+
};
|
|
5830
|
+
maxGroups: {
|
|
5831
|
+
type: NumberConstructor;
|
|
5832
|
+
default: undefined;
|
|
5833
|
+
};
|
|
5834
|
+
showOnlyAfterOffset: {
|
|
5835
|
+
type: BooleanConstructor;
|
|
5836
|
+
default: boolean;
|
|
5837
|
+
};
|
|
5838
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
5839
|
+
[key: string]: any;
|
|
5840
|
+
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5841
|
+
animation: {
|
|
5842
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5843
|
+
default: string;
|
|
5844
|
+
};
|
|
5845
|
+
offset: {
|
|
5846
|
+
type: NumberConstructor;
|
|
5847
|
+
default: number;
|
|
5848
|
+
};
|
|
5849
|
+
frequency: {
|
|
5850
|
+
type: NumberConstructor;
|
|
5851
|
+
default: number;
|
|
5852
|
+
};
|
|
5853
|
+
maxRelatedPromptsPerGroup: {
|
|
5854
|
+
type: NumberConstructor;
|
|
5855
|
+
default: number;
|
|
5856
|
+
};
|
|
5857
|
+
maxGroups: {
|
|
5858
|
+
type: NumberConstructor;
|
|
5859
|
+
default: undefined;
|
|
5860
|
+
};
|
|
5861
|
+
showOnlyAfterOffset: {
|
|
5862
|
+
type: BooleanConstructor;
|
|
5863
|
+
default: boolean;
|
|
5864
|
+
};
|
|
5865
|
+
}>>, {
|
|
5866
|
+
animation: string | Function | Record<string, any>;
|
|
5867
|
+
offset: number;
|
|
5868
|
+
frequency: number;
|
|
5869
|
+
maxRelatedPromptsPerGroup: number;
|
|
5870
|
+
maxGroups: number;
|
|
5871
|
+
showOnlyAfterOffset: boolean;
|
|
5872
|
+
}, {}>;
|
|
5873
|
+
|
|
5874
|
+
// @public
|
|
5875
|
+
export interface RelatedPromptsMutations extends StatusMutations, QueryMutations {
|
|
5876
|
+
resetRelatedPromptsState(): void;
|
|
5877
|
+
resetSelectedPrompt(): void;
|
|
5878
|
+
setParams(params: Dictionary<unknown>): void;
|
|
5879
|
+
setRelatedPromptsProducts(products: RelatedPrompt_2[]): void;
|
|
5880
|
+
setRelatedPromptsRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
5881
|
+
setSelectedPrompt(index: number): void;
|
|
5882
|
+
setSelectedQuery(index: number): void;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
// @public
|
|
5886
|
+
export interface RelatedPromptsState extends StatusState, QueryState {
|
|
5887
|
+
params: Dictionary<unknown>;
|
|
5888
|
+
relatedPrompts: RelatedPrompt_2[];
|
|
5889
|
+
relatedTags: RelatedTag_2[];
|
|
5890
|
+
selectedPrompt: number;
|
|
5891
|
+
selectedQuery: number;
|
|
5892
|
+
}
|
|
5893
|
+
|
|
5894
|
+
// @internal
|
|
5895
|
+
export const relatedPromptsStoreEmitters: {
|
|
5896
|
+
RelatedPromptsRequestUpdated: (_: RelatedPromptsState, getters: Returns<GettersTree<RelatedPromptsState, RelatedPromptsGetters>>) => RelatedPromptsRequest | null;
|
|
5897
|
+
SelectedRelatedPromptChanged: (state: RelatedPromptsState) => number;
|
|
5898
|
+
};
|
|
5899
|
+
|
|
5900
|
+
// @public
|
|
5901
|
+
export const RelatedPromptsTagList: DefineComponent< {
|
|
5902
|
+
buttonClass: StringConstructor;
|
|
5903
|
+
showButtons: {
|
|
5904
|
+
type: BooleanConstructor;
|
|
5905
|
+
default: boolean;
|
|
5906
|
+
};
|
|
5907
|
+
scrollContainerClass: StringConstructor;
|
|
5908
|
+
tagClass: StringConstructor;
|
|
5909
|
+
tagColors: PropType<string[]>;
|
|
5910
|
+
animationDurationInMs: {
|
|
5911
|
+
type: NumberConstructor;
|
|
5912
|
+
default: number;
|
|
5913
|
+
};
|
|
5914
|
+
}, {
|
|
5915
|
+
onSelect: (selectedIndex: number) => void;
|
|
5916
|
+
onBeforeEnter: (el: Element) => void;
|
|
5917
|
+
onEnter: (el: Element, done: () => void) => void;
|
|
5918
|
+
onLeave: (el: Element, done: () => void) => void;
|
|
5919
|
+
selectedPromptIndex: ComputedRef<number>;
|
|
5920
|
+
visibleRelatedPrompts: ComputedRef<{
|
|
5921
|
+
index: number;
|
|
5922
|
+
relatedPromptNextQueries?: RelatedPromptNextQuery[] | undefined;
|
|
5923
|
+
nextQueries: string[];
|
|
5924
|
+
suggestionText: string;
|
|
5925
|
+
type: string;
|
|
5926
|
+
toolingDisplayTagging?: TaggingRequest | undefined;
|
|
5927
|
+
tagging?: {
|
|
5928
|
+
toolingDisplayTagging?: TaggingRequest | undefined;
|
|
5929
|
+
toolingDisplayClickTagging?: TaggingRequest | undefined;
|
|
5930
|
+
nextQueriesTagging?: RelatedPromptNextQuery[] | undefined;
|
|
5931
|
+
} | undefined;
|
|
5932
|
+
modelName: "RelatedPrompt";
|
|
5933
|
+
}[]>;
|
|
5934
|
+
listItems: Ref<HTMLElement[]>;
|
|
5935
|
+
isAnimating: Ref<boolean>;
|
|
5936
|
+
x: UseAliasAPI & {
|
|
5937
|
+
on: <Event_1 extends keyof XEventsTypes, Metadata extends boolean>(event: Event_1, withMetadata: Metadata) => {
|
|
5938
|
+
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes, Event_1>, WireMetadata> : EventPayload<XEventsTypes, Event_1>) => void) => void;
|
|
5939
|
+
};
|
|
5940
|
+
emit: <Event_2 extends keyof XEventsTypes>(event: Event_2, payload?: XEventPayload<Event_2> | undefined, metadata?: Omit<WireMetadata, "moduleName">) => Promise<EmittedData<XEventsTypes, Event_2, WireMetadata>>;
|
|
5941
|
+
};
|
|
5942
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5943
|
+
buttonClass: StringConstructor;
|
|
5944
|
+
showButtons: {
|
|
5945
|
+
type: BooleanConstructor;
|
|
5946
|
+
default: boolean;
|
|
5947
|
+
};
|
|
5948
|
+
scrollContainerClass: StringConstructor;
|
|
5949
|
+
tagClass: StringConstructor;
|
|
5950
|
+
tagColors: PropType<string[]>;
|
|
5951
|
+
animationDurationInMs: {
|
|
5952
|
+
type: NumberConstructor;
|
|
5953
|
+
default: number;
|
|
5954
|
+
};
|
|
5955
|
+
}>>, {
|
|
5956
|
+
showButtons: boolean;
|
|
5957
|
+
animationDurationInMs: number;
|
|
5958
|
+
}, {}>;
|
|
5959
|
+
|
|
5960
|
+
// @internal
|
|
5961
|
+
export const relatedPromptsWiring: {
|
|
5962
|
+
ParamsLoadedFromUrl: {
|
|
5963
|
+
setUrlParams: Wire<UrlParams>;
|
|
5964
|
+
};
|
|
5965
|
+
ExtraParamsChanged: {
|
|
5966
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
5967
|
+
};
|
|
5968
|
+
UserAcceptedAQuery: {
|
|
5969
|
+
setRelatedPromptsQuery: Wire<string>;
|
|
5970
|
+
resetRelatedPrompt: AnyWire;
|
|
5971
|
+
};
|
|
5972
|
+
UserAcceptedAQueryPreview: {
|
|
5973
|
+
setRelatedPromptsQueryFromPreview: AnyWire;
|
|
5974
|
+
resetRelatedPrompt: AnyWire;
|
|
5975
|
+
};
|
|
5976
|
+
UserClearedQuery: {
|
|
5977
|
+
cancelFetchAndSaveRelatedPrompts: AnyWire;
|
|
5978
|
+
resetRelatedPromptsState: AnyWire;
|
|
5979
|
+
setRelatedPromptsQuery: Wire<string>;
|
|
5980
|
+
};
|
|
5981
|
+
RelatedPromptsRequestUpdated: {
|
|
5982
|
+
fetchAndSaveRelatedPrompts: Wire<RelatedPromptsRequest | null>;
|
|
5983
|
+
};
|
|
5984
|
+
UserSelectedARelatedPrompt: {
|
|
5985
|
+
setRelatedPrompt: Wire<number>;
|
|
5986
|
+
};
|
|
5987
|
+
UserSelectedARelatedPromptQuery: {
|
|
5988
|
+
setRelatedPromptQuery: Wire<number>;
|
|
5989
|
+
};
|
|
5990
|
+
SearchRequestChanged: {
|
|
5991
|
+
resetRelatedPrompt: Wire<any>;
|
|
5992
|
+
};
|
|
5993
|
+
SelectedRelatedTagsChanged: {
|
|
5994
|
+
setRelatedPromptsRelatedTags: Wire<RelatedTag_2[]>;
|
|
5995
|
+
};
|
|
5996
|
+
};
|
|
5997
|
+
|
|
5998
|
+
// @public
|
|
5999
|
+
export interface RelatedPromptsXEvents {
|
|
6000
|
+
RelatedPromptsRequestUpdated: RelatedPromptsRequest | null;
|
|
6001
|
+
SelectedRelatedPromptChanged: number;
|
|
6002
|
+
UserClickedARelatedPromptAdd2Cart: Result;
|
|
6003
|
+
UserClickedARelatedPromptResult: Result;
|
|
6004
|
+
UserSelectedARelatedPrompt: number;
|
|
6005
|
+
UserSelectedARelatedPromptQuery: number;
|
|
6006
|
+
}
|
|
6007
|
+
|
|
6008
|
+
// @public
|
|
6009
|
+
export type RelatedPromptsXModule = XModule<RelatedPromptsXStoreModule>;
|
|
6010
|
+
|
|
6011
|
+
// @public
|
|
6012
|
+
export const relatedPromptsXModule: RelatedPromptsXModule;
|
|
6013
|
+
|
|
6014
|
+
// @public
|
|
6015
|
+
export type RelatedPromptsXStoreModule = XStoreModule<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
|
|
6016
|
+
|
|
6017
|
+
// @internal
|
|
6018
|
+
export const relatedPromptsXStoreModule: RelatedPromptsXStoreModule;
|
|
6019
|
+
|
|
5484
6020
|
// @public
|
|
5485
6021
|
export const RelatedTag: DefineComponent< {
|
|
5486
6022
|
highlightCurated: {
|
|
@@ -5513,7 +6049,7 @@ highlightCurated: boolean;
|
|
|
5513
6049
|
// @public
|
|
5514
6050
|
export const RelatedTags: DefineComponent< {
|
|
5515
6051
|
animation: {
|
|
5516
|
-
type:
|
|
6052
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5517
6053
|
default: string;
|
|
5518
6054
|
};
|
|
5519
6055
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5526,7 +6062,7 @@ itemClass: StringConstructor;
|
|
|
5526
6062
|
relatedTags: ComputedRef<RelatedTag_2[]>;
|
|
5527
6063
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5528
6064
|
animation: {
|
|
5529
|
-
type:
|
|
6065
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5530
6066
|
default: string;
|
|
5531
6067
|
};
|
|
5532
6068
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5536,7 +6072,7 @@ default: boolean;
|
|
|
5536
6072
|
};
|
|
5537
6073
|
itemClass: StringConstructor;
|
|
5538
6074
|
}>>, {
|
|
5539
|
-
animation: string |
|
|
6075
|
+
animation: string | Function | Record<string, any>;
|
|
5540
6076
|
highlightCurated: boolean;
|
|
5541
6077
|
}, {}>;
|
|
5542
6078
|
|
|
@@ -5788,13 +6324,14 @@ export function resettableState(): {
|
|
|
5788
6324
|
url: string;
|
|
5789
6325
|
params: {};
|
|
5790
6326
|
};
|
|
6327
|
+
stats: Stats;
|
|
5791
6328
|
};
|
|
5792
6329
|
|
|
5793
6330
|
// @internal
|
|
5794
6331
|
export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
|
|
5795
6332
|
|
|
5796
6333
|
// @public
|
|
5797
|
-
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result';
|
|
6334
|
+
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts';
|
|
5798
6335
|
|
|
5799
6336
|
// @public
|
|
5800
6337
|
export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
@@ -5802,20 +6339,20 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
|
5802
6339
|
// @public
|
|
5803
6340
|
export const ResultsList: DefineComponent< {
|
|
5804
6341
|
animation: {
|
|
5805
|
-
type:
|
|
6342
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5806
6343
|
default: string;
|
|
5807
6344
|
};
|
|
5808
6345
|
}, () => VNode<RendererNode, RendererElement, {
|
|
5809
6346
|
[key: string]: any;
|
|
5810
6347
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "UserReachedResultsListEnd"[], "UserReachedResultsListEnd", PublicProps, Readonly<ExtractPropTypes< {
|
|
5811
6348
|
animation: {
|
|
5812
|
-
type:
|
|
6349
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5813
6350
|
default: string;
|
|
5814
6351
|
};
|
|
5815
6352
|
}>> & {
|
|
5816
6353
|
onUserReachedResultsListEnd?: ((...args: any[]) => any) | undefined;
|
|
5817
6354
|
}, {
|
|
5818
|
-
animation: string |
|
|
6355
|
+
animation: string | Function | Record<string, any>;
|
|
5819
6356
|
}, {}>;
|
|
5820
6357
|
|
|
5821
6358
|
// @public
|
|
@@ -5973,8 +6510,8 @@ export interface ScrollStatePayload extends Identifiable<string> {
|
|
|
5973
6510
|
// @public
|
|
5974
6511
|
export const ScrollToTop: DefineComponent< {
|
|
5975
6512
|
animation: {
|
|
5976
|
-
type:
|
|
5977
|
-
default: () => DefineComponent< {}, {},
|
|
6513
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6514
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
5978
6515
|
};
|
|
5979
6516
|
thresholdPx: NumberConstructor;
|
|
5980
6517
|
scrollId: {
|
|
@@ -5986,8 +6523,8 @@ events: ComputedRef<Partial<XEventsTypes>>;
|
|
|
5986
6523
|
isVisible: ComputedRef<any>;
|
|
5987
6524
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5988
6525
|
animation: {
|
|
5989
|
-
type:
|
|
5990
|
-
default: () => DefineComponent< {}, {},
|
|
6526
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6527
|
+
default: () => DefineComponent< {}, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
5991
6528
|
};
|
|
5992
6529
|
thresholdPx: NumberConstructor;
|
|
5993
6530
|
scrollId: {
|
|
@@ -5995,7 +6532,7 @@ type: StringConstructor;
|
|
|
5995
6532
|
default: string;
|
|
5996
6533
|
};
|
|
5997
6534
|
}>>, {
|
|
5998
|
-
animation: string |
|
|
6535
|
+
animation: string | Function | Record<string, any>;
|
|
5999
6536
|
scrollId: string;
|
|
6000
6537
|
}, {}>;
|
|
6001
6538
|
|
|
@@ -6178,6 +6715,10 @@ emitEvents: () => void;
|
|
|
6178
6715
|
|
|
6179
6716
|
// @public
|
|
6180
6717
|
export interface SearchConfig {
|
|
6718
|
+
// Warning: (ae-forgotten-export) The symbol "PageMode" needs to be exported by the entry point index.d.ts
|
|
6719
|
+
//
|
|
6720
|
+
// (undocumented)
|
|
6721
|
+
pageMode: PageMode;
|
|
6181
6722
|
pageSize: number;
|
|
6182
6723
|
}
|
|
6183
6724
|
|
|
@@ -6285,7 +6826,7 @@ type: PropType<string[]>;
|
|
|
6285
6826
|
required: true;
|
|
6286
6827
|
};
|
|
6287
6828
|
animation: {
|
|
6288
|
-
type:
|
|
6829
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6289
6830
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6290
6831
|
};
|
|
6291
6832
|
animationIntervalMs: {
|
|
@@ -6302,7 +6843,7 @@ type: PropType<string[]>;
|
|
|
6302
6843
|
required: true;
|
|
6303
6844
|
};
|
|
6304
6845
|
animation: {
|
|
6305
|
-
type:
|
|
6846
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6306
6847
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6307
6848
|
};
|
|
6308
6849
|
animationIntervalMs: {
|
|
@@ -6311,7 +6852,7 @@ default: number;
|
|
|
6311
6852
|
};
|
|
6312
6853
|
animateOnlyOnHover: BooleanConstructor;
|
|
6313
6854
|
}>>, {
|
|
6314
|
-
animation: string |
|
|
6855
|
+
animation: string | Function | Record<string, any>;
|
|
6315
6856
|
animationIntervalMs: number;
|
|
6316
6857
|
animateOnlyOnHover: boolean;
|
|
6317
6858
|
}, {}>;
|
|
@@ -6340,6 +6881,7 @@ export interface SearchMutations extends StatusMutations, QueryMutations, Config
|
|
|
6340
6881
|
// Warning: (ae-forgotten-export) The symbol "Sort" needs to be exported by the entry point index.d.ts
|
|
6341
6882
|
setSort(sort: Sort): void;
|
|
6342
6883
|
setSpellcheck(spellcheckedQuery: string): void;
|
|
6884
|
+
setStats(stats: Stats): void;
|
|
6343
6885
|
setTotalResults(totalResults: number): void;
|
|
6344
6886
|
updateResult(result: Partial<Result> & Pick<Result, 'id'>): void;
|
|
6345
6887
|
}
|
|
@@ -6371,6 +6913,7 @@ export interface SearchState extends StatusState, QueryState {
|
|
|
6371
6913
|
selectedFilters: Dictionary<Filter[]>;
|
|
6372
6914
|
sort: Sort;
|
|
6373
6915
|
spellcheckedQuery: string;
|
|
6916
|
+
stats: Stats;
|
|
6374
6917
|
totalResults: number;
|
|
6375
6918
|
}
|
|
6376
6919
|
|
|
@@ -6447,6 +6990,10 @@ export const searchWiring: {
|
|
|
6447
6990
|
UserSelectedAHistoryQuery: {
|
|
6448
6991
|
setSearchSelectedFiltersFromHistoryQuery: AnyWire;
|
|
6449
6992
|
};
|
|
6993
|
+
UserSelectedAPage: {
|
|
6994
|
+
setSearchPage: Wire<number>;
|
|
6995
|
+
resetAppending: AnyWire;
|
|
6996
|
+
};
|
|
6450
6997
|
};
|
|
6451
6998
|
|
|
6452
6999
|
// @public
|
|
@@ -6469,6 +7016,7 @@ export interface SearchXEvents {
|
|
|
6469
7016
|
UserClickedASort: Sort;
|
|
6470
7017
|
UserClickedPartialQuery: string;
|
|
6471
7018
|
UserReachedResultsListEnd: void;
|
|
7019
|
+
UserSelectedAPage: number;
|
|
6472
7020
|
}
|
|
6473
7021
|
|
|
6474
7022
|
// @public
|
|
@@ -6513,7 +7061,7 @@ export const SelectedFiltersList: DefineComponent< {
|
|
|
6513
7061
|
facetsIds: PropType<(string | number)[]>;
|
|
6514
7062
|
alwaysVisible: BooleanConstructor;
|
|
6515
7063
|
animation: {
|
|
6516
|
-
type:
|
|
7064
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6517
7065
|
default: string;
|
|
6518
7066
|
};
|
|
6519
7067
|
}, {
|
|
@@ -6524,12 +7072,12 @@ hasSlot: (name: string) => boolean;
|
|
|
6524
7072
|
facetsIds: PropType<(string | number)[]>;
|
|
6525
7073
|
alwaysVisible: BooleanConstructor;
|
|
6526
7074
|
animation: {
|
|
6527
|
-
type:
|
|
7075
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6528
7076
|
default: string;
|
|
6529
7077
|
};
|
|
6530
7078
|
}>>, {
|
|
6531
7079
|
alwaysVisible: boolean;
|
|
6532
|
-
animation: string |
|
|
7080
|
+
animation: string | Function | Record<string, any>;
|
|
6533
7081
|
}, {}>;
|
|
6534
7082
|
|
|
6535
7083
|
// @public
|
|
@@ -6562,6 +7110,7 @@ export const semanticQueriesEmitters: {
|
|
|
6562
7110
|
// @public
|
|
6563
7111
|
export interface SemanticQueriesGetters {
|
|
6564
7112
|
normalizedQuery: string;
|
|
7113
|
+
query: string;
|
|
6565
7114
|
request: SemanticQueriesRequest | null;
|
|
6566
7115
|
}
|
|
6567
7116
|
|
|
@@ -6569,6 +7118,7 @@ export interface SemanticQueriesGetters {
|
|
|
6569
7118
|
export interface SemanticQueriesMutations extends QueryMutations, ConfigMutations<SemanticQueriesState> {
|
|
6570
7119
|
setParams(params: Dictionary<unknown>): void;
|
|
6571
7120
|
setSemanticQueries(semanticQueries: SemanticQuery_2[]): void;
|
|
7121
|
+
setSemanticQueriesRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
6572
7122
|
setTotalResults(totalResults: number): void;
|
|
6573
7123
|
}
|
|
6574
7124
|
|
|
@@ -6576,6 +7126,7 @@ export interface SemanticQueriesMutations extends QueryMutations, ConfigMutation
|
|
|
6576
7126
|
export interface SemanticQueriesState extends QueryState {
|
|
6577
7127
|
config: SemanticQueriesConfig;
|
|
6578
7128
|
params: Dictionary<unknown>;
|
|
7129
|
+
relatedTags: RelatedTag_2[];
|
|
6579
7130
|
semanticQueries: SemanticQuery_2[];
|
|
6580
7131
|
totalResults: number;
|
|
6581
7132
|
}
|
|
@@ -6595,6 +7146,9 @@ export const semanticQueriesWiring: {
|
|
|
6595
7146
|
setQueryFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
|
|
6596
7147
|
setTotalResultsFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
|
|
6597
7148
|
};
|
|
7149
|
+
SelectedRelatedTagsChanged: {
|
|
7150
|
+
setSemanticQueriesRelatedTags: Wire<RelatedTag_2[]>;
|
|
7151
|
+
};
|
|
6598
7152
|
};
|
|
6599
7153
|
|
|
6600
7154
|
// @public
|
|
@@ -6637,6 +7191,11 @@ required: true;
|
|
|
6637
7191
|
// @public
|
|
6638
7192
|
export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
|
|
6639
7193
|
|
|
7194
|
+
// @public
|
|
7195
|
+
export function setConfig<T extends {
|
|
7196
|
+
config: T['config'];
|
|
7197
|
+
}>(state: T, config: T['config']): void;
|
|
7198
|
+
|
|
6640
7199
|
// @public
|
|
6641
7200
|
export const setConsent: Wire<boolean>;
|
|
6642
7201
|
|
|
@@ -6709,6 +7268,9 @@ export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
|
6709
7268
|
// @public
|
|
6710
7269
|
export const setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
6711
7270
|
|
|
7271
|
+
// @public
|
|
7272
|
+
export function setQuery(state: QueryState, query: string): void;
|
|
7273
|
+
|
|
6712
7274
|
// @public
|
|
6713
7275
|
export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
|
|
6714
7276
|
|
|
@@ -6858,6 +7420,9 @@ export const setUrlParamsFromPreview: AnyWire;
|
|
|
6858
7420
|
// @public
|
|
6859
7421
|
export const setUrlParamsWire: Wire<UrlParams>;
|
|
6860
7422
|
|
|
7423
|
+
// @public
|
|
7424
|
+
export const setUrlPrompt: Wire<number>;
|
|
7425
|
+
|
|
6861
7426
|
// @public
|
|
6862
7427
|
export const setUrlQuery: Wire<string>;
|
|
6863
7428
|
|
|
@@ -7033,6 +7598,7 @@ UserClickedARedirection?: Redirection_2 | undefined;
|
|
|
7033
7598
|
UserClickedAPromoted?: Promoted_2 | undefined;
|
|
7034
7599
|
UserClickedABanner?: Banner_2 | undefined;
|
|
7035
7600
|
UserClickedAbortARedirection?: void | undefined;
|
|
7601
|
+
UserSelectedAPage?: number | undefined;
|
|
7036
7602
|
SemanticQueryRequestUpdated?: SemanticQueriesRequest | null | undefined;
|
|
7037
7603
|
SemanticQueriesResponseChanged?: SemanticQuery_2[] | undefined;
|
|
7038
7604
|
UserSelectedASemanticQuery?: SemanticQuery_2 | undefined;
|
|
@@ -7050,6 +7616,12 @@ ParamsLoadedFromUrl?: UrlParams | undefined;
|
|
|
7050
7616
|
ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
|
|
7051
7617
|
PushableUrlStateUpdated?: UrlParams | undefined;
|
|
7052
7618
|
ReplaceableUrlStateUpdated?: UrlParams | undefined;
|
|
7619
|
+
RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
|
|
7620
|
+
SelectedRelatedPromptChanged?: number | undefined;
|
|
7621
|
+
UserSelectedARelatedPrompt?: number | undefined;
|
|
7622
|
+
UserSelectedARelatedPromptQuery?: number | undefined;
|
|
7623
|
+
UserClickedARelatedPromptResult?: Result | undefined;
|
|
7624
|
+
UserClickedARelatedPromptAdd2Cart?: Result | undefined;
|
|
7053
7625
|
}>;
|
|
7054
7626
|
innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
|
|
7055
7627
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -7085,18 +7657,18 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
|
|
|
7085
7657
|
// @public @deprecated
|
|
7086
7658
|
export const SingleColumnLayout: DefineComponent< {
|
|
7087
7659
|
asideAnimation: {
|
|
7088
|
-
type:
|
|
7660
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7089
7661
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7090
7662
|
};
|
|
7091
7663
|
devMode: BooleanConstructor;
|
|
7092
7664
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7093
7665
|
asideAnimation: {
|
|
7094
|
-
type:
|
|
7666
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7095
7667
|
default: () => DefineComponent< {}, {}, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7096
7668
|
};
|
|
7097
7669
|
devMode: BooleanConstructor;
|
|
7098
7670
|
}>>, {
|
|
7099
|
-
asideAnimation: string |
|
|
7671
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
7100
7672
|
devMode: boolean;
|
|
7101
7673
|
}, {}>;
|
|
7102
7674
|
|
|
@@ -7159,8 +7731,12 @@ resetOnContentChange: {
|
|
|
7159
7731
|
type: BooleanConstructor;
|
|
7160
7732
|
default: boolean;
|
|
7161
7733
|
};
|
|
7162
|
-
buttonClass:
|
|
7163
|
-
|
|
7734
|
+
buttonClass: {
|
|
7735
|
+
type: PropType<VueCSSClasses>;
|
|
7736
|
+
};
|
|
7737
|
+
scrollContainerClass: {
|
|
7738
|
+
type: PropType<VueCSSClasses>;
|
|
7739
|
+
};
|
|
7164
7740
|
}, {
|
|
7165
7741
|
cssClasses: ComputedRef< {
|
|
7166
7742
|
'x-sliding-panel-at-start': boolean;
|
|
@@ -7186,8 +7762,12 @@ resetOnContentChange: {
|
|
|
7186
7762
|
type: BooleanConstructor;
|
|
7187
7763
|
default: boolean;
|
|
7188
7764
|
};
|
|
7189
|
-
buttonClass:
|
|
7190
|
-
|
|
7765
|
+
buttonClass: {
|
|
7766
|
+
type: PropType<VueCSSClasses>;
|
|
7767
|
+
};
|
|
7768
|
+
scrollContainerClass: {
|
|
7769
|
+
type: PropType<VueCSSClasses>;
|
|
7770
|
+
};
|
|
7191
7771
|
}>>, {
|
|
7192
7772
|
scrollFactor: number;
|
|
7193
7773
|
showButtons: boolean;
|
|
@@ -7339,6 +7919,7 @@ UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unk
|
|
|
7339
7919
|
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
7340
7920
|
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
7341
7921
|
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
7922
|
+
UserSelectedAPage: (payload: number, metadata: WireMetadata) => unknown;
|
|
7342
7923
|
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
7343
7924
|
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
7344
7925
|
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
@@ -7356,6 +7937,12 @@ ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
|
7356
7937
|
ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
7357
7938
|
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
7358
7939
|
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
7940
|
+
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
7941
|
+
SelectedRelatedPromptChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
7942
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
|
|
7943
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
|
|
7944
|
+
UserClickedARelatedPromptResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
7945
|
+
UserClickedARelatedPromptAdd2Cart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
7359
7946
|
}>>;
|
|
7360
7947
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7361
7948
|
|
|
@@ -7411,7 +7998,7 @@ export const SortDropdown: Vue.DefineComponent<{
|
|
|
7411
7998
|
animation: Vue.PropType<string | typeof Vue>;
|
|
7412
7999
|
}, {
|
|
7413
8000
|
emitUserClickedASort: (sort: Sort) => void;
|
|
7414
|
-
rootRef: Vue.Ref<Vue.DefineComponent<{}, {},
|
|
8001
|
+
rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any, Vue.ComputedOptions, Vue.MethodOptions, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{}>>, {}, {}> | undefined>;
|
|
7415
8002
|
selectedSort: Vue.ComputedRef<any>;
|
|
7416
8003
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
7417
8004
|
items: {
|
|
@@ -7615,11 +8202,11 @@ export { TagFilledIcon }
|
|
|
7615
8202
|
|
|
7616
8203
|
// @public
|
|
7617
8204
|
export const Tagging: DefineComponent< {
|
|
7618
|
-
|
|
8205
|
+
storageTTLMs: {
|
|
7619
8206
|
type: NumberConstructor;
|
|
7620
8207
|
default: number;
|
|
7621
8208
|
};
|
|
7622
|
-
|
|
8209
|
+
storageKey: {
|
|
7623
8210
|
type: StringConstructor;
|
|
7624
8211
|
default: string;
|
|
7625
8212
|
};
|
|
@@ -7633,11 +8220,11 @@ type: BooleanConstructor;
|
|
|
7633
8220
|
default: null;
|
|
7634
8221
|
};
|
|
7635
8222
|
}, () => void, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7636
|
-
|
|
8223
|
+
storageTTLMs: {
|
|
7637
8224
|
type: NumberConstructor;
|
|
7638
8225
|
default: number;
|
|
7639
8226
|
};
|
|
7640
|
-
|
|
8227
|
+
storageKey: {
|
|
7641
8228
|
type: StringConstructor;
|
|
7642
8229
|
default: string;
|
|
7643
8230
|
};
|
|
@@ -7651,8 +8238,8 @@ type: BooleanConstructor;
|
|
|
7651
8238
|
default: null;
|
|
7652
8239
|
};
|
|
7653
8240
|
}>>, {
|
|
7654
|
-
|
|
7655
|
-
|
|
8241
|
+
storageTTLMs: number;
|
|
8242
|
+
storageKey: string;
|
|
7656
8243
|
queryTaggingDebounceMs: number;
|
|
7657
8244
|
consent: boolean;
|
|
7658
8245
|
}, {}>;
|
|
@@ -7664,10 +8251,10 @@ export interface TaggingActions {
|
|
|
7664
8251
|
|
|
7665
8252
|
// @public
|
|
7666
8253
|
export interface TaggingConfig {
|
|
7667
|
-
clickedResultStorageKey: string | null;
|
|
7668
|
-
clickedResultStorageTTLMs: number | null;
|
|
7669
8254
|
queryTaggingDebounceMs: number;
|
|
7670
8255
|
sessionTTLMs: number;
|
|
8256
|
+
storageKey: string | null;
|
|
8257
|
+
storageTTLMs: number | null;
|
|
7671
8258
|
}
|
|
7672
8259
|
|
|
7673
8260
|
// @internal
|
|
@@ -7732,6 +8319,7 @@ export const taggingWiring: {
|
|
|
7732
8319
|
UserClickedResultAddToCart: {
|
|
7733
8320
|
trackAddToCartWire: Wire<Taggable>;
|
|
7734
8321
|
trackResultClickedWire: Wire<Taggable>;
|
|
8322
|
+
storeAddToCartWire: Wire<Result>;
|
|
7735
8323
|
};
|
|
7736
8324
|
UserClickedPDPAddToCart: {
|
|
7737
8325
|
trackAddToCartFromSessionStorage: Wire<string | undefined>;
|
|
@@ -7749,6 +8337,15 @@ export const taggingWiring: {
|
|
|
7749
8337
|
ModuleRegistered: {
|
|
7750
8338
|
setNoResultsTaggingEnabledWire: Wire<keyof XModulesTree>;
|
|
7751
8339
|
};
|
|
8340
|
+
UserClickedARelatedPromptResult: {
|
|
8341
|
+
trackToolingDisplayClickedWire: Wire<Taggable>;
|
|
8342
|
+
};
|
|
8343
|
+
UserClickedARelatedPromptAdd2Cart: {
|
|
8344
|
+
trackToolingAdd2CartWire: Wire<Taggable>;
|
|
8345
|
+
};
|
|
8346
|
+
UserSelectedARelatedPrompt: {
|
|
8347
|
+
trackRelatedPromptToolingDisplayClickWire: Wire<any>;
|
|
8348
|
+
};
|
|
7752
8349
|
};
|
|
7753
8350
|
|
|
7754
8351
|
// @public
|
|
@@ -7838,9 +8435,18 @@ export const trackNoResultsQueryWithSemanticsWireDebounced: Wire<any>;
|
|
|
7838
8435
|
// @public
|
|
7839
8436
|
export const trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
7840
8437
|
|
|
8438
|
+
// @public
|
|
8439
|
+
export const trackRelatedPromptToolingDisplayClickWire: Wire<any>;
|
|
8440
|
+
|
|
7841
8441
|
// @public
|
|
7842
8442
|
export const trackResultClickedWire: Wire<Taggable>;
|
|
7843
8443
|
|
|
8444
|
+
// @public
|
|
8445
|
+
export const trackToolingAdd2CartWire: Wire<Taggable>;
|
|
8446
|
+
|
|
8447
|
+
// @public
|
|
8448
|
+
export const trackToolingDisplayClickedWire: Wire<Taggable>;
|
|
8449
|
+
|
|
7844
8450
|
// @internal
|
|
7845
8451
|
export type TransitionStates<SomeStatus extends string, SomeEvent extends string> = {
|
|
7846
8452
|
[Key in SomeStatus]: Partial<Record<SomeEvent, SomeStatus>>;
|
|
@@ -7854,6 +8460,18 @@ export { TrendingIcon }
|
|
|
7854
8460
|
|
|
7855
8461
|
export { TrendingTinyIcon }
|
|
7856
8462
|
|
|
8463
|
+
// Warning: (ae-forgotten-export) The symbol "TypingHTMLElement" needs to be exported by the entry point index.d.ts
|
|
8464
|
+
//
|
|
8465
|
+
// @public
|
|
8466
|
+
export const typing: Directive<TypingHTMLElement, TypingOptions>;
|
|
8467
|
+
|
|
8468
|
+
// @public
|
|
8469
|
+
export interface TypingOptions {
|
|
8470
|
+
speed?: number;
|
|
8471
|
+
targetAttr?: string;
|
|
8472
|
+
text: string;
|
|
8473
|
+
}
|
|
8474
|
+
|
|
7857
8475
|
// @public
|
|
7858
8476
|
export const updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
7859
8477
|
|
|
@@ -7899,6 +8517,7 @@ export interface UrlMutations extends QueryMutations {
|
|
|
7899
8517
|
setInitialExtraParams(extraParams: Dictionary<unknown>): void;
|
|
7900
8518
|
setPage(page: number): void;
|
|
7901
8519
|
setParams(params: Partial<UrlParams>): void;
|
|
8520
|
+
setPrompt(prompt: number): void;
|
|
7902
8521
|
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
7903
8522
|
setScroll(scroll: string): void;
|
|
7904
8523
|
setSort(sort: string): void;
|
|
@@ -7916,6 +8535,8 @@ export interface UrlParams {
|
|
|
7916
8535
|
// (undocumented)
|
|
7917
8536
|
page: number;
|
|
7918
8537
|
// (undocumented)
|
|
8538
|
+
prompt: number;
|
|
8539
|
+
// (undocumented)
|
|
7919
8540
|
query: string;
|
|
7920
8541
|
// (undocumented)
|
|
7921
8542
|
scroll: string;
|
|
@@ -7953,6 +8574,9 @@ export const urlWiring: {
|
|
|
7953
8574
|
SelectedRelatedTagsChanged: {
|
|
7954
8575
|
setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
7955
8576
|
};
|
|
8577
|
+
SelectedRelatedPromptChanged: {
|
|
8578
|
+
setUrlPrompt: Wire<number>;
|
|
8579
|
+
};
|
|
7956
8580
|
SelectedFiltersForRequestChanged: {
|
|
7957
8581
|
setUrlFilters: Wire<Filter[]>;
|
|
7958
8582
|
};
|
|
@@ -8017,6 +8641,10 @@ export interface UseAliasAPI {
|
|
|
8017
8641
|
readonly noResults: boolean;
|
|
8018
8642
|
readonly partialResults: ReadonlyArray<PartialResult>;
|
|
8019
8643
|
readonly popularSearches: ReadonlyArray<Suggestion>;
|
|
8644
|
+
readonly priceStats: {
|
|
8645
|
+
min: number;
|
|
8646
|
+
max: number;
|
|
8647
|
+
};
|
|
8020
8648
|
readonly query: UseAliasQueryAPI;
|
|
8021
8649
|
readonly querySuggestions: ReadonlyArray<Suggestion>;
|
|
8022
8650
|
readonly recommendations: ReadonlyArray<Result>;
|
|
@@ -8140,8 +8768,7 @@ export function useScroll(props: {
|
|
|
8140
8768
|
// @public
|
|
8141
8769
|
export function useState<Module extends XModuleName, Path extends keyof ExtractState<Module> & string>(module: Module, paths: Path[]): Dictionary<ComputedRef>;
|
|
8142
8770
|
|
|
8143
|
-
|
|
8144
|
-
export function useStore(): Store<any>;
|
|
8771
|
+
export { useStore }
|
|
8145
8772
|
|
|
8146
8773
|
// @public
|
|
8147
8774
|
export function useXBus(): {
|
|
@@ -8361,7 +8988,7 @@ export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends vo
|
|
|
8361
8988
|
export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
|
|
8362
8989
|
|
|
8363
8990
|
// @public
|
|
8364
|
-
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents {
|
|
8991
|
+
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents, RelatedPromptsXEvents {
|
|
8365
8992
|
ColumnsNumberProvided: number;
|
|
8366
8993
|
ModuleRegistered: XModuleName;
|
|
8367
8994
|
RenderedColumnsNumberChanged: number;
|
|
@@ -8417,7 +9044,7 @@ export class XInstaller {
|
|
|
8417
9044
|
// @internal
|
|
8418
9045
|
protected createBus(): XBus<XEventsTypes, WireMetadata>;
|
|
8419
9046
|
// @internal
|
|
8420
|
-
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
|
|
9047
|
+
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element | ShadowRoot;
|
|
8421
9048
|
// @internal
|
|
8422
9049
|
protected getPluginOptions(): XPluginOptions;
|
|
8423
9050
|
protected getSnippetConfig(): NormalisedSnippetConfig;
|
|
@@ -8496,6 +9123,8 @@ export interface XModulesTree {
|
|
|
8496
9123
|
// (undocumented)
|
|
8497
9124
|
recommendations: RecommendationsXModule;
|
|
8498
9125
|
// (undocumented)
|
|
9126
|
+
relatedPrompts: RelatedPromptsXModule;
|
|
9127
|
+
// (undocumented)
|
|
8499
9128
|
relatedTags: RelatedTagsXModule;
|
|
8500
9129
|
// (undocumented)
|
|
8501
9130
|
scroll: ScrollXModule;
|
|
@@ -8604,25 +9233,28 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
8604
9233
|
// dist/types/components/base-dropdown.vue.d.ts:11:9 - (ae-forgotten-export) The symbol "DropdownItem" needs to be exported by the entry point index.d.ts
|
|
8605
9234
|
// dist/types/components/base-grid.vue.d.ts:45:5 - (ae-forgotten-export) The symbol "GridItem" needs to be exported by the entry point index.d.ts
|
|
8606
9235
|
// dist/types/components/column-picker/base-column-picker-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "ColumnPickerItem" needs to be exported by the entry point index.d.ts
|
|
8607
|
-
// dist/types/components/display-
|
|
9236
|
+
// dist/types/components/display-click-provider.vue.d.ts:14:9 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
8608
9237
|
// dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:13:13 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
8609
9238
|
// dist/types/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
8610
9239
|
// dist/types/components/global-x-bus.vue.d.ts:38:17 - (ae-forgotten-export) The symbol "ResultVariant" needs to be exported by the entry point index.d.ts
|
|
8611
9240
|
// dist/types/components/global-x-bus.vue.d.ts:86:13 - (ae-forgotten-export) The symbol "NextQuery_2" needs to be exported by the entry point index.d.ts
|
|
8612
|
-
// dist/types/components/global-x-bus.vue.d.ts:109:13 - (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
8613
9241
|
// dist/types/components/global-x-bus.vue.d.ts:149:13 - (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
|
|
8614
9242
|
// dist/types/components/global-x-bus.vue.d.ts:150:13 - (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
8615
|
-
// dist/types/components/global-x-bus.vue.d.ts:
|
|
8616
|
-
// dist/types/components/
|
|
9243
|
+
// dist/types/components/global-x-bus.vue.d.ts:155:13 - (ae-forgotten-export) The symbol "SemanticQuery_2" needs to be exported by the entry point index.d.ts
|
|
9244
|
+
// dist/types/components/page-selector.vue.d.ts:65:5 - (ae-forgotten-export) The symbol "PageItem" needs to be exported by the entry point index.d.ts
|
|
9245
|
+
// dist/types/components/result/base-result-add-to-cart.vue.d.ts:18:9 - (ae-forgotten-export) The symbol "Result" needs to be exported by the entry point index.d.ts
|
|
8617
9246
|
// dist/types/components/suggestions/base-suggestion.vue.d.ts:31:9 - (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
8618
9247
|
// dist/types/x-modules/facets/components/facets/facets.vue.d.ts:56:5 - (ae-forgotten-export) The symbol "RenderFacet" needs to be exported by the entry point index.d.ts
|
|
8619
9248
|
// dist/types/x-modules/facets/components/filters/all-filter.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "Facet" needs to be exported by the entry point index.d.ts
|
|
8620
9249
|
// dist/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts:25:9 - (ae-forgotten-export) The symbol "EditableNumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
8621
9250
|
// dist/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts:35:5 - (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
9251
|
+
// dist/types/x-modules/related-prompts/components/related-prompt.vue.d.ts:8:9 - (ae-forgotten-export) The symbol "RelatedPrompt_2" needs to be exported by the entry point index.d.ts
|
|
9252
|
+
// dist/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts:62:9 - (ae-forgotten-export) The symbol "RelatedPromptNextQuery" needs to be exported by the entry point index.d.ts
|
|
8622
9253
|
// dist/types/x-modules/search/components/banner.vue.d.ts:23:9 - (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
8623
9254
|
// dist/types/x-modules/search/components/partial-results-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "PartialResult" needs to be exported by the entry point index.d.ts
|
|
8624
9255
|
// dist/types/x-modules/search/components/sort-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
8625
9256
|
// dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:31:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
9257
|
+
// src/x-modules/search/store/module.ts:147:32 - (ae-forgotten-export) The symbol "Stats" needs to be exported by the entry point index.d.ts
|
|
8626
9258
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
8627
9259
|
// src/x-modules/url/store/emitters.ts:64:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
|
8628
9260
|
|