@empathyco/x-components 3.0.0-alpha.36 → 3.0.0-alpha.360
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 +3896 -45
- package/README.md +27 -8
- package/core/index.d.ts +1 -1
- package/core/index.js +109 -63
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +7702 -0
- package/device/index.js +3 -3
- 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.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.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 +108 -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.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.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 +14 -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.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.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.url.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.platformsuggestion.md +20 -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.md +22 -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.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.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 +13 -0
- package/docs/API-reference/api/x-components.animatescale.md +13 -0
- package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
- package/docs/API-reference/api/x-components.animatewidth.md +2 -2
- 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 +4 -4
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowkey.md +2 -2
- package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
- 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 +4 -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.events.md +1 -1
- package/docs/API-reference/api/x-components.baseaddtocart.md +4 -4
- package/docs/API-reference/api/x-components.baseaddtocart.result.md +1 -1
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +1 -1
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +2 -2
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +3 -3
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +4 -2
- package/docs/API-reference/api/x-components.basecurrency.format.md +1 -1
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +1 -1
- package/docs/API-reference/api/x-components.basecurrency.md +4 -4
- package/docs/API-reference/api/x-components.basecurrency.value.md +1 -1
- 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 +4 -4
- 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 +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
- package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +4 -4
- package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +4 -4
- package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +1 -1
- 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 +1 -1
- 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.emitclosemodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +10 -5
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +3 -1
- package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +10 -5
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +3 -1
- 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 +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +1 -1
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +1 -1
- 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.filter.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +1 -1
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +4 -4
- package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +2 -2
- 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.filter.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +3 -3
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +4 -4
- package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +6 -14
- package/docs/API-reference/api/x-components.baseresultimage.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
- package/docs/API-reference/api/x-components.baseresultlink.md +3 -3
- package/docs/API-reference/api/x-components.baseresultlink.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +3 -3
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +4 -4
- package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +1 -1
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.basescroll.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.events.md +2 -2
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +11 -10
- package/docs/API-reference/api/x-components.basesuggestion.query.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +1 -1
- 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.animation.md +1 -1
- package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
- package/docs/API-reference/api/x-components.basetogglepanel.open.md +1 -1
- 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 +24 -0
- package/docs/API-reference/api/x-components.basexapi.close.md +17 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.md +5 -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 +24 -0
- package/docs/API-reference/api/x-components.bus.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 +5 -8
- 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.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.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.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 +11 -0
- 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 +8 -4
- 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 +10 -8
- package/docs/API-reference/api/x-components.deepflat.md +10 -8
- 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 +21 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
- 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 +5 -5
- 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.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 +4 -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.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 +1 -1
- package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +1 -1
- 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 +1 -1
- 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.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 +5 -5
- 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 +3 -3
- 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 +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
- package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsmutations.md +8 -2
- 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.setfacetsconfig.md +24 -0
- 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.setquery.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.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 +2 -2
- 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 +2 -2
- package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +2 -2
- 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 +2 -2
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +2 -2
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +2 -2
- 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.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 -4
- 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 +11 -0
- 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 +13 -0
- 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 +5 -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 +3 -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 +24 -0
- 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 +1 -1
- 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 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +2 -2
- 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 +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +10 -8
- package/docs/API-reference/api/x-components.historyqueriesstate.query.md +1 -1
- 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 -10
- 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 +4 -4
- package/docs/API-reference/api/x-components.identifierresult.query.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.result.md +1 -1
- 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 +5 -4
- 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 +4 -4
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +4 -4
- 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 +2 -2
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +6 -6
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +3 -3
- 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 +3 -3
- package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.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 +10 -10
- 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.identifierresultsstate.query.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +2 -2
- 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 +2 -2
- 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 +3 -3
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.md +23 -0
- package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
- 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 +21 -0
- package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
- 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 +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- 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.animation.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.focusonopen.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.md +22 -0
- package/docs/API-reference/api/x-components.mainscroll.margin.md +1 -1
- package/docs/API-reference/api/x-components.mainscroll.md +4 -4
- 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 +163 -75
- 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 +13 -0
- package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.md +26 -0
- 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 +13 -0
- 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 +1 -1
- 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 -3
- 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 +3 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.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 +11 -10
- 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.query.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 +2 -2
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +2 -2
- 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 +2 -2
- 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 +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +5 -4
- 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 +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.numberrangefilter.md +3 -2
- 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 +22 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
- 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 +4 -4
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +4 -4
- 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 +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +3 -3
- 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 +2 -2
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +2 -2
- 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 +2 -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 +7 -8
- 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.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -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.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 +22 -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.queriespreviewxevents.md +21 -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.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.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 +29 -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.query.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.queryfeature.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.querypreviewinfo.md +21 -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.queries.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 +4 -4
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +4 -4
- 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 +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.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 +9 -9
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.query.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 +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +2 -2
- 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 +5 -5
- 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 +4 -4
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +4 -4
- 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 +2 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.md +3 -2
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +3 -3
- 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 +2 -2
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +2 -2
- 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.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 +5 -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 -5
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- 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 -4
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +3 -3
- 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 +13 -0
- 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 +9 -10
- 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 +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +2 -2
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 -4
- 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 +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.scroll.id.md +1 -1
- package/docs/API-reference/api/x-components.scroll.md +3 -5
- 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 +1 -1
- package/docs/API-reference/api/x-components.scrollmixin.md +4 -3
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +1 -1
- 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 +4 -4
- 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 +3 -1
- 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 +24 -0
- 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 +4 -2
- package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +2 -2
- package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +7 -5
- package/docs/API-reference/api/x-components.searchboxstate.query.md +1 -1
- 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 -4
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +3 -3
- 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 -4
- 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.setpagesize.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +3 -3
- 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.setquery.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +4 -4
- 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 +13 -0
- 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 +25 -23
- 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.query.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +2 -2
- 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 +2 -2
- package/docs/API-reference/api/x-components.searchxevents.md +20 -18
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +3 -3
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +18 -0
- package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +3 -3
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +2 -2
- 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 +9 -7
- 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 +2 -2
- 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.setidentifierresultsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +1 -1
- package/docs/API-reference/api/x-components.setinitialextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setname.md +1 -1
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +1 -1
- 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 +2 -2
- 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.setquerysuggestionsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +1 -1
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtags.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +2 -2
- package/docs/API-reference/api/x-components.setrelatedtagsquery.md +1 -1
- 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.setsearchpage.md +2 -2
- package/docs/API-reference/api/x-components.setsearchquery.md +2 -2
- package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +2 -2
- 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 +13 -0
- package/docs/API-reference/api/x-components.settingsicon.md +11 -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.seturlparamswire.md +1 -1
- package/docs/API-reference/api/x-components.seturlquery.md +1 -1
- 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.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 +13 -0
- package/docs/API-reference/api/x-components.simplefilter.filter.md +1 -1
- package/docs/API-reference/api/x-components.simplefilter.md +3 -2
- package/docs/API-reference/api/x-components.simplestateselector.md +2 -4
- 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 +7 -15
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +2 -2
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +2 -2
- 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 -13
- package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +9 -2
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
- 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 +2 -2
- 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 +29 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.tagging.config.md +11 -0
- package/docs/API-reference/api/x-components.tagging.consent.md +1 -1
- package/docs/API-reference/api/x-components.tagging.created.md +17 -0
- package/docs/API-reference/api/x-components.tagging.md +9 -5
- 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 +4 -4
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.md +7 -5
- 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 +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
- 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 -5
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +2 -2
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +2 -2
- package/docs/API-reference/api/x-components.taggingxevents.md +10 -7
- package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
- 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.trackquerywire.md +3 -3
- 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 +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +9 -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 +3 -2
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +3 -3
- 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.setquery.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 +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +10 -6
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
- 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.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 -4
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
- 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 +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.id.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.location.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.md +12 -8
- package/docs/API-reference/api/x-components.wiremetadata.modulename.md +1 -1
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
- 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 +2 -2
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +2 -2
- package/docs/API-reference/api/x-components.wiring.md +4 -4
- 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 +28 -0
- package/docs/API-reference/api/x-components.xapi.init.md +2 -2
- package/docs/API-reference/api/x-components.xapi.md +3 -1
- package/docs/API-reference/api/x-components.xapi.search.md +3 -3
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
- 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.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 +30 -22
- 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 +1 -1
- 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 +13 -0
- 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 +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 +4 -4
- 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 +34 -28
- 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 +4 -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.userclickedaresult.md +2 -2
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- 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 +5 -1
- package/docs/API-reference/api/x-components.xinstaller.init.md +6 -11
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
- package/docs/API-reference/api/x-components.xinstaller.md +11 -8
- 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.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 +20 -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.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.extraparamsrequest.extraparams.md +13 -0
- package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
- 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 +2 -2
- package/docs/API-reference/api/x-types.facetfilterschema.md +2 -2
- 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 +11 -0
- package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
- 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 +5 -5
- 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 +15 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
- 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 +27 -3
- 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 +15 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.md +8 -2
- 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 +21 -0
- package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
- 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 +15 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
- 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 +20 -0
- package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
- package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
- 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 +2 -2
- 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 +15 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
- 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 -8
- 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 +15 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
- 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.hasdiscount.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.md +6 -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 +15 -0
- package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.md +28 -0
- package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -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 +20 -0
- package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
- package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.md +6 -6
- 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 +3 -3
- package/docs/API-reference/api/x-types.tagging.checkout.md +3 -3
- package/docs/API-reference/api/x-types.tagging.click.md +3 -3
- package/docs/API-reference/api/x-types.tagging.md +8 -8
- package/docs/API-reference/api/x-types.tagging.query.md +3 -3
- package/docs/API-reference/api/x-types.tagging.wishlist.md +3 -3
- package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
- package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
- package/docs/API-reference/api/x-types.taggingschema.md +1 -1
- package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
- package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
- 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.identifierresults.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -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.tagging.md +11 -0
- package/empathize/index.js +3 -3
- package/extra-params/index.js +5 -5
- package/facets/index.js +14 -12
- package/history-queries/index.js +9 -7
- package/identifier-results/index.js +5 -5
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +16 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js +16 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js +16 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
- package/js/components/animations/animate-width.vue.js +22 -17
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +20 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +17 -6
- package/js/components/animations/animations.mixin.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +25 -23
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +25 -23
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +31 -0
- package/js/components/animations/create-directional-animation-factory.js.map +1 -0
- package/js/components/animations/cross-fade.vue.js +19 -17
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +22 -20
- 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 +40 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +14 -17
- 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 +39 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +13 -16
- 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 +318 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +16 -18
- package/js/components/auto-progress-bar.vue.js.map +1 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +131 -122
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +9 -9
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-grid.vue.js +19 -24
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +131 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +15 -12
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-rating.vue.js +25 -24
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +16 -11
- 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 +68 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +16 -12
- 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 +42 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue.js +39 -41
- 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 +51 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/column-picker.mixin.js +46 -53
- package/js/components/column-picker/column-picker.mixin.js.map +1 -1
- package/js/components/currency/base-currency.vue.js +12 -11
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/decorators/bus.decorators.js +30 -42
- package/js/components/decorators/bus.decorators.js.map +1 -1
- package/js/components/decorators/debounce.decorators.js +16 -12
- 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 +22 -26
- package/js/components/decorators/injection.decorators.js.map +1 -1
- package/js/components/decorators/store.decorators.js +11 -13
- 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 +9 -9
- 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 +73 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +13 -12
- 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 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/global-x-bus.vue.js +9 -9
- package/js/components/global-x-bus.vue.js.map +1 -1
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +75 -0
- package/js/components/icons/arrow-down.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue.js +75 -0
- package/js/components/icons/arrow-left.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue.js +75 -0
- package/js/components/icons/arrow-right.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue.js +75 -0
- package/js/components/icons/arrow-up.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bag.vue.js +30 -26
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bar-code.vue.js +20 -26
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue.js +20 -26
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +30 -36
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check-tiny.vue.js +21 -14
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check.vue.js +21 -14
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +33 -18
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +24 -16
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-down.vue.js +21 -20
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-left.vue.js +21 -20
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-right.vue.js +21 -14
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-down.vue.js +21 -20
- 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 +4 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-left.vue.js +21 -20
- 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 +4 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-right.vue.js +21 -20
- 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 +4 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-up.vue.js +21 -20
- 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 +4 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-up.vue.js +21 -20
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +21 -14
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross.vue.js +21 -16
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +77 -0
- package/js/components/icons/curated-check.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +20 -30
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-1-col.vue.js +20 -18
- 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 +4 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-col.vue.js +20 -28
- 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 +4 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue.js +72 -0
- package/js/components/icons/grid-2-rows.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +21 -32
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history-tiny.vue.js +30 -29
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history.vue.js +30 -29
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +73 -0
- package/js/components/icons/light-bulb-off.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue.js +81 -0
- package/js/components/icons/light-bulb-on.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/menu.vue.js +21 -22
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus-tiny.vue.js +21 -14
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus.vue.js +21 -14
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +21 -14
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +21 -18
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search.vue.js +21 -20
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +32 -22
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +23 -18
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +28 -12
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +57 -45
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash.vue.js +57 -28
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending-tiny.vue.js +30 -28
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending.vue.js +30 -28
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +21 -20
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/items-list-injection.mixin.js +22 -31
- package/js/components/items-list-injection.mixin.js.map +1 -1
- package/js/components/items-list.vue.js +11 -10
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +71 -48
- 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 +43 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +16 -25
- package/js/components/layouts/layouts.mixin.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +82 -59
- 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 +30 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +89 -54
- 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 +31 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +9 -9
- package/js/components/location-provider.vue.js.map +1 -1
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +15 -11
- 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 +28 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue.js +15 -11
- 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 +28 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal.vue.js +20 -15
- 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 +94 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue.js +30 -18
- 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 +35 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue.js +30 -18
- 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 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal.vue.js +20 -15
- 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 +83 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue.js +62 -43
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +195 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +32 -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 +51 -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 +32 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/no-element.js +3 -4
- package/js/components/no-element.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +18 -19
- 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 +57 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +15 -11
- 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 +61 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue.js +9 -9
- 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 +78 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +11 -10
- 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 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue.js +16 -13
- 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 +35 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-current-price.vue.js +13 -11
- 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 +40 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue.js +17 -16
- 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 +4 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue.js +55 -52
- 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 +143 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +13 -16
- 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 +41 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +17 -16
- 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 +4 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue.js +13 -11
- 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 +27 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +12 -15
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +142 -168
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +25 -24
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +160 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +9 -9
- package/js/components/snippet-callbacks.vue.js.map +1 -1
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +25 -20
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +18 -18
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +1 -2
- 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 +25 -28
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +208 -139
- 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 -65
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +24 -104
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.alias.js +52 -45
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +130 -185
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +29 -19
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +2 -1
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +73 -78
- 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/fetch-and-save-action.utils.js +17 -13
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
- package/js/store/utils/getters-proxy.utils.js +11 -15
- package/js/store/utils/getters-proxy.utils.js.map +1 -1
- package/js/store/utils/query.utils.js +37 -0
- package/js/store/utils/query.utils.js.map +1 -0
- 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 -3
- package/js/store/x.module.js.map +1 -1
- package/js/utils/array.js +31 -62
- package/js/utils/array.js.map +1 -1
- package/js/utils/cancellable-promise.js +6 -6
- package/js/utils/cancellable-promise.js.map +1 -1
- package/js/utils/clone.js.map +1 -1
- package/js/utils/currency-formatter.js +18 -21
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js +9 -14
- package/js/utils/debounce.js.map +1 -1
- package/js/utils/filters.js +2 -2
- 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 +3 -3
- 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 +4 -5
- package/js/utils/normalize.js.map +1 -1
- package/js/utils/number.js +1 -2
- package/js/utils/number.js.map +1 -1
- package/js/utils/origin.js +2 -3
- package/js/utils/origin.js.map +1 -1
- package/js/utils/sanitize.js +3 -3
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js +2 -2
- 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 +6 -10
- package/js/utils/throttle.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js +9 -13
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js +2 -7
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +6 -7
- package/js/wiring/wires-operators.utils.js.map +1 -1
- package/js/wiring/wires.factory.js +22 -29
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +17 -40
- 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 +53 -19
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +132 -147
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js +9 -9
- 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 +122 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/device/store/emitters.js +1 -4
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/device/store/module.js +4 -4
- package/js/x-modules/device/store/module.js.map +1 -1
- package/js/x-modules/device/wiring.js +5 -5
- package/js/x-modules/device/wiring.js.map +1 -1
- package/js/x-modules/device/x-module.js +2 -2
- package/js/x-modules/device/x-module.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +43 -25
- 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 +123 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +1 -4
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +4 -4
- package/js/x-modules/empathize/store/module.js.map +1 -1
- package/js/x-modules/empathize/wiring.js +6 -6
- package/js/x-modules/empathize/wiring.js.map +1 -1
- package/js/x-modules/empathize/x-module.js +2 -2
- package/js/x-modules/empathize/x-module.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +9 -9
- 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 +184 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +11 -10
- 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 +197 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +9 -9
- 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 +76 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/store/emitters.js +5 -5
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/module.js +5 -7
- package/js/x-modules/extra-params/store/module.js.map +1 -1
- package/js/x-modules/extra-params/wiring.js +9 -10
- package/js/x-modules/extra-params/wiring.js.map +1 -1
- package/js/x-modules/extra-params/x-module.js +2 -2
- package/js/x-modules/extra-params/x-module.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js +18 -18
- 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 +196 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +13 -16
- 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 +245 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +29 -24
- 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 +109 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +67 -0
- package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js +13 -12
- 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 +213 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +37 -29
- 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 +193 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +33 -21
- 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 +114 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +56 -14
- 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 +197 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
- 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 +227 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +18 -14
- 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 +197 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
- 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 +189 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js +44 -57
- 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 +14 -17
- 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 +202 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +24 -22
- 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 +233 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +23 -19
- 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 +52 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +12 -11
- 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 +175 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +27 -20
- 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 +231 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js +9 -9
- 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 +191 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +34 -28
- 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 +57 -32
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +27 -32
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/number-range-filter.entity.js +10 -12
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/raw-filter.entity.js +9 -10
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/simple-filter.entity.js +10 -12
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/single-select.modifier.js +23 -36
- 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 +9 -9
- package/js/x-modules/facets/entities/types.js.map +1 -1
- package/js/x-modules/facets/service/facets.service.js +122 -106
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +19 -4
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +9 -12
- 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 +6 -8
- 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 +10 -3
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +46 -23
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +10 -38
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +85 -27
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/facets/x-module.js +2 -2
- package/js/x-modules/facets/x-module.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +13 -11
- 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 +62 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +93 -75
- 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 +32 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +32 -22
- 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 +46 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue.js +182 -0
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +118 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +11 -11
- 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 +41 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +32 -39
- 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 +2 -4
- 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 +2 -4
- 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 +2 -3
- 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 +7 -6
- 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 +1 -3
- 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 +13 -0
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +42 -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 +4 -3
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +4 -7
- 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 +11 -15
- 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 +1 -4
- 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 +2 -3
- 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 +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 +29 -18
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +59 -29
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/history-queries/x-module.js +2 -2
- package/js/x-modules/history-queries/x-module.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +9 -9
- 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 +46 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +12 -12
- 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 +58 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +6 -8
- 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 +2 -5
- 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 +1 -2
- 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 +1 -2
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +4 -7
- 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 +1 -2
- 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 +6 -7
- 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 +8 -5
- 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 +17 -19
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +32 -35
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/x-module.js +2 -2
- package/js/x-modules/identifier-results/x-module.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +15 -12
- 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 +125 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js +79 -59
- 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 +48 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +20 -17
- 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 +53 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +6 -8
- 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 +2 -5
- 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 +1 -2
- 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 +1 -3
- 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 +4 -7
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
- 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 +8 -5
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +30 -19
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +47 -20
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js +2 -2
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +13 -20
- 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 +40 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +74 -59
- 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 +33 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +6 -8
- 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 +2 -7
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +3 -4
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
- 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 +6 -5
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +13 -14
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +12 -12
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js +2 -2
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- 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 +96 -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 +167 -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/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 +12 -0
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -0
- package/js/x-modules/queries-preview/store/module.js +40 -0
- package/js/x-modules/queries-preview/store/module.js.map +1 -0
- package/js/x-modules/queries-preview/wiring.js +58 -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 +15 -22
- 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 +44 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +74 -60
- 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 +33 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +6 -8
- 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 +8 -6
- 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 +1 -3
- 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 +3 -6
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
- 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 +10 -14
- 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 +8 -5
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +15 -17
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +28 -25
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/x-module.js +2 -2
- package/js/x-modules/query-suggestions/x-module.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +20 -20
- 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 +65 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +6 -8
- 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 +8 -8
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/constants.js +1 -1
- package/js/x-modules/recommendations/store/constants.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +4 -7
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +7 -5
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +16 -10
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +10 -10
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js +2 -2
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +14 -16
- 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 +91 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +24 -22
- 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 +45 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +6 -8
- 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 +2 -7
- 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 +5 -10
- 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 +4 -7
- 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 +5 -8
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
- 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 +10 -5
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +18 -17
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +34 -25
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/related-tags/x-module.js +2 -2
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +13 -10
- 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 +217 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js +18 -10
- 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 +216 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +17 -12
- 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 +245 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.const.js +2 -2
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js +23 -22
- 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 +98 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js +9 -9
- 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 +220 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/store/emitters.js +1 -4
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/store/module.js +5 -6
- package/js/x-modules/scroll/store/module.js.map +1 -1
- package/js/x-modules/scroll/wiring.js +34 -52
- package/js/x-modules/scroll/wiring.js.map +1 -1
- package/js/x-modules/scroll/x-module.js +2 -2
- package/js/x-modules/scroll/x-module.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js +46 -32
- 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 +61 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +15 -12
- 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 +108 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +12 -11
- 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 +48 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue.js +14 -17
- 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 +43 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +17 -19
- 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 +35 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +15 -12
- 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 +72 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +12 -15
- 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 +101 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/results-list.vue.js +15 -12
- 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 +98 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js +16 -12
- 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 +44 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue.js +19 -20
- 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 +195 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +100 -72
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js +11 -10
- 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 +49 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue.js +13 -11
- 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 +178 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +32 -30
- 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 +3 -4
- 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 +1 -2
- 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 +41 -0
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js +1 -3
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +32 -17
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +18 -0
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +12 -6
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +93 -64
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +78 -65
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search/x-module.js +2 -2
- package/js/x-modules/search/x-module.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +12 -11
- 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 +53 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-button.vue.js +12 -11
- 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 +62 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +69 -57
- 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 +215 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- 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 +1 -3
- 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 +4 -7
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +13 -8
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +44 -13
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/search-box/x-module.js +2 -2
- package/js/x-modules/search-box/x-module.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +9 -9
- 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 +89 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +157 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
- package/js/x-modules/tagging/store/actions/track.action.js +13 -13
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js +7 -5
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +15 -12
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +84 -47
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/tagging/x-module.js +2 -2
- package/js/x-modules/tagging/x-module.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js +9 -9
- 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 +472 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/url/store/emitters.js +16 -22
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +6 -10
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +1 -1
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +18 -17
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/store/mutations/set-params.mutation.js +3 -3
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
- package/js/x-modules/url/wiring.js +24 -24
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/url/x-module.js +2 -2
- package/js/x-modules/url/x-module.js.map +1 -1
- package/next-queries/index.js +8 -7
- package/package.json +81 -69
- package/popular-searches/index.js +6 -6
- package/queries-preview/index.d.ts +1 -0
- package/queries-preview/index.js +8 -0
- package/query-suggestions/index.js +5 -5
- package/recommendations/index.js +3 -3
- package/related-tags/index.js +5 -4
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +5674 -0
- package/report/x-components.api.json +18205 -5141
- package/report/x-components.api.md +1490 -463
- package/report/x-types.api.json +2769 -537
- package/scroll/index.js +7 -7
- package/search/index.js +18 -10
- package/search-box/index.js +6 -5
- package/tagging/index.js +5 -5
- 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 +40 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
- 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 +13 -0
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
- 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 +6 -3
- 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 +37 -22
- 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.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 +2 -2
- 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.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.map +1 -1
- package/types/components/decorators/bus.decorators.d.ts.map +1 -1
- package/types/components/decorators/debounce.decorators.d.ts +4 -1
- package/types/components/decorators/debounce.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.map +1 -1
- 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 +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- 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 +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- 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 +3 -0
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
- 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 +35 -7
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- 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.map +1 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-close.vue.d.ts +15 -4
- 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 +15 -4
- 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 +16 -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 +39 -0
- package/types/components/modals/main-modal.vue.d.ts.map +1 -0
- package/types/components/modals/open-main-modal.vue.d.ts +16 -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.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.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.map +1 -1
- 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 +46 -37
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- 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 +1 -2
- 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 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +3 -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 +7 -0
- 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 +41 -20
- 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 +26 -31
- 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 +2 -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 +61 -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 +7 -6
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +4 -4
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +4 -4
- 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/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/getters-proxy.utils.d.ts.map +1 -1
- package/types/store/utils/query.utils.d.ts +56 -0
- package/types/store/utils/query.utils.d.ts.map +1 -0
- 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 +9 -6
- 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/origin.d.ts +6 -6
- package/types/types/origin.d.ts.map +1 -1
- package/types/utils/array.d.ts +19 -17
- package/types/utils/array.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 -1
- 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/string.d.ts +1 -1
- package/types/utils/string.d.ts.map +1 -1
- package/types/utils/types.d.ts +36 -52
- 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 +90 -47
- 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.factory.d.ts +3 -2
- package/types/wiring/wires.factory.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 +34 -23
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +64 -13
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +42 -6
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +58 -23
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +59 -52
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/device/components/device-detector.vue.d.ts +2 -2
- 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 +22 -2
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/empathize/store/types.d.ts +1 -1
- 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/extra-params/components/extra-params.vue.d.ts +2 -2
- 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 +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 +13 -6
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/events.types.d.ts +1 -1
- package/types/x-modules/extra-params/events.types.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 +2 -2
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
- package/types/x-modules/extra-params/wiring.d.ts +4 -4
- package/types/x-modules/extra-params/wiring.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 +4 -51
- 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.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +7 -10
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
- 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 +2 -0
- 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 +15 -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 +9 -4
- 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.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
- 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 -1
- 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.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 +6 -20
- 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 +4 -52
- 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 +1 -1
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +23 -3
- package/types/x-modules/facets/entities/filter-entity.factory.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/index.d.ts +1 -0
- package/types/x-modules/facets/index.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-by-facet.getter.d.ts.map +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 +87 -8
- 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 +29 -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 +3 -2
- 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 +2 -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 +96 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +1 -1
- 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 +27 -7
- 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/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +22 -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/constants.d.ts +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
- 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 +34 -4
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +35 -2
- 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.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +14 -0
- 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 +5 -6
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -2
- 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/actions/index.d.ts +5 -0
- package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +1 -4
- package/types/x-modules/identifier-results/store/index.d.ts.map +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 +18 -14
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +15 -9
- 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 +31 -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 +17 -11
- 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 +14 -0
- 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 +11 -7
- 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 +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 +45 -9
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/wiring.d.ts +25 -7
- 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.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 +5 -6
- 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 +2 -2
- 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 +2 -3
- 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 +8 -9
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +4 -4
- package/types/x-modules/popular-searches/wiring.d.ts.map +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 +3 -0
- package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +63 -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 +123 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.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 +20 -0
- package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/index.d.ts +7 -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 +7 -0
- package/types/x-modules/queries-preview/store/emitters.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 +121 -0
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/wiring.d.ts +35 -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 +6 -7
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +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 +14 -12
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
- 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.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +5 -6
- 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 +2 -2
- 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 +3 -3
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +14 -8
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +4 -4
- package/types/x-modules/recommendations/wiring.d.ts.map +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.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 +8 -9
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +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/getters/query.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +1 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +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 +15 -18
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +16 -7
- 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 +18 -2
- 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 +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 +2 -17
- 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 +2 -2
- 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 +21 -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.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.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.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 +32 -17
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/index.d.ts +1 -0
- package/types/x-modules/search/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -2
- 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 +8 -0
- package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
- 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 +12 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +20 -3
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/index.d.ts +3 -0
- package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +2 -3
- package/types/x-modules/search/store/index.d.ts.map +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 +63 -17
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +35 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +62 -55
- 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.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 +23 -3
- 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 +31 -4
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +24 -5
- 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/tagging/components/tagging.vue.d.ts +29 -2
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +9 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +26 -8
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/service/index.d.ts +1 -1
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/types.d.ts +18 -9
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/emitters.d.ts +5 -0
- package/types/x-modules/tagging/store/emitters.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 +13 -9
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +45 -16
- 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 +5 -4
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/events.types.d.ts +5 -4
- package/types/x-modules/url/events.types.d.ts.map +1 -1
- 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/module.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +9 -8
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +6 -6
- 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 +10 -6
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +3 -3
- package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
- package/build-helpers/utils/polyfills.util.js +0 -68
- package/design-system/.-mixins.css +0 -1
- package/design-system/badge-default.css +0 -43
- package/design-system/base.css +0 -52
- package/design-system/button-card.css +0 -20
- package/design-system/button-default.css +0 -65
- package/design-system/button-ghost.css +0 -18
- package/design-system/button-pill.css +0 -20
- package/design-system/button-primary.css +0 -19
- package/design-system/button-round.css +0 -23
- package/design-system/button-secondary.css +0 -19
- package/design-system/button-tertiary.css +0 -19
- package/design-system/default-theme.css +0 -2230
- package/design-system/dropdown-card.css +0 -41
- package/design-system/dropdown-default.css +0 -205
- package/design-system/dropdown-l.css +0 -5
- package/design-system/dropdown-line.css +0 -61
- package/design-system/dropdown-m.css +0 -5
- package/design-system/dropdown-pill.css +0 -41
- package/design-system/dropdown-s.css +0 -5
- package/design-system/dropdown-xl.css +0 -5
- package/design-system/facet-card.css +0 -24
- package/design-system/facet-default.css +0 -102
- package/design-system/facet-line.css +0 -16
- package/design-system/facet-outlined.css +0 -26
- package/design-system/filter-default.css +0 -87
- package/design-system/filter-hierarchical.css +0 -24
- package/design-system/filter-justified.css +0 -3
- package/design-system/full-theme.css +0 -6135
- package/design-system/grid-default.css +0 -15
- package/design-system/icon-default.css +0 -24
- package/design-system/icon-l.css +0 -7
- package/design-system/icon-m.css +0 -7
- package/design-system/icon-s.css +0 -7
- package/design-system/icon-xl.css +0 -7
- package/design-system/input-card.css +0 -18
- package/design-system/input-default.css +0 -74
- package/design-system/input-group-card.css +0 -30
- package/design-system/input-group-default.css +0 -132
- package/design-system/input-group-line.css +0 -39
- package/design-system/input-group-pill.css +0 -22
- package/design-system/input-line.css +0 -20
- package/design-system/input-pill.css +0 -14
- package/design-system/list-default.css +0 -133
- package/design-system/list-gap.css +0 -262
- package/design-system/list-padding.css +0 -261
- package/design-system/message-default.css +0 -57
- package/design-system/option-list-bottom.css +0 -61
- package/design-system/option-list-default.css +0 -142
- package/design-system/picture-card.css +0 -13
- package/design-system/picture-colored.css +0 -14
- package/design-system/picture-cover.css +0 -17
- package/design-system/picture-default.css +0 -43
- package/design-system/picture-fixed-ratio.css +0 -25
- package/design-system/progress-bar-progress-bar.css +0 -23
- package/design-system/result-card.css +0 -6
- package/design-system/result-default.css +0 -59
- package/design-system/row-default.css +0 -93
- package/design-system/row-gap.css +0 -21
- package/design-system/row-padding.css +0 -23
- package/design-system/scroll-default.css +0 -26
- package/design-system/sliding-panel-default.css +0 -38
- package/design-system/sliding-panel-default.token.css +0 -7
- package/design-system/suggestion-default.css +0 -81
- package/design-system/suggestion-group-default.css +0 -55
- package/design-system/tag-card.css +0 -16
- package/design-system/tag-default.css +0 -97
- package/design-system/tag-ghost.css +0 -14
- package/design-system/tag-pill.css +0 -16
- package/design-system/typography-accent.css +0 -2
- package/design-system/typography-accent.token.css +0 -2
- package/design-system/typography-bold.css +0 -14
- package/design-system/typography-default.css +0 -82
- package/design-system/typography-light.css +0 -14
- package/design-system/typography-secondary.css +0 -2
- package/design-system/typography-secondary.token.css +0 -2
- package/design-system/typography-stroke.css +0 -14
- package/design-system/utilities-background-color.css +0 -20
- package/design-system/utilities-border-color.css +0 -20
- package/design-system/utilities-border-radius.css +0 -1529
- package/design-system/utilities-border-width.css +0 -333
- package/design-system/utilities-box-shadow.css +0 -68
- package/design-system/utilities-dev-mode.css +0 -11
- package/design-system/utilities-font-color.css +0 -20
- package/design-system/utilities-font-weight.css +0 -8
- package/design-system/utilities-margin.css +0 -485
- package/design-system/utilities-padding.css +0 -464
- 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.md +0 -21
- 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 -20
- package/docs/API-reference/api/x-adapter.empathynextquery.query.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.empathyrequestrelatedtagsquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
- 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 -179
- 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 -21
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.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.anyfunction.md +0 -13
- package/docs/API-reference/api/x-components.arrowicon.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.basefilter.clickevents.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.md +0 -22
- package/docs/API-reference/api/x-components.baseidmodalclose.events.md +0 -11
- package/docs/API-reference/api/x-components.baseidmodalopen.events.md +0 -11
- package/docs/API-reference/api/x-components.basemodal.showoverlay.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.basesuggestion.queryhtml.md +0 -18
- 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.cleanundefined.md +0 -26
- package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
- package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
- package/docs/API-reference/api/x-components.compilemessage.md +0 -27
- package/docs/API-reference/api/x-components.deeppartial.md +0 -17
- package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +0 -21
- package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +0 -17
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +0 -19
- package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultsessionservice.md +0 -37
- package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +0 -11
- package/docs/API-reference/api/x-components.dictionary.md +0 -13
- 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.foreach.md +0 -25
- 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.identifierresultsxevents.identifierresultsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.map.md +0 -27
- 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.nextqueriesxevents.nextqueriesrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.nonprimitive.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.objectfilter.md +0 -27
- 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.primitive.md +0 -15
- 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.querysuggestionsxevents.querysuggestionsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.reduce.md +0 -28
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +0 -13
- package/docs/API-reference/api/x-components.resetfacets.md +0 -13
- package/docs/API-reference/api/x-components.resetpage.md +0 -13
- package/docs/API-reference/api/x-components.resetsort.md +0 -13
- package/docs/API-reference/api/x-components.saveorigin.md +0 -13
- package/docs/API-reference/api/x-components.scroll.distancetobottom.md +0 -13
- package/docs/API-reference/api/x-components.scroll.throttlems.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
- package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
- package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +0 -17
- package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +0 -23
- package/docs/API-reference/api/x-components.sessionservice.md +0 -21
- package/docs/API-reference/api/x-components.setpagesize.md +0 -13
- package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +0 -13
- package/docs/API-reference/api/x-components.setsessionduration.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
- package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +0 -13
- package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +0 -24
- package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +0 -24
- package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +0 -13
- package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +0 -13
- package/docs/API-reference/api/x-components.translatefromleft.md +0 -15
- package/docs/API-reference/api/x-components.translatefromright.md +0 -15
- 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.relatedtag.previous.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
- package/docs/API-reference/api/x-types.suggestion.facets.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfo.md +0 -21
- package/docs/API-reference/api/x-types.tagginginfo.params.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfo.url.md +0 -13
- package/docs/API-reference/api/x-types.tagginginfoschema.md +0 -13
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +0 -65
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +0 -30
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +0 -31
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +0 -29
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +0 -43
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +0 -40
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +0 -34
- package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -29
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -29
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +0 -148
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +0 -114
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +0 -81
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +0 -76
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +0 -63
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.bag.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.cart.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.check.md +0 -7
- 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.checkbox-selected.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.cross.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.filters.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.hide.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.history.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.menu.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.minus.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/docs/API-reference/components/common/icons/x-components.plus.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.search.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.show.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.star.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.tag.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.trash.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.trending.md +0 -7
- package/docs/API-reference/components/common/icons/x-components.user.md +0 -7
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +0 -72
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +0 -161
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +0 -29
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +0 -81
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +0 -83
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +0 -123
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +0 -58
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +0 -59
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +0 -72
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +0 -82
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +0 -64
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +0 -84
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +0 -82
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +0 -42
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +0 -45
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +0 -42
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +0 -7
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +0 -56
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +0 -52
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +0 -7
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +0 -41
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +0 -156
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +0 -64
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +0 -99
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +0 -62
- package/docs/API-reference/components/common/x-components.base-dropdown.md +0 -80
- package/docs/API-reference/components/common/x-components.base-event-button.md +0 -50
- package/docs/API-reference/components/common/x-components.base-grid.md +0 -100
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +0 -92
- package/docs/API-reference/components/common/x-components.base-rating.md +0 -48
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +0 -85
- package/docs/API-reference/components/common/x-components.global-x-bus.md +0 -50
- package/docs/API-reference/components/common/x-components.items-list.md +0 -23
- package/docs/API-reference/components/common/x-components.location-provider.md +0 -53
- package/docs/API-reference/components/common/x-components.sliding-panel.md +0 -80
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +0 -36
- package/docs/API-reference/components/device/x-components.device-detector.md +0 -139
- package/docs/API-reference/components/empathize/x-components.empathize.md +0 -87
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +0 -50
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +0 -56
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +0 -44
- package/docs/API-reference/components/facets/x-components.clear-filters.md +0 -65
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +0 -81
- package/docs/API-reference/components/facets/x-components.facets/facets.md +0 -247
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +0 -80
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -77
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +0 -201
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +0 -74
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +0 -48
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +0 -62
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +0 -150
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +0 -155
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +0 -69
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +0 -101
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +0 -123
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +0 -86
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +0 -103
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +0 -90
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +0 -35
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +0 -81
- package/docs/API-reference/components/history-queries/x-components.history-query.md +0 -60
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +0 -42
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +0 -27
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +0 -43
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +0 -161
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +0 -81
- package/docs/API-reference/components/next-queries/x-components.next-query.md +0 -56
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +0 -54
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +0 -81
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +0 -135
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +0 -241
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +0 -122
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +0 -158
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +0 -193
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +0 -83
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +0 -174
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +0 -65
- package/docs/API-reference/components/scroll/x-components.scroll.md +0 -163
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +0 -155
- package/docs/API-reference/components/search/x-components.banner.md +0 -55
- package/docs/API-reference/components/search/x-components.banners-list.md +0 -196
- package/docs/API-reference/components/search/x-components.partial-query-button.md +0 -73
- package/docs/API-reference/components/search/x-components.partial-results-list.md +0 -83
- package/docs/API-reference/components/search/x-components.promoted.md +0 -55
- package/docs/API-reference/components/search/x-components.promoteds-list.md +0 -194
- package/docs/API-reference/components/search/x-components.redirection.md +0 -98
- package/docs/API-reference/components/search/x-components.results-list.md +0 -199
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +0 -120
- package/docs/API-reference/components/search/x-components.sort-list.md +0 -102
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +0 -49
- package/docs/API-reference/components/search/x-components.spellcheck.md +0 -53
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +0 -142
- package/docs/API-reference/components/search-box/x-components.search-button.md +0 -142
- package/docs/API-reference/components/search-box/x-components.search-input.md +0 -178
- package/docs/API-reference/components/tagging/x-components.tagging.md +0 -87
- package/docs/API-reference/components/url/x-components.url-handler.md +0 -82
- package/docs/build-search-ui/README.md +0 -108
- package/docs/build-search-ui/web-archetype-development-guide.md +0 -178
- package/docs/build-search-ui/web-archetype-integration-guide.md +0 -186
- package/docs/build-search-ui/web-use-x-components-guide.md +0 -165
- package/docs/build-search-ui/web-x-components-integration-guide.md +0 -192
- package/docs/build-search-ui/x-architecture/README.md +0 -128
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue.js +0 -58
- package/js/components/animations/collapse-from-top.vue.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -354
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/translate-from-left.vue.js +0 -58
- package/js/components/animations/translate-from-left.vue.js.map +0 -1
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/translate-from-right.vue.js +0 -58
- package/js/components/animations/translate-from-right.vue.js.map +0 -1
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +0 -42
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -115
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -98
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -82
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -50
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +0 -47
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/arrow.vue.js +0 -61
- package/js/components/icons/arrow.vue.js.map +0 -1
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue.js +0 -63
- package/js/components/icons/checkbox-card-selected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue.js +0 -61
- package/js/components/icons/checkbox-card-unselected.vue.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-1.vue.js +0 -61
- package/js/components/icons/nq-1.vue.js.map +0 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-2.vue.js +0 -61
- package/js/components/icons/nq-2.vue.js.map +0 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-3.vue.js +0 -65
- package/js/components/icons/nq-3.vue.js.map +0 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-4.vue.js +0 -73
- package/js/components/icons/nq-4.vue.js.map +0 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/items-list.vue_rollup-plugin-vue=script.js +0 -47
- package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +0 -32
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +0 -33
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js +0 -27
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -96
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -80
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -48
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -148
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -46
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -31
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -24
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +0 -58
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -144
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -87
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/filters/compile-message.filter.js +0 -29
- 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/utils/object.js +0 -85
- package/js/utils/object.js.map +0 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +0 -151
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +0 -168
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +0 -192
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -231
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +0 -210
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +0 -124
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -192
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -69
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -184
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -210
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -220
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -169
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -212
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -170
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -160
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +0 -183
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -205
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -59
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +0 -187
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -210
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +0 -178
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -45
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -47
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +0 -101
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -43
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -42
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -41
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -71
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -109
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -52
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +0 -192
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +0 -204
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +0 -235
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +0 -110
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +0 -190
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -40
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -52
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -39
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +0 -108
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -167
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -53
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -144
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -74
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -191
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +0 -65
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/tagging/service/session.service.js +0 -52
- package/js/x-modules/tagging/service/session.service.js.map +0 -1
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +0 -339
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
- package/report/x-adapter.api.json +0 -23531
- 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/animations/collapse-from-top.vue.d.ts +0 -10
- package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
- package/types/components/animations/translate-from-left.vue.d.ts +0 -10
- package/types/components/animations/translate-from-left.vue.d.ts.map +0 -1
- package/types/components/animations/translate-from-right.vue.d.ts +0 -10
- package/types/components/animations/translate-from-right.vue.d.ts.map +0 -1
- package/types/components/icons/arrow.vue.d.ts +0 -3
- package/types/components/icons/arrow.vue.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/utils/object.d.ts +0 -49
- package/types/utils/object.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
- package/types/x-modules/tagging/service/session.service.d.ts +0 -37
- package/types/x-modules/tagging/service/session.service.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directional-focus-navigation.service.js","sources":["../../../src/services/directional-focus-navigation.service.ts"],"sourcesContent":["import { ArrowKey } from '../utils/types';\nimport {\n AbsoluteDistances,\n Intersection,\n Point,\n Points,\n SpatialNavigation\n} from './services.types';\n\n/**\n * Implementation of {@link SpatialNavigation} using directional focus.\n *\n * @public\n */\nexport class DirectionalFocusNavigationService implements SpatialNavigation {\n /**\n * The HTMLElement that is currently on focus and used as reference to navigateTo from.\n */\n private origin!: HTMLElement;\n\n /**\n * The DOMRect of the origin Element.\n */\n private originRect!: DOMRect;\n\n /**\n * Direction of the navigation.\n */\n private direction!: ArrowKey;\n\n /**\n * Weight of the projected intersection area weight in the\n * {@link DirectionalFocusNavigationService.getDistanceScore | getDistanceScore} formula.\n */\n private readonly intersectionAreaWeight = 100;\n\n /**\n * Weight of the absolute distance on the orthogonal axis between to elements when navigating\n * left or right. Used to calculate the displacement in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly orthogonalWeightHorizontal = 30;\n\n /**\n * Weight of the absolute distance on the orthogonal axis between to elements when navigating\n * up or down. Used to calculate the displacement in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly orthogonalWeightVertical = 2;\n\n /**\n * Weight of the degree of alignment between two elements when calculating the alignment in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly alignWeight = 5;\n\n /**\n * Set of functions to filter out candidates based on the navigation's direction.\n */\n private readonly filterFunction = {\n ArrowUp: (candidateRect: DOMRect) => this.isBelow(this.originRect, candidateRect),\n ArrowRight: (candidateRect: DOMRect) => this.isRightSide(candidateRect, this.originRect),\n ArrowDown: (candidateRect: DOMRect) => this.isBelow(candidateRect, this.originRect),\n ArrowLeft: (candidateRect: DOMRect) => this.isRightSide(this.originRect, candidateRect)\n };\n\n /**\n * Constructor for the {@link DirectionalFocusNavigationService}.\n *\n * @param container - The element that contains the navigable elements.\n * @param focusableSelectors - A comma separated string with the focusable selectors to look up.\n */\n public constructor(\n /**\n * The {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement | HTMLElement} that\n * contains the navigable elements.\n */\n private readonly container: HTMLElement,\n /**\n * Comma separated focusable selectors to look up.\n */\n // eslint-disable-next-line max-len\n private readonly focusableSelectors: string = 'a, button, details, input, textarea, select, [tabindex]:not([tabindex=\"-1\"])'\n ) {}\n\n /**\n * Get the element that would be the next one to be navigated to based on the direction of the\n * arrow key pressed. If there are no possible candidates the element to focus would be the one on\n * currently on focus or the first one in the container.\n *\n * @param arrowKey - The arrow key that was pressed.\n *\n * @returns The element to navigate to.\n */\n navigateTo(arrowKey: ArrowKey): HTMLElement {\n const rawCandidates = this.getFocusableElements();\n this.direction = arrowKey;\n this.updateOrigin();\n\n return this.getBestCandidate(rawCandidates);\n }\n\n /**\n * Gets focusable elements within the container.\n *\n * @returns List of focusable elements.\n * @internal\n */\n private getFocusableElements(): HTMLElement[] {\n return Array.from(this.container.querySelectorAll(this.focusableSelectors));\n }\n\n /**\n * Updates the origin with the current document active element.\n *\n * @remarks\n * This also covers cases when the user might have iterated through the DOM using the TAB or\n * SHIFT+TAB keys.\n */\n private updateOrigin(): void {\n const newOrigin = document.activeElement as HTMLElement;\n this.origin = newOrigin;\n this.originRect = newOrigin.getBoundingClientRect();\n }\n\n /**\n * Finds the closest candidate to the origin from a list of candidates.\n *\n * @remarks\n * If there are no candidates the origin will be retrieved as best candidate.\n *\n * @param rawCandidates - List of all candidates.\n *\n * @returns The closest candidate to the origin or origin if there's none.\n * @internal\n */\n private getBestCandidate(rawCandidates: HTMLElement[]): HTMLElement {\n const candidates = this.filterCandidates(rawCandidates);\n let bestCandidate = this.origin;\n\n candidates.reduce((bestCurrentScore: number, candidate) => {\n const bestScore = Math.min(bestCurrentScore, this.getDistanceScore(candidate));\n if (bestScore !== bestCurrentScore) {\n bestCandidate = candidate;\n }\n return bestScore;\n }, Number.MAX_SAFE_INTEGER);\n\n return bestCandidate;\n }\n\n /**\n * Filters out candidates that can't be candidates based on the direction of the navigation and\n * if they are visible and enabled.\n *\n * @param rawCandidates - List of all candidates.\n *\n * @returns List of filtered candidates.\n * @internal\n */\n private filterCandidates(rawCandidates: HTMLElement[]): HTMLElement[] {\n return rawCandidates.filter(candidate => this.isValidCandidate(candidate));\n }\n\n /**\n * Checks if the provided candidate is not the origin, is visible, enabled and in the correct\n * direction to be a valid candidate.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is valid for the navigation.\n * @internal\n */\n private isValidCandidate(candidate: HTMLElement): boolean {\n return (\n candidate !== this.origin &&\n this.isCandidateVisible(candidate) &&\n this.hasFocusCompatibleAttributes(candidate) &&\n this.isInNavigateDirection(candidate)\n );\n }\n\n /**\n * Checks if the provided candidate is visible.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is visible.\n * @internal\n */\n private isCandidateVisible(candidate: HTMLElement): boolean {\n const candidateStyle = window.getComputedStyle(candidate, null);\n\n return !!(\n candidate.offsetWidth &&\n candidate.offsetHeight &&\n candidateStyle.visibility === 'visible'\n );\n }\n\n /**\n * Checks if the provided candidate is disabled and if the tabindex allows the element to be\n * focused.\n *\n * @param candidate - The candidate element.\n * @returns If candidate's attributes allow it to be focused.\n * @internal\n */\n private hasFocusCompatibleAttributes(candidate: HTMLElement): boolean {\n return !candidate.getAttribute('disabled') && candidate.getAttribute('tabindex') !== '-1';\n }\n\n /**\n * Checks if the provided candidate is in the direction the navigation is going.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is in the correct direction.\n * @internal\n */\n private isInNavigateDirection(candidate: HTMLElement): boolean {\n return this.filterFunction[this.direction](candidate.getBoundingClientRect());\n }\n\n /**\n * Calculates the candidate's score for it to be the next element to navigateTo to based on a\n * formula that takes into account euclidean distance, displacement, alignment and\n * intersection area relative to the origin element.\n *\n * @param candidate - The candidate element.\n *\n * @returns The candidate score for best candidate.\n * @internal\n */\n private getDistanceScore(candidate: HTMLElement): number {\n const candidateRect = candidate.getBoundingClientRect();\n const { 0: candidatePoint, 1: originPoint } = this.getComparisionPoints(candidateRect);\n const absoluteDistances: AbsoluteDistances = {\n x: Math.abs(candidatePoint.x - originPoint.x),\n y: Math.abs(candidatePoint.y - originPoint.y)\n };\n const euclideanDistance = Math.sqrt(\n Math.pow(absoluteDistances.x, 2) + Math.pow(absoluteDistances.y, 2)\n );\n const intersection = this.getIntersection(this.originRect, candidateRect);\n const { displacement, alignment } = this.getDisplacementAndAlignment(\n candidateRect,\n intersection,\n absoluteDistances\n );\n const projectedArea = Math.sqrt(intersection.area) / this.intersectionAreaWeight;\n\n return euclideanDistance + displacement - alignment - projectedArea;\n }\n\n /**\n * Gets the closest point to origin within the candidate and to the candidate within the origin\n * based on the navigation direction.\n *\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns The candidate's closest Points to the origin.\n * @internal\n */\n private getComparisionPoints(candidateRect: DOMRect): Points {\n const points: Points = [\n { x: 0, y: 0 },\n { x: 0, y: 0 }\n ];\n\n return {\n ...this.setParallelPointValues(points, candidateRect),\n ...this.setOrthogonalPointValues(points, candidateRect)\n };\n }\n\n /**\n * Set parallel values between candidate and origin based on the navigation direction and\n * returns them.\n *\n * @param points - Current values for the candidate and origin's points.\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns Candidate and origin points with parallel values set.\n * @internal\n */\n private setParallelPointValues(\n { 0: candidatePoint, 1: originPoint }: Points,\n candidateRect: DOMRect\n ): Points {\n switch (this.direction) {\n case 'ArrowUp':\n candidatePoint.y = Math.min(candidateRect.bottom, this.originRect.top);\n originPoint.y = this.originRect.top;\n break;\n case 'ArrowDown':\n candidatePoint.y = Math.max(candidateRect.top, this.originRect.bottom);\n originPoint.y = this.originRect.bottom;\n break;\n case 'ArrowRight':\n candidatePoint.x = Math.max(candidateRect.left, this.originRect.right);\n originPoint.x = this.originRect.right;\n break;\n case 'ArrowLeft':\n candidatePoint.x = Math.min(candidateRect.right, this.originRect.left);\n originPoint.x = this.originRect.left;\n break;\n }\n\n return [candidatePoint, originPoint];\n }\n\n /**\n * Set orthogonal values between candidate and origin based on the navigation direction and\n * returns them.\n *\n * @param points - Current values for the candidate and origin's points.\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns Candidate and origin points with orthogonal values set.\n * @internal\n */\n private setOrthogonalPointValues(\n { 0: candidatePoint, 1: originPoint }: Points,\n candidateRect: DOMRect\n ): Points {\n switch (this.direction) {\n case 'ArrowUp':\n case 'ArrowDown':\n if (this.isRightSide(this.originRect, candidateRect)) {\n candidatePoint.x = Math.min(candidateRect.right, this.originRect.left);\n originPoint.x = this.originRect.left;\n } else if (this.isRightSide(candidateRect, this.originRect)) {\n candidatePoint.x = Math.max(candidateRect.left, this.originRect.right);\n originPoint.x = this.originRect.right;\n } else {\n candidatePoint.x = Math.max(this.originRect.left, candidateRect.left);\n originPoint.x = candidatePoint.x;\n }\n break;\n\n case 'ArrowRight':\n case 'ArrowLeft':\n if (this.isBelow(this.originRect, candidateRect)) {\n candidatePoint.y = Math.min(candidateRect.bottom, this.originRect.top);\n originPoint.y = this.originRect.top;\n } else if (this.isBelow(candidateRect, this.originRect)) {\n candidatePoint.y = Math.max(candidateRect.top, this.originRect.bottom);\n originPoint.y = this.originRect.bottom;\n } else {\n candidatePoint.y = Math.max(this.originRect.top, candidateRect.top);\n originPoint.y = candidatePoint.y;\n }\n break;\n }\n\n return [candidatePoint, originPoint];\n }\n\n /**\n * Calculates the displacement and alignment values for the candidate relative to the origin.\n *\n * @param candidateRect - The DOMRect of the candidate.\n * @param intersection - Projected intersection between candidate and origin.\n * @param absoluteDistances - Absolute distances between candidate and origin points.\n *\n * @returns Displacement and alignment values.\n * @internal\n */\n private getDisplacementAndAlignment(\n candidateRect: DOMRect,\n intersection: Intersection,\n absoluteDistances: AbsoluteDistances\n ): { displacement: number; alignment: number } {\n const areAligned = this.areAligned(this.originRect, candidateRect);\n\n let alignBias = 0;\n let orthogonalBias = 0;\n let displacement = 0;\n\n switch (this.direction) {\n case 'ArrowUp':\n case 'ArrowDown':\n if (areAligned) {\n alignBias = Math.min(intersection.width / this.originRect.width, 1);\n } else {\n orthogonalBias = this.originRect.width / 2;\n }\n\n displacement = (absoluteDistances.x + orthogonalBias) * this.orthogonalWeightVertical;\n break;\n\n case 'ArrowRight':\n case 'ArrowLeft':\n if (areAligned) {\n alignBias = Math.min(intersection.height / this.originRect.height, 1);\n } else {\n orthogonalBias = this.originRect.height / 2;\n }\n\n displacement = (absoluteDistances.y + orthogonalBias) * this.orthogonalWeightHorizontal;\n break;\n }\n\n return { displacement, alignment: alignBias * this.alignWeight };\n }\n\n /**\n * Calculates the projected intersection between two\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rects}.\n *\n * @param rect1 - First {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rect}.\n * @param rect2 - Second {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rect}.\n *\n * @returns The intersection.\n * @internal\n */\n private getIntersection(rect1: DOMRect, rect2: DOMRect): Intersection {\n const intersection: Intersection = { width: 0, height: 0, area: 0 };\n\n const topLeftPoint: Point = {\n x: Math.max(rect1.left, rect2.left),\n y: Math.max(rect1.top, rect2.top)\n };\n const bottomRightPoint: Point = {\n x: Math.min(rect1.right, rect2.right),\n y: Math.min(rect1.bottom, rect2.bottom)\n };\n\n intersection.width = Math.abs(topLeftPoint.x - bottomRightPoint.x);\n intersection.height = Math.abs(topLeftPoint.y - bottomRightPoint.y);\n\n if (topLeftPoint.x < bottomRightPoint.x || topLeftPoint.y < bottomRightPoint.y) {\n intersection.area = intersection.width * intersection.height;\n }\n\n return intersection;\n }\n\n /**\n * Checks that both DOMRect are aligned based on the provided direction.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If the DOMRect are aligned.\n * @internal\n */\n private areAligned(rect1: DOMRect, rect2: DOMRect): boolean {\n return this.direction === 'ArrowLeft' || this.direction === 'ArrowRight'\n ? rect1.bottom > rect2.top && rect1.top < rect2.bottom\n : rect1.right > rect2.left && rect1.left < rect2.right;\n }\n\n /**\n * Checks that the first DOMRect is below the second one.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If it's below.\n * @internal\n */\n private isBelow(rect1: DOMRect, rect2: DOMRect): boolean {\n return (\n rect1.top >= rect2.bottom ||\n (rect1.top >= rect2.top &&\n rect1.bottom > rect2.bottom &&\n rect1.left < rect2.right &&\n rect1.right > rect2.left)\n );\n }\n\n /**\n * Checks that the first DOMRect is to the right side of the second one.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If it's to the right side.\n * @internal\n */\n private isRightSide(rect1: DOMRect, rect2: DOMRect): boolean {\n return (\n rect1.left >= rect2.right ||\n (rect1.left >= rect2.left &&\n rect1.right > rect2.right &&\n rect1.bottom > rect2.top &&\n rect1.top < rect2.bottom)\n );\n }\n}\n"],"names":[],"mappings":";;AASA;;;;;;;;;;;;IAkEE;;;;;IAKmB,SAAsB;;;;;IAKtB,kBAA2G;QAV9H,iBAWI;QADe,mCAAA,EAAA,mGAA2G;QAL3G,cAAS,GAAT,SAAS,CAAa;QAKtB,uBAAkB,GAAlB,kBAAkB,CAAyF;;;;;QAnD7G,2BAAsB,GAAG,GAAG,CAAC;;;;;;;QAQ7B,+BAA0B,GAAG,EAAE,CAAC;;;;;;;QAQhC,6BAAwB,GAAG,CAAC,CAAC;;;;;;QAO7B,gBAAW,GAAG,CAAC,CAAC;;;;QAKhB,mBAAc,GAAG;YAChC,OAAO,EAAE,UAAC,aAAsB,IAAK,OAAA,KAAI,CAAC,OAAO,CAAC,KAAI,CAAC,UAAU,EAAE,aAAa,CAAC,GAAA;YACjF,UAAU,EAAE,UAAC,aAAsB,IAAK,OAAA,KAAI,CAAC,WAAW,CAAC,aAAa,EAAE,KAAI,CAAC,UAAU,CAAC,GAAA;YACxF,SAAS,EAAE,UAAC,aAAsB,IAAK,OAAA,KAAI,CAAC,OAAO,CAAC,aAAa,EAAE,KAAI,CAAC,UAAU,CAAC,GAAA;YACnF,SAAS,EAAE,UAAC,aAAsB,IAAK,OAAA,KAAI,CAAC,WAAW,CAAC,KAAI,CAAC,UAAU,EAAE,aAAa,CAAC,GAAA;SACxF,CAAC;KAmBE;;;;;;;;;;IAWJ,sDAAU,GAAV,UAAW,QAAkB;QAC3B,IAAM,aAAa,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAClD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,EAAE,CAAC;QAEpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;KAC7C;;;;;;;IAQO,gEAAoB,GAA5B;QACE,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC;KAC7E;;;;;;;;IASO,wDAAY,GAApB;QACE,IAAM,SAAS,GAAG,QAAQ,CAAC,aAA4B,CAAC;QACxD,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;KACrD;;;;;;;;;;;;IAaO,4DAAgB,GAAxB,UAAyB,aAA4B;QAArD,iBAaC;QAZC,IAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QACxD,IAAI,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC;QAEhC,UAAU,CAAC,MAAM,CAAC,UAAC,gBAAwB,EAAE,SAAS;YACpD,IAAM,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,gBAAgB,EAAE,KAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;YAC/E,IAAI,SAAS,KAAK,gBAAgB,EAAE;gBAClC,aAAa,GAAG,SAAS,CAAC;aAC3B;YACD,OAAO,SAAS,CAAC;SAClB,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC;QAE5B,OAAO,aAAa,CAAC;KACtB;;;;;;;;;;IAWO,4DAAgB,GAAxB,UAAyB,aAA4B;QAArD,iBAEC;QADC,OAAO,aAAa,CAAC,MAAM,CAAC,UAAA,SAAS,IAAI,OAAA,KAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,GAAA,CAAC,CAAC;KAC5E;;;;;;;;;IAUO,4DAAgB,GAAxB,UAAyB,SAAsB;QAC7C,QACE,SAAS,KAAK,IAAI,CAAC,MAAM;YACzB,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC;YAClC,IAAI,CAAC,4BAA4B,CAAC,SAAS,CAAC;YAC5C,IAAI,CAAC,qBAAqB,CAAC,SAAS,CAAC,EACrC;KACH;;;;;;;;IASO,8DAAkB,GAA1B,UAA2B,SAAsB;QAC/C,IAAM,cAAc,GAAG,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAEhE,OAAO,CAAC,EACN,SAAS,CAAC,WAAW;YACrB,SAAS,CAAC,YAAY;YACtB,cAAc,CAAC,UAAU,KAAK,SAAS,CACxC,CAAC;KACH;;;;;;;;;IAUO,wEAA4B,GAApC,UAAqC,SAAsB;QACzD,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,SAAS,CAAC,YAAY,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;KAC3F;;;;;;;;IASO,iEAAqB,GAA7B,UAA8B,SAAsB;QAClD,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,qBAAqB,EAAE,CAAC,CAAC;KAC/E;;;;;;;;;;;IAYO,4DAAgB,GAAxB,UAAyB,SAAsB;QAC7C,IAAM,aAAa,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;QAClD,IAAA,KAAwC,IAAI,CAAC,oBAAoB,CAAC,aAAa,CAAC,EAA3E,cAAc,QAAA,EAAK,WAAW,QAA6C,CAAC;QACvF,IAAM,iBAAiB,GAAsB;YAC3C,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC;YAC7C,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC;SAC9C,CAAC;QACF,IAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,CACjC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,CACpE,CAAC;QACF,IAAM,YAAY,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;QACpE,IAAA,KAA8B,IAAI,CAAC,2BAA2B,CAClE,aAAa,EACb,YAAY,EACZ,iBAAiB,CAClB,EAJO,YAAY,kBAAA,EAAE,SAAS,eAI9B,CAAC;QACF,IAAM,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,sBAAsB,CAAC;QAEjF,OAAO,iBAAiB,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,CAAC;KACrE;;;;;;;;;;IAWO,gEAAoB,GAA5B,UAA6B,aAAsB;QACjD,IAAM,MAAM,GAAW;YACrB,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;YACd,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;SACf,CAAC;QAEF,6BACK,IAAI,CAAC,sBAAsB,CAAC,MAAM,EAAE,aAAa,CAAC,GAClD,IAAI,CAAC,wBAAwB,CAAC,MAAM,EAAE,aAAa,CAAC,EACvD;KACH;;;;;;;;;;;IAYO,kEAAsB,GAA9B,UACE,EAA6C,EAC7C,aAAsB;YADjB,cAAc,QAAA,EAAK,WAAW,QAAA;QAGnC,QAAQ,IAAI,CAAC,SAAS;YACpB,KAAK,SAAS;gBACZ,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;gBACpC,MAAM;YACR,KAAK,WAAW;gBACd,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;gBACvC,MAAM;YACR,KAAK,YAAY;gBACf,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;gBACtC,MAAM;YACR,KAAK,WAAW;gBACd,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;gBACrC,MAAM;SACT;QAED,OAAO,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;KACtC;;;;;;;;;;;IAYO,oEAAwB,GAAhC,UACE,EAA6C,EAC7C,aAAsB;YADjB,cAAc,QAAA,EAAK,WAAW,QAAA;QAGnC,QAAQ,IAAI,CAAC,SAAS;YACpB,KAAK,SAAS,CAAC;YACf,KAAK,WAAW;gBACd,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE;oBACpD,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;iBACtC;qBAAM,IAAI,IAAI,CAAC,WAAW,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE;oBAC3D,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;iBACvC;qBAAM;oBACL,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC;oBACtE,WAAW,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC;iBAClC;gBACD,MAAM;YAER,KAAK,YAAY,CAAC;YAClB,KAAK,WAAW;gBACd,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE;oBAChD,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;iBACrC;qBAAM,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE;oBACvD,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;iBACxC;qBAAM;oBACL,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;oBACpE,WAAW,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC;iBAClC;gBACD,MAAM;SACT;QAED,OAAO,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;KACtC;;;;;;;;;;;IAYO,uEAA2B,GAAnC,UACE,aAAsB,EACtB,YAA0B,EAC1B,iBAAoC;QAEpC,IAAM,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;QAEnE,IAAI,SAAS,GAAG,CAAC,CAAC;QAClB,IAAI,cAAc,GAAG,CAAC,CAAC;QACvB,IAAI,YAAY,GAAG,CAAC,CAAC;QAErB,QAAQ,IAAI,CAAC,SAAS;YACpB,KAAK,SAAS,CAAC;YACf,KAAK,WAAW;gBACd,IAAI,UAAU,EAAE;oBACd,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;iBACrE;qBAAM;oBACL,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC;iBAC5C;gBAED,YAAY,GAAG,CAAC,iBAAiB,CAAC,CAAC,GAAG,cAAc,IAAI,IAAI,CAAC,wBAAwB,CAAC;gBACtF,MAAM;YAER,KAAK,YAAY,CAAC;YAClB,KAAK,WAAW;gBACd,IAAI,UAAU,EAAE;oBACd,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;iBACvE;qBAAM;oBACL,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;iBAC7C;gBAED,YAAY,GAAG,CAAC,iBAAiB,CAAC,CAAC,GAAG,cAAc,IAAI,IAAI,CAAC,0BAA0B,CAAC;gBACxF,MAAM;SACT;QAED,OAAO,EAAE,YAAY,cAAA,EAAE,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;KAClE;;;;;;;;;;;IAYO,2DAAe,GAAvB,UAAwB,KAAc,EAAE,KAAc;QACpD,IAAM,YAAY,GAAiB,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC;QAEpE,IAAM,YAAY,GAAU;YAC1B,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;YACnC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;SAClC,CAAC;QACF,IAAM,gBAAgB,GAAU;YAC9B,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;YACrC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;SACxC,CAAC;QAEF,YAAY,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;QACnE,YAAY,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;QAEpE,IAAI,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,IAAI,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,EAAE;YAC9E,YAAY,CAAC,IAAI,GAAG,YAAY,CAAC,KAAK,GAAG,YAAY,CAAC,MAAM,CAAC;SAC9D;QAED,OAAO,YAAY,CAAC;KACrB;;;;;;;;;;IAWO,sDAAU,GAAlB,UAAmB,KAAc,EAAE,KAAc;QAC/C,OAAO,IAAI,CAAC,SAAS,KAAK,WAAW,IAAI,IAAI,CAAC,SAAS,KAAK,YAAY;cACpE,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,MAAM;cACpD,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,KAAK,CAAC;KAC1D;;;;;;;;;;IAWO,mDAAO,GAAf,UAAgB,KAAc,EAAE,KAAc;QAC5C,QACE,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM;aACxB,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,GAAG;gBACrB,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM;gBAC3B,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,KAAK;gBACxB,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,EAC3B;KACH;;;;;;;;;;IAWO,uDAAW,GAAnB,UAAoB,KAAc,EAAE,KAAc;QAChD,QACE,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,KAAK;aACxB,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI;gBACvB,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK;gBACzB,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,GAAG;gBACxB,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,EAC3B;KACH;IACH,wCAAC;AAAD,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"directional-focus-navigation.service.js","sources":["../../../src/services/directional-focus-navigation.service.ts"],"sourcesContent":["import { FOCUSABLE_SELECTORS } from '../utils/focus';\nimport { ArrowKey } from '../utils/types';\nimport {\n AbsoluteDistances,\n Intersection,\n Point,\n Points,\n SpatialNavigation\n} from './services.types';\n\n/**\n * Implementation of {@link SpatialNavigation} using directional focus.\n *\n * @public\n */\nexport class DirectionalFocusNavigationService implements SpatialNavigation {\n /**\n * The HTMLElement that is currently on focus and used as reference to navigateTo from.\n */\n private origin!: HTMLElement;\n\n /**\n * The DOMRect of the origin Element.\n */\n private originRect!: DOMRect;\n\n /**\n * Direction of the navigation.\n */\n private direction!: ArrowKey;\n\n /**\n * Weight of the projected intersection area weight in the\n * {@link DirectionalFocusNavigationService.getDistanceScore | getDistanceScore} formula.\n */\n private readonly intersectionAreaWeight = 100;\n\n /**\n * Weight of the absolute distance on the orthogonal axis between to elements when navigating\n * left or right. Used to calculate the displacement in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly orthogonalWeightHorizontal = 30;\n\n /**\n * Weight of the absolute distance on the orthogonal axis between to elements when navigating\n * up or down. Used to calculate the displacement in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly orthogonalWeightVertical = 2;\n\n /**\n * Weight of the degree of alignment between two elements when calculating the alignment in\n * {@link DirectionalFocusNavigationService.getDisplacementAndAlignment |\n * getDisplacementAndAlignment}.\n */\n private readonly alignWeight = 5;\n\n /**\n * Set of functions to filter out candidates based on the navigation's direction.\n */\n private readonly filterFunction = {\n ArrowUp: (candidateRect: DOMRect) => this.isBelow(this.originRect, candidateRect),\n ArrowRight: (candidateRect: DOMRect) => this.isRightSide(candidateRect, this.originRect),\n ArrowDown: (candidateRect: DOMRect) => this.isBelow(candidateRect, this.originRect),\n ArrowLeft: (candidateRect: DOMRect) => this.isRightSide(this.originRect, candidateRect)\n };\n\n /**\n * Constructor for the {@link DirectionalFocusNavigationService}.\n *\n * @param container - The element that contains the navigable elements.\n * @param focusableSelectors - A comma separated string with the focusable selectors to look up.\n */\n public constructor(\n /**\n * The {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement | HTMLElement} that\n * contains the navigable elements.\n */\n private readonly container: HTMLElement,\n /**\n * Comma separated focusable selectors to look up.\n */\n private readonly focusableSelectors = FOCUSABLE_SELECTORS\n ) {}\n\n /**\n * Get the element that would be the next one to be navigated to based on the direction of the\n * arrow key pressed. If there are no possible candidates the element to focus would be the one on\n * currently on focus or the first one in the container.\n *\n * @param arrowKey - The arrow key that was pressed.\n *\n * @returns The element to navigate to.\n */\n navigateTo(arrowKey: ArrowKey): HTMLElement {\n const rawCandidates = this.getFocusableElements();\n this.direction = arrowKey;\n this.updateOrigin();\n\n return this.getBestCandidate(rawCandidates);\n }\n\n /**\n * Gets focusable elements within the container.\n *\n * @returns List of focusable elements.\n * @internal\n */\n private getFocusableElements(): HTMLElement[] {\n return Array.from(this.container.querySelectorAll(this.focusableSelectors));\n }\n\n /**\n * Updates the origin with the current document active element.\n *\n * @remarks\n * This also covers cases when the user might have iterated through the DOM using the TAB or\n * SHIFT+TAB keys.\n */\n private updateOrigin(): void {\n const newOrigin = document.activeElement as HTMLElement;\n this.origin = newOrigin;\n this.originRect = newOrigin.getBoundingClientRect();\n }\n\n /**\n * Finds the closest candidate to the origin from a list of candidates.\n *\n * @remarks\n * If there are no candidates the origin will be retrieved as best candidate.\n *\n * @param rawCandidates - List of all candidates.\n *\n * @returns The closest candidate to the origin or origin if there's none.\n * @internal\n */\n private getBestCandidate(rawCandidates: HTMLElement[]): HTMLElement {\n const candidates = this.filterCandidates(rawCandidates);\n let bestCandidate = this.origin;\n\n candidates.reduce((bestCurrentScore: number, candidate) => {\n const bestScore = Math.min(bestCurrentScore, this.getDistanceScore(candidate));\n if (bestScore !== bestCurrentScore) {\n bestCandidate = candidate;\n }\n return bestScore;\n }, Number.MAX_SAFE_INTEGER);\n\n return bestCandidate;\n }\n\n /**\n * Filters out candidates that can't be candidates based on the direction of the navigation and\n * if they are visible and enabled.\n *\n * @param rawCandidates - List of all candidates.\n *\n * @returns List of filtered candidates.\n * @internal\n */\n private filterCandidates(rawCandidates: HTMLElement[]): HTMLElement[] {\n return rawCandidates.filter(candidate => this.isValidCandidate(candidate));\n }\n\n /**\n * Checks if the provided candidate is not the origin, is visible, enabled and in the correct\n * direction to be a valid candidate.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is valid for the navigation.\n * @internal\n */\n private isValidCandidate(candidate: HTMLElement): boolean {\n return (\n candidate !== this.origin &&\n this.isCandidateVisible(candidate) &&\n this.hasFocusCompatibleAttributes(candidate) &&\n this.isInNavigateDirection(candidate)\n );\n }\n\n /**\n * Checks if the provided candidate is visible.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is visible.\n * @internal\n */\n private isCandidateVisible(candidate: HTMLElement): boolean {\n const candidateStyle = window.getComputedStyle(candidate, null);\n\n return !!(\n candidate.offsetWidth &&\n candidate.offsetHeight &&\n candidateStyle.visibility === 'visible'\n );\n }\n\n /**\n * Checks if the provided candidate is disabled and if the tabindex allows the element to be\n * focused.\n *\n * @param candidate - The candidate element.\n * @returns If candidate's attributes allow it to be focused.\n * @internal\n */\n private hasFocusCompatibleAttributes(candidate: HTMLElement): boolean {\n return !candidate.getAttribute('disabled') && candidate.getAttribute('tabindex') !== '-1';\n }\n\n /**\n * Checks if the provided candidate is in the direction the navigation is going.\n *\n * @param candidate - The candidate element.\n * @returns If the candidate is in the correct direction.\n * @internal\n */\n private isInNavigateDirection(candidate: HTMLElement): boolean {\n return this.filterFunction[this.direction](candidate.getBoundingClientRect());\n }\n\n /**\n * Calculates the candidate's score for it to be the next element to navigateTo to based on a\n * formula that takes into account euclidean distance, displacement, alignment and\n * intersection area relative to the origin element.\n *\n * @param candidate - The candidate element.\n *\n * @returns The candidate score for best candidate.\n * @internal\n */\n private getDistanceScore(candidate: HTMLElement): number {\n const candidateRect = candidate.getBoundingClientRect();\n const { 0: candidatePoint, 1: originPoint } = this.getComparisionPoints(candidateRect);\n const absoluteDistances: AbsoluteDistances = {\n x: Math.abs(candidatePoint.x - originPoint.x),\n y: Math.abs(candidatePoint.y - originPoint.y)\n };\n const euclideanDistance = Math.sqrt(\n Math.pow(absoluteDistances.x, 2) + Math.pow(absoluteDistances.y, 2)\n );\n const intersection = this.getIntersection(this.originRect, candidateRect);\n const { displacement, alignment } = this.getDisplacementAndAlignment(\n candidateRect,\n intersection,\n absoluteDistances\n );\n const projectedArea = Math.sqrt(intersection.area) / this.intersectionAreaWeight;\n\n return euclideanDistance + displacement - alignment - projectedArea;\n }\n\n /**\n * Gets the closest point to origin within the candidate and to the candidate within the origin\n * based on the navigation direction.\n *\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns The candidate's closest Points to the origin.\n * @internal\n */\n private getComparisionPoints(candidateRect: DOMRect): Points {\n const points: Points = [\n { x: 0, y: 0 },\n { x: 0, y: 0 }\n ];\n\n return {\n ...this.setParallelPointValues(points, candidateRect),\n ...this.setOrthogonalPointValues(points, candidateRect)\n };\n }\n\n /**\n * Set parallel values between candidate and origin based on the navigation direction and\n * returns them.\n *\n * @param points - Current values for the candidate and origin's points.\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns Candidate and origin points with parallel values set.\n * @internal\n */\n private setParallelPointValues(\n { 0: candidatePoint, 1: originPoint }: Points,\n candidateRect: DOMRect\n ): Points {\n switch (this.direction) {\n case 'ArrowUp':\n candidatePoint.y = Math.min(candidateRect.bottom, this.originRect.top);\n originPoint.y = this.originRect.top;\n break;\n case 'ArrowDown':\n candidatePoint.y = Math.max(candidateRect.top, this.originRect.bottom);\n originPoint.y = this.originRect.bottom;\n break;\n case 'ArrowRight':\n candidatePoint.x = Math.max(candidateRect.left, this.originRect.right);\n originPoint.x = this.originRect.right;\n break;\n case 'ArrowLeft':\n candidatePoint.x = Math.min(candidateRect.right, this.originRect.left);\n originPoint.x = this.originRect.left;\n break;\n }\n\n return [candidatePoint, originPoint];\n }\n\n /**\n * Set orthogonal values between candidate and origin based on the navigation direction and\n * returns them.\n *\n * @param points - Current values for the candidate and origin's points.\n * @param candidateRect - The DOMRect of the candidate.\n *\n * @returns Candidate and origin points with orthogonal values set.\n * @internal\n */\n private setOrthogonalPointValues(\n { 0: candidatePoint, 1: originPoint }: Points,\n candidateRect: DOMRect\n ): Points {\n switch (this.direction) {\n case 'ArrowUp':\n case 'ArrowDown':\n if (this.isRightSide(this.originRect, candidateRect)) {\n candidatePoint.x = Math.min(candidateRect.right, this.originRect.left);\n originPoint.x = this.originRect.left;\n } else if (this.isRightSide(candidateRect, this.originRect)) {\n candidatePoint.x = Math.max(candidateRect.left, this.originRect.right);\n originPoint.x = this.originRect.right;\n } else {\n candidatePoint.x = Math.max(this.originRect.left, candidateRect.left);\n originPoint.x = candidatePoint.x;\n }\n break;\n\n case 'ArrowRight':\n case 'ArrowLeft':\n if (this.isBelow(this.originRect, candidateRect)) {\n candidatePoint.y = Math.min(candidateRect.bottom, this.originRect.top);\n originPoint.y = this.originRect.top;\n } else if (this.isBelow(candidateRect, this.originRect)) {\n candidatePoint.y = Math.max(candidateRect.top, this.originRect.bottom);\n originPoint.y = this.originRect.bottom;\n } else {\n candidatePoint.y = Math.max(this.originRect.top, candidateRect.top);\n originPoint.y = candidatePoint.y;\n }\n break;\n }\n\n return [candidatePoint, originPoint];\n }\n\n /**\n * Calculates the displacement and alignment values for the candidate relative to the origin.\n *\n * @param candidateRect - The DOMRect of the candidate.\n * @param intersection - Projected intersection between candidate and origin.\n * @param absoluteDistances - Absolute distances between candidate and origin points.\n *\n * @returns Displacement and alignment values.\n * @internal\n */\n private getDisplacementAndAlignment(\n candidateRect: DOMRect,\n intersection: Intersection,\n absoluteDistances: AbsoluteDistances\n ): { displacement: number; alignment: number } {\n const areAligned = this.areAligned(this.originRect, candidateRect);\n\n let alignBias = 0;\n let orthogonalBias = 0;\n let displacement = 0;\n\n switch (this.direction) {\n case 'ArrowUp':\n case 'ArrowDown':\n if (areAligned) {\n alignBias = Math.min(intersection.width / this.originRect.width, 1);\n } else {\n orthogonalBias = this.originRect.width / 2;\n }\n\n displacement = (absoluteDistances.x + orthogonalBias) * this.orthogonalWeightVertical;\n break;\n\n case 'ArrowRight':\n case 'ArrowLeft':\n if (areAligned) {\n alignBias = Math.min(intersection.height / this.originRect.height, 1);\n } else {\n orthogonalBias = this.originRect.height / 2;\n }\n\n displacement = (absoluteDistances.y + orthogonalBias) * this.orthogonalWeightHorizontal;\n break;\n }\n\n return { displacement, alignment: alignBias * this.alignWeight };\n }\n\n /**\n * Calculates the projected intersection between two\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rects}.\n *\n * @param rect1 - First {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rect}.\n * @param rect2 - Second {@link https://developer.mozilla.org/en-US/docs/Web/API/DOMRect | rect}.\n *\n * @returns The intersection.\n * @internal\n */\n private getIntersection(rect1: DOMRect, rect2: DOMRect): Intersection {\n const intersection: Intersection = { width: 0, height: 0, area: 0 };\n\n const topLeftPoint: Point = {\n x: Math.max(rect1.left, rect2.left),\n y: Math.max(rect1.top, rect2.top)\n };\n const bottomRightPoint: Point = {\n x: Math.min(rect1.right, rect2.right),\n y: Math.min(rect1.bottom, rect2.bottom)\n };\n\n intersection.width = Math.abs(topLeftPoint.x - bottomRightPoint.x);\n intersection.height = Math.abs(topLeftPoint.y - bottomRightPoint.y);\n\n if (topLeftPoint.x < bottomRightPoint.x || topLeftPoint.y < bottomRightPoint.y) {\n intersection.area = intersection.width * intersection.height;\n }\n\n return intersection;\n }\n\n /**\n * Checks that both DOMRect are aligned based on the provided direction.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If the DOMRect are aligned.\n * @internal\n */\n private areAligned(rect1: DOMRect, rect2: DOMRect): boolean {\n return this.direction === 'ArrowLeft' || this.direction === 'ArrowRight'\n ? rect1.bottom > rect2.top && rect1.top < rect2.bottom\n : rect1.right > rect2.left && rect1.left < rect2.right;\n }\n\n /**\n * Checks that the first DOMRect is below the second one.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If it's below.\n * @internal\n */\n private isBelow(rect1: DOMRect, rect2: DOMRect): boolean {\n return (\n rect1.top >= rect2.bottom ||\n (rect1.top >= rect2.top &&\n rect1.bottom > rect2.bottom &&\n rect1.left < rect2.right &&\n rect1.right > rect2.left)\n );\n }\n\n /**\n * Checks that the first DOMRect is to the right side of the second one.\n *\n * @param rect1 - The first DOMRect.\n * @param rect2 - The DOMRect that the first one will be compared to.\n *\n * @returns If it's to the right side.\n * @internal\n */\n private isRightSide(rect1: DOMRect, rect2: DOMRect): boolean {\n return (\n rect1.left >= rect2.right ||\n (rect1.left >= rect2.left &&\n rect1.right > rect2.right &&\n rect1.bottom > rect2.top &&\n rect1.top < rect2.bottom)\n );\n }\n}\n"],"names":[],"mappings":";;AAUA;;;;AAIG;MACU,iCAAiC,CAAA;AAuD5C;;;;;AAKG;AACH,IAAA,WAAA;AACE;;;AAGG;IACc,SAAsB;AACvC;;AAEG;AACc,IAAA,kBAAA,GAAqB,mBAAmB,EAAA;QAJxC,IAAS,CAAA,SAAA,GAAT,SAAS,CAAa;QAItB,IAAkB,CAAA,kBAAA,GAAlB,kBAAkB,CAAsB;AAtD3D;;;AAGG;QACc,IAAsB,CAAA,sBAAA,GAAG,GAAG,CAAC;AAE9C;;;;;AAKG;QACc,IAA0B,CAAA,0BAAA,GAAG,EAAE,CAAC;AAEjD;;;;;AAKG;QACc,IAAwB,CAAA,wBAAA,GAAG,CAAC,CAAC;AAE9C;;;;AAIG;QACc,IAAW,CAAA,WAAA,GAAG,CAAC,CAAC;AAEjC;;AAEG;AACc,QAAA,IAAA,CAAA,cAAc,GAAG;AAChC,YAAA,OAAO,EAAE,CAAC,aAAsB,KAAK,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;AACjF,YAAA,UAAU,EAAE,CAAC,aAAsB,KAAK,IAAI,CAAC,WAAW,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC;AACxF,YAAA,SAAS,EAAE,CAAC,aAAsB,KAAK,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC;AACnF,YAAA,SAAS,EAAE,CAAC,aAAsB,KAAK,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC;SACxF,CAAC;KAkBE;AAEJ;;;;;;;;AAQG;AACH,IAAA,UAAU,CAAC,QAAkB,EAAA;AAC3B,QAAA,MAAM,aAAa,GAAG,IAAI,CAAC,oBAAoB,EAAE,CAAC;AAClD,QAAA,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,EAAE,CAAC;AAEpB,QAAA,OAAO,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;KAC7C;AAED;;;;;AAKG;IACK,oBAAoB,GAAA;AAC1B,QAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC;KAC7E;AAED;;;;;;AAMG;IACK,YAAY,GAAA;AAClB,QAAA,MAAM,SAAS,GAAG,QAAQ,CAAC,aAA4B,CAAC;AACxD,QAAA,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;AACxB,QAAA,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;KACrD;AAED;;;;;;;;;;AAUG;AACK,IAAA,gBAAgB,CAAC,aAA4B,EAAA;QACnD,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;AACxD,QAAA,IAAI,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC;QAEhC,UAAU,CAAC,MAAM,CAAC,CAAC,gBAAwB,EAAE,SAAS,KAAI;AACxD,YAAA,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;YAC/E,IAAI,SAAS,KAAK,gBAAgB,EAAE;gBAClC,aAAa,GAAG,SAAS,CAAC;AAC3B,aAAA;AACD,YAAA,OAAO,SAAS,CAAC;AACnB,SAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC;AAE5B,QAAA,OAAO,aAAa,CAAC;KACtB;AAED;;;;;;;;AAQG;AACK,IAAA,gBAAgB,CAAC,aAA4B,EAAA;AACnD,QAAA,OAAO,aAAa,CAAC,MAAM,CAAC,SAAS,IAAI,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;KAC5E;AAED;;;;;;;AAOG;AACK,IAAA,gBAAgB,CAAC,SAAsB,EAAA;AAC7C,QAAA,QACE,SAAS,KAAK,IAAI,CAAC,MAAM;AACzB,YAAA,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC;AAClC,YAAA,IAAI,CAAC,4BAA4B,CAAC,SAAS,CAAC;AAC5C,YAAA,IAAI,CAAC,qBAAqB,CAAC,SAAS,CAAC,EACrC;KACH;AAED;;;;;;AAMG;AACK,IAAA,kBAAkB,CAAC,SAAsB,EAAA;QAC/C,MAAM,cAAc,GAAG,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAEhE,QAAA,OAAO,CAAC,EACN,SAAS,CAAC,WAAW;AACrB,YAAA,SAAS,CAAC,YAAY;AACtB,YAAA,cAAc,CAAC,UAAU,KAAK,SAAS,CACxC,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,4BAA4B,CAAC,SAAsB,EAAA;AACzD,QAAA,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,SAAS,CAAC,YAAY,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;KAC3F;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAAC,SAAsB,EAAA;AAClD,QAAA,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,qBAAqB,EAAE,CAAC,CAAC;KAC/E;AAED;;;;;;;;;AASG;AACK,IAAA,gBAAgB,CAAC,SAAsB,EAAA;AAC7C,QAAA,MAAM,aAAa,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;AACxD,QAAA,MAAM,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,oBAAoB,CAAC,aAAa,CAAC,CAAC;AACvF,QAAA,MAAM,iBAAiB,GAAsB;AAC3C,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC;AAC7C,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC;SAC9C,CAAC;AACF,QAAA,MAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,CACjC,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,CACpE,CAAC;AACF,QAAA,MAAM,YAAY,GAAG,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;AAC1E,QAAA,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC,2BAA2B,CAClE,aAAa,EACb,YAAY,EACZ,iBAAiB,CAClB,CAAC;AACF,QAAA,MAAM,aAAa,GAAG,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,sBAAsB,CAAC;AAEjF,QAAA,OAAO,iBAAiB,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,CAAC;KACrE;AAED;;;;;;;;AAQG;AACK,IAAA,oBAAoB,CAAC,aAAsB,EAAA;AACjD,QAAA,MAAM,MAAM,GAAW;AACrB,YAAA,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACd,YAAA,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;SACf,CAAC;QAEF,OAAO;AACL,YAAA,GAAG,IAAI,CAAC,sBAAsB,CAAC,MAAM,EAAE,aAAa,CAAC;AACrD,YAAA,GAAG,IAAI,CAAC,wBAAwB,CAAC,MAAM,EAAE,aAAa,CAAC;SACxD,CAAC;KACH;AAED;;;;;;;;;AASG;IACK,sBAAsB,CAC5B,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,WAAW,EAAU,EAC7C,aAAsB,EAAA;QAEtB,QAAQ,IAAI,CAAC,SAAS;AACpB,YAAA,KAAK,SAAS;AACZ,gBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;gBACpC,MAAM;AACR,YAAA,KAAK,WAAW;AACd,gBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;gBACvC,MAAM;AACR,YAAA,KAAK,YAAY;AACf,gBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;gBACtC,MAAM;AACR,YAAA,KAAK,WAAW;AACd,gBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;gBACrC,MAAM;AACT,SAAA;AAED,QAAA,OAAO,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;KACtC;AAED;;;;;;;;;AASG;IACK,wBAAwB,CAC9B,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,WAAW,EAAU,EAC7C,aAAsB,EAAA;QAEtB,QAAQ,IAAI,CAAC,SAAS;AACpB,YAAA,KAAK,SAAS,CAAC;AACf,YAAA,KAAK,WAAW;gBACd,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE;AACpD,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;AACtC,iBAAA;qBAAM,IAAI,IAAI,CAAC,WAAW,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE;AAC3D,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;AACvC,iBAAA;AAAM,qBAAA;AACL,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC;AACtE,oBAAA,WAAW,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC;AAClC,iBAAA;gBACD,MAAM;AAER,YAAA,KAAK,YAAY,CAAC;AAClB,YAAA,KAAK,WAAW;gBACd,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,EAAE;AAChD,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;AACrC,iBAAA;qBAAM,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE;AACvD,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,EAAE,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;oBACvE,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;AACxC,iBAAA;AAAM,qBAAA;AACL,oBAAA,cAAc,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;AACpE,oBAAA,WAAW,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC;AAClC,iBAAA;gBACD,MAAM;AACT,SAAA;AAED,QAAA,OAAO,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC;KACtC;AAED;;;;;;;;;AASG;AACK,IAAA,2BAA2B,CACjC,aAAsB,EACtB,YAA0B,EAC1B,iBAAoC,EAAA;AAEpC,QAAA,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,CAAC,CAAC;QAEnE,IAAI,SAAS,GAAG,CAAC,CAAC;QAClB,IAAI,cAAc,GAAG,CAAC,CAAC;QACvB,IAAI,YAAY,GAAG,CAAC,CAAC;QAErB,QAAQ,IAAI,CAAC,SAAS;AACpB,YAAA,KAAK,SAAS,CAAC;AACf,YAAA,KAAK,WAAW;AACd,gBAAA,IAAI,UAAU,EAAE;AACd,oBAAA,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;AACrE,iBAAA;AAAM,qBAAA;oBACL,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC;AAC5C,iBAAA;AAED,gBAAA,YAAY,GAAG,CAAC,iBAAiB,CAAC,CAAC,GAAG,cAAc,IAAI,IAAI,CAAC,wBAAwB,CAAC;gBACtF,MAAM;AAER,YAAA,KAAK,YAAY,CAAC;AAClB,YAAA,KAAK,WAAW;AACd,gBAAA,IAAI,UAAU,EAAE;AACd,oBAAA,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AACvE,iBAAA;AAAM,qBAAA;oBACL,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC;AAC7C,iBAAA;AAED,gBAAA,YAAY,GAAG,CAAC,iBAAiB,CAAC,CAAC,GAAG,cAAc,IAAI,IAAI,CAAC,0BAA0B,CAAC;gBACxF,MAAM;AACT,SAAA;QAED,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;KAClE;AAED;;;;;;;;;AASG;IACK,eAAe,CAAC,KAAc,EAAE,KAAc,EAAA;AACpD,QAAA,MAAM,YAAY,GAAiB,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC;AAEpE,QAAA,MAAM,YAAY,GAAU;AAC1B,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;AACnC,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC;SAClC,CAAC;AACF,QAAA,MAAM,gBAAgB,GAAU;AAC9B,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;AACrC,YAAA,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;SACxC,CAAC;AAEF,QAAA,YAAY,CAAC,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;AACnE,QAAA,YAAY,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC;AAEpE,QAAA,IAAI,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,IAAI,YAAY,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,EAAE;YAC9E,YAAY,CAAC,IAAI,GAAG,YAAY,CAAC,KAAK,GAAG,YAAY,CAAC,MAAM,CAAC;AAC9D,SAAA;AAED,QAAA,OAAO,YAAY,CAAC;KACrB;AAED;;;;;;;;AAQG;IACK,UAAU,CAAC,KAAc,EAAE,KAAc,EAAA;QAC/C,OAAO,IAAI,CAAC,SAAS,KAAK,WAAW,IAAI,IAAI,CAAC,SAAS,KAAK,YAAY;AACtE,cAAE,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,MAAM;AACtD,cAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,KAAK,CAAC;KAC1D;AAED;;;;;;;;AAQG;IACK,OAAO,CAAC,KAAc,EAAE,KAAc,EAAA;AAC5C,QAAA,QACE,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM;AACzB,aAAC,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,GAAG;AACrB,gBAAA,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM;AAC3B,gBAAA,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,KAAK;gBACxB,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,EAC3B;KACH;AAED;;;;;;;;AAQG;IACK,WAAW,CAAC,KAAc,EAAE,KAAc,EAAA;AAChD,QAAA,QACE,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,KAAK;AACzB,aAAC,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI;AACvB,gBAAA,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK;AACzB,gBAAA,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,GAAG;gBACxB,KAAK,CAAC,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,EAC3B;KACH;AACF;;;;"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Default implementation for the {@link StateMachine}.
|
|
3
|
+
*
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
class StateMachine {
|
|
7
|
+
constructor(machine) {
|
|
8
|
+
this.machine = machine;
|
|
9
|
+
this.currentState = machine.initial;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Determines which state will be the next to be transitioned.
|
|
13
|
+
*
|
|
14
|
+
* @param event - The event to determine which state is the new one to be
|
|
15
|
+
* transitioned.
|
|
16
|
+
*
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
transition(event) {
|
|
20
|
+
const currentState = this.machine.states[this.currentState];
|
|
21
|
+
if (currentState[event]) {
|
|
22
|
+
/* Typescript is not detecting the type guard in the previous if
|
|
23
|
+
so we have to force it to be defined */
|
|
24
|
+
this.currentState = currentState[event];
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { StateMachine };
|
|
30
|
+
//# sourceMappingURL=state-machine.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state-machine.service.js","sources":["../../../src/services/state-machine.service.ts"],"sourcesContent":["import { Machine } from './services.types';\n\n/**\n * Default implementation for the {@link StateMachine}.\n *\n * @public\n */\nexport class StateMachine<SomeStatus extends string, SomeEvent extends string> {\n /**\n * A {@link Machine} having the different steps transition.\n *\n * @internal\n */\n private machine: Machine<SomeStatus, SomeEvent>;\n /**\n * The current state of the machine.\n *\n * @public\n */\n public currentState: SomeStatus;\n\n public constructor(machine: Machine<SomeStatus, SomeEvent>) {\n this.machine = machine;\n this.currentState = machine.initial;\n }\n\n /**\n * Determines which state will be the next to be transitioned.\n *\n * @param event - The event to determine which state is the new one to be\n * transitioned.\n *\n * @public\n */\n transition(event: SomeEvent): void {\n const currentState = this.machine.states[this.currentState];\n if (currentState[event]) {\n /* Typescript is not detecting the type guard in the previous if\n so we have to force it to be defined */\n this.currentState = currentState[event]!;\n }\n }\n}\n"],"names":[],"mappings":"AAEA;;;;AAIG;MACU,YAAY,CAAA;AAcvB,IAAA,WAAA,CAAmB,OAAuC,EAAA;AACxD,QAAA,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AACvB,QAAA,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;KACrC;AAED;;;;;;;AAOG;AACH,IAAA,UAAU,CAAC,KAAgB,EAAA;AACzB,QAAA,MAAM,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAC5D,QAAA,IAAI,YAAY,CAAC,KAAK,CAAC,EAAE;AACvB;AACuC;AACvC,YAAA,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC,KAAK,CAAE,CAAC;AAC1C,SAAA;KACF;AACF;;;;"}
|
|
@@ -5,12 +5,16 @@ import { cancellablePromise, CancelSymbol } from '../../utils/cancellable-promis
|
|
|
5
5
|
* option to cancel the request at any moment. This factory provides with the standard flow
|
|
6
6
|
* for requesting, cancelling, handling errors for a module, while also taking care of its status.
|
|
7
7
|
*
|
|
8
|
+
* @param hooks - The {@link FetchAndSaveHooks} hooks to create the action.
|
|
9
|
+
*
|
|
8
10
|
* @public
|
|
9
11
|
* @returns An action to fetch and save some data, and an action to cancel the last request.
|
|
10
12
|
*/
|
|
11
|
-
function createFetchAndSaveActions(
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
function createFetchAndSaveActions({ fetch, onSuccess,
|
|
14
|
+
// TODO add logger
|
|
15
|
+
// eslint-disable-next-line no-console
|
|
16
|
+
onError = console.error, onCancel }) {
|
|
17
|
+
let cancelPreviousRequest;
|
|
14
18
|
/**
|
|
15
19
|
* Called asynchronously after a response has been received.
|
|
16
20
|
*
|
|
@@ -20,7 +24,7 @@ function createFetchAndSaveActions(_a) {
|
|
|
20
24
|
* @returns A Promise that resolves after handling the response.
|
|
21
25
|
*/
|
|
22
26
|
function handleResponse(context, response) {
|
|
23
|
-
return Promise.resolve(onSuccess(context, response)).then(
|
|
27
|
+
return Promise.resolve(onSuccess(context, response)).then(() => {
|
|
24
28
|
context.commit('setStatus', 'success');
|
|
25
29
|
});
|
|
26
30
|
}
|
|
@@ -33,7 +37,7 @@ function createFetchAndSaveActions(_a) {
|
|
|
33
37
|
function handleCancel(context) {
|
|
34
38
|
cancelPreviousRequest = undefined;
|
|
35
39
|
context.commit('setStatus', 'success');
|
|
36
|
-
onCancel
|
|
40
|
+
onCancel?.();
|
|
37
41
|
}
|
|
38
42
|
/**
|
|
39
43
|
* Called asynchronously whenever an error happens in the fetch and save flow.
|
|
@@ -45,7 +49,7 @@ function createFetchAndSaveActions(_a) {
|
|
|
45
49
|
function handleError(context, error) {
|
|
46
50
|
if (error !== CancelSymbol) {
|
|
47
51
|
context.commit('setStatus', 'error');
|
|
48
|
-
onError
|
|
52
|
+
onError(error);
|
|
49
53
|
}
|
|
50
54
|
}
|
|
51
55
|
// eslint-disable-next-line
|
|
@@ -53,22 +57,22 @@ function createFetchAndSaveActions(_a) {
|
|
|
53
57
|
function fetchAndSave(context, request) {
|
|
54
58
|
cancelPrevious();
|
|
55
59
|
context.commit('setStatus', 'loading');
|
|
56
|
-
|
|
60
|
+
const { promise, cancel } = cancellablePromise(fetch(context, request), () => {
|
|
57
61
|
handleCancel(context);
|
|
58
|
-
})
|
|
62
|
+
});
|
|
59
63
|
cancelPreviousRequest = cancel;
|
|
60
64
|
return promise
|
|
61
|
-
.then(
|
|
62
|
-
.catch(
|
|
65
|
+
.then(response => handleResponse(context, response))
|
|
66
|
+
.catch(error => handleError(context, error));
|
|
63
67
|
}
|
|
64
68
|
// eslint-disable-next-line
|
|
65
69
|
/** @see FetchAndSaveActions.cancelPrevious */
|
|
66
70
|
function cancelPrevious() {
|
|
67
|
-
cancelPreviousRequest
|
|
71
|
+
cancelPreviousRequest?.();
|
|
68
72
|
}
|
|
69
73
|
return {
|
|
70
|
-
fetchAndSave
|
|
71
|
-
cancelPrevious
|
|
74
|
+
fetchAndSave,
|
|
75
|
+
cancelPrevious
|
|
72
76
|
};
|
|
73
77
|
}
|
|
74
78
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-and-save-action.utils.js","sources":["../../../../src/store/utils/fetch-and-save-action.utils.ts"],"sourcesContent":["import { cancellablePromise, CancelSymbol } from '../../utils/cancellable-promise';\nimport { XActionContext } from '../actions.types';\nimport { StatusMutations, StatusState } from './status-store.utils';\n\n/**\n * Utility to create an action that requests and save some data asynchronously, with the\n * option to cancel the request at any moment. This factory provides with the standard flow\n * for requesting, cancelling, handling errors for a module, while also taking care of its status.\n *\n * @public\n * @returns An action to fetch and save some data, and an action to cancel the last request.\n */\nexport function createFetchAndSaveActions<\n // Using `object` type to ensure no actions/getters can be used.\n // eslint-disable-next-line @typescript-eslint/ban-types\n Context extends XActionContext<StatusState, object, StatusMutations, object>,\n Request,\n Response\n>({\n fetch,\n onSuccess,\n onError,\n onCancel\n}: FetchAndSaveHooks<Context, Request, Response>): FetchAndSaveActions<Context, Request> {\n let cancelPreviousRequest: undefined | (() => void);\n\n /**\n * Called asynchronously after a response has been received.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param response - The fetch response.\n * @returns A Promise that resolves after handling the response.\n */\n function handleResponse(context: Context, response: Response): Promise<void> {\n return Promise.resolve(onSuccess(context, response)).then(() => {\n context.commit('setStatus', 'success');\n });\n }\n\n /**\n * Called immediately after a request has been cancelled.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n */\n function handleCancel(context: Context): void {\n cancelPreviousRequest = undefined;\n context.commit('setStatus', 'success');\n onCancel?.();\n }\n\n /**\n * Called asynchronously whenever an error happens in the fetch and save flow.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param error - The error information.\n */\n function handleError(context: Context, error: unknown): void {\n if (error !== CancelSymbol) {\n context.commit('setStatus', 'error');\n onError
|
|
1
|
+
{"version":3,"file":"fetch-and-save-action.utils.js","sources":["../../../../src/store/utils/fetch-and-save-action.utils.ts"],"sourcesContent":["import { cancellablePromise, CancelSymbol } from '../../utils/cancellable-promise';\nimport { XActionContext } from '../actions.types';\nimport { StatusMutations, StatusState } from './status-store.utils';\n\n/**\n * Utility to create an action that requests and save some data asynchronously, with the\n * option to cancel the request at any moment. This factory provides with the standard flow\n * for requesting, cancelling, handling errors for a module, while also taking care of its status.\n *\n * @param hooks - The {@link FetchAndSaveHooks} hooks to create the action.\n *\n * @public\n * @returns An action to fetch and save some data, and an action to cancel the last request.\n */\nexport function createFetchAndSaveActions<\n // Using `object` type to ensure no actions/getters can be used.\n // eslint-disable-next-line @typescript-eslint/ban-types\n Context extends XActionContext<StatusState, object, StatusMutations, object>,\n Request,\n Response\n>({\n fetch,\n onSuccess,\n // TODO add logger\n // eslint-disable-next-line no-console\n onError = console.error,\n onCancel\n}: FetchAndSaveHooks<Context, Request, Response>): FetchAndSaveActions<Context, Request> {\n let cancelPreviousRequest: undefined | (() => void);\n\n /**\n * Called asynchronously after a response has been received.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param response - The fetch response.\n * @returns A Promise that resolves after handling the response.\n */\n function handleResponse(context: Context, response: Response): Promise<void> {\n return Promise.resolve(onSuccess(context, response)).then(() => {\n context.commit('setStatus', 'success');\n });\n }\n\n /**\n * Called immediately after a request has been cancelled.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n */\n function handleCancel(context: Context): void {\n cancelPreviousRequest = undefined;\n context.commit('setStatus', 'success');\n onCancel?.();\n }\n\n /**\n * Called asynchronously whenever an error happens in the fetch and save flow.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param error - The error information.\n */\n function handleError(context: Context, error: unknown): void {\n if (error !== CancelSymbol) {\n context.commit('setStatus', 'error');\n onError(error);\n }\n }\n\n // eslint-disable-next-line\n /** @see FetchAndSaveActions.fetchAndSave */\n function fetchAndSave(context: Context, request: Request): Promise<void> {\n cancelPrevious();\n context.commit('setStatus', 'loading');\n const { promise, cancel } = cancellablePromise(fetch(context, request), () => {\n handleCancel(context);\n });\n\n cancelPreviousRequest = cancel;\n return promise\n .then(response => handleResponse(context, response))\n .catch(error => handleError(context, error));\n }\n\n // eslint-disable-next-line\n /** @see FetchAndSaveActions.cancelPrevious */\n function cancelPrevious(): void {\n cancelPreviousRequest?.();\n }\n\n return {\n fetchAndSave,\n cancelPrevious\n };\n}\n\n/**\n * Options to use with the {@link createFetchAndSaveActions} factory.\n *\n * @public\n */\nexport interface FetchAndSaveHooks<\n // Using `object` type to ensure no actions/getters can be used.\n // eslint-disable-next-line @typescript-eslint/ban-types\n Context extends XActionContext<StatusState, object, StatusMutations, object>,\n Request,\n Response\n> {\n /**\n * Retrieves and returns asynchronously some data.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param request - The request object used for fetching.\n * @returns A Promise resolved with the response of the fetch request.\n */\n fetch(context: Context, request: Request): Promise<Response>;\n /**\n * Asynchronous callback executed when the {@link FetchAndSaveHooks.fetch} is\n * performed successfully.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @param response - The data returned by {@link FetchAndSaveHooks.fetch}.\n */\n onSuccess(context: Context, response: Response): void;\n /**\n * Asynchronous callback executed when either the {@link FetchAndSaveHooks.fetch}\n * or {@link FetchAndSaveHooks.onSuccess} methods fail.\n *\n * @param error - The error that triggered this callback.\n */\n onError?(error: unknown): void;\n /**\n * Synchronous callback executed when the request is cancelled. This can happen mainly for two\n * reasons:\n * - The {@link FetchAndSaveActions.cancelPrevious} action is dispatched.\n * - A new {@link FetchAndSaveActions.fetchAndSave} is dispatched before the previous one was\n * resolved.\n */\n onCancel?(): void;\n}\n\n/**\n * Actions returned from the {@link createFetchAndSaveActions}.\n *\n * @public\n */\nexport interface FetchAndSaveActions<\n // Using `object` type to ensure no actions/getters can be used.\n // eslint-disable-next-line @typescript-eslint/ban-types\n Context extends XActionContext<StatusState, object, StatusMutations, object>,\n Request\n> {\n /**\n * Action that requests and saves the response.\n *\n * @param context - The {@link https://vuex.vuejs.org/guide/actions.html | context} of the\n * actions, provided by Vuex.\n * @returns A promise that resolves after saving the response.\n */\n fetchAndSave: (context: Context, request: Request) => void | Promise<void>;\n /**\n * Action that cancels the previous request call if it stills in progress.\n */\n cancelPrevious: () => void;\n}\n"],"names":[],"mappings":";;AAIA;;;;;;;;;AASG;SACa,yBAAyB,CAMvC,EACA,KAAK,EACL,SAAS;AACT;AACA;AACA,OAAO,GAAG,OAAO,CAAC,KAAK,EACvB,QAAQ,EACsC,EAAA;AAC9C,IAAA,IAAI,qBAA+C,CAAC;AAEpD;;;;;;;AAOG;AACH,IAAA,SAAS,cAAc,CAAC,OAAgB,EAAE,QAAkB,EAAA;AAC1D,QAAA,OAAO,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,MAAK;AAC7D,YAAA,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;AACzC,SAAC,CAAC,CAAC;KACJ;AAED;;;;;AAKG;IACH,SAAS,YAAY,CAAC,OAAgB,EAAA;QACpC,qBAAqB,GAAG,SAAS,CAAC;AAClC,QAAA,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;QACvC,QAAQ,IAAI,CAAC;KACd;AAED;;;;;;AAMG;AACH,IAAA,SAAS,WAAW,CAAC,OAAgB,EAAE,KAAc,EAAA;QACnD,IAAI,KAAK,KAAK,YAAY,EAAE;AAC1B,YAAA,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;YACrC,OAAO,CAAC,KAAK,CAAC,CAAC;AAChB,SAAA;KACF;;;AAID,IAAA,SAAS,YAAY,CAAC,OAAgB,EAAE,OAAgB,EAAA;AACtD,QAAA,cAAc,EAAE,CAAC;AACjB,QAAA,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,CAAC,CAAC;AACvC,QAAA,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,kBAAkB,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,MAAK;YAC3E,YAAY,CAAC,OAAO,CAAC,CAAC;AACxB,SAAC,CAAC,CAAC;QAEH,qBAAqB,GAAG,MAAM,CAAC;AAC/B,QAAA,OAAO,OAAO;aACX,IAAI,CAAC,QAAQ,IAAI,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;AACnD,aAAA,KAAK,CAAC,KAAK,IAAI,WAAW,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;KAChD;;;AAID,IAAA,SAAS,cAAc,GAAA;QACrB,qBAAqB,IAAI,CAAC;KAC3B;IAED,OAAO;QACL,YAAY;QACZ,cAAc;KACf,CAAC;AACJ;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { reduce } from '
|
|
1
|
+
import { reduce } from '@empathyco/x-utils';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
let cache = {};
|
|
4
4
|
/**
|
|
5
5
|
* Creates or return a proxy object of the getters of the storeModule passed.
|
|
6
6
|
*
|
|
@@ -21,14 +21,12 @@ var cache = {};
|
|
|
21
21
|
*/
|
|
22
22
|
function getGettersProxyFromModule(getters, moduleName, storeModule) {
|
|
23
23
|
/* TODO: Review why TS is not able to exclude undefined types from the Getters cache */
|
|
24
|
-
|
|
24
|
+
const cachedGetter = cache[moduleName];
|
|
25
25
|
if (isCacheGetterDefined(cachedGetter)) {
|
|
26
26
|
return cachedGetter;
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
return defineGetterProxy(safeGettersProxy, getterName, "" + modulePath + getterName, getters);
|
|
31
|
-
}, {});
|
|
28
|
+
const modulePath = `x/${moduleName}/`;
|
|
29
|
+
const safeGetters = reduce(storeModule.getters, (safeGettersProxy, getterName) => defineGetterProxy(safeGettersProxy, getterName, `${modulePath}${getterName}`, getters), {});
|
|
32
30
|
cache[moduleName] = safeGetters;
|
|
33
31
|
return safeGetters;
|
|
34
32
|
}
|
|
@@ -46,16 +44,14 @@ function getGettersProxyFromModule(getters, moduleName, storeModule) {
|
|
|
46
44
|
*/
|
|
47
45
|
function getGettersProxy(getters, moduleName) {
|
|
48
46
|
/* TODO: Review why TS is not able to exclude undefined types from the Getters cache */
|
|
49
|
-
|
|
47
|
+
const cachedGetter = cache[moduleName];
|
|
50
48
|
if (isCacheGetterDefined(cachedGetter)) {
|
|
51
49
|
return cachedGetter;
|
|
52
50
|
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
var safeGetters = getterKeys.reduce(function (safeGettersProxy, fullPathGetterName) {
|
|
58
|
-
var getterName = fullPathGetterName.replace(modulePath, '');
|
|
51
|
+
const modulePath = `x/${moduleName}/`;
|
|
52
|
+
const getterKeys = Object.keys(getters).filter(getterKey => getterKey.startsWith(modulePath));
|
|
53
|
+
const safeGetters = getterKeys.reduce((safeGettersProxy, fullPathGetterName) => {
|
|
54
|
+
const getterName = fullPathGetterName.replace(modulePath, '');
|
|
59
55
|
return defineGetterProxy(safeGettersProxy, getterName, fullPathGetterName, getters);
|
|
60
56
|
}, {});
|
|
61
57
|
cache[moduleName] = safeGetters;
|
|
@@ -75,7 +71,7 @@ function getGettersProxy(getters, moduleName) {
|
|
|
75
71
|
*/
|
|
76
72
|
function defineGetterProxy(safeGettersProxy, getterName, fullPathGetterName, getters) {
|
|
77
73
|
return Object.defineProperty(safeGettersProxy, getterName, {
|
|
78
|
-
get
|
|
74
|
+
get() {
|
|
79
75
|
return getters[fullPathGetterName];
|
|
80
76
|
},
|
|
81
77
|
enumerable: true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getters-proxy.utils.js","sources":["../../../../src/store/utils/getters-proxy.utils.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"getters-proxy.utils.js","sources":["../../../../src/store/utils/getters-proxy.utils.ts"],"sourcesContent":["import { reduce, Dictionary } from '@empathyco/x-utils';\nimport { Store } from 'vuex';\nimport { ExtractGetters, XModuleName } from '../../x-modules/x-modules.types';\nimport { AnyXStoreModule } from '../store.types';\n\ntype Getters = { [ModuleName in XModuleName]?: ExtractGetters<ModuleName> };\nlet cache: Getters = {};\n/**\n * Creates or return a proxy object of the getters of the storeModule passed.\n *\n * @param getters - The Vuex Store Getters.\n * @param moduleName - The name of the module.\n * @param storeModule - The store module.\n * @returns A {@link GettersTree} object with only the getters of the {@link XModule}.\n *\n * @internal\n *\n * @remarks This proxy will be used by the stateSelector, of the module. This is done to ensure that\n * a Vuex stateSelector can only access the getters of the {@link XModule} where it is registered.\n * This function task can be done with {@link getGettersProxy}, just without passing the\n * storeModule. But in that case every time we register emitters in a module, it will loop over all\n * the getters of all the store. This way, passing the moduleNeeded, it only loops over the getters\n * of that module. It is a performance question to have this two different implementations.\n *\n */\nexport function getGettersProxyFromModule<ModuleName extends XModuleName>(\n getters: Pick<Store<any>, 'getters'>,\n moduleName: ModuleName,\n storeModule: AnyXStoreModule\n): ExtractGetters<ModuleName> {\n /* TODO: Review why TS is not able to exclude undefined types from the Getters cache */\n const cachedGetter = cache[moduleName];\n if (isCacheGetterDefined<ModuleName>(cachedGetter)) {\n return cachedGetter;\n }\n const modulePath = `x/${moduleName}/`;\n const safeGetters = reduce(\n storeModule.getters as Dictionary,\n (safeGettersProxy, getterName) =>\n defineGetterProxy(safeGettersProxy, getterName, `${modulePath}${getterName}`, getters),\n {} as ExtractGetters<ModuleName>\n );\n cache[moduleName] = safeGetters as unknown as Getters[ModuleName];\n return safeGetters;\n}\n\n/**\n * Creates or return a proxy object of the getters of the module with the moduleName passed.\n *\n * @param getters - The Vuex Store Getters.\n * @param moduleName - The name of the module.\n * @returns A {@link GettersTree} object with only the getters of the {@link XModule}.\n *\n * @internal\n *\n * @remarks This proxy will be used wireCommit to pass the module state and getters, to a function\n * that will return the payload to commit the mutation.\n */\nexport function getGettersProxy<ModuleName extends XModuleName>(\n getters: Pick<Store<any>, 'getters'>,\n moduleName: ModuleName\n): ExtractGetters<ModuleName> {\n /* TODO: Review why TS is not able to exclude undefined types from the Getters cache */\n const cachedGetter = cache[moduleName];\n if (isCacheGetterDefined<ModuleName>(cachedGetter)) {\n return cachedGetter;\n }\n const modulePath = `x/${moduleName}/`;\n const getterKeys: string[] = Object.keys(getters).filter(getterKey =>\n getterKey.startsWith(modulePath)\n );\n const safeGetters = getterKeys.reduce((safeGettersProxy, fullPathGetterName) => {\n const getterName = fullPathGetterName.replace(modulePath, '');\n return defineGetterProxy(safeGettersProxy, getterName, fullPathGetterName, getters);\n }, {} as ExtractGetters<ModuleName>);\n cache[moduleName] = safeGetters as unknown as Getters[ModuleName];\n return safeGetters;\n}\n\n/**\n * Defines a JS getter in safeGettersProxy object that returns the Vuex getter value.\n *\n * @param safeGettersProxy - The object where the proxy will be defined.\n * @param getterName - The name of the Getter without path. For example: 'trimQuery'.\n * @param fullPathGetterName - The name of the getter to be accessed with the full path.\n * For example: 'x/searchBox/trimmedQuery'.\n * @param getters - The Vuex Store Getters.\n * @returns The same safeGetterProxy with new get defined.\n *\n * @internal\n */\nfunction defineGetterProxy<ModuleName extends XModuleName>(\n safeGettersProxy: ExtractGetters<ModuleName>,\n getterName: string,\n fullPathGetterName: string,\n getters: Dictionary\n): ExtractGetters<ModuleName> {\n return Object.defineProperty(safeGettersProxy, getterName, {\n get() {\n return getters[fullPathGetterName];\n },\n enumerable: true\n });\n}\n\n/** Clean the cache (This is for testing purpose).\n *\n * @internal\n * */\nexport function cleanGettersProxyCache(): void {\n cache = {};\n}\n\n/**\n * Checks if the getter cached is defined.\n *\n * @param cachedGetter - The getter cached.\n * @returns If the getters is defined or not.\n *\n * @internal\n */\nfunction isCacheGetterDefined<ModuleName extends XModuleName>(\n cachedGetter: ExtractGetters<ModuleName> | undefined | unknown\n): cachedGetter is ExtractGetters<ModuleName> {\n return cachedGetter !== undefined;\n}\n"],"names":[],"mappings":";;AAMA,IAAI,KAAK,GAAY,EAAE,CAAC;AACxB;;;;;;;;;;;;;;;;;AAiBG;SACa,yBAAyB,CACvC,OAAoC,EACpC,UAAsB,EACtB,WAA4B,EAAA;;AAG5B,IAAA,MAAM,YAAY,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AACvC,IAAA,IAAI,oBAAoB,CAAa,YAAY,CAAC,EAAE;AAClD,QAAA,OAAO,YAAY,CAAC;AACrB,KAAA;AACD,IAAA,MAAM,UAAU,GAAG,CAAK,EAAA,EAAA,UAAU,GAAG,CAAC;AACtC,IAAA,MAAM,WAAW,GAAG,MAAM,CACxB,WAAW,CAAC,OAAqB,EACjC,CAAC,gBAAgB,EAAE,UAAU,KAC3B,iBAAiB,CAAC,gBAAgB,EAAE,UAAU,EAAE,CAAA,EAAG,UAAU,CAAG,EAAA,UAAU,CAAE,CAAA,EAAE,OAAO,CAAC,EACxF,EAAgC,CACjC,CAAC;AACF,IAAA,KAAK,CAAC,UAAU,CAAC,GAAG,WAA6C,CAAC;AAClE,IAAA,OAAO,WAAW,CAAC;AACrB,CAAC;AAED;;;;;;;;;;;AAWG;AACa,SAAA,eAAe,CAC7B,OAAoC,EACpC,UAAsB,EAAA;;AAGtB,IAAA,MAAM,YAAY,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AACvC,IAAA,IAAI,oBAAoB,CAAa,YAAY,CAAC,EAAE;AAClD,QAAA,OAAO,YAAY,CAAC;AACrB,KAAA;AACD,IAAA,MAAM,UAAU,GAAG,CAAK,EAAA,EAAA,UAAU,GAAG,CAAC;IACtC,MAAM,UAAU,GAAa,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,SAAS,IAChE,SAAS,CAAC,UAAU,CAAC,UAAU,CAAC,CACjC,CAAC;IACF,MAAM,WAAW,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,gBAAgB,EAAE,kBAAkB,KAAI;QAC7E,MAAM,UAAU,GAAG,kBAAkB,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QAC9D,OAAO,iBAAiB,CAAC,gBAAgB,EAAE,UAAU,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAC;KACrF,EAAE,EAAgC,CAAC,CAAC;AACrC,IAAA,KAAK,CAAC,UAAU,CAAC,GAAG,WAA6C,CAAC;AAClE,IAAA,OAAO,WAAW,CAAC;AACrB,CAAC;AAED;;;;;;;;;;;AAWG;AACH,SAAS,iBAAiB,CACxB,gBAA4C,EAC5C,UAAkB,EAClB,kBAA0B,EAC1B,OAAmB,EAAA;AAEnB,IAAA,OAAO,MAAM,CAAC,cAAc,CAAC,gBAAgB,EAAE,UAAU,EAAE;QACzD,GAAG,GAAA;AACD,YAAA,OAAO,OAAO,CAAC,kBAAkB,CAAC,CAAC;SACpC;AACD,QAAA,UAAU,EAAE,IAAI;AACjB,KAAA,CAAC,CAAC;AACL,CAAC;AAED;;;AAGK;SACW,sBAAsB,GAAA;IACpC,KAAK,GAAG,EAAE,CAAC;AACb,CAAC;AAED;;;;;;;AAOG;AACH,SAAS,oBAAoB,CAC3B,YAA8D,EAAA;IAE9D,OAAO,YAAY,KAAK,SAAS,CAAC;AACpC;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sets the query of the module.
|
|
3
|
+
*
|
|
4
|
+
* @param state - State of the module.
|
|
5
|
+
* @param query - The new query to set.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
function setQuery(state, query) {
|
|
9
|
+
state.query = query;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Creates a getter that combines the current selected related tags and the query of the module.
|
|
13
|
+
*
|
|
14
|
+
* @param options - Options on how the getter should behave.
|
|
15
|
+
* @returns A getter that combines the selected related tags with the query.
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
function createRelatedTagsQueryGetter({ getRelatedTags }) {
|
|
19
|
+
return function relatedTagsQuery(state, getters) {
|
|
20
|
+
const query = state.query.trim();
|
|
21
|
+
return query ? getRelatedTags(state, getters).reduce(concatRelatedTag, query).trim() : '';
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Joins a query and a related tag respecting the tag position.
|
|
26
|
+
*
|
|
27
|
+
* @param partialQuery - The query to concatenate the related tag with.
|
|
28
|
+
* @param relatedTag - The related tag to concatenate.
|
|
29
|
+
* @returns The query and the related tag joined.
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
function concatRelatedTag(partialQuery, { tag, query: relatedTagQuery }) {
|
|
33
|
+
return relatedTagQuery.startsWith(tag) ? `${tag} ${partialQuery}` : `${partialQuery} ${tag}`;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { createRelatedTagsQueryGetter, setQuery };
|
|
37
|
+
//# sourceMappingURL=query.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.utils.js","sources":["../../../../src/store/utils/query.utils.ts"],"sourcesContent":["import { RelatedTag } from '@empathyco/x-types';\n\n/**\n * Query state type, containing a property to hold the current query of the module.\n *\n * @public\n */\nexport interface QueryState {\n /** The query of the module. Different modules may have queries that differ in value\n * or time. */\n query: string;\n}\n\n/**\n * The {@link QueryState} mutations.\n *\n * @public\n */\nexport interface QueryMutations {\n /**\n * Sets the query.\n *\n * @param query - The new query.\n */\n setQuery(query: string): void;\n}\n\n/**\n * Options to create a getter that combines the query with the selected related tags.\n *\n * @public\n */\nexport interface CreateRelatedTagsQueryGetterOptions<State, Getters> {\n /**\n * Retrieves the selected related tags of the module.\n *\n * @param state - The state of the module.\n * @param getters - The getters of the module.\n * @returns The list of selected related tags.\n */\n getRelatedTags: (state: State, getters: Getters) => RelatedTag[];\n}\n\n/**\n * Sets the query of the module.\n *\n * @param state - State of the module.\n * @param query - The new query to set.\n * @public\n */\nexport function setQuery(state: QueryState, query: string): void {\n state.query = query;\n}\n\n/**\n * Creates a getter that combines the current selected related tags and the query of the module.\n *\n * @param options - Options on how the getter should behave.\n * @returns A getter that combines the selected related tags with the query.\n * @public\n */\nexport function createRelatedTagsQueryGetter<State extends QueryState, Getters>({\n getRelatedTags\n}: CreateRelatedTagsQueryGetterOptions<State, Getters>): (\n state: State,\n getters: Getters\n) => string {\n return function relatedTagsQuery(state, getters) {\n const query = state.query.trim();\n return query ? getRelatedTags(state, getters).reduce(concatRelatedTag, query).trim() : '';\n };\n}\n\n/**\n * Joins a query and a related tag respecting the tag position.\n *\n * @param partialQuery - The query to concatenate the related tag with.\n * @param relatedTag - The related tag to concatenate.\n * @returns The query and the related tag joined.\n * @internal\n */\nfunction concatRelatedTag(\n partialQuery: string,\n { tag, query: relatedTagQuery }: RelatedTag\n): string {\n return relatedTagQuery.startsWith(tag) ? `${tag} ${partialQuery}` : `${partialQuery} ${tag}`;\n}\n"],"names":[],"mappings":"AA2CA;;;;;;AAMG;AACa,SAAA,QAAQ,CAAC,KAAiB,EAAE,KAAa,EAAA;AACvD,IAAA,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC;AACtB,CAAC;AAED;;;;;;AAMG;AACa,SAAA,4BAA4B,CAAoC,EAC9E,cAAc,EACsC,EAAA;AAIpD,IAAA,OAAO,SAAS,gBAAgB,CAAC,KAAK,EAAE,OAAO,EAAA;QAC7C,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QACjC,OAAO,KAAK,GAAG,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC;AAC5F,KAAC,CAAC;AACJ,CAAC;AAED;;;;;;;AAOG;AACH,SAAS,gBAAgB,CACvB,YAAoB,EACpB,EAAE,GAAG,EAAE,KAAK,EAAE,eAAe,EAAc,EAAA;IAE3C,OAAO,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,CAAG,EAAA,GAAG,IAAI,YAAY,CAAA,CAAE,GAAG,GAAG,YAAY,CAAA,CAAA,EAAI,GAAG,CAAA,CAAE,CAAC;AAC/F;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-store.utils.js","sources":["../../../../src/store/utils/status-store.utils.ts"],"sourcesContent":["/**\n * Status state type, containing a property to hold the status property.\n *\n * @public\n */\nexport interface StatusState {\n /** The request status. Useful for changing the displayed component depending on whether the\n * request has succeeded, has not been fulfilled or has failed. */\n status: RequestStatus;\n}\n\n/**\n * Status mutations, containing a method to change the current status.\n *\n * @public\n */\nexport interface StatusMutations {\n /**\n * Sets the request status.\n *\n * @param status - The new request status.\n */\n setStatus(status: RequestStatus): void;\n}\n\n/**\n * The possible status of a request:\n * - Success: The request has resolved successfully.\n * - Loading: The request is in process, waiting for a response.\n * - Error: The request has failed.\n *\n * @public\n */\nexport type RequestStatus = 'success' | 'loading' | 'error' | 'initial';\n\n/**\n * Sets the request status. Can be used as a mutation.\n *\n * @param state - The {@link https://vuex.vuejs.org/guide/state.html | state} provided by Vuex.\n * @param status - The new request status.\n * @public\n */\nexport function setStatus(state: StatusState, status: RequestStatus): void {\n state.status = status;\n}\n"],"names":[],"mappings":"AAmCA
|
|
1
|
+
{"version":3,"file":"status-store.utils.js","sources":["../../../../src/store/utils/status-store.utils.ts"],"sourcesContent":["/**\n * Status state type, containing a property to hold the status property.\n *\n * @public\n */\nexport interface StatusState {\n /** The request status. Useful for changing the displayed component depending on whether the\n * request has succeeded, has not been fulfilled or has failed. */\n status: RequestStatus;\n}\n\n/**\n * Status mutations, containing a method to change the current status.\n *\n * @public\n */\nexport interface StatusMutations {\n /**\n * Sets the request status.\n *\n * @param status - The new request status.\n */\n setStatus(status: RequestStatus): void;\n}\n\n/**\n * The possible status of a request:\n * - Success: The request has resolved successfully.\n * - Loading: The request is in process, waiting for a response.\n * - Error: The request has failed.\n *\n * @public\n */\nexport type RequestStatus = 'success' | 'loading' | 'error' | 'initial';\n\n/**\n * Sets the request status. Can be used as a mutation.\n *\n * @param state - The {@link https://vuex.vuejs.org/guide/state.html | state} provided by Vuex.\n * @param status - The new request status.\n * @public\n */\nexport function setStatus(state: StatusState, status: RequestStatus): void {\n state.status = status;\n}\n"],"names":[],"mappings":"AAmCA;;;;;;AAMG;AACa,SAAA,SAAS,CAAC,KAAkB,EAAE,MAAqB,EAAA;AACjE,IAAA,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;AACxB;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-emitters.utils.js","sources":["../../../../src/store/utils/store-emitters.utils.ts"],"sourcesContent":["import { WatchOptions } from 'vue';\nimport {
|
|
1
|
+
{"version":3,"file":"store-emitters.utils.js","sources":["../../../../src/store/utils/store-emitters.utils.ts"],"sourcesContent":["import { Dictionary } from '@empathyco/x-utils';\nimport { WatchOptions } from 'vue';\nimport { Returns } from '../../utils/types';\nimport { XEvent, XEventPayload } from '../../wiring/events.types';\nimport { AnyXStoreModule } from '../store.types';\nimport { WireMetadata } from '../../wiring/wiring.types';\n\n/**\n * Selects a part of the store state or getters (AKA \"getter\" inside\n * {@link https://vuex.vuejs.org/ | Vuex} watchers).\n *\n * @param ReturnType - The type of the state or getters property selected.\n * @param State - The type of the state of the {@link XModule} where this selector is used.\n * @param Getters - The type of the getters of the {@link XModule} where this selector is used.\n * @public\n */\nexport type SimpleStateSelector<\n ReturnType,\n State extends Dictionary,\n Getters extends Dictionary\n> = (state: State, getters: Getters) => ReturnType;\n\n/**\n * Composition type of {@link SimpleStateSelector} which allows to indicate if the state selector\n * should be executed in first instance (first assignment of values). Selector is the\n * {@link SimpleStateSelector} and immediate flags if the selector should be executed when it is\n * initialized for first time.\n *\n * @param ReturnType - The type of the state or getters property selected.\n * @param State - The type of the state of the {@link XModule} where this selector is used.\n * @param Getters - The type of the getters of the {@link XModule} where this selector is used.\n * @public\n */\nexport interface StateSelector<ReturnType, State extends Dictionary, Getters extends Dictionary>\n extends WatchOptions {\n selector: SimpleStateSelector<ReturnType, State, Getters>;\n /**\n * Checks if the value of the selector has changed.\n *\n * @remarks\n * This function exist because Vue will not stop reactivity propagation if the observed variable\n * is an `object`, an `Array`, or the `deep` mode has been enabled.\n *\n * @param newValue - The new value.\n * @param oldValue - The old value.\n * @returns True if the value has really changed.\n */\n filter?(newValue: ReturnType, oldValue: ReturnType): boolean;\n metadata?: Partial<WireMetadata>;\n}\n\n/**\n * Dictionary where the key is a {@link XEvent}, and the value is {@link SimpleStateSelector} or\n * {@link StateSelector}. This {@link SimpleStateSelector} or {@link StateSelector} can only\n * access the state and getters from the {@link XStoreModule} passed as param type. This\n * dictionary is used to emits a {@link XEvent} when the part of the store selected by\n * {@link SimpleStateSelector} changes.\n *\n * @param StoreModule - The store module that these store emitters will be able to access.\n * @public\n */\nexport type StoreEmitters<StoreModule extends AnyXStoreModule> = {\n [Event in XEvent]?:\n | SimpleStateSelector<\n XEventPayload<Event>,\n ReturnType<StoreModule['state']>,\n Returns<StoreModule['getters']>\n >\n | StateSelector<\n XEventPayload<Event>,\n ReturnType<StoreModule['state']>,\n Returns<StoreModule['getters']>\n >;\n};\n/**\n * Alias for any simple state selector.\n *\n * @public\n */\nexport type AnySimpleStateSelector = SimpleStateSelector<any, any, any>;\n/**\n * Alias for any state selector.\n *\n * @public\n */\nexport type AnyStateSelector = StateSelector<any, any, any>;\n/**\n * Alias for any store emitters.\n *\n * @public\n */\nexport type AnyStoreEmitters = StoreEmitters<AnyXStoreModule>;\n\n/**\n * Helper function for creating type-safe {@link StoreEmitters}.\n *\n * @param storeModule - The store module that the emitters will be associated to.\n * @param emitters - The {@link StoreEmitters} to create.\n * @returns A type-safe function for storeEmitters.\n * @public\n */\nexport function createStoreEmitters<\n Module extends AnyXStoreModule,\n Emitters extends StoreEmitters<Module>\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n>(storeModule: Module, emitters: Emitters): Emitters {\n return emitters;\n}\n"],"names":[],"mappings":"AA6FA;;;;;;;AAOG;AACa,SAAA,mBAAmB,CAIjC,WAAmB,EAAE,QAAkB,EAAA;AACvC,IAAA,OAAO,QAAQ,CAAC;AAClB;;;;"}
|
package/js/store/x.module.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
state:
|
|
7
|
+
const RootXStoreModule = {
|
|
8
|
+
state: () => ({
|
|
9
9
|
device: null,
|
|
10
10
|
empathize: null,
|
|
11
11
|
extraParams: null,
|
|
@@ -14,6 +14,7 @@ var RootXStoreModule = {
|
|
|
14
14
|
identifierResults: null,
|
|
15
15
|
nextQueries: null,
|
|
16
16
|
popularSearches: null,
|
|
17
|
+
queriesPreview: null,
|
|
17
18
|
querySuggestions: null,
|
|
18
19
|
recommendations: null,
|
|
19
20
|
relatedTags: null,
|
|
@@ -22,7 +23,7 @@ var RootXStoreModule = {
|
|
|
22
23
|
searchBox: null,
|
|
23
24
|
tagging: null,
|
|
24
25
|
url: null
|
|
25
|
-
})
|
|
26
|
+
}),
|
|
26
27
|
namespaced: true
|
|
27
28
|
};
|
|
28
29
|
|
package/js/store/x.module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"x.module.js","sources":["../../../src/store/x.module.ts"],"sourcesContent":["import { Module } from 'vuex';\nimport { RootXStoreState } from './store.types';\n\n/**\n * The type of the x module state has a property for each other sub-module assigned to `null`,\n * so we can avoid re-executing getters every time\n * the `store.registerModule` method is called.\n *\n * @internal\n */\nexport type XModuleState = { [Key in keyof RootXStoreState['x']]: null };\n\n/**\n * The main module of the X Store. All of the other {@link XModule | XModules} will be\n * registered as a sub-module of this one.\n *\n * @internal\n */\nexport const RootXStoreModule: Module<XModuleState, any> = {\n state: () => ({\n device: null,\n empathize: null,\n extraParams: null,\n facets: null,\n historyQueries: null,\n identifierResults: null,\n nextQueries: null,\n popularSearches: null,\n querySuggestions: null,\n recommendations: null,\n relatedTags: null,\n scroll: null,\n search: null,\n searchBox: null,\n tagging: null,\n url: null\n }),\n namespaced: true\n};\n"],"names":[],"mappings":"AAYA
|
|
1
|
+
{"version":3,"file":"x.module.js","sources":["../../../src/store/x.module.ts"],"sourcesContent":["import { Module } from 'vuex';\nimport { RootXStoreState } from './store.types';\n\n/**\n * The type of the x module state has a property for each other sub-module assigned to `null`,\n * so we can avoid re-executing getters every time\n * the `store.registerModule` method is called.\n *\n * @internal\n */\nexport type XModuleState = { [Key in keyof RootXStoreState['x']]: null };\n\n/**\n * The main module of the X Store. All of the other {@link XModule | XModules} will be\n * registered as a sub-module of this one.\n *\n * @internal\n */\nexport const RootXStoreModule: Module<XModuleState, any> = {\n state: () => ({\n device: null,\n empathize: null,\n extraParams: null,\n facets: null,\n historyQueries: null,\n identifierResults: null,\n nextQueries: null,\n popularSearches: null,\n queriesPreview: null,\n querySuggestions: null,\n recommendations: null,\n relatedTags: null,\n scroll: null,\n search: null,\n searchBox: null,\n tagging: null,\n url: null\n }),\n namespaced: true\n};\n"],"names":[],"mappings":"AAYA;;;;;AAKG;AACU,MAAA,gBAAgB,GAA8B;AACzD,IAAA,KAAK,EAAE,OAAO;AACZ,QAAA,MAAM,EAAE,IAAI;AACZ,QAAA,SAAS,EAAE,IAAI;AACf,QAAA,WAAW,EAAE,IAAI;AACjB,QAAA,MAAM,EAAE,IAAI;AACZ,QAAA,cAAc,EAAE,IAAI;AACpB,QAAA,iBAAiB,EAAE,IAAI;AACvB,QAAA,WAAW,EAAE,IAAI;AACjB,QAAA,eAAe,EAAE,IAAI;AACrB,QAAA,cAAc,EAAE,IAAI;AACpB,QAAA,gBAAgB,EAAE,IAAI;AACtB,QAAA,eAAe,EAAE,IAAI;AACrB,QAAA,WAAW,EAAE,IAAI;AACjB,QAAA,MAAM,EAAE,IAAI;AACZ,QAAA,MAAM,EAAE,IAAI;AACZ,QAAA,SAAS,EAAE,IAAI;AACf,QAAA,OAAO,EAAE,IAAI;AACb,QAAA,GAAG,EAAE,IAAI;KACV,CAAC;AACF,IAAA,UAAU,EAAE,IAAI;;;;;"}
|