@empathyco/x-components 3.0.0-alpha.3 → 3.0.0-alpha.300
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 +5379 -574
- package/README.md +27 -8
- package/core/index.d.ts +16 -0
- package/core/index.js +167 -0
- package/core/index.js.map +1 -0
- package/{tests/e2e/specs/cucumber/All.features → design-system/.-mixins.css} +0 -0
- package/design-system/badge-default.css +49 -0
- package/design-system/base.css +42 -0
- package/design-system/default-theme.css +2201 -0
- package/design-system/deprecated-full-theme.css +1108 -0
- package/design-system/dropdown-card.css +43 -0
- package/design-system/dropdown-default.css +242 -0
- package/design-system/dropdown-l.css +7 -0
- package/design-system/dropdown-line.css +63 -0
- package/design-system/dropdown-m.css +7 -0
- package/design-system/dropdown-pill.css +43 -0
- package/design-system/dropdown-s.css +7 -0
- package/design-system/dropdown-xl.css +7 -0
- package/design-system/facet-card.css +26 -0
- package/design-system/facet-default.css +127 -0
- package/design-system/facet-line.css +24 -0
- package/design-system/facet-outlined.css +28 -0
- package/design-system/filter-default.css +113 -0
- package/design-system/filter-hierarchical.css +32 -0
- package/design-system/filter-justified.css +4 -0
- package/design-system/full-theme.css +6536 -0
- package/design-system/grid-default.css +26 -0
- package/design-system/icon-default.css +30 -0
- package/design-system/icon-l.css +9 -0
- package/design-system/icon-m.css +9 -0
- package/design-system/icon-s.css +9 -0
- package/design-system/icon-xl.css +9 -0
- package/design-system/input-card.css +20 -0
- package/design-system/input-default.css +108 -0
- package/design-system/input-group-card.css +36 -0
- package/design-system/input-group-default.css +177 -0
- package/design-system/input-group-line.css +51 -0
- package/design-system/input-group-pill.css +26 -0
- package/design-system/input-line.css +22 -0
- package/design-system/input-pill.css +16 -0
- package/design-system/list-default.css +148 -0
- package/design-system/list-gap.css +522 -0
- package/design-system/list-padding.css +340 -0
- package/design-system/message-default.css +71 -0
- package/design-system/option-list-bottom.css +131 -0
- package/design-system/option-list-default.css +192 -0
- package/design-system/picture-default.css +15 -0
- package/design-system/progress-bar-progress-bar.css +25 -0
- package/design-system/result-card.css +8 -0
- package/design-system/result-default.css +61 -0
- package/design-system/row-default.css +128 -0
- package/design-system/row-gap.css +102 -0
- package/design-system/row-padding.css +29 -0
- package/design-system/scroll-default.css +34 -0
- package/design-system/tag-card.css +18 -0
- package/design-system/tag-default.css +221 -0
- package/design-system/tag-ghost.css +30 -0
- package/design-system/tag-pill.css +18 -0
- 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-line-clamp.css +34 -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/device/index.d.ts +1 -0
- package/device/index.js +5 -0
- package/docs/API-reference/api/index.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +108 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacettype.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
- package/docs/API-reference/api/x-components.actionnamesfor.md +15 -0
- package/docs/API-reference/api/x-components.actionsclass.md +15 -0
- package/docs/API-reference/api/x-components.actionsdictionary.md +23 -0
- package/docs/API-reference/api/x-components.actionstree.md +17 -0
- package/docs/API-reference/api/x-components.addquerytohistory.md +13 -0
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +27 -0
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +21 -0
- package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.facet.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.isselected.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.md +23 -0
- package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.animateclippath.md +13 -0
- package/docs/API-reference/api/x-components.animatescale.md +13 -0
- package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
- package/docs/API-reference/api/x-components.animatewidth.md +15 -0
- package/docs/API-reference/api/x-components.anyactionstree.md +15 -0
- package/docs/API-reference/api/x-components.anygetterstree.md +15 -0
- package/docs/API-reference/api/x-components.anymutationstree.md +15 -0
- package/docs/API-reference/api/x-components.anysimplestateselector.md +15 -0
- package/docs/API-reference/api/x-components.anystateselector.md +15 -0
- package/docs/API-reference/api/x-components.anystoreemitters.md +15 -0
- package/docs/API-reference/api/x-components.anywire.md +15 -0
- package/docs/API-reference/api/x-components.anyxmodule.md +15 -0
- package/docs/API-reference/api/x-components.anyxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +15 -0
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +27 -0
- package/docs/API-reference/api/x-components.arraytoobject.md +30 -0
- package/docs/API-reference/api/x-components.arraytoobject_1.md +27 -0
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowkey.md +13 -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.bagicon.md +11 -0
- package/docs/API-reference/api/x-components.banner.banner.md +13 -0
- package/docs/API-reference/api/x-components.banner.md +21 -0
- package/docs/API-reference/api/x-components.bannerslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.bannerslist.md +26 -0
- package/docs/API-reference/api/x-components.bannerslist.stateitems.md +13 -0
- package/docs/API-reference/api/x-components.barcodeicon.md +11 -0
- package/docs/API-reference/api/x-components.barcodetinyicon.md +11 -0
- package/docs/API-reference/api/x-components.baseaddtocart.events.md +13 -0
- package/docs/API-reference/api/x-components.baseaddtocart.md +22 -0
- package/docs/API-reference/api/x-components.baseaddtocart.result.md +13 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +24 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +33 -0
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +21 -0
- package/docs/API-reference/api/x-components.basecurrency.format.md +13 -0
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
- package/docs/API-reference/api/x-components.basecurrency.md +43 -0
- package/docs/API-reference/api/x-components.basecurrency.value.md +18 -0
- package/docs/API-reference/api/x-components.basedropdown._refs.md +14 -0
- package/docs/API-reference/api/x-components.basedropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.arialabel.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +24 -0
- package/docs/API-reference/api/x-components.basedropdown.items.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.listid.md +11 -0
- package/docs/API-reference/api/x-components.basedropdown.md +33 -0
- package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.value.md +13 -0
- package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +15 -0
- package/docs/API-reference/api/x-components.baseeventbutton.events.md +13 -0
- package/docs/API-reference/api/x-components.baseeventbutton.md +27 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +24 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.md +32 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +22 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +22 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +11 -0
- package/docs/API-reference/api/x-components.basefallbackimage.md +11 -0
- package/docs/API-reference/api/x-components.basegrid.animation.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.columns.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.computeditems.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.items.md +18 -0
- package/docs/API-reference/api/x-components.basegrid.md +24 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +22 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodal.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.md +32 -0
- package/docs/API-reference/api/x-components.baseidmodal.modalid.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +25 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.emitclosemodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +27 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.emitopenmodalevent.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +27 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +21 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +35 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +24 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +30 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +25 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.md +36 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +15 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +18 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +25 -0
- package/docs/API-reference/api/x-components.basemodal._refs.md +14 -0
- package/docs/API-reference/api/x-components.basemodal.animation.md +13 -0
- 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 +36 -0
- package/docs/API-reference/api/x-components.basemodal.mounted.md +15 -0
- package/docs/API-reference/api/x-components.basemodal.open.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.overlayanimation.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.referenceelement.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.referenceselector.md +13 -0
- package/docs/API-reference/api/x-components.baseplaceholderimage.md +11 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +15 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +32 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +22 -0
- package/docs/API-reference/api/x-components.baserating.max.md +13 -0
- package/docs/API-reference/api/x-components.baserating.md +22 -0
- package/docs/API-reference/api/x-components.baserating.value.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +22 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +18 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +22 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.hoveranimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.loadanimation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +24 -0
- package/docs/API-reference/api/x-components.baseresultimage.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.shownextimageonhover.md +13 -0
- package/docs/API-reference/api/x-components.baseresultlink.md +25 -0
- package/docs/API-reference/api/x-components.baseresultlink.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +18 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +22 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +13 -0
- 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 +15 -0
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +18 -0
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.basesuggestion.events.md +18 -0
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.filter.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +36 -0
- package/docs/API-reference/api/x-components.basesuggestion.query.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.animation.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +25 -0
- package/docs/API-reference/api/x-components.basesuggestions.showfacets.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.showplainsuggestion.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +13 -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.basetabspanel.allowtabdeselect.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.contentanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.initialtab.md +13 -0
- package/docs/API-reference/api/x-components.basetabspanel.md +24 -0
- package/docs/API-reference/api/x-components.basetabspanel.tabsanimation.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +22 -0
- package/docs/API-reference/api/x-components.basetogglepanel.open.md +13 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +13 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +18 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +22 -0
- package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.md +25 -0
- package/docs/API-reference/api/x-components.basexapi.search.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.basexbus.emit.md +26 -0
- package/docs/API-reference/api/x-components.basexbus.md +22 -0
- package/docs/API-reference/api/x-components.basexbus.on.md +27 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +13 -0
- package/docs/API-reference/api/x-components.capitalize.md +30 -0
- package/docs/API-reference/api/x-components.carticon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkicon.md +11 -0
- package/docs/API-reference/api/x-components.checktinyicon.md +11 -0
- package/docs/API-reference/api/x-components.chevrondownicon.md +11 -0
- package/docs/API-reference/api/x-components.chevronlefticon.md +11 -0
- package/docs/API-reference/api/x-components.chevronrighticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinydownicon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinylefticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinyrighticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinyupicon.md +11 -0
- package/docs/API-reference/api/x-components.chevronupicon.md +11 -0
- package/docs/API-reference/api/x-components.clearfilters.md +19 -0
- package/docs/API-reference/api/x-components.clearhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +13 -0
- 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.clearquerysuggestionsquery.md +13 -0
- package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +11 -0
- package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +11 -0
- package/docs/API-reference/api/x-components.clearsearchinput.md +27 -0
- package/docs/API-reference/api/x-components.clearsearchinput.query.md +11 -0
- package/docs/API-reference/api/x-components.clearsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.clone.md +26 -0
- package/docs/API-reference/api/x-components.closemainmodal.md +15 -0
- package/docs/API-reference/api/x-components.collapseheight.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapseheight.md +21 -0
- package/docs/API-reference/api/x-components.collapsewidth.appear.md +13 -0
- package/docs/API-reference/api/x-components.collapsewidth.md +21 -0
- package/docs/API-reference/api/x-components.columnpickermixin.columns.md +13 -0
- package/docs/API-reference/api/x-components.columnpickermixin.md +22 -0
- package/docs/API-reference/api/x-components.columnpickermixin.value.md +13 -0
- package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +26 -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.createstoreemitters.md +27 -0
- package/docs/API-reference/api/x-components.createtrackwire.md +26 -0
- package/docs/API-reference/api/x-components.createwirefromfunction.md +26 -0
- package/docs/API-reference/api/x-components.createwiring.md +26 -0
- package/docs/API-reference/api/x-components.crossfade.appear.md +13 -0
- package/docs/API-reference/api/x-components.crossfade.md +21 -0
- package/docs/API-reference/api/x-components.crossicon.md +11 -0
- package/docs/API-reference/api/x-components.crosstinyicon.md +11 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.currencyformatter.md +31 -0
- package/docs/API-reference/api/x-components.debounce.md +31 -0
- package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +15 -0
- package/docs/API-reference/api/x-components.debouncedfunction.md +20 -0
- package/docs/API-reference/api/x-components.debouncefunction.md +35 -0
- package/docs/API-reference/api/x-components.debounceoptions.leading.md +11 -0
- package/docs/API-reference/api/x-components.debounceoptions.md +21 -0
- package/docs/API-reference/api/x-components.debounceoptions.trailing.md +11 -0
- package/docs/API-reference/api/x-components.decoratorfor.md +13 -0
- package/docs/API-reference/api/x-components.deepfilter.md +96 -0
- package/docs/API-reference/api/x-components.deepflat.md +29 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +42 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.deviceactions.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.force.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.md +23 -0
- package/docs/API-reference/api/x-components.devicedetector.throttlems.md +13 -0
- package/docs/API-reference/api/x-components.devicegetters.md +13 -0
- package/docs/API-reference/api/x-components.devicemutations.md +20 -0
- package/docs/API-reference/api/x-components.devicemutations.setname.md +24 -0
- package/docs/API-reference/api/x-components.devicestate.md +20 -0
- package/docs/API-reference/api/x-components.devicestate.name.md +13 -0
- package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +13 -0
- package/docs/API-reference/api/x-components.devicexevents.md +20 -0
- package/docs/API-reference/api/x-components.devicexmodule.md +13 -0
- package/docs/API-reference/api/x-components.devicexstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +23 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +27 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +26 -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.documentdirection.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +31 -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.emitter.md +15 -0
- package/docs/API-reference/api/x-components.emitters.md +17 -0
- package/docs/API-reference/api/x-components.empathize._refs.md +13 -0
- package/docs/API-reference/api/x-components.empathize.animation.md +13 -0
- package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathize.md +30 -0
- package/docs/API-reference/api/x-components.empathize.updated.md +17 -0
- package/docs/API-reference/api/x-components.empathizeactions.md +13 -0
- package/docs/API-reference/api/x-components.empathizeconfig.md +13 -0
- package/docs/API-reference/api/x-components.empathizegetters.md +13 -0
- package/docs/API-reference/api/x-components.empathizemutations.md +20 -0
- package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +24 -0
- package/docs/API-reference/api/x-components.empathizestate.config.md +13 -0
- package/docs/API-reference/api/x-components.empathizestate.isopen.md +13 -0
- package/docs/API-reference/api/x-components.empathizestate.md +21 -0
- package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +13 -0
- package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +13 -0
- package/docs/API-reference/api/x-components.empathizexevents.md +22 -0
- package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathizexmodule.md +13 -0
- package/docs/API-reference/api/x-components.empathizexstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +17 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +23 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +22 -0
- package/docs/API-reference/api/x-components.extractactionpayload.md +15 -0
- package/docs/API-reference/api/x-components.extractactionreturn.md +13 -0
- package/docs/API-reference/api/x-components.extractactions.md +15 -0
- package/docs/API-reference/api/x-components.extractgetters.md +15 -0
- package/docs/API-reference/api/x-components.extractmutationpayload.md +15 -0
- package/docs/API-reference/api/x-components.extractmutations.md +15 -0
- package/docs/API-reference/api/x-components.extractpayload.md +13 -0
- package/docs/API-reference/api/x-components.extractstate.md +15 -0
- package/docs/API-reference/api/x-components.extraparams.created.md +17 -0
- package/docs/API-reference/api/x-components.extraparams.md +29 -0
- package/docs/API-reference/api/x-components.extraparams.render.md +15 -0
- package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
- package/docs/API-reference/api/x-components.extraparams.values.md +18 -0
- package/docs/API-reference/api/x-components.extraparamsactions.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsgetters.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.md +20 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +22 -0
- package/docs/API-reference/api/x-components.extraparamsstate.md +20 -0
- package/docs/API-reference/api/x-components.extraparamsstate.params.md +11 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.md +23 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +13 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +22 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +13 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.md +21 -0
- package/docs/API-reference/api/x-components.facets.animation.md +13 -0
- package/docs/API-reference/api/x-components.facets.md +13 -0
- package/docs/API-reference/api/x-components.facets.renderablefacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsactions.md +13 -0
- package/docs/API-reference/api/x-components.facetsactionscontext.md +15 -0
- package/docs/API-reference/api/x-components.facetsgetters.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsgetters.md +22 -0
- package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
- 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 +28 -0
- package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.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.facetsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsprovider.groupid.md +13 -0
- package/docs/API-reference/api/x-components.facetsprovider.md +28 -0
- package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +17 -0
- package/docs/API-reference/api/x-components.facetsprovider.render.md +15 -0
- package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.md +28 -0
- package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.setquery.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +32 -0
- package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +13 -0
- package/docs/API-reference/api/x-components.facetsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.facetsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.fade.appear.md +13 -0
- package/docs/API-reference/api/x-components.fade.md +21 -0
- package/docs/API-reference/api/x-components.fadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.fadeandslide.md +23 -0
- package/docs/API-reference/api/x-components.fadeandslide.tag.md +13 -0
- package/docs/API-reference/api/x-components.featurelocation.md +22 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavenextquerypreviewwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchidentifierresults.md +13 -0
- package/docs/API-reference/api/x-components.fetchnextqueries.md +13 -0
- package/docs/API-reference/api/x-components.fetchpopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.fetchquerypreview.md +13 -0
- package/docs/API-reference/api/x-components.fetchquerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.fetchrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.fetchrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.fetchsearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.filter.md +27 -0
- package/docs/API-reference/api/x-components.filterblacklistedmodules.md +27 -0
- package/docs/API-reference/api/x-components.filterfalsypayload.md +26 -0
- package/docs/API-reference/api/x-components.filtersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.filtersicon.md +11 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +13 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.md +23 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.cssclasses.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.md +23 -0
- package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.filterssearch.filterssearchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.md +24 -0
- package/docs/API-reference/api/x-components.filterssearch.query.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +11 -0
- package/docs/API-reference/api/x-components.filtertruthypayload.md +26 -0
- package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +27 -0
- package/docs/API-reference/api/x-components.firstparameter.md +13 -0
- 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 +26 -0
- package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +28 -0
- package/docs/API-reference/api/x-components.gettargetelement.md +30 -0
- package/docs/API-reference/api/x-components.getter.md +29 -0
- package/docs/API-reference/api/x-components.gettersclass.md +15 -0
- package/docs/API-reference/api/x-components.getterstree.md +17 -0
- package/docs/API-reference/api/x-components.geturlparameter.md +13 -0
- 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.grid1colicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2colicon.md +11 -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.groupid.md +13 -0
- package/docs/API-reference/api/x-components.groupitemsby.md +27 -0
- package/docs/API-reference/api/x-components.hideicon.md +11 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +29 -0
- package/docs/API-reference/api/x-components.highlight.highlight.md +13 -0
- package/docs/API-reference/api/x-components.highlight.matchclass.md +13 -0
- package/docs/API-reference/api/x-components.highlight.md +23 -0
- package/docs/API-reference/api/x-components.highlight.text.md +13 -0
- package/docs/API-reference/api/x-components.historyicon.md +11 -0
- package/docs/API-reference/api/x-components.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +66 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +17 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.md +27 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +17 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +24 -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.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +18 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +18 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.md +23 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +26 -0
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +21 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +25 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.query.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +30 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.historyquery.md +21 -0
- package/docs/API-reference/api/x-components.historyquery.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.historytinyicon.md +11 -0
- package/docs/API-reference/api/x-components.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.md +24 -0
- package/docs/API-reference/api/x-components.identifierresult.query.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.result.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.animation.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +24 -0
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +17 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +26 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +15 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +23 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +24 -0
- 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.identifierresultsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.md +25 -0
- 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.identifierresultsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +13 -0
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
- package/docs/API-reference/api/x-components.infinitescroll.md +48 -0
- package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +11 -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.api.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.app.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.bus.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +26 -0
- package/docs/API-reference/api/x-components.installxoptions.md +34 -0
- package/docs/API-reference/api/x-components.installxoptions.oncreateapp.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.plugin.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.vue.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +26 -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.internalsearchresponse.md +22 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.request.md +13 -0
- package/docs/API-reference/api/x-components.internalsearchresponse.status.md +13 -0
- package/docs/API-reference/api/x-components.isarrayempty.md +26 -0
- package/docs/API-reference/api/x-components.iselementequalorcontained.md +27 -0
- package/docs/API-reference/api/x-components.isinrange.md +27 -0
- package/docs/API-reference/api/x-components.isnewquery.md +35 -0
- package/docs/API-reference/api/x-components.isstringempty.md +26 -0
- package/docs/API-reference/api/x-components.isxcomponent.md +26 -0
- package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.md +22 -0
- package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
- package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- package/docs/API-reference/api/x-components.listitem.md +13 -0
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +13 -0
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +13 -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.mapwire.md +27 -0
- package/docs/API-reference/api/x-components.maybearray.md +13 -0
- package/docs/API-reference/api/x-components.md +738 -0
- package/docs/API-reference/api/x-components.menuicon.md +11 -0
- package/docs/API-reference/api/x-components.minusicon.md +11 -0
- package/docs/API-reference/api/x-components.minustinyicon.md +11 -0
- package/docs/API-reference/api/x-components.monadicfunction.md +13 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +13 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +21 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.filter.md +13 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.md +21 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.newfilterstate.md +13 -0
- package/docs/API-reference/api/x-components.mutationnamesfor.md +15 -0
- package/docs/API-reference/api/x-components.mutationsdictionary.md +24 -0
- package/docs/API-reference/api/x-components.mutationstree.md +17 -0
- 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 +26 -0
- package/docs/API-reference/api/x-components.namespacedthrottle.md +26 -0
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwirecommit.md +13 -0
- package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatch.md +13 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +27 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +29 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +36 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxpreviewitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +23 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.md +21 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +13 -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.maxgroups.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +28 -0
- package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.showonlyafteroffset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesrequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.query.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.resultspreview.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerypreviewmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.nextquery.events.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +23 -0
- package/docs/API-reference/api/x-components.nextquery.suggestion.md +13 -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.niladicfunction.md +13 -0
- package/docs/API-reference/api/x-components.normalisedsnippetconfig.md +15 -0
- package/docs/API-reference/api/x-components.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.normalizestring.md +26 -0
- package/docs/API-reference/api/x-components.nq1icon.md +11 -0
- package/docs/API-reference/api/x-components.nq2icon.md +11 -0
- package/docs/API-reference/api/x-components.nq3icon.md +11 -0
- package/docs/API-reference/api/x-components.nq4icon.md +11 -0
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +22 -0
- package/docs/API-reference/api/x-components.openmainmodal.md +15 -0
- package/docs/API-reference/api/x-components.pair.md +13 -0
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.partialquerybutton.md +27 -0
- package/docs/API-reference/api/x-components.partialquerybutton.query.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.items.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.md +23 -0
- package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.plusicon.md +11 -0
- package/docs/API-reference/api/x-components.popularsearch.events.md +13 -0
- package/docs/API-reference/api/x-components.popularsearch.md +22 -0
- package/docs/API-reference/api/x-components.popularsearch.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +17 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +26 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.md +22 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +36 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.md +21 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +21 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +23 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesrequest.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +22 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +15 -0
- 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 +21 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +13 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +13 -0
- package/docs/API-reference/api/x-components.privatexmodulesoptions.md +17 -0
- package/docs/API-reference/api/x-components.promoted.md +21 -0
- package/docs/API-reference/api/x-components.promoted.promoted.md +13 -0
- package/docs/API-reference/api/x-components.promotedslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.promotedslist.md +26 -0
- package/docs/API-reference/api/x-components.promotedslist.stateitems.md +13 -0
- package/docs/API-reference/api/x-components.propswithtype.md +28 -0
- package/docs/API-reference/api/x-components.queriespreviewactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +26 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.md +21 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewconfig.md +20 -0
- package/docs/API-reference/api/x-components.queriespreviewgetters.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +23 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreview.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.config.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.md +22 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.params.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.md +21 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewunmountedhook.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxmodule.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.queryfeature.md +13 -0
- package/docs/API-reference/api/x-components.queryorigin.md +15 -0
- 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.querysuggestion.md +21 -0
- package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +17 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +26 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +34 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.md +22 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +21 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +26 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +22 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsrequest.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.recommendations.animation.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendations_origin.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +17 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +26 -0
- package/docs/API-reference/api/x-components.recommendationsactions.md +22 -0
- package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsconfig.md +20 -0
- package/docs/API-reference/api/x-components.recommendationsgetters.md +20 -0
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.md +23 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsrequest.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.md +22 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +15 -0
- 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.refreshhistoryqueriessession.md +13 -0
- package/docs/API-reference/api/x-components.refreshsession.md +13 -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 +28 -0
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.animation.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +17 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +26 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +20 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +22 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +23 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsrequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +25 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.removefromhistory.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +18 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.md +22 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.name.md +13 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.md +32 -0
- package/docs/API-reference/api/x-components.renderlessfilter.render.md +22 -0
- package/docs/API-reference/api/x-components.requeststatus.md +13 -0
- 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 +13 -0
- 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.animation.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.hasmoreitems.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.items.md +18 -0
- package/docs/API-reference/api/x-components.resultslist.md +39 -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 +15 -0
- package/docs/API-reference/api/x-components.rootstorestateandgetters.md +15 -0
- package/docs/API-reference/api/x-components.rootxstorestate.md +20 -0
- package/docs/API-reference/api/x-components.rootxstorestate.x.md +13 -0
- package/docs/API-reference/api/x-components.sanitize.md +13 -0
- 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.savequery.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.scrolldirection.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.distancetobottom.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.md +26 -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.scrollmixin.throttlems.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.searchactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +17 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +26 -0
- package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +21 -0
- package/docs/API-reference/api/x-components.searchactions.md +27 -0
- 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 +21 -0
- package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxgetters.md +20 -0
- package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxmutations.md +22 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +24 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.searchboxstate.inputstatus.md +13 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +22 -0
- package/docs/API-reference/api/x-components.searchboxstate.query.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.md +31 -0
- package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +13 -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.searchboxxevents.useristypingaquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxmodule.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +11 -0
- package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +11 -0
- package/docs/API-reference/api/x-components.searchbutton.md +33 -0
- package/docs/API-reference/api/x-components.searchbutton.query.md +11 -0
- package/docs/API-reference/api/x-components.searchconfig.md +20 -0
- package/docs/API-reference/api/x-components.searchconfig.pagesize.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.md +21 -0
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.searchicon.md +11 -0
- package/docs/API-reference/api/x-components.searchinput._refs.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autofocus.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +11 -0
- package/docs/API-reference/api/x-components.searchinput.instant.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.maxlength.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.md +36 -0
- package/docs/API-reference/api/x-components.searchinput.mounted.md +15 -0
- package/docs/API-reference/api/x-components.searchinput.query.md +11 -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.appendresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.md +40 -0
- package/docs/API-reference/api/x-components.searchmutations.setbanners.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setfacets.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpage.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setsort.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.settotalresults.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.searchrequest.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.banners.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.config.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.facets.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.isappendresults.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +38 -0
- package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.page.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.params.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.partialresults.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.promoteds.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.query.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.results.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.sort.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.searchtinyicon.md +11 -0
- package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +36 -0
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchresponsechanged.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 +18 -0
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +13 -0
- package/docs/API-reference/api/x-components.searchxmodule.md +13 -0
- package/docs/API-reference/api/x-components.searchxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +18 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +29 -0
- package/docs/API-reference/api/x-components.sessionhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.setconsent.md +13 -0
- package/docs/API-reference/api/x-components.setextraparams.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setname.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.setqueriespreviewextraparamswire.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +13 -0
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtagsquery.md +13 -0
- 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.setsearchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.setsearchextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
- package/docs/API-reference/api/x-components.setsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.setsort.md +13 -0
- package/docs/API-reference/api/x-components.setstatus.md +25 -0
- 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.showicon.md +11 -0
- package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +22 -0
- package/docs/API-reference/api/x-components.simplestateselector.md +13 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
- package/docs/API-reference/api/x-components.slicedfilters.max.md +13 -0
- package/docs/API-reference/api/x-components.slicedfilters.md +22 -0
- package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +25 -0
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +13 -0
- 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.consent.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.env.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.instance.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 +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.md +32 -0
- package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.queriespreview.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.scope.md +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 +22 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
- package/docs/API-reference/api/x-components.sortdropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.sortdropdown.md +25 -0
- package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
- package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
- package/docs/API-reference/api/x-components.sortlist.animation.md +13 -0
- package/docs/API-reference/api/x-components.sortlist.md +25 -0
- package/docs/API-reference/api/x-components.sortmixin.items.md +13 -0
- package/docs/API-reference/api/x-components.sortmixin.md +22 -0
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +13 -0
- package/docs/API-reference/api/x-components.spatialnavigation.md +20 -0
- package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +26 -0
- package/docs/API-reference/api/x-components.spellcheck.md +24 -0
- package/docs/API-reference/api/x-components.spellcheck.query.md +13 -0
- package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.md +27 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.split_words_regex.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.animationname.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.appear.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.md +22 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +34 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.moveclass.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.name.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +22 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.staggering.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.tag.md +13 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +15 -0
- package/docs/API-reference/api/x-components.staricon.md +11 -0
- package/docs/API-reference/api/x-components.state.md +29 -0
- package/docs/API-reference/api/x-components.stateselector.filter.md +31 -0
- package/docs/API-reference/api/x-components.stateselector.md +27 -0
- package/docs/API-reference/api/x-components.stateselector.selector.md +11 -0
- package/docs/API-reference/api/x-components.statusmutations.md +20 -0
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.statusstate.md +20 -0
- package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
- package/docs/API-reference/api/x-components.storagekey.md +13 -0
- package/docs/API-reference/api/x-components.storeemitters.md +17 -0
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +18 -0
- 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 +20 -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 +23 -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.tagginggetters.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +22 -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 +22 -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 +26 -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.taggingxmodule.md +13 -0
- package/docs/API-reference/api/x-components.taggingxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.tagicon.md +11 -0
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +23 -0
- package/docs/API-reference/api/x-components.throttle.md +28 -0
- package/docs/API-reference/api/x-components.throttlefunction.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
- package/docs/API-reference/api/x-components.timeselector.md +15 -0
- package/docs/API-reference/api/x-components.togglerelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.togglerelatedtagwire.md +13 -0
- package/docs/API-reference/api/x-components.tokebabcase.md +30 -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.trackbannerclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
- package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trashicon.md +11 -0
- package/docs/API-reference/api/x-components.trashopenicon.md +11 -0
- package/docs/API-reference/api/x-components.trendingicon.md +11 -0
- package/docs/API-reference/api/x-components.trendingtinyicon.md +11 -0
- package/docs/API-reference/api/x-components.updatehistoryquerieswithsearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.urlactions.md +13 -0
- package/docs/API-reference/api/x-components.urlgetters.md +20 -0
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
- 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 +28 -0
- 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 +15 -0
- 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.urlparamvalue.md +13 -0
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +21 -0
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.md +23 -0
- 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.urlxmodule.md +13 -0
- package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.usericon.md +11 -0
- package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +13 -0
- package/docs/API-reference/api/x-components.vuecssclasses.md +13 -0
- 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.wire.md +15 -0
- package/docs/API-reference/api/x-components.wirecommit.md +27 -0
- package/docs/API-reference/api/x-components.wirecommit_1.md +27 -0
- package/docs/API-reference/api/x-components.wirecommit_2.md +26 -0
- package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +26 -0
- package/docs/API-reference/api/x-components.wiredispatch.md +27 -0
- package/docs/API-reference/api/x-components.wiredispatch_1.md +27 -0
- package/docs/API-reference/api/x-components.wiredispatch_2.md +26 -0
- package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +26 -0
- package/docs/API-reference/api/x-components.wireforevent.md +15 -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.id.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.md +26 -0
- package/docs/API-reference/api/x-components.wiremetadata.modulename.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.target.md +13 -0
- package/docs/API-reference/api/x-components.wireparams.md +21 -0
- package/docs/API-reference/api/x-components.wireparams.store.md +11 -0
- package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.wirepayload.md +21 -0
- package/docs/API-reference/api/x-components.wirepayload.metadata.md +13 -0
- package/docs/API-reference/api/x-components.wireservice.md +13 -0
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +13 -0
- package/docs/API-reference/api/x-components.wiring.md +17 -0
- package/docs/API-reference/api/x-components.xactioncontext.commit.md +22 -0
- package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +23 -0
- package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +22 -0
- package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +23 -0
- package/docs/API-reference/api/x-components.xactioncontext.getters.md +11 -0
- package/docs/API-reference/api/x-components.xactioncontext.md +30 -0
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
- package/docs/API-reference/api/x-components.xapi.init.md +24 -0
- package/docs/API-reference/api/x-components.xapi.md +23 -0
- package/docs/API-reference/api/x-components.xapi.search.md +24 -0
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.xbus.emit.md +24 -0
- package/docs/API-reference/api/x-components.xbus.emit_1.md +26 -0
- package/docs/API-reference/api/x-components.xbus.md +24 -0
- package/docs/API-reference/api/x-components.xbus.on.md +27 -0
- package/docs/API-reference/api/x-components.xbus.on_1.md +27 -0
- package/docs/API-reference/api/x-components.xbus.on_2.md +27 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyquerieswithresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +44 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +13 -0
- 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.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.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.searchboxstatus.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +25 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +26 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentapi.md +15 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +24 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +26 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +27 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentmixin.md +26 -0
- package/docs/API-reference/api/x-components.xemit.md +27 -0
- package/docs/API-reference/api/x-components.xevent.md +15 -0
- package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
- package/docs/API-reference/api/x-components.xeventpayload.md +15 -0
- package/docs/API-reference/api/x-components.xeventsof.md +15 -0
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +52 -0
- 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 +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmainmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedaresultvariant.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +13 -0
- package/docs/API-reference/api/x-components.xinject.md +41 -0
- package/docs/API-reference/api/x-components.xinjectkey.md +19 -0
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +24 -0
- package/docs/API-reference/api/x-components.xinstaller.init.md +26 -0
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
- package/docs/API-reference/api/x-components.xinstaller.md +88 -0
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +22 -0
- package/docs/API-reference/api/x-components.xinstaller.options.md +11 -0
- package/docs/API-reference/api/x-components.xmodule.md +23 -0
- package/docs/API-reference/api/x-components.xmodule.name.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.storeemitters.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.storemodule.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.wiring.md +13 -0
- package/docs/API-reference/api/x-components.xmodulename.md +15 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.config.md +15 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.md +21 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +13 -0
- package/docs/API-reference/api/x-components.xmodulesoptions.md +17 -0
- package/docs/API-reference/api/x-components.xmodulestree.device.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.empathize.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.facets.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.md +36 -0
- package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.queriespreview.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.search.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.tagging.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
- package/docs/API-reference/api/x-components.xon.md +31 -0
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.xplugin.adapter.md +13 -0
- package/docs/API-reference/api/x-components.xplugin.bus.md +13 -0
- package/docs/API-reference/api/x-components.xplugin.md +33 -0
- package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +24 -0
- package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
- package/docs/API-reference/api/x-components.xplugin.wiring.md +11 -0
- package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.md +24 -0
- package/docs/API-reference/api/x-components.xpluginoptions.store.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +13 -0
- package/docs/API-reference/api/x-components.xprovide.md +38 -0
- package/docs/API-reference/api/x-components.xstoremodule.actions.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.getters.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.md +71 -0
- package/docs/API-reference/api/x-components.xstoremodule.mutations.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.state.md +11 -0
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +20 -0
- package/docs/API-reference/api/x-types.banner.image.md +13 -0
- package/docs/API-reference/api/x-types.banner.md +24 -0
- package/docs/API-reference/api/x-types.banner.position.md +13 -0
- package/docs/API-reference/api/x-types.banner.title.md +13 -0
- package/docs/API-reference/api/x-types.banner.url.md +13 -0
- package/docs/API-reference/api/x-types.bannerschema.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.md +27 -0
- package/docs/API-reference/api/x-types.booleanfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.booleanfiltermodelname.md +15 -0
- package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +22 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +22 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilterschema.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.facet.filters.md +13 -0
- package/docs/API-reference/api/x-types.facet.label.md +13 -0
- package/docs/API-reference/api/x-types.facet.md +22 -0
- package/docs/API-reference/api/x-types.facetfilter.facetid.md +13 -0
- package/docs/API-reference/api/x-types.facetfilter.md +26 -0
- package/docs/API-reference/api/x-types.facetfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.facetfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.facetmodelname.md +13 -0
- package/docs/API-reference/api/x-types.facetschema.md +13 -0
- package/docs/API-reference/api/x-types.filter.md +25 -0
- package/docs/API-reference/api/x-types.filter.selected.md +13 -0
- package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-types.filtermodelname.md +15 -0
- package/docs/API-reference/api/x-types.filterschema.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.md +22 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +23 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.historyquery.md +21 -0
- package/docs/API-reference/api/x-types.historyquery.timestamp.md +13 -0
- package/docs/API-reference/api/x-types.historyqueryschema.md +13 -0
- package/docs/API-reference/api/x-types.identifiable.id.md +13 -0
- package/docs/API-reference/api/x-types.identifiable.md +20 -0
- package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.isbooleanfilter.md +26 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +26 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +26 -0
- package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +26 -0
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +26 -0
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +26 -0
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +26 -0
- package/docs/API-reference/api/x-types.israwfilter.md +26 -0
- package/docs/API-reference/api/x-types.issimplefacet.md +26 -0
- package/docs/API-reference/api/x-types.issimplefilter.md +26 -0
- package/docs/API-reference/api/x-types.md +132 -0
- package/docs/API-reference/api/x-types.modelnametype.md +15 -0
- package/docs/API-reference/api/x-types.namedmodel.md +20 -0
- package/docs/API-reference/api/x-types.namedmodel.modelname.md +13 -0
- package/docs/API-reference/api/x-types.nextqueries.md +21 -0
- package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +13 -0
- 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 +21 -0
- package/docs/API-reference/api/x-types.nextqueryschema.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacet.md +22 -0
- package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilter.md +22 -0
- package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilter.range.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilterschema.md +13 -0
- package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
- package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
- package/docs/API-reference/api/x-types.partialresult.md +22 -0
- package/docs/API-reference/api/x-types.partialresult.results.md +13 -0
- package/docs/API-reference/api/x-types.partialresult.totalresults.md +13 -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.previewable.facets.md +13 -0
- package/docs/API-reference/api/x-types.previewable.md +23 -0
- package/docs/API-reference/api/x-types.previewable.query.md +13 -0
- package/docs/API-reference/api/x-types.previewable.results.md +13 -0
- package/docs/API-reference/api/x-types.previewable.totalresults.md +13 -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.image.md +13 -0
- package/docs/API-reference/api/x-types.promoted.md +24 -0
- package/docs/API-reference/api/x-types.promoted.position.md +13 -0
- package/docs/API-reference/api/x-types.promoted.title.md +13 -0
- package/docs/API-reference/api/x-types.promoted.url.md +13 -0
- package/docs/API-reference/api/x-types.promotedschema.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.rangevalue.max.md +13 -0
- package/docs/API-reference/api/x-types.rangevalue.md +21 -0
- package/docs/API-reference/api/x-types.rangevalue.min.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.id.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.md +23 -0
- package/docs/API-reference/api/x-types.rawfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.selected.md +13 -0
- package/docs/API-reference/api/x-types.rawfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.recommendationschema.md +13 -0
- 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 +21 -0
- package/docs/API-reference/api/x-types.redirection.url.md +13 -0
- package/docs/API-reference/api/x-types.redirectionschema.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +22 -0
- package/docs/API-reference/api/x-types.relatedtag.tag.md +13 -0
- package/docs/API-reference/api/x-types.relatedtagschema.md +13 -0
- 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 +13 -0
- package/docs/API-reference/api/x-types.result.images.md +13 -0
- package/docs/API-reference/api/x-types.result.iswishlisted.md +13 -0
- package/docs/API-reference/api/x-types.result.md +29 -0
- package/docs/API-reference/api/x-types.result.name.md +13 -0
- package/docs/API-reference/api/x-types.result.price.md +13 -0
- package/docs/API-reference/api/x-types.result.rating.md +13 -0
- package/docs/API-reference/api/x-types.result.type.md +13 -0
- package/docs/API-reference/api/x-types.result.url.md +13 -0
- package/docs/API-reference/api/x-types.result.variants.md +13 -0
- package/docs/API-reference/api/x-types.resultidentifier.md +20 -0
- package/docs/API-reference/api/x-types.resultidentifier.value.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.md +22 -0
- package/docs/API-reference/api/x-types.resultprice.originalvalue.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.value.md +13 -0
- package/docs/API-reference/api/x-types.resultrating.md +20 -0
- package/docs/API-reference/api/x-types.resultrating.value.md +13 -0
- package/docs/API-reference/api/x-types.resultschema.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.simplefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.simplefacet.md +22 -0
- package/docs/API-reference/api/x-types.simplefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.simplefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.simplefilter.md +21 -0
- package/docs/API-reference/api/x-types.simplefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.simplefilterschema.md +13 -0
- package/docs/API-reference/api/x-types.sort.md +13 -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.key.md +18 -0
- package/docs/API-reference/api/x-types.suggestion.md +22 -0
- package/docs/API-reference/api/x-types.suggestionschema.md +13 -0
- 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 +24 -0
- 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.taggingschema.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.userinfo.md +22 -0
- package/docs/API-reference/api/x-types.userinfo.session.md +13 -0
- package/docs/API-reference/api/x-types.userinfo.user.md +13 -0
- package/docs/API-reference/api/x-types.userinfo.usertype.md +13 -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 +63 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +33 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +34 -0
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +32 -0
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +41 -0
- package/docs/API-reference/components/common/animations/x-components.fade.md +51 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +43 -0
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +31 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +142 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +134 -0
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +292 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +73 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +60 -0
- 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 +7 -0
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cart.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.cross.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.filters.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.hide.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.history.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.menu.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.minus.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.plus.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.search.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.star.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trash.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trending.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.user.md +7 -0
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +73 -0
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +159 -0
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +28 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +78 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +80 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +143 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +86 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +87 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +102 -0
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +128 -0
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +51 -0
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +89 -0
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +51 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +61 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +78 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +73 -0
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +332 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +39 -0
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +42 -0
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +39 -0
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +7 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +108 -0
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +46 -0
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +7 -0
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +67 -0
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +252 -0
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +297 -0
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +188 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +172 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +119 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +191 -0
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +60 -0
- package/docs/API-reference/components/common/x-components.base-dropdown.md +78 -0
- package/docs/API-reference/components/common/x-components.base-event-button.md +44 -0
- package/docs/API-reference/components/common/x-components.base-grid.md +94 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +84 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +45 -0
- package/docs/API-reference/components/common/x-components.base-switch.md +76 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +80 -0
- package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
- package/docs/API-reference/components/common/x-components.highlight.md +97 -0
- package/docs/API-reference/components/common/x-components.items-list.md +20 -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 +277 -0
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +33 -0
- package/docs/API-reference/components/device/x-components.device-detector.md +135 -0
- package/docs/API-reference/components/empathize/x-components.empathize.md +84 -0
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +47 -0
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +53 -0
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +48 -0
- package/docs/API-reference/components/facets/x-components.clear-filters.md +63 -0
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +76 -0
- package/docs/API-reference/components/facets/x-components.facets/facets.md +267 -0
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +74 -0
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +189 -0
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +191 -0
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +146 -0
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +57 -0
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +188 -0
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +148 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +65 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +100 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +117 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +80 -0
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +99 -0
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +88 -0
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +76 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +56 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +97 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +205 -0
- package/docs/API-reference/components/history-queries/x-components.history-query.md +163 -0
- package/docs/API-reference/components/history-queries/x-components.my-history.md +197 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +38 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +24 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +64 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +196 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +171 -0
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +201 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +109 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +93 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +143 -0
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +189 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +131 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +241 -0
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +150 -0
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +148 -0
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +189 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +80 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +168 -0
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +62 -0
- package/docs/API-reference/components/scroll/x-components.scroll.md +157 -0
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +151 -0
- package/docs/API-reference/components/search/x-components.banner.md +51 -0
- package/docs/API-reference/components/search/x-components.banners-list.md +188 -0
- package/docs/API-reference/components/search/x-components.partial-query-button.md +69 -0
- package/docs/API-reference/components/search/x-components.partial-results-list.md +80 -0
- package/docs/API-reference/components/search/x-components.promoted.md +52 -0
- package/docs/API-reference/components/search/x-components.promoteds-list.md +186 -0
- package/docs/API-reference/components/search/x-components.redirection.md +94 -0
- package/docs/API-reference/components/search/x-components.results-list.md +197 -0
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +117 -0
- package/docs/API-reference/components/search/x-components.sort-list.md +99 -0
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +45 -0
- package/docs/API-reference/components/search/x-components.spellcheck.md +46 -0
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +140 -0
- package/docs/API-reference/components/search-box/x-components.search-button.md +158 -0
- 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 +185 -0
- package/docs/API-reference/components/tagging/x-components.tagging.md +107 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +78 -0
- package/docs/assets/features/overview-my-history.svg +279 -0
- package/docs/assets/features/overview-product-results-card.svg +128 -0
- package/docs/assets/interface/build-search-ui.svg +167 -0
- package/docs/assets/interface/experience-search-intro.svg +1 -0
- package/docs/assets/interface/integration-guide.svg +1 -0
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +1 -0
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +189 -0
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +259 -0
- package/docs/assets/interface/x-search-box-elements.svg +1 -0
- package/docs/assets/interface/x-search-box.svg +60 -0
- package/docs/build-search-ui/README.md +127 -0
- package/docs/build-search-ui/sidebar.js +7 -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 +156 -0
- package/docs/experience-search-and-discovery/README.md +129 -0
- package/docs/experience-search-and-discovery/empathize.md +113 -0
- package/docs/experience-search-and-discovery/facets-and-filters.md +150 -0
- package/docs/experience-search-and-discovery/history-queries.md +66 -0
- package/docs/experience-search-and-discovery/id-results.md +45 -0
- package/docs/experience-search-and-discovery/my-history.md +56 -0
- package/docs/experience-search-and-discovery/next-queries.md +67 -0
- package/docs/experience-search-and-discovery/popular-searches.md +46 -0
- package/docs/experience-search-and-discovery/product-results-ui.md +78 -0
- package/docs/experience-search-and-discovery/query-suggestions.md +44 -0
- package/docs/experience-search-and-discovery/recommendations.md +48 -0
- package/docs/experience-search-and-discovery/related-tags.md +47 -0
- package/docs/experience-search-and-discovery/search-box.md +93 -0
- package/docs/experience-search-and-discovery/serp-ui.md +121 -0
- package/docs/experience-search-and-discovery/sidebar.js +17 -0
- package/docs/experience-search-and-discovery/web-local-storage.md +24 -0
- package/docs/input-status-machine-state.png +0 -0
- package/empathize/index.d.ts +1 -0
- package/empathize/index.js +5 -0
- package/extra-params/index.d.ts +1 -0
- package/extra-params/index.js +7 -0
- package/facets/index.d.ts +1 -0
- package/facets/index.js +36 -0
- package/history-queries/index.d.ts +1 -0
- package/history-queries/index.js +18 -0
- package/identifier-results/index.d.ts +1 -0
- package/identifier-results/index.js +13 -0
- 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 +60 -0
- package/js/components/animations/animate-width.vue.js.map +1 -0
- 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 +59 -0
- package/js/components/animations/animations.mixin.js.map +1 -0
- package/js/components/animations/collapse-height.vue.js +67 -0
- package/js/components/animations/collapse-height.vue.js.map +1 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +67 -0
- package/js/components/animations/collapse-width.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/create-directional-animation-factory.js +31 -0
- package/js/components/animations/create-directional-animation-factory.js.map +1 -0
- package/js/components/animations/cross-fade.vue.js +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 +27 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/disable-animation.mixin.js +32 -0
- package/js/components/animations/disable-animation.mixin.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +63 -0
- package/js/components/animations/fade-and-slide.vue.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/fade.vue.js +60 -0
- package/js/components/animations/fade.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/fade.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +63 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue.js +39 -0
- package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +318 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue.js +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 +244 -0
- package/js/components/base-dropdown.vue.js.map +1 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +343 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/base-event-button.vue.js +55 -0
- package/js/components/base-event-button.vue.js.map +1 -0
- 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 +86 -0
- package/js/components/base-grid.vue.js.map +1 -0
- 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 +85 -0
- package/js/components/base-keyboard-navigation.vue.js.map +1 -0
- 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 +102 -0
- package/js/components/base-rating.vue.js.map +1 -0
- 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 +64 -0
- package/js/components/base-variable-column-grid.vue.js.map +1 -0
- 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 +88 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -0
- 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 +96 -0
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -0
- 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 +96 -0
- package/js/components/column-picker/column-picker.mixin.js.map +1 -0
- package/js/components/currency/base-currency.vue.js +49 -0
- package/js/components/currency/base-currency.vue.js.map +1 -0
- 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 +113 -0
- package/js/components/decorators/bus.decorators.js.map +1 -0
- package/js/components/decorators/debounce.decorators.js +35 -0
- package/js/components/decorators/debounce.decorators.js.map +1 -0
- package/js/components/decorators/injection.consts.js +45 -0
- package/js/components/decorators/injection.consts.js.map +1 -0
- package/js/components/decorators/injection.decorators.js +192 -0
- package/js/components/decorators/injection.decorators.js.map +1 -0
- package/js/components/decorators/store.decorators.js +51 -0
- package/js/components/decorators/store.decorators.js.map +1 -0
- 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 +39 -0
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -0
- 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 +70 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -0
- 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/highlight.vue.js +93 -0
- package/js/components/highlight.vue.js.map +1 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js +95 -0
- package/js/components/highlight.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +62 -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 +62 -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 +62 -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 +62 -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 +71 -0
- package/js/components/icons/bag.vue.js.map +1 -0
- 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 +69 -0
- package/js/components/icons/bar-code.vue.js.map +1 -0
- 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 +69 -0
- package/js/components/icons/barcode-tiny.vue.js.map +1 -0
- 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 +81 -0
- package/js/components/icons/cart.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/check-tiny.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/check.vue.js.map +1 -0
- 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 +64 -0
- package/js/components/icons/checkbox-card-selected.vue.js.map +1 -0
- 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 +63 -0
- package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -0
- 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 +64 -0
- package/js/components/icons/checkbox-selected.vue.js.map +1 -0
- 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 +63 -0
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-down.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-left.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/chevron-right.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -0
- 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 +67 -0
- package/js/components/icons/chevron-up.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/cross-tiny.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/icons/cross.vue.js.map +1 -0
- 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 +61 -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 +75 -0
- package/js/components/icons/filters.vue.js.map +1 -0
- 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 +57 -0
- package/js/components/icons/grid-1-col.vue.js.map +1 -0
- 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 +72 -0
- package/js/components/icons/grid-2-col.vue.js.map +1 -0
- 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 +66 -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 +76 -0
- package/js/components/icons/hide.vue.js.map +1 -0
- 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 +74 -0
- package/js/components/icons/history-tiny.vue.js.map +1 -0
- 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 +74 -0
- package/js/components/icons/history.vue.js.map +1 -0
- 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 +69 -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 +69 -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 +67 -0
- package/js/components/icons/menu.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/minus-tiny.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/minus.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/icons/nq-1.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/icons/nq-2.vue.js.map +1 -0
- 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 +66 -0
- package/js/components/icons/nq-3.vue.js.map +1 -0
- 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 +73 -0
- package/js/components/icons/nq-4.vue.js.map +1 -0
- 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 +61 -0
- package/js/components/icons/plus.vue.js.map +1 -0
- 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 +65 -0
- package/js/components/icons/search-tiny.vue.js.map +1 -0
- 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 +66 -0
- package/js/components/icons/search.vue.js.map +1 -0
- 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 +68 -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 +68 -0
- package/js/components/icons/show.vue.js.map +1 -0
- 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 +65 -0
- package/js/components/icons/star.vue.js.map +1 -0
- 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 +89 -0
- package/js/components/icons/trash-open.vue.js.map +1 -0
- 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 +72 -0
- package/js/components/icons/trash.vue.js.map +1 -0
- 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 +74 -0
- package/js/components/icons/trending-tiny.vue.js.map +1 -0
- 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 +74 -0
- package/js/components/icons/trending.vue.js.map +1 -0
- 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 +66 -0
- package/js/components/icons/user.vue.js.map +1 -0
- 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 +37 -0
- package/js/components/items-list-injection.mixin.js.map +1 -0
- package/js/components/items-list.vue.js +78 -0
- package/js/components/items-list.vue.js.map +1 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +235 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +35 -0
- package/js/components/layouts/layouts.mixin.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js +290 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -0
- 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 +239 -0
- package/js/components/layouts/single-column-layout.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -0
- 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 +63 -0
- package/js/components/modals/base-events-modal.vue.js.map +1 -0
- 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 +70 -0
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -0
- 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 +70 -0
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -0
- 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 +63 -0
- package/js/components/modals/base-id-modal.vue.js.map +1 -0
- 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 +106 -0
- package/js/components/modals/base-modal.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +188 -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 +66 -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 +16 -0
- package/js/components/no-element.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +78 -0
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -0
- 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 +62 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -0
- 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 +52 -0
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue.js +146 -0
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-tabs-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue.js +59 -0
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -0
- 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 +58 -0
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -0
- 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 +68 -0
- package/js/components/result/base-result-current-price.vue.js.map +1 -0
- 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 +69 -0
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -0
- 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 +104 -0
- package/js/components/result/base-result-image.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +143 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +67 -0
- package/js/components/result/base-result-link.vue.js.map +1 -0
- 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 +68 -0
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -0
- 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 +72 -0
- package/js/components/result/base-result-previous-price.vue.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue.js +99 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue.js +133 -0
- package/js/components/result/result-variant-selector.vue.js.map +1 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js +80 -0
- package/js/components/result/result-variant-selector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue.js +39 -0
- package/js/components/result/result-variants-provider.vue.js.map +1 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js +130 -0
- package/js/components/result/result-variants-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +56 -0
- package/js/components/scroll/base-scroll.vue.js.map +1 -0
- 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 +244 -0
- package/js/components/scroll/scroll.mixin.js.map +1 -0
- package/js/components/sliding-panel.vue.js +110 -0
- package/js/components/sliding-panel.vue.js.map +1 -0
- 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 +75 -0
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +113 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +76 -0
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +108 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/components/x-component.mixin.js +21 -0
- package/js/components/x-component.mixin.js.map +1 -0
- package/js/components/x-component.utils.js +25 -0
- package/js/components/x-component.utils.js.map +1 -0
- package/js/directives/infinite-scroll/infinite-scroll.js +114 -0
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -0
- package/js/index.js +369 -0
- package/js/index.js.map +1 -0
- 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 +71 -0
- package/js/plugins/x-bus.js.map +1 -0
- package/js/plugins/x-emitters.js +145 -0
- package/js/plugins/x-emitters.js.map +1 -0
- package/js/plugins/x-plugin.alias.js +121 -0
- package/js/plugins/x-plugin.alias.js.map +1 -0
- package/js/plugins/x-plugin.js +342 -0
- package/js/plugins/x-plugin.js.map +1 -0
- package/js/plugins/x-plugin.mixin.js +88 -0
- package/js/plugins/x-plugin.mixin.js.map +1 -0
- package/js/plugins/x-plugin.utils.js +31 -0
- package/js/plugins/x-plugin.utils.js.map +1 -0
- package/js/services/directional-focus-navigation.service.js +414 -0
- package/js/services/directional-focus-navigation.service.js.map +1 -0
- package/js/services/state-machine.service.js +30 -0
- package/js/services/state-machine.service.js.map +1 -0
- package/js/store/utils/fetch-and-save-action.utils.js +77 -0
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
- package/js/store/utils/getters-proxy.utils.js +100 -0
- package/js/store/utils/getters-proxy.utils.js.map +1 -0
- 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 +13 -0
- package/js/store/utils/status-store.utils.js.map +1 -0
- package/js/store/utils/store-emitters.utils.js +14 -0
- package/js/store/utils/store-emitters.utils.js.map +1 -0
- package/js/store/x.module.js +31 -0
- package/js/store/x.module.js.map +1 -0
- package/js/utils/array.js +186 -0
- package/js/utils/array.js.map +1 -0
- package/js/utils/cancellable-promise.js +44 -0
- package/js/utils/cancellable-promise.js.map +1 -0
- package/js/utils/clone.js +14 -0
- package/js/utils/clone.js.map +1 -0
- package/js/utils/currency-formatter.js +118 -0
- package/js/utils/currency-formatter.js.map +1 -0
- package/js/utils/debounce.js +64 -0
- package/js/utils/debounce.js.map +1 -0
- package/js/utils/filters.js +36 -0
- package/js/utils/filters.js.map +1 -0
- package/js/utils/focus.js +11 -0
- package/js/utils/focus.js.map +1 -0
- package/js/utils/function.js +11 -0
- package/js/utils/function.js.map +1 -0
- package/js/utils/get-url-parameters.js +15 -0
- package/js/utils/get-url-parameters.js.map +1 -0
- package/js/utils/html.js +32 -0
- package/js/utils/html.js.map +1 -0
- package/js/utils/is-new-query.js +48 -0
- package/js/utils/is-new-query.js.map +1 -0
- package/js/utils/normalize.js +29 -0
- package/js/utils/normalize.js.map +1 -0
- package/js/utils/number.js +16 -0
- package/js/utils/number.js.map +1 -0
- package/js/utils/origin.js +21 -0
- package/js/utils/origin.js.map +1 -0
- package/js/utils/sanitize.js +14 -0
- package/js/utils/sanitize.js.map +1 -0
- package/js/utils/storage.js +22 -0
- package/js/utils/storage.js.map +1 -0
- package/js/utils/string.js +48 -0
- package/js/utils/string.js.map +1 -0
- package/js/utils/throttle.js +26 -0
- package/js/utils/throttle.js.map +1 -0
- package/js/wiring/namespaced-wires.factory.js +70 -0
- package/js/wiring/namespaced-wires.factory.js.map +1 -0
- package/js/wiring/namespaced-wires.operators.js +47 -0
- package/js/wiring/namespaced-wires.operators.js.map +1 -0
- 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 +105 -0
- package/js/wiring/wires.factory.js.map +1 -0
- package/js/wiring/wires.operators.js +127 -0
- package/js/wiring/wires.operators.js.map +1 -0
- package/js/wiring/wiring.utils.js +35 -0
- package/js/wiring/wiring.utils.js.map +1 -0
- package/js/x-installer/api/base-api.js +94 -0
- package/js/x-installer/api/base-api.js.map +1 -0
- package/js/x-installer/x-installer/x-installer.js +301 -0
- package/js/x-installer/x-installer/x-installer.js.map +1 -0
- package/js/x-modules/device/components/device-detector.vue.js +52 -0
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -0
- 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 +12 -0
- package/js/x-modules/device/store/emitters.js.map +1 -0
- package/js/x-modules/device/store/module.js +20 -0
- package/js/x-modules/device/store/module.js.map +1 -0
- package/js/x-modules/device/wiring.js +28 -0
- package/js/x-modules/device/wiring.js.map +1 -0
- package/js/x-modules/device/x-module.js +19 -0
- package/js/x-modules/device/x-module.js.map +1 -0
- package/js/x-modules/empathize/components/empathize.vue.js +82 -0
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +121 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +12 -0
- package/js/x-modules/empathize/store/emitters.js.map +1 -0
- package/js/x-modules/empathize/store/module.js +21 -0
- package/js/x-modules/empathize/store/module.js.map +1 -0
- package/js/x-modules/empathize/wiring.js +31 -0
- package/js/x-modules/empathize/wiring.js.map +1 -0
- package/js/x-modules/empathize/x-module.js +19 -0
- package/js/x-modules/empathize/x-module.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +167 -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 +56 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +180 -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 +47 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
- 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 +14 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -0
- package/js/x-modules/extra-params/store/module.js +20 -0
- package/js/x-modules/extra-params/store/module.js.map +1 -0
- package/js/x-modules/extra-params/wiring.js +36 -0
- package/js/x-modules/extra-params/wiring.js.map +1 -0
- package/js/x-modules/extra-params/x-module.js +19 -0
- package/js/x-modules/extra-params/x-module.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue.js +74 -0
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +179 -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 +39 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js +228 -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 +101 -0
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
- 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 +69 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +196 -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 +143 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -0
- 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 +171 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -0
- 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 +105 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +180 -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 +39 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +216 -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 +105 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +180 -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 +39 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +172 -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 +75 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue.js +70 -0
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js +185 -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 +81 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +216 -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 +110 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -0
- 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 +63 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +158 -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 +117 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +213 -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 +39 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +174 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +99 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js +130 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +89 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js +35 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js +36 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js +35 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/single-select.modifier.js +88 -0
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
- package/js/x-modules/facets/entities/types.js +30 -0
- package/js/x-modules/facets/entities/types.js.map +1 -0
- package/js/x-modules/facets/service/facets.service.js +243 -0
- package/js/x-modules/facets/service/facets.service.js.map +1 -0
- package/js/x-modules/facets/store/emitters.js +23 -0
- package/js/x-modules/facets/store/emitters.js.map +1 -0
- package/js/x-modules/facets/store/getters/facets.getter.js +23 -0
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +27 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +14 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -0
- package/js/x-modules/facets/store/module.js +58 -0
- package/js/x-modules/facets/store/module.js.map +1 -0
- package/js/x-modules/facets/utils.js +18 -0
- package/js/x-modules/facets/utils.js.map +1 -0
- package/js/x-modules/facets/wiring.js +138 -0
- package/js/x-modules/facets/wiring.js.map +1 -0
- package/js/x-modules/facets/x-module.js +19 -0
- package/js/x-modules/facets/x-module.js.map +1 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +65 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -0
- 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 +130 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +32 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +111 -0
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +46 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue.js +194 -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 +55 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -0
- 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 +143 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +18 -0
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js +18 -0
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +16 -0
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +22 -0
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -0
- 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/actions/update-history-queries-with-search-response.action.js +42 -0
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +6 -0
- package/js/x-modules/history-queries/store/constants.js.map +1 -0
- package/js/x-modules/history-queries/store/emitters.js +22 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +18 -0
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +51 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +16 -0
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +14 -0
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js +14 -0
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/module.js +68 -0
- package/js/x-modules/history-queries/store/module.js.map +1 -0
- package/js/x-modules/history-queries/wiring.js +150 -0
- package/js/x-modules/history-queries/wiring.js.map +1 -0
- package/js/x-modules/history-queries/x-module.js +19 -0
- package/js/x-modules/history-queries/x-module.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +53 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -0
- 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 +69 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -0
- 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 +29 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +20 -0
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -0
- 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 +21 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/emitters.js +19 -0
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +16 -0
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +24 -0
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +23 -0
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/module.js +58 -0
- package/js/x-modules/identifier-results/store/module.js.map +1 -0
- package/js/x-modules/identifier-results/wiring.js +111 -0
- package/js/x-modules/identifier-results/wiring.js.map +1 -0
- package/js/x-modules/identifier-results/x-module.js +19 -0
- package/js/x-modules/identifier-results/x-module.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +79 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
- 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 +115 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue.js +94 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js +57 -0
- package/js/x-modules/next-queries/components/next-query-preview.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +77 -0
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -0
- 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 +28 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -0
- 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 +21 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -0
- 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 +19 -0
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -0
- 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 +19 -0
- package/js/x-modules/next-queries/store/emitters.js.map +1 -0
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +18 -0
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -0
- package/js/x-modules/next-queries/store/getters/request.getter.js +22 -0
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/next-queries/store/module.js +67 -0
- package/js/x-modules/next-queries/store/module.js.map +1 -0
- package/js/x-modules/next-queries/wiring.js +111 -0
- package/js/x-modules/next-queries/wiring.js.map +1 -0
- package/js/x-modules/next-queries/x-module.js +19 -0
- package/js/x-modules/next-queries/x-module.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-search.vue.js +67 -0
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -0
- 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 +110 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +33 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +26 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +18 -0
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -0
- package/js/x-modules/popular-searches/store/emitters.js +17 -0
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -0
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +19 -0
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -0
- package/js/x-modules/popular-searches/store/getters/request.getter.js +20 -0
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/popular-searches/store/module.js +47 -0
- package/js/x-modules/popular-searches/store/module.js.map +1 -0
- package/js/x-modules/popular-searches/wiring.js +58 -0
- package/js/x-modules/popular-searches/wiring.js.map +1 -0
- package/js/x-modules/popular-searches/x-module.js +19 -0
- package/js/x-modules/popular-searches/x-module.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js +100 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue_rollup-plugin-vue_script.vue.js +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 +76 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -0
- 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 +110 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +33 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +26 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +28 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -0
- 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 +15 -0
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +16 -0
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +51 -0
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +23 -0
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/module.js +51 -0
- package/js/x-modules/query-suggestions/store/module.js.map +1 -0
- package/js/x-modules/query-suggestions/wiring.js +103 -0
- package/js/x-modules/query-suggestions/wiring.js.map +1 -0
- package/js/x-modules/query-suggestions/x-module.js +19 -0
- package/js/x-modules/query-suggestions/x-module.js.map +1 -0
- package/js/x-modules/recommendations/components/recommendations.vue.js +88 -0
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -0
- 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 +28 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +25 -0
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -0
- package/js/x-modules/recommendations/store/constants.js +9 -0
- package/js/x-modules/recommendations/store/constants.js.map +1 -0
- package/js/x-modules/recommendations/store/emitters.js +18 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js +20 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/recommendations/store/module.js +48 -0
- package/js/x-modules/recommendations/store/module.js.map +1 -0
- package/js/x-modules/recommendations/wiring.js +50 -0
- package/js/x-modules/recommendations/wiring.js.map +1 -0
- package/js/x-modules/recommendations/x-module.js +19 -0
- package/js/x-modules/recommendations/x-module.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js +70 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -0
- 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 +111 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -0
- 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 +26 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +18 -0
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -0
- 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 +23 -0
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -0
- package/js/x-modules/related-tags/store/emitters.js +20 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -0
- 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 +13 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js +25 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/module.js +55 -0
- package/js/x-modules/related-tags/store/module.js.map +1 -0
- package/js/x-modules/related-tags/wiring.js +115 -0
- package/js/x-modules/related-tags/wiring.js.map +1 -0
- package/js/x-modules/related-tags/x-module.js +19 -0
- package/js/x-modules/related-tags/x-module.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +55 -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 +200 -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 +216 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +71 -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 +228 -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 +203 -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 +74 -0
- package/js/x-modules/search/components/banner.vue.js.map +1 -0
- 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 +79 -0
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +108 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue.js +65 -0
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -0
- 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 +69 -0
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -0
- 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 +63 -0
- package/js/x-modules/search/components/promoted.vue.js.map +1 -0
- 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 +79 -0
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +72 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +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 +79 -0
- package/js/x-modules/search/components/results-list.vue.js.map +1 -0
- 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 +102 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -0
- 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 +89 -0
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +178 -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 +167 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -0
- package/js/x-modules/search/components/spellcheck-button.vue.js +67 -0
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -0
- 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 +67 -0
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +161 -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 +46 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-search-response.action.js +33 -0
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +19 -0
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -0
- 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 +53 -0
- package/js/x-modules/search/store/emitters.js.map +1 -0
- 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 +25 -0
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/search/store/module.js +128 -0
- package/js/x-modules/search/store/module.js.map +1 -0
- package/js/x-modules/search/wiring.js +181 -0
- package/js/x-modules/search/wiring.js.map +1 -0
- package/js/x-modules/search/x-module.js +19 -0
- package/js/x-modules/search/x-module.js.map +1 -0
- package/js/x-modules/search-box/components/clear-search-input.vue.js +63 -0
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -0
- 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 +61 -0
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -0
- 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 +311 -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 +103 -0
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +215 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js +16 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_styles.0.vue.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js +49 -0
- package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +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 +16 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -0
- package/js/x-modules/search-box/store/module.js +33 -0
- package/js/x-modules/search-box/store/module.js.map +1 -0
- package/js/x-modules/search-box/wiring.js +92 -0
- package/js/x-modules/search-box/wiring.js.map +1 -0
- package/js/x-modules/search-box/x-module.js +19 -0
- package/js/x-modules/search-box/x-module.js.map +1 -0
- 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 +19 -0
- package/js/x-modules/tagging/store/emitters.js.map +1 -0
- package/js/x-modules/tagging/store/module.js +37 -0
- package/js/x-modules/tagging/store/module.js.map +1 -0
- package/js/x-modules/tagging/wiring.js +176 -0
- package/js/x-modules/tagging/wiring.js.map +1 -0
- package/js/x-modules/tagging/x-module.js +19 -0
- package/js/x-modules/tagging/x-module.js.map +1 -0
- 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 +455 -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 +53 -0
- package/js/x-modules/url/store/emitters.js.map +1 -0
- package/js/x-modules/url/store/getters/url-params.getter.js +42 -0
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
- 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 +45 -0
- package/js/x-modules/url/store/module.js.map +1 -0
- 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 +97 -0
- package/js/x-modules/url/wiring.js.map +1 -0
- package/js/x-modules/url/x-module.js +19 -0
- package/js/x-modules/url/x-module.js.map +1 -0
- package/next-queries/index.d.ts +1 -0
- package/next-queries/index.js +13 -0
- package/package.json +79 -81
- package/popular-searches/index.d.ts +1 -0
- package/popular-searches/index.js +10 -0
- package/queries-preview/index.d.ts +1 -0
- package/queries-preview/index.js +7 -0
- package/query-suggestions/index.d.ts +1 -0
- package/query-suggestions/index.js +11 -0
- package/recommendations/index.d.ts +1 -0
- package/recommendations/index.js +9 -0
- package/related-tags/index.d.ts +1 -0
- package/related-tags/index.js +12 -0
- package/report/tsdoc-metadata.json +11 -0
- package/report/x-adapter-platform.api.json +5674 -0
- package/report/x-components.api.json +63583 -0
- package/report/x-components.api.md +5663 -0
- package/report/x-types.api.json +7031 -0
- package/scroll/index.d.ts +1 -0
- package/scroll/index.js +10 -0
- package/search/index.d.ts +1 -0
- package/search/index.js +26 -0
- package/search-box/index.d.ts +1 -0
- package/search-box/index.js +8 -0
- package/tagging/index.d.ts +1 -0
- package/tagging/index.js +7 -0
- 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 +9 -0
- package/types/components/animations/animate-width.vue.d.ts.map +1 -0
- package/types/components/animations/animations.mixin.d.ts +15 -0
- package/types/components/animations/animations.mixin.d.ts.map +1 -0
- package/types/components/animations/collapse-height.vue.d.ts +14 -0
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-width.vue.d.ts +14 -0
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -0
- 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 +14 -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 +28 -0
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/fade.vue.d.ts +14 -0
- package/types/components/animations/fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +15 -0
- package/types/components/animations/index.d.ts.map +1 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +22 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts +288 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/auto-progress-bar.vue.d.ts +29 -0
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
- package/types/components/base-dropdown.vue.d.ts +226 -0
- package/types/components/base-dropdown.vue.d.ts.map +1 -0
- package/types/components/base-event-button.vue.d.ts +22 -0
- package/types/components/base-event-button.vue.d.ts.map +1 -0
- package/types/components/base-grid.vue.d.ts +107 -0
- package/types/components/base-grid.vue.d.ts.map +1 -0
- package/types/components/base-keyboard-navigation.vue.d.ts +80 -0
- package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -0
- package/types/components/base-rating.vue.d.ts +38 -0
- package/types/components/base-rating.vue.d.ts.map +1 -0
- 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 +41 -0
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -0
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +31 -0
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -0
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +32 -0
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -0
- package/types/components/column-picker/column-picker.mixin.d.ts +59 -0
- package/types/components/column-picker/column-picker.mixin.d.ts.map +1 -0
- package/types/components/column-picker/index.d.ts +4 -0
- package/types/components/column-picker/index.d.ts.map +1 -0
- package/types/components/currency/base-currency.vue.d.ts +79 -0
- package/types/components/currency/base-currency.vue.d.ts.map +1 -0
- package/types/components/currency/index.d.ts +2 -0
- package/types/components/currency/index.d.ts.map +1 -0
- package/types/components/decorators/bus.decorators.d.ts +30 -0
- package/types/components/decorators/bus.decorators.d.ts.map +1 -0
- package/types/components/decorators/debounce.decorators.d.ts +16 -0
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -0
- package/types/components/decorators/injection.consts.d.ts +46 -0
- package/types/components/decorators/injection.consts.d.ts.map +1 -0
- package/types/components/decorators/injection.decorators.d.ts +83 -0
- package/types/components/decorators/injection.decorators.d.ts.map +1 -0
- package/types/components/decorators/store.decorators.d.ts +25 -0
- package/types/components/decorators/store.decorators.d.ts.map +1 -0
- package/types/components/dynamic-props.mixin.d.ts +23 -0
- package/types/components/dynamic-props.mixin.d.ts.map +1 -0
- package/types/components/filters/index.d.ts +3 -0
- package/types/components/filters/index.d.ts.map +1 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +43 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -0
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +31 -0
- package/types/components/filters/labels/base-rating-filter-label.vue.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/highlight.vue.d.ts +86 -0
- package/types/components/highlight.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-down.vue.d.ts +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- package/types/components/icons/bag.vue.d.ts +3 -0
- package/types/components/icons/bag.vue.d.ts.map +1 -0
- package/types/components/icons/bar-code.vue.d.ts +3 -0
- package/types/components/icons/bar-code.vue.d.ts.map +1 -0
- package/types/components/icons/barcode-tiny.vue.d.ts +3 -0
- package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/cart.vue.d.ts +3 -0
- package/types/components/icons/cart.vue.d.ts.map +1 -0
- package/types/components/icons/check-tiny.vue.d.ts +3 -0
- package/types/components/icons/check-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/check.vue.d.ts +3 -0
- package/types/components/icons/check.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-card-selected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-card-selected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-card-unselected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-selected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-down.vue.d.ts +3 -0
- package/types/components/icons/chevron-down.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-left.vue.d.ts +3 -0
- package/types/components/icons/chevron-left.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-right.vue.d.ts +3 -0
- package/types/components/icons/chevron-right.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-down.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-left.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-right.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-up.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-up.vue.d.ts +3 -0
- package/types/components/icons/chevron-up.vue.d.ts.map +1 -0
- package/types/components/icons/cross-tiny.vue.d.ts +3 -0
- package/types/components/icons/cross-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/cross.vue.d.ts +3 -0
- package/types/components/icons/cross.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/filters.vue.d.ts +3 -0
- package/types/components/icons/filters.vue.d.ts.map +1 -0
- package/types/components/icons/grid-1-col.vue.d.ts +3 -0
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -0
- package/types/components/icons/grid-2-col.vue.d.ts +3 -0
- package/types/components/icons/grid-2-col.vue.d.ts.map +1 -0
- 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/hide.vue.d.ts +3 -0
- package/types/components/icons/hide.vue.d.ts.map +1 -0
- package/types/components/icons/history-tiny.vue.d.ts +3 -0
- package/types/components/icons/history-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/history.vue.d.ts +3 -0
- package/types/components/icons/history.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +57 -0
- package/types/components/icons/index.d.ts.map +1 -0
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- package/types/components/icons/menu.vue.d.ts +3 -0
- package/types/components/icons/menu.vue.d.ts.map +1 -0
- package/types/components/icons/minus-tiny.vue.d.ts +3 -0
- package/types/components/icons/minus-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/minus.vue.d.ts +3 -0
- package/types/components/icons/minus.vue.d.ts.map +1 -0
- package/types/components/icons/nq-1.vue.d.ts +3 -0
- package/types/components/icons/nq-1.vue.d.ts.map +1 -0
- package/types/components/icons/nq-2.vue.d.ts +3 -0
- package/types/components/icons/nq-2.vue.d.ts.map +1 -0
- package/types/components/icons/nq-3.vue.d.ts +3 -0
- package/types/components/icons/nq-3.vue.d.ts.map +1 -0
- package/types/components/icons/nq-4.vue.d.ts +3 -0
- package/types/components/icons/nq-4.vue.d.ts.map +1 -0
- package/types/components/icons/plus.vue.d.ts +3 -0
- package/types/components/icons/plus.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/search-tiny.vue.d.ts +3 -0
- package/types/components/icons/search-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/search.vue.d.ts +3 -0
- package/types/components/icons/search.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/show.vue.d.ts +3 -0
- package/types/components/icons/show.vue.d.ts.map +1 -0
- package/types/components/icons/star.vue.d.ts +3 -0
- package/types/components/icons/star.vue.d.ts.map +1 -0
- package/types/components/icons/tag.vue.d.ts +3 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -0
- package/types/components/icons/trash-open.vue.d.ts +3 -0
- package/types/components/icons/trash-open.vue.d.ts.map +1 -0
- package/types/components/icons/trash.vue.d.ts +3 -0
- package/types/components/icons/trash.vue.d.ts.map +1 -0
- package/types/components/icons/trending-tiny.vue.d.ts +3 -0
- package/types/components/icons/trending-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/trending.vue.d.ts +3 -0
- package/types/components/icons/trending.vue.d.ts.map +1 -0
- package/types/components/icons/user.vue.d.ts +3 -0
- package/types/components/icons/user.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +35 -0
- package/types/components/index.d.ts.map +1 -0
- package/types/components/items-list-injection.mixin.d.ts +35 -0
- package/types/components/items-list-injection.mixin.d.ts.map +1 -0
- package/types/components/items-list.vue.d.ts +34 -0
- package/types/components/items-list.vue.d.ts.map +1 -0
- 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 +18 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
- 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-events-modal-close.vue.d.ts +14 -0
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal-open.vue.d.ts +14 -0
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal.vue.d.ts +62 -0
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal-close.vue.d.ts +24 -0
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal-open.vue.d.ts +24 -0
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal.vue.d.ts +46 -0
- package/types/components/modals/base-id-modal.vue.d.ts.map +1 -0
- package/types/components/modals/base-modal.vue.d.ts +122 -0
- package/types/components/modals/base-modal.vue.d.ts.map +1 -0
- 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 +11 -0
- package/types/components/modals/index.d.ts.map +1 -0
- 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/no-element.d.ts +9 -0
- package/types/components/no-element.d.ts.map +1 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +40 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +37 -0
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -0
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +52 -0
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-tabs-panel.vue.d.ts +67 -0
- package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts +23 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/index.d.ts +6 -0
- package/types/components/panels/index.d.ts.map +1 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts +26 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -0
- package/types/components/result/base-result-current-price.vue.d.ts +44 -0
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -0
- package/types/components/result/base-result-fallback-image.vue.d.ts +3 -0
- package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-image.vue.d.ts +110 -0
- package/types/components/result/base-result-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-link.vue.d.ts +42 -0
- package/types/components/result/base-result-link.vue.d.ts.map +1 -0
- package/types/components/result/base-result-placeholder-image.vue.d.ts +3 -0
- package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-previous-price.vue.d.ts +33 -0
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -0
- 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 +11 -0
- package/types/components/result/index.d.ts.map +1 -0
- 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 +12 -0
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -0
- package/types/components/scroll/index.d.ts +4 -0
- package/types/components/scroll/index.d.ts.map +1 -0
- package/types/components/scroll/scroll.mixin.d.ts +185 -0
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -0
- package/types/components/scroll/scroll.types.d.ts +7 -0
- package/types/components/scroll/scroll.types.d.ts.map +1 -0
- package/types/components/sliding-panel.vue.d.ts +110 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -0
- 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 +94 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts +92 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -0
- package/types/components/suggestions/index.d.ts +3 -0
- package/types/components/suggestions/index.d.ts.map +1 -0
- package/types/components/x-component.mixin.d.ts +14 -0
- package/types/components/x-component.mixin.d.ts.map +1 -0
- package/types/components/x-component.utils.d.ts +21 -0
- package/types/components/x-component.utils.d.ts.map +1 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/index.d.ts.map +1 -0
- package/types/directives/infinite-scroll/index.d.ts +3 -0
- package/types/directives/infinite-scroll/index.d.ts.map +1 -0
- package/types/directives/infinite-scroll/infinite-scroll.d.ts +49 -0
- package/types/directives/infinite-scroll/infinite-scroll.d.ts.map +1 -0
- package/types/directives/infinite-scroll/infinite-scroll.types.d.ts +25 -0
- package/types/directives/infinite-scroll/infinite-scroll.types.d.ts.map +1 -0
- package/types/index.d.ts +33 -0
- package/types/index.d.ts.map +1 -0
- 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 +7 -0
- package/types/plugins/index.d.ts.map +1 -0
- package/types/plugins/x-bus.d.ts +48 -0
- package/types/plugins/x-bus.d.ts.map +1 -0
- package/types/plugins/x-bus.types.d.ts +74 -0
- package/types/plugins/x-bus.types.d.ts.map +1 -0
- 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 +12 -0
- package/types/plugins/x-plugin.alias.d.ts.map +1 -0
- package/types/plugins/x-plugin.d.ts +272 -0
- package/types/plugins/x-plugin.d.ts.map +1 -0
- package/types/plugins/x-plugin.mixin.d.ts +55 -0
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -0
- package/types/plugins/x-plugin.types.d.ts +239 -0
- package/types/plugins/x-plugin.types.d.ts.map +1 -0
- package/types/plugins/x-plugin.utils.d.ts +18 -0
- package/types/plugins/x-plugin.utils.d.ts.map +1 -0
- package/types/router.d.ts +4 -0
- package/types/router.d.ts.map +1 -0
- package/types/services/directional-focus-navigation.service.d.ts +252 -0
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -0
- package/types/services/index.d.ts +3 -0
- package/types/services/index.d.ts.map +1 -0
- package/types/services/services.types.d.ts +92 -0
- package/types/services/services.types.d.ts.map +1 -0
- package/types/services/state-machine.service.d.ts +31 -0
- package/types/services/state-machine.service.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +69 -0
- package/types/store/actions.types.d.ts.map +1 -0
- package/types/store/getters.types.d.ts +27 -0
- package/types/store/getters.types.d.ts.map +1 -0
- package/types/store/index.d.ts +9 -0
- package/types/store/index.d.ts.map +1 -0
- package/types/store/mutations.types.d.ts +34 -0
- package/types/store/mutations.types.d.ts.map +1 -0
- package/types/store/store.types.d.ts +149 -0
- package/types/store/store.types.d.ts.map +1 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
- package/types/store/utils/getters-proxy.utils.d.ts +41 -0
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
- 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 +41 -0
- package/types/store/utils/status-store.utils.d.ts.map +1 -0
- package/types/store/utils/store-emitters.utils.d.ts +82 -0
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
- package/types/store/x.module.d.ts +20 -0
- package/types/store/x.module.d.ts.map +1 -0
- package/types/types/index.d.ts +3 -0
- package/types/types/index.d.ts.map +1 -0
- 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 +159 -0
- package/types/utils/array.d.ts.map +1 -0
- package/types/utils/cancellable-promise.d.ts +45 -0
- package/types/utils/cancellable-promise.d.ts.map +1 -0
- package/types/utils/clone.d.ts +10 -0
- package/types/utils/clone.d.ts.map +1 -0
- package/types/utils/currency-formatter.d.ts +30 -0
- package/types/utils/currency-formatter.d.ts.map +1 -0
- package/types/utils/debounce.d.ts +39 -0
- package/types/utils/debounce.d.ts.map +1 -0
- package/types/utils/filters.d.ts +24 -0
- package/types/utils/filters.d.ts.map +1 -0
- package/types/utils/focus.d.ts +7 -0
- package/types/utils/focus.d.ts.map +1 -0
- package/types/utils/function.d.ts +8 -0
- package/types/utils/function.d.ts.map +1 -0
- package/types/utils/get-url-parameters.d.ts +9 -0
- package/types/utils/get-url-parameters.d.ts.map +1 -0
- package/types/utils/html.d.ts +26 -0
- package/types/utils/html.d.ts.map +1 -0
- package/types/utils/index.d.ts +20 -0
- package/types/utils/index.d.ts.map +1 -0
- package/types/utils/is-new-query.d.ts +36 -0
- package/types/utils/is-new-query.d.ts.map +1 -0
- package/types/utils/normalize.d.ts +11 -0
- package/types/utils/normalize.d.ts.map +1 -0
- package/types/utils/number.d.ts +12 -0
- package/types/utils/number.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/sanitize.d.ts +9 -0
- package/types/utils/sanitize.d.ts.map +1 -0
- package/types/utils/storage.d.ts +11 -0
- package/types/utils/storage.d.ts.map +1 -0
- package/types/utils/string.d.ts +37 -0
- package/types/utils/string.d.ts.map +1 -0
- package/types/utils/throttle.d.ts +12 -0
- package/types/utils/throttle.d.ts.map +1 -0
- package/types/utils/types.d.ts +163 -0
- package/types/utils/types.d.ts.map +1 -0
- package/types/views/adapter.d.ts +6 -0
- package/types/views/adapter.d.ts.map +1 -0
- package/types/views/base-config.d.ts +5 -0
- package/types/views/base-config.d.ts.map +1 -0
- 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 +223 -0
- package/types/wiring/events.types.d.ts.map +1 -0
- package/types/wiring/index.d.ts +9 -0
- package/types/wiring/index.d.ts.map +1 -0
- package/types/wiring/namespaced-wires.factory.d.ts +39 -0
- package/types/wiring/namespaced-wires.factory.d.ts.map +1 -0
- package/types/wiring/namespaced-wires.operators.d.ts +27 -0
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -0
- package/types/wiring/namespaced-wiring.types.d.ts +112 -0
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -0
- 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 +115 -0
- package/types/wiring/wires.factory.d.ts.map +1 -0
- package/types/wiring/wires.operators.d.ts +96 -0
- package/types/wiring/wires.operators.d.ts.map +1 -0
- package/types/wiring/wiring.types.d.ts +153 -0
- package/types/wiring/wiring.types.d.ts.map +1 -0
- package/types/wiring/wiring.utils.d.ts +28 -0
- package/types/wiring/wiring.utils.d.ts.map +1 -0
- package/types/x-installer/api/api.types.d.ts +133 -0
- package/types/x-installer/api/api.types.d.ts.map +1 -0
- package/types/x-installer/api/base-api.d.ts +88 -0
- package/types/x-installer/api/base-api.d.ts.map +1 -0
- package/types/x-installer/api/index.d.ts +3 -0
- package/types/x-installer/api/index.d.ts.map +1 -0
- package/types/x-installer/index.d.ts +3 -0
- package/types/x-installer/index.d.ts.map +1 -0
- package/types/x-installer/x-installer/index.d.ts +3 -0
- package/types/x-installer/x-installer/index.d.ts.map +1 -0
- package/types/x-installer/x-installer/types.d.ts +111 -0
- package/types/x-installer/x-installer/types.d.ts.map +1 -0
- package/types/x-installer/x-installer/x-installer.d.ts +222 -0
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -0
- package/types/x-modules/device/components/device-detector.vue.d.ts +89 -0
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -0
- package/types/x-modules/device/components/index.d.ts +2 -0
- package/types/x-modules/device/components/index.d.ts.map +1 -0
- package/types/x-modules/device/events.types.d.ts +14 -0
- package/types/x-modules/device/events.types.d.ts.map +1 -0
- package/types/x-modules/device/index.d.ts +6 -0
- package/types/x-modules/device/index.d.ts.map +1 -0
- package/types/x-modules/device/store/emitters.d.ts +7 -0
- package/types/x-modules/device/store/emitters.d.ts.map +1 -0
- package/types/x-modules/device/store/index.d.ts +4 -0
- package/types/x-modules/device/store/index.d.ts.map +1 -0
- package/types/x-modules/device/store/module.d.ts +8 -0
- package/types/x-modules/device/store/module.d.ts.map +1 -0
- package/types/x-modules/device/store/types.d.ts +48 -0
- package/types/x-modules/device/store/types.d.ts.map +1 -0
- package/types/x-modules/device/wiring.d.ts +17 -0
- package/types/x-modules/device/wiring.d.ts.map +1 -0
- package/types/x-modules/device/x-module.d.ts +16 -0
- package/types/x-modules/device/x-module.d.ts.map +1 -0
- package/types/x-modules/empathize/components/empathize.vue.d.ts +86 -0
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -0
- package/types/x-modules/empathize/components/index.d.ts +2 -0
- package/types/x-modules/empathize/components/index.d.ts.map +1 -0
- package/types/x-modules/empathize/config.types.d.ts +8 -0
- package/types/x-modules/empathize/config.types.d.ts.map +1 -0
- package/types/x-modules/empathize/events.types.d.ts +24 -0
- package/types/x-modules/empathize/events.types.d.ts.map +1 -0
- package/types/x-modules/empathize/index.d.ts +7 -0
- package/types/x-modules/empathize/index.d.ts.map +1 -0
- package/types/x-modules/empathize/store/emitters.d.ts +7 -0
- package/types/x-modules/empathize/store/emitters.d.ts.map +1 -0
- package/types/x-modules/empathize/store/index.d.ts +4 -0
- package/types/x-modules/empathize/store/index.d.ts.map +1 -0
- package/types/x-modules/empathize/store/module.d.ts +8 -0
- package/types/x-modules/empathize/store/module.d.ts.map +1 -0
- package/types/x-modules/empathize/store/types.d.ts +55 -0
- package/types/x-modules/empathize/store/types.d.ts.map +1 -0
- package/types/x-modules/empathize/wiring.d.ts +14 -0
- package/types/x-modules/empathize/wiring.d.ts.map +1 -0
- package/types/x-modules/empathize/x-module.d.ts +16 -0
- package/types/x-modules/empathize/x-module.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/index.d.ts +4 -0
- package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +48 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/events.types.d.ts +30 -0
- package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
- package/types/x-modules/extra-params/index.d.ts +6 -0
- package/types/x-modules/extra-params/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
- package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/index.d.ts +4 -0
- package/types/x-modules/extra-params/store/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/module.d.ts +8 -0
- package/types/x-modules/extra-params/store/module.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/types.d.ts +39 -0
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -0
- package/types/x-modules/extra-params/wiring.d.ts +23 -0
- package/types/x-modules/extra-params/wiring.d.ts.map +1 -0
- package/types/x-modules/extra-params/x-module.d.ts +16 -0
- package/types/x-modules/extra-params/x-module.d.ts.map +1 -0
- package/types/x-modules/facets/components/clear-filters.vue.d.ts +27 -0
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +67 -0
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +98 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +44 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +152 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +62 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +34 -0
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +50 -0
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +34 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/index.d.ts +19 -0
- package/types/x-modules/facets/components/index.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +26 -0
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +57 -0
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +43 -0
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +51 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +45 -0
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +15 -0
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +58 -0
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
- 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/add-facet-if-not-present.d.ts +13 -0
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +60 -0
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/index.d.ts +9 -0
- package/types/x-modules/facets/entities/index.d.ts.map +1 -0
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -0
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -0
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -0
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
- package/types/x-modules/facets/entities/types.d.ts +63 -0
- package/types/x-modules/facets/entities/types.d.ts.map +1 -0
- package/types/x-modules/facets/events.types.d.ts +88 -0
- package/types/x-modules/facets/events.types.d.ts.map +1 -0
- package/types/x-modules/facets/index.d.ts +10 -0
- package/types/x-modules/facets/index.d.ts.map +1 -0
- package/types/x-modules/facets/service/facets.service.d.ts +149 -0
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -0
- package/types/x-modules/facets/service/index.d.ts +3 -0
- package/types/x-modules/facets/service/index.d.ts.map +1 -0
- package/types/x-modules/facets/service/types.d.ts +85 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -0
- package/types/x-modules/facets/store/emitters.d.ts +18 -0
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +12 -0
- package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/index.d.ts +4 -0
- package/types/x-modules/facets/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +17 -0
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +13 -0
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/index.d.ts +5 -0
- package/types/x-modules/facets/store/index.d.ts.map +1 -0
- package/types/x-modules/facets/store/module.d.ts +8 -0
- package/types/x-modules/facets/store/module.d.ts.map +1 -0
- package/types/x-modules/facets/store/types.d.ts +160 -0
- package/types/x-modules/facets/store/types.d.ts.map +1 -0
- package/types/x-modules/facets/utils.d.ts +12 -0
- package/types/x-modules/facets/utils.d.ts.map +1 -0
- package/types/x-modules/facets/wiring.d.ts +51 -0
- package/types/x-modules/facets/wiring.d.ts.map +1 -0
- package/types/x-modules/facets/x-module.d.ts +16 -0
- package/types/x-modules/facets/x-module.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +41 -0
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -0
- 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 +18 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +33 -0
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/index.d.ts +7 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +29 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/config.types.d.ts +34 -0
- package/types/x-modules/history-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/history-queries/events.types.d.ts +66 -0
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -0
- package/types/x-modules/history-queries/index.d.ts +7 -0
- package/types/x-modules/history-queries/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +92 -0
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +11 -0
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +10 -0
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +12 -0
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +11 -0
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -0
- 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/actions/update-history-queries-with-search-response.action.d.ts +22 -0
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts +4 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/emitters.d.ts +17 -0
- package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +16 -0
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +36 -0
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +11 -0
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +9 -0
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/index.d.ts +12 -0
- package/types/x-modules/history-queries/store/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts +8 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/types.d.ts +201 -0
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -0
- package/types/x-modules/history-queries/wiring.d.ts +110 -0
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -0
- package/types/x-modules/history-queries/x-module.d.ts +16 -0
- package/types/x-modules/history-queries/x-module.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +37 -0
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +46 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/index.d.ts +3 -0
- package/types/x-modules/identifier-results/components/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/config.types.d.ts +26 -0
- package/types/x-modules/identifier-results/config.types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/events.types.d.ts +26 -0
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/index.d.ts +7 -0
- package/types/x-modules/identifier-results/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +16 -0
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +14 -0
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -0
- 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 +12 -0
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts +13 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/index.d.ts +8 -0
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/module.d.ts +8 -0
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/types.d.ts +120 -0
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/wiring.d.ts +71 -0
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -0
- package/types/x-modules/identifier-results/x-module.d.ts +16 -0
- package/types/x-modules/identifier-results/x-module.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/index.d.ts +5 -0
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +96 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +38 -0
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -0
- 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 +40 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/config.types.d.ts +42 -0
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/next-queries/events.types.d.ts +36 -0
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -0
- package/types/x-modules/next-queries/index.d.ts +7 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +15 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -0
- 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 +14 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +13 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +11 -0
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.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 +13 -0
- package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +12 -0
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/index.d.ts +9 -0
- package/types/x-modules/next-queries/store/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/module.d.ts +8 -0
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/types.d.ts +147 -0
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -0
- 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 +72 -0
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -0
- package/types/x-modules/next-queries/x-module.d.ts +16 -0
- package/types/x-modules/next-queries/x-module.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/index.d.ts +3 -0
- package/types/x-modules/popular-searches/components/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +26 -0
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +19 -0
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -0
- package/types/x-modules/popular-searches/config.types.d.ts +34 -0
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/events.types.d.ts +25 -0
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/index.d.ts +7 -0
- package/types/x-modules/popular-searches/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +13 -0
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/emitters.d.ts +12 -0
- package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +13 -0
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/index.d.ts +8 -0
- package/types/x-modules/popular-searches/store/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/module.d.ts +8 -0
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/types.d.ts +90 -0
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/wiring.d.ts +29 -0
- package/types/x-modules/popular-searches/wiring.d.ts.map +1 -0
- package/types/x-modules/popular-searches/x-module.d.ts +16 -0
- package/types/x-modules/popular-searches/x-module.d.ts.map +1 -0
- 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/index.d.ts +3 -0
- package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +32 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +18 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/config.types.d.ts +37 -0
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/events.types.d.ts +32 -0
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/index.d.ts +7 -0
- package/types/x-modules/query-suggestions/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +14 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- 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 +10 -0
- package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +35 -0
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/index.d.ts +9 -0
- package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/module.d.ts +8 -0
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/types.d.ts +104 -0
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/wiring.d.ts +63 -0
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/x-module.d.ts +16 -0
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -0
- package/types/x-modules/recommendations/components/index.d.ts +2 -0
- package/types/x-modules/recommendations/components/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +49 -0
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -0
- package/types/x-modules/recommendations/config.types.d.ts +12 -0
- package/types/x-modules/recommendations/config.types.d.ts.map +1 -0
- package/types/x-modules/recommendations/events.types.d.ts +26 -0
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -0
- package/types/x-modules/recommendations/index.d.ts +7 -0
- package/types/x-modules/recommendations/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +17 -0
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +13 -0
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/constants.d.ts +7 -0
- package/types/x-modules/recommendations/store/constants.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/emitters.d.ts +13 -0
- package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/index.d.ts +8 -0
- package/types/x-modules/recommendations/store/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/module.d.ts +8 -0
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/types.d.ts +90 -0
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -0
- package/types/x-modules/recommendations/wiring.d.ts +21 -0
- package/types/x-modules/recommendations/wiring.d.ts.map +1 -0
- package/types/x-modules/recommendations/x-module.d.ts +16 -0
- package/types/x-modules/recommendations/x-module.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/index.d.ts +3 -0
- package/types/x-modules/related-tags/components/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +69 -0
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +34 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/config.types.d.ts +12 -0
- package/types/x-modules/related-tags/config.types.d.ts.map +1 -0
- package/types/x-modules/related-tags/events.types.d.ts +44 -0
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -0
- package/types/x-modules/related-tags/index.d.ts +7 -0
- package/types/x-modules/related-tags/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +15 -0
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +13 -0
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -0
- 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/actions/toggle-related-tag.action.d.ts +12 -0
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/emitters.d.ts +14 -0
- package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -0
- 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/related-tags.getter.d.ts +12 -0
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +15 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/index.d.ts +10 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/module.d.ts +8 -0
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/types.d.ts +109 -0
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -0
- package/types/x-modules/related-tags/wiring.d.ts +86 -0
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -0
- package/types/x-modules/related-tags/x-module.d.ts +16 -0
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -0
- 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 +25 -0
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts +65 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/index.d.ts +14 -0
- package/types/x-modules/search/components/index.d.ts.map +1 -0
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +31 -0
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +37 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/promoted.vue.d.ts +24 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -0
- 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 +71 -0
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +29 -0
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort.mixin.d.ts +34 -0
- package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +31 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts +26 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -0
- package/types/x-modules/search/config.types.d.ts +12 -0
- package/types/x-modules/search/config.types.d.ts.map +1 -0
- package/types/x-modules/search/events.types.d.ts +98 -0
- package/types/x-modules/search/events.types.d.ts.map +1 -0
- package/types/x-modules/search/index.d.ts +8 -0
- package/types/x-modules/search/index.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +15 -0
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +13 -0
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +11 -0
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -0
- 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 +41 -0
- package/types/x-modules/search/store/emitters.d.ts.map +1 -0
- 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 +14 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/index.d.ts +6 -0
- package/types/x-modules/search/store/index.d.ts.map +1 -0
- package/types/x-modules/search/store/module.d.ts +8 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -0
- package/types/x-modules/search/store/types.d.ts +262 -0
- package/types/x-modules/search/store/types.d.ts.map +1 -0
- package/types/x-modules/search/types.d.ts +35 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +150 -0
- package/types/x-modules/search/wiring.d.ts.map +1 -0
- package/types/x-modules/search/x-module.d.ts +16 -0
- package/types/x-modules/search/x-module.d.ts.map +1 -0
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +26 -0
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/index.d.ts +5 -0
- package/types/x-modules/search-box/components/index.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-button.vue.d.ts +32 -0
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -0
- 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 +149 -0
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/events.types.d.ts +74 -0
- package/types/x-modules/search-box/events.types.d.ts.map +1 -0
- package/types/x-modules/search-box/index.d.ts +6 -0
- package/types/x-modules/search-box/index.d.ts.map +1 -0
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
- package/types/x-modules/search-box/store/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/emitters.d.ts +14 -0
- package/types/x-modules/search-box/store/emitters.d.ts.map +1 -0
- package/types/x-modules/search-box/store/index.d.ts +4 -0
- package/types/x-modules/search-box/store/index.d.ts.map +1 -0
- package/types/x-modules/search-box/store/module.d.ts +8 -0
- package/types/x-modules/search-box/store/module.d.ts.map +1 -0
- package/types/x-modules/search-box/store/types.d.ts +80 -0
- package/types/x-modules/search-box/store/types.d.ts.map +1 -0
- package/types/x-modules/search-box/wiring.d.ts +39 -0
- package/types/x-modules/search-box/wiring.d.ts.map +1 -0
- package/types/x-modules/search-box/x-module.d.ts +16 -0
- package/types/x-modules/search-box/x-module.d.ts.map +1 -0
- 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 +26 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -0
- package/types/x-modules/tagging/events.types.d.ts +47 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -0
- package/types/x-modules/tagging/index.d.ts +8 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -0
- 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 +14 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -0
- package/types/x-modules/tagging/store/index.d.ts +5 -0
- package/types/x-modules/tagging/store/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/module.d.ts +8 -0
- package/types/x-modules/tagging/store/module.d.ts.map +1 -0
- package/types/x-modules/tagging/store/types.d.ts +74 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -0
- package/types/x-modules/tagging/wiring.d.ts +97 -0
- package/types/x-modules/tagging/wiring.d.ts.map +1 -0
- package/types/x-modules/tagging/x-module.d.ts +16 -0
- package/types/x-modules/tagging/x-module.d.ts.map +1 -0
- 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 +32 -0
- package/types/x-modules/url/events.types.d.ts.map +1 -0
- package/types/x-modules/url/index.d.ts +6 -0
- package/types/x-modules/url/index.d.ts.map +1 -0
- package/types/x-modules/url/store/emitters.d.ts +44 -0
- package/types/x-modules/url/store/emitters.d.ts.map +1 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
- package/types/x-modules/url/store/index.d.ts +4 -0
- package/types/x-modules/url/store/index.d.ts.map +1 -0
- 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 +8 -0
- package/types/x-modules/url/store/module.d.ts.map +1 -0
- 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 +109 -0
- package/types/x-modules/url/store/types.d.ts.map +1 -0
- package/types/x-modules/url/wiring.d.ts +86 -0
- package/types/x-modules/url/wiring.d.ts.map +1 -0
- package/types/x-modules/url/x-module.d.ts +16 -0
- package/types/x-modules/url/x-module.d.ts.map +1 -0
- package/types/x-modules/x-modules.types.d.ts +90 -0
- package/types/x-modules/x-modules.types.d.ts.map +1 -0
- package/url/index.d.ts +1 -0
- package/url/index.js +5 -0
- package/.browserslistrc +0 -4
- package/.cypress-cucumber-preprocessorrc.json +0 -4
- package/.editorconfig +0 -22
- package/.eslintignore +0 -3
- package/.eslintrc +0 -6
- package/.prettierignore +0 -1
- package/.versionrc.js +0 -4
- package/CONTRIBUTING.md +0 -12
- package/Jenkinsfile +0 -7
- package/LICENSE +0 -190
- package/build/.eslintrc.js +0 -6
- package/build/api-extractor.json +0 -35
- package/build/build.ts +0 -48
- package/build/build.utils.ts +0 -44
- package/build/debugging-build.md +0 -29
- package/build/docgen/documentation.rollup-plugin.ts +0 -151
- package/build/docgen/runbooks-integraton.js +0 -205
- package/build/docgen/templates/docgen-methods.template.js +0 -4
- package/build/docgen/templates/docgen-props.template.js +0 -40
- package/build/docgen/templates/docgen-slots.template.js +0 -70
- package/build/docgen/utils.js +0 -64
- package/build/postcss-dir-pseudo-class.d.ts +0 -6
- package/build/postcss-logical.d.ts +0 -6
- package/build/postcss-types/options.ts +0 -4
- package/build/rollup-plugins/design-system.rollup-plugin.ts +0 -74
- package/build/rollup-plugins/x-components.rollup-plugin.ts +0 -197
- package/build/rollup.config.ts +0 -189
- package/build/tsconfig.json +0 -26
- package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
- package/build-helpers/utils/polyfills.util.js +0 -68
- package/contributing/base-naming.md +0 -347
- package/contributing/commits.md +0 -156
- package/contributing/components.md +0 -473
- package/contributing/concepts.md +0 -36
- package/contributing/design-system.md +0 -227
- package/contributing/tests.md +0 -230
- package/cypress.json +0 -17
- package/docgen.config.js +0 -13
- package/jest.config.js +0 -5
- package/jest.setup.ts +0 -2
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/src/App.vue +0 -25
- package/src/__stubs__/banners-stubs.factory.ts +0 -37
- package/src/__stubs__/facets-stubs.factory.ts +0 -708
- package/src/__stubs__/filters-stubs.factory.ts +0 -259
- package/src/__stubs__/history-queries-stubs.factory.ts +0 -32
- package/src/__stubs__/next-queries-stubs.factory.ts +0 -32
- package/src/__stubs__/partials-results-stubs.factory.ts +0 -24
- package/src/__stubs__/promoteds-stubs.factory.ts +0 -37
- package/src/__stubs__/query-suggestions-stubs.factory.ts +0 -46
- package/src/__stubs__/related-tags-stubs.factory.ts +0 -49
- package/src/__stubs__/results-stubs.factory.ts +0 -178
- package/src/__stubs__/search-response-stubs.factory.ts +0 -29
- package/src/__stubs__/suggestions-stubs.factory.ts +0 -43
- package/src/__tests__/adapter.dummy.ts +0 -22
- package/src/__tests__/utils.ts +0 -214
- package/src/components/__tests__/base-dropdown.spec.ts +0 -453
- package/src/components/__tests__/base-event-button.spec.ts +0 -68
- package/src/components/__tests__/base-grid.spec.ts +0 -103
- package/src/components/__tests__/base-keyboard-navigation.spec.ts +0 -64
- package/src/components/__tests__/base-rating.spec.ts +0 -43
- package/src/components/__tests__/base-variable-column-grid.spec.ts +0 -90
- package/src/components/__tests__/no-element.spec.ts +0 -19
- package/src/components/__tests__/sliding-panel.spec.ts +0 -202
- package/src/components/__tests__/staggering-transition-group.spec.ts +0 -187
- package/src/components/__tests__/x-component-mixin.spec.ts +0 -38
- package/src/components/__tests__/x-component-utils.spec.ts +0 -38
- package/src/components/animations/__tests__/animations.spec.ts +0 -24
- package/src/components/animations/animate-width.vue +0 -86
- package/src/components/animations/animations.mixin.ts +0 -53
- package/src/components/animations/collapse-from-top.vue +0 -98
- package/src/components/animations/collapse-height.vue +0 -54
- package/src/components/animations/collapse-width.vue +0 -56
- package/src/components/animations/fade-and-slide.vue +0 -79
- package/src/components/animations/index.ts +0 -7
- package/src/components/animations/staggered-fade-and-slide.vue +0 -80
- package/src/components/base-dropdown.vue +0 -501
- package/src/components/base-event-button.vue +0 -64
- package/src/components/base-grid.vue +0 -206
- package/src/components/base-keyboard-navigation.vue +0 -207
- package/src/components/base-rating.vue +0 -136
- package/src/components/base-variable-column-grid.vue +0 -130
- package/src/components/column-picker/__tests__/base-column-picker-dropdown.spec.ts +0 -269
- package/src/components/column-picker/__tests__/base-column-picker-list.spec.ts +0 -210
- package/src/components/column-picker/base-column-picker-dropdown.vue +0 -185
- package/src/components/column-picker/base-column-picker-list.vue +0 -176
- package/src/components/column-picker/column-picker.mixin.ts +0 -93
- package/src/components/column-picker/index.ts +0 -3
- package/src/components/currency/__tests__/base-currency.spec.ts +0 -140
- package/src/components/currency/base-currency.vue +0 -129
- package/src/components/currency/index.ts +0 -1
- package/src/components/decorators/__tests__/bus.decorators.spec.ts +0 -390
- package/src/components/decorators/__tests__/debounce.decorators.spec.ts +0 -89
- package/src/components/decorators/__tests__/injection.decorators.spec.ts +0 -168
- package/src/components/decorators/__tests__/store.decorators.spec.ts +0 -66
- package/src/components/decorators/bus.decorators.ts +0 -164
- package/src/components/decorators/debounce.decorators.ts +0 -31
- package/src/components/decorators/injection.decorators.ts +0 -252
- package/src/components/decorators/store.decorators.ts +0 -58
- package/src/components/filters/index.ts +0 -3
- package/src/components/filters/labels/__tests__/base-price-label.spec.ts +0 -67
- package/src/components/filters/labels/__tests__/base-rating-filter-label.spec.ts +0 -85
- package/src/components/filters/labels/base-price-filter-label.vue +0 -147
- package/src/components/filters/labels/base-rating-filter-label.vue +0 -105
- package/src/components/icons/arrow.vue +0 -18
- package/src/components/icons/bag.vue +0 -25
- package/src/components/icons/bar-code.vue +0 -29
- package/src/components/icons/barcode-tiny.vue +0 -29
- package/src/components/icons/cart.vue +0 -23
- package/src/components/icons/check-tiny.vue +0 -15
- package/src/components/icons/check.vue +0 -15
- package/src/components/icons/checkbox-card-selected.vue +0 -18
- package/src/components/icons/checkbox-card-unselected.vue +0 -15
- package/src/components/icons/checkbox-selected.vue +0 -18
- package/src/components/icons/checkbox-unselected.vue +0 -15
- package/src/components/icons/chevron-down.vue +0 -21
- package/src/components/icons/chevron-left.vue +0 -20
- package/src/components/icons/chevron-right.vue +0 -15
- package/src/components/icons/chevron-tiny-down.vue +0 -21
- package/src/components/icons/chevron-tiny-left.vue +0 -21
- package/src/components/icons/chevron-tiny-right.vue +0 -21
- package/src/components/icons/chevron-tiny-up.vue +0 -21
- package/src/components/icons/chevron-up.vue +0 -21
- package/src/components/icons/cross-tiny.vue +0 -15
- package/src/components/icons/cross.vue +0 -18
- package/src/components/icons/filters.vue +0 -34
- package/src/components/icons/grid-1-col.vue +0 -25
- package/src/components/icons/grid-2-col.vue +0 -20
- package/src/components/icons/hide.vue +0 -31
- package/src/components/icons/history-tiny.vue +0 -24
- package/src/components/icons/history.vue +0 -24
- package/src/components/icons/index.ts +0 -44
- package/src/components/icons/menu.vue +0 -19
- package/src/components/icons/minus-tiny.vue +0 -15
- package/src/components/icons/minus.vue +0 -15
- package/src/components/icons/nq-1.vue +0 -18
- package/src/components/icons/nq-2.vue +0 -18
- package/src/components/icons/nq-3.vue +0 -18
- package/src/components/icons/nq-4.vue +0 -28
- package/src/components/icons/plus.vue +0 -15
- package/src/components/icons/search-tiny.vue +0 -22
- package/src/components/icons/search.vue +0 -18
- package/src/components/icons/show.vue +0 -21
- package/src/components/icons/star.vue +0 -21
- package/src/components/icons/trash-open.vue +0 -30
- package/src/components/icons/trash.vue +0 -25
- package/src/components/icons/trending-tiny.vue +0 -24
- package/src/components/icons/trending.vue +0 -24
- package/src/components/icons/user.vue +0 -21
- package/src/components/index.ts +0 -31
- package/src/components/layouts/layout.vue +0 -188
- package/src/components/modals/__tests__/base-events-close-button.spec.ts +0 -83
- package/src/components/modals/__tests__/base-events-modal-open-button.spec.ts +0 -83
- package/src/components/modals/__tests__/base-events-modal.spec.ts +0 -161
- package/src/components/modals/__tests__/base-id-modal-close.spec.ts +0 -74
- package/src/components/modals/__tests__/base-id-modal-open.spec.ts +0 -74
- package/src/components/modals/__tests__/base-id-modal.spec.ts +0 -133
- package/src/components/modals/__tests__/base-modal.spec.ts +0 -110
- package/src/components/modals/base-events-modal-close.vue +0 -96
- package/src/components/modals/base-events-modal-open.vue +0 -100
- package/src/components/modals/base-events-modal.vue +0 -200
- package/src/components/modals/base-id-modal-close.vue +0 -74
- package/src/components/modals/base-id-modal-open.vue +0 -75
- package/src/components/modals/base-id-modal.vue +0 -138
- package/src/components/modals/base-modal.vue +0 -229
- package/src/components/modals/index.ts +0 -7
- package/src/components/no-element.ts +0 -13
- package/src/components/panels/__tests__/base-header-toggle-panel.spec.ts +0 -125
- package/src/components/panels/__tests__/base-id-toggle-panel-button.spec.ts +0 -97
- package/src/components/panels/__tests__/base-id-toggle-panel.spec.ts +0 -93
- package/src/components/panels/__tests__/base-toggle-panel.spec.ts +0 -90
- package/src/components/panels/base-header-toggle-panel.vue +0 -128
- package/src/components/panels/base-id-toggle-panel-button.vue +0 -125
- package/src/components/panels/base-id-toggle-panel.vue +0 -147
- package/src/components/panels/base-toggle-panel.vue +0 -59
- package/src/components/panels/index.ts +0 -4
- package/src/components/result/__tests__/base-result-add-to-cart.spec.ts +0 -47
- package/src/components/result/__tests__/base-result-current-price.spec.ts +0 -115
- package/src/components/result/__tests__/base-result-image.spec.ts +0 -77
- package/src/components/result/__tests__/base-result-link.spec.ts +0 -102
- package/src/components/result/__tests__/base-result-previous-price.spec.ts +0 -108
- package/src/components/result/base-result-add-to-cart.vue +0 -73
- package/src/components/result/base-result-current-price.vue +0 -111
- package/src/components/result/base-result-fallback-image.vue +0 -38
- package/src/components/result/base-result-image.vue +0 -224
- package/src/components/result/base-result-link.vue +0 -145
- package/src/components/result/base-result-placeholder-image.vue +0 -51
- package/src/components/result/base-result-previous-price.vue +0 -98
- package/src/components/result/index.ts +0 -7
- package/src/components/scroll/__tests__/base-id-scroll.spec.ts +0 -282
- package/src/components/scroll/__tests__/base-main-scroll.spec.ts +0 -656
- package/src/components/scroll/__tests__/base-scroll-to-top.spec.ts +0 -118
- package/src/components/scroll/__tests__/base-scroll.spec.ts +0 -212
- package/src/components/scroll/base-id-scroll.vue +0 -348
- package/src/components/scroll/base-main-scroll.vue +0 -284
- package/src/components/scroll/base-scroll-to-top.vue +0 -231
- package/src/components/scroll/base-scroll.vue +0 -198
- package/src/components/scroll/index.ts +0 -6
- package/src/components/scroll/scroll.mixin.ts +0 -189
- package/src/components/scroll/scroll.types.ts +0 -6
- package/src/components/sliding-panel.vue +0 -300
- package/src/components/staggering-transition-group.vue +0 -474
- package/src/components/suggestions/__tests__/base-suggestion.spec.ts +0 -68
- package/src/components/suggestions/__tests__/base-suggestions.spec.ts +0 -35
- package/src/components/suggestions/base-suggestion.vue +0 -190
- package/src/components/suggestions/base-suggestions.vue +0 -129
- package/src/components/suggestions/index.ts +0 -2
- package/src/components/x-component.mixin.ts +0 -23
- package/src/components/x-component.types.ts +0 -19
- package/src/components/x-component.utils.ts +0 -45
- package/src/design-system/base/border.tokens.scss +0 -6
- package/src/design-system/base/colors.tokens.scss +0 -12
- package/src/design-system/base/spacing.tokens.scss +0 -12
- package/src/design-system/base/typography.tokens.scss +0 -22
- package/src/design-system/components/button/card.scss +0 -5
- package/src/design-system/components/button/card.tokens.scss +0 -4
- package/src/design-system/components/button/default.scss +0 -34
- package/src/design-system/components/button/default.tokens.scss +0 -20
- package/src/design-system/components/button/ghost.scss +0 -19
- package/src/design-system/components/button/ghost.tokens.scss +0 -6
- package/src/design-system/components/button/pill.scss +0 -5
- package/src/design-system/components/button/pill.tokens.scss +0 -4
- package/src/design-system/components/button/primary.scss +0 -7
- package/src/design-system/components/button/primary.tokens.scss +0 -6
- package/src/design-system/components/button/round.scss +0 -13
- package/src/design-system/components/button/round.tokens.scss +0 -7
- package/src/design-system/components/button/secondary.scss +0 -7
- package/src/design-system/components/button/secondary.tokens.scss +0 -6
- package/src/design-system/components/button/tertiary.scss +0 -7
- package/src/design-system/components/button/tertiary.tokens.scss +0 -6
- package/src/design-system/components/dropdown/card.scss +0 -8
- package/src/design-system/components/dropdown/card.tokens.scss +0 -8
- package/src/design-system/components/dropdown/default.scss +0 -133
- package/src/design-system/components/dropdown/default.tokens.scss +0 -43
- package/src/design-system/components/dropdown/l.scss +0 -4
- package/src/design-system/components/dropdown/l.tokens.scss +0 -4
- package/src/design-system/components/dropdown/line.scss +0 -9
- package/src/design-system/components/dropdown/line.tokens.scss +0 -9
- package/src/design-system/components/dropdown/m.scss +0 -4
- package/src/design-system/components/dropdown/m.tokens.scss +0 -4
- package/src/design-system/components/dropdown/pill.scss +0 -8
- package/src/design-system/components/dropdown/pill.tokens.scss +0 -11
- package/src/design-system/components/dropdown/s.scss +0 -4
- package/src/design-system/components/dropdown/s.tokens.scss +0 -4
- package/src/design-system/components/dropdown/xl.scss +0 -4
- package/src/design-system/components/dropdown/xl.tokens.scss +0 -4
- package/src/design-system/components/facet/card.scss +0 -8
- package/src/design-system/components/facet/card.tokens.scss +0 -7
- package/src/design-system/components/facet/default.scss +0 -59
- package/src/design-system/components/facet/default.tokens.scss +0 -24
- package/src/design-system/components/facet/line.scss +0 -8
- package/src/design-system/components/facet/line.tokens.scss +0 -7
- package/src/design-system/components/facet/outlined.scss +0 -11
- package/src/design-system/components/facet/outlined.tokens.scss +0 -10
- package/src/design-system/components/filter/default.scss +0 -60
- package/src/design-system/components/filter/default.tokens.scss +0 -26
- package/src/design-system/components/filter/hierarchical.scss +0 -15
- package/src/design-system/components/filter/hierarchical.tokens.scss +0 -4
- package/src/design-system/components/filter/justified.scss +0 -7
- package/src/design-system/components/grid/default.scss +0 -14
- package/src/design-system/components/grid/default.tokens.scss +0 -6
- package/src/design-system/components/icon/default.scss +0 -23
- package/src/design-system/components/icon/default.tokens.scss +0 -14
- package/src/design-system/components/icon/l.scss +0 -5
- package/src/design-system/components/icon/l.tokens.scss +0 -5
- package/src/design-system/components/icon/m.scss +0 -5
- package/src/design-system/components/icon/m.tokens.scss +0 -5
- package/src/design-system/components/icon/s.scss +0 -5
- package/src/design-system/components/icon/s.tokens.scss +0 -5
- package/src/design-system/components/icon/xl.scss +0 -5
- package/src/design-system/components/icon/xl.tokens.scss +0 -5
- package/src/design-system/components/input/card.scss +0 -4
- package/src/design-system/components/input/card.tokens.scss +0 -4
- package/src/design-system/components/input/default.scss +0 -43
- package/src/design-system/components/input/default.tokens.scss +0 -25
- package/src/design-system/components/input/line.scss +0 -5
- package/src/design-system/components/input/line.tokens.scss +0 -7
- package/src/design-system/components/input/pill.scss +0 -4
- package/src/design-system/components/input/pill.tokens.scss +0 -4
- package/src/design-system/components/input-group/card.scss +0 -15
- package/src/design-system/components/input-group/card.tokens.scss +0 -4
- package/src/design-system/components/input-group/default.scss +0 -111
- package/src/design-system/components/input-group/default.tokens.scss +0 -33
- package/src/design-system/components/input-group/line.scss +0 -27
- package/src/design-system/components/input-group/line.tokens.scss +0 -11
- package/src/design-system/components/input-group/pill.scss +0 -5
- package/src/design-system/components/input-group/pill.tokens.scss +0 -4
- package/src/design-system/components/layout/default.scss +0 -273
- package/src/design-system/components/layout/default.tokens.scss +0 -94
- package/src/design-system/components/list/border.scss +0 -20
- package/src/design-system/components/list/border.tokens.scss +0 -7
- package/src/design-system/components/list/default.scss +0 -103
- package/src/design-system/components/list/default.tokens.scss +0 -11
- package/src/design-system/components/list/gap.scss +0 -8
- package/src/design-system/components/list/gap.tokens.scss +0 -9
- package/src/design-system/components/list/padding.scss +0 -23
- package/src/design-system/components/list/padding.tokens.scss +0 -9
- package/src/design-system/components/option-list/bottom.scss +0 -20
- package/src/design-system/components/option-list/bottom.tokens.scss +0 -13
- package/src/design-system/components/option-list/default.scss +0 -70
- package/src/design-system/components/option-list/default.tokens.scss +0 -40
- package/src/design-system/components/picture/card.scss +0 -4
- package/src/design-system/components/picture/card.tokens.scss +0 -4
- package/src/design-system/components/picture/colored.scss +0 -21
- package/src/design-system/components/picture/colored.tokens.scss +0 -6
- package/src/design-system/components/picture/cover.scss +0 -26
- package/src/design-system/components/picture/cover.tokens.scss +0 -4
- package/src/design-system/components/picture/default.scss +0 -46
- package/src/design-system/components/picture/default.tokens.scss +0 -19
- package/src/design-system/components/picture/fixed-ratio.scss +0 -16
- package/src/design-system/components/picture/fixed-ratio.tokens.scss +0 -4
- package/src/design-system/components/result/card.scss +0 -7
- package/src/design-system/components/result/card.tokens.scss +0 -4
- package/src/design-system/components/result/default.scss +0 -90
- package/src/design-system/components/result/default.tokens.scss +0 -22
- package/src/design-system/components/row/default.scss +0 -44
- package/src/design-system/components/row/default.tokens.scss +0 -9
- package/src/design-system/components/row/gap.scss +0 -5
- package/src/design-system/components/row/gap.tokens.scss +0 -7
- package/src/design-system/components/row/padding.scss +0 -5
- package/src/design-system/components/row/padding.tokens.scss +0 -7
- package/src/design-system/components/scroll/default.scss +0 -37
- package/src/design-system/components/scroll/default.tokens.scss +0 -11
- package/src/design-system/components/sliding-panel/default.scss +0 -121
- package/src/design-system/components/sliding-panel/default.token.scss +0 -13
- package/src/design-system/components/suggestion/default.scss +0 -45
- package/src/design-system/components/suggestion/default.tokens.scss +0 -20
- package/src/design-system/components/suggestion-group/default.scss +0 -47
- package/src/design-system/components/suggestion-group/default.tokens.scss +0 -16
- package/src/design-system/components/tag/card.scss +0 -5
- package/src/design-system/components/tag/card.tokens.scss +0 -4
- package/src/design-system/components/tag/default.scss +0 -77
- package/src/design-system/components/tag/default.tokens.scss +0 -28
- package/src/design-system/components/tag/ghost.scss +0 -11
- package/src/design-system/components/tag/ghost.tokens.scss +0 -10
- package/src/design-system/components/tag/pill.scss +0 -5
- package/src/design-system/components/tag/pill.tokens.scss +0 -4
- package/src/design-system/components/typography/accent.scss +0 -5
- package/src/design-system/components/typography/accent.token.scss +0 -4
- package/src/design-system/components/typography/bold.scss +0 -18
- package/src/design-system/components/typography/default.scss +0 -85
- package/src/design-system/components/typography/default.tokens.scss +0 -36
- package/src/design-system/components/typography/light.scss +0 -18
- package/src/design-system/components/typography/secondary.scss +0 -4
- package/src/design-system/components/typography/secondary.token.scss +0 -4
- package/src/design-system/components/typography/stroke.scss +0 -18
- package/src/design-system/mixins.scss +0 -25
- package/src/directives/index.ts +0 -1
- package/src/directives/infinite-scroll/index.ts +0 -2
- package/src/directives/infinite-scroll/infinite-scroll.ts +0 -128
- package/src/directives/infinite-scroll/infinite-scroll.types.ts +0 -26
- package/src/filters/__tests__/compile-message.spec.ts +0 -22
- package/src/filters/compile-message.filter.ts +0 -27
- package/src/filters/filters.registry.ts +0 -6
- package/src/filters/index.ts +0 -1
- package/src/index.ts +0 -32
- package/src/main.ts +0 -19
- package/src/plugins/__tests__/x-plugin-alias.spec.ts +0 -161
- package/src/plugins/__tests__/x-plugin-emitters.spec.ts +0 -262
- package/src/plugins/__tests__/x-plugin-mixin.spec.ts +0 -129
- package/src/plugins/__tests__/x-plugin-search-adapter.spec.ts +0 -48
- package/src/plugins/__tests__/x-plugin.spec.ts +0 -448
- package/src/plugins/index.ts +0 -5
- package/src/plugins/x-bus.ts +0 -80
- package/src/plugins/x-bus.types.ts +0 -87
- package/src/plugins/x-plugin.alias.ts +0 -99
- package/src/plugins/x-plugin.mixin.ts +0 -75
- package/src/plugins/x-plugin.ts +0 -491
- package/src/plugins/x-plugin.types.ts +0 -227
- package/src/plugins/x-plugin.utils.ts +0 -40
- package/src/router.ts +0 -175
- package/src/services/__tests__/directional-focus-navigation.spec.ts +0 -45
- package/src/services/directional-focus-navigation.service.ts +0 -492
- package/src/services/index.ts +0 -2
- package/src/services/services.types.ts +0 -56
- package/src/shims-tsx.d.ts +0 -11
- package/src/shims-vue.d.ts +0 -4
- package/src/store/__tests__/vuex-watchers-hack.spec.ts +0 -192
- package/src/store/actions.types.ts +0 -100
- package/src/store/getters.types.ts +0 -33
- package/src/store/index.ts +0 -7
- package/src/store/mutations.types.ts +0 -39
- package/src/store/store-emitters.types.ts +0 -92
- package/src/store/store.types.ts +0 -192
- package/src/store/store.utils.ts +0 -18
- package/src/store/utils/__tests__/get-getters-proxy.spec.ts +0 -84
- package/src/store/utils/get-getters-proxy.ts +0 -127
- package/src/store/utils/helpers/fetch-and-save-action.helpers.ts +0 -151
- package/src/store/utils/helpers/status.helpers.ts +0 -45
- package/src/store/x.module.ts +0 -37
- package/src/types/index.ts +0 -1
- package/src/types/query-origin.ts +0 -25
- package/src/utils/__tests__/array.spec.ts +0 -354
- package/src/utils/__tests__/cancellable-promise.spec.ts +0 -30
- package/src/utils/__tests__/clone.spec.ts +0 -42
- package/src/utils/__tests__/currency-formatter.spec.ts +0 -53
- package/src/utils/__tests__/debounce.spec.ts +0 -113
- package/src/utils/__tests__/filters.spec.ts +0 -179
- package/src/utils/__tests__/get-url-parameters.spec.ts +0 -23
- package/src/utils/__tests__/html.spec.ts +0 -26
- package/src/utils/__tests__/normalize.spec.ts +0 -43
- package/src/utils/__tests__/number.spec.ts +0 -14
- package/src/utils/__tests__/object.spec.ts +0 -332
- package/src/utils/__tests__/sanitize.spec.ts +0 -39
- package/src/utils/__tests__/string.spec.ts +0 -23
- package/src/utils/__tests__/throttle.spec.ts +0 -26
- package/src/utils/array.ts +0 -256
- package/src/utils/cancellable-promise.ts +0 -63
- package/src/utils/clone.ts +0 -11
- package/src/utils/currency-formatter.ts +0 -178
- package/src/utils/debounce.ts +0 -69
- package/src/utils/filters.ts +0 -66
- package/src/utils/function.ts +0 -8
- package/src/utils/get-url-parameters.ts +0 -12
- package/src/utils/html.ts +0 -12
- package/src/utils/index.ts +0 -17
- package/src/utils/normalize.ts +0 -27
- package/src/utils/number.ts +0 -13
- package/src/utils/object.ts +0 -119
- package/src/utils/sanitize.ts +0 -11
- package/src/utils/storage.ts +0 -20
- package/src/utils/string.ts +0 -31
- package/src/utils/throttle.ts +0 -31
- package/src/utils/types.ts +0 -178
- package/src/views/FullApp.vue +0 -649
- package/src/views/FullNoEmpathize.vue +0 -153
- package/src/views/Layout.vue +0 -272
- package/src/views/ResultApp.vue +0 -135
- package/src/views/Search.vue +0 -156
- package/src/views/base-column-picker.vue +0 -136
- package/src/views/base-config.ts +0 -23
- package/src/views/base-events-modal.vue +0 -47
- package/src/views/base-result-image.vue +0 -68
- package/src/views/design-system.vue +0 -3747
- package/src/views/empathize.vue +0 -133
- package/src/views/exclude-filters.vue +0 -186
- package/src/views/filters-search.vue +0 -103
- package/src/views/history-queries.vue +0 -147
- package/src/views/identifier-results.vue +0 -86
- package/src/views/infinite-scroll-body.vue +0 -64
- package/src/views/infinite-scroll-document.vue +0 -49
- package/src/views/infinite-scroll-html.vue +0 -55
- package/src/views/infinite-scroll.vue +0 -59
- package/src/views/keyboard-navigation.vue +0 -226
- package/src/views/mocked-adapter.ts +0 -113
- package/src/views/multiselect-filters.vue +0 -183
- package/src/views/next-queries.vue +0 -113
- package/src/views/no-suggestions.vue +0 -50
- package/src/views/partial-results.vue +0 -123
- package/src/views/popular-searches.vue +0 -133
- package/src/views/query-suggestions.vue +0 -111
- package/src/views/real-adapter.ts +0 -26
- package/src/views/recommendations.vue +0 -56
- package/src/views/related-tags.vue +0 -66
- package/src/views/search-box.vue +0 -152
- package/src/views/sliced-filters.vue +0 -194
- package/src/views/sliding-panel.vue +0 -52
- package/src/views/sort.vue +0 -126
- package/src/views/spellcheck.vue +0 -58
- package/src/vue-global-events.d.ts +0 -4
- package/src/wiring/__tests__/namespaced-wires-factory.spec.ts +0 -204
- package/src/wiring/__tests__/namespaced-wires-operators.spec.ts +0 -71
- package/src/wiring/__tests__/utils.ts +0 -97
- package/src/wiring/__tests__/wires-factory.spec.ts +0 -189
- package/src/wiring/__tests__/wires-operators.spec.ts +0 -297
- package/src/wiring/events.types.ts +0 -206
- package/src/wiring/index.ts +0 -8
- package/src/wiring/namespaced-wires.factory.ts +0 -91
- package/src/wiring/namespaced-wires.operators.ts +0 -67
- package/src/wiring/namespaced-wiring.types.ts +0 -156
- package/src/wiring/utils/wire-racing-handling.ts +0 -141
- package/src/wiring/wires.factory.ts +0 -164
- package/src/wiring/wires.operators.ts +0 -129
- package/src/wiring/wiring.types.ts +0 -99
- package/src/wiring/wiring.utils.ts +0 -41
- package/src/x-installer/api/__tests__/default-api.spec.ts +0 -18
- package/src/x-installer/api/api.types.ts +0 -70
- package/src/x-installer/api/base-api.ts +0 -80
- package/src/x-installer/api/index.ts +0 -2
- package/src/x-installer/index.ts +0 -2
- package/src/x-installer/x-installer/__tests__/x-installer.spec.ts +0 -158
- package/src/x-installer/x-installer/index.ts +0 -2
- package/src/x-installer/x-installer/types.ts +0 -81
- package/src/x-installer/x-installer/x-installer.ts +0 -351
- package/src/x-modules/device/components/__tests__/device-detector.spec.ts +0 -154
- package/src/x-modules/device/components/device-detector.vue +0 -263
- package/src/x-modules/device/components/index.ts +0 -1
- package/src/x-modules/device/events.types.ts +0 -13
- package/src/x-modules/device/index.ts +0 -5
- package/src/x-modules/device/store/emitters.ts +0 -9
- package/src/x-modules/device/store/index.ts +0 -3
- package/src/x-modules/device/store/module.ts +0 -19
- package/src/x-modules/device/store/types.ts +0 -55
- package/src/x-modules/device/wiring.ts +0 -27
- package/src/x-modules/device/x-module.ts +0 -25
- package/src/x-modules/empathize/components/__tests__/empathize.spec.ts +0 -53
- package/src/x-modules/empathize/components/empathize.vue +0 -192
- package/src/x-modules/empathize/components/index.ts +0 -1
- package/src/x-modules/empathize/config.types.ts +0 -6
- package/src/x-modules/empathize/events.types.ts +0 -23
- package/src/x-modules/empathize/index.ts +0 -6
- package/src/x-modules/empathize/store/emitters.ts +0 -9
- package/src/x-modules/empathize/store/index.ts +0 -3
- package/src/x-modules/empathize/store/module.ts +0 -20
- package/src/x-modules/empathize/store/types.ts +0 -62
- package/src/x-modules/empathize/wiring.ts +0 -30
- package/src/x-modules/empathize/x-module.ts +0 -25
- package/src/x-modules/facets/__tests__/utils.spec.ts +0 -108
- package/src/x-modules/facets/components/__tests__/clear-filters.spec.ts +0 -219
- package/src/x-modules/facets/components/__tests__/facets.spec.ts +0 -396
- package/src/x-modules/facets/components/__tests__/multi-select-filters.spec.ts +0 -168
- package/src/x-modules/facets/components/__tests__/selected-filters-list.spec.ts +0 -162
- package/src/x-modules/facets/components/__tests__/selected-filters.spec.ts +0 -178
- package/src/x-modules/facets/components/__tests__/utils.ts +0 -22
- package/src/x-modules/facets/components/clear-filters.vue +0 -172
- package/src/x-modules/facets/components/facets.vue +0 -640
- package/src/x-modules/facets/components/filters/__tests__/all-filter.spec.ts +0 -143
- package/src/x-modules/facets/components/filters/__tests__/base-filter.spec.ts +0 -164
- package/src/x-modules/facets/components/filters/__tests__/editable-number-range-filter.spec.ts +0 -340
- package/src/x-modules/facets/components/filters/__tests__/hierarchical-filter.spec.ts +0 -487
- package/src/x-modules/facets/components/filters/__tests__/number-range-filter.spec.ts +0 -118
- package/src/x-modules/facets/components/filters/__tests__/renderless-filter.spec.ts +0 -155
- package/src/x-modules/facets/components/filters/__tests__/simple-filter.spec.ts +0 -207
- package/src/x-modules/facets/components/filters/all-filter.vue +0 -142
- package/src/x-modules/facets/components/filters/base-filter.vue +0 -140
- package/src/x-modules/facets/components/filters/editable-number-range-filter.vue +0 -463
- package/src/x-modules/facets/components/filters/hierarchical-filter.vue +0 -185
- package/src/x-modules/facets/components/filters/number-range-filter.vue +0 -95
- package/src/x-modules/facets/components/filters/renderless-filter.vue +0 -144
- package/src/x-modules/facets/components/filters/simple-filter.vue +0 -221
- package/src/x-modules/facets/components/index.ts +0 -21
- package/src/x-modules/facets/components/lists/__tests__/exclude-filters-with-no-results.spec.ts +0 -91
- package/src/x-modules/facets/components/lists/__tests__/filters-injection.spec.ts +0 -115
- package/src/x-modules/facets/components/lists/__tests__/filters-search.spec.ts +0 -175
- package/src/x-modules/facets/components/lists/__tests__/filters.spec.ts +0 -92
- package/src/x-modules/facets/components/lists/__tests__/sliced-filters.spec.ts +0 -129
- package/src/x-modules/facets/components/lists/__tests__/sorted-filters.spec.ts +0 -111
- package/src/x-modules/facets/components/lists/exclude-filters-with-no-results.vue +0 -189
- package/src/x-modules/facets/components/lists/filters-injection.mixin.ts +0 -44
- package/src/x-modules/facets/components/lists/filters-search.vue +0 -209
- package/src/x-modules/facets/components/lists/filters.vue +0 -140
- package/src/x-modules/facets/components/lists/multi-select-filters.vue +0 -194
- package/src/x-modules/facets/components/lists/selected-filters-list.vue +0 -186
- package/src/x-modules/facets/components/lists/sliced-filters.vue +0 -194
- package/src/x-modules/facets/components/lists/sorted-filters.vue +0 -112
- package/src/x-modules/facets/components/selected-filters.vue +0 -156
- package/src/x-modules/facets/config.types.ts +0 -12
- package/src/x-modules/facets/events.types.ts +0 -105
- package/src/x-modules/facets/index.ts +0 -7
- package/src/x-modules/facets/store/__tests__/actions.spec.ts +0 -186
- package/src/x-modules/facets/store/__tests__/getters.spec.ts +0 -235
- package/src/x-modules/facets/store/__tests__/set-backend-facets.action.spec.ts +0 -95
- package/src/x-modules/facets/store/__tests__/set-frontend-facets.action.spec.ts +0 -99
- package/src/x-modules/facets/store/__tests__/toggle-hierarchical-filter-action.spec.ts +0 -158
- package/src/x-modules/facets/store/__tests__/update-backend-facets.action.spec.ts +0 -145
- package/src/x-modules/facets/store/__tests__/utils.ts +0 -21
- package/src/x-modules/facets/store/actions/clear-selected-filters.action.ts +0 -99
- package/src/x-modules/facets/store/actions/set-backend-facets.action.ts +0 -19
- package/src/x-modules/facets/store/actions/set-frontend-facets.action.ts +0 -19
- package/src/x-modules/facets/store/actions/toggle-filter.action.ts +0 -60
- package/src/x-modules/facets/store/actions/toggle-hierarchical-filter.action.ts +0 -69
- package/src/x-modules/facets/store/actions/update-backend-facets.action.ts +0 -41
- package/src/x-modules/facets/store/emitters.ts +0 -19
- package/src/x-modules/facets/store/getters/facets.getter.ts +0 -18
- package/src/x-modules/facets/store/getters/flattened-filters.getter.ts +0 -22
- package/src/x-modules/facets/store/getters/selected-filters-by-facet.getter.ts +0 -42
- package/src/x-modules/facets/store/getters/selected-filters.getter.ts +0 -26
- package/src/x-modules/facets/store/index.ts +0 -11
- package/src/x-modules/facets/store/module.ts +0 -70
- package/src/x-modules/facets/store/types.ts +0 -235
- package/src/x-modules/facets/utils.ts +0 -98
- package/src/x-modules/facets/wiring.ts +0 -170
- package/src/x-modules/facets/x-module.ts +0 -25
- package/src/x-modules/history-queries/components/__tests__/clear-history-queries.spec.ts +0 -90
- package/src/x-modules/history-queries/components/__tests__/history-queries.spec.ts +0 -129
- package/src/x-modules/history-queries/components/__tests__/history-query.spec.ts +0 -106
- package/src/x-modules/history-queries/components/__tests__/remove-history-query.spec.ts +0 -68
- package/src/x-modules/history-queries/components/__tests__/utils.ts +0 -22
- package/src/x-modules/history-queries/components/clear-history-queries.vue +0 -97
- package/src/x-modules/history-queries/components/history-queries.vue +0 -155
- package/src/x-modules/history-queries/components/history-query.vue +0 -127
- package/src/x-modules/history-queries/components/index.ts +0 -4
- package/src/x-modules/history-queries/components/remove-history-query.vue +0 -72
- package/src/x-modules/history-queries/config.types.ts +0 -33
- package/src/x-modules/history-queries/events.types.ts +0 -46
- package/src/x-modules/history-queries/index.ts +0 -6
- package/src/x-modules/history-queries/store/__tests__/actions.spec.ts +0 -231
- package/src/x-modules/history-queries/store/__tests__/getters.spec.ts +0 -76
- package/src/x-modules/history-queries/store/__tests__/utils.ts +0 -21
- package/src/x-modules/history-queries/store/actions/add-query-to-history.action.ts +0 -176
- package/src/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.ts +0 -18
- package/src/x-modules/history-queries/store/actions/refresh-session.action.ts +0 -24
- package/src/x-modules/history-queries/store/actions/remove-query-from-history.action.ts +0 -20
- package/src/x-modules/history-queries/store/actions/set-history-queries.action.ts +0 -21
- package/src/x-modules/history-queries/store/constants.ts +0 -2
- package/src/x-modules/history-queries/store/emitters.ts +0 -19
- package/src/x-modules/history-queries/store/getters/history-queries.getter.ts +0 -59
- package/src/x-modules/history-queries/store/getters/normalized-query.getter.ts +0 -16
- package/src/x-modules/history-queries/store/getters/session-history-queries.getter.ts +0 -14
- package/src/x-modules/history-queries/store/getters/storage-key.getter.ts +0 -12
- package/src/x-modules/history-queries/store/index.ts +0 -11
- package/src/x-modules/history-queries/store/module.ts +0 -54
- package/src/x-modules/history-queries/store/types.ts +0 -176
- package/src/x-modules/history-queries/wiring.ts +0 -125
- package/src/x-modules/history-queries/x-module.ts +0 -25
- package/src/x-modules/identifier-results/components/__tests__/identifier-result.spec.ts +0 -99
- package/src/x-modules/identifier-results/components/__tests__/identifier-results.spec.ts +0 -101
- package/src/x-modules/identifier-results/components/__tests__/utils.ts +0 -22
- package/src/x-modules/identifier-results/components/identifier-result.vue +0 -82
- package/src/x-modules/identifier-results/components/identifier-results.vue +0 -80
- package/src/x-modules/identifier-results/components/index.ts +0 -2
- package/src/x-modules/identifier-results/config.types.ts +0 -25
- package/src/x-modules/identifier-results/events.types.ts +0 -27
- package/src/x-modules/identifier-results/index.ts +0 -6
- package/src/x-modules/identifier-results/store/__tests__/actions.spec.ts +0 -107
- package/src/x-modules/identifier-results/store/__tests__/getters.spec.ts +0 -65
- package/src/x-modules/identifier-results/store/__tests__/utils.ts +0 -25
- package/src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts +0 -31
- package/src/x-modules/identifier-results/store/actions/fetch-identifier-results.action.ts +0 -20
- package/src/x-modules/identifier-results/store/actions/save-query.action.ts +0 -19
- package/src/x-modules/identifier-results/store/emitters.ts +0 -12
- package/src/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.ts +0 -16
- package/src/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.ts +0 -24
- package/src/x-modules/identifier-results/store/getters/identifier-results-request.getter.ts +0 -22
- package/src/x-modules/identifier-results/store/index.ts +0 -9
- package/src/x-modules/identifier-results/store/module.ts +0 -50
- package/src/x-modules/identifier-results/store/types.ts +0 -106
- package/src/x-modules/identifier-results/wiring.ts +0 -95
- package/src/x-modules/identifier-results/x-module.ts +0 -25
- package/src/x-modules/next-queries/__tests__/utils.spec.ts +0 -44
- package/src/x-modules/next-queries/components/__tests__/next-queries.spec.ts +0 -147
- package/src/x-modules/next-queries/components/__tests__/next-query.spec.ts +0 -62
- package/src/x-modules/next-queries/components/__tests__/utils.ts +0 -22
- package/src/x-modules/next-queries/components/index.ts +0 -2
- package/src/x-modules/next-queries/components/next-queries.vue +0 -132
- package/src/x-modules/next-queries/components/next-query.vue +0 -93
- package/src/x-modules/next-queries/config.types.ts +0 -37
- package/src/x-modules/next-queries/events.types.ts +0 -32
- package/src/x-modules/next-queries/index.ts +0 -7
- package/src/x-modules/next-queries/store/__tests__/actions.spec.ts +0 -124
- package/src/x-modules/next-queries/store/__tests__/getters.spec.ts +0 -74
- package/src/x-modules/next-queries/store/__tests__/utils.ts +0 -21
- package/src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts +0 -32
- package/src/x-modules/next-queries/store/actions/fetch-next-queries.action.ts +0 -20
- package/src/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.ts +0 -19
- package/src/x-modules/next-queries/store/emitters.ts +0 -16
- package/src/x-modules/next-queries/store/getters/next-queries.getter.ts +0 -22
- package/src/x-modules/next-queries/store/getters/request.getter.ts +0 -20
- package/src/x-modules/next-queries/store/index.ts +0 -8
- package/src/x-modules/next-queries/store/module.ts +0 -51
- package/src/x-modules/next-queries/store/types.ts +0 -111
- package/src/x-modules/next-queries/utils.ts +0 -14
- package/src/x-modules/next-queries/wiring.ts +0 -79
- package/src/x-modules/next-queries/x-module.ts +0 -25
- package/src/x-modules/no-suggestions/components/__tests__/no-suggestions.spec.ts +0 -145
- package/src/x-modules/no-suggestions/components/__tests__/utils.ts +0 -22
- package/src/x-modules/no-suggestions/components/index.ts +0 -1
- package/src/x-modules/no-suggestions/components/no-suggestions.vue +0 -195
- package/src/x-modules/no-suggestions/config.types.ts +0 -9
- package/src/x-modules/no-suggestions/index.ts +0 -5
- package/src/x-modules/no-suggestions/store/index.ts +0 -2
- package/src/x-modules/no-suggestions/store/module.ts +0 -19
- package/src/x-modules/no-suggestions/store/types.ts +0 -51
- package/src/x-modules/no-suggestions/wiring.ts +0 -47
- package/src/x-modules/no-suggestions/x-module.ts +0 -24
- package/src/x-modules/popular-searches/components/__tests__/popular-search.spec.ts +0 -64
- package/src/x-modules/popular-searches/components/__tests__/popular-searches.spec.ts +0 -139
- package/src/x-modules/popular-searches/components/__tests__/utils.ts +0 -22
- package/src/x-modules/popular-searches/components/index.ts +0 -2
- package/src/x-modules/popular-searches/components/popular-search.vue +0 -90
- package/src/x-modules/popular-searches/components/popular-searches.vue +0 -133
- package/src/x-modules/popular-searches/config.types.ts +0 -53
- package/src/x-modules/popular-searches/events.types.ts +0 -26
- package/src/x-modules/popular-searches/index.ts +0 -6
- package/src/x-modules/popular-searches/store/__tests__/actions.spec.ts +0 -73
- package/src/x-modules/popular-searches/store/__tests__/getters.spec.ts +0 -60
- package/src/x-modules/popular-searches/store/__tests__/utils.ts +0 -21
- package/src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts +0 -30
- package/src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts +0 -18
- package/src/x-modules/popular-searches/store/emitters.ts +0 -14
- package/src/x-modules/popular-searches/store/getters/popular-searches.getter.ts +0 -23
- package/src/x-modules/popular-searches/store/getters/request.getter.ts +0 -18
- package/src/x-modules/popular-searches/store/index.ts +0 -10
- package/src/x-modules/popular-searches/store/module.ts +0 -45
- package/src/x-modules/popular-searches/store/types.ts +0 -98
- package/src/x-modules/popular-searches/wiring.ts +0 -54
- package/src/x-modules/popular-searches/x-module.ts +0 -25
- package/src/x-modules/query-suggestions/components/__tests__/query-suggestion.spec.ts +0 -65
- package/src/x-modules/query-suggestions/components/__tests__/query-suggestions.spec.ts +0 -129
- package/src/x-modules/query-suggestions/components/__tests__/utils.ts +0 -22
- package/src/x-modules/query-suggestions/components/index.ts +0 -2
- package/src/x-modules/query-suggestions/components/query-suggestion.vue +0 -179
- package/src/x-modules/query-suggestions/components/query-suggestions.vue +0 -282
- package/src/x-modules/query-suggestions/config.types.ts +0 -59
- package/src/x-modules/query-suggestions/events.types.ts +0 -33
- package/src/x-modules/query-suggestions/index.ts +0 -6
- package/src/x-modules/query-suggestions/store/__tests__/actions.spec.ts +0 -96
- package/src/x-modules/query-suggestions/store/__tests__/getter.spec.ts +0 -110
- package/src/x-modules/query-suggestions/store/__tests__/utils.ts +0 -21
- package/src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts +0 -30
- package/src/x-modules/query-suggestions/store/actions/fetch-suggestions.action.ts +0 -20
- package/src/x-modules/query-suggestions/store/emitters.ts +0 -12
- package/src/x-modules/query-suggestions/store/getters/normalized-query.getter.ts +0 -16
- package/src/x-modules/query-suggestions/store/getters/query-suggestions.getter.ts +0 -55
- package/src/x-modules/query-suggestions/store/getters/request.getter.ts +0 -21
- package/src/x-modules/query-suggestions/store/index.ts +0 -11
- package/src/x-modules/query-suggestions/store/module.ts +0 -48
- package/src/x-modules/query-suggestions/store/types.ts +0 -104
- package/src/x-modules/query-suggestions/wiring.ts +0 -86
- package/src/x-modules/query-suggestions/x-module.ts +0 -26
- package/src/x-modules/recommendations/components/__tests__/recommendations.spec.ts +0 -133
- package/src/x-modules/recommendations/components/__tests__/utils.ts +0 -22
- package/src/x-modules/recommendations/components/index.ts +0 -1
- package/src/x-modules/recommendations/components/recommendations.vue +0 -152
- package/src/x-modules/recommendations/config.types.ts +0 -11
- package/src/x-modules/recommendations/events.types.ts +0 -27
- package/src/x-modules/recommendations/index.ts +0 -6
- package/src/x-modules/recommendations/store/__tests__/actions.spec.ts +0 -73
- package/src/x-modules/recommendations/store/__tests__/getters.spec.ts +0 -24
- package/src/x-modules/recommendations/store/__tests__/utils.ts +0 -21
- package/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts +0 -32
- package/src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts +0 -18
- package/src/x-modules/recommendations/store/constants.ts +0 -6
- package/src/x-modules/recommendations/store/emitters.ts +0 -13
- package/src/x-modules/recommendations/store/getters/request.getter.ts +0 -18
- package/src/x-modules/recommendations/store/index.ts +0 -7
- package/src/x-modules/recommendations/store/module.ts +0 -39
- package/src/x-modules/recommendations/store/types.ts +0 -90
- package/src/x-modules/recommendations/wiring.ts +0 -34
- package/src/x-modules/recommendations/x-module.ts +0 -26
- package/src/x-modules/related-tags/components/__tests__/related-tag.spec.ts +0 -135
- package/src/x-modules/related-tags/components/__tests__/related-tags.spec.ts +0 -172
- package/src/x-modules/related-tags/components/__tests__/utils.ts +0 -22
- package/src/x-modules/related-tags/components/index.ts +0 -2
- package/src/x-modules/related-tags/components/related-tag.vue +0 -240
- package/src/x-modules/related-tags/components/related-tags.vue +0 -252
- package/src/x-modules/related-tags/config.types.ts +0 -11
- package/src/x-modules/related-tags/events.types.ts +0 -45
- package/src/x-modules/related-tags/index.ts +0 -6
- package/src/x-modules/related-tags/store/__tests_/actions.spec.ts +0 -131
- package/src/x-modules/related-tags/store/__tests_/getters.spec.ts +0 -77
- package/src/x-modules/related-tags/store/__tests_/utils.ts +0 -21
- package/src/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.ts +0 -30
- package/src/x-modules/related-tags/store/actions/fetch-related-tags.action.ts +0 -19
- package/src/x-modules/related-tags/store/actions/toggle-related-tag.action.ts +0 -28
- package/src/x-modules/related-tags/store/emitters.ts +0 -13
- package/src/x-modules/related-tags/store/getters/related-tags.getter.ts +0 -15
- package/src/x-modules/related-tags/store/getters/request.getter.ts +0 -25
- package/src/x-modules/related-tags/store/index.ts +0 -8
- package/src/x-modules/related-tags/store/module.ts +0 -50
- package/src/x-modules/related-tags/store/types.ts +0 -108
- package/src/x-modules/related-tags/wiring.ts +0 -99
- package/src/x-modules/related-tags/x-module.ts +0 -28
- package/src/x-modules/search/components/__tests__/banner.spec.ts +0 -75
- package/src/x-modules/search/components/__tests__/partial-query-button.spec.ts +0 -108
- package/src/x-modules/search/components/__tests__/partial-results-list.spec.ts +0 -112
- package/src/x-modules/search/components/__tests__/promoted.spec.ts +0 -75
- package/src/x-modules/search/components/__tests__/results-list.spec.ts +0 -143
- package/src/x-modules/search/components/__tests__/sort-dropdown.spec.ts +0 -294
- package/src/x-modules/search/components/__tests__/sort-list.spec.ts +0 -242
- package/src/x-modules/search/components/__tests__/spellcheck-button.spec.ts +0 -105
- package/src/x-modules/search/components/__tests__/spellcheck.spec.ts +0 -81
- package/src/x-modules/search/components/__tests__/utils.ts +0 -22
- package/src/x-modules/search/components/banner.vue +0 -73
- package/src/x-modules/search/components/index.ts +0 -10
- package/src/x-modules/search/components/partial-query-button.vue +0 -104
- package/src/x-modules/search/components/partial-results-list.vue +0 -143
- package/src/x-modules/search/components/promoted.vue +0 -74
- package/src/x-modules/search/components/results-list.vue +0 -136
- package/src/x-modules/search/components/sort-dropdown.vue +0 -164
- package/src/x-modules/search/components/sort-list.vue +0 -173
- package/src/x-modules/search/components/sort.mixin.ts +0 -55
- package/src/x-modules/search/components/spellcheck-button.vue +0 -86
- package/src/x-modules/search/components/spellcheck.vue +0 -79
- package/src/x-modules/search/config.types.ts +0 -11
- package/src/x-modules/search/events.types.ts +0 -54
- package/src/x-modules/search/index.ts +0 -6
- package/src/x-modules/search/store/__tests__/actions.spec.ts +0 -238
- package/src/x-modules/search/store/__tests__/getters.spec.ts +0 -116
- package/src/x-modules/search/store/__tests__/utils.ts +0 -21
- package/src/x-modules/search/store/actions/fetch-and-save-search-response.action.ts +0 -49
- package/src/x-modules/search/store/actions/fetch-search-response.action.ts +0 -32
- package/src/x-modules/search/store/actions/increase-page-apending-results.action.ts +0 -19
- package/src/x-modules/search/store/emitters.ts +0 -14
- package/src/x-modules/search/store/getters/request.getter.ts +0 -31
- package/src/x-modules/search/store/index.ts +0 -6
- package/src/x-modules/search/store/module.ts +0 -94
- package/src/x-modules/search/store/types.ts +0 -215
- package/src/x-modules/search/wiring.ts +0 -159
- package/src/x-modules/search/x-module.ts +0 -26
- package/src/x-modules/search-box/components/__tests__/clear-search-input.spec.ts +0 -34
- package/src/x-modules/search-box/components/__tests__/search-button.spec.ts +0 -84
- package/src/x-modules/search-box/components/__tests__/search-input.spec.ts +0 -159
- package/src/x-modules/search-box/components/__tests__/utils.ts +0 -22
- package/src/x-modules/search-box/components/clear-search-input.vue +0 -177
- package/src/x-modules/search-box/components/index.ts +0 -3
- package/src/x-modules/search-box/components/search-button.vue +0 -183
- package/src/x-modules/search-box/components/search-input.vue +0 -394
- package/src/x-modules/search-box/events.types.ts +0 -63
- package/src/x-modules/search-box/index.ts +0 -5
- package/src/x-modules/search-box/store/emitters.ts +0 -13
- package/src/x-modules/search-box/store/index.ts +0 -3
- package/src/x-modules/search-box/store/module.ts +0 -23
- package/src/x-modules/search-box/store/types.ts +0 -54
- package/src/x-modules/search-box/wiring.ts +0 -47
- package/src/x-modules/search-box/x-module.ts +0 -26
- package/src/x-modules/tagging/config.types.ts +0 -6
- package/src/x-modules/tagging/events.types.ts +0 -7
- package/src/x-modules/tagging/index.ts +0 -5
- package/src/x-modules/tagging/store/emitters.ts +0 -9
- package/src/x-modules/tagging/store/index.ts +0 -3
- package/src/x-modules/tagging/store/module.ts +0 -15
- package/src/x-modules/tagging/store/types.ts +0 -41
- package/src/x-modules/tagging/wiring.ts +0 -8
- package/src/x-modules/tagging/x-module.ts +0 -25
- package/src/x-modules/x-modules.types.ts +0 -95
- package/static-docs/css/global.scss +0 -1
- package/static-docs/css/utils/utils.scss +0 -35
- package/static-docs/css/xcomponents/clear-search-input.scss +0 -9
- package/static-docs/css/xcomponents/index.scss +0 -16
- package/static-docs/css/xcomponents/search-input.scss +0 -10
- package/static-docs/css/xcomponents/suggestions.scss +0 -19
- package/static-docs/guide/getting-started/components/clear-search-input.md +0 -93
- package/static-docs/guide/getting-started/components/live-examples.md +0 -95
- package/static-docs/guide/getting-started/components/query-suggestions.md +0 -71
- package/static-docs/guide/getting-started/components/search-button.md +0 -93
- package/static-docs/guide/getting-started/components/search-input.md +0 -100
- package/static-docs/guide/getting-started/install-xplugin.md +0 -67
- package/static-docs/guide/getting-started/use-components.md +0 -70
- package/static-docs/guide/install.md +0 -25
- package/static-docs/react-components/ReactComponents.jsx +0 -46
- package/static-docs/react-components/Utils.jsx +0 -34
- package/tests/.eslintignore +0 -1
- package/tests/.eslintrc.js +0 -6
- package/tests/e2e/README.md +0 -9
- package/tests/e2e/plugins/index.js +0 -8
- package/tests/e2e/specs/cucumber/base-column-pickers.feature +0 -18
- package/tests/e2e/specs/cucumber/base-column-pickers.spec.ts +0 -27
- package/tests/e2e/specs/cucumber/base-events-modal.feature +0 -17
- package/tests/e2e/specs/cucumber/base-events-modal.spec.ts +0 -29
- package/tests/e2e/specs/cucumber/base-result-image.feature +0 -16
- package/tests/e2e/specs/cucumber/base-result-image.spec.ts +0 -26
- package/tests/e2e/specs/cucumber/common-steps.spec.ts +0 -83
- package/tests/e2e/specs/cucumber/empathize.feature +0 -120
- package/tests/e2e/specs/cucumber/empathize.spec.ts +0 -70
- package/tests/e2e/specs/cucumber/exclude-filters.feature +0 -11
- package/tests/e2e/specs/cucumber/exclude-filters.spec.ts +0 -27
- package/tests/e2e/specs/cucumber/filters-search.feature +0 -15
- package/tests/e2e/specs/cucumber/filters-search.spec.ts +0 -68
- package/tests/e2e/specs/cucumber/global-definitions.ts +0 -9
- package/tests/e2e/specs/cucumber/history-queries.feature +0 -77
- package/tests/e2e/specs/cucumber/history-queries.spec.ts +0 -163
- package/tests/e2e/specs/cucumber/identifier-results.feature +0 -26
- package/tests/e2e/specs/cucumber/identifier-results.spec.ts +0 -18
- package/tests/e2e/specs/cucumber/keyboard-navigation.feature +0 -56
- package/tests/e2e/specs/cucumber/keyboard-navigation.spec.ts +0 -107
- package/tests/e2e/specs/cucumber/multiselect-filters.feature +0 -22
- package/tests/e2e/specs/cucumber/multiselect-filters.spec.ts +0 -97
- package/tests/e2e/specs/cucumber/next-queries.feature +0 -48
- package/tests/e2e/specs/cucumber/next-queries.spec.ts +0 -82
- package/tests/e2e/specs/cucumber/no-suggestions.feature +0 -22
- package/tests/e2e/specs/cucumber/no-suggestions.spec.ts +0 -17
- package/tests/e2e/specs/cucumber/partial-results.feature +0 -38
- package/tests/e2e/specs/cucumber/partial-results.spec.ts +0 -58
- package/tests/e2e/specs/cucumber/popular-searches.feature +0 -29
- package/tests/e2e/specs/cucumber/popular-searches.spec.ts +0 -73
- package/tests/e2e/specs/cucumber/query-suggestions.feature +0 -48
- package/tests/e2e/specs/cucumber/query-suggestions.spec.ts +0 -69
- package/tests/e2e/specs/cucumber/recommendations.feature +0 -11
- package/tests/e2e/specs/cucumber/recommendations.spec.ts +0 -32
- package/tests/e2e/specs/cucumber/related-tags.feature +0 -52
- package/tests/e2e/specs/cucumber/related-tags.spec.ts +0 -102
- package/tests/e2e/specs/cucumber/search-box.feature +0 -64
- package/tests/e2e/specs/cucumber/search-box.spec.ts +0 -215
- package/tests/e2e/specs/cucumber/sliced-filters.feature +0 -31
- package/tests/e2e/specs/cucumber/sliced-filters.spec.ts +0 -63
- package/tests/e2e/specs/cucumber/sliding-panel.feature +0 -15
- package/tests/e2e/specs/cucumber/sliding-panel.spec.ts +0 -78
- package/tests/e2e/specs/cucumber/sort.feature +0 -21
- package/tests/e2e/specs/cucumber/sort.spec.ts +0 -75
- package/tests/e2e/specs/cucumber/spellcheck.feature +0 -32
- package/tests/e2e/specs/cucumber/spellcheck.spec.ts +0 -37
- package/tests/e2e/specs/default/views/Search.spec.ts +0 -269
- package/tests/e2e/support/index.ts +0 -251
- package/tests/tsconfig.json +0 -11
- package/tests/webpack.config.js +0 -41
- package/tsconfig.eslint.json +0 -4
- package/tsconfig.json +0 -25
- package/vue.config.js +0 -7
|
@@ -0,0 +1,738 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md)
|
|
4
|
+
|
|
5
|
+
## x-components package
|
|
6
|
+
|
|
7
|
+
X-Components is a library usable everywhere not only for search experiences.
|
|
8
|
+
|
|
9
|
+
## Classes
|
|
10
|
+
|
|
11
|
+
| Class | Description |
|
|
12
|
+
| --- | --- |
|
|
13
|
+
| [AddQueryToHistoryAction](./x-components.addquerytohistoryaction.md) | Class implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md) action. |
|
|
14
|
+
| [AllFilter](./x-components.allfilter.md) | This component receives a required <code>facet</code> with [BooleanFilter](./x-types.booleanfilter.md) as prop and renders a button, which on clicked emits the [FacetsXEvents.UserClickedAllFilter](./x-components.facetsxevents.userclickedallfilter.md) event. By default the rendered button displays a message with the facet label but this content is customizable through the default slot. |
|
|
15
|
+
| [AnimateWidth](./x-components.animatewidth.md) | Renders a transition wrapping an element passed in the default slot and animating its width. |
|
|
16
|
+
| [AutoProgressBar](./x-components.autoprogressbar.md) | An auto progress bar component. |
|
|
17
|
+
| [Banner](./x-components.banner.md) | A banner result is just an item that has been inserted into the search results to advertise something. Usually it is the first item in the grid or it can be placed in the middle of them and fill the whole row where appears. It just contains a link to the banner content, an image and a title. |
|
|
18
|
+
| [BannersList](./x-components.bannerslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list of banners from [SearchState.banners](./x-components.searchstate.banners.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>banners</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
|
|
19
|
+
| [BaseAddToCart](./x-components.baseaddtocart.md) | Renders a button with a default slot. It receives the result with the data and emits [XEventsTypes.UserClickedResultAddToCart](./x-components.xeventstypes.userclickedresultaddtocart.md) to the bus on click mouse event. |
|
|
20
|
+
| [BaseColumnPickerDropdown](./x-components.basecolumnpickerdropdown.md) | <p>Column picker dropdown component renders [dropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.</p><p>It emits [UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input.</p> |
|
|
21
|
+
| [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | <p>Column picker list component renders a list of buttons to choose the columns number.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
|
|
22
|
+
| [BaseCurrency](./x-components.basecurrency.md) | <p>Renders the value received as a property which always must be a JavaScript number, with the proper format provided as a string property or by injection. The rendered tag is a span in order to render a default inline HTML element.</p><p>Regarding the format or mask to be defined as string: - Use 'i' to define integer numbers. - Use 'd' to define decimal numbers. You can define the length of the decimal part. If the format doesn't include decimals, it is filled with zeros until reach the length defined with 'd's. - Integer separator must be defined between the 3rd and the 4th integer 'i' of a group. - Decimal separator must be defined between the last 'i' and the first 'd'. It can be more than one character. - If you want to hide the decimal part if it's zero, you can add the <code>?</code> symbol after the decimal characters (e.g. 'i.iii,dd?', for <code>1234</code> you would get <code>1.234</code> instead of <code>1.234,00</code>). - Set whatever you need around the integers and decimals marks. - Default mask: 'i.iii,dd' which returns '1.345,67'.</p> |
|
|
23
|
+
| [BaseDropdown](./x-components.basedropdown.md) | Dropdown component that mimics a Select element behavior, but with the option to customize the toggle button and each item contents. |
|
|
24
|
+
| [BaseEventButton](./x-components.baseeventbutton.md) | Component to be reused that renders a <code><button></code> with the logic of emitting events to the bus on click. The events are passed as an object to prop [events](./x-components.xeventstypes.md)<!-- -->. The keys are the event name and the values are the payload of each event. All events are emitted with its respective payload. If any event doesn't need payload a <code>undefined</code> must be passed as value. |
|
|
25
|
+
| [BaseEventsModal](./x-components.baseeventsmodal.md) | Component containing a modal that emits a [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicking outside the content rendered in the default slot and can receive, through the eventsToCloseModal prop, a list of [xEvents](./x-components.xevent.md) to listen to in order to close also the modal, eventsToOpenModal prop, another list of [xEvents](./x-components.xevent.md) to customize the events to listen to open the modal and a prop, displayOverlay, to display an overlay over the rest of the html. The default slot offers the possibility to customize the modal content. |
|
|
26
|
+
| [BaseEventsModalClose](./x-components.baseeventsmodalclose.md) | Component contains an event button that emits [XEventsTypes.UserClickedCloseEventsModal](./x-components.xeventstypes.userclickedcloseeventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
27
|
+
| [BaseEventsModalOpen](./x-components.baseeventsmodalopen.md) | Component contains an event button that emits [XEventsTypes.UserClickedOpenEventsModal](./x-components.xeventstypes.userclickedopeneventsmodal.md) when clicked. It has a default slot to customize its contents. |
|
|
28
|
+
| [BaseGrid](./x-components.basegrid.md) | Grid component that is able to render different items based on their modelName value. In order to achieve this, it exposes a scopedSlot for each different modelName. In case the items used do not have modelName property, the default slot is used instead. It has a required property: the <code>items</code> to render; and an optional one: the number <code>columns</code> the grid is divided in. If the number of columns is not specified, the grid automatically fills the rows with as many columns as it can fit. |
|
|
29
|
+
| [BaseHeaderTogglePanel](./x-components.baseheadertogglepanel.md) | Toggle panel which uses the base toggle panel, adds a header and manage the open / close state of the panel. |
|
|
30
|
+
| [BaseIdModal](./x-components.baseidmodal.md) | Component containing a modal expecting a required prop, named <code>modalId</code>. It reacts to <code>UserClickedOpenModal</code>, <code>UserClickedCloseModal</code> and <code>UserClickedOutOfModal</code> events, when their payload matches the component's 'modalId' prop, to handle its open/close state. The default slot offers the possibility to customise the modal content. |
|
|
31
|
+
| [BaseIdModalClose](./x-components.baseidmodalclose.md) | Component that allows to close a modal by emitting [XEventsTypes.UserClickedCloseModal](./x-components.xeventstypes.userclickedclosemodal.md)<!-- -->. It allows full customization with the 'closing-element' slot and exposes the 'closeModal' function. |
|
|
32
|
+
| [BaseIdModalOpen](./x-components.baseidmodalopen.md) | Component that allows to open a modal by emitting [XEventsTypes.UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) with the modalId as payload. It allows full customization with the 'opening-element' slot and exposes the 'openModal' function. |
|
|
33
|
+
| [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | <p>Simple panel that could receives its initial open state via prop, if not the default is opens and a required prop, named <code>panelId</code>, which are responsible of rendering default slot inside a configurable transition.</p><p>It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.</p><p>The default slot offers the possibility to customise the modal content.</p> |
|
|
34
|
+
| [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | <p>Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.</p><p>It has a default slot to customize its contents.</p> |
|
|
35
|
+
| [BaseKeyboardNavigation](./x-components.basekeyboardnavigation.md) | Base component to handle keyboard navigation for elements inside it. It has a required slot to include the navigable elements. |
|
|
36
|
+
| [BaseModal](./x-components.basemodal.md) | Base component with no XPlugin dependencies that serves as a utility for constructing more complex modals. |
|
|
37
|
+
| [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
|
|
38
|
+
| [BaseRating](./x-components.baserating.md) | Rating component. This component renders a set of elements filled based on the value passed as prop. |
|
|
39
|
+
| [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
|
|
40
|
+
| [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [result](./x-types.result.md) current price that may or may not be on sale. |
|
|
41
|
+
| [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code><img></code>. |
|
|
42
|
+
| [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code><a></code> wrapping the result contents. |
|
|
43
|
+
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
|
|
44
|
+
| [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
|
|
45
|
+
| [BaseScroll](./x-components.basescroll.md) | Base scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
|
|
46
|
+
| [BaseSuggestion](./x-components.basesuggestion.md) | <p>Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvents](./x-components.xevent.md) that will be emitted on click with a given feature.</p><p>The default slot receives the suggestion and the matched query has props.</p> |
|
|
47
|
+
| [BaseSuggestions](./x-components.basesuggestions.md) | Paints a list of suggestions passed in by prop. Requires a component for a single suggestion in the default slot for working. |
|
|
48
|
+
| [BaseSwitch](./x-components.baseswitch.md) | Basic switch component to handle boolean values. This component receives its selected state using a prop, and emits a Vue event whenever the user clicks it. |
|
|
49
|
+
| [BaseTabsPanel](./x-components.basetabspanel.md) | Base Tabs Panel. |
|
|
50
|
+
| [BaseTogglePanel](./x-components.basetogglepanel.md) | Simple panel that receives its open state via prop, which is responsible of rendering default slot inside a configurable transition. |
|
|
51
|
+
| [BaseVariableColumnGrid](./x-components.basevariablecolumngrid.md) | The <code>BaseVariableColumnGrid</code> component is a wrapper of the <code>BaseGrid</code> component that listens to the <code>UserClickedColumnPicker</code> and the <code>ColumnsNumberProvided</code> events and passes the selected number of columns to the grid. It also allows to customize the grid items using the available <code>scopedSlots</code>. |
|
|
52
|
+
| [BaseXAPI](./x-components.basexapi.md) | Default implementation for [XAPI](./x-components.xapi.md)<!-- -->. |
|
|
53
|
+
| [BaseXBus](./x-components.basexbus.md) | Default [XBus](./x-components.xbus.md) implementation. |
|
|
54
|
+
| [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
|
|
55
|
+
| [ClearHistoryQueries](./x-components.clearhistoryqueries.md) | A button that when is pressed, emits the [HistoryQueriesXEvents.UserPressedClearHistoryQueries](./x-components.historyqueriesxevents.userpressedclearhistoryqueries.md) event, expressing the user intention to clear the whole history of queries. |
|
|
56
|
+
| [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
|
|
57
|
+
| [CloseMainModal](./x-components.closemainmodal.md) | Button to close the [MainModal](./x-components.mainmodal.md)<!-- -->. |
|
|
58
|
+
| [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
|
|
59
|
+
| [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
|
|
60
|
+
| [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
|
|
61
|
+
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slot. The transition fades between the two toggled elements at the same time. |
|
|
62
|
+
| [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
|
|
63
|
+
| [DefaultPDPAddToCartService](./x-components.defaultpdpaddtocartservice.md) | Default implementation for the [PDPAddToCartService](./x-components.pdpaddtocartservice.md)<!-- -->. |
|
|
64
|
+
| [DeviceDetector](./x-components.devicedetector.md) | This component helps detecting or setting a device, that can be used later to create different layouts optimized for different devices. This detected device is available under the [XComponentAliasAPI.device](./x-components.xcomponentaliasapi.device.md) property. |
|
|
65
|
+
| [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) | Implementation of [SpatialNavigation](./x-components.spatialnavigation.md) using directional focus. |
|
|
66
|
+
| [DisableAnimationMixin](./x-components.disableanimationmixin.md) | Mixin to ease disabling animations. |
|
|
67
|
+
| [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md) | <p>Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.</p><p>It provides a default slot, with some utils bind, to customize the whole component; and two named slots <code>apply-content</code> and <code>clear-content</code> to override each button content.</p><p>If <code>instant</code> prop is true, the needed events are emitted immediately; else, apply button is rendered to confirm to do it. False by default.</p><p>If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default.</p> |
|
|
68
|
+
| [Empathize](./x-components.empathize.md) | Component containing the empathize. It has a required slot to define its content and two props to define when to open and close it: eventsToOpenEmpathize and eventsToCloseEmpathize. |
|
|
69
|
+
| [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | <p>The <code>ExcludeFiltersWithNoResults</code> component filters the provided list of filters, excluding those which have the <code>totalResults</code> property exactly equal to <code>0</code>. It won't remove filters with no <code>totalResults</code> property.</p><p>The new list of filters is bound to the default scoped slot. As this component does not render no root element, this default slot must contain a single root node.</p> |
|
|
70
|
+
| [ExtraParams](./x-components.extraparams.md) | It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop. |
|
|
71
|
+
| [Facets](./x-components.facets.md) | This component renders the list of facets stored in the Facets module. Facets can be rendered differently based on their purpose and this can be achieved using the exposed slots: - A default and required slot. - A custom slot for each facet with the facetId as its name. This allows each facet to be rendered differently based on its needs. |
|
|
72
|
+
| [FacetsMixin](./x-components.facetsmixin.md) | Mixin to share Facets logic. |
|
|
73
|
+
| [FacetsProvider](./x-components.facetsprovider.md) | This component allows to provide facets by prop, to add them to the state of the <code>Facets X-Module</code>. These facets will be added to the <code>Facets X-Module</code> state together with the facets emitted by the <code>Search X-Module</code> through the [SearchXEvents.FacetsChanged](./x-components.searchxevents.facetschanged.md) event. |
|
|
74
|
+
| [Fade](./x-components.fade.md) | Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity. |
|
|
75
|
+
| [FadeAndSlide](./x-components.fadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with a fade and slide animation. |
|
|
76
|
+
| [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
|
|
77
|
+
| [FiltersList](./x-components.filterslist.md) | Renders a list with a list item per each [BooleanFilter](./x-types.booleanfilter.md) in the filters prop array. Each list item has a scoped slot, passing the filter as slot prop. |
|
|
78
|
+
| [FiltersSearch](./x-components.filterssearch.md) | Renders the filters sifted with the input query. |
|
|
79
|
+
| [FixedHeaderAndAsidesLayout](./x-components.fixedheaderandasideslayout.md) | Component for use as Layout to be filled with the rest of the components. |
|
|
80
|
+
| [GlobalXBus](./x-components.globalxbus.md) | This component helps subscribing to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API. |
|
|
81
|
+
| [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
|
|
82
|
+
| [Highlight](./x-components.highlight.md) | Highlights the given part of the text. The component is smart enough to do matches between special characters like tilde, cedilla, eñe, capital letters... |
|
|
83
|
+
| [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. Allows the user to select one of them, emitting the needed events. A history query is just another type of suggestion that contains a query that the user has made in the past. |
|
|
84
|
+
| [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
85
|
+
| [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md) | History Queries Switch is a component to enable or disable the history queries. This component emits events depending on the <code>isEnabled</code> value. |
|
|
86
|
+
| [HistoryQuery](./x-components.historyquery.md) | This component renders a history query suggestion combining two buttons: one for selecting this suggestion as the search query, and another one to remove this query suggestion from the history queries. |
|
|
87
|
+
| [IdentifierResult](./x-components.identifierresult.md) | This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [result data](./x-types.result.md)<!-- -->. |
|
|
88
|
+
| [IdentifierResults](./x-components.identifierresults.md) | Paints the list of identifier results stored in the state. Each identifier result should be represented by a [identifier result component](./x-components.identifierresult.md) besides any other component. |
|
|
89
|
+
| [ItemsList](./x-components.itemslist.md) | It renders a list of [ListItem](./x-components.listitem.md) providing a slot for each <code>slotName</code> which depends on the <code>modelName</code>of the item. |
|
|
90
|
+
| [ItemsListInjectionMixin](./x-components.itemslistinjectionmixin.md) | Mixin to facilitate providing and injecting a list of list items. Injected list is available at <code>injectedListItems</code>, and the provided list should be stored in <code>items</code>. |
|
|
91
|
+
| [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
|
|
92
|
+
| [MainModal](./x-components.mainmodal.md) | A specialised version of a modal component, made to contain a full search application. |
|
|
93
|
+
| [MainScroll](./x-components.mainscroll.md) | <p>Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.</p><p>Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component.</p> |
|
|
94
|
+
| [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
|
|
95
|
+
| [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
96
|
+
| [MyHistory](./x-components.myhistory.md) | The component renders the full history of user searched queries grouped by the day they were performed. |
|
|
97
|
+
| [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of \[<code>BaseSuggestions</code>\](./x-components.base-suggestions.md), allowing the user to select one of them, and emitting the needed events. A next query is a suggestion for a new search, related to your previous query. I.e. If people normally search for <code>shirts</code>, and then <code>trousers</code>, <code>trousers</code> would be a next query of <code>shirts</code>. |
|
|
98
|
+
| [NextQueriesList](./x-components.nextquerieslist.md) | Component that inserts groups of next queries in different positions of the injected search items list, based on the provided configuration. |
|
|
99
|
+
| [NextQuery](./x-components.nextquery.md) | Renders a next query item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the next query content. If the slot is not overridden, it will render the suggestion query by default. |
|
|
100
|
+
| [NextQueryPreview](./x-components.nextquerypreview.md) | Retrieves a preview of the results of a next query and exposes them in the default slot, along with the next query and the totalResults of the search request. By default, it renders the names of the results. |
|
|
101
|
+
| [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
|
|
102
|
+
| [OpenMainModal](./x-components.openmainmodal.md) | Button to open the [MainModal](./x-components.mainmodal.md)<!-- -->. |
|
|
103
|
+
| [PartialQueryButton](./x-components.partialquerybutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [SearchXEvents.UserClickedPartialQuery](./x-components.searchxevents.userclickedpartialquery.md) events, expressing the user intention to set the partial query. |
|
|
104
|
+
| [PartialResultsList](./x-components.partialresultslist.md) | It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound. |
|
|
105
|
+
| [PopularSearch](./x-components.popularsearch.md) | Renders a popular search item which receives the suggestion that will be rendered as a prop. It exposes a default slot to change the popular search content. If the slot is not overridden, it will render the suggestion query by default. |
|
|
106
|
+
| [PopularSearches](./x-components.popularsearches.md) | Simple popular-searches component that renders a list of suggestions, allowing the user to select one of them, and emitting the needed events. A popular search is just a query that has been searched a lot in a certain period and may optionally have associated a set of filters. |
|
|
107
|
+
| [PreselectedFilters](./x-components.preselectedfilters.md) | This component emits [FacetsXEvents.PreselectedFiltersProvided](./x-components.facetsxevents.preselectedfiltersprovided.md) when a preselected filter is set in the snippet config or by using the prop of the component. |
|
|
108
|
+
| [Promoted](./x-components.promoted.md) | A promoted result is just an item that has been inserted into the search results to advertise something. Usually it is one of the first items in the grid, and has the same shape as a result. It just contains a link to the promoted content, an image, and a title. |
|
|
109
|
+
| [PromotedsList](./x-components.promotedslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) of promoteds from [SearchState.promoteds](./x-components.searchstate.promoteds.md) by default using the <code>ItemsInjectionMixin</code>.</p><p>The component provides a default slot which wraps the whole component with the <code>promoteds</code> plus the <code>searchInjectedItems</code> which also contains the injected list items from the ancestor.</p><p>It also provides the parent slots to customize the items.</p> |
|
|
110
|
+
| [QueryPreview](./x-components.querypreview.md) | Retrieves a preview of the results of a query and exposes them in the default slot, along with the query preview and the totalResults of the search request. By default, it renders the names of the results. |
|
|
111
|
+
| [QuerySuggestion](./x-components.querysuggestion.md) | This component renders a suggestion for a query. A query suggestion is a recommended query based on previous search queries. It contains the query itself and a set of filters associated. For example, if you're searching for \_shirt\_, a query suggestion could be \_long sleeve shirt\_. |
|
|
112
|
+
| [QuerySuggestions](./x-components.querysuggestions.md) | This component renders a list of possible search queries to select from as a query is entered in the input field. By default, this is a list of \[<code>QuerySuggestion</code>\](./x-components.query-suggestion.md) components. |
|
|
113
|
+
| [QuerySuggestionsGetter](./x-components.querysuggestionsgetter.md) | Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
114
|
+
| [Recommendations](./x-components.recommendations.md) | It renders a list of recommendations from the [Recommendations](./x-components.recommendationsstate.recommendations.md) state by default. The component provides the slot layout which wraps the whole component with the recommendations bounded. It also provides the default slot to customize the item, which is within the layout slot, with the recommendation bounded. Each recommendation should be represented by a [result link component](./x-components.baseresultlink.md) besides any other component. |
|
|
115
|
+
| [Redirection](./x-components.redirection.md) | A redirection is a component that sends the user to a link in the website. It is helpful when there are queries like <code>help</code>, <code>shipping costs</code>, <code>my account</code>, where a link to a section in the website will be more helpful than the set of results returned. |
|
|
116
|
+
| [RelatedTag](./x-components.relatedtag.md) | This component renders a related tag for a query. A related tag is a descriptive keyword related to the current query to fine-tune the search. For example, if you are searching for \*lego\*, a related tag could be \*city\*, refining the search with \*lego city\*. |
|
|
117
|
+
| [RelatedTags](./x-components.relatedtags.md) | This component renders a set of \[<code>RelatedTag</code>\](./x-components.related-tag) components by default to select from after a query is performed to fine-tune search. For example, if you are searching for \*lego\*, different related tags could be \*city\*, \*friends\*, or \*harry potter\*, refining the search with \*lego city\*, \*lego friends\*, or \*lego harry potter\*. |
|
|
118
|
+
| [RemoveHistoryQuery](./x-components.removehistoryquery.md) | Button that when it is pressed emits the [HistoryQueriesXEvents.UserPressedRemoveHistoryQuery](./x-components.historyqueriesxevents.userpressedremovehistoryquery.md) event, expressing the user intention to remove a query in the history. |
|
|
119
|
+
| [RenderlessExtraParams](./x-components.renderlessextraparams.md) | It emits a [ExtraParamsXEvents.UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md) when the <code>updateValue</code> is called. |
|
|
120
|
+
| [RenderlessFilter](./x-components.renderlessfilter.md) | Renders default slot content. It binds to the default slot a [BooleanFilter](./x-types.booleanfilter.md)<!-- -->, the [XEvents](./x-components.xevent.md) that will be emitted when clicking the content, the css classes and if the content should be disabled. |
|
|
121
|
+
| [ResultsList](./x-components.resultslist.md) | <p>It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.</p><p>The component provides a default slot which wraps the whole component with the <code>results</code> bound.</p><p>It also provides the slot result to customize the item, which is within the default slot, with the result bound.</p> |
|
|
122
|
+
| [ResultVariantSelector](./x-components.resultvariantselector.md) | Component to show and select the available variants of a product for a given nest level. TODO: Add logger warning on mount when result is not injected. |
|
|
123
|
+
| [ResultVariantsProvider](./x-components.resultvariantsprovider.md) | <p>Component that exposes the result merged with its selected variant in the default slot.</p><p>It receives the original result and keeps track of the selected variant.</p><p>It provides the original result, the array containing the selected variants and a callback to set the selected variant to be used from a child.</p> |
|
|
124
|
+
| [Scroll](./x-components.scroll.md) | Scrollable container that emits scroll related X Events. It exposes all the listeners and props from the [BaseScroll](./x-components.basescroll.md) component. |
|
|
125
|
+
| [ScrollMixin](./x-components.scrollmixin.md) | Mixin to share Scroll logic. |
|
|
126
|
+
| [ScrollToTop](./x-components.scrolltotop.md) | The <code>ScrollToTop</code> component is a button that the user can click to make a container scroll up to its initial position. |
|
|
127
|
+
| [SearchButton](./x-components.searchbutton.md) | This component renders a button to submit the query. |
|
|
128
|
+
| [SearchInput](./x-components.searchinput.md) | This component renders an input field that allows the user to type a query. It also reacts to query changes through event listening. |
|
|
129
|
+
| [SearchInputPlaceholder](./x-components.searchinputplaceholder.md) | . This component renders an animated placeholder for the search input in the shape of a list of iterating messages that can be configured to happen always or only when hovering the input |
|
|
130
|
+
| [SelectedFilters](./x-components.selectedfilters.md) | <p>Provides a scoped slot with the selected filters from every facet, or from the facet which facet id is passed as property.</p><p>The default slot renders the length of the selected filters array. The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
|
|
131
|
+
| [SelectedFiltersList](./x-components.selectedfilterslist.md) | <p>This component renders a list of selected filters from every facet, or from the facet ids passed as property. It uses the SelectedFilters component (state).</p><p>It provides two slots: a scoped one which name is the filter facet id; and a default one. Both exposes the filter and renders the filter label by default.</p><p>The property "alwaysVisible" handles if the component is rendered if no filters are selected.</p> |
|
|
132
|
+
| [SimpleFilter](./x-components.simplefilter.md) | Renders a simple filter, emitting the needed events when clicked. |
|
|
133
|
+
| [SingleColumnLayout](./x-components.singlecolumnlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
134
|
+
| [SlicedFilters](./x-components.slicedfilters.md) | Component that slices a list of filters and returns them using the default scoped slot, allowing the user to show the full list of them or slicing them again using the show more/less buttons. |
|
|
135
|
+
| [SlidingPanel](./x-components.slidingpanel.md) | <p>This component allows for any other component or element inside it to be horizontally navigable. It also implements customizable buttons as well as other minor customizations to its general behavior.</p><p>Additionally, this component exposes the following props to modify the classes of the elements: <code>buttonClass</code>.</p> |
|
|
136
|
+
| [SnippetCallbacks](./x-components.snippetcallbacks.md) | This component subscribes to any [XEvent](./x-components.xevent.md) with a custom callbacks provided by the snippet configuration. |
|
|
137
|
+
| [SnippetConfigExtraParams](./x-components.snippetconfigextraparams.md) | Extracts the extra parameters from the [SnippetConfig](./x-components.snippetconfig.md) and syncs it with the request objects of every x-module. |
|
|
138
|
+
| [SortDropdown](./x-components.sortdropdown.md) | The <code>SortDropdown</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
|
|
139
|
+
| [SortedFilters](./x-components.sortedfilters.md) | Component that sorts a list of filters and returns them using the default scoped slot. |
|
|
140
|
+
| [SortList](./x-components.sortlist.md) | The <code>SortList</code> component allows user to select the search results order. This component also allows to change the selected sort programmatically. |
|
|
141
|
+
| [SortMixin](./x-components.sortmixin.md) | Mixin to share Sort logic. |
|
|
142
|
+
| [Spellcheck](./x-components.spellcheck.md) | <p>The <code>Spellcheck</code> component allows to inform the user with a friendly message that he might have misspelled the search query. This message can be set using the default slot of the component, which gives access to the searched query using the <code>query</code> scope property, and the spellchecked query proposal, using the <code>spellcheckedQuery</code> scope property.</p><p>The component will only render itself if the <code>spellcheckedQuery</code> property has value.</p> |
|
|
143
|
+
| [SpellcheckButton](./x-components.spellcheckbutton.md) | A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [XEventsTypes.UserAcceptedSpellcheckQuery](./x-components.xeventstypes.useracceptedspellcheckquery.md) events, expressing the user intention to set the spellchecked query. |
|
|
144
|
+
| [StaggeredFadeAndSlide](./x-components.staggeredfadeandslide.md) | Renders a transition group wrapping the elements passed in the default slot and animating them with an staggered fade and slide animation. |
|
|
145
|
+
| [StaggeringTransitionGroup](./x-components.staggeringtransitiongroup.md) | A replacement component for Vue's transition-group, that also adds the option to stagger the animations. |
|
|
146
|
+
| [Tagging](./x-components.tagging.md) | This component enables and manages the sending of information to the [Empathy Tagging API](https://docs.empathy.co/develop-empathy-platform/api-reference/tagging-api.html)<!-- -->. It allows to enable or disable the session id management through the <code>consent</code> prop. |
|
|
147
|
+
| [UrlHandler](./x-components.urlhandler.md) | This component manages the browser URL parameters to preserve them through reloads and browser history navigation. It allow to configure the default url parameter names using its attributes. This component doesn't render elements to the DOM. |
|
|
148
|
+
| [WindowScroll](./x-components.windowscroll.md) | The <code>WindowScroll</code> component listens to either the <code>html</code> or <code>body</code> DOM scroll events, and re-emits them as X Events. Additionally it also emits events related to the direction or current position of these elements scroll. |
|
|
149
|
+
| [XInstaller](./x-components.xinstaller.md) | <p>The purpose of this class is to offer a quick way to initialize the XComponents in a setup project. It allows to receive all the options in [InstallXOptions](./x-components.installxoptions.md) which is an extension of [XPluginOptions](./x-components.xpluginoptions.md) with all the options for the plugin and some options more.</p><p>This class does multiple things: 1. Install the [XPlugin](./x-components.xplugin.md) with the [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. 2. Creates the public [XAPI](./x-components.xapi.md) and add it to global window. 3. Creates the Vue Application for the customer project.</p><p>The steps 2 & 3 are optional and depends on the options passed in [InstallXOptions](./x-components.installxoptions.md)<!-- -->.</p> |
|
|
150
|
+
| [XPlugin](./x-components.xplugin.md) | Vue plugin that initializes the properties needed by the x-components, and exposes the events bus and the adapter after it has been installed. |
|
|
151
|
+
|
|
152
|
+
## Functions
|
|
153
|
+
|
|
154
|
+
| Function | Description |
|
|
155
|
+
| --- | --- |
|
|
156
|
+
| [areFiltersDifferent(someFilters, anotherFilters)](./x-components.arefiltersdifferent.md) | Compares if two lists contains the same filters. |
|
|
157
|
+
| [arrayToObject(array)](./x-components.arraytoobject.md) | Reduce an array of strings to an object which properties names are the value of each string, and the value under that property are also the string. |
|
|
158
|
+
| [arrayToObject(array, key)](./x-components.arraytoobject_1.md) | Reduce an array of objects to an object which properties names are the value of each object\[key\], and the value under that property are each object. 'key' is the the parameter passed to this function. |
|
|
159
|
+
| [capitalize(str)](./x-components.capitalize.md) | Util to capitalize a string . |
|
|
160
|
+
| [clone(something)](./x-components.clone.md) | Deeply clones an object or an array. |
|
|
161
|
+
| [createCollapseAnimationMixin(property)](./x-components.createcollapseanimationmixin.md) | Adds parametrized methods to a component to allow the collapsing of the provided property. |
|
|
162
|
+
| [createFetchAndSaveActions({ fetch, onSuccess, onError, onCancel })](./x-components.createfetchandsaveactions.md) | Utility to create an action that requests and save some data asynchronously, with the option to cancel the request at any moment. This factory provides with the standard flow for requesting, cancelling, handling errors for a module, while also taking care of its status. |
|
|
163
|
+
| [createRawFilters(filterIds)](./x-components.createrawfilters.md) | Helper method which creates the filter entity from the filter ir of the url. |
|
|
164
|
+
| [createStoreEmitters(storeModule, emitters)](./x-components.createstoreemitters.md) | Helper function for creating type-safe [StoreEmitters](./x-components.storeemitters.md)<!-- -->. |
|
|
165
|
+
| [createTrackWire(property)](./x-components.createtrackwire.md) | Factory helper to create a wire for the track of a taggable element. |
|
|
166
|
+
| [createWireFromFunction(fn)](./x-components.createwirefromfunction.md) | Creates a wire that executes the function passed. This function will receive a [WireParams](./x-components.wireparams.md) object. |
|
|
167
|
+
| [createWiring(wiring)](./x-components.createwiring.md) | Util function to generate type-safe wiring. If TypeScript ever accepts the PR about generic type inference this function can be removed. |
|
|
168
|
+
| [currencyFormatter(value, format)](./x-components.currencyformatter.md) | Format a value with a given format. |
|
|
169
|
+
| [debounce(wire, timeInMs, options)](./x-components.debounce.md) | Creates a debounced [Wire](./x-components.wire.md)<!-- -->. Being debounced means that it will only be executed after the time given by <code>timeInMs</code> has passed without invoking it. |
|
|
170
|
+
| [Debounce(debounceTimeInMs, debounceOptions)](./x-components.debounce.md) | Adds debounce to the method that the decorator is applied to. |
|
|
171
|
+
| [deepFilter(array, condition, childrenKey)](./x-components.deepfilter.md) | Filters an array with all elements that pass the test implemented by the given filter function. If an item has another list of items in the <code>childrenKey</code> property it recursively filters that new list, adding it to the returned one. |
|
|
172
|
+
| [deepFlat(array, childrenKey)](./x-components.deepflat.md) | Flat an <code>Item[]</code> deeply using the given <code>childrenKey</code> to access to his children. |
|
|
173
|
+
| [filter(wire, filterFn)](./x-components.filter.md) | Creates a [Wire](./x-components.wire.md) that is only executed whenever the condition in the filterFn is true. |
|
|
174
|
+
| [filterBlacklistedModules(wire, blacklist)](./x-components.filterblacklistedmodules.md) | Creates a [Wire](./x-components.wire.md) that is only executed if the event is emitted from a [XModule](./x-components.xmodule.md) that is NOT included in the <code>blacklist</code> array passed as parameter. |
|
|
175
|
+
| [filterFalsyPayload(wire)](./x-components.filterfalsypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is truthy. A truthy value is whatever is not a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
|
|
176
|
+
| [filterTruthyPayload(wire)](./x-components.filtertruthypayload.md) | Creates a [Wire](./x-components.wire.md) that is only executed when the payload is a [falsy value](https://developer.mozilla.org/en-US/docs/Glossary/Falsy)<!-- -->. |
|
|
177
|
+
| [filterWhitelistedModules(wire, whitelist)](./x-components.filterwhitelistedmodules.md) | Creates a [Wire](./x-components.wire.md) that is only executed if the event is emitted from a [XModule](./x-components.xmodule.md) that is included in the <code>whitelist</code> array passed as parameter. |
|
|
178
|
+
| [flatHierarchicalFilters(hierarchicalFilters)](./x-components.flathierarchicalfilters.md) | This function flattens the Hierarchical Filters, returning an array with all filters including the children. |
|
|
179
|
+
| [getRootXComponent(component)](./x-components.getrootxcomponent.md) | Given a component, finds the root XComponent in the ancestors hierarchy. |
|
|
180
|
+
| [getStateAndGettersFromModule(state, getters, moduleName)](./x-components.getstateandgettersfrommodule.md) | Returns an object with the getters and state of a module of store defined by the moduleName parameter. |
|
|
181
|
+
| [getTargetElement(event)](./x-components.gettargetelement.md) | Returns the target element for a given event. The target element is obtained from <code>composedPath</code> Event method because if the event is triggered inside a Shadow DOM context, <code>event.target</code> points to Shadow DOM element, not the element that triggered the event. <code>composedPath</code> method also is available in a non-shadow DOM context. |
|
|
182
|
+
| [Getter(module, getter)](./x-components.getter.md) | <p>Generates a computed property which returns the selected getter value.</p><p>The decorated property needs to be public for type inference to work.</p> |
|
|
183
|
+
| [groupItemsBy(array, groupBy)](./x-components.groupitemsby.md) | Groups the array items based on the provided <code>groupBy</code> function. |
|
|
184
|
+
| [isArrayEmpty(array)](./x-components.isarrayempty.md) | Returns if the given array is <code>null</code>, <code>undefined</code>, or has no elements. |
|
|
185
|
+
| [isElementEqualOrContained(a, b)](./x-components.iselementequalorcontained.md) | Returns true if the two elements are the same, or if <code>b</code> is a child of <code>a</code>. |
|
|
186
|
+
| [isInRange(number, \[min, max\])](./x-components.isinrange.md) | Returns true if the number is greater than or equal than the min, and less than or equal than the max. |
|
|
187
|
+
| [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | <p>Compares two queries to know if the new one is a refined query from the previous one or a new one.</p><p>A refined query is a query which has the previous query or part of it. Example: - previousQuery = 'lego star'. - newQuery = 'lego star wars'.</p><p>Example: - previousQuery = 'lego star wars'. - newQuery = 'lego star'.</p><p>A new query is a query which has not the previous query. Example: - previousQuery = 'lego star'. - newQuery = 'lego wars'.</p><p>In this case, it is changing the word set, because a word is changed by another one, so this is changing the search intention.</p> |
|
|
188
|
+
| [isStringEmpty(str)](./x-components.isstringempty.md) | Util used to return true if the string is empty, undefined or null. |
|
|
189
|
+
| [isXComponent(component)](./x-components.isxcomponent.md) | Returns if the component is an X-Component. An X-Component is a component that has an [XModule](./x-components.xmodule.md) associated to it. |
|
|
190
|
+
| [mapWire(toWire, mapFn)](./x-components.mapwire.md) | Creates a [Wire](./x-components.wire.md) from other <code>toWire</code> wire. It uses <code>mapFn</code> to transform the <code>FromPayload</code> received to <code>ToPayload</code> which <code>toWire</code> requires. This is useful to reuse wires in different Events where the payload doesn't fit exactly. |
|
|
191
|
+
| [namespacedDebounce(moduleName)](./x-components.namespaceddebounce.md) | Type safe debounce operator which creates a function which can only access the Module of the [Vuex](https://vuex.vuejs.org/) Store passed as parameter. |
|
|
192
|
+
| [namespacedThrottle(moduleName)](./x-components.namespacedthrottle.md) | Type safe throttle operator which creates a function which can only access the Module of the [Vuex](https://vuex.vuejs.org/) Store passed as parameter. |
|
|
193
|
+
| [namespacedWireCommit(moduleName)](./x-components.namespacedwirecommit.md) | Creates a namespaced [wireCommit()](./x-components.wirecommit.md) for the module name passed. |
|
|
194
|
+
| [namespacedWireCommitWithoutPayload(moduleName)](./x-components.namespacedwirecommitwithoutpayload.md) | Creates a namespaced [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) for the module name passed. |
|
|
195
|
+
| [namespacedWireDispatch(moduleName)](./x-components.namespacedwiredispatch.md) | Creates a namespaced [wireDispatch()](./x-components.wiredispatch.md) for the module name passed. |
|
|
196
|
+
| [namespacedWireDispatchWithoutPayload(moduleName)](./x-components.namespacedwiredispatchwithoutpayload.md) | Creates a namespaced [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) for the module name passed. |
|
|
197
|
+
| [normalizeString(string)](./x-components.normalizestring.md) | Trims the string, transforms it to lower case, and removes [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) from it. |
|
|
198
|
+
| [setStatus(state, status)](./x-components.setstatus.md) | Sets the request status. Can be used as a mutation. |
|
|
199
|
+
| [setupDevtools(app)](./x-components.setupdevtools.md) | <b><i>(BETA)</i></b> Setups a plugin for the Vue's devtools adding: - [XEvent](./x-components.xevent.md)<!-- -->s timeline. Every event is recorded in time, and its payload and metadata can be inspected. - Wiring inspector. Events and its wires can be viewed and disabled. |
|
|
200
|
+
| [State(module, path)](./x-components.state.md) | <p>Generates a computed property which returns the selected state.</p><p>The decorated property needs to be public for type inference to work.</p> |
|
|
201
|
+
| [throttle(wire, timeInMs, options)](./x-components.throttle.md) | Creates a throttled [Wire](./x-components.wire.md)<!-- -->. Being throttled means that it will only be executed once every couple of milliseconds given by the <code>timeInMs</code> parameter. |
|
|
202
|
+
| [toKebabCase(str)](./x-components.tokebabcase.md) | Util to transform string a into kebab case. |
|
|
203
|
+
| [wireCommit(mutation, payloadFactory)](./x-components.wirecommit.md) | Creates a wire that commits a mutation to the store. This wire receives a function. This function is used to get the actual payload value passed to mutation. This wire can be used in every event, as it does not have a payload type associated. |
|
|
204
|
+
| [wireCommit(mutation, staticPayload)](./x-components.wirecommit_1.md) | Creates a wire that commits a mutation to the store. This wire can receive any value as payload. This wire can be used in every event, as it does not have a payload type associated. |
|
|
205
|
+
| [wireCommit(mutation)](./x-components.wirecommit_2.md) | Creates a wire that commits a mutation to the store. This wire will commit to the store the payload that it receives in the observable. |
|
|
206
|
+
| [wireCommitWithoutPayload(mutation)](./x-components.wirecommitwithoutpayload.md) | Creates a wire that commits a mutation to the store, but without any payload. This wire can be used in every event, as it does not have a payload type associated. |
|
|
207
|
+
| [wireDispatch(action, payloadFactory)](./x-components.wiredispatch.md) | Creates a wire that dispatch an action to the store. This wire receives a function. This function is used to get the actual payload value passed to action. This wire can be used in every event, as it does not have a payload type associated. |
|
|
208
|
+
| [wireDispatch(action, staticPayload)](./x-components.wiredispatch_1.md) | Creates a wire that dispatches an action to the store. This wire can be used in every event, as it does not have a payload type associated. |
|
|
209
|
+
| [wireDispatch(action)](./x-components.wiredispatch_2.md) | Creates a wire that dispatches an action to the store. This wire will pass the payload received in the observable to the action. |
|
|
210
|
+
| [wireDispatchWithoutPayload(action)](./x-components.wiredispatchwithoutpayload.md) | Creates a wire that dispatches an action to the store, but without any payload. This wire can be used in every event, as it does not have a payload type associated. |
|
|
211
|
+
| [wireService(service)](./x-components.wireservice.md) | Creates a wires factory that can create wires that will invoke the service methods. |
|
|
212
|
+
| [wireServiceWithoutPayload(service)](./x-components.wireservicewithoutpayload.md) | Creates a wires factory that can create wires that will invoke the service methods but without payload. |
|
|
213
|
+
| [xComponentMixin(module)](./x-components.xcomponentmixin.md) | Initializes a component as an X-Component: \* Registers the module passed as parameter. \* Flags the component as X-Component, so then it can be detected with the [isXComponent()](./x-components.isxcomponent.md) function. |
|
|
214
|
+
| [XEmit(xEvent, { immediate, deep })](./x-components.xemit.md) | Emits the provided event whenever the decorated property changes. |
|
|
215
|
+
| [XInject(injectKey, defaultValue)](./x-components.xinject.md) | <p>Generates an inject configuration object to inject a value provided by [XProvide()](./x-components.xprovide.md)<!-- -->. This function injects the value into a private property of the component instance using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. This private property is named as the decorated property but prefixed with <code>_x-inject_</code>.</p><p>Why is this private property necessary? Well, the [XProvide()](./x-components.xprovide.md) decorator, provides an object with the shape { value: any } being that value a getter to keep reactivity of the injected value. This private property is to "shortcut" that object and directly inject the value itself. Otherwise, you should access to the actual value using <code>.value</code>.</p><p>The final step is done by a computed property. This has the same name as the decorated property. This computed returns the inner value getter of the injected object. This way the decorated property has finally the initial injected value.</p> |
|
|
216
|
+
| [XOn(xEvent, metadataFilteringOptions)](./x-components.xon.md) | Creates a subscription to an [XEvent](./x-components.xevent.md)<!-- -->, an array of [XEvent](./x-components.xevent.md) or a component property ( reacting to its changes via a watcher) filtering out the passed metadata, if any, and un-subscribes on the beforeDestroy hook. |
|
|
217
|
+
| [XProvide(provideKey)](./x-components.xprovide.md) | Generates a provide function that returns an object with the injectable value returned in a getter to keep its reactivity, using the default [Vue inject](https://vuejs.org/v2/api/#provide-inject)<!-- -->. It overrides the provide key if the parent provides the same key. |
|
|
218
|
+
|
|
219
|
+
## Interfaces
|
|
220
|
+
|
|
221
|
+
| Interface | Description |
|
|
222
|
+
| --- | --- |
|
|
223
|
+
| [DebouncedFunction](./x-components.debouncedfunction.md) | The type returned by the [debounce()](./x-components.debounce.md) function. Basically is the function the [debounce()](./x-components.debounce.md) receives but debounced and with a method <code>cancel()</code> to cancel pending timeouts. |
|
|
224
|
+
| [DebounceOptions](./x-components.debounceoptions.md) | Debounce options for the strategies that the debounce would use. |
|
|
225
|
+
| [DeviceActions](./x-components.deviceactions.md) | Device store actions. |
|
|
226
|
+
| [DeviceGetters](./x-components.devicegetters.md) | Device store getters. |
|
|
227
|
+
| [DeviceMutations](./x-components.devicemutations.md) | Device store mutations. |
|
|
228
|
+
| [DeviceState](./x-components.devicestate.md) | Device store state. |
|
|
229
|
+
| [DeviceXEvents](./x-components.devicexevents.md) | Dictionary of the events of [DeviceXModule](./x-components.devicexmodule.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
230
|
+
| [EmpathizeActions](./x-components.empathizeactions.md) | Empathize store actions. |
|
|
231
|
+
| [EmpathizeConfig](./x-components.empathizeconfig.md) | Configuration options for the [EmpathizeXModule](./x-components.empathizexmodule.md)<!-- -->. |
|
|
232
|
+
| [EmpathizeGetters](./x-components.empathizegetters.md) | Empathize store getters. |
|
|
233
|
+
| [EmpathizeMutations](./x-components.empathizemutations.md) | Empathize store mutations. |
|
|
234
|
+
| [EmpathizeState](./x-components.empathizestate.md) | Empathize store state. |
|
|
235
|
+
| [EmpathizeXEvents](./x-components.empathizexevents.md) | Dictionary of the events of Empathize XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
236
|
+
| [ExtraParamsActions](./x-components.extraparamsactions.md) | ExtraParams store actions. |
|
|
237
|
+
| [ExtraParamsGetters](./x-components.extraparamsgetters.md) | ExtraParams store getters. |
|
|
238
|
+
| [ExtraParamsMutations](./x-components.extraparamsmutations.md) | ExtraParams store mutations. |
|
|
239
|
+
| [ExtraParamsState](./x-components.extraparamsstate.md) | ExtraParams store state. |
|
|
240
|
+
| [ExtraParamsXEvents](./x-components.extraparamsxevents.md) | Dictionary of the events of [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
241
|
+
| [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | Options to install more Vue plugins with. |
|
|
242
|
+
| [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing a facet id and the group id it belongs to. |
|
|
243
|
+
| [FacetsActions](./x-components.facetsactions.md) | Facets store actions. |
|
|
244
|
+
| [FacetsGetters](./x-components.facetsgetters.md) | Facets store getters. |
|
|
245
|
+
| [FacetsGroup](./x-components.facetsgroup.md) | <p>An object containing a list of facets, and the group they belong to.</p><p>The facet group is used to perform operations over a list of facets. For example, some APIs have dynamic facets. This means that depending on the selected filters, some facets can be returned. For example if you select <code>category:television</code>, a new facet called \*Screen size\* might appear. And, because now filters are stored in a dictionary instead of an array, and overridden with each request, when the user performs a new query, we have to remove all the <code>Screen size</code> filters because we don't know if the API will return them or not in the new query.</p> |
|
|
246
|
+
| [FacetsMutations](./x-components.facetsmutations.md) | Facets store mutations. |
|
|
247
|
+
| [FacetsService](./x-components.facetsservice.md) | Service to manipulate the filters. |
|
|
248
|
+
| [FacetsState](./x-components.facetsstate.md) | Facets store state. |
|
|
249
|
+
| [FacetsXEvents](./x-components.facetsxevents.md) | Dictionary of the events of Facets XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
250
|
+
| [FetchAndSaveActions](./x-components.fetchandsaveactions.md) | Actions returned from the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md)<!-- -->. |
|
|
251
|
+
| [FetchAndSaveHooks](./x-components.fetchandsavehooks.md) | Options to use with the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md) factory. |
|
|
252
|
+
| [HistoryQueriesActions](./x-components.historyqueriesactions.md) | HistoryQueries store actions. |
|
|
253
|
+
| [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->. |
|
|
254
|
+
| [HistoryQueriesGetters](./x-components.historyqueriesgetters.md) | HistoryQueries store getters. |
|
|
255
|
+
| [HistoryQueriesMutations](./x-components.historyqueriesmutations.md) | HistoryQueries store mutations. |
|
|
256
|
+
| [HistoryQueriesState](./x-components.historyqueriesstate.md) | HistoryQueries store state. |
|
|
257
|
+
| [HistoryQueriesXEvents](./x-components.historyqueriesxevents.md) | Dictionary of the events of HistoryQueries XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
258
|
+
| [IdentifierResultsActions](./x-components.identifierresultsactions.md) | IdentifierResults store actions. |
|
|
259
|
+
| [IdentifierResultsConfig](./x-components.identifierresultsconfig.md) | Configuration options for the [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md)<!-- -->. |
|
|
260
|
+
| [IdentifierResultsGetters](./x-components.identifierresultsgetters.md) | IdentifierResults store getters. |
|
|
261
|
+
| [IdentifierResultsMutations](./x-components.identifierresultsmutations.md) | IdentifierResults store mutations. |
|
|
262
|
+
| [IdentifierResultsState](./x-components.identifierresultsstate.md) | IdentifierResults store state. |
|
|
263
|
+
| [IdentifierResultsXEvents](./x-components.identifierresultsxevents.md) | Dictionary of the events of IdentifierResults XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
264
|
+
| [InfiniteScroll](./x-components.infinitescroll.md) | Interface to be implemented by the component which uses the infinite scroll directive. If the component wants to trigger an action when the scroll is about to end it needs to implement the <code>onInfiniteScrollEnd</code> method. |
|
|
265
|
+
| [InitWrapper](./x-components.initwrapper.md) | Interface for the returned type of the [XInstaller.init()](./x-components.xinstaller.init.md) function. |
|
|
266
|
+
| [InstallXOptions](./x-components.installxoptions.md) | Interface for the parameter of the constructor of [XInstaller](./x-components.xinstaller.md) function. It is an extended version of [XPluginOptions](./x-components.xpluginoptions.md)<!-- -->. |
|
|
267
|
+
| [InternalSearchRequest](./x-components.internalsearchrequest.md) | An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-types.searchrequest.md)<!-- -->. |
|
|
268
|
+
| [InternalSearchResponse](./x-components.internalsearchresponse.md) | An internal search response containing the [InternalSearchRequest](./x-components.internalsearchrequest.md) performed to get a [SearchResponse](./x-types.searchresponse.md) and its [RequestStatus](./x-components.requeststatus.md)<!-- -->. |
|
|
269
|
+
| [MutateFilterPayload](./x-components.mutatefilterpayload.md) | Payload to use in the <code>mutateFilter</code> mutation. |
|
|
270
|
+
| [NamespacedWireCommit](./x-components.namespacedwirecommit.md) | Namespaced type for the [wireCommit()](./x-components.wirecommit.md) which creates a wire with its payload associated. Possible ways for creating a wire that commits a mutation. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the mutation. |
|
|
271
|
+
| [NamespacedWireDispatch](./x-components.namespacedwiredispatch.md) | Namespaced type for the [wireDispatch()](./x-components.wiredispatch.md) which creates a wire with its payload associated. Possible ways for creating a wire that dispatches an action. If a payload is passed, then the observable payload can be ignored, so the wire is applicable to any event. If no payload is passed, then the wire is only applicable to events with the same payload type than the action. |
|
|
272
|
+
| [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
|
|
273
|
+
| [NextQueriesConfig](./x-components.nextqueriesconfig.md) | Configuration options for the [NextQueriesXModule](./x-components.nextqueriesxmodule.md)<!-- -->. |
|
|
274
|
+
| [NextQueriesGetters](./x-components.nextqueriesgetters.md) | Next queries module getters. |
|
|
275
|
+
| [NextQueriesMutations](./x-components.nextqueriesmutations.md) | Next queries module mutations. |
|
|
276
|
+
| [NextQueriesState](./x-components.nextqueriesstate.md) | Next queries module state. |
|
|
277
|
+
| [NextQueriesXEvents](./x-components.nextqueriesxevents.md) | Dictionary of the events of NextQueries XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
278
|
+
| [PDPAddToCartService](./x-components.pdpaddtocartservice.md) | Service to handle the workflow for tracking add to cart from PDP. |
|
|
279
|
+
| [PopularSearchesActions](./x-components.popularsearchesactions.md) | Popular searches module actions. |
|
|
280
|
+
| [PopularSearchesConfig](./x-components.popularsearchesconfig.md) | Configuration options for the popular searches module. |
|
|
281
|
+
| [PopularSearchesGetters](./x-components.popularsearchesgetters.md) | Popular searches module getters. |
|
|
282
|
+
| [PopularSearchesMutations](./x-components.popularsearchesmutations.md) | Popular searches module mutations. |
|
|
283
|
+
| [PopularSearchesState](./x-components.popularsearchesstate.md) | Popular searches module state. |
|
|
284
|
+
| [PopularSearchesXEvents](./x-components.popularsearchesxevents.md) | Dictionary of the events of PopularSearches XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
285
|
+
| [PrivateXModuleOptions](./x-components.privatexmoduleoptions.md) | Options for overriding the default store module and store emitters for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
286
|
+
| [QueriesPreviewActions](./x-components.queriespreviewactions.md) | QueriesPreview store actions. |
|
|
287
|
+
| [QueriesPreviewConfig](./x-components.queriespreviewconfig.md) | Configuration options for the [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md)<!-- -->. |
|
|
288
|
+
| [QueriesPreviewGetters](./x-components.queriespreviewgetters.md) | QueriesPreview store getters. |
|
|
289
|
+
| [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) | QueriesPreview store mutations. |
|
|
290
|
+
| [QueriesPreviewState](./x-components.queriespreviewstate.md) | QueriesPreview store state. |
|
|
291
|
+
| [QueriesPreviewXEvents](./x-components.queriespreviewxevents.md) | Dictionary of the events of QueriesPreview XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
292
|
+
| [QueryPreviewInfo](./x-components.querypreviewinfo.md) | Information to render a query preview with. |
|
|
293
|
+
| [QueryPreviewItem](./x-components.querypreviewitem.md) | QueriesPreview store state. |
|
|
294
|
+
| [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md) | Payload to use in the <code>setStatus</code> mutation. |
|
|
295
|
+
| [QuerySuggestionsActions](./x-components.querysuggestionsactions.md) | QuerySuggestions store actions. |
|
|
296
|
+
| [QuerySuggestionsConfig](./x-components.querysuggestionsconfig.md) | Configuration options for the [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md)<!-- -->. |
|
|
297
|
+
| [QuerySuggestionsGetters](./x-components.querysuggestionsgetters.md) | QuerySuggestions store getters. |
|
|
298
|
+
| [QuerySuggestionsMutations](./x-components.querysuggestionsmutations.md) | QuerySuggestions store mutations. |
|
|
299
|
+
| [QuerySuggestionsState](./x-components.querysuggestionsstate.md) | QuerySuggestions store state. |
|
|
300
|
+
| [QuerySuggestionsXEvents](./x-components.querysuggestionsxevents.md) | Dictionary of the events of QuerySuggestions XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
301
|
+
| [RecommendationsActions](./x-components.recommendationsactions.md) | Recommendations store actions. |
|
|
302
|
+
| [RecommendationsConfig](./x-components.recommendationsconfig.md) | Configuration options for the [RecommendationsXModule](./x-components.recommendationsxmodule.md)<!-- -->. |
|
|
303
|
+
| [RecommendationsGetters](./x-components.recommendationsgetters.md) | Recommendations store getters. |
|
|
304
|
+
| [RecommendationsMutations](./x-components.recommendationsmutations.md) | Recommendations store mutations. |
|
|
305
|
+
| [RecommendationsState](./x-components.recommendationsstate.md) | Recommendations store state. |
|
|
306
|
+
| [RecommendationsXEvents](./x-components.recommendationsxevents.md) | Dictionary of the events of Recommendations XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
307
|
+
| [RelatedTagsActions](./x-components.relatedtagsactions.md) | RelatedTags store actions. |
|
|
308
|
+
| [RelatedTagsConfig](./x-components.relatedtagsconfig.md) | Configuration options for the [RelatedTagsXModule](./x-components.relatedtagsxmodule.md)<!-- -->. |
|
|
309
|
+
| [RelatedTagsGetters](./x-components.relatedtagsgetters.md) | RelatedTags store getters. |
|
|
310
|
+
| [RelatedTagsMutations](./x-components.relatedtagsmutations.md) | RelatedTags store mutations. |
|
|
311
|
+
| [RelatedTagsState](./x-components.relatedtagsstate.md) | RelatedTags store state. |
|
|
312
|
+
| [RelatedTagsXEvents](./x-components.relatedtagsxevents.md) | Dictionary of the events of RelatedTags XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
313
|
+
| [RootXStoreState](./x-components.rootxstorestate.md) | Base X store state type. All [XStoreModule](./x-components.xstoremodule.md) are nested under the <code>x</code> module for safe scoping. |
|
|
314
|
+
| [ScrollActions](./x-components.scrollactions.md) | Scroll store actions. |
|
|
315
|
+
| [ScrollComponentState](./x-components.scrollcomponentstate.md) | Contains all the state of a scroll component. |
|
|
316
|
+
| [ScrollGetters](./x-components.scrollgetters.md) | Scroll store getters. |
|
|
317
|
+
| [ScrollMutations](./x-components.scrollmutations.md) | Scroll store mutations. |
|
|
318
|
+
| [ScrollState](./x-components.scrollstate.md) | Scroll store state. |
|
|
319
|
+
| [ScrollStatePayload](./x-components.scrollstatepayload.md) | Payload object containing the identifier of the scroll and its position. |
|
|
320
|
+
| [ScrollVisibilityObserver](./x-components.scrollvisibilityobserver.md) | Methods to initialise and cease visibility observing. |
|
|
321
|
+
| [ScrollXEvents](./x-components.scrollxevents.md) | Dictionary of the events of Scroll XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
322
|
+
| [SearchActions](./x-components.searchactions.md) | Search store actions. |
|
|
323
|
+
| [SearchBoxActions](./x-components.searchboxactions.md) | SearchBox store actions. |
|
|
324
|
+
| [SearchBoxGetters](./x-components.searchboxgetters.md) | SearchBox store getters. |
|
|
325
|
+
| [SearchBoxMutations](./x-components.searchboxmutations.md) | SearchBox store mutations. |
|
|
326
|
+
| [SearchBoxState](./x-components.searchboxstate.md) | SearchBox store state. |
|
|
327
|
+
| [SearchBoxXEvents](./x-components.searchboxxevents.md) | Dictionary of the events of SearchBox XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
328
|
+
| [SearchConfig](./x-components.searchconfig.md) | Configuration options for the [SearchXModule](./x-components.searchxmodule.md)<!-- -->. |
|
|
329
|
+
| [SearchGetters](./x-components.searchgetters.md) | Search store getters. |
|
|
330
|
+
| [SearchMutations](./x-components.searchmutations.md) | Search store mutations. |
|
|
331
|
+
| [SearchState](./x-components.searchstate.md) | Search store state. |
|
|
332
|
+
| [SearchXEvents](./x-components.searchxevents.md) | Dictionary of the events of Search XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
333
|
+
| [SnippetConfig](./x-components.snippetconfig.md) | Interface with the possible parameters to receive through the snippet integration. |
|
|
334
|
+
| [SpatialNavigation](./x-components.spatialnavigation.md) | Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->. |
|
|
335
|
+
| [StateSelector](./x-components.stateselector.md) | Composition type of [SimpleStateSelector](./x-components.simplestateselector.md) which allows to indicate if the state selector should be executed in first instance (first assignment of values). Selector is the [SimpleStateSelector](./x-components.simplestateselector.md) and immediate flags if the selector should be executed when it is initialized for first time. |
|
|
336
|
+
| [StatusMutations](./x-components.statusmutations.md) | Status mutations, containing a method to change the current status. |
|
|
337
|
+
| [StatusState](./x-components.statusstate.md) | Status state type, containing a property to hold the status property. |
|
|
338
|
+
| [TaggingActions](./x-components.taggingactions.md) | Tagging store actions. |
|
|
339
|
+
| [TaggingConfig](./x-components.taggingconfig.md) | Configuration options for the [TaggingXModule](./x-components.taggingxmodule.md)<!-- -->. |
|
|
340
|
+
| [TaggingGetters](./x-components.tagginggetters.md) | Tagging store getters. |
|
|
341
|
+
| [TaggingMutations](./x-components.taggingmutations.md) | Tagging store mutations. |
|
|
342
|
+
| [TaggingState](./x-components.taggingstate.md) | Tagging store state. |
|
|
343
|
+
| [TaggingXEvents](./x-components.taggingxevents.md) | Dictionary of the events of Tagging XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
344
|
+
| [ThrottleFunction](./x-components.throttlefunction.md) | The type returned by the [throttle()](./x-components.throttle.md) function. Basically is the function the [throttle()](./x-components.throttle.md) receives but throttled. |
|
|
345
|
+
| [TimedWireOperatorOptions](./x-components.timedwireoperatoroptions.md) | Options for wire operators that delay subscribers. |
|
|
346
|
+
| [UrlActions](./x-components.urlactions.md) | URL store actions. |
|
|
347
|
+
| [UrlGetters](./x-components.urlgetters.md) | URL store getters. |
|
|
348
|
+
| [UrlMutations](./x-components.urlmutations.md) | URL store mutations. |
|
|
349
|
+
| [UrlParams](./x-components.urlparams.md) | URL store params. |
|
|
350
|
+
| [UrlState](./x-components.urlstate.md) | URL store state. |
|
|
351
|
+
| [UrlXEvents](./x-components.urlxevents.md) | Dictionary of the events of URL XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
352
|
+
| [WatchedInternalSearchRequest](./x-components.watchedinternalsearchrequest.md) | A representation of a watched [InternalSearchRequest](./x-components.internalsearchrequest.md) object, wrapping its new and old values. |
|
|
353
|
+
| [WireMetadata](./x-components.wiremetadata.md) | The wires metadata includes more information about the emitted event, so then these events can be processed with more precision if needed. |
|
|
354
|
+
| [WireParams](./x-components.wireparams.md) | Groups the payload, metadata, and the store into an object to avoid having multiple parameters. |
|
|
355
|
+
| [WirePayload](./x-components.wirepayload.md) | The wire payload includes the payload of the event, and a [WireMetadata](./x-components.wiremetadata.md) object to add more information to the event. |
|
|
356
|
+
| [WireService](./x-components.wireservice.md) | Wires factory to invoke methods from a given service. |
|
|
357
|
+
| [WireServiceWithoutPayload](./x-components.wireservicewithoutpayload.md) | Wires factory to invoke methods from a given service. |
|
|
358
|
+
| [XActionContext](./x-components.xactioncontext.md) | Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the local types of the module. |
|
|
359
|
+
| [XAPI](./x-components.xapi.md) | Interface with the API functions exposes as X [window](https://developer.mozilla.org/en-US/docs/Web/API/Window) property. |
|
|
360
|
+
| [XBus](./x-components.xbus.md) | The events bus that allows emitting and subscribing to [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. |
|
|
361
|
+
| [XComponentAliasAPI](./x-components.xcomponentaliasapi.md) | Alias to facilitate retrieving values from the store. |
|
|
362
|
+
| [XComponentAliasQueryAPI](./x-components.xcomponentaliasqueryapi.md) | Alias to facilitate retrieving the modules with query. |
|
|
363
|
+
| [XComponentAliasStatusAPI](./x-components.xcomponentaliasstatusapi.md) | Alias to facilitate retrieving the modules with status. |
|
|
364
|
+
| [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the [XBus](./x-components.xbus.md)<!-- -->, and store aliases to the components. |
|
|
365
|
+
| [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the [XBus](./x-components.xbus.md)<!-- -->. |
|
|
366
|
+
| [XEventsTypes](./x-components.xeventstypes.md) | Dictionary of all the [XEvents](./x-components.xevent.md)<!-- -->, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
367
|
+
| [XInjectKey](./x-components.xinjectkey.md) | Type of the key passed to [XProvide()](./x-components.xprovide.md) and [XInject()](./x-components.xinject.md) to be type-safe. With this type you can declare the type of the injected value directly in the injection key. |
|
|
368
|
+
| [XModule](./x-components.xmodule.md) | A group of a wiring configuration, a store module, and side effects. |
|
|
369
|
+
| [XModuleOptions](./x-components.xmoduleoptions.md) | Options for overriding the default config state and wiring for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
370
|
+
| [XModulesTree](./x-components.xmodulestree.md) | Gives each [XModule](./x-components.xmodule.md) a name, that can be used to retrieve then its value. |
|
|
371
|
+
| [XPluginOptions](./x-components.xpluginoptions.md) | [XPlugin](./x-components.xplugin.md) Installation options. |
|
|
372
|
+
| [XStoreModule](./x-components.xstoremodule.md) | Type safe [Vuex](https://vuex.vuejs.org/) store module. |
|
|
373
|
+
|
|
374
|
+
## Variables
|
|
375
|
+
|
|
376
|
+
| Variable | Description |
|
|
377
|
+
| --- | --- |
|
|
378
|
+
| [addQueryToHistory](./x-components.addquerytohistory.md) | Default implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->. |
|
|
379
|
+
| [addQueryToHistoryQueries](./x-components.addquerytohistoryqueries.md) | Saves a new query into the history queries. |
|
|
380
|
+
| [animateClipPath](./x-components.animateclippath.md) | Returns a transition component to wrap an element passed in the default slot and animating its clip-path using inset and with the origin passed as parameter. |
|
|
381
|
+
| [animateScale](./x-components.animatescale.md) | Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter. |
|
|
382
|
+
| [animateTranslate](./x-components.animatetranslate.md) | Returns a transition component to wrap an element passed in the default slot and animating its translate using transform and with the transform origin passed as parameter. |
|
|
383
|
+
| [ArrowDownIcon](./x-components.arrowdownicon.md) | |
|
|
384
|
+
| [ArrowLeftIcon](./x-components.arrowlefticon.md) | |
|
|
385
|
+
| [ArrowRightIcon](./x-components.arrowrighticon.md) | |
|
|
386
|
+
| [ArrowUpIcon](./x-components.arrowupicon.md) | |
|
|
387
|
+
| [BagIcon](./x-components.bagicon.md) | |
|
|
388
|
+
| [BarCodeIcon](./x-components.barcodeicon.md) | |
|
|
389
|
+
| [BarcodeTinyIcon](./x-components.barcodetinyicon.md) | |
|
|
390
|
+
| [BaseFallbackImage](./x-components.basefallbackimage.md) | |
|
|
391
|
+
| [BasePlaceholderImage](./x-components.baseplaceholderimage.md) | |
|
|
392
|
+
| [cancelFetchAndSaveIdentifierResults](./x-components.cancelfetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.cancelFetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md) action. |
|
|
393
|
+
| [cancelFetchAndSaveIdentifierResultsWire](./x-components.cancelfetchandsaveidentifierresultswire.md) | Cancels the [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) request promise. |
|
|
394
|
+
| [cancelFetchAndSaveNextQueries](./x-components.cancelfetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.cancelFetchAndSaveNextQueries()](./x-components.nextqueriesactions.cancelfetchandsavenextqueries.md) action. |
|
|
395
|
+
| [cancelFetchAndSavePopularSearches](./x-components.cancelfetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.cancelFetchAndSaveSuggestions()](./x-components.popularsearchesactions.cancelfetchandsavesuggestions.md) action. |
|
|
396
|
+
| [cancelFetchAndSaveQuerySuggestions](./x-components.cancelfetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.cancelFetchAndSaveSuggestions()](./x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md) action. |
|
|
397
|
+
| [cancelFetchAndSaveRecommendations](./x-components.cancelfetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.cancelFetchAndSaveRecommendations()](./x-components.recommendationsactions.cancelfetchandsaverecommendations.md) action. |
|
|
398
|
+
| [cancelFetchAndSaveRelatedTags](./x-components.cancelfetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
399
|
+
| [cancelFetchAndSaveRelatedTagsWire](./x-components.cancelfetchandsaverelatedtagswire.md) | Cancels the [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) request promise. |
|
|
400
|
+
| [cancelFetchAndSaveSearchResponse](./x-components.cancelfetchandsavesearchresponse.md) | Default implementation for [SearchActions.cancelFetchAndSaveSearchResponse()](./x-components.searchactions.cancelfetchandsavesearchresponse.md) action. |
|
|
401
|
+
| [cancelFetchAndSaveSearchResponseWire](./x-components.cancelfetchandsavesearchresponsewire.md) | Cancels the [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) request promise. |
|
|
402
|
+
| [cancelFetchAndSaveSuggestionsWire](./x-components.cancelfetchandsavesuggestionswire.md) | Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) request promise. |
|
|
403
|
+
| [CartIcon](./x-components.carticon.md) | |
|
|
404
|
+
| [CheckboxCardSelectedIcon](./x-components.checkboxcardselectedicon.md) | |
|
|
405
|
+
| [CheckboxCardUnselectedIcon](./x-components.checkboxcardunselectedicon.md) | |
|
|
406
|
+
| [CheckboxSelectedIcon](./x-components.checkboxselectedicon.md) | |
|
|
407
|
+
| [CheckboxUnselectedIcon](./x-components.checkboxunselectedicon.md) | |
|
|
408
|
+
| [CheckIcon](./x-components.checkicon.md) | |
|
|
409
|
+
| [CheckTinyIcon](./x-components.checktinyicon.md) | |
|
|
410
|
+
| [ChevronDownIcon](./x-components.chevrondownicon.md) | |
|
|
411
|
+
| [ChevronLeftIcon](./x-components.chevronlefticon.md) | |
|
|
412
|
+
| [ChevronRightIcon](./x-components.chevronrighticon.md) | |
|
|
413
|
+
| [ChevronTinyDownIcon](./x-components.chevrontinydownicon.md) | |
|
|
414
|
+
| [ChevronTinyLeftIcon](./x-components.chevrontinylefticon.md) | |
|
|
415
|
+
| [ChevronTinyRightIcon](./x-components.chevrontinyrighticon.md) | |
|
|
416
|
+
| [ChevronTinyUpIcon](./x-components.chevrontinyupicon.md) | |
|
|
417
|
+
| [ChevronUpIcon](./x-components.chevronupicon.md) | |
|
|
418
|
+
| [clearHistoryQueries](./x-components.clearhistoryqueries.md) | Clears the history queries. |
|
|
419
|
+
| [clearHistoryQueriesQuery](./x-components.clearhistoryqueriesquery.md) | Sets the query of the history queries module to an empty string. |
|
|
420
|
+
| [clearIdentifierResultsQuery](./x-components.clearidentifierresultsquery.md) | Clears the identifier-results module query. |
|
|
421
|
+
| [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
|
|
422
|
+
| [clearQueryPreviewWire](./x-components.clearquerypreviewwire.md) | Clears a query preview from queries preview module. |
|
|
423
|
+
| [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
|
|
424
|
+
| [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
|
|
425
|
+
| [clearSearchQuery](./x-components.clearsearchquery.md) | Clears the search state <code>query</code>. |
|
|
426
|
+
| [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
|
|
427
|
+
| [CrossIcon](./x-components.crossicon.md) | |
|
|
428
|
+
| [CrossTinyIcon](./x-components.crosstinyicon.md) | |
|
|
429
|
+
| [CuratedCheckIcon](./x-components.curatedcheckicon.md) | |
|
|
430
|
+
| [debounceFunction](./x-components.debouncefunction.md) | Util function that returns a debounced version of the function passed as parameter. It can use the leading strategy, trailing strategy or both. Using both would result in one leading execution guaranteed and trailing executions only if there are further calls during the length of the debounce time. |
|
|
431
|
+
| [deviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>device</code> entry point. |
|
|
432
|
+
| [empathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
433
|
+
| [extraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>extraParams</code> entry point. |
|
|
434
|
+
| [facets](./x-components.facets.md) | Default implementation for the [FacetsGetters.facets](./x-components.facetsgetters.facets.md) getter. |
|
|
435
|
+
| [facetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>facets</code> entry point. |
|
|
436
|
+
| [fetchAndSaveIdentifierResults](./x-components.fetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) action. |
|
|
437
|
+
| [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the [IdentifierResultsState.query](./x-components.identifierresultsstate.query.md)<!-- -->. |
|
|
438
|
+
| [fetchAndSaveNextQueries](./x-components.fetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.fetchAndSaveNextQueries()](./x-components.nextqueriesactions.fetchandsavenextqueries.md) action. |
|
|
439
|
+
| [fetchAndSaveNextQueriesWire](./x-components.fetchandsavenextquerieswire.md) | Requests and stores the next queries. |
|
|
440
|
+
| [fetchAndSaveNextQueryPreviewWire](./x-components.fetchandsavenextquerypreviewwire.md) | Requests and store the next query preview results. |
|
|
441
|
+
| [fetchAndSavePopularSearches](./x-components.fetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.fetchAndSaveSuggestions()](./x-components.popularsearchesactions.fetchandsavesuggestions.md) action. |
|
|
442
|
+
| [fetchAndSaveQueryPreview](./x-components.fetchandsavequerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchAndSaveQueryPreview()](./x-components.queriespreviewactions.fetchandsavequerypreview.md)<!-- -->. |
|
|
443
|
+
| [fetchAndSaveQueryPreviewWire](./x-components.fetchandsavequerypreviewwire.md) | Requests and stores the query preview results. |
|
|
444
|
+
| [fetchAndSaveQuerySuggestions](./x-components.fetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) action. |
|
|
445
|
+
| [fetchAndSaveRecommendations](./x-components.fetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.fetchAndSaveRecommendations()](./x-components.recommendationsactions.fetchandsaverecommendations.md) action. |
|
|
446
|
+
| [fetchAndSaveRelatedTags](./x-components.fetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
447
|
+
| [fetchAndSaveRelatedTagsWire](./x-components.fetchandsaverelatedtagswire.md) | Requests and stores the related tags. |
|
|
448
|
+
| [fetchAndSaveSearchResponse](./x-components.fetchandsavesearchresponse.md) | Default implementation for [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) action. |
|
|
449
|
+
| [fetchAndSaveSearchResponseWire](./x-components.fetchandsavesearchresponsewire.md) | Requests and stores the search response. |
|
|
450
|
+
| [fetchAndSaveSuggestionsWire](./x-components.fetchandsavesuggestionswire.md) | Requests and stores a new set of query suggestions for the [QuerySuggestionsState.query](./x-components.querysuggestionsstate.query.md)<!-- -->. |
|
|
451
|
+
| [fetchIdentifierResults](./x-components.fetchidentifierresults.md) | Default implementation for the [IdentifierResultsActions.fetchIdentifierResults()](./x-components.identifierresultsactions.fetchidentifierresults.md)<!-- -->. |
|
|
452
|
+
| [fetchNextQueries](./x-components.fetchnextqueries.md) | Default implementation for the [NextQueriesActions.fetchNextQueries()](./x-components.nextqueriesactions.fetchnextqueries.md)<!-- -->. |
|
|
453
|
+
| [fetchPopularSearches](./x-components.fetchpopularsearches.md) | Default implementation for the [PopularSearchesActions.fetchSuggestions()](./x-components.popularsearchesactions.fetchsuggestions.md)<!-- -->. |
|
|
454
|
+
| [fetchQueryPreview](./x-components.fetchquerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchQueryPreview()](./x-components.queriespreviewactions.fetchquerypreview.md)<!-- -->. |
|
|
455
|
+
| [fetchQuerySuggestions](./x-components.fetchquerysuggestions.md) | Default implementation for the [QuerySuggestionsActions.fetchSuggestions()](./x-components.querysuggestionsactions.fetchsuggestions.md)<!-- -->. |
|
|
456
|
+
| [fetchRecommendations](./x-components.fetchrecommendations.md) | Default implementation for the [RecommendationsActions.fetchRecommendations()](./x-components.recommendationsactions.fetchrecommendations.md)<!-- -->. |
|
|
457
|
+
| [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
|
|
458
|
+
| [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
|
|
459
|
+
| [FiltersIcon](./x-components.filtersicon.md) | |
|
|
460
|
+
| [FOCUSABLE\_SELECTORS](./x-components.focusable_selectors.md) | Comma separated list of common focusable selectors. |
|
|
461
|
+
| [getURLParameter](./x-components.geturlparameter.md) | Get one parameter value from the url. |
|
|
462
|
+
| [Grid1ColIcon](./x-components.grid1colicon.md) | |
|
|
463
|
+
| [Grid2ColIcon](./x-components.grid2colicon.md) | |
|
|
464
|
+
| [Grid2RowsIcon](./x-components.grid2rowsicon.md) | |
|
|
465
|
+
| [Grid4ColIcon](./x-components.grid4colicon.md) | |
|
|
466
|
+
| [HideIcon](./x-components.hideicon.md) | |
|
|
467
|
+
| [HistoryIcon](./x-components.historyicon.md) | |
|
|
468
|
+
| [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
469
|
+
| [historyQueriesXModule](./x-components.historyqueriesxmodule.md) | HistoryQueries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>history-queries</code> entry point. |
|
|
470
|
+
| [HistoryTinyIcon](./x-components.historytinyicon.md) | |
|
|
471
|
+
| [identifierDetectionRegexp](./x-components.identifierdetectionregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierDetectionRegexp](./x-components.identifierresultsgetters.identifierdetectionregexp.md) getter. |
|
|
472
|
+
| [identifierHighlightRegexp](./x-components.identifierhighlightregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md) getter. |
|
|
473
|
+
| [identifierResultsRequest](./x-components.identifierresultsrequest.md) | Default implementation for the [IdentifierResultsGetters.identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md) getter. |
|
|
474
|
+
| [identifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>identifier-results</code> entry point. |
|
|
475
|
+
| [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Default implementation for the [SearchActions.increasePageAppendingResults()](./x-components.searchactions.increasepageappendingresults.md)<!-- -->. |
|
|
476
|
+
| [increasePageAppendingResultsWire](./x-components.increasepageappendingresultswire.md) | Increases the current search state <code>page</code> by one. |
|
|
477
|
+
| [infiniteScroll](./x-components.infinitescroll.md) | <p>Custom Vue directive for infinite scroll.</p><p>This directive uses the IntersectionObserver API to handle the intersection between the children and the scrollable container. The content of the children moves up on scroll and when it reaches the end, the IntersectionObserver triggers that both elements are intersecting.</p><p>How it works.</p><p>As a summary, if the scroll reaches the end, the <code>vNode.context.onInfiniteScrollEnd</code> function implemented by the component which imports the directive, is executed. If you provide a margin in the directive options, this function is triggered when the scroll reaches the end minus that amount of pixels. A default margin of 200px is set.</p><p>Usage.</p><p>The directive has to be set in the target element. It can receive an argument which will be used to determine the scrollable container. Possible values: <code>html</code>: will set the <html> as the scrollable container. <code>body</code>: will set the <body> as the scrollable container. ID: will set the DOM element with the provided id as the scrollable container.</p><p>If no argument is provided the scrollable container fallbacks to the viewport.</p> |
|
|
478
|
+
| [LightBulbOff](./x-components.lightbulboff.md) | |
|
|
479
|
+
| [LightBulbOn](./x-components.lightbulbon.md) | |
|
|
480
|
+
| [loadHistoryQueriesFromBrowserStorage](./x-components.loadhistoryqueriesfrombrowserstorage.md) | Default implementation for the [HistoryQueriesActions.loadHistoryQueriesFromBrowserStorage()](./x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md) action. |
|
|
481
|
+
| [loadHistoryQueriesFromBrowserStorageWire](./x-components.loadhistoryqueriesfrombrowserstoragewire.md) | Loads the history queries from the browser storage, saving them to the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md)<!-- -->. |
|
|
482
|
+
| [MenuIcon](./x-components.menuicon.md) | |
|
|
483
|
+
| [MinusIcon](./x-components.minusicon.md) | |
|
|
484
|
+
| [MinusTinyIcon](./x-components.minustinyicon.md) | |
|
|
485
|
+
| [nextQueries](./x-components.nextqueries.md) | Default implementation for the [NextQueriesGetters.nextQueries](./x-components.nextqueriesgetters.nextqueries.md) getter. |
|
|
486
|
+
| [nextQueriesRequest](./x-components.nextqueriesrequest.md) | Default implementation for the [NextQueriesGetters.request](./x-components.nextqueriesgetters.request.md) getter. |
|
|
487
|
+
| [nextQueriesXModule](./x-components.nextqueriesxmodule.md) | Next queries [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>next-queries</code> entry point. |
|
|
488
|
+
| [normalizedQuery](./x-components.normalizedquery.md) | Default implementation for the [QuerySuggestionsGetters.normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) getter. |
|
|
489
|
+
| [Nq1Icon](./x-components.nq1icon.md) | |
|
|
490
|
+
| [Nq2Icon](./x-components.nq2icon.md) | |
|
|
491
|
+
| [Nq3Icon](./x-components.nq3icon.md) | |
|
|
492
|
+
| [Nq4Icon](./x-components.nq4icon.md) | |
|
|
493
|
+
| [PlusIcon](./x-components.plusicon.md) | |
|
|
494
|
+
| [popularSearches](./x-components.popularsearches.md) | Default implementation for the [PopularSearchesGetters.popularSearches](./x-components.popularsearchesgetters.popularsearches.md) getter. |
|
|
495
|
+
| [popularSearchesRequest](./x-components.popularsearchesrequest.md) | Default implementation for the [PopularSearchesGetters.request](./x-components.popularsearchesgetters.request.md) getter. |
|
|
496
|
+
| [popularSearchesXModule](./x-components.popularsearchesxmodule.md) | Popular searches [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>popular-searches</code> entry point. |
|
|
497
|
+
| [queriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>queries-preview</code> entry point. |
|
|
498
|
+
| [querySuggestions](./x-components.querysuggestions.md) | Default implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
499
|
+
| [querySuggestionsRequest](./x-components.querysuggestionsrequest.md) | Default implementation for the [QuerySuggestionsGetters.request](./x-components.querysuggestionsgetters.request.md) getter. |
|
|
500
|
+
| [querySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>query-suggestions</code> entry point. |
|
|
501
|
+
| [RadioButtonSelectedIcon](./x-components.radiobuttonselectedicon.md) | |
|
|
502
|
+
| [RadioButtonUnselectedIcon](./x-components.radiobuttonunselectedicon.md) | |
|
|
503
|
+
| [RECOMMENDATIONS\_ORIGIN](./x-components.recommendations_origin.md) | Constant for the recommendations request. |
|
|
504
|
+
| [recommendationsRequest](./x-components.recommendationsrequest.md) | Default implementation for the [RecommendationsGetters.request](./x-components.recommendationsgetters.request.md) getter. |
|
|
505
|
+
| [recommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>recommendations</code> entry point. |
|
|
506
|
+
| [refreshHistoryQueriesSession](./x-components.refreshhistoryqueriessession.md) | Triggers a session refresh, extending its validity for the time configured in the [HistoryQueriesConfig.sessionTTLInMs](./x-components.historyqueriesconfig.sessionttlinms.md)<!-- -->. |
|
|
507
|
+
| [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
|
|
508
|
+
| [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
|
|
509
|
+
| [relatedTagsQuery](./x-components.relatedtagsquery.md) | Default implementation for the [RelatedTagsGetters.query](./x-components.relatedtagsgetters.query.md) getter. |
|
|
510
|
+
| [relatedTagsRequest](./x-components.relatedtagsrequest.md) | Default implementation for the [RelatedTagsGetters.request](./x-components.relatedtagsgetters.request.md) getter. |
|
|
511
|
+
| [relatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>related-tags</code> entry point. |
|
|
512
|
+
| [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
|
|
513
|
+
| [removeHistoryQuery](./x-components.removehistoryquery.md) | Removes a single history query from the history queries. |
|
|
514
|
+
| [resetAppending](./x-components.resetappending.md) | Resets the search state <code>isAppendingResults</code>. |
|
|
515
|
+
| [resetResultsPreviewWire](./x-components.resetresultspreviewwire.md) | Resets the next query preview results. |
|
|
516
|
+
| [resetSpellcheckQuery](./x-components.resetspellcheckquery.md) | Resets the search state <code>spellcheckedQuery</code> to its initial value, an empty string. |
|
|
517
|
+
| [resetState](./x-components.resetstate.md) | Default implementation for the [SearchActions.resetState()](./x-components.searchactions.resetstate.md)<!-- -->. |
|
|
518
|
+
| [resetStateWire](./x-components.resetstatewire.md) | Batches state resets after [SearchGetters.request](./x-components.searchgetters.request.md) parameters update. |
|
|
519
|
+
| [sanitize](./x-components.sanitize.md) | Sanitize characters from a given string. |
|
|
520
|
+
| [saveIdentifierResultsOrigin](./x-components.saveidentifierresultsorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
|
|
521
|
+
| [saveIdentifierResultsOriginWire](./x-components.saveidentifierresultsoriginwire.md) | Sets the identifier results state <code>origin</code>. |
|
|
522
|
+
| [saveOriginWire](./x-components.saveoriginwire.md) | Sets the search state <code>origin</code>. |
|
|
523
|
+
| [saveQuery](./x-components.savequery.md) | Default implementation for the [IdentifierResultsActions.saveQuery()](./x-components.identifierresultsactions.savequery.md)<!-- -->. |
|
|
524
|
+
| [saveSearchOrigin](./x-components.savesearchorigin.md) | Default implementation for the [SearchActions.saveOrigin()](./x-components.searchactions.saveorigin.md)<!-- -->. |
|
|
525
|
+
| [saveSearchResponse](./x-components.savesearchresponse.md) | Default implementation for the [SearchActions.saveSearchResponse()](./x-components.searchactions.savesearchresponse.md)<!-- -->. |
|
|
526
|
+
| [scrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
527
|
+
| [searchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search-box</code> entry point. |
|
|
528
|
+
| [SearchIcon](./x-components.searchicon.md) | |
|
|
529
|
+
| [searchQuery](./x-components.searchquery.md) | Default implementation for the [SearchState.query](./x-components.searchstate.query.md) getter. |
|
|
530
|
+
| [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
|
|
531
|
+
| [SearchTinyIcon](./x-components.searchtinyicon.md) | |
|
|
532
|
+
| [searchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>search</code> entry point. |
|
|
533
|
+
| [selectedFilters](./x-components.selectedfilters.md) | Default implementation for the [FacetsGetters.selectedFilters](./x-components.facetsgetters.selectedfilters.md) getter. |
|
|
534
|
+
| [selectedFiltersByFacet](./x-components.selectedfiltersbyfacet.md) | Default implementation for the [FacetsGetters.selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) getter. |
|
|
535
|
+
| [sessionHistoryQueries](./x-components.sessionhistoryqueries.md) | Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x-components.historyqueriesgetters.sessionhistoryqueries.md) getter. |
|
|
536
|
+
| [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
|
|
537
|
+
| [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
|
|
538
|
+
| [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
|
|
539
|
+
| [setHistoryQueriesDisabled](./x-components.sethistoryqueriesdisabled.md) | Disables history queries. |
|
|
540
|
+
| [setHistoryQueriesEnabled](./x-components.sethistoryqueriesenabled.md) | Enables history queries. |
|
|
541
|
+
| [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
|
|
542
|
+
| [setIdentifierResultsExtraParams](./x-components.setidentifierresultsextraparams.md) | Sets the identifier result state <code>params</code>. |
|
|
543
|
+
| [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
|
|
544
|
+
| [setInitialExtraParams](./x-components.setinitialextraparams.md) | Sets the initial provided extra params. |
|
|
545
|
+
| [setName](./x-components.setname.md) | Sets the device of the [DeviceXModule](./x-components.devicexmodule.md)<!-- -->. |
|
|
546
|
+
| [setNextQueriesExtraParams](./x-components.setnextqueriesextraparams.md) | Sets the next queries state <code>params</code>. |
|
|
547
|
+
| [setNextQueriesQuery](./x-components.setnextqueriesquery.md) | Sets the next queries state <code>query</code>. |
|
|
548
|
+
| [setParams](./x-components.setparams.md) | Sets the extra params of the url module. |
|
|
549
|
+
| [setPendingScrollToWire](./x-components.setpendingscrolltowire.md) | Saves the selector of the item that should be scrolled into the view. |
|
|
550
|
+
| [setPopularSearchesExtraParams](./x-components.setpopularsearchesextraparams.md) | Sets the popular searches state <code>params</code>. |
|
|
551
|
+
| [setQueriesPreviewExtraParamsWire](./x-components.setqueriespreviewextraparamswire.md) | Sets the queries preview state <code>params</code>. |
|
|
552
|
+
| [setQueryFromLastHistoryQuery](./x-components.setqueryfromlasthistoryquery.md) | Default implementation for the [NextQueriesActions.setQueryFromLastHistoryQuery()](./x-components.nextqueriesactions.setqueryfromlasthistoryquery.md)<!-- -->. |
|
|
553
|
+
| [setQueryFromLastHistoryQueryWire](./x-components.setqueryfromlasthistoryquerywire.md) | Sets the next queries state <code>query</code> with the last query in history queries. |
|
|
554
|
+
| [setQuerySuggestionsExtraParams](./x-components.setquerysuggestionsextraparams.md) | Sets the query suggestions state <code>params</code>. |
|
|
555
|
+
| [setQuerySuggestionsQuery](./x-components.setquerysuggestionsquery.md) | Sets the query-suggestions module query. |
|
|
556
|
+
| [setQueryTaggingInfo](./x-components.setquerytagginginfo.md) | Sets the tagging state of the query tagging info using a debounce which ends if the user accepts a query. |
|
|
557
|
+
| [setRecommendationsExtraParams](./x-components.setrecommendationsextraparams.md) | Sets the recommendations state <code>params</code>. |
|
|
558
|
+
| [setRelatedTags](./x-components.setrelatedtags.md) | Sets the search state <code>relatedTags</code>. |
|
|
559
|
+
| [setRelatedTagsExtraParams](./x-components.setrelatedtagsextraparams.md) | Sets the related tags state <code>params</code>. |
|
|
560
|
+
| [setRelatedTagsQuery](./x-components.setrelatedtagsquery.md) | Sets the related tags state <code>query</code>. |
|
|
561
|
+
| [setScrollDirectionWire](./x-components.setscrolldirectionwire.md) | Saves the scroll direction of a container to the store. |
|
|
562
|
+
| [setScrollHasAlmostReachedEndWire](./x-components.setscrollhasalmostreachedendwire.md) | Saves a boolean indicating if the scroll has almost reached the end of a container to the store. |
|
|
563
|
+
| [setScrollHasReachedEndWire](./x-components.setscrollhasreachedendwire.md) | Saves a boolean indicating if the scroll has reached the end of a container to the store. |
|
|
564
|
+
| [setScrollHasReachedStartWire](./x-components.setscrollhasreachedstartwire.md) | Saves a boolean indicating if the scroll has reached the start of a container to the store. |
|
|
565
|
+
| [setScrollPositionWire](./x-components.setscrollpositionwire.md) | Saves the scroll position of a container to the store. |
|
|
566
|
+
| [setSearchedQueries](./x-components.setsearchedqueries.md) | Sets the next queries state <code>searchedQueries</code> with the list of history queries. |
|
|
567
|
+
| [setSearchedQueriesInPopularSearches](./x-components.setsearchedqueriesinpopularsearches.md) | Sets the popular searches state <code>searchedQueries</code> with the list of history queries. |
|
|
568
|
+
| [setSearchExtraParams](./x-components.setsearchextraparams.md) | Sets the search state <code>params</code>. |
|
|
569
|
+
| [setSearchPage](./x-components.setsearchpage.md) | Sets the search state <code>page</code>. |
|
|
570
|
+
| [setSearchQuery](./x-components.setsearchquery.md) | Sets the search state <code>query</code>. |
|
|
571
|
+
| [setSearchUrlParams](./x-components.setsearchurlparams.md) | Default implementation for the [SearchActions.setUrlParams()](./x-components.searchactions.seturlparams.md)<!-- -->. |
|
|
572
|
+
| [setSelectedFilters](./x-components.setselectedfilters.md) | Sets the search state <code>selectedFilters</code>. |
|
|
573
|
+
| [setSort](./x-components.setsort.md) | Sets the search state <code>sort</code>. |
|
|
574
|
+
| [setTaggingConfig](./x-components.settaggingconfig.md) | Sets the tagging config state. |
|
|
575
|
+
| [SettingsIcon](./x-components.settingsicon.md) | |
|
|
576
|
+
| [setUrlFilters](./x-components.seturlfilters.md) | Sets the filters of the url module. |
|
|
577
|
+
| [setUrlPage](./x-components.seturlpage.md) | Sets the page of the url module. |
|
|
578
|
+
| [setUrlParams](./x-components.seturlparams.md) | Sets the search state <code>query</code>. |
|
|
579
|
+
| [setUrlParamsWire](./x-components.seturlparamswire.md) | Saves the params from the url. |
|
|
580
|
+
| [setUrlQuery](./x-components.seturlquery.md) | Sets the query of the url module. |
|
|
581
|
+
| [setUrlRelatedTags](./x-components.seturlrelatedtags.md) | Sets the [related tags](./x-components.relatedtag.md)<!-- -->. |
|
|
582
|
+
| [setUrlScroll](./x-components.seturlscroll.md) | Sets the scroll of the url module. |
|
|
583
|
+
| [setUrlSort](./x-components.seturlsort.md) | Sets the sort of the url module. |
|
|
584
|
+
| [ShowIcon](./x-components.showicon.md) | |
|
|
585
|
+
| [SPLIT\_WORDS\_REGEX](./x-components.split_words_regex.md) | Regex for splitting a query into its words. |
|
|
586
|
+
| [StarIcon](./x-components.staricon.md) | |
|
|
587
|
+
| [storageKey](./x-components.storagekey.md) | Default implementation for the [HistoryQueriesGetters.storageKey](./x-components.historyqueriesgetters.storagekey.md) getter. |
|
|
588
|
+
| [taggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>empathize</code> entry point. |
|
|
589
|
+
| [TagIcon](./x-components.tagicon.md) | |
|
|
590
|
+
| [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
|
|
591
|
+
| [toggleRelatedTag](./x-components.togglerelatedtag.md) | Default implementation for the [RelatedTagsActions.toggleRelatedTag()](./x-components.relatedtagsactions.togglerelatedtag.md)<!-- -->. |
|
|
592
|
+
| [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
|
|
593
|
+
| [track](./x-components.track.md) | Default implementation for the [TaggingActions.track()](./x-components.taggingactions.track.md)<!-- -->. |
|
|
594
|
+
| [trackAddToCartWire](./x-components.trackaddtocartwire.md) | Performs a track of a result added to the cart. |
|
|
595
|
+
| [trackBannerClickedWire](./x-components.trackbannerclickedwire.md) | Tracks the tagging of the banner. |
|
|
596
|
+
| [trackQueryWire](./x-components.trackquerywire.md) | Tracks the tagging of the query. |
|
|
597
|
+
| [trackResultClickedWire](./x-components.trackresultclickedwire.md) | Tracks the tagging of the result. |
|
|
598
|
+
| [TrashIcon](./x-components.trashicon.md) | |
|
|
599
|
+
| [TrashOpenIcon](./x-components.trashopenicon.md) | |
|
|
600
|
+
| [TrendingIcon](./x-components.trendingicon.md) | |
|
|
601
|
+
| [TrendingTinyIcon](./x-components.trendingtinyicon.md) | |
|
|
602
|
+
| [updateHistoryQueriesWithSearchResponse](./x-components.updatehistoryquerieswithsearchresponse.md) | Updates the history queries with the relevant info included in a search response. |
|
|
603
|
+
| [urlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>url</code> entry point. |
|
|
604
|
+
| [UserIcon](./x-components.usericon.md) | |
|
|
605
|
+
| [xPlugin](./x-components.xplugin.md) | Vue plugin that modifies each component instance, extending them with the [X Component API](./x-components.xcomponentapi.md)<!-- -->. |
|
|
606
|
+
|
|
607
|
+
## Type Aliases
|
|
608
|
+
|
|
609
|
+
| Type Alias | Description |
|
|
610
|
+
| --- | --- |
|
|
611
|
+
| [ActionNamesFor](./x-components.actionnamesfor.md) | Returns the action names for a given module. They are the namespaced actions. |
|
|
612
|
+
| [ActionsClass](./x-components.actionsclass.md) | Type for implementing actions for a module with a class. |
|
|
613
|
+
| [ActionsDictionary](./x-components.actionsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing actions. |
|
|
614
|
+
| [ActionsTree](./x-components.actionstree.md) | Type-safe actions definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) actions. |
|
|
615
|
+
| [AnyActionsTree](./x-components.anyactionstree.md) | Alias for any actions tree. Use only when you really don't care about the actions type. |
|
|
616
|
+
| [AnyGettersTree](./x-components.anygetterstree.md) | Alias for any getters tree. Use only when you don't care about the type. |
|
|
617
|
+
| [AnyMutationsTree](./x-components.anymutationstree.md) | Alias for any mutations tree. Use only when the concrete type does not matter. |
|
|
618
|
+
| [AnySimpleStateSelector](./x-components.anysimplestateselector.md) | Alias for any simple state selector. |
|
|
619
|
+
| [AnyStateSelector](./x-components.anystateselector.md) | Alias for any state selector. |
|
|
620
|
+
| [AnyStoreEmitters](./x-components.anystoreemitters.md) | Alias for any store emitters. |
|
|
621
|
+
| [AnyWire](./x-components.anywire.md) | Alias for a wire of any type. |
|
|
622
|
+
| [AnyXModule](./x-components.anyxmodule.md) | Alias for any XModule. Use with caution. |
|
|
623
|
+
| [AnyXStoreModule](./x-components.anyxstoremodule.md) | Alias for an [XStoreModule](./x-components.xstoremodule.md) with any type. Use only when the state, getters, mutations and actions are not relevant. |
|
|
624
|
+
| [AnyXStoreModuleOption](./x-components.anyxstoremoduleoption.md) | Alias for any store module option. Use only when you don't care about the module concrete type. |
|
|
625
|
+
| [ArrowKey](./x-components.arrowkey.md) | Union type containing the existing arrow keys. |
|
|
626
|
+
| [DecoratorFor](./x-components.decoratorfor.md) | Creates a decorator that will only work for properties of the type passed. The decorator will only work if the property is public. |
|
|
627
|
+
| [DeviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) alias. |
|
|
628
|
+
| [DeviceXStoreModule](./x-components.devicexstoremodule.md) | Device type safe store module. |
|
|
629
|
+
| [DocumentDirection](./x-components.documentdirection.md) | The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left). |
|
|
630
|
+
| [Emitter](./x-components.emitter.md) | Type safe for emitter payload. It is the wire payload. |
|
|
631
|
+
| [Emitters](./x-components.emitters.md) | Type safe emitters dictionary, where each key is the [XEvent](./x-components.xevent.md) name, and the value is a [https://rxjs.dev/api/index/class/Subject](https://rxjs.dev/api/index/class/Subject) of the [XEventPayload](./x-components.xeventpayload.md) type. |
|
|
632
|
+
| [EmpathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) alias. |
|
|
633
|
+
| [EmpathizeXStoreModule](./x-components.empathizexstoremodule.md) | Empathize type safe store module. |
|
|
634
|
+
| [EventsForDirectionLimit](./x-components.eventsfordirectionlimit.md) | Events to emit when reaching the [direction](./x-components.arrowkey.md) limit. |
|
|
635
|
+
| [ExtractActionPayload](./x-components.extractactionpayload.md) | Returns the payload for an action given the module name and the action name. |
|
|
636
|
+
| [ExtractActionReturn](./x-components.extractactionreturn.md) | Flattens the (probably) chained promises of an action type. |
|
|
637
|
+
| [ExtractActions](./x-components.extractactions.md) | Extracts the actions type from a XStoreModule. |
|
|
638
|
+
| [ExtractGetters](./x-components.extractgetters.md) | Util type for extracting the getter type of a module. |
|
|
639
|
+
| [ExtractMutationPayload](./x-components.extractmutationpayload.md) | Returns the payload for a mutation given the module name and the mutation name. |
|
|
640
|
+
| [ExtractMutations](./x-components.extractmutations.md) | Extracts the mutations type from a XStoreModule. |
|
|
641
|
+
| [ExtractPayload](./x-components.extractpayload.md) | Extracts the payload from any function with a single parameter. |
|
|
642
|
+
| [ExtractState](./x-components.extractstate.md) | Util type for extracting the state type of a module. |
|
|
643
|
+
| [ExtraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) alias. |
|
|
644
|
+
| [ExtraParamsXStoreModule](./x-components.extraparamsxstoremodule.md) | ExtraParams type safe store module. |
|
|
645
|
+
| [FacetsActionsContext](./x-components.facetsactionscontext.md) | The type of the context object for the facets module actions. |
|
|
646
|
+
| [FacetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) alias. |
|
|
647
|
+
| [FacetsXStoreModule](./x-components.facetsxstoremodule.md) | Facets type safe store module. |
|
|
648
|
+
| [FeatureLocation](./x-components.featurelocation.md) | Indicates where the feature is placed. |
|
|
649
|
+
| [FiltersByFacet](./x-components.filtersbyfacet.md) | Dictionary grouping filters by facet id. |
|
|
650
|
+
| [FirstParameter](./x-components.firstparameter.md) | Alias to retrieve the first parameter type of a function. |
|
|
651
|
+
| [GettersClass](./x-components.gettersclass.md) | Type for implementing getters for a module with a class. |
|
|
652
|
+
| [GettersTree](./x-components.getterstree.md) | Type safe getters definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) getters. |
|
|
653
|
+
| [GroupId](./x-components.groupid.md) | Alias for GroupId. |
|
|
654
|
+
| [HistoryQueriesActionContext](./x-components.historyqueriesactioncontext.md) | Alias type for actions context of the [HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)<!-- -->. |
|
|
655
|
+
| [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md) | HistoryQueries [XModule](./x-components.xmodule.md) alias. |
|
|
656
|
+
| [HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md) | HistoryQueries type safe store module. |
|
|
657
|
+
| [IdentifierResultsActionsContext](./x-components.identifierresultsactionscontext.md) | Alias type for actions context of the [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md)<!-- -->. |
|
|
658
|
+
| [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) alias. |
|
|
659
|
+
| [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md) | IdentifierResults type safe store module. |
|
|
660
|
+
| [ListItem](./x-components.listitem.md) | Type representing a grid item. It has to be an [Identifiable](./x-types.identifiable.md) object that can optionally contain a [modelName](./x-types.namedmodel.modelname.md)<!-- -->. |
|
|
661
|
+
| [MaybeArray](./x-components.maybearray.md) | Alias for a type that might be an array or not. |
|
|
662
|
+
| [MonadicFunction](./x-components.monadicfunction.md) | A function with a single parameter that can return anything. |
|
|
663
|
+
| [MutationNamesFor](./x-components.mutationnamesfor.md) | Returns the mutation names for a given module. They are the namespaced mutations. |
|
|
664
|
+
| [MutationsDictionary](./x-components.mutationsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing mutations. |
|
|
665
|
+
| [MutationsTree](./x-components.mutationstree.md) | Type-safe mutations definition type. An object with this type is what it is needed to define [Vuex](https://vuex.vuejs.org/) mutations. |
|
|
666
|
+
| [NamespacedTimeSelector](./x-components.namespacedtimeselector.md) | Function type which receives the State and the Getters of the namespace [XStoreModule](./x-components.xstoremodule.md) to retrieve the time from there. |
|
|
667
|
+
| [NamespacedTimeWireOperator](./x-components.namespacedtimewireoperator.md) | Function type which receives the wire to modify and the [NamespacedTimeSelector](./x-components.namespacedtimeselector.md) to retrieve the time from the [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
668
|
+
| [NamespacedWireCommitPayload](./x-components.namespacedwirecommitpayload.md) | Namespaced payload to commit a mutation. Either a function that receives the [module state and getters](./x-components.storemodulestateandgetters.md) and returns the payload for the mutation, or a static action payload. |
|
|
669
|
+
| [NamespacedWireCommitWithoutPayload](./x-components.namespacedwirecommitwithoutpayload.md) | Namespaced type for the [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) which creates a wire without payload associated. |
|
|
670
|
+
| [NamespacedWireDispatchPayload](./x-components.namespacedwiredispatchpayload.md) | Namespaced payload to dispatch an action. Either a function that receives the [module state and getters](./x-components.storemodulestateandgetters.md) and returns the payload for the action, or a static action payload. |
|
|
671
|
+
| [NamespacedWireDispatchWithoutPayload](./x-components.namespacedwiredispatchwithoutpayload.md) | Namespaced type for the [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) which creates a wire without payload associated. |
|
|
672
|
+
| [NamespacedWiringData](./x-components.namespacedwiringdata.md) | Namespaced type safe which allows the access to the State, the Getters, the payload and metadata of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
673
|
+
| [NextQueriesActionContext](./x-components.nextqueriesactioncontext.md) | Alias type for actions context of the [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md)<!-- -->. |
|
|
674
|
+
| [NextQueriesXModule](./x-components.nextqueriesxmodule.md) | NextQueries [XModule](./x-components.xmodule.md) alias. |
|
|
675
|
+
| [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md) | Next queries store module. |
|
|
676
|
+
| [NiladicFunction](./x-components.niladicfunction.md) | A function with no parameters that can return anything. |
|
|
677
|
+
| [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md) | A normalised version of the snippet config. |
|
|
678
|
+
| [Pair](./x-components.pair.md) | Represents a pair of values of the same type in an array. |
|
|
679
|
+
| [PayloadFactoryData](./x-components.payloadfactorydata.md) | Type not safe which allows the access to the State, the Getters, the payload and metadata of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
680
|
+
| [PopularSearchesActionContext](./x-components.popularsearchesactioncontext.md) | Alias type for actions context of the [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md)<!-- -->. |
|
|
681
|
+
| [PopularSearchesXModule](./x-components.popularsearchesxmodule.md) | PopularSearches [XModule](./x-components.xmodule.md) alias. |
|
|
682
|
+
| [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md) | Popular searches store module. |
|
|
683
|
+
| [PrivateXModulesOptions](./x-components.privatexmodulesoptions.md) | Options for overriding the default store module and store emitters for each [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
684
|
+
| [PropsWithType](./x-components.propswithtype.md) | Extracts the name of the properties of an object that match a type. |
|
|
685
|
+
| [QueriesPreviewActionContext](./x-components.queriespreviewactioncontext.md) | Alias type for actions context of the [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md)<!-- -->. |
|
|
686
|
+
| [QueriesPreviewXModule](./x-components.queriespreviewxmodule.md) | QueriesPreview [XModule](./x-components.xmodule.md) alias. |
|
|
687
|
+
| [QueriesPreviewXStoreModule](./x-components.queriespreviewxstoremodule.md) | QueriesPreview type safe store module. |
|
|
688
|
+
| [QueryFeature](./x-components.queryfeature.md) | The name of the tool that generated the query. |
|
|
689
|
+
| [QueryOrigin](./x-components.queryorigin.md) | Information to track the usefulness of the query in relation to the [QueryFeature](./x-components.queryfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user. |
|
|
690
|
+
| [QueryOriginInit](./x-components.queryorigininit.md) | Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->. |
|
|
691
|
+
| [QuerySuggestionsActionContext](./x-components.querysuggestionsactioncontext.md) | Alias type for actions context of the [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md)<!-- -->. |
|
|
692
|
+
| [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) alias. |
|
|
693
|
+
| [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md) | QuerySuggestions type safe store module. |
|
|
694
|
+
| [RecommendationsActionContext](./x-components.recommendationsactioncontext.md) | Alias type for actions context of the [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md)<!-- -->. |
|
|
695
|
+
| [RecommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) alias. |
|
|
696
|
+
| [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md) | Recommendations type safe store module. |
|
|
697
|
+
| [RelatedTagsActionContext](./x-components.relatedtagsactioncontext.md) | Alias type for actions context of the [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md)<!-- -->. |
|
|
698
|
+
| [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) alias. |
|
|
699
|
+
| [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md) | RelatedTags type safe store module. |
|
|
700
|
+
| [RequestStatus](./x-components.requeststatus.md) | The possible status of a request: - Success: The request has resolved successfully. - Loading: The request is in process, waiting for a response. - Error: The request has failed. |
|
|
701
|
+
| [ResultFeature](./x-components.resultfeature.md) | The name of the tool that generated the results. |
|
|
702
|
+
| [ResultOrigin](./x-components.resultorigin.md) | Information to track the usefulness of a result in relation to the [ResultFeature](./x-components.resultfeature.md) that generated it, and the [FeatureLocation](./x-components.featurelocation.md) where it has been shown to the user. |
|
|
703
|
+
| [Returns](./x-components.returns.md) | Extracts the return type of each property of the T object. |
|
|
704
|
+
| [RootStoreStateAndGetters](./x-components.rootstorestateandgetters.md) | State and Getters Store type for [RootXStoreState](./x-components.rootxstorestate.md)<!-- -->. |
|
|
705
|
+
| [ScrollDirection](./x-components.scrolldirection.md) | Types allow for values of scroll direction. |
|
|
706
|
+
| [ScrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) alias. |
|
|
707
|
+
| [ScrollXStoreModule](./x-components.scrollxstoremodule.md) | Scroll type safe store module. |
|
|
708
|
+
| [SearchActionContext](./x-components.searchactioncontext.md) | Alias type for actions context of the [SearchXStoreModule](./x-components.searchxstoremodule.md)<!-- -->. |
|
|
709
|
+
| [SearchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) alias. |
|
|
710
|
+
| [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md) | SearchBox type safe store module. |
|
|
711
|
+
| [SearchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
|
|
712
|
+
| [SearchXStoreModule](./x-components.searchxstoremodule.md) | Search type safe store module. |
|
|
713
|
+
| [SimpleStateSelector](./x-components.simplestateselector.md) | Selects a part of the store state or getters (AKA "getter" inside [Vuex](https://vuex.vuejs.org/) watchers). |
|
|
714
|
+
| [StoreEmitters](./x-components.storeemitters.md) | Dictionary where the key is a [XEvent](./x-components.xevent.md)<!-- -->, and the value is [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md)<!-- -->. This [SimpleStateSelector](./x-components.simplestateselector.md) or [StateSelector](./x-components.stateselector.md) can only access the state and getters from the [XStoreModule](./x-components.xstoremodule.md) passed as param type. This dictionary is used to emits a [XEvent](./x-components.xevent.md) when the part of the store selected by [SimpleStateSelector](./x-components.simplestateselector.md) changes. |
|
|
715
|
+
| [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) | Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
716
|
+
| [SubObject](./x-components.subobject.md) | Extracts a sub-type with the properties of <code>SomeObject</code> that have the <code>TargetPropertyType</code> type. |
|
|
717
|
+
| [TaggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) alias. |
|
|
718
|
+
| [TaggingXStoreModule](./x-components.taggingxstoremodule.md) | Tagging type safe store module. |
|
|
719
|
+
| [TakeNavigationControl](./x-components.takenavigationcontrol.md) | Represents when to take control of the navigation. |
|
|
720
|
+
| [TimeSelector](./x-components.timeselector.md) | Function type which receives the whole store as parameter and retrieve the time from there. |
|
|
721
|
+
| [UrlActionContext](./x-components.urlactioncontext.md) | Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->. |
|
|
722
|
+
| [UrlParamKey](./x-components.urlparamkey.md) | The key of the parameter to store in the URL. |
|
|
723
|
+
| [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
|
|
724
|
+
| [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
|
|
725
|
+
| [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
|
|
726
|
+
| [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
|
|
727
|
+
| [VueCSSClasses](./x-components.vuecssclasses.md) | Union type containing supported Vue dynamic classes. |
|
|
728
|
+
| [Wire](./x-components.wire.md) | A Wire is a function that receives an observable, the store and the on function of the bus it will run in and returns a subscription. |
|
|
729
|
+
| [WireForEvent](./x-components.wireforevent.md) | Alias for a wire with the type of the event payload. |
|
|
730
|
+
| [Wiring](./x-components.wiring.md) | The Wiring is a record where each key is an EmpathyX event, and the value is a dictionary of wires. |
|
|
731
|
+
| [XEvent](./x-components.xevent.md) | Name of all available events. |
|
|
732
|
+
| [XEventListeners](./x-components.xeventlisteners.md) | Map type of every [XEvent](./x-components.xevent.md) and a callback with the payload and metadata for that event. |
|
|
733
|
+
| [XEventPayload](./x-components.xeventpayload.md) | Extracts the payload type of an event. |
|
|
734
|
+
| [XEventsOf](./x-components.xeventsof.md) | Selects events of the with a payload matching the provided type. |
|
|
735
|
+
| [XModuleName](./x-components.xmodulename.md) | Names of all of the [XModules](./x-components.xmodule.md) available. |
|
|
736
|
+
| [XModulesOptions](./x-components.xmodulesoptions.md) | Options for overriding the default config state and wiring for each [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
737
|
+
| [XStoreModuleOptions](./x-components.xstoremoduleoptions.md) | Options for overriding a default [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
738
|
+
|