@empathyco/x-components 3.0.0-alpha.34 → 3.0.0-alpha.341
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 +3716 -35
- package/README.md +27 -8
- package/core/index.d.ts +1 -1
- package/core/index.js +106 -59
- package/core/index.js.map +1 -1
- package/design-system/.-mixins.css +0 -1
- package/design-system/base.css +18 -28
- package/design-system/default-theme.css +749 -1555
- package/design-system/deprecated-full-theme.css +2022 -0
- package/design-system/dropdown-card.css +4 -2
- package/design-system/dropdown-default.css +162 -125
- package/design-system/dropdown-l.css +4 -2
- package/design-system/dropdown-line.css +4 -2
- package/design-system/dropdown-m.css +4 -2
- package/design-system/dropdown-pill.css +4 -2
- package/design-system/dropdown-s.css +4 -2
- package/design-system/dropdown-xl.css +4 -2
- package/design-system/facet-card.css +4 -2
- package/design-system/facet-default.css +80 -55
- package/design-system/facet-line.css +12 -4
- package/design-system/facet-outlined.css +4 -2
- package/design-system/filter-default.css +57 -31
- package/design-system/filter-hierarchical.css +25 -17
- package/design-system/filter-justified.css +2 -1
- package/design-system/full-theme.css +3901 -4366
- package/design-system/grid-default.css +16 -5
- package/design-system/list-default.css +87 -72
- package/design-system/list-gap.css +483 -223
- package/design-system/list-padding.css +272 -193
- package/design-system/message-default.css +31 -17
- package/design-system/option-list-bottom.css +93 -23
- package/design-system/option-list-default.css +124 -74
- package/design-system/progress-bar-progress-bar.css +10 -8
- package/design-system/result-card.css +4 -2
- package/design-system/result-default.css +38 -36
- package/design-system/row-default.css +97 -62
- package/design-system/row-gap.css +87 -6
- package/design-system/row-padding.css +12 -6
- package/design-system/utilities-background-color.css +30 -7
- package/design-system/utilities-border-color.css +30 -7
- package/design-system/utilities-border-radius.css +1004 -1025
- package/design-system/utilities-border-width.css +265 -264
- package/design-system/utilities-box-shadow.css +87 -22
- package/design-system/utilities-dev-mode.css +2 -1
- package/design-system/utilities-fill-color.css +43 -0
- package/design-system/utilities-flex.css +43 -0
- package/design-system/utilities-line-clamp.css +34 -0
- package/design-system/utilities-margin.css +308 -331
- package/design-system/utilities-padding.css +294 -317
- package/design-system/utilities-position.css +19 -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 -6
- 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 +4 -4
- 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 +3 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +2 -2
- 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 +6 -4
- 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.facetsgetters.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.md +6 -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.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.md +4 -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.setfacet.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setquery.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 +3 -3
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.md +4 -1
- 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.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 +8 -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.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 +16 -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.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.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.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.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 +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
- 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 +4 -4
- 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 +4 -4
- 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 +13 -0
- package/docs/API-reference/api/x-components.md +166 -81
- 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 +3 -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 +4 -4
- package/docs/API-reference/api/x-components.namespacedthrottle.md +4 -4
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +4 -4
- 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.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 +5 -3
- 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.setisappendresults.md +2 -2
- 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.isappendresults.md +1 -1
- package/docs/API-reference/api/x-components.searchstate.md +23 -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 -16
- 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 +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
- 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 +2 -2
- 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 +3 -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.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 +5 -5
- package/docs/API-reference/api/x-components.throttlefunction.md +1 -1
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
- package/docs/API-reference/api/x-components.timeselector.md +15 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.trackbannerclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
- package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
- 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.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 +29 -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 -29
- 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 +12 -9
- 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/docs/API-reference/components/common/animations/x-components.animate-width.md +1 -3
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +6 -3
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +6 -3
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +6 -3
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +5 -7
- package/docs/API-reference/components/common/animations/x-components.fade.md +51 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +5 -2
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +31 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +9 -15
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +57 -10
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +268 -59
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +9 -12
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +4 -7
- package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.corner-arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-left-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.diagonal-arrow-right-top.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.heart.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.plus-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-az.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-price-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-relevancy.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.sort-za.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.star-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.tag-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.user-filled.md +7 -0
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +5 -4
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +2 -4
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +15 -16
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +3 -6
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +3 -6
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +31 -11
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +46 -18
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +46 -18
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +37 -7
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +56 -10
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +51 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +90 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +51 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +4 -7
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +3 -9
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +3 -12
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +332 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +2 -5
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +2 -5
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +3 -6
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +67 -15
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +8 -22
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +39 -13
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +252 -0
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +297 -0
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +188 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +54 -38
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +97 -42
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +107 -15
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +17 -5
- package/docs/API-reference/components/common/x-components.base-dropdown.md +6 -8
- package/docs/API-reference/components/common/x-components.base-event-button.md +2 -8
- package/docs/API-reference/components/common/x-components.base-grid.md +8 -14
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +4 -12
- package/docs/API-reference/components/common/x-components.base-rating.md +9 -12
- package/docs/API-reference/components/common/x-components.base-switch.md +76 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +68 -13
- package/docs/API-reference/components/common/x-components.global-x-bus.md +2 -2
- package/docs/API-reference/components/common/x-components.highlight.md +97 -0
- package/docs/API-reference/components/common/x-components.items-list.md +3 -6
- package/docs/API-reference/components/common/x-components.location-provider.md +2 -2
- package/docs/API-reference/components/common/x-components.sliding-panel.md +232 -35
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +0 -3
- package/docs/API-reference/components/device/x-components.device-detector.md +0 -4
- package/docs/API-reference/components/empathize/x-components.empathize.md +7 -10
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +0 -3
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +2 -5
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +6 -2
- package/docs/API-reference/components/facets/x-components.clear-filters.md +7 -9
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +1 -6
- package/docs/API-reference/components/facets/x-components.facets/facets.md +40 -20
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +5 -11
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +5 -17
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +149 -32
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +120 -22
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +3 -8
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +58 -20
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +3 -10
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +3 -7
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +9 -10
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +19 -25
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +11 -17
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +3 -7
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +5 -7
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +76 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +31 -10
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +178 -54
- package/docs/API-reference/components/history-queries/x-components.history-query.md +137 -28
- package/docs/API-reference/components/history-queries/x-components.my-history.md +197 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +2 -6
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +2 -5
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +30 -9
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +50 -15
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +133 -43
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +201 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +76 -23
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +62 -23
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +105 -43
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +134 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +202 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +13 -17
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +38 -38
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +102 -74
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +14 -24
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +56 -29
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +0 -3
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +1 -7
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +2 -5
- package/docs/API-reference/components/scroll/x-components.scroll.md +21 -31
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +5 -11
- package/docs/API-reference/components/search/x-components.banner.md +2 -6
- package/docs/API-reference/components/search/x-components.banners-list.md +4 -12
- package/docs/API-reference/components/search/x-components.partial-query-button.md +3 -7
- package/docs/API-reference/components/search/x-components.partial-results-list.md +4 -7
- package/docs/API-reference/components/search/x-components.promoted.md +2 -5
- package/docs/API-reference/components/search/x-components.promoteds-list.md +4 -12
- package/docs/API-reference/components/search/x-components.redirection.md +1 -5
- package/docs/API-reference/components/search/x-components.results-list.md +13 -15
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +5 -8
- package/docs/API-reference/components/search/x-components.sort-list.md +1 -4
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +3 -7
- package/docs/API-reference/components/search/x-components.spellcheck.md +3 -10
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +26 -28
- package/docs/API-reference/components/search-box/x-components.search-button.md +39 -23
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +102 -0
- package/docs/API-reference/components/search-box/x-components.search-input.md +28 -21
- package/docs/API-reference/components/tagging/x-components.tagging.md +38 -18
- package/docs/API-reference/components/url/x-components.url-handler.md +0 -4
- package/docs/assets/features/overview-my-history.svg +279 -0
- package/docs/assets/features/overview-product-results-card.svg +128 -0
- package/docs/assets/interface/build-search-ui.svg +167 -0
- package/docs/assets/interface/experience-search-intro.svg +1 -0
- package/docs/assets/interface/integration-guide.svg +1 -0
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +1 -0
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +189 -0
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +259 -0
- package/docs/assets/interface/x-search-box-elements.svg +1 -0
- package/docs/assets/interface/x-search-box.svg +60 -0
- package/docs/build-search-ui/README.md +51 -32
- package/docs/build-search-ui/sidebar.js +7 -0
- package/docs/build-search-ui/web-archetype-development-guide.md +185 -0
- package/docs/build-search-ui/web-archetype-integration-guide.md +292 -122
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +199 -0
- package/docs/build-search-ui/web-x-architecture.md +83 -0
- package/docs/build-search-ui/web-x-components-development-guide.md +156 -0
- package/docs/experience-search-and-discovery/README.md +129 -0
- package/docs/experience-search-and-discovery/empathize.md +113 -0
- package/docs/experience-search-and-discovery/facets-and-filters.md +150 -0
- package/docs/experience-search-and-discovery/history-queries.md +66 -0
- package/docs/experience-search-and-discovery/id-results.md +45 -0
- package/docs/experience-search-and-discovery/my-history.md +56 -0
- package/docs/experience-search-and-discovery/next-queries.md +67 -0
- package/docs/experience-search-and-discovery/popular-searches.md +46 -0
- package/docs/experience-search-and-discovery/product-results-ui.md +78 -0
- package/docs/experience-search-and-discovery/query-suggestions.md +44 -0
- package/docs/experience-search-and-discovery/recommendations.md +48 -0
- package/docs/experience-search-and-discovery/related-tags.md +62 -0
- package/docs/experience-search-and-discovery/search-box.md +93 -0
- package/docs/experience-search-and-discovery/serp-ui.md +121 -0
- package/docs/experience-search-and-discovery/sidebar.js +17 -0
- package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
- package/docs/input-status-machine-state.png +0 -0
- package/empathize/index.js +3 -3
- package/extra-params/index.js +5 -5
- package/facets/index.js +13 -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 +39 -0
- package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
- 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 +15 -17
- 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 -20
- 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 +235 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -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 +28 -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 +29 -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 +60 -42
- 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 +17 -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 +55 -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-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 +16 -19
- 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-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 +141 -168
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +24 -23
- 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 +1 -4
- package/js/components/x-component.mixin.js.map +1 -1
- package/js/components/x-component.utils.js +3 -20
- 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 +202 -135
- 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 +51 -46
- 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 -8
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +54 -0
- package/js/wiring/wires-operators.utils.js.map +1 -0
- package/js/wiring/wires.factory.js +22 -29
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +26 -44
- 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 +133 -148
- 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 +28 -23
- 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 +12 -11
- 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 +29 -20
- 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 +110 -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 +233 -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 +13 -16
- 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 +23 -21
- 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 +22 -18
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.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 +23 -18
- 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 +230 -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 +22 -35
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
- package/js/x-modules/facets/entities/types.js +7 -8
- package/js/x-modules/facets/entities/types.js.map +1 -1
- package/js/x-modules/facets/service/facets.service.js +117 -104
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +12 -4
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +8 -11
- 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 +5 -7
- 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.getter.js +1 -3
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +26 -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 +64 -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 +199 -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 +117 -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/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 +10 -10
- 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/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 +19 -19
- 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 +23 -21
- 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 -31
- 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/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 +13 -16
- 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 +18 -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 +11 -11
- 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.mixin.js +100 -71
- 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 +34 -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 +32 -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 +30 -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 +86 -65
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +70 -71
- 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 +113 -32
- 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 +23 -23
- 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 +75 -64
- 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 +16900 -5021
- package/report/x-components.api.md +1447 -468
- package/report/x-types.api.json +2769 -537
- package/scroll/index.js +7 -7
- package/search/index.js +16 -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 +7 -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 +288 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
- 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 +7 -8
- 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 +17 -0
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/index.d.ts +4 -0
- package/types/components/layouts/index.d.ts.map +1 -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.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 +0 -5
- 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 +3 -10
- 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/components/x-component.mixin.d.ts.map +1 -1
- package/types/components/x-component.utils.d.ts +1 -16
- package/types/components/x-component.utils.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 +4 -6
- 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 +21 -9
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +59 -25
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/plugins/x-plugin.utils.d.ts +1 -0
- package/types/plugins/x-plugin.utils.d.ts.map +1 -1
- package/types/router.d.ts.map +1 -1
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
- package/types/services/services.types.d.ts +41 -1
- package/types/services/services.types.d.ts.map +1 -1
- package/types/services/state-machine.service.d.ts +31 -0
- package/types/services/state-machine.service.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +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 +41 -51
- 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 +88 -50
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.operators.d.ts +2 -3
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
- package/types/wiring/namespaced-wiring.types.d.ts +14 -15
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
- package/types/wiring/wires-operators.utils.d.ts +36 -0
- package/types/wiring/wires-operators.utils.d.ts.map +1 -0
- 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 +6 -9
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +47 -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 +60 -53
- 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 +16 -3
- 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 +0 -8
- 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.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/single-select.modifier.d.ts.map +1 -1
- package/types/x-modules/facets/events.types.d.ts +23 -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 +29 -0
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
- package/types/x-modules/facets/service/types.d.ts +17 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -1
- package/types/x-modules/facets/store/emitters.d.ts +8 -0
- package/types/x-modules/facets/store/emitters.d.ts.map +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/module.d.ts.map +1 -1
- package/types/x-modules/facets/store/types.d.ts +41 -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 +19 -3
- 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 +36 -3
- 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 +16 -10
- 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 +14 -8
- 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 +27 -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/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 +6 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts +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/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 +40 -15
- 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 +29 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +46 -16
- 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 +54 -61
- 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 +63 -14
- 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 +5 -5
- 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/badge-default.css +0 -43
- 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/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/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/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-font-color.css +0 -20
- package/design-system/utilities-font-weight.css +0 -8
- 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.baseidtogglepanel.created.md +0 -17
- 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.namespacedtimeretrieving.md +0 -15
- 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.timeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.trackwire.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.xcomponent.md +0 -15
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.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.collapse-from-top.md +0 -30
- 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/icons/x-components.arrow.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.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/x-components.staggering-transition-group.md +0 -34
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -77
- 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/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 -46
- 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/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 -85
- 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 -55
- 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/staggering-transition-group.vue.js +0 -42
- package/js/components/staggering-transition-group.vue.js.map +0 -1
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -354
- package/js/components/staggering-transition-group.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/wiring/utils/wire-racing-handling.js +0 -108
- package/js/wiring/utils/wire-racing-handling.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 -150
- 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 -167
- 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 -182
- 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 -230
- 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 -216
- 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 -191
- 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 -183
- 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 -219
- 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 -168
- 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 -211
- 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 -169
- 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 -159
- 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 -182
- 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 -204
- 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 -186
- 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 -209
- 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 -177
- 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 -191
- 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 -234
- 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 -189
- 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 -32
- 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 -31
- 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 -166
- 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 -143
- 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/components/staggering-transition-group.vue.d.ts +0 -273
- package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
- package/types/components/x-component.types.d.ts +0 -19
- package/types/components/x-component.types.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/wiring/utils/wire-racing-handling.d.ts +0 -27
- package/types/wiring/utils/wire-racing-handling.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
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Facets & Filters UI
|
|
3
|
+
tag:
|
|
4
|
+
- faceted
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Facets and Filters allow your shoppers to organize your product catalogue in different categories
|
|
8
|
+
and narrow the search results to better find what they are looking for. Shoppers can set filters
|
|
9
|
+
according to the categories or facets defined in the faceted menu, which is usually located on the
|
|
10
|
+
left or upper side of the search engine results page or product listing page.
|
|
11
|
+
|
|
12
|
+

|
|
13
|
+
|
|
14
|
+
X Components for facets present how you have categorized your products, displaying the
|
|
15
|
+
different aspects available (brand, price, color…), while the filter-related components render the
|
|
16
|
+
values for those aspects that shoppers can use to filter by ("Nestlé", "Kellogg’s" for _brand_;
|
|
17
|
+
“€0 - €10”, “€10 - €50” for _price_; “blue”, “black”, “white” for _color_), allowing you to
|
|
18
|
+
determine how to display them.
|
|
19
|
+
|
|
20
|
+
<!--Originally, the X Components for facets and filters were designed for **search**. However,
|
|
21
|
+
since they can precisely organize and filter your product catalogue to bring out the products that
|
|
22
|
+
best fit your shoppers’ needs, you can also use them for **catalogue navigation** and **product
|
|
23
|
+
discovery**. You can guide shoppers through your product catalogue faster, allowing them to navigate
|
|
24
|
+
and browse different product classifications directly from the faceted menu in your shop, without
|
|
25
|
+
having to search.-->
|
|
26
|
+
|
|
27
|
+
::: interact
|
|
28
|
+
|
|
29
|
+
Can't quite capture the concept? Learn more about
|
|
30
|
+
[Facets and Filters](../overview/facets-and-filters-overview.md).
|
|
31
|
+
|
|
32
|
+
:::
|
|
33
|
+
|
|
34
|
+
## Build a faceted experience with X Components
|
|
35
|
+
|
|
36
|
+
There is no need to reinvent the wheel to design a good faceting experience, but rather it’s better
|
|
37
|
+
to understand the shopper’s journey and the frontend options available.
|
|
38
|
+
|
|
39
|
+
Facets and filters can display as different UI element types (select list, search, range…) using the
|
|
40
|
+
numerous X Components available. Flexibly combine X Components to build the connection
|
|
41
|
+
with the product attributes in your catalogue. **Guide** shoppers towards relevant results in record
|
|
42
|
+
time, giving them the opportunity to establish a **dialogue** with your product catalogue and easily
|
|
43
|
+
decide what results to display by adding and clearing filters, or make information on product
|
|
44
|
+
results **clearer and more accessible**, meeting different types of faceting layouts.
|
|
45
|
+
|
|
46
|
+

|
|
47
|
+
|
|
48
|
+
::: details Rendering facets and filters
|
|
49
|
+
|
|
50
|
+
X Components for facets and filters not only enhances your shoppers’ experience by supporting
|
|
51
|
+
and rendering faceted search and navigation, but also provides different ways to display a faceted
|
|
52
|
+
experience:
|
|
53
|
+
|
|
54
|
+
</br>
|
|
55
|
+
|
|
56
|
+
- **Standard facets**: a single-select list that offers a way to describe a product attribute,
|
|
57
|
+
together with the values available to filter by. For example, a _Color_ facet can include values
|
|
58
|
+
such as “red”, “blue”, “white”, “black”, or “green”.
|
|
59
|
+
- **Hierarchical facets**: present filter values organized hierarchically, providing a parent-child
|
|
60
|
+
filtering relationship. Shoppers can filter using the parent subfacet or choose the child subfacet
|
|
61
|
+
as a more precise filter. For example, the _Category_ facet in a jewellery store can display
|
|
62
|
+
“Button”, “Short”, and “Long” as child filters for the “Earrings” parent filter.
|
|
63
|
+
- **Number range facets**: allow shoppers to select a range of numerical values and narrow the
|
|
64
|
+
results within those ranges. Intended for price or size facets that have numeric value type
|
|
65
|
+
attributes. For example, the _Price_ facet in a grocery store can display “< €0.99”, “€1 – €4.99”,
|
|
66
|
+
“€5 – €9.99”, or “€10 – €19.99”. Implement **editable number range facets** and let your shoppers
|
|
67
|
+
define the numerical ranges they want to filter by. Shoppers can type the desired price range to
|
|
68
|
+
filter by in the _From_ - _To_ or _Min_ - _Max_ input fields available.
|
|
69
|
+
|
|
70
|
+
:::
|
|
71
|
+
|
|
72
|
+
::: details Extending facets and filters UI
|
|
73
|
+
|
|
74
|
+
Apart from the main X Components for facets and filters that render product categories and
|
|
75
|
+
their corresponding attributes in different ways, there are components available offering advanced
|
|
76
|
+
options to enhance the faceted experience.
|
|
77
|
+
|
|
78
|
+
</br>
|
|
79
|
+
|
|
80
|
+
- **Collapse & expand** to initially display facets collapsed on page load with a predetermined
|
|
81
|
+
number of filter values. Use a Show more button to expand the full list.
|
|
82
|
+
- **Search box** to perform a text-based search on the filter values so that shoppers quickly find
|
|
83
|
+
the filters to apply to the results set.
|
|
84
|
+
- **Selected filters list** to keep track of the shopper’s selection and understand the results
|
|
85
|
+
displayed. Selected filters can be displayed together under the same list or be organized by
|
|
86
|
+
facets. Shoppers can deselect any of the previously applied filters or clear all at once to try
|
|
87
|
+
different filtering values.
|
|
88
|
+
- **Selected filters first** to change the order in which filters are initially displayed within a
|
|
89
|
+
facet so that the selected filters come first in the list. Note that the order of facets and
|
|
90
|
+
filters is determined by your Search microservice, usually showing the filters with the highest
|
|
91
|
+
number of products.
|
|
92
|
+
- **Product count** to display the number of matches or occurrences next to the facet filter.
|
|
93
|
+
Shoppers can instantly see how many products each filter contains, offering a valuable insight on
|
|
94
|
+
your product catalog.
|
|
95
|
+
- **Zero count** to only display filter values for those filters that **match a product result**,
|
|
96
|
+
omitting all those filters that have zero occurrences. For example, the query “skirts” in a retail
|
|
97
|
+
shop returns a large number of results for women and kids, but none for men. In this case, the
|
|
98
|
+
_Category_ facet only displays the filters “Woman”, “Girl”, and “Baby”.
|
|
99
|
+
|
|
100
|
+
</br>
|
|
101
|
+
|
|
102
|
+
Besides, you can use X Components to customize other attributes and behaviors. Transform a
|
|
103
|
+
value returned from the Search microservice of “20 - 50” into “€20 - €50” or turn a numerical value
|
|
104
|
+
into icons or images such as stars for average rating-based filtering, for example.
|
|
105
|
+
|
|
106
|
+
</br>
|
|
107
|
+
|
|
108
|
+
You can also change the default single-select behavior and activate **multi-select** controls so
|
|
109
|
+
that shoppers can select more than one filter value at a time from the same facet to expand results.
|
|
110
|
+
|
|
111
|
+
:::
|
|
112
|
+
|
|
113
|
+
## Tailor the web experience
|
|
114
|
+
|
|
115
|
+
**Layout, location, and display**:
|
|
116
|
+
|
|
117
|
+
- Place the facets menu wherever you prefer. However, facets are commonly positioned in the left
|
|
118
|
+
sidebar or as top horizontal facets.
|
|
119
|
+
- Hide or show the facets & filter menu when search results are displayed. Display facets and
|
|
120
|
+
filters as collapsed lists at first.
|
|
121
|
+
- Animate the display of different elements: facets, filters, and related lists (e.g. selected
|
|
122
|
+
filters list).
|
|
123
|
+
- Build the layout of facets and filters at your ease: from dropdowns and checkboxes to switches,
|
|
124
|
+
tags, and sliders.
|
|
125
|
+
|
|
126
|
+
**Data and content**:
|
|
127
|
+
|
|
128
|
+
- Select which facets defined in your product catalogue you want to display according to your
|
|
129
|
+
business strategy or your shoppers’ needs.
|
|
130
|
+
- Configure the content of filters. Allow shoppers to filter results using text, icons, or
|
|
131
|
+
checkboxes.
|
|
132
|
+
- Configure the content of related buttons (e.g. Show more button). Show whatever you need: text or
|
|
133
|
+
icons.
|
|
134
|
+
- Customize labels in the facets and filters list. Add a custom title for facets, filters, and
|
|
135
|
+
related lists (e.g. selected filters list).
|
|
136
|
+
- Customize facet data at your ease. You can opt to render facets defined in your product catalogue
|
|
137
|
+
automatically, display custom facets, or even render a mix of them.
|
|
138
|
+
|
|
139
|
+
::: warning
|
|
140
|
+
|
|
141
|
+
Make sure your current Search microservice is compatible with this kind of configuration.
|
|
142
|
+
|
|
143
|
+
:::
|
|
144
|
+
|
|
145
|
+
::: interact
|
|
146
|
+
|
|
147
|
+
Want to know more? Learn how to
|
|
148
|
+
[configure](/develop-empathy-platform/ui-reference/components/facets/) your web experience.
|
|
149
|
+
|
|
150
|
+
:::
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: History Queries UI
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
The History Queries UI component displays the search history, allowing shoppers to check previous
|
|
6
|
+
searches and revisit products they’ve viewed before in a few clicks.
|
|
7
|
+
|
|
8
|
+

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

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

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

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

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

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

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

|
|
17
|
+
|
|
18
|
+
::: warning
|
|
19
|
+
|
|
20
|
+
Recommendations are generated using collective shopper behavior, generating a feed with the most
|
|
21
|
+
clicked products. For a correct performance, make sure that your current search service supports
|
|
22
|
+
this type of feature.
|
|
23
|
+
|
|
24
|
+
:::
|
|
25
|
+
|
|
26
|
+
::: interact
|
|
27
|
+
|
|
28
|
+
Can't quite capture the concept? Learn more about
|
|
29
|
+
[Recommendations](/explore-empathy-platform/features/recommendations-overview.md).
|
|
30
|
+
|
|
31
|
+
:::
|
|
32
|
+
|
|
33
|
+
## Tailor the web experience
|
|
34
|
+
|
|
35
|
+
- Configure the position and place it wherever you prefer, although they usually appear on the
|
|
36
|
+
results page.
|
|
37
|
+
- Show as many recommendations as you want.
|
|
38
|
+
- Animate the display of the component at your ease.
|
|
39
|
+
- Customize content. Show whatever you need: text, images, icons.
|
|
40
|
+
- Extend the performance with results-related components.
|
|
41
|
+
|
|
42
|
+
::: interact
|
|
43
|
+
|
|
44
|
+
Want to know more? Learn how to
|
|
45
|
+
[configure](/develop-empathy-platform/ui-reference/components/recommendations/x-components.recommendations.md)
|
|
46
|
+
your web experience.
|
|
47
|
+
|
|
48
|
+
:::
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Related Tags UI
|
|
3
|
+
tags:
|
|
4
|
+
- tags
|
|
5
|
+
- related keywords
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
The Related Tags UI component helps your shoppers to refine a specific search query and find what
|
|
9
|
+
they’re looking for with just one click. They only appear after the search process is completed, and
|
|
10
|
+
the results appear to fine-tune the search with extra information and get highly relevant results.
|
|
11
|
+
They are shown as labels usually at the top of the search engine results page (SERP), but Empathy
|
|
12
|
+
Platform Interface X supports displaying them anywhere on the SERP instead.
|
|
13
|
+
|
|
14
|
+

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