@empathyco/x-components 3.0.0-alpha.3 → 3.0.0-alpha.30
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 +2109 -575
- package/core/index.d.ts +17 -0
- package/core/index.js +139 -0
- package/core/index.js.map +1 -0
- package/design-system/.-mixins.css +1 -0
- package/design-system/badge-default.css +43 -0
- package/design-system/base.css +52 -0
- package/design-system/button-card.css +20 -0
- package/design-system/button-default.css +65 -0
- package/design-system/button-ghost.css +18 -0
- package/design-system/button-pill.css +20 -0
- package/design-system/button-primary.css +19 -0
- package/design-system/button-round.css +23 -0
- package/design-system/button-secondary.css +19 -0
- package/design-system/button-tertiary.css +19 -0
- package/design-system/default-theme.css +2225 -0
- package/design-system/dropdown-card.css +41 -0
- package/design-system/dropdown-default.css +205 -0
- package/design-system/dropdown-l.css +5 -0
- package/design-system/dropdown-line.css +61 -0
- package/design-system/dropdown-m.css +5 -0
- package/design-system/dropdown-pill.css +41 -0
- package/design-system/dropdown-s.css +5 -0
- package/design-system/dropdown-xl.css +5 -0
- package/design-system/facet-card.css +24 -0
- package/design-system/facet-default.css +102 -0
- package/design-system/facet-line.css +16 -0
- package/design-system/facet-outlined.css +26 -0
- package/design-system/filter-default.css +87 -0
- package/design-system/filter-hierarchical.css +24 -0
- package/design-system/filter-justified.css +3 -0
- package/design-system/full-theme.css +6130 -0
- package/design-system/grid-default.css +15 -0
- package/design-system/icon-default.css +24 -0
- package/design-system/icon-l.css +7 -0
- package/design-system/icon-m.css +7 -0
- package/design-system/icon-s.css +7 -0
- package/design-system/icon-xl.css +7 -0
- package/design-system/input-card.css +18 -0
- package/design-system/input-default.css +74 -0
- package/design-system/input-group-card.css +30 -0
- package/design-system/input-group-default.css +132 -0
- package/design-system/input-group-line.css +39 -0
- package/design-system/input-group-pill.css +22 -0
- package/design-system/input-line.css +20 -0
- package/design-system/input-pill.css +14 -0
- package/design-system/list-default.css +130 -0
- package/design-system/list-gap.css +262 -0
- package/design-system/list-padding.css +261 -0
- package/design-system/message-default.css +57 -0
- package/design-system/option-list-bottom.css +61 -0
- package/design-system/option-list-default.css +142 -0
- package/design-system/picture-card.css +13 -0
- package/design-system/picture-colored.css +14 -0
- package/design-system/picture-cover.css +17 -0
- package/design-system/picture-default.css +43 -0
- package/design-system/picture-fixed-ratio.css +25 -0
- package/design-system/progress-bar-progress-bar.css +23 -0
- package/design-system/result-card.css +6 -0
- package/design-system/result-default.css +59 -0
- package/design-system/row-default.css +93 -0
- package/design-system/row-gap.css +21 -0
- package/design-system/row-padding.css +23 -0
- package/design-system/scroll-default.css +26 -0
- package/design-system/sliding-panel-default.css +38 -0
- package/design-system/sliding-panel-default.token.css +7 -0
- package/design-system/suggestion-default.css +79 -0
- package/design-system/suggestion-group-default.css +55 -0
- package/design-system/tag-card.css +16 -0
- package/design-system/tag-default.css +97 -0
- package/design-system/tag-ghost.css +14 -0
- package/design-system/tag-pill.css +16 -0
- package/design-system/typography-accent.css +2 -0
- package/design-system/typography-accent.token.css +2 -0
- package/design-system/typography-bold.css +14 -0
- package/design-system/typography-default.css +82 -0
- package/design-system/typography-light.css +14 -0
- package/design-system/typography-secondary.css +2 -0
- package/design-system/typography-secondary.token.css +2 -0
- package/design-system/typography-stroke.css +14 -0
- package/design-system/utilities-background-color.css +20 -0
- package/design-system/utilities-border-color.css +20 -0
- package/design-system/utilities-border-radius.css +1529 -0
- package/design-system/utilities-border-width.css +333 -0
- package/design-system/utilities-box-shadow.css +68 -0
- package/design-system/utilities-dev-mode.css +11 -0
- package/design-system/utilities-font-color.css +20 -0
- package/design-system/utilities-font-weight.css +8 -0
- package/design-system/utilities-margin.css +485 -0
- package/design-system/utilities-padding.css +464 -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.ancestorbinding.default.md +11 -0
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +21 -0
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +11 -0
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +11 -0
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +21 -0
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +22 -0
- package/docs/API-reference/api/x-adapter.beforerequest.md +15 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +24 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +11 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +15 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +21 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +11 -0
- package/docs/API-reference/api/x-adapter.binding.md +15 -0
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +15 -0
- package/docs/API-reference/api/x-adapter.bindings.md +13 -0
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +15 -0
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +22 -0
- package/docs/API-reference/api/x-adapter.cacheservice.md +23 -0
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +22 -0
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +24 -0
- package/docs/API-reference/api/x-adapter.classbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +13 -0
- package/docs/API-reference/api/x-adapter.constantbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +26 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +15 -0
- package/docs/API-reference/api/x-adapter.contextualbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.deeppartial.md +17 -0
- package/docs/API-reference/api/x-adapter.default_cache_config.md +18 -0
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +13 -0
- package/docs/API-reference/api/x-adapter.dependencies.md +70 -0
- package/docs/API-reference/api/x-adapter.dictionary.md +13 -0
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.md +51 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +65 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +13 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +17 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +15 -0
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +15 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +39 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +24 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +11 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathydirect.md +22 -0
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +33 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +25 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +35 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextquery.md +20 -0
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +25 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +35 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +22 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +28 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +16 -0
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.md +29 -0
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +25 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +31 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +34 -0
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +25 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +27 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +22 -0
- package/docs/API-reference/api/x-adapter.endpointsservice.md +20 -0
- package/docs/API-reference/api/x-adapter.entitynames.md +15 -0
- package/docs/API-reference/api/x-adapter.extraparamsrequest.md +13 -0
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +11 -0
- package/docs/API-reference/api/x-adapter.facetconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +11 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +11 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.md +21 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +11 -0
- package/docs/API-reference/api/x-adapter.featurenames.md +13 -0
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +28 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.md +45 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +24 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +30 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +23 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +24 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +23 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +40 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +23 -0
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-adapter.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +11 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +25 -0
- package/docs/API-reference/api/x-adapter.httpclient.get.md +24 -0
- package/docs/API-reference/api/x-adapter.httpclient.md +20 -0
- package/docs/API-reference/api/x-adapter.mapfn.md +15 -0
- package/docs/API-reference/api/x-adapter.mapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.mapper.md +20 -0
- package/docs/API-reference/api/x-adapter.maprequest.md +15 -0
- package/docs/API-reference/api/x-adapter.mapresponse.md +15 -0
- package/docs/API-reference/api/x-adapter.md +179 -0
- package/docs/API-reference/api/x-adapter.newable.md +13 -0
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.md +21 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +11 -0
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +11 -0
- package/docs/API-reference/api/x-adapter.parentbinding.md +21 -0
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +11 -0
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +11 -0
- package/docs/API-reference/api/x-adapter.pipemappers.md +24 -0
- package/docs/API-reference/api/x-adapter.primitive.md +13 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.md +21 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +11 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.md +21 -0
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.requesterror.md +28 -0
- package/docs/API-reference/api/x-adapter.requesterror.message.md +11 -0
- package/docs/API-reference/api/x-adapter.requesterror.response.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmapper.md +15 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +22 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.md +22 -0
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +11 -0
- package/docs/API-reference/api/x-adapter.requestor.md +20 -0
- package/docs/API-reference/api/x-adapter.requestor.request.md +23 -0
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +30 -0
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.md +37 -0
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.search.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.track.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemapper.md +15 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +23 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +32 -0
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.md +39 -0
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.responsetransformed.md +15 -0
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +21 -0
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +11 -0
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +15 -0
- package/docs/API-reference/api/x-adapter.searchadapter.md +34 -0
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +22 -0
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.searchrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.md +28 -0
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +11 -0
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.trackablerequest.md +20 -0
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +11 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +11 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.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.animatewidth.md +15 -0
- package/docs/API-reference/api/x-components.anyactionstree.md +15 -0
- package/docs/API-reference/api/x-components.anyfunction.md +13 -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.arrowicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowkey.md +13 -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 +19 -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 +13 -0
- package/docs/API-reference/api/x-components.basedropdown.animation.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.md +31 -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.basefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.basefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.basefilter.md +22 -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.events.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +22 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.events.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +22 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +11 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +17 -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 +36 -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 +13 -0
- package/docs/API-reference/api/x-components.basemodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.md +32 -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.previousbodyoverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.showoverlay.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._refs.md +15 -0
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +32 -0
- package/docs/API-reference/api/x-components.baseresultimage.mounted.md +15 -0
- package/docs/API-reference/api/x-components.baseresultimage.result.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.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.md +35 -0
- package/docs/API-reference/api/x-components.basesuggestion.query.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +18 -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 +23 -0
- package/docs/API-reference/api/x-components.basesuggestions.suggestions.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.init.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.md +23 -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.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.cleanundefined.md +26 -0
- package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.facetsids.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.md +22 -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.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.clearselectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.clone.md +26 -0
- package/docs/API-reference/api/x-components.collapsefromtop.md +15 -0
- package/docs/API-reference/api/x-components.collapseheight.md +15 -0
- package/docs/API-reference/api/x-components.collapsewidth.md +15 -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.compilemessage.md +27 -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.createwirefromfunction.md +26 -0
- package/docs/API-reference/api/x-components.createwiring.md +26 -0
- package/docs/API-reference/api/x-components.crossfade.md +15 -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.currencyformatter.md +31 -0
- package/docs/API-reference/api/x-components.debounce.md +27 -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 +94 -0
- package/docs/API-reference/api/x-components.deepflat.md +27 -0
- package/docs/API-reference/api/x-components.deeppartial.md +17 -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 +40 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -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.defaultsessionservice._constructor_.md +21 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +15 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +15 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.md +37 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +11 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +11 -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.dictionary.md +13 -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.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 +29 -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.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 +23 -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.md +29 -0
- package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -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.facetsmutations.md +26 -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.setfilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.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 +25 -0
- package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.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.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 +22 -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.md +30 -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.fadeandslide.md +21 -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.fetchandsavepopularsearches.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.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.md +23 -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 +15 -0
- package/docs/API-reference/api/x-components.foreach.md +25 -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.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.grid1colicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2colicon.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.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 +28 -0
- package/docs/API-reference/api/x-components.historyicon.md +11 -0
- package/docs/API-reference/api/x-components.historyqueries.animation.md +13 -0
- package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +13 -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 +25 -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.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.md +23 -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 +22 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.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.md +23 -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.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 +26 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.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.md +23 -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 +25 -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.identifierresultsactions.seturlparams.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 +23 -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.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 +24 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.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.infinitescroll.md +48 -0
- package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +11 -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 +33 -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.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.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.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.map.md +27 -0
- package/docs/API-reference/api/x-components.mapwire.md +27 -0
- package/docs/API-reference/api/x-components.md +667 -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.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.namespaceddebounce.md +26 -0
- package/docs/API-reference/api/x-components.namespacedthrottle.md +26 -0
- package/docs/API-reference/api/x-components.namespacedtimeretrieving.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.animation.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.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.fetchnextqueries.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +24 -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.md +22 -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.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 +25 -0
- package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +24 -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.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 +25 -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.searchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +23 -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.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.md +22 -0
- package/docs/API-reference/api/x-components.nextquery.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
- package/docs/API-reference/api/x-components.nonprimitive.md +13 -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.filter.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +21 -0
- package/docs/API-reference/api/x-components.objectfilter.md +27 -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.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.animation.md +13 -0
- package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.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 +22 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +34 -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.primitive.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 +29 -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.querysuggestion.md +21 -0
- package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.animation.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.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 +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +38 -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.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 +22 -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.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.reduce.md +28 -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.md +27 -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.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 +21 -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 +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.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.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 +25 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.query.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.resetfacets.md +13 -0
- package/docs/API-reference/api/x-components.resetpage.md +13 -0
- package/docs/API-reference/api/x-components.resetsort.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.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.items.md +18 -0
- package/docs/API-reference/api/x-components.resultslist.md +28 -0
- package/docs/API-reference/api/x-components.returns.md +17 -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.saveidentifierresultsoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.saveorigin.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.scroll.distancetobottom.md +13 -0
- package/docs/API-reference/api/x-components.scroll.id.md +13 -0
- package/docs/API-reference/api/x-components.scroll.md +23 -0
- package/docs/API-reference/api/x-components.scroll.throttlems.md +13 -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 +25 -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 +25 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.md +20 -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 +20 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +20 -0
- package/docs/API-reference/api/x-components.searchboxstate.query.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.md +29 -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.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 +20 -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 +35 -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.searchmutations.appendresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.md +39 -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.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 +32 -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.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.userclickedabortaredirection.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.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.facetid.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +13 -0
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +18 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +15 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +27 -0
- package/docs/API-reference/api/x-components.sessionhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +17 -0
- package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +23 -0
- package/docs/API-reference/api/x-components.sessionservice.md +21 -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.sethistoryqueriesquery.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.setpagesize.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.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.setquerytaggingdebounce.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.setselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.setsessionduration.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.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.filter.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +21 -0
- package/docs/API-reference/api/x-components.simplestateselector.md +15 -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._refs.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +33 -0
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.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.instance.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.md +27 -0
- package/docs/API-reference/api/x-components.snippetconfig.scope.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +15 -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.staggeredfadeandslide.md +15 -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 +25 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +22 -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.taggingactions.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.md +21 -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.setquerytaggingdebounce.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.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 +21 -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 +23 -0
- package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.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.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.timeretrieving.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.translatefromleft.md +15 -0
- package/docs/API-reference/api/x-components.translatefromright.md +15 -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.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.md +23 -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 +27 -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.md +17 -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 +15 -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.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 +24 -0
- package/docs/API-reference/api/x-components.wiremetadata.modulename.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.init.md +24 -0
- package/docs/API-reference/api/x-components.xapi.md +21 -0
- package/docs/API-reference/api/x-components.xapi.search.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.xcomponent.md +15 -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.historyqueries.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 +38 -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.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.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.md +24 -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.xeventpayload.md +15 -0
- package/docs/API-reference/api/x-components.xeventsof.md +15 -0
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +46 -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.userclickedcloseeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.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.userclickedoutofeventsmodal.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.userrightclickedaresult.md +13 -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 +20 -0
- package/docs/API-reference/api/x-components.xinstaller.init.md +31 -0
- package/docs/API-reference/api/x-components.xinstaller.md +85 -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 +35 -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.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 +35 -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.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 +23 -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.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.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.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 +108 -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.nextquery.md +15 -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.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.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.promoted.image.md +13 -0
- package/docs/API-reference/api/x-types.promoted.md +23 -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.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.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.md +23 -0
- package/docs/API-reference/api/x-types.relatedtag.previous.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.selected.md +13 -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.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 +28 -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.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.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.suggestion.facets.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.tagginginfo.md +21 -0
- package/docs/API-reference/api/x-types.tagginginfo.params.md +13 -0
- package/docs/API-reference/api/x-types.tagginginfo.url.md +13 -0
- package/docs/API-reference/api/x-types.tagginginfoschema.md +13 -0
- package/docs/API-reference/api/x-types.taggingschema.md +13 -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/components/common/animations/x-components.animate-width.md +66 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +31 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +31 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +32 -0
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +30 -0
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +44 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +41 -0
- package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +30 -0
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +30 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +149 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +115 -0
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +84 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +77 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +64 -0
- package/docs/API-reference/components/common/icons/x-components.arrow.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.bag.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cart.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.check.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cross.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.filters.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.hide.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.history.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.menu.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.minus.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.plus.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.search.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.star.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trash.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trending.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.user.md +8 -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 +162 -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 +82 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +84 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +124 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +59 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +60 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +73 -0
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +83 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +65 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +85 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +83 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +43 -0
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +46 -0
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +43 -0
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +8 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +57 -0
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +61 -0
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +8 -0
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +42 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +157 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +65 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +100 -0
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +63 -0
- package/docs/API-reference/components/common/x-components.base-dropdown.md +81 -0
- package/docs/API-reference/components/common/x-components.base-event-button.md +51 -0
- package/docs/API-reference/components/common/x-components.base-grid.md +101 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +93 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +49 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +86 -0
- package/docs/API-reference/components/common/x-components.items-list.md +22 -0
- package/docs/API-reference/components/common/x-components.location-provider.md +54 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +81 -0
- package/docs/API-reference/components/common/x-components.staggering-transition-group.md +35 -0
- package/docs/API-reference/components/device/x-components.device-detector.md +140 -0
- package/docs/API-reference/components/empathize/x-components.empathize.md +88 -0
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +51 -0
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +57 -0
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +45 -0
- package/docs/API-reference/components/facets/x-components.clear-filters.md +66 -0
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +82 -0
- package/docs/API-reference/components/facets/x-components.facets/facets.md +248 -0
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +81 -0
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +78 -0
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +202 -0
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +75 -0
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +49 -0
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +63 -0
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +151 -0
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +156 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +70 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +102 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +124 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +87 -0
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +104 -0
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +91 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +36 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +82 -0
- package/docs/API-reference/components/history-queries/x-components.history-query.md +61 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +43 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +28 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +44 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +162 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +82 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +57 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +55 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +82 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +136 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +242 -0
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +123 -0
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +156 -0
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +193 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +84 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +175 -0
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +66 -0
- package/docs/API-reference/components/scroll/x-components.scroll.md +168 -0
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +158 -0
- package/docs/API-reference/components/search/x-components.banner.md +56 -0
- package/docs/API-reference/components/search/x-components.banners-list.md +197 -0
- package/docs/API-reference/components/search/x-components.partial-query-button.md +74 -0
- package/docs/API-reference/components/search/x-components.partial-results-list.md +84 -0
- package/docs/API-reference/components/search/x-components.promoted.md +56 -0
- package/docs/API-reference/components/search/x-components.promoteds-list.md +195 -0
- package/docs/API-reference/components/search/x-components.redirection.md +99 -0
- package/docs/API-reference/components/search/x-components.results-list.md +200 -0
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +121 -0
- package/docs/API-reference/components/search/x-components.sort-list.md +103 -0
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +50 -0
- package/docs/API-reference/components/search/x-components.spellcheck.md +54 -0
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +143 -0
- package/docs/API-reference/components/search-box/x-components.search-button.md +143 -0
- package/docs/API-reference/components/search-box/x-components.search-input.md +179 -0
- package/docs/API-reference/components/tagging/x-components.tagging.md +84 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +83 -0
- package/{static-docs → docs}/css/global.scss +0 -0
- package/{static-docs → docs}/css/utils/utils.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/clear-search-input.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/index.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/search-input.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/suggestions.scss +0 -0
- package/docs/guide/getting-started/components/clear-search-input.md +98 -0
- package/docs/guide/getting-started/components/live-examples.md +100 -0
- package/docs/guide/getting-started/components/query-suggestions.md +76 -0
- package/docs/guide/getting-started/components/search-button.md +98 -0
- package/docs/guide/getting-started/components/search-input.md +105 -0
- package/docs/guide/getting-started/install-xplugin.md +72 -0
- package/docs/guide/getting-started/use-components.md +75 -0
- package/docs/guide/install.md +30 -0
- package/docs/react-components/ReactComponents.jsx +46 -0
- package/{static-docs → docs}/react-components/Utils.jsx +0 -0
- package/docs/sidebar.json +1 -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 +35 -0
- package/history-queries/index.d.ts +1 -0
- package/history-queries/index.js +16 -0
- package/identifier-results/index.d.ts +1 -0
- package/identifier-results/index.js +13 -0
- package/js/components/animations/animate-width.vue.js +55 -0
- package/js/components/animations/animate-width.vue.js.map +1 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +22 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/animations.mixin.js +48 -0
- package/js/components/animations/animations.mixin.js.map +1 -0
- package/js/components/animations/collapse-from-top.vue.js +58 -0
- package/js/components/animations/collapse-from-top.vue.js.map +1 -0
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/collapse-height.vue.js +65 -0
- package/js/components/animations/collapse-height.vue.js.map +1 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +65 -0
- package/js/components/animations/collapse-width.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/cross-fade.vue.js +58 -0
- package/js/components/animations/cross-fade.vue.js.map +1 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +61 -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.js +26 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +66 -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.js +26 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/translate-from-left.vue.js +58 -0
- package/js/components/animations/translate-from-left.vue.js.map +1 -0
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/translate-from-right.vue.js +58 -0
- package/js/components/animations/translate-from-right.vue.js.map +1 -0
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/auto-progress-bar.vue.js +65 -0
- package/js/components/auto-progress-bar.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +42 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-dropdown.vue.js +247 -0
- package/js/components/base-dropdown.vue.js.map +1 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +341 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.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.js +36 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-grid.vue.js +89 -0
- package/js/components/base-grid.vue.js.map +1 -0
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js +115 -0
- package/js/components/base-grid.vue_rollup-plugin-vue=script.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.js +126 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.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.js +62 -0
- package/js/components/base-rating.vue_rollup-plugin-vue=script.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.js +57 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +87 -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.js +46 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue.js +97 -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.js +57 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/column-picker.mixin.js +103 -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.js +98 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/decorators/bus.decorators.js +124 -0
- package/js/components/decorators/bus.decorators.js.map +1 -0
- package/js/components/decorators/debounce.decorators.js +31 -0
- package/js/components/decorators/debounce.decorators.js.map +1 -0
- package/js/components/decorators/injection.consts.js +9 -0
- package/js/components/decorators/injection.consts.js.map +1 -0
- package/js/components/decorators/injection.decorators.js +196 -0
- package/js/components/decorators/injection.decorators.js.map +1 -0
- package/js/components/decorators/store.decorators.js +53 -0
- package/js/components/decorators/store.decorators.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.js +82 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.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.js +50 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow.vue.js +63 -0
- package/js/components/icons/arrow.vue.js.map +1 -0
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/bag.vue.js +75 -0
- package/js/components/icons/bag.vue.js.map +1 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/bar-code.vue.js +74 -0
- package/js/components/icons/bar-code.vue.js.map +1 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue.js +74 -0
- package/js/components/icons/barcode-tiny.vue.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/cart.vue.js +84 -0
- package/js/components/icons/cart.vue.js.map +1 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-card-selected.vue.js +65 -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.js +4 -0
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +65 -0
- package/js/components/icons/checkbox-selected.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue.js +61 -0
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/cross.vue.js +63 -0
- package/js/components/icons/cross.vue.js.map +1 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/filters.vue.js +80 -0
- package/js/components/icons/filters.vue.js.map +1 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-1-col.vue.js +66 -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.js +4 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-2-col.vue.js +75 -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.js +4 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/hide.vue.js +82 -0
- package/js/components/icons/hide.vue.js.map +1 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/history-tiny.vue.js +77 -0
- package/js/components/icons/history-tiny.vue.js.map +1 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/history.vue.js +77 -0
- package/js/components/icons/history.vue.js.map +1 -0
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/menu.vue.js +69 -0
- package/js/components/icons/menu.vue.js.map +1 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-1.vue.js +63 -0
- package/js/components/icons/nq-1.vue.js.map +1 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-2.vue.js +63 -0
- package/js/components/icons/nq-2.vue.js.map +1 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-3.vue.js +67 -0
- package/js/components/icons/nq-3.vue.js.map +1 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-4.vue.js +76 -0
- package/js/components/icons/nq-4.vue.js.map +1 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.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.js +4 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/search-tiny.vue.js +66 -0
- package/js/components/icons/search-tiny.vue.js.map +1 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/search.vue.js +67 -0
- package/js/components/icons/search.vue.js.map +1 -0
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/show.vue.js +70 -0
- package/js/components/icons/show.vue.js.map +1 -0
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/star.vue.js +66 -0
- package/js/components/icons/star.vue.js.map +1 -0
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +93 -0
- package/js/components/icons/trash-open.vue.js.map +1 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trash.vue.js +76 -0
- package/js/components/icons/trash.vue.js.map +1 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trending-tiny.vue.js +75 -0
- package/js/components/icons/trending-tiny.vue.js.map +1 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trending.vue.js +75 -0
- package/js/components/icons/trending.vue.js.map +1 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/user.vue.js +68 -0
- package/js/components/icons/user.vue.js.map +1 -0
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/items-list-injection.mixin.js +46 -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.js +47 -0
- package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +44 -0
- package/js/components/layouts/layouts.mixin.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js +301 -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.js +32 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue.js +232 -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.js +33 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.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.js +27 -0
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +58 -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.js +37 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue.js +58 -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.js +37 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal.vue.js +58 -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.js +96 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue.js +58 -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.js +36 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue.js +58 -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.js +36 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal.vue.js +58 -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.js +85 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-modal.vue.js +90 -0
- package/js/components/modals/base-modal.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +126 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/no-element.js +17 -0
- package/js/components/no-element.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +82 -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.js +57 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js +58 -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.js +68 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.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.js +85 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.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.js +29 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue.js +55 -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.js +43 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.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.js +48 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue.js +71 -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.js +4 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-image.vue.js +105 -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.js +148 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +70 -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.js +55 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue.js +70 -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.js +4 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.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.js +31 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +59 -0
- package/js/components/scroll/base-scroll.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +24 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +271 -0
- package/js/components/scroll/scroll.mixin.js.map +1 -0
- package/js/components/sliding-panel.vue.js +112 -0
- package/js/components/sliding-panel.vue.js.map +1 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +146 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/staggering-transition-group.vue.js +42 -0
- package/js/components/staggering-transition-group.vue.js.map +1 -0
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +354 -0
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +71 -0
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +144 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +77 -0
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +87 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/x-component.mixin.js +24 -0
- package/js/components/x-component.mixin.js.map +1 -0
- package/js/components/x-component.utils.js +42 -0
- package/js/components/x-component.utils.js.map +1 -0
- package/js/directives/infinite-scroll/infinite-scroll.js +117 -0
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -0
- package/js/filters/compile-message.filter.js +29 -0
- package/js/filters/compile-message.filter.js.map +1 -0
- package/js/filters/filters.registry.js +9 -0
- package/js/filters/filters.registry.js.map +1 -0
- package/js/index.js +320 -0
- package/js/index.js.map +1 -0
- package/js/plugins/x-bus.js +72 -0
- package/js/plugins/x-bus.js.map +1 -0
- package/js/plugins/x-emitters.js +147 -0
- package/js/plugins/x-emitters.js.map +1 -0
- package/js/plugins/x-plugin.alias.js +119 -0
- package/js/plugins/x-plugin.alias.js.map +1 -0
- package/js/plugins/x-plugin.js +397 -0
- package/js/plugins/x-plugin.js.map +1 -0
- package/js/plugins/x-plugin.mixin.js +79 -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 +419 -0
- package/js/services/directional-focus-navigation.service.js.map +1 -0
- package/js/store/utils/fetch-and-save-action.utils.js +76 -0
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
- package/js/store/utils/getters-proxy.utils.js +104 -0
- package/js/store/utils/getters-proxy.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 +30 -0
- package/js/store/x.module.js.map +1 -0
- package/js/utils/array.js +217 -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 +121 -0
- package/js/utils/currency-formatter.js.map +1 -0
- package/js/utils/debounce.js +69 -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/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 +15 -0
- package/js/utils/html.js.map +1 -0
- package/js/utils/normalize.js +30 -0
- package/js/utils/normalize.js.map +1 -0
- package/js/utils/number.js +17 -0
- package/js/utils/number.js.map +1 -0
- package/js/utils/object.js +85 -0
- package/js/utils/object.js.map +1 -0
- package/js/utils/origin.js +20 -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 +30 -0
- package/js/utils/throttle.js.map +1 -0
- package/js/wiring/namespaced-wires.factory.js +74 -0
- package/js/wiring/namespaced-wires.factory.js.map +1 -0
- package/js/wiring/namespaced-wires.operators.js +53 -0
- package/js/wiring/namespaced-wires.operators.js.map +1 -0
- package/js/wiring/utils/wire-racing-handling.js +108 -0
- package/js/wiring/utils/wire-racing-handling.js.map +1 -0
- package/js/wiring/wires.factory.js +112 -0
- package/js/wiring/wires.factory.js.map +1 -0
- package/js/wiring/wires.operators.js +145 -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 +68 -0
- package/js/x-installer/api/base-api.js.map +1 -0
- package/js/x-installer/x-installer/x-installer.js +316 -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.js +141 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/device/store/emitters.js +15 -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 +66 -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.js +107 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +15 -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.js +147 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.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.js +164 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.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.js +179 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/extra-params/store/emitters.js +17 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -0
- package/js/x-modules/extra-params/store/module.js +22 -0
- package/js/x-modules/extra-params/store/module.js.map +1 -0
- package/js/x-modules/extra-params/wiring.js +37 -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 +76 -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.js +227 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +42 -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.js +213 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue.js +97 -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.js +124 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.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.js +188 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/base-filter.vue.js +70 -0
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +180 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +139 -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.js +210 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.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.js +216 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +64 -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.js +165 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.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.js +208 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.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.js +166 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.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.js +156 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js +88 -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 +73 -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.js +179 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.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.js +201 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +112 -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.js +59 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.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.js +183 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +118 -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.js +206 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.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.js +174 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.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 +93 -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 +105 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +94 -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 +37 -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 +37 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js +37 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/single-select.modifier.js +101 -0
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
- package/js/x-modules/facets/entities/types.js +31 -0
- package/js/x-modules/facets/entities/types.js.map +1 -0
- package/js/x-modules/facets/service/facets.service.js +230 -0
- package/js/x-modules/facets/service/facets.service.js.map +1 -0
- package/js/x-modules/facets/store/emitters.js +18 -0
- package/js/x-modules/facets/store/emitters.js.map +1 -0
- package/js/x-modules/facets/store/getters/facets.getter.js +26 -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 +29 -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 +16 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -0
- package/js/x-modules/facets/store/module.js +55 -0
- package/js/x-modules/facets/store/module.js.map +1 -0
- package/js/x-modules/facets/utils.js +46 -0
- package/js/x-modules/facets/utils.js.map +1 -0
- package/js/x-modules/facets/wiring.js +101 -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 +64 -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.js +72 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js +119 -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.js +45 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +110 -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.js +53 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.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.js +49 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +150 -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 +20 -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 +20 -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 +17 -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 +21 -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 +17 -0
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +5 -0
- package/js/x-modules/history-queries/store/constants.js.map +1 -0
- package/js/x-modules/history-queries/store/emitters.js +25 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +55 -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 +19 -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 +15 -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 +57 -0
- package/js/x-modules/history-queries/store/module.js.map +1 -0
- package/js/x-modules/history-queries/wiring.js +120 -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.js +54 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.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.js +47 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.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 +23 -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 +18 -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 +18 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/identifier-results/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/emitters.js +22 -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 +17 -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 +25 -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 +25 -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 +101 -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.js +101 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js +101 -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.js +43 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +75 -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.js +48 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +30 -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-next-queries.action.js +24 -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/set-query-from-last-history-query.action.js +20 -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 +17 -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 +22 -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 +22 -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 +19 -0
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/next-queries/store/module.js +56 -0
- package/js/x-modules/next-queries/store/module.js.map +1 -0
- package/js/x-modules/next-queries/wiring.js +84 -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 +75 -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.js +48 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +101 -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.js +42 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +28 -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 +23 -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 +23 -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 +19 -0
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/popular-searches/store/module.js +48 -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/query-suggestions/components/query-suggestion.vue.js +84 -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.js +46 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +102 -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.js +41 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +28 -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 +26 -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 +17 -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 +18 -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 +19 -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 +55 -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 +20 -0
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/module.js +53 -0
- package/js/x-modules/query-suggestions/store/module.js.map +1 -0
- package/js/x-modules/query-suggestions/wiring.js +100 -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 +91 -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.js +71 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +30 -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 +20 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js +18 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/recommendations/store/module.js +42 -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 +69 -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.js +81 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +103 -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.js +49 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +28 -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 +23 -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 +36 -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 +26 -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 +23 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +18 -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 +20 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/module.js +54 -0
- package/js/x-modules/related-tags/store/module.js.map +1 -0
- package/js/x-modules/related-tags/wiring.js +106 -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 +52 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +188 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js +39 -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.js +204 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +231 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.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 +68 -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.js +110 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.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.js +186 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/store/emitters.js +15 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -0
- package/js/x-modules/scroll/store/module.js +36 -0
- package/js/x-modules/scroll/store/module.js.map +1 -0
- package/js/x-modules/scroll/wiring.js +114 -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 +66 -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.js +32 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.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.js +64 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.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.js +44 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue.js +72 -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.js +51 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue.js +66 -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.js +31 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.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.js +64 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +65 -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.js +108 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.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.js +56 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js +101 -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.js +48 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue.js +92 -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.js +163 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort.mixin.js +152 -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.js +45 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.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.js +140 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +43 -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 +20 -0
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js +18 -0
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js +20 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +28 -0
- package/js/x-modules/search/store/emitters.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +20 -0
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/search/store/module.js +124 -0
- package/js/x-modules/search/store/module.js.map +1 -0
- package/js/x-modules/search/wiring.js +197 -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.js +63 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.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.js +66 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue.js +93 -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.js +188 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +17 -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 +19 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -0
- package/js/x-modules/search-box/store/module.js +28 -0
- package/js/x-modules/search-box/store/module.js.map +1 -0
- package/js/x-modules/search-box/wiring.js +61 -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/service/session.service.js +35 -0
- package/js/x-modules/tagging/service/session.service.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +17 -0
- package/js/x-modules/tagging/store/emitters.js.map +1 -0
- package/js/x-modules/tagging/store/module.js +30 -0
- package/js/x-modules/tagging/store/module.js.map +1 -0
- package/js/x-modules/tagging/wiring.js +68 -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.js +243 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/url/store/emitters.js +61 -0
- package/js/x-modules/url/store/emitters.js.map +1 -0
- package/js/x-modules/url/store/getters/url-params.getter.js +46 -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 +44 -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 +12 -0
- package/package.json +30 -40
- package/popular-searches/index.d.ts +1 -0
- package/popular-searches/index.js +10 -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 +11 -0
- package/report/tsdoc-metadata.json +11 -0
- package/report/x-adapter.api.json +23505 -0
- package/report/x-components.api.json +51759 -0
- package/report/x-components.api.md +4759 -0
- package/report/x-types.api.json +4773 -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 +20 -0
- package/search-box/index.d.ts +1 -0
- package/search-box/index.js +7 -0
- package/tagging/index.d.ts +1 -0
- package/tagging/index.js +5 -0
- package/types/adapter/mocked-adapter.d.ts +18 -0
- package/types/adapter/mocked-adapter.d.ts.map +1 -0
- package/types/adapter/real-adapter.d.ts +2 -0
- package/types/adapter/real-adapter.d.ts.map +1 -0
- package/types/adapter/util.d.ts +12 -0
- package/types/adapter/util.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-from-top.vue.d.ts +10 -0
- package/types/components/animations/collapse-from-top.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-height.vue.d.ts +10 -0
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-width.vue.d.ts +10 -0
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -0
- package/types/components/animations/cross-fade.vue.d.ts +10 -0
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
- package/types/components/animations/fade-and-slide.vue.d.ts +16 -0
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +11 -0
- package/types/components/animations/index.d.ts.map +1 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +10 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/translate-from-left.vue.d.ts +10 -0
- package/types/components/animations/translate-from-left.vue.d.ts.map +1 -0
- package/types/components/animations/translate-from-right.vue.d.ts +10 -0
- package/types/components/animations/translate-from-right.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 +210 -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 +88 -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-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 +29 -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 +13 -0
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -0
- package/types/components/decorators/injection.consts.d.ts +9 -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/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/icons/arrow.vue.d.ts +3 -0
- package/types/components/icons/arrow.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/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/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 +45 -0
- package/types/components/icons/index.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/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/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/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 +34 -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/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 +13 -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 +13 -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 +73 -0
- package/types/components/modals/base-modal.vue.d.ts.map +1 -0
- package/types/components/modals/index.d.ts +8 -0
- package/types/components/modals/index.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 +57 -0
- package/types/components/panels/base-id-toggle-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 +5 -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 +101 -0
- package/types/components/result/base-result-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-link.vue.d.ts +49 -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 +34 -0
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +8 -0
- package/types/components/result/index.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 +178 -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 +89 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -0
- package/types/components/staggering-transition-group.vue.d.ts +273 -0
- package/types/components/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts +99 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts +60 -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.types.d.ts +19 -0
- package/types/components/x-component.types.d.ts.map +1 -0
- package/types/components/x-component.utils.d.ts +36 -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/filters/compile-message.filter.d.ts +11 -0
- package/types/filters/compile-message.filter.d.ts.map +1 -0
- package/types/filters/filters.registry.d.ts +7 -0
- package/types/filters/filters.registry.d.ts.map +1 -0
- package/types/filters/index.d.ts +2 -0
- package/types/filters/index.d.ts.map +1 -0
- package/types/index.d.ts +33 -0
- package/types/index.d.ts.map +1 -0
- package/types/plugins/index.d.ts +6 -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 +14 -0
- package/types/plugins/x-plugin.alias.d.ts.map +1 -0
- package/types/plugins/x-plugin.d.ts +283 -0
- package/types/plugins/x-plugin.d.ts.map +1 -0
- package/types/plugins/x-plugin.mixin.d.ts +45 -0
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -0
- package/types/plugins/x-plugin.types.d.ts +207 -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 +52 -0
- package/types/services/services.types.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +68 -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/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 +81 -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 +157 -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/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 +11 -0
- package/types/utils/html.d.ts.map +1 -0
- package/types/utils/index.d.ts +19 -0
- package/types/utils/index.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/object.d.ts +49 -0
- package/types/utils/object.d.ts.map +1 -0
- package/types/utils/origin.d.ts +13 -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 +17 -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 +173 -0
- package/types/utils/types.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/wiring/events.types.d.ts +177 -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 +28 -0
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -0
- package/types/wiring/namespaced-wiring.types.d.ts +113 -0
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -0
- package/types/wiring/utils/wire-racing-handling.d.ts +27 -0
- package/types/wiring/utils/wire-racing-handling.d.ts.map +1 -0
- package/types/wiring/wires.factory.d.ts +114 -0
- package/types/wiring/wires.factory.d.ts.map +1 -0
- package/types/wiring/wires.operators.d.ts +99 -0
- package/types/wiring/wires.operators.d.ts.map +1 -0
- package/types/wiring/wiring.types.d.ts +134 -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 +68 -0
- package/types/x-installer/api/api.types.d.ts.map +1 -0
- package/types/x-installer/api/base-api.d.ts +59 -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 +77 -0
- package/types/x-installer/x-installer/types.d.ts.map +1 -0
- package/types/x-installer/x-installer/x-installer.d.ts +216 -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 +68 -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 +35 -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 +74 -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 +75 -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 +101 -0
- package/types/x-modules/facets/components/facets/facets.vue.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/base-filter.vue.d.ts +39 -0
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +150 -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 +55 -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 +29 -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 +29 -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 +50 -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 +59 -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 +63 -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/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 +67 -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 +59 -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 +78 -0
- package/types/x-modules/facets/events.types.d.ts.map +1 -0
- package/types/x-modules/facets/index.d.ts +9 -0
- package/types/x-modules/facets/index.d.ts.map +1 -0
- package/types/x-modules/facets/service/facets.service.d.ts +120 -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 +68 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -0
- package/types/x-modules/facets/store/emitters.d.ts +13 -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 +127 -0
- package/types/x-modules/facets/store/types.d.ts.map +1 -0
- package/types/x-modules/facets/utils.d.ts +30 -0
- package/types/x-modules/facets/utils.d.ts.map +1 -0
- package/types/x-modules/facets/wiring.d.ts +35 -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.vue.d.ts +34 -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 +32 -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 +5 -0
- package/types/x-modules/history-queries/components/index.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 +46 -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/constants.d.ts +3 -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.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 +171 -0
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -0
- package/types/x-modules/history-queries/wiring.d.ts +77 -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 +32 -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 +27 -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/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/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/set-url-params.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 +11 -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 +114 -0
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/wiring.d.ts +55 -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 +4 -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 +65 -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 +32 -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.vue.d.ts +26 -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 +38 -0
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/next-queries/events.types.d.ts +32 -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-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/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 +111 -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 +54 -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 +31 -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 +54 -0
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/events.types.d.ts +26 -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 +91 -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/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 +30 -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 +60 -0
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/events.types.d.ts +33 -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 +102 -0
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/wiring.d.ts +57 -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 +27 -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 +12 -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 +84 -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 +47 -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 +28 -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 +45 -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/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 +13 -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 +9 -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 +112 -0
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -0
- package/types/x-modules/related-tags/wiring.d.ts +77 -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 +121 -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 +82 -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 +19 -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 +42 -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 +23 -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 +18 -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 +39 -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 +23 -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 +78 -0
- package/types/x-modules/search/events.types.d.ts.map +1 -0
- package/types/x-modules/search/index.d.ts +7 -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/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/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 +18 -0
- package/types/x-modules/search/store/emitters.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/index.d.ts +7 -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 +237 -0
- package/types/x-modules/search/store/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +165 -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 +4 -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 +24 -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.vue.d.ts +126 -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 +64 -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-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 +53 -0
- package/types/x-modules/search-box/store/types.d.ts.map +1 -0
- package/types/x-modules/search-box/wiring.d.ts +20 -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/config.types.d.ts +17 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -0
- package/types/x-modules/tagging/events.types.d.ts +29 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -0
- package/types/x-modules/tagging/index.d.ts +7 -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/session.service.d.ts +20 -0
- package/types/x-modules/tagging/service/session.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/types.d.ts +21 -0
- package/types/x-modules/tagging/service/types.d.ts.map +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts +9 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -0
- package/types/x-modules/tagging/store/index.d.ts +4 -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 +63 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -0
- package/types/x-modules/tagging/wiring.d.ts +38 -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 +130 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
- package/types/x-modules/url/events.types.d.ts +31 -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 +108 -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 +86 -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/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/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/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/All.features +0 -0
- 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,667 @@
|
|
|
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) | 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>.<!-- -->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.<!-- -->It also provides the parent slots to customize the items. |
|
|
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) | Column picker dropdown component renders [dropdown](./x-components.basedropdown.md) component which options are the different columns you can set for a grid.<!-- -->It emits [UserClickedColumnPicker](./x-components.xeventstypes.userclickedcolumnpicker.md) on dropdown input. |
|
|
21
|
+
| [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) | Column picker list component renders a list of buttons to choose the columns number. |
|
|
22
|
+
| [BaseCurrency](./x-components.basecurrency.md) | 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.<!-- -->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'. |
|
|
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
|
+
| [BaseFilter](./x-components.basefilter.md) | Renders a button with a default slot. It receives a [BooleanFilter](./x-types.booleanfilter.md) that will be used in the default slot and the [XEvents](./x-components.xevent.md) that will be emitted when clicking the button. |
|
|
29
|
+
| [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. |
|
|
30
|
+
| [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. |
|
|
31
|
+
| [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. |
|
|
32
|
+
| [BaseIdModalClose](./x-components.baseidmodalclose.md) | Component containing an event button that emits [XEventsTypes.UserClickedCloseModal](./x-components.xeventstypes.userclickedclosemodal.md) when clicked with the modalId as payload. It has a default slot to customize its contents. |
|
|
33
|
+
| [BaseIdModalOpen](./x-components.baseidmodalopen.md) | Component containing an event button that emits [XEventsTypes.UserClickedOpenModal](./x-components.xeventstypes.userclickedopenmodal.md) when clicked with the modalId as payload. It has a default slot to customize its contents. |
|
|
34
|
+
| [BaseIdTogglePanel](./x-components.baseidtogglepanel.md) | 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.<!-- -->It reacts to <code>UserClickedPanelToggleButton</code> event, when their payload matches the component's 'panelId' prop, to handle its open/close state.<!-- -->The default slot offers the possibility to customise the modal content. |
|
|
35
|
+
| [BaseIdTogglePanelButton](./x-components.baseidtogglepanelbutton.md) | Component containing an event button that emits [XEventsTypes.UserClickedPanelToggleButton](./x-components.xeventstypes.userclickedpaneltogglebutton.md) when clicked with the panelId as payload.<!-- -->It has a default slot to customize its contents. |
|
|
36
|
+
| [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. |
|
|
37
|
+
| [BaseModal](./x-components.basemodal.md) | Base component with no XPlugin dependencies that serves as a utility for constructing more complex modals. |
|
|
38
|
+
| [BasePriceFilterLabel](./x-components.basepricefilterlabel.md) | Renders a label for a price filter, allowing to select different messages depending on the value of the filter. |
|
|
39
|
+
| [BaseRating](./x-components.baserating.md) | Rating component. This component renders a set of elements filled based on the value passed as prop. |
|
|
40
|
+
| [BaseRatingFilterLabel](./x-components.baseratingfilterlabel.md) | Renders a label for a rating filter, allowing to override the elements used to paint the rating. |
|
|
41
|
+
| [BaseResultCurrentPrice](./x-components.baseresultcurrentprice.md) | Component that renders the [result](./x-types.result.md) current price that may or may not be on sale. |
|
|
42
|
+
| [BaseResultImage](./x-components.baseresultimage.md) | Component to be reused that renders an <code><img></code>. |
|
|
43
|
+
| [BaseResultLink](./x-components.baseresultlink.md) | Component to be reused that renders an <code><a></code> wrapping the result contents. |
|
|
44
|
+
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [result](./x-types.result.md) previous price. |
|
|
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) | 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.<!-- -->The default slot receives the suggestion and the matched query has props. |
|
|
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
|
+
| [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. |
|
|
49
|
+
| [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>. |
|
|
50
|
+
| [BaseXAPI](./x-components.basexapi.md) | Default implementation for [XAPI](./x-components.xapi.md)<!-- -->. |
|
|
51
|
+
| [BaseXBus](./x-components.basexbus.md) | Default [XBus](./x-components.xbus.md) implementation. |
|
|
52
|
+
| [ClearFilters](./x-components.clearfilters.md) | Renders a simple button, emitting the needed events when clicked. |
|
|
53
|
+
| [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. |
|
|
54
|
+
| [ClearSearchInput](./x-components.clearsearchinput.md) | This component renders a button to delete the current query. |
|
|
55
|
+
| [CollapseFromTop](./x-components.collapsefromtop.md) | Renders a transition group wrapping the element passed in the default slot and animating it with a scale. |
|
|
56
|
+
| [CollapseHeight](./x-components.collapseheight.md) | Renders a transition wrapping the element passed in the default slot and animating it with a height animation. |
|
|
57
|
+
| [CollapseWidth](./x-components.collapsewidth.md) | Renders a transition wrapping the element passed in the default slot and animating it with a width animation. |
|
|
58
|
+
| [ColumnPickerMixin](./x-components.columnpickermixin.md) | Mixin to share Column Pickers logic. |
|
|
59
|
+
| [CrossFade](./x-components.crossfade.md) | Renders a transition wrapping the element passed in the default slo. The transition fades between the two toggled elements at the same time. |
|
|
60
|
+
| [DefaultFacetsService](./x-components.defaultfacetsservice.md) | Default implementation for the [FacetsService](./x-components.facetsservice.md)<!-- -->. |
|
|
61
|
+
| [DefaultSessionService](./x-components.defaultsessionservice.md) | Default implementation for the [SessionService](./x-components.sessionservice.md)<!-- -->. |
|
|
62
|
+
| [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. |
|
|
63
|
+
| [DirectionalFocusNavigationService](./x-components.directionalfocusnavigationservice.md) | Implementation of [SpatialNavigation](./x-components.spatialnavigation.md) using directional focus. |
|
|
64
|
+
| [EditableNumberRangeFilter](./x-components.editablenumberrangefilter.md) | Renders an editable number range filter. It has two input fields to handle min and max values, emitting the needed events when clicked.<!-- -->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.<!-- -->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.<!-- -->If <code>clear</code> prop is true, clear button, which sets to null component min and max values, is rendered. True by default. |
|
|
65
|
+
| [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. |
|
|
66
|
+
| [ExcludeFiltersWithNoResults](./x-components.excludefilterswithnoresults.md) | 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.<!-- -->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. |
|
|
67
|
+
| [ExtraParams](./x-components.extraparams.md) | It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop. |
|
|
68
|
+
| [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. |
|
|
69
|
+
| [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. |
|
|
70
|
+
| [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. |
|
|
71
|
+
| [FiltersInjectionMixin](./x-components.filtersinjectionmixin.md) | Mixin to share filters injection logic. |
|
|
72
|
+
| [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. |
|
|
73
|
+
| [FiltersSearch](./x-components.filterssearch.md) | Renders the filters sifted with the input query. |
|
|
74
|
+
| [HierarchicalFilter](./x-components.hierarchicalfilter.md) | Renders a hierarchical filter recursively, emitting the needed events when clicked. |
|
|
75
|
+
| [HistoryQueries](./x-components.historyqueries.md) | This component renders a list of suggestions coming from the user queries history. |
|
|
76
|
+
| [HistoryQueriesGetter](./x-components.historyqueriesgetter.md) | Class implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
77
|
+
| [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. |
|
|
78
|
+
| [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)<!-- -->. |
|
|
79
|
+
| [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. |
|
|
80
|
+
| [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. |
|
|
81
|
+
| [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>. |
|
|
82
|
+
| [LocationProvider](./x-components.locationprovider.md) | Location Provider component. This component injects the location with value passed as prop. |
|
|
83
|
+
| [MainScroll](./x-components.mainscroll.md) | Extends the scroll making it able to sync the first visible element, and allowing the children position to be restored.<!-- -->Each child element that wants to have this support must be wrapped in a [MainScrollItem](./x-components.mainscrollitem.md) component. |
|
|
84
|
+
| [MainScrollItem](./x-components.mainscrollitem.md) | Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position. |
|
|
85
|
+
| [MultiColumnMaxWidthLayout](./x-components.multicolumnmaxwidthlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
86
|
+
| [NextQueries](./x-components.nextqueries.md) | Simple next-queries component that renders a list of suggestions, 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>. |
|
|
87
|
+
| [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. |
|
|
88
|
+
| [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. |
|
|
89
|
+
| [NumberRangeFilter](./x-components.numberrangefilter.md) | Renders a number range filter, emitting the needed events when clicked. |
|
|
90
|
+
| [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. |
|
|
91
|
+
| [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. |
|
|
92
|
+
| [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. |
|
|
93
|
+
| [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. |
|
|
94
|
+
| [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. |
|
|
95
|
+
| [PromotedsList](./x-components.promotedslist.md) | 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>.<!-- -->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.<!-- -->It also provides the parent slots to customize the items. |
|
|
96
|
+
| [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\_. |
|
|
97
|
+
| [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. |
|
|
98
|
+
| [QuerySuggestionsGetter](./x-components.querysuggestionsgetter.md) | Class implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
99
|
+
| [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. |
|
|
100
|
+
| [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. |
|
|
101
|
+
| [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\*. |
|
|
102
|
+
| [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\*. |
|
|
103
|
+
| [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. |
|
|
104
|
+
| [RenderlessExtraParams](./x-components.renderlessextraparams.md) | It emits a [ExtraParamsXEvents.UserChangedExtraParams](./x-components.extraparamsxevents.userchangedextraparams.md) when the <code>updateValue</code> is called. |
|
|
105
|
+
| [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. |
|
|
106
|
+
| [ResultsList](./x-components.resultslist.md) | It renders a [ItemsList](./x-components.itemslist.md) list with the results from [SearchState.results](./x-components.searchstate.results.md) by default.<!-- -->The component provides a default slot which wraps the whole component with the <code>results</code> bound.<!-- -->It also provides the slot result to customize the item, which is within the default slot, with the result bound. |
|
|
107
|
+
| [Scroll](./x-components.scroll.md) | Base scroll component that depending on base scroll component and the user interaction emits different x events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
|
|
108
|
+
| [ScrollMixin](./x-components.scrollmixin.md) | Mixin to share Scroll logic. |
|
|
109
|
+
| [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. |
|
|
110
|
+
| [SearchButton](./x-components.searchbutton.md) | This component renders a button to submit the query. |
|
|
111
|
+
| [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. |
|
|
112
|
+
| [SelectedFilters](./x-components.selectedfilters.md) | Provides a scoped slot with the selected filters from every facet, or from the facet which facet id is passed as property.<!-- -->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. |
|
|
113
|
+
| [SelectedFiltersList](./x-components.selectedfilterslist.md) | This component renders a list of selected filters from every facet, or from the facet which facet id is passed as property. It uses the SelectedFilters component (state).<!-- -->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.<!-- -->The property "alwaysVisible" handles if the component is rendered if no filters are selected. |
|
|
114
|
+
| [SimpleFilter](./x-components.simplefilter.md) | Renders a simple filter, emitting the needed events when clicked. |
|
|
115
|
+
| [SingleColumnLayout](./x-components.singlecolumnlayout.md) | Component for use as Layout to be filled with the rest of the Components. |
|
|
116
|
+
| [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. |
|
|
117
|
+
| [SlidingPanel](./x-components.slidingpanel.md) | Horizontal slide panel component. The content that is provided to this component would be navigable horizontally using two navigational buttons. |
|
|
118
|
+
| [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. |
|
|
119
|
+
| [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. |
|
|
120
|
+
| [SortedFilters](./x-components.sortedfilters.md) | Component that sorts a list of filters and returns them using the default scoped slot. |
|
|
121
|
+
| [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. |
|
|
122
|
+
| [SortMixin](./x-components.sortmixin.md) | Mixin to share Sort logic. |
|
|
123
|
+
| [Spellcheck](./x-components.spellcheck.md) | 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.<!-- -->The component will only render itself if the <code>spellcheckedQuery</code> property has value. |
|
|
124
|
+
| [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. |
|
|
125
|
+
| [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. |
|
|
126
|
+
| [StaggeringTransitionGroup](./x-components.staggeringtransitiongroup.md) | A replacement component for Vue's transition-group, that also adds the option to stagger the animations. |
|
|
127
|
+
| [TranslateFromLeft](./x-components.translatefromleft.md) | Renders a transition wrapping the element passed in the default slot and moving it to its desired position. |
|
|
128
|
+
| [TranslateFromRight](./x-components.translatefromright.md) | Renders a transition wrapping the element passed in the default slot and moving it to its desired position. |
|
|
129
|
+
| [UrlHandler](./x-components.urlhandler.md) | This component manage the browser URL parameters to perserve 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. |
|
|
130
|
+
| [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. |
|
|
131
|
+
| [XInstaller](./x-components.xinstaller.md) | 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.<!-- -->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.<!-- -->The steps 2 & 3 are optional and depends on the options passed in [InstallXOptions](./x-components.installxoptions.md)<!-- -->. |
|
|
132
|
+
| [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. |
|
|
133
|
+
|
|
134
|
+
## Functions
|
|
135
|
+
|
|
136
|
+
| Function | Description |
|
|
137
|
+
| --- | --- |
|
|
138
|
+
| [areFiltersDifferent(someFilters, anotherFilters)](./x-components.arefiltersdifferent.md) | Compares if two lists contains the same filters. |
|
|
139
|
+
| [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. |
|
|
140
|
+
| [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. |
|
|
141
|
+
| [capitalize(str)](./x-components.capitalize.md) | Util to capitalize a string . |
|
|
142
|
+
| [cleanUndefined(obj)](./x-components.cleanundefined.md) | Creates an object picking only the not undefined properties. |
|
|
143
|
+
| [clone(something)](./x-components.clone.md) | Deeply clones an object or an array. |
|
|
144
|
+
| [compileMessage(message, params)](./x-components.compilemessage.md) | Replaces each key in compiledMessage for the provided key's value. |
|
|
145
|
+
| [createCollapseAnimationMixin(property)](./x-components.createcollapseanimationmixin.md) | Adds parametrized methods to a component to allow the collapsing of the provided property. |
|
|
146
|
+
| [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. |
|
|
147
|
+
| [createRawFilters(filterIds)](./x-components.createrawfilters.md) | Helper method which creates the filter entity from the filter ir of the url. |
|
|
148
|
+
| [createStoreEmitters(storeModule, emitters)](./x-components.createstoreemitters.md) | Helper function for creating type-safe [StoreEmitters](./x-components.storeemitters.md)<!-- -->. |
|
|
149
|
+
| [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. |
|
|
150
|
+
| [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. |
|
|
151
|
+
| [currencyFormatter(value, format)](./x-components.currencyformatter.md) | Format a value with a given format. |
|
|
152
|
+
| [debounce(wire, timeInMs, raceEvent)](./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. |
|
|
153
|
+
| [Debounce(debounceTimeInMs, debounceOptions)](./x-components.debounce.md) | Adds debounce to the method that the decorator is applied to. |
|
|
154
|
+
| [deepFilter(array, filter, childrenKey)](./x-components.deepfilter.md) | Filters an array with all elements that pass the test implemented by the provided filter function. It also does it recursively if the property accessed, whose name is the parameter childrenKey, to the current iteration in an array. |
|
|
155
|
+
| [deepFlat(array, childrenKey)](./x-components.deepflat.md) | Flat an ArrayType\[\] recursively using the childrenKey passed as parameter to access to his nested child which is also ArrayType\[\]. |
|
|
156
|
+
| [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. |
|
|
157
|
+
| [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. |
|
|
158
|
+
| [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)<!-- -->. |
|
|
159
|
+
| [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)<!-- -->. |
|
|
160
|
+
| [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. |
|
|
161
|
+
| [forEach(obj, callbackFn)](./x-components.foreach.md) | Iterates over every non-undefined property of the object calling the callback passed as parameter. |
|
|
162
|
+
| [getRootXComponent(component)](./x-components.getrootxcomponent.md) | Given a component, finds the root XComponent in the ancestors hierarchy. |
|
|
163
|
+
| [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. |
|
|
164
|
+
| [Getter(module, getter)](./x-components.getter.md) | Generates a computed property which returns the selected getter value.<!-- -->The decorated property needs to be public for type inference to work. |
|
|
165
|
+
| [groupItemsBy(array, groupBy)](./x-components.groupitemsby.md) | Groups the array items based on the provided <code>groupBy</code> function. |
|
|
166
|
+
| [isArrayEmpty(array)](./x-components.isarrayempty.md) | Returns if the given array is <code>null</code>, <code>undefined</code>, or has no elements. |
|
|
167
|
+
| [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>. |
|
|
168
|
+
| [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. |
|
|
169
|
+
| [isNewQuery(newQuery, previousQuery)](./x-components.isnewquery.md) | Compares two queries to know if the new one is a refined query from the previous one or a new one.<!-- -->A refined query is a query which has the previous query or part of it. Example: - previousQuery = 'lego star'. - newQuery = 'lego star wars'.<!-- -->Example: - previousQuery = 'lego star wars'. - newQuery = 'lego star'.<!-- -->A new query is a query which has not the previous query. Example: - previousQuery = 'lego star'. - newQuery = 'lego wars'.<!-- -->In this case, it is changing the word set, because a word is changed by another one, so this is changing the search intention. |
|
|
170
|
+
| [isStringEmpty(str)](./x-components.isstringempty.md) | Util used to return true if the string is empty, undefined or null. |
|
|
171
|
+
| [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. |
|
|
172
|
+
| [map(obj, mapper)](./x-components.map.md) | Creates an object from another object transforming each property value. |
|
|
173
|
+
| [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. |
|
|
174
|
+
| [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. |
|
|
175
|
+
| [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. |
|
|
176
|
+
| [namespacedWireCommit(moduleName)](./x-components.namespacedwirecommit.md) | Creates a namespaced [wireCommit()](./x-components.wirecommit.md) for the module name passed. |
|
|
177
|
+
| [namespacedWireCommitWithoutPayload(moduleName)](./x-components.namespacedwirecommitwithoutpayload.md) | Creates a namespaced [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) for the module name passed. |
|
|
178
|
+
| [namespacedWireDispatch(moduleName)](./x-components.namespacedwiredispatch.md) | Creates a namespaced [wireDispatch()](./x-components.wiredispatch.md) for the module name passed. |
|
|
179
|
+
| [namespacedWireDispatchWithoutPayload(moduleName)](./x-components.namespacedwiredispatchwithoutpayload.md) | Creates a namespaced [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) for the module name passed. |
|
|
180
|
+
| [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. |
|
|
181
|
+
| [objectFilter(obj, isIncluded)](./x-components.objectfilter.md) | Creates an object picking only the ones that pass the test implemented by the provided function isIncluded. |
|
|
182
|
+
| [reduce(obj, reducer, initialValue)](./x-components.reduce.md) | Iterates through the obj properties calling the reducer function. |
|
|
183
|
+
| [setStatus(state, status)](./x-components.setstatus.md) | Sets the request status. Can be used as a mutation. |
|
|
184
|
+
| [State(module, path)](./x-components.state.md) | Generates a computed property which returns the selected state.<!-- -->The decorated property needs to be public for type inference to work. |
|
|
185
|
+
| [throttle(wire, timeInMs, raceEvent)](./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. |
|
|
186
|
+
| [toKebabCase(str)](./x-components.tokebabcase.md) | Util to transform string a into kebab case. |
|
|
187
|
+
| [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. |
|
|
188
|
+
| [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. |
|
|
189
|
+
| [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. |
|
|
190
|
+
| [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. |
|
|
191
|
+
| [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. |
|
|
192
|
+
| [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. |
|
|
193
|
+
| [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. |
|
|
194
|
+
| [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. |
|
|
195
|
+
| [wireService(service)](./x-components.wireservice.md) | Creates a wires factory that can create wires that will invoke the service methods. |
|
|
196
|
+
| [wireServiceWithoutPayload(service)](./x-components.wireservicewithoutpayload.md) | Creates a wires factory that can create wires that will invoke the service methods but without payload. |
|
|
197
|
+
| [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. |
|
|
198
|
+
| [XEmit(xEvent, { immediate, deep })](./x-components.xemit.md) | Emits the provided event whenever the decorated property changes. |
|
|
199
|
+
| [XInject(injectKey, defaultValue)](./x-components.xinject.md) | 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>.<!-- -->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>.<!-- -->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. |
|
|
200
|
+
| [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. |
|
|
201
|
+
| [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. |
|
|
202
|
+
|
|
203
|
+
## Interfaces
|
|
204
|
+
|
|
205
|
+
| Interface | Description |
|
|
206
|
+
| --- | --- |
|
|
207
|
+
| [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. |
|
|
208
|
+
| [DebounceOptions](./x-components.debounceoptions.md) | Debounce options for the strategies that the debounce would use. |
|
|
209
|
+
| [DeviceActions](./x-components.deviceactions.md) | Device store actions. |
|
|
210
|
+
| [DeviceGetters](./x-components.devicegetters.md) | Device store getters. |
|
|
211
|
+
| [DeviceMutations](./x-components.devicemutations.md) | Device store mutations. |
|
|
212
|
+
| [DeviceState](./x-components.devicestate.md) | Device store state. |
|
|
213
|
+
| [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. |
|
|
214
|
+
| [EmpathizeActions](./x-components.empathizeactions.md) | Empathize store actions. |
|
|
215
|
+
| [EmpathizeConfig](./x-components.empathizeconfig.md) | Configuration options for the [EmpathizeXModule](./x-components.empathizexmodule.md)<!-- -->. |
|
|
216
|
+
| [EmpathizeGetters](./x-components.empathizegetters.md) | Empathize store getters. |
|
|
217
|
+
| [EmpathizeMutations](./x-components.empathizemutations.md) | Empathize store mutations. |
|
|
218
|
+
| [EmpathizeState](./x-components.empathizestate.md) | Empathize store state. |
|
|
219
|
+
| [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. |
|
|
220
|
+
| [ExtraParamsActions](./x-components.extraparamsactions.md) | ExtraParams store actions. |
|
|
221
|
+
| [ExtraParamsGetters](./x-components.extraparamsgetters.md) | ExtraParams store getters. |
|
|
222
|
+
| [ExtraParamsMutations](./x-components.extraparamsmutations.md) | ExtraParams store mutations. |
|
|
223
|
+
| [ExtraParamsState](./x-components.extraparamsstate.md) | ExtraParams store state. |
|
|
224
|
+
| [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. |
|
|
225
|
+
| [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) | Options to install more Vue plugins with. |
|
|
226
|
+
| [FacetGroupEntry](./x-components.facetgroupentry.md) | An object containing a facet id and the group id it belongs to. |
|
|
227
|
+
| [FacetsActions](./x-components.facetsactions.md) | Facets store actions. |
|
|
228
|
+
| [FacetsGetters](./x-components.facetsgetters.md) | Facets store getters. |
|
|
229
|
+
| [FacetsGroup](./x-components.facetsgroup.md) | An object containing a list of facets, and the group they belong to.<!-- -->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. |
|
|
230
|
+
| [FacetsMutations](./x-components.facetsmutations.md) | Facets store mutations. |
|
|
231
|
+
| [FacetsService](./x-components.facetsservice.md) | Service to manipulate the filters. |
|
|
232
|
+
| [FacetsState](./x-components.facetsstate.md) | Facets store state. |
|
|
233
|
+
| [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. |
|
|
234
|
+
| [FetchAndSaveActions](./x-components.fetchandsaveactions.md) | Actions returned from the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md)<!-- -->. |
|
|
235
|
+
| [FetchAndSaveHooks](./x-components.fetchandsavehooks.md) | Options to use with the [createFetchAndSaveActions()](./x-components.createfetchandsaveactions.md) factory. |
|
|
236
|
+
| [HistoryQueriesActions](./x-components.historyqueriesactions.md) | HistoryQueries store actions. |
|
|
237
|
+
| [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) | Configuration options for the [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md)<!-- -->. |
|
|
238
|
+
| [HistoryQueriesGetters](./x-components.historyqueriesgetters.md) | HistoryQueries store getters. |
|
|
239
|
+
| [HistoryQueriesMutations](./x-components.historyqueriesmutations.md) | HistoryQueries store mutations. |
|
|
240
|
+
| [HistoryQueriesState](./x-components.historyqueriesstate.md) | HistoryQueries store state. |
|
|
241
|
+
| [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. |
|
|
242
|
+
| [IdentifierResultsActions](./x-components.identifierresultsactions.md) | IdentifierResults store actions. |
|
|
243
|
+
| [IdentifierResultsConfig](./x-components.identifierresultsconfig.md) | Configuration options for the [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md)<!-- -->. |
|
|
244
|
+
| [IdentifierResultsGetters](./x-components.identifierresultsgetters.md) | IdentifierResults store getters. |
|
|
245
|
+
| [IdentifierResultsMutations](./x-components.identifierresultsmutations.md) | IdentifierResults store mutations. |
|
|
246
|
+
| [IdentifierResultsState](./x-components.identifierresultsstate.md) | IdentifierResults store state. |
|
|
247
|
+
| [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. |
|
|
248
|
+
| [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. |
|
|
249
|
+
| [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)<!-- -->. |
|
|
250
|
+
| [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. |
|
|
251
|
+
| [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. |
|
|
252
|
+
| [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
|
|
253
|
+
| [NextQueriesConfig](./x-components.nextqueriesconfig.md) | Configuration options for the [NextQueriesXModule](./x-components.nextqueriesxmodule.md)<!-- -->. |
|
|
254
|
+
| [NextQueriesGetters](./x-components.nextqueriesgetters.md) | Next queries module getters. |
|
|
255
|
+
| [NextQueriesMutations](./x-components.nextqueriesmutations.md) | Next queries module mutations. |
|
|
256
|
+
| [NextQueriesState](./x-components.nextqueriesstate.md) | Next queries module state. |
|
|
257
|
+
| [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. |
|
|
258
|
+
| [PopularSearchesActions](./x-components.popularsearchesactions.md) | Popular searches module actions. |
|
|
259
|
+
| [PopularSearchesConfig](./x-components.popularsearchesconfig.md) | Configuration options for the popular searches module. |
|
|
260
|
+
| [PopularSearchesGetters](./x-components.popularsearchesgetters.md) | Popular searches module getters. |
|
|
261
|
+
| [PopularSearchesMutations](./x-components.popularsearchesmutations.md) | Popular searches module mutations. |
|
|
262
|
+
| [PopularSearchesState](./x-components.popularsearchesstate.md) | Popular searches module state. |
|
|
263
|
+
| [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. |
|
|
264
|
+
| [PrivateXModuleOptions](./x-components.privatexmoduleoptions.md) | Options for overriding the default store module and store emitters for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
265
|
+
| [QuerySuggestionsActions](./x-components.querysuggestionsactions.md) | QuerySuggestions store actions. |
|
|
266
|
+
| [QuerySuggestionsConfig](./x-components.querysuggestionsconfig.md) | Configuration options for the [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md)<!-- -->. |
|
|
267
|
+
| [QuerySuggestionsGetters](./x-components.querysuggestionsgetters.md) | QuerySuggestions store getters. |
|
|
268
|
+
| [QuerySuggestionsMutations](./x-components.querysuggestionsmutations.md) | QuerySuggestions store mutations. |
|
|
269
|
+
| [QuerySuggestionsState](./x-components.querysuggestionsstate.md) | QuerySuggestions store state. |
|
|
270
|
+
| [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. |
|
|
271
|
+
| [RecommendationsActions](./x-components.recommendationsactions.md) | Recommendations store actions. |
|
|
272
|
+
| [RecommendationsConfig](./x-components.recommendationsconfig.md) | Configuration options for the [RecommendationsXModule](./x-components.recommendationsxmodule.md)<!-- -->. |
|
|
273
|
+
| [RecommendationsGetters](./x-components.recommendationsgetters.md) | Recommendations store getters. |
|
|
274
|
+
| [RecommendationsMutations](./x-components.recommendationsmutations.md) | Recommendations store mutations. |
|
|
275
|
+
| [RecommendationsState](./x-components.recommendationsstate.md) | Recommendations store state. |
|
|
276
|
+
| [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. |
|
|
277
|
+
| [RelatedTagsActions](./x-components.relatedtagsactions.md) | RelatedTags store actions. |
|
|
278
|
+
| [RelatedTagsConfig](./x-components.relatedtagsconfig.md) | Configuration options for the [RelatedTagsXModule](./x-components.relatedtagsxmodule.md)<!-- -->. |
|
|
279
|
+
| [RelatedTagsGetters](./x-components.relatedtagsgetters.md) | RelatedTags store getters. |
|
|
280
|
+
| [RelatedTagsMutations](./x-components.relatedtagsmutations.md) | RelatedTags store mutations. |
|
|
281
|
+
| [RelatedTagsState](./x-components.relatedtagsstate.md) | RelatedTags store state. |
|
|
282
|
+
| [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. |
|
|
283
|
+
| [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. |
|
|
284
|
+
| [ScrollActions](./x-components.scrollactions.md) | Scroll store actions. |
|
|
285
|
+
| [ScrollComponentState](./x-components.scrollcomponentstate.md) | Contains all the state of a scroll component. |
|
|
286
|
+
| [ScrollGetters](./x-components.scrollgetters.md) | Scroll store getters. |
|
|
287
|
+
| [ScrollMutations](./x-components.scrollmutations.md) | Scroll store mutations. |
|
|
288
|
+
| [ScrollState](./x-components.scrollstate.md) | Scroll store state. |
|
|
289
|
+
| [ScrollStatePayload](./x-components.scrollstatepayload.md) | Payload object containing the identifier of the scroll and its position. |
|
|
290
|
+
| [ScrollVisibilityObserver](./x-components.scrollvisibilityobserver.md) | Methods to initialise and cease visibility observing. |
|
|
291
|
+
| [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. |
|
|
292
|
+
| [SearchActions](./x-components.searchactions.md) | Search store actions. |
|
|
293
|
+
| [SearchBoxActions](./x-components.searchboxactions.md) | SearchBox store actions. |
|
|
294
|
+
| [SearchBoxGetters](./x-components.searchboxgetters.md) | SearchBox store getters. |
|
|
295
|
+
| [SearchBoxMutations](./x-components.searchboxmutations.md) | SearchBox store mutations. |
|
|
296
|
+
| [SearchBoxState](./x-components.searchboxstate.md) | SearchBox store state. |
|
|
297
|
+
| [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. |
|
|
298
|
+
| [SearchConfig](./x-components.searchconfig.md) | Configuration options for the [SearchXModule](./x-components.searchxmodule.md)<!-- -->. |
|
|
299
|
+
| [SearchGetters](./x-components.searchgetters.md) | Search store getters. |
|
|
300
|
+
| [SearchMutations](./x-components.searchmutations.md) | Search store mutations. |
|
|
301
|
+
| [SearchState](./x-components.searchstate.md) | Search store state. |
|
|
302
|
+
| [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. |
|
|
303
|
+
| [SessionService](./x-components.sessionservice.md) | Service to manage the session id. |
|
|
304
|
+
| [SnippetConfig](./x-components.snippetconfig.md) | Interface with the possible parameters to receive through the snippet integration. |
|
|
305
|
+
| [SpatialNavigation](./x-components.spatialnavigation.md) | Interface for SpatialNavigation services based on [CSSWK specification](https://www.w3.org/TR/css-nav-1/)<!-- -->. |
|
|
306
|
+
| [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. |
|
|
307
|
+
| [StatusMutations](./x-components.statusmutations.md) | Status mutations, containing a method to change the current status. |
|
|
308
|
+
| [StatusState](./x-components.statusstate.md) | Status state type, containing a property to hold the status property. |
|
|
309
|
+
| [TaggingActions](./x-components.taggingactions.md) | Tagging store actions. |
|
|
310
|
+
| [TaggingConfig](./x-components.taggingconfig.md) | Configuration options for the [TaggingXModule](./x-components.taggingxmodule.md)<!-- -->. |
|
|
311
|
+
| [TaggingGetters](./x-components.tagginggetters.md) | Tagging store getters. |
|
|
312
|
+
| [TaggingMutations](./x-components.taggingmutations.md) | Tagging store mutations. |
|
|
313
|
+
| [TaggingState](./x-components.taggingstate.md) | Tagging store state. |
|
|
314
|
+
| [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. |
|
|
315
|
+
| [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. |
|
|
316
|
+
| [UrlActions](./x-components.urlactions.md) | URL store actions. |
|
|
317
|
+
| [UrlGetters](./x-components.urlgetters.md) | URL store getters. |
|
|
318
|
+
| [UrlMutations](./x-components.urlmutations.md) | URL store mutations. |
|
|
319
|
+
| [UrlParams](./x-components.urlparams.md) | URL store params. |
|
|
320
|
+
| [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. |
|
|
321
|
+
| [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. |
|
|
322
|
+
| [WireParams](./x-components.wireparams.md) | Groups the payload, metadata, and the store into an object to avoid having multiple parameters. |
|
|
323
|
+
| [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. |
|
|
324
|
+
| [WireService](./x-components.wireservice.md) | Wires factory to invoke methods from a given service. |
|
|
325
|
+
| [WireServiceWithoutPayload](./x-components.wireservicewithoutpayload.md) | Wires factory to invoke methods from a given service. |
|
|
326
|
+
| [XActionContext](./x-components.xactioncontext.md) | Type safe Vuex [Action](https://vuex.vuejs.org/api/#actions) context, with the local types of the module. |
|
|
327
|
+
| [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. |
|
|
328
|
+
| [XBus](./x-components.xbus.md) | The events bus that allows emitting and subscribing to [XEventsTypes](./x-components.xeventstypes.md)<!-- -->. |
|
|
329
|
+
| [XComponent](./x-components.xcomponent.md) | An XComponent is just a normal Vue component that has an [XModule](./x-components.xmodule.md) linked to its usage. If the XComponent is imported in a consumer project, the [XModule](./x-components.xmodule.md) will be registered. |
|
|
330
|
+
| [XComponentAliasAPI](./x-components.xcomponentaliasapi.md) | Alias to facilitate retrieving values from the store. |
|
|
331
|
+
| [XComponentAliasQueryAPI](./x-components.xcomponentaliasqueryapi.md) | Alias to facilitate retrieving the modules with query. |
|
|
332
|
+
| [XComponentAliasStatusAPI](./x-components.xcomponentaliasstatusapi.md) | Alias to facilitate retrieving the modules with status. |
|
|
333
|
+
| [XComponentAPI](./x-components.xcomponentapi.md) | The XComponentAPI exposes access to the [XBus](./x-components.xbus.md)<!-- -->, and store aliases to the components. |
|
|
334
|
+
| [XComponentBusAPI](./x-components.xcomponentbusapi.md) | API for emitting and subscribing to events of the [XBus](./x-components.xbus.md)<!-- -->. |
|
|
335
|
+
| [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. |
|
|
336
|
+
| [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. |
|
|
337
|
+
| [XModule](./x-components.xmodule.md) | A group of a wiring configuration, a store module, and side effects. |
|
|
338
|
+
| [XModuleOptions](./x-components.xmoduleoptions.md) | Options for overriding the default config state and wiring for a [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
339
|
+
| [XModulesTree](./x-components.xmodulestree.md) | Gives each [XModule](./x-components.xmodule.md) a name, that can be used to retrieve then its value. |
|
|
340
|
+
| [XPluginOptions](./x-components.xpluginoptions.md) | [XPlugin](./x-components.xplugin.md) Installation options. |
|
|
341
|
+
| [XStoreModule](./x-components.xstoremodule.md) | Type safe [Vuex](https://vuex.vuejs.org/) store module. |
|
|
342
|
+
|
|
343
|
+
## Variables
|
|
344
|
+
|
|
345
|
+
| Variable | Description |
|
|
346
|
+
| --- | --- |
|
|
347
|
+
| [addQueryToHistory](./x-components.addquerytohistory.md) | Default implementation for the [HistoryQueriesActions.addQueryToHistory()](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->. |
|
|
348
|
+
| [addQueryToHistoryQueries](./x-components.addquerytohistoryqueries.md) | Saves a new query into the history queries. |
|
|
349
|
+
| [ArrowIcon](./x-components.arrowicon.md) | |
|
|
350
|
+
| [BagIcon](./x-components.bagicon.md) | |
|
|
351
|
+
| [BarCodeIcon](./x-components.barcodeicon.md) | |
|
|
352
|
+
| [BarcodeTinyIcon](./x-components.barcodetinyicon.md) | |
|
|
353
|
+
| [BaseFallbackImage](./x-components.basefallbackimage.md) | |
|
|
354
|
+
| [BasePlaceholderImage](./x-components.baseplaceholderimage.md) | |
|
|
355
|
+
| [cancelFetchAndSaveIdentifierResults](./x-components.cancelfetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.cancelFetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md) action. |
|
|
356
|
+
| [cancelFetchAndSaveIdentifierResultsWire](./x-components.cancelfetchandsaveidentifierresultswire.md) | Cancels the [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) request promise. |
|
|
357
|
+
| [cancelFetchAndSaveNextQueries](./x-components.cancelfetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.cancelFetchAndSaveNextQueries()](./x-components.nextqueriesactions.cancelfetchandsavenextqueries.md) action. |
|
|
358
|
+
| [cancelFetchAndSavePopularSearches](./x-components.cancelfetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.cancelFetchAndSaveSuggestions()](./x-components.popularsearchesactions.cancelfetchandsavesuggestions.md) action. |
|
|
359
|
+
| [cancelFetchAndSaveQuerySuggestions](./x-components.cancelfetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.cancelFetchAndSaveSuggestions()](./x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md) action. |
|
|
360
|
+
| [cancelFetchAndSaveRecommendations](./x-components.cancelfetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.cancelFetchAndSaveRecommendations()](./x-components.recommendationsactions.cancelfetchandsaverecommendations.md) action. |
|
|
361
|
+
| [cancelFetchAndSaveRelatedTags](./x-components.cancelfetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
362
|
+
| [cancelFetchAndSaveRelatedTagsWire](./x-components.cancelfetchandsaverelatedtagswire.md) | Cancels the [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) request promise. |
|
|
363
|
+
| [cancelFetchAndSaveSearchResponse](./x-components.cancelfetchandsavesearchresponse.md) | Default implementation for [SearchActions.cancelFetchAndSaveSearchResponse()](./x-components.searchactions.cancelfetchandsavesearchresponse.md) action. |
|
|
364
|
+
| [cancelFetchAndSaveSearchResponseWire](./x-components.cancelfetchandsavesearchresponsewire.md) | Cancels the [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) request promise. |
|
|
365
|
+
| [cancelFetchAndSaveSuggestionsWire](./x-components.cancelfetchandsavesuggestionswire.md) | Cancels the [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) request promise. |
|
|
366
|
+
| [CartIcon](./x-components.carticon.md) | |
|
|
367
|
+
| [CheckboxCardSelectedIcon](./x-components.checkboxcardselectedicon.md) | |
|
|
368
|
+
| [CheckboxCardUnselectedIcon](./x-components.checkboxcardunselectedicon.md) | |
|
|
369
|
+
| [CheckboxSelectedIcon](./x-components.checkboxselectedicon.md) | |
|
|
370
|
+
| [CheckboxUnselectedIcon](./x-components.checkboxunselectedicon.md) | |
|
|
371
|
+
| [CheckIcon](./x-components.checkicon.md) | |
|
|
372
|
+
| [CheckTinyIcon](./x-components.checktinyicon.md) | |
|
|
373
|
+
| [ChevronDownIcon](./x-components.chevrondownicon.md) | |
|
|
374
|
+
| [ChevronLeftIcon](./x-components.chevronlefticon.md) | |
|
|
375
|
+
| [ChevronRightIcon](./x-components.chevronrighticon.md) | |
|
|
376
|
+
| [ChevronTinyDownIcon](./x-components.chevrontinydownicon.md) | |
|
|
377
|
+
| [ChevronTinyLeftIcon](./x-components.chevrontinylefticon.md) | |
|
|
378
|
+
| [ChevronTinyRightIcon](./x-components.chevrontinyrighticon.md) | |
|
|
379
|
+
| [ChevronTinyUpIcon](./x-components.chevrontinyupicon.md) | |
|
|
380
|
+
| [ChevronUpIcon](./x-components.chevronupicon.md) | |
|
|
381
|
+
| [clearHistoryQueries](./x-components.clearhistoryqueries.md) | Clears the history queries. |
|
|
382
|
+
| [clearHistoryQueriesQuery](./x-components.clearhistoryqueriesquery.md) | Sets the query of the history queries module to an empty string. |
|
|
383
|
+
| [clearIdentifierResultsQuery](./x-components.clearidentifierresultsquery.md) | Clears the identifier-results module query. |
|
|
384
|
+
| [clearPendingScrollToWire](./x-components.clearpendingscrolltowire.md) | Resets the selector of the scroll that is pending to restore. |
|
|
385
|
+
| [clearQuerySuggestionsQuery](./x-components.clearquerysuggestionsquery.md) | Clears the query-suggestions module query. |
|
|
386
|
+
| [clearRelatedTagsQuery](./x-components.clearrelatedtagsquery.md) | Clear the related tags query. |
|
|
387
|
+
| [clearSelectedRelatedTags](./x-components.clearselectedrelatedtags.md) | Clear the selected related tags. |
|
|
388
|
+
| [CrossIcon](./x-components.crossicon.md) | |
|
|
389
|
+
| [CrossTinyIcon](./x-components.crosstinyicon.md) | |
|
|
390
|
+
| [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. |
|
|
391
|
+
| [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. |
|
|
392
|
+
| [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. |
|
|
393
|
+
| [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. |
|
|
394
|
+
| [facets](./x-components.facets.md) | Default implementation for the [FacetsGetters.facets](./x-components.facetsgetters.facets.md) getter. |
|
|
395
|
+
| [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. |
|
|
396
|
+
| [fetchAndSaveIdentifierResults](./x-components.fetchandsaveidentifierresults.md) | Default implementation for [IdentifierResultsActions.fetchAndSaveIdentifierResults()](./x-components.identifierresultsactions.fetchandsaveidentifierresults.md) action. |
|
|
397
|
+
| [fetchAndSaveIdentifierResultsWire](./x-components.fetchandsaveidentifierresultswire.md) | Requests and stores a new set of identifier results for the [IdentifierResultsState.query](./x-components.identifierresultsstate.query.md)<!-- -->. |
|
|
398
|
+
| [fetchAndSaveNextQueries](./x-components.fetchandsavenextqueries.md) | Default implementation for [NextQueriesActions.fetchAndSaveNextQueries()](./x-components.nextqueriesactions.fetchandsavenextqueries.md) action. |
|
|
399
|
+
| [fetchAndSaveNextQueriesWire](./x-components.fetchandsavenextquerieswire.md) | Requests and stores the next queries. |
|
|
400
|
+
| [fetchAndSavePopularSearches](./x-components.fetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.fetchAndSaveSuggestions()](./x-components.popularsearchesactions.fetchandsavesuggestions.md) action. |
|
|
401
|
+
| [fetchAndSaveQuerySuggestions](./x-components.fetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) action. |
|
|
402
|
+
| [fetchAndSaveRecommendations](./x-components.fetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.fetchAndSaveRecommendations()](./x-components.recommendationsactions.fetchandsaverecommendations.md) action. |
|
|
403
|
+
| [fetchAndSaveRelatedTags](./x-components.fetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
404
|
+
| [fetchAndSaveRelatedTagsWire](./x-components.fetchandsaverelatedtagswire.md) | Requests and stores the related tags. |
|
|
405
|
+
| [fetchAndSaveSearchResponse](./x-components.fetchandsavesearchresponse.md) | Default implementation for [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) action. |
|
|
406
|
+
| [fetchAndSaveSearchResponseWire](./x-components.fetchandsavesearchresponsewire.md) | Requests and stores the search response. |
|
|
407
|
+
| [fetchAndSaveSuggestionsWire](./x-components.fetchandsavesuggestionswire.md) | Requests and stores a new set of query suggestions for the [QuerySuggestionsState.query](./x-components.querysuggestionsstate.query.md)<!-- -->. |
|
|
408
|
+
| [fetchIdentifierResults](./x-components.fetchidentifierresults.md) | Default implementation for the [IdentifierResultsActions.fetchIdentifierResults()](./x-components.identifierresultsactions.fetchidentifierresults.md)<!-- -->. |
|
|
409
|
+
| [fetchNextQueries](./x-components.fetchnextqueries.md) | Default implementation for the [NextQueriesActions.fetchNextQueries()](./x-components.nextqueriesactions.fetchnextqueries.md)<!-- -->. |
|
|
410
|
+
| [fetchPopularSearches](./x-components.fetchpopularsearches.md) | Default implementation for the [PopularSearchesActions.fetchSuggestions()](./x-components.popularsearchesactions.fetchsuggestions.md)<!-- -->. |
|
|
411
|
+
| [fetchQuerySuggestions](./x-components.fetchquerysuggestions.md) | Default implementation for the [QuerySuggestionsActions.fetchSuggestions()](./x-components.querysuggestionsactions.fetchsuggestions.md)<!-- -->. |
|
|
412
|
+
| [fetchRecommendations](./x-components.fetchrecommendations.md) | Default implementation for the [RecommendationsActions.fetchRecommendations()](./x-components.recommendationsactions.fetchrecommendations.md)<!-- -->. |
|
|
413
|
+
| [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
|
|
414
|
+
| [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
|
|
415
|
+
| [FiltersIcon](./x-components.filtersicon.md) | |
|
|
416
|
+
| [getURLParameter](./x-components.geturlparameter.md) | Get one parameter value from the url. |
|
|
417
|
+
| [Grid1ColIcon](./x-components.grid1colicon.md) | |
|
|
418
|
+
| [Grid2ColIcon](./x-components.grid2colicon.md) | |
|
|
419
|
+
| [HideIcon](./x-components.hideicon.md) | |
|
|
420
|
+
| [HistoryIcon](./x-components.historyicon.md) | |
|
|
421
|
+
| [historyQueries](./x-components.historyqueries.md) | Default implementation for the [HistoryQueriesGetters.historyQueries](./x-components.historyqueriesgetters.historyqueries.md) getter. |
|
|
422
|
+
| [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. |
|
|
423
|
+
| [HistoryTinyIcon](./x-components.historytinyicon.md) | |
|
|
424
|
+
| [identifierDetectionRegexp](./x-components.identifierdetectionregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierDetectionRegexp](./x-components.identifierresultsgetters.identifierdetectionregexp.md) getter. |
|
|
425
|
+
| [identifierHighlightRegexp](./x-components.identifierhighlightregexp.md) | Default implementation for the [IdentifierResultsGetters.identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md) getter. |
|
|
426
|
+
| [identifierResultsRequest](./x-components.identifierresultsrequest.md) | Default implementation for the [IdentifierResultsGetters.identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md) getter. |
|
|
427
|
+
| [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. |
|
|
428
|
+
| [increasePageAppendingResults](./x-components.increasepageappendingresults.md) | Increases the current search state <code>page</code> by one. |
|
|
429
|
+
| [infiniteScroll](./x-components.infinitescroll.md) | Custom Vue directive for infinite scroll.<!-- -->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.<!-- -->How it works.<!-- -->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.<!-- -->Usage.<!-- -->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: \* html: will set the <html> as the scrollable container. \* body: will set the <body> as the scrollable container. \* id: will set the DOM element with the provided id as the scrollable container.<!-- -->If no argument is provided the scrollable container fallbacks to the viewport. |
|
|
430
|
+
| [loadHistoryQueriesFromBrowserStorage](./x-components.loadhistoryqueriesfrombrowserstorage.md) | Default implementation for the [HistoryQueriesActions.loadHistoryQueriesFromBrowserStorage()](./x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md) action. |
|
|
431
|
+
| [loadHistoryQueriesFromBrowserStorageWire](./x-components.loadhistoryqueriesfrombrowserstoragewire.md) | Loads the history queries from the browser storage, saving them to the [HistoryQueriesState.historyQueries](./x-components.historyqueriesstate.historyqueries.md)<!-- -->. |
|
|
432
|
+
| [MenuIcon](./x-components.menuicon.md) | |
|
|
433
|
+
| [MinusIcon](./x-components.minusicon.md) | |
|
|
434
|
+
| [MinusTinyIcon](./x-components.minustinyicon.md) | |
|
|
435
|
+
| [nextQueries](./x-components.nextqueries.md) | Default implementation for the [NextQueriesGetters.nextQueries](./x-components.nextqueriesgetters.nextqueries.md) getter. |
|
|
436
|
+
| [nextQueriesRequest](./x-components.nextqueriesrequest.md) | Default implementation for the [NextQueriesGetters.request](./x-components.nextqueriesgetters.request.md) getter. |
|
|
437
|
+
| [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. |
|
|
438
|
+
| [normalizedQuery](./x-components.normalizedquery.md) | Default implementation for the [QuerySuggestionsGetters.normalizedQuery](./x-components.querysuggestionsgetters.normalizedquery.md) getter. |
|
|
439
|
+
| [Nq1Icon](./x-components.nq1icon.md) | |
|
|
440
|
+
| [Nq2Icon](./x-components.nq2icon.md) | |
|
|
441
|
+
| [Nq3Icon](./x-components.nq3icon.md) | |
|
|
442
|
+
| [Nq4Icon](./x-components.nq4icon.md) | |
|
|
443
|
+
| [PlusIcon](./x-components.plusicon.md) | |
|
|
444
|
+
| [popularSearches](./x-components.popularsearches.md) | Default implementation for the [PopularSearchesGetters.popularSearches](./x-components.popularsearchesgetters.popularsearches.md) getter. |
|
|
445
|
+
| [popularSearchesRequest](./x-components.popularsearchesrequest.md) | Default implementation for the [PopularSearchesGetters.request](./x-components.popularsearchesgetters.request.md) getter. |
|
|
446
|
+
| [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. |
|
|
447
|
+
| [querySuggestions](./x-components.querysuggestions.md) | Default implementation for the [QuerySuggestionsGetter.querySuggestions()](./x-components.querysuggestionsgetter.querysuggestions.md) getter. |
|
|
448
|
+
| [querySuggestionsRequest](./x-components.querysuggestionsrequest.md) | Default implementation for the [QuerySuggestionsGetters.request](./x-components.querysuggestionsgetters.request.md) getter. |
|
|
449
|
+
| [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. |
|
|
450
|
+
| [RECOMMENDATIONS\_ORIGIN](./x-components.recommendations_origin.md) | Constant for the recommendations request. |
|
|
451
|
+
| [recommendationsRequest](./x-components.recommendationsrequest.md) | Default implementation for the [RecommendationsGetters.request](./x-components.recommendationsgetters.request.md) getter. |
|
|
452
|
+
| [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. |
|
|
453
|
+
| [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)<!-- -->. |
|
|
454
|
+
| [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
|
|
455
|
+
| [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
|
|
456
|
+
| [relatedTagsRequest](./x-components.relatedtagsrequest.md) | Default implementation for the [RelatedTagsGetters.request](./x-components.relatedtagsgetters.request.md) getter. |
|
|
457
|
+
| [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. |
|
|
458
|
+
| [removeFromHistory](./x-components.removefromhistory.md) | Default implementation for the [HistoryQueriesActions.removeFromHistory()](./x-components.historyqueriesactions.removefromhistory.md)<!-- -->. |
|
|
459
|
+
| [removeHistoryQuery](./x-components.removehistoryquery.md) | Removes a single history query from the history queries. |
|
|
460
|
+
| [resetAppending](./x-components.resetappending.md) | Resets the search state <code>isAppendingResults</code>. |
|
|
461
|
+
| [resetFacets](./x-components.resetfacets.md) | Sets empty value to the search state <code>facets</code>. |
|
|
462
|
+
| [resetPage](./x-components.resetpage.md) | Sets 1 to the search state <code>page</code>. |
|
|
463
|
+
| [resetSort](./x-components.resetsort.md) | Sets empty value to the search state <code>sort</code>. |
|
|
464
|
+
| [resetSpellcheckQuery](./x-components.resetspellcheckquery.md) | Resets the search state <code>spellcheckedQuery</code> to its initial value, an empty string. |
|
|
465
|
+
| [sanitize](./x-components.sanitize.md) | Sanitize characters from a given string. |
|
|
466
|
+
| [saveIdentifierResultsOriginWire](./x-components.saveidentifierresultsoriginwire.md) | Sets the identifier results state <code>origin</code>. |
|
|
467
|
+
| [saveOrigin](./x-components.saveorigin.md) | Default implementation for the [IdentifierResultsActions.saveOrigin()](./x-components.identifierresultsactions.saveorigin.md)<!-- -->. |
|
|
468
|
+
| [saveOriginWire](./x-components.saveoriginwire.md) | Sets the search state <code>origin</code>. |
|
|
469
|
+
| [saveQuery](./x-components.savequery.md) | Default implementation for the [IdentifierResultsActions.saveQuery()](./x-components.identifierresultsactions.savequery.md)<!-- -->. |
|
|
470
|
+
| [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. |
|
|
471
|
+
| [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. |
|
|
472
|
+
| [SearchIcon](./x-components.searchicon.md) | |
|
|
473
|
+
| [searchRequest](./x-components.searchrequest.md) | Default implementation for the [SearchGetters.request](./x-components.searchgetters.request.md) getter. |
|
|
474
|
+
| [SearchTinyIcon](./x-components.searchtinyicon.md) | |
|
|
475
|
+
| [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. |
|
|
476
|
+
| [selectedFilters](./x-components.selectedfilters.md) | Default implementation for the [FacetsGetters.selectedFilters](./x-components.facetsgetters.selectedfilters.md) getter. |
|
|
477
|
+
| [selectedFiltersByFacet](./x-components.selectedfiltersbyfacet.md) | Default implementation for the [FacetsGetters.selectedFiltersByFacet](./x-components.facetsgetters.selectedfiltersbyfacet.md) getter. |
|
|
478
|
+
| [sessionHistoryQueries](./x-components.sessionhistoryqueries.md) | Default implementation for the [HistoryQueriesGetters.sessionHistoryQueries](./x-components.historyqueriesgetters.sessionhistoryqueries.md) getter. |
|
|
479
|
+
| [setConsent](./x-components.setconsent.md) | Sets the tagging state <code>consent</code>. |
|
|
480
|
+
| [setExtraParams](./x-components.setextraparams.md) | Sets the extra params of the [ExtraParamsXModule](./x-components.extraparamsxmodule.md)<!-- -->. |
|
|
481
|
+
| [setHistoryQueries](./x-components.sethistoryqueries.md) | Default implementation for the [HistoryQueriesActions.setHistoryQueries()](./x-components.historyqueriesactions.sethistoryqueries.md)<!-- -->. |
|
|
482
|
+
| [setHistoryQueriesQuery](./x-components.sethistoryqueriesquery.md) | Sets the query of the history queries module. Used for searching into the history queries. |
|
|
483
|
+
| [setIdentifierResultsQuery](./x-components.setidentifierresultsquery.md) | Sets the identifier-results module query. |
|
|
484
|
+
| [setInitialExtraParams](./x-components.setinitialextraparams.md) | Sets the initial provided extra params. |
|
|
485
|
+
| [setName](./x-components.setname.md) | Sets the device of the [DeviceXModule](./x-components.devicexmodule.md)<!-- -->. |
|
|
486
|
+
| [setNextQueriesExtraParams](./x-components.setnextqueriesextraparams.md) | Sets the next queries state <code>params</code>. |
|
|
487
|
+
| [setNextQueriesQuery](./x-components.setnextqueriesquery.md) | Sets the next queries state <code>query</code>. |
|
|
488
|
+
| [setPageSize](./x-components.setpagesize.md) | Sets the search state <code>pageSize</code>. |
|
|
489
|
+
| [setParams](./x-components.setparams.md) | Sets the extra params of the url module. |
|
|
490
|
+
| [setPendingScrollToWire](./x-components.setpendingscrolltowire.md) | Saves the selector of the item that should be scrolled into the view. |
|
|
491
|
+
| [setPopularSearchesExtraParams](./x-components.setpopularsearchesextraparams.md) | Sets the popular searches state <code>params</code>. |
|
|
492
|
+
| [setQueryFromLastHistoryQuery](./x-components.setqueryfromlasthistoryquery.md) | Default implementation for the [NextQueriesActions.setQueryFromLastHistoryQuery()](./x-components.nextqueriesactions.setqueryfromlasthistoryquery.md)<!-- -->. |
|
|
493
|
+
| [setQueryFromLastHistoryQueryWire](./x-components.setqueryfromlasthistoryquerywire.md) | Sets the next queries state <code>query</code> with the last query in history queries. |
|
|
494
|
+
| [setQuerySuggestionsExtraParams](./x-components.setquerysuggestionsextraparams.md) | Sets the query suggestions state <code>params</code>. |
|
|
495
|
+
| [setQuerySuggestionsQuery](./x-components.setquerysuggestionsquery.md) | Sets the query-suggestions module query. |
|
|
496
|
+
| [setQueryTaggingDebounce](./x-components.setquerytaggingdebounce.md) | Sets the tagging state config <code>queryTaggingDebounceMs</code>. |
|
|
497
|
+
| [setRecommendationsExtraParams](./x-components.setrecommendationsextraparams.md) | Sets the recommendations state <code>params</code>. |
|
|
498
|
+
| [setRelatedTags](./x-components.setrelatedtags.md) | Sets the search state <code>relatedTags</code>. |
|
|
499
|
+
| [setRelatedTagsExtraParams](./x-components.setrelatedtagsextraparams.md) | Sets the related tags state <code>params</code>. |
|
|
500
|
+
| [setRelatedTagsQuery](./x-components.setrelatedtagsquery.md) | Sets the related tags state <code>query</code>. |
|
|
501
|
+
| [setScrollDirectionWire](./x-components.setscrolldirectionwire.md) | Saves the scroll direction of a container to the store. |
|
|
502
|
+
| [setScrollHasAlmostReachedEndWire](./x-components.setscrollhasalmostreachedendwire.md) | Saves a boolean indicating if the scroll has almost reached the end of a container to the store. |
|
|
503
|
+
| [setScrollHasReachedEndWire](./x-components.setscrollhasreachedendwire.md) | Saves a boolean indicating if the scroll has reached the end of a container to the store. |
|
|
504
|
+
| [setScrollHasReachedStartWire](./x-components.setscrollhasreachedstartwire.md) | Saves a boolean indicating if the scroll has reached the start of a container to the store. |
|
|
505
|
+
| [setScrollPositionWire](./x-components.setscrollpositionwire.md) | Saves the scroll position of a container to the store. |
|
|
506
|
+
| [setSearchedQueries](./x-components.setsearchedqueries.md) | Sets the next queries state <code>searchedQueries</code> with the list of history queries. |
|
|
507
|
+
| [setSearchedQueriesInPopularSearches](./x-components.setsearchedqueriesinpopularsearches.md) | Sets the popular searches state <code>searchedQueries</code> with the list of history queries. |
|
|
508
|
+
| [setSearchExtraParams](./x-components.setsearchextraparams.md) | Sets the search state <code>params</code>. |
|
|
509
|
+
| [setSearchPage](./x-components.setsearchpage.md) | Sets the search state <code>page</code>. |
|
|
510
|
+
| [setSearchQuery](./x-components.setsearchquery.md) | Sets the search state <code>query</code>. |
|
|
511
|
+
| [setSelectedFilters](./x-components.setselectedfilters.md) | Sets the search state <code>selectedFilters</code>. |
|
|
512
|
+
| [setSessionDuration](./x-components.setsessionduration.md) | Sets the tagging state <code>sessionTTLMs</code>. |
|
|
513
|
+
| [setSort](./x-components.setsort.md) | Sets the search state <code>sort</code>. |
|
|
514
|
+
| [setUrlFilters](./x-components.seturlfilters.md) | Sets the filters of the url module. |
|
|
515
|
+
| [setUrlPage](./x-components.seturlpage.md) | Sets the page of the url module. |
|
|
516
|
+
| [setUrlParams](./x-components.seturlparams.md) | Sets the search state <code>query</code>. |
|
|
517
|
+
| [setUrlParamsWire](./x-components.seturlparamswire.md) | Saves the params from the url. |
|
|
518
|
+
| [setUrlQuery](./x-components.seturlquery.md) | Sets the query of the url module. |
|
|
519
|
+
| [setUrlRelatedTags](./x-components.seturlrelatedtags.md) | Sets the [related tags](./x-components.relatedtag.md)<!-- -->. |
|
|
520
|
+
| [setUrlScroll](./x-components.seturlscroll.md) | Sets the scroll of the url module. |
|
|
521
|
+
| [setUrlSort](./x-components.seturlsort.md) | Sets the sort of the url module. |
|
|
522
|
+
| [ShowIcon](./x-components.showicon.md) | |
|
|
523
|
+
| [StarIcon](./x-components.staricon.md) | |
|
|
524
|
+
| [storageKey](./x-components.storagekey.md) | Default implementation for the [HistoryQueriesGetters.storageKey](./x-components.historyqueriesgetters.storagekey.md) getter. |
|
|
525
|
+
| [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. |
|
|
526
|
+
| [throttleFunction](./x-components.throttlefunction.md) | Util function that returns a throttled version of the function passed as parameter. |
|
|
527
|
+
| [toggleRelatedTag](./x-components.togglerelatedtag.md) | Default implementation for the [RelatedTagsActions.toggleRelatedTag()](./x-components.relatedtagsactions.togglerelatedtag.md)<!-- -->. |
|
|
528
|
+
| [toggleRelatedTagWire](./x-components.togglerelatedtagwire.md) | Sets the selected related tags. |
|
|
529
|
+
| [TrashIcon](./x-components.trashicon.md) | |
|
|
530
|
+
| [TrashOpenIcon](./x-components.trashopenicon.md) | |
|
|
531
|
+
| [TrendingIcon](./x-components.trendingicon.md) | |
|
|
532
|
+
| [TrendingTinyIcon](./x-components.trendingtinyicon.md) | |
|
|
533
|
+
| [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. |
|
|
534
|
+
| [UserIcon](./x-components.usericon.md) | |
|
|
535
|
+
| [xPlugin](./x-components.xplugin.md) | Vue plugin that modifies each component instance, extending them with the [X Component API](./x-components.xcomponentapi.md)<!-- -->. |
|
|
536
|
+
|
|
537
|
+
## Type Aliases
|
|
538
|
+
|
|
539
|
+
| Type Alias | Description |
|
|
540
|
+
| --- | --- |
|
|
541
|
+
| [ActionNamesFor](./x-components.actionnamesfor.md) | Returns the action names for a given module. They are the namespaced actions. |
|
|
542
|
+
| [ActionsClass](./x-components.actionsclass.md) | Type for implementing actions for a module with a class. |
|
|
543
|
+
| [ActionsDictionary](./x-components.actionsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing actions. |
|
|
544
|
+
| [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. |
|
|
545
|
+
| [AnyActionsTree](./x-components.anyactionstree.md) | Alias for any actions tree. Use only when you really don't care about the actions type. |
|
|
546
|
+
| [AnyFunction](./x-components.anyfunction.md) | A function with 0 or more parameters of any type, which can return something or not. |
|
|
547
|
+
| [AnyGettersTree](./x-components.anygetterstree.md) | Alias for any getters tree. Use only when you don't care about the type. |
|
|
548
|
+
| [AnyMutationsTree](./x-components.anymutationstree.md) | Alias for any mutations tree. Use only when the concrete type does not matter. |
|
|
549
|
+
| [AnySimpleStateSelector](./x-components.anysimplestateselector.md) | Alias for any simple state selector. |
|
|
550
|
+
| [AnyStateSelector](./x-components.anystateselector.md) | Alias for any state selector. |
|
|
551
|
+
| [AnyStoreEmitters](./x-components.anystoreemitters.md) | Alias for any store emitters. |
|
|
552
|
+
| [AnyWire](./x-components.anywire.md) | Alias for a wire of any type. |
|
|
553
|
+
| [AnyXModule](./x-components.anyxmodule.md) | Alias for any XModule. Use with caution. |
|
|
554
|
+
| [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. |
|
|
555
|
+
| [AnyXStoreModuleOption](./x-components.anyxstoremoduleoption.md) | Alias for any store module option. Use only when you don't care about the module concrete type. |
|
|
556
|
+
| [ArrowKey](./x-components.arrowkey.md) | Union type containing the existing arrow keys. |
|
|
557
|
+
| [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. |
|
|
558
|
+
| [DeepPartial](./x-components.deeppartial.md) | Makes all the properties of the T type optional in depth. |
|
|
559
|
+
| [DeviceXModule](./x-components.devicexmodule.md) | Device [XModule](./x-components.xmodule.md) alias. |
|
|
560
|
+
| [DeviceXStoreModule](./x-components.devicexstoremodule.md) | Device type safe store module. |
|
|
561
|
+
| [Dictionary](./x-components.dictionary.md) | Object where all its properties are strings, and the value of them is defined by the type of the T property. |
|
|
562
|
+
| [DocumentDirection](./x-components.documentdirection.md) | The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left). |
|
|
563
|
+
| [Emitter](./x-components.emitter.md) | Type safe for emitter payload. It is the wire payload. |
|
|
564
|
+
| [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. |
|
|
565
|
+
| [EmpathizeXModule](./x-components.empathizexmodule.md) | Empathize [XModule](./x-components.xmodule.md) alias. |
|
|
566
|
+
| [EmpathizeXStoreModule](./x-components.empathizexstoremodule.md) | Empathize type safe store module. |
|
|
567
|
+
| [EventsForDirectionLimit](./x-components.eventsfordirectionlimit.md) | Events to emit when reaching the [direction](./x-components.arrowkey.md) limit. |
|
|
568
|
+
| [ExtractActionPayload](./x-components.extractactionpayload.md) | Returns the payload for an action given the module name and the action name. |
|
|
569
|
+
| [ExtractActionReturn](./x-components.extractactionreturn.md) | Flattens the (probably) chained promises of an action type. |
|
|
570
|
+
| [ExtractActions](./x-components.extractactions.md) | Extracts the actions type from a XStoreModule. |
|
|
571
|
+
| [ExtractGetters](./x-components.extractgetters.md) | Util type for extracting the getter type of a module. |
|
|
572
|
+
| [ExtractMutationPayload](./x-components.extractmutationpayload.md) | Returns the payload for a mutation given the module name and the mutation name. |
|
|
573
|
+
| [ExtractMutations](./x-components.extractmutations.md) | Extracts the mutations type from a XStoreModule. |
|
|
574
|
+
| [ExtractPayload](./x-components.extractpayload.md) | Extracts the payload from any function with a single parameter. |
|
|
575
|
+
| [ExtractState](./x-components.extractstate.md) | Util type for extracting the state type of a module. |
|
|
576
|
+
| [ExtraParamsXModule](./x-components.extraparamsxmodule.md) | ExtraParams [XModule](./x-components.xmodule.md) alias. |
|
|
577
|
+
| [ExtraParamsXStoreModule](./x-components.extraparamsxstoremodule.md) | ExtraParams type safe store module. |
|
|
578
|
+
| [FacetsActionsContext](./x-components.facetsactionscontext.md) | The type of the context object for the facets module actions. |
|
|
579
|
+
| [FacetsXModule](./x-components.facetsxmodule.md) | Facets [XModule](./x-components.xmodule.md) alias. |
|
|
580
|
+
| [FacetsXStoreModule](./x-components.facetsxstoremodule.md) | Facets type safe store module. |
|
|
581
|
+
| [FeatureLocation](./x-components.featurelocation.md) | Indicates where the feature is placed. |
|
|
582
|
+
| [FiltersByFacet](./x-components.filtersbyfacet.md) | Dictionary grouping filters by facet id. |
|
|
583
|
+
| [FirstParameter](./x-components.firstparameter.md) | Alias to retrieve the first parameter type of a function. |
|
|
584
|
+
| [GettersClass](./x-components.gettersclass.md) | Type for implementing getters for a module with a class. |
|
|
585
|
+
| [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. |
|
|
586
|
+
| [GroupId](./x-components.groupid.md) | Alias for GroupId. |
|
|
587
|
+
| [HistoryQueriesActionContext](./x-components.historyqueriesactioncontext.md) | Alias type for actions context of the [HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md)<!-- -->. |
|
|
588
|
+
| [HistoryQueriesXModule](./x-components.historyqueriesxmodule.md) | HistoryQueries [XModule](./x-components.xmodule.md) alias. |
|
|
589
|
+
| [HistoryQueriesXStoreModule](./x-components.historyqueriesxstoremodule.md) | HistoryQueries type safe store module. |
|
|
590
|
+
| [IdentifierResultsActionsContext](./x-components.identifierresultsactionscontext.md) | Alias type for actions context of the [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md)<!-- -->. |
|
|
591
|
+
| [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md) | IdentifierResults [XModule](./x-components.xmodule.md) alias. |
|
|
592
|
+
| [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md) | IdentifierResults type safe store module. |
|
|
593
|
+
| [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)<!-- -->. |
|
|
594
|
+
| [MonadicFunction](./x-components.monadicfunction.md) | A function with a single parameter that can return anything. |
|
|
595
|
+
| [MutationNamesFor](./x-components.mutationnamesfor.md) | Returns the mutation names for a given module. They are the namespaced mutations. |
|
|
596
|
+
| [MutationsDictionary](./x-components.mutationsdictionary.md) | Util type for being used on generic constraints which will only accept an object containing mutations. |
|
|
597
|
+
| [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. |
|
|
598
|
+
| [NamespacedTimeRetrieving](./x-components.namespacedtimeretrieving.md) | Function type which receives the State and the Getters of the namespace [XStoreModule](./x-components.xstoremodule.md) to retrieve the time from there. |
|
|
599
|
+
| [NamespacedTimeWireOperator](./x-components.namespacedtimewireoperator.md) | Function type which receives the wire to modify and the [NamespacedTimeRetrieving](./x-components.namespacedtimeretrieving.md) to retrieve the time from the [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
600
|
+
| [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. |
|
|
601
|
+
| [NamespacedWireCommitWithoutPayload](./x-components.namespacedwirecommitwithoutpayload.md) | Namespaced type for the [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) which creates a wire without payload associated. |
|
|
602
|
+
| [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. |
|
|
603
|
+
| [NamespacedWireDispatchWithoutPayload](./x-components.namespacedwiredispatchwithoutpayload.md) | Namespaced type for the [wireDispatchWithoutPayload()](./x-components.wiredispatchwithoutpayload.md) which creates a wire without payload associated. |
|
|
604
|
+
| [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)<!-- -->. |
|
|
605
|
+
| [NextQueriesActionContext](./x-components.nextqueriesactioncontext.md) | Alias type for actions context of the [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md)<!-- -->. |
|
|
606
|
+
| [NextQueriesXModule](./x-components.nextqueriesxmodule.md) | NextQueries [XModule](./x-components.xmodule.md) alias. |
|
|
607
|
+
| [NextQueriesXStoreModule](./x-components.nextqueriesxstoremodule.md) | Next queries store module. |
|
|
608
|
+
| [NiladicFunction](./x-components.niladicfunction.md) | A function with no parameters that can return anything. |
|
|
609
|
+
| [NonPrimitive](./x-components.nonprimitive.md) | TypeScript type non-primitives. Array or Record with all possible types. |
|
|
610
|
+
| [Pair](./x-components.pair.md) | Represents a pair of values of the same type in an array. |
|
|
611
|
+
| [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)<!-- -->. |
|
|
612
|
+
| [PopularSearchesActionContext](./x-components.popularsearchesactioncontext.md) | Alias type for actions context of the [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md)<!-- -->. |
|
|
613
|
+
| [PopularSearchesXModule](./x-components.popularsearchesxmodule.md) | PopularSearches [XModule](./x-components.xmodule.md) alias. |
|
|
614
|
+
| [PopularSearchesXStoreModule](./x-components.popularsearchesxstoremodule.md) | Popular searches store module. |
|
|
615
|
+
| [Primitive](./x-components.primitive.md) | TypeScript type primitives. Basically every type possible except objects or arrays. |
|
|
616
|
+
| [PrivateXModulesOptions](./x-components.privatexmodulesoptions.md) | Options for overriding the default store module and store emitters for each [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
617
|
+
| [PropsWithType](./x-components.propswithtype.md) | Extracts the name of the properties of an object that match a type. |
|
|
618
|
+
| [QueryFeature](./x-components.queryfeature.md) | The name of the tool that generated the query. |
|
|
619
|
+
| [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. |
|
|
620
|
+
| [QueryOriginInit](./x-components.queryorigininit.md) | Parameters to create a [QueryOrigin](./x-components.queryorigin.md) or [ResultOrigin](./x-components.resultorigin.md)<!-- -->. |
|
|
621
|
+
| [QuerySuggestionsActionContext](./x-components.querysuggestionsactioncontext.md) | Alias type for actions context of the [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md)<!-- -->. |
|
|
622
|
+
| [QuerySuggestionsXModule](./x-components.querysuggestionsxmodule.md) | QuerySuggestions [XModule](./x-components.xmodule.md) alias. |
|
|
623
|
+
| [QuerySuggestionsXStoreModule](./x-components.querysuggestionsxstoremodule.md) | QuerySuggestions type safe store module. |
|
|
624
|
+
| [RecommendationsActionContext](./x-components.recommendationsactioncontext.md) | Alias type for actions context of the [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md)<!-- -->. |
|
|
625
|
+
| [RecommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) alias. |
|
|
626
|
+
| [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md) | Recommendations type safe store module. |
|
|
627
|
+
| [RelatedTagsActionContext](./x-components.relatedtagsactioncontext.md) | Alias type for actions context of the [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md)<!-- -->. |
|
|
628
|
+
| [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) alias. |
|
|
629
|
+
| [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md) | RelatedTags type safe store module. |
|
|
630
|
+
| [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. |
|
|
631
|
+
| [ResultFeature](./x-components.resultfeature.md) | The name of the tool that generated the results. |
|
|
632
|
+
| [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. |
|
|
633
|
+
| [Returns](./x-components.returns.md) | Extracts the return type of each property of the T object. |
|
|
634
|
+
| [RootStoreStateAndGetters](./x-components.rootstorestateandgetters.md) | State and Getters Store type for [RootXStoreState](./x-components.rootxstorestate.md)<!-- -->. |
|
|
635
|
+
| [ScrollDirection](./x-components.scrolldirection.md) | Types allow for values of scroll direction. |
|
|
636
|
+
| [ScrollXModule](./x-components.scrollxmodule.md) | Scroll [XModule](./x-components.xmodule.md) alias. |
|
|
637
|
+
| [ScrollXStoreModule](./x-components.scrollxstoremodule.md) | Scroll type safe store module. |
|
|
638
|
+
| [SearchActionContext](./x-components.searchactioncontext.md) | Alias type for actions context of the [SearchXStoreModule](./x-components.searchxstoremodule.md)<!-- -->. |
|
|
639
|
+
| [SearchBoxXModule](./x-components.searchboxxmodule.md) | SearchBox [XModule](./x-components.xmodule.md) alias. |
|
|
640
|
+
| [SearchBoxXStoreModule](./x-components.searchboxxstoremodule.md) | SearchBox type safe store module. |
|
|
641
|
+
| [SearchXModule](./x-components.searchxmodule.md) | Search [XModule](./x-components.xmodule.md) alias. |
|
|
642
|
+
| [SearchXStoreModule](./x-components.searchxstoremodule.md) | Search type safe store module. |
|
|
643
|
+
| [SimpleStateSelector](./x-components.simplestateselector.md) | Selects a part of the store state or getters (AKA "getter" inside [Vuex](https://vuex.vuejs.org/) watchers). |
|
|
644
|
+
| [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. |
|
|
645
|
+
| [StoreModuleStateAndGetters](./x-components.storemodulestateandgetters.md) | Type safe which allows the access to the State and the Getters of a [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
646
|
+
| [TaggingXModule](./x-components.taggingxmodule.md) | Tagging [XModule](./x-components.xmodule.md) alias. |
|
|
647
|
+
| [TaggingXStoreModule](./x-components.taggingxstoremodule.md) | Tagging type safe store module. |
|
|
648
|
+
| [TakeNavigationControl](./x-components.takenavigationcontrol.md) | Represents when to take control of the navigation. |
|
|
649
|
+
| [TimeRetrieving](./x-components.timeretrieving.md) | Function type which receives the whole store as parameter and retrieve the time from there. |
|
|
650
|
+
| [UrlActionContext](./x-components.urlactioncontext.md) | Alias type for actions context of the [UrlXStoreModule](./x-components.urlxstoremodule.md)<!-- -->. |
|
|
651
|
+
| [UrlParamKey](./x-components.urlparamkey.md) | The key of the parameter to store in the URL. |
|
|
652
|
+
| [UrlParamValue](./x-components.urlparamvalue.md) | The allowed values of the parameters to store in the URL. |
|
|
653
|
+
| [UrlState](./x-components.urlstate.md) | URL store state. |
|
|
654
|
+
| [UrlXModule](./x-components.urlxmodule.md) | URL [XModule](./x-components.xmodule.md) alias. |
|
|
655
|
+
| [UrlXStoreModule](./x-components.urlxstoremodule.md) | URL type safe store module. |
|
|
656
|
+
| [VueConstructorPartialArgument](./x-components.vueconstructorpartialargument.md) | First parameter of the Vue constructor. |
|
|
657
|
+
| [VueCSSClasses](./x-components.vuecssclasses.md) | Union type containing supported Vue dynamic classes. |
|
|
658
|
+
| [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. |
|
|
659
|
+
| [WireForEvent](./x-components.wireforevent.md) | Alias for a wire with the type of the event payload. |
|
|
660
|
+
| [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. |
|
|
661
|
+
| [XEvent](./x-components.xevent.md) | Name of all available events. |
|
|
662
|
+
| [XEventPayload](./x-components.xeventpayload.md) | Extracts the payload type of an event. |
|
|
663
|
+
| [XEventsOf](./x-components.xeventsof.md) | Selects events of the with a payload matching the provided type. |
|
|
664
|
+
| [XModuleName](./x-components.xmodulename.md) | Names of all of the [XModules](./x-components.xmodule.md) available. |
|
|
665
|
+
| [XModulesOptions](./x-components.xmodulesoptions.md) | Options for overriding the default config state and wiring for each [XModule](./x-components.xmodule.md)<!-- -->. |
|
|
666
|
+
| [XStoreModuleOptions](./x-components.xstoremoduleoptions.md) | Options for overriding a default [XStoreModule](./x-components.xstoremodule.md)<!-- -->. |
|
|
667
|
+
|