@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
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the History Queries UI experience
|
|
3
|
-
sidebar_title: History Queries UI
|
|
4
|
-
redirect_from:
|
|
5
|
-
- /explore-empathy-platform/experience-search-and-discovery/history-queries.html
|
|
6
|
-
- /explore-empathy-platform/experience-search-and-discovery/history-queries
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
The History Queries UI component displays the search history, allowing shoppers to check previous
|
|
10
|
-
searches and revisit products they’ve viewed before in a few clicks.
|
|
11
|
-
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
::: interact
|
|
15
|
-
|
|
16
|
-
Can't quite capture the concept? Learn more about
|
|
17
|
-
[History Queries](/understand-empathy-platform/search-features/history-queries-overview.md).
|
|
18
|
-
|
|
19
|
-
:::
|
|
20
|
-
|
|
21
|
-
## Tailor the web experience
|
|
22
|
-
|
|
23
|
-
- Configure the position and place it wherever you prefer. Combine it with the
|
|
24
|
-
[Empathize](empathize.md) container to display suggestions under the search bar on shopper
|
|
25
|
-
interaction.
|
|
26
|
-
- Show as many history suggestions as you want.
|
|
27
|
-
- Choose the number of search records to store in the browser’s local storage to refresh the history
|
|
28
|
-
list.
|
|
29
|
-
- Animate the display of History Queries at your ease.
|
|
30
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
31
|
-
- Display History Queries only from successful searches. No result, no search record stored. (Search
|
|
32
|
-
X module required.)
|
|
33
|
-
- Configure clear buttons at your convenience. Let shoppers clear previous searches one-by-one,
|
|
34
|
-
all-at-once, or either way.
|
|
35
|
-
- Display only the refined queries to match shopper intent. For example, if “dress” is the initial
|
|
36
|
-
search, and it’s narrowed down using “long dress”, the history queries list only displays “long
|
|
37
|
-
dress” since it represents the shopper’s real intention.
|
|
38
|
-
|
|
39
|
-
::: interact
|
|
40
|
-
|
|
41
|
-
Want to know more? Learn how to
|
|
42
|
-
[configure](/develop-empathy-platform/ui-reference/components/history-queries/) your web experience.
|
|
43
|
-
|
|
44
|
-
:::
|
|
45
|
-
|
|
46
|
-
## Extend the performance
|
|
47
|
-
|
|
48
|
-
You can extend search history performance by combining it with the [Next Queries](next-queries.md)
|
|
49
|
-
component. All suggestions for shoppers about what to look next can be filtered against the
|
|
50
|
-
shopper’s search history so that only those suggestions that haven’t been used before in that
|
|
51
|
-
session will display.
|
|
52
|
-
|
|
53
|
-
Combine History Queries with the
|
|
54
|
-
[Search module](/develop-empathy-platform/ui-reference/components/search/) to ease shoppers'
|
|
55
|
-
frustrations. That way, you can configure it to display only successful history searches.
|
|
56
|
-
|
|
57
|
-
::: note Search history tracking
|
|
58
|
-
|
|
59
|
-
Use the [My History](my-history.md) component to access and control search history. Shoppers can
|
|
60
|
-
view a complete list of history queries and decide to stop saving search history. If search history
|
|
61
|
-
is disabled, the History Queries list is cleared.
|
|
62
|
-
|
|
63
|
-
:::
|
|
64
|
-
|
|
65
|
-
::: interact
|
|
66
|
-
|
|
67
|
-
To know more about which data is stored in the browser’s data storage, check out
|
|
68
|
-
[Interface X data privacy and browser local storage](web-local-storage.md).
|
|
69
|
-
|
|
70
|
-
:::
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the ID Results UI experience
|
|
3
|
-
sidebar_title: ID Results UI
|
|
4
|
-
tags:
|
|
5
|
-
- identifier results
|
|
6
|
-
redirect_from:
|
|
7
|
-
- /explore-empathy-platform/experience-search-and-discovery/id-results.html
|
|
8
|
-
- /explore-empathy-platform/experience-search-and-discovery/id-results
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
The Identifier Results UI component presents a type of search results intended for product reference
|
|
12
|
-
codes. When shoppers start typing, a reference code query type is detected, and a list displays
|
|
13
|
-
instantly with query-matching product results. When shoppers select an identifier result hint from
|
|
14
|
-
the list, they go directly to the product detail page (PDP).
|
|
15
|
-
|
|
16
|
-

|
|
17
|
-
|
|
18
|
-
:::warning
|
|
19
|
-
|
|
20
|
-
ID Results are generated using a Search service that searches the product catalogue by ID. For a
|
|
21
|
-
correct performance, make sure that your current search service supports this type of feature.
|
|
22
|
-
|
|
23
|
-
:::
|
|
24
|
-
|
|
25
|
-
::: interact
|
|
26
|
-
|
|
27
|
-
Don't quite understand ID results? Learn more about
|
|
28
|
-
[ID Results](/understand-empathy-platform/search-features/id-results-overview.md).
|
|
29
|
-
|
|
30
|
-
:::
|
|
31
|
-
|
|
32
|
-
## Tailor the web experience
|
|
33
|
-
|
|
34
|
-
- Configure the position and place it wherever you prefer. Combine it with the
|
|
35
|
-
[Empathize](empathize.md) container display the ID Results below the search bar on shopper
|
|
36
|
-
interaction.
|
|
37
|
-
- Show as many ID Results as you want.
|
|
38
|
-
- Animate the display of ID Results at your ease.
|
|
39
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
40
|
-
- Extend the performance with [results-related components](product-results-ui.md).
|
|
41
|
-
- Meet your own code reference conventions and standards with multiple product reference patterns.
|
|
42
|
-
|
|
43
|
-
::: interact
|
|
44
|
-
|
|
45
|
-
Want to know more? Learn how to
|
|
46
|
-
[configure](/develop-empathy-platform/ui-reference/components/identifier-results/) your web
|
|
47
|
-
experience.
|
|
48
|
-
|
|
49
|
-
:::
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the My History UI experience
|
|
3
|
-
sidebar_title: My History UI
|
|
4
|
-
redirect_from:
|
|
5
|
-
- /explore-empathy-platform/experience-search-and-discovery/my-history.html
|
|
6
|
-
- /explore-empathy-platform/experience-search-and-discovery/my-history
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
The My History UI component displays the complete list of history queries, allowing shoppers to
|
|
10
|
-
reuse previously searched queries.
|
|
11
|
-
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
::: interact
|
|
15
|
-
|
|
16
|
-
Can't quite capture the concept? Learn more about
|
|
17
|
-
[My History](/explore-empathy-platform/features/my-history-overview.md).
|
|
18
|
-
|
|
19
|
-
:::
|
|
20
|
-
|
|
21
|
-
From the frontend perspective, My History is a UI component that specifically manages the display of
|
|
22
|
-
a list of history search suggestions. To display a dashboard featuring shoppers' data privacy and
|
|
23
|
-
control, My History is combined with other UI elements and components, such as a toggle switch for
|
|
24
|
-
shoppers to enable or disable search history.
|
|
25
|
-
|
|
26
|
-
::: note Search data storage
|
|
27
|
-
|
|
28
|
-
To show the complete list of history queries, My History component uses the history records saved on
|
|
29
|
-
the shopper’s browser local history. See
|
|
30
|
-
[Interface X data privacy and browser local storage](/onboard-empathy-platform/experience-search-and-discovery/web-local-storage.md)
|
|
31
|
-
to check out the information stored locally on the shopper’s device.
|
|
32
|
-
|
|
33
|
-
:::
|
|
34
|
-
|
|
35
|
-
## Tailor the web experience
|
|
36
|
-
|
|
37
|
-
- Configure the position and place it wherever you prefer.
|
|
38
|
-
- Layout the list of history queries as you want.
|
|
39
|
-
- Customize date and time format.
|
|
40
|
-
- Animate the display of My History dashboard at your ease.
|
|
41
|
-
- Customize content. Show whatever you need: text, images, icons...
|
|
42
|
-
|
|
43
|
-
::: note
|
|
44
|
-
|
|
45
|
-
Configuration options here only apply to tailor the My History component, which provides a way to
|
|
46
|
-
display the full list of history queries. Other UI elements that comprise the My History feature can
|
|
47
|
-
be configured as well. Check a complete list of UI components in the
|
|
48
|
-
[Interface X Components UI Reference](/develop-empathy-platform/ui-reference/).
|
|
49
|
-
|
|
50
|
-
:::
|
|
51
|
-
|
|
52
|
-
::: interact
|
|
53
|
-
|
|
54
|
-
Want to know more? Learn how to
|
|
55
|
-
[configure](/develop-empathy-platform/ui-reference/components/history-queries/x-components.my-history)
|
|
56
|
-
your search history experience.
|
|
57
|
-
|
|
58
|
-
:::
|
|
59
|
-
|
|
60
|
-
<!--Include link to twitch session here: Watch how XXX uses the My History UI component in a real project. -->
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the Next Queries UI experience
|
|
3
|
-
sidebar_title: Next Queries UI
|
|
4
|
-
tags:
|
|
5
|
-
- popular next queries
|
|
6
|
-
- what's next
|
|
7
|
-
redirect_from:
|
|
8
|
-
- /explore-empathy-platform/experience-search-and-discovery/next-queries.html
|
|
9
|
-
- /explore-empathy-platform/experience-search-and-discovery/next-queries
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
The Next Queries UI component provides shoppers with ideas on what to search for next based on their
|
|
13
|
-
last search. Since next queries are related to the last query, they appear after performing a first
|
|
14
|
-
search.
|
|
15
|
-
|
|
16
|
-

|
|
17
|
-
|
|
18
|
-
Next queries can be **organic**, using information on the most common searches that are performed
|
|
19
|
-
successively or within a same session by shoppers, or **curated**, created manually by the
|
|
20
|
-
merchandiser in the Empathy Platform Playboard.
|
|
21
|
-
|
|
22
|
-
::: warning
|
|
23
|
-
|
|
24
|
-
Organic next queries are generated using collective shopper behavior to identify query pairs that
|
|
25
|
-
have been used together. For a correct performance, make sure that your current search service
|
|
26
|
-
supports this feature.
|
|
27
|
-
|
|
28
|
-
:::
|
|
29
|
-
|
|
30
|
-
::: interact
|
|
31
|
-
|
|
32
|
-
Can't quite capture the concept? Learn about
|
|
33
|
-
[Next Queries](/understand-empathy-platform/search-features/next-queries-overview.md).
|
|
34
|
-
|
|
35
|
-
:::
|
|
36
|
-
|
|
37
|
-
## Tailor the web experience
|
|
38
|
-
|
|
39
|
-
- Configure the position and place it wherever you prefer, although next queries usually display
|
|
40
|
-
below the search bar after the initial search.
|
|
41
|
-
- Show as many next queries as you want.
|
|
42
|
-
- Animate the display of next queries at your ease.
|
|
43
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
44
|
-
- Display curated next queries differently to organic next queries.
|
|
45
|
-
|
|
46
|
-
::: interact
|
|
47
|
-
|
|
48
|
-
Want to know more? Learn how to
|
|
49
|
-
[configure](/develop-empathy-platform/ui-reference/components/next-queries) your web experience.
|
|
50
|
-
|
|
51
|
-
:::
|
|
52
|
-
|
|
53
|
-
::: design
|
|
54
|
-
|
|
55
|
-
Read how Empathy UX designer, Marlety García, designed the Next Queries experience for one of our
|
|
56
|
-
customers in the post
|
|
57
|
-
[Popular Next Queries: Towards a conversational search](https://empathy.co/blog/popular-next-searches/).
|
|
58
|
-
|
|
59
|
-
:::
|
|
60
|
-
|
|
61
|
-
## Extend the performance
|
|
62
|
-
|
|
63
|
-
You can combine Next Queries with the [History Queries](history-queries.md) component to display
|
|
64
|
-
next queries that shoppers haven't already used in the session.
|
|
65
|
-
|
|
66
|
-
::: warning
|
|
67
|
-
|
|
68
|
-
To display only new next queries, the
|
|
69
|
-
[History Queries](/understand-empathy-platform/search-features/history-queries-overview.md) feature
|
|
70
|
-
must be implemented.
|
|
71
|
-
|
|
72
|
-
:::
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the Popular Searches UI experience
|
|
3
|
-
sidebar_title: Popular Searches UI
|
|
4
|
-
tags:
|
|
5
|
-
- top searches
|
|
6
|
-
- top terms
|
|
7
|
-
- search trends
|
|
8
|
-
- top queries
|
|
9
|
-
- trending
|
|
10
|
-
redirect_from:
|
|
11
|
-
- /explore-empathy-platform/experience-search-and-discovery/popular-searches.html
|
|
12
|
-
- /explore-empathy-platform/experience-search-and-discovery/popular-searches
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
The Popular Searches UI component displays what are the top search queries during a specific time.
|
|
16
|
-
This type of suggestion can show up even before shoppers have started entering a query or when there
|
|
17
|
-
are no search results to show.
|
|
18
|
-
|
|
19
|
-

|
|
20
|
-
|
|
21
|
-
::: warning
|
|
22
|
-
|
|
23
|
-
Popular Searches are generated using shopper behavior to determine the top searches for a given
|
|
24
|
-
period. For a correct performance, make sure that your current search service supports this type of
|
|
25
|
-
feature.
|
|
26
|
-
|
|
27
|
-
:::
|
|
28
|
-
|
|
29
|
-
::: interact
|
|
30
|
-
|
|
31
|
-
Can't quite capture the concept? Learn about
|
|
32
|
-
[Popular Searches](/understand-empathy-platform/search-features/popular-searches-overview.md).
|
|
33
|
-
|
|
34
|
-
:::
|
|
35
|
-
|
|
36
|
-
## Tailor the web experience
|
|
37
|
-
|
|
38
|
-
- Configure the position and place it wherever you prefer. Combine it with the
|
|
39
|
-
[Empathize](empathize.md) container to display Popular Searches below the search bar on shopper
|
|
40
|
-
interaction.
|
|
41
|
-
- Show as many popular search terms results as you want.
|
|
42
|
-
- Animate the display of Popular Searches at your ease.
|
|
43
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
44
|
-
|
|
45
|
-
::: interact
|
|
46
|
-
|
|
47
|
-
Want to know more? Learn how to
|
|
48
|
-
[configure](/develop-empathy-platform/ui-reference/components/popular-searches) your web experience.
|
|
49
|
-
|
|
50
|
-
:::
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the product results UI experience
|
|
3
|
-
sidebar_title: Product results UI
|
|
4
|
-
tags:
|
|
5
|
-
- results layout
|
|
6
|
-
redirect_from:
|
|
7
|
-
- /explore-empathy-platform/experience-search-and-discovery/product-results.html
|
|
8
|
-
- /explore-empathy-platform/experience-search-and-discovery/product-results
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
After launching a search, some shoppers may just want to take a quick look around, reviewing only
|
|
12
|
-
product thumbnails and quick info on the SERP. While others will prefer to have a more detailed
|
|
13
|
-
overview of the product results with large and multiple images. That’s why the display of results is
|
|
14
|
-
really issue.
|
|
15
|
-
|
|
16
|
-
Results are rendered thanks to the combination of different X Components. This way, you can
|
|
17
|
-
tailor the display to create the best product discovery experience for your shoppers. Decide the
|
|
18
|
-
elements and product-related information you want to include when displaying product results such as
|
|
19
|
-
the price, a picture, or even an add-to-cart button.
|
|
20
|
-
|
|
21
|
-

|
|
22
|
-
|
|
23
|
-
<FootNote>
|
|
24
|
-
|
|
25
|
-
**X Components for results display** <br/> (A) Image, (B) Product information, (C) Price, (D)
|
|
26
|
-
PDP Link, (E) Rating, (F) Add to cart
|
|
27
|
-
|
|
28
|
-
</FootNote>
|
|
29
|
-
|
|
30
|
-
::: interact
|
|
31
|
-
|
|
32
|
-
To learn more about the display of results, see
|
|
33
|
-
[Product results](/explore-empathy-platform/overview/product-results-overview.md).
|
|
34
|
-
|
|
35
|
-
:::
|
|
36
|
-
|
|
37
|
-
**A bunch of components for comprehensive product information** Decide whether you want to include
|
|
38
|
-
the description for the resulting product, a picture, or even rating information:
|
|
39
|
-
|
|
40
|
-
- **Image**. Include a picture of the product for better product recognition. (A)
|
|
41
|
-
- **Result data and product variants**. Retrieve the information to display about the product –name,
|
|
42
|
-
description, reference, brand, category, season, colors, types, sizes, or any data from your
|
|
43
|
-
catalogue. (B)
|
|
44
|
-
- **Pricing**. Indicate the original price of the product, discounts, and special prices. (C)
|
|
45
|
-
- **Product details**. Link your shoppers to the product detail page (PDP). (D)
|
|
46
|
-
- **Rating**. Show how valued a product is among your shoppers. (E)
|
|
47
|
-
- **Add to cart**. Allow your shoppers to add a product to the cart from the search engine results
|
|
48
|
-
page (SERP), without going through the PDP. (F)
|
|
49
|
-
|
|
50
|
-
:::warning
|
|
51
|
-
|
|
52
|
-
To include rating and add-to-cart options in results, rating and add-to-cart features must be
|
|
53
|
-
implemented in your product catalogue.
|
|
54
|
-
|
|
55
|
-
:::
|
|
56
|
-
|
|
57
|
-
## Tailor the web experience
|
|
58
|
-
|
|
59
|
-
- Customize content. Choose and display the product-related information available in your catalogue.
|
|
60
|
-
- Add a PDP link to the product name or description, the picture, or to the entire product result.
|
|
61
|
-
- Format the price of products with integers and decimals. Decide the length of decimals or whether
|
|
62
|
-
decimals should be rendered or not.
|
|
63
|
-
- Select the desired currency for prices.
|
|
64
|
-
- Customize the default rendering behavior of pictures when loading or broken.
|
|
65
|
-
- Animate the display of product results.
|
|
66
|
-
|
|
67
|
-
::: interact
|
|
68
|
-
|
|
69
|
-
Want to know more? Learn how to [configure](/develop-empathy-platform/ui-reference/) your web
|
|
70
|
-
experience.
|
|
71
|
-
|
|
72
|
-
:::
|
|
73
|
-
|
|
74
|
-
## Extend the performance
|
|
75
|
-
|
|
76
|
-
Traditionally, search results are displayed on the SERP after the query is launched or instantly as
|
|
77
|
-
you type. However, result data is also used by features such as
|
|
78
|
-
[Recommendations](/onboard-empathy-platform/experience-search-and-discovery/recommendations.md) and
|
|
79
|
-
[ID Results](/onboard-empathy-platform/experience-search-and-discovery/id-results.md). You can
|
|
80
|
-
combine results-related components with these modules to get advanced display options. Include
|
|
81
|
-
additional product information in Recommendations and Identifier Results such as prices and pictures
|
|
82
|
-
for better recognition and understanding of the products displayed.
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the Query Suggestions UI experience
|
|
3
|
-
sidebar_title: Query Suggestions UI
|
|
4
|
-
tags:
|
|
5
|
-
- search suggestions
|
|
6
|
-
- search as you type
|
|
7
|
-
redirect_from:
|
|
8
|
-
- /explore-empathy-platform/experience-search-and-discovery/query-suggestions.html
|
|
9
|
-
- /explore-empathy-platform/experience-search-and-discovery/query-suggestions
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
The Query Suggestions UI component helps your shoppers with hints of what to look for to get
|
|
13
|
-
relevant results. They complete and nail down the query as shoppers type without needing to keep
|
|
14
|
-
typing.
|
|
15
|
-
|
|
16
|
-

|
|
17
|
-
|
|
18
|
-
::: warning
|
|
19
|
-
|
|
20
|
-
Query Suggestions are generated using collective shopper behavior, extracting the keywords used on a
|
|
21
|
-
specific query. For a correct performance, make sure that your current search service supports this
|
|
22
|
-
type of feature.
|
|
23
|
-
|
|
24
|
-
:::
|
|
25
|
-
|
|
26
|
-
::: interact
|
|
27
|
-
|
|
28
|
-
Can't quite capture the concept? Learn more about
|
|
29
|
-
[Query Suggestions](/understand-empathy-platform/search-features/query-suggestions-overview.md).
|
|
30
|
-
|
|
31
|
-
:::
|
|
32
|
-
|
|
33
|
-
## Tailor the web experience
|
|
34
|
-
|
|
35
|
-
- Configure the position and place it wherever you prefer. Combine it with the
|
|
36
|
-
[Empathize](empathize.md) container to display suggestions below the search bar on shopper
|
|
37
|
-
interaction.
|
|
38
|
-
- Show as many suggestions as you want.
|
|
39
|
-
- Animate the display of Query Suggestions at your ease.
|
|
40
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
41
|
-
|
|
42
|
-
::: interact
|
|
43
|
-
|
|
44
|
-
Want to know more? Learn how to
|
|
45
|
-
[configure](/develop-empathy-platform/ui-reference/components/query-suggestions/) your web
|
|
46
|
-
experience.
|
|
47
|
-
|
|
48
|
-
:::
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the Recommendations UI experience
|
|
3
|
-
sidebar_title: Recommendations UI
|
|
4
|
-
tags:
|
|
5
|
-
- top clicked
|
|
6
|
-
- top searched
|
|
7
|
-
- trending
|
|
8
|
-
- trending products
|
|
9
|
-
- top products
|
|
10
|
-
- popular
|
|
11
|
-
redirect_from:
|
|
12
|
-
- /explore-empathy-platform/experience-search-and-discovery/recommendations.html
|
|
13
|
-
- /explore-empathy-platform/experience-search-and-discovery/recommendations
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
Product recommendations, such as Top Products, Brand Recommendations, Next Products, and Vectorized
|
|
17
|
-
Recommendations, help your shoppers explore your product catalogue, guiding them to specific
|
|
18
|
-
products without the need to launch any queries.
|
|
19
|
-
|
|
20
|
-
<!--  -->
|
|
21
|
-
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-
::: interact
|
|
25
|
-
Can't quite capture the concept? Learn more about
|
|
26
|
-
[Recommendations](/explore-empathy-platform/features/recommendations-overview.md). :::
|
|
27
|
-
|
|
28
|
-
## Product recommendation modules and components
|
|
29
|
-
|
|
30
|
-
The Interface X Components library includes the following modules and components to layout multiple
|
|
31
|
-
experiences to show product recommendations in your search UI:
|
|
32
|
-
|
|
33
|
-
<CardCarousel :cards="[
|
|
34
|
-
'ui_ref/recommendations',
|
|
35
|
-
'ui_ref/semantics',
|
|
36
|
-
'ui_ref/preview',
|
|
37
|
-
'ui_ref/nq'
|
|
38
|
-
]"
|
|
39
|
-
/>
|
|
40
|
-
|
|
41
|
-
::: warning
|
|
42
|
-
|
|
43
|
-
For correct performance, make sure that your current search service supports this type of features.
|
|
44
|
-
|
|
45
|
-
:::
|
|
46
|
-
|
|
47
|
-
## Tailor the web experience
|
|
48
|
-
|
|
49
|
-
Based on your business strategy and your shoppers’ needs, the Interface X Components library offers
|
|
50
|
-
the following configuration options and properties:
|
|
51
|
-
|
|
52
|
-
::: details Top Products UI experience Use the Recommendations module to configure the layout of Top
|
|
53
|
-
Products in your commerce search UI. You can:
|
|
54
|
-
|
|
55
|
-
- Configure the position and place it wherever you prefer, although it commonly appears in the
|
|
56
|
-
results grid when low results are retrieved or in the no results layout after no matches are
|
|
57
|
-
found.
|
|
58
|
-
- Show as many product recommendations as you want.
|
|
59
|
-
- Animate the display of the component at your ease.
|
|
60
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
61
|
-
- Extend the performance with result-related components.
|
|
62
|
-
|
|
63
|
-
:::
|
|
64
|
-
|
|
65
|
-
::: details Vectorized Recommendations UI experience
|
|
66
|
-
|
|
67
|
-
Use the Semantics Queries module to configure the layout of Vectorized Recommendations in your
|
|
68
|
-
commerce search UI. You can:
|
|
69
|
-
|
|
70
|
-
- Configure the position and place it wherever you prefer, although it usually appears on the SERP,
|
|
71
|
-
among the product results.
|
|
72
|
-
- Show as many product recommendations as you want. Display the total number of recommendations
|
|
73
|
-
shown.
|
|
74
|
-
- Use different layouts: carousel, list, grid. Although, a carousel or horizontal slider panel is
|
|
75
|
-
the preferred layout.
|
|
76
|
-
- Animate the display of the component at your ease.
|
|
77
|
-
- Customize content. Although, the name of product recommendations is shown by default.
|
|
78
|
-
- Extend the performance with query preview-related components to display related content, such as
|
|
79
|
-
the suggested query, product result images, and links.
|
|
80
|
-
|
|
81
|
-
:::
|
|
82
|
-
|
|
83
|
-
::: details Brand Recommendations UI experience
|
|
84
|
-
|
|
85
|
-
Use the Queries Preview module to configure the layout of Brand Recommendations in your commerce
|
|
86
|
-
search UI. You can:
|
|
87
|
-
|
|
88
|
-
- Configure the position and place it wherever you prefer, although it usually appears at the
|
|
89
|
-
pre-search stage.
|
|
90
|
-
- Display the suggested queries and the total number of recommendations shown.
|
|
91
|
-
- Use different layouts: carousel, list, grid. Although, a carousel or horizontal slider panel is
|
|
92
|
-
the preferred layout.
|
|
93
|
-
- Animate the display of the component at your ease.
|
|
94
|
-
- Customize content. Although, the name of product recommendations is shown by default.
|
|
95
|
-
- Customize the Result Cards by combining result data and result components as images or links to
|
|
96
|
-
match the SERP or create a different component for this use case.
|
|
97
|
-
|
|
98
|
-
:::
|
|
99
|
-
|
|
100
|
-
::: details Next Products UI experience
|
|
101
|
-
|
|
102
|
-
Use the Next Query Preview component to configure the layout of Next Products in your commerce
|
|
103
|
-
search UI. You can:
|
|
104
|
-
|
|
105
|
-
- Configure the position and place it wherever you prefer, although it usually appears on the SERP,
|
|
106
|
-
among the product results.
|
|
107
|
-
- Show as many product recommendations as you want. Display the total number of recommendations
|
|
108
|
-
shown.
|
|
109
|
-
- Use different layouts: carousel, list, grid. Although, a carousel or horizontal slider panel is
|
|
110
|
-
the preferred layout.
|
|
111
|
-
- Customize content. Although, the suggested query and the name of product recommendations are shown
|
|
112
|
-
by default.
|
|
113
|
-
- Extend the performance with result-related components to display related content, such as product
|
|
114
|
-
result images and links.
|
|
115
|
-
|
|
116
|
-
:::
|
|
117
|
-
|
|
118
|
-
Note that the Interface X modules and components help you build a configurable UI experience. Even
|
|
119
|
-
though the UI layout for product recommendations may be similar, sharing multiple configuration
|
|
120
|
-
options, the source of data differs from one to another:
|
|
121
|
-
|
|
122
|
-
| Type of product recommendation | X Components | Source of data |
|
|
123
|
-
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
124
|
-
| **Top Products** | [Recommendations](/develop-empathy-platform/ui-reference/components/recommendations/x-components.recommendations.md) component | [Search API](/develop-empathy-platform/api-reference/search-api.md) - Top Clicked endpoint |
|
|
125
|
-
| **Vectorized Recommendations** | [Semantic Queries](/develop-empathy-platform/ui-reference/components/semantic-queries/) module | Semantics API |
|
|
126
|
-
| **Brand Recommendations** | [Queries Preview](/develop-empathy-platform/ui-reference/components/queries-preview/) module | [Snippet configuration](/develop-empathy-platform/build-search-ui/web-archetype-integration-guide.md#snippet-configuration) - Initialization options (\*Manually configured by merchants and brand managers) |
|
|
127
|
-
| **Next Products** | [Next Query Preview](/develop-empathy-platform/ui-reference/components/next-queries/x-components.next-query-preview.md) component | Next Queries endpoint from the [Beacon API](/develop-empathy-platform/api-reference/beacon-api.md) |
|
|
128
|
-
|
|
129
|
-
::: interact
|
|
130
|
-
|
|
131
|
-
Want to know more? Learn how to [configure](/develop-empathy-platform/ui-reference/) your web
|
|
132
|
-
experience.
|
|
133
|
-
|
|
134
|
-
:::
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Design the Related Tags UI experience
|
|
3
|
-
sidebar_title: Related Tags UI
|
|
4
|
-
tags:
|
|
5
|
-
- tags
|
|
6
|
-
- related keywords
|
|
7
|
-
redirect_from:
|
|
8
|
-
- /explore-empathy-platform/experience-search-and-discovery/related-tags.html
|
|
9
|
-
- /explore-empathy-platform/experience-search-and-discovery/related-tags
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
The Related Tags UI component helps your shoppers to refine a specific search query and find what
|
|
13
|
-
they’re looking for with just one click. They only appear after the search process is completed, and
|
|
14
|
-
the results appear to fine-tune the search with extra information and get highly relevant results.
|
|
15
|
-
They are shown as labels usually at the top of the search engine results page (SERP), but Empathy
|
|
16
|
-
Platform Interface X supports displaying them anywhere on the SERP instead.
|
|
17
|
-
|
|
18
|
-

|
|
19
|
-
|
|
20
|
-
::: interact
|
|
21
|
-
|
|
22
|
-
Can't quite capture the concept? Learn more about
|
|
23
|
-
[Related Tags](/understand-empathy-platform/search-features/related-tags-overview.md).
|
|
24
|
-
|
|
25
|
-
:::
|
|
26
|
-
|
|
27
|
-
Related Tags can be **organic**, using information on the terms most used by shoppers to refine a
|
|
28
|
-
query. Otherwise, you can create manually **curated** related tags, based on your business needs, by
|
|
29
|
-
using the Related Tags management tool in the Empathy Platform Playboard.
|
|
30
|
-
|
|
31
|
-
::: warning
|
|
32
|
-
|
|
33
|
-
Related Tags are generated organically using collective shopper behavior to identify associated
|
|
34
|
-
terms used to refine a search query. For a correct performance, make sure that your current search
|
|
35
|
-
service supports this type of feature.
|
|
36
|
-
|
|
37
|
-
:::
|
|
38
|
-
|
|
39
|
-
::: interact
|
|
40
|
-
|
|
41
|
-
Wondering how to create curated related tags in the Empathy Platform Playboard? Check out
|
|
42
|
-
[Manage Related Tags](/explore-empathy-platform/fine-tune-search-and-discovery/manage-related-tags.md).
|
|
43
|
-
|
|
44
|
-
:::
|
|
45
|
-
|
|
46
|
-
<!-- You can configure the behavior of Related Tags and decide whether they’re selectable or not. If Related Tags aren’t selectable, they modify the initial query syntax by adding the related-search keywords to the query term initially typed in the search bar. Otherwise, the initial query syntax will still remain so that shoppers can select or deselect Related Tags at their ease, exploring different options and combinations. -->
|
|
47
|
-
|
|
48
|
-
## Tailor the web experience
|
|
49
|
-
|
|
50
|
-
- Configure the position and place it wherever you prefer, although Related Tags usually appear
|
|
51
|
-
below the search bar after completing the search.
|
|
52
|
-
- Show as many Related Tags as you want.
|
|
53
|
-
- Animate the display of Related Tags at your ease.
|
|
54
|
-
- Customize content. Show whatever you need: text, images, icons.
|
|
55
|
-
- Display curated related tags differently to organic related tags for shoppers to clearly identify
|
|
56
|
-
which of them have been willfully created as a sign of transparency.
|
|
57
|
-
|
|
58
|
-
<!-- - Choose if Related Tags are selectable or change the syntax of the initial query in the search box. -->
|
|
59
|
-
|
|
60
|
-
::: interact
|
|
61
|
-
|
|
62
|
-
Want to know more? Learn how to
|
|
63
|
-
[configure](/develop-empathy-platform/ui-reference/components/related-tags/) your web experience
|
|
64
|
-
using the X Components available for Related Tags.
|
|
65
|
-
|
|
66
|
-
:::
|