@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
|
@@ -5,16 +5,30 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import { ActionContext } from 'vuex';
|
|
8
|
+
import { AnyFunction } from '@empathyco/x-utils';
|
|
8
9
|
import { ComponentOptions } from 'vue';
|
|
10
|
+
import { ComponentOptionsMixin } from 'vue/types/v3-component-options';
|
|
11
|
+
import { ComputedRef } from 'vue';
|
|
9
12
|
import { CreateElement } from 'vue';
|
|
13
|
+
import { DeepPartial } from '@empathyco/x-utils';
|
|
14
|
+
import { default as default_2 } from 'vue';
|
|
15
|
+
import { DefineComponent } from 'vue';
|
|
16
|
+
import { Dictionary } from '@empathyco/x-utils';
|
|
10
17
|
import { DirectiveOptions } from 'vue';
|
|
18
|
+
import { EndpointAdapter } from '@empathyco/x-adapter';
|
|
11
19
|
import { ExtendedVue } from 'vue/types/vue';
|
|
20
|
+
import { ExtractComputedReturns } from 'vue/types/v3-component-options';
|
|
21
|
+
import { ExtractPropTypes } from 'vue';
|
|
12
22
|
import { Module } from 'vuex';
|
|
13
23
|
import { Observable } from 'rxjs';
|
|
14
24
|
import { PluginObject } from 'vue';
|
|
25
|
+
import { Priority } from '@empathyco/x-bus';
|
|
26
|
+
import { Ref } from 'vue';
|
|
27
|
+
import { RequiredProperties } from '@empathyco/x-utils';
|
|
28
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
15
29
|
import { StorageService } from '@empathyco/x-storage-service';
|
|
16
30
|
import { Store } from 'vuex';
|
|
17
|
-
import {
|
|
31
|
+
import { SubjectPayload } from '@empathyco/x-bus';
|
|
18
32
|
import { Subscription } from 'rxjs';
|
|
19
33
|
import { VNode } from 'vue';
|
|
20
34
|
import { default as Vue_2 } from 'vue';
|
|
@@ -22,6 +36,8 @@ import { Vue as Vue_3 } from 'vue-property-decorator';
|
|
|
22
36
|
import { VueClass } from 'vue-class-component/lib/declarations';
|
|
23
37
|
import { VueConstructor } from 'vue';
|
|
24
38
|
import { WatchOptions } from 'vue';
|
|
39
|
+
import { XBus } from '@empathyco/x-bus';
|
|
40
|
+
import { XPriorityBus } from '@empathyco/x-bus';
|
|
25
41
|
|
|
26
42
|
// @internal
|
|
27
43
|
export interface AbsoluteDistances {
|
|
@@ -51,7 +67,7 @@ export const addQueryToHistory: ({ state, dispatch }: HistoryQueriesActionContex
|
|
|
51
67
|
// @public
|
|
52
68
|
export class AddQueryToHistoryAction implements ActionsClass<HistoryQueriesXStoreModule> {
|
|
53
69
|
addQueryToHistory({ state, dispatch }: HistoryQueriesActionContext, query: string): void | Promise<void>;
|
|
54
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
70
|
+
// Warning: (ae-forgotten-export) The symbol "HistoryQuery_2" needs to be exported by the entry point index.d.ts
|
|
55
71
|
//
|
|
56
72
|
// @internal
|
|
57
73
|
protected createHistoryQuery(query: string): HistoryQuery_2;
|
|
@@ -82,6 +98,17 @@ export class AllFilter extends Vue_2 {
|
|
|
82
98
|
selectedFiltersByFacet: FiltersByFacet;
|
|
83
99
|
}
|
|
84
100
|
|
|
101
|
+
// Warning: (ae-forgotten-export) The symbol "AnimationOrigin" needs to be exported by the entry point index.d.ts
|
|
102
|
+
//
|
|
103
|
+
// @public
|
|
104
|
+
export const animateClipPath: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export const animateScale: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export const animateTranslate: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
111
|
+
|
|
85
112
|
// @public
|
|
86
113
|
export class AnimateWidth extends Vue_2 {
|
|
87
114
|
}
|
|
@@ -89,9 +116,6 @@ export class AnimateWidth extends Vue_2 {
|
|
|
89
116
|
// @public
|
|
90
117
|
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
91
118
|
|
|
92
|
-
// @public
|
|
93
|
-
export type AnyFunction = (...args: any[]) => any;
|
|
94
|
-
|
|
95
119
|
// @public
|
|
96
120
|
export type AnyGettersTree = GettersTree<Dictionary, Dictionary>;
|
|
97
121
|
|
|
@@ -128,38 +152,79 @@ export function areFiltersDifferent(someFilters: Filter[], anotherFilters: Filte
|
|
|
128
152
|
export function arrayToObject(array: string[]): Record<string, string>;
|
|
129
153
|
|
|
130
154
|
// @public
|
|
131
|
-
export function arrayToObject<ArrayType
|
|
155
|
+
export function arrayToObject<ArrayType>(array: ArrayType[], key: PropsWithType<ArrayType, string | number>): Record<string, ArrayType>;
|
|
132
156
|
|
|
133
157
|
// @public (undocumented)
|
|
134
|
-
export const
|
|
158
|
+
export const ArrowDownIcon: {};
|
|
135
159
|
|
|
136
160
|
// @public
|
|
137
161
|
export type ArrowKey = 'ArrowUp' | 'ArrowDown' | 'ArrowRight' | 'ArrowLeft';
|
|
138
162
|
|
|
163
|
+
// @public (undocumented)
|
|
164
|
+
export const ArrowLeftIcon: {};
|
|
165
|
+
|
|
166
|
+
// @public (undocumented)
|
|
167
|
+
export const ArrowRightIcon: {};
|
|
168
|
+
|
|
169
|
+
// @public (undocumented)
|
|
170
|
+
export const ArrowUpIcon: {};
|
|
171
|
+
|
|
139
172
|
// @public
|
|
140
|
-
export
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
173
|
+
export function assertXPluginOptionsAreValid(options: XPluginOptions | undefined): asserts options is XPluginOptions;
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export const AutoProgressBar: DefineComponent< {
|
|
177
|
+
isLoading: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
durationInSeconds: {
|
|
182
|
+
type: NumberConstructor;
|
|
183
|
+
default: number;
|
|
184
|
+
};
|
|
185
|
+
}, {
|
|
186
|
+
cssStyles: ComputedRef<Partial<CSSStyleDeclaration>>;
|
|
187
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, Readonly<ExtractPropTypes< {
|
|
188
|
+
isLoading: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
durationInSeconds: {
|
|
193
|
+
type: NumberConstructor;
|
|
194
|
+
default: number;
|
|
195
|
+
};
|
|
196
|
+
}>>, {
|
|
197
|
+
isLoading: boolean;
|
|
198
|
+
durationInSeconds: number;
|
|
199
|
+
}>;
|
|
146
200
|
|
|
147
201
|
// @public (undocumented)
|
|
148
202
|
export const BagIcon: {};
|
|
149
203
|
|
|
150
204
|
// @public
|
|
151
205
|
export class Banner extends Vue_2 {
|
|
152
|
-
//
|
|
206
|
+
// @internal
|
|
207
|
+
protected anchorEvents(): Partial<{
|
|
208
|
+
[key in keyof GlobalEventHandlersEventMap]: () => void;
|
|
209
|
+
}>;
|
|
210
|
+
// Warning: (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
153
211
|
banner: Banner_2;
|
|
154
212
|
// @internal
|
|
155
213
|
protected emitClickEvent(): void;
|
|
214
|
+
protected imageFailed: boolean;
|
|
156
215
|
}
|
|
157
216
|
|
|
158
217
|
// @public
|
|
159
218
|
export class BannersList extends ItemsListInjectionMixin {
|
|
160
219
|
protected animation: Vue_2 | string;
|
|
161
220
|
// @internal
|
|
221
|
+
protected columnsNumber: number;
|
|
222
|
+
// @internal
|
|
162
223
|
get items(): ListItem[];
|
|
224
|
+
// @internal
|
|
225
|
+
protected location?: FeatureLocation;
|
|
226
|
+
// @internal
|
|
227
|
+
setColumnsNumber(newColumnsNumber: number, { location }: WireMetadata): void;
|
|
163
228
|
stateItems: Banner_2[];
|
|
164
229
|
}
|
|
165
230
|
|
|
@@ -210,14 +275,18 @@ export class BaseDropdown extends Vue_2 {
|
|
|
210
275
|
// (undocumented)
|
|
211
276
|
$refs: {
|
|
212
277
|
itemButtons: HTMLButtonElement[];
|
|
278
|
+
toggleButton: HTMLButtonElement;
|
|
213
279
|
};
|
|
214
280
|
// @internal
|
|
215
281
|
protected addDocumentCloseListeners(): void;
|
|
216
282
|
animation: typeof Vue_2 | string;
|
|
283
|
+
ariaLabel?: string;
|
|
217
284
|
// @internal
|
|
218
285
|
protected beforeDestroy(): void;
|
|
219
286
|
// @internal
|
|
220
287
|
protected close(): void;
|
|
288
|
+
// @internal
|
|
289
|
+
protected closeAndFocusToggleButton(): void;
|
|
221
290
|
protected closeIfEventIsOutOfDropdown(event: MouseEvent | TouchEvent | FocusEvent): void;
|
|
222
291
|
// @internal
|
|
223
292
|
protected get dropdownCSSClasses(): VueCSSClasses;
|
|
@@ -243,6 +312,8 @@ export class BaseDropdown extends Vue_2 {
|
|
|
243
312
|
items: DropdownItem[];
|
|
244
313
|
// @internal
|
|
245
314
|
protected get itemsCSSClasses(): VueCSSClasses[];
|
|
315
|
+
// (undocumented)
|
|
316
|
+
protected readonly listId: string;
|
|
246
317
|
// @internal
|
|
247
318
|
protected open(): void;
|
|
248
319
|
// @internal
|
|
@@ -308,23 +379,10 @@ export class BaseEventsModalOpen extends Vue_2 {
|
|
|
308
379
|
// @public (undocumented)
|
|
309
380
|
export const BaseFallbackImage: {};
|
|
310
381
|
|
|
311
|
-
// @public
|
|
312
|
-
export class BaseFilter extends Vue_2 {
|
|
313
|
-
clickEvents?: Partial<XEventsTypes>;
|
|
314
|
-
// @internal
|
|
315
|
-
protected get cssClasses(): VueCSSClasses;
|
|
316
|
-
// @internal
|
|
317
|
-
protected get events(): Partial<XEventsTypes>;
|
|
318
|
-
// Warning: (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
319
|
-
filter: BooleanFilter;
|
|
320
|
-
// @internal
|
|
321
|
-
protected get isDisabled(): boolean;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
382
|
// @internal
|
|
325
|
-
export abstract class BaseFilterEntityModifier implements FilterEntity {
|
|
383
|
+
export abstract class BaseFilterEntityModifier<Metadata extends Dictionary = Dictionary> implements FilterEntity<Metadata> {
|
|
326
384
|
constructor(store: Store<RootXStoreState>, entity: FilterEntity);
|
|
327
|
-
deselect(filter: Filter): void;
|
|
385
|
+
deselect(filter: Filter, metadata?: Metadata): void;
|
|
328
386
|
// (undocumented)
|
|
329
387
|
protected entity: FilterEntity;
|
|
330
388
|
select(filter: Filter): void;
|
|
@@ -347,7 +405,13 @@ export class BaseGrid extends Vue_2 {
|
|
|
347
405
|
injectedListItems: ListItem[];
|
|
348
406
|
protected items: ListItem[];
|
|
349
407
|
// @internal
|
|
408
|
+
protected mounted(): void;
|
|
409
|
+
// @internal
|
|
410
|
+
renderedColumnsNumber: number;
|
|
411
|
+
// @internal
|
|
350
412
|
protected get style(): Partial<CSSStyleDeclaration>;
|
|
413
|
+
// @internal
|
|
414
|
+
protected updateRenderedColumnsNumber(): void;
|
|
351
415
|
}
|
|
352
416
|
|
|
353
417
|
// @public
|
|
@@ -375,17 +439,13 @@ export class BaseIdModal extends Vue_2 {
|
|
|
375
439
|
|
|
376
440
|
// @public
|
|
377
441
|
export class BaseIdModalClose extends Vue_2 {
|
|
378
|
-
|
|
379
|
-
protected get events(): Partial<XEventsTypes>;
|
|
380
|
-
// (undocumented)
|
|
442
|
+
protected emitCloseModalEvent({ target }: Event): void;
|
|
381
443
|
protected modalId: string;
|
|
382
444
|
}
|
|
383
445
|
|
|
384
446
|
// @public
|
|
385
447
|
export class BaseIdModalOpen extends Vue_2 {
|
|
386
|
-
|
|
387
|
-
protected get events(): Partial<XEventsTypes>;
|
|
388
|
-
// (undocumented)
|
|
448
|
+
protected emitOpenModalEvent({ target }: Event): void;
|
|
389
449
|
protected modalId: string;
|
|
390
450
|
}
|
|
391
451
|
|
|
@@ -422,11 +482,14 @@ export class BaseKeyboardNavigation extends Vue_2 {
|
|
|
422
482
|
triggerNavigation(eventPayload: ArrowKey, metadata: WireMetadata): void;
|
|
423
483
|
}
|
|
424
484
|
|
|
485
|
+
// Warning: (ae-forgotten-export) The symbol "BaseModal_base" needs to be exported by the entry point index.d.ts
|
|
486
|
+
//
|
|
425
487
|
// @public
|
|
426
|
-
export class BaseModal extends
|
|
488
|
+
export class BaseModal extends BaseModal_base {
|
|
427
489
|
// (undocumented)
|
|
428
490
|
$refs: {
|
|
429
491
|
modal: HTMLDivElement;
|
|
492
|
+
modalContent: HTMLDivElement;
|
|
430
493
|
};
|
|
431
494
|
// @internal
|
|
432
495
|
protected addBodyListeners(): void;
|
|
@@ -439,16 +502,24 @@ export class BaseModal extends Vue_2 {
|
|
|
439
502
|
protected emitOverlayClicked(event: MouseEvent): void;
|
|
440
503
|
// @internal
|
|
441
504
|
protected enableScroll(): void;
|
|
505
|
+
focusOnOpen: boolean;
|
|
506
|
+
protected isWaitingForLeave: boolean;
|
|
442
507
|
// (undocumented)
|
|
443
508
|
protected mounted(): void;
|
|
444
509
|
open: boolean;
|
|
510
|
+
overlayAnimation: Vue_2 | string;
|
|
445
511
|
protected previousBodyOverflow: string;
|
|
446
512
|
protected previousHTMLOverflow: string;
|
|
513
|
+
protected referenceElement: HTMLElement;
|
|
514
|
+
referenceSelector?: string;
|
|
447
515
|
// @internal
|
|
448
516
|
protected removeBodyListeners(): void;
|
|
449
|
-
|
|
517
|
+
// @internal
|
|
518
|
+
protected setFocus(): void;
|
|
450
519
|
// @internal
|
|
451
520
|
protected syncBody(isOpen: boolean): void;
|
|
521
|
+
// @internal
|
|
522
|
+
updatePosition(): void;
|
|
452
523
|
}
|
|
453
524
|
|
|
454
525
|
// @public (undocumented)
|
|
@@ -480,6 +551,7 @@ export class BaseRating extends Vue_2 {
|
|
|
480
551
|
|
|
481
552
|
// @public
|
|
482
553
|
export class BaseRatingFilterLabel extends Vue_2 {
|
|
554
|
+
// Warning: (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
483
555
|
filter: BooleanFilter;
|
|
484
556
|
protected max: number;
|
|
485
557
|
// @internal
|
|
@@ -496,30 +568,32 @@ export class BaseResultCurrentPrice extends Vue_2 {
|
|
|
496
568
|
|
|
497
569
|
// @public
|
|
498
570
|
export class BaseResultImage extends Vue_2 {
|
|
499
|
-
$refs: {
|
|
500
|
-
image: HTMLElement;
|
|
501
|
-
};
|
|
502
|
-
animation: string | typeof Vue_2;
|
|
503
571
|
// @internal
|
|
504
|
-
protected
|
|
505
|
-
protected failedImages: string[];
|
|
572
|
+
protected get animation(): string | typeof Vue_2;
|
|
506
573
|
// @internal
|
|
507
574
|
protected flagImageAsFailed(): void;
|
|
508
575
|
// @internal
|
|
509
576
|
protected flagImageLoaded(): void;
|
|
510
|
-
|
|
511
|
-
protected get hasAllImagesFailed(): boolean;
|
|
512
|
-
protected hasEnteredView: boolean;
|
|
513
|
-
protected hasImageLoaded: boolean;
|
|
577
|
+
hoverAnimation: string | typeof Vue_2 | undefined;
|
|
514
578
|
// @internal
|
|
515
579
|
protected get imageSrc(): string;
|
|
516
580
|
// @internal
|
|
517
|
-
protected
|
|
518
|
-
|
|
519
|
-
|
|
581
|
+
protected isHovering: boolean;
|
|
582
|
+
loadAnimation: string | typeof Vue_2;
|
|
583
|
+
// @internal
|
|
584
|
+
protected loadedImages: string[];
|
|
585
|
+
// @internal
|
|
586
|
+
protected loaderStyles: Partial<CSSStyleDeclaration>;
|
|
520
587
|
// @internal
|
|
521
|
-
protected
|
|
588
|
+
protected pendingImages: string[];
|
|
589
|
+
// @internal
|
|
590
|
+
resetImagesState(): void;
|
|
522
591
|
protected result: Result;
|
|
592
|
+
// @internal
|
|
593
|
+
protected get shouldLoadNextImage(): boolean;
|
|
594
|
+
showNextImageOnHover: boolean;
|
|
595
|
+
// @internal
|
|
596
|
+
protected userHasHoveredImage: boolean;
|
|
523
597
|
}
|
|
524
598
|
|
|
525
599
|
// @public
|
|
@@ -535,7 +609,15 @@ export class BaseResultLink extends Vue_2 {
|
|
|
535
609
|
|
|
536
610
|
// @public
|
|
537
611
|
export class BaseResultPreviousPrice extends Vue_2 {
|
|
538
|
-
protected format
|
|
612
|
+
protected format?: string;
|
|
613
|
+
protected result: Result;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export class BaseResultRating extends Vue_2 {
|
|
618
|
+
// @internal
|
|
619
|
+
protected emitClickedEvent(): void;
|
|
620
|
+
protected link: string;
|
|
539
621
|
protected result: Result;
|
|
540
622
|
}
|
|
541
623
|
|
|
@@ -551,25 +633,32 @@ export class BaseSuggestion extends Vue_2 {
|
|
|
551
633
|
protected emitEvents(): void;
|
|
552
634
|
protected get events(): Partial<XEventsTypes>;
|
|
553
635
|
protected feature?: QueryFeature;
|
|
554
|
-
|
|
555
|
-
protected
|
|
636
|
+
protected get filter(): BooleanFilter | undefined;
|
|
637
|
+
protected highlightCurated: boolean;
|
|
556
638
|
protected query: string;
|
|
557
|
-
protected get queryHTML(): string;
|
|
558
639
|
// @internal
|
|
559
|
-
protected
|
|
640
|
+
protected get shouldHighlightCurated(): boolean;
|
|
560
641
|
// Warning: (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
561
642
|
protected suggestion: Suggestion;
|
|
562
643
|
protected suggestionSelectedEvents: Partial<XEventsTypes>;
|
|
563
644
|
}
|
|
564
645
|
|
|
646
|
+
// Warning: (ae-forgotten-export) The symbol "BaseSuggestions_base" needs to be exported by the entry point index.d.ts
|
|
647
|
+
//
|
|
565
648
|
// @public
|
|
566
|
-
export class BaseSuggestions extends
|
|
649
|
+
export class BaseSuggestions extends BaseSuggestions_base {
|
|
567
650
|
protected animation: Vue_2 | string;
|
|
568
651
|
// @internal
|
|
652
|
+
protected expandSuggestionFilters(suggestion: Suggestion): Suggestion[];
|
|
653
|
+
// @internal
|
|
569
654
|
protected getFacetKey(facet: Facet): string;
|
|
570
655
|
// @internal
|
|
571
656
|
protected getFacetsKey(facets: Facet[]): string;
|
|
657
|
+
// @internal
|
|
658
|
+
protected getSuggestionFilter(suggestion: Suggestion): Filter | undefined;
|
|
572
659
|
protected maxItemsToRender?: number;
|
|
660
|
+
protected showFacets: boolean;
|
|
661
|
+
protected showPlainSuggestion: boolean;
|
|
573
662
|
protected suggestions: Suggestion[];
|
|
574
663
|
// @internal
|
|
575
664
|
protected get suggestionsKeys(): string[];
|
|
@@ -577,6 +666,33 @@ export class BaseSuggestions extends Vue_2 {
|
|
|
577
666
|
protected get suggestionsToRender(): Suggestion[];
|
|
578
667
|
}
|
|
579
668
|
|
|
669
|
+
// @public
|
|
670
|
+
export class BaseSwitch extends Vue_2 {
|
|
671
|
+
// @internal
|
|
672
|
+
protected get cssClasses(): VueCSSClasses;
|
|
673
|
+
// @internal
|
|
674
|
+
protected toggle(): void;
|
|
675
|
+
value: boolean;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// Warning: (ae-forgotten-export) The symbol "BaseTabsPanel_base" needs to be exported by the entry point index.d.ts
|
|
679
|
+
//
|
|
680
|
+
// @public
|
|
681
|
+
export class BaseTabsPanel extends BaseTabsPanel_base {
|
|
682
|
+
allowTabDeselect: boolean;
|
|
683
|
+
contentAnimation: Vue_2 | string;
|
|
684
|
+
// @internal
|
|
685
|
+
protected getTabs(): string[];
|
|
686
|
+
initialTab: string;
|
|
687
|
+
// @internal
|
|
688
|
+
protected selectedTab: string;
|
|
689
|
+
// @internal
|
|
690
|
+
protected selectTab(tab: string): void;
|
|
691
|
+
// @internal
|
|
692
|
+
protected tabIsSelected(tab: string): boolean;
|
|
693
|
+
tabsAnimation: Vue_2 | string;
|
|
694
|
+
}
|
|
695
|
+
|
|
580
696
|
// @public
|
|
581
697
|
export class BaseTogglePanel extends Vue_2 {
|
|
582
698
|
protected animation: Vue_2 | string;
|
|
@@ -588,15 +704,21 @@ export class BaseVariableColumnGrid extends Vue_2 {
|
|
|
588
704
|
protected animation: Vue_2 | string;
|
|
589
705
|
// @internal
|
|
590
706
|
protected columns: number;
|
|
707
|
+
// @internal
|
|
708
|
+
protected get columnsToRender(): number;
|
|
591
709
|
protected items?: ListItem[];
|
|
592
710
|
// @internal
|
|
711
|
+
protected providedColumns: number | null;
|
|
712
|
+
// @internal
|
|
593
713
|
setColumns(newColumns: number): void;
|
|
594
714
|
}
|
|
595
715
|
|
|
596
716
|
// @public
|
|
597
717
|
export class BaseXAPI implements XAPI {
|
|
718
|
+
addProductToCart(productId?: string): void;
|
|
598
719
|
// @internal
|
|
599
|
-
protected bus: XBus
|
|
720
|
+
protected bus: XBus<XEventsTypes, WireMetadata>;
|
|
721
|
+
close(): void;
|
|
600
722
|
init(config: SnippetConfig): void;
|
|
601
723
|
// @internal
|
|
602
724
|
protected initCallback: (config: SnippetConfig) => any;
|
|
@@ -604,22 +726,17 @@ export class BaseXAPI implements XAPI {
|
|
|
604
726
|
protected isXInitialized: boolean;
|
|
605
727
|
search(query?: string): void;
|
|
606
728
|
// @internal
|
|
607
|
-
setBus(bus: XBus): void;
|
|
729
|
+
setBus(bus: XBus<XEventsTypes, WireMetadata>): void;
|
|
608
730
|
setInitCallback(initCallback: (config: SnippetConfig) => any): void;
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
// @public
|
|
612
|
-
export class BaseXBus implements XBus {
|
|
613
|
-
emit<Event extends XEvent>(event: Event, payload?: XEventPayload<Event>, metadata?: WireMetadata): void;
|
|
731
|
+
setSnippetConfig(config: Partial<SnippetConfig>): void;
|
|
614
732
|
// @internal
|
|
615
|
-
|
|
733
|
+
setSnippetConfigCallback(snippetCallback: (config: Partial<SnippetConfig>) => void): void;
|
|
616
734
|
// @internal
|
|
617
|
-
protected
|
|
618
|
-
on<Event extends XEvent>(event: Event, withMetadata?: boolean): Observable<WirePayload<XEventPayload<Event>> | XEventPayload<Event>>;
|
|
735
|
+
protected snippetCallback: (config: Partial<SnippetConfig>) => void;
|
|
619
736
|
}
|
|
620
737
|
|
|
621
|
-
// @
|
|
622
|
-
export const bus:
|
|
738
|
+
// @public
|
|
739
|
+
export const bus: XPriorityBus<XEventsTypes, WireMetadata>;
|
|
623
740
|
|
|
624
741
|
// @public
|
|
625
742
|
export const cancelFetchAndSaveIdentifierResults: () => void;
|
|
@@ -667,20 +784,23 @@ export interface CancellablePromiseFunction<T, K = unknown> {
|
|
|
667
784
|
export const CancelSymbol: unique symbol;
|
|
668
785
|
|
|
669
786
|
// @public
|
|
670
|
-
export function capitalize(str:
|
|
787
|
+
export function capitalize<StrType extends string>(str: StrType): Capitalize<StrType>;
|
|
671
788
|
|
|
672
789
|
// @public (undocumented)
|
|
673
|
-
export const
|
|
790
|
+
export const CartFilledIcon: {};
|
|
674
791
|
|
|
675
792
|
// @public (undocumented)
|
|
676
|
-
export const
|
|
793
|
+
export const CartIcon: {};
|
|
677
794
|
|
|
678
795
|
// @public (undocumented)
|
|
679
|
-
export const
|
|
796
|
+
export const CheckboxSelectedFilledIcon: {};
|
|
680
797
|
|
|
681
798
|
// @public (undocumented)
|
|
682
799
|
export const CheckboxSelectedIcon: {};
|
|
683
800
|
|
|
801
|
+
// @public (undocumented)
|
|
802
|
+
export const CheckboxUnselectedFilledIcon: {};
|
|
803
|
+
|
|
684
804
|
// @public (undocumented)
|
|
685
805
|
export const CheckboxUnselectedIcon: {};
|
|
686
806
|
|
|
@@ -715,24 +835,11 @@ export const ChevronTinyUpIcon: {};
|
|
|
715
835
|
export const ChevronUpIcon: {};
|
|
716
836
|
|
|
717
837
|
// @public
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
// @public
|
|
721
|
-
export class ClearFilters extends Vue_2 {
|
|
722
|
-
// @internal
|
|
723
|
-
allSelectedFilters: Filter[];
|
|
724
|
-
alwaysVisible: boolean;
|
|
725
|
-
// @internal
|
|
726
|
-
protected get areThereSelectedFilters(): boolean;
|
|
838
|
+
export class ClearFilters extends FacetsMixin {
|
|
727
839
|
// @internal
|
|
728
840
|
protected get cssClasses(): VueCSSClasses;
|
|
729
841
|
// @internal
|
|
730
842
|
protected get events(): Partial<XEventsTypes>;
|
|
731
|
-
facetsIds?: Array<Facet['id']>;
|
|
732
|
-
// @internal
|
|
733
|
-
protected get facetsSelectedFilters(): Filter[];
|
|
734
|
-
// @internal
|
|
735
|
-
protected get show(): boolean;
|
|
736
843
|
}
|
|
737
844
|
|
|
738
845
|
// @public
|
|
@@ -759,6 +866,9 @@ export const clearIdentifierResultsQuery: AnyWire;
|
|
|
759
866
|
// @public
|
|
760
867
|
export const clearPendingScrollToWire: AnyWire;
|
|
761
868
|
|
|
869
|
+
// @public
|
|
870
|
+
export const clearQueryPreviewWire: Wire<string>;
|
|
871
|
+
|
|
762
872
|
// @public
|
|
763
873
|
export const clearQuerySuggestionsQuery: AnyWire;
|
|
764
874
|
|
|
@@ -777,6 +887,9 @@ export class ClearSearchInput extends Vue_2 {
|
|
|
777
887
|
query: string;
|
|
778
888
|
}
|
|
779
889
|
|
|
890
|
+
// @public
|
|
891
|
+
export const clearSearchQuery: AnyWire;
|
|
892
|
+
|
|
780
893
|
// @public
|
|
781
894
|
export const clearSelectedRelatedTags: AnyWire;
|
|
782
895
|
|
|
@@ -784,15 +897,19 @@ export const clearSelectedRelatedTags: AnyWire;
|
|
|
784
897
|
export function clone<Something>(something: Something): Something;
|
|
785
898
|
|
|
786
899
|
// @public
|
|
787
|
-
export class
|
|
900
|
+
export class CloseMainModal extends Vue_2 {
|
|
901
|
+
// @internal
|
|
902
|
+
protected closingEvent: XEvent;
|
|
788
903
|
}
|
|
789
904
|
|
|
790
905
|
// @public
|
|
791
906
|
export class CollapseHeight extends Vue_2 {
|
|
907
|
+
appear: boolean;
|
|
792
908
|
}
|
|
793
909
|
|
|
794
910
|
// @public
|
|
795
911
|
export class CollapseWidth extends Vue_2 {
|
|
912
|
+
appear: boolean;
|
|
796
913
|
}
|
|
797
914
|
|
|
798
915
|
// @public
|
|
@@ -811,14 +928,20 @@ export class ColumnPickerMixin extends Vue_2 {
|
|
|
811
928
|
protected value?: number;
|
|
812
929
|
}
|
|
813
930
|
|
|
814
|
-
// @public
|
|
815
|
-
export
|
|
931
|
+
// @public (undocumented)
|
|
932
|
+
export const CornerArrowLeft: {};
|
|
933
|
+
|
|
934
|
+
// @public (undocumented)
|
|
935
|
+
export const CornerArrowRight: {};
|
|
816
936
|
|
|
817
937
|
// Warning: (ae-forgotten-export) The symbol "AnimatedProperty" needs to be exported by the entry point index.d.ts
|
|
818
938
|
//
|
|
819
939
|
// @public
|
|
820
940
|
export function createCollapseAnimationMixin(property: AnimatedProperty): ComponentOptions<Vue_2>;
|
|
821
941
|
|
|
942
|
+
// @internal
|
|
943
|
+
export function createDirectionalAnimationFactory(animationName: string): (animationOrigin?: AnimationOrigin) => VueConstructor;
|
|
944
|
+
|
|
822
945
|
// @internal
|
|
823
946
|
export function createEmitterArrayFilter<T>(comparator: keyof T | ((item1: T, item2: T) => boolean)): (newCollection: Array<T>, oldCollection: Array<T>) => boolean;
|
|
824
947
|
|
|
@@ -828,12 +951,23 @@ export function createFetchAndSaveActions<Context extends XActionContext<StatusS
|
|
|
828
951
|
// @internal
|
|
829
952
|
export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigin | ResultOrigin | null;
|
|
830
953
|
|
|
954
|
+
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
955
|
+
//
|
|
831
956
|
// @public
|
|
832
|
-
export function createRawFilters(filterIds: Array<Filter['id']>):
|
|
957
|
+
export function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
|
|
833
958
|
|
|
834
959
|
// @public
|
|
835
960
|
export function createStoreEmitters<Module extends AnyXStoreModule, Emitters extends StoreEmitters<Module>>(storeModule: Module, emitters: Emitters): Emitters;
|
|
836
961
|
|
|
962
|
+
// Warning: (ae-forgotten-export) The symbol "Tagging_2" needs to be exported by the entry point index.d.ts
|
|
963
|
+
// Warning: (ae-forgotten-export) The symbol "Taggable" needs to be exported by the entry point index.d.ts
|
|
964
|
+
//
|
|
965
|
+
// @public
|
|
966
|
+
export function createTrackWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export function createUseDevice<Device extends string>(devices: Record<Device, number>): () => UseDeviceReturn<Device>;
|
|
970
|
+
|
|
837
971
|
// @public
|
|
838
972
|
export function createWireFromFunction<Payload>(fn: (parameters: WireParams<Payload>) => void): Wire<Payload>;
|
|
839
973
|
|
|
@@ -843,10 +977,11 @@ export function createWiring<T extends Partial<Wiring>>(wiring: T): T;
|
|
|
843
977
|
// Warning: (ae-forgotten-export) The symbol "PrivateExtendedVueComponent" needs to be exported by the entry point index.d.ts
|
|
844
978
|
//
|
|
845
979
|
// @internal
|
|
846
|
-
export const createXComponentAPIMixin: (bus: XBus) => ComponentOptions<Vue_2> & ThisType<PrivateExtendedVueComponent>;
|
|
980
|
+
export const createXComponentAPIMixin: (bus: XBus<XEventsTypes, WireMetadata>) => ComponentOptions<Vue_2> & ThisType<PrivateExtendedVueComponent>;
|
|
847
981
|
|
|
848
982
|
// @public
|
|
849
983
|
export class CrossFade extends Vue_2 {
|
|
984
|
+
appear: boolean;
|
|
850
985
|
}
|
|
851
986
|
|
|
852
987
|
// @public (undocumented)
|
|
@@ -855,6 +990,18 @@ export const CrossIcon: {};
|
|
|
855
990
|
// @public (undocumented)
|
|
856
991
|
export const CrossTinyIcon: {};
|
|
857
992
|
|
|
993
|
+
// @public (undocumented)
|
|
994
|
+
export const CuratedCheckFilledIcon: {};
|
|
995
|
+
|
|
996
|
+
// @public (undocumented)
|
|
997
|
+
export const CuratedCheckIcon: {};
|
|
998
|
+
|
|
999
|
+
// @public (undocumented)
|
|
1000
|
+
export const CuratedCheckTinyFilledIcon: {};
|
|
1001
|
+
|
|
1002
|
+
// @public (undocumented)
|
|
1003
|
+
export const CuratedCheckTinyIcon: {};
|
|
1004
|
+
|
|
858
1005
|
// @public
|
|
859
1006
|
export function currencyFormatter(value: number, format?: string): string;
|
|
860
1007
|
|
|
@@ -887,29 +1034,35 @@ export interface DebounceOptions {
|
|
|
887
1034
|
export type DecoratorFor<Type> = <Key extends string, Target extends Record<Key, Type>>(target: Target, key: Key) => void;
|
|
888
1035
|
|
|
889
1036
|
// @public
|
|
890
|
-
export function deepFilter<
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export function deepFlat<ArrayType, Key extends PropsWithType<ArrayType, ArrayType[] | undefined>>(array: ArrayType[], childrenKey: Key): ArrayType[];
|
|
1037
|
+
export function deepFilter<Item extends {
|
|
1038
|
+
[key in Key]?: Item[];
|
|
1039
|
+
}, Key extends keyof Item>(array: Item[], condition: (item: Item) => boolean, childrenKey: Key): Item[];
|
|
894
1040
|
|
|
895
1041
|
// @public
|
|
896
|
-
export
|
|
897
|
-
[
|
|
898
|
-
};
|
|
1042
|
+
export function deepFlat<Item extends {
|
|
1043
|
+
[key in Key]?: Item[];
|
|
1044
|
+
}, Key extends keyof Item>(array: Item[], childrenKey: Key): Item[];
|
|
899
1045
|
|
|
900
1046
|
// @public
|
|
901
1047
|
export class DefaultFacetsService implements FacetsService {
|
|
902
1048
|
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
903
1049
|
constructor(filterEntityFactory?: FilterEntityFactory);
|
|
904
1050
|
// (undocumented)
|
|
905
|
-
clearFilters(facetIds?: Array<Facet['id']
|
|
1051
|
+
clearFilters(facetIds?: Array<Facet['id']>, metadata?: FiltersMetadata): void;
|
|
1052
|
+
// (undocumented)
|
|
1053
|
+
clearFiltersWithMetadata({ facetIds, metadata }?: {
|
|
1054
|
+
facetIds?: Array<Facet['id']>;
|
|
1055
|
+
metadata?: FiltersMetadata;
|
|
1056
|
+
}): void;
|
|
906
1057
|
// (undocumented)
|
|
907
|
-
deselect(filter: Filter): void;
|
|
1058
|
+
deselect(filter: Filter, metadata?: Dictionary): void;
|
|
908
1059
|
// Warning: (ae-incompatible-release-tags) The symbol "filterEntityFactory" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
909
1060
|
//
|
|
910
1061
|
// (undocumented)
|
|
911
1062
|
protected filterEntityFactory: FilterEntityFactory;
|
|
912
1063
|
// @internal
|
|
1064
|
+
protected flatFilters(facetsGroup: FacetsGroup): Filter[];
|
|
1065
|
+
// @internal
|
|
913
1066
|
protected getFilterEntity(filter: Filter): FilterEntity;
|
|
914
1067
|
// @internal
|
|
915
1068
|
protected getSelectedFilters(): FacetsGetters['selectedFilters'];
|
|
@@ -924,6 +1077,8 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
924
1077
|
protected removeGroupFilters(groupId: FacetsGroup['id']): Filter[];
|
|
925
1078
|
// (undocumented)
|
|
926
1079
|
select(filterOrFilters: Filter | Filter[]): void;
|
|
1080
|
+
// (undocumented)
|
|
1081
|
+
selectPreselectedFilters(): void;
|
|
927
1082
|
// @internal
|
|
928
1083
|
protected setFacet({ filters, ...restFacet }: Facet): void;
|
|
929
1084
|
// @internal
|
|
@@ -933,27 +1088,46 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
933
1088
|
// @internal
|
|
934
1089
|
protected setFilters(filters: Filter[]): void;
|
|
935
1090
|
// @internal
|
|
1091
|
+
protected setPreselectedFilter(filters: Filter[]): void;
|
|
1092
|
+
// @internal
|
|
1093
|
+
setQuery(query: string): void;
|
|
1094
|
+
// @internal
|
|
936
1095
|
protected get store(): Store<RootXStoreState>;
|
|
937
1096
|
// (undocumented)
|
|
938
1097
|
toggle(filter: Filter): void;
|
|
939
1098
|
// (undocumented)
|
|
940
1099
|
updateFacets(facetsGroup: FacetsGroup): void;
|
|
941
1100
|
protected updateFiltersSelectedState(newFilters: Filter[], previousFilters?: Filter[]): void;
|
|
1101
|
+
// (undocumented)
|
|
1102
|
+
updatePreselectedFilters(filters: Filter[]): void;
|
|
942
1103
|
// @internal
|
|
943
1104
|
protected updateStore(facetsGroup: FacetsGroup): Filter[];
|
|
944
1105
|
}
|
|
945
1106
|
|
|
946
1107
|
// @public
|
|
947
|
-
export class
|
|
948
|
-
constructor(
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1108
|
+
export class DefaultPDPAddToCartService implements PDPAddToCartService {
|
|
1109
|
+
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
1110
|
+
// (undocumented)
|
|
1111
|
+
protected get clickedResultStorageKey(): string;
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
protected get clickedResultStorageTTLMs(): number;
|
|
1114
|
+
// @internal
|
|
1115
|
+
protected getPathName(url: string): string;
|
|
1116
|
+
// @internal
|
|
1117
|
+
protected getStorageId(id?: string): string | null;
|
|
1118
|
+
static instance: PDPAddToCartService;
|
|
953
1119
|
// (undocumented)
|
|
954
|
-
protected
|
|
1120
|
+
protected localStorageService: StorageService;
|
|
1121
|
+
moveToSessionStorage(id?: string): void;
|
|
1122
|
+
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
955
1123
|
// (undocumented)
|
|
956
|
-
protected
|
|
1124
|
+
protected sessionStorageService: StorageService;
|
|
1125
|
+
// @internal
|
|
1126
|
+
protected showWarningMessage(): void;
|
|
1127
|
+
// (undocumented)
|
|
1128
|
+
protected get store(): Store<RootXStoreState>;
|
|
1129
|
+
storeResultClicked(result: Result): void;
|
|
1130
|
+
trackAddToCart(id?: string): void;
|
|
957
1131
|
}
|
|
958
1132
|
|
|
959
1133
|
// @public
|
|
@@ -1024,8 +1198,17 @@ export type DeviceXStoreModule = XStoreModule<DeviceState, DeviceGetters, Device
|
|
|
1024
1198
|
// @internal
|
|
1025
1199
|
export const deviceXStoreModule: DeviceXStoreModule;
|
|
1026
1200
|
|
|
1027
|
-
// @public
|
|
1028
|
-
export
|
|
1201
|
+
// @public (undocumented)
|
|
1202
|
+
export const DiagonalArrowLeftDownIcon: {};
|
|
1203
|
+
|
|
1204
|
+
// @public (undocumented)
|
|
1205
|
+
export const DiagonalArrowLeftTopIcon: {};
|
|
1206
|
+
|
|
1207
|
+
// @public (undocumented)
|
|
1208
|
+
export const DiagonalArrowRightDownIcon: {};
|
|
1209
|
+
|
|
1210
|
+
// @public (undocumented)
|
|
1211
|
+
export const DiagonalArrowRightTopIcon: {};
|
|
1029
1212
|
|
|
1030
1213
|
// @public
|
|
1031
1214
|
export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
@@ -1035,6 +1218,17 @@ export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
|
1035
1218
|
navigateTo(arrowKey: ArrowKey): HTMLElement;
|
|
1036
1219
|
}
|
|
1037
1220
|
|
|
1221
|
+
// @internal
|
|
1222
|
+
export const DISABLE_ANIMATIONS_KEY: XInjectKey<boolean | undefined>;
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export class DisableAnimationMixin extends Vue_2 {
|
|
1226
|
+
protected animationName: string;
|
|
1227
|
+
disableAnimation: boolean;
|
|
1228
|
+
// @internal
|
|
1229
|
+
protected get name(): string;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1038
1232
|
// @public
|
|
1039
1233
|
export type DocumentDirection = 'ltr' | 'rtl';
|
|
1040
1234
|
|
|
@@ -1048,7 +1242,7 @@ export class EditableNumberRangeFilter extends Vue_3 {
|
|
|
1048
1242
|
protected get cssClasses(): VueCSSClasses;
|
|
1049
1243
|
// @internal
|
|
1050
1244
|
protected emitUserModifiedFilter(): void;
|
|
1051
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1245
|
+
// Warning: (ae-forgotten-export) The symbol "EditableNumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
1052
1246
|
filter: EditableNumberRangeFilter_2;
|
|
1053
1247
|
hasClearButton: boolean;
|
|
1054
1248
|
// @internal
|
|
@@ -1066,6 +1260,10 @@ export class EditableNumberRangeFilter extends Vue_3 {
|
|
|
1066
1260
|
protected parseRangeValue(value: number): number | null;
|
|
1067
1261
|
// @internal
|
|
1068
1262
|
protected get range(): RangeValue;
|
|
1263
|
+
// (undocumented)
|
|
1264
|
+
protected rangeFilterMax: string;
|
|
1265
|
+
// (undocumented)
|
|
1266
|
+
protected rangeFilterMin: string;
|
|
1069
1267
|
// @internal
|
|
1070
1268
|
protected get renderClearButton(): boolean;
|
|
1071
1269
|
// @internal
|
|
@@ -1081,7 +1279,7 @@ export class EditableNumberRangeFilterEntity implements FilterEntity {
|
|
|
1081
1279
|
static accepts(filter: Filter): boolean;
|
|
1082
1280
|
deselect(filter: EditableNumberRangeFilter_2): void;
|
|
1083
1281
|
protected getFilterByFacet(facetId: Facet['id']): EditableNumberRangeFilter_2 | undefined;
|
|
1084
|
-
protected getNewFilterId(filter: EditableNumberRangeFilter_2): string;
|
|
1282
|
+
protected getNewFilterId(filter: Pick<EditableNumberRangeFilter_2, 'range' | 'facetId'>): string;
|
|
1085
1283
|
protected isSelected(filter: EditableNumberRangeFilter_2): boolean;
|
|
1086
1284
|
protected removePreviousFilter(facetId: Facet['id']): void;
|
|
1087
1285
|
select(filter: EditableNumberRangeFilter_2): void;
|
|
@@ -1089,16 +1287,13 @@ export class EditableNumberRangeFilterEntity implements FilterEntity {
|
|
|
1089
1287
|
protected store: Store<RootXStoreState>;
|
|
1090
1288
|
}
|
|
1091
1289
|
|
|
1092
|
-
// @public
|
|
1093
|
-
export type Emitter<Event extends XEvent> = Subject<WirePayload<XEventPayload<Event>>>;
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export type Emitters = {
|
|
1097
|
-
[Event in XEvent]?: Emitter<Event>;
|
|
1098
|
-
};
|
|
1099
|
-
|
|
1100
1290
|
// @public
|
|
1101
1291
|
export class Empathize extends Vue_2 {
|
|
1292
|
+
// (undocumented)
|
|
1293
|
+
$refs: {
|
|
1294
|
+
noContent?: HTMLSpanElement;
|
|
1295
|
+
empathize: HTMLDivElement;
|
|
1296
|
+
};
|
|
1102
1297
|
protected animation: Vue_2;
|
|
1103
1298
|
// @internal
|
|
1104
1299
|
changeOpenState(newOpenState: boolean, metadata: WireMetadata): void;
|
|
@@ -1107,9 +1302,12 @@ export class Empathize extends Vue_2 {
|
|
|
1107
1302
|
protected eventsToCloseEmpathize: XEvent[];
|
|
1108
1303
|
protected eventsToOpenEmpathize: XEvent[];
|
|
1109
1304
|
// @internal
|
|
1305
|
+
protected hasContent: boolean;
|
|
1306
|
+
// @internal
|
|
1110
1307
|
protected isOpen: boolean;
|
|
1111
1308
|
// @internal
|
|
1112
1309
|
open(payload: unknown, metadata: WireMetadata): void;
|
|
1310
|
+
updated(): void;
|
|
1113
1311
|
}
|
|
1114
1312
|
|
|
1115
1313
|
// @public
|
|
@@ -1208,7 +1406,7 @@ export type ExtractState<Module extends XModuleName> = XModulesTree[Module] exte
|
|
|
1208
1406
|
|
|
1209
1407
|
// @public
|
|
1210
1408
|
export class ExtraParams extends Vue_2 {
|
|
1211
|
-
|
|
1409
|
+
created(): void;
|
|
1212
1410
|
// (undocumented)
|
|
1213
1411
|
render(): void;
|
|
1214
1412
|
storeExtraParams: Dictionary<unknown>;
|
|
@@ -1221,7 +1419,12 @@ export interface ExtraParamsActions {
|
|
|
1221
1419
|
|
|
1222
1420
|
// @internal
|
|
1223
1421
|
export const extraParamsEmitters: {
|
|
1224
|
-
ExtraParamsChanged:
|
|
1422
|
+
ExtraParamsChanged: {
|
|
1423
|
+
selector: (state: ExtraParamsState) => Dictionary<unknown>;
|
|
1424
|
+
metadata: {
|
|
1425
|
+
priority: number;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1225
1428
|
};
|
|
1226
1429
|
|
|
1227
1430
|
// @public
|
|
@@ -1275,8 +1478,8 @@ export const extraParamsXStoreModule: ExtraParamsXStoreModule;
|
|
|
1275
1478
|
|
|
1276
1479
|
// @public
|
|
1277
1480
|
export interface ExtraPluginsOptions {
|
|
1278
|
-
bus: XBus
|
|
1279
|
-
snippet:
|
|
1481
|
+
bus: XBus<XEventsTypes, WireMetadata>;
|
|
1482
|
+
snippet: NormalisedSnippetConfig;
|
|
1280
1483
|
vue: VueConstructor;
|
|
1281
1484
|
}
|
|
1282
1485
|
|
|
@@ -1287,7 +1490,7 @@ export interface FacetGroupEntry {
|
|
|
1287
1490
|
}
|
|
1288
1491
|
|
|
1289
1492
|
// @public
|
|
1290
|
-
export class Facets extends
|
|
1493
|
+
export class Facets extends FacetsMixin {
|
|
1291
1494
|
animation: Vue_3 | string;
|
|
1292
1495
|
// @internal
|
|
1293
1496
|
facets: Record<Facet['id'], Facet>;
|
|
@@ -1300,8 +1503,6 @@ export class Facets extends Vue_3 {
|
|
|
1300
1503
|
// @internal
|
|
1301
1504
|
protected get mappedFacets(): Dictionary<RenderFacet>;
|
|
1302
1505
|
renderableFacets: string | undefined;
|
|
1303
|
-
// @internal
|
|
1304
|
-
selectedFiltersByFacet: FiltersByFacet;
|
|
1305
1506
|
}
|
|
1306
1507
|
|
|
1307
1508
|
// @public
|
|
@@ -1314,11 +1515,30 @@ export interface FacetsActions {
|
|
|
1314
1515
|
// @public
|
|
1315
1516
|
export type FacetsActionsContext = XActionContext<FacetsState, FacetsGetters, FacetsMutations, FacetsActions>;
|
|
1316
1517
|
|
|
1518
|
+
// @public
|
|
1519
|
+
export interface FacetsConfig {
|
|
1520
|
+
filtersStrategyForRequest: filtersStrategyForRequest;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1317
1523
|
// @internal
|
|
1318
1524
|
export const facetsEmitters: {
|
|
1319
1525
|
SelectedFiltersChanged: {
|
|
1320
1526
|
selector: (_: FacetsState, getters: Returns<GettersTree<FacetsState, FacetsGetters>>) => Filter[];
|
|
1321
1527
|
filter: typeof areFiltersDifferent;
|
|
1528
|
+
metadata: {
|
|
1529
|
+
priority: number;
|
|
1530
|
+
};
|
|
1531
|
+
};
|
|
1532
|
+
SelectedFiltersForRequestChanged: {
|
|
1533
|
+
selector: (_: FacetsState, getters: Returns<GettersTree<FacetsState, FacetsGetters>>) => Filter[];
|
|
1534
|
+
filter: typeof areFiltersDifferent;
|
|
1535
|
+
metadata: {
|
|
1536
|
+
priority: number;
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
FacetsQueryChanged: {
|
|
1540
|
+
selector: (state: FacetsState) => string;
|
|
1541
|
+
filter: typeof isNewQuery;
|
|
1322
1542
|
};
|
|
1323
1543
|
};
|
|
1324
1544
|
|
|
@@ -1327,6 +1547,7 @@ export interface FacetsGetters {
|
|
|
1327
1547
|
facets: Record<Facet['id'], Facet>;
|
|
1328
1548
|
selectedFilters: Filter[];
|
|
1329
1549
|
selectedFiltersByFacet: FiltersByFacet;
|
|
1550
|
+
selectedFiltersForRequest: Filter[];
|
|
1330
1551
|
}
|
|
1331
1552
|
|
|
1332
1553
|
// @public
|
|
@@ -1335,15 +1556,37 @@ export interface FacetsGroup {
|
|
|
1335
1556
|
id: string;
|
|
1336
1557
|
}
|
|
1337
1558
|
|
|
1559
|
+
// @public
|
|
1560
|
+
export class FacetsMixin extends Vue_2 {
|
|
1561
|
+
alwaysVisible: boolean;
|
|
1562
|
+
facetsIds?: Array<Facet['id']>;
|
|
1563
|
+
// @internal
|
|
1564
|
+
protected get hasSelectedFilters(): boolean;
|
|
1565
|
+
// @internal
|
|
1566
|
+
protected get isVisible(): boolean;
|
|
1567
|
+
// @internal
|
|
1568
|
+
protected get selectedFilters(): Filter[];
|
|
1569
|
+
// @internal
|
|
1570
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
1571
|
+
// @internal
|
|
1572
|
+
selectedFiltersGetter: Filter[];
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1338
1575
|
// @public
|
|
1339
1576
|
export interface FacetsMutations {
|
|
1577
|
+
clearStickyFilters(): void;
|
|
1578
|
+
mutateFilter(payload: MutateFilterPayload): void;
|
|
1340
1579
|
removeFacet(facet: Facet): void;
|
|
1341
1580
|
removeFilter(filter: Filter): void;
|
|
1342
1581
|
removeFilters(filters: Filter[]): void;
|
|
1582
|
+
removeStickyFilter(filter: RawFilter): void;
|
|
1343
1583
|
setFacet(facet: Facet): void;
|
|
1344
1584
|
setFacetGroup(facetGroupEntry: FacetGroupEntry): void;
|
|
1345
|
-
|
|
1585
|
+
setFacetsConfig(config: FacetsConfig): void;
|
|
1346
1586
|
setFilters(filters: Filter[]): void;
|
|
1587
|
+
setPreselectedFilters(filters: RawFilter[]): void;
|
|
1588
|
+
setQuery(query: string): void;
|
|
1589
|
+
setStickyFilter(filter: RawFilter): void;
|
|
1347
1590
|
}
|
|
1348
1591
|
|
|
1349
1592
|
// @public
|
|
@@ -1366,29 +1609,56 @@ export class FacetsProvider extends Vue_2 {
|
|
|
1366
1609
|
|
|
1367
1610
|
// @public
|
|
1368
1611
|
export interface FacetsService {
|
|
1369
|
-
clearFilters(facetIds?: Array<Facet['id']
|
|
1370
|
-
|
|
1612
|
+
clearFilters(facetIds?: Array<Facet['id']>, metadata?: FiltersMetadata): void;
|
|
1613
|
+
clearFiltersWithMetadata(payload?: {
|
|
1614
|
+
facetIds?: Array<Facet['id']>;
|
|
1615
|
+
metadata?: FiltersMetadata;
|
|
1616
|
+
}): void;
|
|
1617
|
+
deselect(filter: Filter, metadata?: FiltersMetadata): void;
|
|
1371
1618
|
select(filter: Filter | Filter[]): void;
|
|
1619
|
+
selectPreselectedFilters(): void;
|
|
1372
1620
|
setFacets(facetsGroup: FacetsGroup): void;
|
|
1621
|
+
setQuery(query: string): void;
|
|
1373
1622
|
toggle(filter: Filter): void;
|
|
1374
1623
|
updateFacets(facetsGroup: FacetsGroup): void;
|
|
1624
|
+
updatePreselectedFilters(filters: Filter[]): void;
|
|
1375
1625
|
}
|
|
1376
1626
|
|
|
1377
1627
|
// @public
|
|
1378
1628
|
export interface FacetsState {
|
|
1629
|
+
config: FacetsConfig;
|
|
1379
1630
|
facets: Record<Facet['id'], Omit<Facet, 'filters'>>;
|
|
1380
1631
|
filters: Record<Filter['id'], Filter>;
|
|
1381
1632
|
groups: Record<Facet['id'], GroupId>;
|
|
1633
|
+
preselectedFilters: RawFilter[];
|
|
1634
|
+
query: string;
|
|
1635
|
+
stickyFilters: Record<Filter['id'], Filter>;
|
|
1382
1636
|
}
|
|
1383
1637
|
|
|
1384
1638
|
// @internal
|
|
1385
1639
|
export const facetsWiring: {
|
|
1640
|
+
ParamsLoadedFromUrl: {
|
|
1641
|
+
clearAllFiltersWire: AnyWire;
|
|
1642
|
+
setFiltersFromUrl: Wire<UrlParams>;
|
|
1643
|
+
};
|
|
1644
|
+
PreselectedFiltersProvided: {
|
|
1645
|
+
updatePreselectedFilters: Wire<Filter[]>;
|
|
1646
|
+
};
|
|
1386
1647
|
FacetsChanged: {
|
|
1387
1648
|
updateFacetsGroupWithSearchFacetsWire: Wire<Facet[]>;
|
|
1388
1649
|
};
|
|
1389
1650
|
FacetsGroupProvided: {
|
|
1390
1651
|
setFacetsGroupWire: Wire<FacetsGroup>;
|
|
1391
1652
|
};
|
|
1653
|
+
UserAcceptedAQuery: {
|
|
1654
|
+
setQuery: Wire<string>;
|
|
1655
|
+
};
|
|
1656
|
+
FacetsQueryChanged: {
|
|
1657
|
+
clearAllFiltersOnSecondQuery: Wire<any>;
|
|
1658
|
+
};
|
|
1659
|
+
UserChangedExtraParams: {
|
|
1660
|
+
clearAllFiltersButStickyWire: AnyWire;
|
|
1661
|
+
};
|
|
1392
1662
|
UserClickedAFilter: {
|
|
1393
1663
|
toggleFilterWire: Wire<Filter>;
|
|
1394
1664
|
};
|
|
@@ -1402,11 +1672,14 @@ export const facetsWiring: {
|
|
|
1402
1672
|
clearFiltersWire: Wire<(string | number)[] | undefined>;
|
|
1403
1673
|
};
|
|
1404
1674
|
UserClearedQuery: {
|
|
1405
|
-
|
|
1675
|
+
clearAllFiltersButStickyWire: AnyWire;
|
|
1676
|
+
setQuery: Wire<string>;
|
|
1406
1677
|
};
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1678
|
+
UserClickedOpenX: {
|
|
1679
|
+
selectPreselectedFilterWire: Wire<undefined>;
|
|
1680
|
+
};
|
|
1681
|
+
SearchResponseChanged: {
|
|
1682
|
+
clearStickyFilters: Wire<InternalSearchResponse>;
|
|
1410
1683
|
};
|
|
1411
1684
|
};
|
|
1412
1685
|
|
|
@@ -1414,15 +1687,18 @@ export const facetsWiring: {
|
|
|
1414
1687
|
export interface FacetsXEvents {
|
|
1415
1688
|
FacetsGroupChanged: FacetsGroup;
|
|
1416
1689
|
FacetsGroupProvided: FacetsGroup;
|
|
1690
|
+
FacetsQueryChanged: string;
|
|
1691
|
+
PreselectedFiltersProvided: RawFilter[];
|
|
1417
1692
|
SelectedFiltersChanged: Filter[];
|
|
1693
|
+
SelectedFiltersForRequestChanged: Filter[];
|
|
1418
1694
|
UserChangedSelectedFilters: Filter[];
|
|
1419
1695
|
UserClickedAFilter: Filter;
|
|
1420
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1696
|
+
// Warning: (ae-forgotten-export) The symbol "HierarchicalFilter_2" needs to be exported by the entry point index.d.ts
|
|
1421
1697
|
UserClickedAHierarchicalFilter: HierarchicalFilter_2;
|
|
1422
1698
|
UserClickedAllFilter: [Facet['id']];
|
|
1423
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1699
|
+
// Warning: (ae-forgotten-export) The symbol "NumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
1424
1700
|
UserClickedANumberRangeFilter: NumberRangeFilter_2;
|
|
1425
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1701
|
+
// Warning: (ae-forgotten-export) The symbol "SimpleFilter_2" needs to be exported by the entry point index.d.ts
|
|
1426
1702
|
UserClickedASimpleFilter: SimpleFilter_2;
|
|
1427
1703
|
UserClickedClearAllFilters: Array<Facet['id']> | undefined;
|
|
1428
1704
|
UserModifiedEditableNumberRangeFilter: EditableNumberRangeFilter_2;
|
|
@@ -1441,12 +1717,25 @@ export type FacetsXStoreModule = XStoreModule<FacetsState, FacetsGetters, Facets
|
|
|
1441
1717
|
export const facetsXStoreModule: FacetsXStoreModule;
|
|
1442
1718
|
|
|
1443
1719
|
// @public
|
|
1444
|
-
export class
|
|
1720
|
+
export class Fade extends Vue_2 {
|
|
1721
|
+
appear: boolean;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
// Warning: (ae-forgotten-export) The symbol "FadeAndSlide_base" needs to be exported by the entry point index.d.ts
|
|
1725
|
+
//
|
|
1726
|
+
// @public
|
|
1727
|
+
export class FadeAndSlide extends FadeAndSlide_base {
|
|
1728
|
+
protected animationName: string;
|
|
1729
|
+
appear: boolean;
|
|
1445
1730
|
protected tag: string;
|
|
1446
1731
|
}
|
|
1447
1732
|
|
|
1448
1733
|
// @public
|
|
1449
|
-
export
|
|
1734
|
+
export class FallbackDisclaimer extends Vue_2 {
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
// @public
|
|
1738
|
+
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'no_results' | 'none' | 'predictive_layer' | 'results' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
1450
1739
|
|
|
1451
1740
|
// @public
|
|
1452
1741
|
export interface FetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request> {
|
|
@@ -1462,13 +1751,13 @@ export interface FetchAndSaveHooks<Context extends XActionContext<StatusState, o
|
|
|
1462
1751
|
onSuccess(context: Context, response: Response): void;
|
|
1463
1752
|
}
|
|
1464
1753
|
|
|
1465
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1754
|
+
// Warning: (ae-forgotten-export) The symbol "IdentifierResultsRequest" needs to be exported by the entry point index.d.ts
|
|
1466
1755
|
//
|
|
1467
1756
|
// @public
|
|
1468
|
-
export const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request:
|
|
1757
|
+
export const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: IdentifierResultsRequest | null) => void | Promise<void>;
|
|
1469
1758
|
|
|
1470
1759
|
// @public
|
|
1471
|
-
export const fetchAndSaveIdentifierResultsWire: Wire<
|
|
1760
|
+
export const fetchAndSaveIdentifierResultsWire: Wire<IdentifierResultsRequest | null>;
|
|
1472
1761
|
|
|
1473
1762
|
// Warning: (ae-forgotten-export) The symbol "NextQueriesRequest" needs to be exported by the entry point index.d.ts
|
|
1474
1763
|
//
|
|
@@ -1478,18 +1767,31 @@ export const fetchAndSaveNextQueries: (context: NextQueriesActionContext, reques
|
|
|
1478
1767
|
// @public
|
|
1479
1768
|
export const fetchAndSaveNextQueriesWire: Wire<NextQueriesRequest | null>;
|
|
1480
1769
|
|
|
1481
|
-
//
|
|
1770
|
+
// @public
|
|
1771
|
+
export const fetchAndSaveNextQueryPreviewWire: AnyWire;
|
|
1772
|
+
|
|
1773
|
+
// Warning: (ae-forgotten-export) The symbol "PopularSearchesRequest" needs to be exported by the entry point index.d.ts
|
|
1774
|
+
//
|
|
1775
|
+
// @public
|
|
1776
|
+
export const fetchAndSavePopularSearches: (context: PopularSearchesActionContext, request: PopularSearchesRequest) => void | Promise<void>;
|
|
1777
|
+
|
|
1778
|
+
// @public
|
|
1779
|
+
export const fetchAndSaveQueryPreview: QueriesPreviewXStoreModule['actions']['fetchAndSaveQueryPreview'];
|
|
1780
|
+
|
|
1781
|
+
// Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
|
|
1482
1782
|
//
|
|
1483
1783
|
// @public
|
|
1484
|
-
export const
|
|
1784
|
+
export const fetchAndSaveQueryPreviewWire: Wire<SearchRequest>;
|
|
1485
1785
|
|
|
1786
|
+
// Warning: (ae-forgotten-export) The symbol "QuerySuggestionsRequest" needs to be exported by the entry point index.d.ts
|
|
1787
|
+
//
|
|
1486
1788
|
// @public
|
|
1487
|
-
export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionContext, request:
|
|
1789
|
+
export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionContext, request: QuerySuggestionsRequest | null) => void | Promise<void>;
|
|
1488
1790
|
|
|
1489
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1791
|
+
// Warning: (ae-forgotten-export) The symbol "RecommendationsRequest" needs to be exported by the entry point index.d.ts
|
|
1490
1792
|
//
|
|
1491
1793
|
// @public
|
|
1492
|
-
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request:
|
|
1794
|
+
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
|
|
1493
1795
|
|
|
1494
1796
|
// Warning: (ae-forgotten-export) The symbol "RelatedTagsRequest" needs to be exported by the entry point index.d.ts
|
|
1495
1797
|
//
|
|
@@ -1499,16 +1801,14 @@ export const fetchAndSaveRelatedTags: (context: RelatedTagsActionContext, reques
|
|
|
1499
1801
|
// @public
|
|
1500
1802
|
export const fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
1501
1803
|
|
|
1502
|
-
// Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
|
|
1503
|
-
//
|
|
1504
1804
|
// @public
|
|
1505
|
-
export const fetchAndSaveSearchResponse: (context: SearchActionContext, request:
|
|
1805
|
+
export const fetchAndSaveSearchResponse: (context: SearchActionContext, request: InternalSearchRequest | null) => void | Promise<void>;
|
|
1506
1806
|
|
|
1507
1807
|
// @public
|
|
1508
|
-
export const fetchAndSaveSearchResponseWire: Wire<
|
|
1808
|
+
export const fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
|
|
1509
1809
|
|
|
1510
1810
|
// @public
|
|
1511
|
-
export const fetchAndSaveSuggestionsWire: Wire<
|
|
1811
|
+
export const fetchAndSaveSuggestionsWire: Wire<QuerySuggestionsRequest | null>;
|
|
1512
1812
|
|
|
1513
1813
|
// @public
|
|
1514
1814
|
export const fetchIdentifierResults: IdentifierResultsXStoreModule['actions']['fetchIdentifierResults'];
|
|
@@ -1519,6 +1819,9 @@ export const fetchNextQueries: NextQueriesXStoreModule['actions']['fetchNextQuer
|
|
|
1519
1819
|
// @public
|
|
1520
1820
|
export const fetchPopularSearches: PopularSearchesXStoreModule['actions']['fetchSuggestions'];
|
|
1521
1821
|
|
|
1822
|
+
// @public
|
|
1823
|
+
export const fetchQueryPreview: QueriesPreviewXStoreModule['actions']['fetchQueryPreview'];
|
|
1824
|
+
|
|
1522
1825
|
// @public
|
|
1523
1826
|
export const fetchQuerySuggestions: QuerySuggestionsXStoreModule['actions']['fetchSuggestions'];
|
|
1524
1827
|
|
|
@@ -1538,8 +1841,8 @@ export function filter<Payload>(wire: Wire<Payload>, filterFn: (parameters: Wire
|
|
|
1538
1841
|
export function filterBlacklistedModules<Payload>(wire: Wire<Payload>, blacklist: Array<XModuleName | null>): Wire<Payload>;
|
|
1539
1842
|
|
|
1540
1843
|
// @internal
|
|
1541
|
-
export interface FilterEntity {
|
|
1542
|
-
deselect(filter: Filter): void;
|
|
1844
|
+
export interface FilterEntity<Metadata extends Dictionary = Dictionary<unknown>> {
|
|
1845
|
+
deselect(filter: Filter, metadata?: Metadata): void;
|
|
1543
1846
|
select(filter: Filter): void;
|
|
1544
1847
|
}
|
|
1545
1848
|
|
|
@@ -1557,19 +1860,23 @@ export class FilterEntityFactory {
|
|
|
1557
1860
|
protected entities: FilterEntityConstructor[];
|
|
1558
1861
|
getFilterEntity(store: Store<RootXStoreState>, filter: Filter): FilterEntity;
|
|
1559
1862
|
static instance: FilterEntityFactory;
|
|
1560
|
-
protected
|
|
1863
|
+
protected modifiersByFacetId: Record<Facet['id'], FilterEntityModifier[]>;
|
|
1864
|
+
// Warning: (ae-forgotten-export) The symbol "FilterModelName" needs to be exported by the entry point index.d.ts
|
|
1865
|
+
protected modifiersByFilterModelName: Partial<Record<FilterModelName, FilterEntityModifier[]>>;
|
|
1561
1866
|
registerFilterEntity(entity: FilterEntityConstructor): void;
|
|
1562
|
-
|
|
1867
|
+
registerModifierByFacetId(facetId: Facet['id'], ...modifiers: FilterEntityModifier[]): void;
|
|
1868
|
+
registerModifierByFilterModelName(filterModelName: FilterModelName, ...modifiers: FilterEntityModifier[]): void;
|
|
1869
|
+
protected updateModifiers(modifiersRecord: Record<string, FilterEntityModifier[]>, modifierKey: string | number, modifiers: FilterEntityModifier[]): void;
|
|
1563
1870
|
}
|
|
1564
1871
|
|
|
1565
1872
|
// @internal
|
|
1566
|
-
export interface FilterEntityModifier {
|
|
1873
|
+
export interface FilterEntityModifier<Metadata extends Dictionary = Dictionary> {
|
|
1567
1874
|
// (undocumented)
|
|
1568
|
-
new (store: Store<RootXStoreState>, entity: FilterEntity): FilterEntity
|
|
1875
|
+
new (store: Store<RootXStoreState>, entity: FilterEntity<Metadata>): FilterEntity<Metadata>;
|
|
1569
1876
|
}
|
|
1570
1877
|
|
|
1571
1878
|
// @public
|
|
1572
|
-
export function filterFalsyPayload<Payload>(wire: Wire<Payload
|
|
1879
|
+
export function filterFalsyPayload<Payload>(wire: Wire<Exclude<Payload, null | undefined | false | 0 | ''>>): Wire<Payload>;
|
|
1573
1880
|
|
|
1574
1881
|
// @public
|
|
1575
1882
|
export type FiltersByFacet = Record<Facet['id'], Filter[]>;
|
|
@@ -1601,6 +1908,11 @@ export class FiltersList extends FiltersList_base {
|
|
|
1601
1908
|
protected get hasSelectedFilters(): boolean;
|
|
1602
1909
|
}
|
|
1603
1910
|
|
|
1911
|
+
// @public
|
|
1912
|
+
export interface FiltersMetadata {
|
|
1913
|
+
keepSticky?: boolean;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1604
1916
|
// Warning: (ae-forgotten-export) The symbol "FiltersSearch_base" needs to be exported by the entry point index.d.ts
|
|
1605
1917
|
//
|
|
1606
1918
|
// @public
|
|
@@ -1611,6 +1923,8 @@ export class FiltersSearch extends FiltersSearch_base {
|
|
|
1611
1923
|
protected get cssClasses(): VueCSSClasses;
|
|
1612
1924
|
protected debounceInMs: number;
|
|
1613
1925
|
// (undocumented)
|
|
1926
|
+
protected filtersSearchInputMessage: string;
|
|
1927
|
+
// (undocumented)
|
|
1614
1928
|
protected query: string;
|
|
1615
1929
|
// @internal
|
|
1616
1930
|
protected setQuery(query: string): void;
|
|
@@ -1622,6 +1936,9 @@ export class FiltersSearch extends FiltersSearch_base {
|
|
|
1622
1936
|
updateSetQueryDebounced(): void;
|
|
1623
1937
|
}
|
|
1624
1938
|
|
|
1939
|
+
// @public
|
|
1940
|
+
export type filtersStrategyForRequest = 'all' | 'leaves-only';
|
|
1941
|
+
|
|
1625
1942
|
// @public
|
|
1626
1943
|
export function filterTruthyPayload<Payload>(wire: Wire<Payload>): Wire<Payload>;
|
|
1627
1944
|
|
|
@@ -1633,14 +1950,14 @@ export type FirstParameter<SomeFunction extends AnyFunction> = Parameters<SomeFu
|
|
|
1633
1950
|
|
|
1634
1951
|
// Warning: (ae-forgotten-export) The symbol "FixedHeaderAndAsidesLayout_base" needs to be exported by the entry point index.d.ts
|
|
1635
1952
|
//
|
|
1636
|
-
// @public
|
|
1953
|
+
// @public @deprecated
|
|
1637
1954
|
export class FixedHeaderAndAsidesLayout extends FixedHeaderAndAsidesLayout_base {
|
|
1638
1955
|
// (undocumented)
|
|
1639
1956
|
protected get isBackdropVisible(): boolean;
|
|
1640
1957
|
// (undocumented)
|
|
1641
|
-
protected leftAsideAnimation: VueConstructor
|
|
1958
|
+
protected leftAsideAnimation: VueConstructor;
|
|
1642
1959
|
// (undocumented)
|
|
1643
|
-
protected rightAsideAnimation: VueConstructor
|
|
1960
|
+
protected rightAsideAnimation: VueConstructor;
|
|
1644
1961
|
// (undocumented)
|
|
1645
1962
|
protected scrollPosition: number;
|
|
1646
1963
|
// (undocumented)
|
|
@@ -1648,10 +1965,19 @@ export class FixedHeaderAndAsidesLayout extends FixedHeaderAndAsidesLayout_base
|
|
|
1648
1965
|
}
|
|
1649
1966
|
|
|
1650
1967
|
// @public
|
|
1651
|
-
export function
|
|
1968
|
+
export function flatHierarchicalFilters(hierarchicalFilters: HierarchicalFilter_2[]): HierarchicalFilter_2[];
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export const FOCUSABLE_SELECTORS = "a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
|
|
1652
1972
|
|
|
1653
1973
|
// @internal
|
|
1654
|
-
export function
|
|
1974
|
+
export function getAliasAPI(component: Vue_2): XComponentAliasAPI;
|
|
1975
|
+
|
|
1976
|
+
// @internal
|
|
1977
|
+
export function getBusAPI(bus: XBus<XEventsTypes, WireMetadata>, component: PrivateExtendedVueComponent): XComponentBusAPI;
|
|
1978
|
+
|
|
1979
|
+
// @public
|
|
1980
|
+
export function getGetterPath<ModuleName extends XModuleName>(moduleName: ModuleName, getterName: keyof ExtractGetters<ModuleName>): string;
|
|
1655
1981
|
|
|
1656
1982
|
// @public
|
|
1657
1983
|
export function getRootXComponent(component: Vue_2): Vue_2 | undefined;
|
|
@@ -1659,6 +1985,9 @@ export function getRootXComponent(component: Vue_2): Vue_2 | undefined;
|
|
|
1659
1985
|
// @public
|
|
1660
1986
|
export function getStateAndGettersFromModule<ModuleName extends XModuleName>(state: RootXStoreState, getters: Pick<Store<any>, 'getters'>, moduleName: ModuleName): StoreModuleStateAndGetters<ModuleName>;
|
|
1661
1987
|
|
|
1988
|
+
// @public
|
|
1989
|
+
export function getTargetElement(event: Event): Element;
|
|
1990
|
+
|
|
1662
1991
|
// @public
|
|
1663
1992
|
export function Getter<Module extends XModuleName, GetterName extends keyof ExtractGetters<Module>>(module: Module, getter: GetterName): DecoratorFor<ExtractGetters<Module>[GetterName]>;
|
|
1664
1993
|
|
|
@@ -1694,25 +2023,41 @@ export const Grid1ColIcon: {};
|
|
|
1694
2023
|
// @public (undocumented)
|
|
1695
2024
|
export const Grid2ColIcon: {};
|
|
1696
2025
|
|
|
2026
|
+
// @public (undocumented)
|
|
2027
|
+
export const Grid2RowsIcon: {};
|
|
2028
|
+
|
|
2029
|
+
// @public (undocumented)
|
|
2030
|
+
export const Grid4ColIcon: {};
|
|
2031
|
+
|
|
1697
2032
|
// @public
|
|
1698
2033
|
export type GroupId = string;
|
|
1699
2034
|
|
|
1700
2035
|
// @public
|
|
1701
2036
|
export function groupItemsBy<ArrayType, ReturnType extends string | number>(array: ArrayType[], groupBy: (item: ArrayType, index: number) => ReturnType): Record<ReturnType, ArrayType[]>;
|
|
1702
2037
|
|
|
2038
|
+
// @internal
|
|
2039
|
+
export const HAS_MORE_ITEMS_KEY: XInjectKey<boolean | undefined>;
|
|
2040
|
+
|
|
2041
|
+
// @public (undocumented)
|
|
2042
|
+
export const HeartIcon: {};
|
|
2043
|
+
|
|
2044
|
+
// @public (undocumented)
|
|
2045
|
+
export const HeartIconFilled: {};
|
|
2046
|
+
|
|
1703
2047
|
// @public (undocumented)
|
|
1704
2048
|
export const HideIcon: {};
|
|
1705
2049
|
|
|
1706
2050
|
// @public
|
|
1707
2051
|
export class HierarchicalFilter extends Vue_2 {
|
|
1708
2052
|
childrenAnimation?: Vue_2 | string;
|
|
2053
|
+
clickEvents: Partial<XEventsTypes>;
|
|
1709
2054
|
// @internal
|
|
1710
|
-
protected get
|
|
2055
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
1711
2056
|
// @internal
|
|
1712
2057
|
protected get cssClasses(): VueCSSClasses;
|
|
1713
2058
|
filter: HierarchicalFilter_2;
|
|
1714
2059
|
// @internal
|
|
1715
|
-
|
|
2060
|
+
protected getChildFilterClickEvents(childFilter: HierarchicalFilter_2): Partial<XEventsTypes>;
|
|
1716
2061
|
// (undocumented)
|
|
1717
2062
|
protected isFilterPartiallySelected(filter: HierarchicalFilter_2): boolean;
|
|
1718
2063
|
// @internal
|
|
@@ -1731,22 +2076,39 @@ export class HierarchicalFilterEntity implements FilterEntity {
|
|
|
1731
2076
|
deselect(filter: HierarchicalFilter_2): void;
|
|
1732
2077
|
protected deselectDescendants(filter: HierarchicalFilter_2): void;
|
|
1733
2078
|
protected getFilterById(id: HierarchicalFilter_2['id']): HierarchicalFilter_2;
|
|
1734
|
-
protected saveFilter(filter: HierarchicalFilter_2): void;
|
|
2079
|
+
protected saveFilter(filter: HierarchicalFilter_2, newFilterState?: Partial<HierarchicalFilter_2>): void;
|
|
1735
2080
|
select(filter: HierarchicalFilter_2): void;
|
|
1736
2081
|
protected selectAncestors(filter: HierarchicalFilter_2): void;
|
|
1737
2082
|
// (undocumented)
|
|
1738
2083
|
protected store: Store<RootXStoreState>;
|
|
1739
2084
|
}
|
|
1740
2085
|
|
|
2086
|
+
// Warning: (ae-forgotten-export) The symbol "Highlight_base" needs to be exported by the entry point index.d.ts
|
|
2087
|
+
//
|
|
2088
|
+
// @public
|
|
2089
|
+
export class Highlight extends Highlight_base {
|
|
2090
|
+
// @internal
|
|
2091
|
+
protected get dynamicCSSClasses(): VueCSSClasses;
|
|
2092
|
+
// @internal
|
|
2093
|
+
protected get hasMatch(): boolean;
|
|
2094
|
+
highlight: string;
|
|
2095
|
+
matchClass: string;
|
|
2096
|
+
// Warning: (ae-forgotten-export) The symbol "HighlightMatch" needs to be exported by the entry point index.d.ts
|
|
2097
|
+
//
|
|
2098
|
+
// @internal
|
|
2099
|
+
protected get matchParts(): HighlightMatch;
|
|
2100
|
+
// @internal
|
|
2101
|
+
protected splitAt(label: string, start: number, end: number): HighlightMatch;
|
|
2102
|
+
text: string;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
1741
2105
|
// @public (undocumented)
|
|
1742
2106
|
export const HistoryIcon: {};
|
|
1743
2107
|
|
|
1744
2108
|
// @public
|
|
1745
2109
|
export class HistoryQueries extends Vue_2 {
|
|
1746
|
-
protected animation: Vue_2;
|
|
1747
2110
|
// @internal
|
|
1748
2111
|
historyQueries: HistoryQuery_2[];
|
|
1749
|
-
protected maxItemsToRender?: number;
|
|
1750
2112
|
}
|
|
1751
2113
|
|
|
1752
2114
|
// @public
|
|
@@ -1763,6 +2125,8 @@ export interface HistoryQueriesActions {
|
|
|
1763
2125
|
removeFromHistory(historyQuery: HistoryQuery_2): void;
|
|
1764
2126
|
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
1765
2127
|
setUrlParams(urlParams: UrlParams): void;
|
|
2128
|
+
toggleHistoryQueries(isEnabled: boolean): void;
|
|
2129
|
+
updateHistoryQueriesWithSearchResponse(searchResponse: InternalSearchResponse): void;
|
|
1766
2130
|
}
|
|
1767
2131
|
|
|
1768
2132
|
// @public
|
|
@@ -1796,28 +2160,48 @@ export class HistoryQueriesGetter implements GettersClass<HistoryQueriesXStoreMo
|
|
|
1796
2160
|
// @public
|
|
1797
2161
|
export interface HistoryQueriesGetters {
|
|
1798
2162
|
historyQueries: HistoryQuery_2[];
|
|
2163
|
+
historyQueriesWithResults: HistoryQuery_2[];
|
|
1799
2164
|
normalizedQuery: string;
|
|
1800
2165
|
sessionHistoryQueries: HistoryQuery_2[];
|
|
1801
2166
|
storageKey: string;
|
|
1802
2167
|
}
|
|
1803
2168
|
|
|
2169
|
+
// Warning: (ae-forgotten-export) The symbol "QueryMutations" needs to be exported by the entry point index.d.ts
|
|
2170
|
+
//
|
|
1804
2171
|
// @public
|
|
1805
|
-
export interface HistoryQueriesMutations {
|
|
2172
|
+
export interface HistoryQueriesMutations extends QueryMutations {
|
|
1806
2173
|
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
2174
|
+
setIsEnabled(isEnabled: boolean): void;
|
|
1807
2175
|
setQuery(query: string): void;
|
|
1808
2176
|
setSessionTimeStamp(timeStamp: number): void;
|
|
1809
2177
|
}
|
|
1810
2178
|
|
|
2179
|
+
// Warning: (ae-forgotten-export) The symbol "QueryState" needs to be exported by the entry point index.d.ts
|
|
2180
|
+
//
|
|
1811
2181
|
// @public
|
|
1812
|
-
export interface HistoryQueriesState {
|
|
2182
|
+
export interface HistoryQueriesState extends QueryState {
|
|
1813
2183
|
config: HistoryQueriesConfig;
|
|
1814
2184
|
historyQueries: HistoryQuery_2[];
|
|
2185
|
+
isEnabled: boolean;
|
|
1815
2186
|
query: string;
|
|
1816
2187
|
sessionTimeStampInMs: number;
|
|
1817
2188
|
}
|
|
1818
2189
|
|
|
2190
|
+
// @public
|
|
2191
|
+
export class HistoryQueriesSwitch extends Vue_2 {
|
|
2192
|
+
protected get hasHistoryQueries(): boolean;
|
|
2193
|
+
historyQueries: HistoryQuery_2[];
|
|
2194
|
+
// @internal
|
|
2195
|
+
isEnabled: boolean;
|
|
2196
|
+
// @internal
|
|
2197
|
+
protected toggle(): void;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
1819
2200
|
// @internal
|
|
1820
2201
|
export const historyQueriesWiring: {
|
|
2202
|
+
ParamsLoadedFromUrl: {
|
|
2203
|
+
setUrlParams: Wire<UrlParams>;
|
|
2204
|
+
};
|
|
1821
2205
|
HistoryQueriesQueryChanged: {
|
|
1822
2206
|
refreshHistoryQueriesSession: AnyWire;
|
|
1823
2207
|
};
|
|
@@ -1840,8 +2224,20 @@ export const historyQueriesWiring: {
|
|
|
1840
2224
|
UserPressedRemoveHistoryQuery: {
|
|
1841
2225
|
removeHistoryQuery: Wire<HistoryQuery_2>;
|
|
1842
2226
|
};
|
|
1843
|
-
|
|
1844
|
-
|
|
2227
|
+
UserClickedEnableHistoryQueries: {
|
|
2228
|
+
setHistoryQueriesEnabled: AnyWire;
|
|
2229
|
+
};
|
|
2230
|
+
UserClickedConfirmDisableHistoryQueries: {
|
|
2231
|
+
setHistoryQueriesDisabled: AnyWire;
|
|
2232
|
+
};
|
|
2233
|
+
UserClickedCloseX: {
|
|
2234
|
+
clearHistoryQueriesQuery: AnyWire;
|
|
2235
|
+
};
|
|
2236
|
+
UserClickedOutOfMainModal: {
|
|
2237
|
+
clearHistoryQueriesQuery: AnyWire;
|
|
2238
|
+
};
|
|
2239
|
+
SearchResponseChanged: {
|
|
2240
|
+
updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
1845
2241
|
};
|
|
1846
2242
|
};
|
|
1847
2243
|
|
|
@@ -1851,6 +2247,10 @@ export interface HistoryQueriesXEvents {
|
|
|
1851
2247
|
HistoryQueriesQueryChanged: string;
|
|
1852
2248
|
HistoryQueriesStorageKeyChanged: string;
|
|
1853
2249
|
SessionHistoryQueriesChanged: HistoryQuery_2[];
|
|
2250
|
+
UserClickedConfirmDisableHistoryQueries: void;
|
|
2251
|
+
UserClickedDisableHistoryQueries: void;
|
|
2252
|
+
UserClickedDismissDisableHistoryQueries: void;
|
|
2253
|
+
UserClickedEnableHistoryQueries: void;
|
|
1854
2254
|
UserPressedClearHistoryQueries: void;
|
|
1855
2255
|
UserPressedRemoveHistoryQuery: HistoryQuery_2;
|
|
1856
2256
|
UserSelectedAHistoryQuery: HistoryQuery_2;
|
|
@@ -1868,8 +2268,10 @@ export type HistoryQueriesXStoreModule = XStoreModule<HistoryQueriesState, Histo
|
|
|
1868
2268
|
// @internal
|
|
1869
2269
|
export const historyQueriesXStoreModule: HistoryQueriesXStoreModule;
|
|
1870
2270
|
|
|
2271
|
+
// Warning: (ae-forgotten-export) The symbol "HistoryQuery_base" needs to be exported by the entry point index.d.ts
|
|
2272
|
+
//
|
|
1871
2273
|
// @public
|
|
1872
|
-
export class HistoryQuery extends
|
|
2274
|
+
export class HistoryQuery extends HistoryQuery_base {
|
|
1873
2275
|
// @internal
|
|
1874
2276
|
query: string;
|
|
1875
2277
|
protected suggestion: HistoryQuery_2;
|
|
@@ -1898,14 +2300,17 @@ export class IdentifierResult extends Vue_2 {
|
|
|
1898
2300
|
export class IdentifierResults extends Vue_2 {
|
|
1899
2301
|
protected animation: Vue_2;
|
|
1900
2302
|
identifierResults: Result[];
|
|
2303
|
+
// @internal
|
|
2304
|
+
get identifierResultsToRender(): Result[];
|
|
2305
|
+
protected maxItemsToRender?: number;
|
|
1901
2306
|
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
1902
2307
|
}
|
|
1903
2308
|
|
|
1904
2309
|
// @public
|
|
1905
2310
|
export interface IdentifierResultsActions {
|
|
1906
2311
|
cancelFetchAndSaveIdentifierResults(): void;
|
|
1907
|
-
fetchAndSaveIdentifierResults(request:
|
|
1908
|
-
fetchIdentifierResults(request:
|
|
2312
|
+
fetchAndSaveIdentifierResults(request: IdentifierResultsRequest | null): void;
|
|
2313
|
+
fetchIdentifierResults(request: IdentifierResultsRequest | null): Result[];
|
|
1909
2314
|
saveOrigin(originInit: QueryOriginInit): void;
|
|
1910
2315
|
saveQuery(query: string): void;
|
|
1911
2316
|
}
|
|
@@ -1927,18 +2332,18 @@ export const identifierResultsEmitters: {
|
|
|
1927
2332
|
selector: (state: IdentifierResultsState) => Result[];
|
|
1928
2333
|
filter: (newCollection: Result[], oldCollection: Result[]) => boolean;
|
|
1929
2334
|
};
|
|
1930
|
-
|
|
2335
|
+
IdentifierResultsRequestUpdated: (_: IdentifierResultsState, getters: Returns<GettersTree<IdentifierResultsState, IdentifierResultsGetters>>) => IdentifierResultsRequest | null;
|
|
1931
2336
|
};
|
|
1932
2337
|
|
|
1933
2338
|
// @public
|
|
1934
2339
|
export interface IdentifierResultsGetters {
|
|
1935
2340
|
identifierDetectionRegexp: RegExp;
|
|
1936
2341
|
identifierHighlightRegexp: RegExp;
|
|
1937
|
-
identifierResultsRequest:
|
|
2342
|
+
identifierResultsRequest: IdentifierResultsRequest | null;
|
|
1938
2343
|
}
|
|
1939
2344
|
|
|
1940
2345
|
// @public
|
|
1941
|
-
export interface IdentifierResultsMutations extends StatusMutations {
|
|
2346
|
+
export interface IdentifierResultsMutations extends StatusMutations, QueryMutations {
|
|
1942
2347
|
setIdentifierResults(identifierResults: Result[]): void;
|
|
1943
2348
|
setOrigin(origin: QueryOrigin | undefined | null): void;
|
|
1944
2349
|
setParams(params: Dictionary<unknown>): void;
|
|
@@ -1949,7 +2354,7 @@ export interface IdentifierResultsMutations extends StatusMutations {
|
|
|
1949
2354
|
export const identifierResultsRequest: IdentifierResultsXStoreModule['getters']['identifierResultsRequest'];
|
|
1950
2355
|
|
|
1951
2356
|
// @public
|
|
1952
|
-
export interface IdentifierResultsState extends StatusState {
|
|
2357
|
+
export interface IdentifierResultsState extends StatusState, QueryState {
|
|
1953
2358
|
config: IdentifierResultsConfig;
|
|
1954
2359
|
identifierResults: Result[];
|
|
1955
2360
|
origin: QueryOrigin | null;
|
|
@@ -1959,6 +2364,10 @@ export interface IdentifierResultsState extends StatusState {
|
|
|
1959
2364
|
|
|
1960
2365
|
// @internal
|
|
1961
2366
|
export const identifierResultsWiring: {
|
|
2367
|
+
ParamsLoadedFromUrl: {
|
|
2368
|
+
setUrlParams: AnyWire;
|
|
2369
|
+
saveIdentifierResultsOriginWire: AnyWire;
|
|
2370
|
+
};
|
|
1962
2371
|
UserIsTypingAQuery: {
|
|
1963
2372
|
setIdentifierResultsQueryDebounce: Wire<string>;
|
|
1964
2373
|
};
|
|
@@ -1970,22 +2379,24 @@ export const identifierResultsWiring: {
|
|
|
1970
2379
|
clearIdentifierResultsQuery: AnyWire;
|
|
1971
2380
|
cancelFetchAndSaveIdentifierResultsWire: AnyWire;
|
|
1972
2381
|
};
|
|
1973
|
-
|
|
1974
|
-
fetchAndSaveIdentifierResultsWire: Wire<
|
|
1975
|
-
};
|
|
1976
|
-
ParamsLoadedFromUrl: {
|
|
1977
|
-
setUrlParams: AnyWire;
|
|
1978
|
-
saveIdentifierResultsOriginWire: AnyWire;
|
|
2382
|
+
IdentifierResultsRequestUpdated: {
|
|
2383
|
+
fetchAndSaveIdentifierResultsWire: Wire<IdentifierResultsRequest | null>;
|
|
1979
2384
|
};
|
|
1980
2385
|
ExtraParamsChanged: {
|
|
1981
2386
|
setIdentifierResultsExtraParams: Wire<Dictionary<unknown>>;
|
|
1982
2387
|
};
|
|
2388
|
+
UserClickedCloseX: {
|
|
2389
|
+
clearIdentifierResultsQuery: AnyWire;
|
|
2390
|
+
};
|
|
2391
|
+
UserClickedOutOfMainModal: {
|
|
2392
|
+
clearIdentifierResultsQuery: AnyWire;
|
|
2393
|
+
};
|
|
1983
2394
|
};
|
|
1984
2395
|
|
|
1985
2396
|
// @public
|
|
1986
2397
|
export interface IdentifierResultsXEvents {
|
|
1987
2398
|
IdentifierResultsChanged: Result[];
|
|
1988
|
-
|
|
2399
|
+
IdentifierResultsRequestUpdated: IdentifierResultsRequest | null;
|
|
1989
2400
|
UserClickedAIdentifierResult: Result;
|
|
1990
2401
|
}
|
|
1991
2402
|
|
|
@@ -2002,7 +2413,10 @@ export type IdentifierResultsXStoreModule = XStoreModule<IdentifierResultsState,
|
|
|
2002
2413
|
export const identifierResultsXStoreModule: IdentifierResultsXStoreModule;
|
|
2003
2414
|
|
|
2004
2415
|
// @public
|
|
2005
|
-
export const increasePageAppendingResults:
|
|
2416
|
+
export const increasePageAppendingResults: SearchXStoreModule['actions']['increasePageAppendingResults'];
|
|
2417
|
+
|
|
2418
|
+
// @public
|
|
2419
|
+
export const increasePageAppendingResultsWire: AnyWire;
|
|
2006
2420
|
|
|
2007
2421
|
// @public
|
|
2008
2422
|
export interface InfiniteScroll {
|
|
@@ -2013,18 +2427,43 @@ export interface InfiniteScroll {
|
|
|
2013
2427
|
// @public
|
|
2014
2428
|
export const infiniteScroll: DirectiveOptions;
|
|
2015
2429
|
|
|
2430
|
+
// @public
|
|
2431
|
+
export interface InitWrapper {
|
|
2432
|
+
api?: XAPI;
|
|
2433
|
+
app?: Vue;
|
|
2434
|
+
bus: XBus<XEventsTypes, WireMetadata>;
|
|
2435
|
+
plugin: PluginObject<XPluginOptions>;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
// @internal
|
|
2439
|
+
export type InputStatus = 'initial' | 'typing' | 'filled' | 'focused' | 'empty';
|
|
2440
|
+
|
|
2016
2441
|
// @public
|
|
2017
2442
|
export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
|
|
2018
2443
|
api?: API | false;
|
|
2019
2444
|
app?: VueConstructor | ComponentOptions<Vue>;
|
|
2020
|
-
bus?: XBus
|
|
2021
|
-
domElement?: Element | string;
|
|
2445
|
+
bus?: XBus<XEventsTypes, WireMetadata>;
|
|
2446
|
+
domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
|
|
2022
2447
|
installExtraPlugins?(options: ExtraPluginsOptions): VueConstructorPartialArgument | Promise<VueConstructorPartialArgument>;
|
|
2448
|
+
onCreateApp?: (app: Vue) => void;
|
|
2023
2449
|
plugin?: PluginObject<XPluginOptions>;
|
|
2024
2450
|
vue?: VueConstructor;
|
|
2025
2451
|
vueOptions?: VueConstructorPartialArgument;
|
|
2026
2452
|
}
|
|
2027
2453
|
|
|
2454
|
+
// @public
|
|
2455
|
+
export interface InternalSearchRequest extends SearchRequest {
|
|
2456
|
+
page: number;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
// Warning: (ae-forgotten-export) The symbol "SearchResponse" needs to be exported by the entry point index.d.ts
|
|
2460
|
+
//
|
|
2461
|
+
// @public
|
|
2462
|
+
export interface InternalSearchResponse extends SearchResponse {
|
|
2463
|
+
request: InternalSearchRequest;
|
|
2464
|
+
status: RequestStatus;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2028
2467
|
// @internal
|
|
2029
2468
|
export interface Intersection {
|
|
2030
2469
|
// (undocumented)
|
|
@@ -2047,19 +2486,24 @@ export function isInRange(number: number, [min, max]: [number, number]): boolean
|
|
|
2047
2486
|
// @public
|
|
2048
2487
|
export function isNewQuery(newQuery: string, previousQuery: string): boolean;
|
|
2049
2488
|
|
|
2489
|
+
// @internal
|
|
2490
|
+
export function isSimpleSelector(stateSelector: AnySimpleStateSelector | AnyStateSelector): stateSelector is AnySimpleStateSelector;
|
|
2491
|
+
|
|
2050
2492
|
// @public
|
|
2051
2493
|
export function isStringEmpty(str?: string | null): boolean;
|
|
2052
2494
|
|
|
2053
2495
|
// @public
|
|
2054
2496
|
export function isXComponent(component: Vue_2): boolean;
|
|
2055
2497
|
|
|
2498
|
+
// Warning: (ae-forgotten-export) The symbol "ItemsList_base" needs to be exported by the entry point index.d.ts
|
|
2499
|
+
//
|
|
2056
2500
|
// @public
|
|
2057
|
-
export class ItemsList extends
|
|
2501
|
+
export class ItemsList extends ItemsList_base {
|
|
2058
2502
|
protected animation: Vue_2 | string;
|
|
2059
2503
|
// @internal
|
|
2060
2504
|
protected get computedItems(): {
|
|
2061
2505
|
dataTest: string;
|
|
2062
|
-
class: string
|
|
2506
|
+
class: Array<string | undefined>;
|
|
2063
2507
|
}[];
|
|
2064
2508
|
protected items: ListItem[];
|
|
2065
2509
|
}
|
|
@@ -2074,6 +2518,12 @@ export class ItemsListInjectionMixin extends Vue_2 {
|
|
|
2074
2518
|
protected stateItems: ListItem[];
|
|
2075
2519
|
}
|
|
2076
2520
|
|
|
2521
|
+
// @public (undocumented)
|
|
2522
|
+
export const LightBulbOff: {};
|
|
2523
|
+
|
|
2524
|
+
// @public (undocumented)
|
|
2525
|
+
export const LightBulbOn: {};
|
|
2526
|
+
|
|
2077
2527
|
// @internal
|
|
2078
2528
|
export const LIST_ITEMS_KEY: XInjectKey<ListItem[] | undefined>;
|
|
2079
2529
|
|
|
@@ -2099,15 +2549,35 @@ export class LocationProvider extends NoElement {
|
|
|
2099
2549
|
protected location: FeatureLocation;
|
|
2100
2550
|
}
|
|
2101
2551
|
|
|
2102
|
-
//
|
|
2103
|
-
|
|
2552
|
+
// @internal
|
|
2553
|
+
export type Machine<SomeStatus extends string, SomeEvent extends string> = {
|
|
2554
|
+
initial: SomeStatus;
|
|
2555
|
+
states: TransitionStates<SomeStatus, SomeEvent>;
|
|
2556
|
+
};
|
|
2557
|
+
|
|
2104
2558
|
// @public
|
|
2105
|
-
export class
|
|
2559
|
+
export class MainModal extends Vue_2 {
|
|
2560
|
+
animation?: Vue_2 | string;
|
|
2561
|
+
// @internal
|
|
2562
|
+
protected closeEvents: XEvent[];
|
|
2563
|
+
focusOnOpen: boolean;
|
|
2564
|
+
// @internal
|
|
2565
|
+
protected openEvents: XEvent[];
|
|
2566
|
+
// @internal
|
|
2567
|
+
protected outOfModalClickEvent: XEvent;
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
// @public
|
|
2571
|
+
export class MainScroll extends Vue_2 {
|
|
2106
2572
|
// @internal
|
|
2107
2573
|
beforeDestroy(): void;
|
|
2108
2574
|
// @internal
|
|
2575
|
+
get disableAnimations(): boolean;
|
|
2576
|
+
// @internal
|
|
2109
2577
|
protected disconnectPreviousObserver(_new: IntersectionObserver | null, old: IntersectionObserver | null): void;
|
|
2110
2578
|
// @internal
|
|
2579
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
2580
|
+
// @internal
|
|
2111
2581
|
protected failRestoringScroll(pendingScrollTo: string | null): void;
|
|
2112
2582
|
// @internal
|
|
2113
2583
|
get firstVisibleElement(): string | '';
|
|
@@ -2150,9 +2620,6 @@ export class MainScrollItem extends Vue_2 {
|
|
|
2150
2620
|
tag: string | typeof Vue_2;
|
|
2151
2621
|
}
|
|
2152
2622
|
|
|
2153
|
-
// @public
|
|
2154
|
-
export function map<T extends Dictionary, W>(obj: T | undefined | null, mapper: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => W): Record<keyof T, W>;
|
|
2155
|
-
|
|
2156
2623
|
// @public
|
|
2157
2624
|
export function mapWire<FromPayload, ToPayload>(toWire: Wire<ToPayload>, mapFn: (payload: FromPayload) => ToPayload): Wire<FromPayload>;
|
|
2158
2625
|
|
|
@@ -2173,11 +2640,17 @@ export type MonadicFunction = (someParam: any) => any;
|
|
|
2173
2640
|
|
|
2174
2641
|
// Warning: (ae-forgotten-export) The symbol "MultiColumnMaxWidthLayout_base" needs to be exported by the entry point index.d.ts
|
|
2175
2642
|
//
|
|
2176
|
-
// @public
|
|
2643
|
+
// @public @deprecated
|
|
2177
2644
|
export class MultiColumnMaxWidthLayout extends MultiColumnMaxWidthLayout_base {
|
|
2178
2645
|
protected asideAnimation: Vue_2;
|
|
2179
2646
|
}
|
|
2180
2647
|
|
|
2648
|
+
// @public
|
|
2649
|
+
export interface MutateFilterPayload {
|
|
2650
|
+
filter: Filter;
|
|
2651
|
+
newFilterState: Partial<Filter>;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2181
2654
|
// @public
|
|
2182
2655
|
export type MutationNamesFor<ModuleName extends XModuleName> = keyof ExtractMutations<XModulesTree[ModuleName]>;
|
|
2183
2656
|
|
|
@@ -2189,6 +2662,24 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
|
|
|
2189
2662
|
[Key in keyof Mutations]: (state: State, payload: ExtractPayload<Mutations[Key]>) => void;
|
|
2190
2663
|
};
|
|
2191
2664
|
|
|
2665
|
+
// @public
|
|
2666
|
+
export class MyHistory extends Vue_2 {
|
|
2667
|
+
protected animation: Vue_2 | string;
|
|
2668
|
+
// @internal
|
|
2669
|
+
protected formatTime(timestamp: number): string;
|
|
2670
|
+
// @internal
|
|
2671
|
+
protected get groupByDate(): Dictionary<HistoryQuery_2[]>;
|
|
2672
|
+
// @internal
|
|
2673
|
+
protected get hasHistoryQueries(): boolean;
|
|
2674
|
+
// @internal
|
|
2675
|
+
historyQueries: HistoryQuery_2[];
|
|
2676
|
+
protected locale: string;
|
|
2677
|
+
// @internal
|
|
2678
|
+
snippetConfig?: SnippetConfig;
|
|
2679
|
+
// @internal
|
|
2680
|
+
protected get usedLocale(): string;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2192
2683
|
// @public
|
|
2193
2684
|
export function namespacedDebounce<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedTimeWireOperator<ModuleName>;
|
|
2194
2685
|
|
|
@@ -2249,12 +2740,13 @@ export type NamespacedWiringData<ModuleName extends XModuleName> = StoreModuleSt
|
|
|
2249
2740
|
|
|
2250
2741
|
// @public
|
|
2251
2742
|
export class NextQueries extends Vue_2 {
|
|
2252
|
-
|
|
2253
|
-
protected maxItemsToRender?: number;
|
|
2254
|
-
// Warning: (ae-forgotten-export) The symbol "NextQuery" needs to be exported by the entry point index.d.ts
|
|
2255
|
-
//
|
|
2743
|
+
highlightCurated: boolean;
|
|
2256
2744
|
// @internal
|
|
2257
|
-
|
|
2745
|
+
protected get renderedNextQueries(): NextQuery_2[];
|
|
2746
|
+
// @internal
|
|
2747
|
+
stateNextQueries: NextQuery_2[];
|
|
2748
|
+
// Warning: (ae-forgotten-export) The symbol "NextQuery_2" needs to be exported by the entry point index.d.ts
|
|
2749
|
+
suggestions?: NextQuery_2[];
|
|
2258
2750
|
}
|
|
2259
2751
|
|
|
2260
2752
|
// @public
|
|
@@ -2267,7 +2759,15 @@ export type NextQueriesActionContext = XActionContext<NextQueriesState, NextQuer
|
|
|
2267
2759
|
export interface NextQueriesActions {
|
|
2268
2760
|
cancelFetchAndSaveNextQueries(): void;
|
|
2269
2761
|
fetchAndSaveNextQueries(request: NextQueriesRequest | null): void;
|
|
2762
|
+
fetchAndSaveNextQueryPreview(payload: {
|
|
2763
|
+
query: string;
|
|
2764
|
+
location: FeatureLocation | undefined;
|
|
2765
|
+
}): void;
|
|
2270
2766
|
fetchNextQueries(request: NextQueriesRequest | null): NextQuery_2[] | null;
|
|
2767
|
+
fetchNextQueryPreview(payload: {
|
|
2768
|
+
query: string;
|
|
2769
|
+
location: FeatureLocation | undefined;
|
|
2770
|
+
}): SearchResponse | null;
|
|
2271
2771
|
setQueryFromLastHistoryQuery(historyQueries: HistoryQuery_2[]): void;
|
|
2272
2772
|
setUrlParams(urlParams: UrlParams): void;
|
|
2273
2773
|
}
|
|
@@ -2277,6 +2777,7 @@ export interface NextQueriesConfig {
|
|
|
2277
2777
|
hideSessionQueries: boolean;
|
|
2278
2778
|
loadOnInit: boolean;
|
|
2279
2779
|
maxItemsToRequest: number;
|
|
2780
|
+
maxPreviewItemsToRequest: number;
|
|
2280
2781
|
}
|
|
2281
2782
|
|
|
2282
2783
|
// @internal
|
|
@@ -2285,7 +2786,7 @@ export const nextQueriesEmitters: {
|
|
|
2285
2786
|
selector: (_: NextQueriesState, getters: Returns<GettersTree<NextQueriesState, NextQueriesGetters>>) => NextQuery_2[];
|
|
2286
2787
|
filter: (newCollection: NextQuery_2[], oldCollection: NextQuery_2[]) => boolean;
|
|
2287
2788
|
};
|
|
2288
|
-
|
|
2789
|
+
NextQueriesRequestUpdated: (_: NextQueriesState, getters: Returns<GettersTree<NextQueriesState, NextQueriesGetters>>) => NextQueriesRequest | null;
|
|
2289
2790
|
};
|
|
2290
2791
|
|
|
2291
2792
|
// @public
|
|
@@ -2298,26 +2799,36 @@ export interface NextQueriesGetters {
|
|
|
2298
2799
|
//
|
|
2299
2800
|
// @public
|
|
2300
2801
|
export class NextQueriesList extends NextQueriesList_base {
|
|
2301
|
-
protected animation?:
|
|
2802
|
+
protected animation?: Vue_2 | string;
|
|
2302
2803
|
frequency: number;
|
|
2804
|
+
hasMoreItems: boolean;
|
|
2805
|
+
// @internal
|
|
2806
|
+
protected get hasNotEnoughListItems(): boolean;
|
|
2807
|
+
injectedQuery: string | undefined;
|
|
2303
2808
|
// @internal
|
|
2304
2809
|
get items(): ListItem[];
|
|
2305
2810
|
maxGroups: number;
|
|
2306
2811
|
maxNextQueriesPerGroup: number;
|
|
2307
2812
|
// @internal
|
|
2308
2813
|
nextQueries: NextQuery_2[];
|
|
2814
|
+
// @internal
|
|
2815
|
+
protected get nextQueriesAreOutdated(): boolean;
|
|
2309
2816
|
// Warning: (ae-forgotten-export) The symbol "NextQueriesGroup" needs to be exported by the entry point index.d.ts
|
|
2310
2817
|
//
|
|
2311
2818
|
// @internal
|
|
2312
2819
|
protected get nextQueriesGroups(): NextQueriesGroup[];
|
|
2313
2820
|
offset: number;
|
|
2821
|
+
showOnlyAfterOffset: boolean;
|
|
2314
2822
|
}
|
|
2315
2823
|
|
|
2316
2824
|
// @public
|
|
2317
|
-
export interface NextQueriesMutations extends StatusMutations {
|
|
2825
|
+
export interface NextQueriesMutations extends StatusMutations, QueryMutations {
|
|
2826
|
+
resetResultsPreview(): void;
|
|
2318
2827
|
setNextQueries(nextQueries: NextQuery_2[]): void;
|
|
2319
2828
|
setParams(params: Dictionary<unknown>): void;
|
|
2320
2829
|
setQuery(newQuery: string): void;
|
|
2830
|
+
// Warning: (ae-forgotten-export) The symbol "PreviewResults" needs to be exported by the entry point index.d.ts
|
|
2831
|
+
setResultsPreview(resultsPreview: Dictionary<PreviewResults>): void;
|
|
2321
2832
|
setSearchedQueries(searchedQueries: HistoryQuery_2[]): void;
|
|
2322
2833
|
}
|
|
2323
2834
|
|
|
@@ -2325,16 +2836,23 @@ export interface NextQueriesMutations extends StatusMutations {
|
|
|
2325
2836
|
export const nextQueriesRequest: NextQueriesXStoreModule['getters']['request'];
|
|
2326
2837
|
|
|
2327
2838
|
// @public
|
|
2328
|
-
export interface NextQueriesState extends StatusState {
|
|
2839
|
+
export interface NextQueriesState extends StatusState, QueryState {
|
|
2329
2840
|
config: NextQueriesConfig;
|
|
2330
2841
|
nextQueries: NextQuery_2[];
|
|
2331
2842
|
params: Dictionary<unknown>;
|
|
2332
2843
|
query: string;
|
|
2844
|
+
resultsPreview: Dictionary<PreviewResults>;
|
|
2333
2845
|
searchedQueries: HistoryQuery_2[];
|
|
2334
2846
|
}
|
|
2335
2847
|
|
|
2336
2848
|
// @internal
|
|
2337
2849
|
export const nextQueriesWiring: {
|
|
2850
|
+
ParamsLoadedFromUrl: {
|
|
2851
|
+
setUrlParams: Wire<UrlParams>;
|
|
2852
|
+
};
|
|
2853
|
+
NextQueriesChanged: {
|
|
2854
|
+
resetResultsPreviewWire: AnyWire;
|
|
2855
|
+
};
|
|
2338
2856
|
UserAcceptedAQuery: {
|
|
2339
2857
|
setNextQueriesQuery: Wire<string>;
|
|
2340
2858
|
};
|
|
@@ -2342,14 +2860,14 @@ export const nextQueriesWiring: {
|
|
|
2342
2860
|
setSearchedQueries: Wire<HistoryQuery_2[]>;
|
|
2343
2861
|
setQueryFromLastHistoryQueryWire: Wire<HistoryQuery_2[]>;
|
|
2344
2862
|
};
|
|
2345
|
-
|
|
2863
|
+
NextQueriesRequestUpdated: {
|
|
2346
2864
|
fetchAndSaveNextQueriesWire: Wire<NextQueriesRequest | null>;
|
|
2347
2865
|
};
|
|
2348
2866
|
ExtraParamsChanged: {
|
|
2349
2867
|
setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
2350
2868
|
};
|
|
2351
|
-
|
|
2352
|
-
|
|
2869
|
+
NextQueryPreviewMountedHook: {
|
|
2870
|
+
fetchAndSaveNextQueryPreviewWire: AnyWire;
|
|
2353
2871
|
};
|
|
2354
2872
|
};
|
|
2355
2873
|
|
|
@@ -2357,7 +2875,8 @@ export const nextQueriesWiring: {
|
|
|
2357
2875
|
export interface NextQueriesXEvents {
|
|
2358
2876
|
NextQueriesChanged: NextQuery_2[];
|
|
2359
2877
|
NextQueriesDisplayed: NextQuery_2[];
|
|
2360
|
-
|
|
2878
|
+
NextQueriesRequestUpdated: NextQueriesRequest | null;
|
|
2879
|
+
NextQueryPreviewMountedHook: string;
|
|
2361
2880
|
UserSelectedANextQuery: NextQuery_2;
|
|
2362
2881
|
}
|
|
2363
2882
|
|
|
@@ -2376,43 +2895,44 @@ export const nextQueriesXStoreModule: NextQueriesXStoreModule;
|
|
|
2376
2895
|
// @public
|
|
2377
2896
|
export class NextQuery extends Vue_2 {
|
|
2378
2897
|
protected get events(): Partial<XEventsTypes>;
|
|
2898
|
+
protected highlightCurated: boolean;
|
|
2899
|
+
// @internal
|
|
2900
|
+
protected get shouldHighlightCurated(): boolean;
|
|
2379
2901
|
protected suggestion: NextQuery_2;
|
|
2380
2902
|
}
|
|
2381
2903
|
|
|
2904
|
+
// @public
|
|
2905
|
+
export class NextQueryPreview extends Vue_2 {
|
|
2906
|
+
protected maxItemsToRender?: number;
|
|
2907
|
+
mounted(): void;
|
|
2908
|
+
previewResults: Dictionary<PreviewResults>;
|
|
2909
|
+
protected suggestion: NextQuery_2;
|
|
2910
|
+
get suggestionResults(): PreviewResults | undefined;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2382
2913
|
// @public
|
|
2383
2914
|
export type NiladicFunction = () => any;
|
|
2384
2915
|
|
|
2385
2916
|
// @internal
|
|
2386
|
-
export const NoElement: ExtendedVue<Vue_2, unknown, unknown, unknown, Record<never, any
|
|
2387
|
-
|
|
2388
|
-
// @public
|
|
2389
|
-
export type NonPrimitive = Array<any> | Record<any, any>;
|
|
2917
|
+
export const NoElement: ExtendedVue<Vue_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue_2<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, ComponentOptionsMixin, ComponentOptionsMixin>;
|
|
2390
2918
|
|
|
2391
2919
|
// @internal
|
|
2392
2920
|
export function noOp(): any;
|
|
2393
2921
|
|
|
2922
|
+
// @public
|
|
2923
|
+
export type NormalisedSnippetConfig = RequiredProperties<SnippetConfig, 'uiLang'>;
|
|
2924
|
+
|
|
2394
2925
|
// @public
|
|
2395
2926
|
export const normalizedQuery: QuerySuggestionsXStoreModule['getters']['normalizedQuery'];
|
|
2396
2927
|
|
|
2397
2928
|
// @public
|
|
2398
2929
|
export function normalizeString(string: string | undefined): string;
|
|
2399
2930
|
|
|
2400
|
-
// @public (undocumented)
|
|
2401
|
-
export const Nq1Icon: {};
|
|
2402
|
-
|
|
2403
|
-
// @public (undocumented)
|
|
2404
|
-
export const Nq2Icon: {};
|
|
2405
|
-
|
|
2406
|
-
// @public (undocumented)
|
|
2407
|
-
export const Nq3Icon: {};
|
|
2408
|
-
|
|
2409
|
-
// @public (undocumented)
|
|
2410
|
-
export const Nq4Icon: {};
|
|
2411
|
-
|
|
2412
2931
|
// @public
|
|
2413
2932
|
export class NumberRangeFilter extends Vue_2 {
|
|
2933
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
2414
2934
|
// @internal
|
|
2415
|
-
protected get
|
|
2935
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
2416
2936
|
// @internal
|
|
2417
2937
|
protected get cssClasses(): VueCSSClasses;
|
|
2418
2938
|
filter: NumberRangeFilter_2;
|
|
@@ -2431,9 +2951,6 @@ export class NumberRangeFilterEntity implements FilterEntity {
|
|
|
2431
2951
|
protected store: Store<RootXStoreState>;
|
|
2432
2952
|
}
|
|
2433
2953
|
|
|
2434
|
-
// @public
|
|
2435
|
-
export function objectFilter<T extends Dictionary>(obj: T | undefined | null, isIncluded: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => boolean): T;
|
|
2436
|
-
|
|
2437
2954
|
// @internal
|
|
2438
2955
|
export interface ObserverOptions {
|
|
2439
2956
|
margin: number;
|
|
@@ -2441,6 +2958,12 @@ export interface ObserverOptions {
|
|
|
2441
2958
|
vNode: VNode;
|
|
2442
2959
|
}
|
|
2443
2960
|
|
|
2961
|
+
// @public
|
|
2962
|
+
export class OpenMainModal extends Vue_2 {
|
|
2963
|
+
// @internal
|
|
2964
|
+
protected openingEvent: XEvent;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2444
2967
|
// @public
|
|
2445
2968
|
export type Pair<Type> = [Type, Type];
|
|
2446
2969
|
|
|
@@ -2468,9 +2991,19 @@ export type PayloadFactoryData<Payload> = RootStoreStateAndGetters & {
|
|
|
2468
2991
|
metadata: WireMetadata;
|
|
2469
2992
|
};
|
|
2470
2993
|
|
|
2994
|
+
// @public
|
|
2995
|
+
export interface PDPAddToCartService {
|
|
2996
|
+
moveToSessionStorage(id?: string): void;
|
|
2997
|
+
storeResultClicked(result: Result): void;
|
|
2998
|
+
trackAddToCart(id?: string): void;
|
|
2999
|
+
}
|
|
3000
|
+
|
|
2471
3001
|
// @public (undocumented)
|
|
2472
3002
|
export const PlusIcon: {};
|
|
2473
3003
|
|
|
3004
|
+
// @public (undocumented)
|
|
3005
|
+
export const PlusTinyIcon: {};
|
|
3006
|
+
|
|
2474
3007
|
// @internal
|
|
2475
3008
|
export interface Point {
|
|
2476
3009
|
// (undocumented)
|
|
@@ -2490,8 +3023,6 @@ export class PopularSearch extends Vue_2 {
|
|
|
2490
3023
|
|
|
2491
3024
|
// @public
|
|
2492
3025
|
export class PopularSearches extends Vue_2 {
|
|
2493
|
-
protected animation: Vue_2;
|
|
2494
|
-
protected maxItemsToRender?: number;
|
|
2495
3026
|
// @internal
|
|
2496
3027
|
popularSearches: Suggestion[];
|
|
2497
3028
|
}
|
|
@@ -2505,29 +3036,27 @@ export type PopularSearchesActionContext = XActionContext<PopularSearchesState,
|
|
|
2505
3036
|
// @public
|
|
2506
3037
|
export interface PopularSearchesActions {
|
|
2507
3038
|
cancelFetchAndSaveSuggestions(): void;
|
|
2508
|
-
fetchAndSaveSuggestions(request:
|
|
2509
|
-
fetchSuggestions(request:
|
|
3039
|
+
fetchAndSaveSuggestions(request: PopularSearchesRequest): void;
|
|
3040
|
+
fetchSuggestions(request: PopularSearchesRequest): Suggestion[];
|
|
2510
3041
|
}
|
|
2511
3042
|
|
|
2512
3043
|
// @public
|
|
2513
3044
|
export interface PopularSearchesConfig {
|
|
2514
3045
|
hideSessionQueries: boolean;
|
|
2515
3046
|
maxItemsToRequest: number;
|
|
2516
|
-
showExtraSuggestionWithoutFilter: boolean;
|
|
2517
3047
|
}
|
|
2518
3048
|
|
|
2519
3049
|
// @internal
|
|
2520
3050
|
export const popularSearchesEmitters: {
|
|
2521
|
-
|
|
2522
|
-
selector: (_: PopularSearchesState, getters: Returns<GettersTree<PopularSearchesState, PopularSearchesGetters>>) =>
|
|
2523
|
-
immediate: true;
|
|
3051
|
+
PopularSearchesRequestUpdated: {
|
|
3052
|
+
selector: (_: PopularSearchesState, getters: Returns<GettersTree<PopularSearchesState, PopularSearchesGetters>>) => PopularSearchesRequest;
|
|
2524
3053
|
};
|
|
2525
3054
|
};
|
|
2526
3055
|
|
|
2527
3056
|
// @public
|
|
2528
3057
|
export interface PopularSearchesGetters {
|
|
2529
3058
|
popularSearches: Suggestion[];
|
|
2530
|
-
request:
|
|
3059
|
+
request: PopularSearchesRequest;
|
|
2531
3060
|
}
|
|
2532
3061
|
|
|
2533
3062
|
// @public
|
|
@@ -2550,8 +3079,8 @@ export interface PopularSearchesState extends StatusState {
|
|
|
2550
3079
|
|
|
2551
3080
|
// @internal
|
|
2552
3081
|
export const popularSearchesWiring: {
|
|
2553
|
-
|
|
2554
|
-
retrievePopularSuggestions: Wire<
|
|
3082
|
+
PopularSearchesRequestUpdated: {
|
|
3083
|
+
retrievePopularSuggestions: Wire<PopularSearchesRequest>;
|
|
2555
3084
|
};
|
|
2556
3085
|
SessionHistoryQueriesChanged: {
|
|
2557
3086
|
setSearchedQueriesInPopularSearches: Wire<HistoryQuery_2[]>;
|
|
@@ -2564,7 +3093,7 @@ export const popularSearchesWiring: {
|
|
|
2564
3093
|
// @public
|
|
2565
3094
|
export interface PopularSearchesXEvents {
|
|
2566
3095
|
PopularSearchDisplayed: Suggestion[];
|
|
2567
|
-
|
|
3096
|
+
PopularSearchesRequestUpdated: PopularSearchesRequest;
|
|
2568
3097
|
UserSelectedAPopularSearch: Suggestion;
|
|
2569
3098
|
}
|
|
2570
3099
|
|
|
@@ -2581,7 +3110,14 @@ export type PopularSearchesXStoreModule = XStoreModule<PopularSearchesState, Pop
|
|
|
2581
3110
|
export const popularSearchesXStoreModule: PopularSearchesXStoreModule;
|
|
2582
3111
|
|
|
2583
3112
|
// @public
|
|
2584
|
-
export
|
|
3113
|
+
export class PreselectedFilters extends Vue_2 {
|
|
3114
|
+
created(): void;
|
|
3115
|
+
filters: string[];
|
|
3116
|
+
// (undocumented)
|
|
3117
|
+
render(): void;
|
|
3118
|
+
// @internal
|
|
3119
|
+
snippetConfig?: SnippetConfig;
|
|
3120
|
+
}
|
|
2585
3121
|
|
|
2586
3122
|
// @public
|
|
2587
3123
|
export interface PrivateXModuleOptions<Module extends AnyXModule> {
|
|
@@ -2598,7 +3134,7 @@ export type PrivateXModulesOptions = {
|
|
|
2598
3134
|
export class Promoted extends Vue_2 {
|
|
2599
3135
|
// @internal
|
|
2600
3136
|
protected emitClickEvent(): void;
|
|
2601
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
3137
|
+
// Warning: (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
2602
3138
|
promoted: Promoted_2;
|
|
2603
3139
|
}
|
|
2604
3140
|
|
|
@@ -2611,12 +3147,81 @@ export class PromotedsList extends ItemsListInjectionMixin {
|
|
|
2611
3147
|
}
|
|
2612
3148
|
|
|
2613
3149
|
// @public
|
|
2614
|
-
export type PropsWithType<
|
|
2615
|
-
|
|
2616
|
-
|
|
3150
|
+
export type PropsWithType<SomeObject, TargetItem> = keyof SomeObject & keyof SubObject<SomeObject, TargetItem>;
|
|
3151
|
+
|
|
3152
|
+
// @public
|
|
3153
|
+
export type QueriesPreviewActionContext = XActionContext<QueriesPreviewState, QueriesPreviewGetters, QueriesPreviewMutations, QueriesPreviewActions>;
|
|
3154
|
+
|
|
3155
|
+
// @public
|
|
3156
|
+
export interface QueriesPreviewActions {
|
|
3157
|
+
fetchAndSaveQueryPreview(request: SearchRequest): void;
|
|
3158
|
+
fetchQueryPreview(request: SearchRequest): SearchResponse | null;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
// @public
|
|
3162
|
+
export interface QueriesPreviewConfig {
|
|
3163
|
+
maxItemsToRequest: number;
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
// @internal
|
|
3167
|
+
export const queriesPreviewEmitters: {};
|
|
3168
|
+
|
|
3169
|
+
// @public
|
|
3170
|
+
export interface QueriesPreviewGetters {
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3173
|
+
// @public
|
|
3174
|
+
export interface QueriesPreviewMutations {
|
|
3175
|
+
clearQueryPreview(query: string): void;
|
|
3176
|
+
setParams(params: Dictionary<unknown>): void;
|
|
3177
|
+
setQueryPreview(queryPreview: QueryPreviewItem): void;
|
|
3178
|
+
setStatus(payload: QueryPreviewStatusPayload): void;
|
|
3179
|
+
}
|
|
2617
3180
|
|
|
2618
3181
|
// @public
|
|
2619
|
-
export
|
|
3182
|
+
export interface QueriesPreviewState {
|
|
3183
|
+
config: QueriesPreviewConfig;
|
|
3184
|
+
params: Dictionary<unknown>;
|
|
3185
|
+
// (undocumented)
|
|
3186
|
+
queriesPreview: Dictionary<QueryPreviewItem>;
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
// @internal
|
|
3190
|
+
export const queriesPreviewWiring: {
|
|
3191
|
+
QueryPreviewRequestUpdated: {
|
|
3192
|
+
fetchAndSaveQueryPreviewWire: Wire<SearchRequest>;
|
|
3193
|
+
};
|
|
3194
|
+
QueryPreviewUnmountedHook: {
|
|
3195
|
+
clearQueryPreviewWire: Wire<string>;
|
|
3196
|
+
};
|
|
3197
|
+
ExtraParamsChanged: {
|
|
3198
|
+
setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
3199
|
+
};
|
|
3200
|
+
};
|
|
3201
|
+
|
|
3202
|
+
// @public
|
|
3203
|
+
export interface QueriesPreviewXEvents {
|
|
3204
|
+
QueryPreviewRequestUpdated: SearchRequest;
|
|
3205
|
+
QueryPreviewUnmountedHook: string;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
// @public
|
|
3209
|
+
export type QueriesPreviewXModule = XModule<QueriesPreviewXStoreModule>;
|
|
3210
|
+
|
|
3211
|
+
// @public
|
|
3212
|
+
export const queriesPreviewXModule: QueriesPreviewXModule;
|
|
3213
|
+
|
|
3214
|
+
// @public
|
|
3215
|
+
export type QueriesPreviewXStoreModule = XStoreModule<QueriesPreviewState, QueriesPreviewGetters, QueriesPreviewMutations, QueriesPreviewActions>;
|
|
3216
|
+
|
|
3217
|
+
// @internal
|
|
3218
|
+
export const queriesPreviewXStoreModule: QueriesPreviewXStoreModule;
|
|
3219
|
+
|
|
3220
|
+
// @internal
|
|
3221
|
+
export const QUERY_KEY: XInjectKey<string | undefined>;
|
|
3222
|
+
|
|
3223
|
+
// @public
|
|
3224
|
+
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer';
|
|
2620
3225
|
|
|
2621
3226
|
// @public
|
|
2622
3227
|
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
@@ -2624,6 +3229,71 @@ export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
|
2624
3229
|
// @public
|
|
2625
3230
|
export type QueryOriginInit = Partial<Pick<WireMetadata, 'feature' | 'location'>>;
|
|
2626
3231
|
|
|
3232
|
+
// @public
|
|
3233
|
+
export class QueryPreview extends Vue_2 {
|
|
3234
|
+
// @internal
|
|
3235
|
+
protected beforeDestroy(): void;
|
|
3236
|
+
// @internal
|
|
3237
|
+
protected cancelEmitPreviewRequestUpdated(_new: DebouncedFunction<[SearchRequest]>, old: DebouncedFunction<[SearchRequest]>): void;
|
|
3238
|
+
config: QueriesPreviewConfig;
|
|
3239
|
+
// @internal
|
|
3240
|
+
protected created(): void;
|
|
3241
|
+
debounceTimeMs: number;
|
|
3242
|
+
// @internal
|
|
3243
|
+
emitLoad(status: RequestStatus | undefined): void;
|
|
3244
|
+
// @internal
|
|
3245
|
+
protected get emitQueryPreviewRequestUpdated(): DebouncedFunction<[SearchRequest]>;
|
|
3246
|
+
// @internal
|
|
3247
|
+
protected location?: FeatureLocation;
|
|
3248
|
+
protected maxItemsToRender?: number;
|
|
3249
|
+
params: Dictionary<unknown>;
|
|
3250
|
+
previewResults: Dictionary<QueryPreviewItem>;
|
|
3251
|
+
protected query: string;
|
|
3252
|
+
protected queryFeature?: QueryFeature;
|
|
3253
|
+
// @internal
|
|
3254
|
+
protected get queryPreviewRequest(): SearchRequest;
|
|
3255
|
+
get queryPreviewResults(): Partial<QueryPreviewItem> | undefined;
|
|
3256
|
+
get results(): Result[] | undefined;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
// @public
|
|
3260
|
+
export interface QueryPreviewInfo {
|
|
3261
|
+
[extra: string]: unknown;
|
|
3262
|
+
query: string;
|
|
3263
|
+
title?: string;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
// @public
|
|
3267
|
+
export interface QueryPreviewItem extends StatusState {
|
|
3268
|
+
request: SearchRequest;
|
|
3269
|
+
results: Result[];
|
|
3270
|
+
totalResults: number;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
// @public
|
|
3274
|
+
export class QueryPreviewList extends Vue_2 {
|
|
3275
|
+
animation: Vue_2 | string;
|
|
3276
|
+
// @internal
|
|
3277
|
+
protected flagAsFailed(failedQuery: string): void;
|
|
3278
|
+
// @internal
|
|
3279
|
+
protected flagAsLoaded(loadedQuery: string): void;
|
|
3280
|
+
// @internal
|
|
3281
|
+
protected loadNext(): void;
|
|
3282
|
+
queries: string[];
|
|
3283
|
+
// Warning: (ae-forgotten-export) The symbol "QueryPreviewStatusRecord" needs to be exported by the entry point index.d.ts
|
|
3284
|
+
queriesStatus: QueryPreviewStatusRecord;
|
|
3285
|
+
// @internal
|
|
3286
|
+
protected get renderedQueries(): string[];
|
|
3287
|
+
// @internal
|
|
3288
|
+
protected resetStatusRecord(): void;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
// @public
|
|
3292
|
+
export interface QueryPreviewStatusPayload {
|
|
3293
|
+
query: string;
|
|
3294
|
+
status: RequestStatus;
|
|
3295
|
+
}
|
|
3296
|
+
|
|
2627
3297
|
// @public
|
|
2628
3298
|
export class QuerySuggestion extends Vue_3 {
|
|
2629
3299
|
// @internal
|
|
@@ -2635,8 +3305,6 @@ export class QuerySuggestion extends Vue_3 {
|
|
|
2635
3305
|
|
|
2636
3306
|
// @public
|
|
2637
3307
|
export class QuerySuggestions extends Vue_2 {
|
|
2638
|
-
protected animation: Vue_2;
|
|
2639
|
-
protected maxItemsToRender?: number;
|
|
2640
3308
|
// @internal
|
|
2641
3309
|
suggestions: Suggestion[];
|
|
2642
3310
|
}
|
|
@@ -2650,8 +3318,8 @@ export type QuerySuggestionsActionContext = XActionContext<QuerySuggestionsState
|
|
|
2650
3318
|
// @public
|
|
2651
3319
|
export interface QuerySuggestionsActions {
|
|
2652
3320
|
cancelFetchAndSaveSuggestions(): void;
|
|
2653
|
-
fetchAndSaveSuggestions(request:
|
|
2654
|
-
fetchSuggestions(request:
|
|
3321
|
+
fetchAndSaveSuggestions(request: QuerySuggestionsRequest | null): void;
|
|
3322
|
+
fetchSuggestions(request: QuerySuggestionsRequest | null): Suggestion[];
|
|
2655
3323
|
setUrlParams(urlParams: UrlParams): void;
|
|
2656
3324
|
}
|
|
2657
3325
|
|
|
@@ -2660,13 +3328,12 @@ export interface QuerySuggestionsConfig {
|
|
|
2660
3328
|
debounceInMs: number;
|
|
2661
3329
|
hideIfEqualsQuery: boolean;
|
|
2662
3330
|
maxItemsToRequest: number;
|
|
2663
|
-
showExtraSuggestionWithoutFilter: boolean;
|
|
2664
3331
|
}
|
|
2665
3332
|
|
|
2666
3333
|
// @internal
|
|
2667
3334
|
export const querySuggestionsEmitters: {
|
|
2668
3335
|
QuerySuggestionsChanged: (state: QuerySuggestionsState) => Suggestion[];
|
|
2669
|
-
|
|
3336
|
+
QuerySuggestionsRequestUpdated: (_: QuerySuggestionsState, getters: Returns<GettersTree<QuerySuggestionsState, QuerySuggestionsGetters>>) => QuerySuggestionsRequest | null;
|
|
2670
3337
|
};
|
|
2671
3338
|
|
|
2672
3339
|
// @public
|
|
@@ -2680,11 +3347,11 @@ export class QuerySuggestionsGetter implements GettersClass<QuerySuggestionsXSto
|
|
|
2680
3347
|
export interface QuerySuggestionsGetters {
|
|
2681
3348
|
normalizedQuery: string;
|
|
2682
3349
|
querySuggestions: Suggestion[];
|
|
2683
|
-
request:
|
|
3350
|
+
request: QuerySuggestionsRequest | null;
|
|
2684
3351
|
}
|
|
2685
3352
|
|
|
2686
3353
|
// @public
|
|
2687
|
-
export interface QuerySuggestionsMutations extends StatusMutations {
|
|
3354
|
+
export interface QuerySuggestionsMutations extends StatusMutations, QueryMutations {
|
|
2688
3355
|
setParams(params: Dictionary<unknown>): void;
|
|
2689
3356
|
setQuery(newQuery: string): void;
|
|
2690
3357
|
setSuggestions(suggestions: Suggestion[]): void;
|
|
@@ -2694,7 +3361,7 @@ export interface QuerySuggestionsMutations extends StatusMutations {
|
|
|
2694
3361
|
export const querySuggestionsRequest: QuerySuggestionsXStoreModule['getters']['request'];
|
|
2695
3362
|
|
|
2696
3363
|
// @public
|
|
2697
|
-
export interface QuerySuggestionsState extends StatusState {
|
|
3364
|
+
export interface QuerySuggestionsState extends StatusState, QueryState {
|
|
2698
3365
|
config: QuerySuggestionsConfig;
|
|
2699
3366
|
params: Dictionary<unknown>;
|
|
2700
3367
|
query: string;
|
|
@@ -2703,6 +3370,9 @@ export interface QuerySuggestionsState extends StatusState {
|
|
|
2703
3370
|
|
|
2704
3371
|
// @internal
|
|
2705
3372
|
export const querySuggestionsWiring: {
|
|
3373
|
+
ParamsLoadedFromUrl: {
|
|
3374
|
+
setUrlParams: Wire<UrlParams>;
|
|
3375
|
+
};
|
|
2706
3376
|
UserIsTypingAQuery: {
|
|
2707
3377
|
setQuerySuggestionsQueryDebounce: Wire<string>;
|
|
2708
3378
|
};
|
|
@@ -2713,14 +3383,17 @@ export const querySuggestionsWiring: {
|
|
|
2713
3383
|
clearQuerySuggestionsQuery: AnyWire;
|
|
2714
3384
|
cancelFetchAndSaveSuggestionsWire: AnyWire;
|
|
2715
3385
|
};
|
|
2716
|
-
|
|
2717
|
-
fetchAndSaveSuggestionsWire: Wire<
|
|
3386
|
+
QuerySuggestionsRequestUpdated: {
|
|
3387
|
+
fetchAndSaveSuggestionsWire: Wire<QuerySuggestionsRequest | null>;
|
|
2718
3388
|
};
|
|
2719
3389
|
ExtraParamsChanged: {
|
|
2720
3390
|
setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
2721
3391
|
};
|
|
2722
|
-
|
|
2723
|
-
|
|
3392
|
+
UserClickedCloseX: {
|
|
3393
|
+
clearQuerySuggestionsQuery: AnyWire;
|
|
3394
|
+
};
|
|
3395
|
+
UserClickedOutOfMainModal: {
|
|
3396
|
+
clearQuerySuggestionsQuery: AnyWire;
|
|
2724
3397
|
};
|
|
2725
3398
|
};
|
|
2726
3399
|
|
|
@@ -2728,7 +3401,7 @@ export const querySuggestionsWiring: {
|
|
|
2728
3401
|
export interface QuerySuggestionsXEvents {
|
|
2729
3402
|
QuerySuggestionsChanged: Suggestion[];
|
|
2730
3403
|
QuerySuggestionsDisplayed: Suggestion[];
|
|
2731
|
-
|
|
3404
|
+
QuerySuggestionsRequestUpdated: QuerySuggestionsRequest | null;
|
|
2732
3405
|
UserSelectedAQuerySuggestion: Suggestion;
|
|
2733
3406
|
}
|
|
2734
3407
|
|
|
@@ -2744,6 +3417,12 @@ export type QuerySuggestionsXStoreModule = XStoreModule<QuerySuggestionsState, Q
|
|
|
2744
3417
|
// @internal
|
|
2745
3418
|
export const querySuggestionsXStoreModule: QuerySuggestionsXStoreModule;
|
|
2746
3419
|
|
|
3420
|
+
// @public (undocumented)
|
|
3421
|
+
export const RadioButtonSelectedIcon: {};
|
|
3422
|
+
|
|
3423
|
+
// @public (undocumented)
|
|
3424
|
+
export const RadioButtonUnselectedIcon: {};
|
|
3425
|
+
|
|
2747
3426
|
// @internal
|
|
2748
3427
|
export class RawFilterEntity implements FilterEntity {
|
|
2749
3428
|
constructor(store: Store<unknown>);
|
|
@@ -2751,7 +3430,6 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
2751
3430
|
//
|
|
2752
3431
|
// (undocumented)
|
|
2753
3432
|
static accepts: typeof isRawFilter;
|
|
2754
|
-
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
2755
3433
|
deselect(filter: RawFilter): void;
|
|
2756
3434
|
select(filter: RawFilter): void;
|
|
2757
3435
|
// (undocumented)
|
|
@@ -2777,8 +3455,8 @@ export type RecommendationsActionContext = XActionContext<RecommendationsState,
|
|
|
2777
3455
|
// @public
|
|
2778
3456
|
export interface RecommendationsActions {
|
|
2779
3457
|
cancelFetchAndSaveRecommendations(): void;
|
|
2780
|
-
fetchAndSaveRecommendations(request:
|
|
2781
|
-
fetchRecommendations(request:
|
|
3458
|
+
fetchAndSaveRecommendations(request: RecommendationsRequest | null): void;
|
|
3459
|
+
fetchRecommendations(request: RecommendationsRequest | null): Result[];
|
|
2782
3460
|
}
|
|
2783
3461
|
|
|
2784
3462
|
// @public
|
|
@@ -2788,21 +3466,22 @@ export interface RecommendationsConfig {
|
|
|
2788
3466
|
|
|
2789
3467
|
// @internal
|
|
2790
3468
|
export const recommendationsEmitters: {
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
3469
|
+
RecommendationsChanged: (state: RecommendationsState) => Result[];
|
|
3470
|
+
RecommendationsRequestUpdated: {
|
|
3471
|
+
selector: (_: RecommendationsState, getters: Returns<GettersTree<RecommendationsState, RecommendationsGetters>>) => RecommendationsRequest;
|
|
2794
3472
|
};
|
|
2795
3473
|
};
|
|
2796
3474
|
|
|
2797
3475
|
// @public
|
|
2798
3476
|
export interface RecommendationsGetters {
|
|
2799
|
-
request:
|
|
3477
|
+
request: RecommendationsRequest;
|
|
2800
3478
|
}
|
|
2801
3479
|
|
|
2802
3480
|
// @public
|
|
2803
3481
|
export interface RecommendationsMutations extends StatusMutations {
|
|
2804
3482
|
setParams(params: Dictionary<unknown>): void;
|
|
2805
3483
|
setRecommendations(recommendations: Result[]): void;
|
|
3484
|
+
updateRecommendation(recommendation: Partial<Result> & Pick<Result, 'id'>): void;
|
|
2806
3485
|
}
|
|
2807
3486
|
|
|
2808
3487
|
// @public
|
|
@@ -2818,8 +3497,8 @@ export interface RecommendationsState extends StatusState {
|
|
|
2818
3497
|
|
|
2819
3498
|
// @internal
|
|
2820
3499
|
export const recommendationsWiring: {
|
|
2821
|
-
|
|
2822
|
-
fetchAndSaveRecommendations: Wire<
|
|
3500
|
+
RecommendationsRequestUpdated: {
|
|
3501
|
+
fetchAndSaveRecommendations: Wire<RecommendationsRequest | null>;
|
|
2823
3502
|
};
|
|
2824
3503
|
UserClickedColumnPicker: {};
|
|
2825
3504
|
ExtraParamsChanged: {
|
|
@@ -2830,7 +3509,7 @@ export const recommendationsWiring: {
|
|
|
2830
3509
|
// @public
|
|
2831
3510
|
export interface RecommendationsXEvents {
|
|
2832
3511
|
RecommendationsChanged: Result[];
|
|
2833
|
-
|
|
3512
|
+
RecommendationsRequestUpdated: RecommendationsRequest;
|
|
2834
3513
|
UserClickedARecommendation: Result;
|
|
2835
3514
|
}
|
|
2836
3515
|
|
|
@@ -2857,7 +3536,7 @@ export class Redirection extends Vue_2 {
|
|
|
2857
3536
|
protected redirect(): void;
|
|
2858
3537
|
// @internal
|
|
2859
3538
|
protected get redirection(): Redirection_2 | null;
|
|
2860
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
3539
|
+
// Warning: (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
|
|
2861
3540
|
//
|
|
2862
3541
|
// (undocumented)
|
|
2863
3542
|
redirections: Redirection_2[];
|
|
@@ -2867,15 +3546,15 @@ export class Redirection extends Vue_2 {
|
|
|
2867
3546
|
protected timeoutId?: number;
|
|
2868
3547
|
}
|
|
2869
3548
|
|
|
2870
|
-
// @public
|
|
2871
|
-
export function reduce<T extends Dictionary, V>(obj: T | undefined | null, reducer: (accumulator: V, key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => V, initialValue: V): V;
|
|
2872
|
-
|
|
2873
3549
|
// @public
|
|
2874
3550
|
export const refreshHistoryQueriesSession: AnyWire;
|
|
2875
3551
|
|
|
2876
3552
|
// @public
|
|
2877
3553
|
export const refreshSession: HistoryQueriesXStoreModule['actions']['refreshSession'];
|
|
2878
3554
|
|
|
3555
|
+
// @internal
|
|
3556
|
+
export function registerStoreEmitters({ name, storeEmitters, storeModule }: AnyXModule, bus: XBus<XEventsTypes, WireMetadata>, store: Store<any>): void;
|
|
3557
|
+
|
|
2879
3558
|
// @public
|
|
2880
3559
|
export class RelatedTag extends Vue_2 {
|
|
2881
3560
|
// @internal
|
|
@@ -2886,7 +3565,7 @@ export class RelatedTag extends Vue_2 {
|
|
|
2886
3565
|
protected highlightCurated: boolean;
|
|
2887
3566
|
// @internal
|
|
2888
3567
|
protected get isSelected(): boolean;
|
|
2889
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
3568
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
2890
3569
|
protected relatedTag: RelatedTag_2;
|
|
2891
3570
|
// @internal
|
|
2892
3571
|
selectedRelatedTags: RelatedTag_2[];
|
|
@@ -2928,7 +3607,7 @@ export interface RelatedTagsConfig {
|
|
|
2928
3607
|
// @internal
|
|
2929
3608
|
export const relatedTagsEmitters: {
|
|
2930
3609
|
RelatedTagsChanged: (state: RelatedTagsState) => RelatedTag_2[];
|
|
2931
|
-
|
|
3610
|
+
RelatedTagsRequestUpdated: (_: RelatedTagsState, getters: Returns<GettersTree<RelatedTagsState, RelatedTagsGetters>>) => RelatedTagsRequest | null;
|
|
2932
3611
|
SelectedRelatedTagsChanged: {
|
|
2933
3612
|
selector: (state: RelatedTagsState) => RelatedTag_2[];
|
|
2934
3613
|
filter: (newCollection: RelatedTag_2[], oldCollection: RelatedTag_2[]) => boolean;
|
|
@@ -2937,32 +3616,37 @@ export const relatedTagsEmitters: {
|
|
|
2937
3616
|
|
|
2938
3617
|
// @public
|
|
2939
3618
|
export interface RelatedTagsGetters {
|
|
3619
|
+
query: string;
|
|
2940
3620
|
relatedTags: RelatedTag_2[];
|
|
2941
3621
|
request: RelatedTagsRequest | null;
|
|
2942
3622
|
}
|
|
2943
3623
|
|
|
2944
3624
|
// @public
|
|
2945
|
-
export interface RelatedTagsMutations extends StatusMutations {
|
|
3625
|
+
export interface RelatedTagsMutations extends StatusMutations, QueryMutations {
|
|
2946
3626
|
setParams(params: Dictionary<unknown>): void;
|
|
2947
|
-
setQuery(newQuery: string): void;
|
|
2948
3627
|
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
2949
3628
|
setSelectedRelatedTags(selectedRelatedTags: RelatedTag_2[]): void;
|
|
2950
3629
|
}
|
|
2951
3630
|
|
|
3631
|
+
// @public
|
|
3632
|
+
export const relatedTagsQuery: RelatedTagsXStoreModule['getters']['query'];
|
|
3633
|
+
|
|
2952
3634
|
// @public
|
|
2953
3635
|
export const relatedTagsRequest: RelatedTagsXStoreModule['getters']['request'];
|
|
2954
3636
|
|
|
2955
3637
|
// @public
|
|
2956
|
-
export interface RelatedTagsState extends StatusState {
|
|
3638
|
+
export interface RelatedTagsState extends StatusState, QueryState {
|
|
2957
3639
|
config: RelatedTagsConfig;
|
|
2958
3640
|
params: Dictionary<unknown>;
|
|
2959
|
-
query: string;
|
|
2960
3641
|
relatedTags: RelatedTag_2[];
|
|
2961
3642
|
selectedRelatedTags: RelatedTag_2[];
|
|
2962
3643
|
}
|
|
2963
3644
|
|
|
2964
3645
|
// @internal
|
|
2965
3646
|
export const relatedTagsWiring: {
|
|
3647
|
+
ParamsLoadedFromUrl: {
|
|
3648
|
+
setUrlParamsWire: Wire<UrlParams>;
|
|
3649
|
+
};
|
|
2966
3650
|
UserAcceptedAQuery: {
|
|
2967
3651
|
setRelatedTagsQuery: Wire<string>;
|
|
2968
3652
|
clearSelectedRelatedTags: AnyWire;
|
|
@@ -2970,7 +3654,10 @@ export const relatedTagsWiring: {
|
|
|
2970
3654
|
UserPickedARelatedTag: {
|
|
2971
3655
|
toggleRelatedTagWire: Wire<RelatedTag_2>;
|
|
2972
3656
|
};
|
|
2973
|
-
|
|
3657
|
+
UserChangedExtraParams: {
|
|
3658
|
+
clearSelectedRelatedTags: AnyWire;
|
|
3659
|
+
};
|
|
3660
|
+
RelatedTagsRequestUpdated: {
|
|
2974
3661
|
fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
2975
3662
|
};
|
|
2976
3663
|
UserClearedQuery: {
|
|
@@ -2981,15 +3668,18 @@ export const relatedTagsWiring: {
|
|
|
2981
3668
|
ExtraParamsChanged: {
|
|
2982
3669
|
setRelatedTagsExtraParams: Wire<Dictionary<unknown>>;
|
|
2983
3670
|
};
|
|
2984
|
-
|
|
2985
|
-
|
|
3671
|
+
UserClickedCloseX: {
|
|
3672
|
+
clearRelatedTagsQuery: AnyWire;
|
|
3673
|
+
};
|
|
3674
|
+
UserClickedOutOfMainModal: {
|
|
3675
|
+
clearRelatedTagsQuery: AnyWire;
|
|
2986
3676
|
};
|
|
2987
3677
|
};
|
|
2988
3678
|
|
|
2989
3679
|
// @public
|
|
2990
3680
|
export interface RelatedTagsXEvents {
|
|
2991
3681
|
RelatedTagsChanged: RelatedTag_2[];
|
|
2992
|
-
|
|
3682
|
+
RelatedTagsRequestUpdated: RelatedTagsRequest | null;
|
|
2993
3683
|
SelectedRelatedTagsChanged: RelatedTag_2[];
|
|
2994
3684
|
UserDeselectedARelatedTag: RelatedTag_2;
|
|
2995
3685
|
UserPickedARelatedTag: RelatedTag_2;
|
|
@@ -3056,17 +3746,51 @@ export type RequestStatus = 'success' | 'loading' | 'error' | 'initial';
|
|
|
3056
3746
|
export const resetAppending: AnyWire;
|
|
3057
3747
|
|
|
3058
3748
|
// @public
|
|
3059
|
-
export const
|
|
3749
|
+
export const resetFromNoResultsWithFilters: AnyWire;
|
|
3750
|
+
|
|
3751
|
+
// @public
|
|
3752
|
+
export const resetIsNoResults: AnyWire;
|
|
3060
3753
|
|
|
3061
3754
|
// @public
|
|
3062
|
-
export const
|
|
3755
|
+
export const resetRequestOnRefinement: SearchXStoreModule['actions']['resetRequestOnRefinement'];
|
|
3063
3756
|
|
|
3064
3757
|
// @public
|
|
3065
|
-
export const
|
|
3758
|
+
export const resetRequestOnRefinementWire: AnyWire;
|
|
3759
|
+
|
|
3760
|
+
// @public
|
|
3761
|
+
export const resetResultsPreviewWire: AnyWire;
|
|
3066
3762
|
|
|
3067
3763
|
// @public
|
|
3068
3764
|
export const resetSpellcheckQuery: AnyWire;
|
|
3069
3765
|
|
|
3766
|
+
// @public
|
|
3767
|
+
export const resetStateIfNoRequestWire: Wire<InternalSearchRequest | null>;
|
|
3768
|
+
|
|
3769
|
+
// @internal
|
|
3770
|
+
export function resettableState(): {
|
|
3771
|
+
query: string;
|
|
3772
|
+
results: never[];
|
|
3773
|
+
partialResults: never[];
|
|
3774
|
+
facets: never[];
|
|
3775
|
+
relatedTags: never[];
|
|
3776
|
+
banners: never[];
|
|
3777
|
+
promoteds: never[];
|
|
3778
|
+
totalResults: number;
|
|
3779
|
+
spellcheckedQuery: string;
|
|
3780
|
+
sort: string;
|
|
3781
|
+
page: number;
|
|
3782
|
+
origin: null;
|
|
3783
|
+
isAppendResults: boolean;
|
|
3784
|
+
redirections: never[];
|
|
3785
|
+
queryTagging: {
|
|
3786
|
+
url: string;
|
|
3787
|
+
params: {};
|
|
3788
|
+
};
|
|
3789
|
+
};
|
|
3790
|
+
|
|
3791
|
+
// @internal
|
|
3792
|
+
export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
|
|
3793
|
+
|
|
3070
3794
|
// @public
|
|
3071
3795
|
export type ResultFeature = 'search' | 'recommendations' | 'next_query_results' | 'partial_results' | 'identifier_result';
|
|
3072
3796
|
|
|
@@ -3076,9 +3800,44 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
|
3076
3800
|
// @public
|
|
3077
3801
|
export class ResultsList extends Vue_2 implements InfiniteScroll {
|
|
3078
3802
|
protected animation: Vue_2 | string;
|
|
3803
|
+
get hasMoreItems(): boolean;
|
|
3079
3804
|
items: Result[];
|
|
3080
3805
|
// @internal
|
|
3081
3806
|
onInfiniteScrollEnd(): void;
|
|
3807
|
+
providedQuery: string;
|
|
3808
|
+
searchQuery: string;
|
|
3809
|
+
searchStatus: RequestStatus;
|
|
3810
|
+
totalResults: number;
|
|
3811
|
+
updateQuery(status: RequestStatus): void;
|
|
3812
|
+
}
|
|
3813
|
+
|
|
3814
|
+
// @public
|
|
3815
|
+
export class ResultVariantSelector extends Vue_2 {
|
|
3816
|
+
level: number;
|
|
3817
|
+
result: Result;
|
|
3818
|
+
// @internal
|
|
3819
|
+
protected get selectedVariant(): ResultVariant | undefined;
|
|
3820
|
+
selectedVariants: ResultVariant[];
|
|
3821
|
+
// Warning: (ae-forgotten-export) The symbol "ResultVariant" needs to be exported by the entry point index.d.ts
|
|
3822
|
+
selectResultVariant: (variant: ResultVariant, level?: number) => void;
|
|
3823
|
+
// @internal
|
|
3824
|
+
protected selectVariant(variant: ResultVariant): void;
|
|
3825
|
+
// @internal
|
|
3826
|
+
protected variantIsSelected(variant: ResultVariant): boolean;
|
|
3827
|
+
// @internal
|
|
3828
|
+
protected get variants(): ResultVariant[] | undefined;
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3831
|
+
// @public
|
|
3832
|
+
export class ResultVariantsProvider extends Vue_2 {
|
|
3833
|
+
autoSelectDepth: number;
|
|
3834
|
+
render(createElement: CreateElement): VNode;
|
|
3835
|
+
resetSelectedVariants(): void;
|
|
3836
|
+
result: Result;
|
|
3837
|
+
get resultToProvide(): Result;
|
|
3838
|
+
selectedVariants: ResultVariant[];
|
|
3839
|
+
selectFirstVariants(variant?: ResultVariant): void;
|
|
3840
|
+
selectResultVariant(variant: ResultVariant, level?: number): void;
|
|
3082
3841
|
}
|
|
3083
3842
|
|
|
3084
3843
|
// @public
|
|
@@ -3104,10 +3863,10 @@ export interface RootXStoreState {
|
|
|
3104
3863
|
export const sanitize: (str: string) => string;
|
|
3105
3864
|
|
|
3106
3865
|
// @public
|
|
3107
|
-
export const
|
|
3866
|
+
export const saveIdentifierResultsOrigin: IdentifierResultsXStoreModule['actions']['saveOrigin'];
|
|
3108
3867
|
|
|
3109
3868
|
// @public
|
|
3110
|
-
export const
|
|
3869
|
+
export const saveIdentifierResultsOriginWire: AnyWire;
|
|
3111
3870
|
|
|
3112
3871
|
// @public
|
|
3113
3872
|
export const saveOriginWire: AnyWire;
|
|
@@ -3115,11 +3874,16 @@ export const saveOriginWire: AnyWire;
|
|
|
3115
3874
|
// @public
|
|
3116
3875
|
export const saveQuery: IdentifierResultsXStoreModule['actions']['saveQuery'];
|
|
3117
3876
|
|
|
3877
|
+
// @public
|
|
3878
|
+
export const saveSearchOrigin: SearchXStoreModule['actions']['saveOrigin'];
|
|
3879
|
+
|
|
3880
|
+
// @public
|
|
3881
|
+
export const saveSearchResponse: SearchXStoreModule['actions']['saveSearchResponse'];
|
|
3882
|
+
|
|
3118
3883
|
// @public
|
|
3119
3884
|
export class Scroll extends Vue_2 {
|
|
3120
3885
|
// @internal
|
|
3121
3886
|
protected createEventMetadata(): Partial<WireMetadata>;
|
|
3122
|
-
distanceToBottom: number;
|
|
3123
3887
|
// @internal
|
|
3124
3888
|
protected emitScroll(position: number): void;
|
|
3125
3889
|
// @internal
|
|
@@ -3133,7 +3897,6 @@ export class Scroll extends Vue_2 {
|
|
|
3133
3897
|
id: string;
|
|
3134
3898
|
// @internal
|
|
3135
3899
|
scrollToTop(scrollId: string): void;
|
|
3136
|
-
throttleMs: number;
|
|
3137
3900
|
}
|
|
3138
3901
|
|
|
3139
3902
|
// @public
|
|
@@ -3192,6 +3955,7 @@ export class ScrollMixin extends Vue_2 {
|
|
|
3192
3955
|
mounted(): void;
|
|
3193
3956
|
// @internal
|
|
3194
3957
|
protected previousPosition: number;
|
|
3958
|
+
resetOn: XEvent;
|
|
3195
3959
|
protected resetOnChange: boolean;
|
|
3196
3960
|
// @internal
|
|
3197
3961
|
resetScroll(): void;
|
|
@@ -3313,16 +4077,18 @@ export type SearchActionContext = XActionContext<SearchState, SearchGetters, Sea
|
|
|
3313
4077
|
// @public
|
|
3314
4078
|
export interface SearchActions {
|
|
3315
4079
|
cancelFetchAndSaveSearchResponse(): void;
|
|
3316
|
-
fetchAndSaveSearchResponse(request:
|
|
3317
|
-
|
|
3318
|
-
fetchSearchResponse(request: SearchRequest | null): SearchResponse;
|
|
4080
|
+
fetchAndSaveSearchResponse(request: InternalSearchRequest | null): void;
|
|
4081
|
+
fetchSearchResponse(request: SearchRequest): SearchResponse;
|
|
3319
4082
|
increasePageAppendingResults(): void;
|
|
4083
|
+
resetRequestOnRefinement(watchedRequest: WatchedInternalSearchRequest): void;
|
|
3320
4084
|
saveOrigin(originInit: QueryOriginInit): void;
|
|
4085
|
+
saveSearchResponse(response: SearchResponse): void;
|
|
3321
4086
|
setUrlParams(urlParams: UrlParams): void;
|
|
3322
4087
|
}
|
|
3323
4088
|
|
|
3324
4089
|
// @public
|
|
3325
4090
|
export interface SearchBoxActions {
|
|
4091
|
+
setInputStatus(event: XEvent): void;
|
|
3326
4092
|
setUrlParams(urlParams: UrlParams): void;
|
|
3327
4093
|
}
|
|
3328
4094
|
|
|
@@ -3341,28 +4107,49 @@ export interface SearchBoxGetters {
|
|
|
3341
4107
|
}
|
|
3342
4108
|
|
|
3343
4109
|
// @public
|
|
3344
|
-
export interface SearchBoxMutations {
|
|
4110
|
+
export interface SearchBoxMutations extends QueryMutations {
|
|
4111
|
+
// Warning: (ae-incompatible-release-tags) The symbol "setInputStatus" is marked as @public, but its signature references "InputStatus" which is marked as @internal
|
|
4112
|
+
setInputStatus(inputStatus: InputStatus): void;
|
|
3345
4113
|
setQuery(newQuery: string): void;
|
|
3346
4114
|
}
|
|
3347
4115
|
|
|
3348
4116
|
// @public
|
|
3349
|
-
export interface SearchBoxState {
|
|
4117
|
+
export interface SearchBoxState extends QueryState {
|
|
4118
|
+
inputStatus: string;
|
|
3350
4119
|
query: string;
|
|
3351
4120
|
}
|
|
3352
4121
|
|
|
3353
4122
|
// @internal
|
|
3354
4123
|
export const searchBoxWiring: {
|
|
4124
|
+
ParamsLoadedFromUrl: {
|
|
4125
|
+
setUrlParams: Wire<UrlParams>;
|
|
4126
|
+
transitionState: Wire<any>;
|
|
4127
|
+
};
|
|
3355
4128
|
UserIsTypingAQuery: {
|
|
3356
4129
|
setSearchBoxQuery: Wire<string>;
|
|
4130
|
+
transitionState: AnyWire;
|
|
3357
4131
|
};
|
|
3358
4132
|
UserAcceptedAQuery: {
|
|
3359
4133
|
setSearchBoxQuery: Wire<string>;
|
|
4134
|
+
transitionState: AnyWire;
|
|
3360
4135
|
};
|
|
3361
4136
|
UserPressedClearSearchBoxButton: {
|
|
3362
4137
|
clearSearchBoxQuery: AnyWire;
|
|
3363
4138
|
};
|
|
3364
|
-
|
|
3365
|
-
|
|
4139
|
+
UserClickedCloseX: {
|
|
4140
|
+
clearSearchBoxQuery: AnyWire;
|
|
4141
|
+
};
|
|
4142
|
+
UserClickedOutOfMainModal: {
|
|
4143
|
+
clearSearchBoxQuery: AnyWire;
|
|
4144
|
+
};
|
|
4145
|
+
UserClearedQuery: {
|
|
4146
|
+
transitionState: AnyWire;
|
|
4147
|
+
};
|
|
4148
|
+
UserFocusedSearchBox: {
|
|
4149
|
+
transitionState: AnyWire;
|
|
4150
|
+
};
|
|
4151
|
+
UserBlurredSearchBox: {
|
|
4152
|
+
transitionState: AnyWire;
|
|
3366
4153
|
};
|
|
3367
4154
|
};
|
|
3368
4155
|
|
|
@@ -3373,6 +4160,8 @@ export interface SearchBoxXEvents {
|
|
|
3373
4160
|
UserClearedQuery: string;
|
|
3374
4161
|
UserClickedSearchBox: void;
|
|
3375
4162
|
UserFocusedSearchBox: void;
|
|
4163
|
+
UserHoveredInSearchBox: void;
|
|
4164
|
+
UserHoveredOutSearchBox: void;
|
|
3376
4165
|
UserIsTypingAQuery: string;
|
|
3377
4166
|
UserPressedClearSearchBoxButton: void;
|
|
3378
4167
|
UserPressedEnterKey: string;
|
|
@@ -3418,10 +4207,27 @@ export const searchEmitters: {
|
|
|
3418
4207
|
};
|
|
3419
4208
|
PageChanged: (state: SearchState) => number;
|
|
3420
4209
|
ResultsChanged: (state: SearchState) => Result[];
|
|
3421
|
-
SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) =>
|
|
4210
|
+
SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest | null;
|
|
4211
|
+
SearchRequestUpdated: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest | null;
|
|
4212
|
+
SearchResponseChanged: {
|
|
4213
|
+
selector: (state: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => {
|
|
4214
|
+
request: InternalSearchRequest;
|
|
4215
|
+
status: RequestStatus;
|
|
4216
|
+
banners: Banner_2[];
|
|
4217
|
+
facets: Facet[];
|
|
4218
|
+
partialResults: PartialResult[];
|
|
4219
|
+
promoteds: Promoted_2[];
|
|
4220
|
+
queryTagging: TaggingRequest;
|
|
4221
|
+
redirections: Redirection_2[];
|
|
4222
|
+
results: Result[];
|
|
4223
|
+
spellcheck: string;
|
|
4224
|
+
totalResults: number;
|
|
4225
|
+
};
|
|
4226
|
+
filter: (newValue: InternalSearchResponse, oldValue: InternalSearchResponse) => boolean;
|
|
4227
|
+
};
|
|
3422
4228
|
SearchTaggingChanged: {
|
|
3423
|
-
selector: (state: SearchState) =>
|
|
3424
|
-
filter: ({ url }:
|
|
4229
|
+
selector: (state: SearchState) => TaggingRequest;
|
|
4230
|
+
filter: ({ url }: TaggingRequest) => boolean;
|
|
3425
4231
|
};
|
|
3426
4232
|
SpellcheckChanged: (state: SearchState) => string;
|
|
3427
4233
|
SortChanged: (state: SearchState) => string;
|
|
@@ -3429,7 +4235,8 @@ export const searchEmitters: {
|
|
|
3429
4235
|
|
|
3430
4236
|
// @public
|
|
3431
4237
|
export interface SearchGetters {
|
|
3432
|
-
|
|
4238
|
+
query: string;
|
|
4239
|
+
request: InternalSearchRequest | null;
|
|
3433
4240
|
}
|
|
3434
4241
|
|
|
3435
4242
|
// @public (undocumented)
|
|
@@ -3461,6 +4268,10 @@ export class SearchInput extends Vue_2 {
|
|
|
3461
4268
|
// @internal
|
|
3462
4269
|
protected emitUserFocusedSearchBox(): void;
|
|
3463
4270
|
// @internal
|
|
4271
|
+
protected emitUserHoveredInSearchBox(): void;
|
|
4272
|
+
// @internal
|
|
4273
|
+
protected emitUserHoveredOutSearchBox(): void;
|
|
4274
|
+
// @internal
|
|
3464
4275
|
protected emitUserIsTypingAQueryEvents(): void;
|
|
3465
4276
|
// @internal
|
|
3466
4277
|
protected emitUserPressedArrowKey(event: KeyboardEvent): void;
|
|
@@ -3473,16 +4284,67 @@ export class SearchInput extends Vue_2 {
|
|
|
3473
4284
|
protected maxLength: number;
|
|
3474
4285
|
// (undocumented)
|
|
3475
4286
|
mounted(): void;
|
|
4287
|
+
// @internal
|
|
4288
|
+
protected preventSpecialKey(event: InputEvent): void;
|
|
4289
|
+
// (undocumented)
|
|
4290
|
+
query: string;
|
|
4291
|
+
// (undocumented)
|
|
4292
|
+
protected searchInputMessage: string;
|
|
4293
|
+
}
|
|
4294
|
+
|
|
4295
|
+
// @public
|
|
4296
|
+
export class SearchInputPlaceholder extends Vue_2 {
|
|
4297
|
+
protected animateOnlyOnHover: boolean;
|
|
4298
|
+
protected animation: Vue_2;
|
|
4299
|
+
// @internal
|
|
4300
|
+
protected animationInterval: number | undefined;
|
|
4301
|
+
protected animationIntervalMs: number;
|
|
4302
|
+
// @internal
|
|
4303
|
+
protected animationMessageIndex: number;
|
|
4304
|
+
// (undocumented)
|
|
4305
|
+
beforeDestroy(): void;
|
|
4306
|
+
// @internal
|
|
4307
|
+
protected incrementAnimationMessageIndex(): void;
|
|
4308
|
+
// @internal
|
|
4309
|
+
protected get isBeingAnimated(): boolean;
|
|
4310
|
+
// @internal
|
|
4311
|
+
protected isSearchBoxFocused: boolean;
|
|
4312
|
+
// @internal
|
|
4313
|
+
protected isSearchBoxHovered: boolean;
|
|
4314
|
+
// @internal
|
|
4315
|
+
protected get isVisible(): boolean;
|
|
4316
|
+
// @internal
|
|
4317
|
+
protected get message(): string | undefined;
|
|
4318
|
+
protected messages: Array<string>;
|
|
4319
|
+
// (undocumented)
|
|
4320
|
+
onUserBlurredSearchBox(): void;
|
|
3476
4321
|
// (undocumented)
|
|
4322
|
+
onUserFocusedSearchBox(): void;
|
|
4323
|
+
// (undocumented)
|
|
4324
|
+
onUserHoveredInSearchBox(): void;
|
|
4325
|
+
// (undocumented)
|
|
4326
|
+
onUserHoveredOutSearchBox(): void;
|
|
4327
|
+
// @internal
|
|
4328
|
+
protected prepareMessageIndexForNextAnimation(): void;
|
|
4329
|
+
// @internal
|
|
3477
4330
|
query: string;
|
|
4331
|
+
// @internal
|
|
4332
|
+
protected resetAnimation(): void;
|
|
4333
|
+
// @internal
|
|
4334
|
+
protected resetAnimationMessageIndex(): void;
|
|
4335
|
+
// @internal
|
|
4336
|
+
protected stopAnimationInterval(): void;
|
|
3478
4337
|
}
|
|
3479
4338
|
|
|
3480
4339
|
// @public
|
|
3481
|
-
export interface SearchMutations extends StatusMutations {
|
|
4340
|
+
export interface SearchMutations extends StatusMutations, QueryMutations {
|
|
3482
4341
|
appendResults(results: Result[]): void;
|
|
4342
|
+
resetState(): void;
|
|
3483
4343
|
setBanners(banners: Banner_2[]): void;
|
|
3484
4344
|
setFacets(facets: Facet[]): void;
|
|
4345
|
+
setFromNoResultsWithFilters(fromNoResultsWithFilters: boolean): void;
|
|
3485
4346
|
setIsAppendResults(isAppendResults: boolean): void;
|
|
4347
|
+
setIsNoResults(isNoResults: boolean): void;
|
|
3486
4348
|
setOrigin(origin: QueryOrigin | undefined | null): void;
|
|
3487
4349
|
setPage(page: number): void;
|
|
3488
4350
|
setPageSize(pageSize: number): void;
|
|
@@ -3490,7 +4352,7 @@ export interface SearchMutations extends StatusMutations {
|
|
|
3490
4352
|
setPartialResults(partialResults: PartialResult[]): void;
|
|
3491
4353
|
setPromoteds(promoteds: Promoted_2[]): void;
|
|
3492
4354
|
setQuery(newQuery: string): void;
|
|
3493
|
-
setQueryTagging(queryTagging:
|
|
4355
|
+
setQueryTagging(queryTagging: TaggingRequest): void;
|
|
3494
4356
|
setRedirections(redirections: Redirection_2[]): void;
|
|
3495
4357
|
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
3496
4358
|
setResults(results: Result[]): void;
|
|
@@ -3499,24 +4361,30 @@ export interface SearchMutations extends StatusMutations {
|
|
|
3499
4361
|
setSort(sort: Sort): void;
|
|
3500
4362
|
setSpellcheck(spellcheckedQuery: string): void;
|
|
3501
4363
|
setTotalResults(totalResults: number): void;
|
|
4364
|
+
updateResult(result: Partial<Result> & Pick<Result, 'id'>): void;
|
|
3502
4365
|
}
|
|
3503
4366
|
|
|
4367
|
+
// @public
|
|
4368
|
+
export const searchQuery: SearchXStoreModule['getters']['query'];
|
|
4369
|
+
|
|
3504
4370
|
// @public
|
|
3505
4371
|
export const searchRequest: SearchXStoreModule['getters']['request'];
|
|
3506
4372
|
|
|
3507
4373
|
// @public
|
|
3508
|
-
export interface SearchState extends StatusState {
|
|
4374
|
+
export interface SearchState extends StatusState, QueryState {
|
|
3509
4375
|
banners: Banner_2[];
|
|
3510
4376
|
config: SearchConfig;
|
|
3511
4377
|
facets: Facet[];
|
|
4378
|
+
fromNoResultsWithFilters: boolean;
|
|
3512
4379
|
isAppendResults: boolean;
|
|
4380
|
+
isNoResults: boolean;
|
|
3513
4381
|
origin: QueryOrigin | null;
|
|
3514
4382
|
page: number;
|
|
3515
4383
|
params: Dictionary<unknown>;
|
|
3516
4384
|
partialResults: PartialResult[];
|
|
3517
4385
|
promoteds: Promoted_2[];
|
|
3518
4386
|
query: string;
|
|
3519
|
-
queryTagging:
|
|
4387
|
+
queryTagging: TaggingRequest;
|
|
3520
4388
|
redirections: Redirection_2[];
|
|
3521
4389
|
relatedTags: RelatedTag_2[];
|
|
3522
4390
|
results: Result[];
|
|
@@ -3531,47 +4399,43 @@ export const SearchTinyIcon: {};
|
|
|
3531
4399
|
|
|
3532
4400
|
// @internal
|
|
3533
4401
|
export const searchWiring: {
|
|
4402
|
+
ParamsLoadedFromUrl: {
|
|
4403
|
+
setUrlParams: Wire<UrlParams>;
|
|
4404
|
+
saveOriginWire: AnyWire;
|
|
4405
|
+
};
|
|
3534
4406
|
UserAcceptedAQuery: {
|
|
3535
|
-
resetPage: AnyWire;
|
|
3536
|
-
resetSort: AnyWire;
|
|
3537
4407
|
setSearchQuery: Wire<string>;
|
|
3538
4408
|
saveOriginWire: AnyWire;
|
|
3539
4409
|
};
|
|
3540
4410
|
UserAcceptedSpellcheckQuery: {
|
|
3541
|
-
resetPage: AnyWire;
|
|
3542
4411
|
resetSpellcheckQuery: AnyWire;
|
|
3543
4412
|
};
|
|
3544
4413
|
UserClearedQuery: {
|
|
3545
|
-
resetPage: AnyWire;
|
|
3546
4414
|
setSearchQuery: Wire<string>;
|
|
3547
4415
|
cancelFetchAndSaveSearchResponseWire: AnyWire;
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
resetPage: AnyWire;
|
|
4416
|
+
resetFromNoResultsWithFilters: AnyWire;
|
|
4417
|
+
resetIsNoResults: AnyWire;
|
|
3551
4418
|
};
|
|
3552
4419
|
UserClickedASort: {
|
|
3553
|
-
resetPage: AnyWire;
|
|
3554
4420
|
setSort: Wire<string>;
|
|
3555
4421
|
};
|
|
3556
4422
|
UserPickedARelatedTag: {
|
|
3557
4423
|
saveOriginWire: AnyWire;
|
|
3558
|
-
resetPage: AnyWire;
|
|
3559
|
-
};
|
|
3560
|
-
UserChangedExtraParams: {
|
|
3561
|
-
resetPage: AnyWire;
|
|
3562
|
-
resetSort: AnyWire;
|
|
3563
|
-
resetFacets: AnyWire;
|
|
3564
4424
|
};
|
|
3565
4425
|
UserReachedResultsListEnd: {
|
|
3566
|
-
|
|
4426
|
+
increasePageAppendingResultsWire: AnyWire;
|
|
4427
|
+
};
|
|
4428
|
+
SearchRequestUpdated: {
|
|
4429
|
+
resetStateIfNoRequestWire: Wire<InternalSearchRequest | null>;
|
|
4430
|
+
fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
|
|
3567
4431
|
};
|
|
3568
4432
|
SearchRequestChanged: {
|
|
3569
|
-
|
|
4433
|
+
resetRequestOnRefinementWire: AnyWire;
|
|
3570
4434
|
};
|
|
3571
4435
|
SelectedRelatedTagsChanged: {
|
|
3572
4436
|
setRelatedTags: Wire<RelatedTag_2[]>;
|
|
3573
4437
|
};
|
|
3574
|
-
|
|
4438
|
+
SelectedFiltersForRequestChanged: {
|
|
3575
4439
|
setSelectedFilters: Wire<Filter[]>;
|
|
3576
4440
|
};
|
|
3577
4441
|
ResultsChanged: {
|
|
@@ -3583,9 +4447,11 @@ export const searchWiring: {
|
|
|
3583
4447
|
ExtraParamsChanged: {
|
|
3584
4448
|
setSearchExtraParams: Wire<Dictionary<unknown>>;
|
|
3585
4449
|
};
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
4450
|
+
UserClickedCloseX: {
|
|
4451
|
+
clearSearchQuery: AnyWire;
|
|
4452
|
+
};
|
|
4453
|
+
UserClickedOutOfMainModal: {
|
|
4454
|
+
clearSearchQuery: AnyWire;
|
|
3589
4455
|
};
|
|
3590
4456
|
};
|
|
3591
4457
|
|
|
@@ -3594,8 +4460,10 @@ export interface SearchXEvents {
|
|
|
3594
4460
|
FacetsChanged: Facet[];
|
|
3595
4461
|
PageChanged: number;
|
|
3596
4462
|
ResultsChanged: Result[];
|
|
3597
|
-
SearchRequestChanged:
|
|
3598
|
-
|
|
4463
|
+
SearchRequestChanged: InternalSearchRequest | null;
|
|
4464
|
+
SearchRequestUpdated: InternalSearchRequest | null;
|
|
4465
|
+
SearchResponseChanged: InternalSearchResponse;
|
|
4466
|
+
SearchTaggingChanged: TaggingRequest;
|
|
3599
4467
|
SelectedSortProvided: Sort;
|
|
3600
4468
|
SortChanged: string;
|
|
3601
4469
|
SpellcheckChanged: string;
|
|
@@ -3620,16 +4488,14 @@ export type SearchXStoreModule = XStoreModule<SearchState, SearchGetters, Search
|
|
|
3620
4488
|
// @internal
|
|
3621
4489
|
export const searchXStoreModule: SearchXStoreModule;
|
|
3622
4490
|
|
|
4491
|
+
// @internal
|
|
4492
|
+
export const SELECT_RESULT_VARIANT_KEY: XInjectKey<(variant: ResultVariant, level?: number) => void>;
|
|
4493
|
+
|
|
4494
|
+
// @internal
|
|
4495
|
+
export const SELECTED_VARIANTS_KEY: XInjectKey<ResultVariant[]>;
|
|
4496
|
+
|
|
3623
4497
|
// @public
|
|
3624
|
-
export class SelectedFilters extends
|
|
3625
|
-
protected alwaysVisible: boolean;
|
|
3626
|
-
protected facetId: Facet['id'] | undefined;
|
|
3627
|
-
// @internal
|
|
3628
|
-
protected get selectedFilters(): Filter[];
|
|
3629
|
-
selectedFiltersByFacet: FiltersByFacet;
|
|
3630
|
-
selectedFiltersGetter: Filter[];
|
|
3631
|
-
// @internal
|
|
3632
|
-
protected get show(): boolean;
|
|
4498
|
+
export class SelectedFilters extends FacetsMixin {
|
|
3633
4499
|
}
|
|
3634
4500
|
|
|
3635
4501
|
// @public
|
|
@@ -3639,10 +4505,8 @@ export const selectedFilters: FacetsXStoreModule['getters']['selectedFilters'];
|
|
|
3639
4505
|
export const selectedFiltersByFacet: FacetsXStoreModule['getters']['selectedFiltersByFacet'];
|
|
3640
4506
|
|
|
3641
4507
|
// @public
|
|
3642
|
-
export class SelectedFiltersList extends
|
|
3643
|
-
protected alwaysVisible: boolean;
|
|
4508
|
+
export class SelectedFiltersList extends FacetsMixin {
|
|
3644
4509
|
protected animation: Vue_3 | string;
|
|
3645
|
-
protected facetId: Facet['id'] | undefined;
|
|
3646
4510
|
// Warning: (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
3647
4511
|
//
|
|
3648
4512
|
// @internal
|
|
@@ -3652,12 +4516,6 @@ export class SelectedFiltersList extends Vue_3 {
|
|
|
3652
4516
|
// @public
|
|
3653
4517
|
export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
|
|
3654
4518
|
|
|
3655
|
-
// @public
|
|
3656
|
-
export interface SessionService {
|
|
3657
|
-
clearSessionId(): void;
|
|
3658
|
-
getSessionId(): string;
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
4519
|
// @public
|
|
3662
4520
|
export const setConsent: Wire<boolean>;
|
|
3663
4521
|
|
|
@@ -3667,6 +4525,12 @@ export const setExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3667
4525
|
// @public
|
|
3668
4526
|
export const setHistoryQueries: HistoryQueriesXStoreModule['actions']['setHistoryQueries'];
|
|
3669
4527
|
|
|
4528
|
+
// @public
|
|
4529
|
+
export const setHistoryQueriesDisabled: AnyWire;
|
|
4530
|
+
|
|
4531
|
+
// @public
|
|
4532
|
+
export const setHistoryQueriesEnabled: AnyWire;
|
|
4533
|
+
|
|
3670
4534
|
// @public
|
|
3671
4535
|
export const setHistoryQueriesQuery: Wire<string>;
|
|
3672
4536
|
|
|
@@ -3688,9 +4552,6 @@ export const setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3688
4552
|
// @public
|
|
3689
4553
|
export const setNextQueriesQuery: Wire<string>;
|
|
3690
4554
|
|
|
3691
|
-
// @public
|
|
3692
|
-
export const setPageSize: Wire<number>;
|
|
3693
|
-
|
|
3694
4555
|
// @public
|
|
3695
4556
|
export const setParams: Wire<Partial<UrlParams>>;
|
|
3696
4557
|
|
|
@@ -3700,6 +4561,9 @@ export const setPendingScrollToWire: AnyWire;
|
|
|
3700
4561
|
// @public
|
|
3701
4562
|
export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
3702
4563
|
|
|
4564
|
+
// @public
|
|
4565
|
+
export const setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
4566
|
+
|
|
3703
4567
|
// @public
|
|
3704
4568
|
export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
|
|
3705
4569
|
|
|
@@ -3713,7 +4577,7 @@ export const setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3713
4577
|
export const setQuerySuggestionsQuery: Wire<string>;
|
|
3714
4578
|
|
|
3715
4579
|
// @public
|
|
3716
|
-
export const
|
|
4580
|
+
export const setQueryTaggingInfo: Wire<TaggingRequest>;
|
|
3717
4581
|
|
|
3718
4582
|
// @public
|
|
3719
4583
|
export const setRecommendationsExtraParams: Wire<Dictionary<unknown>>;
|
|
@@ -3758,10 +4622,10 @@ export const setSearchPage: Wire<number>;
|
|
|
3758
4622
|
export const setSearchQuery: Wire<string>;
|
|
3759
4623
|
|
|
3760
4624
|
// @public
|
|
3761
|
-
export const
|
|
4625
|
+
export const setSearchUrlParams: SearchXStoreModule['actions']['setUrlParams'];
|
|
3762
4626
|
|
|
3763
4627
|
// @public
|
|
3764
|
-
export const
|
|
4628
|
+
export const setSelectedFilters: Wire<Filter[]>;
|
|
3765
4629
|
|
|
3766
4630
|
// @public
|
|
3767
4631
|
export const setSort: Wire<string>;
|
|
@@ -3769,6 +4633,15 @@ export const setSort: Wire<string>;
|
|
|
3769
4633
|
// @public
|
|
3770
4634
|
export function setStatus(state: StatusState, status: RequestStatus): void;
|
|
3771
4635
|
|
|
4636
|
+
// @public
|
|
4637
|
+
export const setTaggingConfig: Wire<TaggingConfig>;
|
|
4638
|
+
|
|
4639
|
+
// @public (undocumented)
|
|
4640
|
+
export const SettingsIcon: {};
|
|
4641
|
+
|
|
4642
|
+
// @beta
|
|
4643
|
+
export function setupDevtools(app: Vue_2): void;
|
|
4644
|
+
|
|
3772
4645
|
// @public
|
|
3773
4646
|
export const setUrlFilters: Wire<Filter[]>;
|
|
3774
4647
|
|
|
@@ -3798,8 +4671,9 @@ export const ShowIcon: {};
|
|
|
3798
4671
|
|
|
3799
4672
|
// @public
|
|
3800
4673
|
export class SimpleFilter extends Vue_2 {
|
|
4674
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
3801
4675
|
// @internal
|
|
3802
|
-
protected get
|
|
4676
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
3803
4677
|
// @internal
|
|
3804
4678
|
protected get cssClasses(): VueCSSClasses;
|
|
3805
4679
|
filter: SimpleFilter_2;
|
|
@@ -3823,7 +4697,7 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
|
|
|
3823
4697
|
|
|
3824
4698
|
// Warning: (ae-forgotten-export) The symbol "SingleColumnLayout_base" needs to be exported by the entry point index.d.ts
|
|
3825
4699
|
//
|
|
3826
|
-
// @public
|
|
4700
|
+
// @public @deprecated
|
|
3827
4701
|
export class SingleColumnLayout extends SingleColumnLayout_base {
|
|
3828
4702
|
protected asideAnimation: Vue_2;
|
|
3829
4703
|
}
|
|
@@ -3856,32 +4730,35 @@ export class SlicedFilters extends SlicedFilters_base {
|
|
|
3856
4730
|
protected toggleShowMoreFilters(event: MouseEvent): void;
|
|
3857
4731
|
}
|
|
3858
4732
|
|
|
4733
|
+
// Warning: (ae-forgotten-export) The symbol "SlidingPanel_base" needs to be exported by the entry point index.d.ts
|
|
4734
|
+
//
|
|
3859
4735
|
// @public
|
|
3860
|
-
export class SlidingPanel extends
|
|
4736
|
+
export class SlidingPanel extends SlidingPanel_base {
|
|
4737
|
+
// @internal
|
|
3861
4738
|
$refs: {
|
|
3862
4739
|
scrollContainer: HTMLElement;
|
|
3863
4740
|
};
|
|
3864
|
-
// (undocumented)
|
|
3865
|
-
beforeDestroy(): void;
|
|
3866
4741
|
// @internal
|
|
3867
4742
|
protected get cssClasses(): VueCSSClasses;
|
|
3868
4743
|
// @internal
|
|
3869
4744
|
debouncedUpdateScrollPosition(): void;
|
|
4745
|
+
// @internal
|
|
3870
4746
|
protected isScrollAtEnd: boolean;
|
|
4747
|
+
// @internal
|
|
3871
4748
|
protected isScrollAtStart: boolean;
|
|
3872
|
-
//
|
|
4749
|
+
// @internal
|
|
3873
4750
|
mounted(): void;
|
|
4751
|
+
resetOnContentChange: boolean;
|
|
3874
4752
|
// @internal
|
|
3875
4753
|
restoreAndUpdateScroll(): void;
|
|
3876
|
-
|
|
4754
|
+
scrollFactor: number;
|
|
3877
4755
|
// @internal
|
|
3878
4756
|
protected scrollLeft(): void;
|
|
3879
|
-
protected scrollObserver: MutationObserver;
|
|
3880
4757
|
// @internal
|
|
3881
4758
|
protected scrollRight(): void;
|
|
3882
4759
|
// @internal
|
|
3883
4760
|
protected scrollTo(scrollValue: number): void;
|
|
3884
|
-
|
|
4761
|
+
showButtons: boolean;
|
|
3885
4762
|
// @internal
|
|
3886
4763
|
protected updateScrollPosition(): void;
|
|
3887
4764
|
}
|
|
@@ -3896,31 +4773,37 @@ export class SnippetCallbacks extends Vue_2 {
|
|
|
3896
4773
|
|
|
3897
4774
|
// @public
|
|
3898
4775
|
export interface SnippetConfig {
|
|
3899
|
-
[extra: string]:
|
|
4776
|
+
[extra: string]: unknown;
|
|
3900
4777
|
callbacks?: XEventListeners;
|
|
3901
4778
|
consent?: boolean;
|
|
3902
4779
|
currency?: string;
|
|
3903
4780
|
documentDirection?: DocumentDirection;
|
|
3904
|
-
env?: '
|
|
4781
|
+
env?: 'staging';
|
|
4782
|
+
filters?: string[];
|
|
3905
4783
|
instance: string;
|
|
3906
4784
|
isSpa?: boolean;
|
|
3907
4785
|
lang: string;
|
|
4786
|
+
productId?: string;
|
|
4787
|
+
queriesPreview?: QueryPreviewInfo[];
|
|
3908
4788
|
scope: string;
|
|
3909
|
-
|
|
4789
|
+
uiLang?: string;
|
|
3910
4790
|
}
|
|
3911
4791
|
|
|
3912
4792
|
// @public
|
|
3913
4793
|
export class SnippetConfigExtraParams extends Vue_2 {
|
|
4794
|
+
protected excludedExtraParams: Array<keyof SnippetConfig>;
|
|
3914
4795
|
// @internal
|
|
3915
4796
|
protected extraParams: Dictionary<unknown>;
|
|
3916
4797
|
// @internal
|
|
3917
|
-
protected notAllowedExtraParams: Array<keyof SnippetConfig>;
|
|
3918
|
-
// @internal
|
|
3919
4798
|
snippetConfig: SnippetConfig;
|
|
3920
4799
|
// @internal
|
|
3921
|
-
syncExtraParams(
|
|
4800
|
+
syncExtraParams(snippetConfig: SnippetConfig): void;
|
|
4801
|
+
protected values?: Dictionary<unknown>;
|
|
3922
4802
|
}
|
|
3923
4803
|
|
|
4804
|
+
// @public (undocumented)
|
|
4805
|
+
export const SortAZIcon: {};
|
|
4806
|
+
|
|
3924
4807
|
// Warning: (ae-forgotten-export) The symbol "SortDropdown_base" needs to be exported by the entry point index.d.ts
|
|
3925
4808
|
//
|
|
3926
4809
|
// @public
|
|
@@ -3959,6 +4842,29 @@ export class SortMixin extends Vue_2 {
|
|
|
3959
4842
|
selectedSort: Sort;
|
|
3960
4843
|
}
|
|
3961
4844
|
|
|
4845
|
+
// Warning: (ae-forgotten-export) The symbol "SortPickerList_base" needs to be exported by the entry point index.d.ts
|
|
4846
|
+
//
|
|
4847
|
+
// @public
|
|
4848
|
+
export class SortPickerList extends SortPickerList_base {
|
|
4849
|
+
animation?: string | typeof Vue_2;
|
|
4850
|
+
// Warning: (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
4851
|
+
//
|
|
4852
|
+
// @internal
|
|
4853
|
+
protected get listItems(): SortPickerItem[];
|
|
4854
|
+
}
|
|
4855
|
+
|
|
4856
|
+
// @public (undocumented)
|
|
4857
|
+
export const SortPriceDownIcon: {};
|
|
4858
|
+
|
|
4859
|
+
// @public (undocumented)
|
|
4860
|
+
export const SortPriceUpIcon: {};
|
|
4861
|
+
|
|
4862
|
+
// @public (undocumented)
|
|
4863
|
+
export const SortRelevancyIcon: {};
|
|
4864
|
+
|
|
4865
|
+
// @public (undocumented)
|
|
4866
|
+
export const SortZAIcon: {};
|
|
4867
|
+
|
|
3962
4868
|
// @public
|
|
3963
4869
|
export interface SpatialNavigation {
|
|
3964
4870
|
navigateTo(direction: ArrowKey): HTMLElement;
|
|
@@ -3979,7 +4885,14 @@ export class SpellcheckButton extends Vue_2 {
|
|
|
3979
4885
|
}
|
|
3980
4886
|
|
|
3981
4887
|
// @public
|
|
3982
|
-
export
|
|
4888
|
+
export const SPLIT_WORDS_REGEX: RegExp;
|
|
4889
|
+
|
|
4890
|
+
// Warning: (ae-forgotten-export) The symbol "StaggeredFadeAndSlide_base" needs to be exported by the entry point index.d.ts
|
|
4891
|
+
//
|
|
4892
|
+
// @public
|
|
4893
|
+
export class StaggeredFadeAndSlide extends StaggeredFadeAndSlide_base {
|
|
4894
|
+
protected animationName: string;
|
|
4895
|
+
appear: boolean;
|
|
3983
4896
|
}
|
|
3984
4897
|
|
|
3985
4898
|
// @public
|
|
@@ -4014,11 +4927,9 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
4014
4927
|
protected isTransitionValidVNode(vNode: VNode): vNode is TransitionVNode;
|
|
4015
4928
|
// (undocumented)
|
|
4016
4929
|
mounted(): void;
|
|
4017
|
-
// @internal
|
|
4018
4930
|
moveClass: string;
|
|
4019
4931
|
// @internal
|
|
4020
4932
|
protected get moveClassName(): string;
|
|
4021
|
-
// @internal
|
|
4022
4933
|
name: string;
|
|
4023
4934
|
// @internal
|
|
4024
4935
|
protected newChildren: TransitionVNode[];
|
|
@@ -4042,13 +4953,11 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
4042
4953
|
render(createElement: CreateElement): VNode;
|
|
4043
4954
|
// @internal
|
|
4044
4955
|
protected staggerCounter: number;
|
|
4045
|
-
// @internal
|
|
4046
4956
|
staggering: number;
|
|
4047
4957
|
// @internal
|
|
4048
4958
|
protected startMoveAnimation(moveStagger: string[]): (vNode: TransitionVNode, index: number) => void;
|
|
4049
4959
|
// @internal
|
|
4050
4960
|
protected syncOldNodes(vNode: TransitionVNode): void;
|
|
4051
|
-
// @internal
|
|
4052
4961
|
tag: string;
|
|
4053
4962
|
// Warning: (ae-forgotten-export) The symbol "TransitionData" needs to be exported by the entry point index.d.ts
|
|
4054
4963
|
//
|
|
@@ -4060,6 +4969,9 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
4060
4969
|
protected wrapperBounds: DOMRect;
|
|
4061
4970
|
}
|
|
4062
4971
|
|
|
4972
|
+
// @public (undocumented)
|
|
4973
|
+
export const StarFilledIcon: {};
|
|
4974
|
+
|
|
4063
4975
|
// @public (undocumented)
|
|
4064
4976
|
export const StarIcon: {};
|
|
4065
4977
|
|
|
@@ -4070,6 +4982,8 @@ export function State<Module extends XModuleName, Path extends keyof ExtractStat
|
|
|
4070
4982
|
export interface StateSelector<ReturnType, State extends Dictionary, Getters extends Dictionary> extends WatchOptions {
|
|
4071
4983
|
filter?(newValue: ReturnType, oldValue: ReturnType): boolean;
|
|
4072
4984
|
// (undocumented)
|
|
4985
|
+
metadata?: Partial<WireMetadata>;
|
|
4986
|
+
// (undocumented)
|
|
4073
4987
|
selector: SimpleStateSelector<ReturnType, State, Getters>;
|
|
4074
4988
|
}
|
|
4075
4989
|
|
|
@@ -4083,6 +4997,14 @@ export interface StatusState {
|
|
|
4083
4997
|
status: RequestStatus;
|
|
4084
4998
|
}
|
|
4085
4999
|
|
|
5000
|
+
// Warning: (ae-forgotten-export) The symbol "Metadata" needs to be exported by the entry point index.d.ts
|
|
5001
|
+
//
|
|
5002
|
+
// @internal
|
|
5003
|
+
export class StickyModifier extends BaseFilterEntityModifier<Metadata> {
|
|
5004
|
+
deselect(filter: Filter, metadata?: Metadata): void;
|
|
5005
|
+
select(filter: Filter): void;
|
|
5006
|
+
}
|
|
5007
|
+
|
|
4086
5008
|
// @public
|
|
4087
5009
|
export const storageKey: HistoryQueriesXStoreModule['getters']['storageKey'];
|
|
4088
5010
|
|
|
@@ -4097,10 +5019,25 @@ export type StoreModuleStateAndGetters<ModuleName extends XModuleName> = {
|
|
|
4097
5019
|
getters: ExtractGetters<ModuleName>;
|
|
4098
5020
|
};
|
|
4099
5021
|
|
|
5022
|
+
// @public
|
|
5023
|
+
export type SubObject<SomeObject, TargetPropertyType> = {
|
|
5024
|
+
[Key in keyof SomeObject as SomeObject[Key] extends TargetPropertyType ? Key : never]: TargetPropertyType & SomeObject[Key];
|
|
5025
|
+
};
|
|
5026
|
+
|
|
5027
|
+
// @public (undocumented)
|
|
5028
|
+
export const TagFilledIcon: {};
|
|
5029
|
+
|
|
4100
5030
|
// @public
|
|
4101
5031
|
export class Tagging extends Vue_2 {
|
|
4102
5032
|
get activeConsent(): boolean;
|
|
5033
|
+
clickedResultStorageKey: string;
|
|
5034
|
+
clickedResultStorageTTLMs: number;
|
|
5035
|
+
// (undocumented)
|
|
5036
|
+
get config(): TaggingConfig;
|
|
4103
5037
|
protected consent?: boolean;
|
|
5038
|
+
created(): void;
|
|
5039
|
+
// @internal
|
|
5040
|
+
protected emitEvents(): void;
|
|
4104
5041
|
// @internal
|
|
4105
5042
|
queryTaggingDebounceMs: number | undefined;
|
|
4106
5043
|
// (undocumented)
|
|
@@ -4113,11 +5050,13 @@ export class Tagging extends Vue_2 {
|
|
|
4113
5050
|
|
|
4114
5051
|
// @public
|
|
4115
5052
|
export interface TaggingActions {
|
|
4116
|
-
track(tagging:
|
|
5053
|
+
track(tagging: TaggingRequest | TaggingRequest[]): void;
|
|
4117
5054
|
}
|
|
4118
5055
|
|
|
4119
5056
|
// @public
|
|
4120
5057
|
export interface TaggingConfig {
|
|
5058
|
+
clickedResultStorageKey: string | null;
|
|
5059
|
+
clickedResultStorageTTLMs: number | null;
|
|
4121
5060
|
queryTaggingDebounceMs: number;
|
|
4122
5061
|
sessionTTLMs: number;
|
|
4123
5062
|
}
|
|
@@ -4125,6 +5064,11 @@ export interface TaggingConfig {
|
|
|
4125
5064
|
// @internal
|
|
4126
5065
|
export const taggingEmitters: {
|
|
4127
5066
|
ConsentChanged: (state: TaggingState) => boolean;
|
|
5067
|
+
SearchTaggingReceived: (state: TaggingState) => TaggingRequest;
|
|
5068
|
+
ResultURLTrackingEnabled: {
|
|
5069
|
+
selector: (state: TaggingState) => string;
|
|
5070
|
+
filter: (newValue: string) => boolean;
|
|
5071
|
+
};
|
|
4128
5072
|
};
|
|
4129
5073
|
|
|
4130
5074
|
// @public
|
|
@@ -4134,14 +5078,15 @@ export interface TaggingGetters {
|
|
|
4134
5078
|
// @public
|
|
4135
5079
|
export interface TaggingMutations {
|
|
4136
5080
|
setConsent(consent: boolean): void;
|
|
4137
|
-
|
|
4138
|
-
|
|
5081
|
+
setQueryTaggingInfo(queryTaggingInfo: TaggingRequest): void;
|
|
5082
|
+
setTaggingConfig(taggingConfig: TaggingConfig): void;
|
|
4139
5083
|
}
|
|
4140
5084
|
|
|
4141
5085
|
// @public
|
|
4142
5086
|
export interface TaggingState {
|
|
4143
5087
|
config: TaggingConfig;
|
|
4144
5088
|
consent: boolean | null;
|
|
5089
|
+
queryTaggingInfo: TaggingRequest | null;
|
|
4145
5090
|
}
|
|
4146
5091
|
|
|
4147
5092
|
// @internal
|
|
@@ -4152,20 +5097,34 @@ export const taggingWiring: {
|
|
|
4152
5097
|
ConsentChanged: {
|
|
4153
5098
|
clearSessionWire: Wire<any>;
|
|
4154
5099
|
};
|
|
4155
|
-
|
|
4156
|
-
|
|
5100
|
+
PDPIsLoaded: {
|
|
5101
|
+
moveClickedResultToSessionWire: Wire<string>;
|
|
4157
5102
|
};
|
|
4158
|
-
|
|
4159
|
-
|
|
5103
|
+
ResultURLTrackingEnabled: {
|
|
5104
|
+
moveClickedResultToSessionWire: Wire<string>;
|
|
4160
5105
|
};
|
|
4161
5106
|
SearchTaggingChanged: {
|
|
4162
|
-
|
|
5107
|
+
setQueryTaggingInfo: Wire<TaggingRequest>;
|
|
5108
|
+
};
|
|
5109
|
+
SearchTaggingReceived: {
|
|
5110
|
+
trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
5111
|
+
};
|
|
5112
|
+
TaggingConfigProvided: {
|
|
5113
|
+
setTaggingConfig: Wire<TaggingConfig>;
|
|
4163
5114
|
};
|
|
4164
5115
|
UserClickedAResult: {
|
|
4165
|
-
trackResultClickedWire: Wire<
|
|
5116
|
+
trackResultClickedWire: Wire<Taggable>;
|
|
5117
|
+
storeClickedResultWire: Wire<Result>;
|
|
4166
5118
|
};
|
|
4167
5119
|
UserClickedResultAddToCart: {
|
|
4168
|
-
trackAddToCartWire: Wire<
|
|
5120
|
+
trackAddToCartWire: Wire<Taggable>;
|
|
5121
|
+
trackResultClickedWire: Wire<Taggable>;
|
|
5122
|
+
};
|
|
5123
|
+
UserClickedPDPAddToCart: {
|
|
5124
|
+
trackAddToCartFromSessionStorage: Wire<string | undefined>;
|
|
5125
|
+
};
|
|
5126
|
+
UserClickedABanner: {
|
|
5127
|
+
trackBannerClickedWire: Wire<Taggable>;
|
|
4169
5128
|
};
|
|
4170
5129
|
};
|
|
4171
5130
|
|
|
@@ -4173,8 +5132,11 @@ export const taggingWiring: {
|
|
|
4173
5132
|
export interface TaggingXEvents {
|
|
4174
5133
|
ConsentChanged: boolean;
|
|
4175
5134
|
ConsentProvided: boolean;
|
|
4176
|
-
|
|
4177
|
-
|
|
5135
|
+
PDPIsLoaded: string;
|
|
5136
|
+
ResultURLTrackingEnabled: string;
|
|
5137
|
+
SearchTaggingReceived: TaggingRequest;
|
|
5138
|
+
TaggingConfigProvided: TaggingConfig;
|
|
5139
|
+
UserClickedPDPAddToCart: string | undefined;
|
|
4178
5140
|
}
|
|
4179
5141
|
|
|
4180
5142
|
// @public
|
|
@@ -4233,21 +5195,21 @@ export function toKebabCase(str: string): string;
|
|
|
4233
5195
|
export const track: TaggingXStoreModule['actions']['track'];
|
|
4234
5196
|
|
|
4235
5197
|
// @public
|
|
4236
|
-
export const trackAddToCartWire: Wire<
|
|
5198
|
+
export const trackAddToCartWire: Wire<Taggable>;
|
|
4237
5199
|
|
|
4238
5200
|
// @public
|
|
4239
|
-
export const
|
|
5201
|
+
export const trackBannerClickedWire: Wire<Taggable>;
|
|
4240
5202
|
|
|
4241
5203
|
// @public
|
|
4242
|
-
export const
|
|
5204
|
+
export const trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
4243
5205
|
|
|
4244
5206
|
// @public
|
|
4245
|
-
export
|
|
4246
|
-
}
|
|
5207
|
+
export const trackResultClickedWire: Wire<Taggable>;
|
|
4247
5208
|
|
|
4248
|
-
// @
|
|
4249
|
-
export
|
|
4250
|
-
|
|
5209
|
+
// @internal
|
|
5210
|
+
export type TransitionStates<SomeStatus extends string, SomeEvent extends string> = {
|
|
5211
|
+
[Key in SomeStatus]: Partial<Record<SomeEvent, SomeStatus>>;
|
|
5212
|
+
};
|
|
4251
5213
|
|
|
4252
5214
|
// @public (undocumented)
|
|
4253
5215
|
export const TrashIcon: {};
|
|
@@ -4261,6 +5223,9 @@ export const TrendingIcon: {};
|
|
|
4261
5223
|
// @public (undocumented)
|
|
4262
5224
|
export const TrendingTinyIcon: {};
|
|
4263
5225
|
|
|
5226
|
+
// @public
|
|
5227
|
+
export const updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
5228
|
+
|
|
4264
5229
|
// @public
|
|
4265
5230
|
export type UrlActionContext = XActionContext<UrlState, UrlGetters, UrlMutations, UrlActions>;
|
|
4266
5231
|
|
|
@@ -4270,13 +5235,19 @@ export interface UrlActions {
|
|
|
4270
5235
|
|
|
4271
5236
|
// @internal
|
|
4272
5237
|
export const urlEmitters: {
|
|
4273
|
-
|
|
5238
|
+
PushableUrlStateUpdated: {
|
|
4274
5239
|
selector: (_: UrlState, getters: Returns<GettersTree<UrlState, UrlGetters>>) => UrlParams;
|
|
4275
5240
|
filter: typeof shouldPushUrl;
|
|
5241
|
+
metadata: {
|
|
5242
|
+
replaceable: false;
|
|
5243
|
+
};
|
|
4276
5244
|
};
|
|
4277
|
-
|
|
5245
|
+
ReplaceableUrlStateUpdated: {
|
|
4278
5246
|
selector: (_: UrlState, getters: Returns<GettersTree<UrlState, UrlGetters>>) => UrlParams;
|
|
4279
5247
|
filter: typeof shouldReplaceUrl;
|
|
5248
|
+
metadata: {
|
|
5249
|
+
replaceable: false;
|
|
5250
|
+
};
|
|
4280
5251
|
};
|
|
4281
5252
|
};
|
|
4282
5253
|
|
|
@@ -4298,6 +5269,8 @@ export class UrlHandler extends Vue_2 {
|
|
|
4298
5269
|
protected emitEvents(): void;
|
|
4299
5270
|
// @internal
|
|
4300
5271
|
protected getUrlKey(paramName: string): string;
|
|
5272
|
+
// (undocumented)
|
|
5273
|
+
initialExtraParams: Dictionary<unknown>;
|
|
4301
5274
|
// @internal
|
|
4302
5275
|
protected isNavigatingFromPdp(): boolean;
|
|
4303
5276
|
// @internal
|
|
@@ -4329,7 +5302,7 @@ export class UrlHandler extends Vue_2 {
|
|
|
4329
5302
|
}
|
|
4330
5303
|
|
|
4331
5304
|
// @public
|
|
4332
|
-
export interface UrlMutations {
|
|
5305
|
+
export interface UrlMutations extends QueryMutations {
|
|
4333
5306
|
setFilters(filters: Filter[]): void;
|
|
4334
5307
|
setInitialExtraParams(extraParams: Dictionary<unknown>): void;
|
|
4335
5308
|
setPage(page: number): void;
|
|
@@ -4365,25 +5338,26 @@ export interface UrlParams {
|
|
|
4365
5338
|
export type UrlParamValue = string | number | boolean | Array<string | number | boolean>;
|
|
4366
5339
|
|
|
4367
5340
|
// @public
|
|
4368
|
-
export
|
|
5341
|
+
export interface UrlState extends QueryState, UrlParams {
|
|
5342
|
+
// (undocumented)
|
|
4369
5343
|
initialExtraParams: Dictionary<unknown>;
|
|
4370
|
-
}
|
|
5344
|
+
}
|
|
4371
5345
|
|
|
4372
5346
|
// @internal
|
|
4373
5347
|
export const urlWiring: {
|
|
5348
|
+
ParamsLoadedFromUrl: {
|
|
5349
|
+
setParams: Wire<Partial<UrlParams>>;
|
|
5350
|
+
};
|
|
4374
5351
|
UserAcceptedAQuery: {
|
|
4375
5352
|
setUrlQuery: Wire<string>;
|
|
4376
5353
|
};
|
|
4377
5354
|
UserClearedQuery: {
|
|
4378
5355
|
setUrlQuery: Wire<string>;
|
|
4379
5356
|
};
|
|
4380
|
-
ParamsLoadedFromUrl: {
|
|
4381
|
-
setParams: Wire<Partial<UrlParams>>;
|
|
4382
|
-
};
|
|
4383
5357
|
SelectedRelatedTagsChanged: {
|
|
4384
5358
|
setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
4385
5359
|
};
|
|
4386
|
-
|
|
5360
|
+
SelectedFiltersForRequestChanged: {
|
|
4387
5361
|
setUrlFilters: Wire<Filter[]>;
|
|
4388
5362
|
};
|
|
4389
5363
|
PageChanged: {
|
|
@@ -4407,8 +5381,8 @@ export const urlWiring: {
|
|
|
4407
5381
|
export interface UrlXEvents {
|
|
4408
5382
|
ExtraParamsLoadedFromUrl: Dictionary<unknown>;
|
|
4409
5383
|
ParamsLoadedFromUrl: UrlParams;
|
|
4410
|
-
|
|
4411
|
-
|
|
5384
|
+
PushableUrlStateUpdated: UrlParams;
|
|
5385
|
+
ReplaceableUrlStateUpdated: UrlParams;
|
|
4412
5386
|
}
|
|
4413
5387
|
|
|
4414
5388
|
// @public
|
|
@@ -4423,6 +5397,22 @@ export type UrlXStoreModule = XStoreModule<UrlState, UrlGetters, UrlMutations, U
|
|
|
4423
5397
|
// @internal
|
|
4424
5398
|
export const urlXStoreModule: UrlXStoreModule;
|
|
4425
5399
|
|
|
5400
|
+
// @public
|
|
5401
|
+
export function use$x(): XComponentAPI;
|
|
5402
|
+
|
|
5403
|
+
// @public
|
|
5404
|
+
export type UseDeviceFlags<Device extends string> = Record<`is${Capitalize<Device>}`, Ref<boolean>> & Record<`is${Capitalize<Device>}OrGreater`, Ref<boolean>> & Record<`is${Capitalize<Device>}OrLess`, Ref<boolean>>;
|
|
5405
|
+
|
|
5406
|
+
// @public
|
|
5407
|
+
export type UseDeviceReturn<Device extends string = string> = {
|
|
5408
|
+
orientation: Ref<'landscape' | 'portrait' | undefined>;
|
|
5409
|
+
isTouchable: Ref<boolean>;
|
|
5410
|
+
deviceName: Ref<string>;
|
|
5411
|
+
} & UseDeviceFlags<Device>;
|
|
5412
|
+
|
|
5413
|
+
// @public (undocumented)
|
|
5414
|
+
export const UserFilledIcon: {};
|
|
5415
|
+
|
|
4426
5416
|
// @public (undocumented)
|
|
4427
5417
|
export const UserIcon: {};
|
|
4428
5418
|
|
|
@@ -4432,6 +5422,14 @@ export type VueConstructorPartialArgument = Partial<ConstructorParameters<VueCon
|
|
|
4432
5422
|
// @public
|
|
4433
5423
|
export type VueCSSClasses = string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
|
|
4434
5424
|
|
|
5425
|
+
// @public
|
|
5426
|
+
export interface WatchedInternalSearchRequest {
|
|
5427
|
+
// (undocumented)
|
|
5428
|
+
newRequest: InternalSearchRequest;
|
|
5429
|
+
// (undocumented)
|
|
5430
|
+
oldRequest: InternalSearchRequest;
|
|
5431
|
+
}
|
|
5432
|
+
|
|
4435
5433
|
// Warning: (ae-forgotten-export) The symbol "WindowScroll_base" needs to be exported by the entry point index.d.ts
|
|
4436
5434
|
//
|
|
4437
5435
|
// @public
|
|
@@ -4451,7 +5449,7 @@ export class WindowScroll extends WindowScroll_base {
|
|
|
4451
5449
|
}
|
|
4452
5450
|
|
|
4453
5451
|
// @public
|
|
4454
|
-
export type Wire<PayloadType> = (observable: Observable<WirePayload<PayloadType>>, store: Store<RootXStoreState>, on:
|
|
5452
|
+
export type Wire<PayloadType> = (observable: Observable<WirePayload<PayloadType>>, store: Store<RootXStoreState>, on: XPriorityBus<XEventsTypes, WireMetadata>['on']) => Subscription;
|
|
4455
5453
|
|
|
4456
5454
|
// @public
|
|
4457
5455
|
export function wireCommit<Payload>(mutation: string, payloadFactory: (params: PayloadFactoryData<Payload>) => any): AnyWire;
|
|
@@ -4482,10 +5480,14 @@ export type WireForEvent<Event extends XEvent> = Wire<XEventPayload<Event>>;
|
|
|
4482
5480
|
|
|
4483
5481
|
// @public
|
|
4484
5482
|
export interface WireMetadata {
|
|
5483
|
+
component?: Vue;
|
|
4485
5484
|
feature?: QueryFeature;
|
|
4486
5485
|
id?: string;
|
|
4487
5486
|
location?: FeatureLocation;
|
|
4488
5487
|
moduleName: XModuleName | null;
|
|
5488
|
+
oldValue?: unknown;
|
|
5489
|
+
priority?: Priority;
|
|
5490
|
+
replaceable?: boolean;
|
|
4489
5491
|
target?: HTMLElement;
|
|
4490
5492
|
}
|
|
4491
5493
|
|
|
@@ -4496,31 +5498,29 @@ export interface WireParams<Payload> extends WirePayload<Payload> {
|
|
|
4496
5498
|
}
|
|
4497
5499
|
|
|
4498
5500
|
// @public
|
|
4499
|
-
export interface WirePayload<PayloadType> {
|
|
4500
|
-
eventPayload: PayloadType;
|
|
4501
|
-
metadata: WireMetadata;
|
|
5501
|
+
export interface WirePayload<PayloadType> extends SubjectPayload<PayloadType, WireMetadata> {
|
|
4502
5502
|
}
|
|
4503
5503
|
|
|
4504
5504
|
// @public
|
|
4505
|
-
export interface WireService<SomeService
|
|
4506
|
-
<SomeMethod extends
|
|
4507
|
-
<SomeMethod extends
|
|
5505
|
+
export interface WireService<SomeService extends Record<string, MonadicFunction>> {
|
|
5506
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod): Wire<FirstParameter<SomeService[SomeMethod]>>;
|
|
5507
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod, payload: FirstParameter<SomeService[SomeMethod]>): AnyWire;
|
|
4508
5508
|
}
|
|
4509
5509
|
|
|
4510
5510
|
// @public
|
|
4511
|
-
export function wireService<SomeService>(service: SomeService): WireService<SomeService
|
|
5511
|
+
export function wireService<SomeService>(service: SomeService & SubObject<SomeService, MonadicFunction>): WireService<SubObject<SomeService, MonadicFunction>>;
|
|
4512
5512
|
|
|
4513
5513
|
// @public
|
|
4514
|
-
export interface WireServiceWithoutPayload<SomeService
|
|
4515
|
-
<SomeMethod extends
|
|
5514
|
+
export interface WireServiceWithoutPayload<SomeService extends Record<string, NiladicFunction>> {
|
|
5515
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod): AnyWire;
|
|
4516
5516
|
}
|
|
4517
5517
|
|
|
4518
5518
|
// @public
|
|
4519
|
-
export function wireServiceWithoutPayload<SomeService>(service: SomeService): WireServiceWithoutPayload<SomeService
|
|
5519
|
+
export function wireServiceWithoutPayload<SomeService>(service: SomeService & SubObject<SomeService, NiladicFunction>): WireServiceWithoutPayload<SubObject<SomeService, NiladicFunction>>;
|
|
4520
5520
|
|
|
4521
5521
|
// @public
|
|
4522
5522
|
export type Wiring = {
|
|
4523
|
-
[
|
|
5523
|
+
[Event in XEvent]: Dictionary<WireForEvent<Event>>;
|
|
4524
5524
|
};
|
|
4525
5525
|
|
|
4526
5526
|
// @public
|
|
@@ -4539,30 +5539,29 @@ export interface XActionContext<State extends Dictionary, Getters extends Dictio
|
|
|
4539
5539
|
|
|
4540
5540
|
// @public
|
|
4541
5541
|
export interface XAPI {
|
|
5542
|
+
addProductToCart(productId?: string): void;
|
|
4542
5543
|
init(config: SnippetConfig): void;
|
|
4543
5544
|
search(query?: string): void;
|
|
4544
5545
|
// @internal
|
|
4545
|
-
setBus(bus: XBus): void;
|
|
5546
|
+
setBus(bus: XBus<XEventsTypes, WireMetadata>): void;
|
|
4546
5547
|
// @internal
|
|
4547
5548
|
setInitCallback(initCallback: (config: SnippetConfig) => void): void;
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
export interface XBus {
|
|
4552
|
-
emit(event: PropsWithType<XEventsTypes, void>): void;
|
|
4553
|
-
emit<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: WireMetadata): void;
|
|
4554
|
-
on<Event extends XEvent>(event: Event, withMetadata: true): Observable<WirePayload<XEventPayload<Event>>>;
|
|
4555
|
-
on<Event extends XEvent>(event: Event, withMetadata?: false): Observable<XEventPayload<Event>>;
|
|
4556
|
-
on<Event extends XEvent>(event: Event, withMetadata: boolean): Observable<XEventPayload<Event> | WirePayload<XEventPayload<Event>>>;
|
|
5549
|
+
setSnippetConfig(config: Partial<SnippetConfig>): void;
|
|
5550
|
+
// @internal
|
|
5551
|
+
setSnippetConfigCallback(callback: (config: Partial<SnippetConfig>) => void): void;
|
|
4557
5552
|
}
|
|
4558
5553
|
|
|
4559
5554
|
// @public
|
|
4560
5555
|
export interface XComponentAliasAPI {
|
|
4561
5556
|
readonly device: string | null;
|
|
4562
5557
|
readonly facets: Record<Facet['id'], Facet>;
|
|
5558
|
+
readonly fromNoResultsWithFilters: Readonly<boolean>;
|
|
5559
|
+
readonly fullHistoryQueries: ReadonlyArray<HistoryQuery_2>;
|
|
4563
5560
|
readonly historyQueries: ReadonlyArray<HistoryQuery_2>;
|
|
5561
|
+
readonly historyQueriesWithResults: ReadonlyArray<HistoryQuery_2>;
|
|
4564
5562
|
readonly identifierResults: ReadonlyArray<Result>;
|
|
4565
5563
|
readonly isEmpathizeOpen: boolean;
|
|
5564
|
+
readonly isHistoryQueriesEnabled: Readonly<boolean>;
|
|
4566
5565
|
readonly nextQueries: ReadonlyArray<NextQuery_2>;
|
|
4567
5566
|
readonly noResults: boolean;
|
|
4568
5567
|
readonly partialResults: ReadonlyArray<PartialResult>;
|
|
@@ -4572,8 +5571,13 @@ export interface XComponentAliasAPI {
|
|
|
4572
5571
|
readonly recommendations: ReadonlyArray<Result>;
|
|
4573
5572
|
readonly redirections: ReadonlyArray<Redirection_2>;
|
|
4574
5573
|
readonly relatedTags: ReadonlyArray<RelatedTag_2>;
|
|
5574
|
+
readonly results: ReadonlyArray<Result>;
|
|
5575
|
+
readonly scroll: Record<string, ScrollComponentState>;
|
|
5576
|
+
// Warning: (ae-incompatible-release-tags) The symbol "searchBoxStatus" is marked as @public, but its signature references "InputStatus" which is marked as @internal
|
|
5577
|
+
readonly searchBoxStatus: InputStatus | undefined;
|
|
4575
5578
|
readonly selectedFilters: Filter[];
|
|
4576
5579
|
readonly selectedRelatedTags: ReadonlyArray<RelatedTag_2>;
|
|
5580
|
+
readonly selectedSort: string;
|
|
4577
5581
|
readonly spellcheckedQuery: string | null;
|
|
4578
5582
|
readonly status: XComponentAliasStatusAPI;
|
|
4579
5583
|
readonly totalResults: number;
|
|
@@ -4581,6 +5585,7 @@ export interface XComponentAliasAPI {
|
|
|
4581
5585
|
|
|
4582
5586
|
// @public
|
|
4583
5587
|
export interface XComponentAliasQueryAPI {
|
|
5588
|
+
readonly facets: string;
|
|
4584
5589
|
readonly nextQueries: string;
|
|
4585
5590
|
readonly querySuggestions: string;
|
|
4586
5591
|
readonly relatedTags: string;
|
|
@@ -4605,9 +5610,18 @@ export interface XComponentAPI extends XComponentBusAPI, XComponentAliasAPI {
|
|
|
4605
5610
|
|
|
4606
5611
|
// @public
|
|
4607
5612
|
export interface XComponentBusAPI {
|
|
5613
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@empathyco/x-components" does not have an export "XBus"
|
|
5614
|
+
//
|
|
5615
|
+
// (undocumented)
|
|
4608
5616
|
emit(event: PropsWithType<XEventsTypes, void>): void;
|
|
5617
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@empathyco/x-components" does not have an export "XBus"
|
|
5618
|
+
//
|
|
5619
|
+
// (undocumented)
|
|
4609
5620
|
emit<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: Omit<WireMetadata, 'moduleName' | 'origin' | 'location'>): void;
|
|
4610
|
-
|
|
5621
|
+
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@empathyco/x-components" does not have an export "XBus"
|
|
5622
|
+
//
|
|
5623
|
+
// (undocumented)
|
|
5624
|
+
on: XBus<XEventsTypes, WireMetadata>['on'];
|
|
4611
5625
|
}
|
|
4612
5626
|
|
|
4613
5627
|
// @public
|
|
@@ -4621,7 +5635,7 @@ export type XEvent = keyof XEventsTypes;
|
|
|
4621
5635
|
|
|
4622
5636
|
// @public
|
|
4623
5637
|
export type XEventListeners = Partial<{
|
|
4624
|
-
[Event in XEvent]: (payload: XEventPayload<Event>, metadata: WireMetadata) =>
|
|
5638
|
+
[Event in XEvent]: (payload: XEventPayload<Event>, metadata: WireMetadata) => unknown;
|
|
4625
5639
|
}>;
|
|
4626
5640
|
|
|
4627
5641
|
// @public
|
|
@@ -4631,24 +5645,31 @@ export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends vo
|
|
|
4631
5645
|
export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
|
|
4632
5646
|
|
|
4633
5647
|
// @public
|
|
4634
|
-
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, TaggingXEvents, UrlXEvents {
|
|
4635
|
-
AdapterConfigChanged: unknown;
|
|
5648
|
+
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, TaggingXEvents, UrlXEvents {
|
|
4636
5649
|
ColumnsNumberProvided: number;
|
|
5650
|
+
ModuleRegistered: XModuleName;
|
|
5651
|
+
RenderedColumnsNumberChanged: number;
|
|
4637
5652
|
SnippetCallbackExecuted: {
|
|
4638
5653
|
event: XEvent;
|
|
4639
5654
|
callbackReturn: unknown;
|
|
5655
|
+
payload: ExtractPayload<XEvent>;
|
|
5656
|
+
metadata: WireMetadata;
|
|
4640
5657
|
};
|
|
4641
5658
|
SuggestionsDisplayed: Suggestion[];
|
|
4642
5659
|
TogglePanelStateChanged: boolean;
|
|
4643
5660
|
UserAcceptedAQuery: string;
|
|
4644
5661
|
UserAcceptedSpellcheckQuery: string;
|
|
4645
5662
|
UserClickedAResult: Result;
|
|
5663
|
+
UserClickedAResultRating: Result;
|
|
4646
5664
|
UserClickedCloseEventsModal: void;
|
|
4647
5665
|
UserClickedCloseModal: string;
|
|
5666
|
+
UserClickedCloseX: void;
|
|
4648
5667
|
UserClickedColumnPicker: number;
|
|
4649
5668
|
UserClickedOpenEventsModal: void;
|
|
4650
5669
|
UserClickedOpenModal: string;
|
|
5670
|
+
UserClickedOpenX: void;
|
|
4651
5671
|
UserClickedOutOfEventsModal: void;
|
|
5672
|
+
UserClickedOutOfMainModal: void;
|
|
4652
5673
|
UserClickedOutOfModal: string;
|
|
4653
5674
|
UserClickedPanelToggleButton: string;
|
|
4654
5675
|
UserClickedResultAddToCart: Result;
|
|
@@ -4656,6 +5677,11 @@ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraPara
|
|
|
4656
5677
|
UserOpenXProgrammatically: void;
|
|
4657
5678
|
UserPressedArrowKey: ArrowKey;
|
|
4658
5679
|
UserReachedEmpathizeTop: void;
|
|
5680
|
+
UserSelectedAResultVariant: {
|
|
5681
|
+
result: Result;
|
|
5682
|
+
variant: ResultVariant;
|
|
5683
|
+
level: number;
|
|
5684
|
+
};
|
|
4659
5685
|
UserSelectedASuggestion: Suggestion;
|
|
4660
5686
|
}
|
|
4661
5687
|
|
|
@@ -4672,33 +5698,34 @@ export interface XInjectKey<Type> extends String {
|
|
|
4672
5698
|
export class XInstaller {
|
|
4673
5699
|
constructor(options: InstallXOptions);
|
|
4674
5700
|
// @internal
|
|
4675
|
-
protected applyConfigToAdapter(adapterConfig: any): void;
|
|
4676
|
-
// @internal
|
|
4677
5701
|
protected createAPI(): void;
|
|
4678
5702
|
// @internal
|
|
4679
|
-
protected createApp(extraPlugins: VueConstructorPartialArgument
|
|
4680
|
-
// @internal
|
|
4681
|
-
protected createBus(): XBus;
|
|
5703
|
+
protected createApp(extraPlugins: VueConstructorPartialArgument): Vue_2 | undefined;
|
|
4682
5704
|
// @internal
|
|
4683
|
-
protected
|
|
5705
|
+
protected createBus(): XBus<XEventsTypes, WireMetadata>;
|
|
4684
5706
|
// @internal
|
|
4685
|
-
protected getMountingTarget(
|
|
5707
|
+
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
|
|
4686
5708
|
// @internal
|
|
4687
5709
|
protected getPluginOptions(): XPluginOptions;
|
|
4688
5710
|
// @internal
|
|
4689
5711
|
protected getVue(): VueConstructor;
|
|
4690
|
-
init(snippetConfig: SnippetConfig): Promise<
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
bus: XBus;
|
|
4694
|
-
plugin: PluginObject<XPluginOptions>;
|
|
4695
|
-
}>;
|
|
5712
|
+
init(snippetConfig: SnippetConfig): Promise<InitWrapper>;
|
|
5713
|
+
// (undocumented)
|
|
5714
|
+
init(): Promise<InitWrapper | void>;
|
|
4696
5715
|
// @internal
|
|
4697
|
-
protected installExtraPlugins(
|
|
5716
|
+
protected installExtraPlugins(bus: XBus<XEventsTypes, WireMetadata>): Promise<VueConstructorPartialArgument>;
|
|
4698
5717
|
// @internal
|
|
4699
|
-
protected installPlugin(pluginOptions: XPluginOptions, bus: XBus): PluginObject<XPluginOptions>;
|
|
5718
|
+
protected installPlugin(pluginOptions: XPluginOptions, bus: XBus<XEventsTypes, WireMetadata>): PluginObject<XPluginOptions>;
|
|
5719
|
+
// (undocumented)
|
|
5720
|
+
protected normaliseSnippetConfig(snippetConfig: SnippetConfig): NormalisedSnippetConfig;
|
|
5721
|
+
// (undocumented)
|
|
5722
|
+
protected normaliseSnippetConfig(snippetConfig: Partial<SnippetConfig>): Partial<SnippetConfig>;
|
|
4700
5723
|
// (undocumented)
|
|
4701
5724
|
protected readonly options: InstallXOptions;
|
|
5725
|
+
// @internal
|
|
5726
|
+
protected snippetConfig?: NormalisedSnippetConfig;
|
|
5727
|
+
// @internal
|
|
5728
|
+
protected updateSnippetConfig(newSnippetConfig: Partial<SnippetConfig>): void;
|
|
4702
5729
|
}
|
|
4703
5730
|
|
|
4704
5731
|
// @public
|
|
@@ -4749,6 +5776,8 @@ export interface XModulesTree {
|
|
|
4749
5776
|
// (undocumented)
|
|
4750
5777
|
popularSearches: PopularSearchesXModule;
|
|
4751
5778
|
// (undocumented)
|
|
5779
|
+
queriesPreview: QueriesPreviewXModule;
|
|
5780
|
+
// (undocumented)
|
|
4752
5781
|
querySuggestions: QuerySuggestionsXModule;
|
|
4753
5782
|
// (undocumented)
|
|
4754
5783
|
recommendations: RecommendationsXModule;
|
|
@@ -4771,18 +5800,16 @@ export function XOn<Event extends XEvent>(xEvent: Event | Event[] | ((component:
|
|
|
4771
5800
|
|
|
4772
5801
|
// @public
|
|
4773
5802
|
export class XPlugin implements PluginObject<XPluginOptions> {
|
|
4774
|
-
constructor(bus: XBus);
|
|
4775
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
4776
|
-
static get adapter():
|
|
5803
|
+
constructor(bus: XBus<XEventsTypes, WireMetadata>);
|
|
5804
|
+
// Warning: (ae-forgotten-export) The symbol "XComponentsAdapter" needs to be exported by the entry point index.d.ts
|
|
5805
|
+
static get adapter(): XComponentsAdapter;
|
|
4777
5806
|
// @internal
|
|
4778
|
-
protected adapter:
|
|
5807
|
+
protected adapter: XComponentsAdapter;
|
|
4779
5808
|
// @internal
|
|
4780
5809
|
protected applyMixins(): void;
|
|
4781
|
-
static get bus(): XBus
|
|
4782
|
-
// @internal
|
|
4783
|
-
protected bus: XBus;
|
|
5810
|
+
static get bus(): XBus<XEventsTypes, WireMetadata>;
|
|
4784
5811
|
// @internal
|
|
4785
|
-
protected
|
|
5812
|
+
protected bus: XBus<XEventsTypes, WireMetadata>;
|
|
4786
5813
|
// @internal
|
|
4787
5814
|
protected customizeStoreModule({ state: defaultState, ...actionsGettersMutations }: AnyXStoreModule, { state: xModuleState, ...newActionsGettersMutations }: AnyXStoreModuleOption, configOptions: unknown): AnyXStoreModule;
|
|
4788
5815
|
// @internal
|
|
@@ -4804,8 +5831,6 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4804
5831
|
// @internal
|
|
4805
5832
|
protected static pendingXModules: Partial<Record<XModuleName, AnyXModule>>;
|
|
4806
5833
|
// @internal
|
|
4807
|
-
protected registerFilters(): void;
|
|
4808
|
-
// @internal
|
|
4809
5834
|
protected registerInitialModules(): void;
|
|
4810
5835
|
// @internal
|
|
4811
5836
|
protected registerPendingXModules(): void;
|
|
@@ -4816,7 +5841,7 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4816
5841
|
// @internal
|
|
4817
5842
|
protected registerStoreModule({ name, storeModule }: AnyXModule): void;
|
|
4818
5843
|
// @internal
|
|
4819
|
-
protected registerWiring({ wiring }: AnyXModule): void;
|
|
5844
|
+
protected registerWiring({ wiring, name }: AnyXModule): void;
|
|
4820
5845
|
static registerXModule(xModule: AnyXModule): void;
|
|
4821
5846
|
// @internal
|
|
4822
5847
|
protected registerXModule(xModule: AnyXModule): void;
|
|
@@ -4827,6 +5852,8 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4827
5852
|
protected store: Store<any>;
|
|
4828
5853
|
// @internal
|
|
4829
5854
|
protected vue: VueConstructor;
|
|
5855
|
+
// (undocumented)
|
|
5856
|
+
wiring: Partial<Record<XModuleName, Partial<Record<XEvent, string[]>>>>;
|
|
4830
5857
|
}
|
|
4831
5858
|
|
|
4832
5859
|
// @public
|
|
@@ -4835,7 +5862,7 @@ export const xPlugin: XPlugin;
|
|
|
4835
5862
|
// @public
|
|
4836
5863
|
export interface XPluginOptions {
|
|
4837
5864
|
__PRIVATE__xModules?: PrivateXModulesOptions;
|
|
4838
|
-
adapter:
|
|
5865
|
+
adapter: XComponentsAdapter;
|
|
4839
5866
|
initialXModules?: AnyXModule[];
|
|
4840
5867
|
store?: Store<any>;
|
|
4841
5868
|
xModules?: XModulesOptions;
|
|
@@ -4867,8 +5894,8 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
4867
5894
|
// Warnings were encountered during analysis:
|
|
4868
5895
|
//
|
|
4869
5896
|
// dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:12:9 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
4870
|
-
// src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "
|
|
5897
|
+
// src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
4871
5898
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
4872
|
-
// src/x-modules/url/store/emitters.ts:
|
|
5899
|
+
// src/x-modules/url/store/emitters.ts:64:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
|
4873
5900
|
|
|
4874
5901
|
```
|