@empathyco/x-components 3.0.0-alpha.32 → 3.0.0-alpha.320
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 +3493 -25
- package/README.md +27 -8
- package/core/index.d.ts +0 -1
- package/core/index.js +102 -59
- package/core/index.js.map +1 -1
- package/design-system/.-mixins.css +0 -1
- package/design-system/badge-default.css +13 -7
- package/design-system/base.css +18 -28
- package/design-system/default-theme.css +946 -1426
- package/design-system/deprecated-full-theme.css +1674 -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 +4110 -4254
- 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/tag-card.css +4 -2
- package/design-system/tag-default.css +164 -40
- package/design-system/tag-ghost.css +18 -2
- package/design-system/tag-pill.css +4 -2
- 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 +11 -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 +11 -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 +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -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 +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -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 +20 -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 +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -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.autoprogressbar.durationinseconds.md +1 -1
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +1 -1
- package/docs/API-reference/api/x-components.autoprogressbar.md +2 -2
- 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 +2 -2
- 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.init.md +3 -3
- package/docs/API-reference/api/x-components.basexapi.md +4 -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.basexbus.emit.md +4 -4
- package/docs/API-reference/api/x-components.basexbus.md +2 -2
- package/docs/API-reference/api/x-components.basexbus.on.md +3 -3
- 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 +2 -2
- 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.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.emitter.md +3 -3
- package/docs/API-reference/api/x-components.emitters.md +3 -3
- package/docs/API-reference/api/x-components.empathize._refs.md +13 -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 +1 -1
- 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.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.identifierresultsrequestchanged.md +3 -3
- 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 +1 -1
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +2 -2
- 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 +4 -4
- 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 +156 -74
- 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.nextqueriesrequestchanged.md +2 -2
- 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.popularsearchesrequestchanged.md +3 -3
- 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.querypreviewrequestchanged.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.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.querysuggestionsrequestchanged.md +3 -3
- 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.recommendationsrequestchanged.md +3 -3
- 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 +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +5 -4
- 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 +13 -0
- 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.relatedtagsrequestchanged.md +2 -2
- 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 +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +2 -2
- package/docs/API-reference/api/x-components.snippetconfig.md +16 -12
- 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 +6 -6
- 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 +11 -0
- 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.pushableurlstatechanged.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +1 -1
- 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.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 +10 -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.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.eventpayload.md +1 -1
- package/docs/API-reference/api/x-components.wirepayload.md +5 -5
- package/docs/API-reference/api/x-components.wirepayload.metadata.md +1 -1
- 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.xbus.emit.md +2 -2
- package/docs/API-reference/api/x-components.xbus.emit_1.md +3 -3
- package/docs/API-reference/api/x-components.xbus.md +1 -1
- package/docs/API-reference/api/x-components.xbus.on.md +2 -2
- package/docs/API-reference/api/x-components.xbus.on_1.md +3 -3
- package/docs/API-reference/api/x-components.xbus.on_2.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.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.md +28 -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 +2 -2
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +2 -2
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +3 -3
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +4 -4
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -1
- 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 +1 -1
- package/docs/API-reference/api/x-components.xplugin.adapter.md +3 -3
- package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
- 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 +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +6 -7
- 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 +5 -8
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -9
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +11 -9
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +10 -8
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -12
- 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 +10 -8
- 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 +13 -20
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +34 -15
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +270 -62
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -17
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +8 -12
- 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.bag.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cart-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
- 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-selected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
- 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.cross-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
- 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.filters.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
- 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.hide.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
- 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.menu.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.plus-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
- 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.search-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
- 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.star.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.tag-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.user-filled.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +9 -9
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +6 -9
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +19 -19
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +7 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +7 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +35 -16
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +49 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +49 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +41 -12
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +60 -15
- 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 +8 -12
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +7 -14
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +6 -16
- 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 +6 -10
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +6 -10
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +7 -11
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +71 -20
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +11 -26
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +43 -18
- 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 +58 -43
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +101 -47
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +111 -20
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +4 -7
- package/docs/API-reference/components/common/x-components.base-dropdown.md +10 -13
- package/docs/API-reference/components/common/x-components.base-event-button.md +6 -13
- package/docs/API-reference/components/common/x-components.base-grid.md +12 -19
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +8 -17
- package/docs/API-reference/components/common/x-components.base-rating.md +13 -17
- 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 +8 -14
- package/docs/API-reference/components/common/x-components.global-x-bus.md +6 -7
- package/docs/API-reference/components/common/x-components.highlight.md +97 -0
- package/docs/API-reference/components/common/x-components.items-list.md +7 -9
- package/docs/API-reference/components/common/x-components.location-provider.md +6 -7
- package/docs/API-reference/components/common/x-components.sliding-panel.md +236 -40
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +3 -7
- package/docs/API-reference/components/device/x-components.device-detector.md +4 -9
- package/docs/API-reference/components/empathize/x-components.empathize.md +10 -14
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +4 -8
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +6 -10
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +10 -7
- package/docs/API-reference/components/facets/x-components.clear-filters.md +11 -14
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +5 -11
- package/docs/API-reference/components/facets/x-components.facets/facets.md +43 -24
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +9 -16
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +8 -21
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +152 -36
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +122 -25
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +7 -13
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +61 -24
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +7 -15
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +7 -12
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +13 -15
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +22 -29
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +15 -22
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +7 -12
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +9 -12
- 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 +35 -15
- 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 +182 -59
- package/docs/API-reference/components/history-queries/x-components.history-query.md +141 -33
- 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 +6 -11
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +6 -10
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +34 -14
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +54 -20
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +136 -47
- 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 +80 -28
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +65 -27
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +109 -48
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +189 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +17 -22
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +42 -43
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +104 -77
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +29 -37
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +38 -42
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +4 -8
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +5 -12
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +6 -10
- package/docs/API-reference/components/scroll/x-components.scroll.md +24 -35
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +9 -16
- package/docs/API-reference/components/search/x-components.banner.md +5 -10
- package/docs/API-reference/components/search/x-components.banners-list.md +7 -16
- package/docs/API-reference/components/search/x-components.partial-query-button.md +7 -12
- package/docs/API-reference/components/search/x-components.partial-results-list.md +8 -12
- package/docs/API-reference/components/search/x-components.promoted.md +5 -9
- package/docs/API-reference/components/search/x-components.promoteds-list.md +7 -16
- package/docs/API-reference/components/search/x-components.redirection.md +4 -9
- package/docs/API-reference/components/search/x-components.results-list.md +16 -19
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +9 -13
- package/docs/API-reference/components/search/x-components.sort-list.md +5 -9
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +7 -12
- package/docs/API-reference/components/search/x-components.spellcheck.md +6 -14
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +30 -33
- package/docs/API-reference/components/search-box/x-components.search-button.md +43 -28
- 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 +32 -26
- package/docs/API-reference/components/tagging/x-components.tagging.md +41 -22
- package/docs/API-reference/components/url/x-components.url-handler.md +3 -8
- 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 -37
- 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 +291 -127
- 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 +47 -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 +34 -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 +11 -10
- 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 +55 -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 +22 -21
- 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 +52 -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/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.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 -41
- 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 +75 -0
- package/js/components/icons/tag.vue.js.map +1 -0
- 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/directives/infinite-scroll/infinite-scroll.js +25 -28
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +197 -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 +98 -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 +19 -20
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +33 -35
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.alias.js +48 -46
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +129 -184
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +25 -16
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +1 -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 +6 -5
- 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.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 +43 -17
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +130 -145
- 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 +42 -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 +121 -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 +2 -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 +8 -3
- 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 +9 -9
- 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 -6
- 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 +31 -33
- 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 +46 -19
- 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 +2 -2
- 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 +11 -11
- 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.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 +150 -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 +27 -24
- 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 +3 -5
- 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 +9 -9
- 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 +20 -18
- 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 +92 -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-tag.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +35 -23
- 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 +44 -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 +33 -24
- 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 +101 -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 -27
- 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 -7
- 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 -70
- 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 +10 -10
- 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 +10 -18
- 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 +73 -64
- package/popular-searches/index.js +6 -6
- package/queries-preview/index.d.ts +1 -0
- package/queries-preview/index.js +7 -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 +16096 -4247
- package/report/x-components.api.md +1317 -393
- package/report/x-types.api.json +2800 -542
- 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.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.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.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 +36 -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 +3 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -0
- 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.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/directives/infinite-scroll/infinite-scroll.d.ts +4 -4
- package/types/index.d.ts +1 -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 +1 -0
- package/types/plugins/index.d.ts.map +1 -1
- package/types/plugins/x-bus.d.ts +1 -1
- package/types/plugins/x-bus.d.ts.map +1 -1
- package/types/plugins/x-bus.types.d.ts +2 -2
- package/types/plugins/x-bus.types.d.ts.map +1 -1
- 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 +19 -30
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.mixin.d.ts +13 -3
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +53 -21
- package/types/plugins/x-plugin.types.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 +7 -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/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/origin.d.ts +3 -1
- package/types/utils/origin.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 +32 -13
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +61 -8
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +30 -1
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +53 -19
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +54 -48
- 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 +18 -0
- 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 +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 +5 -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/getters/identifier-results-request.getter.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +1 -4
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +18 -14
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +15 -8
- 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 +10 -6
- 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 +24 -6
- 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 +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 +3 -3
- 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 +2 -0
- package/types/x-modules/queries-preview/components/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +115 -0
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
- package/types/x-modules/queries-preview/config.types.d.ts +12 -0
- package/types/x-modules/queries-preview/config.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/events.types.d.ts +20 -0
- package/types/x-modules/queries-preview/events.types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/index.d.ts +7 -0
- package/types/x-modules/queries-preview/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts +7 -0
- package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/index.d.ts +6 -0
- package/types/x-modules/queries-preview/store/index.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/module.d.ts +8 -0
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -0
- package/types/x-modules/queries-preview/store/types.d.ts +121 -0
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -0
- package/types/x-modules/queries-preview/wiring.d.ts +35 -0
- package/types/x-modules/queries-preview/wiring.d.ts.map +1 -0
- package/types/x-modules/queries-preview/x-module.d.ts +16 -0
- package/types/x-modules/queries-preview/x-module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/config.types.d.ts +0 -23
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -2
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +14 -12
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +13 -7
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +5 -6
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -2
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +2 -1
- package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
- 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 +3 -3
- 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 +14 -0
- 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 +6 -0
- 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 +7 -8
- 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 +15 -6
- 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 +22 -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 -60
- 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 +27 -4
- 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 +75 -11
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/events.types.d.ts +3 -2
- package/types/x-modules/url/events.types.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/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/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 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.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.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.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.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.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.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.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.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.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.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 -31
- package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +0 -30
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -30
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +0 -8
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +0 -8
- package/docs/API-reference/components/common/x-components.staggering-transition-group.md +0 -35
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
- package/docs/build-search-ui/web-use-x-components-guide.md +0 -170
- package/docs/build-search-ui/web-x-components-integration-guide.md +0 -197
- package/docs/build-search-ui/x-architecture/README.md +0 -133
- package/docs/sidebar.json +0 -1
- 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/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 -149
- 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 -166
- 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 -181
- 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 -229
- 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 -215
- 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 -190
- 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 -182
- 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 -218
- 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 -167
- 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 -210
- 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 -168
- 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 -158
- 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 -181
- 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 -203
- 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 -185
- 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 -208
- 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 -176
- 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 -89
- 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 -49
- 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 -190
- 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 -233
- 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 -188
- 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 -165
- 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 -142
- 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 -189
- 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 -243
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +0 -1
- package/report/x-adapter.api.json +0 -23505
- 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/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
|
@@ -5,13 +5,22 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import { ActionContext } from 'vuex';
|
|
8
|
+
import { AnyFunction } from '@empathyco/x-utils';
|
|
8
9
|
import { ComponentOptions } from 'vue';
|
|
10
|
+
import { ComponentOptionsMixin } from 'vue/types/v3-component-options';
|
|
9
11
|
import { CreateElement } from 'vue';
|
|
12
|
+
import { DeepPartial } from '@empathyco/x-utils';
|
|
13
|
+
import { default as default_2 } from 'vue';
|
|
14
|
+
import { Dictionary } from '@empathyco/x-utils';
|
|
10
15
|
import { DirectiveOptions } from 'vue';
|
|
16
|
+
import { EndpointAdapter } from '@empathyco/x-adapter';
|
|
11
17
|
import { ExtendedVue } from 'vue/types/vue';
|
|
18
|
+
import { ExtractComputedReturns } from 'vue/types/v3-component-options';
|
|
12
19
|
import { Module } from 'vuex';
|
|
13
20
|
import { Observable } from 'rxjs';
|
|
14
21
|
import { PluginObject } from 'vue';
|
|
22
|
+
import { RequiredProperties } from '@empathyco/x-utils';
|
|
23
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
15
24
|
import { StorageService } from '@empathyco/x-storage-service';
|
|
16
25
|
import { Store } from 'vuex';
|
|
17
26
|
import { Subject } from 'rxjs';
|
|
@@ -51,7 +60,7 @@ export const addQueryToHistory: ({ state, dispatch }: HistoryQueriesActionContex
|
|
|
51
60
|
// @public
|
|
52
61
|
export class AddQueryToHistoryAction implements ActionsClass<HistoryQueriesXStoreModule> {
|
|
53
62
|
addQueryToHistory({ state, dispatch }: HistoryQueriesActionContext, query: string): void | Promise<void>;
|
|
54
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
63
|
+
// Warning: (ae-forgotten-export) The symbol "HistoryQuery_2" needs to be exported by the entry point index.d.ts
|
|
55
64
|
//
|
|
56
65
|
// @internal
|
|
57
66
|
protected createHistoryQuery(query: string): HistoryQuery_2;
|
|
@@ -82,6 +91,17 @@ export class AllFilter extends Vue_2 {
|
|
|
82
91
|
selectedFiltersByFacet: FiltersByFacet;
|
|
83
92
|
}
|
|
84
93
|
|
|
94
|
+
// Warning: (ae-forgotten-export) The symbol "AnimationOrigin" needs to be exported by the entry point index.d.ts
|
|
95
|
+
//
|
|
96
|
+
// @public
|
|
97
|
+
export const animateClipPath: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export const animateScale: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export const animateTranslate: (animationOrigin?: AnimationOrigin | undefined) => VueConstructor<default_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => default_2<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
104
|
+
|
|
85
105
|
// @public
|
|
86
106
|
export class AnimateWidth extends Vue_2 {
|
|
87
107
|
}
|
|
@@ -89,9 +109,6 @@ export class AnimateWidth extends Vue_2 {
|
|
|
89
109
|
// @public
|
|
90
110
|
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
91
111
|
|
|
92
|
-
// @public
|
|
93
|
-
export type AnyFunction = (...args: any[]) => any;
|
|
94
|
-
|
|
95
112
|
// @public
|
|
96
113
|
export type AnyGettersTree = GettersTree<Dictionary, Dictionary>;
|
|
97
114
|
|
|
@@ -128,14 +145,23 @@ export function areFiltersDifferent(someFilters: Filter[], anotherFilters: Filte
|
|
|
128
145
|
export function arrayToObject(array: string[]): Record<string, string>;
|
|
129
146
|
|
|
130
147
|
// @public
|
|
131
|
-
export function arrayToObject<ArrayType
|
|
148
|
+
export function arrayToObject<ArrayType>(array: ArrayType[], key: PropsWithType<ArrayType, string | number>): Record<string, ArrayType>;
|
|
132
149
|
|
|
133
150
|
// @public (undocumented)
|
|
134
|
-
export const
|
|
151
|
+
export const ArrowDownIcon: {};
|
|
135
152
|
|
|
136
153
|
// @public
|
|
137
154
|
export type ArrowKey = 'ArrowUp' | 'ArrowDown' | 'ArrowRight' | 'ArrowLeft';
|
|
138
155
|
|
|
156
|
+
// @public (undocumented)
|
|
157
|
+
export const ArrowLeftIcon: {};
|
|
158
|
+
|
|
159
|
+
// @public (undocumented)
|
|
160
|
+
export const ArrowRightIcon: {};
|
|
161
|
+
|
|
162
|
+
// @public (undocumented)
|
|
163
|
+
export const ArrowUpIcon: {};
|
|
164
|
+
|
|
139
165
|
// @public
|
|
140
166
|
export class AutoProgressBar extends Vue_2 {
|
|
141
167
|
// @internal
|
|
@@ -149,15 +175,28 @@ export const BagIcon: {};
|
|
|
149
175
|
|
|
150
176
|
// @public
|
|
151
177
|
export class Banner extends Vue_2 {
|
|
152
|
-
//
|
|
178
|
+
// @internal
|
|
179
|
+
protected anchorEvents(): Partial<{
|
|
180
|
+
[key in keyof GlobalEventHandlersEventMap]: () => void;
|
|
181
|
+
}>;
|
|
182
|
+
// Warning: (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
153
183
|
banner: Banner_2;
|
|
184
|
+
// @internal
|
|
185
|
+
protected emitClickEvent(): void;
|
|
186
|
+
protected imageFailed: boolean;
|
|
154
187
|
}
|
|
155
188
|
|
|
156
189
|
// @public
|
|
157
190
|
export class BannersList extends ItemsListInjectionMixin {
|
|
158
191
|
protected animation: Vue_2 | string;
|
|
159
192
|
// @internal
|
|
193
|
+
protected columnsNumber: number;
|
|
194
|
+
// @internal
|
|
160
195
|
get items(): ListItem[];
|
|
196
|
+
// @internal
|
|
197
|
+
protected location?: FeatureLocation;
|
|
198
|
+
// @internal
|
|
199
|
+
setColumnsNumber(newColumnsNumber: number, { location }: WireMetadata): void;
|
|
161
200
|
stateItems: Banner_2[];
|
|
162
201
|
}
|
|
163
202
|
|
|
@@ -208,14 +247,18 @@ export class BaseDropdown extends Vue_2 {
|
|
|
208
247
|
// (undocumented)
|
|
209
248
|
$refs: {
|
|
210
249
|
itemButtons: HTMLButtonElement[];
|
|
250
|
+
toggleButton: HTMLButtonElement;
|
|
211
251
|
};
|
|
212
252
|
// @internal
|
|
213
253
|
protected addDocumentCloseListeners(): void;
|
|
214
254
|
animation: typeof Vue_2 | string;
|
|
255
|
+
ariaLabel?: string;
|
|
215
256
|
// @internal
|
|
216
257
|
protected beforeDestroy(): void;
|
|
217
258
|
// @internal
|
|
218
259
|
protected close(): void;
|
|
260
|
+
// @internal
|
|
261
|
+
protected closeAndFocusToggleButton(): void;
|
|
219
262
|
protected closeIfEventIsOutOfDropdown(event: MouseEvent | TouchEvent | FocusEvent): void;
|
|
220
263
|
// @internal
|
|
221
264
|
protected get dropdownCSSClasses(): VueCSSClasses;
|
|
@@ -241,6 +284,8 @@ export class BaseDropdown extends Vue_2 {
|
|
|
241
284
|
items: DropdownItem[];
|
|
242
285
|
// @internal
|
|
243
286
|
protected get itemsCSSClasses(): VueCSSClasses[];
|
|
287
|
+
// (undocumented)
|
|
288
|
+
protected readonly listId: string;
|
|
244
289
|
// @internal
|
|
245
290
|
protected open(): void;
|
|
246
291
|
// @internal
|
|
@@ -306,19 +351,6 @@ export class BaseEventsModalOpen extends Vue_2 {
|
|
|
306
351
|
// @public (undocumented)
|
|
307
352
|
export const BaseFallbackImage: {};
|
|
308
353
|
|
|
309
|
-
// @public
|
|
310
|
-
export class BaseFilter extends Vue_2 {
|
|
311
|
-
clickEvents?: Partial<XEventsTypes>;
|
|
312
|
-
// @internal
|
|
313
|
-
protected get cssClasses(): VueCSSClasses;
|
|
314
|
-
// @internal
|
|
315
|
-
protected get events(): Partial<XEventsTypes>;
|
|
316
|
-
// Warning: (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
317
|
-
filter: BooleanFilter;
|
|
318
|
-
// @internal
|
|
319
|
-
protected get isDisabled(): boolean;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
354
|
// @internal
|
|
323
355
|
export abstract class BaseFilterEntityModifier implements FilterEntity {
|
|
324
356
|
constructor(store: Store<RootXStoreState>, entity: FilterEntity);
|
|
@@ -345,7 +377,13 @@ export class BaseGrid extends Vue_2 {
|
|
|
345
377
|
injectedListItems: ListItem[];
|
|
346
378
|
protected items: ListItem[];
|
|
347
379
|
// @internal
|
|
380
|
+
protected mounted(): void;
|
|
381
|
+
// @internal
|
|
382
|
+
renderedColumnsNumber: number;
|
|
383
|
+
// @internal
|
|
348
384
|
protected get style(): Partial<CSSStyleDeclaration>;
|
|
385
|
+
// @internal
|
|
386
|
+
protected updateRenderedColumnsNumber(): void;
|
|
349
387
|
}
|
|
350
388
|
|
|
351
389
|
// @public
|
|
@@ -373,24 +411,19 @@ export class BaseIdModal extends Vue_2 {
|
|
|
373
411
|
|
|
374
412
|
// @public
|
|
375
413
|
export class BaseIdModalClose extends Vue_2 {
|
|
376
|
-
|
|
377
|
-
protected get events(): Partial<XEventsTypes>;
|
|
378
|
-
// (undocumented)
|
|
414
|
+
protected emitCloseModalEvent({ target }: Event): void;
|
|
379
415
|
protected modalId: string;
|
|
380
416
|
}
|
|
381
417
|
|
|
382
418
|
// @public
|
|
383
419
|
export class BaseIdModalOpen extends Vue_2 {
|
|
384
|
-
|
|
385
|
-
protected get events(): Partial<XEventsTypes>;
|
|
386
|
-
// (undocumented)
|
|
420
|
+
protected emitOpenModalEvent({ target }: Event): void;
|
|
387
421
|
protected modalId: string;
|
|
388
422
|
}
|
|
389
423
|
|
|
390
424
|
// @public
|
|
391
425
|
export class BaseIdTogglePanel extends Vue_2 {
|
|
392
426
|
protected animation: Vue_2;
|
|
393
|
-
created(): void;
|
|
394
427
|
emitStateEvent(): void;
|
|
395
428
|
protected isOpen: boolean;
|
|
396
429
|
panelId: string;
|
|
@@ -421,11 +454,14 @@ export class BaseKeyboardNavigation extends Vue_2 {
|
|
|
421
454
|
triggerNavigation(eventPayload: ArrowKey, metadata: WireMetadata): void;
|
|
422
455
|
}
|
|
423
456
|
|
|
457
|
+
// Warning: (ae-forgotten-export) The symbol "BaseModal_base" needs to be exported by the entry point index.d.ts
|
|
458
|
+
//
|
|
424
459
|
// @public
|
|
425
|
-
export class BaseModal extends
|
|
460
|
+
export class BaseModal extends BaseModal_base {
|
|
426
461
|
// (undocumented)
|
|
427
462
|
$refs: {
|
|
428
463
|
modal: HTMLDivElement;
|
|
464
|
+
modalContent: HTMLDivElement;
|
|
429
465
|
};
|
|
430
466
|
// @internal
|
|
431
467
|
protected addBodyListeners(): void;
|
|
@@ -438,16 +474,24 @@ export class BaseModal extends Vue_2 {
|
|
|
438
474
|
protected emitOverlayClicked(event: MouseEvent): void;
|
|
439
475
|
// @internal
|
|
440
476
|
protected enableScroll(): void;
|
|
477
|
+
focusOnOpen: boolean;
|
|
478
|
+
protected isWaitingForLeave: boolean;
|
|
441
479
|
// (undocumented)
|
|
442
480
|
protected mounted(): void;
|
|
443
481
|
open: boolean;
|
|
482
|
+
overlayAnimation: Vue_2 | string;
|
|
444
483
|
protected previousBodyOverflow: string;
|
|
445
484
|
protected previousHTMLOverflow: string;
|
|
485
|
+
protected referenceElement: HTMLElement;
|
|
486
|
+
referenceSelector?: string;
|
|
446
487
|
// @internal
|
|
447
488
|
protected removeBodyListeners(): void;
|
|
448
|
-
|
|
489
|
+
// @internal
|
|
490
|
+
protected setFocus(): void;
|
|
449
491
|
// @internal
|
|
450
492
|
protected syncBody(isOpen: boolean): void;
|
|
493
|
+
// @internal
|
|
494
|
+
updatePosition(): void;
|
|
451
495
|
}
|
|
452
496
|
|
|
453
497
|
// @public (undocumented)
|
|
@@ -479,6 +523,7 @@ export class BaseRating extends Vue_2 {
|
|
|
479
523
|
|
|
480
524
|
// @public
|
|
481
525
|
export class BaseRatingFilterLabel extends Vue_2 {
|
|
526
|
+
// Warning: (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
482
527
|
filter: BooleanFilter;
|
|
483
528
|
protected max: number;
|
|
484
529
|
// @internal
|
|
@@ -495,30 +540,32 @@ export class BaseResultCurrentPrice extends Vue_2 {
|
|
|
495
540
|
|
|
496
541
|
// @public
|
|
497
542
|
export class BaseResultImage extends Vue_2 {
|
|
498
|
-
$refs: {
|
|
499
|
-
image: HTMLElement;
|
|
500
|
-
};
|
|
501
|
-
animation: string | typeof Vue_2;
|
|
502
543
|
// @internal
|
|
503
|
-
protected
|
|
504
|
-
protected failedImages: string[];
|
|
544
|
+
protected get animation(): string | typeof Vue_2;
|
|
505
545
|
// @internal
|
|
506
546
|
protected flagImageAsFailed(): void;
|
|
507
547
|
// @internal
|
|
508
548
|
protected flagImageLoaded(): void;
|
|
509
|
-
|
|
510
|
-
protected get hasAllImagesFailed(): boolean;
|
|
511
|
-
protected hasEnteredView: boolean;
|
|
512
|
-
protected hasImageLoaded: boolean;
|
|
549
|
+
hoverAnimation: string | typeof Vue_2 | undefined;
|
|
513
550
|
// @internal
|
|
514
551
|
protected get imageSrc(): string;
|
|
515
552
|
// @internal
|
|
516
|
-
protected
|
|
517
|
-
|
|
518
|
-
|
|
553
|
+
protected isHovering: boolean;
|
|
554
|
+
loadAnimation: string | typeof Vue_2;
|
|
555
|
+
// @internal
|
|
556
|
+
protected loadedImages: string[];
|
|
519
557
|
// @internal
|
|
520
|
-
protected
|
|
558
|
+
protected loaderStyles: Partial<CSSStyleDeclaration>;
|
|
559
|
+
// @internal
|
|
560
|
+
protected pendingImages: string[];
|
|
561
|
+
// @internal
|
|
562
|
+
resetImagesState(): void;
|
|
521
563
|
protected result: Result;
|
|
564
|
+
// @internal
|
|
565
|
+
protected get shouldLoadNextImage(): boolean;
|
|
566
|
+
showNextImageOnHover: boolean;
|
|
567
|
+
// @internal
|
|
568
|
+
protected userHasHoveredImage: boolean;
|
|
522
569
|
}
|
|
523
570
|
|
|
524
571
|
// @public
|
|
@@ -527,8 +574,6 @@ export class BaseResultLink extends Vue_2 {
|
|
|
527
574
|
$el: HTMLElement;
|
|
528
575
|
// @internal
|
|
529
576
|
protected emitUserClickedAResult(): void;
|
|
530
|
-
// @internal
|
|
531
|
-
protected emitUserRightClickedAResult(): void;
|
|
532
577
|
protected result: Result;
|
|
533
578
|
// @internal
|
|
534
579
|
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
@@ -536,7 +581,15 @@ export class BaseResultLink extends Vue_2 {
|
|
|
536
581
|
|
|
537
582
|
// @public
|
|
538
583
|
export class BaseResultPreviousPrice extends Vue_2 {
|
|
539
|
-
protected format
|
|
584
|
+
protected format?: string;
|
|
585
|
+
protected result: Result;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export class BaseResultRating extends Vue_2 {
|
|
590
|
+
// @internal
|
|
591
|
+
protected emitClickedEvent(): void;
|
|
592
|
+
protected link: string;
|
|
540
593
|
protected result: Result;
|
|
541
594
|
}
|
|
542
595
|
|
|
@@ -552,25 +605,32 @@ export class BaseSuggestion extends Vue_2 {
|
|
|
552
605
|
protected emitEvents(): void;
|
|
553
606
|
protected get events(): Partial<XEventsTypes>;
|
|
554
607
|
protected feature?: QueryFeature;
|
|
555
|
-
|
|
556
|
-
protected
|
|
608
|
+
protected get filter(): BooleanFilter | undefined;
|
|
609
|
+
protected highlightCurated: boolean;
|
|
557
610
|
protected query: string;
|
|
558
|
-
protected get queryHTML(): string;
|
|
559
611
|
// @internal
|
|
560
|
-
protected
|
|
612
|
+
protected get shouldHighlightCurated(): boolean;
|
|
561
613
|
// Warning: (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
562
614
|
protected suggestion: Suggestion;
|
|
563
615
|
protected suggestionSelectedEvents: Partial<XEventsTypes>;
|
|
564
616
|
}
|
|
565
617
|
|
|
618
|
+
// Warning: (ae-forgotten-export) The symbol "BaseSuggestions_base" needs to be exported by the entry point index.d.ts
|
|
619
|
+
//
|
|
566
620
|
// @public
|
|
567
|
-
export class BaseSuggestions extends
|
|
621
|
+
export class BaseSuggestions extends BaseSuggestions_base {
|
|
568
622
|
protected animation: Vue_2 | string;
|
|
569
623
|
// @internal
|
|
624
|
+
protected expandSuggestionFilters(suggestion: Suggestion): Suggestion[];
|
|
625
|
+
// @internal
|
|
570
626
|
protected getFacetKey(facet: Facet): string;
|
|
571
627
|
// @internal
|
|
572
628
|
protected getFacetsKey(facets: Facet[]): string;
|
|
629
|
+
// @internal
|
|
630
|
+
protected getSuggestionFilter(suggestion: Suggestion): Filter | undefined;
|
|
573
631
|
protected maxItemsToRender?: number;
|
|
632
|
+
protected showFacets: boolean;
|
|
633
|
+
protected showPlainSuggestion: boolean;
|
|
574
634
|
protected suggestions: Suggestion[];
|
|
575
635
|
// @internal
|
|
576
636
|
protected get suggestionsKeys(): string[];
|
|
@@ -578,6 +638,33 @@ export class BaseSuggestions extends Vue_2 {
|
|
|
578
638
|
protected get suggestionsToRender(): Suggestion[];
|
|
579
639
|
}
|
|
580
640
|
|
|
641
|
+
// @public
|
|
642
|
+
export class BaseSwitch extends Vue_2 {
|
|
643
|
+
// @internal
|
|
644
|
+
protected get cssClasses(): VueCSSClasses;
|
|
645
|
+
// @internal
|
|
646
|
+
protected toggle(): void;
|
|
647
|
+
value: boolean;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// Warning: (ae-forgotten-export) The symbol "BaseTabsPanel_base" needs to be exported by the entry point index.d.ts
|
|
651
|
+
//
|
|
652
|
+
// @public
|
|
653
|
+
export class BaseTabsPanel extends BaseTabsPanel_base {
|
|
654
|
+
allowTabDeselect: boolean;
|
|
655
|
+
contentAnimation: Vue_2 | string;
|
|
656
|
+
// @internal
|
|
657
|
+
protected getTabs(): string[];
|
|
658
|
+
initialTab: string;
|
|
659
|
+
// @internal
|
|
660
|
+
protected selectedTab: string;
|
|
661
|
+
// @internal
|
|
662
|
+
protected selectTab(tab: string): void;
|
|
663
|
+
// @internal
|
|
664
|
+
protected tabIsSelected(tab: string): boolean;
|
|
665
|
+
tabsAnimation: Vue_2 | string;
|
|
666
|
+
}
|
|
667
|
+
|
|
581
668
|
// @public
|
|
582
669
|
export class BaseTogglePanel extends Vue_2 {
|
|
583
670
|
protected animation: Vue_2 | string;
|
|
@@ -596,6 +683,7 @@ export class BaseVariableColumnGrid extends Vue_2 {
|
|
|
596
683
|
|
|
597
684
|
// @public
|
|
598
685
|
export class BaseXAPI implements XAPI {
|
|
686
|
+
addProductToCart(productId?: string): void;
|
|
599
687
|
// @internal
|
|
600
688
|
protected bus: XBus;
|
|
601
689
|
init(config: SnippetConfig): void;
|
|
@@ -607,6 +695,11 @@ export class BaseXAPI implements XAPI {
|
|
|
607
695
|
// @internal
|
|
608
696
|
setBus(bus: XBus): void;
|
|
609
697
|
setInitCallback(initCallback: (config: SnippetConfig) => any): void;
|
|
698
|
+
setSnippetConfig(config: Partial<SnippetConfig>): void;
|
|
699
|
+
// @internal
|
|
700
|
+
setSnippetConfigCallback(snippetCallback: (config: Partial<SnippetConfig>) => void): void;
|
|
701
|
+
// @internal
|
|
702
|
+
protected snippetCallback: (config: Partial<SnippetConfig>) => void;
|
|
610
703
|
}
|
|
611
704
|
|
|
612
705
|
// @public
|
|
@@ -671,17 +764,20 @@ export const CancelSymbol: unique symbol;
|
|
|
671
764
|
export function capitalize(str: string): string;
|
|
672
765
|
|
|
673
766
|
// @public (undocumented)
|
|
674
|
-
export const
|
|
767
|
+
export const CartFilledIcon: {};
|
|
675
768
|
|
|
676
769
|
// @public (undocumented)
|
|
677
|
-
export const
|
|
770
|
+
export const CartIcon: {};
|
|
678
771
|
|
|
679
772
|
// @public (undocumented)
|
|
680
|
-
export const
|
|
773
|
+
export const CheckboxSelectedFilledIcon: {};
|
|
681
774
|
|
|
682
775
|
// @public (undocumented)
|
|
683
776
|
export const CheckboxSelectedIcon: {};
|
|
684
777
|
|
|
778
|
+
// @public (undocumented)
|
|
779
|
+
export const CheckboxUnselectedFilledIcon: {};
|
|
780
|
+
|
|
685
781
|
// @public (undocumented)
|
|
686
782
|
export const CheckboxUnselectedIcon: {};
|
|
687
783
|
|
|
@@ -716,24 +812,11 @@ export const ChevronTinyUpIcon: {};
|
|
|
716
812
|
export const ChevronUpIcon: {};
|
|
717
813
|
|
|
718
814
|
// @public
|
|
719
|
-
export
|
|
720
|
-
|
|
721
|
-
// @public
|
|
722
|
-
export class ClearFilters extends Vue_2 {
|
|
723
|
-
// @internal
|
|
724
|
-
allSelectedFilters: Filter[];
|
|
725
|
-
alwaysVisible: boolean;
|
|
726
|
-
// @internal
|
|
727
|
-
protected get areThereSelectedFilters(): boolean;
|
|
815
|
+
export class ClearFilters extends FacetsMixin {
|
|
728
816
|
// @internal
|
|
729
817
|
protected get cssClasses(): VueCSSClasses;
|
|
730
818
|
// @internal
|
|
731
819
|
protected get events(): Partial<XEventsTypes>;
|
|
732
|
-
facetsIds?: Array<Facet['id']>;
|
|
733
|
-
// @internal
|
|
734
|
-
protected get facetsSelectedFilters(): Filter[];
|
|
735
|
-
// @internal
|
|
736
|
-
protected get show(): boolean;
|
|
737
820
|
}
|
|
738
821
|
|
|
739
822
|
// @public
|
|
@@ -760,6 +843,9 @@ export const clearIdentifierResultsQuery: AnyWire;
|
|
|
760
843
|
// @public
|
|
761
844
|
export const clearPendingScrollToWire: AnyWire;
|
|
762
845
|
|
|
846
|
+
// @public
|
|
847
|
+
export const clearQueryPreviewWire: Wire<string>;
|
|
848
|
+
|
|
763
849
|
// @public
|
|
764
850
|
export const clearQuerySuggestionsQuery: AnyWire;
|
|
765
851
|
|
|
@@ -778,6 +864,9 @@ export class ClearSearchInput extends Vue_2 {
|
|
|
778
864
|
query: string;
|
|
779
865
|
}
|
|
780
866
|
|
|
867
|
+
// @public
|
|
868
|
+
export const clearSearchQuery: AnyWire;
|
|
869
|
+
|
|
781
870
|
// @public
|
|
782
871
|
export const clearSelectedRelatedTags: AnyWire;
|
|
783
872
|
|
|
@@ -785,15 +874,19 @@ export const clearSelectedRelatedTags: AnyWire;
|
|
|
785
874
|
export function clone<Something>(something: Something): Something;
|
|
786
875
|
|
|
787
876
|
// @public
|
|
788
|
-
export class
|
|
877
|
+
export class CloseMainModal extends Vue_2 {
|
|
878
|
+
// @internal
|
|
879
|
+
protected closingEvent: XEvent;
|
|
789
880
|
}
|
|
790
881
|
|
|
791
882
|
// @public
|
|
792
883
|
export class CollapseHeight extends Vue_2 {
|
|
884
|
+
appear: boolean;
|
|
793
885
|
}
|
|
794
886
|
|
|
795
887
|
// @public
|
|
796
888
|
export class CollapseWidth extends Vue_2 {
|
|
889
|
+
appear: boolean;
|
|
797
890
|
}
|
|
798
891
|
|
|
799
892
|
// @public
|
|
@@ -812,14 +905,20 @@ export class ColumnPickerMixin extends Vue_2 {
|
|
|
812
905
|
protected value?: number;
|
|
813
906
|
}
|
|
814
907
|
|
|
815
|
-
// @public
|
|
816
|
-
export
|
|
908
|
+
// @public (undocumented)
|
|
909
|
+
export const CornerArrowLeft: {};
|
|
910
|
+
|
|
911
|
+
// @public (undocumented)
|
|
912
|
+
export const CornerArrowRight: {};
|
|
817
913
|
|
|
818
914
|
// Warning: (ae-forgotten-export) The symbol "AnimatedProperty" needs to be exported by the entry point index.d.ts
|
|
819
915
|
//
|
|
820
916
|
// @public
|
|
821
917
|
export function createCollapseAnimationMixin(property: AnimatedProperty): ComponentOptions<Vue_2>;
|
|
822
918
|
|
|
919
|
+
// @internal
|
|
920
|
+
export function createDirectionalAnimationFactory(animationName: string): (animationOrigin?: AnimationOrigin) => VueConstructor;
|
|
921
|
+
|
|
823
922
|
// @internal
|
|
824
923
|
export function createEmitterArrayFilter<T>(comparator: keyof T | ((item1: T, item2: T) => boolean)): (newCollection: Array<T>, oldCollection: Array<T>) => boolean;
|
|
825
924
|
|
|
@@ -829,12 +928,20 @@ export function createFetchAndSaveActions<Context extends XActionContext<StatusS
|
|
|
829
928
|
// @internal
|
|
830
929
|
export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigin | ResultOrigin | null;
|
|
831
930
|
|
|
931
|
+
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
932
|
+
//
|
|
832
933
|
// @public
|
|
833
|
-
export function createRawFilters(filterIds: Array<Filter['id']>):
|
|
934
|
+
export function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
|
|
834
935
|
|
|
835
936
|
// @public
|
|
836
937
|
export function createStoreEmitters<Module extends AnyXStoreModule, Emitters extends StoreEmitters<Module>>(storeModule: Module, emitters: Emitters): Emitters;
|
|
837
938
|
|
|
939
|
+
// Warning: (ae-forgotten-export) The symbol "Tagging_2" needs to be exported by the entry point index.d.ts
|
|
940
|
+
// Warning: (ae-forgotten-export) The symbol "Taggable" needs to be exported by the entry point index.d.ts
|
|
941
|
+
//
|
|
942
|
+
// @public
|
|
943
|
+
export function createTrackWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
944
|
+
|
|
838
945
|
// @public
|
|
839
946
|
export function createWireFromFunction<Payload>(fn: (parameters: WireParams<Payload>) => void): Wire<Payload>;
|
|
840
947
|
|
|
@@ -848,6 +955,7 @@ export const createXComponentAPIMixin: (bus: XBus) => ComponentOptions<Vue_2> &
|
|
|
848
955
|
|
|
849
956
|
// @public
|
|
850
957
|
export class CrossFade extends Vue_2 {
|
|
958
|
+
appear: boolean;
|
|
851
959
|
}
|
|
852
960
|
|
|
853
961
|
// @public (undocumented)
|
|
@@ -856,6 +964,18 @@ export const CrossIcon: {};
|
|
|
856
964
|
// @public (undocumented)
|
|
857
965
|
export const CrossTinyIcon: {};
|
|
858
966
|
|
|
967
|
+
// @public (undocumented)
|
|
968
|
+
export const CuratedCheckFilledIcon: {};
|
|
969
|
+
|
|
970
|
+
// @public (undocumented)
|
|
971
|
+
export const CuratedCheckIcon: {};
|
|
972
|
+
|
|
973
|
+
// @public (undocumented)
|
|
974
|
+
export const CuratedCheckTinyFilledIcon: {};
|
|
975
|
+
|
|
976
|
+
// @public (undocumented)
|
|
977
|
+
export const CuratedCheckTinyIcon: {};
|
|
978
|
+
|
|
859
979
|
// @public
|
|
860
980
|
export function currencyFormatter(value: number, format?: string): string;
|
|
861
981
|
|
|
@@ -863,7 +983,7 @@ export function currencyFormatter(value: number, format?: string): string;
|
|
|
863
983
|
export function Debounce(debounceTimeInMs: number, debounceOptions?: DebounceOptions): DecoratorFor<AnyFunction>;
|
|
864
984
|
|
|
865
985
|
// @public
|
|
866
|
-
export function debounce<Payload>(wire: Wire<Payload>, timeInMs:
|
|
986
|
+
export function debounce<Payload>(wire: Wire<Payload>, timeInMs: TimeSelector | number, options?: TimedWireOperatorOptions): Wire<Payload>;
|
|
867
987
|
|
|
868
988
|
// @public
|
|
869
989
|
export interface DebouncedFunction<Params extends any[]> {
|
|
@@ -888,15 +1008,14 @@ export interface DebounceOptions {
|
|
|
888
1008
|
export type DecoratorFor<Type> = <Key extends string, Target extends Record<Key, Type>>(target: Target, key: Key) => void;
|
|
889
1009
|
|
|
890
1010
|
// @public
|
|
891
|
-
export function deepFilter<
|
|
1011
|
+
export function deepFilter<Item extends {
|
|
1012
|
+
[key in Key]?: Item[];
|
|
1013
|
+
}, Key extends keyof Item>(array: Item[], condition: (item: Item) => boolean, childrenKey: Key): Item[];
|
|
892
1014
|
|
|
893
1015
|
// @public
|
|
894
|
-
export function deepFlat<
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
export type DeepPartial<T> = {
|
|
898
|
-
[P in keyof T]?: T[P] extends NonPrimitive ? T[P] extends AnyFunction ? T[P] : DeepPartial<T[P]> : T[P];
|
|
899
|
-
};
|
|
1016
|
+
export function deepFlat<Item extends {
|
|
1017
|
+
[key in Key]?: Item[];
|
|
1018
|
+
}, Key extends keyof Item>(array: Item[], childrenKey: Key): Item[];
|
|
900
1019
|
|
|
901
1020
|
// @public
|
|
902
1021
|
export class DefaultFacetsService implements FacetsService {
|
|
@@ -911,6 +1030,8 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
911
1030
|
// (undocumented)
|
|
912
1031
|
protected filterEntityFactory: FilterEntityFactory;
|
|
913
1032
|
// @internal
|
|
1033
|
+
protected flatFilters(facetsGroup: FacetsGroup): Filter[];
|
|
1034
|
+
// @internal
|
|
914
1035
|
protected getFilterEntity(filter: Filter): FilterEntity;
|
|
915
1036
|
// @internal
|
|
916
1037
|
protected getSelectedFilters(): FacetsGetters['selectedFilters'];
|
|
@@ -925,6 +1046,8 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
925
1046
|
protected removeGroupFilters(groupId: FacetsGroup['id']): Filter[];
|
|
926
1047
|
// (undocumented)
|
|
927
1048
|
select(filterOrFilters: Filter | Filter[]): void;
|
|
1049
|
+
// (undocumented)
|
|
1050
|
+
selectPreselectedFilters(): void;
|
|
928
1051
|
// @internal
|
|
929
1052
|
protected setFacet({ filters, ...restFacet }: Facet): void;
|
|
930
1053
|
// @internal
|
|
@@ -934,27 +1057,46 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
934
1057
|
// @internal
|
|
935
1058
|
protected setFilters(filters: Filter[]): void;
|
|
936
1059
|
// @internal
|
|
1060
|
+
protected setPreselectedFilter(filters: Filter[]): void;
|
|
1061
|
+
// @internal
|
|
1062
|
+
setQuery(query: string): void;
|
|
1063
|
+
// @internal
|
|
937
1064
|
protected get store(): Store<RootXStoreState>;
|
|
938
1065
|
// (undocumented)
|
|
939
1066
|
toggle(filter: Filter): void;
|
|
940
1067
|
// (undocumented)
|
|
941
1068
|
updateFacets(facetsGroup: FacetsGroup): void;
|
|
942
1069
|
protected updateFiltersSelectedState(newFilters: Filter[], previousFilters?: Filter[]): void;
|
|
1070
|
+
// (undocumented)
|
|
1071
|
+
updatePreselectedFilters(filters: Filter[]): void;
|
|
943
1072
|
// @internal
|
|
944
1073
|
protected updateStore(facetsGroup: FacetsGroup): Filter[];
|
|
945
1074
|
}
|
|
946
1075
|
|
|
947
1076
|
// @public
|
|
948
|
-
export class
|
|
949
|
-
constructor(
|
|
950
|
-
clearSessionId(): void;
|
|
951
|
-
getSessionId(): string;
|
|
952
|
-
static instance: SessionService;
|
|
953
|
-
static readonly SESSION_ID_KEY = "session-id";
|
|
1077
|
+
export class DefaultPDPAddToCartService implements PDPAddToCartService {
|
|
1078
|
+
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
954
1079
|
// (undocumented)
|
|
955
|
-
protected
|
|
1080
|
+
protected get clickedResultStorageKey(): string;
|
|
956
1081
|
// (undocumented)
|
|
957
|
-
protected
|
|
1082
|
+
protected get clickedResultStorageTTLMs(): number;
|
|
1083
|
+
// @internal
|
|
1084
|
+
protected getPathName(url: string): string;
|
|
1085
|
+
// @internal
|
|
1086
|
+
protected getStorageId(id?: string): string | null;
|
|
1087
|
+
static instance: PDPAddToCartService;
|
|
1088
|
+
// (undocumented)
|
|
1089
|
+
protected localStorageService: StorageService;
|
|
1090
|
+
moveToSessionStorage(id?: string): void;
|
|
1091
|
+
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
1092
|
+
// (undocumented)
|
|
1093
|
+
protected sessionStorageService: StorageService;
|
|
1094
|
+
// @internal
|
|
1095
|
+
protected showWarningMessage(): void;
|
|
1096
|
+
// (undocumented)
|
|
1097
|
+
protected get store(): Store<RootXStoreState>;
|
|
1098
|
+
storeResultClicked(result: Result): void;
|
|
1099
|
+
trackAddToCart(id?: string): void;
|
|
958
1100
|
}
|
|
959
1101
|
|
|
960
1102
|
// @public
|
|
@@ -1025,8 +1167,17 @@ export type DeviceXStoreModule = XStoreModule<DeviceState, DeviceGetters, Device
|
|
|
1025
1167
|
// @internal
|
|
1026
1168
|
export const deviceXStoreModule: DeviceXStoreModule;
|
|
1027
1169
|
|
|
1028
|
-
// @public
|
|
1029
|
-
export
|
|
1170
|
+
// @public (undocumented)
|
|
1171
|
+
export const DiagonalArrowLeftDownIcon: {};
|
|
1172
|
+
|
|
1173
|
+
// @public (undocumented)
|
|
1174
|
+
export const DiagonalArrowLeftTopIcon: {};
|
|
1175
|
+
|
|
1176
|
+
// @public (undocumented)
|
|
1177
|
+
export const DiagonalArrowRightDownIcon: {};
|
|
1178
|
+
|
|
1179
|
+
// @public (undocumented)
|
|
1180
|
+
export const DiagonalArrowRightTopIcon: {};
|
|
1030
1181
|
|
|
1031
1182
|
// @public
|
|
1032
1183
|
export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
@@ -1036,6 +1187,17 @@ export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
|
1036
1187
|
navigateTo(arrowKey: ArrowKey): HTMLElement;
|
|
1037
1188
|
}
|
|
1038
1189
|
|
|
1190
|
+
// @internal
|
|
1191
|
+
export const DISABLE_ANIMATIONS_KEY: XInjectKey<boolean | undefined>;
|
|
1192
|
+
|
|
1193
|
+
// @public
|
|
1194
|
+
export class DisableAnimationMixin extends Vue_2 {
|
|
1195
|
+
protected animationName: string;
|
|
1196
|
+
disableAnimation: boolean;
|
|
1197
|
+
// @internal
|
|
1198
|
+
protected get name(): string;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1039
1201
|
// @public
|
|
1040
1202
|
export type DocumentDirection = 'ltr' | 'rtl';
|
|
1041
1203
|
|
|
@@ -1049,7 +1211,7 @@ export class EditableNumberRangeFilter extends Vue_3 {
|
|
|
1049
1211
|
protected get cssClasses(): VueCSSClasses;
|
|
1050
1212
|
// @internal
|
|
1051
1213
|
protected emitUserModifiedFilter(): void;
|
|
1052
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1214
|
+
// Warning: (ae-forgotten-export) The symbol "EditableNumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
1053
1215
|
filter: EditableNumberRangeFilter_2;
|
|
1054
1216
|
hasClearButton: boolean;
|
|
1055
1217
|
// @internal
|
|
@@ -1067,6 +1229,10 @@ export class EditableNumberRangeFilter extends Vue_3 {
|
|
|
1067
1229
|
protected parseRangeValue(value: number): number | null;
|
|
1068
1230
|
// @internal
|
|
1069
1231
|
protected get range(): RangeValue;
|
|
1232
|
+
// (undocumented)
|
|
1233
|
+
protected rangeFilterMax: string;
|
|
1234
|
+
// (undocumented)
|
|
1235
|
+
protected rangeFilterMin: string;
|
|
1070
1236
|
// @internal
|
|
1071
1237
|
protected get renderClearButton(): boolean;
|
|
1072
1238
|
// @internal
|
|
@@ -1082,7 +1248,7 @@ export class EditableNumberRangeFilterEntity implements FilterEntity {
|
|
|
1082
1248
|
static accepts(filter: Filter): boolean;
|
|
1083
1249
|
deselect(filter: EditableNumberRangeFilter_2): void;
|
|
1084
1250
|
protected getFilterByFacet(facetId: Facet['id']): EditableNumberRangeFilter_2 | undefined;
|
|
1085
|
-
protected getNewFilterId(filter: EditableNumberRangeFilter_2): string;
|
|
1251
|
+
protected getNewFilterId(filter: Pick<EditableNumberRangeFilter_2, 'range' | 'facetId'>): string;
|
|
1086
1252
|
protected isSelected(filter: EditableNumberRangeFilter_2): boolean;
|
|
1087
1253
|
protected removePreviousFilter(facetId: Facet['id']): void;
|
|
1088
1254
|
select(filter: EditableNumberRangeFilter_2): void;
|
|
@@ -1100,6 +1266,10 @@ export type Emitters = {
|
|
|
1100
1266
|
|
|
1101
1267
|
// @public
|
|
1102
1268
|
export class Empathize extends Vue_2 {
|
|
1269
|
+
// (undocumented)
|
|
1270
|
+
$refs: {
|
|
1271
|
+
noContent?: HTMLSpanElement;
|
|
1272
|
+
};
|
|
1103
1273
|
protected animation: Vue_2;
|
|
1104
1274
|
// @internal
|
|
1105
1275
|
changeOpenState(newOpenState: boolean, metadata: WireMetadata): void;
|
|
@@ -1108,9 +1278,12 @@ export class Empathize extends Vue_2 {
|
|
|
1108
1278
|
protected eventsToCloseEmpathize: XEvent[];
|
|
1109
1279
|
protected eventsToOpenEmpathize: XEvent[];
|
|
1110
1280
|
// @internal
|
|
1281
|
+
protected hasContent: boolean;
|
|
1282
|
+
// @internal
|
|
1111
1283
|
protected isOpen: boolean;
|
|
1112
1284
|
// @internal
|
|
1113
1285
|
open(payload: unknown, metadata: WireMetadata): void;
|
|
1286
|
+
updated(): void;
|
|
1114
1287
|
}
|
|
1115
1288
|
|
|
1116
1289
|
// @public
|
|
@@ -1209,7 +1382,7 @@ export type ExtractState<Module extends XModuleName> = XModulesTree[Module] exte
|
|
|
1209
1382
|
|
|
1210
1383
|
// @public
|
|
1211
1384
|
export class ExtraParams extends Vue_2 {
|
|
1212
|
-
|
|
1385
|
+
created(): void;
|
|
1213
1386
|
// (undocumented)
|
|
1214
1387
|
render(): void;
|
|
1215
1388
|
storeExtraParams: Dictionary<unknown>;
|
|
@@ -1277,7 +1450,7 @@ export const extraParamsXStoreModule: ExtraParamsXStoreModule;
|
|
|
1277
1450
|
// @public
|
|
1278
1451
|
export interface ExtraPluginsOptions {
|
|
1279
1452
|
bus: XBus;
|
|
1280
|
-
snippet:
|
|
1453
|
+
snippet: NormalisedSnippetConfig;
|
|
1281
1454
|
vue: VueConstructor;
|
|
1282
1455
|
}
|
|
1283
1456
|
|
|
@@ -1288,7 +1461,7 @@ export interface FacetGroupEntry {
|
|
|
1288
1461
|
}
|
|
1289
1462
|
|
|
1290
1463
|
// @public
|
|
1291
|
-
export class Facets extends
|
|
1464
|
+
export class Facets extends FacetsMixin {
|
|
1292
1465
|
animation: Vue_3 | string;
|
|
1293
1466
|
// @internal
|
|
1294
1467
|
facets: Record<Facet['id'], Facet>;
|
|
@@ -1301,8 +1474,6 @@ export class Facets extends Vue_3 {
|
|
|
1301
1474
|
// @internal
|
|
1302
1475
|
protected get mappedFacets(): Dictionary<RenderFacet>;
|
|
1303
1476
|
renderableFacets: string | undefined;
|
|
1304
|
-
// @internal
|
|
1305
|
-
selectedFiltersByFacet: FiltersByFacet;
|
|
1306
1477
|
}
|
|
1307
1478
|
|
|
1308
1479
|
// @public
|
|
@@ -1321,6 +1492,10 @@ export const facetsEmitters: {
|
|
|
1321
1492
|
selector: (_: FacetsState, getters: Returns<GettersTree<FacetsState, FacetsGetters>>) => Filter[];
|
|
1322
1493
|
filter: typeof areFiltersDifferent;
|
|
1323
1494
|
};
|
|
1495
|
+
FacetsQueryChanged: {
|
|
1496
|
+
selector: (state: FacetsState) => string;
|
|
1497
|
+
filter: typeof isNewQuery;
|
|
1498
|
+
};
|
|
1324
1499
|
};
|
|
1325
1500
|
|
|
1326
1501
|
// @public
|
|
@@ -1336,21 +1511,37 @@ export interface FacetsGroup {
|
|
|
1336
1511
|
id: string;
|
|
1337
1512
|
}
|
|
1338
1513
|
|
|
1514
|
+
// @public
|
|
1515
|
+
export class FacetsMixin extends Vue_2 {
|
|
1516
|
+
alwaysVisible: boolean;
|
|
1517
|
+
facetsIds?: Array<Facet['id']>;
|
|
1518
|
+
// @internal
|
|
1519
|
+
protected get hasSelectedFilters(): boolean;
|
|
1520
|
+
// @internal
|
|
1521
|
+
protected get isVisible(): boolean;
|
|
1522
|
+
// @internal
|
|
1523
|
+
protected get selectedFilters(): Filter[];
|
|
1524
|
+
// @internal
|
|
1525
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
1526
|
+
// @internal
|
|
1527
|
+
selectedFiltersGetter: Filter[];
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1339
1530
|
// @public
|
|
1340
1531
|
export interface FacetsMutations {
|
|
1532
|
+
mutateFilter(payload: MutateFilterPayload): void;
|
|
1341
1533
|
removeFacet(facet: Facet): void;
|
|
1342
1534
|
removeFilter(filter: Filter): void;
|
|
1343
1535
|
removeFilters(filters: Filter[]): void;
|
|
1344
1536
|
setFacet(facet: Facet): void;
|
|
1345
1537
|
setFacetGroup(facetGroupEntry: FacetGroupEntry): void;
|
|
1346
|
-
setFilter(filter: Filter): void;
|
|
1347
1538
|
setFilters(filters: Filter[]): void;
|
|
1539
|
+
setPreselectedFilters(filters: RawFilter[]): void;
|
|
1540
|
+
setQuery(query: string): void;
|
|
1348
1541
|
}
|
|
1349
1542
|
|
|
1350
1543
|
// @public
|
|
1351
1544
|
export class FacetsProvider extends Vue_2 {
|
|
1352
|
-
// @internal
|
|
1353
|
-
protected created(): void;
|
|
1354
1545
|
// @internal
|
|
1355
1546
|
emitSelectedFiltersChanged(selectedFilters: Filter[]): void;
|
|
1356
1547
|
// @internal
|
|
@@ -1372,9 +1563,12 @@ export interface FacetsService {
|
|
|
1372
1563
|
clearFilters(facetIds?: Array<Facet['id']>): void;
|
|
1373
1564
|
deselect(filter: Filter): void;
|
|
1374
1565
|
select(filter: Filter | Filter[]): void;
|
|
1566
|
+
selectPreselectedFilters(): void;
|
|
1375
1567
|
setFacets(facetsGroup: FacetsGroup): void;
|
|
1568
|
+
setQuery(query: string): void;
|
|
1376
1569
|
toggle(filter: Filter): void;
|
|
1377
1570
|
updateFacets(facetsGroup: FacetsGroup): void;
|
|
1571
|
+
updatePreselectedFilters(filters: Filter[]): void;
|
|
1378
1572
|
}
|
|
1379
1573
|
|
|
1380
1574
|
// @public
|
|
@@ -1382,16 +1576,34 @@ export interface FacetsState {
|
|
|
1382
1576
|
facets: Record<Facet['id'], Omit<Facet, 'filters'>>;
|
|
1383
1577
|
filters: Record<Filter['id'], Filter>;
|
|
1384
1578
|
groups: Record<Facet['id'], GroupId>;
|
|
1579
|
+
preselectedFilters: RawFilter[];
|
|
1580
|
+
query: string;
|
|
1385
1581
|
}
|
|
1386
1582
|
|
|
1387
1583
|
// @internal
|
|
1388
1584
|
export const facetsWiring: {
|
|
1585
|
+
ParamsLoadedFromUrl: {
|
|
1586
|
+
clearAllFiltersWire: AnyWire;
|
|
1587
|
+
setFiltersFromUrl: Wire<UrlParams>;
|
|
1588
|
+
};
|
|
1589
|
+
PreselectedFiltersProvided: {
|
|
1590
|
+
updatePreselectedFilters: Wire<Filter[]>;
|
|
1591
|
+
};
|
|
1389
1592
|
FacetsChanged: {
|
|
1390
1593
|
updateFacetsGroupWithSearchFacetsWire: Wire<Facet[]>;
|
|
1391
1594
|
};
|
|
1392
1595
|
FacetsGroupProvided: {
|
|
1393
1596
|
setFacetsGroupWire: Wire<FacetsGroup>;
|
|
1394
1597
|
};
|
|
1598
|
+
UserAcceptedAQuery: {
|
|
1599
|
+
setQuery: Wire<string>;
|
|
1600
|
+
};
|
|
1601
|
+
FacetsQueryChanged: {
|
|
1602
|
+
clearAllFiltersOnSecondQuery: Wire<any>;
|
|
1603
|
+
};
|
|
1604
|
+
UserChangedExtraParams: {
|
|
1605
|
+
clearAllFiltersWire: AnyWire;
|
|
1606
|
+
};
|
|
1395
1607
|
UserClickedAFilter: {
|
|
1396
1608
|
toggleFilterWire: Wire<Filter>;
|
|
1397
1609
|
};
|
|
@@ -1406,10 +1618,10 @@ export const facetsWiring: {
|
|
|
1406
1618
|
};
|
|
1407
1619
|
UserClearedQuery: {
|
|
1408
1620
|
clearAllFiltersWire: AnyWire;
|
|
1621
|
+
setQuery: Wire<string>;
|
|
1409
1622
|
};
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
setFiltersFromUrl: Wire<UrlParams>;
|
|
1623
|
+
UserClickedOpenX: {
|
|
1624
|
+
selectPreselectedFilterWire: Wire<undefined>;
|
|
1413
1625
|
};
|
|
1414
1626
|
};
|
|
1415
1627
|
|
|
@@ -1417,15 +1629,17 @@ export const facetsWiring: {
|
|
|
1417
1629
|
export interface FacetsXEvents {
|
|
1418
1630
|
FacetsGroupChanged: FacetsGroup;
|
|
1419
1631
|
FacetsGroupProvided: FacetsGroup;
|
|
1632
|
+
FacetsQueryChanged: string;
|
|
1633
|
+
PreselectedFiltersProvided: RawFilter[];
|
|
1420
1634
|
SelectedFiltersChanged: Filter[];
|
|
1421
1635
|
UserChangedSelectedFilters: Filter[];
|
|
1422
1636
|
UserClickedAFilter: Filter;
|
|
1423
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1637
|
+
// Warning: (ae-forgotten-export) The symbol "HierarchicalFilter_2" needs to be exported by the entry point index.d.ts
|
|
1424
1638
|
UserClickedAHierarchicalFilter: HierarchicalFilter_2;
|
|
1425
1639
|
UserClickedAllFilter: [Facet['id']];
|
|
1426
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1640
|
+
// Warning: (ae-forgotten-export) The symbol "NumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
1427
1641
|
UserClickedANumberRangeFilter: NumberRangeFilter_2;
|
|
1428
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1642
|
+
// Warning: (ae-forgotten-export) The symbol "SimpleFilter_2" needs to be exported by the entry point index.d.ts
|
|
1429
1643
|
UserClickedASimpleFilter: SimpleFilter_2;
|
|
1430
1644
|
UserClickedClearAllFilters: Array<Facet['id']> | undefined;
|
|
1431
1645
|
UserModifiedEditableNumberRangeFilter: EditableNumberRangeFilter_2;
|
|
@@ -1444,12 +1658,21 @@ export type FacetsXStoreModule = XStoreModule<FacetsState, FacetsGetters, Facets
|
|
|
1444
1658
|
export const facetsXStoreModule: FacetsXStoreModule;
|
|
1445
1659
|
|
|
1446
1660
|
// @public
|
|
1447
|
-
export class
|
|
1661
|
+
export class Fade extends Vue_2 {
|
|
1662
|
+
appear: boolean;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
// Warning: (ae-forgotten-export) The symbol "FadeAndSlide_base" needs to be exported by the entry point index.d.ts
|
|
1666
|
+
//
|
|
1667
|
+
// @public
|
|
1668
|
+
export class FadeAndSlide extends FadeAndSlide_base {
|
|
1669
|
+
protected animationName: string;
|
|
1670
|
+
appear: boolean;
|
|
1448
1671
|
protected tag: string;
|
|
1449
1672
|
}
|
|
1450
1673
|
|
|
1451
1674
|
// @public
|
|
1452
|
-
export type FeatureLocation = 'external' | 'no_query' | 'no_results' | 'predictive_layer' | 'results' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
1675
|
+
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'no_results' | 'none' | 'predictive_layer' | 'results' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
1453
1676
|
|
|
1454
1677
|
// @public
|
|
1455
1678
|
export interface FetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request> {
|
|
@@ -1465,13 +1688,13 @@ export interface FetchAndSaveHooks<Context extends XActionContext<StatusState, o
|
|
|
1465
1688
|
onSuccess(context: Context, response: Response): void;
|
|
1466
1689
|
}
|
|
1467
1690
|
|
|
1468
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1691
|
+
// Warning: (ae-forgotten-export) The symbol "IdentifierResultsRequest" needs to be exported by the entry point index.d.ts
|
|
1469
1692
|
//
|
|
1470
1693
|
// @public
|
|
1471
|
-
export const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request:
|
|
1694
|
+
export const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: IdentifierResultsRequest | null) => void | Promise<void>;
|
|
1472
1695
|
|
|
1473
1696
|
// @public
|
|
1474
|
-
export const fetchAndSaveIdentifierResultsWire: Wire<
|
|
1697
|
+
export const fetchAndSaveIdentifierResultsWire: Wire<IdentifierResultsRequest | null>;
|
|
1475
1698
|
|
|
1476
1699
|
// Warning: (ae-forgotten-export) The symbol "NextQueriesRequest" needs to be exported by the entry point index.d.ts
|
|
1477
1700
|
//
|
|
@@ -1481,18 +1704,31 @@ export const fetchAndSaveNextQueries: (context: NextQueriesActionContext, reques
|
|
|
1481
1704
|
// @public
|
|
1482
1705
|
export const fetchAndSaveNextQueriesWire: Wire<NextQueriesRequest | null>;
|
|
1483
1706
|
|
|
1484
|
-
//
|
|
1707
|
+
// @public
|
|
1708
|
+
export const fetchAndSaveNextQueryPreviewWire: AnyWire;
|
|
1709
|
+
|
|
1710
|
+
// Warning: (ae-forgotten-export) The symbol "PopularSearchesRequest" needs to be exported by the entry point index.d.ts
|
|
1711
|
+
//
|
|
1712
|
+
// @public
|
|
1713
|
+
export const fetchAndSavePopularSearches: (context: PopularSearchesActionContext, request: PopularSearchesRequest) => void | Promise<void>;
|
|
1714
|
+
|
|
1715
|
+
// @public
|
|
1716
|
+
export const fetchAndSaveQueryPreview: QueriesPreviewXStoreModule['actions']['fetchAndSaveQueryPreview'];
|
|
1717
|
+
|
|
1718
|
+
// Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
|
|
1485
1719
|
//
|
|
1486
1720
|
// @public
|
|
1487
|
-
export const
|
|
1721
|
+
export const fetchAndSaveQueryPreviewWire: Wire<SearchRequest>;
|
|
1488
1722
|
|
|
1723
|
+
// Warning: (ae-forgotten-export) The symbol "QuerySuggestionsRequest" needs to be exported by the entry point index.d.ts
|
|
1724
|
+
//
|
|
1489
1725
|
// @public
|
|
1490
|
-
export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionContext, request:
|
|
1726
|
+
export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionContext, request: QuerySuggestionsRequest | null) => void | Promise<void>;
|
|
1491
1727
|
|
|
1492
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
1728
|
+
// Warning: (ae-forgotten-export) The symbol "RecommendationsRequest" needs to be exported by the entry point index.d.ts
|
|
1493
1729
|
//
|
|
1494
1730
|
// @public
|
|
1495
|
-
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request:
|
|
1731
|
+
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: RecommendationsRequest | null) => void | Promise<void>;
|
|
1496
1732
|
|
|
1497
1733
|
// Warning: (ae-forgotten-export) The symbol "RelatedTagsRequest" needs to be exported by the entry point index.d.ts
|
|
1498
1734
|
//
|
|
@@ -1502,16 +1738,14 @@ export const fetchAndSaveRelatedTags: (context: RelatedTagsActionContext, reques
|
|
|
1502
1738
|
// @public
|
|
1503
1739
|
export const fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
1504
1740
|
|
|
1505
|
-
// Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
|
|
1506
|
-
//
|
|
1507
1741
|
// @public
|
|
1508
|
-
export const fetchAndSaveSearchResponse: (context: SearchActionContext, request:
|
|
1742
|
+
export const fetchAndSaveSearchResponse: (context: SearchActionContext, request: InternalSearchRequest | null) => void | Promise<void>;
|
|
1509
1743
|
|
|
1510
1744
|
// @public
|
|
1511
|
-
export const fetchAndSaveSearchResponseWire: Wire<
|
|
1745
|
+
export const fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
|
|
1512
1746
|
|
|
1513
1747
|
// @public
|
|
1514
|
-
export const fetchAndSaveSuggestionsWire: Wire<
|
|
1748
|
+
export const fetchAndSaveSuggestionsWire: Wire<QuerySuggestionsRequest | null>;
|
|
1515
1749
|
|
|
1516
1750
|
// @public
|
|
1517
1751
|
export const fetchIdentifierResults: IdentifierResultsXStoreModule['actions']['fetchIdentifierResults'];
|
|
@@ -1522,6 +1756,9 @@ export const fetchNextQueries: NextQueriesXStoreModule['actions']['fetchNextQuer
|
|
|
1522
1756
|
// @public
|
|
1523
1757
|
export const fetchPopularSearches: PopularSearchesXStoreModule['actions']['fetchSuggestions'];
|
|
1524
1758
|
|
|
1759
|
+
// @public
|
|
1760
|
+
export const fetchQueryPreview: QueriesPreviewXStoreModule['actions']['fetchQueryPreview'];
|
|
1761
|
+
|
|
1525
1762
|
// @public
|
|
1526
1763
|
export const fetchQuerySuggestions: QuerySuggestionsXStoreModule['actions']['fetchSuggestions'];
|
|
1527
1764
|
|
|
@@ -1560,9 +1797,13 @@ export class FilterEntityFactory {
|
|
|
1560
1797
|
protected entities: FilterEntityConstructor[];
|
|
1561
1798
|
getFilterEntity(store: Store<RootXStoreState>, filter: Filter): FilterEntity;
|
|
1562
1799
|
static instance: FilterEntityFactory;
|
|
1563
|
-
protected
|
|
1800
|
+
protected modifiersByFacetId: Record<Facet['id'], FilterEntityModifier[]>;
|
|
1801
|
+
// Warning: (ae-forgotten-export) The symbol "FilterModelName" needs to be exported by the entry point index.d.ts
|
|
1802
|
+
protected modifiersByFilterModelName: Partial<Record<FilterModelName, FilterEntityModifier[]>>;
|
|
1564
1803
|
registerFilterEntity(entity: FilterEntityConstructor): void;
|
|
1565
|
-
|
|
1804
|
+
registerModifierByFacetId(facetId: Facet['id'], ...modifiers: FilterEntityModifier[]): void;
|
|
1805
|
+
registerModifierByFilterModelName(filterModelName: FilterModelName, ...modifiers: FilterEntityModifier[]): void;
|
|
1806
|
+
protected updateModifiers(modifiersRecord: Record<string, FilterEntityModifier[]>, modifierKey: string | number, modifiers: FilterEntityModifier[]): void;
|
|
1566
1807
|
}
|
|
1567
1808
|
|
|
1568
1809
|
// @internal
|
|
@@ -1572,7 +1813,7 @@ export interface FilterEntityModifier {
|
|
|
1572
1813
|
}
|
|
1573
1814
|
|
|
1574
1815
|
// @public
|
|
1575
|
-
export function filterFalsyPayload<Payload>(wire: Wire<Payload
|
|
1816
|
+
export function filterFalsyPayload<Payload>(wire: Wire<Exclude<Payload, null | undefined | false | 0 | ''>>): Wire<Payload>;
|
|
1576
1817
|
|
|
1577
1818
|
// @public
|
|
1578
1819
|
export type FiltersByFacet = Record<Facet['id'], Filter[]>;
|
|
@@ -1614,6 +1855,8 @@ export class FiltersSearch extends FiltersSearch_base {
|
|
|
1614
1855
|
protected get cssClasses(): VueCSSClasses;
|
|
1615
1856
|
protected debounceInMs: number;
|
|
1616
1857
|
// (undocumented)
|
|
1858
|
+
protected filtersSearchInputMessage: string;
|
|
1859
|
+
// (undocumented)
|
|
1617
1860
|
protected query: string;
|
|
1618
1861
|
// @internal
|
|
1619
1862
|
protected setQuery(query: string): void;
|
|
@@ -1634,18 +1877,40 @@ export function filterWhitelistedModules<Payload>(wire: Wire<Payload>, whitelist
|
|
|
1634
1877
|
// @public
|
|
1635
1878
|
export type FirstParameter<SomeFunction extends AnyFunction> = Parameters<SomeFunction>[0];
|
|
1636
1879
|
|
|
1880
|
+
// Warning: (ae-forgotten-export) The symbol "FixedHeaderAndAsidesLayout_base" needs to be exported by the entry point index.d.ts
|
|
1881
|
+
//
|
|
1637
1882
|
// @public
|
|
1638
|
-
export
|
|
1883
|
+
export class FixedHeaderAndAsidesLayout extends FixedHeaderAndAsidesLayout_base {
|
|
1884
|
+
// (undocumented)
|
|
1885
|
+
protected get isBackdropVisible(): boolean;
|
|
1886
|
+
// (undocumented)
|
|
1887
|
+
protected leftAsideAnimation: VueConstructor;
|
|
1888
|
+
// (undocumented)
|
|
1889
|
+
protected rightAsideAnimation: VueConstructor;
|
|
1890
|
+
// (undocumented)
|
|
1891
|
+
protected scrollPosition: number;
|
|
1892
|
+
// (undocumented)
|
|
1893
|
+
protected setPosition(position: number): void;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
// @public
|
|
1897
|
+
export function flatHierarchicalFilters(hierarchicalFilters: HierarchicalFilter_2[]): HierarchicalFilter_2[];
|
|
1898
|
+
|
|
1899
|
+
// @public
|
|
1900
|
+
export const FOCUSABLE_SELECTORS = "a[href], button:not([disabled]), details, input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
|
|
1639
1901
|
|
|
1640
1902
|
// @internal
|
|
1641
1903
|
export function getBusAPI(bus: XBus, component: PrivateExtendedVueComponent): XComponentBusAPI;
|
|
1642
1904
|
|
|
1643
1905
|
// @public
|
|
1644
|
-
export function getRootXComponent(component: Vue_2):
|
|
1906
|
+
export function getRootXComponent(component: Vue_2): Vue_2 | undefined;
|
|
1645
1907
|
|
|
1646
1908
|
// @public
|
|
1647
1909
|
export function getStateAndGettersFromModule<ModuleName extends XModuleName>(state: RootXStoreState, getters: Pick<Store<any>, 'getters'>, moduleName: ModuleName): StoreModuleStateAndGetters<ModuleName>;
|
|
1648
1910
|
|
|
1911
|
+
// @public
|
|
1912
|
+
export function getTargetElement(event: Event): Element;
|
|
1913
|
+
|
|
1649
1914
|
// @public
|
|
1650
1915
|
export function Getter<Module extends XModuleName, GetterName extends keyof ExtractGetters<Module>>(module: Module, getter: GetterName): DecoratorFor<ExtractGetters<Module>[GetterName]>;
|
|
1651
1916
|
|
|
@@ -1681,25 +1946,41 @@ export const Grid1ColIcon: {};
|
|
|
1681
1946
|
// @public (undocumented)
|
|
1682
1947
|
export const Grid2ColIcon: {};
|
|
1683
1948
|
|
|
1949
|
+
// @public (undocumented)
|
|
1950
|
+
export const Grid2RowsIcon: {};
|
|
1951
|
+
|
|
1952
|
+
// @public (undocumented)
|
|
1953
|
+
export const Grid4ColIcon: {};
|
|
1954
|
+
|
|
1684
1955
|
// @public
|
|
1685
1956
|
export type GroupId = string;
|
|
1686
1957
|
|
|
1687
1958
|
// @public
|
|
1688
1959
|
export function groupItemsBy<ArrayType, ReturnType extends string | number>(array: ArrayType[], groupBy: (item: ArrayType, index: number) => ReturnType): Record<ReturnType, ArrayType[]>;
|
|
1689
1960
|
|
|
1961
|
+
// @internal
|
|
1962
|
+
export const HAS_MORE_ITEMS_KEY: XInjectKey<boolean | undefined>;
|
|
1963
|
+
|
|
1964
|
+
// @public (undocumented)
|
|
1965
|
+
export const HeartIcon: {};
|
|
1966
|
+
|
|
1967
|
+
// @public (undocumented)
|
|
1968
|
+
export const HeartIconFilled: {};
|
|
1969
|
+
|
|
1690
1970
|
// @public (undocumented)
|
|
1691
1971
|
export const HideIcon: {};
|
|
1692
1972
|
|
|
1693
1973
|
// @public
|
|
1694
1974
|
export class HierarchicalFilter extends Vue_2 {
|
|
1695
1975
|
childrenAnimation?: Vue_2 | string;
|
|
1976
|
+
clickEvents: Partial<XEventsTypes>;
|
|
1696
1977
|
// @internal
|
|
1697
|
-
protected get
|
|
1978
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
1698
1979
|
// @internal
|
|
1699
1980
|
protected get cssClasses(): VueCSSClasses;
|
|
1700
1981
|
filter: HierarchicalFilter_2;
|
|
1701
1982
|
// @internal
|
|
1702
|
-
|
|
1983
|
+
protected getChildFilterClickEvents(childFilter: HierarchicalFilter_2): Partial<XEventsTypes>;
|
|
1703
1984
|
// (undocumented)
|
|
1704
1985
|
protected isFilterPartiallySelected(filter: HierarchicalFilter_2): boolean;
|
|
1705
1986
|
// @internal
|
|
@@ -1718,22 +1999,39 @@ export class HierarchicalFilterEntity implements FilterEntity {
|
|
|
1718
1999
|
deselect(filter: HierarchicalFilter_2): void;
|
|
1719
2000
|
protected deselectDescendants(filter: HierarchicalFilter_2): void;
|
|
1720
2001
|
protected getFilterById(id: HierarchicalFilter_2['id']): HierarchicalFilter_2;
|
|
1721
|
-
protected saveFilter(filter: HierarchicalFilter_2): void;
|
|
2002
|
+
protected saveFilter(filter: HierarchicalFilter_2, newFilterState?: Partial<HierarchicalFilter_2>): void;
|
|
1722
2003
|
select(filter: HierarchicalFilter_2): void;
|
|
1723
2004
|
protected selectAncestors(filter: HierarchicalFilter_2): void;
|
|
1724
2005
|
// (undocumented)
|
|
1725
2006
|
protected store: Store<RootXStoreState>;
|
|
1726
2007
|
}
|
|
1727
2008
|
|
|
2009
|
+
// Warning: (ae-forgotten-export) The symbol "Highlight_base" needs to be exported by the entry point index.d.ts
|
|
2010
|
+
//
|
|
2011
|
+
// @public
|
|
2012
|
+
export class Highlight extends Highlight_base {
|
|
2013
|
+
// @internal
|
|
2014
|
+
protected get dynamicCSSClasses(): VueCSSClasses;
|
|
2015
|
+
// @internal
|
|
2016
|
+
protected get hasMatch(): boolean;
|
|
2017
|
+
highlight: string;
|
|
2018
|
+
matchClass: string;
|
|
2019
|
+
// Warning: (ae-forgotten-export) The symbol "HighlightMatch" needs to be exported by the entry point index.d.ts
|
|
2020
|
+
//
|
|
2021
|
+
// @internal
|
|
2022
|
+
protected get matchParts(): HighlightMatch;
|
|
2023
|
+
// @internal
|
|
2024
|
+
protected splitAt(label: string, start: number, end: number): HighlightMatch;
|
|
2025
|
+
text: string;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
1728
2028
|
// @public (undocumented)
|
|
1729
2029
|
export const HistoryIcon: {};
|
|
1730
2030
|
|
|
1731
2031
|
// @public
|
|
1732
2032
|
export class HistoryQueries extends Vue_2 {
|
|
1733
|
-
protected animation: Vue_2;
|
|
1734
2033
|
// @internal
|
|
1735
2034
|
historyQueries: HistoryQuery_2[];
|
|
1736
|
-
protected maxItemsToRender?: number;
|
|
1737
2035
|
}
|
|
1738
2036
|
|
|
1739
2037
|
// @public
|
|
@@ -1750,6 +2048,8 @@ export interface HistoryQueriesActions {
|
|
|
1750
2048
|
removeFromHistory(historyQuery: HistoryQuery_2): void;
|
|
1751
2049
|
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
1752
2050
|
setUrlParams(urlParams: UrlParams): void;
|
|
2051
|
+
toggleHistoryQueries(isEnabled: boolean): void;
|
|
2052
|
+
updateHistoryQueriesWithSearchResponse(searchResponse: InternalSearchResponse): void;
|
|
1753
2053
|
}
|
|
1754
2054
|
|
|
1755
2055
|
// @public
|
|
@@ -1783,28 +2083,48 @@ export class HistoryQueriesGetter implements GettersClass<HistoryQueriesXStoreMo
|
|
|
1783
2083
|
// @public
|
|
1784
2084
|
export interface HistoryQueriesGetters {
|
|
1785
2085
|
historyQueries: HistoryQuery_2[];
|
|
2086
|
+
historyQueriesWithResults: HistoryQuery_2[];
|
|
1786
2087
|
normalizedQuery: string;
|
|
1787
2088
|
sessionHistoryQueries: HistoryQuery_2[];
|
|
1788
2089
|
storageKey: string;
|
|
1789
2090
|
}
|
|
1790
2091
|
|
|
2092
|
+
// Warning: (ae-forgotten-export) The symbol "QueryMutations" needs to be exported by the entry point index.d.ts
|
|
2093
|
+
//
|
|
1791
2094
|
// @public
|
|
1792
|
-
export interface HistoryQueriesMutations {
|
|
2095
|
+
export interface HistoryQueriesMutations extends QueryMutations {
|
|
1793
2096
|
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
2097
|
+
setIsEnabled(isEnabled: boolean): void;
|
|
1794
2098
|
setQuery(query: string): void;
|
|
1795
2099
|
setSessionTimeStamp(timeStamp: number): void;
|
|
1796
2100
|
}
|
|
1797
2101
|
|
|
2102
|
+
// Warning: (ae-forgotten-export) The symbol "QueryState" needs to be exported by the entry point index.d.ts
|
|
2103
|
+
//
|
|
1798
2104
|
// @public
|
|
1799
|
-
export interface HistoryQueriesState {
|
|
2105
|
+
export interface HistoryQueriesState extends QueryState {
|
|
1800
2106
|
config: HistoryQueriesConfig;
|
|
1801
2107
|
historyQueries: HistoryQuery_2[];
|
|
2108
|
+
isEnabled: boolean;
|
|
1802
2109
|
query: string;
|
|
1803
2110
|
sessionTimeStampInMs: number;
|
|
1804
2111
|
}
|
|
1805
2112
|
|
|
2113
|
+
// @public
|
|
2114
|
+
export class HistoryQueriesSwitch extends Vue_2 {
|
|
2115
|
+
protected get hasHistoryQueries(): boolean;
|
|
2116
|
+
historyQueries: HistoryQuery_2[];
|
|
2117
|
+
// @internal
|
|
2118
|
+
isEnabled: boolean;
|
|
2119
|
+
// @internal
|
|
2120
|
+
protected toggle(): void;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
1806
2123
|
// @internal
|
|
1807
2124
|
export const historyQueriesWiring: {
|
|
2125
|
+
ParamsLoadedFromUrl: {
|
|
2126
|
+
setUrlParams: Wire<UrlParams>;
|
|
2127
|
+
};
|
|
1808
2128
|
HistoryQueriesQueryChanged: {
|
|
1809
2129
|
refreshHistoryQueriesSession: AnyWire;
|
|
1810
2130
|
};
|
|
@@ -1819,7 +2139,7 @@ export const historyQueriesWiring: {
|
|
|
1819
2139
|
addQueryToHistoryQueries: Wire<string>;
|
|
1820
2140
|
};
|
|
1821
2141
|
UserIsTypingAQuery: {
|
|
1822
|
-
setHistoryQueriesQueryDebounce:
|
|
2142
|
+
setHistoryQueriesQueryDebounce: Wire<string>;
|
|
1823
2143
|
};
|
|
1824
2144
|
UserPressedClearHistoryQueries: {
|
|
1825
2145
|
clearHistoryQueries: AnyWire;
|
|
@@ -1827,8 +2147,20 @@ export const historyQueriesWiring: {
|
|
|
1827
2147
|
UserPressedRemoveHistoryQuery: {
|
|
1828
2148
|
removeHistoryQuery: Wire<HistoryQuery_2>;
|
|
1829
2149
|
};
|
|
1830
|
-
|
|
1831
|
-
|
|
2150
|
+
UserClickedEnableHistoryQueries: {
|
|
2151
|
+
setHistoryQueriesEnabled: AnyWire;
|
|
2152
|
+
};
|
|
2153
|
+
UserClickedConfirmDisableHistoryQueries: {
|
|
2154
|
+
setHistoryQueriesDisabled: AnyWire;
|
|
2155
|
+
};
|
|
2156
|
+
UserClickedCloseX: {
|
|
2157
|
+
clearHistoryQueriesQuery: AnyWire;
|
|
2158
|
+
};
|
|
2159
|
+
UserClickedOutOfMainModal: {
|
|
2160
|
+
clearHistoryQueriesQuery: AnyWire;
|
|
2161
|
+
};
|
|
2162
|
+
SearchResponseChanged: {
|
|
2163
|
+
updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
1832
2164
|
};
|
|
1833
2165
|
};
|
|
1834
2166
|
|
|
@@ -1838,6 +2170,10 @@ export interface HistoryQueriesXEvents {
|
|
|
1838
2170
|
HistoryQueriesQueryChanged: string;
|
|
1839
2171
|
HistoryQueriesStorageKeyChanged: string;
|
|
1840
2172
|
SessionHistoryQueriesChanged: HistoryQuery_2[];
|
|
2173
|
+
UserClickedConfirmDisableHistoryQueries: void;
|
|
2174
|
+
UserClickedDisableHistoryQueries: void;
|
|
2175
|
+
UserClickedDismissDisableHistoryQueries: void;
|
|
2176
|
+
UserClickedEnableHistoryQueries: void;
|
|
1841
2177
|
UserPressedClearHistoryQueries: void;
|
|
1842
2178
|
UserPressedRemoveHistoryQuery: HistoryQuery_2;
|
|
1843
2179
|
UserSelectedAHistoryQuery: HistoryQuery_2;
|
|
@@ -1855,8 +2191,10 @@ export type HistoryQueriesXStoreModule = XStoreModule<HistoryQueriesState, Histo
|
|
|
1855
2191
|
// @internal
|
|
1856
2192
|
export const historyQueriesXStoreModule: HistoryQueriesXStoreModule;
|
|
1857
2193
|
|
|
2194
|
+
// Warning: (ae-forgotten-export) The symbol "HistoryQuery_base" needs to be exported by the entry point index.d.ts
|
|
2195
|
+
//
|
|
1858
2196
|
// @public
|
|
1859
|
-
export class HistoryQuery extends
|
|
2197
|
+
export class HistoryQuery extends HistoryQuery_base {
|
|
1860
2198
|
// @internal
|
|
1861
2199
|
query: string;
|
|
1862
2200
|
protected suggestion: HistoryQuery_2;
|
|
@@ -1885,14 +2223,17 @@ export class IdentifierResult extends Vue_2 {
|
|
|
1885
2223
|
export class IdentifierResults extends Vue_2 {
|
|
1886
2224
|
protected animation: Vue_2;
|
|
1887
2225
|
identifierResults: Result[];
|
|
2226
|
+
// @internal
|
|
2227
|
+
get identifierResultsToRender(): Result[];
|
|
2228
|
+
protected maxItemsToRender?: number;
|
|
1888
2229
|
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
1889
2230
|
}
|
|
1890
2231
|
|
|
1891
2232
|
// @public
|
|
1892
2233
|
export interface IdentifierResultsActions {
|
|
1893
2234
|
cancelFetchAndSaveIdentifierResults(): void;
|
|
1894
|
-
fetchAndSaveIdentifierResults(request:
|
|
1895
|
-
fetchIdentifierResults(request:
|
|
2235
|
+
fetchAndSaveIdentifierResults(request: IdentifierResultsRequest | null): void;
|
|
2236
|
+
fetchIdentifierResults(request: IdentifierResultsRequest | null): Result[];
|
|
1896
2237
|
saveOrigin(originInit: QueryOriginInit): void;
|
|
1897
2238
|
saveQuery(query: string): void;
|
|
1898
2239
|
}
|
|
@@ -1914,18 +2255,18 @@ export const identifierResultsEmitters: {
|
|
|
1914
2255
|
selector: (state: IdentifierResultsState) => Result[];
|
|
1915
2256
|
filter: (newCollection: Result[], oldCollection: Result[]) => boolean;
|
|
1916
2257
|
};
|
|
1917
|
-
IdentifierResultsRequestChanged: (_: IdentifierResultsState, getters: Returns<GettersTree<IdentifierResultsState, IdentifierResultsGetters>>) =>
|
|
2258
|
+
IdentifierResultsRequestChanged: (_: IdentifierResultsState, getters: Returns<GettersTree<IdentifierResultsState, IdentifierResultsGetters>>) => IdentifierResultsRequest | null;
|
|
1918
2259
|
};
|
|
1919
2260
|
|
|
1920
2261
|
// @public
|
|
1921
2262
|
export interface IdentifierResultsGetters {
|
|
1922
2263
|
identifierDetectionRegexp: RegExp;
|
|
1923
2264
|
identifierHighlightRegexp: RegExp;
|
|
1924
|
-
identifierResultsRequest:
|
|
2265
|
+
identifierResultsRequest: IdentifierResultsRequest | null;
|
|
1925
2266
|
}
|
|
1926
2267
|
|
|
1927
2268
|
// @public
|
|
1928
|
-
export interface IdentifierResultsMutations extends StatusMutations {
|
|
2269
|
+
export interface IdentifierResultsMutations extends StatusMutations, QueryMutations {
|
|
1929
2270
|
setIdentifierResults(identifierResults: Result[]): void;
|
|
1930
2271
|
setOrigin(origin: QueryOrigin | undefined | null): void;
|
|
1931
2272
|
setParams(params: Dictionary<unknown>): void;
|
|
@@ -1936,7 +2277,7 @@ export interface IdentifierResultsMutations extends StatusMutations {
|
|
|
1936
2277
|
export const identifierResultsRequest: IdentifierResultsXStoreModule['getters']['identifierResultsRequest'];
|
|
1937
2278
|
|
|
1938
2279
|
// @public
|
|
1939
|
-
export interface IdentifierResultsState extends StatusState {
|
|
2280
|
+
export interface IdentifierResultsState extends StatusState, QueryState {
|
|
1940
2281
|
config: IdentifierResultsConfig;
|
|
1941
2282
|
identifierResults: Result[];
|
|
1942
2283
|
origin: QueryOrigin | null;
|
|
@@ -1946,8 +2287,12 @@ export interface IdentifierResultsState extends StatusState {
|
|
|
1946
2287
|
|
|
1947
2288
|
// @internal
|
|
1948
2289
|
export const identifierResultsWiring: {
|
|
2290
|
+
ParamsLoadedFromUrl: {
|
|
2291
|
+
setUrlParams: AnyWire;
|
|
2292
|
+
saveIdentifierResultsOriginWire: AnyWire;
|
|
2293
|
+
};
|
|
1949
2294
|
UserIsTypingAQuery: {
|
|
1950
|
-
setIdentifierResultsQueryDebounce:
|
|
2295
|
+
setIdentifierResultsQueryDebounce: Wire<string>;
|
|
1951
2296
|
};
|
|
1952
2297
|
UserAcceptedAQuery: {
|
|
1953
2298
|
setIdentifierResultsQuery: Wire<string>;
|
|
@@ -1958,20 +2303,23 @@ export const identifierResultsWiring: {
|
|
|
1958
2303
|
cancelFetchAndSaveIdentifierResultsWire: AnyWire;
|
|
1959
2304
|
};
|
|
1960
2305
|
IdentifierResultsRequestChanged: {
|
|
1961
|
-
fetchAndSaveIdentifierResultsWire: Wire<
|
|
1962
|
-
};
|
|
1963
|
-
ParamsLoadedFromUrl: {
|
|
1964
|
-
setUrlParams: AnyWire;
|
|
2306
|
+
fetchAndSaveIdentifierResultsWire: Wire<IdentifierResultsRequest | null>;
|
|
1965
2307
|
};
|
|
1966
2308
|
ExtraParamsChanged: {
|
|
1967
2309
|
setIdentifierResultsExtraParams: Wire<Dictionary<unknown>>;
|
|
1968
2310
|
};
|
|
2311
|
+
UserClickedCloseX: {
|
|
2312
|
+
clearIdentifierResultsQuery: AnyWire;
|
|
2313
|
+
};
|
|
2314
|
+
UserClickedOutOfMainModal: {
|
|
2315
|
+
clearIdentifierResultsQuery: AnyWire;
|
|
2316
|
+
};
|
|
1969
2317
|
};
|
|
1970
2318
|
|
|
1971
2319
|
// @public
|
|
1972
2320
|
export interface IdentifierResultsXEvents {
|
|
1973
2321
|
IdentifierResultsChanged: Result[];
|
|
1974
|
-
IdentifierResultsRequestChanged:
|
|
2322
|
+
IdentifierResultsRequestChanged: IdentifierResultsRequest | null;
|
|
1975
2323
|
UserClickedAIdentifierResult: Result;
|
|
1976
2324
|
}
|
|
1977
2325
|
|
|
@@ -1988,7 +2336,10 @@ export type IdentifierResultsXStoreModule = XStoreModule<IdentifierResultsState,
|
|
|
1988
2336
|
export const identifierResultsXStoreModule: IdentifierResultsXStoreModule;
|
|
1989
2337
|
|
|
1990
2338
|
// @public
|
|
1991
|
-
export const increasePageAppendingResults:
|
|
2339
|
+
export const increasePageAppendingResults: SearchXStoreModule['actions']['increasePageAppendingResults'];
|
|
2340
|
+
|
|
2341
|
+
// @public
|
|
2342
|
+
export const increasePageAppendingResultsWire: AnyWire;
|
|
1992
2343
|
|
|
1993
2344
|
// @public
|
|
1994
2345
|
export interface InfiniteScroll {
|
|
@@ -1999,18 +2350,43 @@ export interface InfiniteScroll {
|
|
|
1999
2350
|
// @public
|
|
2000
2351
|
export const infiniteScroll: DirectiveOptions;
|
|
2001
2352
|
|
|
2353
|
+
// @public
|
|
2354
|
+
export interface InitWrapper {
|
|
2355
|
+
api?: XAPI;
|
|
2356
|
+
app?: Vue;
|
|
2357
|
+
bus: XBus;
|
|
2358
|
+
plugin: PluginObject<XPluginOptions>;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
// @internal
|
|
2362
|
+
export type InputStatus = 'initial' | 'typing' | 'filled' | 'focused' | 'empty';
|
|
2363
|
+
|
|
2002
2364
|
// @public
|
|
2003
2365
|
export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
|
|
2004
2366
|
api?: API | false;
|
|
2005
2367
|
app?: VueConstructor | ComponentOptions<Vue>;
|
|
2006
2368
|
bus?: XBus;
|
|
2007
|
-
domElement?: Element | string;
|
|
2369
|
+
domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
|
|
2008
2370
|
installExtraPlugins?(options: ExtraPluginsOptions): VueConstructorPartialArgument | Promise<VueConstructorPartialArgument>;
|
|
2371
|
+
onCreateApp?: (app: Vue) => void;
|
|
2009
2372
|
plugin?: PluginObject<XPluginOptions>;
|
|
2010
2373
|
vue?: VueConstructor;
|
|
2011
2374
|
vueOptions?: VueConstructorPartialArgument;
|
|
2012
2375
|
}
|
|
2013
2376
|
|
|
2377
|
+
// @public
|
|
2378
|
+
export interface InternalSearchRequest extends SearchRequest {
|
|
2379
|
+
page: number;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
// Warning: (ae-forgotten-export) The symbol "SearchResponse" needs to be exported by the entry point index.d.ts
|
|
2383
|
+
//
|
|
2384
|
+
// @public
|
|
2385
|
+
export interface InternalSearchResponse extends SearchResponse {
|
|
2386
|
+
request: InternalSearchRequest;
|
|
2387
|
+
status: RequestStatus;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2014
2390
|
// @internal
|
|
2015
2391
|
export interface Intersection {
|
|
2016
2392
|
// (undocumented)
|
|
@@ -2037,7 +2413,7 @@ export function isNewQuery(newQuery: string, previousQuery: string): boolean;
|
|
|
2037
2413
|
export function isStringEmpty(str?: string | null): boolean;
|
|
2038
2414
|
|
|
2039
2415
|
// @public
|
|
2040
|
-
export function isXComponent(component: Vue_2):
|
|
2416
|
+
export function isXComponent(component: Vue_2): boolean;
|
|
2041
2417
|
|
|
2042
2418
|
// @public
|
|
2043
2419
|
export class ItemsList extends Vue_2 {
|
|
@@ -2060,6 +2436,12 @@ export class ItemsListInjectionMixin extends Vue_2 {
|
|
|
2060
2436
|
protected stateItems: ListItem[];
|
|
2061
2437
|
}
|
|
2062
2438
|
|
|
2439
|
+
// @public (undocumented)
|
|
2440
|
+
export const LightBulbOff: {};
|
|
2441
|
+
|
|
2442
|
+
// @public (undocumented)
|
|
2443
|
+
export const LightBulbOn: {};
|
|
2444
|
+
|
|
2063
2445
|
// @internal
|
|
2064
2446
|
export const LIST_ITEMS_KEY: XInjectKey<ListItem[] | undefined>;
|
|
2065
2447
|
|
|
@@ -2085,15 +2467,35 @@ export class LocationProvider extends NoElement {
|
|
|
2085
2467
|
protected location: FeatureLocation;
|
|
2086
2468
|
}
|
|
2087
2469
|
|
|
2088
|
-
//
|
|
2089
|
-
|
|
2470
|
+
// @internal
|
|
2471
|
+
export type Machine<SomeStatus extends string, SomeEvent extends string> = {
|
|
2472
|
+
initial: SomeStatus;
|
|
2473
|
+
states: TransitionStates<SomeStatus, SomeEvent>;
|
|
2474
|
+
};
|
|
2475
|
+
|
|
2476
|
+
// @public
|
|
2477
|
+
export class MainModal extends Vue_2 {
|
|
2478
|
+
animation?: Vue_2 | string;
|
|
2479
|
+
// @internal
|
|
2480
|
+
protected closeEvents: XEvent[];
|
|
2481
|
+
focusOnOpen: boolean;
|
|
2482
|
+
// @internal
|
|
2483
|
+
protected openEvents: XEvent[];
|
|
2484
|
+
// @internal
|
|
2485
|
+
protected outOfModalClickEvent: XEvent;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2090
2488
|
// @public
|
|
2091
|
-
export class MainScroll extends
|
|
2489
|
+
export class MainScroll extends Vue_2 {
|
|
2092
2490
|
// @internal
|
|
2093
2491
|
beforeDestroy(): void;
|
|
2094
2492
|
// @internal
|
|
2493
|
+
get disableAnimations(): boolean;
|
|
2494
|
+
// @internal
|
|
2095
2495
|
protected disconnectPreviousObserver(_new: IntersectionObserver | null, old: IntersectionObserver | null): void;
|
|
2096
2496
|
// @internal
|
|
2497
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
2498
|
+
// @internal
|
|
2097
2499
|
protected failRestoringScroll(pendingScrollTo: string | null): void;
|
|
2098
2500
|
// @internal
|
|
2099
2501
|
get firstVisibleElement(): string | '';
|
|
@@ -2137,10 +2539,10 @@ export class MainScrollItem extends Vue_2 {
|
|
|
2137
2539
|
}
|
|
2138
2540
|
|
|
2139
2541
|
// @public
|
|
2140
|
-
export function
|
|
2542
|
+
export function mapWire<FromPayload, ToPayload>(toWire: Wire<ToPayload>, mapFn: (payload: FromPayload) => ToPayload): Wire<FromPayload>;
|
|
2141
2543
|
|
|
2142
2544
|
// @public
|
|
2143
|
-
export
|
|
2545
|
+
export type MaybeArray<Something> = Something | Array<Something>;
|
|
2144
2546
|
|
|
2145
2547
|
// @public (undocumented)
|
|
2146
2548
|
export const MenuIcon: {};
|
|
@@ -2161,6 +2563,12 @@ export class MultiColumnMaxWidthLayout extends MultiColumnMaxWidthLayout_base {
|
|
|
2161
2563
|
protected asideAnimation: Vue_2;
|
|
2162
2564
|
}
|
|
2163
2565
|
|
|
2566
|
+
// @public
|
|
2567
|
+
export interface MutateFilterPayload {
|
|
2568
|
+
filter: Filter;
|
|
2569
|
+
newFilterState: Partial<Filter>;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2164
2572
|
// @public
|
|
2165
2573
|
export type MutationNamesFor<ModuleName extends XModuleName> = keyof ExtractMutations<XModulesTree[ModuleName]>;
|
|
2166
2574
|
|
|
@@ -2173,16 +2581,34 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
|
|
|
2173
2581
|
};
|
|
2174
2582
|
|
|
2175
2583
|
// @public
|
|
2176
|
-
export
|
|
2584
|
+
export class MyHistory extends Vue_2 {
|
|
2585
|
+
protected animation: Vue_2 | string;
|
|
2586
|
+
// @internal
|
|
2587
|
+
protected formatTime(timestamp: number): string;
|
|
2588
|
+
// @internal
|
|
2589
|
+
protected get groupByDate(): Dictionary<HistoryQuery_2[]>;
|
|
2590
|
+
// @internal
|
|
2591
|
+
protected get hasHistoryQueries(): boolean;
|
|
2592
|
+
// @internal
|
|
2593
|
+
historyQueries: HistoryQuery_2[];
|
|
2594
|
+
protected locale: string;
|
|
2595
|
+
// @internal
|
|
2596
|
+
snippetConfig?: SnippetConfig;
|
|
2597
|
+
// @internal
|
|
2598
|
+
protected get usedLocale(): string;
|
|
2599
|
+
}
|
|
2177
2600
|
|
|
2178
2601
|
// @public
|
|
2179
|
-
export function
|
|
2602
|
+
export function namespacedDebounce<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedTimeWireOperator<ModuleName>;
|
|
2180
2603
|
|
|
2181
2604
|
// @public
|
|
2182
|
-
export
|
|
2605
|
+
export function namespacedThrottle<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedTimeWireOperator<ModuleName>;
|
|
2183
2606
|
|
|
2184
2607
|
// @public
|
|
2185
|
-
export type
|
|
2608
|
+
export type NamespacedTimeSelector<ModuleName extends XModuleName> = (storeModule: StoreModuleStateAndGetters<ModuleName>) => number;
|
|
2609
|
+
|
|
2610
|
+
// @public
|
|
2611
|
+
export type NamespacedTimeWireOperator<ModuleName extends XModuleName> = <Payload>(wire: Wire<Payload>, timeInMs: NamespacedTimeSelector<ModuleName>, options?: TimedWireOperatorOptions) => Wire<Payload>;
|
|
2186
2612
|
|
|
2187
2613
|
// @public
|
|
2188
2614
|
export interface NamespacedWireCommit<ModuleName extends XModuleName> {
|
|
@@ -2232,12 +2658,13 @@ export type NamespacedWiringData<ModuleName extends XModuleName> = StoreModuleSt
|
|
|
2232
2658
|
|
|
2233
2659
|
// @public
|
|
2234
2660
|
export class NextQueries extends Vue_2 {
|
|
2235
|
-
|
|
2236
|
-
protected maxItemsToRender?: number;
|
|
2237
|
-
// Warning: (ae-forgotten-export) The symbol "NextQuery" needs to be exported by the entry point index.d.ts
|
|
2238
|
-
//
|
|
2661
|
+
highlightCurated: boolean;
|
|
2239
2662
|
// @internal
|
|
2240
|
-
|
|
2663
|
+
protected get renderedNextQueries(): NextQuery_2[];
|
|
2664
|
+
// @internal
|
|
2665
|
+
stateNextQueries: NextQuery_2[];
|
|
2666
|
+
// Warning: (ae-forgotten-export) The symbol "NextQuery_2" needs to be exported by the entry point index.d.ts
|
|
2667
|
+
suggestions?: NextQuery_2[];
|
|
2241
2668
|
}
|
|
2242
2669
|
|
|
2243
2670
|
// @public
|
|
@@ -2250,7 +2677,15 @@ export type NextQueriesActionContext = XActionContext<NextQueriesState, NextQuer
|
|
|
2250
2677
|
export interface NextQueriesActions {
|
|
2251
2678
|
cancelFetchAndSaveNextQueries(): void;
|
|
2252
2679
|
fetchAndSaveNextQueries(request: NextQueriesRequest | null): void;
|
|
2680
|
+
fetchAndSaveNextQueryPreview(payload: {
|
|
2681
|
+
query: string;
|
|
2682
|
+
location: FeatureLocation | undefined;
|
|
2683
|
+
}): void;
|
|
2253
2684
|
fetchNextQueries(request: NextQueriesRequest | null): NextQuery_2[] | null;
|
|
2685
|
+
fetchNextQueryPreview(payload: {
|
|
2686
|
+
query: string;
|
|
2687
|
+
location: FeatureLocation | undefined;
|
|
2688
|
+
}): SearchResponse | null;
|
|
2254
2689
|
setQueryFromLastHistoryQuery(historyQueries: HistoryQuery_2[]): void;
|
|
2255
2690
|
setUrlParams(urlParams: UrlParams): void;
|
|
2256
2691
|
}
|
|
@@ -2260,6 +2695,7 @@ export interface NextQueriesConfig {
|
|
|
2260
2695
|
hideSessionQueries: boolean;
|
|
2261
2696
|
loadOnInit: boolean;
|
|
2262
2697
|
maxItemsToRequest: number;
|
|
2698
|
+
maxPreviewItemsToRequest: number;
|
|
2263
2699
|
}
|
|
2264
2700
|
|
|
2265
2701
|
// @internal
|
|
@@ -2281,26 +2717,36 @@ export interface NextQueriesGetters {
|
|
|
2281
2717
|
//
|
|
2282
2718
|
// @public
|
|
2283
2719
|
export class NextQueriesList extends NextQueriesList_base {
|
|
2284
|
-
protected animation?:
|
|
2720
|
+
protected animation?: Vue_2 | string;
|
|
2285
2721
|
frequency: number;
|
|
2722
|
+
hasMoreItems: boolean;
|
|
2723
|
+
// @internal
|
|
2724
|
+
protected get hasNotEnoughListItems(): boolean;
|
|
2725
|
+
injectedQuery: string | undefined;
|
|
2286
2726
|
// @internal
|
|
2287
2727
|
get items(): ListItem[];
|
|
2288
2728
|
maxGroups: number;
|
|
2289
2729
|
maxNextQueriesPerGroup: number;
|
|
2290
2730
|
// @internal
|
|
2291
2731
|
nextQueries: NextQuery_2[];
|
|
2732
|
+
// @internal
|
|
2733
|
+
protected get nextQueriesAreOutdated(): boolean;
|
|
2292
2734
|
// Warning: (ae-forgotten-export) The symbol "NextQueriesGroup" needs to be exported by the entry point index.d.ts
|
|
2293
2735
|
//
|
|
2294
2736
|
// @internal
|
|
2295
2737
|
protected get nextQueriesGroups(): NextQueriesGroup[];
|
|
2296
2738
|
offset: number;
|
|
2739
|
+
showOnlyAfterOffset: boolean;
|
|
2297
2740
|
}
|
|
2298
2741
|
|
|
2299
2742
|
// @public
|
|
2300
|
-
export interface NextQueriesMutations extends StatusMutations {
|
|
2743
|
+
export interface NextQueriesMutations extends StatusMutations, QueryMutations {
|
|
2744
|
+
resetResultsPreview(): void;
|
|
2301
2745
|
setNextQueries(nextQueries: NextQuery_2[]): void;
|
|
2302
2746
|
setParams(params: Dictionary<unknown>): void;
|
|
2303
2747
|
setQuery(newQuery: string): void;
|
|
2748
|
+
// Warning: (ae-forgotten-export) The symbol "PreviewResults" needs to be exported by the entry point index.d.ts
|
|
2749
|
+
setResultsPreview(resultsPreview: Dictionary<PreviewResults>): void;
|
|
2304
2750
|
setSearchedQueries(searchedQueries: HistoryQuery_2[]): void;
|
|
2305
2751
|
}
|
|
2306
2752
|
|
|
@@ -2308,16 +2754,23 @@ export interface NextQueriesMutations extends StatusMutations {
|
|
|
2308
2754
|
export const nextQueriesRequest: NextQueriesXStoreModule['getters']['request'];
|
|
2309
2755
|
|
|
2310
2756
|
// @public
|
|
2311
|
-
export interface NextQueriesState extends StatusState {
|
|
2757
|
+
export interface NextQueriesState extends StatusState, QueryState {
|
|
2312
2758
|
config: NextQueriesConfig;
|
|
2313
2759
|
nextQueries: NextQuery_2[];
|
|
2314
2760
|
params: Dictionary<unknown>;
|
|
2315
2761
|
query: string;
|
|
2762
|
+
resultsPreview: Dictionary<PreviewResults>;
|
|
2316
2763
|
searchedQueries: HistoryQuery_2[];
|
|
2317
2764
|
}
|
|
2318
2765
|
|
|
2319
2766
|
// @internal
|
|
2320
2767
|
export const nextQueriesWiring: {
|
|
2768
|
+
ParamsLoadedFromUrl: {
|
|
2769
|
+
setUrlParams: Wire<UrlParams>;
|
|
2770
|
+
};
|
|
2771
|
+
NextQueriesChanged: {
|
|
2772
|
+
resetResultsPreviewWire: AnyWire;
|
|
2773
|
+
};
|
|
2321
2774
|
UserAcceptedAQuery: {
|
|
2322
2775
|
setNextQueriesQuery: Wire<string>;
|
|
2323
2776
|
};
|
|
@@ -2331,8 +2784,8 @@ export const nextQueriesWiring: {
|
|
|
2331
2784
|
ExtraParamsChanged: {
|
|
2332
2785
|
setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
2333
2786
|
};
|
|
2334
|
-
|
|
2335
|
-
|
|
2787
|
+
NextQueryPreviewMountedHook: {
|
|
2788
|
+
fetchAndSaveNextQueryPreviewWire: AnyWire;
|
|
2336
2789
|
};
|
|
2337
2790
|
};
|
|
2338
2791
|
|
|
@@ -2341,6 +2794,7 @@ export interface NextQueriesXEvents {
|
|
|
2341
2794
|
NextQueriesChanged: NextQuery_2[];
|
|
2342
2795
|
NextQueriesDisplayed: NextQuery_2[];
|
|
2343
2796
|
NextQueriesRequestChanged: NextQueriesRequest | null;
|
|
2797
|
+
NextQueryPreviewMountedHook: string;
|
|
2344
2798
|
UserSelectedANextQuery: NextQuery_2;
|
|
2345
2799
|
}
|
|
2346
2800
|
|
|
@@ -2359,43 +2813,44 @@ export const nextQueriesXStoreModule: NextQueriesXStoreModule;
|
|
|
2359
2813
|
// @public
|
|
2360
2814
|
export class NextQuery extends Vue_2 {
|
|
2361
2815
|
protected get events(): Partial<XEventsTypes>;
|
|
2816
|
+
protected highlightCurated: boolean;
|
|
2817
|
+
// @internal
|
|
2818
|
+
protected get shouldHighlightCurated(): boolean;
|
|
2362
2819
|
protected suggestion: NextQuery_2;
|
|
2363
2820
|
}
|
|
2364
2821
|
|
|
2822
|
+
// @public
|
|
2823
|
+
export class NextQueryPreview extends Vue_2 {
|
|
2824
|
+
protected maxItemsToRender?: number;
|
|
2825
|
+
mounted(): void;
|
|
2826
|
+
previewResults: Dictionary<PreviewResults>;
|
|
2827
|
+
protected suggestion: NextQuery_2;
|
|
2828
|
+
get suggestionResults(): PreviewResults | undefined;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2365
2831
|
// @public
|
|
2366
2832
|
export type NiladicFunction = () => any;
|
|
2367
2833
|
|
|
2368
2834
|
// @internal
|
|
2369
|
-
export const NoElement: ExtendedVue<Vue_2, unknown, unknown, unknown, Record<never, any
|
|
2370
|
-
|
|
2371
|
-
// @public
|
|
2372
|
-
export type NonPrimitive = Array<any> | Record<any, any>;
|
|
2835
|
+
export const NoElement: ExtendedVue<Vue_2<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue_2<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, ComponentOptionsMixin, ComponentOptionsMixin>;
|
|
2373
2836
|
|
|
2374
2837
|
// @internal
|
|
2375
2838
|
export function noOp(): any;
|
|
2376
2839
|
|
|
2840
|
+
// @public
|
|
2841
|
+
export type NormalisedSnippetConfig = RequiredProperties<SnippetConfig, 'uiLang'>;
|
|
2842
|
+
|
|
2377
2843
|
// @public
|
|
2378
2844
|
export const normalizedQuery: QuerySuggestionsXStoreModule['getters']['normalizedQuery'];
|
|
2379
2845
|
|
|
2380
2846
|
// @public
|
|
2381
2847
|
export function normalizeString(string: string | undefined): string;
|
|
2382
2848
|
|
|
2383
|
-
// @public (undocumented)
|
|
2384
|
-
export const Nq1Icon: {};
|
|
2385
|
-
|
|
2386
|
-
// @public (undocumented)
|
|
2387
|
-
export const Nq2Icon: {};
|
|
2388
|
-
|
|
2389
|
-
// @public (undocumented)
|
|
2390
|
-
export const Nq3Icon: {};
|
|
2391
|
-
|
|
2392
|
-
// @public (undocumented)
|
|
2393
|
-
export const Nq4Icon: {};
|
|
2394
|
-
|
|
2395
2849
|
// @public
|
|
2396
2850
|
export class NumberRangeFilter extends Vue_2 {
|
|
2851
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
2397
2852
|
// @internal
|
|
2398
|
-
protected get
|
|
2853
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
2399
2854
|
// @internal
|
|
2400
2855
|
protected get cssClasses(): VueCSSClasses;
|
|
2401
2856
|
filter: NumberRangeFilter_2;
|
|
@@ -2414,9 +2869,6 @@ export class NumberRangeFilterEntity implements FilterEntity {
|
|
|
2414
2869
|
protected store: Store<RootXStoreState>;
|
|
2415
2870
|
}
|
|
2416
2871
|
|
|
2417
|
-
// @public
|
|
2418
|
-
export function objectFilter<T extends Dictionary>(obj: T | undefined | null, isIncluded: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => boolean): T;
|
|
2419
|
-
|
|
2420
2872
|
// @internal
|
|
2421
2873
|
export interface ObserverOptions {
|
|
2422
2874
|
margin: number;
|
|
@@ -2424,6 +2876,12 @@ export interface ObserverOptions {
|
|
|
2424
2876
|
vNode: VNode;
|
|
2425
2877
|
}
|
|
2426
2878
|
|
|
2879
|
+
// @public
|
|
2880
|
+
export class OpenMainModal extends Vue_2 {
|
|
2881
|
+
// @internal
|
|
2882
|
+
protected openingEvent: XEvent;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2427
2885
|
// @public
|
|
2428
2886
|
export type Pair<Type> = [Type, Type];
|
|
2429
2887
|
|
|
@@ -2451,9 +2909,19 @@ export type PayloadFactoryData<Payload> = RootStoreStateAndGetters & {
|
|
|
2451
2909
|
metadata: WireMetadata;
|
|
2452
2910
|
};
|
|
2453
2911
|
|
|
2912
|
+
// @public
|
|
2913
|
+
export interface PDPAddToCartService {
|
|
2914
|
+
moveToSessionStorage(id?: string): void;
|
|
2915
|
+
storeResultClicked(result: Result): void;
|
|
2916
|
+
trackAddToCart(id?: string): void;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2454
2919
|
// @public (undocumented)
|
|
2455
2920
|
export const PlusIcon: {};
|
|
2456
2921
|
|
|
2922
|
+
// @public (undocumented)
|
|
2923
|
+
export const PlusTinyIcon: {};
|
|
2924
|
+
|
|
2457
2925
|
// @internal
|
|
2458
2926
|
export interface Point {
|
|
2459
2927
|
// (undocumented)
|
|
@@ -2473,8 +2941,6 @@ export class PopularSearch extends Vue_2 {
|
|
|
2473
2941
|
|
|
2474
2942
|
// @public
|
|
2475
2943
|
export class PopularSearches extends Vue_2 {
|
|
2476
|
-
protected animation: Vue_2;
|
|
2477
|
-
protected maxItemsToRender?: number;
|
|
2478
2944
|
// @internal
|
|
2479
2945
|
popularSearches: Suggestion[];
|
|
2480
2946
|
}
|
|
@@ -2488,21 +2954,20 @@ export type PopularSearchesActionContext = XActionContext<PopularSearchesState,
|
|
|
2488
2954
|
// @public
|
|
2489
2955
|
export interface PopularSearchesActions {
|
|
2490
2956
|
cancelFetchAndSaveSuggestions(): void;
|
|
2491
|
-
fetchAndSaveSuggestions(request:
|
|
2492
|
-
fetchSuggestions(request:
|
|
2957
|
+
fetchAndSaveSuggestions(request: PopularSearchesRequest): void;
|
|
2958
|
+
fetchSuggestions(request: PopularSearchesRequest): Suggestion[];
|
|
2493
2959
|
}
|
|
2494
2960
|
|
|
2495
2961
|
// @public
|
|
2496
2962
|
export interface PopularSearchesConfig {
|
|
2497
2963
|
hideSessionQueries: boolean;
|
|
2498
2964
|
maxItemsToRequest: number;
|
|
2499
|
-
showExtraSuggestionWithoutFilter: boolean;
|
|
2500
2965
|
}
|
|
2501
2966
|
|
|
2502
2967
|
// @internal
|
|
2503
2968
|
export const popularSearchesEmitters: {
|
|
2504
2969
|
PopularSearchesRequestChanged: {
|
|
2505
|
-
selector: (_: PopularSearchesState, getters: Returns<GettersTree<PopularSearchesState, PopularSearchesGetters>>) =>
|
|
2970
|
+
selector: (_: PopularSearchesState, getters: Returns<GettersTree<PopularSearchesState, PopularSearchesGetters>>) => PopularSearchesRequest;
|
|
2506
2971
|
immediate: true;
|
|
2507
2972
|
};
|
|
2508
2973
|
};
|
|
@@ -2510,7 +2975,7 @@ export const popularSearchesEmitters: {
|
|
|
2510
2975
|
// @public
|
|
2511
2976
|
export interface PopularSearchesGetters {
|
|
2512
2977
|
popularSearches: Suggestion[];
|
|
2513
|
-
request:
|
|
2978
|
+
request: PopularSearchesRequest;
|
|
2514
2979
|
}
|
|
2515
2980
|
|
|
2516
2981
|
// @public
|
|
@@ -2534,7 +2999,7 @@ export interface PopularSearchesState extends StatusState {
|
|
|
2534
2999
|
// @internal
|
|
2535
3000
|
export const popularSearchesWiring: {
|
|
2536
3001
|
PopularSearchesRequestChanged: {
|
|
2537
|
-
retrievePopularSuggestions: Wire<
|
|
3002
|
+
retrievePopularSuggestions: Wire<PopularSearchesRequest>;
|
|
2538
3003
|
};
|
|
2539
3004
|
SessionHistoryQueriesChanged: {
|
|
2540
3005
|
setSearchedQueriesInPopularSearches: Wire<HistoryQuery_2[]>;
|
|
@@ -2547,7 +3012,7 @@ export const popularSearchesWiring: {
|
|
|
2547
3012
|
// @public
|
|
2548
3013
|
export interface PopularSearchesXEvents {
|
|
2549
3014
|
PopularSearchDisplayed: Suggestion[];
|
|
2550
|
-
PopularSearchesRequestChanged:
|
|
3015
|
+
PopularSearchesRequestChanged: PopularSearchesRequest;
|
|
2551
3016
|
UserSelectedAPopularSearch: Suggestion;
|
|
2552
3017
|
}
|
|
2553
3018
|
|
|
@@ -2564,7 +3029,14 @@ export type PopularSearchesXStoreModule = XStoreModule<PopularSearchesState, Pop
|
|
|
2564
3029
|
export const popularSearchesXStoreModule: PopularSearchesXStoreModule;
|
|
2565
3030
|
|
|
2566
3031
|
// @public
|
|
2567
|
-
export
|
|
3032
|
+
export class PreselectedFilters extends Vue_2 {
|
|
3033
|
+
created(): void;
|
|
3034
|
+
filters: string[];
|
|
3035
|
+
// (undocumented)
|
|
3036
|
+
render(): void;
|
|
3037
|
+
// @internal
|
|
3038
|
+
snippetConfig?: SnippetConfig;
|
|
3039
|
+
}
|
|
2568
3040
|
|
|
2569
3041
|
// @public
|
|
2570
3042
|
export interface PrivateXModuleOptions<Module extends AnyXModule> {
|
|
@@ -2579,7 +3051,9 @@ export type PrivateXModulesOptions = {
|
|
|
2579
3051
|
|
|
2580
3052
|
// @public
|
|
2581
3053
|
export class Promoted extends Vue_2 {
|
|
2582
|
-
//
|
|
3054
|
+
// @internal
|
|
3055
|
+
protected emitClickEvent(): void;
|
|
3056
|
+
// Warning: (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
2583
3057
|
promoted: Promoted_2;
|
|
2584
3058
|
}
|
|
2585
3059
|
|
|
@@ -2592,12 +3066,81 @@ export class PromotedsList extends ItemsListInjectionMixin {
|
|
|
2592
3066
|
}
|
|
2593
3067
|
|
|
2594
3068
|
// @public
|
|
2595
|
-
export type PropsWithType<
|
|
2596
|
-
|
|
2597
|
-
|
|
3069
|
+
export type PropsWithType<SomeObject, TargetItem> = keyof SomeObject & keyof SubObject<SomeObject, TargetItem>;
|
|
3070
|
+
|
|
3071
|
+
// @public
|
|
3072
|
+
export type QueriesPreviewActionContext = XActionContext<QueriesPreviewState, QueriesPreviewGetters, QueriesPreviewMutations, QueriesPreviewActions>;
|
|
3073
|
+
|
|
3074
|
+
// @public
|
|
3075
|
+
export interface QueriesPreviewActions {
|
|
3076
|
+
fetchAndSaveQueryPreview(request: SearchRequest): void;
|
|
3077
|
+
fetchQueryPreview(request: SearchRequest): SearchResponse | null;
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
// @public
|
|
3081
|
+
export interface QueriesPreviewConfig {
|
|
3082
|
+
maxItemsToRequest: number;
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
// @internal
|
|
3086
|
+
export const queriesPreviewEmitters: {};
|
|
3087
|
+
|
|
3088
|
+
// @public
|
|
3089
|
+
export interface QueriesPreviewGetters {
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
// @public
|
|
3093
|
+
export interface QueriesPreviewMutations {
|
|
3094
|
+
clearQueryPreview(query: string): void;
|
|
3095
|
+
setParams(params: Dictionary<unknown>): void;
|
|
3096
|
+
setQueryPreview(queryPreview: QueryPreviewItem): void;
|
|
3097
|
+
setStatus(payload: QueryPreviewStatusPayload): void;
|
|
3098
|
+
}
|
|
3099
|
+
|
|
3100
|
+
// @public
|
|
3101
|
+
export interface QueriesPreviewState {
|
|
3102
|
+
config: QueriesPreviewConfig;
|
|
3103
|
+
params: Dictionary<unknown>;
|
|
3104
|
+
// (undocumented)
|
|
3105
|
+
queriesPreview: Dictionary<QueryPreviewItem>;
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
// @internal
|
|
3109
|
+
export const queriesPreviewWiring: {
|
|
3110
|
+
QueryPreviewRequestChanged: {
|
|
3111
|
+
fetchAndSaveQueryPreviewWire: Wire<SearchRequest>;
|
|
3112
|
+
};
|
|
3113
|
+
QueryPreviewUnmountedHook: {
|
|
3114
|
+
clearQueryPreviewWire: Wire<string>;
|
|
3115
|
+
};
|
|
3116
|
+
ExtraParamsChanged: {
|
|
3117
|
+
setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
3118
|
+
};
|
|
3119
|
+
};
|
|
2598
3120
|
|
|
2599
3121
|
// @public
|
|
2600
|
-
export
|
|
3122
|
+
export interface QueriesPreviewXEvents {
|
|
3123
|
+
QueryPreviewRequestChanged: SearchRequest;
|
|
3124
|
+
QueryPreviewUnmountedHook: string;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
// @public
|
|
3128
|
+
export type QueriesPreviewXModule = XModule<QueriesPreviewXStoreModule>;
|
|
3129
|
+
|
|
3130
|
+
// @public
|
|
3131
|
+
export const queriesPreviewXModule: QueriesPreviewXModule;
|
|
3132
|
+
|
|
3133
|
+
// @public
|
|
3134
|
+
export type QueriesPreviewXStoreModule = XStoreModule<QueriesPreviewState, QueriesPreviewGetters, QueriesPreviewMutations, QueriesPreviewActions>;
|
|
3135
|
+
|
|
3136
|
+
// @internal
|
|
3137
|
+
export const queriesPreviewXStoreModule: QueriesPreviewXStoreModule;
|
|
3138
|
+
|
|
3139
|
+
// @internal
|
|
3140
|
+
export const QUERY_KEY: XInjectKey<string | undefined>;
|
|
3141
|
+
|
|
3142
|
+
// @public
|
|
3143
|
+
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer';
|
|
2601
3144
|
|
|
2602
3145
|
// @public
|
|
2603
3146
|
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
@@ -2605,6 +3148,51 @@ export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
|
2605
3148
|
// @public
|
|
2606
3149
|
export type QueryOriginInit = Partial<Pick<WireMetadata, 'feature' | 'location'>>;
|
|
2607
3150
|
|
|
3151
|
+
// @public
|
|
3152
|
+
export class QueryPreview extends Vue_2 {
|
|
3153
|
+
// @internal
|
|
3154
|
+
protected beforeDestroy(): void;
|
|
3155
|
+
// @internal
|
|
3156
|
+
protected cancelEmitPreviewRequestChanged(_new: DebouncedFunction<[SearchRequest]>, old: DebouncedFunction<[SearchRequest]>): void;
|
|
3157
|
+
config: QueriesPreviewConfig;
|
|
3158
|
+
// @internal
|
|
3159
|
+
protected created(): void;
|
|
3160
|
+
debounceTimeMs: number;
|
|
3161
|
+
// @internal
|
|
3162
|
+
protected get emitQueryPreviewRequestChanged(): DebouncedFunction<[SearchRequest]>;
|
|
3163
|
+
// @internal
|
|
3164
|
+
protected location?: FeatureLocation;
|
|
3165
|
+
protected maxItemsToRender?: number;
|
|
3166
|
+
params: Dictionary<unknown>;
|
|
3167
|
+
previewResults: Dictionary<QueryPreviewItem>;
|
|
3168
|
+
protected query: string;
|
|
3169
|
+
protected queryFeature?: QueryFeature;
|
|
3170
|
+
// @internal
|
|
3171
|
+
protected get queryPreviewRequest(): SearchRequest;
|
|
3172
|
+
get queryPreviewResults(): Partial<QueryPreviewItem> | undefined;
|
|
3173
|
+
get results(): Result[] | undefined;
|
|
3174
|
+
}
|
|
3175
|
+
|
|
3176
|
+
// @public
|
|
3177
|
+
export interface QueryPreviewInfo {
|
|
3178
|
+
[extra: string]: unknown;
|
|
3179
|
+
query: string;
|
|
3180
|
+
title?: string;
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
// @public
|
|
3184
|
+
export interface QueryPreviewItem extends StatusState {
|
|
3185
|
+
request: SearchRequest;
|
|
3186
|
+
results: Result[];
|
|
3187
|
+
totalResults: number;
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
// @public
|
|
3191
|
+
export interface QueryPreviewStatusPayload {
|
|
3192
|
+
query: string;
|
|
3193
|
+
status: RequestStatus;
|
|
3194
|
+
}
|
|
3195
|
+
|
|
2608
3196
|
// @public
|
|
2609
3197
|
export class QuerySuggestion extends Vue_3 {
|
|
2610
3198
|
// @internal
|
|
@@ -2616,8 +3204,6 @@ export class QuerySuggestion extends Vue_3 {
|
|
|
2616
3204
|
|
|
2617
3205
|
// @public
|
|
2618
3206
|
export class QuerySuggestions extends Vue_2 {
|
|
2619
|
-
protected animation: Vue_2;
|
|
2620
|
-
protected maxItemsToRender?: number;
|
|
2621
3207
|
// @internal
|
|
2622
3208
|
suggestions: Suggestion[];
|
|
2623
3209
|
}
|
|
@@ -2631,8 +3217,8 @@ export type QuerySuggestionsActionContext = XActionContext<QuerySuggestionsState
|
|
|
2631
3217
|
// @public
|
|
2632
3218
|
export interface QuerySuggestionsActions {
|
|
2633
3219
|
cancelFetchAndSaveSuggestions(): void;
|
|
2634
|
-
fetchAndSaveSuggestions(request:
|
|
2635
|
-
fetchSuggestions(request:
|
|
3220
|
+
fetchAndSaveSuggestions(request: QuerySuggestionsRequest | null): void;
|
|
3221
|
+
fetchSuggestions(request: QuerySuggestionsRequest | null): Suggestion[];
|
|
2636
3222
|
setUrlParams(urlParams: UrlParams): void;
|
|
2637
3223
|
}
|
|
2638
3224
|
|
|
@@ -2641,13 +3227,12 @@ export interface QuerySuggestionsConfig {
|
|
|
2641
3227
|
debounceInMs: number;
|
|
2642
3228
|
hideIfEqualsQuery: boolean;
|
|
2643
3229
|
maxItemsToRequest: number;
|
|
2644
|
-
showExtraSuggestionWithoutFilter: boolean;
|
|
2645
3230
|
}
|
|
2646
3231
|
|
|
2647
3232
|
// @internal
|
|
2648
3233
|
export const querySuggestionsEmitters: {
|
|
2649
3234
|
QuerySuggestionsChanged: (state: QuerySuggestionsState) => Suggestion[];
|
|
2650
|
-
QuerySuggestionsRequestChanged: (_: QuerySuggestionsState, getters: Returns<GettersTree<QuerySuggestionsState, QuerySuggestionsGetters>>) =>
|
|
3235
|
+
QuerySuggestionsRequestChanged: (_: QuerySuggestionsState, getters: Returns<GettersTree<QuerySuggestionsState, QuerySuggestionsGetters>>) => QuerySuggestionsRequest | null;
|
|
2651
3236
|
};
|
|
2652
3237
|
|
|
2653
3238
|
// @public
|
|
@@ -2661,11 +3246,11 @@ export class QuerySuggestionsGetter implements GettersClass<QuerySuggestionsXSto
|
|
|
2661
3246
|
export interface QuerySuggestionsGetters {
|
|
2662
3247
|
normalizedQuery: string;
|
|
2663
3248
|
querySuggestions: Suggestion[];
|
|
2664
|
-
request:
|
|
3249
|
+
request: QuerySuggestionsRequest | null;
|
|
2665
3250
|
}
|
|
2666
3251
|
|
|
2667
3252
|
// @public
|
|
2668
|
-
export interface QuerySuggestionsMutations extends StatusMutations {
|
|
3253
|
+
export interface QuerySuggestionsMutations extends StatusMutations, QueryMutations {
|
|
2669
3254
|
setParams(params: Dictionary<unknown>): void;
|
|
2670
3255
|
setQuery(newQuery: string): void;
|
|
2671
3256
|
setSuggestions(suggestions: Suggestion[]): void;
|
|
@@ -2675,7 +3260,7 @@ export interface QuerySuggestionsMutations extends StatusMutations {
|
|
|
2675
3260
|
export const querySuggestionsRequest: QuerySuggestionsXStoreModule['getters']['request'];
|
|
2676
3261
|
|
|
2677
3262
|
// @public
|
|
2678
|
-
export interface QuerySuggestionsState extends StatusState {
|
|
3263
|
+
export interface QuerySuggestionsState extends StatusState, QueryState {
|
|
2679
3264
|
config: QuerySuggestionsConfig;
|
|
2680
3265
|
params: Dictionary<unknown>;
|
|
2681
3266
|
query: string;
|
|
@@ -2684,8 +3269,11 @@ export interface QuerySuggestionsState extends StatusState {
|
|
|
2684
3269
|
|
|
2685
3270
|
// @internal
|
|
2686
3271
|
export const querySuggestionsWiring: {
|
|
3272
|
+
ParamsLoadedFromUrl: {
|
|
3273
|
+
setUrlParams: Wire<UrlParams>;
|
|
3274
|
+
};
|
|
2687
3275
|
UserIsTypingAQuery: {
|
|
2688
|
-
setQuerySuggestionsQueryDebounce:
|
|
3276
|
+
setQuerySuggestionsQueryDebounce: Wire<string>;
|
|
2689
3277
|
};
|
|
2690
3278
|
UserAcceptedAQuery: {
|
|
2691
3279
|
setQuerySuggestionsQuery: Wire<string>;
|
|
@@ -2695,13 +3283,16 @@ export const querySuggestionsWiring: {
|
|
|
2695
3283
|
cancelFetchAndSaveSuggestionsWire: AnyWire;
|
|
2696
3284
|
};
|
|
2697
3285
|
QuerySuggestionsRequestChanged: {
|
|
2698
|
-
fetchAndSaveSuggestionsWire: Wire<
|
|
3286
|
+
fetchAndSaveSuggestionsWire: Wire<QuerySuggestionsRequest | null>;
|
|
2699
3287
|
};
|
|
2700
3288
|
ExtraParamsChanged: {
|
|
2701
3289
|
setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
2702
3290
|
};
|
|
2703
|
-
|
|
2704
|
-
|
|
3291
|
+
UserClickedCloseX: {
|
|
3292
|
+
clearQuerySuggestionsQuery: AnyWire;
|
|
3293
|
+
};
|
|
3294
|
+
UserClickedOutOfMainModal: {
|
|
3295
|
+
clearQuerySuggestionsQuery: AnyWire;
|
|
2705
3296
|
};
|
|
2706
3297
|
};
|
|
2707
3298
|
|
|
@@ -2709,7 +3300,7 @@ export const querySuggestionsWiring: {
|
|
|
2709
3300
|
export interface QuerySuggestionsXEvents {
|
|
2710
3301
|
QuerySuggestionsChanged: Suggestion[];
|
|
2711
3302
|
QuerySuggestionsDisplayed: Suggestion[];
|
|
2712
|
-
QuerySuggestionsRequestChanged:
|
|
3303
|
+
QuerySuggestionsRequestChanged: QuerySuggestionsRequest | null;
|
|
2713
3304
|
UserSelectedAQuerySuggestion: Suggestion;
|
|
2714
3305
|
}
|
|
2715
3306
|
|
|
@@ -2725,6 +3316,12 @@ export type QuerySuggestionsXStoreModule = XStoreModule<QuerySuggestionsState, Q
|
|
|
2725
3316
|
// @internal
|
|
2726
3317
|
export const querySuggestionsXStoreModule: QuerySuggestionsXStoreModule;
|
|
2727
3318
|
|
|
3319
|
+
// @public (undocumented)
|
|
3320
|
+
export const RadioButtonSelectedIcon: {};
|
|
3321
|
+
|
|
3322
|
+
// @public (undocumented)
|
|
3323
|
+
export const RadioButtonUnselectedIcon: {};
|
|
3324
|
+
|
|
2728
3325
|
// @internal
|
|
2729
3326
|
export class RawFilterEntity implements FilterEntity {
|
|
2730
3327
|
constructor(store: Store<unknown>);
|
|
@@ -2732,7 +3329,6 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
2732
3329
|
//
|
|
2733
3330
|
// (undocumented)
|
|
2734
3331
|
static accepts: typeof isRawFilter;
|
|
2735
|
-
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
2736
3332
|
deselect(filter: RawFilter): void;
|
|
2737
3333
|
select(filter: RawFilter): void;
|
|
2738
3334
|
// (undocumented)
|
|
@@ -2758,8 +3354,8 @@ export type RecommendationsActionContext = XActionContext<RecommendationsState,
|
|
|
2758
3354
|
// @public
|
|
2759
3355
|
export interface RecommendationsActions {
|
|
2760
3356
|
cancelFetchAndSaveRecommendations(): void;
|
|
2761
|
-
fetchAndSaveRecommendations(request:
|
|
2762
|
-
fetchRecommendations(request:
|
|
3357
|
+
fetchAndSaveRecommendations(request: RecommendationsRequest | null): void;
|
|
3358
|
+
fetchRecommendations(request: RecommendationsRequest | null): Result[];
|
|
2763
3359
|
}
|
|
2764
3360
|
|
|
2765
3361
|
// @public
|
|
@@ -2769,21 +3365,23 @@ export interface RecommendationsConfig {
|
|
|
2769
3365
|
|
|
2770
3366
|
// @internal
|
|
2771
3367
|
export const recommendationsEmitters: {
|
|
3368
|
+
RecommendationsChanged: (state: RecommendationsState) => Result[];
|
|
2772
3369
|
RecommendationsRequestChanged: {
|
|
2773
|
-
selector: (_: RecommendationsState, getters: Returns<GettersTree<RecommendationsState, RecommendationsGetters>>) =>
|
|
3370
|
+
selector: (_: RecommendationsState, getters: Returns<GettersTree<RecommendationsState, RecommendationsGetters>>) => RecommendationsRequest;
|
|
2774
3371
|
immediate: true;
|
|
2775
3372
|
};
|
|
2776
3373
|
};
|
|
2777
3374
|
|
|
2778
3375
|
// @public
|
|
2779
3376
|
export interface RecommendationsGetters {
|
|
2780
|
-
request:
|
|
3377
|
+
request: RecommendationsRequest;
|
|
2781
3378
|
}
|
|
2782
3379
|
|
|
2783
3380
|
// @public
|
|
2784
3381
|
export interface RecommendationsMutations extends StatusMutations {
|
|
2785
3382
|
setParams(params: Dictionary<unknown>): void;
|
|
2786
3383
|
setRecommendations(recommendations: Result[]): void;
|
|
3384
|
+
updateRecommendation(recommendation: Partial<Result> & Pick<Result, 'id'>): void;
|
|
2787
3385
|
}
|
|
2788
3386
|
|
|
2789
3387
|
// @public
|
|
@@ -2800,7 +3398,7 @@ export interface RecommendationsState extends StatusState {
|
|
|
2800
3398
|
// @internal
|
|
2801
3399
|
export const recommendationsWiring: {
|
|
2802
3400
|
RecommendationsRequestChanged: {
|
|
2803
|
-
fetchAndSaveRecommendations: Wire<
|
|
3401
|
+
fetchAndSaveRecommendations: Wire<RecommendationsRequest | null>;
|
|
2804
3402
|
};
|
|
2805
3403
|
UserClickedColumnPicker: {};
|
|
2806
3404
|
ExtraParamsChanged: {
|
|
@@ -2811,7 +3409,7 @@ export const recommendationsWiring: {
|
|
|
2811
3409
|
// @public
|
|
2812
3410
|
export interface RecommendationsXEvents {
|
|
2813
3411
|
RecommendationsChanged: Result[];
|
|
2814
|
-
RecommendationsRequestChanged:
|
|
3412
|
+
RecommendationsRequestChanged: RecommendationsRequest;
|
|
2815
3413
|
UserClickedARecommendation: Result;
|
|
2816
3414
|
}
|
|
2817
3415
|
|
|
@@ -2838,19 +3436,16 @@ export class Redirection extends Vue_2 {
|
|
|
2838
3436
|
protected redirect(): void;
|
|
2839
3437
|
// @internal
|
|
2840
3438
|
protected get redirection(): Redirection_2 | null;
|
|
2841
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
3439
|
+
// Warning: (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
|
|
2842
3440
|
//
|
|
2843
3441
|
// (undocumented)
|
|
2844
3442
|
redirections: Redirection_2[];
|
|
2845
3443
|
// @internal
|
|
2846
3444
|
protected redirectWithDelay(): void;
|
|
2847
3445
|
// @internal
|
|
2848
|
-
protected timeoutId
|
|
3446
|
+
protected timeoutId?: number;
|
|
2849
3447
|
}
|
|
2850
3448
|
|
|
2851
|
-
// @public
|
|
2852
|
-
export function reduce<T extends Dictionary, V>(obj: T | undefined | null, reducer: (accumulator: V, key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => V, initialValue: V): V;
|
|
2853
|
-
|
|
2854
3449
|
// @public
|
|
2855
3450
|
export const refreshHistoryQueriesSession: AnyWire;
|
|
2856
3451
|
|
|
@@ -2864,17 +3459,21 @@ export class RelatedTag extends Vue_2 {
|
|
|
2864
3459
|
// @internal
|
|
2865
3460
|
protected get dynamicClasses(): VueCSSClasses;
|
|
2866
3461
|
protected emitEvents(): void;
|
|
3462
|
+
protected highlightCurated: boolean;
|
|
2867
3463
|
// @internal
|
|
2868
3464
|
protected get isSelected(): boolean;
|
|
2869
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
3465
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
2870
3466
|
protected relatedTag: RelatedTag_2;
|
|
2871
3467
|
// @internal
|
|
2872
3468
|
selectedRelatedTags: RelatedTag_2[];
|
|
3469
|
+
// @internal
|
|
3470
|
+
protected get shouldHighlightCurated(): boolean;
|
|
2873
3471
|
}
|
|
2874
3472
|
|
|
2875
3473
|
// @public
|
|
2876
3474
|
export class RelatedTags extends Vue_2 {
|
|
2877
3475
|
protected animation: Vue_2;
|
|
3476
|
+
protected highlightCurated: boolean;
|
|
2878
3477
|
protected maxItemsToRender?: number;
|
|
2879
3478
|
// (undocumented)
|
|
2880
3479
|
protected get relatedTags(): RelatedTag_2[];
|
|
@@ -2914,32 +3513,37 @@ export const relatedTagsEmitters: {
|
|
|
2914
3513
|
|
|
2915
3514
|
// @public
|
|
2916
3515
|
export interface RelatedTagsGetters {
|
|
3516
|
+
query: string;
|
|
2917
3517
|
relatedTags: RelatedTag_2[];
|
|
2918
3518
|
request: RelatedTagsRequest | null;
|
|
2919
3519
|
}
|
|
2920
3520
|
|
|
2921
3521
|
// @public
|
|
2922
|
-
export interface RelatedTagsMutations extends StatusMutations {
|
|
3522
|
+
export interface RelatedTagsMutations extends StatusMutations, QueryMutations {
|
|
2923
3523
|
setParams(params: Dictionary<unknown>): void;
|
|
2924
|
-
setQuery(newQuery: string): void;
|
|
2925
3524
|
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
2926
3525
|
setSelectedRelatedTags(selectedRelatedTags: RelatedTag_2[]): void;
|
|
2927
3526
|
}
|
|
2928
3527
|
|
|
3528
|
+
// @public
|
|
3529
|
+
export const relatedTagsQuery: RelatedTagsXStoreModule['getters']['query'];
|
|
3530
|
+
|
|
2929
3531
|
// @public
|
|
2930
3532
|
export const relatedTagsRequest: RelatedTagsXStoreModule['getters']['request'];
|
|
2931
3533
|
|
|
2932
3534
|
// @public
|
|
2933
|
-
export interface RelatedTagsState extends StatusState {
|
|
3535
|
+
export interface RelatedTagsState extends StatusState, QueryState {
|
|
2934
3536
|
config: RelatedTagsConfig;
|
|
2935
3537
|
params: Dictionary<unknown>;
|
|
2936
|
-
query: string;
|
|
2937
3538
|
relatedTags: RelatedTag_2[];
|
|
2938
3539
|
selectedRelatedTags: RelatedTag_2[];
|
|
2939
3540
|
}
|
|
2940
3541
|
|
|
2941
3542
|
// @internal
|
|
2942
3543
|
export const relatedTagsWiring: {
|
|
3544
|
+
ParamsLoadedFromUrl: {
|
|
3545
|
+
setUrlParamsWire: Wire<UrlParams>;
|
|
3546
|
+
};
|
|
2943
3547
|
UserAcceptedAQuery: {
|
|
2944
3548
|
setRelatedTagsQuery: Wire<string>;
|
|
2945
3549
|
clearSelectedRelatedTags: AnyWire;
|
|
@@ -2947,6 +3551,9 @@ export const relatedTagsWiring: {
|
|
|
2947
3551
|
UserPickedARelatedTag: {
|
|
2948
3552
|
toggleRelatedTagWire: Wire<RelatedTag_2>;
|
|
2949
3553
|
};
|
|
3554
|
+
UserChangedExtraParams: {
|
|
3555
|
+
clearSelectedRelatedTags: AnyWire;
|
|
3556
|
+
};
|
|
2950
3557
|
RelatedTagsRequestChanged: {
|
|
2951
3558
|
fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
2952
3559
|
};
|
|
@@ -2958,8 +3565,11 @@ export const relatedTagsWiring: {
|
|
|
2958
3565
|
ExtraParamsChanged: {
|
|
2959
3566
|
setRelatedTagsExtraParams: Wire<Dictionary<unknown>>;
|
|
2960
3567
|
};
|
|
2961
|
-
|
|
2962
|
-
|
|
3568
|
+
UserClickedCloseX: {
|
|
3569
|
+
clearRelatedTagsQuery: AnyWire;
|
|
3570
|
+
};
|
|
3571
|
+
UserClickedOutOfMainModal: {
|
|
3572
|
+
clearRelatedTagsQuery: AnyWire;
|
|
2963
3573
|
};
|
|
2964
3574
|
};
|
|
2965
3575
|
|
|
@@ -3033,17 +3643,46 @@ export type RequestStatus = 'success' | 'loading' | 'error' | 'initial';
|
|
|
3033
3643
|
export const resetAppending: AnyWire;
|
|
3034
3644
|
|
|
3035
3645
|
// @public
|
|
3036
|
-
export const
|
|
3646
|
+
export const resetRequestOnRefinement: SearchXStoreModule['actions']['resetRequestOnRefinement'];
|
|
3037
3647
|
|
|
3038
3648
|
// @public
|
|
3039
|
-
export const
|
|
3649
|
+
export const resetRequestOnRefinementWire: AnyWire;
|
|
3040
3650
|
|
|
3041
3651
|
// @public
|
|
3042
|
-
export const
|
|
3652
|
+
export const resetResultsPreviewWire: AnyWire;
|
|
3043
3653
|
|
|
3044
3654
|
// @public
|
|
3045
3655
|
export const resetSpellcheckQuery: AnyWire;
|
|
3046
3656
|
|
|
3657
|
+
// @public
|
|
3658
|
+
export const resetStateIfNoRequestWire: Wire<InternalSearchRequest | null>;
|
|
3659
|
+
|
|
3660
|
+
// @internal
|
|
3661
|
+
export function resettableState(): {
|
|
3662
|
+
query: string;
|
|
3663
|
+
results: never[];
|
|
3664
|
+
partialResults: never[];
|
|
3665
|
+
facets: never[];
|
|
3666
|
+
relatedTags: never[];
|
|
3667
|
+
banners: never[];
|
|
3668
|
+
promoteds: never[];
|
|
3669
|
+
selectedFilters: {};
|
|
3670
|
+
totalResults: number;
|
|
3671
|
+
spellcheckedQuery: string;
|
|
3672
|
+
sort: string;
|
|
3673
|
+
page: number;
|
|
3674
|
+
origin: null;
|
|
3675
|
+
isAppendResults: boolean;
|
|
3676
|
+
redirections: never[];
|
|
3677
|
+
queryTagging: {
|
|
3678
|
+
url: string;
|
|
3679
|
+
params: {};
|
|
3680
|
+
};
|
|
3681
|
+
};
|
|
3682
|
+
|
|
3683
|
+
// @internal
|
|
3684
|
+
export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
|
|
3685
|
+
|
|
3047
3686
|
// @public
|
|
3048
3687
|
export type ResultFeature = 'search' | 'recommendations' | 'next_query_results' | 'partial_results' | 'identifier_result';
|
|
3049
3688
|
|
|
@@ -3053,9 +3692,44 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
|
3053
3692
|
// @public
|
|
3054
3693
|
export class ResultsList extends Vue_2 implements InfiniteScroll {
|
|
3055
3694
|
protected animation: Vue_2 | string;
|
|
3695
|
+
get hasMoreItems(): boolean;
|
|
3056
3696
|
items: Result[];
|
|
3057
3697
|
// @internal
|
|
3058
3698
|
onInfiniteScrollEnd(): void;
|
|
3699
|
+
providedQuery: string;
|
|
3700
|
+
searchQuery: string;
|
|
3701
|
+
searchStatus: RequestStatus;
|
|
3702
|
+
totalResults: number;
|
|
3703
|
+
updateQuery(status: RequestStatus): void;
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
// @public
|
|
3707
|
+
export class ResultVariantSelector extends Vue_2 {
|
|
3708
|
+
level: number;
|
|
3709
|
+
result: Result;
|
|
3710
|
+
// @internal
|
|
3711
|
+
protected get selectedVariant(): ResultVariant | undefined;
|
|
3712
|
+
selectedVariants: ResultVariant[];
|
|
3713
|
+
// Warning: (ae-forgotten-export) The symbol "ResultVariant" needs to be exported by the entry point index.d.ts
|
|
3714
|
+
selectResultVariant: (variant: ResultVariant, level?: number) => void;
|
|
3715
|
+
// @internal
|
|
3716
|
+
protected selectVariant(variant: ResultVariant): void;
|
|
3717
|
+
// @internal
|
|
3718
|
+
protected variantIsSelected(variant: ResultVariant): boolean;
|
|
3719
|
+
// @internal
|
|
3720
|
+
protected get variants(): ResultVariant[] | undefined;
|
|
3721
|
+
}
|
|
3722
|
+
|
|
3723
|
+
// @public
|
|
3724
|
+
export class ResultVariantsProvider extends Vue_2 {
|
|
3725
|
+
autoSelectDepth: number;
|
|
3726
|
+
render(createElement: CreateElement): VNode;
|
|
3727
|
+
resetSelectedVariants(): void;
|
|
3728
|
+
result: Result;
|
|
3729
|
+
get resultToProvide(): Result;
|
|
3730
|
+
selectedVariants: ResultVariant[];
|
|
3731
|
+
selectFirstVariants(variant?: ResultVariant): void;
|
|
3732
|
+
selectResultVariant(variant: ResultVariant, level?: number): void;
|
|
3059
3733
|
}
|
|
3060
3734
|
|
|
3061
3735
|
// @public
|
|
@@ -3081,10 +3755,10 @@ export interface RootXStoreState {
|
|
|
3081
3755
|
export const sanitize: (str: string) => string;
|
|
3082
3756
|
|
|
3083
3757
|
// @public
|
|
3084
|
-
export const
|
|
3758
|
+
export const saveIdentifierResultsOrigin: IdentifierResultsXStoreModule['actions']['saveOrigin'];
|
|
3085
3759
|
|
|
3086
3760
|
// @public
|
|
3087
|
-
export const
|
|
3761
|
+
export const saveIdentifierResultsOriginWire: AnyWire;
|
|
3088
3762
|
|
|
3089
3763
|
// @public
|
|
3090
3764
|
export const saveOriginWire: AnyWire;
|
|
@@ -3092,11 +3766,16 @@ export const saveOriginWire: AnyWire;
|
|
|
3092
3766
|
// @public
|
|
3093
3767
|
export const saveQuery: IdentifierResultsXStoreModule['actions']['saveQuery'];
|
|
3094
3768
|
|
|
3769
|
+
// @public
|
|
3770
|
+
export const saveSearchOrigin: SearchXStoreModule['actions']['saveOrigin'];
|
|
3771
|
+
|
|
3772
|
+
// @public
|
|
3773
|
+
export const saveSearchResponse: SearchXStoreModule['actions']['saveSearchResponse'];
|
|
3774
|
+
|
|
3095
3775
|
// @public
|
|
3096
3776
|
export class Scroll extends Vue_2 {
|
|
3097
3777
|
// @internal
|
|
3098
3778
|
protected createEventMetadata(): Partial<WireMetadata>;
|
|
3099
|
-
distanceToBottom: number;
|
|
3100
3779
|
// @internal
|
|
3101
3780
|
protected emitScroll(position: number): void;
|
|
3102
3781
|
// @internal
|
|
@@ -3110,7 +3789,6 @@ export class Scroll extends Vue_2 {
|
|
|
3110
3789
|
id: string;
|
|
3111
3790
|
// @internal
|
|
3112
3791
|
scrollToTop(scrollId: string): void;
|
|
3113
|
-
throttleMs: number;
|
|
3114
3792
|
}
|
|
3115
3793
|
|
|
3116
3794
|
// @public
|
|
@@ -3169,6 +3847,7 @@ export class ScrollMixin extends Vue_2 {
|
|
|
3169
3847
|
mounted(): void;
|
|
3170
3848
|
// @internal
|
|
3171
3849
|
protected previousPosition: number;
|
|
3850
|
+
resetOn: XEvent;
|
|
3172
3851
|
protected resetOnChange: boolean;
|
|
3173
3852
|
// @internal
|
|
3174
3853
|
resetScroll(): void;
|
|
@@ -3290,16 +3969,18 @@ export type SearchActionContext = XActionContext<SearchState, SearchGetters, Sea
|
|
|
3290
3969
|
// @public
|
|
3291
3970
|
export interface SearchActions {
|
|
3292
3971
|
cancelFetchAndSaveSearchResponse(): void;
|
|
3293
|
-
fetchAndSaveSearchResponse(request:
|
|
3294
|
-
|
|
3295
|
-
fetchSearchResponse(request: SearchRequest | null): SearchResponse;
|
|
3972
|
+
fetchAndSaveSearchResponse(request: InternalSearchRequest | null): void;
|
|
3973
|
+
fetchSearchResponse(request: SearchRequest): SearchResponse;
|
|
3296
3974
|
increasePageAppendingResults(): void;
|
|
3975
|
+
resetRequestOnRefinement(watchedRequest: WatchedInternalSearchRequest): void;
|
|
3297
3976
|
saveOrigin(originInit: QueryOriginInit): void;
|
|
3977
|
+
saveSearchResponse(response: SearchResponse): void;
|
|
3298
3978
|
setUrlParams(urlParams: UrlParams): void;
|
|
3299
3979
|
}
|
|
3300
3980
|
|
|
3301
3981
|
// @public
|
|
3302
3982
|
export interface SearchBoxActions {
|
|
3983
|
+
setInputStatus(event: XEvent): void;
|
|
3303
3984
|
setUrlParams(urlParams: UrlParams): void;
|
|
3304
3985
|
}
|
|
3305
3986
|
|
|
@@ -3318,28 +3999,49 @@ export interface SearchBoxGetters {
|
|
|
3318
3999
|
}
|
|
3319
4000
|
|
|
3320
4001
|
// @public
|
|
3321
|
-
export interface SearchBoxMutations {
|
|
4002
|
+
export interface SearchBoxMutations extends QueryMutations {
|
|
4003
|
+
// Warning: (ae-incompatible-release-tags) The symbol "setInputStatus" is marked as @public, but its signature references "InputStatus" which is marked as @internal
|
|
4004
|
+
setInputStatus(inputStatus: InputStatus): void;
|
|
3322
4005
|
setQuery(newQuery: string): void;
|
|
3323
4006
|
}
|
|
3324
4007
|
|
|
3325
4008
|
// @public
|
|
3326
|
-
export interface SearchBoxState {
|
|
4009
|
+
export interface SearchBoxState extends QueryState {
|
|
4010
|
+
inputStatus: string;
|
|
3327
4011
|
query: string;
|
|
3328
4012
|
}
|
|
3329
4013
|
|
|
3330
4014
|
// @internal
|
|
3331
4015
|
export const searchBoxWiring: {
|
|
4016
|
+
ParamsLoadedFromUrl: {
|
|
4017
|
+
setUrlParams: Wire<UrlParams>;
|
|
4018
|
+
transitionState: Wire<any>;
|
|
4019
|
+
};
|
|
3332
4020
|
UserIsTypingAQuery: {
|
|
3333
4021
|
setSearchBoxQuery: Wire<string>;
|
|
4022
|
+
transitionState: AnyWire;
|
|
3334
4023
|
};
|
|
3335
4024
|
UserAcceptedAQuery: {
|
|
3336
4025
|
setSearchBoxQuery: Wire<string>;
|
|
4026
|
+
transitionState: AnyWire;
|
|
3337
4027
|
};
|
|
3338
4028
|
UserPressedClearSearchBoxButton: {
|
|
3339
4029
|
clearSearchBoxQuery: AnyWire;
|
|
3340
4030
|
};
|
|
3341
|
-
|
|
3342
|
-
|
|
4031
|
+
UserClickedCloseX: {
|
|
4032
|
+
clearSearchBoxQuery: AnyWire;
|
|
4033
|
+
};
|
|
4034
|
+
UserClickedOutOfMainModal: {
|
|
4035
|
+
clearSearchBoxQuery: AnyWire;
|
|
4036
|
+
};
|
|
4037
|
+
UserClearedQuery: {
|
|
4038
|
+
transitionState: AnyWire;
|
|
4039
|
+
};
|
|
4040
|
+
UserFocusedSearchBox: {
|
|
4041
|
+
transitionState: AnyWire;
|
|
4042
|
+
};
|
|
4043
|
+
UserBlurredSearchBox: {
|
|
4044
|
+
transitionState: AnyWire;
|
|
3343
4045
|
};
|
|
3344
4046
|
};
|
|
3345
4047
|
|
|
@@ -3350,6 +4052,8 @@ export interface SearchBoxXEvents {
|
|
|
3350
4052
|
UserClearedQuery: string;
|
|
3351
4053
|
UserClickedSearchBox: void;
|
|
3352
4054
|
UserFocusedSearchBox: void;
|
|
4055
|
+
UserHoveredInSearchBox: void;
|
|
4056
|
+
UserHoveredOutSearchBox: void;
|
|
3353
4057
|
UserIsTypingAQuery: string;
|
|
3354
4058
|
UserPressedClearSearchBoxButton: void;
|
|
3355
4059
|
UserPressedEnterKey: string;
|
|
@@ -3395,10 +4099,29 @@ export const searchEmitters: {
|
|
|
3395
4099
|
};
|
|
3396
4100
|
PageChanged: (state: SearchState) => number;
|
|
3397
4101
|
ResultsChanged: (state: SearchState) => Result[];
|
|
3398
|
-
SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) =>
|
|
4102
|
+
SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest | null;
|
|
4103
|
+
SearchRequestUpdated: {
|
|
4104
|
+
selector: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => InternalSearchRequest | null;
|
|
4105
|
+
};
|
|
4106
|
+
SearchResponseChanged: {
|
|
4107
|
+
selector: (state: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => {
|
|
4108
|
+
request: InternalSearchRequest;
|
|
4109
|
+
status: RequestStatus;
|
|
4110
|
+
banners: Banner_2[];
|
|
4111
|
+
facets: Facet[];
|
|
4112
|
+
partialResults: PartialResult[];
|
|
4113
|
+
promoteds: Promoted_2[];
|
|
4114
|
+
queryTagging: TaggingRequest;
|
|
4115
|
+
redirections: Redirection_2[];
|
|
4116
|
+
results: Result[];
|
|
4117
|
+
spellcheck: string;
|
|
4118
|
+
totalResults: number;
|
|
4119
|
+
};
|
|
4120
|
+
filter: (newValue: InternalSearchResponse, oldValue: InternalSearchResponse) => boolean;
|
|
4121
|
+
};
|
|
3399
4122
|
SearchTaggingChanged: {
|
|
3400
|
-
selector: (state: SearchState) =>
|
|
3401
|
-
filter: ({ url }:
|
|
4123
|
+
selector: (state: SearchState) => TaggingRequest;
|
|
4124
|
+
filter: ({ url }: TaggingRequest) => boolean;
|
|
3402
4125
|
};
|
|
3403
4126
|
SpellcheckChanged: (state: SearchState) => string;
|
|
3404
4127
|
SortChanged: (state: SearchState) => string;
|
|
@@ -3406,7 +4129,8 @@ export const searchEmitters: {
|
|
|
3406
4129
|
|
|
3407
4130
|
// @public
|
|
3408
4131
|
export interface SearchGetters {
|
|
3409
|
-
|
|
4132
|
+
query: string;
|
|
4133
|
+
request: InternalSearchRequest | null;
|
|
3410
4134
|
}
|
|
3411
4135
|
|
|
3412
4136
|
// @public (undocumented)
|
|
@@ -3438,6 +4162,10 @@ export class SearchInput extends Vue_2 {
|
|
|
3438
4162
|
// @internal
|
|
3439
4163
|
protected emitUserFocusedSearchBox(): void;
|
|
3440
4164
|
// @internal
|
|
4165
|
+
protected emitUserHoveredInSearchBox(): void;
|
|
4166
|
+
// @internal
|
|
4167
|
+
protected emitUserHoveredOutSearchBox(): void;
|
|
4168
|
+
// @internal
|
|
3441
4169
|
protected emitUserIsTypingAQueryEvents(): void;
|
|
3442
4170
|
// @internal
|
|
3443
4171
|
protected emitUserPressedArrowKey(event: KeyboardEvent): void;
|
|
@@ -3450,13 +4178,62 @@ export class SearchInput extends Vue_2 {
|
|
|
3450
4178
|
protected maxLength: number;
|
|
3451
4179
|
// (undocumented)
|
|
3452
4180
|
mounted(): void;
|
|
4181
|
+
// @internal
|
|
4182
|
+
protected preventSpecialKey(event: InputEvent): void;
|
|
4183
|
+
// (undocumented)
|
|
4184
|
+
query: string;
|
|
4185
|
+
// (undocumented)
|
|
4186
|
+
protected searchInputMessage: string;
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
// @public
|
|
4190
|
+
export class SearchInputPlaceholder extends Vue_2 {
|
|
4191
|
+
protected animateOnlyOnHover: boolean;
|
|
4192
|
+
protected animation: Vue_2;
|
|
4193
|
+
// @internal
|
|
4194
|
+
protected animationInterval: number | undefined;
|
|
4195
|
+
protected animationIntervalMs: number;
|
|
4196
|
+
// @internal
|
|
4197
|
+
protected animationMessageIndex: number;
|
|
4198
|
+
// (undocumented)
|
|
4199
|
+
beforeDestroy(): void;
|
|
4200
|
+
// @internal
|
|
4201
|
+
protected incrementAnimationMessageIndex(): void;
|
|
4202
|
+
// @internal
|
|
4203
|
+
protected get isBeingAnimated(): boolean;
|
|
4204
|
+
// @internal
|
|
4205
|
+
protected isSearchBoxFocused: boolean;
|
|
4206
|
+
// @internal
|
|
4207
|
+
protected isSearchBoxHovered: boolean;
|
|
4208
|
+
// @internal
|
|
4209
|
+
protected get isVisible(): boolean;
|
|
4210
|
+
// @internal
|
|
4211
|
+
protected get message(): string | undefined;
|
|
4212
|
+
protected messages: Array<string>;
|
|
4213
|
+
// (undocumented)
|
|
4214
|
+
onUserBlurredSearchBox(): void;
|
|
3453
4215
|
// (undocumented)
|
|
4216
|
+
onUserFocusedSearchBox(): void;
|
|
4217
|
+
// (undocumented)
|
|
4218
|
+
onUserHoveredInSearchBox(): void;
|
|
4219
|
+
// (undocumented)
|
|
4220
|
+
onUserHoveredOutSearchBox(): void;
|
|
4221
|
+
// @internal
|
|
4222
|
+
protected prepareMessageIndexForNextAnimation(): void;
|
|
4223
|
+
// @internal
|
|
3454
4224
|
query: string;
|
|
4225
|
+
// @internal
|
|
4226
|
+
protected resetAnimation(): void;
|
|
4227
|
+
// @internal
|
|
4228
|
+
protected resetAnimationMessageIndex(): void;
|
|
4229
|
+
// @internal
|
|
4230
|
+
protected stopAnimationInterval(): void;
|
|
3455
4231
|
}
|
|
3456
4232
|
|
|
3457
4233
|
// @public
|
|
3458
|
-
export interface SearchMutations extends StatusMutations {
|
|
4234
|
+
export interface SearchMutations extends StatusMutations, QueryMutations {
|
|
3459
4235
|
appendResults(results: Result[]): void;
|
|
4236
|
+
resetState(): void;
|
|
3460
4237
|
setBanners(banners: Banner_2[]): void;
|
|
3461
4238
|
setFacets(facets: Facet[]): void;
|
|
3462
4239
|
setIsAppendResults(isAppendResults: boolean): void;
|
|
@@ -3467,7 +4244,7 @@ export interface SearchMutations extends StatusMutations {
|
|
|
3467
4244
|
setPartialResults(partialResults: PartialResult[]): void;
|
|
3468
4245
|
setPromoteds(promoteds: Promoted_2[]): void;
|
|
3469
4246
|
setQuery(newQuery: string): void;
|
|
3470
|
-
setQueryTagging(queryTagging:
|
|
4247
|
+
setQueryTagging(queryTagging: TaggingRequest): void;
|
|
3471
4248
|
setRedirections(redirections: Redirection_2[]): void;
|
|
3472
4249
|
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
3473
4250
|
setResults(results: Result[]): void;
|
|
@@ -3476,13 +4253,17 @@ export interface SearchMutations extends StatusMutations {
|
|
|
3476
4253
|
setSort(sort: Sort): void;
|
|
3477
4254
|
setSpellcheck(spellcheckedQuery: string): void;
|
|
3478
4255
|
setTotalResults(totalResults: number): void;
|
|
4256
|
+
updateResult(result: Partial<Result> & Pick<Result, 'id'>): void;
|
|
3479
4257
|
}
|
|
3480
4258
|
|
|
4259
|
+
// @public
|
|
4260
|
+
export const searchQuery: SearchXStoreModule['getters']['query'];
|
|
4261
|
+
|
|
3481
4262
|
// @public
|
|
3482
4263
|
export const searchRequest: SearchXStoreModule['getters']['request'];
|
|
3483
4264
|
|
|
3484
4265
|
// @public
|
|
3485
|
-
export interface SearchState extends StatusState {
|
|
4266
|
+
export interface SearchState extends StatusState, QueryState {
|
|
3486
4267
|
banners: Banner_2[];
|
|
3487
4268
|
config: SearchConfig;
|
|
3488
4269
|
facets: Facet[];
|
|
@@ -3493,7 +4274,7 @@ export interface SearchState extends StatusState {
|
|
|
3493
4274
|
partialResults: PartialResult[];
|
|
3494
4275
|
promoteds: Promoted_2[];
|
|
3495
4276
|
query: string;
|
|
3496
|
-
queryTagging:
|
|
4277
|
+
queryTagging: TaggingRequest;
|
|
3497
4278
|
redirections: Redirection_2[];
|
|
3498
4279
|
relatedTags: RelatedTag_2[];
|
|
3499
4280
|
results: Result[];
|
|
@@ -3508,45 +4289,39 @@ export const SearchTinyIcon: {};
|
|
|
3508
4289
|
|
|
3509
4290
|
// @internal
|
|
3510
4291
|
export const searchWiring: {
|
|
4292
|
+
ParamsLoadedFromUrl: {
|
|
4293
|
+
setUrlParams: Wire<UrlParams>;
|
|
4294
|
+
saveOriginWire: AnyWire;
|
|
4295
|
+
};
|
|
3511
4296
|
UserAcceptedAQuery: {
|
|
3512
|
-
resetPage: AnyWire;
|
|
3513
|
-
resetSort: AnyWire;
|
|
3514
4297
|
setSearchQuery: Wire<string>;
|
|
3515
4298
|
saveOriginWire: AnyWire;
|
|
3516
4299
|
};
|
|
3517
4300
|
UserAcceptedSpellcheckQuery: {
|
|
3518
|
-
resetPage: AnyWire;
|
|
3519
4301
|
resetSpellcheckQuery: AnyWire;
|
|
3520
4302
|
};
|
|
3521
4303
|
UserClearedQuery: {
|
|
3522
|
-
resetPage: AnyWire;
|
|
3523
4304
|
setSearchQuery: Wire<string>;
|
|
3524
4305
|
cancelFetchAndSaveSearchResponseWire: AnyWire;
|
|
3525
4306
|
};
|
|
3526
|
-
UserClickedAFilter: {
|
|
3527
|
-
resetPage: AnyWire;
|
|
3528
|
-
};
|
|
3529
4307
|
UserClickedASort: {
|
|
3530
|
-
resetPage: AnyWire;
|
|
3531
4308
|
setSort: Wire<string>;
|
|
3532
4309
|
};
|
|
3533
4310
|
UserPickedARelatedTag: {
|
|
3534
|
-
|
|
3535
|
-
};
|
|
3536
|
-
UserChangedExtraParams: {
|
|
3537
|
-
resetPage: AnyWire;
|
|
3538
|
-
resetSort: AnyWire;
|
|
3539
|
-
resetFacets: AnyWire;
|
|
4311
|
+
saveOriginWire: AnyWire;
|
|
3540
4312
|
};
|
|
3541
4313
|
UserReachedResultsListEnd: {
|
|
3542
|
-
|
|
4314
|
+
increasePageAppendingResultsWire: AnyWire;
|
|
3543
4315
|
};
|
|
3544
4316
|
SearchRequestChanged: {
|
|
3545
|
-
|
|
4317
|
+
resetStateIfNoRequestWire: Wire<InternalSearchRequest | null>;
|
|
4318
|
+
fetchAndSaveSearchResponseWire: Wire<InternalSearchRequest | null>;
|
|
4319
|
+
};
|
|
4320
|
+
SearchRequestUpdated: {
|
|
4321
|
+
resetRequestOnRefinementWire: AnyWire;
|
|
3546
4322
|
};
|
|
3547
4323
|
SelectedRelatedTagsChanged: {
|
|
3548
4324
|
setRelatedTags: Wire<RelatedTag_2[]>;
|
|
3549
|
-
saveOriginWire: AnyWire;
|
|
3550
4325
|
};
|
|
3551
4326
|
SelectedFiltersChanged: {
|
|
3552
4327
|
setSelectedFilters: Wire<Filter[]>;
|
|
@@ -3560,8 +4335,11 @@ export const searchWiring: {
|
|
|
3560
4335
|
ExtraParamsChanged: {
|
|
3561
4336
|
setSearchExtraParams: Wire<Dictionary<unknown>>;
|
|
3562
4337
|
};
|
|
3563
|
-
|
|
3564
|
-
|
|
4338
|
+
UserClickedCloseX: {
|
|
4339
|
+
clearSearchQuery: AnyWire;
|
|
4340
|
+
};
|
|
4341
|
+
UserClickedOutOfMainModal: {
|
|
4342
|
+
clearSearchQuery: AnyWire;
|
|
3565
4343
|
};
|
|
3566
4344
|
};
|
|
3567
4345
|
|
|
@@ -3570,12 +4348,16 @@ export interface SearchXEvents {
|
|
|
3570
4348
|
FacetsChanged: Facet[];
|
|
3571
4349
|
PageChanged: number;
|
|
3572
4350
|
ResultsChanged: Result[];
|
|
3573
|
-
SearchRequestChanged:
|
|
3574
|
-
|
|
4351
|
+
SearchRequestChanged: InternalSearchRequest | null;
|
|
4352
|
+
SearchRequestUpdated: InternalSearchRequest | null;
|
|
4353
|
+
SearchResponseChanged: InternalSearchResponse;
|
|
4354
|
+
SearchTaggingChanged: TaggingRequest;
|
|
3575
4355
|
SelectedSortProvided: Sort;
|
|
3576
4356
|
SortChanged: string;
|
|
3577
4357
|
SpellcheckChanged: string;
|
|
4358
|
+
UserClickedABanner: Banner_2;
|
|
3578
4359
|
UserClickedAbortARedirection: void;
|
|
4360
|
+
UserClickedAPromoted: Promoted_2;
|
|
3579
4361
|
UserClickedARedirection: Redirection_2;
|
|
3580
4362
|
UserClickedASort: Sort;
|
|
3581
4363
|
UserClickedPartialQuery: string;
|
|
@@ -3594,16 +4376,14 @@ export type SearchXStoreModule = XStoreModule<SearchState, SearchGetters, Search
|
|
|
3594
4376
|
// @internal
|
|
3595
4377
|
export const searchXStoreModule: SearchXStoreModule;
|
|
3596
4378
|
|
|
4379
|
+
// @internal
|
|
4380
|
+
export const SELECT_RESULT_VARIANT_KEY: XInjectKey<(variant: ResultVariant, level?: number) => void>;
|
|
4381
|
+
|
|
4382
|
+
// @internal
|
|
4383
|
+
export const SELECTED_VARIANTS_KEY: XInjectKey<ResultVariant[]>;
|
|
4384
|
+
|
|
3597
4385
|
// @public
|
|
3598
|
-
export class SelectedFilters extends
|
|
3599
|
-
protected alwaysVisible: boolean;
|
|
3600
|
-
protected facetId: Facet['id'] | undefined;
|
|
3601
|
-
// @internal
|
|
3602
|
-
protected get selectedFilters(): Filter[];
|
|
3603
|
-
selectedFiltersByFacet: FiltersByFacet;
|
|
3604
|
-
selectedFiltersGetter: Filter[];
|
|
3605
|
-
// @internal
|
|
3606
|
-
protected get show(): boolean;
|
|
4386
|
+
export class SelectedFilters extends FacetsMixin {
|
|
3607
4387
|
}
|
|
3608
4388
|
|
|
3609
4389
|
// @public
|
|
@@ -3613,10 +4393,8 @@ export const selectedFilters: FacetsXStoreModule['getters']['selectedFilters'];
|
|
|
3613
4393
|
export const selectedFiltersByFacet: FacetsXStoreModule['getters']['selectedFiltersByFacet'];
|
|
3614
4394
|
|
|
3615
4395
|
// @public
|
|
3616
|
-
export class SelectedFiltersList extends
|
|
3617
|
-
protected alwaysVisible: boolean;
|
|
4396
|
+
export class SelectedFiltersList extends FacetsMixin {
|
|
3618
4397
|
protected animation: Vue_3 | string;
|
|
3619
|
-
protected facetId: Facet['id'] | undefined;
|
|
3620
4398
|
// Warning: (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
3621
4399
|
//
|
|
3622
4400
|
// @internal
|
|
@@ -3626,12 +4404,6 @@ export class SelectedFiltersList extends Vue_3 {
|
|
|
3626
4404
|
// @public
|
|
3627
4405
|
export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
|
|
3628
4406
|
|
|
3629
|
-
// @public
|
|
3630
|
-
export interface SessionService {
|
|
3631
|
-
clearSessionId(): void;
|
|
3632
|
-
getSessionId(): string;
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
4407
|
// @public
|
|
3636
4408
|
export const setConsent: Wire<boolean>;
|
|
3637
4409
|
|
|
@@ -3641,6 +4413,12 @@ export const setExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3641
4413
|
// @public
|
|
3642
4414
|
export const setHistoryQueries: HistoryQueriesXStoreModule['actions']['setHistoryQueries'];
|
|
3643
4415
|
|
|
4416
|
+
// @public
|
|
4417
|
+
export const setHistoryQueriesDisabled: AnyWire;
|
|
4418
|
+
|
|
4419
|
+
// @public
|
|
4420
|
+
export const setHistoryQueriesEnabled: AnyWire;
|
|
4421
|
+
|
|
3644
4422
|
// @public
|
|
3645
4423
|
export const setHistoryQueriesQuery: Wire<string>;
|
|
3646
4424
|
|
|
@@ -3662,9 +4440,6 @@ export const setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3662
4440
|
// @public
|
|
3663
4441
|
export const setNextQueriesQuery: Wire<string>;
|
|
3664
4442
|
|
|
3665
|
-
// @public
|
|
3666
|
-
export const setPageSize: Wire<number>;
|
|
3667
|
-
|
|
3668
4443
|
// @public
|
|
3669
4444
|
export const setParams: Wire<Partial<UrlParams>>;
|
|
3670
4445
|
|
|
@@ -3674,6 +4449,9 @@ export const setPendingScrollToWire: AnyWire;
|
|
|
3674
4449
|
// @public
|
|
3675
4450
|
export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
3676
4451
|
|
|
4452
|
+
// @public
|
|
4453
|
+
export const setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
4454
|
+
|
|
3677
4455
|
// @public
|
|
3678
4456
|
export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
|
|
3679
4457
|
|
|
@@ -3687,7 +4465,7 @@ export const setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
|
3687
4465
|
export const setQuerySuggestionsQuery: Wire<string>;
|
|
3688
4466
|
|
|
3689
4467
|
// @public
|
|
3690
|
-
export const
|
|
4468
|
+
export const setQueryTaggingInfo: Wire<TaggingRequest>;
|
|
3691
4469
|
|
|
3692
4470
|
// @public
|
|
3693
4471
|
export const setRecommendationsExtraParams: Wire<Dictionary<unknown>>;
|
|
@@ -3732,10 +4510,10 @@ export const setSearchPage: Wire<number>;
|
|
|
3732
4510
|
export const setSearchQuery: Wire<string>;
|
|
3733
4511
|
|
|
3734
4512
|
// @public
|
|
3735
|
-
export const
|
|
4513
|
+
export const setSearchUrlParams: SearchXStoreModule['actions']['setUrlParams'];
|
|
3736
4514
|
|
|
3737
4515
|
// @public
|
|
3738
|
-
export const
|
|
4516
|
+
export const setSelectedFilters: Wire<Filter[]>;
|
|
3739
4517
|
|
|
3740
4518
|
// @public
|
|
3741
4519
|
export const setSort: Wire<string>;
|
|
@@ -3743,6 +4521,15 @@ export const setSort: Wire<string>;
|
|
|
3743
4521
|
// @public
|
|
3744
4522
|
export function setStatus(state: StatusState, status: RequestStatus): void;
|
|
3745
4523
|
|
|
4524
|
+
// @public
|
|
4525
|
+
export const setTaggingConfig: Wire<TaggingConfig>;
|
|
4526
|
+
|
|
4527
|
+
// @public (undocumented)
|
|
4528
|
+
export const SettingsIcon: {};
|
|
4529
|
+
|
|
4530
|
+
// @beta
|
|
4531
|
+
export function setupDevtools(app: Vue_2): void;
|
|
4532
|
+
|
|
3746
4533
|
// @public
|
|
3747
4534
|
export const setUrlFilters: Wire<Filter[]>;
|
|
3748
4535
|
|
|
@@ -3767,16 +4554,14 @@ export const setUrlScroll: Wire<string>;
|
|
|
3767
4554
|
// @public
|
|
3768
4555
|
export const setUrlSort: Wire<string>;
|
|
3769
4556
|
|
|
3770
|
-
// @internal
|
|
3771
|
-
export function setXComponentXModuleName(component: Vue_2, name: XModuleName): void;
|
|
3772
|
-
|
|
3773
4557
|
// @public (undocumented)
|
|
3774
4558
|
export const ShowIcon: {};
|
|
3775
4559
|
|
|
3776
4560
|
// @public
|
|
3777
4561
|
export class SimpleFilter extends Vue_2 {
|
|
4562
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
3778
4563
|
// @internal
|
|
3779
|
-
protected get
|
|
4564
|
+
protected get _clickEvents(): Partial<XEventsTypes>;
|
|
3780
4565
|
// @internal
|
|
3781
4566
|
protected get cssClasses(): VueCSSClasses;
|
|
3782
4567
|
filter: SimpleFilter_2;
|
|
@@ -3833,32 +4618,35 @@ export class SlicedFilters extends SlicedFilters_base {
|
|
|
3833
4618
|
protected toggleShowMoreFilters(event: MouseEvent): void;
|
|
3834
4619
|
}
|
|
3835
4620
|
|
|
4621
|
+
// Warning: (ae-forgotten-export) The symbol "SlidingPanel_base" needs to be exported by the entry point index.d.ts
|
|
4622
|
+
//
|
|
3836
4623
|
// @public
|
|
3837
|
-
export class SlidingPanel extends
|
|
4624
|
+
export class SlidingPanel extends SlidingPanel_base {
|
|
4625
|
+
// @internal
|
|
3838
4626
|
$refs: {
|
|
3839
4627
|
scrollContainer: HTMLElement;
|
|
3840
4628
|
};
|
|
3841
|
-
// (undocumented)
|
|
3842
|
-
beforeDestroy(): void;
|
|
3843
4629
|
// @internal
|
|
3844
4630
|
protected get cssClasses(): VueCSSClasses;
|
|
3845
4631
|
// @internal
|
|
3846
4632
|
debouncedUpdateScrollPosition(): void;
|
|
4633
|
+
// @internal
|
|
3847
4634
|
protected isScrollAtEnd: boolean;
|
|
4635
|
+
// @internal
|
|
3848
4636
|
protected isScrollAtStart: boolean;
|
|
3849
|
-
//
|
|
4637
|
+
// @internal
|
|
3850
4638
|
mounted(): void;
|
|
4639
|
+
resetOnContentChange: boolean;
|
|
3851
4640
|
// @internal
|
|
3852
4641
|
restoreAndUpdateScroll(): void;
|
|
3853
|
-
|
|
4642
|
+
scrollFactor: number;
|
|
3854
4643
|
// @internal
|
|
3855
4644
|
protected scrollLeft(): void;
|
|
3856
|
-
protected scrollObserver: MutationObserver;
|
|
3857
4645
|
// @internal
|
|
3858
4646
|
protected scrollRight(): void;
|
|
3859
4647
|
// @internal
|
|
3860
4648
|
protected scrollTo(scrollValue: number): void;
|
|
3861
|
-
|
|
4649
|
+
showButtons: boolean;
|
|
3862
4650
|
// @internal
|
|
3863
4651
|
protected updateScrollPosition(): void;
|
|
3864
4652
|
}
|
|
@@ -3873,28 +4661,37 @@ export class SnippetCallbacks extends Vue_2 {
|
|
|
3873
4661
|
|
|
3874
4662
|
// @public
|
|
3875
4663
|
export interface SnippetConfig {
|
|
3876
|
-
[extra: string]:
|
|
4664
|
+
[extra: string]: unknown;
|
|
3877
4665
|
callbacks?: XEventListeners;
|
|
3878
4666
|
consent?: boolean;
|
|
3879
4667
|
currency?: string;
|
|
3880
4668
|
documentDirection?: DocumentDirection;
|
|
3881
|
-
env?: '
|
|
4669
|
+
env?: 'staging';
|
|
4670
|
+
filters?: string[];
|
|
3882
4671
|
instance: string;
|
|
4672
|
+
isSpa?: boolean;
|
|
3883
4673
|
lang: string;
|
|
4674
|
+
productId?: string;
|
|
4675
|
+
queriesPreview?: QueryPreviewInfo[];
|
|
3884
4676
|
scope: string;
|
|
3885
|
-
|
|
4677
|
+
uiLang?: string;
|
|
3886
4678
|
}
|
|
3887
4679
|
|
|
3888
4680
|
// @public
|
|
3889
4681
|
export class SnippetConfigExtraParams extends Vue_2 {
|
|
4682
|
+
protected excludedExtraParams: Array<keyof SnippetConfig>;
|
|
3890
4683
|
// @internal
|
|
3891
4684
|
protected extraParams: Dictionary<unknown>;
|
|
3892
4685
|
// @internal
|
|
3893
4686
|
snippetConfig: SnippetConfig;
|
|
3894
4687
|
// @internal
|
|
3895
|
-
syncExtraParams(
|
|
4688
|
+
syncExtraParams(snippetConfig: SnippetConfig): void;
|
|
4689
|
+
protected values?: Dictionary<unknown>;
|
|
3896
4690
|
}
|
|
3897
4691
|
|
|
4692
|
+
// @public (undocumented)
|
|
4693
|
+
export const SortAZIcon: {};
|
|
4694
|
+
|
|
3898
4695
|
// Warning: (ae-forgotten-export) The symbol "SortDropdown_base" needs to be exported by the entry point index.d.ts
|
|
3899
4696
|
//
|
|
3900
4697
|
// @public
|
|
@@ -3933,6 +4730,18 @@ export class SortMixin extends Vue_2 {
|
|
|
3933
4730
|
selectedSort: Sort;
|
|
3934
4731
|
}
|
|
3935
4732
|
|
|
4733
|
+
// @public (undocumented)
|
|
4734
|
+
export const SortPriceDownIcon: {};
|
|
4735
|
+
|
|
4736
|
+
// @public (undocumented)
|
|
4737
|
+
export const SortPriceUpIcon: {};
|
|
4738
|
+
|
|
4739
|
+
// @public (undocumented)
|
|
4740
|
+
export const SortRelevancyIcon: {};
|
|
4741
|
+
|
|
4742
|
+
// @public (undocumented)
|
|
4743
|
+
export const SortZAIcon: {};
|
|
4744
|
+
|
|
3936
4745
|
// @public
|
|
3937
4746
|
export interface SpatialNavigation {
|
|
3938
4747
|
navigateTo(direction: ArrowKey): HTMLElement;
|
|
@@ -3953,7 +4762,14 @@ export class SpellcheckButton extends Vue_2 {
|
|
|
3953
4762
|
}
|
|
3954
4763
|
|
|
3955
4764
|
// @public
|
|
3956
|
-
export
|
|
4765
|
+
export const SPLIT_WORDS_REGEX: RegExp;
|
|
4766
|
+
|
|
4767
|
+
// Warning: (ae-forgotten-export) The symbol "StaggeredFadeAndSlide_base" needs to be exported by the entry point index.d.ts
|
|
4768
|
+
//
|
|
4769
|
+
// @public
|
|
4770
|
+
export class StaggeredFadeAndSlide extends StaggeredFadeAndSlide_base {
|
|
4771
|
+
protected animationName: string;
|
|
4772
|
+
appear: boolean;
|
|
3957
4773
|
}
|
|
3958
4774
|
|
|
3959
4775
|
// @public
|
|
@@ -3988,11 +4804,9 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
3988
4804
|
protected isTransitionValidVNode(vNode: VNode): vNode is TransitionVNode;
|
|
3989
4805
|
// (undocumented)
|
|
3990
4806
|
mounted(): void;
|
|
3991
|
-
// @internal
|
|
3992
4807
|
moveClass: string;
|
|
3993
4808
|
// @internal
|
|
3994
4809
|
protected get moveClassName(): string;
|
|
3995
|
-
// @internal
|
|
3996
4810
|
name: string;
|
|
3997
4811
|
// @internal
|
|
3998
4812
|
protected newChildren: TransitionVNode[];
|
|
@@ -4016,13 +4830,11 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
4016
4830
|
render(createElement: CreateElement): VNode;
|
|
4017
4831
|
// @internal
|
|
4018
4832
|
protected staggerCounter: number;
|
|
4019
|
-
// @internal
|
|
4020
4833
|
staggering: number;
|
|
4021
4834
|
// @internal
|
|
4022
4835
|
protected startMoveAnimation(moveStagger: string[]): (vNode: TransitionVNode, index: number) => void;
|
|
4023
4836
|
// @internal
|
|
4024
4837
|
protected syncOldNodes(vNode: TransitionVNode): void;
|
|
4025
|
-
// @internal
|
|
4026
4838
|
tag: string;
|
|
4027
4839
|
// Warning: (ae-forgotten-export) The symbol "TransitionData" needs to be exported by the entry point index.d.ts
|
|
4028
4840
|
//
|
|
@@ -4034,6 +4846,9 @@ export class StaggeringTransitionGroup extends Vue_2 {
|
|
|
4034
4846
|
protected wrapperBounds: DOMRect;
|
|
4035
4847
|
}
|
|
4036
4848
|
|
|
4849
|
+
// @public (undocumented)
|
|
4850
|
+
export const StarFilledIcon: {};
|
|
4851
|
+
|
|
4037
4852
|
// @public (undocumented)
|
|
4038
4853
|
export const StarIcon: {};
|
|
4039
4854
|
|
|
@@ -4071,10 +4886,25 @@ export type StoreModuleStateAndGetters<ModuleName extends XModuleName> = {
|
|
|
4071
4886
|
getters: ExtractGetters<ModuleName>;
|
|
4072
4887
|
};
|
|
4073
4888
|
|
|
4889
|
+
// @public
|
|
4890
|
+
export type SubObject<SomeObject, TargetPropertyType> = {
|
|
4891
|
+
[Key in keyof SomeObject as SomeObject[Key] extends TargetPropertyType ? Key : never]: TargetPropertyType & SomeObject[Key];
|
|
4892
|
+
};
|
|
4893
|
+
|
|
4894
|
+
// @public (undocumented)
|
|
4895
|
+
export const TagFilledIcon: {};
|
|
4896
|
+
|
|
4074
4897
|
// @public
|
|
4075
4898
|
export class Tagging extends Vue_2 {
|
|
4076
4899
|
get activeConsent(): boolean;
|
|
4900
|
+
clickedResultStorageKey: string;
|
|
4901
|
+
clickedResultStorageTTLMs: number;
|
|
4902
|
+
// (undocumented)
|
|
4903
|
+
get config(): TaggingConfig;
|
|
4077
4904
|
protected consent?: boolean;
|
|
4905
|
+
created(): void;
|
|
4906
|
+
// @internal
|
|
4907
|
+
protected emitEvents(): void;
|
|
4078
4908
|
// @internal
|
|
4079
4909
|
queryTaggingDebounceMs: number | undefined;
|
|
4080
4910
|
// (undocumented)
|
|
@@ -4087,11 +4917,13 @@ export class Tagging extends Vue_2 {
|
|
|
4087
4917
|
|
|
4088
4918
|
// @public
|
|
4089
4919
|
export interface TaggingActions {
|
|
4090
|
-
track(tagging:
|
|
4920
|
+
track(tagging: TaggingRequest | TaggingRequest[]): void;
|
|
4091
4921
|
}
|
|
4092
4922
|
|
|
4093
4923
|
// @public
|
|
4094
4924
|
export interface TaggingConfig {
|
|
4925
|
+
clickedResultStorageKey: string | null;
|
|
4926
|
+
clickedResultStorageTTLMs: number | null;
|
|
4095
4927
|
queryTaggingDebounceMs: number;
|
|
4096
4928
|
sessionTTLMs: number;
|
|
4097
4929
|
}
|
|
@@ -4099,6 +4931,11 @@ export interface TaggingConfig {
|
|
|
4099
4931
|
// @internal
|
|
4100
4932
|
export const taggingEmitters: {
|
|
4101
4933
|
ConsentChanged: (state: TaggingState) => boolean;
|
|
4934
|
+
SearchTaggingReceived: (state: TaggingState) => TaggingRequest;
|
|
4935
|
+
ResultURLTrackingEnabled: {
|
|
4936
|
+
selector: (state: TaggingState) => string;
|
|
4937
|
+
filter: (newValue: string) => boolean;
|
|
4938
|
+
};
|
|
4102
4939
|
};
|
|
4103
4940
|
|
|
4104
4941
|
// @public
|
|
@@ -4108,14 +4945,15 @@ export interface TaggingGetters {
|
|
|
4108
4945
|
// @public
|
|
4109
4946
|
export interface TaggingMutations {
|
|
4110
4947
|
setConsent(consent: boolean): void;
|
|
4111
|
-
|
|
4112
|
-
|
|
4948
|
+
setQueryTaggingInfo(queryTaggingInfo: TaggingRequest): void;
|
|
4949
|
+
setTaggingConfig(taggingConfig: TaggingConfig): void;
|
|
4113
4950
|
}
|
|
4114
4951
|
|
|
4115
4952
|
// @public
|
|
4116
4953
|
export interface TaggingState {
|
|
4117
4954
|
config: TaggingConfig;
|
|
4118
4955
|
consent: boolean | null;
|
|
4956
|
+
queryTaggingInfo: TaggingRequest | null;
|
|
4119
4957
|
}
|
|
4120
4958
|
|
|
4121
4959
|
// @internal
|
|
@@ -4126,14 +4964,34 @@ export const taggingWiring: {
|
|
|
4126
4964
|
ConsentChanged: {
|
|
4127
4965
|
clearSessionWire: Wire<any>;
|
|
4128
4966
|
};
|
|
4129
|
-
|
|
4130
|
-
|
|
4967
|
+
PDPIsLoaded: {
|
|
4968
|
+
moveClickedResultToSessionWire: Wire<string>;
|
|
4131
4969
|
};
|
|
4132
|
-
|
|
4133
|
-
|
|
4970
|
+
ResultURLTrackingEnabled: {
|
|
4971
|
+
moveClickedResultToSessionWire: Wire<string>;
|
|
4134
4972
|
};
|
|
4135
4973
|
SearchTaggingChanged: {
|
|
4136
|
-
|
|
4974
|
+
setQueryTaggingInfo: Wire<TaggingRequest>;
|
|
4975
|
+
};
|
|
4976
|
+
SearchTaggingReceived: {
|
|
4977
|
+
trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
4978
|
+
};
|
|
4979
|
+
TaggingConfigProvided: {
|
|
4980
|
+
setTaggingConfig: Wire<TaggingConfig>;
|
|
4981
|
+
};
|
|
4982
|
+
UserClickedAResult: {
|
|
4983
|
+
trackResultClickedWire: Wire<Taggable>;
|
|
4984
|
+
storeClickedResultWire: Wire<Result>;
|
|
4985
|
+
};
|
|
4986
|
+
UserClickedResultAddToCart: {
|
|
4987
|
+
trackAddToCartWire: Wire<Taggable>;
|
|
4988
|
+
trackResultClickedWire: Wire<Taggable>;
|
|
4989
|
+
};
|
|
4990
|
+
UserClickedPDPAddToCart: {
|
|
4991
|
+
trackAddToCartFromSessionStorage: Wire<string | undefined>;
|
|
4992
|
+
};
|
|
4993
|
+
UserClickedABanner: {
|
|
4994
|
+
trackBannerClickedWire: Wire<Taggable>;
|
|
4137
4995
|
};
|
|
4138
4996
|
};
|
|
4139
4997
|
|
|
@@ -4141,8 +4999,11 @@ export const taggingWiring: {
|
|
|
4141
4999
|
export interface TaggingXEvents {
|
|
4142
5000
|
ConsentChanged: boolean;
|
|
4143
5001
|
ConsentProvided: boolean;
|
|
4144
|
-
|
|
4145
|
-
|
|
5002
|
+
PDPIsLoaded: string;
|
|
5003
|
+
ResultURLTrackingEnabled: string;
|
|
5004
|
+
SearchTaggingReceived: TaggingRequest;
|
|
5005
|
+
TaggingConfigProvided: TaggingConfig;
|
|
5006
|
+
UserClickedPDPAddToCart: string | undefined;
|
|
4146
5007
|
}
|
|
4147
5008
|
|
|
4148
5009
|
// @public
|
|
@@ -4157,6 +5018,9 @@ export type TaggingXStoreModule = XStoreModule<TaggingState, TaggingGetters, Tag
|
|
|
4157
5018
|
// @internal
|
|
4158
5019
|
export const taggingXStoreModule: TaggingXStoreModule;
|
|
4159
5020
|
|
|
5021
|
+
// @public (undocumented)
|
|
5022
|
+
export const TagIcon: {};
|
|
5023
|
+
|
|
4160
5024
|
// @public
|
|
4161
5025
|
export type TakeNavigationControl = {
|
|
4162
5026
|
xEvent: PropsWithType<XEventsTypes, ArrowKey>;
|
|
@@ -4165,7 +5029,7 @@ export type TakeNavigationControl = {
|
|
|
4165
5029
|
};
|
|
4166
5030
|
|
|
4167
5031
|
// @public
|
|
4168
|
-
export function throttle<Payload>(wire: Wire<Payload>, timeInMs:
|
|
5032
|
+
export function throttle<Payload>(wire: Wire<Payload>, timeInMs: TimeSelector | number, options?: TimedWireOperatorOptions): Wire<Payload>;
|
|
4169
5033
|
|
|
4170
5034
|
// @public
|
|
4171
5035
|
export interface ThrottleFunction<Params extends any[]> {
|
|
@@ -4177,7 +5041,13 @@ export interface ThrottleFunction<Params extends any[]> {
|
|
|
4177
5041
|
export const throttleFunction: <Params extends any[]>(fn: (...args: Params) => void, throttleTimeMs: number) => ThrottleFunction<Params>;
|
|
4178
5042
|
|
|
4179
5043
|
// @public
|
|
4180
|
-
export
|
|
5044
|
+
export interface TimedWireOperatorOptions {
|
|
5045
|
+
cancelOn?: MaybeArray<XEvent>;
|
|
5046
|
+
forceOn?: MaybeArray<XEvent>;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
// @public
|
|
5050
|
+
export type TimeSelector = (storeModule: Store<RootXStoreState>) => number;
|
|
4181
5051
|
|
|
4182
5052
|
// @public
|
|
4183
5053
|
export const toggleRelatedTag: RelatedTagsXStoreModule['actions']['toggleRelatedTag'];
|
|
@@ -4192,15 +5062,21 @@ export function toKebabCase(str: string): string;
|
|
|
4192
5062
|
export const track: TaggingXStoreModule['actions']['track'];
|
|
4193
5063
|
|
|
4194
5064
|
// @public
|
|
4195
|
-
export const
|
|
5065
|
+
export const trackAddToCartWire: Wire<Taggable>;
|
|
4196
5066
|
|
|
4197
5067
|
// @public
|
|
4198
|
-
export
|
|
4199
|
-
}
|
|
5068
|
+
export const trackBannerClickedWire: Wire<Taggable>;
|
|
4200
5069
|
|
|
4201
5070
|
// @public
|
|
4202
|
-
export
|
|
4203
|
-
|
|
5071
|
+
export const trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
5072
|
+
|
|
5073
|
+
// @public
|
|
5074
|
+
export const trackResultClickedWire: Wire<Taggable>;
|
|
5075
|
+
|
|
5076
|
+
// @internal
|
|
5077
|
+
export type TransitionStates<SomeStatus extends string, SomeEvent extends string> = {
|
|
5078
|
+
[Key in SomeStatus]: Partial<Record<SomeEvent, SomeStatus>>;
|
|
5079
|
+
};
|
|
4204
5080
|
|
|
4205
5081
|
// @public (undocumented)
|
|
4206
5082
|
export const TrashIcon: {};
|
|
@@ -4214,6 +5090,9 @@ export const TrendingIcon: {};
|
|
|
4214
5090
|
// @public (undocumented)
|
|
4215
5091
|
export const TrendingTinyIcon: {};
|
|
4216
5092
|
|
|
5093
|
+
// @public
|
|
5094
|
+
export const updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
5095
|
+
|
|
4217
5096
|
// @public
|
|
4218
5097
|
export type UrlActionContext = XActionContext<UrlState, UrlGetters, UrlMutations, UrlActions>;
|
|
4219
5098
|
|
|
@@ -4242,14 +5121,26 @@ export interface UrlGetters {
|
|
|
4242
5121
|
export class UrlHandler extends Vue_2 {
|
|
4243
5122
|
created(): void;
|
|
4244
5123
|
// @internal
|
|
5124
|
+
protected createWireMetadata(): Pick<WireMetadata, 'feature' | 'location'>;
|
|
5125
|
+
// @internal
|
|
4245
5126
|
protected deleteUrlParameters(url: URL): void;
|
|
4246
5127
|
// @internal
|
|
5128
|
+
protected detectLocation(): FeatureLocation;
|
|
5129
|
+
// @internal
|
|
4247
5130
|
protected emitEvents(): void;
|
|
4248
5131
|
// @internal
|
|
4249
5132
|
protected getUrlKey(paramName: string): string;
|
|
5133
|
+
// (undocumented)
|
|
5134
|
+
initialExtraParams: Dictionary<unknown>;
|
|
5135
|
+
// @internal
|
|
5136
|
+
protected isNavigatingFromPdp(): boolean;
|
|
5137
|
+
// @internal
|
|
5138
|
+
protected isPagePersisted: boolean;
|
|
4250
5139
|
// @internal
|
|
4251
5140
|
protected get managedParamsNames(): string[];
|
|
4252
5141
|
// @internal
|
|
5142
|
+
protected onPageShow(event: PageTransitionEvent): void;
|
|
5143
|
+
// @internal
|
|
4253
5144
|
protected parseUrlParam(name: string, value: string[]): UrlParamValue;
|
|
4254
5145
|
// Warning: (ae-forgotten-export) The symbol "ParsedUrlParams" needs to be exported by the entry point index.d.ts
|
|
4255
5146
|
//
|
|
@@ -4258,17 +5149,21 @@ export class UrlHandler extends Vue_2 {
|
|
|
4258
5149
|
// @internal
|
|
4259
5150
|
protected setUrlParameters(url: URL, urlParams: UrlParams): void;
|
|
4260
5151
|
// @internal
|
|
5152
|
+
protected snippetConfig?: SnippetConfig;
|
|
5153
|
+
// @internal
|
|
4261
5154
|
protected sortParams(urlParams: UrlParams): Array<[string, unknown]>;
|
|
4262
5155
|
// @internal
|
|
4263
5156
|
protected updateUrl(newUrlParams: UrlParams, historyMethod: History['pushState'] | History['replaceState']): void;
|
|
4264
5157
|
updateUrlWithPush(newUrlParams: UrlParams): void;
|
|
4265
5158
|
updateUrlWithReplace(newUrlParams: UrlParams): void;
|
|
4266
5159
|
// @internal
|
|
5160
|
+
protected url?: URL;
|
|
5161
|
+
// @internal
|
|
4267
5162
|
protected urlLoaded: boolean;
|
|
4268
5163
|
}
|
|
4269
5164
|
|
|
4270
5165
|
// @public
|
|
4271
|
-
export interface UrlMutations {
|
|
5166
|
+
export interface UrlMutations extends QueryMutations {
|
|
4272
5167
|
setFilters(filters: Filter[]): void;
|
|
4273
5168
|
setInitialExtraParams(extraParams: Dictionary<unknown>): void;
|
|
4274
5169
|
setPage(page: number): void;
|
|
@@ -4304,21 +5199,22 @@ export interface UrlParams {
|
|
|
4304
5199
|
export type UrlParamValue = string | number | boolean | Array<string | number | boolean>;
|
|
4305
5200
|
|
|
4306
5201
|
// @public
|
|
4307
|
-
export
|
|
5202
|
+
export interface UrlState extends QueryState, UrlParams {
|
|
5203
|
+
// (undocumented)
|
|
4308
5204
|
initialExtraParams: Dictionary<unknown>;
|
|
4309
|
-
}
|
|
5205
|
+
}
|
|
4310
5206
|
|
|
4311
5207
|
// @internal
|
|
4312
5208
|
export const urlWiring: {
|
|
5209
|
+
ParamsLoadedFromUrl: {
|
|
5210
|
+
setParams: Wire<Partial<UrlParams>>;
|
|
5211
|
+
};
|
|
4313
5212
|
UserAcceptedAQuery: {
|
|
4314
5213
|
setUrlQuery: Wire<string>;
|
|
4315
5214
|
};
|
|
4316
5215
|
UserClearedQuery: {
|
|
4317
5216
|
setUrlQuery: Wire<string>;
|
|
4318
5217
|
};
|
|
4319
|
-
ParamsLoadedFromUrl: {
|
|
4320
|
-
setParams: Wire<Partial<UrlParams>>;
|
|
4321
|
-
};
|
|
4322
5218
|
SelectedRelatedTagsChanged: {
|
|
4323
5219
|
setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
4324
5220
|
};
|
|
@@ -4362,6 +5258,9 @@ export type UrlXStoreModule = XStoreModule<UrlState, UrlGetters, UrlMutations, U
|
|
|
4362
5258
|
// @internal
|
|
4363
5259
|
export const urlXStoreModule: UrlXStoreModule;
|
|
4364
5260
|
|
|
5261
|
+
// @public (undocumented)
|
|
5262
|
+
export const UserFilledIcon: {};
|
|
5263
|
+
|
|
4365
5264
|
// @public (undocumented)
|
|
4366
5265
|
export const UserIcon: {};
|
|
4367
5266
|
|
|
@@ -4371,6 +5270,14 @@ export type VueConstructorPartialArgument = Partial<ConstructorParameters<VueCon
|
|
|
4371
5270
|
// @public
|
|
4372
5271
|
export type VueCSSClasses = string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
|
|
4373
5272
|
|
|
5273
|
+
// @public
|
|
5274
|
+
export interface WatchedInternalSearchRequest {
|
|
5275
|
+
// (undocumented)
|
|
5276
|
+
newRequest: InternalSearchRequest;
|
|
5277
|
+
// (undocumented)
|
|
5278
|
+
oldRequest: InternalSearchRequest;
|
|
5279
|
+
}
|
|
5280
|
+
|
|
4374
5281
|
// Warning: (ae-forgotten-export) The symbol "WindowScroll_base" needs to be exported by the entry point index.d.ts
|
|
4375
5282
|
//
|
|
4376
5283
|
// @public
|
|
@@ -4421,10 +5328,12 @@ export type WireForEvent<Event extends XEvent> = Wire<XEventPayload<Event>>;
|
|
|
4421
5328
|
|
|
4422
5329
|
// @public
|
|
4423
5330
|
export interface WireMetadata {
|
|
5331
|
+
component?: Vue;
|
|
4424
5332
|
feature?: QueryFeature;
|
|
4425
5333
|
id?: string;
|
|
4426
5334
|
location?: FeatureLocation;
|
|
4427
5335
|
moduleName: XModuleName | null;
|
|
5336
|
+
oldValue?: unknown;
|
|
4428
5337
|
target?: HTMLElement;
|
|
4429
5338
|
}
|
|
4430
5339
|
|
|
@@ -4441,25 +5350,25 @@ export interface WirePayload<PayloadType> {
|
|
|
4441
5350
|
}
|
|
4442
5351
|
|
|
4443
5352
|
// @public
|
|
4444
|
-
export interface WireService<SomeService
|
|
4445
|
-
<SomeMethod extends
|
|
4446
|
-
<SomeMethod extends
|
|
5353
|
+
export interface WireService<SomeService extends Record<string, MonadicFunction>> {
|
|
5354
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod): Wire<FirstParameter<SomeService[SomeMethod]>>;
|
|
5355
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod, payload: FirstParameter<SomeService[SomeMethod]>): AnyWire;
|
|
4447
5356
|
}
|
|
4448
5357
|
|
|
4449
5358
|
// @public
|
|
4450
|
-
export function wireService<SomeService>(service: SomeService): WireService<SomeService
|
|
5359
|
+
export function wireService<SomeService>(service: SomeService & SubObject<SomeService, MonadicFunction>): WireService<SubObject<SomeService, MonadicFunction>>;
|
|
4451
5360
|
|
|
4452
5361
|
// @public
|
|
4453
|
-
export interface WireServiceWithoutPayload<SomeService
|
|
4454
|
-
<SomeMethod extends
|
|
5362
|
+
export interface WireServiceWithoutPayload<SomeService extends Record<string, NiladicFunction>> {
|
|
5363
|
+
<SomeMethod extends keyof SomeService>(method: SomeMethod): AnyWire;
|
|
4455
5364
|
}
|
|
4456
5365
|
|
|
4457
5366
|
// @public
|
|
4458
|
-
export function wireServiceWithoutPayload<SomeService>(service: SomeService): WireServiceWithoutPayload<SomeService
|
|
5367
|
+
export function wireServiceWithoutPayload<SomeService>(service: SomeService & SubObject<SomeService, NiladicFunction>): WireServiceWithoutPayload<SubObject<SomeService, NiladicFunction>>;
|
|
4459
5368
|
|
|
4460
5369
|
// @public
|
|
4461
5370
|
export type Wiring = {
|
|
4462
|
-
[
|
|
5371
|
+
[Event in XEvent]: Dictionary<WireForEvent<Event>>;
|
|
4463
5372
|
};
|
|
4464
5373
|
|
|
4465
5374
|
// @public
|
|
@@ -4478,12 +5387,16 @@ export interface XActionContext<State extends Dictionary, Getters extends Dictio
|
|
|
4478
5387
|
|
|
4479
5388
|
// @public
|
|
4480
5389
|
export interface XAPI {
|
|
5390
|
+
addProductToCart(productId?: string): void;
|
|
4481
5391
|
init(config: SnippetConfig): void;
|
|
4482
5392
|
search(query?: string): void;
|
|
4483
5393
|
// @internal
|
|
4484
5394
|
setBus(bus: XBus): void;
|
|
4485
5395
|
// @internal
|
|
4486
5396
|
setInitCallback(initCallback: (config: SnippetConfig) => void): void;
|
|
5397
|
+
setSnippetConfig(config: Partial<SnippetConfig>): void;
|
|
5398
|
+
// @internal
|
|
5399
|
+
setSnippetConfigCallback(callback: (config: Partial<SnippetConfig>) => void): void;
|
|
4487
5400
|
}
|
|
4488
5401
|
|
|
4489
5402
|
// @public
|
|
@@ -4495,17 +5408,13 @@ export interface XBus {
|
|
|
4495
5408
|
on<Event extends XEvent>(event: Event, withMetadata: boolean): Observable<XEventPayload<Event> | WirePayload<XEventPayload<Event>>>;
|
|
4496
5409
|
}
|
|
4497
5410
|
|
|
4498
|
-
// @public
|
|
4499
|
-
export interface XComponent extends Vue_2 {
|
|
4500
|
-
// @internal
|
|
4501
|
-
[XComponentModule]: XModuleName;
|
|
4502
|
-
}
|
|
4503
|
-
|
|
4504
5411
|
// @public
|
|
4505
5412
|
export interface XComponentAliasAPI {
|
|
4506
5413
|
readonly device: string | null;
|
|
4507
5414
|
readonly facets: Record<Facet['id'], Facet>;
|
|
5415
|
+
readonly fullHistoryQueries: ReadonlyArray<HistoryQuery_2>;
|
|
4508
5416
|
readonly historyQueries: ReadonlyArray<HistoryQuery_2>;
|
|
5417
|
+
readonly historyQueriesWithResults: ReadonlyArray<HistoryQuery_2>;
|
|
4509
5418
|
readonly identifierResults: ReadonlyArray<Result>;
|
|
4510
5419
|
readonly isEmpathizeOpen: boolean;
|
|
4511
5420
|
readonly nextQueries: ReadonlyArray<NextQuery_2>;
|
|
@@ -4517,8 +5426,13 @@ export interface XComponentAliasAPI {
|
|
|
4517
5426
|
readonly recommendations: ReadonlyArray<Result>;
|
|
4518
5427
|
readonly redirections: ReadonlyArray<Redirection_2>;
|
|
4519
5428
|
readonly relatedTags: ReadonlyArray<RelatedTag_2>;
|
|
5429
|
+
readonly results: ReadonlyArray<Result>;
|
|
5430
|
+
readonly scroll: Record<string, ScrollComponentState>;
|
|
5431
|
+
// Warning: (ae-incompatible-release-tags) The symbol "searchBoxStatus" is marked as @public, but its signature references "InputStatus" which is marked as @internal
|
|
5432
|
+
readonly searchBoxStatus: InputStatus | undefined;
|
|
4520
5433
|
readonly selectedFilters: Filter[];
|
|
4521
5434
|
readonly selectedRelatedTags: ReadonlyArray<RelatedTag_2>;
|
|
5435
|
+
readonly selectedSort: string;
|
|
4522
5436
|
readonly spellcheckedQuery: string | null;
|
|
4523
5437
|
readonly status: XComponentAliasStatusAPI;
|
|
4524
5438
|
readonly totalResults: number;
|
|
@@ -4526,6 +5440,7 @@ export interface XComponentAliasAPI {
|
|
|
4526
5440
|
|
|
4527
5441
|
// @public
|
|
4528
5442
|
export interface XComponentAliasQueryAPI {
|
|
5443
|
+
readonly facets: string;
|
|
4529
5444
|
readonly nextQueries: string;
|
|
4530
5445
|
readonly querySuggestions: string;
|
|
4531
5446
|
readonly relatedTags: string;
|
|
@@ -4558,9 +5473,6 @@ export interface XComponentBusAPI {
|
|
|
4558
5473
|
// @public
|
|
4559
5474
|
export function xComponentMixin(module: AnyXModule): ComponentOptions<Vue_2>;
|
|
4560
5475
|
|
|
4561
|
-
// @internal
|
|
4562
|
-
export const XComponentModule: unique symbol;
|
|
4563
|
-
|
|
4564
5476
|
// @public
|
|
4565
5477
|
export function XEmit<Event extends XEvent>(xEvent: Event, { immediate, deep }?: WatchOptions): DecoratorFor<XEventPayload<Event> | undefined>;
|
|
4566
5478
|
|
|
@@ -4569,7 +5481,7 @@ export type XEvent = keyof XEventsTypes;
|
|
|
4569
5481
|
|
|
4570
5482
|
// @public
|
|
4571
5483
|
export type XEventListeners = Partial<{
|
|
4572
|
-
[Event in XEvent]: (payload: XEventPayload<Event>, metadata: WireMetadata) =>
|
|
5484
|
+
[Event in XEvent]: (payload: XEventPayload<Event>, metadata: WireMetadata) => unknown;
|
|
4573
5485
|
}>;
|
|
4574
5486
|
|
|
4575
5487
|
// @public
|
|
@@ -4579,24 +5491,31 @@ export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends vo
|
|
|
4579
5491
|
export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
|
|
4580
5492
|
|
|
4581
5493
|
// @public
|
|
4582
|
-
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, TaggingXEvents, UrlXEvents {
|
|
4583
|
-
AdapterConfigChanged: unknown;
|
|
5494
|
+
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, TaggingXEvents, UrlXEvents {
|
|
4584
5495
|
ColumnsNumberProvided: number;
|
|
5496
|
+
ModuleRegistered: XModuleName;
|
|
5497
|
+
RenderedColumnsNumberChanged: number;
|
|
4585
5498
|
SnippetCallbackExecuted: {
|
|
4586
5499
|
event: XEvent;
|
|
4587
5500
|
callbackReturn: unknown;
|
|
5501
|
+
payload: ExtractPayload<XEvent>;
|
|
5502
|
+
metadata: WireMetadata;
|
|
4588
5503
|
};
|
|
4589
5504
|
SuggestionsDisplayed: Suggestion[];
|
|
4590
5505
|
TogglePanelStateChanged: boolean;
|
|
4591
5506
|
UserAcceptedAQuery: string;
|
|
4592
5507
|
UserAcceptedSpellcheckQuery: string;
|
|
4593
5508
|
UserClickedAResult: Result;
|
|
5509
|
+
UserClickedAResultRating: Result;
|
|
4594
5510
|
UserClickedCloseEventsModal: void;
|
|
4595
5511
|
UserClickedCloseModal: string;
|
|
5512
|
+
UserClickedCloseX: void;
|
|
4596
5513
|
UserClickedColumnPicker: number;
|
|
4597
5514
|
UserClickedOpenEventsModal: void;
|
|
4598
5515
|
UserClickedOpenModal: string;
|
|
5516
|
+
UserClickedOpenX: void;
|
|
4599
5517
|
UserClickedOutOfEventsModal: void;
|
|
5518
|
+
UserClickedOutOfMainModal: void;
|
|
4600
5519
|
UserClickedOutOfModal: string;
|
|
4601
5520
|
UserClickedPanelToggleButton: string;
|
|
4602
5521
|
UserClickedResultAddToCart: Result;
|
|
@@ -4604,7 +5523,11 @@ export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraPara
|
|
|
4604
5523
|
UserOpenXProgrammatically: void;
|
|
4605
5524
|
UserPressedArrowKey: ArrowKey;
|
|
4606
5525
|
UserReachedEmpathizeTop: void;
|
|
4607
|
-
|
|
5526
|
+
UserSelectedAResultVariant: {
|
|
5527
|
+
result: Result;
|
|
5528
|
+
variant: ResultVariant;
|
|
5529
|
+
level: number;
|
|
5530
|
+
};
|
|
4608
5531
|
UserSelectedASuggestion: Suggestion;
|
|
4609
5532
|
}
|
|
4610
5533
|
|
|
@@ -4621,33 +5544,34 @@ export interface XInjectKey<Type> extends String {
|
|
|
4621
5544
|
export class XInstaller {
|
|
4622
5545
|
constructor(options: InstallXOptions);
|
|
4623
5546
|
// @internal
|
|
4624
|
-
protected applyConfigToAdapter(adapterConfig: any): void;
|
|
4625
|
-
// @internal
|
|
4626
5547
|
protected createAPI(): void;
|
|
4627
5548
|
// @internal
|
|
4628
|
-
protected createApp(extraPlugins: VueConstructorPartialArgument
|
|
5549
|
+
protected createApp(extraPlugins: VueConstructorPartialArgument): Vue_2 | undefined;
|
|
4629
5550
|
// @internal
|
|
4630
5551
|
protected createBus(): XBus;
|
|
4631
5552
|
// @internal
|
|
4632
|
-
protected
|
|
4633
|
-
// @internal
|
|
4634
|
-
protected getMountingTarget(elementOrSelector?: string | Element): Element;
|
|
5553
|
+
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
|
|
4635
5554
|
// @internal
|
|
4636
5555
|
protected getPluginOptions(): XPluginOptions;
|
|
4637
5556
|
// @internal
|
|
4638
5557
|
protected getVue(): VueConstructor;
|
|
4639
|
-
init(snippetConfig: SnippetConfig): Promise<
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
bus: XBus;
|
|
4643
|
-
plugin: PluginObject<XPluginOptions>;
|
|
4644
|
-
}>;
|
|
5558
|
+
init(snippetConfig: SnippetConfig): Promise<InitWrapper>;
|
|
5559
|
+
// (undocumented)
|
|
5560
|
+
init(): Promise<InitWrapper | void>;
|
|
4645
5561
|
// @internal
|
|
4646
|
-
protected installExtraPlugins(
|
|
5562
|
+
protected installExtraPlugins(bus: XBus): Promise<VueConstructorPartialArgument>;
|
|
4647
5563
|
// @internal
|
|
4648
5564
|
protected installPlugin(pluginOptions: XPluginOptions, bus: XBus): PluginObject<XPluginOptions>;
|
|
4649
5565
|
// (undocumented)
|
|
5566
|
+
protected normaliseSnippetConfig(snippetConfig: SnippetConfig): NormalisedSnippetConfig;
|
|
5567
|
+
// (undocumented)
|
|
5568
|
+
protected normaliseSnippetConfig(snippetConfig: Partial<SnippetConfig>): Partial<SnippetConfig>;
|
|
5569
|
+
// (undocumented)
|
|
4650
5570
|
protected readonly options: InstallXOptions;
|
|
5571
|
+
// @internal
|
|
5572
|
+
protected snippetConfig?: NormalisedSnippetConfig;
|
|
5573
|
+
// @internal
|
|
5574
|
+
protected updateSnippetConfig(newSnippetConfig: Partial<SnippetConfig>): void;
|
|
4651
5575
|
}
|
|
4652
5576
|
|
|
4653
5577
|
// @public
|
|
@@ -4698,6 +5622,8 @@ export interface XModulesTree {
|
|
|
4698
5622
|
// (undocumented)
|
|
4699
5623
|
popularSearches: PopularSearchesXModule;
|
|
4700
5624
|
// (undocumented)
|
|
5625
|
+
queriesPreview: QueriesPreviewXModule;
|
|
5626
|
+
// (undocumented)
|
|
4701
5627
|
querySuggestions: QuerySuggestionsXModule;
|
|
4702
5628
|
// (undocumented)
|
|
4703
5629
|
recommendations: RecommendationsXModule;
|
|
@@ -4721,18 +5647,16 @@ export function XOn<Event extends XEvent>(xEvent: Event | Event[] | ((component:
|
|
|
4721
5647
|
// @public
|
|
4722
5648
|
export class XPlugin implements PluginObject<XPluginOptions> {
|
|
4723
5649
|
constructor(bus: XBus);
|
|
4724
|
-
// Warning: (ae-forgotten-export) The symbol "
|
|
4725
|
-
static get adapter():
|
|
5650
|
+
// Warning: (ae-forgotten-export) The symbol "XComponentsAdapter" needs to be exported by the entry point index.d.ts
|
|
5651
|
+
static get adapter(): XComponentsAdapter;
|
|
4726
5652
|
// @internal
|
|
4727
|
-
protected adapter:
|
|
5653
|
+
protected adapter: XComponentsAdapter;
|
|
4728
5654
|
// @internal
|
|
4729
5655
|
protected applyMixins(): void;
|
|
4730
5656
|
static get bus(): XBus;
|
|
4731
5657
|
// @internal
|
|
4732
5658
|
protected bus: XBus;
|
|
4733
5659
|
// @internal
|
|
4734
|
-
protected createAdapterConfigChangedListener(): void;
|
|
4735
|
-
// @internal
|
|
4736
5660
|
protected customizeStoreModule({ state: defaultState, ...actionsGettersMutations }: AnyXStoreModule, { state: xModuleState, ...newActionsGettersMutations }: AnyXStoreModuleOption, configOptions: unknown): AnyXStoreModule;
|
|
4737
5661
|
// @internal
|
|
4738
5662
|
protected customizeXModule({ name, wiring, storeModule, storeEmitters, ...restXModule }: AnyXModule): AnyXModule;
|
|
@@ -4753,8 +5677,6 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4753
5677
|
// @internal
|
|
4754
5678
|
protected static pendingXModules: Partial<Record<XModuleName, AnyXModule>>;
|
|
4755
5679
|
// @internal
|
|
4756
|
-
protected registerFilters(): void;
|
|
4757
|
-
// @internal
|
|
4758
5680
|
protected registerInitialModules(): void;
|
|
4759
5681
|
// @internal
|
|
4760
5682
|
protected registerPendingXModules(): void;
|
|
@@ -4765,7 +5687,7 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4765
5687
|
// @internal
|
|
4766
5688
|
protected registerStoreModule({ name, storeModule }: AnyXModule): void;
|
|
4767
5689
|
// @internal
|
|
4768
|
-
protected registerWiring({ wiring }: AnyXModule): void;
|
|
5690
|
+
protected registerWiring({ wiring, name }: AnyXModule): void;
|
|
4769
5691
|
static registerXModule(xModule: AnyXModule): void;
|
|
4770
5692
|
// @internal
|
|
4771
5693
|
protected registerXModule(xModule: AnyXModule): void;
|
|
@@ -4776,6 +5698,8 @@ export class XPlugin implements PluginObject<XPluginOptions> {
|
|
|
4776
5698
|
protected store: Store<any>;
|
|
4777
5699
|
// @internal
|
|
4778
5700
|
protected vue: VueConstructor;
|
|
5701
|
+
// (undocumented)
|
|
5702
|
+
wiring: Partial<Record<XModuleName, Partial<Record<XEvent, string[]>>>>;
|
|
4779
5703
|
}
|
|
4780
5704
|
|
|
4781
5705
|
// @public
|
|
@@ -4784,7 +5708,7 @@ export const xPlugin: XPlugin;
|
|
|
4784
5708
|
// @public
|
|
4785
5709
|
export interface XPluginOptions {
|
|
4786
5710
|
__PRIVATE__xModules?: PrivateXModulesOptions;
|
|
4787
|
-
adapter:
|
|
5711
|
+
adapter: XComponentsAdapter;
|
|
4788
5712
|
initialXModules?: AnyXModule[];
|
|
4789
5713
|
store?: Store<any>;
|
|
4790
5714
|
xModules?: XModulesOptions;
|
|
@@ -4816,7 +5740,7 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
4816
5740
|
// Warnings were encountered during analysis:
|
|
4817
5741
|
//
|
|
4818
5742
|
// dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:12:9 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
4819
|
-
// src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "
|
|
5743
|
+
// src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
4820
5744
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
4821
5745
|
// src/x-modules/url/store/emitters.ts:61:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
|
4822
5746
|
|