@empathyco/x-components 3.0.0-alpha.99 → 3.0.0
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 +2276 -1609
- package/README.md +3 -3
- package/core/index.d.ts +1 -1
- package/core/index.js +54 -15
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +8848 -0
- package/docs/API-reference/api/index.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.experiencecontrolsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.experiencecontrolsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.experiencecontrolsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.experiencecontrolsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.experiencecontrolsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.getdisplayclicktagging.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.md +125 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.experiencecontrols.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.semanticqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformexperiencecontrolsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformexperiencecontrolsresponse.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__externalid.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__images.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__prices.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.__url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.distance.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.keywords.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.displayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueriesrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueriesrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueriesresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueriesresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.semanticqueryschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +13 -0
- package/docs/API-reference/api/x-components.actionnamesfor.md +3 -3
- package/docs/API-reference/api/x-components.actionsclass.md +3 -3
- package/docs/API-reference/api/x-components.actionsdictionary.md +2 -2
- package/docs/API-reference/api/x-components.actionstree.md +3 -3
- package/docs/API-reference/api/x-components.addquerytohistory.md +1 -1
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +2 -2
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
- package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.addquerytohistoryqueriesfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.facet.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.isselected.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.md +3 -3
- package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.animateclippath.md +2 -2
- package/docs/API-reference/api/x-components.animatescale.md +2 -2
- package/docs/API-reference/api/x-components.animatetranslate.md +2 -2
- package/docs/API-reference/api/x-components.animatewidth.md +2 -2
- package/docs/API-reference/api/x-components.animationprop.md +13 -0
- package/docs/API-reference/api/x-components.anyactionstree.md +3 -3
- package/docs/API-reference/api/x-components.anygetterstree.md +3 -3
- package/docs/API-reference/api/x-components.anymutationstree.md +3 -3
- package/docs/API-reference/api/x-components.anysimplestateselector.md +3 -3
- package/docs/API-reference/api/x-components.anystateselector.md +3 -3
- package/docs/API-reference/api/x-components.anystoreemitters.md +3 -3
- package/docs/API-reference/api/x-components.anywire.md +3 -3
- package/docs/API-reference/api/x-components.anyxmodule.md +3 -3
- package/docs/API-reference/api/x-components.anyxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +3 -3
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +2 -2
- package/docs/API-reference/api/x-components.arraytoobject.md +2 -2
- package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
- package/docs/API-reference/api/x-components.arrowdownicon.md +1 -1
- package/docs/API-reference/api/x-components.arrowkey.md +2 -2
- package/docs/API-reference/api/x-components.arrowlefticon.md +1 -1
- package/docs/API-reference/api/x-components.arrowrighticon.md +1 -1
- package/docs/API-reference/api/x-components.arrowupicon.md +1 -1
- package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +24 -0
- package/docs/API-reference/api/x-components.autoprogressbar.md +27 -13
- package/docs/API-reference/api/x-components.bagicon.md +1 -1
- package/docs/API-reference/api/x-components.banner.banner.md +1 -1
- package/docs/API-reference/api/x-components.banner.imagefailed.md +13 -0
- package/docs/API-reference/api/x-components.banner.md +6 -3
- package/docs/API-reference/api/x-components.bannerslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.bannerslist.stateitems.md +1 -1
- package/docs/API-reference/api/x-components.barcodeicon.md +1 -1
- package/docs/API-reference/api/x-components.barcodetinyicon.md +1 -1
- package/docs/API-reference/api/x-components.baseaddtocart.md +15 -12
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +3 -3
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +6 -6
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +4 -2
- package/docs/API-reference/api/x-components.basecurrency.md +21 -14
- package/docs/API-reference/api/x-components.basedropdown._refs.md +2 -1
- package/docs/API-reference/api/x-components.basedropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +2 -2
- package/docs/API-reference/api/x-components.basedropdown.items.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
- package/docs/API-reference/api/x-components.basedropdown.md +6 -4
- package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +1 -1
- package/docs/API-reference/api/x-components.basedropdown.value.md +1 -1
- package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.baseeventbutton.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventbutton.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +2 -2
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +2 -2
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.md +9 -9
- package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +17 -12
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +17 -12
- package/docs/API-reference/api/x-components.basefallbackimage.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.animation.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.columns.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.md +6 -6
- package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +2 -2
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +4 -4
- package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodal.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.md +6 -6
- package/docs/API-reference/api/x-components.baseidmodal.modalid.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +1 -1
- package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidmodalclose.md +16 -13
- package/docs/API-reference/api/x-components.baseidmodalopen.md +16 -13
- package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +4 -4
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +1 -1
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.md +7 -7
- package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +2 -2
- package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +4 -4
- package/docs/API-reference/api/x-components.basemodal._refs.md +2 -1
- package/docs/API-reference/api/x-components.basemodal.animation.md +2 -2
- package/docs/API-reference/api/x-components.basemodal.focusonopen.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.iswaitingforleave.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.md +13 -9
- package/docs/API-reference/api/x-components.basemodal.mounted.md +2 -2
- package/docs/API-reference/api/x-components.basemodal.open.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +1 -1
- package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
- package/docs/API-reference/api/x-components.baseplaceholderimage.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +47 -22
- package/docs/API-reference/api/x-components.baserating.max.md +1 -1
- package/docs/API-reference/api/x-components.baserating.md +4 -4
- package/docs/API-reference/api/x-components.baserating.value.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +25 -12
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +22 -13
- package/docs/API-reference/api/x-components.baseresultimage.md +51 -22
- package/docs/API-reference/api/x-components.baseresultlink.md +16 -11
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +20 -13
- package/docs/API-reference/api/x-components.baseresultrating.md +21 -12
- package/docs/API-reference/api/x-components.basescroll.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.md +50 -25
- package/docs/API-reference/api/x-components.basesuggestions.animation.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestions.md +8 -6
- package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +1 -1
- package/docs/API-reference/api/x-components.baseswitch.md +21 -0
- package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.allowtabdeselect.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
- package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +25 -12
- package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +4 -4
- package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.close.md +17 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +6 -4
- package/docs/API-reference/api/x-components.basexapi.md +3 -2
- package/docs/API-reference/api/x-components.basexapi.search.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +2 -2
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +2 -2
- package/docs/API-reference/api/x-components.bus.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +2 -2
- package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.capitalize.md +5 -5
- package/docs/API-reference/api/x-components.cartfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.carticon.md +1 -1
- package/docs/API-reference/api/x-components.checkboxselectedfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxselectedicon.md +1 -1
- package/docs/API-reference/api/x-components.checkboxunselectedfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxunselectedicon.md +1 -1
- package/docs/API-reference/api/x-components.checkicon.md +1 -1
- package/docs/API-reference/api/x-components.checktinyicon.md +1 -1
- package/docs/API-reference/api/x-components.chevrondownicon.md +1 -1
- package/docs/API-reference/api/x-components.chevronlefticon.md +1 -1
- package/docs/API-reference/api/x-components.chevronrighticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinydownicon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinylefticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinyrighticon.md +1 -1
- package/docs/API-reference/api/x-components.chevrontinyupicon.md +1 -1
- package/docs/API-reference/api/x-components.chevronupicon.md +1 -1
- package/docs/API-reference/api/x-components.clearfilters.md +2 -2
- package/docs/API-reference/api/x-components.clearhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +1 -1
- package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearquerywire.md +13 -0
- package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchinput.md +4 -4
- package/docs/API-reference/api/x-components.clearsearchinput.query.md +1 -1
- package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.clearselectedquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.clone.md +2 -2
- package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
- package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapseheight.md +8 -2
- package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapsewidth.md +8 -2
- package/docs/API-reference/api/x-components.columnpickermixin.columns.md +1 -1
- package/docs/API-reference/api/x-components.columnpickermixin.md +4 -4
- package/docs/API-reference/api/x-components.columnpickermixin.value.md +1 -1
- package/docs/API-reference/api/x-components.cornerarrowleft.md +11 -0
- package/docs/API-reference/api/x-components.cornerarrowright.md +11 -0
- package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +2 -2
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
- package/docs/API-reference/api/x-components.createrawfilters.md +4 -4
- package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
- package/docs/API-reference/api/x-components.createtrackdisplaywire.md +26 -0
- package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
- package/docs/API-reference/api/x-components.createusedevice.md +34 -0
- package/docs/API-reference/api/x-components.createwirefromfunction.md +2 -2
- package/docs/API-reference/api/x-components.createwiring.md +2 -2
- package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
- package/docs/API-reference/api/x-components.crossfade.md +9 -3
- package/docs/API-reference/api/x-components.crossicon.md +1 -1
- package/docs/API-reference/api/x-components.crosstinyicon.md +1 -1
- package/docs/API-reference/api/x-components.curatedcheckfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +1 -1
- package/docs/API-reference/api/x-components.curatedchecktinyfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedchecktinyicon.md +11 -0
- package/docs/API-reference/api/x-components.currencyformatter.md +3 -3
- package/docs/API-reference/api/x-components.debounce.md +3 -3
- package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -2
- package/docs/API-reference/api/x-components.debouncedfunction.md +1 -1
- package/docs/API-reference/api/x-components.debouncefunction.md +1 -1
- package/docs/API-reference/api/x-components.debounceoptions.leading.md +1 -1
- package/docs/API-reference/api/x-components.debounceoptions.md +5 -5
- package/docs/API-reference/api/x-components.debounceoptions.trailing.md +1 -1
- package/docs/API-reference/api/x-components.decoratorfor.md +2 -2
- package/docs/API-reference/api/x-components.deepfilter.md +2 -2
- package/docs/API-reference/api/x-components.deepflat.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +5 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +25 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +4 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +1 -1
- package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +1 -1
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +9 -6
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +3 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +3 -3
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +8 -8
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +3 -3
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +1 -1
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +2 -2
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +3 -3
- package/docs/API-reference/api/x-components.deviceactions.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.force.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.md +6 -6
- package/docs/API-reference/api/x-components.devicedetector.throttlems.md +1 -1
- package/docs/API-reference/api/x-components.devicegetters.md +1 -1
- package/docs/API-reference/api/x-components.devicemutations.md +1 -1
- package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -2
- package/docs/API-reference/api/x-components.devicestate.md +4 -4
- package/docs/API-reference/api/x-components.devicestate.name.md +1 -1
- package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
- package/docs/API-reference/api/x-components.devicexevents.md +4 -4
- package/docs/API-reference/api/x-components.devicexmodule.md +1 -1
- package/docs/API-reference/api/x-components.devicexstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.diagonalarrowleftdownicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowlefttopicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowrightdownicon.md +11 -0
- package/docs/API-reference/api/x-components.diagonalarrowrighttopicon.md +11 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +2 -2
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +2 -2
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +2 -2
- package/docs/API-reference/api/x-components.disableanimationmixin.animationname.md +13 -0
- package/docs/API-reference/api/x-components.disableanimationmixin.disableanimation.md +13 -0
- package/docs/API-reference/api/x-components.disableanimationmixin.md +22 -0
- package/docs/API-reference/api/x-components.displaywiremetadata.displayoriginalquery.md +13 -0
- package/docs/API-reference/api/x-components.displaywiremetadata.md +21 -0
- package/docs/API-reference/api/x-components.documentdirection.md +2 -2
- package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +1 -1
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +10 -2
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.resetranges.md +17 -0
- package/docs/API-reference/api/x-components.empathize._refs.md +14 -0
- package/docs/API-reference/api/x-components.empathize.animation.md +1 -1
- package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +2 -2
- package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +2 -2
- package/docs/API-reference/api/x-components.empathize.md +12 -5
- package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
- package/docs/API-reference/api/x-components.empathizeactions.md +1 -1
- package/docs/API-reference/api/x-components.empathizeconfig.md +1 -1
- package/docs/API-reference/api/x-components.empathizegetters.md +1 -1
- package/docs/API-reference/api/x-components.empathizemutations.md +3 -2
- package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -2
- package/docs/API-reference/api/x-components.empathizestate.config.md +1 -1
- package/docs/API-reference/api/x-components.empathizestate.isopen.md +1 -1
- package/docs/API-reference/api/x-components.empathizestate.md +5 -5
- package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.md +6 -6
- package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
- package/docs/API-reference/api/x-components.empathizexmodule.md +1 -1
- package/docs/API-reference/api/x-components.empathizexstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +3 -3
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +2 -2
- package/docs/API-reference/api/x-components.experiencecontrols.md +22 -0
- package/docs/API-reference/api/x-components.experiencecontrols.oneventschanged.md +24 -0
- package/docs/API-reference/api/x-components.experiencecontrols.render.md +15 -0
- package/docs/API-reference/api/x-components.experiencecontrolsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md +13 -0
- package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md +24 -0
- package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md +26 -0
- package/docs/API-reference/api/x-components.experiencecontrolsactions.md +27 -0
- package/docs/API-reference/api/x-components.experiencecontrolsgetters.experiencecontrolsrequest.md +13 -0
- package/docs/API-reference/api/x-components.experiencecontrolsgetters.md +20 -0
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +23 -0
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setcontrols.md +24 -0
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setevents.md +24 -0
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.experiencecontrolsrequest.md +13 -0
- package/docs/API-reference/api/x-components.experiencecontrolsstate.controls.md +13 -0
- package/docs/API-reference/api/x-components.experiencecontrolsstate.events.md +11 -0
- package/docs/API-reference/api/x-components.experiencecontrolsstate.md +23 -0
- package/docs/API-reference/api/x-components.experiencecontrolsstate.params.md +11 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.experiencecontrolseventschanged.md +11 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.experiencecontrolsrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.md +21 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.experiencecontrolsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.extractactionpayload.md +3 -3
- package/docs/API-reference/api/x-components.extractactionreturn.md +2 -2
- package/docs/API-reference/api/x-components.extractactions.md +3 -3
- package/docs/API-reference/api/x-components.extractgetters.md +3 -3
- package/docs/API-reference/api/x-components.extractmutationpayload.md +3 -3
- package/docs/API-reference/api/x-components.extractmutations.md +3 -3
- package/docs/API-reference/api/x-components.extractpayload.md +2 -2
- package/docs/API-reference/api/x-components.extractstate.md +3 -3
- package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
- package/docs/API-reference/api/x-components.extraparams.md +3 -3
- package/docs/API-reference/api/x-components.extraparams.render.md +2 -2
- package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +1 -1
- package/docs/API-reference/api/x-components.extraparams.values.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsactions.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsgetters.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsmutations.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.extraparamsstate.md +4 -4
- package/docs/API-reference/api/x-components.extraparamsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.md +7 -7
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +2 -2
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +6 -6
- package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +2 -2
- package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +1 -1
- package/docs/API-reference/api/x-components.facetgroupentry.md +5 -5
- package/docs/API-reference/api/x-components.facets.animation.md +1 -1
- package/docs/API-reference/api/x-components.facets.md +1 -1
- package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
- package/docs/API-reference/api/x-components.facetsactions.md +1 -1
- package/docs/API-reference/api/x-components.facetsactionscontext.md +3 -3
- package/docs/API-reference/api/x-components.facetsconfig.filtersstrategyforrequest.md +13 -0
- package/docs/API-reference/api/x-components.facetsconfig.md +20 -0
- package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.md +7 -6
- package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersforrequest.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.id.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.md +5 -5
- package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +1 -1
- package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +1 -1
- package/docs/API-reference/api/x-components.facetsmixin.md +3 -3
- package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsmutations.md +8 -3
- package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsprovider.groupid.md +1 -1
- package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
- package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsprovider.render.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +5 -4
- package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +27 -0
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +4 -3
- package/docs/API-reference/api/x-components.facetsservice.md +7 -3
- package/docs/API-reference/api/x-components.facetsservice.select.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.filters.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.groups.md +1 -1
- package/docs/API-reference/api/x-components.facetsstate.md +10 -6
- package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.stickyfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +17 -14
- package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.selectedfiltersforrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-components.facetsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.facetsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.fade.appear.md +13 -0
- package/docs/API-reference/api/x-components.fade.md +21 -0
- package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.md +6 -4
- package/docs/API-reference/api/x-components.fadeandslide.tag.md +1 -1
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +15 -0
- package/docs/API-reference/api/x-components.featurelocation.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +5 -5
- package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +3 -3
- package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesemanticquerywire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchexperiencecontrolsresponse.md +13 -0
- package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchsemanticquery.md +13 -0
- package/docs/API-reference/api/x-components.filter.md +2 -2
- package/docs/API-reference/api/x-components.filterblacklistedmodules.md +2 -2
- package/docs/API-reference/api/x-components.filterfalsypayload.md +4 -4
- package/docs/API-reference/api/x-components.filtersbyfacet.md +2 -2
- package/docs/API-reference/api/x-components.filtersicon.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.filtersinjectionmixin.md +4 -4
- package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.cssclasses.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.md +5 -5
- package/docs/API-reference/api/x-components.filtersmetadata.keepsticky.md +13 -0
- package/docs/API-reference/api/x-components.filtersmetadata.md +20 -0
- package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.md +6 -5
- package/docs/API-reference/api/x-components.filterssearch.query.md +1 -1
- package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +1 -1
- package/docs/API-reference/api/x-components.filtersstrategyforrequest.md +13 -0
- package/docs/API-reference/api/x-components.filtertruthypayload.md +2 -2
- package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +2 -2
- package/docs/API-reference/api/x-components.firstparameter.md +2 -2
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +1 -1
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +2 -2
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +12 -7
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +2 -2
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +1 -1
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +2 -2
- package/docs/API-reference/api/x-components.flathierarchicalfilters.md +26 -0
- package/docs/API-reference/api/x-components.focusable_selectors.md +13 -0
- package/docs/API-reference/api/x-components.getgetterpath.md +27 -0
- package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
- package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +2 -2
- package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
- package/docs/API-reference/api/x-components.getter.md +2 -2
- package/docs/API-reference/api/x-components.gettersclass.md +3 -3
- package/docs/API-reference/api/x-components.getterstree.md +3 -3
- package/docs/API-reference/api/x-components.geturlparameter.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.created.md +2 -2
- package/docs/API-reference/api/x-components.globalxbus.md +2 -2
- package/docs/API-reference/api/x-components.grid1colicon.md +1 -1
- package/docs/API-reference/api/x-components.grid2colicon.md +1 -1
- package/docs/API-reference/api/x-components.grid2rowsicon.md +1 -1
- package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
- package/docs/API-reference/api/x-components.groupid.md +2 -2
- package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
- package/docs/API-reference/api/x-components.hearticon.md +11 -0
- package/docs/API-reference/api/x-components.hearticonfilled.md +11 -0
- package/docs/API-reference/api/x-components.hideicon.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +2 -2
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +4 -4
- package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
- package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
- package/docs/API-reference/api/x-components.highlight.md +23 -0
- package/docs/API-reference/api/x-components.highlight.text.md +13 -0
- package/docs/API-reference/api/x-components.historyicon.md +1 -1
- package/docs/API-reference/api/x-components.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -1
- package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesconfig.md +7 -7
- package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.md +8 -7
- package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +4 -4
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsearchselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesstate.md +8 -9
- package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesswitch.hashistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +22 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +14 -11
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.historyquery.md +4 -4
- package/docs/API-reference/api/x-components.historyquery.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.historytinyicon.md +1 -1
- package/docs/API-reference/api/x-components.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +5 -5
- package/docs/API-reference/api/x-components.identifierresult.query.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.result.md +2 -2
- package/docs/API-reference/api/x-components.identifierresults.animation.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +6 -5
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +7 -7
- package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +6 -6
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +3 -4
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.md +8 -9
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +6 -6
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +2 -2
- package/docs/API-reference/api/x-components.infinitescroll.md +3 -3
- package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.api.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.app.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.bus.md +3 -3
- package/docs/API-reference/api/x-components.initwrapper.md +7 -7
- package/docs/API-reference/api/x-components.initwrapper.plugin.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.api.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.app.md +2 -2
- package/docs/API-reference/api/x-components.installxoptions.bus.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.md +13 -12
- package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.plugin.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.vue.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +1 -1
- package/docs/API-reference/api/x-components.internalsearchrequest.md +5 -5
- package/docs/API-reference/api/x-components.internalsearchrequest.page.md +1 -1
- package/docs/API-reference/api/x-components.internalsearchresponse.md +22 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
- package/docs/API-reference/api/x-components.isarrayempty.md +2 -2
- package/docs/API-reference/api/x-components.iselementequalorcontained.md +2 -2
- package/docs/API-reference/api/x-components.isinrange.md +2 -2
- package/docs/API-reference/api/x-components.isnewquery.md +2 -2
- package/docs/API-reference/api/x-components.isstringempty.md +3 -3
- package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
- package/docs/API-reference/api/x-components.itemslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.items.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.md +5 -5
- package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +2 -2
- package/docs/API-reference/api/x-components.lightbulboff.md +1 -1
- package/docs/API-reference/api/x-components.lightbulbon.md +1 -1
- package/docs/API-reference/api/x-components.listitem.md +2 -2
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +1 -1
- package/docs/API-reference/api/x-components.locationprovider.location.md +1 -1
- package/docs/API-reference/api/x-components.locationprovider.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +35 -0
- package/docs/API-reference/api/x-components.mainscroll.margin.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.md +3 -3
- package/docs/API-reference/api/x-components.mainscroll.mounted.md +2 -2
- package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.threshold.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.usewindow.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem._el.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem.item.md +1 -1
- package/docs/API-reference/api/x-components.mainscrollitem.md +2 -2
- package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +2 -2
- package/docs/API-reference/api/x-components.mainscrollitem.tag.md +1 -1
- package/docs/API-reference/api/x-components.mapwire.md +2 -2
- package/docs/API-reference/api/x-components.maybearray.md +2 -2
- package/docs/API-reference/api/x-components.md +215 -71
- package/docs/API-reference/api/x-components.menuicon.md +1 -1
- package/docs/API-reference/api/x-components.minusicon.md +1 -1
- package/docs/API-reference/api/x-components.minustinyicon.md +1 -1
- package/docs/API-reference/api/x-components.monadicfunction.md +2 -2
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +1 -1
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +8 -3
- package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
- package/docs/API-reference/api/x-components.mutationnamesfor.md +3 -3
- package/docs/API-reference/api/x-components.mutationsdictionary.md +2 -2
- package/docs/API-reference/api/x-components.mutationstree.md +3 -3
- package/docs/API-reference/api/x-components.myhistory.animation.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.locale.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.md +4 -4
- package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
- package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +3 -3
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwirecommit.md +1 -1
- package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiredispatch.md +1 -1
- package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwiringdata.md +3 -3
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +2 -2
- package/docs/API-reference/api/x-components.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +7 -6
- package/docs/API-reference/api/x-components.nextqueriesgetters.md +5 -5
- package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.nextquerieslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.injectedquery.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.md +6 -3
- package/docs/API-reference/api/x-components.nextquerieslist.offset.md +1 -1
- package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +5 -4
- package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -2
- package/docs/API-reference/api/x-components.nextqueriesrequest.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.md +9 -9
- package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.params.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +8 -7
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.nextquery.events.md +1 -1
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +1 -1
- package/docs/API-reference/api/x-components.nextquery.md +5 -5
- package/docs/API-reference/api/x-components.nextquery.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.nextquerypreview.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.md +30 -0
- package/docs/API-reference/api/x-components.nextquerypreview.mounted.md +17 -0
- package/docs/API-reference/api/x-components.nextquerypreview.previewresults.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.nextquerypreview.suggestionresults.md +13 -0
- package/docs/API-reference/api/x-components.niladicfunction.md +2 -2
- package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
- package/docs/API-reference/api/x-components.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.normalizestring.md +2 -2
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +1 -1
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.numberrangefilter.md +3 -3
- package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
- package/docs/API-reference/api/x-components.pair.md +2 -2
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.partialquerybutton.md +3 -3
- package/docs/API-reference/api/x-components.partialquerybutton.query.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.items.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.md +4 -4
- package/docs/API-reference/api/x-components.payloadfactorydata.md +3 -3
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +1 -1
- package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +3 -3
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +2 -2
- package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +3 -3
- package/docs/API-reference/api/x-components.plusicon.md +1 -1
- package/docs/API-reference/api/x-components.plustinyicon.md +11 -0
- package/docs/API-reference/api/x-components.popularsearch.events.md +1 -1
- package/docs/API-reference/api/x-components.popularsearch.md +4 -4
- package/docs/API-reference/api/x-components.popularsearch.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesactions.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesconfig.md +5 -6
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +5 -5
- package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesrequest.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.config.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.md +8 -8
- package/docs/API-reference/api/x-components.popularsearchesstate.params.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +6 -6
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxmodule.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
- package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
- package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
- package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +5 -5
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +2 -2
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +1 -1
- package/docs/API-reference/api/x-components.privatexmodulesoptions.md +3 -3
- package/docs/API-reference/api/x-components.promoted.md +4 -2
- package/docs/API-reference/api/x-components.promoted.promoted.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.promotedslist.stateitems.md +1 -1
- package/docs/API-reference/api/x-components.propswithtype.md +3 -3
- package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
- package/docs/API-reference/api/x-components.queriespreviewgetters.loadedqueriespreview.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewgetters.md +20 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +25 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setselectedquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.md +23 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.selectedquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.md +23 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunselected.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.useracceptedaquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.queryfeature.md +2 -2
- package/docs/API-reference/api/x-components.queryorigin.md +3 -3
- package/docs/API-reference/api/x-components.queryorigininit.md +3 -3
- package/docs/API-reference/api/x-components.querypreview.clearondestroy.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.md +30 -0
- package/docs/API-reference/api/x-components.querypreview.params.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.previewresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.queryfeature.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.querypreviewinfo.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.querypreviewresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.results.md +18 -0
- package/docs/API-reference/api/x-components.querypreviewbutton.fullquerypreviewinfo.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewbutton.md +25 -0
- package/docs/API-reference/api/x-components.querypreviewbutton.params.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewbutton.querypreviewinfo.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.extraparams.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.filters.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.md +23 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewinfo.title.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.md +23 -0
- package/docs/API-reference/api/x-components.querypreviewitem.request.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.results.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewitem.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.animation.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.md +23 -0
- package/docs/API-reference/api/x-components.querypreviewlist.queriespreviewinfo.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewlist.queriesstatus.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +21 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.status.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestion.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsconfig.md +6 -7
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +6 -6
- package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -4
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsrequest.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +7 -8
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +7 -7
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.recommendations.animation.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.md +6 -6
- package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +1 -1
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +1 -1
- package/docs/API-reference/api/x-components.recommendations_origin.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsactions.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsconfig.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsgetters.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.md +4 -3
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsrequest.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.md +8 -8
- package/docs/API-reference/api/x-components.recommendationsstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.md +6 -6
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.redirection.abortredirect.md +2 -2
- package/docs/API-reference/api/x-components.redirection.delayinseconds.md +1 -1
- package/docs/API-reference/api/x-components.redirection.isredirecting.md +1 -1
- package/docs/API-reference/api/x-components.redirection.md +5 -5
- package/docs/API-reference/api/x-components.redirection.mode.md +1 -1
- package/docs/API-reference/api/x-components.redirection.redirect.md +2 -2
- package/docs/API-reference/api/x-components.redirection.redirections.md +1 -1
- package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +1 -1
- package/docs/API-reference/api/x-components.refreshsession.md +1 -1
- package/docs/API-reference/api/x-components.relatedtag.blurrelatedtag.md +17 -0
- package/docs/API-reference/api/x-components.relatedtag.clickrelatedtag.md +17 -0
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +1 -1
- package/docs/API-reference/api/x-components.relatedtag.md +7 -5
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.animation.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +4 -4
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +6 -6
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsquery.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsrequest.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.config.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.md +8 -8
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +9 -9
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxmodule.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +2 -2
- package/docs/API-reference/api/x-components.renderlessextraparams.md +2 -2
- package/docs/API-reference/api/x-components.renderlessextraparams.name.md +1 -1
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.renderlessfilter.md +4 -4
- package/docs/API-reference/api/x-components.renderlessfilter.render.md +2 -2
- package/docs/API-reference/api/x-components.requeststatus.md +2 -2
- package/docs/API-reference/api/x-components.resetappending.md +2 -2
- package/docs/API-reference/api/x-components.resetfromnoresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.resetisnoresults.md +13 -0
- package/docs/API-reference/api/x-components.resetrequestonrefinement.md +13 -0
- package/docs/API-reference/api/x-components.resetrequestonrefinementwire.md +13 -0
- package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +2 -2
- package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +13 -0
- package/docs/API-reference/api/x-components.resultfeature.md +2 -2
- package/docs/API-reference/api/x-components.resultorigin.md +3 -3
- package/docs/API-reference/api/x-components.resultslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +15 -4
- package/docs/API-reference/api/x-components.resultslist.providedquery.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.searchstatus.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.updatequery.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantselector.level.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantselector.result.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.selectedvariants.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantselector.selectresultvariant.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.autoselectdepth.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.md +37 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.render.md +26 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.resetselectedvariants.md +17 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.result.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.resulttoprovide.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectedvariants.md +13 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectfirstvariants.md +24 -0
- package/docs/API-reference/api/x-components.resultvariantsprovider.selectresultvariant.md +25 -0
- package/docs/API-reference/api/x-components.returns.md +2 -2
- package/docs/API-reference/api/x-components.rootstorestateandgetters.md +3 -3
- package/docs/API-reference/api/x-components.rootxstorestate.md +4 -4
- package/docs/API-reference/api/x-components.rootxstorestate.x.md +1 -1
- package/docs/API-reference/api/x-components.sanitize.md +1 -1
- package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +1 -1
- package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +1 -1
- package/docs/API-reference/api/x-components.saveoriginwire.md +2 -2
- package/docs/API-reference/api/x-components.savequery.md +1 -1
- package/docs/API-reference/api/x-components.savesearchorigin.md +1 -1
- package/docs/API-reference/api/x-components.savesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.scroll.id.md +1 -1
- package/docs/API-reference/api/x-components.scroll.md +2 -2
- package/docs/API-reference/api/x-components.scrollactions.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +1 -1
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +8 -8
- package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +1 -1
- package/docs/API-reference/api/x-components.scrolldirection.md +2 -2
- package/docs/API-reference/api/x-components.scrollgetters.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin._el.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +2 -2
- package/docs/API-reference/api/x-components.scrollmixin.md +5 -4
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.throtteledcall.md +11 -0
- package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +1 -1
- package/docs/API-reference/api/x-components.scrollmutations.md +1 -1
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -2
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -2
- package/docs/API-reference/api/x-components.scrollstate.data.md +1 -1
- package/docs/API-reference/api/x-components.scrollstate.md +5 -5
- package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +1 -1
- package/docs/API-reference/api/x-components.scrollstatepayload.md +5 -5
- package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.animation.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +1 -1
- package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +1 -1
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +1 -1
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -2
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -2
- package/docs/API-reference/api/x-components.scrollxevents.md +11 -11
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
- package/docs/API-reference/api/x-components.scrollxmodule.md +1 -1
- package/docs/API-reference/api/x-components.scrollxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.searchactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +4 -4
- package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.searchboxactions.md +2 -1
- package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.searchboxgetters.md +4 -4
- package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxmutations.md +3 -3
- package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +5 -5
- package/docs/API-reference/api/x-components.searchboxxevents.md +15 -13
- package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxmodule.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.md +5 -5
- package/docs/API-reference/api/x-components.searchbutton.query.md +1 -1
- package/docs/API-reference/api/x-components.searchconfig.md +4 -4
- package/docs/API-reference/api/x-components.searchconfig.pagesize.md +1 -1
- package/docs/API-reference/api/x-components.searchgetters.md +5 -5
- package/docs/API-reference/api/x-components.searchgetters.query.md +1 -1
- package/docs/API-reference/api/x-components.searchgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.searchicon.md +1 -1
- package/docs/API-reference/api/x-components.searchinput._refs.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.autofocus.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.instant.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.maxlength.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.md +10 -9
- package/docs/API-reference/api/x-components.searchinput.mounted.md +2 -2
- package/docs/API-reference/api/x-components.searchinput.query.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animateonlyonhover.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animation.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.animationintervalms.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.beforedestroy.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +34 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.messages.md +13 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserblurredsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserfocusedsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredinsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchinputplaceholder.onuserhoveredoutsearchbox.md +15 -0
- package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.md +8 -6
- package/docs/API-reference/api/x-components.searchmutations.resetstate.md +17 -0
- package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +3 -3
- package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.updateresult.md +24 -0
- package/docs/API-reference/api/x-components.searchquery.md +2 -2
- package/docs/API-reference/api/x-components.searchrequest.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.banners.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.config.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.facets.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.fromnoresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.isappendresults.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.isnoresults.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +23 -22
- package/docs/API-reference/api/x-components.searchstate.origin.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.page.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.params.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.partialresults.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.promoteds.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.redirections.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.results.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.sort.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.totalresults.md +1 -1
- package/docs/API-reference/api/x-components.searchtinyicon.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.md +20 -19
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +8 -3
- package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +1 -1
- package/docs/API-reference/api/x-components.searchxmodule.md +1 -1
- package/docs/API-reference/api/x-components.searchxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +1 -1
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.semanticqueries.findsemanticquery.md +26 -0
- package/docs/API-reference/api/x-components.semanticqueries.md +27 -0
- package/docs/API-reference/api/x-components.semanticqueries.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +26 -0
- package/docs/API-reference/api/x-components.semanticqueriesactions.md +21 -0
- package/docs/API-reference/api/x-components.semanticqueriesconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesconfig.md +21 -0
- package/docs/API-reference/api/x-components.semanticqueriesconfig.threshold.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.md +21 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +23 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +24 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.semanticqueries.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesstate.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesxevents.md +21 -0
- package/docs/API-reference/api/x-components.semanticqueriesxevents.semanticqueryrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesxevents.userselectedasemanticquery.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.semanticquery.md +22 -0
- package/docs/API-reference/api/x-components.semanticquery.query.md +13 -0
- package/docs/API-reference/api/x-components.semanticquery.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.sessionhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.setconsent.md +1 -1
- package/docs/API-reference/api/x-components.setextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setfiltersfromhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.sethistoryqueriesqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +1 -1
- package/docs/API-reference/api/x-components.setidentifierresultsqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setname.md +1 -1
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setnextqueriesextraparamsfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +1 -1
- package/docs/API-reference/api/x-components.setnextqueriesqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setparams.md +1 -1
- package/docs/API-reference/api/x-components.setpendingscrolltowire.md +1 -1
- package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +1 -1
- package/docs/API-reference/api/x-components.setqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromsearchresponsechangedwire.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparamsfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +1 -1
- package/docs/API-reference/api/x-components.setquerysuggestionsqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +1 -1
- package/docs/API-reference/api/x-components.setquerywire.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtagsextraparamsfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtagsquery.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtagsqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setscrolldirectionwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +1 -1
- package/docs/API-reference/api/x-components.setscrollpositionwire.md +1 -1
- package/docs/API-reference/api/x-components.setsearchedqueries.md +1 -1
- package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.setsearchextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setsearchextraparamsfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setsearchpage.md +2 -2
- package/docs/API-reference/api/x-components.setsearchquery.md +2 -2
- package/docs/API-reference/api/x-components.setsearchqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setsearchselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.setsearchselectedfiltersfromhistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.setsearchselectedfiltersfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setsearchurlparams.md +1 -1
- package/docs/API-reference/api/x-components.setselectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.setselectedfiltersfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.setselectedquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.setsemanticqueriesextraparamswire.md +13 -0
- package/docs/API-reference/api/x-components.setsort.md +2 -2
- package/docs/API-reference/api/x-components.setstatus.md +2 -2
- package/docs/API-reference/api/x-components.settaggingconfig.md +1 -1
- package/docs/API-reference/api/x-components.settingsicon.md +11 -0
- package/docs/API-reference/api/x-components.settotalresultsfromsearchresponsechangedwire.md +13 -0
- package/docs/API-reference/api/x-components.settotalresultswire.md +13 -0
- package/docs/API-reference/api/x-components.setupdevtools.md +27 -0
- package/docs/API-reference/api/x-components.seturlfilters.md +1 -1
- package/docs/API-reference/api/x-components.seturlpage.md +1 -1
- package/docs/API-reference/api/x-components.seturlparams.md +2 -2
- package/docs/API-reference/api/x-components.seturlparamsfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.seturlparamswire.md +1 -1
- package/docs/API-reference/api/x-components.seturlquery.md +1 -1
- package/docs/API-reference/api/x-components.seturlqueryfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.seturlrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.seturlscroll.md +1 -1
- package/docs/API-reference/api/x-components.seturlselectedfiltersfrompreview.md +13 -0
- package/docs/API-reference/api/x-components.seturlsort.md +1 -1
- package/docs/API-reference/api/x-components.showicon.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.clickevents.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.md +3 -3
- package/docs/API-reference/api/x-components.simplestateselector.md +2 -2
- package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +1 -1
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +8 -3
- package/docs/API-reference/api/x-components.slicedfilters.max.md +1 -1
- package/docs/API-reference/api/x-components.slicedfilters.md +3 -3
- package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.md +5 -4
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
- package/docs/API-reference/api/x-components.snippetcallbacks.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.consent.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.env.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.instance.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.isspa.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.md +16 -14
- package/docs/API-reference/api/x-components.snippetconfig.productid.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.scope.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.uilang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +4 -4
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +1 -1
- package/docs/API-reference/api/x-components.sortazicon.md +11 -0
- package/docs/API-reference/api/x-components.sortdropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.sortdropdown.md +3 -3
- package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
- package/docs/API-reference/api/x-components.sortedfilters.render.md +2 -2
- package/docs/API-reference/api/x-components.sortlist.animation.md +1 -1
- package/docs/API-reference/api/x-components.sortlist.md +3 -3
- package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
- package/docs/API-reference/api/x-components.sortmixin.md +3 -3
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
- package/docs/API-reference/api/x-components.sortpickerlist.animation.md +13 -0
- package/docs/API-reference/api/x-components.sortpickerlist.md +25 -0
- package/docs/API-reference/api/x-components.sortpricedownicon.md +11 -0
- package/docs/API-reference/api/x-components.sortpriceupicon.md +11 -0
- package/docs/API-reference/api/x-components.sortrelevancyicon.md +11 -0
- package/docs/API-reference/api/x-components.sortzaicon.md +11 -0
- package/docs/API-reference/api/x-components.spatialnavigation.md +1 -1
- package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -2
- package/docs/API-reference/api/x-components.spellcheck.md +2 -2
- package/docs/API-reference/api/x-components.spellcheck.query.md +1 -1
- package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.spellcheckbutton.md +3 -3
- package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.md +10 -3
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +11 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +2 -2
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +2 -2
- package/docs/API-reference/api/x-components.starfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.staricon.md +1 -1
- package/docs/API-reference/api/x-components.state.md +2 -2
- package/docs/API-reference/api/x-components.stateselector.filter.md +5 -4
- package/docs/API-reference/api/x-components.stateselector.md +7 -6
- package/docs/API-reference/api/x-components.stateselector.metadata.md +11 -0
- package/docs/API-reference/api/x-components.stateselector.selector.md +1 -1
- package/docs/API-reference/api/x-components.statusmutations.md +1 -1
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -2
- package/docs/API-reference/api/x-components.statusstate.md +4 -4
- package/docs/API-reference/api/x-components.statusstate.status.md +1 -1
- package/docs/API-reference/api/x-components.storagekey.md +1 -1
- package/docs/API-reference/api/x-components.storeemitters.md +3 -3
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +3 -3
- package/docs/API-reference/api/x-components.subobject.md +2 -2
- package/docs/API-reference/api/x-components.tagfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.tagging.activeconsent.md +1 -1
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +2 -2
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +1 -1
- package/docs/API-reference/api/x-components.tagging.config.md +1 -1
- package/docs/API-reference/api/x-components.tagging.consent.md +1 -1
- package/docs/API-reference/api/x-components.tagging.created.md +2 -2
- package/docs/API-reference/api/x-components.tagging.md +7 -7
- package/docs/API-reference/api/x-components.tagging.render.md +2 -2
- package/docs/API-reference/api/x-components.taggingactions.md +1 -1
- package/docs/API-reference/api/x-components.taggingactions.track.md +2 -2
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +1 -1
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +1 -1
- package/docs/API-reference/api/x-components.taggingconfig.md +7 -7
- package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +1 -1
- package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +1 -1
- package/docs/API-reference/api/x-components.tagginggetters.md +1 -1
- package/docs/API-reference/api/x-components.taggingmutations.md +3 -3
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -2
- package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +2 -2
- package/docs/API-reference/api/x-components.taggingstate.config.md +1 -1
- package/docs/API-reference/api/x-components.taggingstate.consent.md +1 -1
- package/docs/API-reference/api/x-components.taggingstate.md +6 -6
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.md +10 -10
- package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +1 -1
- package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
- package/docs/API-reference/api/x-components.taggingxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.tagicon.md +1 -1
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +3 -3
- package/docs/API-reference/api/x-components.throttle.md +3 -3
- package/docs/API-reference/api/x-components.throttlefunction.md +1 -1
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +1 -1
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +1 -1
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +5 -5
- package/docs/API-reference/api/x-components.timeselector.md +3 -3
- package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.togglerelatedtagwire.md +1 -1
- package/docs/API-reference/api/x-components.tokebabcase.md +2 -2
- package/docs/API-reference/api/x-components.track.md +1 -1
- package/docs/API-reference/api/x-components.trackaddtocartwire.md +2 -2
- package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackdisplayclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +1 -1
- package/docs/API-reference/api/x-components.trackresultclickedwire.md +2 -2
- package/docs/API-reference/api/x-components.trashicon.md +1 -1
- package/docs/API-reference/api/x-components.trashopenicon.md +1 -1
- package/docs/API-reference/api/x-components.trendingicon.md +1 -1
- package/docs/API-reference/api/x-components.trendingtinyicon.md +1 -1
- package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.urlactioncontext.md +3 -3
- package/docs/API-reference/api/x-components.urlactions.md +1 -1
- package/docs/API-reference/api/x-components.urlgetters.md +4 -4
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +1 -1
- package/docs/API-reference/api/x-components.urlhandler.created.md +2 -2
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +1 -1
- package/docs/API-reference/api/x-components.urlhandler.md +3 -3
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +2 -2
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.md +2 -3
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -2
- package/docs/API-reference/api/x-components.urlparamkey.md +3 -3
- package/docs/API-reference/api/x-components.urlparams.filter.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.md +9 -9
- package/docs/API-reference/api/x-components.urlparams.page.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.query.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.scroll.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.sort.md +1 -1
- package/docs/API-reference/api/x-components.urlparams.tag.md +1 -1
- package/docs/API-reference/api/x-components.urlparamvalue.md +2 -2
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +1 -1
- package/docs/API-reference/api/x-components.urlstate.md +5 -5
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.md +7 -7
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +13 -0
- package/docs/API-reference/api/x-components.urlxmodule.md +1 -1
- package/docs/API-reference/api/x-components.urlxstoremodule.md +3 -3
- package/docs/API-reference/api/x-components.use_x.md +19 -0
- package/docs/API-reference/api/x-components.usedeviceflags.md +13 -0
- package/docs/API-reference/api/x-components.usedevicereturn.md +19 -0
- package/docs/API-reference/api/x-components.usequeriespreview.md +13 -0
- package/docs/API-reference/api/x-components.userfilledicon.md +11 -0
- package/docs/API-reference/api/x-components.usericon.md +1 -1
- package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +2 -2
- package/docs/API-reference/api/x-components.vuecssclasses.md +2 -2
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +5 -5
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +1 -1
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +1 -1
- package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.id.md +1 -1
- package/docs/API-reference/api/x-components.windowscroll.md +4 -4
- package/docs/API-reference/api/x-components.windowscroll.mounted.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.render.md +2 -2
- package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +1 -1
- package/docs/API-reference/api/x-components.wire.md +3 -3
- package/docs/API-reference/api/x-components.wirecommit.md +2 -2
- package/docs/API-reference/api/x-components.wirecommit_1.md +2 -2
- package/docs/API-reference/api/x-components.wirecommit_2.md +2 -2
- package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch_1.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch_2.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wireforevent.md +3 -3
- package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.feature.md +2 -2
- package/docs/API-reference/api/x-components.wiremetadata.id.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.ignoreinmodules.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.location.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.md +13 -9
- package/docs/API-reference/api/x-components.wiremetadata.modulename.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.priority.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.replaceable.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.target.md +1 -1
- package/docs/API-reference/api/x-components.wireparams.md +5 -5
- package/docs/API-reference/api/x-components.wireparams.store.md +1 -1
- package/docs/API-reference/api/x-components.wirepayload.md +3 -9
- package/docs/API-reference/api/x-components.wireservice.md +1 -1
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
- package/docs/API-reference/api/x-components.wiring.md +3 -3
- package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +2 -2
- package/docs/API-reference/api/x-components.xactioncontext.getters.md +1 -1
- package/docs/API-reference/api/x-components.xactioncontext.md +5 -5
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +3 -3
- package/docs/API-reference/api/x-components.xapi.init.md +4 -4
- package/docs/API-reference/api/x-components.xapi.md +1 -1
- package/docs/API-reference/api/x-components.xapi.search.md +3 -3
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fromnoresultswithfilters.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullquerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.ishistoryqueriesenabled.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +32 -24
- package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.searchboxstatus.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.semanticqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +9 -8
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +10 -10
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentapi.md +3 -3
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -4
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +5 -6
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +7 -7
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +2 -3
- package/docs/API-reference/api/x-components.xcomponentmixin.md +2 -2
- package/docs/API-reference/api/x-components.xemit.md +3 -3
- package/docs/API-reference/api/x-components.xevent.md +3 -3
- package/docs/API-reference/api/x-components.xeventlisteners.md +3 -3
- package/docs/API-reference/api/x-components.xeventpayload.md +3 -3
- package/docs/API-reference/api/x-components.xeventsof.md +3 -3
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.md +38 -30
- package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedadisplayresult.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +2 -2
- package/docs/API-reference/api/x-components.xinject.md +3 -3
- package/docs/API-reference/api/x-components.xinjectkey.md +2 -2
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +1 -1
- package/docs/API-reference/api/x-components.xinstaller.init.md +3 -3
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +2 -2
- package/docs/API-reference/api/x-components.xinstaller.md +8 -6
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.options.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.md +7 -7
- package/docs/API-reference/api/x-components.xmodule.name.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.storeemitters.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.storemodule.md +1 -1
- package/docs/API-reference/api/x-components.xmodule.wiring.md +1 -1
- package/docs/API-reference/api/x-components.xmodulename.md +3 -3
- package/docs/API-reference/api/x-components.xmoduleoptions.config.md +1 -1
- package/docs/API-reference/api/x-components.xmoduleoptions.md +5 -5
- package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +1 -1
- package/docs/API-reference/api/x-components.xmodulesoptions.md +3 -3
- package/docs/API-reference/api/x-components.xmodulestree.device.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.empathize.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.experiencecontrols.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.facets.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.md +22 -19
- package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.search.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.semanticqueries.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.tagging.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.url.md +1 -1
- package/docs/API-reference/api/x-components.xon.md +3 -3
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +3 -3
- package/docs/API-reference/api/x-components.xplugin.adapter.md +3 -3
- package/docs/API-reference/api/x-components.xplugin.bus.md +3 -3
- package/docs/API-reference/api/x-components.xplugin.md +5 -7
- package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +2 -2
- package/docs/API-reference/api/x-components.xplugin.store.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
- package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +2 -2
- package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.md +8 -8
- package/docs/API-reference/api/x-components.xpluginoptions.store.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +1 -1
- package/docs/API-reference/api/x-components.xprovide.md +2 -2
- package/docs/API-reference/api/x-components.xstoremodule.actions.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.getters.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.md +7 -7
- package/docs/API-reference/api/x-components.xstoremodule.mutations.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.state.md +1 -1
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +3 -3
- package/docs/API-reference/api/x-types.banner.image.md +1 -1
- package/docs/API-reference/api/x-types.banner.md +8 -7
- package/docs/API-reference/api/x-types.banner.position.md +13 -0
- package/docs/API-reference/api/x-types.banner.title.md +2 -2
- package/docs/API-reference/api/x-types.banner.url.md +2 -2
- package/docs/API-reference/api/x-types.bannerschema.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.label.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.md +7 -7
- package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -3
- package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +6 -6
- package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +6 -6
- package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.experiencecontrolsrequest.md +15 -0
- package/docs/API-reference/api/x-types.experiencecontrolsresponse.controls.md +11 -0
- package/docs/API-reference/api/x-types.experiencecontrolsresponse.events.md +11 -0
- package/docs/API-reference/api/x-types.experiencecontrolsresponse.md +21 -0
- package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
- package/docs/API-reference/api/x-types.extraparamsrequest.md +8 -1
- package/docs/API-reference/api/x-types.facet.filters.md +1 -1
- package/docs/API-reference/api/x-types.facet.label.md +1 -1
- package/docs/API-reference/api/x-types.facet.md +6 -6
- package/docs/API-reference/api/x-types.facetfilter.facetid.md +1 -1
- package/docs/API-reference/api/x-types.facetfilter.md +6 -6
- package/docs/API-reference/api/x-types.facetfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.facetfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.facetmodelname.md +2 -2
- package/docs/API-reference/api/x-types.facetschema.md +1 -1
- package/docs/API-reference/api/x-types.filter.md +5 -5
- package/docs/API-reference/api/x-types.filter.selected.md +1 -1
- package/docs/API-reference/api/x-types.filterablerequest.filters.md +1 -1
- package/docs/API-reference/api/x-types.filterablerequest.md +4 -4
- package/docs/API-reference/api/x-types.filtermodelname.md +3 -3
- package/docs/API-reference/api/x-types.filterschema.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacet.md +6 -6
- package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +3 -3
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +7 -7
- package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.historyquery.md +6 -5
- package/docs/API-reference/api/x-types.historyquery.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-types.historyquery.timestamp.md +1 -1
- package/docs/API-reference/api/x-types.historyqueryschema.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.md +4 -4
- package/docs/API-reference/api/x-types.identifierresultsrequest.md +2 -2
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +4 -4
- package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +1 -1
- package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -2
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -2
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-types.isfacetfilter.md +2 -2
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -2
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -2
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -2
- package/docs/API-reference/api/x-types.israwfilter.md +2 -2
- package/docs/API-reference/api/x-types.issimplefacet.md +2 -2
- package/docs/API-reference/api/x-types.issimplefilter.md +2 -2
- package/docs/API-reference/api/x-types.md +9 -0
- package/docs/API-reference/api/x-types.modelnametype.md +3 -3
- package/docs/API-reference/api/x-types.namedmodel.md +4 -4
- package/docs/API-reference/api/x-types.namedmodel.modelname.md +1 -1
- package/docs/API-reference/api/x-types.nextqueries.md +5 -5
- package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.nextqueriesrequest.md +3 -3
- package/docs/API-reference/api/x-types.nextqueriesresponse.md +4 -4
- package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.nextquery.iscurated.md +1 -1
- package/docs/API-reference/api/x-types.nextquery.md +5 -5
- package/docs/API-reference/api/x-types.nextqueryschema.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacet.md +6 -6
- package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilter.md +6 -6
- package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilter.range.md +1 -1
- package/docs/API-reference/api/x-types.numberrangefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.pageablerequest.md +5 -5
- package/docs/API-reference/api/x-types.pageablerequest.rows.md +1 -1
- package/docs/API-reference/api/x-types.pageablerequest.start.md +1 -1
- package/docs/API-reference/api/x-types.partialresult.md +6 -6
- package/docs/API-reference/api/x-types.partialresult.results.md +1 -1
- package/docs/API-reference/api/x-types.partialresult.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.popularsearchesrequest.md +2 -2
- package/docs/API-reference/api/x-types.popularsearchesresponse.md +4 -4
- package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +1 -1
- package/docs/API-reference/api/x-types.previewable.facets.md +1 -1
- package/docs/API-reference/api/x-types.previewable.md +7 -7
- package/docs/API-reference/api/x-types.previewable.query.md +1 -1
- package/docs/API-reference/api/x-types.previewable.results.md +1 -1
- package/docs/API-reference/api/x-types.previewable.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.previewresults.items.md +13 -0
- package/docs/API-reference/api/x-types.previewresults.md +22 -0
- package/docs/API-reference/api/x-types.previewresults.query.md +13 -0
- package/docs/API-reference/api/x-types.previewresults.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.promoted.image.md +1 -1
- package/docs/API-reference/api/x-types.promoted.md +8 -7
- package/docs/API-reference/api/x-types.promoted.position.md +13 -0
- package/docs/API-reference/api/x-types.promoted.title.md +1 -1
- package/docs/API-reference/api/x-types.promoted.url.md +1 -1
- package/docs/API-reference/api/x-types.promotedschema.md +1 -1
- package/docs/API-reference/api/x-types.queryablerequest.md +4 -4
- package/docs/API-reference/api/x-types.queryablerequest.query.md +1 -1
- package/docs/API-reference/api/x-types.querysuggestionsrequest.md +2 -2
- package/docs/API-reference/api/x-types.querysuggestionsresponse.md +4 -4
- package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +1 -1
- package/docs/API-reference/api/x-types.rangevalue.max.md +1 -1
- package/docs/API-reference/api/x-types.rangevalue.md +5 -5
- package/docs/API-reference/api/x-types.rangevalue.min.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.id.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.md +7 -7
- package/docs/API-reference/api/x-types.rawfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.selected.md +1 -1
- package/docs/API-reference/api/x-types.rawfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.recommendationschema.md +1 -1
- package/docs/API-reference/api/x-types.recommendationsrequest.md +2 -2
- package/docs/API-reference/api/x-types.recommendationsresponse.md +4 -4
- package/docs/API-reference/api/x-types.recommendationsresponse.results.md +1 -1
- package/docs/API-reference/api/x-types.redirection.md +5 -5
- package/docs/API-reference/api/x-types.redirection.url.md +1 -1
- package/docs/API-reference/api/x-types.redirectionschema.md +1 -1
- package/docs/API-reference/api/x-types.relatedtag.iscurated.md +1 -1
- package/docs/API-reference/api/x-types.relatedtag.md +6 -6
- package/docs/API-reference/api/x-types.relatedtag.tag.md +1 -1
- package/docs/API-reference/api/x-types.relatedtagschema.md +1 -1
- package/docs/API-reference/api/x-types.relatedtagsrequest.md +3 -3
- package/docs/API-reference/api/x-types.relatedtagsresponse.md +4 -4
- package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +1 -1
- package/docs/API-reference/api/x-types.result.identifier.md +2 -2
- package/docs/API-reference/api/x-types.result.images.md +2 -2
- package/docs/API-reference/api/x-types.result.iswishlisted.md +2 -2
- package/docs/API-reference/api/x-types.result.md +13 -12
- package/docs/API-reference/api/x-types.result.name.md +2 -2
- package/docs/API-reference/api/x-types.result.price.md +2 -2
- package/docs/API-reference/api/x-types.result.rating.md +2 -2
- package/docs/API-reference/api/x-types.result.type.md +2 -2
- package/docs/API-reference/api/x-types.result.url.md +2 -2
- package/docs/API-reference/api/x-types.result.variants.md +13 -0
- package/docs/API-reference/api/x-types.resultidentifier.md +4 -4
- package/docs/API-reference/api/x-types.resultidentifier.value.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.futurevalue.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +2 -2
- package/docs/API-reference/api/x-types.resultprice.md +7 -6
- package/docs/API-reference/api/x-types.resultprice.originalvalue.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.value.md +1 -1
- package/docs/API-reference/api/x-types.resultrating.md +4 -4
- package/docs/API-reference/api/x-types.resultrating.value.md +1 -1
- package/docs/API-reference/api/x-types.resultschema.md +1 -1
- package/docs/API-reference/api/x-types.resultvariant.md +15 -0
- package/docs/API-reference/api/x-types.searchrequest.md +2 -2
- package/docs/API-reference/api/x-types.searchresponse.banners.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.facets.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.md +12 -12
- package/docs/API-reference/api/x-types.searchresponse.partialresults.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.promoteds.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.querytagging.md +2 -2
- package/docs/API-reference/api/x-types.searchresponse.redirections.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.results.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +1 -1
- package/docs/API-reference/api/x-types.searchresponse.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.semanticqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-types.semanticqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-types.semanticqueriesresponse.semanticqueries.md +11 -0
- package/docs/API-reference/api/x-types.semanticquery.distance.md +11 -0
- package/docs/API-reference/api/x-types.semanticquery.md +22 -0
- package/docs/API-reference/api/x-types.semanticquery.query.md +11 -0
- package/docs/API-reference/api/x-types.semanticqueryschema.md +13 -0
- package/docs/API-reference/api/x-types.simplefacet.filters.md +1 -1
- package/docs/API-reference/api/x-types.simplefacet.md +6 -6
- package/docs/API-reference/api/x-types.simplefacet.modelname.md +1 -1
- package/docs/API-reference/api/x-types.simplefacetschema.md +1 -1
- package/docs/API-reference/api/x-types.simplefilter.md +5 -5
- package/docs/API-reference/api/x-types.simplefilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.simplefilterschema.md +1 -1
- package/docs/API-reference/api/x-types.sort.md +2 -2
- package/docs/API-reference/api/x-types.sortablerequest.md +4 -4
- package/docs/API-reference/api/x-types.sortablerequest.sort.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.iscurated.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.md +6 -7
- package/docs/API-reference/api/x-types.suggestionschema.md +1 -1
- package/docs/API-reference/api/x-types.taggable.md +4 -4
- package/docs/API-reference/api/x-types.taggable.tagging.md +2 -2
- package/docs/API-reference/api/x-types.taggableschema.md +1 -1
- package/docs/API-reference/api/x-types.tagging.add2cart.md +1 -1
- package/docs/API-reference/api/x-types.tagging.checkout.md +1 -1
- package/docs/API-reference/api/x-types.tagging.click.md +1 -1
- package/docs/API-reference/api/x-types.tagging.md +8 -8
- package/docs/API-reference/api/x-types.tagging.query.md +1 -1
- package/docs/API-reference/api/x-types.tagging.wishlist.md +1 -1
- package/docs/API-reference/api/x-types.taggingrequest.md +5 -5
- package/docs/API-reference/api/x-types.taggingrequest.params.md +1 -1
- package/docs/API-reference/api/x-types.taggingrequest.url.md +1 -1
- package/docs/API-reference/api/x-types.taggingrequestschema.md +1 -1
- package/docs/API-reference/api/x-types.taggingschema.md +1 -1
- package/docs/API-reference/api/x-types.trackablerequest.md +4 -4
- package/docs/API-reference/api/x-types.trackablerequest.origin.md +1 -1
- package/docs/API-reference/api/x-types.trackableshowresponse.md +4 -4
- package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +1 -1
- package/docs/API-reference/api/x-types.userinfo.md +6 -6
- package/docs/API-reference/api/x-types.userinfo.session.md +1 -1
- package/docs/API-reference/api/x-types.userinfo.user.md +1 -1
- package/docs/API-reference/api/x-types.userinfo.usertype.md +1 -1
- package/docs/API-reference/api/x-types.xcomponentsadapter.experiencecontrols.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +27 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.semanticqueries.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +18 -18
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +8 -2
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +8 -2
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +8 -2
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +6 -5
- package/docs/API-reference/components/common/animations/x-components.fade.md +54 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +8 -2
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +2 -2
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +56 -59
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +94 -41
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +129 -130
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -17
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +1 -2
- package/docs/API-reference/components/common/icons/x-components.cart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.plus-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-az.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-relevancy.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-za.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.star-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.tag-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.user-filled.md +7 -0
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +3 -0
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +11 -10
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +29 -30
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +28 -27
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +66 -44
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +55 -23
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +56 -23
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +48 -20
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +117 -27
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +49 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +84 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +49 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +29 -10
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +27 -31
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +28 -31
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +331 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +6 -6
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +11 -11
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +2 -3
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +64 -10
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +4 -4
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +19 -21
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +130 -133
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +280 -0
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +185 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +68 -68
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +100 -42
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +128 -41
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +34 -23
- package/docs/API-reference/components/common/x-components.base-dropdown.md +21 -22
- package/docs/API-reference/components/common/x-components.base-event-button.md +8 -11
- package/docs/API-reference/components/common/x-components.base-grid.md +24 -9
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +12 -12
- package/docs/API-reference/components/common/x-components.base-rating.md +1 -2
- package/docs/API-reference/components/common/x-components.base-switch.md +79 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +144 -44
- package/docs/API-reference/components/common/x-components.global-x-bus.md +13 -17
- package/docs/API-reference/components/common/x-components.highlight.md +100 -0
- package/docs/API-reference/components/common/x-components.items-list.md +5 -5
- package/docs/API-reference/components/common/x-components.location-provider.md +13 -14
- package/docs/API-reference/components/common/x-components.sliding-panel.md +128 -88
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +12 -10
- package/docs/API-reference/components/device/x-components.device-detector.md +63 -63
- package/docs/API-reference/components/empathize/x-components.empathize.md +19 -19
- package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +30 -0
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +17 -20
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +17 -18
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +24 -24
- package/docs/API-reference/components/facets/x-components.clear-filters.md +11 -14
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +56 -55
- package/docs/API-reference/components/facets/x-components.facets/facets.md +74 -55
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +12 -12
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +147 -103
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +135 -99
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +74 -77
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +88 -94
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +85 -85
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +1 -2
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +2 -6
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +27 -28
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +4 -4
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +29 -14
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -24
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +73 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +24 -27
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +84 -82
- package/docs/API-reference/components/history-queries/x-components.history-query.md +112 -48
- package/docs/API-reference/components/history-queries/x-components.my-history.md +94 -76
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +10 -10
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +5 -5
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +30 -6
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +86 -53
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +73 -68
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +196 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +57 -59
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +48 -47
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +58 -59
- package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +93 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +133 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +200 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +65 -66
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +79 -79
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +105 -79
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +63 -63
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +89 -62
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +18 -23
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +54 -63
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +18 -17
- package/docs/API-reference/components/scroll/x-components.scroll.md +74 -71
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +88 -86
- package/docs/API-reference/components/search/x-components.banner.md +51 -23
- package/docs/API-reference/components/search/x-components.banners-list.md +65 -65
- package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +47 -0
- package/docs/API-reference/components/search/x-components.partial-query-button.md +22 -20
- package/docs/API-reference/components/search/x-components.partial-results-list.md +2 -2
- package/docs/API-reference/components/search/x-components.promoted.md +58 -21
- package/docs/API-reference/components/search/x-components.promoteds-list.md +67 -67
- package/docs/API-reference/components/search/x-components.redirection.md +31 -29
- package/docs/API-reference/components/search/x-components.results-list.md +75 -74
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +42 -44
- package/docs/API-reference/components/search/x-components.sort-list.md +37 -35
- package/docs/API-reference/components/search/x-components.sort-picker-list.md +127 -0
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +14 -12
- package/docs/API-reference/components/search/x-components.spellcheck.md +10 -10
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +42 -50
- package/docs/API-reference/components/search-box/x-components.search-button.md +47 -49
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +96 -0
- package/docs/API-reference/components/search-box/x-components.search-input.md +63 -62
- package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +194 -0
- package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +94 -0
- package/docs/API-reference/components/tagging/x-components.tagging.md +36 -41
- package/docs/API-reference/components/url/x-components.url-handler.md +22 -22
- package/docs/assets/features/overview-my-history.svg +279 -0
- package/docs/assets/features/overview-product-results-card.svg +128 -0
- package/docs/assets/interface/build-search-ui.svg +167 -0
- package/docs/assets/interface/experience-search-intro.svg +1 -0
- package/docs/assets/interface/integration-guide.svg +1 -0
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +1 -0
- 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 +189 -0
- 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 +472 -0
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +259 -0
- package/docs/assets/interface/x-search-box-elements.svg +1 -0
- package/docs/assets/interface/x-search-box.svg +60 -0
- package/docs/build-search-ui/README.md +9 -9
- package/docs/build-search-ui/sidebar.js +7 -0
- package/docs/build-search-ui/web-archetype-development-guide.md +20 -22
- package/docs/build-search-ui/web-archetype-integration-guide.md +166 -59
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +43 -7
- package/docs/build-search-ui/web-x-architecture.md +1 -3
- package/docs/build-search-ui/web-x-components-development-guide.md +33 -79
- package/docs/experience-search-and-discovery/README.md +131 -0
- package/docs/experience-search-and-discovery/empathize.md +114 -0
- package/docs/experience-search-and-discovery/facets-and-filters.md +151 -0
- package/docs/experience-search-and-discovery/history-queries.md +67 -0
- package/docs/experience-search-and-discovery/id-results.md +46 -0
- package/docs/experience-search-and-discovery/my-history.md +57 -0
- package/docs/experience-search-and-discovery/next-queries.md +68 -0
- package/docs/experience-search-and-discovery/popular-searches.md +47 -0
- package/docs/experience-search-and-discovery/product-results-ui.md +79 -0
- package/docs/experience-search-and-discovery/query-suggestions.md +45 -0
- package/docs/experience-search-and-discovery/recommendations.md +134 -0
- package/docs/experience-search-and-discovery/related-tags.md +63 -0
- package/docs/experience-search-and-discovery/search-box.md +94 -0
- package/docs/experience-search-and-discovery/serp-ui.md +122 -0
- package/docs/experience-search-and-discovery/sidebar.js +17 -0
- package/docs/experience-search-and-discovery/web-local-storage.md +25 -0
- package/docs/input-status-machine-state.png +0 -0
- package/experience-controls/index.d.ts +1 -0
- package/experience-controls/index.js +8 -0
- package/facets/index.js +4 -2
- package/history-queries/index.js +2 -1
- package/identifier-results/index.js +1 -1
- package/js/__stubs__/filters-stubs.factory.js +24 -0
- package/js/__stubs__/filters-stubs.factory.js.map +1 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +2 -2
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -1
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +12 -3
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -1
- package/js/components/animations/animate-scale/animate-scale.factory.js +2 -2
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -1
- package/js/components/animations/animate-scale/animate-scale.style.scss.js +12 -3
- package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -1
- package/js/components/animations/animate-translate/animate-translate.factory.js +2 -2
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -1
- package/js/components/animations/animate-translate/animate-translate.style.scss.js +12 -3
- package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -1
- package/js/components/animations/animate-width.vue.js +15 -10
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +3 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/animations.mixin.js +11 -0
- package/js/components/animations/animations.mixin.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +18 -16
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +9 -2
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +18 -16
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +9 -2
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/create-directional-animation-factory.js +6 -1
- package/js/components/animations/create-directional-animation-factory.js.map +1 -1
- package/js/components/animations/cross-fade.vue.js +12 -10
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +11 -3
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/disable-animation.mixin.js +32 -0
- package/js/components/animations/disable-animation.mixin.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +15 -13
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +21 -3
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/fade.vue.js +60 -0
- package/js/components/animations/fade.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +7 -10
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +21 -4
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue.js +6 -9
- package/js/components/animations/staggering-transition-group.vue.js.map +1 -1
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +1 -2
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue.js +6 -9
- package/js/components/auto-progress-bar.vue.js.map +1 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +39 -25
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-dropdown.vue.js +111 -114
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +19 -3
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/base-grid.vue.js +8 -15
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +37 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/base-rating.vue.js +6 -10
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-switch.vue.js +56 -0
- package/js/components/base-switch.vue.js.map +1 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +5 -1
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +16 -3
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +4 -4
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue.js +29 -33
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +7 -4
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/column-picker/column-picker.mixin.js.map +1 -1
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +51 -39
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/decorators/bus.decorators.js +1 -2
- package/js/components/decorators/bus.decorators.js.map +1 -1
- package/js/components/decorators/debounce.decorators.js.map +1 -1
- package/js/components/decorators/injection.consts.js +38 -2
- package/js/components/decorators/injection.consts.js.map +1 -1
- package/js/components/decorators/injection.decorators.js.map +1 -1
- package/js/components/decorators/store.decorators.js.map +1 -1
- package/js/components/dynamic-props.mixin.js +29 -0
- package/js/components/dynamic-props.mixin.js.map +1 -0
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +79 -60
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -29
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/global-x-bus.vue.js.map +1 -1
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/highlight.vue.js +93 -0
- package/js/components/highlight.vue.js.map +1 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +20 -8
- package/js/components/icons/arrow-down.vue.js.map +1 -1
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/arrow-left.vue.js +20 -8
- package/js/components/icons/arrow-left.vue.js.map +1 -1
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/arrow-right.vue.js +20 -8
- package/js/components/icons/arrow-right.vue.js.map +1 -1
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/arrow-up.vue.js +20 -8
- package/js/components/icons/arrow-up.vue.js.map +1 -1
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/bag.vue.js +20 -18
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue.js +10 -18
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue.js +10 -18
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/cart-filled.vue.js +82 -0
- package/js/components/icons/cart-filled.vue.js.map +1 -0
- package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cart.vue.js +20 -28
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue.js +11 -6
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/check.vue.js +11 -6
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected-filled.vue.js +79 -0
- package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-selected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +23 -10
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected-filled.vue.js +70 -0
- package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-unselected-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue.js +14 -8
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue.js +11 -12
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue.js +11 -12
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue.js +11 -6
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue.js +11 -12
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue.js +11 -12
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue.js +11 -12
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue.js +11 -12
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue.js +11 -12
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/corner-arrow-left.vue.js +66 -0
- package/js/components/icons/corner-arrow-left.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/corner-arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-right.vue.js +66 -0
- package/js/components/icons/corner-arrow-right.vue.js.map +1 -0
- package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/corner-arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross-tiny.vue.js +11 -6
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/cross.vue.js +11 -8
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/curated-check-filled.vue.js +78 -0
- package/js/components/icons/curated-check-filled.vue.js.map +1 -0
- package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny-filled.vue.js +78 -0
- package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-tiny-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny.vue.js +77 -0
- package/js/components/icons/curated-check-tiny.vue.js.map +1 -0
- package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue.js +25 -10
- package/js/components/icons/curated-check.vue.js.map +1 -1
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-left-down.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-left-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-top.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-left-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-down.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-right-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-top.vue.js +66 -0
- package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -0
- package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/diagonal-arrow-right-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/filters.vue.js +10 -22
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue.js +10 -10
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue.js +10 -20
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/grid-2-rows.vue.js +15 -10
- package/js/components/icons/grid-2-rows.vue.js.map +1 -1
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/grid-4-col.vue.js +65 -0
- package/js/components/icons/grid-4-col.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/heart-filled.vue.js +67 -0
- package/js/components/icons/heart-filled.vue.js.map +1 -0
- package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/heart-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/heart.vue.js +66 -0
- package/js/components/icons/heart.vue.js.map +1 -0
- package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/heart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/hide.vue.js +11 -24
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue.js +20 -21
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/history.vue.js +20 -21
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/light-bulb-off.vue.js +21 -34
- package/js/components/icons/light-bulb-off.vue.js.map +1 -1
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue.js +28 -100
- package/js/components/icons/light-bulb-on.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/menu.vue.js +11 -14
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue.js +11 -6
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/minus.vue.js +11 -6
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/plus-tiny.vue.js +66 -0
- package/js/components/icons/plus-tiny.vue.js.map +1 -0
- package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/plus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/plus.vue.js +11 -6
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/radiobutton-selected.vue.js +81 -0
- package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue.js +73 -0
- package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search-tiny.vue.js +11 -10
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/search.vue.js +11 -12
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/settings.vue.js +82 -0
- package/js/components/icons/settings.vue.js.map +1 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/show.vue.js +22 -14
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/sort-az.vue.js +94 -0
- package/js/components/icons/sort-az.vue.js.map +1 -0
- package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-az.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-price-down.vue.js +102 -0
- package/js/components/icons/sort-price-down.vue.js.map +1 -0
- package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-price-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-price-up.vue.js +102 -0
- package/js/components/icons/sort-price-up.vue.js.map +1 -0
- package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-price-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-relevancy.vue.js +84 -0
- package/js/components/icons/sort-relevancy.vue.js.map +1 -0
- package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-relevancy.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/sort-za.vue.js +94 -0
- package/js/components/icons/sort-za.vue.js.map +1 -0
- package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/sort-za.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue.js +76 -0
- package/js/components/icons/star-filled.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/star-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/star.vue.js +13 -10
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/tag-filled.vue.js +76 -0
- package/js/components/icons/tag-filled.vue.js.map +1 -0
- package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/tag-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/tag.vue.js +17 -2
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue.js +47 -37
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/trash.vue.js +47 -20
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue.js +20 -20
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/trending.vue.js +20 -20
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/icons/user-filled.vue.js +72 -0
- package/js/components/icons/user-filled.vue.js.map +1 -0
- package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/user-filled.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/user.vue.js +11 -12
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/items-list-injection.mixin.js.map +1 -1
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +4 -4
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +16 -17
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +2 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +1 -1
- package/js/components/layouts/layouts.mixin.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +7 -18
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js +2 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue.js +16 -17
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +2 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/location-provider.vue.js.map +1 -1
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue.js +6 -2
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +22 -16
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue.js +6 -2
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +22 -16
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue.js +11 -6
- package/js/components/modals/base-events-modal.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +4 -4
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue.js +21 -9
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +38 -19
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue.js +21 -9
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +35 -19
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue.js +11 -6
- package/js/components/modals/base-id-modal.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +55 -38
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +84 -13
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/modals/close-main-modal.vue.js +61 -0
- package/js/components/modals/close-main-modal.vue.js.map +1 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/modals/close-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue.js +67 -0
- package/js/components/modals/main-modal.vue.js.map +1 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js +60 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue.js +61 -0
- package/js/components/modals/open-main-modal.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/no-element.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +7 -10
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +3 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js +6 -2
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue.js +146 -0
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -15
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +29 -23
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +48 -27
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue.js +6 -6
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +45 -46
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +146 -107
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +7 -9
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +54 -27
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue.js +6 -6
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +35 -18
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js +7 -9
- package/js/components/result/base-result-rating.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +44 -27
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue.js +133 -0
- package/js/components/result/result-variant-selector.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue.js +39 -0
- package/js/components/result/result-variants-provider.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +5 -8
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/scroll/scroll.mixin.js +57 -15
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +10 -14
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +18 -16
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue.js.map +1 -1
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue.js +16 -9
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +126 -124
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +10 -11
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +43 -7
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/x-component.mixin.js.map +1 -1
- package/js/components/x-component.utils.js.map +1 -1
- package/js/composables/create-use-device.composable.js +160 -0
- package/js/composables/create-use-device.composable.js.map +1 -0
- package/js/composables/use-_x.js +15 -0
- package/js/composables/use-_x.js.map +1 -0
- package/js/directives/infinite-scroll/infinite-scroll.js +11 -10
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +100 -28
- package/js/index.js.map +1 -1
- package/js/plugins/devtools/colors.utils.js +49 -0
- package/js/plugins/devtools/colors.utils.js.map +1 -0
- package/js/plugins/devtools/devtools.plugin.js +31 -0
- package/js/plugins/devtools/devtools.plugin.js.map +1 -0
- package/js/plugins/devtools/timeline.devtools.js +108 -0
- package/js/plugins/devtools/timeline.devtools.js.map +1 -0
- package/js/plugins/devtools/wiring.devtools.js +118 -0
- package/js/plugins/devtools/wiring.devtools.js.map +1 -0
- package/js/plugins/x-bus.js +18 -62
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +16 -99
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.alias.js +26 -1
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +44 -62
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +18 -9
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +1 -0
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +3 -2
- package/js/services/directional-focus-navigation.service.js.map +1 -1
- package/js/services/state-machine.service.js +30 -0
- package/js/services/state-machine.service.js.map +1 -0
- package/js/store/utils/config-store.utils.js +27 -0
- package/js/store/utils/config-store.utils.js.map +1 -0
- package/js/store/utils/fetch-and-save-action.utils.js +3 -0
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
- package/js/store/utils/getters-proxy.utils.js.map +1 -1
- package/js/store/utils/query.utils.js.map +1 -1
- package/js/store/utils/status-store.utils.js.map +1 -1
- package/js/store/utils/store-emitters.utils.js.map +1 -1
- package/js/store/x.module.js +4 -1
- package/js/store/x.module.js.map +1 -1
- package/js/types/animation-prop.js +9 -0
- package/js/types/animation-prop.js.map +1 -0
- package/js/utils/array.js.map +1 -1
- package/js/utils/cancellable-promise.js.map +1 -1
- package/js/utils/clone.js.map +1 -1
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js.map +1 -1
- package/js/utils/filters.js.map +1 -1
- package/js/utils/focus.js +11 -0
- package/js/utils/focus.js.map +1 -0
- package/js/utils/function.js.map +1 -1
- package/js/utils/get-url-parameters.js.map +1 -1
- package/js/utils/html.js +18 -1
- package/js/utils/html.js.map +1 -1
- package/js/utils/is-new-query.js +48 -0
- package/js/utils/is-new-query.js.map +1 -0
- package/js/utils/normalize.js.map +1 -1
- package/js/utils/number.js.map +1 -1
- package/js/utils/options-api.js +4 -0
- package/js/utils/options-api.js.map +1 -0
- package/js/utils/origin.js.map +1 -1
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js.map +1 -1
- package/js/utils/string.js +1 -1
- package/js/utils/string.js.map +1 -1
- package/js/utils/throttle.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +1 -1
- package/js/wiring/wires-operators.utils.js.map +1 -1
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js.map +1 -1
- package/js/wiring/wiring.utils.js.map +1 -1
- package/js/x-installer/api/base-api.js +15 -5
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +57 -82
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/device/store/module.js.map +1 -1
- package/js/x-modules/device/wiring.js.map +1 -1
- package/js/x-modules/device/x-module.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +33 -16
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +26 -8
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +5 -1
- package/js/x-modules/empathize/store/module.js.map +1 -1
- package/js/x-modules/empathize/wiring.js.map +1 -1
- package/js/x-modules/empathize/x-module.js.map +1 -1
- package/js/x-modules/experience-controls/components/experience-controls.vue.js +39 -0
- package/js/x-modules/experience-controls/components/experience-controls.vue.js.map +1 -0
- package/js/x-modules/experience-controls/components/experience-controls.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/x-modules/experience-controls/components/experience-controls.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js +26 -0
- package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js.map +1 -0
- package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js +21 -0
- package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js.map +1 -0
- package/js/x-modules/experience-controls/store/emitters.js +17 -0
- package/js/x-modules/experience-controls/store/emitters.js.map +1 -0
- package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js +19 -0
- package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js.map +1 -0
- package/js/x-modules/experience-controls/store/module.js +44 -0
- package/js/x-modules/experience-controls/store/module.js.map +1 -0
- package/js/x-modules/experience-controls/wiring.js +44 -0
- package/js/x-modules/experience-controls/wiring.js.map +1 -0
- package/js/x-modules/experience-controls/x-module.js +19 -0
- package/js/x-modules/experience-controls/x-module.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +44 -13
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +17 -27
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +4 -1
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/module.js.map +1 -1
- package/js/x-modules/extra-params/wiring.js.map +1 -1
- package/js/x-modules/extra-params/x-module.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +6 -9
- package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +49 -13
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue.js +18 -15
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets.mixin.js +1 -115
- package/js/x-modules/facets/components/facets.mixin.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +2 -2
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +44 -13
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +17 -18
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +175 -5
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +4 -2
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +10 -125
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +43 -12
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +44 -19
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +43 -12
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +7 -10
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +43 -12
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js +9 -13
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +43 -11
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +2 -4
- 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.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +8 -7
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +44 -12
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +17 -13
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +9 -11
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/number-range-filter.entity.js +2 -2
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/raw-filter.entity.js +1 -1
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/simple-filter.entity.js +2 -2
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/single-select.modifier.js +3 -3
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
- package/js/x-modules/facets/entities/sticky.modifier.js +35 -0
- package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -0
- package/js/x-modules/facets/entities/types.js +3 -2
- package/js/x-modules/facets/entities/types.js.map +1 -1
- package/js/x-modules/facets/service/facets.service.js +55 -6
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +16 -1
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +28 -0
- package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +11 -2
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +32 -4
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +10 -34
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +106 -4
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/facets/x-module.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +2 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js +84 -72
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +5 -14
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +16 -10
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +8 -7
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js +22 -35
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +2 -2
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +3 -2
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +57 -0
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/module.js +11 -1
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +55 -5
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/history-queries/x-module.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +4 -4
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +14 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +1 -1
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +2 -2
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +4 -1
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +19 -3
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/x-module.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +44 -4
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +69 -65
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +18 -12
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +4 -8
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js +22 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +30 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +1 -1
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +19 -4
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +46 -3
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +2 -11
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +64 -54
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +2 -7
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +1 -3
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +2 -3
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +6 -4
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +2 -2
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js +66 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue_rollup-plugin-vue_script.vue.js +206 -0
- package/js/x-modules/queries-preview/components/query-preview-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js +90 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js +109 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +192 -0
- package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +42 -0
- package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +40 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -0
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +24 -0
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -0
- package/js/x-modules/queries-preview/store/emitters.js +17 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
- package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +18 -0
- package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -0
- package/js/x-modules/queries-preview/store/module.js +52 -0
- package/js/x-modules/queries-preview/store/module.js.map +1 -0
- package/js/x-modules/queries-preview/wiring.js +85 -0
- package/js/x-modules/queries-preview/wiring.js.map +1 -0
- package/js/x-modules/queries-preview/x-module.js +19 -0
- package/js/x-modules/queries-preview/x-module.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +3 -12
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +64 -55
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +6 -10
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +7 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +4 -2
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +28 -3
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/x-module.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +7 -10
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +7 -3
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/constants.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +3 -3
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +10 -1
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +1 -1
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +6 -9
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +23 -5
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +9 -11
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +2 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +1 -3
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +0 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +1 -1
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +4 -1
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +28 -2
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +4 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +47 -12
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +4 -7
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +15 -4
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +6 -2
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/store/module.js.map +1 -1
- package/js/x-modules/scroll/wiring.js.map +1 -1
- package/js/x-modules/scroll/x-module.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js +44 -26
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +34 -5
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +55 -4
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue.js +72 -0
- package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -0
- package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js +167 -0
- package/js/x-modules/search/components/fallback-disclaimer.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue.js +1 -1
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js +7 -10
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue.js +14 -12
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +6 -2
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +18 -3
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue.js +1 -5
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js +2 -2
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +48 -2
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue.js +8 -11
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-picker-list.vue.js +84 -0
- package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js +195 -0
- package/js/x-modules/search/components/sort-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort.mixin.js +42 -11
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +42 -11
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +6 -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/fetch-search-response.action.js +1 -18
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +37 -0
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +10 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js +3 -2
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +19 -4
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +1 -1
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -1
- package/js/x-modules/search/store/getters/request.getter.js +1 -1
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +60 -29
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +88 -9
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search/x-module.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js +67 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js +328 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input-placeholder.vue_rollup-plugin-vue_styles.1.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue.js +61 -52
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +33 -2
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +9 -3
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +44 -3
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/search-box/x-module.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +128 -0
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -0
- package/js/x-modules/semantic-queries/components/semantic-queries.vue_rollup-plugin-vue_script.vue.js +192 -0
- package/js/x-modules/semantic-queries/components/semantic-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js +75 -0
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -0
- package/js/x-modules/semantic-queries/components/semantic-query.vue_rollup-plugin-vue_script.vue.js +188 -0
- package/js/x-modules/semantic-queries/components/semantic-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +24 -0
- package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -0
- package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +18 -0
- package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -0
- package/js/x-modules/semantic-queries/store/emitters.js +14 -0
- package/js/x-modules/semantic-queries/store/emitters.js.map +1 -0
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +16 -0
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -0
- package/js/x-modules/semantic-queries/store/getters/request.getter.js +24 -0
- package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/semantic-queries/store/module.js +49 -0
- package/js/x-modules/semantic-queries/store/module.js.map +1 -0
- package/js/x-modules/semantic-queries/wiring.js +87 -0
- package/js/x-modules/semantic-queries/wiring.js.map +1 -0
- package/js/x-modules/semantic-queries/x-module.js +19 -0
- package/js/x-modules/semantic-queries/x-module.js.map +1 -0
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +3 -3
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +6 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -1
- package/js/x-modules/tagging/store/actions/track.action.js +1 -1
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +3 -3
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +49 -8
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/tagging/x-module.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.vue_rollup-plugin-vue_script.vue.js +51 -20
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +6 -4
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
- package/js/x-modules/url/wiring.js +26 -2
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/url/x-module.js.map +1 -1
- package/next-queries/index.js +3 -2
- package/package.json +74 -56
- package/queries-preview/index.d.ts +1 -0
- package/queries-preview/index.js +10 -0
- package/query-suggestions/index.js +1 -1
- package/related-tags/index.js +1 -1
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +6702 -0
- package/report/x-components.api.json +38645 -21900
- package/report/x-components.api.md +1936 -398
- package/report/x-types.api.json +1556 -158
- package/search/index.js +5 -3
- package/search-box/index.js +1 -0
- package/semantic-queries/index.d.ts +1 -0
- package/semantic-queries/index.js +8 -0
- package/tagging/index.js +1 -1
- package/types/__stubs__/banners-stubs.factory.d.ts +20 -0
- package/types/__stubs__/banners-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/empty-search-response-stubs.factory.d.ts +10 -0
- package/types/__stubs__/empty-search-response-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/facets-stubs.factory.d.ts +85 -0
- package/types/__stubs__/facets-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/filters-stubs.factory.d.ts +92 -0
- package/types/__stubs__/filters-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/history-queries-stubs.factory.d.ts +21 -0
- package/types/__stubs__/history-queries-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/index.d.ts +18 -0
- package/types/__stubs__/index.d.ts.map +1 -0
- package/types/__stubs__/next-queries-stubs.factory.d.ts +19 -0
- package/types/__stubs__/next-queries-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/partials-results-stubs.factory.d.ts +8 -0
- package/types/__stubs__/partials-results-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/popular-searches-stubs.factory.d.ts +19 -0
- package/types/__stubs__/popular-searches-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/promoteds-stubs.factory.d.ts +21 -0
- package/types/__stubs__/promoteds-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/queries-preview-stubs.factory.d.ts +22 -0
- package/types/__stubs__/queries-preview-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/query-suggestions-stubs.factory.d.ts +20 -0
- package/types/__stubs__/query-suggestions-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/redirections-stubs.factory.d.ts +20 -0
- package/types/__stubs__/redirections-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/related-tags-stubs.factory.d.ts +22 -0
- package/types/__stubs__/related-tags-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/results-stubs.factory.d.ts +22 -0
- package/types/__stubs__/results-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/search-response-stubs.factory.d.ts +10 -0
- package/types/__stubs__/search-response-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/semantic-queries-stubs.factory.d.ts +17 -0
- package/types/__stubs__/semantic-queries-stubs.factory.d.ts.map +1 -0
- package/types/__stubs__/tagging-response-stubs.factory.d.ts +10 -0
- package/types/__stubs__/tagging-response-stubs.factory.d.ts.map +1 -0
- package/types/adapter/e2e-adapter.d.ts +19 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -0
- package/types/adapter/mocked-responses.d.ts +44 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +3 -3
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -1
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +3 -3
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -1
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +3 -3
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -1
- package/types/components/animations/animate-width.vue.d.ts.map +1 -1
- package/types/components/animations/animations.mixin.d.ts +1 -1
- package/types/components/animations/animations.mixin.d.ts.map +1 -1
- package/types/components/animations/collapse-height.vue.d.ts +4 -0
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
- package/types/components/animations/collapse-width.vue.d.ts +4 -0
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
- package/types/components/animations/create-directional-animation-factory.d.ts +1 -1
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
- package/types/components/animations/cross-fade.vue.d.ts +5 -1
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
- package/types/components/animations/disable-animation.mixin.d.ts +28 -0
- package/types/components/animations/disable-animation.mixin.d.ts.map +1 -0
- package/types/components/animations/fade-and-slide.vue.d.ts +14 -2
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +14 -0
- package/types/components/animations/fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +2 -0
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +14 -2
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/staggering-transition-group.vue.d.ts +38 -23
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -1
- package/types/components/auto-progress-bar.vue.d.ts +33 -10
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +18 -2
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-event-button.vue.d.ts +1 -1
- package/types/components/base-event-button.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +19 -0
- package/types/components/base-grid.vue.d.ts.map +1 -1
- package/types/components/base-keyboard-navigation.vue.d.ts +4 -4
- package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
- package/types/components/base-rating.vue.d.ts.map +1 -1
- package/types/components/base-switch.vue.d.ts +32 -0
- package/types/components/base-switch.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +16 -1
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +4 -4
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +4 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
- package/types/components/currency/base-currency.vue.d.ts +26 -21
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/decorators/bus.decorators.d.ts.map +1 -1
- package/types/components/decorators/injection.consts.d.ts +37 -0
- package/types/components/decorators/injection.consts.d.ts.map +1 -1
- package/types/components/decorators/injection.decorators.d.ts +1 -1
- package/types/components/decorators/injection.decorators.d.ts.map +1 -1
- package/types/components/dynamic-props.mixin.d.ts +23 -0
- package/types/components/dynamic-props.mixin.d.ts.map +1 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +59 -13
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +33 -11
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/highlight.vue.d.ts +86 -0
- package/types/components/highlight.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -1
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -1
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -1
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -1
- package/types/components/icons/bag.vue.d.ts.map +1 -1
- package/types/components/icons/bar-code.vue.d.ts.map +1 -1
- package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/cart-filled.vue.d.ts +3 -0
- package/types/components/icons/cart-filled.vue.d.ts.map +1 -0
- package/types/components/icons/cart.vue.d.ts.map +1 -1
- package/types/components/icons/check-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/check.vue.d.ts.map +1 -1
- package/types/components/icons/checkbox-selected-filled.vue.d.ts +3 -0
- package/types/components/icons/checkbox-selected-filled.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -1
- package/types/components/icons/checkbox-unselected-filled.vue.d.ts +3 -0
- package/types/components/icons/checkbox-unselected-filled.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-down.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-left.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-right.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -1
- package/types/components/icons/chevron-up.vue.d.ts.map +1 -1
- package/types/components/icons/corner-arrow-left.vue.d.ts +3 -0
- package/types/components/icons/corner-arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/corner-arrow-right.vue.d.ts +3 -0
- package/types/components/icons/corner-arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/cross-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/cross.vue.d.ts.map +1 -1
- package/types/components/icons/curated-check-filled.vue.d.ts +3 -0
- package/types/components/icons/curated-check-filled.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check-tiny-filled.vue.d.ts +3 -0
- package/types/components/icons/curated-check-tiny-filled.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check-tiny.vue.d.ts +3 -0
- package/types/components/icons/curated-check-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -1
- package/types/components/icons/diagonal-arrow-left-down.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-left-down.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-left-top.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-left-top.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-right-down.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-right-down.vue.d.ts.map +1 -0
- package/types/components/icons/diagonal-arrow-right-top.vue.d.ts +3 -0
- package/types/components/icons/diagonal-arrow-right-top.vue.d.ts.map +1 -0
- package/types/components/icons/filters.vue.d.ts.map +1 -1
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-2-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -1
- package/types/components/icons/grid-4-col.vue.d.ts +3 -0
- package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
- package/types/components/icons/heart-filled.vue.d.ts +3 -0
- package/types/components/icons/heart-filled.vue.d.ts.map +1 -0
- package/types/components/icons/heart.vue.d.ts +3 -0
- package/types/components/icons/heart.vue.d.ts.map +1 -0
- package/types/components/icons/hide.vue.d.ts.map +1 -1
- package/types/components/icons/history-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/history.vue.d.ts.map +1 -1
- package/types/components/icons/index.d.ts +27 -6
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -1
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -1
- package/types/components/icons/menu.vue.d.ts.map +1 -1
- package/types/components/icons/minus-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/minus.vue.d.ts.map +1 -1
- package/types/components/icons/plus-tiny.vue.d.ts +3 -0
- package/types/components/icons/plus-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/plus.vue.d.ts.map +1 -1
- package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/search-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/search.vue.d.ts.map +1 -1
- package/types/components/icons/settings.vue.d.ts +3 -0
- package/types/components/icons/settings.vue.d.ts.map +1 -0
- package/types/components/icons/show.vue.d.ts.map +1 -1
- package/types/components/icons/sort-az.vue.d.ts +3 -0
- package/types/components/icons/sort-az.vue.d.ts.map +1 -0
- package/types/components/icons/sort-price-down.vue.d.ts +3 -0
- package/types/components/icons/sort-price-down.vue.d.ts.map +1 -0
- package/types/components/icons/sort-price-up.vue.d.ts +3 -0
- package/types/components/icons/sort-price-up.vue.d.ts.map +1 -0
- package/types/components/icons/sort-relevancy.vue.d.ts +3 -0
- package/types/components/icons/sort-relevancy.vue.d.ts.map +1 -0
- package/types/components/icons/sort-za.vue.d.ts +3 -0
- package/types/components/icons/sort-za.vue.d.ts.map +1 -0
- package/types/components/icons/star-filled.vue.d.ts +3 -0
- package/types/components/icons/star-filled.vue.d.ts.map +1 -0
- package/types/components/icons/star.vue.d.ts.map +1 -1
- package/types/components/icons/tag-filled.vue.d.ts +3 -0
- package/types/components/icons/tag-filled.vue.d.ts.map +1 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -1
- package/types/components/icons/trash-open.vue.d.ts.map +1 -1
- package/types/components/icons/trash.vue.d.ts.map +1 -1
- package/types/components/icons/trending-tiny.vue.d.ts.map +1 -1
- package/types/components/icons/trending.vue.d.ts.map +1 -1
- package/types/components/icons/user-filled.vue.d.ts +3 -0
- package/types/components/icons/user-filled.vue.d.ts.map +1 -0
- package/types/components/icons/user.vue.d.ts.map +1 -1
- package/types/components/index.d.ts +6 -4
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts +4 -2
- package/types/components/items-list.vue.d.ts.map +1 -1
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +5 -3
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +2 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
- package/types/components/layouts/single-column-layout.vue.d.ts +2 -0
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/components/location-provider.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-close.vue.d.ts +27 -6
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts +27 -6
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal.vue.d.ts +4 -4
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-close.vue.d.ts +28 -8
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-open.vue.d.ts +27 -8
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-modal.vue.d.ts +55 -6
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/modals/close-main-modal.vue.d.ts +10 -0
- package/types/components/modals/close-main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/index.d.ts +3 -0
- package/types/components/modals/index.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +48 -0
- package/types/components/modals/main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/open-main-modal.vue.d.ts +10 -0
- package/types/components/modals/open-main-modal.vue.d.ts.map +1 -0
- package/types/components/no-element.d.ts +1 -1
- package/types/components/no-element.d.ts.map +1 -1
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +2 -1
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
- package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts +35 -5
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/index.d.ts +1 -0
- package/types/components/panels/index.d.ts.map +1 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts +17 -9
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-current-price.vue.d.ts +42 -12
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +62 -63
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-link.vue.d.ts +19 -24
- package/types/components/result/base-result-link.vue.d.ts.map +1 -1
- package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +42 -7
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-rating.vue.d.ts +29 -10
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -1
- package/types/components/result/index.d.ts +2 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/result/result-variant-selector.vue.d.ts +64 -0
- package/types/components/result/result-variant-selector.vue.d.ts.map +1 -0
- package/types/components/result/result-variants-provider.vue.d.ts +77 -0
- package/types/components/result/result-variants-provider.vue.d.ts.map +1 -0
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
- package/types/components/scroll/scroll.mixin.d.ts +37 -10
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
- package/types/components/scroll/scroll.types.d.ts +1 -1
- package/types/components/scroll/scroll.types.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +7 -9
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestion.vue.d.ts +59 -59
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +36 -4
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
- package/types/composables/create-use-device.composable.d.ts +51 -0
- package/types/composables/create-use-device.composable.d.ts.map +1 -0
- package/types/composables/index.d.ts +3 -0
- package/types/composables/index.d.ts.map +1 -0
- package/types/composables/use-$x.d.ts +10 -0
- package/types/composables/use-$x.d.ts.map +1 -0
- package/types/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
- package/types/index.d.ts +4 -1
- package/types/index.d.ts.map +1 -1
- package/types/plugins/devtools/colors.utils.d.ts +22 -0
- package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
- package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
- package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
- package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
- package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
- package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
- package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
- package/types/plugins/index.d.ts +5 -2
- package/types/plugins/index.d.ts.map +1 -1
- package/types/plugins/x-bus.d.ts +5 -43
- package/types/plugins/x-bus.d.ts.map +1 -1
- package/types/plugins/x-emitters.d.ts +6 -4
- package/types/plugins/x-emitters.d.ts.map +1 -1
- package/types/plugins/x-plugin.alias.d.ts.map +1 -1
- package/types/plugins/x-plugin.d.ts +27 -37
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.mixin.d.ts +8 -6
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +59 -25
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/plugins/x-plugin.utils.d.ts +1 -0
- package/types/plugins/x-plugin.utils.d.ts.map +1 -1
- package/types/router.d.ts.map +1 -1
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
- package/types/services/services.types.d.ts +41 -1
- package/types/services/services.types.d.ts.map +1 -1
- package/types/services/state-machine.service.d.ts +31 -0
- package/types/services/state-machine.service.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +5 -5
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +3 -3
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +3 -3
- package/types/store/mutations.types.d.ts.map +1 -1
- package/types/store/store.types.d.ts +10 -10
- package/types/store/store.types.d.ts.map +1 -1
- package/types/store/utils/config-store.utils.d.ts +45 -0
- package/types/store/utils/config-store.utils.d.ts.map +1 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts +2 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
- package/types/store/utils/status-store.utils.d.ts +1 -1
- package/types/store/utils/status-store.utils.d.ts.map +1 -1
- package/types/store/utils/store-emitters.utils.d.ts +11 -7
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
- package/types/store/x.module.d.ts +1 -1
- package/types/store/x.module.d.ts.map +1 -1
- package/types/tailwind/plugin-options.d.ts +4 -0
- package/types/tailwind/plugin-options.d.ts.map +1 -0
- package/types/types/animation-prop.d.ts +8 -0
- package/types/types/animation-prop.d.ts.map +1 -0
- package/types/types/index.d.ts +1 -0
- package/types/types/index.d.ts.map +1 -1
- package/types/types/origin.d.ts +6 -6
- package/types/types/origin.d.ts.map +1 -1
- package/types/utils/filters.d.ts +2 -2
- package/types/utils/filters.d.ts.map +1 -1
- package/types/utils/focus.d.ts +7 -0
- package/types/utils/focus.d.ts.map +1 -0
- package/types/utils/html.d.ts +15 -0
- package/types/utils/html.d.ts.map +1 -1
- package/types/utils/index.d.ts +2 -0
- package/types/utils/index.d.ts.map +1 -1
- package/types/utils/is-new-query.d.ts +36 -0
- package/types/utils/is-new-query.d.ts.map +1 -0
- package/types/utils/options-api.d.ts +3 -0
- package/types/utils/options-api.d.ts.map +1 -0
- package/types/utils/string.d.ts +1 -1
- package/types/utils/string.d.ts.map +1 -1
- package/types/utils/types.d.ts +14 -14
- package/types/utils/types.d.ts.map +1 -1
- package/types/views/adapter.d.ts +6 -0
- package/types/views/adapter.d.ts.map +1 -0
- package/types/views/base-config.d.ts.map +1 -1
- package/types/views/home/types.d.ts +25 -0
- package/types/views/home/types.d.ts.map +1 -0
- package/types/wiring/events.types.d.ts +96 -53
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/wiring/namespaced-wiring.types.d.ts +7 -7
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
- package/types/wiring/wires-operators.utils.d.ts +6 -6
- package/types/wiring/wires-operators.utils.d.ts.map +1 -1
- package/types/wiring/wires.operators.d.ts +1 -1
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +40 -19
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +24 -12
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +15 -6
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +45 -25
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +30 -46
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/device/components/device-detector.vue.d.ts +3 -3
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
- package/types/x-modules/device/store/types.d.ts +1 -1
- package/types/x-modules/device/store/types.d.ts.map +1 -1
- package/types/x-modules/device/x-module.d.ts +1 -1
- package/types/x-modules/device/x-module.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +25 -5
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/empathize/store/module.d.ts.map +1 -1
- package/types/x-modules/empathize/store/types.d.ts +3 -2
- package/types/x-modules/empathize/store/types.d.ts.map +1 -1
- package/types/x-modules/empathize/x-module.d.ts +1 -1
- package/types/x-modules/empathize/x-module.d.ts.map +1 -1
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +18 -0
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -0
- package/types/x-modules/experience-controls/components/index.d.ts +2 -0
- package/types/x-modules/experience-controls/components/index.d.ts.map +1 -0
- package/types/x-modules/experience-controls/events.types.d.ts +12 -0
- package/types/x-modules/experience-controls/events.types.d.ts.map +1 -0
- package/types/x-modules/experience-controls/index.d.ts +6 -0
- package/types/x-modules/experience-controls/index.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +15 -0
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +13 -0
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/actions/index.d.ts +3 -0
- package/types/x-modules/experience-controls/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/emitters.d.ts +12 -0
- package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +13 -0
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/getters/index.d.ts +2 -0
- package/types/x-modules/experience-controls/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/index.d.ts +6 -0
- package/types/x-modules/experience-controls/store/index.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/module.d.ts +8 -0
- package/types/x-modules/experience-controls/store/module.d.ts.map +1 -0
- package/types/x-modules/experience-controls/store/types.d.ts +93 -0
- package/types/x-modules/experience-controls/store/types.d.ts.map +1 -0
- package/types/x-modules/experience-controls/wiring.d.ts +26 -0
- package/types/x-modules/experience-controls/wiring.d.ts.map +1 -0
- package/types/x-modules/experience-controls/x-module.d.ts +16 -0
- package/types/x-modules/experience-controls/x-module.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +4 -10
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/emitters.d.ts +6 -1
- package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/types.d.ts +1 -1
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
- package/types/x-modules/extra-params/x-module.d.ts +2 -2
- package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +1 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +2 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets.mixin.d.ts +1 -1
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +1 -1
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +21 -3
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +2 -8
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +1 -1
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/index.d.ts +1 -0
- package/types/x-modules/facets/components/index.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +1 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +3 -2
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +3 -3
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +2 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/index.d.ts +1 -0
- package/types/x-modules/facets/entities/index.d.ts.map +1 -1
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
- package/types/x-modules/facets/entities/sticky.modifier.d.ts +32 -0
- package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -0
- package/types/x-modules/facets/entities/types.d.ts +10 -7
- package/types/x-modules/facets/entities/types.d.ts.map +1 -1
- package/types/x-modules/facets/events.types.d.ts +28 -13
- package/types/x-modules/facets/events.types.d.ts.map +1 -1
- package/types/x-modules/facets/service/facets.service.d.ts +37 -3
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
- package/types/x-modules/facets/service/types.d.ts +41 -2
- package/types/x-modules/facets/service/types.d.ts.map +1 -1
- package/types/x-modules/facets/store/emitters.d.ts +15 -0
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -1
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +1 -1
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +13 -0
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +1 -1
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/module.d.ts.map +1 -1
- package/types/x-modules/facets/store/types.d.ts +78 -9
- package/types/x-modules/facets/store/types.d.ts.map +1 -1
- package/types/x-modules/facets/utils.d.ts +6 -24
- package/types/x-modules/facets/utils.d.ts.map +1 -1
- package/types/x-modules/facets/wiring.d.ts +51 -10
- package/types/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/x-modules/facets/x-module.d.ts +1 -1
- package/types/x-modules/facets/x-module.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +33 -0
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +2 -18
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +4 -3
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/index.d.ts +1 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +2 -2
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/events.types.d.ts +25 -10
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +21 -0
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +24 -15
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +54 -4
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/history-queries/x-module.d.ts +1 -1
- package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +2 -2
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +15 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/events.types.d.ts +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +5 -12
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +18 -2
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/x-module.d.ts +1 -1
- package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/index.d.ts +2 -1
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +30 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +15 -15
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +41 -0
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +1 -1
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/config.types.d.ts +4 -0
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/events.types.d.ts +7 -2
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/emitters.d.ts +1 -1
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +40 -13
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/wiring.d.ts +35 -1
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/next-queries/x-module.d.ts +1 -1
- package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +1 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -12
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/config.types.d.ts +0 -20
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/events.types.d.ts +3 -3
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +1 -2
- package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +5 -4
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +1 -1
- package/types/x-modules/popular-searches/x-module.d.ts +1 -1
- package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/index.d.ts +4 -0
- package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +41 -0
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +75 -0
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +132 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/composables/index.d.ts +2 -0
- package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +29 -0
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -0
- package/types/x-modules/queries-preview/config.types.d.ts +12 -0
- package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/events.types.d.ts +34 -0
- package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/index.d.ts +8 -0
- package/types/x-modules/queries-preview/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts +12 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +11 -0
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/index.d.ts +6 -0
- package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/module.d.ts +8 -0
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/types.d.ts +153 -0
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/wiring.d.ts +62 -0
- package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
- package/types/x-modules/queries-preview/x-module.d.ts +16 -0
- package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +4 -11
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +27 -2
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +2 -2
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +2 -2
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +2 -2
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +12 -4
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +1 -1
- package/types/x-modules/recommendations/x-module.d.ts +1 -1
- package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +13 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/events.types.d.ts +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/emitters.d.ts +1 -1
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +4 -3
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +27 -1
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/x-module.d.ts +1 -1
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +7 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts +1 -1
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/store/types.d.ts +1 -1
- package/types/x-modules/scroll/store/types.d.ts.map +1 -1
- package/types/x-modules/scroll/x-module.d.ts +1 -1
- package/types/x-modules/scroll/x-module.d.ts.map +1 -1
- package/types/x-modules/search/components/banner.vue.d.ts +24 -3
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts +23 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +10 -0
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/index.d.ts +2 -0
- package/types/x-modules/search/components/index.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +3 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/results-list.vue.d.ts +32 -0
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +13 -3
- 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/fetch-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/index.d.ts +1 -1
- package/types/x-modules/search/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/search/store/emitters.d.ts +16 -3
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/query.getter.d.ts +1 -1
- package/types/x-modules/search/store/module.d.ts +28 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +35 -21
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +14 -1
- package/types/x-modules/search/types.d.ts.map +1 -1
- package/types/x-modules/search/wiring.d.ts +106 -35
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search/x-module.d.ts +1 -1
- package/types/x-modules/search/x-module.d.ts.map +1 -1
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/index.d.ts +1 -0
- package/types/x-modules/search-box/components/index.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts +1 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +126 -0
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-input.vue.d.ts +22 -2
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/events.types.d.ts +10 -0
- package/types/x-modules/search-box/events.types.d.ts.map +1 -1
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +22 -6
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +27 -4
- package/types/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/x-module.d.ts +1 -1
- package/types/x-modules/search-box/x-module.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/index.d.ts +3 -0
- package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +29 -0
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +29 -0
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/config.types.d.ts +16 -0
- package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/events.types.d.ts +20 -0
- package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/index.d.ts +7 -0
- package/types/x-modules/semantic-queries/index.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/actions/index.d.ts +3 -0
- package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -0
- package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -0
- package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/index.d.ts +5 -0
- package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/module.d.ts +8 -0
- package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/types.d.ts +91 -0
- package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/wiring.d.ts +63 -0
- package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/x-module.d.ts +16 -0
- package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts +3 -4
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/store/types.d.ts +3 -8
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +43 -7
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/x-module.d.ts +1 -1
- package/types/x-modules/tagging/x-module.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +7 -7
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/events.types.d.ts +2 -2
- package/types/x-modules/url/store/emitters.d.ts +8 -2
- package/types/x-modules/url/store/emitters.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +4 -10
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +24 -1
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/url/x-module.d.ts +1 -1
- package/types/x-modules/url/x-module.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +14 -6
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +1 -1
- package/design-system/.-mixins.css +0 -0
- package/design-system/badge-default.css +0 -49
- package/design-system/base.css +0 -56
- package/design-system/button-card.css +0 -22
- package/design-system/button-default.css +0 -85
- package/design-system/button-ghost.css +0 -22
- package/design-system/button-pill.css +0 -22
- package/design-system/button-primary.css +0 -21
- package/design-system/button-round.css +0 -25
- package/design-system/button-secondary.css +0 -21
- package/design-system/button-tertiary.css +0 -21
- package/design-system/default-theme.css +0 -2905
- package/design-system/dropdown-card.css +0 -43
- package/design-system/dropdown-default.css +0 -242
- package/design-system/dropdown-l.css +0 -7
- package/design-system/dropdown-line.css +0 -63
- package/design-system/dropdown-m.css +0 -7
- package/design-system/dropdown-pill.css +0 -43
- package/design-system/dropdown-s.css +0 -7
- package/design-system/dropdown-xl.css +0 -7
- package/design-system/facet-card.css +0 -26
- package/design-system/facet-default.css +0 -127
- package/design-system/facet-line.css +0 -18
- package/design-system/facet-outlined.css +0 -28
- package/design-system/filter-default.css +0 -111
- package/design-system/filter-hierarchical.css +0 -32
- package/design-system/filter-justified.css +0 -4
- package/design-system/full-theme.css +0 -7569
- package/design-system/grid-default.css +0 -26
- package/design-system/icon-default.css +0 -26
- package/design-system/icon-l.css +0 -9
- package/design-system/icon-m.css +0 -9
- package/design-system/icon-s.css +0 -9
- package/design-system/icon-xl.css +0 -9
- package/design-system/input-card.css +0 -20
- package/design-system/input-default.css +0 -95
- package/design-system/input-group-card.css +0 -34
- package/design-system/input-group-default.css +0 -177
- package/design-system/input-group-line.css +0 -51
- package/design-system/input-group-pill.css +0 -24
- package/design-system/input-line.css +0 -22
- package/design-system/input-pill.css +0 -16
- package/design-system/list-default.css +0 -152
- package/design-system/list-gap.css +0 -602
- package/design-system/list-padding.css +0 -366
- package/design-system/message-default.css +0 -71
- package/design-system/option-list-bottom.css +0 -131
- package/design-system/option-list-default.css +0 -192
- package/design-system/picture-card.css +0 -15
- package/design-system/picture-colored.css +0 -19
- package/design-system/picture-cover.css +0 -20
- package/design-system/picture-default.css +0 -52
- package/design-system/picture-fixed-ratio.css +0 -32
- package/design-system/progress-bar-progress-bar.css +0 -25
- package/design-system/result-card.css +0 -8
- package/design-system/result-default.css +0 -68
- package/design-system/row-default.css +0 -128
- package/design-system/row-gap.css +0 -102
- package/design-system/row-padding.css +0 -29
- package/design-system/scroll-default.css +0 -34
- package/design-system/sliding-panel-default.css +0 -50
- package/design-system/sliding-panel-default.token.css +0 -6
- package/design-system/suggestion-default.css +0 -185
- package/design-system/suggestion-group-default.css +0 -100
- package/design-system/tag-card.css +0 -18
- package/design-system/tag-default.css +0 -205
- package/design-system/tag-ghost.css +0 -26
- package/design-system/tag-pill.css +0 -18
- package/design-system/typography-accent.css +0 -3
- package/design-system/typography-accent.token.css +0 -3
- package/design-system/typography-bold.css +0 -15
- package/design-system/typography-default.css +0 -90
- package/design-system/typography-light.css +0 -15
- package/design-system/typography-secondary.css +0 -3
- package/design-system/typography-secondary.token.css +0 -3
- package/design-system/typography-stroke.css +0 -15
- package/design-system/utilities-background-color.css +0 -43
- package/design-system/utilities-border-color.css +0 -43
- package/design-system/utilities-border-radius.css +0 -1508
- package/design-system/utilities-border-width.css +0 -334
- package/design-system/utilities-box-shadow.css +0 -133
- package/design-system/utilities-dev-mode.css +0 -12
- package/design-system/utilities-flex.css +0 -43
- package/design-system/utilities-font-color.css +0 -43
- package/design-system/utilities-font-size.css +0 -80
- package/design-system/utilities-font-weight.css +0 -9
- package/design-system/utilities-line-clamp.css +0 -34
- package/design-system/utilities-line-height.css +0 -23
- package/design-system/utilities-margin.css +0 -462
- package/design-system/utilities-padding.css +0 -441
- package/design-system/utilities-position.css +0 -19
- package/design-system/utilities-text-decoration.css +0 -19
- package/design-system/utilities-text-transform.css +0 -15
- package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor._constructor_.md +0 -13
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -27
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
- package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.binding.md +0 -15
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
- package/docs/API-reference/api/x-adapter.bindings.md +0 -13
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
- package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
- package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
- package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
- package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
- package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.md +0 -22
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +0 -25
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.source.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
- package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
- package/docs/API-reference/api/x-adapter.extraparamsrequest.md +0 -13
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
- package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
- package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
- package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
- package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
- package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.mapper.md +0 -20
- package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
- package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
- package/docs/API-reference/api/x-adapter.md +0 -178
- package/docs/API-reference/api/x-adapter.newable.md +0 -13
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
- package/docs/API-reference/api/x-adapter.primitive.md +0 -13
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
- package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.requestor.md +0 -20
- package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.md +0 -37
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +0 -13
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +0 -13
- package/docs/API-reference/api/x-components.baseaddtocart.events.md +0 -13
- package/docs/API-reference/api/x-components.baseaddtocart.result.md +0 -13
- package/docs/API-reference/api/x-components.basecurrency.format.md +0 -13
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +0 -13
- package/docs/API-reference/api/x-components.basecurrency.value.md +0 -18
- package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +0 -11
- package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +0 -11
- package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +0 -11
- package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +0 -11
- package/docs/API-reference/api/x-components.basemodal.showoverlay.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +0 -15
- package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +0 -22
- package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +0 -13
- package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +0 -13
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +0 -18
- package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage._refs.md +0 -15
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +0 -13
- package/docs/API-reference/api/x-components.baseresultimage.mounted.md +0 -15
- package/docs/API-reference/api/x-components.baseresultimage.result.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.result.md +0 -13
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +0 -18
- package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +0 -13
- package/docs/API-reference/api/x-components.baseresultrating.link.md +0 -13
- package/docs/API-reference/api/x-components.baseresultrating.result.md +0 -13
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +0 -18
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +0 -17
- package/docs/API-reference/api/x-components.basesuggestion.events.md +0 -18
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +0 -13
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +0 -13
- package/docs/API-reference/api/x-components.basesuggestion.query.md +0 -13
- package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +0 -18
- package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +0 -13
- package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +0 -13
- package/docs/API-reference/api/x-components.basetogglepanel.animation.md +0 -13
- package/docs/API-reference/api/x-components.basetogglepanel.open.md +0 -13
- package/docs/API-reference/api/x-components.basexbus.emit.md +0 -26
- package/docs/API-reference/api/x-components.basexbus.md +0 -22
- package/docs/API-reference/api/x-components.basexbus.on.md +0 -27
- package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +0 -11
- package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +0 -11
- package/docs/API-reference/api/x-components.compilemessage.md +0 -27
- package/docs/API-reference/api/x-components.emitter.md +0 -15
- package/docs/API-reference/api/x-components.emitters.md +0 -17
- package/docs/API-reference/api/x-components.extraparams.mounted.md +0 -17
- package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +0 -24
- package/docs/API-reference/api/x-components.historyqueries.animation.md +0 -13
- package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.historyqueriesstate.query.md +0 -13
- package/docs/API-reference/api/x-components.historyqueriesxevents.usertoggledhistoryqueries.md +0 -13
- package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.identifierresultsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.nextqueries.animation.md +0 -13
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.nextqueriesstate.query.md +0 -13
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.nq1icon.md +0 -11
- package/docs/API-reference/api/x-components.nq2icon.md +0 -11
- package/docs/API-reference/api/x-components.nq3icon.md +0 -11
- package/docs/API-reference/api/x-components.nq4icon.md +0 -11
- package/docs/API-reference/api/x-components.popularsearches.animation.md +0 -13
- package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -34
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestions.animation.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -38
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.resetstate.md +0 -13
- package/docs/API-reference/api/x-components.resetstatewire.md +0 -13
- package/docs/API-reference/api/x-components.searchactions.resetstate.md +0 -24
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.searchboxstate.query.md +0 -13
- package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +0 -24
- package/docs/API-reference/api/x-components.searchmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.searchstate.query.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +0 -13
- package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
- package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +0 -24
- package/docs/API-reference/api/x-components.togglehistoryqueries.md +0 -13
- package/docs/API-reference/api/x-components.urlmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +0 -13
- package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +0 -13
- package/docs/API-reference/api/x-components.wirepayload.metadata.md +0 -13
- package/docs/API-reference/api/x-components.xbus.emit.md +0 -24
- package/docs/API-reference/api/x-components.xbus.emit_1.md +0 -26
- package/docs/API-reference/api/x-components.xbus.md +0 -24
- package/docs/API-reference/api/x-components.xbus.on.md +0 -27
- package/docs/API-reference/api/x-components.xbus.on_1.md +0 -27
- package/docs/API-reference/api/x-components.xbus.on_2.md +0 -27
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
- package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +0 -7
- package/js/components/icons/checkbox-card-selected.vue.js +0 -65
- package/js/components/icons/checkbox-card-selected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue.js +0 -63
- package/js/components/icons/checkbox-card-unselected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/components/icons/nq-1.vue.js +0 -63
- package/js/components/icons/nq-1.vue.js.map +0 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/components/icons/nq-2.vue.js +0 -63
- package/js/components/icons/nq-2.vue.js.map +0 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/components/icons/nq-3.vue.js +0 -67
- package/js/components/icons/nq-3.vue.js.map +0 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/components/icons/nq-4.vue.js +0 -75
- package/js/components/icons/nq-4.vue.js.map +0 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +0 -4
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +0 -1
- package/js/filters/compile-message.filter.js +0 -26
- package/js/filters/compile-message.filter.js.map +0 -1
- package/js/filters/filters.registry.js +0 -9
- package/js/filters/filters.registry.js.map +0 -1
- package/js/x-modules/search/store/actions/reset-state.action.js +0 -30
- package/js/x-modules/search/store/actions/reset-state.action.js.map +0 -1
- package/report/x-adapter.api.json +0 -23458
- package/types/adapter/mocked-adapter.d.ts +0 -18
- package/types/adapter/mocked-adapter.d.ts.map +0 -1
- package/types/adapter/real-adapter.d.ts +0 -2
- package/types/adapter/real-adapter.d.ts.map +0 -1
- package/types/adapter/util.d.ts +0 -12
- package/types/adapter/util.d.ts.map +0 -1
- package/types/components/icons/checkbox-card-selected.vue.d.ts +0 -3
- package/types/components/icons/checkbox-card-selected.vue.d.ts.map +0 -1
- package/types/components/icons/checkbox-card-unselected.vue.d.ts +0 -3
- package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +0 -1
- package/types/components/icons/nq-1.vue.d.ts +0 -3
- package/types/components/icons/nq-1.vue.d.ts.map +0 -1
- package/types/components/icons/nq-2.vue.d.ts +0 -3
- package/types/components/icons/nq-2.vue.d.ts.map +0 -1
- package/types/components/icons/nq-3.vue.d.ts +0 -3
- package/types/components/icons/nq-3.vue.d.ts.map +0 -1
- package/types/components/icons/nq-4.vue.d.ts +0 -3
- package/types/components/icons/nq-4.vue.d.ts.map +0 -1
- package/types/filters/compile-message.filter.d.ts +0 -11
- package/types/filters/compile-message.filter.d.ts.map +0 -1
- package/types/filters/filters.registry.d.ts +0 -7
- package/types/filters/filters.registry.d.ts.map +0 -1
- package/types/filters/index.d.ts +0 -2
- package/types/filters/index.d.ts.map +0 -1
- package/types/plugins/x-bus.types.d.ts +0 -74
- package/types/plugins/x-bus.types.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/reset-state.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +0 -1
|
@@ -13,125 +13,127 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
13
13
|
| [AddQueryToHistoryAction](./x-components.addquerytohistoryaction.md) | Class implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md) action. |
|
|
14
14
|
| [AllFilter](./x-components.allfilter.md) | This component receives a required <code>facet</code> with [BooleanFilter](./x-types.booleanfilter.md) as prop and renders a button, which on clicked emits the [FacetsXEvents.UserClickedAllFilter](./x-components.facetsxevents.userclickedallfilter.md) event. By default the rendered button displays a message with the facet label but this content is customizable through the default slot. |
|
|
15
15
|
| [AnimateWidth](./x-components.animatewidth.md) | Renders a transition wrapping an element passed in the default slot and animating its width. |
|
|
16
|
-
| [
|
|
17
|
-
| [
|
|
18
|
-
| [
|
|
19
|
-
| [
|
|
20
|
-
| [BaseColumnPickerDropdown](./x-components.basecolumnpickerdropdown.md) | Column picker dropdown component renders [dropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.<!-- -->It emits [UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input. |
|
|
21
|
-
| [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | Column picker list component renders a list of buttons to choose the columns number. |
|
|
22
|
-
| [BaseCurrency](./x-components.basecurrency.md) | Renders the value received as a property which always must be a JavaScript number, with the proper format provided as a string property or by injection. The rendered tag is a span in order to render a default inline HTML element.<!-- -->Regarding the format or mask to be defined as string: - Use 'i' to define integer numbers. - Use 'd' to define decimal numbers. You can define the length of the decimal part. If the format doesn't include decimals, it is filled with zeros until reach the length defined with 'd's. - Integer separator must be defined between the 3rd and the 4th integer 'i' of a group. - Decimal separator must be defined between the last 'i' and the first 'd'. It can be more than one character. - If you want to hide the decimal part if it's zero, you can add the <code>?</code> symbol after the decimal characters (e.g. 'i.iii,dd?', for <code>1234</code> you would get <code>1.234</code> instead of <code>1.234,00</code>). - Set whatever you need around the integers and decimals marks. - Default mask: 'i.iii,dd' which returns '1.345,67'. |
|
|
16
|
+
| [Banner](./x-components.banner.md) | <p>. A banner result is just an item that has been inserted into the search results to advertise something. Usually it is the first item in the grid or it can be placed in the middle of them and fill the whole row where appears. The banner may be clickable or non-clickable depending on whether it has an associated URL or not. It contains an image and, optionally, a title. In case the image does not load due to an error the banner will not be rendered.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>titleClass</code>.</p> |
|
|
17
|
+
| [BannersList](./x-components.bannerslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list of banners from [SearchState.banners](./x-components.searchstate.banners.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>banners</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
|
|
18
|
+
| [BaseColumnPickerDropdown](./x-components.basecolumnpickerdropdown.md) | <p>Column picker dropdown component renders [BaseDropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.</p><p>It emits [XEventsTypes.UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input.</p> |
|
|
19
|
+
| [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | <p>Column picker list component renders a list of buttons to choose the columns number.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
|
|
23
20
|
| [BaseDropdown](./x-components.basedropdown.md) | Dropdown component that mimics a Select element behavior, but with the option to customize the toggle button and each item contents. |
|
|
24
|
-
| [BaseEventButton](./x-components.baseeventbutton.md) | Component to be reused that renders a <code><button></code> with the logic of emitting events to the bus on click. The events are passed as an object to prop [
|
|
25
|
-
| [BaseEventsModal](./x-components.baseeventsmodal.md) | Component containing a modal that emits a [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicking outside the content rendered in the default slot and can receive, through the eventsToCloseModal prop, a list of [
|
|
26
|
-
| [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component contains an event button that emits [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
27
|
-
| [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component contains an event button that emits [XEventsTypes.UserClickedOpenEventsModal](./x-components.xeventstypes.userclickedopeneventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
21
|
+
| [BaseEventButton](./x-components.baseeventbutton.md) | Component to be reused that renders a <code><button></code> with the logic of emitting events to the bus on click. The events are passed as an object to prop [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. The keys are the event name and the values are the payload of each event. All events are emitted with its respective payload. If any event doesn't need payload a <code>undefined</code> must be passed as value. |
|
|
22
|
+
| [BaseEventsModal](./x-components.baseeventsmodal.md) | Component containing a modal that emits a [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicking outside the content rendered in the default slot and can receive, through the eventsToCloseModal prop, a list of [XEvent](./x-components.xevent.md) to listen to in order to close also the modal, eventsToOpenModal prop, another list of [XEvent](./x-components.xevent.md) to customize the events to listen to open the modal and a prop, displayOverlay, to display an overlay over the rest of the html. The default slot offers the possibility to customize the modal content. |
|
|
28
23
|
| [BaseGrid](./x-components.basegrid.md) | Grid component that is able to render different items based on their modelName value. In order to achieve this, it exposes a scopedSlot for each different modelName. In case the items used do not have modelName property, the default slot is used instead. It has a required property: the <code>items</code> to render; and an optional one: the number <code>columns</code> the grid is divided in. If the number of columns is not specified, the grid automatically fills the rows with as many columns as it can fit. |
|
|
29
24
|
| [BaseHeaderTogglePanel](./x-components.baseheadertogglepanel.md) | Toggle panel which uses the base toggle panel, adds a header and manage the open / close state of the panel. |
|
|
30
25
|
| [BaseIdModal](./x-components.baseidmodal.md) | Component containing a modal expecting a required prop, named <code>modalId</code>. It reacts to <code>UserClickedOpenModal</code>, <code>UserClickedCloseModal</code> and <code>UserClickedOutOfModal</code> events, when their payload matches the component's 'modalId' prop, to handle its open/close state. The default slot offers the possibility to customise the modal content. |
|
|
31
|
-
| [
|
|
32
|
-
| [
|
|
33
|
-
| [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | Simple panel that could receives its initial open state via prop, if not the default is opens and a required prop, named <code>panelId</code>, which are responsible of rendering default slot inside a configurable transition.<!-- -->It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.<!-- -->The default slot offers the possibility to customise the modal content. |
|
|
34
|
-
| [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.<!-- -->It has a default slot to customize its contents. |
|
|
26
|
+
| [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | <p>Simple panel that could receives its initial open state via prop, if not the default is opens and a required prop, named <code>panelId</code>, which are responsible of rendering default slot inside a configurable transition.</p><p>It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.</p><p>The default slot offers the possibility to customise the modal content.</p> |
|
|
27
|
+
| [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | <p>Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.</p><p>It has a default slot to customize its contents.</p> |
|
|
35
28
|
| [BaseKeyboardNavigation](./x-components.basekeyboardnavigation.md) | Base component to handle keyboard navigation for elements inside it. It has a required slot to include the navigable elements. |
|
|
36
29
|
| [BaseModal](./x-components.basemodal.md) | Base component with no XPlugin dependencies that serves as a utility for constructing more complex modals. |
|
|
37
|
-
| [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
|
|
38
30
|
| [BaseRating](./x-components.baserating.md) | Rating component. This component renders a set of elements filled based on the value passed as prop. |
|
|
39
|
-
| [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
|
|
40
|
-
| [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [result](./x-types.result.md) current price that may or may not be on sale. |
|
|
41
|
-
| [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code><img></code>. |
|
|
42
|
-
| [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code><a></code> wrapping the result contents. |
|
|
43
|
-
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
|
|
44
|
-
| [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
|
|
45
31
|
| [BaseScroll](./x-components.basescroll.md) | Base scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
|
|
46
|
-
| [BaseSuggestion](./x-components.basesuggestion.md) | Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvents](./x-components.xevent.md) that will be emitted on click with a given feature.<!-- -->The default slot receives the suggestion and the matched query has props. |
|
|
47
32
|
| [BaseSuggestions](./x-components.basesuggestions.md) | Paints a list of suggestions passed in by prop. Requires a component for a single suggestion in the default slot for working. |
|
|
48
|
-
| [
|
|
33
|
+
| [BaseSwitch](./x-components.baseswitch.md) | Basic switch component to handle boolean values. This component receives its selected state using a prop, and emits a Vue event whenever the user clicks it. |
|
|
34
|
+
| [BaseTabsPanel](./x-components.basetabspanel.md) | Base Tabs Panel. |
|
|
49
35
|
| [BaseVariableColumnGrid](./x-components.basevariablecolumngrid.md) | The <code>BaseVariableColumnGrid</code> component is a wrapper of the <code>BaseGrid</code> component that listens to the <code>UserClickedColumnPicker</code> and the <code>ColumnsNumberProvided</code> events and passes the selected number of columns to the grid. It also allows to customize the grid items using the available <code>scopedSlots</code>. |
|
|
50
36
|
| [BaseXAPI](./x-components.basexapi.md) | Default implementation for [XAPI](./x-components.xapi.md)<!-- -->. |
|
|
51
|
-
| [BaseXBus](./x-components.basexbus.md) | Default [XBus](./x-components.xbus.md) implementation. |
|
|
52
37
|
| [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
|
|
53
38
|
| [ClearHistoryQueries](./x-components.clearhistoryqueries.md) | A button that when is pressed, emits the [HistoryQueriesXEvents.UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) event, expressing the user intention to clear the whole history of queries. |
|
|
54
39
|
| [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
|
|
55
40
|
| [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
|
|
56
41
|
| [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
|
|
57
42
|
| [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
|
|
58
|
-
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default
|
|
43
|
+
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slot. The transition fades between the two toggled elements at the same time. |
|
|
59
44
|
| [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
|
|
60
45
|
| [DefaultPDPAddToCartService](./x-components.defaultpdpaddtocartservice.md) | Default implementation for the [PDPAddToCartService](./x-components.pdpaddtocartservice.md)<!-- -->. |
|
|
61
|
-
| [DeviceDetector](./x-components.devicedetector.md) | This component helps
|
|
46
|
+
| [DeviceDetector](./x-components.devicedetector.md) | This component helps to detect or setting a device, that can be used later to create different layouts optimized for different devices. This detected device is available under the [XComponentAliasAPI.device](./x-components.xcomponentaliasapi.device.md) property. |
|
|
62
47
|
| [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) | Implementation of [SpatialNavigation](./x-components.spatialnavigation.md) using directional focus. |
|
|
63
|
-
| [
|
|
48
|
+
| [DisableAnimationMixin](./x-components.disableanimationmixin.md) | Mixin to ease disabling animations. |
|
|
49
|
+
| [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md) | <p>Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.</p><p>It provides a default slot, with some utils bind, to customize the whole component; and two named slots <code>apply-content</code> and <code>clear-content</code> to override each button content.</p><p>If <code>instant</code> prop is true, the needed events are emitted immediately; else, apply button is rendered to confirm to do it. False by default.</p><p>If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default.</p> |
|
|
64
50
|
| [Empathize](./x-components.empathize.md) | Component containing the empathize. It has a required slot to define its content and two props to define when to open and close it: eventsToOpenEmpathize and eventsToCloseEmpathize. |
|
|
65
|
-
| [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | The <code>ExcludeFiltersWithNoResults</code> component filters the provided list of filters, excluding those which have the <code>totalResults</code> property exactly equal to <code>0</code>. It won't remove filters with no <code>totalResults</code> property
|
|
51
|
+
| [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | <p>The <code>ExcludeFiltersWithNoResults</code> component filters the provided list of filters, excluding those which have the <code>totalResults</code> property exactly equal to <code>0</code>. It won't remove filters with no <code>totalResults</code> property.</p><p>The new list of filters is bound to the default scoped slot. As this component does not render no root element, this default slot must contain a single root node.</p> |
|
|
52
|
+
| [ExperienceControls](./x-components.experiencecontrols.md) | This component subscribes to changes in the ExperienceControls module to fire the events that propagate the configuration. |
|
|
66
53
|
| [ExtraParams](./x-components.extraparams.md) | It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop. |
|
|
67
54
|
| [Facets](./x-components.facets.md) | This component renders the list of facets stored in the Facets module. Facets can be rendered differently based on their purpose and this can be achieved using the exposed slots: - A default and required slot. - A custom slot for each facet with the facetId as its name. This allows each facet to be rendered differently based on its needs. |
|
|
68
55
|
| [FacetsMixin](./x-components.facetsmixin.md) | Mixin to share Facets logic. |
|
|
69
56
|
| [FacetsProvider](./x-components.facetsprovider.md) | This component allows to provide facets by prop, to add them to the state of the <code>Facets X-Module</code>. These facets will be added to the <code>Facets X-Module</code> state together with the facets emitted by the <code>Search X-Module</code> through the [SearchXEvents.FacetsChanged](./x-components.searchxevents.facetschanged.md) event. |
|
|
57
|
+
| [Fade](./x-components.fade.md) | Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity. |
|
|
70
58
|
| [FadeAndSlide](./x-components.fadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with a fade and slide animation. |
|
|
59
|
+
| [FallbackDisclaimer](./x-components.fallbackdisclaimer.md) | The <code>FallbackDisclaimer</code> component shows a message if the filters have been removed from the current search because there were no results. |
|
|
71
60
|
| [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
|
|
72
61
|
| [FiltersList](./x-components.filterslist.md) | Renders a list with a list item per each [BooleanFilter](./x-types.booleanfilter.md) in the filters prop array. Each list item has a scoped slot, passing the filter as slot prop. |
|
|
73
62
|
| [FiltersSearch](./x-components.filterssearch.md) | Renders the filters sifted with the input query. |
|
|
74
63
|
| [FixedHeaderAndAsidesLayout](./x-components.fixedheaderandasideslayout.md) | Component for use as Layout to be filled with the rest of the components. |
|
|
75
64
|
| [GlobalXBus](./x-components.globalxbus.md) | This component helps subscribing to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API. |
|
|
76
65
|
| [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
|
|
77
|
-
| [
|
|
66
|
+
| [Highlight](./x-components.highlight.md) | Highlights the given part of the text. The component is smart enough to do matches between special characters like tilde, cedilla, eñe, capital letters... |
|
|
67
|
+
| [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. Allows the user to select one of them, emitting the needed events. A history query is just another type of suggestion that contains a query that the user has made in the past. |
|
|
78
68
|
| [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
69
|
+
| [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) | History Queries Switch is a component to enable or disable the history queries. This component emits events depending on the <code>isEnabled</code> value. |
|
|
79
70
|
| [HistoryQuery](./x-components.historyquery.md) | This component renders a history query suggestion combining two buttons: one for selecting this suggestion as the search query, and another one to remove this query suggestion from the history queries. |
|
|
80
|
-
| [IdentifierResult](./x-components.identifierresult.md) | This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [
|
|
81
|
-
| [IdentifierResults](./x-components.identifierresults.md) | Paints the list of identifier results stored in the state. Each identifier result should be represented by a [
|
|
71
|
+
| [IdentifierResult](./x-components.identifierresult.md) | This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [Result](./x-types.result.md) data. |
|
|
72
|
+
| [IdentifierResults](./x-components.identifierresults.md) | Paints the list of identifier results stored in the state. Each identifier result should be represented by a [IdentifierResult](./x-components.identifierresult.md) component besides any other component. |
|
|
82
73
|
| [ItemsList](./x-components.itemslist.md) | It renders a list of [ListItem](./x-components.listitem.md) providing a slot for each <code>slotName</code> which depends on the <code>modelName</code>of the item. |
|
|
83
74
|
| [ItemsListInjectionMixin](./x-components.itemslistinjectionmixin.md) | Mixin to facilitate providing and injecting a list of list items. Injected list is available at <code>injectedListItems</code>, and the provided list should be stored in <code>items</code>. |
|
|
84
75
|
| [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
|
|
85
|
-
| [MainScroll](./x-components.mainscroll.md) | Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored
|
|
76
|
+
| [MainScroll](./x-components.mainscroll.md) | <p>Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.</p><p>Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component.</p> |
|
|
86
77
|
| [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
|
|
87
78
|
| [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
88
79
|
| [MyHistory](./x-components.myhistory.md) | The component renders the full history of user searched queries grouped by the day they were performed. |
|
|
89
|
-
| [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
|
|
80
|
+
| [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of \[<code>BaseSuggestions</code>\](./x-components.base-suggestions.md), allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
|
|
90
81
|
| [NextQueriesList](./x-components.nextquerieslist.md) | Component that inserts groups of next queries in different positions of the injected search items list, based on the provided configuration. |
|
|
91
82
|
| [NextQuery](./x-components.nextquery.md) | Renders a next query item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the next query content. If the slot is not overridden, it will render the suggestion query by default. |
|
|
83
|
+
| [NextQueryPreview](./x-components.nextquerypreview.md) | Retrieves a preview of the results of a next query and exposes them in the default slot, along with the next query and the totalResults of the search request. By default, it renders the names of the results. |
|
|
92
84
|
| [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
|
|
93
85
|
| [PartialQueryButton](./x-components.partialquerybutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [SearchXEvents.UserClickedPartialQuery](./x-components.searchxevents.userclickedpartialquery.md) events, expressing the user intention to set the partial query. |
|
|
94
86
|
| [PartialResultsList](./x-components.partialresultslist.md) | It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound. |
|
|
95
87
|
| [PopularSearch](./x-components.popularsearch.md) | Renders a popular search item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the popular search content. If the slot is not overridden, it will render the suggestion query by default. |
|
|
96
88
|
| [PopularSearches](./x-components.popularsearches.md) | Simple popular-searches component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A popular search is just a query that has been searched a lot in a certain period and may optionally have associated a set of filters. |
|
|
97
|
-
| [
|
|
98
|
-
| [
|
|
89
|
+
| [PreselectedFilters](./x-components.preselectedfilters.md) | This component emits [FacetsXEvents.PreselectedFiltersProvided](./x-components.facetsxevents.preselectedfiltersprovided.md) when a preselected filter is set in the snippet config or by using the prop of the component. |
|
|
90
|
+
| [Promoted](./x-components.promoted.md) | <p>A promoted result is just an item that has been inserted into the search results to advertise something. Usually it is one of the first items in the grid, and has the same shape as a result. It just contains a link to the promoted content, an image, and a title.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>titleClass</code>.</p> |
|
|
91
|
+
| [PromotedsList](./x-components.promotedslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) of promoteds from [SearchState.promoteds](./x-components.searchstate.promoteds.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>promoteds</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
|
|
92
|
+
| [QueryPreview](./x-components.querypreview.md) | Retrieves a preview of the results of a query and exposes them in the default slot, along with the query preview and the totalResults of the search request. By default, it renders the names of the results. |
|
|
93
|
+
| [QueryPreviewButton](./x-components.querypreviewbutton.md) | <p>Component containing an event button that emits [QueriesPreviewXEvents.UserAcceptedAQueryPreview](./x-components.queriespreviewxevents.useracceptedaquerypreview.md) when clicked with the full query preview info as payload.</p><p>It has a default slot to customize its contents.</p> |
|
|
94
|
+
| [QueryPreviewList](./x-components.querypreviewlist.md) | Renders the results previews of a list of objects with the information about the query preview, and exposes the [QueryPreview](./x-components.querypreview.md) slots to modify the content. The requests are made in sequential order. |
|
|
99
95
|
| [QuerySuggestion](./x-components.querysuggestion.md) | This component renders a suggestion for a query. A query suggestion is a recommended query based on previous search queries. It contains the query itself and a set of filters associated. For example, if you're searching for \_shirt\_, a query suggestion could be \_long sleeve shirt\_. |
|
|
100
96
|
| [QuerySuggestions](./x-components.querysuggestions.md) | This component renders a list of possible search queries to select from as a query is entered in the input field. By default, this is a list of \[<code>QuerySuggestion</code>\](./x-components.query-suggestion.md) components. |
|
|
101
97
|
| [QuerySuggestionsGetter](./x-components.querysuggestionsgetter.md) | Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
102
|
-
| [Recommendations](./x-components.recommendations.md) | It renders a list of recommendations from the [
|
|
98
|
+
| [Recommendations](./x-components.recommendations.md) | It renders a list of recommendations from the [RecommendationsState.recommendations](./x-components.recommendationsstate.recommendations.md) state by default. The component provides the slot layout which wraps the whole component with the recommendations bounded. It also provides the default slot to customize the item, which is within the layout slot, with the recommendation bounded. Each recommendation should be represented by a [BaseResultLink](./x-components.baseresultlink.md) component besides any other component. |
|
|
103
99
|
| [Redirection](./x-components.redirection.md) | A redirection is a component that sends the user to a link in the website. It is helpful when there are queries like <code>help</code>, <code>shipping costs</code>, <code>my account</code>, where a link to a section in the website will be more helpful than the set of results returned. |
|
|
104
100
|
| [RelatedTag](./x-components.relatedtag.md) | This component renders a related tag for a query. A related tag is a descriptive keyword related to the current query to fine-tune the search. For example, if you are searching for \*lego\*, a related tag could be \*city\*, refining the search with \*lego city\*. |
|
|
105
101
|
| [RelatedTags](./x-components.relatedtags.md) | This component renders a set of \[<code>RelatedTag</code>\](./x-components.related-tag) components by default to select from after a query is performed to fine-tune search. For example, if you are searching for \*lego\*, different related tags could be \*city\*, \*friends\*, or \*harry potter\*, refining the search with \*lego city\*, \*lego friends\*, or \*lego harry potter\*. |
|
|
106
102
|
| [RemoveHistoryQuery](./x-components.removehistoryquery.md) | Button that when it is pressed emits the [HistoryQueriesXEvents.UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md) event, expressing the user intention to remove a query in the history. |
|
|
107
103
|
| [RenderlessExtraParams](./x-components.renderlessextraparams.md) | It emits a [ExtraParamsXEvents.UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md) when the <code>updateValue</code> is called. |
|
|
108
|
-
| [RenderlessFilter](./x-components.renderlessfilter.md) | Renders default slot content. It binds to the default slot a [BooleanFilter](./x-types.booleanfilter.md)<!-- -->, the [
|
|
109
|
-
| [ResultsList](./x-components.resultslist.md) | It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default
|
|
104
|
+
| [RenderlessFilter](./x-components.renderlessfilter.md) | Renders default slot content. It binds to the default slot a [BooleanFilter](./x-types.booleanfilter.md)<!-- -->, the [XEvent](./x-components.xevent.md) that will be emitted when clicking the content, the css classes and if the content should be disabled. |
|
|
105
|
+
| [ResultsList](./x-components.resultslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.</p><p>The component provides a default slot which wraps the whole component with the <code>results</code> bound.</p><p>It also provides the slot result to customize the item, which is within the default slot, with the result bound.</p> |
|
|
106
|
+
| [ResultVariantSelector](./x-components.resultvariantselector.md) | Component to show and select the available variants of a product for a given nest level. TODO: Add logger warning on mount when result is not injected. |
|
|
107
|
+
| [ResultVariantsProvider](./x-components.resultvariantsprovider.md) | <p>Component that exposes the result merged with its selected variant in the default slot.</p><p>It receives the original result and keeps track of the selected variant.</p><p>It provides the original result, the array containing the selected variants and a callback to set the selected variant to be used from a child.</p> |
|
|
110
108
|
| [Scroll](./x-components.scroll.md) | Scrollable container that emits scroll related X Events. It exposes all the listeners and props from the [BaseScroll](./x-components.basescroll.md) component. |
|
|
111
109
|
| [ScrollMixin](./x-components.scrollmixin.md) | Mixin to share Scroll logic. |
|
|
112
110
|
| [ScrollToTop](./x-components.scrolltotop.md) | The <code>ScrollToTop</code> component is a button that the user can click to make a container scroll up to its initial position. |
|
|
113
111
|
| [SearchButton](./x-components.searchbutton.md) | This component renders a button to submit the query. |
|
|
114
112
|
| [SearchInput](./x-components.searchinput.md) | This component renders an input field that allows the user to type a query. It also reacts to query changes through event listening. |
|
|
115
|
-
| [
|
|
116
|
-
| [
|
|
113
|
+
| [SearchInputPlaceholder](./x-components.searchinputplaceholder.md) | . This component renders an animated placeholder for the search input in the shape of a list of iterating messages that can be configured to happen always or only when hovering the input |
|
|
114
|
+
| [SelectedFilters](./x-components.selectedfilters.md) | <p>Provides a scoped slot with the selected filters from every facet, or from the facet which facet id is passed as property.</p><p>The default slot renders the length of the selected filters array. The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
|
|
115
|
+
| [SelectedFiltersList](./x-components.selectedfilterslist.md) | <p>This component renders a list of selected filters from every facet, or from the facet ids passed as property. It uses the SelectedFilters component (state).</p><p>It provides two slots: a scoped one which name is the filter facet id; and a default one. Both exposes the filter and renders the filter label by default.</p><p>The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
|
|
116
|
+
| [SemanticQueries](./x-components.semanticqueries.md) | Retrieves a list of semantic queries from the state and exposes them in the slots. |
|
|
117
|
+
| [SemanticQuery](./x-components.semanticquery.md) | This component renders a semantic query. A semantic query is a recommended query that is similar in its meaning to another one. It contains the query and the distance, which indicates how similar the query is compared to the searched query. |
|
|
117
118
|
| [SimpleFilter](./x-components.simplefilter.md) | Renders a simple filter, emitting the needed events when clicked. |
|
|
118
119
|
| [SingleColumnLayout](./x-components.singlecolumnlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
119
120
|
| [SlicedFilters](./x-components.slicedfilters.md) | Component that slices a list of filters and returns them using the default scoped slot, allowing the user to show the full list of them or slicing them again using the show more/less buttons. |
|
|
120
|
-
| [SlidingPanel](./x-components.slidingpanel.md) | This component allows for any other component or element inside it to be horizontally navigable. It also implements customizable buttons as well as other minor customizations to its general behavior
|
|
121
|
+
| [SlidingPanel](./x-components.slidingpanel.md) | <p>This component allows for any other component or element inside it to be horizontally navigable. It also implements customizable buttons as well as other minor customizations to its general behavior.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
|
|
121
122
|
| [SnippetCallbacks](./x-components.snippetcallbacks.md) | This component subscribes to any [XEvent](./x-components.xevent.md) with a custom callbacks provided by the snippet configuration. |
|
|
122
123
|
| [SnippetConfigExtraParams](./x-components.snippetconfigextraparams.md) | Extracts the extra parameters from the [SnippetConfig](./x-components.snippetconfig.md) and syncs it with the request objects of every x-module. |
|
|
123
124
|
| [SortDropdown](./x-components.sortdropdown.md) | The <code>SortDropdown</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
|
|
124
125
|
| [SortedFilters](./x-components.sortedfilters.md) | Component that sorts a list of filters and returns them using the default scoped slot. |
|
|
125
126
|
| [SortList](./x-components.sortlist.md) | The <code>SortList</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
|
|
126
127
|
| [SortMixin](./x-components.sortmixin.md) | Mixin to share Sort logic. |
|
|
127
|
-
| [
|
|
128
|
+
| [SortPickerList](./x-components.sortpickerlist.md) | The <code>SortPickerList</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
|
|
129
|
+
| [Spellcheck](./x-components.spellcheck.md) | <p>The <code>Spellcheck</code> component allows to inform the user with a friendly message that he might have misspelled the search query. This message can be set using the default slot of the component, which gives access to the searched query using the <code>query</code> scope property, and the spellchecked query proposal, using the <code>spellcheckedQuery</code> scope property.</p><p>The component will only render itself if the <code>spellcheckedQuery</code> property has value.</p> |
|
|
128
130
|
| [SpellcheckButton](./x-components.spellcheckbutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [XEventsTypes.UserAcceptedSpellcheckQuery](./x-components.xeventstypes.useracceptedspellcheckquery.md) events, expressing the user intention to set the spellchecked query. |
|
|
129
131
|
| [StaggeredFadeAndSlide](./x-components.staggeredfadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with an staggered fade and slide animation. |
|
|
130
132
|
| [StaggeringTransitionGroup](./x-components.staggeringtransitiongroup.md) | A replacement component for Vue's transition-group, that also adds the option to stagger the animations. |
|
|
131
|
-
| [Tagging](./x-components.tagging.md) | This component enables and manages the sending of information to the [Empathy Tagging API](https://docs.empathy.co/develop-empathy-platform/api-reference/tagging-api.html)
|
|
132
|
-
| [UrlHandler](./x-components.urlhandler.md) | This component
|
|
133
|
+
| [Tagging](./x-components.tagging.md) | This component enables and manages the sending of information to the \[Empathy Tagging API\](https://docs.empathy.co/develop-empathy-platform/api-reference/tagging-api.html). It allows to enable or disable the session id management through the <code>consent</code> prop. |
|
|
134
|
+
| [UrlHandler](./x-components.urlhandler.md) | This component manages the browser URL parameters to preserve them through reloads and browser history navigation. It allow to configure the default url parameter names using its attributes. This component doesn't render elements to the DOM. |
|
|
133
135
|
| [WindowScroll](./x-components.windowscroll.md) | The <code>WindowScroll</code> component listens to either the <code>html</code> or <code>body</code> DOM scroll events, and re-emits them as X Events. Additionally it also emits events related to the direction or current position of these elements scroll. |
|
|
134
|
-
| [XInstaller](./x-components.xinstaller.md) | The purpose of this class is to offer a quick way to initialize the XComponents in a setup project. It allows to receive all the options in [InstallXOptions](./x-components.installxoptions.md) which is an extension of [XPluginOptions](./x-components.xpluginoptions.md) with all the options for the plugin and some options more
|
|
136
|
+
| [XInstaller](./x-components.xinstaller.md) | <p>The purpose of this class is to offer a quick way to initialize the XComponents in a setup project. It allows to receive all the options in [InstallXOptions](./x-components.installxoptions.md) which is an extension of [XPluginOptions](./x-components.xpluginoptions.md) with all the options for the plugin and some options more.</p><p>This class does multiple things: 1. Install the [XPlugin](./x-components.xplugin.md) with the [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. 2. Creates the public [XAPI](./x-components.xapi.md) and add it to global window. 3. Creates the Vue Application for the customer project.</p><p>The steps 2 & 3 are optional and depends on the options passed in [InstallXOptions](./x-components.installxoptions.md)<!-- -->.</p> |
|
|
135
137
|
| [XPlugin](./x-components.xplugin.md) | Vue plugin that initializes the properties needed by the x-components, and exposes the events bus and the adapter after it has been installed. |
|
|
136
138
|
|
|
137
139
|
## Functions
|
|
@@ -141,13 +143,16 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
141
143
|
| [areFiltersDifferent(someFilters, anotherFilters)](./x-components.arefiltersdifferent.md) | Compares if two lists contains the same filters. |
|
|
142
144
|
| [arrayToObject(array)](./x-components.arraytoobject.md) | Reduce an array of strings to an object which properties names are the value of each string, and the value under that property are also the string. |
|
|
143
145
|
| [arrayToObject(array, key)](./x-components.arraytoobject_1.md) | Reduce an array of objects to an object which properties names are the value of each object\[key\], and the value under that property are each object. 'key' is the the parameter passed to this function. |
|
|
146
|
+
| [assertXPluginOptionsAreValid(options)](./x-components.assertxpluginoptionsarevalid.md) | Asserts that the passed options object is valid, providing helpful error messages. |
|
|
144
147
|
| [capitalize(str)](./x-components.capitalize.md) | Util to capitalize a string . |
|
|
145
148
|
| [clone(something)](./x-components.clone.md) | Deeply clones an object or an array. |
|
|
146
|
-
| [compileMessage(message, params)](./x-components.compilemessage.md) | Replaces each key in compiledMessage for the provided key's value. |
|
|
147
149
|
| [createCollapseAnimationMixin(property)](./x-components.createcollapseanimationmixin.md) | Adds parametrized methods to a component to allow the collapsing of the provided property. |
|
|
148
150
|
| [createFetchAndSaveActions({ fetch, onSuccess, onError, onCancel })](./x-components.createfetchandsaveactions.md) | Utility to create an action that requests and save some data asynchronously, with the option to cancel the request at any moment. This factory provides with the standard flow for requesting, cancelling, handling errors for a module, while also taking care of its status. |
|
|
149
151
|
| [createRawFilters(filterIds)](./x-components.createrawfilters.md) | Helper method which creates the filter entity from the filter ir of the url. |
|
|
150
152
|
| [createStoreEmitters(storeModule, emitters)](./x-components.createstoreemitters.md) | Helper function for creating type-safe [StoreEmitters](./x-components.storeemitters.md)<!-- -->. |
|
|
153
|
+
| [createTrackDisplayWire(property)](./x-components.createtrackdisplaywire.md) | Factory helper to create a wire for the track of the display click. |
|
|
154
|
+
| [createTrackWire(property)](./x-components.createtrackwire.md) | Factory helper to create a wire for the track of a taggable element. |
|
|
155
|
+
| [createUseDevice(devices)](./x-components.createusedevice.md) | Factory function that creates a composable for device detection using the devices parameter to configure breakpoints. |
|
|
151
156
|
| [createWireFromFunction(fn)](./x-components.createwirefromfunction.md) | Creates a wire that executes the function passed. This function will receive a [WireParams](./x-components.wireparams.md) object. |
|
|
152
157
|
| [createWiring(wiring)](./x-components.createwiring.md) | Util function to generate type-safe wiring. If TypeScript ever accepts the PR about generic type inference this function can be removed. |
|
|
153
158
|
| [currencyFormatter(value, format)](./x-components.currencyformatter.md) | Format a value with a given format. |
|
|
@@ -160,14 +165,17 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
160
165
|
| [filterFalsyPayload(wire)](./x-components.filterfalsypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is truthy. A truthy value is whatever is not a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
|
|
161
166
|
| [filterTruthyPayload(wire)](./x-components.filtertruthypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
|
|
162
167
|
| [filterWhitelistedModules(wire, whitelist)](./x-components.filterwhitelistedmodules.md) | Creates a [Wire](./x-components.wire.md) that is only executed if the event is emitted from a [XModule](./x-components.xmodule.md) that is included in the <code>whitelist</code> array passed as parameter. |
|
|
168
|
+
| [flatHierarchicalFilters(hierarchicalFilters)](./x-components.flathierarchicalfilters.md) | This function flattens the Hierarchical Filters, returning an array with all filters including the children. |
|
|
169
|
+
| [getGetterPath(moduleName, getterName)](./x-components.getgetterpath.md) | Generates a getter path string with the module and getter name. |
|
|
163
170
|
| [getRootXComponent(component)](./x-components.getrootxcomponent.md) | Given a component, finds the root XComponent in the ancestors hierarchy. |
|
|
164
171
|
| [getStateAndGettersFromModule(state, getters, moduleName)](./x-components.getstateandgettersfrommodule.md) | Returns an object with the getters and state of a module of store defined by the moduleName parameter. |
|
|
165
|
-
| [
|
|
172
|
+
| [getTargetElement(event)](./x-components.gettargetelement.md) | Returns the target element for a given event. The target element is obtained from <code>composedPath</code> Event method because if the event is triggered inside a Shadow DOM context, <code>event.target</code> points to Shadow DOM element, not the element that triggered the event. <code>composedPath</code> method also is available in a non-shadow DOM context. |
|
|
173
|
+
| [Getter(module, getter)](./x-components.getter.md) | <p>Generates a computed property which returns the selected getter value.</p><p>The decorated property needs to be public for type inference to work.</p> |
|
|
166
174
|
| [groupItemsBy(array, groupBy)](./x-components.groupitemsby.md) | Groups the array items based on the provided <code>groupBy</code> function. |
|
|
167
175
|
| [isArrayEmpty(array)](./x-components.isarrayempty.md) | Returns if the given array is <code>null</code>, <code>undefined</code>, or has no elements. |
|
|
168
176
|
| [isElementEqualOrContained(a, b)](./x-components.iselementequalorcontained.md) | Returns true if the two elements are the same, or if <code>b</code> is a child of <code>a</code>. |
|
|
169
177
|
| [isInRange(number, \[min, max\])](./x-components.isinrange.md) | Returns true if the number is greater than or equal than the min, and less than or equal than the max. |
|
|
170
|
-
| [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | Compares two queries to know if the new one is a refined query from the previous one or a new one
|
|
178
|
+
| [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | <p>Compares two queries to know if the new one is a refined query from the previous one or a new one.</p><p>A refined query is a query which has the previous query or part of it. Example: - previousQuery = 'lego star'. - newQuery = 'lego star wars'.</p><p>Example: - previousQuery = 'lego star wars'. - newQuery = 'lego star'.</p><p>A new query is a query which has not the previous query. Example: - previousQuery = 'lego star'. - newQuery = 'lego wars'.</p><p>In this case, it is changing the word set, because a word is changed by another one, so this is changing the search intention.</p> |
|
|
171
179
|
| [isStringEmpty(str)](./x-components.isstringempty.md) | Util used to return true if the string is empty, undefined or null. |
|
|
172
180
|
| [isXComponent(component)](./x-components.isxcomponent.md) | Returns if the component is an X-Component. An X-Component is a component that has an [XModule](./x-components.xmodule.md) associated to it. |
|
|
173
181
|
| [mapWire(toWire, mapFn)](./x-components.mapwire.md) | Creates a [Wire](./x-components.wire.md) from other <code>toWire</code> wire. It uses <code>mapFn</code> to transform the <code>FromPayload</code> received to <code>ToPayload</code> which <code>toWire</code> requires. This is useful to reuse wires in different Events where the payload doesn't fit exactly. |
|
|
@@ -179,9 +187,11 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
179
187
|
| [namespacedWireDispatchWithoutPayload(moduleName)](./x-components.namespacedwiredispatchwithoutpayload.md) | Creates a namespaced [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) for the module name passed. |
|
|
180
188
|
| [normalizeString(string)](./x-components.normalizestring.md) | Trims the string, transforms it to lower case, and removes [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) from it. |
|
|
181
189
|
| [setStatus(state, status)](./x-components.setstatus.md) | Sets the request status. Can be used as a mutation. |
|
|
182
|
-
| [
|
|
190
|
+
| [setupDevtools(app)](./x-components.setupdevtools.md) | **_(BETA)_** Setups a plugin for the Vue's devtools adding: - [XEvent](./x-components.xevent.md)<!-- -->s timeline. Every event is recorded in time, and its payload and metadata can be inspected. - Wiring inspector. Events and its wires can be viewed and disabled. |
|
|
191
|
+
| [State(module, path)](./x-components.state.md) | <p>Generates a computed property which returns the selected state.</p><p>The decorated property needs to be public for type inference to work.</p> |
|
|
183
192
|
| [throttle(wire, timeInMs, options)](./x-components.throttle.md) | Creates a throttled [Wire](./x-components.wire.md)<!-- -->. Being throttled means that it will only be executed once every couple of milliseconds given by the <code>timeInMs</code> parameter. |
|
|
184
193
|
| [toKebabCase(str)](./x-components.tokebabcase.md) | Util to transform string a into kebab case. |
|
|
194
|
+
| [use$x()](./x-components.use_x.md) | Function which returns the <code>$x</code> object from the current component instance. |
|
|
185
195
|
| [wireCommit(mutation, payloadFactory)](./x-components.wirecommit.md) | Creates a wire that commits a mutation to the store. This wire receives a function. This function is used to get the actual payload value passed to mutation. This wire can be used in every event, as it does not have a payload type associated. |
|
|
186
196
|
| [wireCommit(mutation, staticPayload)](./x-components.wirecommit_1.md) | Creates a wire that commits a mutation to the store. This wire can receive any value as payload. This wire can be used in every event, as it does not have a payload type associated. |
|
|
187
197
|
| [wireCommit(mutation)](./x-components.wirecommit_2.md) | Creates a wire that commits a mutation to the store. This wire will commit to the store the payload that it receives in the observable. |
|
|
@@ -194,7 +204,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
194
204
|
| [wireServiceWithoutPayload(service)](./x-components.wireservicewithoutpayload.md) | Creates a wires factory that can create wires that will invoke the service methods but without payload. |
|
|
195
205
|
| [xComponentMixin(module)](./x-components.xcomponentmixin.md) | Initializes a component as an X-Component: \* Registers the module passed as parameter. \* Flags the component as X-Component, so then it can be detected with the [isXComponent()](./x-components.isxcomponent.md) function. |
|
|
196
206
|
| [XEmit(xEvent, { immediate, deep })](./x-components.xemit.md) | Emits the provided event whenever the decorated property changes. |
|
|
197
|
-
| [XInject(injectKey, defaultValue)](./x-components.xinject.md) | Generates an inject configuration object to inject a value provided by [XProvide()](./x-components.xprovide.md)<!-- -->. This function injects the value into a private property of the component instance using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. This private property is named as the decorated property but prefixed with <code>_x-inject_</code
|
|
207
|
+
| [XInject(injectKey, defaultValue)](./x-components.xinject.md) | <p>Generates an inject configuration object to inject a value provided by [XProvide()](./x-components.xprovide.md)<!-- -->. This function injects the value into a private property of the component instance using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. This private property is named as the decorated property but prefixed with <code>_x-inject_</code>.</p><p>Why is this private property necessary? Well, the [XProvide()](./x-components.xprovide.md) decorator, provides an object with the shape { value: any } being that value a getter to keep reactivity of the injected value. This private property is to "shortcut" that object and directly inject the value itself. Otherwise, you should access to the actual value using <code>.value</code>.</p><p>The final step is done by a computed property. This has the same name as the decorated property. This computed returns the inner value getter of the injected object. This way the decorated property has finally the initial injected value.</p> |
|
|
198
208
|
| [XOn(xEvent, metadataFilteringOptions)](./x-components.xon.md) | Creates a subscription to an [XEvent](./x-components.xevent.md)<!-- -->, an array of [XEvent](./x-components.xevent.md) or a component property ( reacting to its changes via a watcher) filtering out the passed metadata, if any, and un-subscribes on the beforeDestroy hook. |
|
|
199
209
|
| [XProvide(provideKey)](./x-components.xprovide.md) | Generates a provide function that returns an object with the injectable value returned in a getter to keep its reactivity, using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. It overrides the provide key if the parent provides the same key. |
|
|
200
210
|
|
|
@@ -209,12 +219,18 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
209
219
|
| [DeviceMutations](./x-components.devicemutations.md) | Device store mutations. |
|
|
210
220
|
| [DeviceState](./x-components.devicestate.md) | Device store state. |
|
|
211
221
|
| [DeviceXEvents](./x-components.devicexevents.md) | Dictionary of the events of [DeviceXModule](./x-components.devicexmodule.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
222
|
+
| [DisplayWireMetadata](./x-components.displaywiremetadata.md) | Wire metadata specific for display wires. |
|
|
212
223
|
| [EmpathizeActions](./x-components.empathizeactions.md) | Empathize store actions. |
|
|
213
224
|
| [EmpathizeConfig](./x-components.empathizeconfig.md) | Configuration options for the [EmpathizeXModule](./x-components.empathizexmodule.md)<!-- -->. |
|
|
214
225
|
| [EmpathizeGetters](./x-components.empathizegetters.md) | Empathize store getters. |
|
|
215
226
|
| [EmpathizeMutations](./x-components.empathizemutations.md) | Empathize store mutations. |
|
|
216
227
|
| [EmpathizeState](./x-components.empathizestate.md) | Empathize store state. |
|
|
217
228
|
| [EmpathizeXEvents](./x-components.empathizexevents.md) | Dictionary of the events of Empathize XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
229
|
+
| [ExperienceControlsActions](./x-components.experiencecontrolsactions.md) | Experience Controls store actions. |
|
|
230
|
+
| [ExperienceControlsGetters](./x-components.experiencecontrolsgetters.md) | Experience Controls store getters. |
|
|
231
|
+
| [ExperienceControlsMutations](./x-components.experiencecontrolsmutations.md) | Experience Controls store mutations. |
|
|
232
|
+
| [ExperienceControlsState](./x-components.experiencecontrolsstate.md) | Experience Controls store state. |
|
|
233
|
+
| [ExperienceControlsXEvents](./x-components.experiencecontrolsxevents.md) | Dictionary of the events of Experience Controls XModule. |
|
|
218
234
|
| [ExtraParamsActions](./x-components.extraparamsactions.md) | ExtraParams store actions. |
|
|
219
235
|
| [ExtraParamsGetters](./x-components.extraparamsgetters.md) | ExtraParams store getters. |
|
|
220
236
|
| [ExtraParamsMutations](./x-components.extraparamsmutations.md) | ExtraParams store mutations. |
|
|
@@ -223,14 +239,16 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
223
239
|
| [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | Options to install more Vue plugins with. |
|
|
224
240
|
| [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing a facet id and the group id it belongs to. |
|
|
225
241
|
| [FacetsActions](./x-components.facetsactions.md) | Facets store actions. |
|
|
242
|
+
| [FacetsConfig](./x-components.facetsconfig.md) | Configuration options for the [FacetsXModule](./x-components.facetsxmodule.md)<!-- -->. |
|
|
226
243
|
| [FacetsGetters](./x-components.facetsgetters.md) | Facets store getters. |
|
|
227
|
-
| [FacetsGroup](./x-components.facetsgroup.md) | An object containing a list of facets, and the group they belong to
|
|
244
|
+
| [FacetsGroup](./x-components.facetsgroup.md) | <p>An object containing a list of facets, and the group they belong to.</p><p>The facet group is used to perform operations over a list of facets. For example, some APIs have dynamic facets. This means that depending on the selected filters, some facets can be returned. For example if you select <code>category:television</code>, a new facet called \*Screen size\* might appear. And, because now filters are stored in a dictionary instead of an array, and overridden with each request, when the user performs a new query, we have to remove all the <code>Screen size</code> filters because we don't know if the API will return them or not in the new query.</p> |
|
|
228
245
|
| [FacetsMutations](./x-components.facetsmutations.md) | Facets store mutations. |
|
|
229
246
|
| [FacetsService](./x-components.facetsservice.md) | Service to manipulate the filters. |
|
|
230
247
|
| [FacetsState](./x-components.facetsstate.md) | Facets store state. |
|
|
231
248
|
| [FacetsXEvents](./x-components.facetsxevents.md) | Dictionary of the events of Facets XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
232
249
|
| [FetchAndSaveActions](./x-components.fetchandsaveactions.md) | Actions returned from the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md)<!-- -->. |
|
|
233
250
|
| [FetchAndSaveHooks](./x-components.fetchandsavehooks.md) | Options to use with the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md) factory. |
|
|
251
|
+
| [FiltersMetadata](./x-components.filtersmetadata.md) | An object containing additional context regarding the filters. |
|
|
234
252
|
| [HistoryQueriesActions](./x-components.historyqueriesactions.md) | HistoryQueries store actions. |
|
|
235
253
|
| [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->. |
|
|
236
254
|
| [HistoryQueriesGetters](./x-components.historyqueriesgetters.md) | HistoryQueries store getters. |
|
|
@@ -247,6 +265,8 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
247
265
|
| [InitWrapper](./x-components.initwrapper.md) | Interface for the returned type of the [XInstaller.init()](./x-components.xinstaller.init.md) function. |
|
|
248
266
|
| [InstallXOptions](./x-components.installxoptions.md) | Interface for the parameter of the constructor of [XInstaller](./x-components.xinstaller.md) function. It is an extended version of [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. |
|
|
249
267
|
| [InternalSearchRequest](./x-components.internalsearchrequest.md) | An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-types.searchrequest.md)<!-- -->. |
|
|
268
|
+
| [InternalSearchResponse](./x-components.internalsearchresponse.md) | An internal search response containing the [InternalSearchRequest](./x-components.internalsearchrequest.md) performed to get a [SearchResponse](./x-types.searchresponse.md) and its [RequestStatus](./x-components.requeststatus.md)<!-- -->. |
|
|
269
|
+
| [MutateFilterPayload](./x-components.mutatefilterpayload.md) | Payload to use in the <code>mutateFilter</code> mutation. |
|
|
250
270
|
| [NamespacedWireCommit](./x-components.namespacedwirecommit.md) | Namespaced type for the [wireCommit()](./x-components.wirecommit.md) which creates a wire with its payload associated. Possible ways for creating a wire that commits a mutation. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the mutation. |
|
|
251
271
|
| [NamespacedWireDispatch](./x-components.namespacedwiredispatch.md) | Namespaced type for the [wireDispatch()](./x-components.wiredispatch.md) which creates a wire with its payload associated. Possible ways for creating a wire that dispatches an action. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the action. |
|
|
252
272
|
| [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
|
|
@@ -263,6 +283,15 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
263
283
|
| [PopularSearchesState](./x-components.popularsearchesstate.md) | Popular searches module state. |
|
|
264
284
|
| [PopularSearchesXEvents](./x-components.popularsearchesxevents.md) | Dictionary of the events of PopularSearches XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
265
285
|
| [PrivateXModuleOptions](./x-components.privatexmoduleoptions.md) | Options for overriding the default store module and store emitters for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
286
|
+
| [QueriesPreviewActions](./x-components.queriespreviewactions.md) | QueriesPreview store actions. |
|
|
287
|
+
| [QueriesPreviewConfig](./x-components.queriespreviewconfig.md) | Configuration options for the [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md)<!-- -->. |
|
|
288
|
+
| [QueriesPreviewGetters](./x-components.queriespreviewgetters.md) | QueriesPreview store getters. |
|
|
289
|
+
| [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) | QueriesPreview store mutations. |
|
|
290
|
+
| [QueriesPreviewState](./x-components.queriespreviewstate.md) | QueriesPreview store state. |
|
|
291
|
+
| [QueriesPreviewXEvents](./x-components.queriespreviewxevents.md) | Dictionary of the events of QueriesPreview XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
292
|
+
| [QueryPreviewInfo](./x-components.querypreviewinfo.md) | Information to render or request a query preview with. |
|
|
293
|
+
| [QueryPreviewItem](./x-components.querypreviewitem.md) | QueriesPreview store state. |
|
|
294
|
+
| [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md) | Payload to use in the <code>setStatus</code> mutation. |
|
|
266
295
|
| [QuerySuggestionsActions](./x-components.querysuggestionsactions.md) | QuerySuggestions store actions. |
|
|
267
296
|
| [QuerySuggestionsConfig](./x-components.querysuggestionsconfig.md) | Configuration options for the [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md)<!-- -->. |
|
|
268
297
|
| [QuerySuggestionsGetters](./x-components.querysuggestionsgetters.md) | QuerySuggestions store getters. |
|
|
@@ -301,6 +330,12 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
301
330
|
| [SearchMutations](./x-components.searchmutations.md) | Search store mutations. |
|
|
302
331
|
| [SearchState](./x-components.searchstate.md) | Search store state. |
|
|
303
332
|
| [SearchXEvents](./x-components.searchxevents.md) | Dictionary of the events of Search XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
333
|
+
| [SemanticQueriesActions](./x-components.semanticqueriesactions.md) | SemanticQueries store actions. |
|
|
334
|
+
| [SemanticQueriesConfig](./x-components.semanticqueriesconfig.md) | Configuration options for the [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->. |
|
|
335
|
+
| [SemanticQueriesGetters](./x-components.semanticqueriesgetters.md) | SemanticQueries store getters. |
|
|
336
|
+
| [SemanticQueriesMutations](./x-components.semanticqueriesmutations.md) | SemanticQueries store mutations. |
|
|
337
|
+
| [SemanticQueriesState](./x-components.semanticqueriesstate.md) | SemanticQueries store state. |
|
|
338
|
+
| [SemanticQueriesXEvents](./x-components.semanticqueriesxevents.md) | Dictionary of the events of [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->,where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
304
339
|
| [SnippetConfig](./x-components.snippetconfig.md) | Interface with the possible parameters to receive through the snippet integration. |
|
|
305
340
|
| [SpatialNavigation](./x-components.spatialnavigation.md) | Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->. |
|
|
306
341
|
| [StateSelector](./x-components.stateselector.md) | Composition type of [SimpleStateSelector](./x-components.simplestateselector.md) which allows to indicate if the state selector should be executed in first instance (first assignment of values). Selector is the [SimpleStateSelector](./x-components.simplestateselector.md) and immediate flags if the selector should be executed when it is initialized for first time. |
|
|
@@ -328,13 +363,12 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
328
363
|
| [WireServiceWithoutPayload](./x-components.wireservicewithoutpayload.md) | Wires factory to invoke methods from a given service. |
|
|
329
364
|
| [XActionContext](./x-components.xactioncontext.md) | Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the local types of the module. |
|
|
330
365
|
| [XAPI](./x-components.xapi.md) | Interface with the API functions exposes as X [window](https://developer.mozilla.org/en-US/docs/Web/API/Window) property. |
|
|
331
|
-
| [XBus](./x-components.xbus.md) | The events bus that allows emitting and subscribing to [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. |
|
|
332
366
|
| [XComponentAliasAPI](./x-components.xcomponentaliasapi.md) | Alias to facilitate retrieving values from the store. |
|
|
333
367
|
| [XComponentAliasQueryAPI](./x-components.xcomponentaliasqueryapi.md) | Alias to facilitate retrieving the modules with query. |
|
|
334
368
|
| [XComponentAliasStatusAPI](./x-components.xcomponentaliasstatusapi.md) | Alias to facilitate retrieving the modules with status. |
|
|
335
|
-
| [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the
|
|
336
|
-
| [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the
|
|
337
|
-
| [XEventsTypes](./x-components.xeventstypes.md) | Dictionary of all the [XEvents](./x-components.xevent.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
369
|
+
| [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the , and store aliases to the components. |
|
|
370
|
+
| [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the . |
|
|
371
|
+
| [XEventsTypes](./x-components.xeventstypes.md) | . Dictionary of all the [XEvents](./x-components.xevent.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. All the events listed in this file are common to all X components modules, so they might be fired by components of any module. |
|
|
338
372
|
| [XInjectKey](./x-components.xinjectkey.md) | Type of the key passed to [XProvide()](./x-components.xprovide.md) and [XInject()](./x-components.xinject.md) to be type-safe. With this type you can declare the type of the injected value directly in the injection key. |
|
|
339
373
|
| [XModule](./x-components.xmodule.md) | A group of a wiring configuration, a store module, and side effects. |
|
|
340
374
|
| [XModuleOptions](./x-components.xmoduleoptions.md) | Options for overriding the default config state and wiring for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
@@ -348,18 +382,38 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
348
382
|
| --- | --- |
|
|
349
383
|
| [addQueryToHistory](./x-components.addquerytohistory.md) | Default implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->. |
|
|
350
384
|
| [addQueryToHistoryQueries](./x-components.addquerytohistoryqueries.md) | Saves a new query into the history queries. |
|
|
385
|
+
| [addQueryToHistoryQueriesFromPreview](./x-components.addquerytohistoryqueriesfrompreview.md) | Saves the selectedQueryPreview query into the history queries. |
|
|
351
386
|
| [animateClipPath](./x-components.animateclippath.md) | Returns a transition component to wrap an element passed in the default slot and animating its clip-path using inset and with the origin passed as parameter. |
|
|
352
387
|
| [animateScale](./x-components.animatescale.md) | Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter. |
|
|
353
388
|
| [animateTranslate](./x-components.animatetranslate.md) | Returns a transition component to wrap an element passed in the default slot and animating its translate using transform and with the transform origin passed as parameter. |
|
|
389
|
+
| [AnimationProp](./x-components.animationprop.md) | Type for animations props. |
|
|
354
390
|
| [ArrowDownIcon](./x-components.arrowdownicon.md) | |
|
|
355
391
|
| [ArrowLeftIcon](./x-components.arrowlefticon.md) | |
|
|
356
392
|
| [ArrowRightIcon](./x-components.arrowrighticon.md) | |
|
|
357
393
|
| [ArrowUpIcon](./x-components.arrowupicon.md) | |
|
|
394
|
+
| [AutoProgressBar](./x-components.autoprogressbar.md) | The auto progress bar component is useful for displaying a visual indicator of numerical data in a bar shape. |
|
|
358
395
|
| [BagIcon](./x-components.bagicon.md) | |
|
|
359
396
|
| [BarCodeIcon](./x-components.barcodeicon.md) | |
|
|
360
397
|
| [BarcodeTinyIcon](./x-components.barcodetinyicon.md) | |
|
|
398
|
+
| [BaseAddToCart](./x-components.baseaddtocart.md) | Renders a button with a default slot. It receives the result with the data and emits [XEventsTypes.UserClickedResultAddToCart](./x-components.xeventstypes.userclickedresultaddtocart.md) to the bus on click mouse event. |
|
|
399
|
+
| [BaseCurrency](./x-components.basecurrency.md) | <p>Renders the value received as a property which always must be a JavaScript number, with the proper format provided as a string property or by injection. The rendered tag is a span in order to render a default inline HTML element.</p><p>Regarding the format or mask to be defined as string: - Use 'i' to define integer numbers. - Use 'd' to define decimal numbers. You can define the length of the decimal part. If the format doesn't include decimals, it is filled with zeros until reach the length defined with 'd's. - Integer separator must be defined between the 3rd and the 4th integer 'i' of a group. - Decimal separator must be defined between the last 'i' and the first 'd'. It can be more than one character. - If you want to hide the decimal part if it's zero, you can add the <code>?</code> symbol after the decimal characters (e.g. 'i.iii,dd?', for <code>1234</code> you would get <code>1.234</code> instead of <code>1.234,00</code>). - Set whatever you need around the integers and decimals marks. - Default mask: 'i.iii,dd' which returns '1.345,67'.</p> |
|
|
400
|
+
| [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component contains an event button that emits [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
401
|
+
| [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component contains an event button that emits [XEventsTypes.UserClickedOpenEventsModal](./x-components.xeventstypes.userclickedopeneventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
361
402
|
| [BaseFallbackImage](./x-components.basefallbackimage.md) | |
|
|
403
|
+
| [BaseIdModalClose](./x-components.baseidmodalclose.md) | Component that allows to close a modal by emitting [XEventsTypes.UserClickedCloseModal](./x-components.xeventstypes.userclickedclosemodal.md)<!-- -->. It allows full customization with the 'closing-element' slot and exposes the 'closeModal' function. |
|
|
404
|
+
| [BaseIdModalOpen](./x-components.baseidmodalopen.md) | Component that allows to open a modal by emitting [XEventsTypes.UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) with the modalId as payload. It allows full customization with the 'opening-element' slot and exposes the 'openModal' function. |
|
|
362
405
|
| [BasePlaceholderImage](./x-components.baseplaceholderimage.md) | |
|
|
406
|
+
| [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
|
|
407
|
+
| [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
|
|
408
|
+
| [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [Result](./x-types.result.md) current price that may or may not be on sale. |
|
|
409
|
+
| [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code><img></code>. |
|
|
410
|
+
| [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code><a></code> wrapping the result contents. |
|
|
411
|
+
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [Result](./x-types.result.md) previous price. |
|
|
412
|
+
| [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
|
|
413
|
+
| [BaseSuggestion](./x-components.basesuggestion.md) | <p>Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvent](./x-components.xevent.md) that will be emitted on click with a given feature.</p><p>The default slot receives the suggestion and the matched query has props.</p> |
|
|
414
|
+
| [BaseTogglePanel](./x-components.basetogglepanel.md) | Simple panel that receives its open state via prop, which is responsible of rendering default slot inside a configurable transition. |
|
|
415
|
+
| [bus](./x-components.bus.md) | Default implementation. |
|
|
416
|
+
| [cancelFetchAndSaveControls](./x-components.cancelfetchandsavecontrols.md) | Default implementation for fetchAndSaveExperienceControls action. |
|
|
363
417
|
| [cancelFetchAndSaveIdentifierResults](./x-components.cancelfetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.cancelFetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md) action. |
|
|
364
418
|
| [cancelFetchAndSaveIdentifierResultsWire](./x-components.cancelfetchandsaveidentifierresultswire.md) | Cancels the [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) request promise. |
|
|
365
419
|
| [cancelFetchAndSaveNextQueries](./x-components.cancelfetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.cancelFetchAndSaveNextQueries()](./x-components.nextqueriesactions.cancelfetchandsavenextqueries.md) action. |
|
|
@@ -371,10 +425,11 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
371
425
|
| [cancelFetchAndSaveSearchResponse](./x-components.cancelfetchandsavesearchresponse.md) | Default implementation for [SearchActions.cancelFetchAndSaveSearchResponse()](./x-components.searchactions.cancelfetchandsavesearchresponse.md) action. |
|
|
372
426
|
| [cancelFetchAndSaveSearchResponseWire](./x-components.cancelfetchandsavesearchresponsewire.md) | Cancels the [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) request promise. |
|
|
373
427
|
| [cancelFetchAndSaveSuggestionsWire](./x-components.cancelfetchandsavesuggestionswire.md) | Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) request promise. |
|
|
428
|
+
| [CartFilledIcon](./x-components.cartfilledicon.md) | |
|
|
374
429
|
| [CartIcon](./x-components.carticon.md) | |
|
|
375
|
-
| [
|
|
376
|
-
| [CheckboxCardUnselectedIcon](./x-components.checkboxcardunselectedicon.md) | |
|
|
430
|
+
| [CheckboxSelectedFilledIcon](./x-components.checkboxselectedfilledicon.md) | |
|
|
377
431
|
| [CheckboxSelectedIcon](./x-components.checkboxselectedicon.md) | |
|
|
432
|
+
| [CheckboxUnselectedFilledIcon](./x-components.checkboxunselectedfilledicon.md) | |
|
|
378
433
|
| [CheckboxUnselectedIcon](./x-components.checkboxunselectedicon.md) | |
|
|
379
434
|
| [CheckIcon](./x-components.checkicon.md) | |
|
|
380
435
|
| [CheckTinyIcon](./x-components.checktinyicon.md) | |
|
|
@@ -390,42 +445,72 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
390
445
|
| [clearHistoryQueriesQuery](./x-components.clearhistoryqueriesquery.md) | Sets the query of the history queries module to an empty string. |
|
|
391
446
|
| [clearIdentifierResultsQuery](./x-components.clearidentifierresultsquery.md) | Clears the identifier-results module query. |
|
|
392
447
|
| [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
|
|
448
|
+
| [clearQueryPreviewWire](./x-components.clearquerypreviewwire.md) | Clears a query preview from queries preview module. |
|
|
393
449
|
| [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
|
|
450
|
+
| [clearQueryWire](./x-components.clearquerywire.md) | Clears the query. |
|
|
394
451
|
| [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
|
|
452
|
+
| [clearSearchQuery](./x-components.clearsearchquery.md) | Clears the search state <code>query</code>. |
|
|
453
|
+
| [clearSelectedQueryPreviewWire](./x-components.clearselectedquerypreviewwire.md) | Clears the selected query preview object from queries preview module. |
|
|
395
454
|
| [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
|
|
455
|
+
| [CloseMainModal](./x-components.closemainmodal.md) | Button to close the [MainModal](./x-components.mainmodal.md)<!-- -->. |
|
|
456
|
+
| [CornerArrowLeft](./x-components.cornerarrowleft.md) | |
|
|
457
|
+
| [CornerArrowRight](./x-components.cornerarrowright.md) | |
|
|
396
458
|
| [CrossIcon](./x-components.crossicon.md) | |
|
|
397
459
|
| [CrossTinyIcon](./x-components.crosstinyicon.md) | |
|
|
460
|
+
| [CuratedCheckFilledIcon](./x-components.curatedcheckfilledicon.md) | |
|
|
398
461
|
| [CuratedCheckIcon](./x-components.curatedcheckicon.md) | |
|
|
462
|
+
| [CuratedCheckTinyFilledIcon](./x-components.curatedchecktinyfilledicon.md) | |
|
|
463
|
+
| [CuratedCheckTinyIcon](./x-components.curatedchecktinyicon.md) | |
|
|
399
464
|
| [debounceFunction](./x-components.debouncefunction.md) | Util function that returns a debounced version of the function passed as parameter. It can use the leading strategy, trailing strategy or both. Using both would result in one leading execution guaranteed and trailing executions only if there are further calls during the length of the debounce time. |
|
|
400
465
|
| [deviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>device</code> entry point. |
|
|
466
|
+
| [DiagonalArrowLeftDownIcon](./x-components.diagonalarrowleftdownicon.md) | |
|
|
467
|
+
| [DiagonalArrowLeftTopIcon](./x-components.diagonalarrowlefttopicon.md) | |
|
|
468
|
+
| [DiagonalArrowRightDownIcon](./x-components.diagonalarrowrightdownicon.md) | |
|
|
469
|
+
| [DiagonalArrowRightTopIcon](./x-components.diagonalarrowrighttopicon.md) | |
|
|
401
470
|
| [empathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
471
|
+
| [experienceControlsRequest](./x-components.experiencecontrolsrequest.md) | Default implementation for the [ExperienceControlsGetters.experienceControlsRequest](./x-components.experiencecontrolsgetters.experiencecontrolsrequest.md) getter. |
|
|
472
|
+
| [experienceControlsXModule](./x-components.experiencecontrolsxmodule.md) | Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>x-controls</code> entry point. |
|
|
402
473
|
| [extraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>extraParams</code> entry point. |
|
|
403
474
|
| [facets](./x-components.facets.md) | Default implementation for the [FacetsGetters.facets](./x-components.facetsgetters.facets.md) getter. |
|
|
404
475
|
| [facetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>facets</code> entry point. |
|
|
476
|
+
| [fetchAndSaveExperienceControlsResponse](./x-components.fetchandsaveexperiencecontrolsresponse.md) | Default implementation for fetchAndSaveExperienceControls action. |
|
|
477
|
+
| [fetchAndSaveExperienceControlsWire](./x-components.fetchandsaveexperiencecontrolswire.md) | Requests and stores a new set of controls results. |
|
|
405
478
|
| [fetchAndSaveIdentifierResults](./x-components.fetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) action. |
|
|
406
|
-
| [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the
|
|
479
|
+
| [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the query. |
|
|
407
480
|
| [fetchAndSaveNextQueries](./x-components.fetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.fetchAndSaveNextQueries()](./x-components.nextqueriesactions.fetchandsavenextqueries.md) action. |
|
|
408
481
|
| [fetchAndSaveNextQueriesWire](./x-components.fetchandsavenextquerieswire.md) | Requests and stores the next queries. |
|
|
482
|
+
| [fetchAndSaveNextQueryPreviewWire](./x-components.fetchandsavenextquerypreviewwire.md) | Requests and store the next query preview results. |
|
|
409
483
|
| [fetchAndSavePopularSearches](./x-components.fetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.fetchAndSaveSuggestions()](./x-components.popularsearchesactions.fetchandsavesuggestions.md) action. |
|
|
484
|
+
| [fetchAndSaveQueryPreview](./x-components.fetchandsavequerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchAndSaveQueryPreview()](./x-components.queriespreviewactions.fetchandsavequerypreview.md)<!-- -->. |
|
|
485
|
+
| [fetchAndSaveQueryPreviewWire](./x-components.fetchandsavequerypreviewwire.md) | Requests and stores the query preview results. |
|
|
410
486
|
| [fetchAndSaveQuerySuggestions](./x-components.fetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) action. |
|
|
411
487
|
| [fetchAndSaveRecommendations](./x-components.fetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.fetchAndSaveRecommendations()](./x-components.recommendationsactions.fetchandsaverecommendations.md) action. |
|
|
412
488
|
| [fetchAndSaveRelatedTags](./x-components.fetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
413
489
|
| [fetchAndSaveRelatedTagsWire](./x-components.fetchandsaverelatedtagswire.md) | Requests and stores the related tags. |
|
|
414
490
|
| [fetchAndSaveSearchResponse](./x-components.fetchandsavesearchresponse.md) | Default implementation for [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) action. |
|
|
415
491
|
| [fetchAndSaveSearchResponseWire](./x-components.fetchandsavesearchresponsewire.md) | Requests and stores the search response. |
|
|
416
|
-
| [
|
|
492
|
+
| [fetchAndSaveSemanticQuery](./x-components.fetchandsavesemanticquery.md) | Default implementation for the [SemanticQueriesActions.fetchAndSaveSemanticQuery()](./x-components.semanticqueriesactions.fetchandsavesemanticquery.md)<!-- -->. |
|
|
493
|
+
| [fetchAndSaveSemanticQueryWire](./x-components.fetchandsavesemanticquerywire.md) | Requests and stores the semantic query results. |
|
|
494
|
+
| [fetchAndSaveSuggestionsWire](./x-components.fetchandsavesuggestionswire.md) | Requests and stores a new set of query suggestions for the query. |
|
|
495
|
+
| [fetchExperienceControlsResponse](./x-components.fetchexperiencecontrolsresponse.md) | Default implementation for the [ExperienceControlsActions.fetchExperienceControlsResponse()](./x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md)<!-- -->. |
|
|
417
496
|
| [fetchIdentifierResults](./x-components.fetchidentifierresults.md) | Default implementation for the [IdentifierResultsActions.fetchIdentifierResults()](./x-components.identifierresultsactions.fetchidentifierresults.md)<!-- -->. |
|
|
418
497
|
| [fetchNextQueries](./x-components.fetchnextqueries.md) | Default implementation for the [NextQueriesActions.fetchNextQueries()](./x-components.nextqueriesactions.fetchnextqueries.md)<!-- -->. |
|
|
419
498
|
| [fetchPopularSearches](./x-components.fetchpopularsearches.md) | Default implementation for the [PopularSearchesActions.fetchSuggestions()](./x-components.popularsearchesactions.fetchsuggestions.md)<!-- -->. |
|
|
499
|
+
| [fetchQueryPreview](./x-components.fetchquerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchQueryPreview()](./x-components.queriespreviewactions.fetchquerypreview.md)<!-- -->. |
|
|
420
500
|
| [fetchQuerySuggestions](./x-components.fetchquerysuggestions.md) | Default implementation for the [QuerySuggestionsActions.fetchSuggestions()](./x-components.querysuggestionsactions.fetchsuggestions.md)<!-- -->. |
|
|
421
501
|
| [fetchRecommendations](./x-components.fetchrecommendations.md) | Default implementation for the [RecommendationsActions.fetchRecommendations()](./x-components.recommendationsactions.fetchrecommendations.md)<!-- -->. |
|
|
422
502
|
| [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
|
|
423
503
|
| [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
|
|
504
|
+
| [fetchSemanticQuery](./x-components.fetchsemanticquery.md) | Default implementation for the [SemanticQueriesActions.fetchSemanticQuery()](./x-components.semanticqueriesactions.fetchsemanticquery.md)<!-- -->. |
|
|
424
505
|
| [FiltersIcon](./x-components.filtersicon.md) | |
|
|
506
|
+
| [FOCUSABLE\_SELECTORS](./x-components.focusable_selectors.md) | Comma separated list of common focusable selectors. |
|
|
425
507
|
| [getURLParameter](./x-components.geturlparameter.md) | Get one parameter value from the url. |
|
|
426
508
|
| [Grid1ColIcon](./x-components.grid1colicon.md) | |
|
|
427
509
|
| [Grid2ColIcon](./x-components.grid2colicon.md) | |
|
|
428
510
|
| [Grid2RowsIcon](./x-components.grid2rowsicon.md) | |
|
|
511
|
+
| [Grid4ColIcon](./x-components.grid4colicon.md) | |
|
|
512
|
+
| [HeartIcon](./x-components.hearticon.md) | |
|
|
513
|
+
| [HeartIconFilled](./x-components.hearticonfilled.md) | |
|
|
429
514
|
| [HideIcon](./x-components.hideicon.md) | |
|
|
430
515
|
| [HistoryIcon](./x-components.historyicon.md) | |
|
|
431
516
|
| [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
@@ -437,11 +522,12 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
437
522
|
| [identifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>identifier-results</code> entry point. |
|
|
438
523
|
| [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Default implementation for the [SearchActions.increasePageAppendingResults()](./x-components.searchactions.increasepageappendingresults.md)<!-- -->. |
|
|
439
524
|
| [increasePageAppendingResultsWire](./x-components.increasepageappendingresultswire.md) | Increases the current search state <code>page</code> by one. |
|
|
440
|
-
| [infiniteScroll](./x-components.infinitescroll.md) | Custom Vue directive for infinite scroll
|
|
525
|
+
| [infiniteScroll](./x-components.infinitescroll.md) | <p>Custom Vue directive for infinite scroll.</p><p>This directive uses the IntersectionObserver API to handle the intersection between the children and the scrollable container. The content of the children moves up on scroll and when it reaches the end, the IntersectionObserver triggers that both elements are intersecting.</p><p>How it works.</p><p>As a summary, if the scroll reaches the end, the <code>vNode.context.onInfiniteScrollEnd</code> function implemented by the component which imports the directive, is executed. If you provide a margin in the directive options, this function is triggered when the scroll reaches the end minus that amount of pixels. A default margin of 200px is set.</p><p>Usage.</p><p>The directive has to be set in the target element. It can receive an argument which will be used to determine the scrollable container. Possible values: <code>html</code>: will set the <html> as the scrollable container. <code>body</code>: will set the <body> as the scrollable container. ID: will set the DOM element with the provided id as the scrollable container.</p><p>If no argument is provided the scrollable container fallbacks to the viewport.</p> |
|
|
441
526
|
| [LightBulbOff](./x-components.lightbulboff.md) | |
|
|
442
527
|
| [LightBulbOn](./x-components.lightbulbon.md) | |
|
|
443
528
|
| [loadHistoryQueriesFromBrowserStorage](./x-components.loadhistoryqueriesfrombrowserstorage.md) | Default implementation for the [HistoryQueriesActions.loadHistoryQueriesFromBrowserStorage()](./x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md) action. |
|
|
444
529
|
| [loadHistoryQueriesFromBrowserStorageWire](./x-components.loadhistoryqueriesfrombrowserstoragewire.md) | Loads the history queries from the browser storage, saving them to the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md)<!-- -->. |
|
|
530
|
+
| [MainModal](./x-components.mainmodal.md) | A specialised version of a modal component, made to contain a full search application. |
|
|
445
531
|
| [MenuIcon](./x-components.menuicon.md) | |
|
|
446
532
|
| [MinusIcon](./x-components.minusicon.md) | |
|
|
447
533
|
| [MinusTinyIcon](./x-components.minustinyicon.md) | |
|
|
@@ -449,17 +535,18 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
449
535
|
| [nextQueriesRequest](./x-components.nextqueriesrequest.md) | Default implementation for the [NextQueriesGetters.request](./x-components.nextqueriesgetters.request.md) getter. |
|
|
450
536
|
| [nextQueriesXModule](./x-components.nextqueriesxmodule.md) | Next queries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>next-queries</code> entry point. |
|
|
451
537
|
| [normalizedQuery](./x-components.normalizedquery.md) | Default implementation for the [QuerySuggestionsGetters.normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) getter. |
|
|
452
|
-
| [
|
|
453
|
-
| [Nq2Icon](./x-components.nq2icon.md) | |
|
|
454
|
-
| [Nq3Icon](./x-components.nq3icon.md) | |
|
|
455
|
-
| [Nq4Icon](./x-components.nq4icon.md) | |
|
|
538
|
+
| [OpenMainModal](./x-components.openmainmodal.md) | Button to open the [MainModal](./x-components.mainmodal.md)<!-- -->. |
|
|
456
539
|
| [PlusIcon](./x-components.plusicon.md) | |
|
|
540
|
+
| [PlusTinyIcon](./x-components.plustinyicon.md) | |
|
|
457
541
|
| [popularSearches](./x-components.popularsearches.md) | Default implementation for the [PopularSearchesGetters.popularSearches](./x-components.popularsearchesgetters.popularsearches.md) getter. |
|
|
458
542
|
| [popularSearchesRequest](./x-components.popularsearchesrequest.md) | Default implementation for the [PopularSearchesGetters.request](./x-components.popularsearchesgetters.request.md) getter. |
|
|
459
543
|
| [popularSearchesXModule](./x-components.popularsearchesxmodule.md) | Popular searches [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>popular-searches</code> entry point. |
|
|
544
|
+
| [queriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>queries-preview</code> entry point. |
|
|
460
545
|
| [querySuggestions](./x-components.querysuggestions.md) | Default implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
461
546
|
| [querySuggestionsRequest](./x-components.querysuggestionsrequest.md) | Default implementation for the [QuerySuggestionsGetters.request](./x-components.querysuggestionsgetters.request.md) getter. |
|
|
462
547
|
| [querySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>query-suggestions</code> entry point. |
|
|
548
|
+
| [RadioButtonSelectedIcon](./x-components.radiobuttonselectedicon.md) | |
|
|
549
|
+
| [RadioButtonUnselectedIcon](./x-components.radiobuttonunselectedicon.md) | |
|
|
463
550
|
| [RECOMMENDATIONS\_ORIGIN](./x-components.recommendations_origin.md) | Constant for the recommendations request. |
|
|
464
551
|
| [recommendationsRequest](./x-components.recommendationsrequest.md) | Default implementation for the [RecommendationsGetters.request](./x-components.recommendationsgetters.request.md) getter. |
|
|
465
552
|
| [recommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>recommendations</code> entry point. |
|
|
@@ -472,9 +559,13 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
472
559
|
| [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
|
|
473
560
|
| [removeHistoryQuery](./x-components.removehistoryquery.md) | Removes a single history query from the history queries. |
|
|
474
561
|
| [resetAppending](./x-components.resetappending.md) | Resets the search state <code>isAppendingResults</code>. |
|
|
562
|
+
| [resetFromNoResultsWithFilters](./x-components.resetfromnoresultswithfilters.md) | Resets the search state <code>fromNoResultsWithFilters</code>. |
|
|
563
|
+
| [resetIsNoResults](./x-components.resetisnoresults.md) | Resets the search state <code>isNoResults</code>. |
|
|
564
|
+
| [resetRequestOnRefinement](./x-components.resetrequestonrefinement.md) | Default implementation for the [SearchActions.resetRequestOnRefinement()](./x-components.searchactions.resetrequestonrefinement.md)<!-- -->. |
|
|
565
|
+
| [resetRequestOnRefinementWire](./x-components.resetrequestonrefinementwire.md) | Resets the [SearchGetters.request](./x-components.searchgetters.request.md) parameters when refining request and before the actual request is launched. |
|
|
566
|
+
| [resetResultsPreviewWire](./x-components.resetresultspreviewwire.md) | Resets the next query preview results. |
|
|
475
567
|
| [resetSpellcheckQuery](./x-components.resetspellcheckquery.md) | Resets the search state <code>spellcheckedQuery</code> to its initial value, an empty string. |
|
|
476
|
-
| [
|
|
477
|
-
| [resetStateWire](./x-components.resetstatewire.md) | Batches state resets after [SearchGetters.request](./x-components.searchgetters.request.md) parameters update. |
|
|
568
|
+
| [resetStateIfNoRequestWire](./x-components.resetstateifnorequestwire.md) | Resets the search state when the request is changed to null. See the for details. |
|
|
478
569
|
| [sanitize](./x-components.sanitize.md) | Sanitize characters from a given string. |
|
|
479
570
|
| [saveIdentifierResultsOrigin](./x-components.saveidentifierresultsorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
|
|
480
571
|
| [saveIdentifierResultsOriginWire](./x-components.saveidentifierresultsoriginwire.md) | Sets the identifier results state <code>origin</code>. |
|
|
@@ -485,35 +576,51 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
485
576
|
| [scrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
486
577
|
| [searchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search-box</code> entry point. |
|
|
487
578
|
| [SearchIcon](./x-components.searchicon.md) | |
|
|
488
|
-
| [searchQuery](./x-components.searchquery.md) | Default implementation for the
|
|
579
|
+
| [searchQuery](./x-components.searchquery.md) | Default implementation for the search query getter. |
|
|
489
580
|
| [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
|
|
490
581
|
| [SearchTinyIcon](./x-components.searchtinyicon.md) | |
|
|
491
582
|
| [searchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search</code> entry point. |
|
|
492
583
|
| [selectedFilters](./x-components.selectedfilters.md) | Default implementation for the [FacetsGetters.selectedFilters](./x-components.facetsgetters.selectedfilters.md) getter. |
|
|
493
584
|
| [selectedFiltersByFacet](./x-components.selectedfiltersbyfacet.md) | Default implementation for the [FacetsGetters.selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) getter. |
|
|
585
|
+
| [semanticQueriesXModule](./x-components.semanticqueriesxmodule.md) | SemanticQueries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>semantic-queries</code>entry point. |
|
|
494
586
|
| [sessionHistoryQueries](./x-components.sessionhistoryqueries.md) | Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x-components.historyqueriesgetters.sessionhistoryqueries.md) getter. |
|
|
495
587
|
| [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
|
|
496
588
|
| [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
|
|
589
|
+
| [setFiltersFromHistoryQueries](./x-components.setfiltersfromhistoryqueries.md) | Sets the filters of the facets module from a selectedHistoryQuery's filters. |
|
|
497
590
|
| [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
|
|
591
|
+
| [setHistoryQueriesDisabled](./x-components.sethistoryqueriesdisabled.md) | Disables history queries. |
|
|
592
|
+
| [setHistoryQueriesEnabled](./x-components.sethistoryqueriesenabled.md) | Enables history queries. |
|
|
498
593
|
| [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
|
|
594
|
+
| [setHistoryQueriesQueryFromPreview](./x-components.sethistoryqueriesqueryfrompreview.md) | Sets the query of the history queries module from a selectedQueryPreview's query. Used for searching into the history queries. |
|
|
499
595
|
| [setIdentifierResultsExtraParams](./x-components.setidentifierresultsextraparams.md) | Sets the identifier result state <code>params</code>. |
|
|
500
596
|
| [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
|
|
597
|
+
| [setIdentifierResultsQueryFromPreview](./x-components.setidentifierresultsqueryfrompreview.md) | Sets the identifier-results module query from a selectedQueryPreview's query. |
|
|
501
598
|
| [setInitialExtraParams](./x-components.setinitialextraparams.md) | Sets the initial provided extra params. |
|
|
502
599
|
| [setName](./x-components.setname.md) | Sets the device of the [DeviceXModule](./x-components.devicexmodule.md)<!-- -->. |
|
|
503
600
|
| [setNextQueriesExtraParams](./x-components.setnextqueriesextraparams.md) | Sets the next queries state <code>params</code>. |
|
|
601
|
+
| [setNextQueriesExtraParamsFromPreview](./x-components.setnextqueriesextraparamsfrompreview.md) | Sets the next queries state <code>params</code> with a selectedQueryPreview's extraParams. |
|
|
504
602
|
| [setNextQueriesQuery](./x-components.setnextqueriesquery.md) | Sets the next queries state <code>query</code>. |
|
|
603
|
+
| [setNextQueriesQueryFromPreview](./x-components.setnextqueriesqueryfrompreview.md) | Sets the next queries state <code>query</code> with a selectedQueryPreview's query. |
|
|
505
604
|
| [setParams](./x-components.setparams.md) | Sets the extra params of the url module. |
|
|
506
605
|
| [setPendingScrollToWire](./x-components.setpendingscrolltowire.md) | Saves the selector of the item that should be scrolled into the view. |
|
|
507
606
|
| [setPopularSearchesExtraParams](./x-components.setpopularsearchesextraparams.md) | Sets the popular searches state <code>params</code>. |
|
|
607
|
+
| [setQueriesPreviewExtraParamsWire](./x-components.setqueriespreviewextraparamswire.md) | Sets the queries preview state <code>params</code>. |
|
|
508
608
|
| [setQueryFromLastHistoryQuery](./x-components.setqueryfromlasthistoryquery.md) | Default implementation for the [NextQueriesActions.setQueryFromLastHistoryQuery()](./x-components.nextqueriesactions.setqueryfromlasthistoryquery.md)<!-- -->. |
|
|
509
609
|
| [setQueryFromLastHistoryQueryWire](./x-components.setqueryfromlasthistoryquerywire.md) | Sets the next queries state <code>query</code> with the last query in history queries. |
|
|
610
|
+
| [setQueryFromPreview](./x-components.setqueryfrompreview.md) | Sets the query of the facets module from a queryPreview. |
|
|
611
|
+
| [setQueryFromSearchResponseChangedWire](./x-components.setqueryfromsearchresponsechangedwire.md) | Sets the query taking the [SearchXEvents.SearchResponseChanged](./x-components.searchxevents.searchresponsechanged.md) payload. |
|
|
510
612
|
| [setQuerySuggestionsExtraParams](./x-components.setquerysuggestionsextraparams.md) | Sets the query suggestions state <code>params</code>. |
|
|
613
|
+
| [setQuerySuggestionsExtraParamsFromPreview](./x-components.setquerysuggestionsextraparamsfrompreview.md) | Sets the query-suggestions module params from a selectedQueryPreview's extraParams. |
|
|
511
614
|
| [setQuerySuggestionsQuery](./x-components.setquerysuggestionsquery.md) | Sets the query-suggestions module query. |
|
|
615
|
+
| [setQuerySuggestionsQueryFromPreview](./x-components.setquerysuggestionsqueryfrompreview.md) | Sets the query-suggestions module query from a selectedQueryPreview's query. |
|
|
512
616
|
| [setQueryTaggingInfo](./x-components.setquerytagginginfo.md) | Sets the tagging state of the query tagging info using a debounce which ends if the user accepts a query. |
|
|
617
|
+
| [setQueryWire](./x-components.setquerywire.md) | Sets the query. |
|
|
513
618
|
| [setRecommendationsExtraParams](./x-components.setrecommendationsextraparams.md) | Sets the recommendations state <code>params</code>. |
|
|
514
619
|
| [setRelatedTags](./x-components.setrelatedtags.md) | Sets the search state <code>relatedTags</code>. |
|
|
515
620
|
| [setRelatedTagsExtraParams](./x-components.setrelatedtagsextraparams.md) | Sets the related tags state <code>params</code>. |
|
|
621
|
+
| [setRelatedTagsExtraParamsFromPreview](./x-components.setrelatedtagsextraparamsfrompreview.md) | Sets the related tags state <code>params</code> from a selectedQueryPreview's extraParams. |
|
|
516
622
|
| [setRelatedTagsQuery](./x-components.setrelatedtagsquery.md) | Sets the related tags state <code>query</code>. |
|
|
623
|
+
| [setRelatedTagsQueryFromPreview](./x-components.setrelatedtagsqueryfrompreview.md) | Sets the related tags state <code>query</code> from a selectedQueryPreview's query. |
|
|
517
624
|
| [setScrollDirectionWire](./x-components.setscrolldirectionwire.md) | Saves the scroll direction of a container to the store. |
|
|
518
625
|
| [setScrollHasAlmostReachedEndWire](./x-components.setscrollhasalmostreachedendwire.md) | Saves a boolean indicating if the scroll has almost reached the end of a container to the store. |
|
|
519
626
|
| [setScrollHasReachedEndWire](./x-components.setscrollhasreachedendwire.md) | Saves a boolean indicating if the scroll has reached the end of a container to the store. |
|
|
@@ -522,38 +629,64 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
522
629
|
| [setSearchedQueries](./x-components.setsearchedqueries.md) | Sets the next queries state <code>searchedQueries</code> with the list of history queries. |
|
|
523
630
|
| [setSearchedQueriesInPopularSearches](./x-components.setsearchedqueriesinpopularsearches.md) | Sets the popular searches state <code>searchedQueries</code> with the list of history queries. |
|
|
524
631
|
| [setSearchExtraParams](./x-components.setsearchextraparams.md) | Sets the search state <code>params</code>. |
|
|
632
|
+
| [setSearchExtraParamsFromPreview](./x-components.setsearchextraparamsfrompreview.md) | Sets the search state <code>params</code> with the selectedQueryPreview's extraParams. |
|
|
525
633
|
| [setSearchPage](./x-components.setsearchpage.md) | Sets the search state <code>page</code>. |
|
|
526
634
|
| [setSearchQuery](./x-components.setsearchquery.md) | Sets the search state <code>query</code>. |
|
|
635
|
+
| [setSearchQueryFromPreview](./x-components.setsearchqueryfrompreview.md) | Sets the search state <code>query</code> with the selectedQueryPreview's query. |
|
|
636
|
+
| [setSearchSelectedFilters](./x-components.setsearchselectedfilters.md) | Sets the history queries state <code>filters</code> with a selectedHistoryQuery's filters. |
|
|
637
|
+
| [setSearchSelectedFiltersFromHistoryQuery](./x-components.setsearchselectedfiltersfromhistoryquery.md) | Sets the search state <code>selectedFilters</code> with a selectedHistoryQuery's filters. |
|
|
638
|
+
| [setSearchSelectedFiltersFromPreview](./x-components.setsearchselectedfiltersfrompreview.md) | Sets the search state <code>selectedFilters</code> with the selectedQueryPreview's filters. |
|
|
527
639
|
| [setSearchUrlParams](./x-components.setsearchurlparams.md) | Default implementation for the [SearchActions.setUrlParams()](./x-components.searchactions.seturlparams.md)<!-- -->. |
|
|
528
640
|
| [setSelectedFilters](./x-components.setselectedfilters.md) | Sets the search state <code>selectedFilters</code>. |
|
|
641
|
+
| [setSelectedFiltersFromPreview](./x-components.setselectedfiltersfrompreview.md) | Sets the filters of the facets module from a queryPreview's filters. |
|
|
642
|
+
| [setSelectedQueryPreviewWire](./x-components.setselectedquerypreviewwire.md) | Updates the state with the selected query preview object. |
|
|
643
|
+
| [setSemanticQueriesExtraParamsWire](./x-components.setsemanticqueriesextraparamswire.md) | Sets the semantic queries state <code>params</code>. |
|
|
529
644
|
| [setSort](./x-components.setsort.md) | Sets the search state <code>sort</code>. |
|
|
530
645
|
| [setTaggingConfig](./x-components.settaggingconfig.md) | Sets the tagging config state. |
|
|
646
|
+
| [SettingsIcon](./x-components.settingsicon.md) | |
|
|
647
|
+
| [setTotalResultsFromSearchResponseChangedWire](./x-components.settotalresultsfromsearchresponsechangedwire.md) | Sets the total results taking the [SearchXEvents.SearchResponseChanged](./x-components.searchxevents.searchresponsechanged.md) payload. |
|
|
648
|
+
| [setTotalResultsWire](./x-components.settotalresultswire.md) | Sets the total results. |
|
|
531
649
|
| [setUrlFilters](./x-components.seturlfilters.md) | Sets the filters of the url module. |
|
|
532
650
|
| [setUrlPage](./x-components.seturlpage.md) | Sets the page of the url module. |
|
|
533
651
|
| [setUrlParams](./x-components.seturlparams.md) | Sets the search state <code>query</code>. |
|
|
652
|
+
| [setUrlParamsFromPreview](./x-components.seturlparamsfrompreview.md) | Sets the extra params of the url module from a selectedQueryPreview's extraParams. |
|
|
534
653
|
| [setUrlParamsWire](./x-components.seturlparamswire.md) | Saves the params from the url. |
|
|
535
654
|
| [setUrlQuery](./x-components.seturlquery.md) | Sets the query of the url module. |
|
|
655
|
+
| [setUrlQueryFromPreview](./x-components.seturlqueryfrompreview.md) | Sets the url state <code>query</code> with a selectedQueryPreview's query. |
|
|
536
656
|
| [setUrlRelatedTags](./x-components.seturlrelatedtags.md) | Sets the [related tags](./x-components.relatedtag.md)<!-- -->. |
|
|
537
657
|
| [setUrlScroll](./x-components.seturlscroll.md) | Sets the scroll of the url module. |
|
|
658
|
+
| [setUrlSelectedFiltersFromPreview](./x-components.seturlselectedfiltersfrompreview.md) | Sets the filters of the url module from a selectedQueryPreview's filters. |
|
|
538
659
|
| [setUrlSort](./x-components.seturlsort.md) | Sets the sort of the url module. |
|
|
539
660
|
| [ShowIcon](./x-components.showicon.md) | |
|
|
661
|
+
| [SortAZIcon](./x-components.sortazicon.md) | |
|
|
662
|
+
| [SortPriceDownIcon](./x-components.sortpricedownicon.md) | |
|
|
663
|
+
| [SortPriceUpIcon](./x-components.sortpriceupicon.md) | |
|
|
664
|
+
| [SortRelevancyIcon](./x-components.sortrelevancyicon.md) | |
|
|
665
|
+
| [SortZAIcon](./x-components.sortzaicon.md) | |
|
|
666
|
+
| [SPLIT\_WORDS\_REGEX](./x-components.split_words_regex.md) | Regex for splitting a query into its words. |
|
|
667
|
+
| [StarFilledIcon](./x-components.starfilledicon.md) | |
|
|
540
668
|
| [StarIcon](./x-components.staricon.md) | |
|
|
541
669
|
| [storageKey](./x-components.storagekey.md) | Default implementation for the [HistoryQueriesGetters.storageKey](./x-components.historyqueriesgetters.storagekey.md) getter. |
|
|
670
|
+
| [TagFilledIcon](./x-components.tagfilledicon.md) | |
|
|
542
671
|
| [taggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
543
672
|
| [TagIcon](./x-components.tagicon.md) | |
|
|
544
673
|
| [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
|
|
545
|
-
| [toggleHistoryQueries](./x-components.togglehistoryqueries.md) | Enables or disables history queries. |
|
|
546
674
|
| [toggleRelatedTag](./x-components.togglerelatedtag.md) | Default implementation for the [RelatedTagsActions.toggleRelatedTag()](./x-components.relatedtagsactions.togglerelatedtag.md)<!-- -->. |
|
|
547
675
|
| [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
|
|
548
676
|
| [track](./x-components.track.md) | Default implementation for the [TaggingActions.track()](./x-components.taggingactions.track.md)<!-- -->. |
|
|
549
677
|
| [trackAddToCartWire](./x-components.trackaddtocartwire.md) | Performs a track of a result added to the cart. |
|
|
678
|
+
| [trackBannerClickedWire](./x-components.trackbannerclickedwire.md) | Tracks the tagging of the banner. |
|
|
679
|
+
| [trackDisplayClickedWire](./x-components.trackdisplayclickedwire.md) | Performs a track of a display result being clicked. |
|
|
550
680
|
| [trackQueryWire](./x-components.trackquerywire.md) | Tracks the tagging of the query. |
|
|
551
681
|
| [trackResultClickedWire](./x-components.trackresultclickedwire.md) | Tracks the tagging of the result. |
|
|
552
682
|
| [TrashIcon](./x-components.trashicon.md) | |
|
|
553
683
|
| [TrashOpenIcon](./x-components.trashopenicon.md) | |
|
|
554
684
|
| [TrendingIcon](./x-components.trendingicon.md) | |
|
|
555
685
|
| [TrendingTinyIcon](./x-components.trendingtinyicon.md) | |
|
|
686
|
+
| [updateHistoryQueriesWithSearchResponse](./x-components.updatehistoryquerieswithsearchresponse.md) | Updates the history queries with the relevant info included in a search response. |
|
|
556
687
|
| [urlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>url</code> entry point. |
|
|
688
|
+
| [useQueriesPreview](./x-components.usequeriespreview.md) | Composable helpers for the QueriesPreview module. |
|
|
689
|
+
| [UserFilledIcon](./x-components.userfilledicon.md) | |
|
|
557
690
|
| [UserIcon](./x-components.usericon.md) | |
|
|
558
691
|
| [xPlugin](./x-components.xplugin.md) | Vue plugin that modifies each component instance, extending them with the [X Component API](./x-components.xcomponentapi.md)<!-- -->. |
|
|
559
692
|
|
|
@@ -580,11 +713,12 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
580
713
|
| [DeviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) alias. |
|
|
581
714
|
| [DeviceXStoreModule](./x-components.devicexstoremodule.md) | Device type safe store module. |
|
|
582
715
|
| [DocumentDirection](./x-components.documentdirection.md) | The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left). |
|
|
583
|
-
| [Emitter](./x-components.emitter.md) | Type safe for emitter payload. It is the wire payload. |
|
|
584
|
-
| [Emitters](./x-components.emitters.md) | Type safe emitters dictionary, where each key is the [XEvent](./x-components.xevent.md) name, and the value is a [https://rxjs.dev/api/index/class/Subject](https://rxjs.dev/api/index/class/Subject) of the [XEventPayload](./x-components.xeventpayload.md) type. |
|
|
585
716
|
| [EmpathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) alias. |
|
|
586
717
|
| [EmpathizeXStoreModule](./x-components.empathizexstoremodule.md) | Empathize type safe store module. |
|
|
587
718
|
| [EventsForDirectionLimit](./x-components.eventsfordirectionlimit.md) | Events to emit when reaching the [direction](./x-components.arrowkey.md) limit. |
|
|
719
|
+
| [ExperienceControlsActionContext](./x-components.experiencecontrolsactioncontext.md) | Alias type for actions context of the [ExperienceControlsXStoreModule](./x-components.experiencecontrolsxstoremodule.md)<!-- -->. |
|
|
720
|
+
| [ExperienceControlsXModule](./x-components.experiencecontrolsxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
|
|
721
|
+
| [ExperienceControlsXStoreModule](./x-components.experiencecontrolsxstoremodule.md) | Experience Controls type safe store module. |
|
|
588
722
|
| [ExtractActionPayload](./x-components.extractactionpayload.md) | Returns the payload for an action given the module name and the action name. |
|
|
589
723
|
| [ExtractActionReturn](./x-components.extractactionreturn.md) | Flattens the (probably) chained promises of an action type. |
|
|
590
724
|
| [ExtractActions](./x-components.extractactions.md) | Extracts the actions type from a XStoreModule. |
|
|
@@ -600,6 +734,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
600
734
|
| [FacetsXStoreModule](./x-components.facetsxstoremodule.md) | Facets type safe store module. |
|
|
601
735
|
| [FeatureLocation](./x-components.featurelocation.md) | Indicates where the feature is placed. |
|
|
602
736
|
| [FiltersByFacet](./x-components.filtersbyfacet.md) | Dictionary grouping filters by facet id. |
|
|
737
|
+
| [filtersStrategyForRequest](./x-components.filtersstrategyforrequest.md) | Type for the filter strategy to use when providing the selected filters. |
|
|
603
738
|
| [FirstParameter](./x-components.firstparameter.md) | Alias to retrieve the first parameter type of a function. |
|
|
604
739
|
| [GettersClass](./x-components.gettersclass.md) | Type for implementing getters for a module with a class. |
|
|
605
740
|
| [GettersTree](./x-components.getterstree.md) | Type safe getters definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) getters. |
|
|
@@ -627,6 +762,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
627
762
|
| [NextQueriesXModule](./x-components.nextqueriesxmodule.md) | NextQueries [XModule](./x-components.xmodule.md) alias. |
|
|
628
763
|
| [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md) | Next queries store module. |
|
|
629
764
|
| [NiladicFunction](./x-components.niladicfunction.md) | A function with no parameters that can return anything. |
|
|
765
|
+
| [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md) | A normalised version of the snippet config. |
|
|
630
766
|
| [Pair](./x-components.pair.md) | Represents a pair of values of the same type in an array. |
|
|
631
767
|
| [PayloadFactoryData](./x-components.payloadfactorydata.md) | Type not safe which allows the access to the State, the Getters, the payload and metadata of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
632
768
|
| [PopularSearchesActionContext](./x-components.popularsearchesactioncontext.md) | Alias type for actions context of the [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md)<!-- -->. |
|
|
@@ -634,6 +770,9 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
634
770
|
| [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md) | Popular searches store module. |
|
|
635
771
|
| [PrivateXModulesOptions](./x-components.privatexmodulesoptions.md) | Options for overriding the default store module and store emitters for each [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
636
772
|
| [PropsWithType](./x-components.propswithtype.md) | Extracts the name of the properties of an object that match a type. |
|
|
773
|
+
| [QueriesPreviewActionContext](./x-components.queriespreviewactioncontext.md) | Alias type for actions context of the [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md)<!-- -->. |
|
|
774
|
+
| [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) alias. |
|
|
775
|
+
| [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md) | QueriesPreview type safe store module. |
|
|
637
776
|
| [QueryFeature](./x-components.queryfeature.md) | The name of the tool that generated the query. |
|
|
638
777
|
| [QueryOrigin](./x-components.queryorigin.md) | Information to track the usefulness of the query in relation to the [QueryFeature](./x-components.queryfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user. |
|
|
639
778
|
| [QueryOriginInit](./x-components.queryorigininit.md) | Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->. |
|
|
@@ -659,6 +798,9 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
659
798
|
| [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md) | SearchBox type safe store module. |
|
|
660
799
|
| [SearchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
|
|
661
800
|
| [SearchXStoreModule](./x-components.searchxstoremodule.md) | Search type safe store module. |
|
|
801
|
+
| [SemanticQueriesActionContext](./x-components.semanticqueriesactioncontext.md) | Alias type for actions context of the [SemanticQueriesXStoreModule](./x-components.semanticqueriesxstoremodule.md)<!-- -->. |
|
|
802
|
+
| [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md) | SemanticQueries [XModule](./x-components.xmodule.md) alias. |
|
|
803
|
+
| [SemanticQueriesXStoreModule](./x-components.semanticqueriesxstoremodule.md) | SemanticQueries type safe store module. |
|
|
662
804
|
| [SimpleStateSelector](./x-components.simplestateselector.md) | Selects a part of the store state or getters (AKA "getter" inside [Vuex](https://vuex.vuejs.org/) watchers). |
|
|
663
805
|
| [StoreEmitters](./x-components.storeemitters.md) | Dictionary where the key is a [XEvent](./x-components.xevent.md)<!-- -->, and the value is [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md)<!-- -->. This [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md) can only access the state and getters from the [XStoreModule](./x-components.xstoremodule.md) passed as param type. This dictionary is used to emits a [XEvent](./x-components.xevent.md) when the part of the store selected by [SimpleStateSelector](./x-components.simplestateselector.md) changes. |
|
|
664
806
|
| [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) | Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
@@ -672,6 +814,8 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
672
814
|
| [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
|
|
673
815
|
| [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
|
|
674
816
|
| [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
|
|
817
|
+
| [UseDeviceFlags](./x-components.usedeviceflags.md) | The device flags type of the Return type of the composable returned by <code>createUseDevice</code>. |
|
|
818
|
+
| [UseDeviceReturn](./x-components.usedevicereturn.md) | The Return type of the composable returned by <code>createUseDevice</code>. |
|
|
675
819
|
| [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
|
|
676
820
|
| [VueCSSClasses](./x-components.vuecssclasses.md) | Union type containing supported Vue dynamic classes. |
|
|
677
821
|
| [Wire](./x-components.wire.md) | A Wire is a function that receives an observable, the store and the on function of the bus it will run in and returns a subscription. |
|