@empathyco/x-components 3.0.0-alpha.3 → 3.0.0-alpha.33
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 +2198 -572
- package/core/index.d.ts +17 -0
- package/core/index.js +142 -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 +2230 -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 +6135 -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 +133 -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 +81 -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 +22 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.source.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 +17 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +19 -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 +13 -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.globalxbus.created.md +15 -0
- package/docs/API-reference/api/x-components.globalxbus.md +21 -0
- package/docs/API-reference/api/x-components.grid1colicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2colicon.md +11 -0
- package/docs/API-reference/api/x-components.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 +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +15 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +23 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.md +25 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +13 -0
- package/docs/API-reference/api/x-components.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 +675 -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.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +28 -0
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.animation.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +17 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +26 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +20 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +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.setidentifierresultsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setname.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.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.snippetcallbacks.md +15 -0
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.consent.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.env.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.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 +28 -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.tagging.activeconsent.md +18 -0
- package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
- package/docs/API-reference/api/x-components.tagging.md +28 -0
- package/docs/API-reference/api/x-components.tagging.render.md +15 -0
- package/docs/API-reference/api/x-components.taggingactions.md +20 -0
- package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
- package/docs/API-reference/api/x-components.taggingconfig.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.tagicon.md +11 -0
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +23 -0
- package/docs/API-reference/api/x-components.throttle.md +28 -0
- package/docs/API-reference/api/x-components.throttlefunction.md +13 -0
- package/docs/API-reference/api/x-components.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.track.md +13 -0
- package/docs/API-reference/api/x-components.trackwire.md +13 -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.xeventlisteners.md +17 -0
- package/docs/API-reference/api/x-components.xeventpayload.md +15 -0
- package/docs/API-reference/api/x-components.xeventsof.md +15 -0
- package/docs/API-reference/api/x-components.xeventstypes.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 +47 -0
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +16 -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.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +24 -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.tag.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.global-x-bus.md +51 -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.snippet-callbacks.md +37 -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 +159 -0
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +194 -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 +88 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +83 -0
- package/docs/build-search-ui/README.md +113 -0
- package/docs/build-search-ui/web-archetype-integration-guide.md +183 -0
- package/docs/build-search-ui/web-use-x-components-guide.md +170 -0
- package/docs/build-search-ui/web-x-components-integration-guide.md +197 -0
- package/docs/build-search-ui/x-architecture/README.md +133 -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 +64 -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 +235 -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 +87 -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 +82 -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 +101 -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 +63 -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 +84 -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 +95 -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 +48 -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 +69 -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/global-x-bus.vue.js +39 -0
- package/js/components/global-x-bus.vue.js.map +1 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +46 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow.vue.js +61 -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 +71 -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 +71 -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 +71 -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 +81 -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 +59 -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 +59 -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 +63 -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 +61 -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 +63 -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 +65 -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 +65 -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 +59 -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 +65 -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 +65 -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 +65 -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 +65 -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 +65 -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 +59 -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 +61 -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 +75 -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 +63 -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 +73 -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 +77 -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 +74 -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 +74 -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 +67 -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 +59 -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 +59 -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 +61 -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 +61 -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 +65 -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 +73 -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 +59 -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 +63 -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 +65 -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 +67 -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 +63 -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/tag.vue.js +59 -0
- package/js/components/icons/tag.vue.js.map +1 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +90 -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 +73 -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 +73 -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 +73 -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 +65 -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 +77 -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 +267 -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 +204 -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 +88 -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 +80 -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 +58 -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 +66 -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 +69 -0
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.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 +102 -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 +68 -0
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.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 +70 -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 +109 -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/snippet-callbacks.vue.js +47 -0
- package/js/components/snippet-callbacks.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +58 -0
- package/js/components/snippet-callbacks.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 +69 -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 +76 -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 +325 -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 +22 -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 +65 -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 +150 -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 +55 -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 +167 -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 +182 -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 +74 -0
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +230 -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 +216 -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 +96 -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 +68 -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 +191 -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 +69 -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 +183 -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 +135 -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 +162 -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 +219 -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 +63 -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 +168 -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 +211 -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 +101 -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 +169 -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 +159 -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 +182 -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 +79 -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 +204 -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 +106 -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 +62 -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 +186 -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 +112 -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 +209 -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 +177 -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 +63 -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 +113 -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 +106 -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 +22 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/emitters.js +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 +21 -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 +60 -0
- package/js/x-modules/identifier-results/store/module.js.map +1 -0
- package/js/x-modules/identifier-results/wiring.js +113 -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 +76 -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 +96 -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 +74 -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 +74 -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 +96 -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 +83 -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 +97 -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 +88 -0
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.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 +72 -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 +109 -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 +110 -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 +52 -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 +191 -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 +66 -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 +234 -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 +189 -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 +64 -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 +76 -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 +64 -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 +52 -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 +64 -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 +76 -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 +64 -0
- package/js/x-modules/search/components/redirection.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.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 +76 -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 +98 -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 +90 -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 +166 -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 +155 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -0
- package/js/x-modules/search/components/spellcheck-button.vue.js +66 -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 +53 -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 +65 -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 +143 -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 +45 -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 +35 -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 +62 -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 +60 -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 +74 -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 +91 -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 +189 -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/components/tagging.vue.js +39 -0
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +65 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/tagging/service/session.service.js +52 -0
- package/js/x-modules/tagging/service/session.service.js.map +1 -0
- package/js/x-modules/tagging/store/actions/track.action.js +43 -0
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +17 -0
- package/js/x-modules/tagging/store/emitters.js.map +1 -0
- package/js/x-modules/tagging/store/module.js +34 -0
- package/js/x-modules/tagging/store/module.js.map +1 -0
- package/js/x-modules/tagging/wiring.js +95 -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 +37 -45
- 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 +23531 -0
- package/report/x-components.api.json +52336 -0
- package/report/x-components.api.md +4830 -0
- package/report/x-types.api.json +4799 -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 +7 -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/global-x-bus.vue.d.ts +25 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -0
- package/types/components/icons/arrow.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 +46 -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/tag.vue.d.ts +3 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -0
- package/types/components/icons/trash-open.vue.d.ts +3 -0
- package/types/components/icons/trash-open.vue.d.ts.map +1 -0
- package/types/components/icons/trash.vue.d.ts +3 -0
- package/types/components/icons/trash.vue.d.ts.map +1 -0
- package/types/components/icons/trending-tiny.vue.d.ts +3 -0
- package/types/components/icons/trending-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/trending.vue.d.ts +3 -0
- package/types/components/icons/trending.vue.d.ts.map +1 -0
- package/types/components/icons/user.vue.d.ts +3 -0
- package/types/components/icons/user.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +36 -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/snippet-callbacks.vue.d.ts +27 -0
- package/types/components/snippet-callbacks.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 +15 -0
- package/types/utils/origin.d.ts.map +1 -0
- package/types/utils/sanitize.d.ts +9 -0
- package/types/utils/sanitize.d.ts.map +1 -0
- package/types/utils/storage.d.ts +11 -0
- package/types/utils/storage.d.ts.map +1 -0
- package/types/utils/string.d.ts +37 -0
- package/types/utils/string.d.ts.map +1 -0
- package/types/utils/throttle.d.ts +12 -0
- package/types/utils/throttle.d.ts.map +1 -0
- package/types/utils/types.d.ts +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 +185 -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 +80 -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/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 +116 -0
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/wiring.d.ts +64 -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 +69 -0
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +34 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/config.types.d.ts +12 -0
- package/types/x-modules/related-tags/config.types.d.ts.map +1 -0
- package/types/x-modules/related-tags/events.types.d.ts +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 +31 -0
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +37 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/promoted.vue.d.ts +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 +31 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts +26 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -0
- package/types/x-modules/search/config.types.d.ts +12 -0
- package/types/x-modules/search/config.types.d.ts.map +1 -0
- package/types/x-modules/search/events.types.d.ts +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 +21 -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 +32 -0
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-input.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/components/tagging.vue.d.ts +47 -0
- package/types/x-modules/tagging/components/tagging.vue.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 +8 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +3 -0
- package/types/x-modules/tagging/service/index.d.ts.map +1 -0
- package/types/x-modules/tagging/service/session.service.d.ts +37 -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/actions/index.d.ts +2 -0
- package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts +9 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -0
- package/types/x-modules/tagging/store/index.d.ts +5 -0
- package/types/x-modules/tagging/store/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/module.d.ts +8 -0
- package/types/x-modules/tagging/store/module.d.ts.map +1 -0
- package/types/x-modules/tagging/store/types.d.ts +70 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -0
- package/types/x-modules/tagging/wiring.d.ts +48 -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/css/global.scss +0 -1
- package/static-docs/css/utils/utils.scss +0 -35
- package/static-docs/css/xcomponents/clear-search-input.scss +0 -9
- package/static-docs/css/xcomponents/index.scss +0 -16
- package/static-docs/css/xcomponents/search-input.scss +0 -10
- package/static-docs/css/xcomponents/suggestions.scss +0 -19
- package/static-docs/guide/getting-started/components/clear-search-input.md +0 -93
- package/static-docs/guide/getting-started/components/live-examples.md +0 -95
- package/static-docs/guide/getting-started/components/query-suggestions.md +0 -71
- package/static-docs/guide/getting-started/components/search-button.md +0 -93
- package/static-docs/guide/getting-started/components/search-input.md +0 -100
- package/static-docs/guide/getting-started/install-xplugin.md +0 -67
- package/static-docs/guide/getting-started/use-components.md +0 -70
- package/static-docs/guide/install.md +0 -25
- package/static-docs/react-components/ReactComponents.jsx +0 -46
- package/static-docs/react-components/Utils.jsx +0 -34
- package/tests/.eslintignore +0 -1
- package/tests/.eslintrc.js +0 -6
- package/tests/e2e/README.md +0 -9
- package/tests/e2e/plugins/index.js +0 -8
- package/tests/e2e/specs/cucumber/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,4830 @@
|
|
|
1
|
+
## API Report File for "@empathyco/x-components"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { ActionContext } from 'vuex';
|
|
8
|
+
import { ComponentOptions } from 'vue';
|
|
9
|
+
import { CreateElement } from 'vue';
|
|
10
|
+
import { DirectiveOptions } from 'vue';
|
|
11
|
+
import { ExtendedVue } from 'vue/types/vue';
|
|
12
|
+
import { Module } from 'vuex';
|
|
13
|
+
import { Observable } from 'rxjs';
|
|
14
|
+
import { PluginObject } from 'vue';
|
|
15
|
+
import { StorageService } from '@empathyco/x-storage-service';
|
|
16
|
+
import { Store } from 'vuex';
|
|
17
|
+
import { Subject } from 'rxjs';
|
|
18
|
+
import { Subscription } from 'rxjs';
|
|
19
|
+
import { VNode } from 'vue';
|
|
20
|
+
import { default as Vue_2 } from 'vue';
|
|
21
|
+
import { Vue as Vue_3 } from 'vue-property-decorator';
|
|
22
|
+
import { VueClass } from 'vue-class-component/lib/declarations';
|
|
23
|
+
import { VueConstructor } from 'vue';
|
|
24
|
+
import { WatchOptions } from 'vue';
|
|
25
|
+
|
|
26
|
+
// @internal
|
|
27
|
+
export interface AbsoluteDistances {
|
|
28
|
+
// (undocumented)
|
|
29
|
+
x: number;
|
|
30
|
+
// (undocumented)
|
|
31
|
+
y: number;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export type ActionNamesFor<ModuleName extends XModuleName> = keyof ExtractActions<XModulesTree[ModuleName]>;
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export type ActionsClass<Module extends AnyXStoreModule> = Partial<Module['actions']>;
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export type ActionsDictionary<Actions> = Record<keyof Actions, (payload?: any) => any>;
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export type ActionsTree<State extends Dictionary, Getters extends Dictionary, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> = {
|
|
45
|
+
[Key in keyof Actions]: (context: XActionContext<State, Getters, Mutations, Actions>, payload: ExtractPayload<Actions[Key]>) => ReturnType<Actions[Key]> | Promise<ReturnType<Actions[Key]>>;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export const addQueryToHistory: ({ state, dispatch }: HistoryQueriesActionContext, query: string) => void | Promise<void>;
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export class AddQueryToHistoryAction implements ActionsClass<HistoryQueriesXStoreModule> {
|
|
53
|
+
addQueryToHistory({ state, dispatch }: HistoryQueriesActionContext, query: string): void | Promise<void>;
|
|
54
|
+
// Warning: (ae-forgotten-export) The symbol "HistoryQuery" needs to be exported by the entry point index.d.ts
|
|
55
|
+
//
|
|
56
|
+
// @internal
|
|
57
|
+
protected createHistoryQuery(query: string): HistoryQuery_2;
|
|
58
|
+
// @internal
|
|
59
|
+
protected createNewHistory(currentHistory: HistoryQuery_2[], normalizedQuery: string): HistoryQuery_2[] | null;
|
|
60
|
+
// @internal
|
|
61
|
+
protected isAddAction([lastWords, newWords]: Pair<string[]>, [lastQuery, newQuery]: Pair<string>): boolean;
|
|
62
|
+
// @internal
|
|
63
|
+
protected isQueryBeingRefined(lastWords: string[], newWords: string[]): boolean;
|
|
64
|
+
// @internal
|
|
65
|
+
protected isReplaceAction([lastWords, newWords]: Pair<string[]>, [lastQuery, newQuery]: Pair<string>): boolean;
|
|
66
|
+
// @internal
|
|
67
|
+
protected removeNewQueryFromHistory(currentHistory: HistoryQuery_2[], normalizedQuery: string): HistoryQuery_2[];
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export const addQueryToHistoryQueries: Wire<string>;
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export class AllFilter extends Vue_2 {
|
|
75
|
+
// @internal
|
|
76
|
+
protected get clickEvent(): Partial<XEventsTypes>;
|
|
77
|
+
// @internal
|
|
78
|
+
protected get cssClasses(): VueCSSClasses;
|
|
79
|
+
// Warning: (ae-forgotten-export) The symbol "Facet" needs to be exported by the entry point index.d.ts
|
|
80
|
+
facet: Facet;
|
|
81
|
+
protected get isSelected(): boolean;
|
|
82
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export class AnimateWidth extends Vue_2 {
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type AnyFunction = (...args: any[]) => any;
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export type AnyGettersTree = GettersTree<Dictionary, Dictionary>;
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export type AnyMutationsTree = MutationsTree<Dictionary, MutationsDictionary<any>>;
|
|
100
|
+
|
|
101
|
+
// @public
|
|
102
|
+
export type AnySimpleStateSelector = SimpleStateSelector<any, any, any>;
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export type AnyStateSelector = StateSelector<any, any, any>;
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export type AnyStoreEmitters = StoreEmitters<AnyXStoreModule>;
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export type AnyWire = Wire<any>;
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export type AnyXModule = XModule<AnyXStoreModule>;
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export type AnyXStoreModule = XStoreModule<any, any, any, any>;
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export type AnyXStoreModuleOption = XStoreModuleOptions<AnyXStoreModule>;
|
|
121
|
+
|
|
122
|
+
// Warning: (ae-forgotten-export) The symbol "Filter" needs to be exported by the entry point index.d.ts
|
|
123
|
+
//
|
|
124
|
+
// @public
|
|
125
|
+
export function areFiltersDifferent(someFilters: Filter[], anotherFilters: Filter[]): boolean;
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export function arrayToObject(array: string[]): Record<string, string>;
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export function arrayToObject<ArrayType, KeyType extends string | number>(array: ArrayType[], key: PropsWithType<ArrayType, KeyType>): Record<string, ArrayType>;
|
|
132
|
+
|
|
133
|
+
// @public (undocumented)
|
|
134
|
+
export const ArrowIcon: {};
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export type ArrowKey = 'ArrowUp' | 'ArrowDown' | 'ArrowRight' | 'ArrowLeft';
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export class AutoProgressBar extends Vue_2 {
|
|
141
|
+
// @internal
|
|
142
|
+
protected get cssStyles(): Partial<CSSStyleDeclaration>;
|
|
143
|
+
durationInSeconds: number;
|
|
144
|
+
isLoading: boolean;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// @public (undocumented)
|
|
148
|
+
export const BagIcon: {};
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export class Banner extends Vue_2 {
|
|
152
|
+
// Warning: (ae-forgotten-export) The symbol "Banner" needs to be exported by the entry point index.d.ts
|
|
153
|
+
banner: Banner_2;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export class BannersList extends ItemsListInjectionMixin {
|
|
158
|
+
protected animation: Vue_2 | string;
|
|
159
|
+
// @internal
|
|
160
|
+
get items(): ListItem[];
|
|
161
|
+
stateItems: Banner_2[];
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public (undocumented)
|
|
165
|
+
export const BarCodeIcon: {};
|
|
166
|
+
|
|
167
|
+
// @public (undocumented)
|
|
168
|
+
export const BarcodeTinyIcon: {};
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export class BaseAddToCart extends Vue_2 {
|
|
172
|
+
protected get events(): Partial<XEventsTypes>;
|
|
173
|
+
// Warning: (ae-forgotten-export) The symbol "Result" needs to be exported by the entry point index.d.ts
|
|
174
|
+
protected result: Result;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// Warning: (ae-forgotten-export) The symbol "BaseColumnPickerDropdown_base" needs to be exported by the entry point index.d.ts
|
|
178
|
+
//
|
|
179
|
+
// @public
|
|
180
|
+
export class BaseColumnPickerDropdown extends BaseColumnPickerDropdown_base {
|
|
181
|
+
animation?: string | typeof Vue_2;
|
|
182
|
+
emitEvent(column: number): void;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// Warning: (ae-forgotten-export) The symbol "BaseColumnPickerList_base" needs to be exported by the entry point index.d.ts
|
|
186
|
+
//
|
|
187
|
+
// @public
|
|
188
|
+
export class BaseColumnPickerList extends BaseColumnPickerList_base {
|
|
189
|
+
// Warning: (ae-forgotten-export) The symbol "ColumnPickerItem" needs to be exported by the entry point index.d.ts
|
|
190
|
+
//
|
|
191
|
+
// @internal
|
|
192
|
+
protected get columnsWithCssClasses(): ColumnPickerItem[];
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export class BaseCurrency extends Vue_2 {
|
|
197
|
+
// @internal
|
|
198
|
+
protected get currency(): string;
|
|
199
|
+
protected format?: string;
|
|
200
|
+
injectedFormat: string;
|
|
201
|
+
// @internal
|
|
202
|
+
protected get renderedFormat(): string;
|
|
203
|
+
protected value: number;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export class BaseDropdown extends Vue_2 {
|
|
208
|
+
// (undocumented)
|
|
209
|
+
$refs: {
|
|
210
|
+
itemButtons: HTMLButtonElement[];
|
|
211
|
+
};
|
|
212
|
+
// @internal
|
|
213
|
+
protected addDocumentCloseListeners(): void;
|
|
214
|
+
animation: typeof Vue_2 | string;
|
|
215
|
+
// @internal
|
|
216
|
+
protected beforeDestroy(): void;
|
|
217
|
+
// @internal
|
|
218
|
+
protected close(): void;
|
|
219
|
+
protected closeIfEventIsOutOfDropdown(event: MouseEvent | TouchEvent | FocusEvent): void;
|
|
220
|
+
// @internal
|
|
221
|
+
protected get dropdownCSSClasses(): VueCSSClasses;
|
|
222
|
+
// @internal
|
|
223
|
+
protected emitSelectedItemChanged(item: DropdownItem): void;
|
|
224
|
+
// @internal
|
|
225
|
+
protected focusHighlightedItem(highlightedItemIndex: number): void;
|
|
226
|
+
// @internal
|
|
227
|
+
protected highlightedItemIndex: number;
|
|
228
|
+
// @internal
|
|
229
|
+
protected highlightFirstItem(): void;
|
|
230
|
+
// @internal
|
|
231
|
+
protected highlightLastItem(): void;
|
|
232
|
+
// @internal
|
|
233
|
+
protected highlightMatchingItem(search: string): void;
|
|
234
|
+
// @internal
|
|
235
|
+
protected highlightNextItem(): void;
|
|
236
|
+
// @internal
|
|
237
|
+
protected highlightPreviousItem(): void;
|
|
238
|
+
// @internal
|
|
239
|
+
protected isOpen: boolean;
|
|
240
|
+
// Warning: (ae-forgotten-export) The symbol "DropdownItem" needs to be exported by the entry point index.d.ts
|
|
241
|
+
items: DropdownItem[];
|
|
242
|
+
// @internal
|
|
243
|
+
protected get itemsCSSClasses(): VueCSSClasses[];
|
|
244
|
+
// @internal
|
|
245
|
+
protected open(): void;
|
|
246
|
+
// @internal
|
|
247
|
+
protected removeDocumentCloseListeners(): void;
|
|
248
|
+
// @internal
|
|
249
|
+
protected resetSearch(): void;
|
|
250
|
+
// @internal
|
|
251
|
+
protected restartResetSearchTimeout: () => void;
|
|
252
|
+
// @internal
|
|
253
|
+
protected searchBuffer: string;
|
|
254
|
+
searchTimeoutMs: number;
|
|
255
|
+
// @internal
|
|
256
|
+
protected syncCloseListeners(isOpen: boolean): void;
|
|
257
|
+
// @internal
|
|
258
|
+
protected toggle(): void;
|
|
259
|
+
// @internal
|
|
260
|
+
protected updateHighlightedItem(isOpen: boolean): void;
|
|
261
|
+
// @internal
|
|
262
|
+
protected updateSearchBuffer(event: KeyboardEvent): void;
|
|
263
|
+
// @internal
|
|
264
|
+
protected updateSearchTimeout(searchTimeoutMs: number): void;
|
|
265
|
+
value: DropdownItem | null;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export class BaseEventButton extends Vue_2 {
|
|
270
|
+
// (undocumented)
|
|
271
|
+
protected emitEvents(): void;
|
|
272
|
+
protected events: Partial<XEventsTypes>;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export class BaseEventsModal extends Vue_2 {
|
|
277
|
+
animation?: Vue_2 | string;
|
|
278
|
+
bodyClickEvent: XEvent;
|
|
279
|
+
// @internal
|
|
280
|
+
closeModal(): void;
|
|
281
|
+
protected emitBodyClickEvent(event: MouseEvent | FocusEvent): void;
|
|
282
|
+
eventsToCloseModal: XEvent[];
|
|
283
|
+
eventsToOpenModal: XEvent[];
|
|
284
|
+
protected isOpen: boolean;
|
|
285
|
+
protected openerElement?: HTMLElement;
|
|
286
|
+
// @internal
|
|
287
|
+
openModal(_payload: unknown, metadata: WireMetadata): void;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export class BaseEventsModalClose extends Vue_2 {
|
|
292
|
+
// (undocumented)
|
|
293
|
+
protected closingEvent: PropsWithType<XEventsTypes, void>;
|
|
294
|
+
// (undocumented)
|
|
295
|
+
protected get events(): Partial<XEventsTypes>;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export class BaseEventsModalOpen extends Vue_2 {
|
|
300
|
+
// (undocumented)
|
|
301
|
+
protected get events(): Partial<XEventsTypes>;
|
|
302
|
+
// (undocumented)
|
|
303
|
+
protected openingEvent: PropsWithType<XEventsTypes, void>;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public (undocumented)
|
|
307
|
+
export const BaseFallbackImage: {};
|
|
308
|
+
|
|
309
|
+
// @public
|
|
310
|
+
export class BaseFilter extends Vue_2 {
|
|
311
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
312
|
+
// @internal
|
|
313
|
+
protected get cssClasses(): VueCSSClasses;
|
|
314
|
+
// @internal
|
|
315
|
+
protected get events(): Partial<XEventsTypes>;
|
|
316
|
+
// Warning: (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
317
|
+
filter: BooleanFilter;
|
|
318
|
+
// @internal
|
|
319
|
+
protected get isDisabled(): boolean;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// @internal
|
|
323
|
+
export abstract class BaseFilterEntityModifier implements FilterEntity {
|
|
324
|
+
constructor(store: Store<RootXStoreState>, entity: FilterEntity);
|
|
325
|
+
deselect(filter: Filter): void;
|
|
326
|
+
// (undocumented)
|
|
327
|
+
protected entity: FilterEntity;
|
|
328
|
+
select(filter: Filter): void;
|
|
329
|
+
// (undocumented)
|
|
330
|
+
protected store: Store<RootXStoreState>;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export class BaseGrid extends Vue_2 {
|
|
335
|
+
protected animation: Vue_2 | string;
|
|
336
|
+
protected columns: number;
|
|
337
|
+
protected get computedItems(): ListItem[];
|
|
338
|
+
// @internal
|
|
339
|
+
protected get cssClasses(): VueCSSClasses;
|
|
340
|
+
// Warning: (ae-forgotten-export) The symbol "GridItem" needs to be exported by the entry point index.d.ts
|
|
341
|
+
//
|
|
342
|
+
// @internal
|
|
343
|
+
protected get gridItems(): GridItem[];
|
|
344
|
+
// @internal
|
|
345
|
+
injectedListItems: ListItem[];
|
|
346
|
+
protected items: ListItem[];
|
|
347
|
+
// @internal
|
|
348
|
+
protected get style(): Partial<CSSStyleDeclaration>;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export class BaseHeaderTogglePanel extends Vue_2 {
|
|
353
|
+
protected animation: Vue_2 | string;
|
|
354
|
+
// @internal
|
|
355
|
+
protected emitOpenStatusEvent(): void;
|
|
356
|
+
// @internal
|
|
357
|
+
protected open: boolean;
|
|
358
|
+
protected startCollapsed: boolean;
|
|
359
|
+
// @internal
|
|
360
|
+
protected toggleOpen(): void;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export class BaseIdModal extends Vue_2 {
|
|
365
|
+
animation?: Vue_2 | string;
|
|
366
|
+
closeModal(payload: string): void;
|
|
367
|
+
protected emitClickOutOfModal(event: MouseEvent | FocusEvent): void;
|
|
368
|
+
protected isOpen: boolean;
|
|
369
|
+
modalId: string;
|
|
370
|
+
protected openerElement?: HTMLElement;
|
|
371
|
+
openModal(modalId: string, metadata: WireMetadata): void;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export class BaseIdModalClose extends Vue_2 {
|
|
376
|
+
// (undocumented)
|
|
377
|
+
protected get events(): Partial<XEventsTypes>;
|
|
378
|
+
// (undocumented)
|
|
379
|
+
protected modalId: string;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
// @public
|
|
383
|
+
export class BaseIdModalOpen extends Vue_2 {
|
|
384
|
+
// (undocumented)
|
|
385
|
+
protected get events(): Partial<XEventsTypes>;
|
|
386
|
+
// (undocumented)
|
|
387
|
+
protected modalId: string;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export class BaseIdTogglePanel extends Vue_2 {
|
|
392
|
+
protected animation: Vue_2;
|
|
393
|
+
created(): void;
|
|
394
|
+
emitStateEvent(): void;
|
|
395
|
+
protected isOpen: boolean;
|
|
396
|
+
panelId: string;
|
|
397
|
+
protected startOpen: boolean;
|
|
398
|
+
togglePanel(panelId: string): void;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export class BaseIdTogglePanelButton extends Vue_2 {
|
|
403
|
+
// @internal
|
|
404
|
+
protected get events(): Partial<XEventsTypes>;
|
|
405
|
+
protected isPanelOpen: boolean;
|
|
406
|
+
protected panelId: string;
|
|
407
|
+
updatePanelState(newState: boolean, { id }: WireMetadata): void;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export class BaseKeyboardNavigation extends Vue_2 {
|
|
412
|
+
protected elementToFocus: HTMLElement | undefined;
|
|
413
|
+
protected eventsForDirectionLimit: Partial<EventsForDirectionLimit>;
|
|
414
|
+
// @internal
|
|
415
|
+
protected focusNextNavigableElement(direction: ArrowKey | KeyboardEvent): void;
|
|
416
|
+
// (undocumented)
|
|
417
|
+
mounted(): void;
|
|
418
|
+
protected navigationHijacker: TakeNavigationControl[];
|
|
419
|
+
protected get navigationHijackerEvents(): XEventsOf<ArrowKey>[];
|
|
420
|
+
protected navigationService: SpatialNavigation;
|
|
421
|
+
triggerNavigation(eventPayload: ArrowKey, metadata: WireMetadata): void;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
// @public
|
|
425
|
+
export class BaseModal extends Vue_2 {
|
|
426
|
+
// (undocumented)
|
|
427
|
+
$refs: {
|
|
428
|
+
modal: HTMLDivElement;
|
|
429
|
+
};
|
|
430
|
+
// @internal
|
|
431
|
+
protected addBodyListeners(): void;
|
|
432
|
+
animation: Vue_2 | string;
|
|
433
|
+
// @internal
|
|
434
|
+
protected disableScroll(): void;
|
|
435
|
+
// @internal
|
|
436
|
+
protected emitFocusInBody(event: FocusEvent): void;
|
|
437
|
+
// @internal
|
|
438
|
+
protected emitOverlayClicked(event: MouseEvent): void;
|
|
439
|
+
// @internal
|
|
440
|
+
protected enableScroll(): void;
|
|
441
|
+
// (undocumented)
|
|
442
|
+
protected mounted(): void;
|
|
443
|
+
open: boolean;
|
|
444
|
+
protected previousBodyOverflow: string;
|
|
445
|
+
protected previousHTMLOverflow: string;
|
|
446
|
+
// @internal
|
|
447
|
+
protected removeBodyListeners(): void;
|
|
448
|
+
protected showOverlay: boolean;
|
|
449
|
+
// @internal
|
|
450
|
+
protected syncBody(isOpen: boolean): void;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// @public (undocumented)
|
|
454
|
+
export const BasePlaceholderImage: {};
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export class BasePriceFilterLabel extends Vue_2 {
|
|
458
|
+
filter: {
|
|
459
|
+
range: RangeValue;
|
|
460
|
+
};
|
|
461
|
+
format?: string;
|
|
462
|
+
from: string;
|
|
463
|
+
fromTo: string;
|
|
464
|
+
protected get label(): string;
|
|
465
|
+
lessThan: string;
|
|
466
|
+
// (undocumented)
|
|
467
|
+
render(createElement: CreateElement): VNode;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
// @public
|
|
471
|
+
export class BaseRating extends Vue_2 {
|
|
472
|
+
// @internal
|
|
473
|
+
protected get ariaLabel(): string;
|
|
474
|
+
// @internal
|
|
475
|
+
protected get calculateFilledWrapperWidth(): string;
|
|
476
|
+
protected max: number;
|
|
477
|
+
protected value: number;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export class BaseRatingFilterLabel extends Vue_2 {
|
|
482
|
+
filter: BooleanFilter;
|
|
483
|
+
protected max: number;
|
|
484
|
+
// @internal
|
|
485
|
+
protected get value(): number;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export class BaseResultCurrentPrice extends Vue_2 {
|
|
490
|
+
// @internal
|
|
491
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
492
|
+
protected format?: string;
|
|
493
|
+
protected result: Result;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export class BaseResultImage extends Vue_2 {
|
|
498
|
+
$refs: {
|
|
499
|
+
image: HTMLElement;
|
|
500
|
+
};
|
|
501
|
+
animation: string | typeof Vue_2;
|
|
502
|
+
// @internal
|
|
503
|
+
protected createObserver(): void;
|
|
504
|
+
protected failedImages: string[];
|
|
505
|
+
// @internal
|
|
506
|
+
protected flagImageAsFailed(): void;
|
|
507
|
+
// @internal
|
|
508
|
+
protected flagImageLoaded(): void;
|
|
509
|
+
// @internal
|
|
510
|
+
protected get hasAllImagesFailed(): boolean;
|
|
511
|
+
protected hasEnteredView: boolean;
|
|
512
|
+
protected hasImageLoaded: boolean;
|
|
513
|
+
// @internal
|
|
514
|
+
protected get imageSrc(): string;
|
|
515
|
+
// @internal
|
|
516
|
+
protected get isIntersectionObserverAvailable(): boolean;
|
|
517
|
+
// (undocumented)
|
|
518
|
+
mounted(): void;
|
|
519
|
+
// @internal
|
|
520
|
+
protected observerHandler(entries: IntersectionObserverEntry[], observer: IntersectionObserver): void;
|
|
521
|
+
protected result: Result;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export class BaseResultLink extends Vue_2 {
|
|
526
|
+
// @internal
|
|
527
|
+
$el: HTMLElement;
|
|
528
|
+
// @internal
|
|
529
|
+
protected emitUserClickedAResult(): void;
|
|
530
|
+
// @internal
|
|
531
|
+
protected emitUserRightClickedAResult(): void;
|
|
532
|
+
protected result: Result;
|
|
533
|
+
// @internal
|
|
534
|
+
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
// @public
|
|
538
|
+
export class BaseResultPreviousPrice extends Vue_2 {
|
|
539
|
+
protected format: string;
|
|
540
|
+
protected result: Result;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
// Warning: (ae-forgotten-export) The symbol "BaseScroll_base" needs to be exported by the entry point index.d.ts
|
|
544
|
+
//
|
|
545
|
+
// @public
|
|
546
|
+
export class BaseScroll extends BaseScroll_base {
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export class BaseSuggestion extends Vue_2 {
|
|
551
|
+
protected get dynamicCSSClasses(): VueCSSClasses;
|
|
552
|
+
protected emitEvents(): void;
|
|
553
|
+
protected get events(): Partial<XEventsTypes>;
|
|
554
|
+
protected feature?: QueryFeature;
|
|
555
|
+
// @internal
|
|
556
|
+
protected get hasMatchingQuery(): boolean;
|
|
557
|
+
protected query: string;
|
|
558
|
+
protected get queryHTML(): string;
|
|
559
|
+
// @internal
|
|
560
|
+
protected splitAt(label: string, start: number, skip: number): [string, string, string];
|
|
561
|
+
// Warning: (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
562
|
+
protected suggestion: Suggestion;
|
|
563
|
+
protected suggestionSelectedEvents: Partial<XEventsTypes>;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export class BaseSuggestions extends Vue_2 {
|
|
568
|
+
protected animation: Vue_2 | string;
|
|
569
|
+
// @internal
|
|
570
|
+
protected getFacetKey(facet: Facet): string;
|
|
571
|
+
// @internal
|
|
572
|
+
protected getFacetsKey(facets: Facet[]): string;
|
|
573
|
+
protected maxItemsToRender?: number;
|
|
574
|
+
protected suggestions: Suggestion[];
|
|
575
|
+
// @internal
|
|
576
|
+
protected get suggestionsKeys(): string[];
|
|
577
|
+
// @internal
|
|
578
|
+
protected get suggestionsToRender(): Suggestion[];
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export class BaseTogglePanel extends Vue_2 {
|
|
583
|
+
protected animation: Vue_2 | string;
|
|
584
|
+
protected open: boolean;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export class BaseVariableColumnGrid extends Vue_2 {
|
|
589
|
+
protected animation: Vue_2 | string;
|
|
590
|
+
// @internal
|
|
591
|
+
protected columns: number;
|
|
592
|
+
protected items?: ListItem[];
|
|
593
|
+
// @internal
|
|
594
|
+
setColumns(newColumns: number): void;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export class BaseXAPI implements XAPI {
|
|
599
|
+
// @internal
|
|
600
|
+
protected bus: XBus;
|
|
601
|
+
init(config: SnippetConfig): void;
|
|
602
|
+
// @internal
|
|
603
|
+
protected initCallback: (config: SnippetConfig) => any;
|
|
604
|
+
// @internal
|
|
605
|
+
protected isXInitialized: boolean;
|
|
606
|
+
search(query?: string): void;
|
|
607
|
+
// @internal
|
|
608
|
+
setBus(bus: XBus): void;
|
|
609
|
+
setInitCallback(initCallback: (config: SnippetConfig) => any): void;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
// @public
|
|
613
|
+
export class BaseXBus implements XBus {
|
|
614
|
+
emit<Event extends XEvent>(event: Event, payload?: XEventPayload<Event>, metadata?: WireMetadata): void;
|
|
615
|
+
// @internal
|
|
616
|
+
protected emitters: Emitters;
|
|
617
|
+
// @internal
|
|
618
|
+
protected getOrCreateEmitter<Event extends XEvent>(event: Event): Emitter<Event>;
|
|
619
|
+
on<Event extends XEvent>(event: Event, withMetadata?: boolean): Observable<WirePayload<XEventPayload<Event>> | XEventPayload<Event>>;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @internal
|
|
623
|
+
export const bus: XBus;
|
|
624
|
+
|
|
625
|
+
// @public
|
|
626
|
+
export const cancelFetchAndSaveIdentifierResults: () => void;
|
|
627
|
+
|
|
628
|
+
// @public
|
|
629
|
+
export const cancelFetchAndSaveIdentifierResultsWire: AnyWire;
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export const cancelFetchAndSaveNextQueries: () => void;
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export const cancelFetchAndSavePopularSearches: () => void;
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export const cancelFetchAndSaveQuerySuggestions: () => void;
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export const cancelFetchAndSaveRecommendations: () => void;
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export const cancelFetchAndSaveRelatedTags: () => void;
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export const cancelFetchAndSaveRelatedTagsWire: AnyWire;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export const cancelFetchAndSaveSearchResponse: () => void;
|
|
651
|
+
|
|
652
|
+
// @public
|
|
653
|
+
export const cancelFetchAndSaveSearchResponseWire: AnyWire;
|
|
654
|
+
|
|
655
|
+
// @public
|
|
656
|
+
export const cancelFetchAndSaveSuggestionsWire: AnyWire;
|
|
657
|
+
|
|
658
|
+
// @internal
|
|
659
|
+
export function cancellablePromise<T, K = unknown>(promise: Promise<T>, cancelCallback?: (payload?: K) => void): CancellablePromiseFunction<T, K>;
|
|
660
|
+
|
|
661
|
+
// @internal
|
|
662
|
+
export interface CancellablePromiseFunction<T, K = unknown> {
|
|
663
|
+
cancel: (payload?: K) => void;
|
|
664
|
+
promise: Promise<T>;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @internal
|
|
668
|
+
export const CancelSymbol: unique symbol;
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export function capitalize(str: string): string;
|
|
672
|
+
|
|
673
|
+
// @public (undocumented)
|
|
674
|
+
export const CartIcon: {};
|
|
675
|
+
|
|
676
|
+
// @public (undocumented)
|
|
677
|
+
export const CheckboxCardSelectedIcon: {};
|
|
678
|
+
|
|
679
|
+
// @public (undocumented)
|
|
680
|
+
export const CheckboxCardUnselectedIcon: {};
|
|
681
|
+
|
|
682
|
+
// @public (undocumented)
|
|
683
|
+
export const CheckboxSelectedIcon: {};
|
|
684
|
+
|
|
685
|
+
// @public (undocumented)
|
|
686
|
+
export const CheckboxUnselectedIcon: {};
|
|
687
|
+
|
|
688
|
+
// @public (undocumented)
|
|
689
|
+
export const CheckIcon: {};
|
|
690
|
+
|
|
691
|
+
// @public (undocumented)
|
|
692
|
+
export const CheckTinyIcon: {};
|
|
693
|
+
|
|
694
|
+
// @public (undocumented)
|
|
695
|
+
export const ChevronDownIcon: {};
|
|
696
|
+
|
|
697
|
+
// @public (undocumented)
|
|
698
|
+
export const ChevronLeftIcon: {};
|
|
699
|
+
|
|
700
|
+
// @public (undocumented)
|
|
701
|
+
export const ChevronRightIcon: {};
|
|
702
|
+
|
|
703
|
+
// @public (undocumented)
|
|
704
|
+
export const ChevronTinyDownIcon: {};
|
|
705
|
+
|
|
706
|
+
// @public (undocumented)
|
|
707
|
+
export const ChevronTinyLeftIcon: {};
|
|
708
|
+
|
|
709
|
+
// @public (undocumented)
|
|
710
|
+
export const ChevronTinyRightIcon: {};
|
|
711
|
+
|
|
712
|
+
// @public (undocumented)
|
|
713
|
+
export const ChevronTinyUpIcon: {};
|
|
714
|
+
|
|
715
|
+
// @public (undocumented)
|
|
716
|
+
export const ChevronUpIcon: {};
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export function cleanUndefined<T>(obj: T): T;
|
|
720
|
+
|
|
721
|
+
// @public
|
|
722
|
+
export class ClearFilters extends Vue_2 {
|
|
723
|
+
// @internal
|
|
724
|
+
allSelectedFilters: Filter[];
|
|
725
|
+
alwaysVisible: boolean;
|
|
726
|
+
// @internal
|
|
727
|
+
protected get areThereSelectedFilters(): boolean;
|
|
728
|
+
// @internal
|
|
729
|
+
protected get cssClasses(): VueCSSClasses;
|
|
730
|
+
// @internal
|
|
731
|
+
protected get events(): Partial<XEventsTypes>;
|
|
732
|
+
facetsIds?: Array<Facet['id']>;
|
|
733
|
+
// @internal
|
|
734
|
+
protected get facetsSelectedFilters(): Filter[];
|
|
735
|
+
// @internal
|
|
736
|
+
protected get show(): boolean;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export class ClearHistoryQueries extends Vue_2 {
|
|
741
|
+
// @internal
|
|
742
|
+
protected clearHistoryQueriesEvents: Partial<XEventsTypes>;
|
|
743
|
+
// @internal
|
|
744
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
745
|
+
// @internal
|
|
746
|
+
historyQueries: HistoryQuery_2[];
|
|
747
|
+
// @internal
|
|
748
|
+
protected get isHistoryQueriesEmpty(): boolean;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export const clearHistoryQueries: AnyWire;
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export const clearHistoryQueriesQuery: AnyWire;
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export const clearIdentifierResultsQuery: AnyWire;
|
|
759
|
+
|
|
760
|
+
// @public
|
|
761
|
+
export const clearPendingScrollToWire: AnyWire;
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export const clearQuerySuggestionsQuery: AnyWire;
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export const clearRelatedTagsQuery: AnyWire;
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export class ClearSearchInput extends Vue_2 {
|
|
771
|
+
// @internal
|
|
772
|
+
protected clearSearchInputEvents: Partial<XEventsTypes>;
|
|
773
|
+
// (undocumented)
|
|
774
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
775
|
+
// (undocumented)
|
|
776
|
+
protected get isQueryEmpty(): boolean;
|
|
777
|
+
// (undocumented)
|
|
778
|
+
query: string;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export const clearSelectedRelatedTags: AnyWire;
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export function clone<Something>(something: Something): Something;
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export class CollapseFromTop extends Vue_2 {
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export class CollapseHeight extends Vue_2 {
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// @public
|
|
796
|
+
export class CollapseWidth extends Vue_2 {
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
// @public
|
|
800
|
+
export class ColumnPickerMixin extends Vue_2 {
|
|
801
|
+
// @internal
|
|
802
|
+
beforeMount(): void;
|
|
803
|
+
protected columns: number[];
|
|
804
|
+
// @internal
|
|
805
|
+
protected emitChange(column: number): void;
|
|
806
|
+
// @internal
|
|
807
|
+
get providedSelectedColumns(): number;
|
|
808
|
+
// @internal
|
|
809
|
+
selectedColumns: number;
|
|
810
|
+
// @internal
|
|
811
|
+
setSelectedColumns(columns: number): void;
|
|
812
|
+
protected value?: number;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export function compileMessage(message: string, params: Dictionary<string | number>): string;
|
|
817
|
+
|
|
818
|
+
// Warning: (ae-forgotten-export) The symbol "AnimatedProperty" needs to be exported by the entry point index.d.ts
|
|
819
|
+
//
|
|
820
|
+
// @public
|
|
821
|
+
export function createCollapseAnimationMixin(property: AnimatedProperty): ComponentOptions<Vue_2>;
|
|
822
|
+
|
|
823
|
+
// @internal
|
|
824
|
+
export function createEmitterArrayFilter<T>(comparator: keyof T | ((item1: T, item2: T) => boolean)): (newCollection: Array<T>, oldCollection: Array<T>) => boolean;
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export function createFetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request, Response>({ fetch, onSuccess, onError, onCancel }: FetchAndSaveHooks<Context, Request, Response>): FetchAndSaveActions<Context, Request>;
|
|
828
|
+
|
|
829
|
+
// @internal
|
|
830
|
+
export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigin | ResultOrigin | null;
|
|
831
|
+
|
|
832
|
+
// @public
|
|
833
|
+
export function createRawFilters(filterIds: Array<Filter['id']>): Filter[];
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export function createStoreEmitters<Module extends AnyXStoreModule, Emitters extends StoreEmitters<Module>>(storeModule: Module, emitters: Emitters): Emitters;
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export function createWireFromFunction<Payload>(fn: (parameters: WireParams<Payload>) => void): Wire<Payload>;
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export function createWiring<T extends Partial<Wiring>>(wiring: T): T;
|
|
843
|
+
|
|
844
|
+
// Warning: (ae-forgotten-export) The symbol "PrivateExtendedVueComponent" needs to be exported by the entry point index.d.ts
|
|
845
|
+
//
|
|
846
|
+
// @internal
|
|
847
|
+
export const createXComponentAPIMixin: (bus: XBus) => ComponentOptions<Vue_2> & ThisType<PrivateExtendedVueComponent>;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export class CrossFade extends Vue_2 {
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public (undocumented)
|
|
854
|
+
export const CrossIcon: {};
|
|
855
|
+
|
|
856
|
+
// @public (undocumented)
|
|
857
|
+
export const CrossTinyIcon: {};
|
|
858
|
+
|
|
859
|
+
// @public
|
|
860
|
+
export function currencyFormatter(value: number, format?: string): string;
|
|
861
|
+
|
|
862
|
+
// @public
|
|
863
|
+
export function Debounce(debounceTimeInMs: number, debounceOptions?: DebounceOptions): DecoratorFor<AnyFunction>;
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export function debounce<Payload>(wire: Wire<Payload>, timeInMs: TimeRetrieving | number, raceEvent?: XEvent | XEvent[]): Wire<Payload>;
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface DebouncedFunction<Params extends any[]> {
|
|
870
|
+
// (undocumented)
|
|
871
|
+
(...args: Params): void;
|
|
872
|
+
// (undocumented)
|
|
873
|
+
cancel(): void;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
// @public
|
|
877
|
+
export const debounceFunction: <Params extends any[]>(fn: (...args: Params) => void, debounceTimeInMs: number, { leading, trailing }?: DebounceOptions) => DebouncedFunction<Params>;
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export interface DebounceOptions {
|
|
881
|
+
// (undocumented)
|
|
882
|
+
leading?: boolean;
|
|
883
|
+
// (undocumented)
|
|
884
|
+
trailing?: boolean;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export type DecoratorFor<Type> = <Key extends string, Target extends Record<Key, Type>>(target: Target, key: Key) => void;
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export function deepFilter<ArrayType, Key extends PropsWithType<ArrayType, ArrayType[]>>(array: ArrayType[], filter: (item: ArrayType) => boolean, childrenKey: Key): ArrayType[];
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export function deepFlat<ArrayType, Key extends PropsWithType<ArrayType, ArrayType[] | undefined>>(array: ArrayType[], childrenKey: Key): ArrayType[];
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export type DeepPartial<T> = {
|
|
898
|
+
[P in keyof T]?: T[P] extends NonPrimitive ? T[P] extends AnyFunction ? T[P] : DeepPartial<T[P]> : T[P];
|
|
899
|
+
};
|
|
900
|
+
|
|
901
|
+
// @public
|
|
902
|
+
export class DefaultFacetsService implements FacetsService {
|
|
903
|
+
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
904
|
+
constructor(filterEntityFactory?: FilterEntityFactory);
|
|
905
|
+
// (undocumented)
|
|
906
|
+
clearFilters(facetIds?: Array<Facet['id']>): void;
|
|
907
|
+
// (undocumented)
|
|
908
|
+
deselect(filter: Filter): void;
|
|
909
|
+
// Warning: (ae-incompatible-release-tags) The symbol "filterEntityFactory" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
910
|
+
//
|
|
911
|
+
// (undocumented)
|
|
912
|
+
protected filterEntityFactory: FilterEntityFactory;
|
|
913
|
+
// @internal
|
|
914
|
+
protected getFilterEntity(filter: Filter): FilterEntity;
|
|
915
|
+
// @internal
|
|
916
|
+
protected getSelectedFilters(): FacetsGetters['selectedFilters'];
|
|
917
|
+
static instance: FacetsService;
|
|
918
|
+
// @internal
|
|
919
|
+
protected removeFacet(facet: Omit<Facet, 'filters'>): void;
|
|
920
|
+
// @internal
|
|
921
|
+
protected removeFilters(filters: Filter[]): void;
|
|
922
|
+
// @internal
|
|
923
|
+
protected removeGroupFacets(groupId: FacetsGroup['id']): Omit<Facet, 'filters'>[];
|
|
924
|
+
// @internal
|
|
925
|
+
protected removeGroupFilters(groupId: FacetsGroup['id']): Filter[];
|
|
926
|
+
// (undocumented)
|
|
927
|
+
select(filterOrFilters: Filter | Filter[]): void;
|
|
928
|
+
// @internal
|
|
929
|
+
protected setFacet({ filters, ...restFacet }: Facet): void;
|
|
930
|
+
// @internal
|
|
931
|
+
protected setFacetGroup(facetGroup: FacetGroupEntry): void;
|
|
932
|
+
// (undocumented)
|
|
933
|
+
setFacets(facetsGroup: FacetsGroup): void;
|
|
934
|
+
// @internal
|
|
935
|
+
protected setFilters(filters: Filter[]): void;
|
|
936
|
+
// @internal
|
|
937
|
+
protected get store(): Store<RootXStoreState>;
|
|
938
|
+
// (undocumented)
|
|
939
|
+
toggle(filter: Filter): void;
|
|
940
|
+
// (undocumented)
|
|
941
|
+
updateFacets(facetsGroup: FacetsGroup): void;
|
|
942
|
+
protected updateFiltersSelectedState(newFilters: Filter[], previousFilters?: Filter[]): void;
|
|
943
|
+
// @internal
|
|
944
|
+
protected updateStore(facetsGroup: FacetsGroup): Filter[];
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export class DefaultSessionService implements SessionService {
|
|
949
|
+
constructor(storageService?: StorageService, ttlMs?: number);
|
|
950
|
+
clearSessionId(): void;
|
|
951
|
+
getSessionId(): string;
|
|
952
|
+
static instance: SessionService;
|
|
953
|
+
static readonly SESSION_ID_KEY = "session-id";
|
|
954
|
+
// (undocumented)
|
|
955
|
+
protected storageService: StorageService;
|
|
956
|
+
// (undocumented)
|
|
957
|
+
protected ttlMs: number;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
// @public
|
|
961
|
+
export interface DeviceActions {
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
// @public
|
|
965
|
+
export class DeviceDetector extends Vue_2 {
|
|
966
|
+
// Warning: (ae-forgotten-export) The symbol "Device" needs to be exported by the entry point index.d.ts
|
|
967
|
+
// Warning: (ae-forgotten-export) The symbol "MaxWidth" needs to be exported by the entry point index.d.ts
|
|
968
|
+
readonly breakpoints: Record<Device, MaxWidth>;
|
|
969
|
+
// @internal
|
|
970
|
+
get detectedDevice(): string | null;
|
|
971
|
+
readonly force?: Device;
|
|
972
|
+
// @internal
|
|
973
|
+
mounted(): void;
|
|
974
|
+
// @internal
|
|
975
|
+
protected get sortedBreakpoints(): [Device, MaxWidth][];
|
|
976
|
+
// @internal
|
|
977
|
+
protected storeWindowWidth(): void;
|
|
978
|
+
// @internal
|
|
979
|
+
protected throttledStoreWindowWidth: () => void;
|
|
980
|
+
readonly throttleMs: number;
|
|
981
|
+
// @internal
|
|
982
|
+
protected updateThrottledStoreWindowWidth(throttleMs: number): void;
|
|
983
|
+
// @internal
|
|
984
|
+
protected windowWidthPx: number | null;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
// @internal
|
|
988
|
+
export const deviceEmitters: {};
|
|
989
|
+
|
|
990
|
+
// @public
|
|
991
|
+
export interface DeviceGetters {
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export interface DeviceMutations {
|
|
996
|
+
setName(device: string | null): void;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
// @public
|
|
1000
|
+
export interface DeviceState {
|
|
1001
|
+
name: string | null;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
// @internal
|
|
1005
|
+
export const deviceWiring: {
|
|
1006
|
+
DeviceProvided: {
|
|
1007
|
+
setName: Wire<string | null>;
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
|
|
1011
|
+
// @public
|
|
1012
|
+
export interface DeviceXEvents {
|
|
1013
|
+
DeviceProvided: string | null;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
// @public
|
|
1017
|
+
export type DeviceXModule = XModule<DeviceXStoreModule>;
|
|
1018
|
+
|
|
1019
|
+
// @public
|
|
1020
|
+
export const deviceXModule: DeviceXModule;
|
|
1021
|
+
|
|
1022
|
+
// @public
|
|
1023
|
+
export type DeviceXStoreModule = XStoreModule<DeviceState, DeviceGetters, DeviceMutations, DeviceActions>;
|
|
1024
|
+
|
|
1025
|
+
// @internal
|
|
1026
|
+
export const deviceXStoreModule: DeviceXStoreModule;
|
|
1027
|
+
|
|
1028
|
+
// @public
|
|
1029
|
+
export type Dictionary<T = any> = Record<string, T>;
|
|
1030
|
+
|
|
1031
|
+
// @public
|
|
1032
|
+
export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
1033
|
+
constructor(
|
|
1034
|
+
container: HTMLElement,
|
|
1035
|
+
focusableSelectors?: string);
|
|
1036
|
+
navigateTo(arrowKey: ArrowKey): HTMLElement;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export type DocumentDirection = 'ltr' | 'rtl';
|
|
1041
|
+
|
|
1042
|
+
// @public
|
|
1043
|
+
export class EditableNumberRangeFilter extends Vue_3 {
|
|
1044
|
+
// @internal
|
|
1045
|
+
protected get areValuesDifferent(): boolean;
|
|
1046
|
+
// @internal
|
|
1047
|
+
protected clearValues(): void;
|
|
1048
|
+
// @internal
|
|
1049
|
+
protected get cssClasses(): VueCSSClasses;
|
|
1050
|
+
// @internal
|
|
1051
|
+
protected emitUserModifiedFilter(): void;
|
|
1052
|
+
// Warning: (ae-forgotten-export) The symbol "EditableNumberRangeFilter" needs to be exported by the entry point index.d.ts
|
|
1053
|
+
filter: EditableNumberRangeFilter_2;
|
|
1054
|
+
hasClearButton: boolean;
|
|
1055
|
+
// @internal
|
|
1056
|
+
protected get hasError(): boolean;
|
|
1057
|
+
// @internal
|
|
1058
|
+
protected instantEmitUserModifiedFilter(): void;
|
|
1059
|
+
isInstant: boolean;
|
|
1060
|
+
// @internal
|
|
1061
|
+
protected max: RangeValue['max'];
|
|
1062
|
+
// @internal
|
|
1063
|
+
protected min: RangeValue['min'];
|
|
1064
|
+
// @internal
|
|
1065
|
+
onFilterChanged(newRange: RangeValue): void;
|
|
1066
|
+
// @internal
|
|
1067
|
+
protected parseRangeValue(value: number): number | null;
|
|
1068
|
+
// @internal
|
|
1069
|
+
protected get range(): RangeValue;
|
|
1070
|
+
// @internal
|
|
1071
|
+
protected get renderClearButton(): boolean;
|
|
1072
|
+
// @internal
|
|
1073
|
+
protected setMax(value: number): void;
|
|
1074
|
+
// @internal
|
|
1075
|
+
protected setMin(value: number): void;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
// @internal
|
|
1079
|
+
export class EditableNumberRangeFilterEntity implements FilterEntity {
|
|
1080
|
+
constructor(store: Store<RootXStoreState>);
|
|
1081
|
+
// (undocumented)
|
|
1082
|
+
static accepts(filter: Filter): boolean;
|
|
1083
|
+
deselect(filter: EditableNumberRangeFilter_2): void;
|
|
1084
|
+
protected getFilterByFacet(facetId: Facet['id']): EditableNumberRangeFilter_2 | undefined;
|
|
1085
|
+
protected getNewFilterId(filter: EditableNumberRangeFilter_2): string;
|
|
1086
|
+
protected isSelected(filter: EditableNumberRangeFilter_2): boolean;
|
|
1087
|
+
protected removePreviousFilter(facetId: Facet['id']): void;
|
|
1088
|
+
select(filter: EditableNumberRangeFilter_2): void;
|
|
1089
|
+
// (undocumented)
|
|
1090
|
+
protected store: Store<RootXStoreState>;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
// @public
|
|
1094
|
+
export type Emitter<Event extends XEvent> = Subject<WirePayload<XEventPayload<Event>>>;
|
|
1095
|
+
|
|
1096
|
+
// @public
|
|
1097
|
+
export type Emitters = {
|
|
1098
|
+
[Event in XEvent]?: Emitter<Event>;
|
|
1099
|
+
};
|
|
1100
|
+
|
|
1101
|
+
// @public
|
|
1102
|
+
export class Empathize extends Vue_2 {
|
|
1103
|
+
protected animation: Vue_2;
|
|
1104
|
+
// @internal
|
|
1105
|
+
changeOpenState(newOpenState: boolean, metadata: WireMetadata): void;
|
|
1106
|
+
// @internal
|
|
1107
|
+
close(payload: unknown, metadata: WireMetadata): void;
|
|
1108
|
+
protected eventsToCloseEmpathize: XEvent[];
|
|
1109
|
+
protected eventsToOpenEmpathize: XEvent[];
|
|
1110
|
+
// @internal
|
|
1111
|
+
protected isOpen: boolean;
|
|
1112
|
+
// @internal
|
|
1113
|
+
open(payload: unknown, metadata: WireMetadata): void;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
// @public
|
|
1117
|
+
export interface EmpathizeActions {
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface EmpathizeConfig {
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
// @internal
|
|
1125
|
+
export const empathizeEmitters: {};
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export interface EmpathizeGetters {
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
// @public
|
|
1132
|
+
export interface EmpathizeMutations {
|
|
1133
|
+
setIsOpen(isOpen: boolean): void;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export interface EmpathizeState {
|
|
1138
|
+
config: EmpathizeConfig;
|
|
1139
|
+
isOpen: boolean;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
// @internal
|
|
1143
|
+
export const empathizeWiring: {
|
|
1144
|
+
EmpathizeOpened: {
|
|
1145
|
+
setIsOpen: AnyWire;
|
|
1146
|
+
};
|
|
1147
|
+
EmpathizeClosed: {
|
|
1148
|
+
setIsNotOpen: AnyWire;
|
|
1149
|
+
};
|
|
1150
|
+
};
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export interface EmpathizeXEvents {
|
|
1154
|
+
EmpathizeClosed: void;
|
|
1155
|
+
EmpathizeOpened: void;
|
|
1156
|
+
UserClosedEmpathize: void;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export type EmpathizeXModule = XModule<EmpathizeXStoreModule>;
|
|
1161
|
+
|
|
1162
|
+
// @public
|
|
1163
|
+
export const empathizeXModule: EmpathizeXModule;
|
|
1164
|
+
|
|
1165
|
+
// @public
|
|
1166
|
+
export type EmpathizeXStoreModule = XStoreModule<EmpathizeState, EmpathizeGetters, EmpathizeMutations, EmpathizeActions>;
|
|
1167
|
+
|
|
1168
|
+
// @internal
|
|
1169
|
+
export const empathizeXStoreModule: EmpathizeXStoreModule;
|
|
1170
|
+
|
|
1171
|
+
// @public
|
|
1172
|
+
export type EventsForDirectionLimit = {
|
|
1173
|
+
[key in ArrowKey]: PropsWithType<XEventsTypes, void>;
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
// Warning: (ae-forgotten-export) The symbol "ExcludeFiltersWithNoResults_base" needs to be exported by the entry point index.d.ts
|
|
1177
|
+
//
|
|
1178
|
+
// @public
|
|
1179
|
+
export class ExcludeFiltersWithNoResults extends ExcludeFiltersWithNoResults_base {
|
|
1180
|
+
// @internal
|
|
1181
|
+
get filtersWithResults(): Filter[];
|
|
1182
|
+
// (undocumented)
|
|
1183
|
+
render(h: CreateElement): VNode;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
// @public
|
|
1187
|
+
export type ExtractActionPayload<ModuleName extends XModuleName, ActionName extends ActionNamesFor<ModuleName>> = ExtractPayload<ExtractActions<XModulesTree[ModuleName]>[ActionName]>;
|
|
1188
|
+
|
|
1189
|
+
// @public
|
|
1190
|
+
export type ExtractActionReturn<Action extends (payload?: any) => any> = ReturnType<Action> extends Promise<any> ? ReturnType<Action> : Promise<ReturnType<Action>>;
|
|
1191
|
+
|
|
1192
|
+
// @public
|
|
1193
|
+
export type ExtractActions<Module extends AnyXModule> = Module extends XModule<XStoreModule<any, any, any, infer Actions>> ? Actions : never;
|
|
1194
|
+
|
|
1195
|
+
// @public
|
|
1196
|
+
export type ExtractGetters<Module extends XModuleName> = XModulesTree[Module] extends XModule<XStoreModule<any, infer Getter, any, any>> ? Getter : never;
|
|
1197
|
+
|
|
1198
|
+
// @public
|
|
1199
|
+
export type ExtractMutationPayload<ModuleName extends XModuleName, MutationName extends MutationNamesFor<ModuleName>> = ExtractPayload<ExtractMutations<XModulesTree[ModuleName]>[MutationName]>;
|
|
1200
|
+
|
|
1201
|
+
// @public
|
|
1202
|
+
export type ExtractMutations<Module extends AnyXModule> = Module extends XModule<XStoreModule<any, any, infer Mutations, any>> ? Mutations : never;
|
|
1203
|
+
|
|
1204
|
+
// @public
|
|
1205
|
+
export type ExtractPayload<SomeFunction> = SomeFunction extends (payload?: any) => any ? Parameters<SomeFunction>[0] : never;
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export type ExtractState<Module extends XModuleName> = XModulesTree[Module] extends XModule<XStoreModule<infer State, any, any, any>> ? State : never;
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export class ExtraParams extends Vue_2 {
|
|
1212
|
+
mounted(): void;
|
|
1213
|
+
// (undocumented)
|
|
1214
|
+
render(): void;
|
|
1215
|
+
storeExtraParams: Dictionary<unknown>;
|
|
1216
|
+
values: Dictionary<unknown>;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
// @public
|
|
1220
|
+
export interface ExtraParamsActions {
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
// @internal
|
|
1224
|
+
export const extraParamsEmitters: {
|
|
1225
|
+
ExtraParamsChanged: (state: ExtraParamsState) => Dictionary<unknown>;
|
|
1226
|
+
};
|
|
1227
|
+
|
|
1228
|
+
// @public
|
|
1229
|
+
export interface ExtraParamsGetters {
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
// @public
|
|
1233
|
+
export interface ExtraParamsMutations {
|
|
1234
|
+
// (undocumented)
|
|
1235
|
+
setParams(params: Dictionary<unknown>): void;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
// @public
|
|
1239
|
+
export interface ExtraParamsState {
|
|
1240
|
+
// (undocumented)
|
|
1241
|
+
params: Dictionary<unknown>;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
// @internal
|
|
1245
|
+
export const extraParamsWiring: {
|
|
1246
|
+
UserChangedExtraParams: {
|
|
1247
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
1248
|
+
};
|
|
1249
|
+
ExtraParamsProvided: {
|
|
1250
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
1251
|
+
};
|
|
1252
|
+
ExtraParamsLoadedFromUrl: {
|
|
1253
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
1254
|
+
};
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
// @public
|
|
1258
|
+
export interface ExtraParamsXEvents {
|
|
1259
|
+
ExtraParamsChanged: Dictionary<unknown>;
|
|
1260
|
+
ExtraParamsInitialized: Dictionary<unknown>;
|
|
1261
|
+
ExtraParamsProvided: Dictionary<unknown>;
|
|
1262
|
+
UserChangedExtraParams: Dictionary<unknown>;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
// @public
|
|
1266
|
+
export type ExtraParamsXModule = XModule<ExtraParamsXStoreModule>;
|
|
1267
|
+
|
|
1268
|
+
// @public
|
|
1269
|
+
export const extraParamsXModule: ExtraParamsXModule;
|
|
1270
|
+
|
|
1271
|
+
// @public
|
|
1272
|
+
export type ExtraParamsXStoreModule = XStoreModule<ExtraParamsState, ExtraParamsGetters, ExtraParamsMutations, ExtraParamsActions>;
|
|
1273
|
+
|
|
1274
|
+
// @internal
|
|
1275
|
+
export const extraParamsXStoreModule: ExtraParamsXStoreModule;
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export interface ExtraPluginsOptions {
|
|
1279
|
+
bus: XBus;
|
|
1280
|
+
snippet: SnippetConfig;
|
|
1281
|
+
vue: VueConstructor;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
// @public
|
|
1285
|
+
export interface FacetGroupEntry {
|
|
1286
|
+
facetId: Facet['id'];
|
|
1287
|
+
groupId: GroupId;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
// @public
|
|
1291
|
+
export class Facets extends Vue_3 {
|
|
1292
|
+
animation: Vue_3 | string;
|
|
1293
|
+
// @internal
|
|
1294
|
+
facets: Record<Facet['id'], Facet>;
|
|
1295
|
+
// @internal
|
|
1296
|
+
protected get facetsToRender(): Dictionary<Facet>;
|
|
1297
|
+
// @internal
|
|
1298
|
+
protected get hasFacets(): boolean;
|
|
1299
|
+
// Warning: (ae-forgotten-export) The symbol "RenderFacet" needs to be exported by the entry point index.d.ts
|
|
1300
|
+
//
|
|
1301
|
+
// @internal
|
|
1302
|
+
protected get mappedFacets(): Dictionary<RenderFacet>;
|
|
1303
|
+
renderableFacets: string | undefined;
|
|
1304
|
+
// @internal
|
|
1305
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
// @public
|
|
1309
|
+
export const facets: FacetsXStoreModule['getters']['facets'];
|
|
1310
|
+
|
|
1311
|
+
// @public
|
|
1312
|
+
export interface FacetsActions {
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
// @public
|
|
1316
|
+
export type FacetsActionsContext = XActionContext<FacetsState, FacetsGetters, FacetsMutations, FacetsActions>;
|
|
1317
|
+
|
|
1318
|
+
// @internal
|
|
1319
|
+
export const facetsEmitters: {
|
|
1320
|
+
SelectedFiltersChanged: {
|
|
1321
|
+
selector: (_: FacetsState, getters: Returns<GettersTree<FacetsState, FacetsGetters>>) => Filter[];
|
|
1322
|
+
filter: typeof areFiltersDifferent;
|
|
1323
|
+
};
|
|
1324
|
+
};
|
|
1325
|
+
|
|
1326
|
+
// @public
|
|
1327
|
+
export interface FacetsGetters {
|
|
1328
|
+
facets: Record<Facet['id'], Facet>;
|
|
1329
|
+
selectedFilters: Filter[];
|
|
1330
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
// @public
|
|
1334
|
+
export interface FacetsGroup {
|
|
1335
|
+
facets: Facet[];
|
|
1336
|
+
id: string;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
// @public
|
|
1340
|
+
export interface FacetsMutations {
|
|
1341
|
+
removeFacet(facet: Facet): void;
|
|
1342
|
+
removeFilter(filter: Filter): void;
|
|
1343
|
+
removeFilters(filters: Filter[]): void;
|
|
1344
|
+
setFacet(facet: Facet): void;
|
|
1345
|
+
setFacetGroup(facetGroupEntry: FacetGroupEntry): void;
|
|
1346
|
+
setFilter(filter: Filter): void;
|
|
1347
|
+
setFilters(filters: Filter[]): void;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
// @public
|
|
1351
|
+
export class FacetsProvider extends Vue_2 {
|
|
1352
|
+
// @internal
|
|
1353
|
+
protected created(): void;
|
|
1354
|
+
// @internal
|
|
1355
|
+
emitSelectedFiltersChanged(selectedFilters: Filter[]): void;
|
|
1356
|
+
// @internal
|
|
1357
|
+
protected extractSelectedFilters(facets: Facet[]): void;
|
|
1358
|
+
// @internal
|
|
1359
|
+
facets: Facet[];
|
|
1360
|
+
// @internal
|
|
1361
|
+
protected get facetsGroup(): FacetsGroup;
|
|
1362
|
+
groupId: GroupId;
|
|
1363
|
+
provideFacets(): void;
|
|
1364
|
+
// (undocumented)
|
|
1365
|
+
render(): void;
|
|
1366
|
+
// @internal
|
|
1367
|
+
protected selectedFilters: Filter[] | null;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
// @public
|
|
1371
|
+
export interface FacetsService {
|
|
1372
|
+
clearFilters(facetIds?: Array<Facet['id']>): void;
|
|
1373
|
+
deselect(filter: Filter): void;
|
|
1374
|
+
select(filter: Filter | Filter[]): void;
|
|
1375
|
+
setFacets(facetsGroup: FacetsGroup): void;
|
|
1376
|
+
toggle(filter: Filter): void;
|
|
1377
|
+
updateFacets(facetsGroup: FacetsGroup): void;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
// @public
|
|
1381
|
+
export interface FacetsState {
|
|
1382
|
+
facets: Record<Facet['id'], Omit<Facet, 'filters'>>;
|
|
1383
|
+
filters: Record<Filter['id'], Filter>;
|
|
1384
|
+
groups: Record<Facet['id'], GroupId>;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
// @internal
|
|
1388
|
+
export const facetsWiring: {
|
|
1389
|
+
FacetsChanged: {
|
|
1390
|
+
updateFacetsGroupWithSearchFacetsWire: Wire<Facet[]>;
|
|
1391
|
+
};
|
|
1392
|
+
FacetsGroupProvided: {
|
|
1393
|
+
setFacetsGroupWire: Wire<FacetsGroup>;
|
|
1394
|
+
};
|
|
1395
|
+
UserClickedAFilter: {
|
|
1396
|
+
toggleFilterWire: Wire<Filter>;
|
|
1397
|
+
};
|
|
1398
|
+
UserClickedClearAllFilters: {
|
|
1399
|
+
clearFiltersWire: Wire<(string | number)[] | undefined>;
|
|
1400
|
+
};
|
|
1401
|
+
UserModifiedEditableNumberRangeFilter: {
|
|
1402
|
+
selectFilterWire: Wire<Filter | Filter[]>;
|
|
1403
|
+
};
|
|
1404
|
+
UserClickedAllFilter: {
|
|
1405
|
+
clearFiltersWire: Wire<(string | number)[] | undefined>;
|
|
1406
|
+
};
|
|
1407
|
+
UserClearedQuery: {
|
|
1408
|
+
clearAllFiltersWire: AnyWire;
|
|
1409
|
+
};
|
|
1410
|
+
ParamsLoadedFromUrl: {
|
|
1411
|
+
clearAllFiltersWire: AnyWire;
|
|
1412
|
+
setFiltersFromUrl: Wire<UrlParams>;
|
|
1413
|
+
};
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
// @public
|
|
1417
|
+
export interface FacetsXEvents {
|
|
1418
|
+
FacetsGroupChanged: FacetsGroup;
|
|
1419
|
+
FacetsGroupProvided: FacetsGroup;
|
|
1420
|
+
SelectedFiltersChanged: Filter[];
|
|
1421
|
+
UserChangedSelectedFilters: Filter[];
|
|
1422
|
+
UserClickedAFilter: Filter;
|
|
1423
|
+
// Warning: (ae-forgotten-export) The symbol "HierarchicalFilter" needs to be exported by the entry point index.d.ts
|
|
1424
|
+
UserClickedAHierarchicalFilter: HierarchicalFilter_2;
|
|
1425
|
+
UserClickedAllFilter: [Facet['id']];
|
|
1426
|
+
// Warning: (ae-forgotten-export) The symbol "NumberRangeFilter" needs to be exported by the entry point index.d.ts
|
|
1427
|
+
UserClickedANumberRangeFilter: NumberRangeFilter_2;
|
|
1428
|
+
// Warning: (ae-forgotten-export) The symbol "SimpleFilter" needs to be exported by the entry point index.d.ts
|
|
1429
|
+
UserClickedASimpleFilter: SimpleFilter_2;
|
|
1430
|
+
UserClickedClearAllFilters: Array<Facet['id']> | undefined;
|
|
1431
|
+
UserModifiedEditableNumberRangeFilter: EditableNumberRangeFilter_2;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
// @public
|
|
1435
|
+
export type FacetsXModule = XModule<FacetsXStoreModule>;
|
|
1436
|
+
|
|
1437
|
+
// @public
|
|
1438
|
+
export const facetsXModule: FacetsXModule;
|
|
1439
|
+
|
|
1440
|
+
// @public
|
|
1441
|
+
export type FacetsXStoreModule = XStoreModule<FacetsState, FacetsGetters, FacetsMutations, FacetsActions>;
|
|
1442
|
+
|
|
1443
|
+
// @internal
|
|
1444
|
+
export const facetsXStoreModule: FacetsXStoreModule;
|
|
1445
|
+
|
|
1446
|
+
// @public
|
|
1447
|
+
export class FadeAndSlide extends Vue_2 {
|
|
1448
|
+
protected tag: string;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export type FeatureLocation = 'external' | 'no_query' | 'no_results' | 'none' | 'predictive_layer' | 'results' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export interface FetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request> {
|
|
1456
|
+
cancelPrevious: () => void;
|
|
1457
|
+
fetchAndSave: (context: Context, request: Request) => void | Promise<void>;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export interface FetchAndSaveHooks<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request, Response> {
|
|
1462
|
+
fetch(context: Context, request: Request): Promise<Response>;
|
|
1463
|
+
onCancel?(): void;
|
|
1464
|
+
onError?(error: unknown): void;
|
|
1465
|
+
onSuccess(context: Context, response: Response): void;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
// Warning: (ae-forgotten-export) The symbol "SearchByIdRequest" needs to be exported by the entry point index.d.ts
|
|
1469
|
+
//
|
|
1470
|
+
// @public
|
|
1471
|
+
export const fetchAndSaveIdentifierResults: (context: IdentifierResultsActionsContext, request: SearchByIdRequest | null) => void | Promise<void>;
|
|
1472
|
+
|
|
1473
|
+
// @public
|
|
1474
|
+
export const fetchAndSaveIdentifierResultsWire: Wire<SearchByIdRequest | null>;
|
|
1475
|
+
|
|
1476
|
+
// Warning: (ae-forgotten-export) The symbol "NextQueriesRequest" needs to be exported by the entry point index.d.ts
|
|
1477
|
+
//
|
|
1478
|
+
// @public
|
|
1479
|
+
export const fetchAndSaveNextQueries: (context: NextQueriesActionContext, request: NextQueriesRequest | null) => void | Promise<void>;
|
|
1480
|
+
|
|
1481
|
+
// @public
|
|
1482
|
+
export const fetchAndSaveNextQueriesWire: Wire<NextQueriesRequest | null>;
|
|
1483
|
+
|
|
1484
|
+
// Warning: (ae-forgotten-export) The symbol "SuggestionsRequest" needs to be exported by the entry point index.d.ts
|
|
1485
|
+
//
|
|
1486
|
+
// @public
|
|
1487
|
+
export const fetchAndSavePopularSearches: (context: PopularSearchesActionContext, request: SuggestionsRequest) => void | Promise<void>;
|
|
1488
|
+
|
|
1489
|
+
// @public
|
|
1490
|
+
export const fetchAndSaveQuerySuggestions: (context: QuerySuggestionsActionContext, request: SuggestionsRequest | null) => void | Promise<void>;
|
|
1491
|
+
|
|
1492
|
+
// Warning: (ae-forgotten-export) The symbol "TopRecommendationsRequest" needs to be exported by the entry point index.d.ts
|
|
1493
|
+
//
|
|
1494
|
+
// @public
|
|
1495
|
+
export const fetchAndSaveRecommendations: (context: RecommendationsActionContext, request: TopRecommendationsRequest | null) => void | Promise<void>;
|
|
1496
|
+
|
|
1497
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTagsRequest" needs to be exported by the entry point index.d.ts
|
|
1498
|
+
//
|
|
1499
|
+
// @public
|
|
1500
|
+
export const fetchAndSaveRelatedTags: (context: RelatedTagsActionContext, request: RelatedTagsRequest | null) => void | Promise<void>;
|
|
1501
|
+
|
|
1502
|
+
// @public
|
|
1503
|
+
export const fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
1504
|
+
|
|
1505
|
+
// Warning: (ae-forgotten-export) The symbol "SearchRequest" needs to be exported by the entry point index.d.ts
|
|
1506
|
+
//
|
|
1507
|
+
// @public
|
|
1508
|
+
export const fetchAndSaveSearchResponse: (context: SearchActionContext, request: SearchRequest | null) => void | Promise<void>;
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export const fetchAndSaveSearchResponseWire: Wire<SearchRequest | null>;
|
|
1512
|
+
|
|
1513
|
+
// @public
|
|
1514
|
+
export const fetchAndSaveSuggestionsWire: Wire<SuggestionsRequest | null>;
|
|
1515
|
+
|
|
1516
|
+
// @public
|
|
1517
|
+
export const fetchIdentifierResults: IdentifierResultsXStoreModule['actions']['fetchIdentifierResults'];
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export const fetchNextQueries: NextQueriesXStoreModule['actions']['fetchNextQueries'];
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export const fetchPopularSearches: PopularSearchesXStoreModule['actions']['fetchSuggestions'];
|
|
1524
|
+
|
|
1525
|
+
// @public
|
|
1526
|
+
export const fetchQuerySuggestions: QuerySuggestionsXStoreModule['actions']['fetchSuggestions'];
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export const fetchRecommendations: RecommendationsXStoreModule['actions']['fetchRecommendations'];
|
|
1530
|
+
|
|
1531
|
+
// @public
|
|
1532
|
+
export const fetchRelatedTags: RelatedTagsXStoreModule['actions']['fetchRelatedTags'];
|
|
1533
|
+
|
|
1534
|
+
// @public
|
|
1535
|
+
export const fetchSearchResponse: SearchXStoreModule['actions']['fetchSearchResponse'];
|
|
1536
|
+
|
|
1537
|
+
// @public
|
|
1538
|
+
export function filter<Payload>(wire: Wire<Payload>, filterFn: (parameters: WireParams<Payload>) => boolean): Wire<Payload>;
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export function filterBlacklistedModules<Payload>(wire: Wire<Payload>, blacklist: Array<XModuleName | null>): Wire<Payload>;
|
|
1542
|
+
|
|
1543
|
+
// @internal
|
|
1544
|
+
export interface FilterEntity {
|
|
1545
|
+
deselect(filter: Filter): void;
|
|
1546
|
+
select(filter: Filter): void;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @internal
|
|
1550
|
+
export interface FilterEntityConstructor {
|
|
1551
|
+
// (undocumented)
|
|
1552
|
+
new (store: Store<RootXStoreState>): FilterEntity;
|
|
1553
|
+
accepts(filter: Filter): boolean;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
// @internal
|
|
1557
|
+
export class FilterEntityFactory {
|
|
1558
|
+
protected cache: Record<Facet['id'] | '__unknown-facet__', FilterEntity>;
|
|
1559
|
+
protected createFilterEntity(store: Store<RootXStoreState>, filter: Filter): FilterEntity;
|
|
1560
|
+
protected entities: FilterEntityConstructor[];
|
|
1561
|
+
getFilterEntity(store: Store<RootXStoreState>, filter: Filter): FilterEntity;
|
|
1562
|
+
static instance: FilterEntityFactory;
|
|
1563
|
+
protected modifiers: Record<Facet['id'], FilterEntityModifier[]>;
|
|
1564
|
+
registerFilterEntity(entity: FilterEntityConstructor): void;
|
|
1565
|
+
registerFilterModifier(facetId: Facet['id'], modifiers: FilterEntityModifier[]): void;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
// @internal
|
|
1569
|
+
export interface FilterEntityModifier {
|
|
1570
|
+
// (undocumented)
|
|
1571
|
+
new (store: Store<RootXStoreState>, entity: FilterEntity): FilterEntity;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
// @public
|
|
1575
|
+
export function filterFalsyPayload<Payload>(wire: Wire<Payload>): Wire<Payload>;
|
|
1576
|
+
|
|
1577
|
+
// @public
|
|
1578
|
+
export type FiltersByFacet = Record<Facet['id'], Filter[]>;
|
|
1579
|
+
|
|
1580
|
+
// @public (undocumented)
|
|
1581
|
+
export const FiltersIcon: {};
|
|
1582
|
+
|
|
1583
|
+
// @public
|
|
1584
|
+
export class FiltersInjectionMixin extends Vue_2 {
|
|
1585
|
+
// @internal
|
|
1586
|
+
protected filterByParentId(filters: Filter[]): Filter[];
|
|
1587
|
+
protected filters: Filter[];
|
|
1588
|
+
injectedFilters: Filter[];
|
|
1589
|
+
protected parentId?: Filter['id'];
|
|
1590
|
+
// @internal
|
|
1591
|
+
protected get propOrInjectedFilters(): Filter[];
|
|
1592
|
+
// @internal
|
|
1593
|
+
protected get renderedFilters(): Filter[];
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
// Warning: (ae-forgotten-export) The symbol "FiltersList_base" needs to be exported by the entry point index.d.ts
|
|
1597
|
+
//
|
|
1598
|
+
// @public
|
|
1599
|
+
export class FiltersList extends FiltersList_base {
|
|
1600
|
+
protected animation: Vue_2 | string;
|
|
1601
|
+
protected get cssClasses(): VueCSSClasses;
|
|
1602
|
+
protected get hasFiltersToRender(): boolean;
|
|
1603
|
+
// @internal
|
|
1604
|
+
protected get hasSelectedFilters(): boolean;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
// Warning: (ae-forgotten-export) The symbol "FiltersSearch_base" needs to be exported by the entry point index.d.ts
|
|
1608
|
+
//
|
|
1609
|
+
// @public
|
|
1610
|
+
export class FiltersSearch extends FiltersSearch_base {
|
|
1611
|
+
// @internal
|
|
1612
|
+
protected clearQuery(): void;
|
|
1613
|
+
// @internal
|
|
1614
|
+
protected get cssClasses(): VueCSSClasses;
|
|
1615
|
+
protected debounceInMs: number;
|
|
1616
|
+
// (undocumented)
|
|
1617
|
+
protected query: string;
|
|
1618
|
+
// @internal
|
|
1619
|
+
protected setQuery(query: string): void;
|
|
1620
|
+
// (undocumented)
|
|
1621
|
+
protected setQueryDebounced: DebouncedFunction<[string]>;
|
|
1622
|
+
// @internal
|
|
1623
|
+
get siftedFilters(): Filter[];
|
|
1624
|
+
// @internal
|
|
1625
|
+
updateSetQueryDebounced(): void;
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
// @public
|
|
1629
|
+
export function filterTruthyPayload<Payload>(wire: Wire<Payload>): Wire<Payload>;
|
|
1630
|
+
|
|
1631
|
+
// @public
|
|
1632
|
+
export function filterWhitelistedModules<Payload>(wire: Wire<Payload>, whitelist: Array<XModuleName | null>): Wire<Payload>;
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export type FirstParameter<SomeFunction extends AnyFunction> = Parameters<SomeFunction>[0];
|
|
1636
|
+
|
|
1637
|
+
// @public
|
|
1638
|
+
export function forEach<T extends Dictionary>(obj: T | undefined | null, callbackFn: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => void): void;
|
|
1639
|
+
|
|
1640
|
+
// @internal
|
|
1641
|
+
export function getBusAPI(bus: XBus, component: PrivateExtendedVueComponent): XComponentBusAPI;
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export function getRootXComponent(component: Vue_2): XComponent | undefined;
|
|
1645
|
+
|
|
1646
|
+
// @public
|
|
1647
|
+
export function getStateAndGettersFromModule<ModuleName extends XModuleName>(state: RootXStoreState, getters: Pick<Store<any>, 'getters'>, moduleName: ModuleName): StoreModuleStateAndGetters<ModuleName>;
|
|
1648
|
+
|
|
1649
|
+
// @public
|
|
1650
|
+
export function Getter<Module extends XModuleName, GetterName extends keyof ExtractGetters<Module>>(module: Module, getter: GetterName): DecoratorFor<ExtractGetters<Module>[GetterName]>;
|
|
1651
|
+
|
|
1652
|
+
// @public
|
|
1653
|
+
export type GettersClass<Module extends AnyXStoreModule> = Partial<Module['getters']>;
|
|
1654
|
+
|
|
1655
|
+
// @public
|
|
1656
|
+
export type GettersTree<State extends Dictionary, Getters extends Dictionary> = {
|
|
1657
|
+
[Key in keyof Getters]: (state: State, getters: Getters, rootState: RootXStoreState, rootGetters: any) => Getters[Key];
|
|
1658
|
+
};
|
|
1659
|
+
|
|
1660
|
+
// @public
|
|
1661
|
+
export const getURLParameter: (param: string) => string | null;
|
|
1662
|
+
|
|
1663
|
+
// @internal
|
|
1664
|
+
export function getXComponentXModuleName(component: Vue_2 | undefined): XModuleName | null;
|
|
1665
|
+
|
|
1666
|
+
// Warning: (ae-incompatible-release-tags) The symbol "GlobalXBus" is marked as @public, but its signature references "NoElement" which is marked as @internal
|
|
1667
|
+
//
|
|
1668
|
+
// @public
|
|
1669
|
+
export class GlobalXBus extends NoElement {
|
|
1670
|
+
// @internal
|
|
1671
|
+
$listeners: XEventListeners;
|
|
1672
|
+
// (undocumented)
|
|
1673
|
+
created(): void;
|
|
1674
|
+
// @internal
|
|
1675
|
+
protected handleXEventSubscription(): void;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
// @public (undocumented)
|
|
1679
|
+
export const Grid1ColIcon: {};
|
|
1680
|
+
|
|
1681
|
+
// @public (undocumented)
|
|
1682
|
+
export const Grid2ColIcon: {};
|
|
1683
|
+
|
|
1684
|
+
// @public
|
|
1685
|
+
export type GroupId = string;
|
|
1686
|
+
|
|
1687
|
+
// @public
|
|
1688
|
+
export function groupItemsBy<ArrayType, ReturnType extends string | number>(array: ArrayType[], groupBy: (item: ArrayType, index: number) => ReturnType): Record<ReturnType, ArrayType[]>;
|
|
1689
|
+
|
|
1690
|
+
// @public (undocumented)
|
|
1691
|
+
export const HideIcon: {};
|
|
1692
|
+
|
|
1693
|
+
// @public
|
|
1694
|
+
export class HierarchicalFilter extends Vue_2 {
|
|
1695
|
+
childrenAnimation?: Vue_2 | string;
|
|
1696
|
+
// @internal
|
|
1697
|
+
protected get clickEvents(): Partial<XEventsTypes>;
|
|
1698
|
+
// @internal
|
|
1699
|
+
protected get cssClasses(): VueCSSClasses;
|
|
1700
|
+
filter: HierarchicalFilter_2;
|
|
1701
|
+
// @internal
|
|
1702
|
+
filters: Record<Filter['id'], Filter>;
|
|
1703
|
+
// (undocumented)
|
|
1704
|
+
protected isFilterPartiallySelected(filter: HierarchicalFilter_2): boolean;
|
|
1705
|
+
// @internal
|
|
1706
|
+
protected get isPartiallySelected(): boolean;
|
|
1707
|
+
// @internal
|
|
1708
|
+
protected get renderedChildrenFilters(): Filter[];
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
// @internal
|
|
1712
|
+
export class HierarchicalFilterEntity implements FilterEntity {
|
|
1713
|
+
constructor(store: Store<RootXStoreState>);
|
|
1714
|
+
// Warning: (ae-forgotten-export) The symbol "isHierarchicalFilter" needs to be exported by the entry point index.d.ts
|
|
1715
|
+
//
|
|
1716
|
+
// (undocumented)
|
|
1717
|
+
static accepts: typeof isHierarchicalFilter;
|
|
1718
|
+
deselect(filter: HierarchicalFilter_2): void;
|
|
1719
|
+
protected deselectDescendants(filter: HierarchicalFilter_2): void;
|
|
1720
|
+
protected getFilterById(id: HierarchicalFilter_2['id']): HierarchicalFilter_2;
|
|
1721
|
+
protected saveFilter(filter: HierarchicalFilter_2): void;
|
|
1722
|
+
select(filter: HierarchicalFilter_2): void;
|
|
1723
|
+
protected selectAncestors(filter: HierarchicalFilter_2): void;
|
|
1724
|
+
// (undocumented)
|
|
1725
|
+
protected store: Store<RootXStoreState>;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
// @public (undocumented)
|
|
1729
|
+
export const HistoryIcon: {};
|
|
1730
|
+
|
|
1731
|
+
// @public
|
|
1732
|
+
export class HistoryQueries extends Vue_2 {
|
|
1733
|
+
protected animation: Vue_2;
|
|
1734
|
+
// @internal
|
|
1735
|
+
historyQueries: HistoryQuery_2[];
|
|
1736
|
+
protected maxItemsToRender?: number;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
// @public
|
|
1740
|
+
export const historyQueries: ({ query, historyQueries, config }: HistoryQueriesState) => HistoryQuery_2[];
|
|
1741
|
+
|
|
1742
|
+
// @public
|
|
1743
|
+
export type HistoryQueriesActionContext = XActionContext<HistoryQueriesState, HistoryQueriesGetters, HistoryQueriesMutations, HistoryQueriesActions>;
|
|
1744
|
+
|
|
1745
|
+
// @public
|
|
1746
|
+
export interface HistoryQueriesActions {
|
|
1747
|
+
addQueryToHistory(query: string): void;
|
|
1748
|
+
loadHistoryQueriesFromBrowserStorage(): void;
|
|
1749
|
+
refreshSession(): void;
|
|
1750
|
+
removeFromHistory(historyQuery: HistoryQuery_2): void;
|
|
1751
|
+
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
1752
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
// @public
|
|
1756
|
+
export interface HistoryQueriesConfig {
|
|
1757
|
+
debounceInMs: number;
|
|
1758
|
+
hideIfEqualsQuery: boolean;
|
|
1759
|
+
maxItemsToStore: number;
|
|
1760
|
+
sessionTTLInMs: number;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
// @internal
|
|
1764
|
+
export const historyQueriesEmitters: {
|
|
1765
|
+
SessionHistoryQueriesChanged: (_state: HistoryQueriesState, getters: Returns<GettersTree<HistoryQueriesState, HistoryQueriesGetters>>) => HistoryQuery_2[];
|
|
1766
|
+
HistoryQueriesQueryChanged: {
|
|
1767
|
+
immediate: true;
|
|
1768
|
+
selector: (state: HistoryQueriesState) => string;
|
|
1769
|
+
};
|
|
1770
|
+
HistoryQueriesStorageKeyChanged: {
|
|
1771
|
+
immediate: true;
|
|
1772
|
+
selector: (_state: HistoryQueriesState, getters: Returns<GettersTree<HistoryQueriesState, HistoryQueriesGetters>>) => string;
|
|
1773
|
+
};
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
// @public
|
|
1777
|
+
export class HistoryQueriesGetter implements GettersClass<HistoryQueriesXStoreModule> {
|
|
1778
|
+
historyQueries({ query, historyQueries, config }: HistoryQueriesState): HistoryQuery_2[];
|
|
1779
|
+
// @internal
|
|
1780
|
+
protected searchInHistoryQueries(normalizedQuery: string, hideIfEqualsQuery: boolean): (historyQuery: HistoryQuery_2) => boolean;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
// @public
|
|
1784
|
+
export interface HistoryQueriesGetters {
|
|
1785
|
+
historyQueries: HistoryQuery_2[];
|
|
1786
|
+
normalizedQuery: string;
|
|
1787
|
+
sessionHistoryQueries: HistoryQuery_2[];
|
|
1788
|
+
storageKey: string;
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
// @public
|
|
1792
|
+
export interface HistoryQueriesMutations {
|
|
1793
|
+
setHistoryQueries(historyQueries: HistoryQuery_2[]): void;
|
|
1794
|
+
setQuery(query: string): void;
|
|
1795
|
+
setSessionTimeStamp(timeStamp: number): void;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
// @public
|
|
1799
|
+
export interface HistoryQueriesState {
|
|
1800
|
+
config: HistoryQueriesConfig;
|
|
1801
|
+
historyQueries: HistoryQuery_2[];
|
|
1802
|
+
query: string;
|
|
1803
|
+
sessionTimeStampInMs: number;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
// @internal
|
|
1807
|
+
export const historyQueriesWiring: {
|
|
1808
|
+
HistoryQueriesQueryChanged: {
|
|
1809
|
+
refreshHistoryQueriesSession: AnyWire;
|
|
1810
|
+
};
|
|
1811
|
+
HistoryQueriesStorageKeyChanged: {
|
|
1812
|
+
loadHistoryQueriesFromBrowserStorageWire: AnyWire;
|
|
1813
|
+
};
|
|
1814
|
+
UserClearedQuery: {
|
|
1815
|
+
clearHistoryQueriesQuery: AnyWire;
|
|
1816
|
+
};
|
|
1817
|
+
UserAcceptedAQuery: {
|
|
1818
|
+
setHistoryQueriesQuery: Wire<string>;
|
|
1819
|
+
addQueryToHistoryQueries: Wire<string>;
|
|
1820
|
+
};
|
|
1821
|
+
UserIsTypingAQuery: {
|
|
1822
|
+
setHistoryQueriesQueryDebounce: AnyWire;
|
|
1823
|
+
};
|
|
1824
|
+
UserPressedClearHistoryQueries: {
|
|
1825
|
+
clearHistoryQueries: AnyWire;
|
|
1826
|
+
};
|
|
1827
|
+
UserPressedRemoveHistoryQuery: {
|
|
1828
|
+
removeHistoryQuery: Wire<HistoryQuery_2>;
|
|
1829
|
+
};
|
|
1830
|
+
ParamsLoadedFromUrl: {
|
|
1831
|
+
setUrlParams: Wire<UrlParams>;
|
|
1832
|
+
};
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
// @public
|
|
1836
|
+
export interface HistoryQueriesXEvents {
|
|
1837
|
+
HistoryQueriesDisplayed: HistoryQuery_2[];
|
|
1838
|
+
HistoryQueriesQueryChanged: string;
|
|
1839
|
+
HistoryQueriesStorageKeyChanged: string;
|
|
1840
|
+
SessionHistoryQueriesChanged: HistoryQuery_2[];
|
|
1841
|
+
UserPressedClearHistoryQueries: void;
|
|
1842
|
+
UserPressedRemoveHistoryQuery: HistoryQuery_2;
|
|
1843
|
+
UserSelectedAHistoryQuery: HistoryQuery_2;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
// @public
|
|
1847
|
+
export type HistoryQueriesXModule = XModule<HistoryQueriesXStoreModule>;
|
|
1848
|
+
|
|
1849
|
+
// @public
|
|
1850
|
+
export const historyQueriesXModule: HistoryQueriesXModule;
|
|
1851
|
+
|
|
1852
|
+
// @public
|
|
1853
|
+
export type HistoryQueriesXStoreModule = XStoreModule<HistoryQueriesState, HistoryQueriesGetters, HistoryQueriesMutations, HistoryQueriesActions>;
|
|
1854
|
+
|
|
1855
|
+
// @internal
|
|
1856
|
+
export const historyQueriesXStoreModule: HistoryQueriesXStoreModule;
|
|
1857
|
+
|
|
1858
|
+
// @public
|
|
1859
|
+
export class HistoryQuery extends Vue_2 {
|
|
1860
|
+
// @internal
|
|
1861
|
+
query: string;
|
|
1862
|
+
protected suggestion: HistoryQuery_2;
|
|
1863
|
+
// @internal
|
|
1864
|
+
protected get suggestionSelectedEvents(): Partial<XEventsTypes>;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
// @public (undocumented)
|
|
1868
|
+
export const HistoryTinyIcon: {};
|
|
1869
|
+
|
|
1870
|
+
// @public
|
|
1871
|
+
export const identifierDetectionRegexp: IdentifierResultsXStoreModule['getters']['identifierDetectionRegexp'];
|
|
1872
|
+
|
|
1873
|
+
// @public
|
|
1874
|
+
export const identifierHighlightRegexp: IdentifierResultsXStoreModule['getters']['identifierHighlightRegexp'];
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export class IdentifierResult extends Vue_2 {
|
|
1878
|
+
protected get highlightedQueryHTML(): string;
|
|
1879
|
+
identifierHighlightRegexp: RegExp;
|
|
1880
|
+
query: string;
|
|
1881
|
+
protected result: Result;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
// @public
|
|
1885
|
+
export class IdentifierResults extends Vue_2 {
|
|
1886
|
+
protected animation: Vue_2;
|
|
1887
|
+
identifierResults: Result[];
|
|
1888
|
+
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
// @public
|
|
1892
|
+
export interface IdentifierResultsActions {
|
|
1893
|
+
cancelFetchAndSaveIdentifierResults(): void;
|
|
1894
|
+
fetchAndSaveIdentifierResults(request: SearchByIdRequest | null): void;
|
|
1895
|
+
fetchIdentifierResults(request: SearchByIdRequest | null): Result[];
|
|
1896
|
+
saveOrigin(originInit: QueryOriginInit): void;
|
|
1897
|
+
saveQuery(query: string): void;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
// @public
|
|
1901
|
+
export type IdentifierResultsActionsContext = XActionContext<IdentifierResultsState, IdentifierResultsGetters, IdentifierResultsMutations, IdentifierResultsActions>;
|
|
1902
|
+
|
|
1903
|
+
// @public
|
|
1904
|
+
export interface IdentifierResultsConfig {
|
|
1905
|
+
debounceInMs: number;
|
|
1906
|
+
identifierDetectionRegexp: string;
|
|
1907
|
+
maxItemsToRequest: number;
|
|
1908
|
+
separatorChars: string;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
// @internal
|
|
1912
|
+
export const identifierResultsEmitters: {
|
|
1913
|
+
IdentifierResultsChanged: {
|
|
1914
|
+
selector: (state: IdentifierResultsState) => Result[];
|
|
1915
|
+
filter: (newCollection: Result[], oldCollection: Result[]) => boolean;
|
|
1916
|
+
};
|
|
1917
|
+
IdentifierResultsRequestChanged: (_: IdentifierResultsState, getters: Returns<GettersTree<IdentifierResultsState, IdentifierResultsGetters>>) => SearchByIdRequest | null;
|
|
1918
|
+
};
|
|
1919
|
+
|
|
1920
|
+
// @public
|
|
1921
|
+
export interface IdentifierResultsGetters {
|
|
1922
|
+
identifierDetectionRegexp: RegExp;
|
|
1923
|
+
identifierHighlightRegexp: RegExp;
|
|
1924
|
+
identifierResultsRequest: SearchByIdRequest | null;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
// @public
|
|
1928
|
+
export interface IdentifierResultsMutations extends StatusMutations {
|
|
1929
|
+
setIdentifierResults(identifierResults: Result[]): void;
|
|
1930
|
+
setOrigin(origin: QueryOrigin | undefined | null): void;
|
|
1931
|
+
setParams(params: Dictionary<unknown>): void;
|
|
1932
|
+
setQuery(newQuery: string): void;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
// @public
|
|
1936
|
+
export const identifierResultsRequest: IdentifierResultsXStoreModule['getters']['identifierResultsRequest'];
|
|
1937
|
+
|
|
1938
|
+
// @public
|
|
1939
|
+
export interface IdentifierResultsState extends StatusState {
|
|
1940
|
+
config: IdentifierResultsConfig;
|
|
1941
|
+
identifierResults: Result[];
|
|
1942
|
+
origin: QueryOrigin | null;
|
|
1943
|
+
params: Dictionary<unknown>;
|
|
1944
|
+
query: string;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
// @internal
|
|
1948
|
+
export const identifierResultsWiring: {
|
|
1949
|
+
UserIsTypingAQuery: {
|
|
1950
|
+
setIdentifierResultsQueryDebounce: AnyWire;
|
|
1951
|
+
};
|
|
1952
|
+
UserAcceptedAQuery: {
|
|
1953
|
+
setIdentifierResultsQuery: Wire<string>;
|
|
1954
|
+
saveIdentifierResultsOriginWire: AnyWire;
|
|
1955
|
+
};
|
|
1956
|
+
UserClearedQuery: {
|
|
1957
|
+
clearIdentifierResultsQuery: AnyWire;
|
|
1958
|
+
cancelFetchAndSaveIdentifierResultsWire: AnyWire;
|
|
1959
|
+
};
|
|
1960
|
+
IdentifierResultsRequestChanged: {
|
|
1961
|
+
fetchAndSaveIdentifierResultsWire: Wire<SearchByIdRequest | null>;
|
|
1962
|
+
};
|
|
1963
|
+
ParamsLoadedFromUrl: {
|
|
1964
|
+
setUrlParams: AnyWire;
|
|
1965
|
+
};
|
|
1966
|
+
ExtraParamsChanged: {
|
|
1967
|
+
setIdentifierResultsExtraParams: Wire<Dictionary<unknown>>;
|
|
1968
|
+
};
|
|
1969
|
+
};
|
|
1970
|
+
|
|
1971
|
+
// @public
|
|
1972
|
+
export interface IdentifierResultsXEvents {
|
|
1973
|
+
IdentifierResultsChanged: Result[];
|
|
1974
|
+
IdentifierResultsRequestChanged: SearchByIdRequest | null;
|
|
1975
|
+
UserClickedAIdentifierResult: Result;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
// @public
|
|
1979
|
+
export type IdentifierResultsXModule = XModule<IdentifierResultsXStoreModule>;
|
|
1980
|
+
|
|
1981
|
+
// @public
|
|
1982
|
+
export const identifierResultsXModule: IdentifierResultsXModule;
|
|
1983
|
+
|
|
1984
|
+
// @public
|
|
1985
|
+
export type IdentifierResultsXStoreModule = XStoreModule<IdentifierResultsState, IdentifierResultsGetters, IdentifierResultsMutations, IdentifierResultsActions>;
|
|
1986
|
+
|
|
1987
|
+
// @internal
|
|
1988
|
+
export const identifierResultsXStoreModule: IdentifierResultsXStoreModule;
|
|
1989
|
+
|
|
1990
|
+
// @public
|
|
1991
|
+
export const increasePageAppendingResults: AnyWire;
|
|
1992
|
+
|
|
1993
|
+
// @public
|
|
1994
|
+
export interface InfiniteScroll {
|
|
1995
|
+
// (undocumented)
|
|
1996
|
+
onInfiniteScrollEnd: () => void;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
// @public
|
|
2000
|
+
export const infiniteScroll: DirectiveOptions;
|
|
2001
|
+
|
|
2002
|
+
// @public
|
|
2003
|
+
export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
|
|
2004
|
+
api?: API | false;
|
|
2005
|
+
app?: VueConstructor | ComponentOptions<Vue>;
|
|
2006
|
+
bus?: XBus;
|
|
2007
|
+
domElement?: Element | string;
|
|
2008
|
+
installExtraPlugins?(options: ExtraPluginsOptions): VueConstructorPartialArgument | Promise<VueConstructorPartialArgument>;
|
|
2009
|
+
plugin?: PluginObject<XPluginOptions>;
|
|
2010
|
+
vue?: VueConstructor;
|
|
2011
|
+
vueOptions?: VueConstructorPartialArgument;
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
// @internal
|
|
2015
|
+
export interface Intersection {
|
|
2016
|
+
// (undocumented)
|
|
2017
|
+
area: number;
|
|
2018
|
+
// (undocumented)
|
|
2019
|
+
height: number;
|
|
2020
|
+
// (undocumented)
|
|
2021
|
+
width: number;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
// @public
|
|
2025
|
+
export function isArrayEmpty(array: unknown[] | undefined | null): array is undefined | null | [];
|
|
2026
|
+
|
|
2027
|
+
// @public
|
|
2028
|
+
export function isElementEqualOrContained(a: Element, b: Element): boolean;
|
|
2029
|
+
|
|
2030
|
+
// @public
|
|
2031
|
+
export function isInRange(number: number, [min, max]: [number, number]): boolean;
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export function isNewQuery(newQuery: string, previousQuery: string): boolean;
|
|
2035
|
+
|
|
2036
|
+
// @public
|
|
2037
|
+
export function isStringEmpty(str?: string | null): boolean;
|
|
2038
|
+
|
|
2039
|
+
// @public
|
|
2040
|
+
export function isXComponent(component: Vue_2): component is XComponent;
|
|
2041
|
+
|
|
2042
|
+
// @public
|
|
2043
|
+
export class ItemsList extends Vue_2 {
|
|
2044
|
+
protected animation: Vue_2 | string;
|
|
2045
|
+
// @internal
|
|
2046
|
+
protected get computedItems(): {
|
|
2047
|
+
dataTest: string;
|
|
2048
|
+
class: string[];
|
|
2049
|
+
}[];
|
|
2050
|
+
protected items: ListItem[];
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
// @public
|
|
2054
|
+
export class ItemsListInjectionMixin extends Vue_2 {
|
|
2055
|
+
// @internal
|
|
2056
|
+
injectedListItems: ListItem[] | undefined;
|
|
2057
|
+
// @internal
|
|
2058
|
+
get items(): ListItem[];
|
|
2059
|
+
// @internal
|
|
2060
|
+
protected stateItems: ListItem[];
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
// @internal
|
|
2064
|
+
export const LIST_ITEMS_KEY: XInjectKey<ListItem[] | undefined>;
|
|
2065
|
+
|
|
2066
|
+
// Warning: (ae-forgotten-export) The symbol "Identifiable" needs to be exported by the entry point index.d.ts
|
|
2067
|
+
// Warning: (ae-forgotten-export) The symbol "NamedModel" needs to be exported by the entry point index.d.ts
|
|
2068
|
+
//
|
|
2069
|
+
// @public
|
|
2070
|
+
export type ListItem = Identifiable & NamedModel;
|
|
2071
|
+
|
|
2072
|
+
// @public
|
|
2073
|
+
export const loadHistoryQueriesFromBrowserStorage: HistoryQueriesXStoreModule['actions']['loadHistoryQueriesFromBrowserStorage'];
|
|
2074
|
+
|
|
2075
|
+
// @public
|
|
2076
|
+
export const loadHistoryQueriesFromBrowserStorageWire: AnyWire;
|
|
2077
|
+
|
|
2078
|
+
// @internal
|
|
2079
|
+
export const localStorageService: StorageService;
|
|
2080
|
+
|
|
2081
|
+
// Warning: (ae-incompatible-release-tags) The symbol "LocationProvider" is marked as @public, but its signature references "NoElement" which is marked as @internal
|
|
2082
|
+
//
|
|
2083
|
+
// @public
|
|
2084
|
+
export class LocationProvider extends NoElement {
|
|
2085
|
+
protected location: FeatureLocation;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
// Warning: (ae-incompatible-release-tags) The symbol "MainScroll" is marked as @public, but its signature references "NoElement" which is marked as @internal
|
|
2089
|
+
//
|
|
2090
|
+
// @public
|
|
2091
|
+
export class MainScroll extends NoElement {
|
|
2092
|
+
// @internal
|
|
2093
|
+
beforeDestroy(): void;
|
|
2094
|
+
// @internal
|
|
2095
|
+
protected disconnectPreviousObserver(_new: IntersectionObserver | null, old: IntersectionObserver | null): void;
|
|
2096
|
+
// @internal
|
|
2097
|
+
protected failRestoringScroll(pendingScrollTo: string | null): void;
|
|
2098
|
+
// @internal
|
|
2099
|
+
get firstVisibleElement(): string | '';
|
|
2100
|
+
// @internal
|
|
2101
|
+
protected intersectingElements: HTMLElement[];
|
|
2102
|
+
// @internal
|
|
2103
|
+
protected intersectionObserver: IntersectionObserver | null;
|
|
2104
|
+
margin: string;
|
|
2105
|
+
mounted(): void;
|
|
2106
|
+
// @internal
|
|
2107
|
+
pendingScrollTo: string;
|
|
2108
|
+
// @internal
|
|
2109
|
+
protected removeVisibleElement(element: HTMLElement): void;
|
|
2110
|
+
// @internal
|
|
2111
|
+
protected restoreScrollFailTimeoutId?: number;
|
|
2112
|
+
restoreScrollTimeoutMs: number;
|
|
2113
|
+
threshold: number;
|
|
2114
|
+
// @internal
|
|
2115
|
+
protected updateVisibleElements(entries: IntersectionObserverEntry[]): void;
|
|
2116
|
+
useWindow: boolean;
|
|
2117
|
+
get visibleElementsObserver(): ScrollVisibilityObserver | null;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
// @internal
|
|
2121
|
+
export const MainScrollId = "main-scroll";
|
|
2122
|
+
|
|
2123
|
+
// @public
|
|
2124
|
+
export class MainScrollItem extends Vue_2 {
|
|
2125
|
+
$el: HTMLElement;
|
|
2126
|
+
// @internal
|
|
2127
|
+
beforeDestroy(): void;
|
|
2128
|
+
// @internal
|
|
2129
|
+
firstVisibleItemObserver: ScrollVisibilityObserver | null;
|
|
2130
|
+
item: Identifiable;
|
|
2131
|
+
// @internal
|
|
2132
|
+
mounted(): Promise<void>;
|
|
2133
|
+
observeItem(newObserver: ScrollVisibilityObserver | null, oldObserver: ScrollVisibilityObserver | null): void;
|
|
2134
|
+
// @internal
|
|
2135
|
+
pendingScrollTo: string;
|
|
2136
|
+
tag: string | typeof Vue_2;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
// @public
|
|
2140
|
+
export function map<T extends Dictionary, W>(obj: T | undefined | null, mapper: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => W): Record<keyof T, W>;
|
|
2141
|
+
|
|
2142
|
+
// @public
|
|
2143
|
+
export function mapWire<FromPayload, ToPayload>(toWire: Wire<ToPayload>, mapFn: (payload: FromPayload) => ToPayload): Wire<FromPayload>;
|
|
2144
|
+
|
|
2145
|
+
// @public (undocumented)
|
|
2146
|
+
export const MenuIcon: {};
|
|
2147
|
+
|
|
2148
|
+
// @public (undocumented)
|
|
2149
|
+
export const MinusIcon: {};
|
|
2150
|
+
|
|
2151
|
+
// @public (undocumented)
|
|
2152
|
+
export const MinusTinyIcon: {};
|
|
2153
|
+
|
|
2154
|
+
// @public
|
|
2155
|
+
export type MonadicFunction = (someParam: any) => any;
|
|
2156
|
+
|
|
2157
|
+
// Warning: (ae-forgotten-export) The symbol "MultiColumnMaxWidthLayout_base" needs to be exported by the entry point index.d.ts
|
|
2158
|
+
//
|
|
2159
|
+
// @public
|
|
2160
|
+
export class MultiColumnMaxWidthLayout extends MultiColumnMaxWidthLayout_base {
|
|
2161
|
+
protected asideAnimation: Vue_2;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
// @public
|
|
2165
|
+
export type MutationNamesFor<ModuleName extends XModuleName> = keyof ExtractMutations<XModulesTree[ModuleName]>;
|
|
2166
|
+
|
|
2167
|
+
// @public
|
|
2168
|
+
export type MutationsDictionary<Mutations> = Record<keyof Mutations, (payload?: any) => void>;
|
|
2169
|
+
|
|
2170
|
+
// @public
|
|
2171
|
+
export type MutationsTree<State extends Dictionary, Mutations extends MutationsDictionary<Mutations>> = {
|
|
2172
|
+
[Key in keyof Mutations]: (state: State, payload: ExtractPayload<Mutations[Key]>) => void;
|
|
2173
|
+
};
|
|
2174
|
+
|
|
2175
|
+
// @public
|
|
2176
|
+
export function namespacedDebounce<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedTimeWireOperator<ModuleName, AnyWire>;
|
|
2177
|
+
|
|
2178
|
+
// @public
|
|
2179
|
+
export function namespacedThrottle<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedTimeWireOperator<ModuleName, AnyWire>;
|
|
2180
|
+
|
|
2181
|
+
// @public
|
|
2182
|
+
export type NamespacedTimeRetrieving<ModuleName extends XModuleName> = (storeModule: StoreModuleStateAndGetters<ModuleName>) => number;
|
|
2183
|
+
|
|
2184
|
+
// @public
|
|
2185
|
+
export type NamespacedTimeWireOperator<ModuleName extends XModuleName, Wire> = (wire: Wire, timeRetrieving: NamespacedTimeRetrieving<ModuleName>, raceEvent?: XEvent | XEvent[]) => Wire;
|
|
2186
|
+
|
|
2187
|
+
// @public
|
|
2188
|
+
export interface NamespacedWireCommit<ModuleName extends XModuleName> {
|
|
2189
|
+
// (undocumented)
|
|
2190
|
+
<MutationName extends MutationNamesFor<ModuleName>>(mutation: MutationName): Wire<ExtractMutationPayload<ModuleName, MutationName>>;
|
|
2191
|
+
// (undocumented)
|
|
2192
|
+
<MutationName extends MutationNamesFor<ModuleName>>(mutation: MutationName, payload: NamespacedWireCommitPayload<ModuleName, MutationName>): AnyWire;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
// @public
|
|
2196
|
+
export function namespacedWireCommit<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedWireCommit<ModuleName>;
|
|
2197
|
+
|
|
2198
|
+
// @public
|
|
2199
|
+
export type NamespacedWireCommitPayload<ModuleName extends XModuleName, MutationName extends MutationNamesFor<ModuleName>> = ExtractMutationPayload<ModuleName, MutationName> | ((wiringData: NamespacedWiringData<ModuleName>) => ExtractMutationPayload<ModuleName, MutationName>);
|
|
2200
|
+
|
|
2201
|
+
// @public
|
|
2202
|
+
export type NamespacedWireCommitWithoutPayload<ModuleName extends XModuleName> = <MutationName extends PropsWithType<ExtractMutations<XModulesTree[ModuleName]>, () => any>>(mutation: MutationName) => AnyWire;
|
|
2203
|
+
|
|
2204
|
+
// @public
|
|
2205
|
+
export function namespacedWireCommitWithoutPayload<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedWireCommitWithoutPayload<ModuleName>;
|
|
2206
|
+
|
|
2207
|
+
// @public
|
|
2208
|
+
export interface NamespacedWireDispatch<ModuleName extends XModuleName> {
|
|
2209
|
+
// (undocumented)
|
|
2210
|
+
<ActionName extends ActionNamesFor<ModuleName>>(action: ActionName): Wire<ExtractActionPayload<ModuleName, ActionName>>;
|
|
2211
|
+
// (undocumented)
|
|
2212
|
+
<ActionName extends ActionNamesFor<ModuleName>>(action: ActionName, payload: NamespacedWireDispatchPayload<ModuleName, ActionName>): AnyWire;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
// @public
|
|
2216
|
+
export function namespacedWireDispatch<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedWireDispatch<ModuleName>;
|
|
2217
|
+
|
|
2218
|
+
// @public
|
|
2219
|
+
export type NamespacedWireDispatchPayload<ModuleName extends XModuleName, ActionName extends ActionNamesFor<ModuleName>> = ExtractActionPayload<ModuleName, ActionName> | ((wiringData: NamespacedWiringData<ModuleName>) => ExtractActionPayload<ModuleName, ActionName>);
|
|
2220
|
+
|
|
2221
|
+
// @public
|
|
2222
|
+
export type NamespacedWireDispatchWithoutPayload<ModuleName extends XModuleName> = <ActionName extends PropsWithType<ExtractActions<XModulesTree[ModuleName]>, () => any>>(action: ActionName) => AnyWire;
|
|
2223
|
+
|
|
2224
|
+
// @public
|
|
2225
|
+
export function namespacedWireDispatchWithoutPayload<ModuleName extends XModuleName>(moduleName: ModuleName): NamespacedWireDispatchWithoutPayload<ModuleName>;
|
|
2226
|
+
|
|
2227
|
+
// @public
|
|
2228
|
+
export type NamespacedWiringData<ModuleName extends XModuleName> = StoreModuleStateAndGetters<ModuleName> & {
|
|
2229
|
+
eventPayload: ExtractPayload<ModuleName>;
|
|
2230
|
+
metadata: WireMetadata;
|
|
2231
|
+
};
|
|
2232
|
+
|
|
2233
|
+
// @public
|
|
2234
|
+
export class NextQueries extends Vue_2 {
|
|
2235
|
+
protected animation: Vue_2;
|
|
2236
|
+
protected maxItemsToRender?: number;
|
|
2237
|
+
// Warning: (ae-forgotten-export) The symbol "NextQuery" needs to be exported by the entry point index.d.ts
|
|
2238
|
+
//
|
|
2239
|
+
// @internal
|
|
2240
|
+
nextQueries: NextQuery_2[];
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
// @public
|
|
2244
|
+
export const nextQueries: NextQueriesXStoreModule['getters']['nextQueries'];
|
|
2245
|
+
|
|
2246
|
+
// @public
|
|
2247
|
+
export type NextQueriesActionContext = XActionContext<NextQueriesState, NextQueriesGetters, NextQueriesMutations, NextQueriesActions>;
|
|
2248
|
+
|
|
2249
|
+
// @public
|
|
2250
|
+
export interface NextQueriesActions {
|
|
2251
|
+
cancelFetchAndSaveNextQueries(): void;
|
|
2252
|
+
fetchAndSaveNextQueries(request: NextQueriesRequest | null): void;
|
|
2253
|
+
fetchNextQueries(request: NextQueriesRequest | null): NextQuery_2[] | null;
|
|
2254
|
+
setQueryFromLastHistoryQuery(historyQueries: HistoryQuery_2[]): void;
|
|
2255
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export interface NextQueriesConfig {
|
|
2260
|
+
hideSessionQueries: boolean;
|
|
2261
|
+
loadOnInit: boolean;
|
|
2262
|
+
maxItemsToRequest: number;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
// @internal
|
|
2266
|
+
export const nextQueriesEmitters: {
|
|
2267
|
+
NextQueriesChanged: {
|
|
2268
|
+
selector: (_: NextQueriesState, getters: Returns<GettersTree<NextQueriesState, NextQueriesGetters>>) => NextQuery_2[];
|
|
2269
|
+
filter: (newCollection: NextQuery_2[], oldCollection: NextQuery_2[]) => boolean;
|
|
2270
|
+
};
|
|
2271
|
+
NextQueriesRequestChanged: (_: NextQueriesState, getters: Returns<GettersTree<NextQueriesState, NextQueriesGetters>>) => NextQueriesRequest | null;
|
|
2272
|
+
};
|
|
2273
|
+
|
|
2274
|
+
// @public
|
|
2275
|
+
export interface NextQueriesGetters {
|
|
2276
|
+
nextQueries: NextQuery_2[];
|
|
2277
|
+
request: NextQueriesRequest | null;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
// Warning: (ae-forgotten-export) The symbol "NextQueriesList_base" needs to be exported by the entry point index.d.ts
|
|
2281
|
+
//
|
|
2282
|
+
// @public
|
|
2283
|
+
export class NextQueriesList extends NextQueriesList_base {
|
|
2284
|
+
protected animation?: Vue | string;
|
|
2285
|
+
frequency: number;
|
|
2286
|
+
// @internal
|
|
2287
|
+
get items(): ListItem[];
|
|
2288
|
+
maxGroups: number;
|
|
2289
|
+
maxNextQueriesPerGroup: number;
|
|
2290
|
+
// @internal
|
|
2291
|
+
nextQueries: NextQuery_2[];
|
|
2292
|
+
// Warning: (ae-forgotten-export) The symbol "NextQueriesGroup" needs to be exported by the entry point index.d.ts
|
|
2293
|
+
//
|
|
2294
|
+
// @internal
|
|
2295
|
+
protected get nextQueriesGroups(): NextQueriesGroup[];
|
|
2296
|
+
offset: number;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
// @public
|
|
2300
|
+
export interface NextQueriesMutations extends StatusMutations {
|
|
2301
|
+
setNextQueries(nextQueries: NextQuery_2[]): void;
|
|
2302
|
+
setParams(params: Dictionary<unknown>): void;
|
|
2303
|
+
setQuery(newQuery: string): void;
|
|
2304
|
+
setSearchedQueries(searchedQueries: HistoryQuery_2[]): void;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
// @public
|
|
2308
|
+
export const nextQueriesRequest: NextQueriesXStoreModule['getters']['request'];
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export interface NextQueriesState extends StatusState {
|
|
2312
|
+
config: NextQueriesConfig;
|
|
2313
|
+
nextQueries: NextQuery_2[];
|
|
2314
|
+
params: Dictionary<unknown>;
|
|
2315
|
+
query: string;
|
|
2316
|
+
searchedQueries: HistoryQuery_2[];
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
// @internal
|
|
2320
|
+
export const nextQueriesWiring: {
|
|
2321
|
+
UserAcceptedAQuery: {
|
|
2322
|
+
setNextQueriesQuery: Wire<string>;
|
|
2323
|
+
};
|
|
2324
|
+
SessionHistoryQueriesChanged: {
|
|
2325
|
+
setSearchedQueries: Wire<HistoryQuery_2[]>;
|
|
2326
|
+
setQueryFromLastHistoryQueryWire: Wire<HistoryQuery_2[]>;
|
|
2327
|
+
};
|
|
2328
|
+
NextQueriesRequestChanged: {
|
|
2329
|
+
fetchAndSaveNextQueriesWire: Wire<NextQueriesRequest | null>;
|
|
2330
|
+
};
|
|
2331
|
+
ExtraParamsChanged: {
|
|
2332
|
+
setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
2333
|
+
};
|
|
2334
|
+
ParamsLoadedFromUrl: {
|
|
2335
|
+
setUrlParams: Wire<UrlParams>;
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
2338
|
+
|
|
2339
|
+
// @public
|
|
2340
|
+
export interface NextQueriesXEvents {
|
|
2341
|
+
NextQueriesChanged: NextQuery_2[];
|
|
2342
|
+
NextQueriesDisplayed: NextQuery_2[];
|
|
2343
|
+
NextQueriesRequestChanged: NextQueriesRequest | null;
|
|
2344
|
+
UserSelectedANextQuery: NextQuery_2;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
// @public
|
|
2348
|
+
export type NextQueriesXModule = XModule<NextQueriesXStoreModule>;
|
|
2349
|
+
|
|
2350
|
+
// @public
|
|
2351
|
+
export const nextQueriesXModule: NextQueriesXModule;
|
|
2352
|
+
|
|
2353
|
+
// @public
|
|
2354
|
+
export type NextQueriesXStoreModule = XStoreModule<NextQueriesState, NextQueriesGetters, NextQueriesMutations, NextQueriesActions>;
|
|
2355
|
+
|
|
2356
|
+
// @internal
|
|
2357
|
+
export const nextQueriesXStoreModule: NextQueriesXStoreModule;
|
|
2358
|
+
|
|
2359
|
+
// @public
|
|
2360
|
+
export class NextQuery extends Vue_2 {
|
|
2361
|
+
protected get events(): Partial<XEventsTypes>;
|
|
2362
|
+
protected suggestion: NextQuery_2;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
// @public
|
|
2366
|
+
export type NiladicFunction = () => any;
|
|
2367
|
+
|
|
2368
|
+
// @internal
|
|
2369
|
+
export const NoElement: ExtendedVue<Vue_2, unknown, unknown, unknown, Record<never, any>>;
|
|
2370
|
+
|
|
2371
|
+
// @public
|
|
2372
|
+
export type NonPrimitive = Array<any> | Record<any, any>;
|
|
2373
|
+
|
|
2374
|
+
// @internal
|
|
2375
|
+
export function noOp(): any;
|
|
2376
|
+
|
|
2377
|
+
// @public
|
|
2378
|
+
export const normalizedQuery: QuerySuggestionsXStoreModule['getters']['normalizedQuery'];
|
|
2379
|
+
|
|
2380
|
+
// @public
|
|
2381
|
+
export function normalizeString(string: string | undefined): string;
|
|
2382
|
+
|
|
2383
|
+
// @public (undocumented)
|
|
2384
|
+
export const Nq1Icon: {};
|
|
2385
|
+
|
|
2386
|
+
// @public (undocumented)
|
|
2387
|
+
export const Nq2Icon: {};
|
|
2388
|
+
|
|
2389
|
+
// @public (undocumented)
|
|
2390
|
+
export const Nq3Icon: {};
|
|
2391
|
+
|
|
2392
|
+
// @public (undocumented)
|
|
2393
|
+
export const Nq4Icon: {};
|
|
2394
|
+
|
|
2395
|
+
// @public
|
|
2396
|
+
export class NumberRangeFilter extends Vue_2 {
|
|
2397
|
+
// @internal
|
|
2398
|
+
protected get clickEvents(): Partial<XEventsTypes>;
|
|
2399
|
+
// @internal
|
|
2400
|
+
protected get cssClasses(): VueCSSClasses;
|
|
2401
|
+
filter: NumberRangeFilter_2;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
// @internal
|
|
2405
|
+
export class NumberRangeFilterEntity implements FilterEntity {
|
|
2406
|
+
constructor(store: Store<RootXStoreState>);
|
|
2407
|
+
// Warning: (ae-forgotten-export) The symbol "isNumberRangeFilter" needs to be exported by the entry point index.d.ts
|
|
2408
|
+
//
|
|
2409
|
+
// (undocumented)
|
|
2410
|
+
static accepts: typeof isNumberRangeFilter;
|
|
2411
|
+
deselect(filter: NumberRangeFilter_2): void;
|
|
2412
|
+
select(filter: NumberRangeFilter_2): void;
|
|
2413
|
+
// (undocumented)
|
|
2414
|
+
protected store: Store<RootXStoreState>;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
// @public
|
|
2418
|
+
export function objectFilter<T extends Dictionary>(obj: T | undefined | null, isIncluded: (key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => boolean): T;
|
|
2419
|
+
|
|
2420
|
+
// @internal
|
|
2421
|
+
export interface ObserverOptions {
|
|
2422
|
+
margin: number;
|
|
2423
|
+
root: HTMLElement | null;
|
|
2424
|
+
vNode: VNode;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
// @public
|
|
2428
|
+
export type Pair<Type> = [Type, Type];
|
|
2429
|
+
|
|
2430
|
+
// @public
|
|
2431
|
+
export class PartialQueryButton extends Vue_2 {
|
|
2432
|
+
// @internal
|
|
2433
|
+
protected createEventMetadata(): Omit<WireMetadata, 'moduleName'>;
|
|
2434
|
+
protected emitEvents(): void;
|
|
2435
|
+
query: string;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
// @public
|
|
2439
|
+
export class PartialResultsList extends Vue_2 {
|
|
2440
|
+
protected animation: Vue_2 | string;
|
|
2441
|
+
// Warning: (ae-forgotten-export) The symbol "PartialResult" needs to be exported by the entry point index.d.ts
|
|
2442
|
+
items: PartialResult[];
|
|
2443
|
+
protected maxItemsToRender: number;
|
|
2444
|
+
// @internal
|
|
2445
|
+
protected get partialResults(): PartialResult[];
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
// @public
|
|
2449
|
+
export type PayloadFactoryData<Payload> = RootStoreStateAndGetters & {
|
|
2450
|
+
eventPayload: Payload;
|
|
2451
|
+
metadata: WireMetadata;
|
|
2452
|
+
};
|
|
2453
|
+
|
|
2454
|
+
// @public (undocumented)
|
|
2455
|
+
export const PlusIcon: {};
|
|
2456
|
+
|
|
2457
|
+
// @internal
|
|
2458
|
+
export interface Point {
|
|
2459
|
+
// (undocumented)
|
|
2460
|
+
x: number;
|
|
2461
|
+
// (undocumented)
|
|
2462
|
+
y: number;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
// @internal
|
|
2466
|
+
export type Points = [Point, Point];
|
|
2467
|
+
|
|
2468
|
+
// @public
|
|
2469
|
+
export class PopularSearch extends Vue_2 {
|
|
2470
|
+
protected get events(): Partial<XEventsTypes>;
|
|
2471
|
+
protected suggestion: Suggestion;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
// @public
|
|
2475
|
+
export class PopularSearches extends Vue_2 {
|
|
2476
|
+
protected animation: Vue_2;
|
|
2477
|
+
protected maxItemsToRender?: number;
|
|
2478
|
+
// @internal
|
|
2479
|
+
popularSearches: Suggestion[];
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
// @public
|
|
2483
|
+
export const popularSearches: PopularSearchesXStoreModule['getters']['popularSearches'];
|
|
2484
|
+
|
|
2485
|
+
// @public
|
|
2486
|
+
export type PopularSearchesActionContext = XActionContext<PopularSearchesState, PopularSearchesGetters, PopularSearchesMutations, PopularSearchesActions>;
|
|
2487
|
+
|
|
2488
|
+
// @public
|
|
2489
|
+
export interface PopularSearchesActions {
|
|
2490
|
+
cancelFetchAndSaveSuggestions(): void;
|
|
2491
|
+
fetchAndSaveSuggestions(request: SuggestionsRequest): void;
|
|
2492
|
+
fetchSuggestions(request: SuggestionsRequest): Suggestion[];
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
// @public
|
|
2496
|
+
export interface PopularSearchesConfig {
|
|
2497
|
+
hideSessionQueries: boolean;
|
|
2498
|
+
maxItemsToRequest: number;
|
|
2499
|
+
showExtraSuggestionWithoutFilter: boolean;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
// @internal
|
|
2503
|
+
export const popularSearchesEmitters: {
|
|
2504
|
+
PopularSearchesRequestChanged: {
|
|
2505
|
+
selector: (_: PopularSearchesState, getters: Returns<GettersTree<PopularSearchesState, PopularSearchesGetters>>) => SuggestionsRequest;
|
|
2506
|
+
immediate: true;
|
|
2507
|
+
};
|
|
2508
|
+
};
|
|
2509
|
+
|
|
2510
|
+
// @public
|
|
2511
|
+
export interface PopularSearchesGetters {
|
|
2512
|
+
popularSearches: Suggestion[];
|
|
2513
|
+
request: SuggestionsRequest;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
// @public
|
|
2517
|
+
export interface PopularSearchesMutations extends StatusMutations {
|
|
2518
|
+
setParams(params: Dictionary<unknown>): void;
|
|
2519
|
+
setSearchedQueries(searchedQueries: HistoryQuery_2[]): void;
|
|
2520
|
+
setSuggestions(suggestions: Suggestion[]): void;
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
// @public
|
|
2524
|
+
export const popularSearchesRequest: PopularSearchesXStoreModule['getters']['request'];
|
|
2525
|
+
|
|
2526
|
+
// @public
|
|
2527
|
+
export interface PopularSearchesState extends StatusState {
|
|
2528
|
+
config: PopularSearchesConfig;
|
|
2529
|
+
params: Dictionary<unknown>;
|
|
2530
|
+
popularSearches: Suggestion[];
|
|
2531
|
+
searchedQueries: HistoryQuery_2[];
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
// @internal
|
|
2535
|
+
export const popularSearchesWiring: {
|
|
2536
|
+
PopularSearchesRequestChanged: {
|
|
2537
|
+
retrievePopularSuggestions: Wire<SuggestionsRequest>;
|
|
2538
|
+
};
|
|
2539
|
+
SessionHistoryQueriesChanged: {
|
|
2540
|
+
setSearchedQueriesInPopularSearches: Wire<HistoryQuery_2[]>;
|
|
2541
|
+
};
|
|
2542
|
+
ExtraParamsChanged: {
|
|
2543
|
+
setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
2544
|
+
};
|
|
2545
|
+
};
|
|
2546
|
+
|
|
2547
|
+
// @public
|
|
2548
|
+
export interface PopularSearchesXEvents {
|
|
2549
|
+
PopularSearchDisplayed: Suggestion[];
|
|
2550
|
+
PopularSearchesRequestChanged: SuggestionsRequest;
|
|
2551
|
+
UserSelectedAPopularSearch: Suggestion;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
// @public
|
|
2555
|
+
export type PopularSearchesXModule = XModule<PopularSearchesXStoreModule>;
|
|
2556
|
+
|
|
2557
|
+
// @public
|
|
2558
|
+
export const popularSearchesXModule: PopularSearchesXModule;
|
|
2559
|
+
|
|
2560
|
+
// @public
|
|
2561
|
+
export type PopularSearchesXStoreModule = XStoreModule<PopularSearchesState, PopularSearchesGetters, PopularSearchesMutations, PopularSearchesActions>;
|
|
2562
|
+
|
|
2563
|
+
// @internal
|
|
2564
|
+
export const popularSearchesXStoreModule: PopularSearchesXStoreModule;
|
|
2565
|
+
|
|
2566
|
+
// @public
|
|
2567
|
+
export type Primitive = string | number | boolean | undefined | null | symbol | AnyFunction;
|
|
2568
|
+
|
|
2569
|
+
// @public
|
|
2570
|
+
export interface PrivateXModuleOptions<Module extends AnyXModule> {
|
|
2571
|
+
storeEmitters?: Partial<StoreEmitters<Module['storeModule']>>;
|
|
2572
|
+
storeModule?: XStoreModuleOptions<Module['storeModule']>;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
// @public
|
|
2576
|
+
export type PrivateXModulesOptions = {
|
|
2577
|
+
[ModuleName in XModuleName]?: PrivateXModuleOptions<XModulesTree[ModuleName]>;
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
// @public
|
|
2581
|
+
export class Promoted extends Vue_2 {
|
|
2582
|
+
// Warning: (ae-forgotten-export) The symbol "Promoted" needs to be exported by the entry point index.d.ts
|
|
2583
|
+
promoted: Promoted_2;
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
// @public
|
|
2587
|
+
export class PromotedsList extends ItemsListInjectionMixin {
|
|
2588
|
+
protected animation: Vue_2 | string;
|
|
2589
|
+
// @internal
|
|
2590
|
+
get items(): ListItem[];
|
|
2591
|
+
stateItems: Promoted_2[];
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
// @public
|
|
2595
|
+
export type PropsWithType<Type, PropType> = {
|
|
2596
|
+
[Key in keyof Type]: Type[Key] extends PropType ? Key : never;
|
|
2597
|
+
}[keyof Type];
|
|
2598
|
+
|
|
2599
|
+
// @public
|
|
2600
|
+
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck';
|
|
2601
|
+
|
|
2602
|
+
// @public
|
|
2603
|
+
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
2604
|
+
|
|
2605
|
+
// @public
|
|
2606
|
+
export type QueryOriginInit = Partial<Pick<WireMetadata, 'feature' | 'location'>>;
|
|
2607
|
+
|
|
2608
|
+
// @public
|
|
2609
|
+
export class QuerySuggestion extends Vue_3 {
|
|
2610
|
+
// @internal
|
|
2611
|
+
protected event: Partial<XEventsTypes>;
|
|
2612
|
+
// @internal
|
|
2613
|
+
query: string;
|
|
2614
|
+
protected suggestion: Suggestion;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
// @public
|
|
2618
|
+
export class QuerySuggestions extends Vue_2 {
|
|
2619
|
+
protected animation: Vue_2;
|
|
2620
|
+
protected maxItemsToRender?: number;
|
|
2621
|
+
// @internal
|
|
2622
|
+
suggestions: Suggestion[];
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
// @public
|
|
2626
|
+
export const querySuggestions: ({ query, suggestions, config }: QuerySuggestionsState) => Suggestion[];
|
|
2627
|
+
|
|
2628
|
+
// @public
|
|
2629
|
+
export type QuerySuggestionsActionContext = XActionContext<QuerySuggestionsState, QuerySuggestionsGetters, QuerySuggestionsMutations, QuerySuggestionsActions>;
|
|
2630
|
+
|
|
2631
|
+
// @public
|
|
2632
|
+
export interface QuerySuggestionsActions {
|
|
2633
|
+
cancelFetchAndSaveSuggestions(): void;
|
|
2634
|
+
fetchAndSaveSuggestions(request: SuggestionsRequest | null): void;
|
|
2635
|
+
fetchSuggestions(request: SuggestionsRequest | null): Suggestion[];
|
|
2636
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
// @public
|
|
2640
|
+
export interface QuerySuggestionsConfig {
|
|
2641
|
+
debounceInMs: number;
|
|
2642
|
+
hideIfEqualsQuery: boolean;
|
|
2643
|
+
maxItemsToRequest: number;
|
|
2644
|
+
showExtraSuggestionWithoutFilter: boolean;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
// @internal
|
|
2648
|
+
export const querySuggestionsEmitters: {
|
|
2649
|
+
QuerySuggestionsChanged: (state: QuerySuggestionsState) => Suggestion[];
|
|
2650
|
+
QuerySuggestionsRequestChanged: (_: QuerySuggestionsState, getters: Returns<GettersTree<QuerySuggestionsState, QuerySuggestionsGetters>>) => SuggestionsRequest | null;
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
// @public
|
|
2654
|
+
export class QuerySuggestionsGetter implements GettersClass<QuerySuggestionsXStoreModule> {
|
|
2655
|
+
// @internal
|
|
2656
|
+
protected isInQuerySuggestions(normalizedQuery: string): (suggestion: Suggestion) => boolean;
|
|
2657
|
+
querySuggestions({ query, suggestions, config }: QuerySuggestionsState): Suggestion[];
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
// @public
|
|
2661
|
+
export interface QuerySuggestionsGetters {
|
|
2662
|
+
normalizedQuery: string;
|
|
2663
|
+
querySuggestions: Suggestion[];
|
|
2664
|
+
request: SuggestionsRequest | null;
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
// @public
|
|
2668
|
+
export interface QuerySuggestionsMutations extends StatusMutations {
|
|
2669
|
+
setParams(params: Dictionary<unknown>): void;
|
|
2670
|
+
setQuery(newQuery: string): void;
|
|
2671
|
+
setSuggestions(suggestions: Suggestion[]): void;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
// @public
|
|
2675
|
+
export const querySuggestionsRequest: QuerySuggestionsXStoreModule['getters']['request'];
|
|
2676
|
+
|
|
2677
|
+
// @public
|
|
2678
|
+
export interface QuerySuggestionsState extends StatusState {
|
|
2679
|
+
config: QuerySuggestionsConfig;
|
|
2680
|
+
params: Dictionary<unknown>;
|
|
2681
|
+
query: string;
|
|
2682
|
+
suggestions: Suggestion[];
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
// @internal
|
|
2686
|
+
export const querySuggestionsWiring: {
|
|
2687
|
+
UserIsTypingAQuery: {
|
|
2688
|
+
setQuerySuggestionsQueryDebounce: AnyWire;
|
|
2689
|
+
};
|
|
2690
|
+
UserAcceptedAQuery: {
|
|
2691
|
+
setQuerySuggestionsQuery: Wire<string>;
|
|
2692
|
+
};
|
|
2693
|
+
UserClearedQuery: {
|
|
2694
|
+
clearQuerySuggestionsQuery: AnyWire;
|
|
2695
|
+
cancelFetchAndSaveSuggestionsWire: AnyWire;
|
|
2696
|
+
};
|
|
2697
|
+
QuerySuggestionsRequestChanged: {
|
|
2698
|
+
fetchAndSaveSuggestionsWire: Wire<SuggestionsRequest | null>;
|
|
2699
|
+
};
|
|
2700
|
+
ExtraParamsChanged: {
|
|
2701
|
+
setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
2702
|
+
};
|
|
2703
|
+
ParamsLoadedFromUrl: {
|
|
2704
|
+
setUrlParams: Wire<UrlParams>;
|
|
2705
|
+
};
|
|
2706
|
+
};
|
|
2707
|
+
|
|
2708
|
+
// @public
|
|
2709
|
+
export interface QuerySuggestionsXEvents {
|
|
2710
|
+
QuerySuggestionsChanged: Suggestion[];
|
|
2711
|
+
QuerySuggestionsDisplayed: Suggestion[];
|
|
2712
|
+
QuerySuggestionsRequestChanged: SuggestionsRequest | null;
|
|
2713
|
+
UserSelectedAQuerySuggestion: Suggestion;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
// @public
|
|
2717
|
+
export type QuerySuggestionsXModule = XModule<QuerySuggestionsXStoreModule>;
|
|
2718
|
+
|
|
2719
|
+
// @public
|
|
2720
|
+
export const querySuggestionsXModule: QuerySuggestionsXModule;
|
|
2721
|
+
|
|
2722
|
+
// @public
|
|
2723
|
+
export type QuerySuggestionsXStoreModule = XStoreModule<QuerySuggestionsState, QuerySuggestionsGetters, QuerySuggestionsMutations, QuerySuggestionsActions>;
|
|
2724
|
+
|
|
2725
|
+
// @internal
|
|
2726
|
+
export const querySuggestionsXStoreModule: QuerySuggestionsXStoreModule;
|
|
2727
|
+
|
|
2728
|
+
// @internal
|
|
2729
|
+
export class RawFilterEntity implements FilterEntity {
|
|
2730
|
+
constructor(store: Store<unknown>);
|
|
2731
|
+
// Warning: (ae-forgotten-export) The symbol "isRawFilter" needs to be exported by the entry point index.d.ts
|
|
2732
|
+
//
|
|
2733
|
+
// (undocumented)
|
|
2734
|
+
static accepts: typeof isRawFilter;
|
|
2735
|
+
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
2736
|
+
deselect(filter: RawFilter): void;
|
|
2737
|
+
select(filter: RawFilter): void;
|
|
2738
|
+
// (undocumented)
|
|
2739
|
+
protected store: Store<unknown>;
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2742
|
+
// @public
|
|
2743
|
+
export class Recommendations extends Vue_2 {
|
|
2744
|
+
protected animation: Vue_2;
|
|
2745
|
+
protected maxItemsToRender?: number;
|
|
2746
|
+
// @internal
|
|
2747
|
+
protected get recommendations(): Result[];
|
|
2748
|
+
protected resultClickExtraEvents: PropsWithType<XEventsTypes, Result>[];
|
|
2749
|
+
storedRecommendations: Result[];
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
// @public
|
|
2753
|
+
export const RECOMMENDATIONS_ORIGIN = "default";
|
|
2754
|
+
|
|
2755
|
+
// @public
|
|
2756
|
+
export type RecommendationsActionContext = XActionContext<RecommendationsState, RecommendationsGetters, RecommendationsMutations, RecommendationsActions>;
|
|
2757
|
+
|
|
2758
|
+
// @public
|
|
2759
|
+
export interface RecommendationsActions {
|
|
2760
|
+
cancelFetchAndSaveRecommendations(): void;
|
|
2761
|
+
fetchAndSaveRecommendations(request: TopRecommendationsRequest | null): void;
|
|
2762
|
+
fetchRecommendations(request: TopRecommendationsRequest | null): Result[];
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
// @public
|
|
2766
|
+
export interface RecommendationsConfig {
|
|
2767
|
+
maxItemsToRequest: number;
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
// @internal
|
|
2771
|
+
export const recommendationsEmitters: {
|
|
2772
|
+
RecommendationsRequestChanged: {
|
|
2773
|
+
selector: (_: RecommendationsState, getters: Returns<GettersTree<RecommendationsState, RecommendationsGetters>>) => TopRecommendationsRequest;
|
|
2774
|
+
immediate: true;
|
|
2775
|
+
};
|
|
2776
|
+
};
|
|
2777
|
+
|
|
2778
|
+
// @public
|
|
2779
|
+
export interface RecommendationsGetters {
|
|
2780
|
+
request: TopRecommendationsRequest;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
// @public
|
|
2784
|
+
export interface RecommendationsMutations extends StatusMutations {
|
|
2785
|
+
setParams(params: Dictionary<unknown>): void;
|
|
2786
|
+
setRecommendations(recommendations: Result[]): void;
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
// @public
|
|
2790
|
+
export const recommendationsRequest: RecommendationsXStoreModule['getters']['request'];
|
|
2791
|
+
|
|
2792
|
+
// @public
|
|
2793
|
+
export interface RecommendationsState extends StatusState {
|
|
2794
|
+
config: RecommendationsConfig;
|
|
2795
|
+
origin: string;
|
|
2796
|
+
params: Dictionary<unknown>;
|
|
2797
|
+
recommendations: Result[];
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
// @internal
|
|
2801
|
+
export const recommendationsWiring: {
|
|
2802
|
+
RecommendationsRequestChanged: {
|
|
2803
|
+
fetchAndSaveRecommendations: Wire<TopRecommendationsRequest | null>;
|
|
2804
|
+
};
|
|
2805
|
+
UserClickedColumnPicker: {};
|
|
2806
|
+
ExtraParamsChanged: {
|
|
2807
|
+
setRecommendationsExtraParams: Wire<Dictionary<unknown>>;
|
|
2808
|
+
};
|
|
2809
|
+
};
|
|
2810
|
+
|
|
2811
|
+
// @public
|
|
2812
|
+
export interface RecommendationsXEvents {
|
|
2813
|
+
RecommendationsChanged: Result[];
|
|
2814
|
+
RecommendationsRequestChanged: TopRecommendationsRequest;
|
|
2815
|
+
UserClickedARecommendation: Result;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
// @public
|
|
2819
|
+
export type RecommendationsXModule = XModule<RecommendationsXStoreModule>;
|
|
2820
|
+
|
|
2821
|
+
// @public
|
|
2822
|
+
export const recommendationsXModule: RecommendationsXModule;
|
|
2823
|
+
|
|
2824
|
+
// @public
|
|
2825
|
+
export type RecommendationsXStoreModule = XStoreModule<RecommendationsState, RecommendationsGetters, RecommendationsMutations, RecommendationsActions>;
|
|
2826
|
+
|
|
2827
|
+
// @internal
|
|
2828
|
+
export const recommendationsXStoreModule: RecommendationsXStoreModule;
|
|
2829
|
+
|
|
2830
|
+
// @public
|
|
2831
|
+
export class Redirection extends Vue_2 {
|
|
2832
|
+
protected abortRedirect(): void;
|
|
2833
|
+
// @internal
|
|
2834
|
+
cancelRedirect(): void;
|
|
2835
|
+
delayInSeconds: number;
|
|
2836
|
+
protected isRedirecting: boolean;
|
|
2837
|
+
mode: 'auto' | 'manual';
|
|
2838
|
+
protected redirect(): void;
|
|
2839
|
+
// @internal
|
|
2840
|
+
protected get redirection(): Redirection_2 | null;
|
|
2841
|
+
// Warning: (ae-forgotten-export) The symbol "Redirection" needs to be exported by the entry point index.d.ts
|
|
2842
|
+
//
|
|
2843
|
+
// (undocumented)
|
|
2844
|
+
redirections: Redirection_2[];
|
|
2845
|
+
// @internal
|
|
2846
|
+
protected redirectWithDelay(): void;
|
|
2847
|
+
// @internal
|
|
2848
|
+
protected timeoutId: number;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
// @public
|
|
2852
|
+
export function reduce<T extends Dictionary, V>(obj: T | undefined | null, reducer: (accumulator: V, key: keyof T, value: Exclude<T[keyof T], undefined>, index: number) => V, initialValue: V): V;
|
|
2853
|
+
|
|
2854
|
+
// @public
|
|
2855
|
+
export const refreshHistoryQueriesSession: AnyWire;
|
|
2856
|
+
|
|
2857
|
+
// @public
|
|
2858
|
+
export const refreshSession: HistoryQueriesXStoreModule['actions']['refreshSession'];
|
|
2859
|
+
|
|
2860
|
+
// @public
|
|
2861
|
+
export class RelatedTag extends Vue_2 {
|
|
2862
|
+
// @internal
|
|
2863
|
+
protected createEventMetadata(): Omit<WireMetadata, 'moduleName'>;
|
|
2864
|
+
// @internal
|
|
2865
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
2866
|
+
protected emitEvents(): void;
|
|
2867
|
+
protected highlightCurated: boolean;
|
|
2868
|
+
// @internal
|
|
2869
|
+
protected get isSelected(): boolean;
|
|
2870
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTag" needs to be exported by the entry point index.d.ts
|
|
2871
|
+
protected relatedTag: RelatedTag_2;
|
|
2872
|
+
// @internal
|
|
2873
|
+
selectedRelatedTags: RelatedTag_2[];
|
|
2874
|
+
// @internal
|
|
2875
|
+
protected get shouldHighlightCurated(): boolean;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
// @public
|
|
2879
|
+
export class RelatedTags extends Vue_2 {
|
|
2880
|
+
protected animation: Vue_2;
|
|
2881
|
+
protected highlightCurated: boolean;
|
|
2882
|
+
protected maxItemsToRender?: number;
|
|
2883
|
+
// (undocumented)
|
|
2884
|
+
protected get relatedTags(): RelatedTag_2[];
|
|
2885
|
+
// (undocumented)
|
|
2886
|
+
storedRelatedTags: RelatedTag_2[];
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
// @public
|
|
2890
|
+
export const relatedTags: RelatedTagsXStoreModule['getters']['relatedTags'];
|
|
2891
|
+
|
|
2892
|
+
// @public
|
|
2893
|
+
export type RelatedTagsActionContext = XActionContext<RelatedTagsState, RelatedTagsGetters, RelatedTagsMutations, RelatedTagsActions>;
|
|
2894
|
+
|
|
2895
|
+
// @public
|
|
2896
|
+
export interface RelatedTagsActions {
|
|
2897
|
+
cancelFetchAndSaveRelatedTags(): void;
|
|
2898
|
+
fetchAndSaveRelatedTags(request: RelatedTagsRequest | null): void;
|
|
2899
|
+
fetchRelatedTags(request: RelatedTagsRequest | null): RelatedTag_2[];
|
|
2900
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
2901
|
+
toggleRelatedTag(relatedTag: RelatedTag_2): void;
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
// @public
|
|
2905
|
+
export interface RelatedTagsConfig {
|
|
2906
|
+
maxItemsToRequest: number;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
// @internal
|
|
2910
|
+
export const relatedTagsEmitters: {
|
|
2911
|
+
RelatedTagsChanged: (state: RelatedTagsState) => RelatedTag_2[];
|
|
2912
|
+
RelatedTagsRequestChanged: (_: RelatedTagsState, getters: Returns<GettersTree<RelatedTagsState, RelatedTagsGetters>>) => RelatedTagsRequest | null;
|
|
2913
|
+
SelectedRelatedTagsChanged: {
|
|
2914
|
+
selector: (state: RelatedTagsState) => RelatedTag_2[];
|
|
2915
|
+
filter: (newCollection: RelatedTag_2[], oldCollection: RelatedTag_2[]) => boolean;
|
|
2916
|
+
};
|
|
2917
|
+
};
|
|
2918
|
+
|
|
2919
|
+
// @public
|
|
2920
|
+
export interface RelatedTagsGetters {
|
|
2921
|
+
relatedTags: RelatedTag_2[];
|
|
2922
|
+
request: RelatedTagsRequest | null;
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
// @public
|
|
2926
|
+
export interface RelatedTagsMutations extends StatusMutations {
|
|
2927
|
+
setParams(params: Dictionary<unknown>): void;
|
|
2928
|
+
setQuery(newQuery: string): void;
|
|
2929
|
+
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
2930
|
+
setSelectedRelatedTags(selectedRelatedTags: RelatedTag_2[]): void;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
// @public
|
|
2934
|
+
export const relatedTagsRequest: RelatedTagsXStoreModule['getters']['request'];
|
|
2935
|
+
|
|
2936
|
+
// @public
|
|
2937
|
+
export interface RelatedTagsState extends StatusState {
|
|
2938
|
+
config: RelatedTagsConfig;
|
|
2939
|
+
params: Dictionary<unknown>;
|
|
2940
|
+
query: string;
|
|
2941
|
+
relatedTags: RelatedTag_2[];
|
|
2942
|
+
selectedRelatedTags: RelatedTag_2[];
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
// @internal
|
|
2946
|
+
export const relatedTagsWiring: {
|
|
2947
|
+
UserAcceptedAQuery: {
|
|
2948
|
+
setRelatedTagsQuery: Wire<string>;
|
|
2949
|
+
clearSelectedRelatedTags: AnyWire;
|
|
2950
|
+
};
|
|
2951
|
+
UserPickedARelatedTag: {
|
|
2952
|
+
toggleRelatedTagWire: Wire<RelatedTag_2>;
|
|
2953
|
+
};
|
|
2954
|
+
RelatedTagsRequestChanged: {
|
|
2955
|
+
fetchAndSaveRelatedTagsWire: Wire<RelatedTagsRequest | null>;
|
|
2956
|
+
};
|
|
2957
|
+
UserClearedQuery: {
|
|
2958
|
+
cancelFetchAndSaveRelatedTagsWire: AnyWire;
|
|
2959
|
+
clearRelatedTagsQuery: AnyWire;
|
|
2960
|
+
clearSelectedRelatedTags: AnyWire;
|
|
2961
|
+
};
|
|
2962
|
+
ExtraParamsChanged: {
|
|
2963
|
+
setRelatedTagsExtraParams: Wire<Dictionary<unknown>>;
|
|
2964
|
+
};
|
|
2965
|
+
ParamsLoadedFromUrl: {
|
|
2966
|
+
setUrlParamsWire: Wire<UrlParams>;
|
|
2967
|
+
};
|
|
2968
|
+
};
|
|
2969
|
+
|
|
2970
|
+
// @public
|
|
2971
|
+
export interface RelatedTagsXEvents {
|
|
2972
|
+
RelatedTagsChanged: RelatedTag_2[];
|
|
2973
|
+
RelatedTagsRequestChanged: RelatedTagsRequest | null;
|
|
2974
|
+
SelectedRelatedTagsChanged: RelatedTag_2[];
|
|
2975
|
+
UserDeselectedARelatedTag: RelatedTag_2;
|
|
2976
|
+
UserPickedARelatedTag: RelatedTag_2;
|
|
2977
|
+
UserSelectedARelatedTag: RelatedTag_2;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
// @public
|
|
2981
|
+
export type RelatedTagsXModule = XModule<RelatedTagsXStoreModule>;
|
|
2982
|
+
|
|
2983
|
+
// @public
|
|
2984
|
+
export const relatedTagsXModule: RelatedTagsXModule;
|
|
2985
|
+
|
|
2986
|
+
// @public
|
|
2987
|
+
export type RelatedTagsXStoreModule = XStoreModule<RelatedTagsState, RelatedTagsGetters, RelatedTagsMutations, RelatedTagsActions>;
|
|
2988
|
+
|
|
2989
|
+
// @internal
|
|
2990
|
+
export const relatedTagsXStoreModule: RelatedTagsXStoreModule;
|
|
2991
|
+
|
|
2992
|
+
// @public
|
|
2993
|
+
export const removeFromHistory: HistoryQueriesXStoreModule['actions']['removeFromHistory'];
|
|
2994
|
+
|
|
2995
|
+
// @public
|
|
2996
|
+
export class RemoveHistoryQuery extends Vue_2 {
|
|
2997
|
+
protected historyQuery: HistoryQuery_2;
|
|
2998
|
+
protected get removeHistoryQueryEvent(): Partial<XEventsTypes>;
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
// @public
|
|
3002
|
+
export const removeHistoryQuery: Wire<HistoryQuery_2>;
|
|
3003
|
+
|
|
3004
|
+
// @public
|
|
3005
|
+
export class RenderlessExtraParams extends Vue_2 {
|
|
3006
|
+
name: string;
|
|
3007
|
+
stateParams: Dictionary<unknown>;
|
|
3008
|
+
// @internal
|
|
3009
|
+
protected updateValue(newValue: unknown): void;
|
|
3010
|
+
// @internal
|
|
3011
|
+
protected get value(): unknown;
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
// @public
|
|
3015
|
+
export class RenderlessFilter extends Vue_2 {
|
|
3016
|
+
clickEvents?: Partial<XEventsTypes>;
|
|
3017
|
+
// @internal
|
|
3018
|
+
protected get cssClasses(): VueCSSClasses;
|
|
3019
|
+
// @internal
|
|
3020
|
+
protected emitEvents(): void;
|
|
3021
|
+
// @internal
|
|
3022
|
+
protected get events(): Partial<XEventsTypes>;
|
|
3023
|
+
filter: BooleanFilter;
|
|
3024
|
+
// @internal
|
|
3025
|
+
protected get isDisabled(): boolean;
|
|
3026
|
+
// (undocumented)
|
|
3027
|
+
render(h: CreateElement): VNode;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
// @internal
|
|
3031
|
+
export const replaceableParams: UrlParamKey[];
|
|
3032
|
+
|
|
3033
|
+
// @public
|
|
3034
|
+
export type RequestStatus = 'success' | 'loading' | 'error' | 'initial';
|
|
3035
|
+
|
|
3036
|
+
// @public
|
|
3037
|
+
export const resetAppending: AnyWire;
|
|
3038
|
+
|
|
3039
|
+
// @public
|
|
3040
|
+
export const resetFacets: AnyWire;
|
|
3041
|
+
|
|
3042
|
+
// @public
|
|
3043
|
+
export const resetPage: AnyWire;
|
|
3044
|
+
|
|
3045
|
+
// @public
|
|
3046
|
+
export const resetSort: AnyWire;
|
|
3047
|
+
|
|
3048
|
+
// @public
|
|
3049
|
+
export const resetSpellcheckQuery: AnyWire;
|
|
3050
|
+
|
|
3051
|
+
// @public
|
|
3052
|
+
export type ResultFeature = 'search' | 'recommendations' | 'next_query_results' | 'partial_results' | 'identifier_result';
|
|
3053
|
+
|
|
3054
|
+
// @public
|
|
3055
|
+
export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
3056
|
+
|
|
3057
|
+
// @public
|
|
3058
|
+
export class ResultsList extends Vue_2 implements InfiniteScroll {
|
|
3059
|
+
protected animation: Vue_2 | string;
|
|
3060
|
+
items: Result[];
|
|
3061
|
+
// @internal
|
|
3062
|
+
onInfiniteScrollEnd(): void;
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
// @public
|
|
3066
|
+
export type Returns<T extends Dictionary<AnyFunction>> = {
|
|
3067
|
+
[K in keyof T]: ReturnType<T[K]>;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
// @public
|
|
3071
|
+
export type RootStoreStateAndGetters = Pick<Store<RootXStoreState>, 'state' | 'getters'>;
|
|
3072
|
+
|
|
3073
|
+
// @internal
|
|
3074
|
+
export const RootXStoreModule: Module<XModuleState, any>;
|
|
3075
|
+
|
|
3076
|
+
// @public
|
|
3077
|
+
export interface RootXStoreState {
|
|
3078
|
+
// (undocumented)
|
|
3079
|
+
x: {
|
|
3080
|
+
[Module in XModuleName]: ExtractState<Module>;
|
|
3081
|
+
};
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
// @public
|
|
3085
|
+
export const sanitize: (str: string) => string;
|
|
3086
|
+
|
|
3087
|
+
// @public
|
|
3088
|
+
export const saveIdentifierResultsOriginWire: AnyWire;
|
|
3089
|
+
|
|
3090
|
+
// @public
|
|
3091
|
+
export const saveOrigin: IdentifierResultsXStoreModule['actions']['saveOrigin'];
|
|
3092
|
+
|
|
3093
|
+
// @public
|
|
3094
|
+
export const saveOriginWire: AnyWire;
|
|
3095
|
+
|
|
3096
|
+
// @public
|
|
3097
|
+
export const saveQuery: IdentifierResultsXStoreModule['actions']['saveQuery'];
|
|
3098
|
+
|
|
3099
|
+
// @public
|
|
3100
|
+
export class Scroll extends Vue_2 {
|
|
3101
|
+
// @internal
|
|
3102
|
+
protected createEventMetadata(): Partial<WireMetadata>;
|
|
3103
|
+
distanceToBottom: number;
|
|
3104
|
+
// @internal
|
|
3105
|
+
protected emitScroll(position: number): void;
|
|
3106
|
+
// @internal
|
|
3107
|
+
protected emitScrollAlmostAtEnd(isAlmostAtEnd: boolean): void;
|
|
3108
|
+
// @internal
|
|
3109
|
+
protected emitScrollAtEnd(isAtEnd: boolean): void;
|
|
3110
|
+
// @internal
|
|
3111
|
+
protected emitScrollAtStart(isAtStart: boolean): void;
|
|
3112
|
+
// @internal
|
|
3113
|
+
protected emitScrollDirectionChange(direction: ScrollDirection): void;
|
|
3114
|
+
id: string;
|
|
3115
|
+
// @internal
|
|
3116
|
+
scrollToTop(scrollId: string): void;
|
|
3117
|
+
throttleMs: number;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
// @public
|
|
3121
|
+
export interface ScrollActions {
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
// @public
|
|
3125
|
+
export interface ScrollComponentState {
|
|
3126
|
+
direction: ScrollDirection;
|
|
3127
|
+
hasAlmostReachedEnd: boolean;
|
|
3128
|
+
hasReachedEnd: boolean;
|
|
3129
|
+
hasReachedStart: boolean;
|
|
3130
|
+
position: number;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
// @public
|
|
3134
|
+
export type ScrollDirection = 'UP' | 'DOWN';
|
|
3135
|
+
|
|
3136
|
+
// @internal
|
|
3137
|
+
export const scrollEmitters: {};
|
|
3138
|
+
|
|
3139
|
+
// @public
|
|
3140
|
+
export interface ScrollGetters {
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
// @public
|
|
3144
|
+
export class ScrollMixin extends Vue_2 {
|
|
3145
|
+
$el: HTMLElement;
|
|
3146
|
+
// @internal
|
|
3147
|
+
protected clientHeight: number;
|
|
3148
|
+
// @internal
|
|
3149
|
+
protected currentPosition: number;
|
|
3150
|
+
// @internal
|
|
3151
|
+
protected direction: ScrollDirection;
|
|
3152
|
+
distanceToBottom: number;
|
|
3153
|
+
// @internal
|
|
3154
|
+
protected get distanceToEnd(): number;
|
|
3155
|
+
// @internal
|
|
3156
|
+
protected emitScroll(_newScrollPosition: number, oldScrollPosition: number): void;
|
|
3157
|
+
// @internal
|
|
3158
|
+
protected emitScrollAlmostAtEnd(isScrollAlmostAtEnd: boolean): void;
|
|
3159
|
+
// @internal
|
|
3160
|
+
protected emitScrollAtEnd(isScrollAtEnd: boolean): void;
|
|
3161
|
+
// @internal
|
|
3162
|
+
protected emitScrollDirection(direction: ScrollDirection): void;
|
|
3163
|
+
// @internal
|
|
3164
|
+
protected emitScrollReachedAtStart(isScrollAtStart: boolean): void;
|
|
3165
|
+
firstElementThresholdPx: number;
|
|
3166
|
+
// @internal
|
|
3167
|
+
protected get hasScrollAlmostReachedEnd(): boolean;
|
|
3168
|
+
// @internal
|
|
3169
|
+
protected get hasScrollReachedEnd(): boolean;
|
|
3170
|
+
// @internal
|
|
3171
|
+
protected get hasScrollReachedStart(): boolean;
|
|
3172
|
+
// @internal
|
|
3173
|
+
mounted(): void;
|
|
3174
|
+
// @internal
|
|
3175
|
+
protected previousPosition: number;
|
|
3176
|
+
protected resetOnChange: boolean;
|
|
3177
|
+
// @internal
|
|
3178
|
+
resetScroll(): void;
|
|
3179
|
+
// @internal
|
|
3180
|
+
protected get scrollDirection(): ScrollDirection;
|
|
3181
|
+
// @internal
|
|
3182
|
+
protected get scrollEndPosition(): number;
|
|
3183
|
+
// @internal
|
|
3184
|
+
protected scrollHeight: number;
|
|
3185
|
+
// @internal
|
|
3186
|
+
protected storeScrollData(): void;
|
|
3187
|
+
// @internal
|
|
3188
|
+
protected get throttledStoreScrollData(): () => void;
|
|
3189
|
+
throttleMs: number;
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3192
|
+
// @public
|
|
3193
|
+
export interface ScrollMutations {
|
|
3194
|
+
setPendingScrollTo(pendingScrollTo: string): void;
|
|
3195
|
+
setScrollComponentState(partialState: ScrollStatePayload): void;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
// @internal
|
|
3199
|
+
export const ScrollObserverKey: XInjectKey<ScrollVisibilityObserver | null>;
|
|
3200
|
+
|
|
3201
|
+
// @public
|
|
3202
|
+
export interface ScrollState {
|
|
3203
|
+
data: Dictionary<ScrollComponentState>;
|
|
3204
|
+
pendingScrollTo: string;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
// @public
|
|
3208
|
+
export interface ScrollStatePayload extends Identifiable<string> {
|
|
3209
|
+
newState: Partial<ScrollComponentState>;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
// @public
|
|
3213
|
+
export class ScrollToTop extends Vue_2 {
|
|
3214
|
+
animation: Vue_2 | string;
|
|
3215
|
+
// @internal
|
|
3216
|
+
protected get events(): Partial<XEventsTypes>;
|
|
3217
|
+
// @internal
|
|
3218
|
+
protected get hasAlmostReachedScrollEnd(): boolean;
|
|
3219
|
+
// @internal
|
|
3220
|
+
protected get isThresholdReached(): boolean;
|
|
3221
|
+
// @internal
|
|
3222
|
+
protected get isVisible(): boolean;
|
|
3223
|
+
// @internal
|
|
3224
|
+
protected get scrollData(): ScrollComponentState;
|
|
3225
|
+
scrollId: string;
|
|
3226
|
+
// @internal
|
|
3227
|
+
scrollPositionsMap: Dictionary<ScrollComponentState>;
|
|
3228
|
+
thresholdPx?: number;
|
|
3229
|
+
// @internal
|
|
3230
|
+
protected get useThresholdStrategy(): boolean;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
// @public
|
|
3234
|
+
export interface ScrollVisibilityObserver {
|
|
3235
|
+
observe(element: HTMLElement): void;
|
|
3236
|
+
unobserve(element: HTMLElement): void;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
// @internal
|
|
3240
|
+
export const scrollWiring: {
|
|
3241
|
+
UserScrolled: {
|
|
3242
|
+
setScrollPositionWire: AnyWire;
|
|
3243
|
+
};
|
|
3244
|
+
UserChangedScrollDirection: {
|
|
3245
|
+
setScrollDirectionWire: AnyWire;
|
|
3246
|
+
};
|
|
3247
|
+
UserReachedScrollStart: {
|
|
3248
|
+
setScrollHasReachedStartWire: AnyWire;
|
|
3249
|
+
};
|
|
3250
|
+
UserAlmostReachedScrollEnd: {
|
|
3251
|
+
setScrollHasAlmostReachedEndWire: AnyWire;
|
|
3252
|
+
};
|
|
3253
|
+
UserReachedScrollEnd: {
|
|
3254
|
+
setScrollHasReachedEndWire: AnyWire;
|
|
3255
|
+
};
|
|
3256
|
+
ParamsLoadedFromUrl: {
|
|
3257
|
+
setPendingScrollToWire: AnyWire;
|
|
3258
|
+
};
|
|
3259
|
+
ScrollRestoreSucceeded: {
|
|
3260
|
+
clearPendingScrollToWire: AnyWire;
|
|
3261
|
+
};
|
|
3262
|
+
ScrollRestoreFailed: {
|
|
3263
|
+
clearPendingScrollToWire: AnyWire;
|
|
3264
|
+
};
|
|
3265
|
+
};
|
|
3266
|
+
|
|
3267
|
+
// @public
|
|
3268
|
+
export interface ScrollXEvents {
|
|
3269
|
+
ScrollRestoreFailed: void;
|
|
3270
|
+
ScrollRestoreSucceeded: void;
|
|
3271
|
+
UserAlmostReachedScrollEnd: boolean;
|
|
3272
|
+
UserChangedScrollDirection: ScrollDirection;
|
|
3273
|
+
UserReachedScrollEnd: boolean;
|
|
3274
|
+
UserReachedScrollStart: boolean;
|
|
3275
|
+
UserScrolled: number;
|
|
3276
|
+
UserScrolledToElement: string;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
// @public
|
|
3280
|
+
export type ScrollXModule = XModule<ScrollXStoreModule>;
|
|
3281
|
+
|
|
3282
|
+
// @public
|
|
3283
|
+
export const scrollXModule: ScrollXModule;
|
|
3284
|
+
|
|
3285
|
+
// @public
|
|
3286
|
+
export type ScrollXStoreModule = XStoreModule<ScrollState, ScrollGetters, ScrollMutations, ScrollActions>;
|
|
3287
|
+
|
|
3288
|
+
// @internal
|
|
3289
|
+
export const scrollXStoreModule: ScrollXStoreModule;
|
|
3290
|
+
|
|
3291
|
+
// @public
|
|
3292
|
+
export type SearchActionContext = XActionContext<SearchState, SearchGetters, SearchMutations, SearchActions>;
|
|
3293
|
+
|
|
3294
|
+
// @public
|
|
3295
|
+
export interface SearchActions {
|
|
3296
|
+
cancelFetchAndSaveSearchResponse(): void;
|
|
3297
|
+
fetchAndSaveSearchResponse(request: SearchRequest | null): void;
|
|
3298
|
+
// Warning: (ae-forgotten-export) The symbol "SearchResponse" needs to be exported by the entry point index.d.ts
|
|
3299
|
+
fetchSearchResponse(request: SearchRequest | null): SearchResponse;
|
|
3300
|
+
increasePageAppendingResults(): void;
|
|
3301
|
+
saveOrigin(originInit: QueryOriginInit): void;
|
|
3302
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3305
|
+
// @public
|
|
3306
|
+
export interface SearchBoxActions {
|
|
3307
|
+
setUrlParams(urlParams: UrlParams): void;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
// @internal
|
|
3311
|
+
export const searchBoxEmitters: {
|
|
3312
|
+
SearchBoxQueryChanged: (_: SearchBoxState, getters: Returns<GettersTree<SearchBoxState, SearchBoxGetters>>) => string;
|
|
3313
|
+
UserClearedQuery: {
|
|
3314
|
+
selector: (state: SearchBoxState) => string;
|
|
3315
|
+
filter: typeof isStringEmpty;
|
|
3316
|
+
};
|
|
3317
|
+
};
|
|
3318
|
+
|
|
3319
|
+
// @public
|
|
3320
|
+
export interface SearchBoxGetters {
|
|
3321
|
+
trimmedQuery: string;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
// @public
|
|
3325
|
+
export interface SearchBoxMutations {
|
|
3326
|
+
setQuery(newQuery: string): void;
|
|
3327
|
+
}
|
|
3328
|
+
|
|
3329
|
+
// @public
|
|
3330
|
+
export interface SearchBoxState {
|
|
3331
|
+
query: string;
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3334
|
+
// @internal
|
|
3335
|
+
export const searchBoxWiring: {
|
|
3336
|
+
UserIsTypingAQuery: {
|
|
3337
|
+
setSearchBoxQuery: Wire<string>;
|
|
3338
|
+
};
|
|
3339
|
+
UserAcceptedAQuery: {
|
|
3340
|
+
setSearchBoxQuery: Wire<string>;
|
|
3341
|
+
};
|
|
3342
|
+
UserPressedClearSearchBoxButton: {
|
|
3343
|
+
clearSearchBoxQuery: AnyWire;
|
|
3344
|
+
};
|
|
3345
|
+
ParamsLoadedFromUrl: {
|
|
3346
|
+
setUrlParams: Wire<UrlParams>;
|
|
3347
|
+
};
|
|
3348
|
+
};
|
|
3349
|
+
|
|
3350
|
+
// @public
|
|
3351
|
+
export interface SearchBoxXEvents {
|
|
3352
|
+
SearchBoxQueryChanged: string;
|
|
3353
|
+
UserBlurredSearchBox: void;
|
|
3354
|
+
UserClearedQuery: string;
|
|
3355
|
+
UserClickedSearchBox: void;
|
|
3356
|
+
UserFocusedSearchBox: void;
|
|
3357
|
+
UserIsTypingAQuery: string;
|
|
3358
|
+
UserPressedClearSearchBoxButton: void;
|
|
3359
|
+
UserPressedEnterKey: string;
|
|
3360
|
+
UserPressedSearchButton: string;
|
|
3361
|
+
UserTalked: string;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
// @public
|
|
3365
|
+
export type SearchBoxXModule = XModule<SearchBoxXStoreModule>;
|
|
3366
|
+
|
|
3367
|
+
// @public
|
|
3368
|
+
export const searchBoxXModule: SearchBoxXModule;
|
|
3369
|
+
|
|
3370
|
+
// @public
|
|
3371
|
+
export type SearchBoxXStoreModule = XStoreModule<SearchBoxState, SearchBoxGetters, SearchBoxMutations, SearchBoxActions>;
|
|
3372
|
+
|
|
3373
|
+
// @internal
|
|
3374
|
+
export const searchBoxXStoreModule: SearchBoxXStoreModule;
|
|
3375
|
+
|
|
3376
|
+
// @public
|
|
3377
|
+
export class SearchButton extends Vue_2 {
|
|
3378
|
+
// @internal
|
|
3379
|
+
protected createEventMetadata(): Omit<WireMetadata, 'moduleName'>;
|
|
3380
|
+
// (undocumented)
|
|
3381
|
+
protected get dynamicClasses(): VueCSSClasses;
|
|
3382
|
+
protected emitEvents(): void;
|
|
3383
|
+
// (undocumented)
|
|
3384
|
+
protected get isQueryEmpty(): boolean;
|
|
3385
|
+
// (undocumented)
|
|
3386
|
+
query: string;
|
|
3387
|
+
}
|
|
3388
|
+
|
|
3389
|
+
// @public
|
|
3390
|
+
export interface SearchConfig {
|
|
3391
|
+
pageSize: number;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
// @internal
|
|
3395
|
+
export const searchEmitters: {
|
|
3396
|
+
FacetsChanged: {
|
|
3397
|
+
selector: (state: SearchState) => Facet[];
|
|
3398
|
+
filter(newValue: Facet[], oldValue: Facet[]): boolean;
|
|
3399
|
+
};
|
|
3400
|
+
PageChanged: (state: SearchState) => number;
|
|
3401
|
+
ResultsChanged: (state: SearchState) => Result[];
|
|
3402
|
+
SearchRequestChanged: (_: SearchState, getters: Returns<GettersTree<SearchState, SearchGetters>>) => SearchRequest | null;
|
|
3403
|
+
SearchTaggingChanged: {
|
|
3404
|
+
selector: (state: SearchState) => TaggingInfo;
|
|
3405
|
+
filter: ({ url }: TaggingInfo) => boolean;
|
|
3406
|
+
};
|
|
3407
|
+
SpellcheckChanged: (state: SearchState) => string;
|
|
3408
|
+
SortChanged: (state: SearchState) => string;
|
|
3409
|
+
};
|
|
3410
|
+
|
|
3411
|
+
// @public
|
|
3412
|
+
export interface SearchGetters {
|
|
3413
|
+
request: SearchRequest | null;
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3416
|
+
// @public (undocumented)
|
|
3417
|
+
export const SearchIcon: {};
|
|
3418
|
+
|
|
3419
|
+
// @public
|
|
3420
|
+
export class SearchInput extends Vue_2 {
|
|
3421
|
+
// (undocumented)
|
|
3422
|
+
$refs: {
|
|
3423
|
+
input: HTMLInputElement;
|
|
3424
|
+
};
|
|
3425
|
+
protected autocompleteKeyboardKeys: string[];
|
|
3426
|
+
protected autocompleteSuggestionsEvent: PropsWithType<XEventsTypes, Suggestion[]>;
|
|
3427
|
+
protected autofocus: boolean;
|
|
3428
|
+
// @internal
|
|
3429
|
+
cancelDebouncedUserAcceptedAQuery(): void;
|
|
3430
|
+
// @internal
|
|
3431
|
+
protected createEventMetadata(): Omit<WireMetadata, 'moduleName'>;
|
|
3432
|
+
// (undocumented)
|
|
3433
|
+
protected debouncedUserAcceptedAQuery: DebouncedFunction<[string]>;
|
|
3434
|
+
// @internal
|
|
3435
|
+
emitDebouncedUserAcceptedAQuery(query: string): void;
|
|
3436
|
+
// @internal
|
|
3437
|
+
protected emitUserAcceptedAQuery(query: string): void;
|
|
3438
|
+
// @internal
|
|
3439
|
+
protected emitUserBlurredSearchBox(): void;
|
|
3440
|
+
// @internal
|
|
3441
|
+
protected emitUserClickedSearchBox(): void;
|
|
3442
|
+
// @internal
|
|
3443
|
+
protected emitUserFocusedSearchBox(): void;
|
|
3444
|
+
// @internal
|
|
3445
|
+
protected emitUserIsTypingAQueryEvents(): void;
|
|
3446
|
+
// @internal
|
|
3447
|
+
protected emitUserPressedArrowKey(event: KeyboardEvent): void;
|
|
3448
|
+
// @internal
|
|
3449
|
+
protected emitUserPressedEnterKey(): void;
|
|
3450
|
+
// @internal
|
|
3451
|
+
focusInput(): void;
|
|
3452
|
+
protected instant: boolean;
|
|
3453
|
+
protected instantDebounceInMs: number;
|
|
3454
|
+
protected maxLength: number;
|
|
3455
|
+
// (undocumented)
|
|
3456
|
+
mounted(): void;
|
|
3457
|
+
// (undocumented)
|
|
3458
|
+
query: string;
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
// @public
|
|
3462
|
+
export interface SearchMutations extends StatusMutations {
|
|
3463
|
+
appendResults(results: Result[]): void;
|
|
3464
|
+
setBanners(banners: Banner_2[]): void;
|
|
3465
|
+
setFacets(facets: Facet[]): void;
|
|
3466
|
+
setIsAppendResults(isAppendResults: boolean): void;
|
|
3467
|
+
setOrigin(origin: QueryOrigin | undefined | null): void;
|
|
3468
|
+
setPage(page: number): void;
|
|
3469
|
+
setPageSize(pageSize: number): void;
|
|
3470
|
+
setParams(params: Dictionary<unknown>): void;
|
|
3471
|
+
setPartialResults(partialResults: PartialResult[]): void;
|
|
3472
|
+
setPromoteds(promoteds: Promoted_2[]): void;
|
|
3473
|
+
setQuery(newQuery: string): void;
|
|
3474
|
+
setQueryTagging(queryTagging: TaggingInfo): void;
|
|
3475
|
+
setRedirections(redirections: Redirection_2[]): void;
|
|
3476
|
+
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
3477
|
+
setResults(results: Result[]): void;
|
|
3478
|
+
setSelectedFilters(selectedFilters: Filter[]): void;
|
|
3479
|
+
// Warning: (ae-forgotten-export) The symbol "Sort" needs to be exported by the entry point index.d.ts
|
|
3480
|
+
setSort(sort: Sort): void;
|
|
3481
|
+
setSpellcheck(spellcheckedQuery: string): void;
|
|
3482
|
+
setTotalResults(totalResults: number): void;
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
// @public
|
|
3486
|
+
export const searchRequest: SearchXStoreModule['getters']['request'];
|
|
3487
|
+
|
|
3488
|
+
// @public
|
|
3489
|
+
export interface SearchState extends StatusState {
|
|
3490
|
+
banners: Banner_2[];
|
|
3491
|
+
config: SearchConfig;
|
|
3492
|
+
facets: Facet[];
|
|
3493
|
+
isAppendResults: boolean;
|
|
3494
|
+
origin: QueryOrigin | null;
|
|
3495
|
+
page: number;
|
|
3496
|
+
params: Dictionary<unknown>;
|
|
3497
|
+
partialResults: PartialResult[];
|
|
3498
|
+
promoteds: Promoted_2[];
|
|
3499
|
+
query: string;
|
|
3500
|
+
queryTagging: TaggingInfo;
|
|
3501
|
+
redirections: Redirection_2[];
|
|
3502
|
+
relatedTags: RelatedTag_2[];
|
|
3503
|
+
results: Result[];
|
|
3504
|
+
selectedFilters: Dictionary<Filter[]>;
|
|
3505
|
+
sort: Sort;
|
|
3506
|
+
spellcheckedQuery: string;
|
|
3507
|
+
totalResults: number;
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3510
|
+
// @public (undocumented)
|
|
3511
|
+
export const SearchTinyIcon: {};
|
|
3512
|
+
|
|
3513
|
+
// @internal
|
|
3514
|
+
export const searchWiring: {
|
|
3515
|
+
UserAcceptedAQuery: {
|
|
3516
|
+
resetPage: AnyWire;
|
|
3517
|
+
resetSort: AnyWire;
|
|
3518
|
+
setSearchQuery: Wire<string>;
|
|
3519
|
+
saveOriginWire: AnyWire;
|
|
3520
|
+
};
|
|
3521
|
+
UserAcceptedSpellcheckQuery: {
|
|
3522
|
+
resetPage: AnyWire;
|
|
3523
|
+
resetSpellcheckQuery: AnyWire;
|
|
3524
|
+
};
|
|
3525
|
+
UserClearedQuery: {
|
|
3526
|
+
resetPage: AnyWire;
|
|
3527
|
+
setSearchQuery: Wire<string>;
|
|
3528
|
+
cancelFetchAndSaveSearchResponseWire: AnyWire;
|
|
3529
|
+
};
|
|
3530
|
+
UserClickedAFilter: {
|
|
3531
|
+
resetPage: AnyWire;
|
|
3532
|
+
};
|
|
3533
|
+
UserClickedASort: {
|
|
3534
|
+
resetPage: AnyWire;
|
|
3535
|
+
setSort: Wire<string>;
|
|
3536
|
+
};
|
|
3537
|
+
UserPickedARelatedTag: {
|
|
3538
|
+
saveOriginWire: AnyWire;
|
|
3539
|
+
resetPage: AnyWire;
|
|
3540
|
+
};
|
|
3541
|
+
UserChangedExtraParams: {
|
|
3542
|
+
resetPage: AnyWire;
|
|
3543
|
+
resetSort: AnyWire;
|
|
3544
|
+
resetFacets: AnyWire;
|
|
3545
|
+
};
|
|
3546
|
+
UserReachedResultsListEnd: {
|
|
3547
|
+
increasePageAppendingResults: AnyWire;
|
|
3548
|
+
};
|
|
3549
|
+
SearchRequestChanged: {
|
|
3550
|
+
fetchAndSaveSearchResponseWire: Wire<SearchRequest | null>;
|
|
3551
|
+
};
|
|
3552
|
+
SelectedRelatedTagsChanged: {
|
|
3553
|
+
setRelatedTags: Wire<RelatedTag_2[]>;
|
|
3554
|
+
};
|
|
3555
|
+
SelectedFiltersChanged: {
|
|
3556
|
+
setSelectedFilters: Wire<Filter[]>;
|
|
3557
|
+
};
|
|
3558
|
+
ResultsChanged: {
|
|
3559
|
+
resetAppending: AnyWire;
|
|
3560
|
+
};
|
|
3561
|
+
SelectedSortProvided: {
|
|
3562
|
+
setSort: Wire<string>;
|
|
3563
|
+
};
|
|
3564
|
+
ExtraParamsChanged: {
|
|
3565
|
+
setSearchExtraParams: Wire<Dictionary<unknown>>;
|
|
3566
|
+
};
|
|
3567
|
+
ParamsLoadedFromUrl: {
|
|
3568
|
+
setUrlParams: Wire<UrlParams>;
|
|
3569
|
+
};
|
|
3570
|
+
};
|
|
3571
|
+
|
|
3572
|
+
// @public
|
|
3573
|
+
export interface SearchXEvents {
|
|
3574
|
+
FacetsChanged: Facet[];
|
|
3575
|
+
PageChanged: number;
|
|
3576
|
+
ResultsChanged: Result[];
|
|
3577
|
+
SearchRequestChanged: SearchRequest | null;
|
|
3578
|
+
SearchTaggingChanged: TaggingInfo;
|
|
3579
|
+
SelectedSortProvided: Sort;
|
|
3580
|
+
SortChanged: string;
|
|
3581
|
+
SpellcheckChanged: string;
|
|
3582
|
+
UserClickedAbortARedirection: void;
|
|
3583
|
+
UserClickedARedirection: Redirection_2;
|
|
3584
|
+
UserClickedASort: Sort;
|
|
3585
|
+
UserClickedPartialQuery: string;
|
|
3586
|
+
UserReachedResultsListEnd: void;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
// @public
|
|
3590
|
+
export type SearchXModule = XModule<SearchXStoreModule>;
|
|
3591
|
+
|
|
3592
|
+
// @public
|
|
3593
|
+
export const searchXModule: SearchXModule;
|
|
3594
|
+
|
|
3595
|
+
// @public
|
|
3596
|
+
export type SearchXStoreModule = XStoreModule<SearchState, SearchGetters, SearchMutations, SearchActions>;
|
|
3597
|
+
|
|
3598
|
+
// @internal
|
|
3599
|
+
export const searchXStoreModule: SearchXStoreModule;
|
|
3600
|
+
|
|
3601
|
+
// @public
|
|
3602
|
+
export class SelectedFilters extends Vue_3 {
|
|
3603
|
+
protected alwaysVisible: boolean;
|
|
3604
|
+
protected facetId: Facet['id'] | undefined;
|
|
3605
|
+
// @internal
|
|
3606
|
+
protected get selectedFilters(): Filter[];
|
|
3607
|
+
selectedFiltersByFacet: FiltersByFacet;
|
|
3608
|
+
selectedFiltersGetter: Filter[];
|
|
3609
|
+
// @internal
|
|
3610
|
+
protected get show(): boolean;
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
// @public
|
|
3614
|
+
export const selectedFilters: FacetsXStoreModule['getters']['selectedFilters'];
|
|
3615
|
+
|
|
3616
|
+
// @public
|
|
3617
|
+
export const selectedFiltersByFacet: FacetsXStoreModule['getters']['selectedFiltersByFacet'];
|
|
3618
|
+
|
|
3619
|
+
// @public
|
|
3620
|
+
export class SelectedFiltersList extends Vue_3 {
|
|
3621
|
+
protected alwaysVisible: boolean;
|
|
3622
|
+
protected animation: Vue_3 | string;
|
|
3623
|
+
protected facetId: Facet['id'] | undefined;
|
|
3624
|
+
// Warning: (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
3625
|
+
//
|
|
3626
|
+
// @internal
|
|
3627
|
+
protected mapSlot(selectedFilters: Filter[]): RenderFilter[];
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3630
|
+
// @public
|
|
3631
|
+
export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
|
|
3632
|
+
|
|
3633
|
+
// @public
|
|
3634
|
+
export interface SessionService {
|
|
3635
|
+
clearSessionId(): void;
|
|
3636
|
+
getSessionId(): string;
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
// @public
|
|
3640
|
+
export const setConsent: Wire<boolean>;
|
|
3641
|
+
|
|
3642
|
+
// @public
|
|
3643
|
+
export const setExtraParams: Wire<Dictionary<unknown>>;
|
|
3644
|
+
|
|
3645
|
+
// @public
|
|
3646
|
+
export const setHistoryQueries: HistoryQueriesXStoreModule['actions']['setHistoryQueries'];
|
|
3647
|
+
|
|
3648
|
+
// @public
|
|
3649
|
+
export const setHistoryQueriesQuery: Wire<string>;
|
|
3650
|
+
|
|
3651
|
+
// @public
|
|
3652
|
+
export const setIdentifierResultsExtraParams: Wire<Dictionary<unknown>>;
|
|
3653
|
+
|
|
3654
|
+
// @public
|
|
3655
|
+
export const setIdentifierResultsQuery: Wire<string>;
|
|
3656
|
+
|
|
3657
|
+
// @public
|
|
3658
|
+
export const setInitialExtraParams: Wire<Dictionary<unknown>>;
|
|
3659
|
+
|
|
3660
|
+
// @public
|
|
3661
|
+
export const setName: Wire<string | null>;
|
|
3662
|
+
|
|
3663
|
+
// @public
|
|
3664
|
+
export const setNextQueriesExtraParams: Wire<Dictionary<unknown>>;
|
|
3665
|
+
|
|
3666
|
+
// @public
|
|
3667
|
+
export const setNextQueriesQuery: Wire<string>;
|
|
3668
|
+
|
|
3669
|
+
// @public
|
|
3670
|
+
export const setPageSize: Wire<number>;
|
|
3671
|
+
|
|
3672
|
+
// @public
|
|
3673
|
+
export const setParams: Wire<Partial<UrlParams>>;
|
|
3674
|
+
|
|
3675
|
+
// @public
|
|
3676
|
+
export const setPendingScrollToWire: AnyWire;
|
|
3677
|
+
|
|
3678
|
+
// @public
|
|
3679
|
+
export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
3680
|
+
|
|
3681
|
+
// @public
|
|
3682
|
+
export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
|
|
3683
|
+
|
|
3684
|
+
// @public
|
|
3685
|
+
export const setQueryFromLastHistoryQueryWire: Wire<HistoryQuery_2[]>;
|
|
3686
|
+
|
|
3687
|
+
// @public
|
|
3688
|
+
export const setQuerySuggestionsExtraParams: Wire<Dictionary<unknown>>;
|
|
3689
|
+
|
|
3690
|
+
// @public
|
|
3691
|
+
export const setQuerySuggestionsQuery: Wire<string>;
|
|
3692
|
+
|
|
3693
|
+
// @public
|
|
3694
|
+
export const setQueryTaggingDebounce: Wire<number>;
|
|
3695
|
+
|
|
3696
|
+
// @public
|
|
3697
|
+
export const setRecommendationsExtraParams: Wire<Dictionary<unknown>>;
|
|
3698
|
+
|
|
3699
|
+
// @public
|
|
3700
|
+
export const setRelatedTags: Wire<RelatedTag_2[]>;
|
|
3701
|
+
|
|
3702
|
+
// @public
|
|
3703
|
+
export const setRelatedTagsExtraParams: Wire<Dictionary<unknown>>;
|
|
3704
|
+
|
|
3705
|
+
// @public
|
|
3706
|
+
export const setRelatedTagsQuery: Wire<string>;
|
|
3707
|
+
|
|
3708
|
+
// @public
|
|
3709
|
+
export const setScrollDirectionWire: AnyWire;
|
|
3710
|
+
|
|
3711
|
+
// @public
|
|
3712
|
+
export const setScrollHasAlmostReachedEndWire: AnyWire;
|
|
3713
|
+
|
|
3714
|
+
// @public
|
|
3715
|
+
export const setScrollHasReachedEndWire: AnyWire;
|
|
3716
|
+
|
|
3717
|
+
// @public
|
|
3718
|
+
export const setScrollHasReachedStartWire: AnyWire;
|
|
3719
|
+
|
|
3720
|
+
// @public
|
|
3721
|
+
export const setScrollPositionWire: AnyWire;
|
|
3722
|
+
|
|
3723
|
+
// @public
|
|
3724
|
+
export const setSearchedQueries: Wire<HistoryQuery_2[]>;
|
|
3725
|
+
|
|
3726
|
+
// @public
|
|
3727
|
+
export const setSearchedQueriesInPopularSearches: Wire<HistoryQuery_2[]>;
|
|
3728
|
+
|
|
3729
|
+
// @public
|
|
3730
|
+
export const setSearchExtraParams: Wire<Dictionary<unknown>>;
|
|
3731
|
+
|
|
3732
|
+
// @public
|
|
3733
|
+
export const setSearchPage: Wire<number>;
|
|
3734
|
+
|
|
3735
|
+
// @public
|
|
3736
|
+
export const setSearchQuery: Wire<string>;
|
|
3737
|
+
|
|
3738
|
+
// @public
|
|
3739
|
+
export const setSelectedFilters: Wire<Filter[]>;
|
|
3740
|
+
|
|
3741
|
+
// @public
|
|
3742
|
+
export const setSessionDuration: Wire<number>;
|
|
3743
|
+
|
|
3744
|
+
// @public
|
|
3745
|
+
export const setSort: Wire<string>;
|
|
3746
|
+
|
|
3747
|
+
// @public
|
|
3748
|
+
export function setStatus(state: StatusState, status: RequestStatus): void;
|
|
3749
|
+
|
|
3750
|
+
// @public
|
|
3751
|
+
export const setUrlFilters: Wire<Filter[]>;
|
|
3752
|
+
|
|
3753
|
+
// @public
|
|
3754
|
+
export const setUrlPage: Wire<number>;
|
|
3755
|
+
|
|
3756
|
+
// @public
|
|
3757
|
+
export const setUrlParams: Wire<UrlParams>;
|
|
3758
|
+
|
|
3759
|
+
// @public
|
|
3760
|
+
export const setUrlParamsWire: Wire<UrlParams>;
|
|
3761
|
+
|
|
3762
|
+
// @public
|
|
3763
|
+
export const setUrlQuery: Wire<string>;
|
|
3764
|
+
|
|
3765
|
+
// @public
|
|
3766
|
+
export const setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
3767
|
+
|
|
3768
|
+
// @public
|
|
3769
|
+
export const setUrlScroll: Wire<string>;
|
|
3770
|
+
|
|
3771
|
+
// @public
|
|
3772
|
+
export const setUrlSort: Wire<string>;
|
|
3773
|
+
|
|
3774
|
+
// @internal
|
|
3775
|
+
export function setXComponentXModuleName(component: Vue_2, name: XModuleName): void;
|
|
3776
|
+
|
|
3777
|
+
// @public (undocumented)
|
|
3778
|
+
export const ShowIcon: {};
|
|
3779
|
+
|
|
3780
|
+
// @public
|
|
3781
|
+
export class SimpleFilter extends Vue_2 {
|
|
3782
|
+
// @internal
|
|
3783
|
+
protected get clickEvents(): Partial<XEventsTypes>;
|
|
3784
|
+
// @internal
|
|
3785
|
+
protected get cssClasses(): VueCSSClasses;
|
|
3786
|
+
filter: SimpleFilter_2;
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
// @internal
|
|
3790
|
+
export class SimpleFilterEntity implements FilterEntity {
|
|
3791
|
+
constructor(store: Store<RootXStoreState>);
|
|
3792
|
+
// Warning: (ae-forgotten-export) The symbol "isSimpleFilter" needs to be exported by the entry point index.d.ts
|
|
3793
|
+
//
|
|
3794
|
+
// (undocumented)
|
|
3795
|
+
static accepts: typeof isSimpleFilter;
|
|
3796
|
+
deselect(filter: SimpleFilter_2): void;
|
|
3797
|
+
select(filter: SimpleFilter_2): void;
|
|
3798
|
+
// (undocumented)
|
|
3799
|
+
protected store: Store<RootXStoreState>;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
// @public
|
|
3803
|
+
export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters extends Dictionary> = (state: State, getters: Getters) => ReturnType;
|
|
3804
|
+
|
|
3805
|
+
// Warning: (ae-forgotten-export) The symbol "SingleColumnLayout_base" needs to be exported by the entry point index.d.ts
|
|
3806
|
+
//
|
|
3807
|
+
// @public
|
|
3808
|
+
export class SingleColumnLayout extends SingleColumnLayout_base {
|
|
3809
|
+
protected asideAnimation: Vue_2;
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3812
|
+
// @internal
|
|
3813
|
+
export class SingleSelectModifier extends BaseFilterEntityModifier {
|
|
3814
|
+
protected getAncestorsIds(filter: HierarchicalFilter_2, ids?: Array<Filter['id']>): Array<Filter['id']>;
|
|
3815
|
+
protected getDescendantsIds(filter: HierarchicalFilter_2, ids?: Array<Filter['id']>): Array<Filter['id']>;
|
|
3816
|
+
protected getFacetFilters(facetId: Facet['id']): FacetFilter[];
|
|
3817
|
+
protected getOtherFilters(filter: FacetFilter): FacetFilter[];
|
|
3818
|
+
// Warning: (ae-forgotten-export) The symbol "FacetFilter" needs to be exported by the entry point index.d.ts
|
|
3819
|
+
select(filter: FacetFilter): void;
|
|
3820
|
+
}
|
|
3821
|
+
|
|
3822
|
+
// Warning: (ae-forgotten-export) The symbol "SlicedFilters_base" needs to be exported by the entry point index.d.ts
|
|
3823
|
+
//
|
|
3824
|
+
// @public
|
|
3825
|
+
export class SlicedFilters extends SlicedFilters_base {
|
|
3826
|
+
// @internal
|
|
3827
|
+
protected get cssClasses(): VueCSSClasses;
|
|
3828
|
+
// @internal
|
|
3829
|
+
protected get difference(): number;
|
|
3830
|
+
protected max: number;
|
|
3831
|
+
// @internal
|
|
3832
|
+
protected get showButton(): boolean;
|
|
3833
|
+
showMoreFilters: boolean;
|
|
3834
|
+
// @internal
|
|
3835
|
+
get slicedFilters(): Filter[];
|
|
3836
|
+
// @internal
|
|
3837
|
+
protected toggleShowMoreFilters(event: MouseEvent): void;
|
|
3838
|
+
}
|
|
3839
|
+
|
|
3840
|
+
// @public
|
|
3841
|
+
export class SlidingPanel extends Vue_2 {
|
|
3842
|
+
$refs: {
|
|
3843
|
+
scrollContainer: HTMLElement;
|
|
3844
|
+
};
|
|
3845
|
+
// (undocumented)
|
|
3846
|
+
beforeDestroy(): void;
|
|
3847
|
+
// @internal
|
|
3848
|
+
protected get cssClasses(): VueCSSClasses;
|
|
3849
|
+
// @internal
|
|
3850
|
+
debouncedUpdateScrollPosition(): void;
|
|
3851
|
+
protected isScrollAtEnd: boolean;
|
|
3852
|
+
protected isScrollAtStart: boolean;
|
|
3853
|
+
// (undocumented)
|
|
3854
|
+
mounted(): void;
|
|
3855
|
+
// @internal
|
|
3856
|
+
restoreAndUpdateScroll(): void;
|
|
3857
|
+
protected scrollFactor: number;
|
|
3858
|
+
// @internal
|
|
3859
|
+
protected scrollLeft(): void;
|
|
3860
|
+
protected scrollObserver: MutationObserver;
|
|
3861
|
+
// @internal
|
|
3862
|
+
protected scrollRight(): void;
|
|
3863
|
+
// @internal
|
|
3864
|
+
protected scrollTo(scrollValue: number): void;
|
|
3865
|
+
protected showButtons: boolean;
|
|
3866
|
+
// @internal
|
|
3867
|
+
protected updateScrollPosition(): void;
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3870
|
+
// @public
|
|
3871
|
+
export class SnippetCallbacks extends Vue_2 {
|
|
3872
|
+
// @internal
|
|
3873
|
+
protected get eventListeners(): XEventListeners;
|
|
3874
|
+
// @internal
|
|
3875
|
+
snippetConfig: SnippetConfig;
|
|
3876
|
+
}
|
|
3877
|
+
|
|
3878
|
+
// @public
|
|
3879
|
+
export interface SnippetConfig {
|
|
3880
|
+
[extra: string]: any;
|
|
3881
|
+
callbacks?: XEventListeners;
|
|
3882
|
+
consent?: boolean;
|
|
3883
|
+
currency?: string;
|
|
3884
|
+
documentDirection?: DocumentDirection;
|
|
3885
|
+
env?: 'live' | 'staging';
|
|
3886
|
+
instance: string;
|
|
3887
|
+
lang: string;
|
|
3888
|
+
scope: string;
|
|
3889
|
+
searchLang?: string;
|
|
3890
|
+
}
|
|
3891
|
+
|
|
3892
|
+
// @public
|
|
3893
|
+
export class SnippetConfigExtraParams extends Vue_2 {
|
|
3894
|
+
// @internal
|
|
3895
|
+
protected extraParams: Dictionary<unknown>;
|
|
3896
|
+
// @internal
|
|
3897
|
+
snippetConfig: SnippetConfig;
|
|
3898
|
+
// @internal
|
|
3899
|
+
syncExtraParams({ instance, scope, lang, searchLang, consent, documentDirection, currency, ...snippetExtraParams }: SnippetConfig): void;
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
// Warning: (ae-forgotten-export) The symbol "SortDropdown_base" needs to be exported by the entry point index.d.ts
|
|
3903
|
+
//
|
|
3904
|
+
// @public
|
|
3905
|
+
export class SortDropdown extends SortDropdown_base {
|
|
3906
|
+
animation?: string | typeof Vue_2;
|
|
3907
|
+
// @internal
|
|
3908
|
+
protected emitUserClickedASort(sort: Sort): void;
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3911
|
+
// Warning: (ae-forgotten-export) The symbol "SortedFilters_base" needs to be exported by the entry point index.d.ts
|
|
3912
|
+
//
|
|
3913
|
+
// @public
|
|
3914
|
+
export class SortedFilters extends SortedFilters_base {
|
|
3915
|
+
// (undocumented)
|
|
3916
|
+
render(h: CreateElement): VNode;
|
|
3917
|
+
// @internal
|
|
3918
|
+
get sortedFilters(): Filter[];
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
// Warning: (ae-forgotten-export) The symbol "SortList_base" needs to be exported by the entry point index.d.ts
|
|
3922
|
+
//
|
|
3923
|
+
// @public
|
|
3924
|
+
export class SortList extends SortList_base {
|
|
3925
|
+
animation?: string | typeof Vue_2;
|
|
3926
|
+
// Warning: (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
3927
|
+
//
|
|
3928
|
+
// @internal
|
|
3929
|
+
protected get listItems(): SortListItem[];
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
// @public
|
|
3933
|
+
export class SortMixin extends Vue_2 {
|
|
3934
|
+
items: Sort[];
|
|
3935
|
+
get providedSelectedSort(): Sort;
|
|
3936
|
+
// @internal
|
|
3937
|
+
selectedSort: Sort;
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3940
|
+
// @public
|
|
3941
|
+
export interface SpatialNavigation {
|
|
3942
|
+
navigateTo(direction: ArrowKey): HTMLElement;
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
// @public
|
|
3946
|
+
export class Spellcheck extends Vue_2 {
|
|
3947
|
+
query: string;
|
|
3948
|
+
spellcheckedQuery: string;
|
|
3949
|
+
}
|
|
3950
|
+
|
|
3951
|
+
// @public
|
|
3952
|
+
export class SpellcheckButton extends Vue_2 {
|
|
3953
|
+
// @internal
|
|
3954
|
+
protected createEventMetadata(): Omit<WireMetadata, 'moduleName'>;
|
|
3955
|
+
protected emitEvents(): void;
|
|
3956
|
+
spellcheckedQuery: string;
|
|
3957
|
+
}
|
|
3958
|
+
|
|
3959
|
+
// @public
|
|
3960
|
+
export class StaggeredFadeAndSlide extends Vue_2 {
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
// @public
|
|
3964
|
+
export class StaggeringTransitionGroup extends Vue_2 {
|
|
3965
|
+
// @internal
|
|
3966
|
+
protected addClearStaggeringCall(transitionHook?: TransitionHook): TransitionHook;
|
|
3967
|
+
// Warning: (ae-forgotten-export) The symbol "TransitionHook" needs to be exported by the entry point index.d.ts
|
|
3968
|
+
//
|
|
3969
|
+
// @internal
|
|
3970
|
+
protected addRestorePositionHook(transitionHook?: TransitionHook): TransitionHook;
|
|
3971
|
+
// @internal
|
|
3972
|
+
protected addTransitionData(vNode: TransitionVNode): void;
|
|
3973
|
+
// @internal
|
|
3974
|
+
protected applyStagger(vNode: TransitionVNode): void;
|
|
3975
|
+
// @internal
|
|
3976
|
+
protected applyTranslation(vNode: TransitionVNode): boolean;
|
|
3977
|
+
// (undocumented)
|
|
3978
|
+
beforeCreate(): void;
|
|
3979
|
+
// (undocumented)
|
|
3980
|
+
beforeUpdate(): void;
|
|
3981
|
+
// @internal
|
|
3982
|
+
protected createRelativeBounds(vNode: TransitionVNode): Bounds;
|
|
3983
|
+
// @internal
|
|
3984
|
+
protected disableClickingEvents(vNode: TransitionVNode): void;
|
|
3985
|
+
// @internal
|
|
3986
|
+
protected getNextTransitionDelay(): string;
|
|
3987
|
+
// Warning: (ae-forgotten-export) The symbol "TransitionTypeNodes" needs to be exported by the entry point index.d.ts
|
|
3988
|
+
//
|
|
3989
|
+
// @internal
|
|
3990
|
+
protected getNodesByTransitionType(): TransitionTypeNodes;
|
|
3991
|
+
// @internal
|
|
3992
|
+
protected isTransitionValidVNode(vNode: VNode): vNode is TransitionVNode;
|
|
3993
|
+
// (undocumented)
|
|
3994
|
+
mounted(): void;
|
|
3995
|
+
// @internal
|
|
3996
|
+
moveClass: string;
|
|
3997
|
+
// @internal
|
|
3998
|
+
protected get moveClassName(): string;
|
|
3999
|
+
// @internal
|
|
4000
|
+
name: string;
|
|
4001
|
+
// @internal
|
|
4002
|
+
protected newChildren: TransitionVNode[];
|
|
4003
|
+
// @internal
|
|
4004
|
+
protected newPositions: WeakMap<Element, Bounds>;
|
|
4005
|
+
// Warning: (ae-forgotten-export) The symbol "TransitionVNode" needs to be exported by the entry point index.d.ts
|
|
4006
|
+
//
|
|
4007
|
+
// @internal
|
|
4008
|
+
protected oldChildren: TransitionVNode[];
|
|
4009
|
+
// Warning: (ae-forgotten-export) The symbol "Bounds" needs to be exported by the entry point index.d.ts
|
|
4010
|
+
//
|
|
4011
|
+
// @internal
|
|
4012
|
+
protected oldPositions: WeakMap<Element, Bounds>;
|
|
4013
|
+
// @internal
|
|
4014
|
+
protected pendingCleanupMoveCallbacks: WeakMap<Element, () => void>;
|
|
4015
|
+
// @internal
|
|
4016
|
+
protected recordNewPosition(vNode: TransitionVNode): void;
|
|
4017
|
+
// @internal
|
|
4018
|
+
protected recordOldPosition(vNode: TransitionVNode): void;
|
|
4019
|
+
// (undocumented)
|
|
4020
|
+
render(createElement: CreateElement): VNode;
|
|
4021
|
+
// @internal
|
|
4022
|
+
protected staggerCounter: number;
|
|
4023
|
+
// @internal
|
|
4024
|
+
staggering: number;
|
|
4025
|
+
// @internal
|
|
4026
|
+
protected startMoveAnimation(moveStagger: string[]): (vNode: TransitionVNode, index: number) => void;
|
|
4027
|
+
// @internal
|
|
4028
|
+
protected syncOldNodes(vNode: TransitionVNode): void;
|
|
4029
|
+
// @internal
|
|
4030
|
+
tag: string;
|
|
4031
|
+
// Warning: (ae-forgotten-export) The symbol "TransitionData" needs to be exported by the entry point index.d.ts
|
|
4032
|
+
//
|
|
4033
|
+
// @internal
|
|
4034
|
+
protected get transitionData(): TransitionData;
|
|
4035
|
+
// (undocumented)
|
|
4036
|
+
updated(): void;
|
|
4037
|
+
// @internal
|
|
4038
|
+
protected wrapperBounds: DOMRect;
|
|
4039
|
+
}
|
|
4040
|
+
|
|
4041
|
+
// @public (undocumented)
|
|
4042
|
+
export const StarIcon: {};
|
|
4043
|
+
|
|
4044
|
+
// @public
|
|
4045
|
+
export function State<Module extends XModuleName, Path extends keyof ExtractState<Module>>(module: Module, path: Path): DecoratorFor<ExtractState<Module>[Path]>;
|
|
4046
|
+
|
|
4047
|
+
// @public
|
|
4048
|
+
export interface StateSelector<ReturnType, State extends Dictionary, Getters extends Dictionary> extends WatchOptions {
|
|
4049
|
+
filter?(newValue: ReturnType, oldValue: ReturnType): boolean;
|
|
4050
|
+
// (undocumented)
|
|
4051
|
+
selector: SimpleStateSelector<ReturnType, State, Getters>;
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
// @public
|
|
4055
|
+
export interface StatusMutations {
|
|
4056
|
+
setStatus(status: RequestStatus): void;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
// @public
|
|
4060
|
+
export interface StatusState {
|
|
4061
|
+
status: RequestStatus;
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
// @public
|
|
4065
|
+
export const storageKey: HistoryQueriesXStoreModule['getters']['storageKey'];
|
|
4066
|
+
|
|
4067
|
+
// @public
|
|
4068
|
+
export type StoreEmitters<StoreModule extends AnyXStoreModule> = {
|
|
4069
|
+
[Event in XEvent]?: SimpleStateSelector<XEventPayload<Event>, ReturnType<StoreModule['state']>, Returns<StoreModule['getters']>> | StateSelector<XEventPayload<Event>, ReturnType<StoreModule['state']>, Returns<StoreModule['getters']>>;
|
|
4070
|
+
};
|
|
4071
|
+
|
|
4072
|
+
// @public
|
|
4073
|
+
export type StoreModuleStateAndGetters<ModuleName extends XModuleName> = {
|
|
4074
|
+
state: ExtractState<ModuleName>;
|
|
4075
|
+
getters: ExtractGetters<ModuleName>;
|
|
4076
|
+
};
|
|
4077
|
+
|
|
4078
|
+
// @public
|
|
4079
|
+
export class Tagging extends Vue_2 {
|
|
4080
|
+
get activeConsent(): boolean;
|
|
4081
|
+
protected consent?: boolean;
|
|
4082
|
+
// @internal
|
|
4083
|
+
queryTaggingDebounceMs: number | undefined;
|
|
4084
|
+
// (undocumented)
|
|
4085
|
+
render(): void;
|
|
4086
|
+
// @internal
|
|
4087
|
+
sessionTTLMs: number | undefined;
|
|
4088
|
+
// @internal
|
|
4089
|
+
protected snippetConfig?: SnippetConfig;
|
|
4090
|
+
}
|
|
4091
|
+
|
|
4092
|
+
// @public
|
|
4093
|
+
export interface TaggingActions {
|
|
4094
|
+
track(tagging: TaggingInfo | TaggingInfo[]): void;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
// @public
|
|
4098
|
+
export interface TaggingConfig {
|
|
4099
|
+
queryTaggingDebounceMs: number;
|
|
4100
|
+
sessionTTLMs: number;
|
|
4101
|
+
}
|
|
4102
|
+
|
|
4103
|
+
// @internal
|
|
4104
|
+
export const taggingEmitters: {
|
|
4105
|
+
ConsentChanged: (state: TaggingState) => boolean;
|
|
4106
|
+
};
|
|
4107
|
+
|
|
4108
|
+
// @public
|
|
4109
|
+
export interface TaggingGetters {
|
|
4110
|
+
}
|
|
4111
|
+
|
|
4112
|
+
// @public
|
|
4113
|
+
export interface TaggingMutations {
|
|
4114
|
+
setConsent(consent: boolean): void;
|
|
4115
|
+
setQueryTaggingDebounce(queryTaggingDebounceMs: number): void;
|
|
4116
|
+
setSessionDuration(sessionTTLMs: number): void;
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
// @public
|
|
4120
|
+
export interface TaggingState {
|
|
4121
|
+
config: TaggingConfig;
|
|
4122
|
+
consent: boolean | null;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
// @internal
|
|
4126
|
+
export const taggingWiring: {
|
|
4127
|
+
ConsentProvided: {
|
|
4128
|
+
setConsent: Wire<boolean>;
|
|
4129
|
+
};
|
|
4130
|
+
ConsentChanged: {
|
|
4131
|
+
clearSessionWire: Wire<any>;
|
|
4132
|
+
};
|
|
4133
|
+
SessionDurationProvided: {
|
|
4134
|
+
setSessionDuration: Wire<number>;
|
|
4135
|
+
};
|
|
4136
|
+
QueryTaggingDebounceProvided: {
|
|
4137
|
+
setQueryTaggingDebounce: Wire<number>;
|
|
4138
|
+
};
|
|
4139
|
+
SearchTaggingChanged: {
|
|
4140
|
+
trackWire: AnyWire;
|
|
4141
|
+
};
|
|
4142
|
+
};
|
|
4143
|
+
|
|
4144
|
+
// @public
|
|
4145
|
+
export interface TaggingXEvents {
|
|
4146
|
+
ConsentChanged: boolean;
|
|
4147
|
+
ConsentProvided: boolean;
|
|
4148
|
+
QueryTaggingDebounceProvided: number;
|
|
4149
|
+
SessionDurationProvided: number;
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
// @public
|
|
4153
|
+
export type TaggingXModule = XModule<TaggingXStoreModule>;
|
|
4154
|
+
|
|
4155
|
+
// @public
|
|
4156
|
+
export const taggingXModule: TaggingXModule;
|
|
4157
|
+
|
|
4158
|
+
// @public
|
|
4159
|
+
export type TaggingXStoreModule = XStoreModule<TaggingState, TaggingGetters, TaggingMutations, TaggingActions>;
|
|
4160
|
+
|
|
4161
|
+
// @internal
|
|
4162
|
+
export const taggingXStoreModule: TaggingXStoreModule;
|
|
4163
|
+
|
|
4164
|
+
// @public (undocumented)
|
|
4165
|
+
export const TagIcon: {};
|
|
4166
|
+
|
|
4167
|
+
// @public
|
|
4168
|
+
export type TakeNavigationControl = {
|
|
4169
|
+
xEvent: PropsWithType<XEventsTypes, ArrowKey>;
|
|
4170
|
+
moduleName: XModuleName;
|
|
4171
|
+
direction: ArrowKey;
|
|
4172
|
+
};
|
|
4173
|
+
|
|
4174
|
+
// @public
|
|
4175
|
+
export function throttle<Payload>(wire: Wire<Payload>, timeInMs: TimeRetrieving | number, raceEvent?: XEvent | XEvent[]): Wire<Payload>;
|
|
4176
|
+
|
|
4177
|
+
// @public
|
|
4178
|
+
export interface ThrottleFunction<Params extends any[]> {
|
|
4179
|
+
// (undocumented)
|
|
4180
|
+
(...args: Params): void;
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
// @public
|
|
4184
|
+
export const throttleFunction: <Params extends any[]>(fn: (...args: Params) => void, throttleTimeMs: number) => ThrottleFunction<Params>;
|
|
4185
|
+
|
|
4186
|
+
// @public
|
|
4187
|
+
export type TimeRetrieving = (storeModule: Store<RootXStoreState>) => number;
|
|
4188
|
+
|
|
4189
|
+
// @public
|
|
4190
|
+
export const toggleRelatedTag: RelatedTagsXStoreModule['actions']['toggleRelatedTag'];
|
|
4191
|
+
|
|
4192
|
+
// @public
|
|
4193
|
+
export const toggleRelatedTagWire: Wire<RelatedTag_2>;
|
|
4194
|
+
|
|
4195
|
+
// @public
|
|
4196
|
+
export function toKebabCase(str: string): string;
|
|
4197
|
+
|
|
4198
|
+
// @public
|
|
4199
|
+
export const track: TaggingXStoreModule['actions']['track'];
|
|
4200
|
+
|
|
4201
|
+
// @public
|
|
4202
|
+
export const trackWire: AnyWire;
|
|
4203
|
+
|
|
4204
|
+
// @public
|
|
4205
|
+
export class TranslateFromLeft extends Vue_2 {
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
// @public
|
|
4209
|
+
export class TranslateFromRight extends Vue_2 {
|
|
4210
|
+
}
|
|
4211
|
+
|
|
4212
|
+
// @public (undocumented)
|
|
4213
|
+
export const TrashIcon: {};
|
|
4214
|
+
|
|
4215
|
+
// @public (undocumented)
|
|
4216
|
+
export const TrashOpenIcon: {};
|
|
4217
|
+
|
|
4218
|
+
// @public (undocumented)
|
|
4219
|
+
export const TrendingIcon: {};
|
|
4220
|
+
|
|
4221
|
+
// @public (undocumented)
|
|
4222
|
+
export const TrendingTinyIcon: {};
|
|
4223
|
+
|
|
4224
|
+
// @public
|
|
4225
|
+
export type UrlActionContext = XActionContext<UrlState, UrlGetters, UrlMutations, UrlActions>;
|
|
4226
|
+
|
|
4227
|
+
// @public
|
|
4228
|
+
export interface UrlActions {
|
|
4229
|
+
}
|
|
4230
|
+
|
|
4231
|
+
// @internal
|
|
4232
|
+
export const urlEmitters: {
|
|
4233
|
+
PushableUrlStateChanged: {
|
|
4234
|
+
selector: (_: UrlState, getters: Returns<GettersTree<UrlState, UrlGetters>>) => UrlParams;
|
|
4235
|
+
filter: typeof shouldPushUrl;
|
|
4236
|
+
};
|
|
4237
|
+
ReplaceableUrlStateChanged: {
|
|
4238
|
+
selector: (_: UrlState, getters: Returns<GettersTree<UrlState, UrlGetters>>) => UrlParams;
|
|
4239
|
+
filter: typeof shouldReplaceUrl;
|
|
4240
|
+
};
|
|
4241
|
+
};
|
|
4242
|
+
|
|
4243
|
+
// @public
|
|
4244
|
+
export interface UrlGetters {
|
|
4245
|
+
urlParams: UrlParams;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
// @public
|
|
4249
|
+
export class UrlHandler extends Vue_2 {
|
|
4250
|
+
created(): void;
|
|
4251
|
+
// @internal
|
|
4252
|
+
protected deleteUrlParameters(url: URL): void;
|
|
4253
|
+
// @internal
|
|
4254
|
+
protected emitEvents(): void;
|
|
4255
|
+
// @internal
|
|
4256
|
+
protected getUrlKey(paramName: string): string;
|
|
4257
|
+
// @internal
|
|
4258
|
+
protected get managedParamsNames(): string[];
|
|
4259
|
+
// @internal
|
|
4260
|
+
protected parseUrlParam(name: string, value: string[]): UrlParamValue;
|
|
4261
|
+
// Warning: (ae-forgotten-export) The symbol "ParsedUrlParams" needs to be exported by the entry point index.d.ts
|
|
4262
|
+
//
|
|
4263
|
+
// @internal
|
|
4264
|
+
protected parseUrlParams(): ParsedUrlParams;
|
|
4265
|
+
// @internal
|
|
4266
|
+
protected setUrlParameters(url: URL, urlParams: UrlParams): void;
|
|
4267
|
+
// @internal
|
|
4268
|
+
protected sortParams(urlParams: UrlParams): Array<[string, unknown]>;
|
|
4269
|
+
// @internal
|
|
4270
|
+
protected updateUrl(newUrlParams: UrlParams, historyMethod: History['pushState'] | History['replaceState']): void;
|
|
4271
|
+
updateUrlWithPush(newUrlParams: UrlParams): void;
|
|
4272
|
+
updateUrlWithReplace(newUrlParams: UrlParams): void;
|
|
4273
|
+
// @internal
|
|
4274
|
+
protected urlLoaded: boolean;
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
// @public
|
|
4278
|
+
export interface UrlMutations {
|
|
4279
|
+
setFilters(filters: Filter[]): void;
|
|
4280
|
+
setInitialExtraParams(extraParams: Dictionary<unknown>): void;
|
|
4281
|
+
setPage(page: number): void;
|
|
4282
|
+
setParams(params: Partial<UrlParams>): void;
|
|
4283
|
+
setQuery(query: string): void;
|
|
4284
|
+
setRelatedTags(relatedTags: RelatedTag_2[]): void;
|
|
4285
|
+
setScroll(scroll: string): void;
|
|
4286
|
+
setSort(sort: string): void;
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
// @public
|
|
4290
|
+
export type UrlParamKey = Extract<keyof UrlParams, string>;
|
|
4291
|
+
|
|
4292
|
+
// @public
|
|
4293
|
+
export interface UrlParams {
|
|
4294
|
+
// (undocumented)
|
|
4295
|
+
[extraParamKey: string]: unknown;
|
|
4296
|
+
// (undocumented)
|
|
4297
|
+
filter: string[];
|
|
4298
|
+
// (undocumented)
|
|
4299
|
+
page: number;
|
|
4300
|
+
// (undocumented)
|
|
4301
|
+
query: string;
|
|
4302
|
+
// (undocumented)
|
|
4303
|
+
scroll: string;
|
|
4304
|
+
// (undocumented)
|
|
4305
|
+
sort: string;
|
|
4306
|
+
// (undocumented)
|
|
4307
|
+
tag: string[];
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4310
|
+
// @public
|
|
4311
|
+
export type UrlParamValue = string | number | boolean | Array<string | number | boolean>;
|
|
4312
|
+
|
|
4313
|
+
// @public
|
|
4314
|
+
export type UrlState = UrlParams & {
|
|
4315
|
+
initialExtraParams: Dictionary<unknown>;
|
|
4316
|
+
};
|
|
4317
|
+
|
|
4318
|
+
// @internal
|
|
4319
|
+
export const urlWiring: {
|
|
4320
|
+
UserAcceptedAQuery: {
|
|
4321
|
+
setUrlQuery: Wire<string>;
|
|
4322
|
+
};
|
|
4323
|
+
UserClearedQuery: {
|
|
4324
|
+
setUrlQuery: Wire<string>;
|
|
4325
|
+
};
|
|
4326
|
+
ParamsLoadedFromUrl: {
|
|
4327
|
+
setParams: Wire<Partial<UrlParams>>;
|
|
4328
|
+
};
|
|
4329
|
+
SelectedRelatedTagsChanged: {
|
|
4330
|
+
setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
4331
|
+
};
|
|
4332
|
+
SelectedFiltersChanged: {
|
|
4333
|
+
setUrlFilters: Wire<Filter[]>;
|
|
4334
|
+
};
|
|
4335
|
+
PageChanged: {
|
|
4336
|
+
setUrlPage: Wire<number>;
|
|
4337
|
+
};
|
|
4338
|
+
SortChanged: {
|
|
4339
|
+
setUrlSort: Wire<string>;
|
|
4340
|
+
};
|
|
4341
|
+
ExtraParamsChanged: {
|
|
4342
|
+
setParams: Wire<Partial<UrlParams>>;
|
|
4343
|
+
};
|
|
4344
|
+
ExtraParamsInitialized: {
|
|
4345
|
+
setInitialExtraParams: Wire<Dictionary<unknown>>;
|
|
4346
|
+
};
|
|
4347
|
+
UserScrolledToElement: {
|
|
4348
|
+
setUrlScroll: Wire<string>;
|
|
4349
|
+
};
|
|
4350
|
+
};
|
|
4351
|
+
|
|
4352
|
+
// @public
|
|
4353
|
+
export interface UrlXEvents {
|
|
4354
|
+
ExtraParamsLoadedFromUrl: Dictionary<unknown>;
|
|
4355
|
+
ParamsLoadedFromUrl: UrlParams;
|
|
4356
|
+
PushableUrlStateChanged: UrlParams;
|
|
4357
|
+
ReplaceableUrlStateChanged: UrlParams;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
// @public
|
|
4361
|
+
export type UrlXModule = XModule<UrlXStoreModule>;
|
|
4362
|
+
|
|
4363
|
+
// @public
|
|
4364
|
+
export const urlXModule: UrlXModule;
|
|
4365
|
+
|
|
4366
|
+
// @public
|
|
4367
|
+
export type UrlXStoreModule = XStoreModule<UrlState, UrlGetters, UrlMutations, UrlActions>;
|
|
4368
|
+
|
|
4369
|
+
// @internal
|
|
4370
|
+
export const urlXStoreModule: UrlXStoreModule;
|
|
4371
|
+
|
|
4372
|
+
// @public (undocumented)
|
|
4373
|
+
export const UserIcon: {};
|
|
4374
|
+
|
|
4375
|
+
// @public
|
|
4376
|
+
export type VueConstructorPartialArgument = Partial<ConstructorParameters<VueConstructor>[0]>;
|
|
4377
|
+
|
|
4378
|
+
// @public
|
|
4379
|
+
export type VueCSSClasses = string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
|
|
4380
|
+
|
|
4381
|
+
// Warning: (ae-forgotten-export) The symbol "WindowScroll_base" needs to be exported by the entry point index.d.ts
|
|
4382
|
+
//
|
|
4383
|
+
// @public
|
|
4384
|
+
export class WindowScroll extends WindowScroll_base {
|
|
4385
|
+
beforeDestroy(): void;
|
|
4386
|
+
// @internal
|
|
4387
|
+
protected createXEventMetadata(): Partial<WireMetadata>;
|
|
4388
|
+
protected id: string;
|
|
4389
|
+
// @internal
|
|
4390
|
+
protected initAndListenElement(): void;
|
|
4391
|
+
// (undocumented)
|
|
4392
|
+
mounted(): void;
|
|
4393
|
+
// (undocumented)
|
|
4394
|
+
render(): void;
|
|
4395
|
+
// Warning: (ae-forgotten-export) The symbol "ScrollableElement" needs to be exported by the entry point index.d.ts
|
|
4396
|
+
protected scrollableElement: ScrollableElement;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
// @public
|
|
4400
|
+
export type Wire<PayloadType> = (observable: Observable<WirePayload<PayloadType>>, store: Store<RootXStoreState>, on: XBus['on']) => Subscription;
|
|
4401
|
+
|
|
4402
|
+
// @public
|
|
4403
|
+
export function wireCommit<Payload>(mutation: string, payloadFactory: (params: PayloadFactoryData<Payload>) => any): AnyWire;
|
|
4404
|
+
|
|
4405
|
+
// @public
|
|
4406
|
+
export function wireCommit(mutation: string, staticPayload: any): AnyWire;
|
|
4407
|
+
|
|
4408
|
+
// @public
|
|
4409
|
+
export function wireCommit<Payload>(mutation: string): Wire<Payload>;
|
|
4410
|
+
|
|
4411
|
+
// @public
|
|
4412
|
+
export function wireCommitWithoutPayload(mutation: string): AnyWire;
|
|
4413
|
+
|
|
4414
|
+
// @public
|
|
4415
|
+
export function wireDispatch<Payload>(action: string, payloadFactory: (params: PayloadFactoryData<Payload>) => any): AnyWire;
|
|
4416
|
+
|
|
4417
|
+
// @public
|
|
4418
|
+
export function wireDispatch(action: string, staticPayload: any): AnyWire;
|
|
4419
|
+
|
|
4420
|
+
// @public
|
|
4421
|
+
export function wireDispatch<Payload>(action: string): Wire<Payload>;
|
|
4422
|
+
|
|
4423
|
+
// @public
|
|
4424
|
+
export function wireDispatchWithoutPayload(action: string): AnyWire;
|
|
4425
|
+
|
|
4426
|
+
// @public
|
|
4427
|
+
export type WireForEvent<Event extends XEvent> = Wire<XEventPayload<Event>>;
|
|
4428
|
+
|
|
4429
|
+
// @public
|
|
4430
|
+
export interface WireMetadata {
|
|
4431
|
+
feature?: QueryFeature;
|
|
4432
|
+
id?: string;
|
|
4433
|
+
location?: FeatureLocation;
|
|
4434
|
+
moduleName: XModuleName | null;
|
|
4435
|
+
target?: HTMLElement;
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4438
|
+
// @public
|
|
4439
|
+
export interface WireParams<Payload> extends WirePayload<Payload> {
|
|
4440
|
+
// (undocumented)
|
|
4441
|
+
store: Store<RootXStoreState>;
|
|
4442
|
+
}
|
|
4443
|
+
|
|
4444
|
+
// @public
|
|
4445
|
+
export interface WirePayload<PayloadType> {
|
|
4446
|
+
eventPayload: PayloadType;
|
|
4447
|
+
metadata: WireMetadata;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
// @public
|
|
4451
|
+
export interface WireService<SomeService> {
|
|
4452
|
+
<SomeMethod extends PropsWithType<SomeService, MonadicFunction>>(method: SomeMethod): Wire<FirstParameter<SomeService[SomeMethod]>>;
|
|
4453
|
+
<SomeMethod extends PropsWithType<SomeService, MonadicFunction>>(method: SomeMethod, payload: FirstParameter<SomeService[SomeMethod]>): AnyWire;
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4456
|
+
// @public
|
|
4457
|
+
export function wireService<SomeService>(service: SomeService): WireService<SomeService>;
|
|
4458
|
+
|
|
4459
|
+
// @public
|
|
4460
|
+
export interface WireServiceWithoutPayload<SomeService> {
|
|
4461
|
+
<SomeMethod extends PropsWithType<SomeService, NiladicFunction>>(method: SomeMethod): AnyWire;
|
|
4462
|
+
}
|
|
4463
|
+
|
|
4464
|
+
// @public
|
|
4465
|
+
export function wireServiceWithoutPayload<SomeService>(service: SomeService): WireServiceWithoutPayload<SomeService>;
|
|
4466
|
+
|
|
4467
|
+
// @public
|
|
4468
|
+
export type Wiring = {
|
|
4469
|
+
[E in XEvent]: Dictionary<WireForEvent<E>>;
|
|
4470
|
+
};
|
|
4471
|
+
|
|
4472
|
+
// @public
|
|
4473
|
+
export interface XActionContext<State extends Dictionary, Getters extends Dictionary, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> extends ActionContext<State, RootXStoreState> {
|
|
4474
|
+
// (undocumented)
|
|
4475
|
+
commit<MutationName extends PropsWithType<Mutations, () => void>>(mutation: MutationName): void;
|
|
4476
|
+
// (undocumented)
|
|
4477
|
+
commit<MutationName extends keyof Mutations>(mutation: MutationName, payload: ExtractPayload<Mutations[MutationName]>): void;
|
|
4478
|
+
// (undocumented)
|
|
4479
|
+
dispatch<ActionName extends PropsWithType<Actions, () => any>>(action: ActionName): ExtractActionReturn<Actions[ActionName]>;
|
|
4480
|
+
// (undocumented)
|
|
4481
|
+
dispatch<ActionName extends keyof Actions>(action: ActionName, payload: ExtractPayload<Actions[ActionName]>): ExtractActionReturn<Actions[ActionName]>;
|
|
4482
|
+
// (undocumented)
|
|
4483
|
+
getters: Getters;
|
|
4484
|
+
}
|
|
4485
|
+
|
|
4486
|
+
// @public
|
|
4487
|
+
export interface XAPI {
|
|
4488
|
+
init(config: SnippetConfig): void;
|
|
4489
|
+
search(query?: string): void;
|
|
4490
|
+
// @internal
|
|
4491
|
+
setBus(bus: XBus): void;
|
|
4492
|
+
// @internal
|
|
4493
|
+
setInitCallback(initCallback: (config: SnippetConfig) => void): void;
|
|
4494
|
+
}
|
|
4495
|
+
|
|
4496
|
+
// @public
|
|
4497
|
+
export interface XBus {
|
|
4498
|
+
emit(event: PropsWithType<XEventsTypes, void>): void;
|
|
4499
|
+
emit<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: WireMetadata): void;
|
|
4500
|
+
on<Event extends XEvent>(event: Event, withMetadata: true): Observable<WirePayload<XEventPayload<Event>>>;
|
|
4501
|
+
on<Event extends XEvent>(event: Event, withMetadata?: false): Observable<XEventPayload<Event>>;
|
|
4502
|
+
on<Event extends XEvent>(event: Event, withMetadata: boolean): Observable<XEventPayload<Event> | WirePayload<XEventPayload<Event>>>;
|
|
4503
|
+
}
|
|
4504
|
+
|
|
4505
|
+
// @public
|
|
4506
|
+
export interface XComponent extends Vue_2 {
|
|
4507
|
+
// @internal
|
|
4508
|
+
[XComponentModule]: XModuleName;
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
// @public
|
|
4512
|
+
export interface XComponentAliasAPI {
|
|
4513
|
+
readonly device: string | null;
|
|
4514
|
+
readonly facets: Record<Facet['id'], Facet>;
|
|
4515
|
+
readonly historyQueries: ReadonlyArray<HistoryQuery_2>;
|
|
4516
|
+
readonly identifierResults: ReadonlyArray<Result>;
|
|
4517
|
+
readonly isEmpathizeOpen: boolean;
|
|
4518
|
+
readonly nextQueries: ReadonlyArray<NextQuery_2>;
|
|
4519
|
+
readonly noResults: boolean;
|
|
4520
|
+
readonly partialResults: ReadonlyArray<PartialResult>;
|
|
4521
|
+
readonly popularSearches: ReadonlyArray<Suggestion>;
|
|
4522
|
+
readonly query: XComponentAliasQueryAPI;
|
|
4523
|
+
readonly querySuggestions: ReadonlyArray<Suggestion>;
|
|
4524
|
+
readonly recommendations: ReadonlyArray<Result>;
|
|
4525
|
+
readonly redirections: ReadonlyArray<Redirection_2>;
|
|
4526
|
+
readonly relatedTags: ReadonlyArray<RelatedTag_2>;
|
|
4527
|
+
readonly selectedFilters: Filter[];
|
|
4528
|
+
readonly selectedRelatedTags: ReadonlyArray<RelatedTag_2>;
|
|
4529
|
+
readonly spellcheckedQuery: string | null;
|
|
4530
|
+
readonly status: XComponentAliasStatusAPI;
|
|
4531
|
+
readonly totalResults: number;
|
|
4532
|
+
}
|
|
4533
|
+
|
|
4534
|
+
// @public
|
|
4535
|
+
export interface XComponentAliasQueryAPI {
|
|
4536
|
+
readonly nextQueries: string;
|
|
4537
|
+
readonly querySuggestions: string;
|
|
4538
|
+
readonly relatedTags: string;
|
|
4539
|
+
readonly search: string;
|
|
4540
|
+
readonly searchBox: string;
|
|
4541
|
+
}
|
|
4542
|
+
|
|
4543
|
+
// @public
|
|
4544
|
+
export interface XComponentAliasStatusAPI {
|
|
4545
|
+
readonly identifierResults: RequestStatus | undefined;
|
|
4546
|
+
readonly nextQueries: RequestStatus | undefined;
|
|
4547
|
+
readonly popularSearches: RequestStatus | undefined;
|
|
4548
|
+
readonly querySuggestions: RequestStatus | undefined;
|
|
4549
|
+
readonly recommendations: RequestStatus | undefined;
|
|
4550
|
+
readonly relatedTags: RequestStatus | undefined;
|
|
4551
|
+
readonly search: RequestStatus | undefined;
|
|
4552
|
+
}
|
|
4553
|
+
|
|
4554
|
+
// @public
|
|
4555
|
+
export interface XComponentAPI extends XComponentBusAPI, XComponentAliasAPI {
|
|
4556
|
+
}
|
|
4557
|
+
|
|
4558
|
+
// @public
|
|
4559
|
+
export interface XComponentBusAPI {
|
|
4560
|
+
emit(event: PropsWithType<XEventsTypes, void>): void;
|
|
4561
|
+
emit<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: Omit<WireMetadata, 'moduleName' | 'origin' | 'location'>): void;
|
|
4562
|
+
on: XBus['on'];
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
// @public
|
|
4566
|
+
export function xComponentMixin(module: AnyXModule): ComponentOptions<Vue_2>;
|
|
4567
|
+
|
|
4568
|
+
// @internal
|
|
4569
|
+
export const XComponentModule: unique symbol;
|
|
4570
|
+
|
|
4571
|
+
// @public
|
|
4572
|
+
export function XEmit<Event extends XEvent>(xEvent: Event, { immediate, deep }?: WatchOptions): DecoratorFor<XEventPayload<Event> | undefined>;
|
|
4573
|
+
|
|
4574
|
+
// @public
|
|
4575
|
+
export type XEvent = keyof XEventsTypes;
|
|
4576
|
+
|
|
4577
|
+
// @public
|
|
4578
|
+
export type XEventListeners = Partial<{
|
|
4579
|
+
[Event in XEvent]: (payload: XEventPayload<Event>, metadata: WireMetadata) => void;
|
|
4580
|
+
}>;
|
|
4581
|
+
|
|
4582
|
+
// @public
|
|
4583
|
+
export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends void ? undefined : XEventsTypes[Event];
|
|
4584
|
+
|
|
4585
|
+
// @public
|
|
4586
|
+
export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
|
|
4587
|
+
|
|
4588
|
+
// @public
|
|
4589
|
+
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, TaggingXEvents, UrlXEvents {
|
|
4590
|
+
AdapterConfigChanged: unknown;
|
|
4591
|
+
ColumnsNumberProvided: number;
|
|
4592
|
+
SnippetCallbackExecuted: {
|
|
4593
|
+
event: XEvent;
|
|
4594
|
+
callbackReturn: unknown;
|
|
4595
|
+
};
|
|
4596
|
+
SuggestionsDisplayed: Suggestion[];
|
|
4597
|
+
TogglePanelStateChanged: boolean;
|
|
4598
|
+
UserAcceptedAQuery: string;
|
|
4599
|
+
UserAcceptedSpellcheckQuery: string;
|
|
4600
|
+
UserClickedAResult: Result;
|
|
4601
|
+
UserClickedCloseEventsModal: void;
|
|
4602
|
+
UserClickedCloseModal: string;
|
|
4603
|
+
UserClickedColumnPicker: number;
|
|
4604
|
+
UserClickedOpenEventsModal: void;
|
|
4605
|
+
UserClickedOpenModal: string;
|
|
4606
|
+
UserClickedOutOfEventsModal: void;
|
|
4607
|
+
UserClickedOutOfModal: string;
|
|
4608
|
+
UserClickedPanelToggleButton: string;
|
|
4609
|
+
UserClickedResultAddToCart: Result;
|
|
4610
|
+
UserClickedScrollToTop: string;
|
|
4611
|
+
UserOpenXProgrammatically: void;
|
|
4612
|
+
UserPressedArrowKey: ArrowKey;
|
|
4613
|
+
UserReachedEmpathizeTop: void;
|
|
4614
|
+
UserRightClickedAResult: Result;
|
|
4615
|
+
UserSelectedASuggestion: Suggestion;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4618
|
+
// Warning: (ae-forgotten-export) The symbol "AnyInjectKey" needs to be exported by the entry point index.d.ts
|
|
4619
|
+
//
|
|
4620
|
+
// @public
|
|
4621
|
+
export function XInject<Type>(injectKey: AnyInjectKey<Type>, defaultValue?: Type): DecoratorFor<Type>;
|
|
4622
|
+
|
|
4623
|
+
// @public
|
|
4624
|
+
export interface XInjectKey<Type> extends String {
|
|
4625
|
+
}
|
|
4626
|
+
|
|
4627
|
+
// @public
|
|
4628
|
+
export class XInstaller {
|
|
4629
|
+
constructor(options: InstallXOptions);
|
|
4630
|
+
// @internal
|
|
4631
|
+
protected applyConfigToAdapter(adapterConfig: any): void;
|
|
4632
|
+
// @internal
|
|
4633
|
+
protected createAPI(): void;
|
|
4634
|
+
// @internal
|
|
4635
|
+
protected createApp(extraPlugins: VueConstructorPartialArgument, snippetConfig: SnippetConfig): Vue_2 | undefined;
|
|
4636
|
+
// @internal
|
|
4637
|
+
protected createBus(): XBus;
|
|
4638
|
+
// @internal
|
|
4639
|
+
protected getAdapterConfig({ instance, env, lang, searchLang, scope }: SnippetConfig): unknown;
|
|
4640
|
+
// @internal
|
|
4641
|
+
protected getMountingTarget(elementOrSelector?: string | Element): Element;
|
|
4642
|
+
// @internal
|
|
4643
|
+
protected getPluginOptions(): XPluginOptions;
|
|
4644
|
+
// @internal
|
|
4645
|
+
protected getVue(): VueConstructor;
|
|
4646
|
+
init(snippetConfig: SnippetConfig): Promise<{
|
|
4647
|
+
app: Vue_2 | undefined;
|
|
4648
|
+
api: XAPI | undefined;
|
|
4649
|
+
bus: XBus;
|
|
4650
|
+
plugin: PluginObject<XPluginOptions>;
|
|
4651
|
+
}>;
|
|
4652
|
+
// @internal
|
|
4653
|
+
protected installExtraPlugins(snippet: SnippetConfig, bus: XBus): Promise<VueConstructorPartialArgument>;
|
|
4654
|
+
// @internal
|
|
4655
|
+
protected installPlugin(pluginOptions: XPluginOptions, bus: XBus): PluginObject<XPluginOptions>;
|
|
4656
|
+
// (undocumented)
|
|
4657
|
+
protected readonly options: InstallXOptions;
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4660
|
+
// @public
|
|
4661
|
+
export interface XModule<StoreModule extends AnyXStoreModule> {
|
|
4662
|
+
name: XModuleName;
|
|
4663
|
+
storeEmitters: StoreEmitters<StoreModule>;
|
|
4664
|
+
storeModule: StoreModule;
|
|
4665
|
+
wiring: Partial<Wiring>;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
// @public
|
|
4669
|
+
export type XModuleName = keyof XModulesTree;
|
|
4670
|
+
|
|
4671
|
+
// @public
|
|
4672
|
+
export interface XModuleOptions<ModuleName extends XModuleName> {
|
|
4673
|
+
config?: DeepPartial<ExtractState<ModuleName> extends {
|
|
4674
|
+
config: infer Config;
|
|
4675
|
+
} ? Config : never>;
|
|
4676
|
+
wiring?: Partial<Wiring>;
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4679
|
+
// @public
|
|
4680
|
+
export type XModulesOptions = {
|
|
4681
|
+
[ModuleName in XModuleName]?: XModuleOptions<ModuleName>;
|
|
4682
|
+
};
|
|
4683
|
+
|
|
4684
|
+
// @internal
|
|
4685
|
+
export type XModuleState = {
|
|
4686
|
+
[Key in keyof RootXStoreState['x']]: null;
|
|
4687
|
+
};
|
|
4688
|
+
|
|
4689
|
+
// @public
|
|
4690
|
+
export interface XModulesTree {
|
|
4691
|
+
// (undocumented)
|
|
4692
|
+
device: DeviceXModule;
|
|
4693
|
+
// (undocumented)
|
|
4694
|
+
empathize: EmpathizeXModule;
|
|
4695
|
+
// (undocumented)
|
|
4696
|
+
extraParams: ExtraParamsXModule;
|
|
4697
|
+
// (undocumented)
|
|
4698
|
+
facets: FacetsXModule;
|
|
4699
|
+
// (undocumented)
|
|
4700
|
+
historyQueries: HistoryQueriesXModule;
|
|
4701
|
+
// (undocumented)
|
|
4702
|
+
identifierResults: IdentifierResultsXModule;
|
|
4703
|
+
// (undocumented)
|
|
4704
|
+
nextQueries: NextQueriesXModule;
|
|
4705
|
+
// (undocumented)
|
|
4706
|
+
popularSearches: PopularSearchesXModule;
|
|
4707
|
+
// (undocumented)
|
|
4708
|
+
querySuggestions: QuerySuggestionsXModule;
|
|
4709
|
+
// (undocumented)
|
|
4710
|
+
recommendations: RecommendationsXModule;
|
|
4711
|
+
// (undocumented)
|
|
4712
|
+
relatedTags: RelatedTagsXModule;
|
|
4713
|
+
// (undocumented)
|
|
4714
|
+
scroll: ScrollXModule;
|
|
4715
|
+
// (undocumented)
|
|
4716
|
+
search: SearchXModule;
|
|
4717
|
+
// (undocumented)
|
|
4718
|
+
searchBox: SearchBoxXModule;
|
|
4719
|
+
// (undocumented)
|
|
4720
|
+
tagging: TaggingXModule;
|
|
4721
|
+
// (undocumented)
|
|
4722
|
+
url: UrlXModule;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
// @public
|
|
4726
|
+
export function XOn<Event extends XEvent>(xEvent: Event | Event[] | ((component: Vue_2) => Event | Event[]), metadataFilteringOptions?: Partial<WireMetadata>): DecoratorFor<(payload: XEventPayload<Event>, metadata: WireMetadata) => void>;
|
|
4727
|
+
|
|
4728
|
+
// @public
|
|
4729
|
+
export class XPlugin implements PluginObject<XPluginOptions> {
|
|
4730
|
+
constructor(bus: XBus);
|
|
4731
|
+
// Warning: (ae-forgotten-export) The symbol "SearchAdapter" needs to be exported by the entry point index.d.ts
|
|
4732
|
+
static get adapter(): SearchAdapter;
|
|
4733
|
+
// @internal
|
|
4734
|
+
protected adapter: SearchAdapter;
|
|
4735
|
+
// @internal
|
|
4736
|
+
protected applyMixins(): void;
|
|
4737
|
+
static get bus(): XBus;
|
|
4738
|
+
// @internal
|
|
4739
|
+
protected bus: XBus;
|
|
4740
|
+
// @internal
|
|
4741
|
+
protected createAdapterConfigChangedListener(): void;
|
|
4742
|
+
// @internal
|
|
4743
|
+
protected customizeStoreModule({ state: defaultState, ...actionsGettersMutations }: AnyXStoreModule, { state: xModuleState, ...newActionsGettersMutations }: AnyXStoreModuleOption, configOptions: unknown): AnyXStoreModule;
|
|
4744
|
+
// @internal
|
|
4745
|
+
protected customizeXModule({ name, wiring, storeModule, storeEmitters, ...restXModule }: AnyXModule): AnyXModule;
|
|
4746
|
+
// @internal
|
|
4747
|
+
protected static getInstance(): XPlugin;
|
|
4748
|
+
// @internal
|
|
4749
|
+
install(vue: VueConstructor, options?: XPluginOptions): void;
|
|
4750
|
+
// @internal
|
|
4751
|
+
protected installedXModules: Set<string>;
|
|
4752
|
+
// @internal
|
|
4753
|
+
protected static instance?: XPlugin;
|
|
4754
|
+
// @internal
|
|
4755
|
+
protected isInstalled: boolean;
|
|
4756
|
+
// @internal
|
|
4757
|
+
protected static lazyRegisterXModule(xModule: AnyXModule): void;
|
|
4758
|
+
// @internal
|
|
4759
|
+
protected options: XPluginOptions;
|
|
4760
|
+
// @internal
|
|
4761
|
+
protected static pendingXModules: Partial<Record<XModuleName, AnyXModule>>;
|
|
4762
|
+
// @internal
|
|
4763
|
+
protected registerFilters(): void;
|
|
4764
|
+
// @internal
|
|
4765
|
+
protected registerInitialModules(): void;
|
|
4766
|
+
// @internal
|
|
4767
|
+
protected registerPendingXModules(): void;
|
|
4768
|
+
// @internal
|
|
4769
|
+
protected registerStore(): void;
|
|
4770
|
+
// @internal
|
|
4771
|
+
protected registerStoreEmitters(xModule: AnyXModule): void;
|
|
4772
|
+
// @internal
|
|
4773
|
+
protected registerStoreModule({ name, storeModule }: AnyXModule): void;
|
|
4774
|
+
// @internal
|
|
4775
|
+
protected registerWiring({ wiring }: AnyXModule): void;
|
|
4776
|
+
static registerXModule(xModule: AnyXModule): void;
|
|
4777
|
+
// @internal
|
|
4778
|
+
protected registerXModule(xModule: AnyXModule): void;
|
|
4779
|
+
// @internal
|
|
4780
|
+
static resetInstance(): void;
|
|
4781
|
+
static get store(): Store<RootXStoreState>;
|
|
4782
|
+
// @internal
|
|
4783
|
+
protected store: Store<any>;
|
|
4784
|
+
// @internal
|
|
4785
|
+
protected vue: VueConstructor;
|
|
4786
|
+
}
|
|
4787
|
+
|
|
4788
|
+
// @public
|
|
4789
|
+
export const xPlugin: XPlugin;
|
|
4790
|
+
|
|
4791
|
+
// @public
|
|
4792
|
+
export interface XPluginOptions {
|
|
4793
|
+
__PRIVATE__xModules?: PrivateXModulesOptions;
|
|
4794
|
+
adapter: SearchAdapter;
|
|
4795
|
+
initialXModules?: AnyXModule[];
|
|
4796
|
+
store?: Store<any>;
|
|
4797
|
+
xModules?: XModulesOptions;
|
|
4798
|
+
}
|
|
4799
|
+
|
|
4800
|
+
// @public
|
|
4801
|
+
export function XProvide<Type>(provideKey: AnyInjectKey<Type>): DecoratorFor<Type>;
|
|
4802
|
+
|
|
4803
|
+
// @public
|
|
4804
|
+
export interface XStoreModule<State extends Record<keyof State, any>, Getters extends Record<keyof Getters, any>, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> {
|
|
4805
|
+
// (undocumented)
|
|
4806
|
+
actions: ActionsTree<State, Getters, Mutations, Actions>;
|
|
4807
|
+
// (undocumented)
|
|
4808
|
+
getters: GettersTree<State, Getters>;
|
|
4809
|
+
// (undocumented)
|
|
4810
|
+
mutations: MutationsTree<State, Mutations>;
|
|
4811
|
+
// (undocumented)
|
|
4812
|
+
state: () => State;
|
|
4813
|
+
}
|
|
4814
|
+
|
|
4815
|
+
// @public
|
|
4816
|
+
export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModule extends XStoreModule<infer State, infer Getters, infer Mutations, infer Actions> ? {
|
|
4817
|
+
state?: DeepPartial<State>;
|
|
4818
|
+
actions?: DeepPartial<ActionsTree<State, Getters, Mutations, Actions>>;
|
|
4819
|
+
getters?: DeepPartial<GettersTree<State, Getters>>;
|
|
4820
|
+
mutations?: DeepPartial<MutationsTree<State, Mutations>>;
|
|
4821
|
+
} : never;
|
|
4822
|
+
|
|
4823
|
+
// Warnings were encountered during analysis:
|
|
4824
|
+
//
|
|
4825
|
+
// dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:12:9 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
4826
|
+
// src/x-modules/search/store/emitters.ts:13:40 - (ae-forgotten-export) The symbol "TaggingInfo" needs to be exported by the entry point index.d.ts
|
|
4827
|
+
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
4828
|
+
// src/x-modules/url/store/emitters.ts:61:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
|
4829
|
+
|
|
4830
|
+
```
|