@empathyco/x-components 3.0.0-alpha.21 → 3.0.0-alpha.210
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 +4234 -709
- package/README.md +27 -8
- package/core/index.d.ts +0 -1
- package/core/index.js +79 -51
- package/core/index.js.map +1 -1
- package/design-system/.-mixins.css +0 -1
- package/design-system/badge-default.css +49 -0
- package/design-system/base.css +26 -10
- package/design-system/button-card.css +4 -2
- package/design-system/button-default.css +38 -23
- package/design-system/button-ghost.css +8 -4
- package/design-system/button-pill.css +4 -2
- package/design-system/button-primary.css +13 -2
- package/design-system/button-round.css +4 -2
- package/design-system/button-secondary.css +14 -3
- package/design-system/button-tertiary.css +13 -2
- package/design-system/default-theme.css +1748 -979
- package/design-system/dropdown-card.css +4 -2
- package/design-system/dropdown-default.css +181 -126
- package/design-system/dropdown-l.css +4 -2
- package/design-system/dropdown-line.css +14 -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 +82 -68
- package/design-system/facet-line.css +4 -2
- package/design-system/facet-outlined.css +4 -2
- package/design-system/filter-default.css +58 -43
- package/design-system/filter-hierarchical.css +25 -21
- package/design-system/filter-justified.css +2 -1
- package/design-system/full-theme.css +6171 -1812
- package/design-system/grid-default.css +16 -4
- package/design-system/icon-default.css +11 -9
- package/design-system/icon-l.css +4 -2
- package/design-system/icon-m.css +4 -2
- package/design-system/icon-s.css +4 -2
- package/design-system/icon-xl.css +4 -2
- package/design-system/input-card.css +4 -2
- package/design-system/input-default.css +58 -40
- package/design-system/input-group-card.css +14 -10
- package/design-system/input-group-default.css +119 -102
- package/design-system/input-group-line.css +34 -26
- package/design-system/input-group-pill.css +4 -2
- package/design-system/input-line.css +4 -2
- package/design-system/input-pill.css +4 -2
- package/design-system/list-default.css +91 -104
- package/design-system/list-gap.css +492 -172
- package/design-system/list-padding.css +290 -158
- package/design-system/message-default.css +71 -0
- package/design-system/option-list-bottom.css +93 -23
- package/design-system/option-list-default.css +126 -78
- package/design-system/picture-card.css +4 -2
- package/design-system/picture-colored.css +13 -8
- package/design-system/picture-cover.css +7 -4
- package/design-system/picture-default.css +31 -23
- package/design-system/picture-fixed-ratio.css +5 -26
- package/design-system/picture-zoom.css +11 -0
- package/design-system/progress-bar-progress-bar.css +25 -0
- package/design-system/result-card.css +4 -2
- package/design-system/result-default.css +42 -33
- package/design-system/row-default.css +98 -64
- package/design-system/row-gap.css +87 -6
- package/design-system/row-padding.css +14 -6
- package/design-system/scroll-default.css +27 -19
- package/design-system/sliding-panel-default.css +49 -38
- package/design-system/sliding-panel-default.token.css +2 -3
- package/design-system/suggestion-default.css +153 -36
- package/design-system/suggestion-group-default.css +73 -36
- package/design-system/tag-card.css +4 -2
- package/design-system/tag-default.css +150 -47
- package/design-system/tag-ghost.css +14 -2
- package/design-system/tag-pill.css +4 -2
- package/design-system/typography-accent.css +2 -1
- package/design-system/typography-accent.token.css +2 -1
- package/design-system/typography-bold.css +10 -9
- package/design-system/typography-default.css +17 -9
- package/design-system/typography-light.css +10 -9
- package/design-system/typography-secondary.css +2 -1
- package/design-system/typography-secondary.token.css +2 -1
- package/design-system/typography-stroke.css +10 -9
- package/design-system/utilities-background-color.css +43 -0
- package/design-system/utilities-border-color.css +43 -0
- package/design-system/utilities-border-radius.css +1508 -0
- package/design-system/utilities-border-width.css +334 -0
- package/design-system/utilities-box-shadow.css +133 -0
- package/design-system/utilities-dev-mode.css +12 -0
- package/design-system/utilities-fill-color.css +43 -0
- package/design-system/utilities-flex.css +43 -0
- package/design-system/utilities-font-color.css +43 -0
- package/design-system/utilities-font-size.css +80 -0
- package/design-system/utilities-font-weight.css +9 -0
- package/design-system/utilities-line-clamp.css +34 -0
- package/design-system/utilities-line-height.css +23 -0
- package/design-system/utilities-margin.css +462 -0
- package/design-system/utilities-padding.css +441 -0
- package/design-system/utilities-position.css +19 -0
- package/design-system/utilities-text-decoration.css +15 -0
- package/design-system/utilities-text-transform.css +15 -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 +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.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.actionstree.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.anyactionstree.md +1 -1
- package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
- package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
- package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +2 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +8 -3
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +2 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +8 -3
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +2 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
- package/docs/API-reference/api/x-components.basemodal.animation.md +1 -1
- 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 +4 -2
- package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +1 -10
- package/docs/API-reference/api/x-components.baseresultlink.md +1 -12
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
- package/docs/API-reference/api/x-components.baseresultpreviousprice.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 +0 -12
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +9 -1
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +1 -0
- 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.basexapi.addproducttocart.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
- package/docs/API-reference/api/x-components.basexapi.md +2 -0
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.capitalize.md +30 -0
- package/docs/API-reference/api/x-components.clearfilters.md +4 -7
- package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
- package/docs/API-reference/api/x-components.clearquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
- package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
- package/docs/API-reference/api/x-components.crossfade.md +15 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.debounce.md +5 -1
- package/docs/API-reference/api/x-components.deepfilter.md +8 -6
- package/docs/API-reference/api/x-components.deepflat.md +8 -6
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +3 -1
- 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.updatefiltersselectedstate.md +1 -1
- 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.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.editablenumberrangefilter.md +2 -0
- 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.extraparams.md +3 -1
- package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
- package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsstate.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +2 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +2 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.md +4 -3
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +2 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +1 -1
- package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +1 -1
- 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 -1
- package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.md +4 -1
- package/docs/API-reference/api/x-components.facetsservice.select.md +3 -3
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.md +2 -1
- package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.query.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.md +13 -12
- package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +1 -1
- package/docs/API-reference/api/x-components.fade.md +15 -0
- package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.md +3 -2
- package/docs/API-reference/api/x-components.featurelocation.md +22 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +3 -3
- package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.md +1 -0
- package/docs/API-reference/api/x-components.firstparameter.md +0 -2
- 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 +2 -2
- package/docs/API-reference/api/x-components.getterstree.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
- package/docs/API-reference/api/x-components.globalxbus.md +21 -0
- 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.hierarchicalfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +1 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +3 -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 +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +11 -7
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
- 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 +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +2 -0
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +8 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +8 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.md +4 -2
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
- 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.app.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.md +2 -1
- package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
- 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.isxcomponent.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.locationprovider.location.md +13 -0
- package/docs/API-reference/api/x-components.locationprovider.md +21 -0
- package/docs/API-reference/api/x-components.mainmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.mainmodal.md +21 -0
- package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.md +33 -0
- package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
- package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
- package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
- package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
- package/docs/API-reference/api/x-components.maybearray.md +13 -0
- package/docs/API-reference/api/x-components.md +161 -47
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -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.mutationstree.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.md +26 -0
- package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
- package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
- package/docs/API-reference/api/x-components.nextqueries.animation.md +1 -1
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +8 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +8 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +5 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +1 -0
- 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.md +3 -0
- package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +4 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.md +4 -3
- package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +5 -4
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmounted.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +1 -0
- 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.normalisedsnippetconfig.md +15 -0
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
- package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
- 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.popularsearches.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +8 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +8 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
- 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 +1 -1
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
- package/docs/API-reference/api/x-components.propswithtype.md +6 -7
- 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.querypreviewremoved.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.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 +13 -0
- package/docs/API-reference/api/x-components.queryorigin.md +4 -2
- package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
- package/docs/API-reference/api/x-components.querypreview.config.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.debouncetimems.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.md +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.querysuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +8 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +8 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +3 -3
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +4 -4
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
- 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.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.md +2 -1
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +8 -1
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +8 -1
- package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsstate.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
- package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
- package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
- package/docs/API-reference/api/x-components.redirection.md +31 -0
- package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
- package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +7 -0
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +8 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +8 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +2 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +3 -4
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +6 -6
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.renderlessextraparams.md +2 -3
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
- package/docs/API-reference/api/x-components.requeststatus.md +1 -1
- package/docs/API-reference/api/x-components.resetappending.md +13 -0
- package/docs/API-reference/api/x-components.resetresultspreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
- package/docs/API-reference/api/x-components.resetstate.md +13 -0
- package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
- package/docs/API-reference/api/x-components.resultfeature.md +13 -0
- package/docs/API-reference/api/x-components.resultorigin.md +15 -0
- package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.md +11 -0
- 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 +0 -2
- package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
- package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.scroll.md +21 -0
- package/docs/API-reference/api/x-components.scrollactions.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
- package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
- package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
- package/docs/API-reference/api/x-components.scrollstate.md +21 -0
- package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
- package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
- package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
- package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
- package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +8 -1
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +8 -1
- package/docs/API-reference/api/x-components.searchactions.md +6 -2
- package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.md +7 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
- package/docs/API-reference/api/x-components.searchboxxevents.md +2 -0
- 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.searchbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.searchbutton.md +6 -1
- package/docs/API-reference/api/x-components.searchgetters.md +2 -1
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.searchinput.md +1 -0
- 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.md +4 -2
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -2
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +1 -1
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
- 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.searchstate.md +5 -4
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.md +15 -9
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
- package/docs/API-reference/api/x-components.selectedfilterslist.md +7 -5
- package/docs/API-reference/api/x-components.setconsent.md +13 -0
- package/docs/API-reference/api/x-components.setextraparams.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.setidentifierresultsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setparams.md +13 -0
- package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
- package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
- package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
- package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
- package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
- package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.setsort.md +1 -1
- 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 +13 -0
- package/docs/API-reference/api/x-components.seturlpage.md +13 -0
- package/docs/API-reference/api/x-components.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
- package/docs/API-reference/api/x-components.seturlquery.md +13 -0
- package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
- package/docs/API-reference/api/x-components.seturlsort.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +1 -0
- package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -3
- package/docs/API-reference/api/x-components.slidingpanel.md +6 -14
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
- package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.env.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +1 -1
- package/docs/API-reference/api/x-components.snippetconfig.md +8 -3
- 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.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 +7 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
- package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
- package/docs/API-reference/api/x-components.sortmixin.md +2 -3
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -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.md +8 -2
- package/docs/API-reference/api/x-components.subobject.md +29 -0
- package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.tagging.created.md +17 -0
- package/docs/API-reference/api/x-components.tagging.md +32 -0
- package/docs/API-reference/api/x-components.tagging.render.md +15 -0
- package/docs/API-reference/api/x-components.taggingactions.md +7 -0
- package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
- 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 +10 -0
- package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
- package/docs/API-reference/api/x-components.taggingstate.md +9 -0
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
- 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.tagicon.md +11 -0
- package/docs/API-reference/api/x-components.throttle.md +3 -3
- 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.track.md +13 -0
- package/docs/API-reference/api/x-components.trackaddtocartwire.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.urlactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.urlactions.md +0 -7
- package/docs/API-reference/api/x-components.urlgetters.md +1 -2
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +3 -1
- package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +29 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.md +10 -2
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
- package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
- package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.md +25 -0
- package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +3 -8
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +2 -2
- package/docs/API-reference/api/x-components.urlxevents.md +4 -10
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
- 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 +17 -0
- package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
- package/docs/API-reference/api/x-components.windowscroll.md +30 -0
- package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.component.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.md +4 -1
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
- package/docs/API-reference/api/x-components.wireservice.md +1 -1
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +1 -1
- package/docs/API-reference/api/x-components.wiring.md +2 -2
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
- package/docs/API-reference/api/x-components.xapi.md +2 -0
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +8 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
- 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.selectedsort.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
- package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.md +31 -30
- package/docs/API-reference/api/x-components.xeventstypes.moduleregistered.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.renderedcolumnsnumberchanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
- package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
- package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
- package/docs/API-reference/api/x-components.xinstaller.md +10 -7
- 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.xmoduleoptions.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.md +2 -0
- package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
- package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
- package/docs/API-reference/api/x-components.xplugin.md +4 -6
- package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
- package/docs/API-reference/api/x-types.banner.md +3 -3
- package/docs/API-reference/api/x-types.banner.position.md +13 -0
- 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.facetfilter.md +1 -1
- package/docs/API-reference/api/x-types.facetfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.facetfilterschema.md +1 -1
- package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +1 -1
- package/docs/API-reference/api/x-types.historyquery.md +2 -2
- package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.md +2 -2
- 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.md +30 -3
- package/docs/API-reference/api/x-types.nextqueries.md +2 -2
- 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.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.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.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.md +3 -3
- package/docs/API-reference/api/x-types.promoted.position.md +13 -0
- 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.rawfilter.md +1 -1
- package/docs/API-reference/api/x-types.rawfilter.selected.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 +2 -3
- package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +3 -4
- 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 +1 -1
- package/docs/API-reference/api/x-types.result.images.md +1 -1
- package/docs/API-reference/api/x-types.result.iswishlisted.md +1 -1
- package/docs/API-reference/api/x-types.result.md +11 -11
- package/docs/API-reference/api/x-types.result.name.md +1 -1
- package/docs/API-reference/api/x-types.result.price.md +1 -1
- package/docs/API-reference/api/x-types.result.rating.md +1 -1
- package/docs/API-reference/api/x-types.result.type.md +1 -1
- package/docs/API-reference/api/x-types.result.url.md +1 -1
- package/docs/API-reference/api/x-types.result.variants.md +13 -0
- 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.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.md +3 -2
- package/docs/API-reference/api/x-types.taggable.md +20 -0
- package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
- package/docs/API-reference/api/x-types.taggableschema.md +13 -0
- package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
- package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
- package/docs/API-reference/api/x-types.tagging.click.md +13 -0
- package/docs/API-reference/api/x-types.tagging.md +6 -3
- package/docs/API-reference/api/x-types.tagging.query.md +13 -0
- package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
- 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.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.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 +6 -7
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -11
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +12 -12
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +29 -0
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -10
- package/docs/API-reference/components/common/animations/x-components.fade.md +48 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +11 -12
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +34 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +16 -17
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +39 -15
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +275 -49
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +16 -17
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +11 -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.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-card-selected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
- 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.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.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.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.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.nq-1.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
- 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.star.md +3 -4
- 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.md +3 -4
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +75 -0
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +137 -5
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +21 -19
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +10 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +10 -11
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +15 -16
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +53 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +53 -22
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +13 -12
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +53 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +59 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +53 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +13 -14
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +10 -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 +21 -21
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +13 -28
- 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 +47 -20
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +300 -0
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +195 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +63 -45
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +22 -21
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +52 -15
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +62 -0
- package/docs/API-reference/components/common/x-components.base-dropdown.md +80 -0
- package/docs/API-reference/components/common/x-components.base-event-button.md +50 -0
- package/docs/API-reference/components/common/x-components.base-grid.md +100 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +87 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +48 -0
- package/docs/API-reference/components/common/x-components.base-switch.md +80 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +85 -0
- package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
- package/docs/API-reference/components/common/x-components.items-list.md +23 -0
- package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +279 -0
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +36 -0
- package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
- package/docs/API-reference/components/empathize/x-components.empathize.md +25 -23
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +7 -8
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +15 -22
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +13 -7
- package/docs/API-reference/components/facets/x-components.clear-filters.md +15 -16
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +10 -11
- package/docs/API-reference/components/facets/x-components.facets/facets.md +44 -20
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +19 -20
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +12 -13
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +153 -35
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +124 -25
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +63 -24
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +11 -12
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +15 -16
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +15 -15
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +25 -25
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +18 -19
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +31 -29
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +15 -16
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +79 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +39 -15
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +100 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +170 -49
- package/docs/API-reference/components/history-queries/x-components.history-query.md +84 -36
- package/docs/API-reference/components/history-queries/x-components.my-history.md +200 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +13 -15
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +40 -16
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +55 -19
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +144 -57
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +205 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +87 -31
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +67 -25
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +117 -54
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +193 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +14 -15
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +27 -26
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +66 -30
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +33 -37
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +44 -42
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +83 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +174 -0
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +65 -0
- package/docs/API-reference/components/scroll/x-components.scroll.md +160 -0
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +155 -0
- package/docs/API-reference/components/search/x-components.banner.md +10 -10
- package/docs/API-reference/components/search/x-components.banners-list.md +8 -9
- package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
- package/docs/API-reference/components/search/x-components.partial-results-list.md +12 -13
- package/docs/API-reference/components/search/x-components.promoted.md +9 -9
- package/docs/API-reference/components/search/x-components.promoteds-list.md +8 -9
- package/docs/API-reference/components/search/x-components.redirection.md +98 -0
- package/docs/API-reference/components/search/x-components.results-list.md +8 -9
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -18
- package/docs/API-reference/components/search/x-components.sort-list.md +12 -14
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
- package/docs/API-reference/components/search/x-components.spellcheck.md +13 -14
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +31 -32
- package/docs/API-reference/components/search-box/x-components.search-button.md +44 -27
- 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 +35 -26
- package/docs/API-reference/components/tagging/x-components.tagging.md +112 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +82 -0
- package/docs/build-search-ui/README.md +127 -0
- package/docs/build-search-ui/web-archetype-development-guide.md +187 -0
- package/docs/build-search-ui/web-archetype-integration-guide.md +347 -0
- 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 +170 -0
- package/docs/experience-search-and-discovery/README.md +129 -0
- package/docs/experience-search-and-discovery/empathize.md +107 -0
- package/docs/experience-search-and-discovery/facets-and-filters.md +152 -0
- package/docs/experience-search-and-discovery/history-queries.md +62 -0
- package/docs/experience-search-and-discovery/id-results.md +46 -0
- package/docs/experience-search-and-discovery/my-history.md +50 -0
- package/docs/experience-search-and-discovery/next-queries.md +67 -0
- package/docs/experience-search-and-discovery/popular-searches.md +47 -0
- package/docs/experience-search-and-discovery/product-results-ui.md +81 -0
- package/docs/experience-search-and-discovery/query-suggestions.md +45 -0
- package/docs/experience-search-and-discovery/recommendations.md +49 -0
- package/docs/experience-search-and-discovery/related-tags.md +49 -0
- package/docs/experience-search-and-discovery/search-box.md +95 -0
- package/docs/experience-search-and-discovery/serp-ui.md +123 -0
- package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
- package/empathize/index.js +3 -3
- package/extra-params/index.js +5 -5
- package/facets/index.js +14 -13
- package/history-queries/index.js +9 -7
- package/identifier-results/index.js +6 -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 +23 -18
- 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 +6 -6
- package/js/components/animations/animations.mixin.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +27 -25
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +23 -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 +27 -25
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +23 -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 +60 -0
- package/js/components/animations/cross-fade.vue.js.map +1 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js +21 -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 +23 -21
- 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 +34 -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 +21 -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 +15 -18
- 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 +33 -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 +319 -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 +62 -0
- package/js/components/auto-progress-bar.vue.js.map +1 -0
- 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 +72 -52
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +328 -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 +10 -10
- 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 +23 -25
- 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 +16 -16
- 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 +32 -31
- 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 +15 -15
- 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 +20 -20
- 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 +23 -25
- 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 +13 -13
- 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 +18 -18
- 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 +39 -0
- package/js/components/global-x-bus.vue.js.map +1 -0
- 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/icons/arrow-down.vue.js +63 -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 +63 -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 +63 -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 +63 -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 +18 -20
- 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 +16 -17
- 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 +16 -17
- 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.vue.js +20 -21
- 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 +14 -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 +14 -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-card-selected.vue.js +15 -15
- package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
- package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +15 -15
- 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.vue.js +16 -14
- 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 +16 -16
- 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 +16 -16
- 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 +14 -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 +16 -16
- 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 +16 -16
- 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 +16 -16
- 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 +16 -16
- 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 +16 -16
- 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/cross-tiny.vue.js +14 -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 +14 -14
- 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.vue.js +62 -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/filters.vue.js +20 -23
- 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 +13 -22
- 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 +18 -18
- 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 +67 -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 +58 -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/hide.vue.js +20 -23
- 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 +19 -20
- 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 +19 -20
- 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 +72 -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 +71 -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 +16 -16
- 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 +14 -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 +14 -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/nq-1.vue.js +14 -14
- package/js/components/icons/nq-1.vue.js.map +1 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-2.vue.js +14 -14
- package/js/components/icons/nq-2.vue.js.map +1 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-3.vue.js +16 -16
- package/js/components/icons/nq-3.vue.js.map +1 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-4.vue.js +19 -20
- package/js/components/icons/nq-4.vue.js.map +1 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/plus.vue.js +14 -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 +64 -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 +64 -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 +16 -17
- 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 +16 -16
- 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 +69 -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 +17 -18
- 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/star.vue.js +16 -17
- 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.vue.js +60 -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 +22 -23
- 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 +18 -19
- 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 +18 -18
- 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 +18 -18
- 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.vue.js +16 -17
- 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 +15 -15
- 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 +243 -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 +35 -0
- package/js/components/layouts/layouts.mixin.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js +115 -108
- 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 +85 -64
- 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 +39 -0
- package/js/components/location-provider.vue.js.map +1 -0
- 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 +11 -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 +11 -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 +12 -12
- 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 +31 -19
- 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 +31 -19
- 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 +12 -12
- 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 -45
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +148 -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 +61 -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 +48 -0
- package/js/components/modals/main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue.js +61 -0
- package/js/components/modals/open-main-modal.vue.js.map +1 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/components/modals/open-main-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/no-element.js +3 -4
- package/js/components/no-element.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +18 -21
- 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 +11 -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 +10 -10
- 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-toggle-panel.vue.js +12 -12
- 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 +17 -14
- 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 +15 -15
- 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 +16 -17
- 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 +43 -48
- 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 +87 -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 +19 -22
- 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 +16 -17
- 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 +16 -16
- 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 +137 -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 +15 -18
- 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/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +192 -147
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +28 -29
- 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 +47 -0
- package/js/components/snippet-callbacks.vue.js.map +1 -0
- 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 +16 -16
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +141 -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 +20 -23
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +72 -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 +16 -20
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/index.js +182 -120
- 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 +145 -0
- package/js/plugins/x-emitters.js.map +1 -0
- package/js/plugins/x-plugin.alias.js +59 -53
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +147 -250
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +33 -15
- 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/store/utils/fetch-and-save-action.utils.js +16 -15
- 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 +11 -9
- package/js/store/x.module.js.map +1 -1
- package/js/utils/array.js +47 -60
- 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/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 +22 -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/get-url-parameters.js +3 -3
- package/js/utils/get-url-parameters.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 +21 -0
- package/js/utils/origin.js.map +1 -0
- package/js/utils/sanitize.js +3 -3
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js +3 -3
- package/js/utils/storage.js.map +1 -1
- package/js/utils/string.js +16 -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/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 +118 -131
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js +11 -11
- 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 +14 -14
- 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 +105 -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 +165 -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 +12 -12
- 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 +178 -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 +10 -10
- 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 +11 -9
- 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 +22 -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 +177 -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 +226 -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 +33 -27
- 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 +14 -14
- 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 +194 -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 +44 -37
- 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 +41 -40
- 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 +59 -18
- 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 +178 -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 +214 -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 +23 -23
- 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 +178 -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 +170 -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 +17 -20
- 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 +183 -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 +26 -25
- 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 +214 -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 +29 -27
- 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 +13 -13
- 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 +156 -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 +33 -25
- 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 +211 -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 +172 -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/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 +74 -28
- 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 +136 -116
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/emitters.js +5 -5
- 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 -18
- 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 +65 -32
- 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 +14 -14
- 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 +29 -28
- 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 +41 -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 +23 -23
- 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 +45 -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 +196 -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 +30 -38
- 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 +15 -0
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
- 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/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.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 +26 -17
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +56 -26
- 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 +11 -11
- 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 +13 -13
- 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 +11 -11
- 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 +4 -9
- 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 +17 -0
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -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 +7 -6
- 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 +3 -4
- 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 +27 -18
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +49 -20
- 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 +18 -18
- 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 +39 -27
- 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 +53 -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 +24 -18
- 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 +8 -10
- 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 +5 -8
- 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 +15 -0
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/next-queries/store/emitters.js +5 -8
- 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 +32 -19
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +50 -20
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js +2 -2
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +18 -17
- 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 +25 -24
- 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 +38 -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 +8 -10
- 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 +5 -11
- 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 -13
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +12 -12
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js +2 -2
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.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 +19 -18
- 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 +25 -24
- 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 +37 -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 +8 -10
- 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 +11 -9
- 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 +15 -0
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
- 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 +17 -16
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +39 -21
- 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 +22 -25
- 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 +8 -10
- 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 +10 -10
- 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 +2 -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 +11 -11
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +10 -10
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js +2 -2
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +24 -22
- 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 +40 -32
- 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 +8 -10
- 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 +4 -9
- 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 +31 -0
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
- 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 +8 -7
- 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 +20 -17
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +40 -22
- 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 +52 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +198 -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 +47 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +218 -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 +67 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +226 -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 +15 -0
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.vue.js +69 -0
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
- 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 +39 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +201 -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 +12 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -0
- package/js/x-modules/scroll/store/module.js +35 -0
- package/js/x-modules/scroll/store/module.js.map +1 -0
- package/js/x-modules/scroll/wiring.js +96 -0
- package/js/x-modules/scroll/wiring.js.map +1 -0
- package/js/x-modules/scroll/x-module.js +19 -0
- package/js/x-modules/scroll/x-module.js.map +1 -0
- package/js/x-modules/search/components/banner.vue.js +19 -21
- 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 +36 -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 +18 -18
- 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 +57 -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 +15 -14
- 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 +17 -20
- 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 +19 -21
- 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 +18 -18
- 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 +57 -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 +64 -0
- package/js/x-modules/search/components/redirection.vue.js.map +1 -0
- 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 +18 -18
- 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 +22 -22
- 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 +21 -24
- 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 +176 -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 +78 -68
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
- 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 -13
- 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 +159 -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 +30 -28
- 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 +5 -5
- 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-state.action.js +31 -0
- package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
- 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 +18 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +23 -10
- 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 +58 -39
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +73 -60
- 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 +14 -14
- 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 +15 -14
- 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 +66 -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 +309 -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.vue.js +70 -59
- 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-url-params.action.js +15 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
- 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 +11 -8
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +30 -9
- 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 +39 -0
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
- 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 +43 -0
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +8 -4
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +27 -6
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +158 -2
- 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 +50 -0
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +453 -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 +42 -6
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +22 -15
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +17 -0
- package/js/x-modules/url/store/initial-state.js.map +1 -0
- package/js/x-modules/url/store/module.js +29 -21
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
- package/js/x-modules/url/wiring.js +77 -8
- 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 -8
- package/package.json +60 -73
- 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 +6 -5
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +5678 -0
- package/report/x-components.api.json +20351 -8127
- package/report/x-components.api.md +1752 -583
- package/report/x-types.api.json +2420 -337
- package/scroll/index.d.ts +1 -0
- package/scroll/index.js +10 -0
- package/search/index.js +17 -10
- package/search-box/index.js +6 -5
- package/tagging/index.js +5 -2
- 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/collapse-height.vue.d.ts.map +1 -1
- 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 +10 -0
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
- 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 +10 -2
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +10 -0
- package/types/components/animations/fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +8 -2
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +10 -2
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/{staggering-transition-group.vue.d.ts → animations/staggering-transition-group.vue.d.ts} +0 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/auto-progress-bar.vue.d.ts +29 -0
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
- package/types/components/base-dropdown.vue.d.ts +2 -1
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +33 -5
- package/types/components/base-grid.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-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/dynamic-props.mixin.d.ts +23 -0
- package/types/components/dynamic-props.mixin.d.ts.map +1 -0
- package/types/components/global-x-bus.vue.d.ts +25 -0
- package/types/components/global-x-bus.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/curated-check.vue.d.ts +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- package/types/components/icons/grid-1-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/index.d.ts +13 -1
- 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/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/settings.vue.d.ts +3 -0
- package/types/components/icons/settings.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/index.d.ts +8 -6
- package/types/components/index.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/layouts.mixin.d.ts +24 -0
- package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +4 -16
- 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 +4 -16
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/components/location-provider.vue.d.ts +17 -0
- package/types/components/location-provider.vue.d.ts.map +1 -0
- 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-modal.vue.d.ts +20 -3
- 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 +34 -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/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/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +12 -45
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-link.vue.d.ts +9 -26
- package/types/components/result/base-result-link.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 +0 -28
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
- package/types/components/scroll/index.d.ts +0 -3
- package/types/components/scroll/index.d.ts.map +1 -1
- package/types/components/scroll/scroll.mixin.d.ts +82 -30
- package/types/components/scroll/scroll.mixin.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 +27 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts +30 -3
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +14 -0
- 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 +2 -17
- package/types/components/x-component.utils.d.ts.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/plugins/devtools/colors.utils.d.ts +22 -0
- package/types/plugins/devtools/colors.utils.d.ts.map +1 -0
- package/types/plugins/devtools/devtools.plugin.d.ts +12 -0
- package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -0
- package/types/plugins/devtools/timeline.devtools.d.ts +20 -0
- package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -0
- package/types/plugins/devtools/wiring.devtools.d.ts +21 -0
- package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -0
- package/types/plugins/index.d.ts +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-emitters.d.ts +26 -0
- package/types/plugins/x-emitters.d.ts.map +1 -0
- 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 +42 -74
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.mixin.d.ts +15 -5
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +48 -17
- 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/store/actions.types.d.ts +2 -1
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +1 -1
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +1 -1
- package/types/store/mutations.types.d.ts.map +1 -1
- package/types/store/utils/fetch-and-save-action.utils.d.ts +13 -11
- 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 +2 -1
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
- package/types/store/x.module.d.ts.map +1 -1
- package/types/types/index.d.ts +2 -1
- package/types/types/index.d.ts.map +1 -1
- package/types/types/origin.d.ts +46 -0
- package/types/types/origin.d.ts.map +1 -0
- package/types/types/url-params.d.ts +15 -0
- package/types/types/url-params.d.ts.map +1 -0
- package/types/utils/array.d.ts +29 -17
- package/types/utils/array.d.ts.map +1 -1
- package/types/utils/filters.d.ts +13 -1
- 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/index.d.ts +3 -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 +15 -0
- package/types/utils/origin.d.ts.map +1 -0
- package/types/utils/storage.d.ts +1 -7
- package/types/utils/storage.d.ts.map +1 -1
- package/types/utils/string.d.ts +13 -0
- package/types/utils/string.d.ts.map +1 -1
- package/types/utils/types.d.ts +30 -40
- 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 +100 -76
- 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 +9 -10
- 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 +5 -8
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +29 -11
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +71 -6
- 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 +51 -16
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +45 -42
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +10 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +4 -28
- 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 +18 -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 +1 -1
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
- package/types/x-modules/extra-params/wiring.d.ts +6 -3
- package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
- package/types/x-modules/extra-params/x-module.d.ts +1 -1
- 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 +22 -7
- 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/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/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/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 +23 -17
- 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/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 +42 -5
- 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 -18
- 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 +42 -16
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
- package/types/x-modules/facets/service/types.d.ts +20 -3
- package/types/x-modules/facets/service/types.d.ts.map +1 -1
- package/types/x-modules/facets/store/emitters.d.ts +1 -1
- 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 +43 -6
- 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 +22 -7
- package/types/x-modules/facets/wiring.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 +1 -2
- 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.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/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/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- 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/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/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +27 -2
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +28 -1
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -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 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
- package/types/x-modules/identifier-results/store/actions/fetch-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/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +1 -3
- 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 +50 -21
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +29 -3
- package/types/x-modules/identifier-results/wiring.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 +33 -8
- 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 +26 -4
- 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/index.d.ts +0 -1
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -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-queries.action.d.ts +2 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
- 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/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
- package/types/x-modules/next-queries/store/emitters.d.ts.map +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 +52 -9
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/types.d.ts +12 -0
- package/types/x-modules/next-queries/types.d.ts.map +1 -0
- package/types/x-modules/next-queries/wiring.d.ts +25 -4
- package/types/x-modules/next-queries/wiring.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 +7 -3
- package/types/x-modules/popular-searches/components/popular-searches.vue.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 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
- 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/types.d.ts +6 -7
- 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/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 +6 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.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 -1
- 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/actions/fetch-suggestions.action.d.ts +2 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
- 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 +20 -14
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +14 -5
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -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 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -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 +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +5 -6
- 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/related-tags/components/related-tag.vue.d.ts +24 -5
- 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 +2 -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 +2 -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 +12 -0
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
- package/types/x-modules/related-tags/store/emitters.d.ts.map +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 +21 -18
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +22 -4
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/scroll/components/index.d.ts +8 -0
- package/types/x-modules/scroll/components/index.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +137 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/events.types.d.ts +53 -0
- package/types/x-modules/scroll/events.types.d.ts.map +1 -0
- package/types/x-modules/scroll/index.d.ts +6 -0
- package/types/x-modules/scroll/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/emitters.d.ts +7 -0
- package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
- package/types/x-modules/scroll/store/index.d.ts +4 -0
- package/types/x-modules/scroll/store/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/module.d.ts +8 -0
- package/types/x-modules/scroll/store/module.d.ts.map +1 -0
- package/types/x-modules/scroll/store/types.d.ts +98 -0
- package/types/x-modules/scroll/store/types.d.ts.map +1 -0
- package/types/x-modules/scroll/wiring.d.ts +74 -0
- package/types/x-modules/scroll/wiring.d.ts.map +1 -0
- package/types/x-modules/scroll/x-module.d.ts +16 -0
- package/types/x-modules/scroll/x-module.d.ts.map +1 -0
- package/types/x-modules/search/components/banner.vue.d.ts +6 -0
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/index.d.ts +1 -0
- package/types/x-modules/search/components/index.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
- package/types/x-modules/search/components/partial-query-button.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/redirection.vue.d.ts +72 -0
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
- 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.mixin.d.ts +3 -11
- package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +41 -12
- 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 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -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-state.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/save-origin.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/actions/set-url-params.action.d.ts +13 -0
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +13 -2
- 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.map +1 -1
- package/types/x-modules/search/store/types.d.ts +60 -14
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +22 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +59 -51
- package/types/x-modules/search/wiring.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 +14 -2
- 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 +28 -5
- 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-url-params.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-url-params.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 +10 -2
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +9 -0
- package/types/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/components/index.d.ts +2 -0
- package/types/x-modules/tagging/components/index.d.ts.map +1 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
- package/types/x-modules/tagging/config.types.d.ts +18 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +38 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/index.d.ts +2 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/index.d.ts +3 -0
- package/types/x-modules/tagging/service/index.d.ts.map +1 -0
- 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 +30 -0
- package/types/x-modules/tagging/service/types.d.ts.map +1 -0
- package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
- package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts +8 -1
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
- package/types/x-modules/tagging/store/index.d.ts +1 -0
- package/types/x-modules/tagging/store/index.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 +38 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +73 -1
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/url/components/index.d.ts +2 -0
- package/types/x-modules/url/components/index.d.ts.map +1 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
- package/types/x-modules/url/events.types.d.ts +15 -44
- package/types/x-modules/url/events.types.d.ts.map +1 -1
- package/types/x-modules/url/index.d.ts +1 -1
- package/types/x-modules/url/index.d.ts.map +1 -1
- package/types/x-modules/url/store/emitters.d.ts +36 -1
- package/types/x-modules/url/store/emitters.d.ts.map +1 -1
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
- package/types/x-modules/url/store/initial-state.d.ts +9 -0
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
- package/types/x-modules/url/store/types.d.ts +65 -24
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +73 -4
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +9 -3
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +3 -2
- package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
- package/build-helpers/utils/polyfills.util.js +0 -68
- package/design-system/list-background.css +0 -20
- package/design-system/list-border.css +0 -44
- package/design-system/row-background.css +0 -20
- package/design-system/shadow-shadow.css +0 -59
- 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.arenextqueriesdifferent.md +0 -27
- 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.baseidscroll.distancetobottom.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
- package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
- package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
- package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
- package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
- package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
- package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
- 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.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.baseresultlink.emituserclickedaresult.md +0 -17
- package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
- package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
- package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
- package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
- package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
- package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
- 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.createfetchandsaveaction.md +0 -26
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.fetch.md +0 -24
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.md +0 -23
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.oncancel.md +0 -17
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onerror.md +0 -24
- package/docs/API-reference/api/x-components.createfetchandsaveactionsoptions.onsuccess.md +0 -25
- package/docs/API-reference/api/x-components.deeppartial.md +0 -17
- package/docs/API-reference/api/x-components.dictionary.md +0 -13
- 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.historyqueries.md +0 -11
- package/docs/API-reference/api/x-components.map.md +0 -27
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.devmode.md +0 -13
- package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
- package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
- package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
- package/docs/API-reference/api/x-components.objectfilter.md +0 -27
- package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
- package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
- package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
- package/docs/API-reference/api/x-components.primitive.md +0 -15
- package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
- package/docs/API-reference/api/x-components.reduce.md +0 -28
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.renderlessextraparams.defaultvalue.md +0 -13
- package/docs/API-reference/api/x-components.renderlessextraparams.extraparams.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.searchbutton.events.md +0 -11
- 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.setorigin.md +0 -13
- package/docs/API-reference/api/x-components.setpage.md +0 -13
- package/docs/API-reference/api/x-components.setpagesize.md +0 -13
- package/docs/API-reference/api/x-components.seturlconfigwire.md +0 -13
- package/docs/API-reference/api/x-components.singlecolumnlayout.devmode.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.sortmixin.value.md +0 -13
- package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
- package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.translatefromright.md +0 -15
- package/docs/API-reference/api/x-components.urlactions.updateurl.md +0 -17
- package/docs/API-reference/api/x-components.urlconfig.md +0 -20
- package/docs/API-reference/api/x-components.urlconfig.urlparamnames.md +0 -18
- package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +0 -11
- package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +0 -22
- package/docs/API-reference/api/x-components.urlstate.config.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.extraparams.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.filters.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.page.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.query.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.relatedtags.md +0 -11
- package/docs/API-reference/api/x-components.urlstate.sort.md +0 -11
- package/docs/API-reference/api/x-components.urlxevents.documenthistorychanged.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.documentloaded.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.filtersloadedfromurl.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.pageloadedfromurl.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.queryloadedfromurl.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.relatedtagsloadedfromurl.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.sortloadedfromurl.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.urlconfigprovided.md +0 -13
- package/docs/API-reference/api/x-components.urlxevents.urlstatechanged.md +0 -13
- package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
- 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.useralmostreachedscrollend.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
- package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
- package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
- package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
- 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.result.tagging.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.md +0 -22
- package/docs/API-reference/api/x-types.tagging.params.md +0 -13
- package/docs/API-reference/api/x-types.tagging.url.md +0 -13
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -30
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +0 -29
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
- package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
- package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
- package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
- package/docs/css/global.scss +0 -1
- package/docs/css/utils/utils.scss +0 -35
- package/docs/css/xcomponents/clear-search-input.scss +0 -9
- package/docs/css/xcomponents/index.scss +0 -16
- package/docs/css/xcomponents/search-input.scss +0 -10
- package/docs/css/xcomponents/suggestions.scss +0 -19
- package/docs/guide/getting-started/components/clear-search-input.md +0 -98
- package/docs/guide/getting-started/components/live-examples.md +0 -100
- package/docs/guide/getting-started/components/query-suggestions.md +0 -76
- package/docs/guide/getting-started/components/search-button.md +0 -98
- package/docs/guide/getting-started/components/search-input.md +0 -105
- package/docs/guide/getting-started/install-xplugin.md +0 -72
- package/docs/guide/getting-started/use-components.md +0 -75
- package/docs/guide/install.md +0 -30
- package/docs/react-components/ReactComponents.jsx +0 -46
- package/docs/react-components/Utils.jsx +0 -34
- 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/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-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/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 -113
- 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/icons/arrow.vue.js +0 -63
- 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_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_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_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_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_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_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 -52
- 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 -52
- package/js/components/layouts/single-column-layout.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 -145
- 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 -64
- 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-id-scroll.vue.js +0 -69
- package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
- package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
- package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-main-scroll.vue.js +0 -39
- package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
- package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
- package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
- package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
- package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
- package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
- 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/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 -353
- 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 -129
- 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 -70
- 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 -135
- 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 -192
- 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 -177
- 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 -226
- 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 -212
- 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 -106
- 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 -187
- 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 -70
- 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 -179
- 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 -215
- 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 -164
- 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 -207
- 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 -165
- 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 -155
- 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 -178
- 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 -200
- 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 -144
- 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 -182
- 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 -205
- 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 -172
- 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 -52
- 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 -35
- 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 -116
- 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 -50
- 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/next-queries/utils.js +0 -15
- package/js/x-modules/next-queries/utils.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 -49
- 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 -38
- 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 -54
- 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 -90
- 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/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 -151
- 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/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 -162
- 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 -151
- 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 -139
- 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 -65
- 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 -188
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/url/store/actions/update-url.action.js +0 -35
- package/js/x-modules/url/store/actions/update-url.action.js.map +0 -1
- package/js/x-modules/url/store/getters/url-param-names.getter.js +0 -23
- package/js/x-modules/url/store/getters/url-param-names.getter.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-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/scroll/base-id-scroll.vue.d.ts +0 -95
- package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
- package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
- package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
- package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
- package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
- 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/types/query-origin.d.ts +0 -7
- package/types/types/query-origin.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/next-queries/utils.d.ts +0 -12
- package/types/x-modules/next-queries/utils.d.ts.map +0 -1
- package/types/x-modules/url/config.types.d.ts +0 -16
- package/types/x-modules/url/config.types.d.ts.map +0 -1
- package/types/x-modules/url/store/actions/update-url.action.d.ts +0 -11
- package/types/x-modules/url/store/actions/update-url.action.d.ts.map +0 -1
- package/types/x-modules/url/store/getters/url-param-names.getter.d.ts +0 -12
- package/types/x-modules/url/store/getters/url-param-names.getter.d.ts.map +0 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { __decorate } from 'tslib';
|
|
2
|
+
import Vue from 'vue';
|
|
3
|
+
import { Prop, Component } from 'vue-property-decorator';
|
|
4
|
+
import __vue_component__ from './base-grid.vue.js';
|
|
5
|
+
import { XOn } from './decorators/bus.decorators.js';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component that listens to
|
|
9
|
+
* the `UserClickedColumnPicker` and the `ColumnsNumberProvided` events and passes the
|
|
10
|
+
* selected number of columns to the grid. It also allows to customize the grid items using the
|
|
11
|
+
* available `scopedSlots`.
|
|
12
|
+
*
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
let BaseVariableColumnGrid = class BaseVariableColumnGrid extends Vue {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
/**
|
|
19
|
+
* The columns to render in the grid.
|
|
20
|
+
*
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
this.columns = 0;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Handler to update the number of columns when the user selects a new value.
|
|
27
|
+
*
|
|
28
|
+
* @param newColumns - The new columns value.
|
|
29
|
+
*
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
setColumns(newColumns) {
|
|
33
|
+
this.columns = newColumns;
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
__decorate([
|
|
37
|
+
Prop({ default: 'ul' })
|
|
38
|
+
], BaseVariableColumnGrid.prototype, "animation", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
Prop()
|
|
41
|
+
], BaseVariableColumnGrid.prototype, "items", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
XOn(['ColumnsNumberProvided'])
|
|
44
|
+
], BaseVariableColumnGrid.prototype, "setColumns", null);
|
|
45
|
+
BaseVariableColumnGrid = __decorate([
|
|
46
|
+
Component({
|
|
47
|
+
components: {
|
|
48
|
+
BaseGrid: __vue_component__
|
|
49
|
+
}
|
|
50
|
+
})
|
|
51
|
+
], BaseVariableColumnGrid);
|
|
52
|
+
var script = BaseVariableColumnGrid;
|
|
53
|
+
|
|
54
|
+
export { script as default };
|
|
55
|
+
//# sourceMappingURL=base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js","sources":["../../../src/components/base-variable-column-grid.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component, Prop } from 'vue-property-decorator';\nimport { ListItem } from '../utils/types';\nimport BaseGrid from './base-grid.vue';\nimport { XOn } from './decorators/bus.decorators';\n\n/**\n * The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component that listens to\n * the `UserClickedColumnPicker` and the `ColumnsNumberProvided` events and passes the\n * selected number of columns to the grid. It also allows to customize the grid items using the\n * available `scopedSlots`.\n *\n * @public\n */\n@Component({\n components: {\n BaseGrid\n }\n})\nexport default class BaseVariableColumnGrid extends Vue {\n /**\n * Animation component that will be used to animate the grid.\n *\n * @public\n */\n @Prop({ default: 'ul' })\n protected animation!: Vue | string;\n\n /**\n * The list of items to be rendered.\n *\n * @remarks The items must have an id property.\n *\n * @public\n */\n @Prop()\n protected items?: ListItem[];\n\n /**\n * The columns to render in the grid.\n *\n * @internal\n */\n protected columns = 0;\n\n /**\n * Handler to update the number of columns when the user selects a new value.\n *\n * @param newColumns - The new columns value.\n *\n * @internal\n */\n @XOn(['ColumnsNumberProvided'])\n setColumns(newColumns: number): void {\n this.columns = newColumns;\n }\n}\n"],"names":["BaseGrid"],"mappings":";;;;;;AAoBA;;;;;;;;AAaA,IAAqB,sBAAsB,GAA3C,MAAqB,sBAAuB,SAAQ,GAAG;IAAvD;;;;;;;QAwBY,YAAO,GAAG,CAAC,CAAC;KAavB;;;;;;;;IAHC,UAAU,CAAC,UAAkB;QAC3B,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC;KAC3B;CACF,CAAA;AA9BC;IADC,IAAI,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;yDACW;AAUnC;IADC,IAAI,EAAE;qDACsB;AAiB7B;IADC,GAAG,CAAC,CAAC,uBAAuB,CAAC,CAAC;wDAG9B;AApCkB,sBAAsB;IAL1C,SAAS,CAAC;QACT,UAAU,EAAE;sBACVA,iBAAQ;SACT;KACF,CAAC;GACmB,sBAAsB,CAqC1C;aArCoB,sBAAsB;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import script from './base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js';
|
|
2
|
+
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.mjs';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
5
|
-
|
|
5
|
+
const __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function() {
|
|
8
|
+
var __vue_render__ = function () {
|
|
9
9
|
var _vm = this;
|
|
10
10
|
var _h = _vm.$createElement;
|
|
11
11
|
var _c = _vm._self._c || _h;
|
|
@@ -13,7 +13,7 @@ var __vue_render__ = function() {
|
|
|
13
13
|
attrs: {
|
|
14
14
|
value: _vm.selectedColumns,
|
|
15
15
|
items: _vm.columns,
|
|
16
|
-
animation: _vm.animation
|
|
16
|
+
animation: _vm.animation,
|
|
17
17
|
},
|
|
18
18
|
on: { change: _vm.emitEvent },
|
|
19
19
|
scopedSlots: _vm._u(
|
|
@@ -21,18 +21,18 @@ var __vue_render__ = function() {
|
|
|
21
21
|
_vm.$scopedSlots.toggle
|
|
22
22
|
? {
|
|
23
23
|
key: "toggle",
|
|
24
|
-
fn: function(ref) {
|
|
24
|
+
fn: function (ref) {
|
|
25
25
|
var item = ref.item;
|
|
26
26
|
var isOpen = ref.isOpen;
|
|
27
27
|
return [
|
|
28
|
-
_vm._t("toggle", null, null, { item: item, isOpen: isOpen })
|
|
28
|
+
_vm._t("toggle", null, null, { item: item, isOpen: isOpen }),
|
|
29
29
|
]
|
|
30
|
-
}
|
|
30
|
+
},
|
|
31
31
|
}
|
|
32
32
|
: null,
|
|
33
33
|
{
|
|
34
34
|
key: "item",
|
|
35
|
-
fn: function(ref) {
|
|
35
|
+
fn: function (ref) {
|
|
36
36
|
var item = ref.item;
|
|
37
37
|
var isSelected = ref.isSelected;
|
|
38
38
|
var isHighlighted = ref.isHighlighted;
|
|
@@ -40,28 +40,28 @@ var __vue_render__ = function() {
|
|
|
40
40
|
_vm._t("item", null, null, {
|
|
41
41
|
item: item,
|
|
42
42
|
isSelected: isSelected,
|
|
43
|
-
isHighlighted: isHighlighted
|
|
44
|
-
})
|
|
43
|
+
isHighlighted: isHighlighted,
|
|
44
|
+
}),
|
|
45
45
|
]
|
|
46
|
-
}
|
|
47
|
-
}
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
48
|
],
|
|
49
49
|
null,
|
|
50
50
|
true
|
|
51
|
-
)
|
|
51
|
+
),
|
|
52
52
|
})
|
|
53
53
|
};
|
|
54
54
|
var __vue_staticRenderFns__ = [];
|
|
55
55
|
__vue_render__._withStripped = true;
|
|
56
56
|
|
|
57
57
|
/* style */
|
|
58
|
-
|
|
58
|
+
const __vue_inject_styles__ = undefined;
|
|
59
59
|
/* scoped */
|
|
60
|
-
|
|
60
|
+
const __vue_scope_id__ = undefined;
|
|
61
61
|
/* module identifier */
|
|
62
|
-
|
|
62
|
+
const __vue_module_identifier__ = undefined;
|
|
63
63
|
/* functional template */
|
|
64
|
-
|
|
64
|
+
const __vue_is_functional_template__ = false;
|
|
65
65
|
/* style inject */
|
|
66
66
|
|
|
67
67
|
/* style inject SSR */
|
|
@@ -70,7 +70,7 @@ __vue_render__._withStripped = true;
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
const __vue_component__ = /*#__PURE__*/__vue_normalize__(
|
|
74
74
|
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
75
75
|
__vue_inject_styles__,
|
|
76
76
|
__vue_script__,
|
|
@@ -83,5 +83,5 @@ __vue_render__._withStripped = true;
|
|
|
83
83
|
undefined
|
|
84
84
|
);
|
|
85
85
|
|
|
86
|
-
export default
|
|
86
|
+
export { __vue_component__ as default };
|
|
87
87
|
//# sourceMappingURL=base-column-picker-dropdown.vue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-column-picker-dropdown.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-dropdown.vue"],"sourcesContent":["<template>\n <BaseDropdown\n @change=\"emitEvent\"\n :value=\"selectedColumns\"\n :items=\"columns\"\n :animation=\"animation\"\n >\n <template v-if=\"$scopedSlots.toggle\" #toggle=\"{ item, isOpen }\">\n <!--\n @slot From `BaseDropdown` component: Used to render the contents of the dropdown toggle\n button. If not provided, it uses the `item` slot as fallback.\n @binding {string|number|Identifiable} item - The item data to render.\n @binding {boolean} isOpen - True if the dropdown is opened, and false if it is\n closed.\n -->\n <slot name=\"toggle\" v-bind=\"{ item, isOpen }\" />\n </template>\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <!--\n @slot (required) From `BaseDropdown` component: Used to render each one of the items\n content, and as fallback for the toggle button content slot if it is not provided.\n @binding {string|number|Identifiable} item - Item to render\n @binding {boolean} isHighlighted - True when the item has the focus.\n @binding {boolean} isSelected - True when the item is selected.\n -->\n <slot name=\"item\" v-bind=\"{ item, isSelected, isHighlighted }\" />\n </template>\n </BaseDropdown>\n</template>\n\n<script lang=\"ts\">\n import { Component, Prop } from 'vue-property-decorator';\n import { mixins } from 'vue-class-component';\n import Vue from 'vue';\n import BaseEventButton from '../base-event-button.vue';\n import BaseDropdown from '../base-dropdown.vue';\n import ColumnPickerMixin from './column-picker.mixin';\n\n /**\n * Column picker dropdown component renders {@link BaseDropdown | dropdown} component which\n * options are the different columns you can set for a grid.\n *\n * It emits {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} on dropdown\n * input.\n *\n * @remarks It extends {@link ColumnPickerMixin}.\n *\n * @public\n */\n @Component({\n components: { BaseDropdown, BaseEventButton }\n })\n export default class BaseColumnPickerDropdown extends mixins(ColumnPickerMixin) {\n /**\n * The transition to use for opening and closing the dropdown.\n *\n * @public\n */\n @Prop()\n public animation?: string | typeof Vue;\n\n /**\n * Emits a {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} and\n * {@link XEventsTypes.ColumnsNumberProvided | ColumnsNumberProvided} events.\n *\n * @param column - Column number payload.\n */\n emitEvent(column: number): void {\n this.$x.emit('UserClickedColumnPicker', column);\n this.$x.emit('ColumnsNumberProvided', column);\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n
|
|
1
|
+
{"version":3,"file":"base-column-picker-dropdown.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-dropdown.vue"],"sourcesContent":["<template>\n <BaseDropdown\n @change=\"emitEvent\"\n :value=\"selectedColumns\"\n :items=\"columns\"\n :animation=\"animation\"\n >\n <template v-if=\"$scopedSlots.toggle\" #toggle=\"{ item, isOpen }\">\n <!--\n @slot From `BaseDropdown` component: Used to render the contents of the dropdown toggle\n button. If not provided, it uses the `item` slot as fallback.\n @binding {string|number|Identifiable} item - The item data to render.\n @binding {boolean} isOpen - True if the dropdown is opened, and false if it is\n closed.\n -->\n <slot name=\"toggle\" v-bind=\"{ item, isOpen }\" />\n </template>\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <!--\n @slot (required) From `BaseDropdown` component: Used to render each one of the items\n content, and as fallback for the toggle button content slot if it is not provided.\n @binding {string|number|Identifiable} item - Item to render\n @binding {boolean} isHighlighted - True when the item has the focus.\n @binding {boolean} isSelected - True when the item is selected.\n -->\n <slot name=\"item\" v-bind=\"{ item, isSelected, isHighlighted }\" />\n </template>\n </BaseDropdown>\n</template>\n\n<script lang=\"ts\">\n import { Component, Prop } from 'vue-property-decorator';\n import { mixins } from 'vue-class-component';\n import Vue from 'vue';\n import BaseEventButton from '../base-event-button.vue';\n import BaseDropdown from '../base-dropdown.vue';\n import ColumnPickerMixin from './column-picker.mixin';\n\n /**\n * Column picker dropdown component renders {@link BaseDropdown | dropdown} component which\n * options are the different columns you can set for a grid.\n *\n * It emits {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} on dropdown\n * input.\n *\n * @remarks It extends {@link ColumnPickerMixin}.\n *\n * @public\n */\n @Component({\n components: { BaseDropdown, BaseEventButton }\n })\n export default class BaseColumnPickerDropdown extends mixins(ColumnPickerMixin) {\n /**\n * The transition to use for opening and closing the dropdown.\n *\n * @public\n */\n @Prop()\n public animation?: string | typeof Vue;\n\n /**\n * Emits a {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} and\n * {@link XEventsTypes.ColumnsNumberProvided | ColumnsNumberProvided} events.\n *\n * @param column - Column number payload.\n */\n emitEvent(column: number): void {\n this.$x.emit('UserClickedColumnPicker', column);\n this.$x.emit('ColumnsNumberProvided', column);\n }\n }\n</script>\n\n<docs lang=\"mdx\">\n## Example\n\nColumn picker dropdown component renders a dropdown component which options are the different\ncolumns you can set for a grid.\n\n### Usage\n\nNotice that the slots provided match with the `BaseDropdown` component. The `item` slot is required\nunlike the `toggle`, which renders the same `item` slot defined by default.\n\n#### Default usage\n\n```vue\n<template>\n <BaseColumnPickerDropdown v-model=\"selectedColumns\" :columns=\"[2, 4, 6]\">\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <span v-if=\"isHighlighted\">🟢</span>\n <span v-if=\"isSelected\">✅</span>\n <span>{{ item }}</span>\n </template>\n </BaseColumnPickerDropdown>\n</template>\n\n<script>\n import { BaseColumnPickerDropdown } from '@empathyco/x-components';\n\n export default {\n name: 'BaseColumnPickerDropdownTest',\n components: {\n BaseColumnPickerDropdown\n },\n data() {\n return {\n selectedColumns: 2\n };\n }\n };\n</script>\n```\n\n#### Customizing toggle button\n\n```vue\n<template>\n <BaseColumnPickerDropdown v-model=\"selectedColumns\" :columns=\"[2, 4, 6]\">\n <template #toggle=\"{ item, isOpen }\">Selected: {{ item }} {{ isOpen ? '🔼' : '🔽' }}️</template>\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <span v-if=\"isHighlighted\">🟢</span>\n <span v-if=\"isSelected\">✅</span>\n <span>{{ item }}</span>\n </template>\n </BaseColumnPickerDropdown>\n</template>\n\n<script>\n import { BaseColumnPickerDropdown } from '@empathyco/x-components';\n\n export default {\n name: 'BaseColumnPickerDropdownTest',\n components: {\n BaseColumnPickerDropdown\n },\n data() {\n return {\n selectedColumns: 2\n };\n }\n };\n</script>\n```\n\n#### Using it without v-model / value\n\nThe component emits an X Event, `UserClickedColumnPicker`, on column change and it also listens to\nthat event from outside, so you don't need to store the current column value to keep it synchronized\nwith other column pickers.\n\n```vue\n<template>\n <BaseColumnPickerDropdown :columns=\"[2, 4, 6]\">\n <template #toggle=\"{ item, isOpen }\">Selected: {{ item }} {{ isOpen ? '🔼' : '🔽' }}️</template>\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <span v-if=\"isHighlighted\">🟢</span>\n <span v-if=\"isSelected\">✅</span>\n <span>{{ item }}</span>\n </template>\n </BaseColumnPickerDropdown>\n</template>\n\n<script>\n import { BaseColumnPickerDropdown } from '@empathyco/x-components';\n\n export default {\n name: 'BaseColumnPickerDropdownTest',\n components: {\n BaseColumnPickerDropdown\n }\n };\n</script>\n```\n\n## Events\n\nAn event that the component will emit:\n\n- `UserClickedColumnPicker`: the event is emitted after the user clicks an item in the dropdown. The\n event payload is the number of columns that the clicked item represents.\n- `ColumnsNumberProvided`: the event is emitted on component mount, and whenever the value changes.\n The event payload is the current `selectedColumns` value.\n</docs>\n"],"names":[],"mappings":";;;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { __decorate } from 'tslib';
|
|
2
|
+
import { Prop, Component } from 'vue-property-decorator';
|
|
3
|
+
import { mixins } from 'vue-class-component';
|
|
4
|
+
import __vue_component__$1 from '../base-event-button.vue.js';
|
|
5
|
+
import __vue_component__ from '../base-dropdown.vue.js';
|
|
6
|
+
import ColumnPickerMixin from './column-picker.mixin.js';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Column picker dropdown component renders {@link BaseDropdown | dropdown} component which
|
|
10
|
+
* options are the different columns you can set for a grid.
|
|
11
|
+
*
|
|
12
|
+
* It emits {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} on dropdown
|
|
13
|
+
* input.
|
|
14
|
+
*
|
|
15
|
+
* @remarks It extends {@link ColumnPickerMixin}.
|
|
16
|
+
*
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
let BaseColumnPickerDropdown = class BaseColumnPickerDropdown extends mixins(ColumnPickerMixin) {
|
|
20
|
+
/**
|
|
21
|
+
* Emits a {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} and
|
|
22
|
+
* {@link XEventsTypes.ColumnsNumberProvided | ColumnsNumberProvided} events.
|
|
23
|
+
*
|
|
24
|
+
* @param column - Column number payload.
|
|
25
|
+
*/
|
|
26
|
+
emitEvent(column) {
|
|
27
|
+
this.$x.emit('UserClickedColumnPicker', column);
|
|
28
|
+
this.$x.emit('ColumnsNumberProvided', column);
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
__decorate([
|
|
32
|
+
Prop()
|
|
33
|
+
], BaseColumnPickerDropdown.prototype, "animation", void 0);
|
|
34
|
+
BaseColumnPickerDropdown = __decorate([
|
|
35
|
+
Component({
|
|
36
|
+
components: { BaseDropdown: __vue_component__, BaseEventButton: __vue_component__$1 }
|
|
37
|
+
})
|
|
38
|
+
], BaseColumnPickerDropdown);
|
|
39
|
+
var script = BaseColumnPickerDropdown;
|
|
40
|
+
|
|
41
|
+
export { script as default };
|
|
42
|
+
//# sourceMappingURL=base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-dropdown.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport { Component, Prop } from 'vue-property-decorator';\nimport { mixins } from 'vue-class-component';\nimport Vue from 'vue';\nimport BaseEventButton from '../base-event-button.vue';\nimport BaseDropdown from '../base-dropdown.vue';\nimport ColumnPickerMixin from './column-picker.mixin';\n\n/**\n * Column picker dropdown component renders {@link BaseDropdown | dropdown} component which\n * options are the different columns you can set for a grid.\n *\n * It emits {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} on dropdown\n * input.\n *\n * @remarks It extends {@link ColumnPickerMixin}.\n *\n * @public\n */\n@Component({\n components: { BaseDropdown, BaseEventButton }\n})\nexport default class BaseColumnPickerDropdown extends mixins(ColumnPickerMixin) {\n /**\n * The transition to use for opening and closing the dropdown.\n *\n * @public\n */\n @Prop()\n public animation?: string | typeof Vue;\n\n /**\n * Emits a {@link XEventsTypes.UserClickedColumnPicker | UserClickedColumnPicker} and\n * {@link XEventsTypes.ColumnsNumberProvided | ColumnsNumberProvided} events.\n *\n * @param column - Column number payload.\n */\n emitEvent(column: number): void {\n this.$x.emit('UserClickedColumnPicker', column);\n this.$x.emit('ColumnsNumberProvided', column);\n }\n}\n"],"names":["BaseDropdown","BaseEventButton"],"mappings":";;;;;;;AAsCA;;;;;;;;;;;AAcA,IAAqB,wBAAwB,GAA7C,MAAqB,wBAAyB,SAAQ,MAAM,CAAC,iBAAiB,CAAC;;;;;;;IAe7E,SAAS,CAAC,MAAc;QACtB,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,yBAAyB,EAAE,MAAM,CAAC,CAAC;QAChD,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,CAAC;KAC/C;CACF,CAAA;AAZC;IADC,IAAI,EAAE;2DACgC;AAPpB,wBAAwB;IAH5C,SAAS,CAAC;QACT,UAAU,EAAE,gBAAEA,iBAAY,mBAAEC,mBAAe,EAAE;KAC9C,CAAC;GACmB,wBAAwB,CAmB5C;aAnBoB,wBAAwB;;;;"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import script from './base-column-picker-list.vue_rollup-plugin-vue_script.vue.js';
|
|
2
|
+
import './base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js';
|
|
3
|
+
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.mjs';
|
|
4
4
|
|
|
5
5
|
/* script */
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const __vue_script__ = script;
|
|
8
7
|
/* template */
|
|
9
|
-
var __vue_render__ = function() {
|
|
8
|
+
var __vue_render__ = function () {
|
|
10
9
|
var _vm = this;
|
|
11
10
|
var _h = _vm.$createElement;
|
|
12
11
|
var _c = _vm._self._c || _h;
|
|
@@ -14,9 +13,9 @@ var __vue_render__ = function() {
|
|
|
14
13
|
"ul",
|
|
15
14
|
{
|
|
16
15
|
staticClass: "x-option-list x-column-picker-list",
|
|
17
|
-
attrs: { "data-test": "column-picker-list" }
|
|
16
|
+
attrs: { "data-test": "column-picker-list" },
|
|
18
17
|
},
|
|
19
|
-
_vm._l(_vm.columnsWithCssClasses, function(ref) {
|
|
18
|
+
_vm._l(_vm.columnsWithCssClasses, function (ref) {
|
|
20
19
|
var column = ref.column;
|
|
21
20
|
var cssClasses = ref.cssClasses;
|
|
22
21
|
var events = ref.events;
|
|
@@ -27,31 +26,32 @@ var __vue_render__ = function() {
|
|
|
27
26
|
key: column,
|
|
28
27
|
staticClass: "x-option-list__item x-column-picker-list__item",
|
|
29
28
|
class: cssClasses,
|
|
30
|
-
attrs: { "data-test": "column-picker-item" }
|
|
29
|
+
attrs: { "data-test": "column-picker-item" },
|
|
31
30
|
},
|
|
32
31
|
[
|
|
33
32
|
_c(
|
|
34
33
|
"BaseEventButton",
|
|
35
34
|
{
|
|
36
35
|
staticClass: "x-button column-picker-item__button",
|
|
36
|
+
class: _vm.buttonClass,
|
|
37
37
|
attrs: {
|
|
38
38
|
"data-test": "column-picker-button",
|
|
39
39
|
"aria-selected": isSelected.toString(),
|
|
40
|
-
events: events
|
|
41
|
-
}
|
|
40
|
+
events: events,
|
|
41
|
+
},
|
|
42
42
|
},
|
|
43
43
|
[
|
|
44
44
|
_vm._t(
|
|
45
45
|
"default",
|
|
46
|
-
function() {
|
|
46
|
+
function () {
|
|
47
47
|
return [_vm._v("\n " + _vm._s(column) + "\n ")]
|
|
48
48
|
},
|
|
49
49
|
null,
|
|
50
50
|
{ column: column, isSelected: isSelected }
|
|
51
|
-
)
|
|
51
|
+
),
|
|
52
52
|
],
|
|
53
53
|
2
|
|
54
|
-
)
|
|
54
|
+
),
|
|
55
55
|
],
|
|
56
56
|
1
|
|
57
57
|
)
|
|
@@ -63,24 +63,22 @@ var __vue_staticRenderFns__ = [];
|
|
|
63
63
|
__vue_render__._withStripped = true;
|
|
64
64
|
|
|
65
65
|
/* style */
|
|
66
|
-
|
|
67
|
-
if (!inject) { return }
|
|
68
|
-
inject("data-v-69bb6b2e_0", { source: ".x-column-picker-list[data-v-69bb6b2e] {\n display: -ms-flexbox;\n display: flex;\n list-style-type: none;\n}", map: undefined, media: undefined });
|
|
69
|
-
|
|
70
|
-
};
|
|
66
|
+
const __vue_inject_styles__ = undefined;
|
|
71
67
|
/* scoped */
|
|
72
|
-
|
|
68
|
+
const __vue_scope_id__ = "data-v-5eadffbc";
|
|
73
69
|
/* module identifier */
|
|
74
|
-
|
|
70
|
+
const __vue_module_identifier__ = undefined;
|
|
75
71
|
/* functional template */
|
|
76
|
-
|
|
72
|
+
const __vue_is_functional_template__ = false;
|
|
73
|
+
/* style inject */
|
|
74
|
+
|
|
77
75
|
/* style inject SSR */
|
|
78
76
|
|
|
79
77
|
/* style inject shadow dom */
|
|
80
78
|
|
|
81
79
|
|
|
82
80
|
|
|
83
|
-
|
|
81
|
+
const __vue_component__ = /*#__PURE__*/__vue_normalize__(
|
|
84
82
|
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
85
83
|
__vue_inject_styles__,
|
|
86
84
|
__vue_script__,
|
|
@@ -88,10 +86,10 @@ __vue_render__._withStripped = true;
|
|
|
88
86
|
__vue_is_functional_template__,
|
|
89
87
|
__vue_module_identifier__,
|
|
90
88
|
false,
|
|
91
|
-
|
|
89
|
+
undefined,
|
|
92
90
|
undefined,
|
|
93
91
|
undefined
|
|
94
92
|
);
|
|
95
93
|
|
|
96
|
-
export default
|
|
94
|
+
export { __vue_component__ as default };
|
|
97
95
|
//# sourceMappingURL=base-column-picker-list.vue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-column-picker-list.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-list.vue"],"sourcesContent":["<template>\n <ul class=\"x-option-list x-column-picker-list\" data-test=\"column-picker-list\">\n <li\n v-for=\"{ column, cssClasses, events, isSelected } in columnsWithCssClasses\"\n :key=\"column\"\n :class=\"cssClasses\"\n class=\"x-option-list__item x-column-picker-list__item\"\n data-test=\"column-picker-item\"\n >\n <BaseEventButton\n class=\"x-button column-picker-item__button\"\n data-test=\"column-picker-button\"\n :aria-selected=\"isSelected.toString()\"\n :events=\"events\"\n >\n <!--\n @slot Customized Column Picker Button content. Specifying a slot with the column value\n will result in the column using that slot composition to render.\n @binding {number} column - Columns Number to pick.\n @binding {boolean} isSelected - True if the columns number are the chosen value.\n -->\n <slot v-bind=\"{ column, isSelected }\">\n {{ column }}\n </slot>\n </BaseEventButton>\n </li>\n </ul>\n</template>\n\n<
|
|
1
|
+
{"version":3,"file":"base-column-picker-list.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-list.vue"],"sourcesContent":["<template>\n <ul class=\"x-option-list x-column-picker-list\" data-test=\"column-picker-list\">\n <li\n v-for=\"{ column, cssClasses, events, isSelected } in columnsWithCssClasses\"\n :key=\"column\"\n :class=\"cssClasses\"\n class=\"x-option-list__item x-column-picker-list__item\"\n data-test=\"column-picker-item\"\n >\n <BaseEventButton\n class=\"x-button column-picker-item__button\"\n :class=\"buttonClass\"\n data-test=\"column-picker-button\"\n :aria-selected=\"isSelected.toString()\"\n :events=\"events\"\n >\n <!--\n @slot Customized Column Picker Button content. Specifying a slot with the column value\n will result in the column using that slot composition to render.\n @binding {number} column - Columns Number to pick.\n @binding {boolean} isSelected - True if the columns number are the chosen value.\n -->\n <slot v-bind=\"{ column, isSelected }\">\n {{ column }}\n </slot>\n </BaseEventButton>\n </li>\n </ul>\n</template>\n\n<script lang=\"ts\">\n import { mixins } from 'vue-class-component';\n import { Component } from 'vue-property-decorator';\n import { VueCSSClasses } from '../../utils/types';\n import { XEventsTypes } from '../../wiring';\n import BaseEventButton from '../base-event-button.vue';\n import { dynamicPropsMixin } from '../dynamic-props.mixin';\n import ColumnPickerMixin from './column-picker.mixin';\n\n interface ColumnPickerItem {\n column: number;\n cssClasses: VueCSSClasses;\n events: Partial<XEventsTypes>;\n isSelected: boolean;\n }\n\n /**\n * Column picker list component renders a list of buttons to choose the columns number.\n *\n * Additionally, this component exposes the following props to modify the classes of the\n * elements: `buttonClass`.\n *\n * @remarks It extends {@link ColumnPickerMixin}.\n *\n * @public\n */\n @Component({\n components: { BaseEventButton }\n })\n export default class BaseColumnPickerList extends mixins(\n ColumnPickerMixin,\n dynamicPropsMixin(['buttonClass'])\n ) {\n /**\n * Maps the column to an object containing: the `column` and `CSS classes`.\n *\n * @returns An array of objects containing the column number and CSS classes.\n *\n * @internal\n */\n protected get columnsWithCssClasses(): ColumnPickerItem[] {\n return this.columns.map(column => ({\n column,\n cssClasses: [\n `x-column-picker-list__item--${column}-cols`,\n {\n 'x-column-picker-list__item--is-selected': this.selectedColumns === column,\n 'x-option-list__item--is-selected': this.selectedColumns === column\n }\n ],\n isSelected: this.selectedColumns === column,\n events: {\n UserClickedColumnPicker: column,\n ColumnsNumberProvided: column\n }\n }));\n }\n }\n</script>\n\n<style lang=\"scss\" scoped>\n .x-column-picker-list {\n display: flex;\n list-style-type: none;\n }\n</style>\n\n<docs lang=\"mdx\">\n## Examples\n\nThis component renders a list of elements in different slots depending on the columns prop. Each\nelement will emit the needed events to sync other instances of columns pickers, or grids with the\nnumber of columns that it is being selected when it is clicked.\n\n### Default usage\n\nIt is required to send the columns prop.\n\n```vue\n<template>\n <BaseColumnPickerList :columns=\"columns\" />\n</template>\n<script>\n import { BaseColumnPickerList } from '@empathyco/xcomponents';\n\n export default {\n components: {\n BaseColumnPickerList\n },\n data() {\n return { columns: [2, 4, 6] };\n }\n };\n</script>\n```\n\n#### Using v-model\n\nIt is possible to do two way binding in order to synchronize the value with the parents. It will be\nupdated if it changed the value or if the parent changes it.\n\n```vue\n<template>\n <BaseColumnPickerList :columns=\"columns\" v-model=\"selectedColumns\" />\n</template>\n<script>\n import { BaseColumnPickerList } from '@empathyco/xcomponents';\n\n export default {\n components: {\n BaseColumnPickerList\n },\n data() {\n return { columns: [2, 4, 6], selectedColumns: 4 };\n }\n };\n</script>\n```\n\n### Customized usage\n\n#### Overriding the slots\n\nIt is possible to override the column picker button content.\n\n```vue\n<template>\n <BaseColumnPickerList :columns=\"columns\" #default=\"{ column, isSelected }\">\n <span>{{ column }} {{ isSelected ? '🟢' : '' }}</span>\n </BaseColumnPickerList>\n</template>\n<script>\n import { BaseColumnPickerList } from '@empathyco/xcomponents';\n\n export default {\n components: {\n BaseColumnPickerList\n },\n data() {\n return { columns: [2, 4, 6] };\n }\n };\n</script>\n```\n\n#### Customizing the buttons with classes\n\nThe `buttonClass` prop can be used to add classes to the buttons.\n\n```vue\n<template>\n <BaseColumnPickerList :columns=\"columns\" buttonClass=\"x-button--round\" />\n</template>\n<script>\n import { BaseColumnPickerList } from '@empathyco/xcomponents';\n\n export default {\n components: {\n BaseColumnPickerList\n },\n data() {\n return { columns: [2, 4, 6] };\n }\n };\n</script>\n```\n\n## Events\n\nA list of events that the component will emit:\n\n- `UserClickedColumnPicker`: the event is emitted after the user clicks an item. The event payload\n is the number of columns that the clicked item represents.\n- `ColumnsNumberProvided`: the event is emitted on component mount. The event payload is the current\n `selectedColumns` value.\n</docs>\n"],"names":[],"mappings":";;;;;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { __decorate } from 'tslib';
|
|
2
|
+
import { mixins } from 'vue-class-component';
|
|
3
|
+
import { Component } from 'vue-property-decorator';
|
|
4
|
+
import __vue_component__ from '../base-event-button.vue.js';
|
|
5
|
+
import { dynamicPropsMixin } from '../dynamic-props.mixin.js';
|
|
6
|
+
import ColumnPickerMixin from './column-picker.mixin.js';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Column picker list component renders a list of buttons to choose the columns number.
|
|
10
|
+
*
|
|
11
|
+
* Additionally, this component exposes the following props to modify the classes of the
|
|
12
|
+
* elements: `buttonClass`.
|
|
13
|
+
*
|
|
14
|
+
* @remarks It extends {@link ColumnPickerMixin}.
|
|
15
|
+
*
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
let BaseColumnPickerList = class BaseColumnPickerList extends mixins(ColumnPickerMixin, dynamicPropsMixin(['buttonClass'])) {
|
|
19
|
+
/**
|
|
20
|
+
* Maps the column to an object containing: the `column` and `CSS classes`.
|
|
21
|
+
*
|
|
22
|
+
* @returns An array of objects containing the column number and CSS classes.
|
|
23
|
+
*
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
get columnsWithCssClasses() {
|
|
27
|
+
return this.columns.map(column => ({
|
|
28
|
+
column,
|
|
29
|
+
cssClasses: [
|
|
30
|
+
`x-column-picker-list__item--${column}-cols`,
|
|
31
|
+
{
|
|
32
|
+
'x-column-picker-list__item--is-selected': this.selectedColumns === column,
|
|
33
|
+
'x-option-list__item--is-selected': this.selectedColumns === column
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
isSelected: this.selectedColumns === column,
|
|
37
|
+
events: {
|
|
38
|
+
UserClickedColumnPicker: column,
|
|
39
|
+
ColumnsNumberProvided: column
|
|
40
|
+
}
|
|
41
|
+
}));
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
BaseColumnPickerList = __decorate([
|
|
45
|
+
Component({
|
|
46
|
+
components: { BaseEventButton: __vue_component__ }
|
|
47
|
+
})
|
|
48
|
+
], BaseColumnPickerList);
|
|
49
|
+
var script = BaseColumnPickerList;
|
|
50
|
+
|
|
51
|
+
export { script as default };
|
|
52
|
+
//# sourceMappingURL=base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map
|
package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-column-picker-list.vue_rollup-plugin-vue_script.vue.js","sources":["../../../../src/components/column-picker/base-column-picker-list.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport { mixins } from 'vue-class-component';\nimport { Component } from 'vue-property-decorator';\nimport { VueCSSClasses } from '../../utils/types';\nimport { XEventsTypes } from '../../wiring';\nimport BaseEventButton from '../base-event-button.vue';\nimport { dynamicPropsMixin } from '../dynamic-props.mixin';\nimport ColumnPickerMixin from './column-picker.mixin';\n\ninterface ColumnPickerItem {\n column: number;\n cssClasses: VueCSSClasses;\n events: Partial<XEventsTypes>;\n isSelected: boolean;\n}\n\n/**\n * Column picker list component renders a list of buttons to choose the columns number.\n *\n * Additionally, this component exposes the following props to modify the classes of the\n * elements: `buttonClass`.\n *\n * @remarks It extends {@link ColumnPickerMixin}.\n *\n * @public\n */\n@Component({\n components: { BaseEventButton }\n})\nexport default class BaseColumnPickerList extends mixins(\n ColumnPickerMixin,\n dynamicPropsMixin(['buttonClass'])\n) {\n /**\n * Maps the column to an object containing: the `column` and `CSS classes`.\n *\n * @returns An array of objects containing the column number and CSS classes.\n *\n * @internal\n */\n protected get columnsWithCssClasses(): ColumnPickerItem[] {\n return this.columns.map(column => ({\n column,\n cssClasses: [\n `x-column-picker-list__item--${column}-cols`,\n {\n 'x-column-picker-list__item--is-selected': this.selectedColumns === column,\n 'x-option-list__item--is-selected': this.selectedColumns === column\n }\n ],\n isSelected: this.selectedColumns === column,\n events: {\n UserClickedColumnPicker: column,\n ColumnsNumberProvided: column\n }\n }));\n }\n}\n"],"names":["BaseEventButton"],"mappings":";;;;;;;AA8CA;;;;;;;;;;AAaA,IAAqB,oBAAoB,GAAzC,MAAqB,oBAAqB,SAAQ,MAAM,CACtD,iBAAiB,EACjB,iBAAiB,CAAC,CAAC,aAAa,CAAC,CAAC,CACnC;;;;;;;;IAQC,IAAc,qBAAqB;QACjC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,KAAK;YACjC,MAAM;YACN,UAAU,EAAE;gBACV,+BAA+B,MAAM,OAAO;gBAC5C;oBACE,yCAAyC,EAAE,IAAI,CAAC,eAAe,KAAK,MAAM;oBAC1E,kCAAkC,EAAE,IAAI,CAAC,eAAe,KAAK,MAAM;iBACpE;aACF;YACD,UAAU,EAAE,IAAI,CAAC,eAAe,KAAK,MAAM;YAC3C,MAAM,EAAE;gBACN,uBAAuB,EAAE,MAAM;gBAC/B,qBAAqB,EAAE,MAAM;aAC9B;SACF,CAAC,CAAC,CAAC;KACL;CACF,CAAA;AA5BoB,oBAAoB;IAHxC,SAAS,CAAC;QACT,UAAU,EAAE,mBAAEA,iBAAe,EAAE;KAChC,CAAC;GACmB,oBAAoB,CA4BxC;aA5BoB,oBAAoB;;;;"}
|
package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createInjector, createInjectorSSR } from 'vue-runtime-helpers';
|
|
2
|
+
|
|
3
|
+
var css = ".x-column-picker-list[data-v-5eadffbc] {\n display: flex;\n list-style-type: none;\n}";
|
|
4
|
+
const isBrowser = /*#__PURE__*/ (function () {
|
|
5
|
+
return (
|
|
6
|
+
Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) !==
|
|
7
|
+
'[object process]'
|
|
8
|
+
);
|
|
9
|
+
})();
|
|
10
|
+
const useBrowserInjector =
|
|
11
|
+
(typeof STRIP_SSR_INJECTOR !== 'undefined' && STRIP_SSR_INJECTOR) || isBrowser;
|
|
12
|
+
const injector = useBrowserInjector ? createInjector({}) : createInjectorSSR({});
|
|
13
|
+
injector('/__w/x/x/packages/x-components/src/components/column-picker/base-column-picker-list.vue?rollup-plugin-vue=styles.0.css',{source:css});
|
|
14
|
+
|
|
15
|
+
export { css, css as default };
|
|
16
|
+
//# sourceMappingURL=base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-column-picker-list.vue_rollup-plugin-vue_styles.0.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { __decorate } from 'tslib';
|
|
2
2
|
import Vue from 'vue';
|
|
3
3
|
import { Prop, Watch } from 'vue-property-decorator';
|
|
4
4
|
import Component from 'vue-class-component';
|
|
@@ -9,32 +9,25 @@ import { XEmit, XOn } from '../decorators/bus.decorators.js';
|
|
|
9
9
|
*
|
|
10
10
|
* @public
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
12
|
+
let ColumnPickerMixin = class ColumnPickerMixin extends Vue {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
16
15
|
/**
|
|
17
16
|
* Selected column, `value` prop by default or the first `columns` item.
|
|
18
17
|
*
|
|
19
18
|
* @internal
|
|
20
19
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
this.selectedColumns = this.providedSelectedColumns;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Retrieves the provided selected column.
|
|
24
|
+
*
|
|
25
|
+
* @returns The provided `value`, or the first value of the list of possible columns.
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
get providedSelectedColumns() {
|
|
29
|
+
return this.value ?? this.columns[0];
|
|
23
30
|
}
|
|
24
|
-
Object.defineProperty(ColumnPickerMixin.prototype, "providedSelectedColumns", {
|
|
25
|
-
/**
|
|
26
|
-
* Retrieves the provided selected column.
|
|
27
|
-
*
|
|
28
|
-
* @returns The provided `value`, or the first value of the list of possible columns.
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
get: function () {
|
|
32
|
-
var _a;
|
|
33
|
-
return (_a = this.value) !== null && _a !== void 0 ? _a : this.columns[0];
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
31
|
/**
|
|
39
32
|
* Synchronizes the selected column with the one provided by argument.
|
|
40
33
|
*
|
|
@@ -42,9 +35,9 @@ var ColumnPickerMixin = /** @class */ (function (_super) {
|
|
|
42
35
|
*
|
|
43
36
|
* @internal
|
|
44
37
|
*/
|
|
45
|
-
|
|
38
|
+
setSelectedColumns(columns) {
|
|
46
39
|
this.selectedColumns = columns;
|
|
47
|
-
}
|
|
40
|
+
}
|
|
48
41
|
/**
|
|
49
42
|
* Synchronizes the number of selected columns with the provided selected column value.
|
|
50
43
|
*
|
|
@@ -52,11 +45,11 @@ var ColumnPickerMixin = /** @class */ (function (_super) {
|
|
|
52
45
|
*
|
|
53
46
|
* @internal
|
|
54
47
|
*/
|
|
55
|
-
|
|
48
|
+
emitChange(column) {
|
|
56
49
|
if (this.value !== column) {
|
|
57
50
|
this.$emit('change', column);
|
|
58
51
|
}
|
|
59
|
-
}
|
|
52
|
+
}
|
|
60
53
|
/**
|
|
61
54
|
* Synchronizes the columns number before mounting the component. If the real number of selected
|
|
62
55
|
* columns equals the provided columns, it emits the event to sync it with every other component.
|
|
@@ -65,39 +58,39 @@ var ColumnPickerMixin = /** @class */ (function (_super) {
|
|
|
65
58
|
*
|
|
66
59
|
* @internal
|
|
67
60
|
*/
|
|
68
|
-
|
|
61
|
+
beforeMount() {
|
|
69
62
|
if (this.selectedColumns === this.providedSelectedColumns) {
|
|
70
63
|
this.$x.emit('ColumnsNumberProvided', this.selectedColumns);
|
|
71
64
|
}
|
|
72
65
|
else {
|
|
73
66
|
this.emitChange(this.selectedColumns);
|
|
74
67
|
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
__decorate([
|
|
71
|
+
Prop({ required: false })
|
|
72
|
+
], ColumnPickerMixin.prototype, "value", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
Prop({ required: true })
|
|
75
|
+
], ColumnPickerMixin.prototype, "columns", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
XEmit('ColumnsNumberProvided', { immediate: false })
|
|
78
|
+
], ColumnPickerMixin.prototype, "selectedColumns", void 0);
|
|
79
|
+
__decorate([
|
|
80
|
+
Watch('providedSelectedColumns'),
|
|
81
|
+
XOn('ColumnsNumberProvided')
|
|
82
|
+
], ColumnPickerMixin.prototype, "setSelectedColumns", null);
|
|
83
|
+
__decorate([
|
|
84
|
+
Watch('selectedColumns')
|
|
85
|
+
], ColumnPickerMixin.prototype, "emitChange", null);
|
|
86
|
+
ColumnPickerMixin = __decorate([
|
|
87
|
+
Component({
|
|
88
|
+
model: {
|
|
89
|
+
event: 'change'
|
|
90
|
+
}
|
|
91
|
+
})
|
|
92
|
+
], ColumnPickerMixin);
|
|
93
|
+
var ColumnPickerMixin$1 = ColumnPickerMixin;
|
|
101
94
|
|
|
102
|
-
export default
|
|
95
|
+
export { ColumnPickerMixin$1 as default };
|
|
103
96
|
//# sourceMappingURL=column-picker.mixin.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-picker.mixin.js","sources":["../../../../src/components/column-picker/column-picker.mixin.ts"],"sourcesContent":["import Vue from 'vue';\nimport { Prop, Watch } from 'vue-property-decorator';\nimport Component from 'vue-class-component';\nimport { XEmit, XOn } from '../decorators/bus.decorators';\n\n/**\n * Mixin to share Column Pickers logic.\n *\n * @public\n */\n@Component({\n model: {\n event: 'change'\n }\n})\nexport default class ColumnPickerMixin extends Vue {\n /**\n * The value of the selected columns number.\n *\n * @public\n */\n @Prop({ required: false })\n protected value?: number;\n\n /**\n * An array of numbers that represents the number of columns to render.\n *\n * @public\n */\n @Prop({ required: true })\n protected columns!: number[];\n\n /**\n * Selected column, `value` prop by default or the first `columns` item.\n *\n * @internal\n */\n @XEmit('ColumnsNumberProvided', { immediate: false })\n public selectedColumns = this.providedSelectedColumns;\n\n /**\n * Retrieves the provided selected column.\n *\n * @returns The provided `value`, or the first value of the list of possible columns.\n * @internal\n */\n public get providedSelectedColumns(): number {\n return this.value ?? this.columns[0];\n }\n\n /**\n * Synchronizes the selected column with the one provided by argument.\n *\n * @param columns - The column number.\n *\n * @internal\n */\n @Watch('providedSelectedColumns')\n @XOn('ColumnsNumberProvided')\n setSelectedColumns(columns: number): void {\n this.selectedColumns = columns;\n }\n\n /**\n * Synchronizes the number of selected columns with the provided selected column value.\n *\n * @param column - The new number of columns.\n *\n * @internal\n */\n @Watch('selectedColumns')\n protected emitChange(column: number): void {\n if (this.value !== column) {\n this.$emit('change', column);\n }\n }\n\n /**\n * Synchronizes the columns number before mounting the component. If the real number of selected\n * columns equals the provided columns, it emits the event to sync it with every other component.\n * If it is not equal it means that the user has already selected a number of columns, so we emit\n * a `change` event so developers can sync the provided value.\n *\n * @internal\n */\n beforeMount(): void {\n if (this.selectedColumns === this.providedSelectedColumns) {\n this.$x.emit('ColumnsNumberProvided', this.selectedColumns);\n } else {\n this.emitChange(this.selectedColumns);\n }\n }\n}\n"],"names":[],"mappings":";;;;;;AAKA;;;;;AAUA
|
|
1
|
+
{"version":3,"file":"column-picker.mixin.js","sources":["../../../../src/components/column-picker/column-picker.mixin.ts"],"sourcesContent":["import Vue from 'vue';\nimport { Prop, Watch } from 'vue-property-decorator';\nimport Component from 'vue-class-component';\nimport { XEmit, XOn } from '../decorators/bus.decorators';\n\n/**\n * Mixin to share Column Pickers logic.\n *\n * @public\n */\n@Component({\n model: {\n event: 'change'\n }\n})\nexport default class ColumnPickerMixin extends Vue {\n /**\n * The value of the selected columns number.\n *\n * @public\n */\n @Prop({ required: false })\n protected value?: number;\n\n /**\n * An array of numbers that represents the number of columns to render.\n *\n * @public\n */\n @Prop({ required: true })\n protected columns!: number[];\n\n /**\n * Selected column, `value` prop by default or the first `columns` item.\n *\n * @internal\n */\n @XEmit('ColumnsNumberProvided', { immediate: false })\n public selectedColumns = this.providedSelectedColumns;\n\n /**\n * Retrieves the provided selected column.\n *\n * @returns The provided `value`, or the first value of the list of possible columns.\n * @internal\n */\n public get providedSelectedColumns(): number {\n return this.value ?? this.columns[0];\n }\n\n /**\n * Synchronizes the selected column with the one provided by argument.\n *\n * @param columns - The column number.\n *\n * @internal\n */\n @Watch('providedSelectedColumns')\n @XOn('ColumnsNumberProvided')\n setSelectedColumns(columns: number): void {\n this.selectedColumns = columns;\n }\n\n /**\n * Synchronizes the number of selected columns with the provided selected column value.\n *\n * @param column - The new number of columns.\n *\n * @internal\n */\n @Watch('selectedColumns')\n protected emitChange(column: number): void {\n if (this.value !== column) {\n this.$emit('change', column);\n }\n }\n\n /**\n * Synchronizes the columns number before mounting the component. If the real number of selected\n * columns equals the provided columns, it emits the event to sync it with every other component.\n * If it is not equal it means that the user has already selected a number of columns, so we emit\n * a `change` event so developers can sync the provided value.\n *\n * @internal\n */\n beforeMount(): void {\n if (this.selectedColumns === this.providedSelectedColumns) {\n this.$x.emit('ColumnsNumberProvided', this.selectedColumns);\n } else {\n this.emitChange(this.selectedColumns);\n }\n }\n}\n"],"names":[],"mappings":";;;;;;AAKA;;;;;AAUA,IAAqB,iBAAiB,GAAtC,MAAqB,iBAAkB,SAAQ,GAAG;IAAlD;;;;;;;QAuBS,oBAAe,GAAG,IAAI,CAAC,uBAAuB,CAAC;KAsDvD;;;;;;;IA9CC,IAAW,uBAAuB;QAChC,OAAO,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;KACtC;;;;;;;;IAWD,kBAAkB,CAAC,OAAe;QAChC,IAAI,CAAC,eAAe,GAAG,OAAO,CAAC;KAChC;;;;;;;;IAUS,UAAU,CAAC,MAAc;QACjC,IAAI,IAAI,CAAC,KAAK,KAAK,MAAM,EAAE;YACzB,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;SAC9B;KACF;;;;;;;;;IAUD,WAAW;QACT,IAAI,IAAI,CAAC,eAAe,KAAK,IAAI,CAAC,uBAAuB,EAAE;YACzD,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,uBAAuB,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC;SAC7D;aAAM;YACL,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;SACvC;KACF;CACF,CAAA;AAtEC;IADC,IAAI,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;gDACD;AAQzB;IADC,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;kDACI;AAQ7B;IADC,KAAK,CAAC,uBAAuB,EAAE,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;0DACC;AAqBtD;IAFC,KAAK,CAAC,yBAAyB,CAAC;IAChC,GAAG,CAAC,uBAAuB,CAAC;2DAG5B;AAUD;IADC,KAAK,CAAC,iBAAiB,CAAC;mDAKxB;AA5DkB,iBAAiB;IALrC,SAAS,CAAC;QACT,KAAK,EAAE;YACL,KAAK,EAAE,QAAQ;SAChB;KACF,CAAC;GACmB,iBAAiB,CA6ErC;0BA7EoB,iBAAiB;;;;"}
|