@empathyco/x-components 3.0.0-alpha.3 → 3.0.0-alpha.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2109 -575
- package/core/index.d.ts +17 -0
- package/core/index.js +139 -0
- package/core/index.js.map +1 -0
- package/design-system/.-mixins.css +1 -0
- package/design-system/badge-default.css +43 -0
- package/design-system/base.css +52 -0
- package/design-system/button-card.css +20 -0
- package/design-system/button-default.css +65 -0
- package/design-system/button-ghost.css +18 -0
- package/design-system/button-pill.css +20 -0
- package/design-system/button-primary.css +19 -0
- package/design-system/button-round.css +23 -0
- package/design-system/button-secondary.css +19 -0
- package/design-system/button-tertiary.css +19 -0
- package/design-system/default-theme.css +2225 -0
- package/design-system/dropdown-card.css +41 -0
- package/design-system/dropdown-default.css +205 -0
- package/design-system/dropdown-l.css +5 -0
- package/design-system/dropdown-line.css +61 -0
- package/design-system/dropdown-m.css +5 -0
- package/design-system/dropdown-pill.css +41 -0
- package/design-system/dropdown-s.css +5 -0
- package/design-system/dropdown-xl.css +5 -0
- package/design-system/facet-card.css +24 -0
- package/design-system/facet-default.css +102 -0
- package/design-system/facet-line.css +16 -0
- package/design-system/facet-outlined.css +26 -0
- package/design-system/filter-default.css +87 -0
- package/design-system/filter-hierarchical.css +24 -0
- package/design-system/filter-justified.css +3 -0
- package/design-system/full-theme.css +6130 -0
- package/design-system/grid-default.css +15 -0
- package/design-system/icon-default.css +24 -0
- package/design-system/icon-l.css +7 -0
- package/design-system/icon-m.css +7 -0
- package/design-system/icon-s.css +7 -0
- package/design-system/icon-xl.css +7 -0
- package/design-system/input-card.css +18 -0
- package/design-system/input-default.css +74 -0
- package/design-system/input-group-card.css +30 -0
- package/design-system/input-group-default.css +132 -0
- package/design-system/input-group-line.css +39 -0
- package/design-system/input-group-pill.css +22 -0
- package/design-system/input-line.css +20 -0
- package/design-system/input-pill.css +14 -0
- package/design-system/list-default.css +130 -0
- package/design-system/list-gap.css +262 -0
- package/design-system/list-padding.css +261 -0
- package/design-system/message-default.css +57 -0
- package/design-system/option-list-bottom.css +61 -0
- package/design-system/option-list-default.css +142 -0
- package/design-system/picture-card.css +13 -0
- package/design-system/picture-colored.css +14 -0
- package/design-system/picture-cover.css +17 -0
- package/design-system/picture-default.css +43 -0
- package/design-system/picture-fixed-ratio.css +25 -0
- package/design-system/progress-bar-progress-bar.css +23 -0
- package/design-system/result-card.css +6 -0
- package/design-system/result-default.css +59 -0
- package/design-system/row-default.css +93 -0
- package/design-system/row-gap.css +21 -0
- package/design-system/row-padding.css +23 -0
- package/design-system/scroll-default.css +26 -0
- package/design-system/sliding-panel-default.css +38 -0
- package/design-system/sliding-panel-default.token.css +7 -0
- package/design-system/suggestion-default.css +79 -0
- package/design-system/suggestion-group-default.css +55 -0
- package/design-system/tag-card.css +16 -0
- package/design-system/tag-default.css +97 -0
- package/design-system/tag-ghost.css +14 -0
- package/design-system/tag-pill.css +16 -0
- package/design-system/typography-accent.css +2 -0
- package/design-system/typography-accent.token.css +2 -0
- package/design-system/typography-bold.css +14 -0
- package/design-system/typography-default.css +82 -0
- package/design-system/typography-light.css +14 -0
- package/design-system/typography-secondary.css +2 -0
- package/design-system/typography-secondary.token.css +2 -0
- package/design-system/typography-stroke.css +14 -0
- package/design-system/utilities-background-color.css +20 -0
- package/design-system/utilities-border-color.css +20 -0
- package/design-system/utilities-border-radius.css +1529 -0
- package/design-system/utilities-border-width.css +333 -0
- package/design-system/utilities-box-shadow.css +68 -0
- package/design-system/utilities-dev-mode.css +11 -0
- package/design-system/utilities-font-color.css +20 -0
- package/design-system/utilities-font-weight.css +8 -0
- package/design-system/utilities-margin.css +485 -0
- package/design-system/utilities-padding.css +464 -0
- package/device/index.d.ts +1 -0
- package/device/index.js +5 -0
- package/docs/API-reference/api/index.md +14 -0
- package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +11 -0
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +21 -0
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +11 -0
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +11 -0
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +21 -0
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +22 -0
- package/docs/API-reference/api/x-adapter.beforerequest.md +15 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +24 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +11 -0
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +11 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +15 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +21 -0
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +11 -0
- package/docs/API-reference/api/x-adapter.binding.md +15 -0
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +15 -0
- package/docs/API-reference/api/x-adapter.bindings.md +13 -0
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +15 -0
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +22 -0
- package/docs/API-reference/api/x-adapter.cacheservice.md +23 -0
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +22 -0
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +24 -0
- package/docs/API-reference/api/x-adapter.classbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +13 -0
- package/docs/API-reference/api/x-adapter.constantbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +26 -0
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +15 -0
- package/docs/API-reference/api/x-adapter.contextualbinding.md +15 -0
- package/docs/API-reference/api/x-adapter.deeppartial.md +17 -0
- package/docs/API-reference/api/x-adapter.default_cache_config.md +18 -0
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +13 -0
- package/docs/API-reference/api/x-adapter.dependencies.md +70 -0
- package/docs/API-reference/api/x-adapter.dictionary.md +13 -0
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.md +51 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +65 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +13 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +17 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +15 -0
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +15 -0
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +15 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +39 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +22 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +24 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +11 -0
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathydirect.md +22 -0
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfacetfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +33 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilter.md +25 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +35 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextquery.md +20 -0
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +25 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +35 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +22 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +28 -0
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +16 -0
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.md +29 -0
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +25 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +31 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +34 -0
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +22 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +25 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +27 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +11 -0
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +23 -0
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +21 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +22 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +11 -0
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +22 -0
- package/docs/API-reference/api/x-adapter.endpointsservice.md +20 -0
- package/docs/API-reference/api/x-adapter.entitynames.md +15 -0
- package/docs/API-reference/api/x-adapter.extraparamsrequest.md +13 -0
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +11 -0
- package/docs/API-reference/api/x-adapter.facetconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +11 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +11 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.md +21 -0
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +11 -0
- package/docs/API-reference/api/x-adapter.featureconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +11 -0
- package/docs/API-reference/api/x-adapter.featurenames.md +13 -0
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +28 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.md +45 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +11 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +23 -0
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +24 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +30 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +11 -0
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +20 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +23 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +24 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +23 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +40 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +11 -0
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +23 -0
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-adapter.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +11 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +11 -0
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +25 -0
- package/docs/API-reference/api/x-adapter.httpclient.get.md +24 -0
- package/docs/API-reference/api/x-adapter.httpclient.md +20 -0
- package/docs/API-reference/api/x-adapter.mapfn.md +15 -0
- package/docs/API-reference/api/x-adapter.mapper.map.md +24 -0
- package/docs/API-reference/api/x-adapter.mapper.md +20 -0
- package/docs/API-reference/api/x-adapter.maprequest.md +15 -0
- package/docs/API-reference/api/x-adapter.mapresponse.md +15 -0
- package/docs/API-reference/api/x-adapter.md +179 -0
- package/docs/API-reference/api/x-adapter.newable.md +13 -0
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.md +21 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +11 -0
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +11 -0
- package/docs/API-reference/api/x-adapter.parentbinding.md +21 -0
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +11 -0
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +11 -0
- package/docs/API-reference/api/x-adapter.pipemappers.md +24 -0
- package/docs/API-reference/api/x-adapter.primitive.md +13 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.md +21 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +11 -0
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +11 -0
- package/docs/API-reference/api/x-adapter.queryconfig.md +21 -0
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +21 -0
- package/docs/API-reference/api/x-adapter.requesterror.md +28 -0
- package/docs/API-reference/api/x-adapter.requesterror.message.md +11 -0
- package/docs/API-reference/api/x-adapter.requesterror.response.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmapper.md +15 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +22 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +11 -0
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.md +22 -0
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +11 -0
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +11 -0
- package/docs/API-reference/api/x-adapter.requestor.md +20 -0
- package/docs/API-reference/api/x-adapter.requestor.request.md +23 -0
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +30 -0
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.md +37 -0
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.search.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.track.md +11 -0
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemapper.md +15 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +23 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +32 -0
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.md +39 -0
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.responsetransformed.md +15 -0
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +21 -0
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +11 -0
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +15 -0
- package/docs/API-reference/api/x-adapter.searchadapter.md +34 -0
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +23 -0
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +22 -0
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.searchrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.md +28 -0
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +11 -0
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +20 -0
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +11 -0
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.trackablerequest.md +20 -0
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +11 -0
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +20 -0
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +11 -0
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +22 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +22 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +11 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +11 -0
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +21 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +22 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-components.actionnamesfor.md +15 -0
- package/docs/API-reference/api/x-components.actionsclass.md +15 -0
- package/docs/API-reference/api/x-components.actionsdictionary.md +23 -0
- package/docs/API-reference/api/x-components.actionstree.md +17 -0
- package/docs/API-reference/api/x-components.addquerytohistory.md +13 -0
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +27 -0
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +21 -0
- package/docs/API-reference/api/x-components.addquerytohistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.facet.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.isselected.md +13 -0
- package/docs/API-reference/api/x-components.allfilter.md +23 -0
- package/docs/API-reference/api/x-components.allfilter.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.animatewidth.md +15 -0
- package/docs/API-reference/api/x-components.anyactionstree.md +15 -0
- package/docs/API-reference/api/x-components.anyfunction.md +13 -0
- package/docs/API-reference/api/x-components.anygetterstree.md +15 -0
- package/docs/API-reference/api/x-components.anymutationstree.md +15 -0
- package/docs/API-reference/api/x-components.anysimplestateselector.md +15 -0
- package/docs/API-reference/api/x-components.anystateselector.md +15 -0
- package/docs/API-reference/api/x-components.anystoreemitters.md +15 -0
- package/docs/API-reference/api/x-components.anywire.md +15 -0
- package/docs/API-reference/api/x-components.anyxmodule.md +15 -0
- package/docs/API-reference/api/x-components.anyxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.anyxstoremoduleoption.md +15 -0
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +27 -0
- package/docs/API-reference/api/x-components.arraytoobject.md +30 -0
- package/docs/API-reference/api/x-components.arraytoobject_1.md +27 -0
- package/docs/API-reference/api/x-components.arrowicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowkey.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
- package/docs/API-reference/api/x-components.bagicon.md +11 -0
- package/docs/API-reference/api/x-components.banner.banner.md +13 -0
- package/docs/API-reference/api/x-components.banner.md +21 -0
- package/docs/API-reference/api/x-components.bannerslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.bannerslist.md +26 -0
- package/docs/API-reference/api/x-components.bannerslist.stateitems.md +13 -0
- package/docs/API-reference/api/x-components.barcodeicon.md +11 -0
- package/docs/API-reference/api/x-components.barcodetinyicon.md +11 -0
- package/docs/API-reference/api/x-components.baseaddtocart.events.md +13 -0
- package/docs/API-reference/api/x-components.baseaddtocart.md +22 -0
- package/docs/API-reference/api/x-components.baseaddtocart.result.md +13 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.emitevent.md +24 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +33 -0
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +19 -0
- package/docs/API-reference/api/x-components.basecurrency.format.md +13 -0
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
- package/docs/API-reference/api/x-components.basecurrency.md +43 -0
- package/docs/API-reference/api/x-components.basecurrency.value.md +18 -0
- package/docs/API-reference/api/x-components.basedropdown._refs.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.closeifeventisoutofdropdown.md +24 -0
- package/docs/API-reference/api/x-components.basedropdown.items.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.md +31 -0
- package/docs/API-reference/api/x-components.basedropdown.searchtimeoutms.md +13 -0
- package/docs/API-reference/api/x-components.basedropdown.value.md +13 -0
- package/docs/API-reference/api/x-components.baseeventbutton.emitevents.md +15 -0
- package/docs/API-reference/api/x-components.baseeventbutton.events.md +13 -0
- package/docs/API-reference/api/x-components.baseeventbutton.md +27 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.bodyclickevent.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.emitbodyclickevent.md +24 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoclosemodal.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.eventstoopenmodal.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.md +32 -0
- package/docs/API-reference/api/x-components.baseeventsmodal.openerelement.md +13 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.closingevent.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.events.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +22 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.events.md +11 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +22 -0
- package/docs/API-reference/api/x-components.baseeventsmodalopen.openingevent.md +11 -0
- package/docs/API-reference/api/x-components.basefallbackimage.md +11 -0
- package/docs/API-reference/api/x-components.basefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.basefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.basefilter.md +22 -0
- package/docs/API-reference/api/x-components.basegrid.animation.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.columns.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.computeditems.md +13 -0
- package/docs/API-reference/api/x-components.basegrid.items.md +18 -0
- package/docs/API-reference/api/x-components.basegrid.md +24 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +22 -0
- package/docs/API-reference/api/x-components.baseheadertogglepanel.startcollapsed.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.closemodal.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodal.emitclickoutofmodal.md +24 -0
- package/docs/API-reference/api/x-components.baseidmodal.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.md +32 -0
- package/docs/API-reference/api/x-components.baseidmodal.modalid.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.openerelement.md +13 -0
- package/docs/API-reference/api/x-components.baseidmodal.openmodal.md +25 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.events.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.md +22 -0
- package/docs/API-reference/api/x-components.baseidmodalclose.modalid.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.events.md +11 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.md +22 -0
- package/docs/API-reference/api/x-components.baseidmodalopen.modalid.md +11 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +17 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.emitstateevent.md +21 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.isopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +36 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.panelid.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.startopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanel.togglepanel.md +24 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.ispanelopen.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +30 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.panelid.md +13 -0
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.updatepanelstate.md +25 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.elementtofocus.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.eventsfordirectionlimit.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.md +36 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.mounted.md +15 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijacker.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationhijackerevents.md +18 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.navigationservice.md +13 -0
- package/docs/API-reference/api/x-components.basekeyboardnavigation.triggernavigation.md +25 -0
- package/docs/API-reference/api/x-components.basemodal._refs.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.animation.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.md +32 -0
- package/docs/API-reference/api/x-components.basemodal.mounted.md +15 -0
- package/docs/API-reference/api/x-components.basemodal.open.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previousbodyoverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.previoushtmloverflow.md +13 -0
- package/docs/API-reference/api/x-components.basemodal.showoverlay.md +13 -0
- package/docs/API-reference/api/x-components.baseplaceholderimage.md +11 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.filter.md +15 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.format.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.from.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.fromto.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.label.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.lessthan.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +32 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.render.md +22 -0
- package/docs/API-reference/api/x-components.baserating.max.md +13 -0
- package/docs/API-reference/api/x-components.baserating.md +22 -0
- package/docs/API-reference/api/x-components.baserating.value.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.max.md +13 -0
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +22 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +18 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +22 -0
- package/docs/API-reference/api/x-components.baseresultcurrentprice.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage._refs.md +15 -0
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.failedimages.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.hasenteredview.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.hasimageloaded.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +32 -0
- package/docs/API-reference/api/x-components.baseresultimage.mounted.md +15 -0
- package/docs/API-reference/api/x-components.baseresultimage.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultlink.md +25 -0
- package/docs/API-reference/api/x-components.baseresultlink.result.md +13 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +18 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +22 -0
- package/docs/API-reference/api/x-components.baseresultpreviousprice.result.md +13 -0
- package/docs/API-reference/api/x-components.basescroll.md +15 -0
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +18 -0
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.basesuggestion.events.md +18 -0
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +35 -0
- package/docs/API-reference/api/x-components.basesuggestion.query.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.queryhtml.md +18 -0
- package/docs/API-reference/api/x-components.basesuggestion.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.suggestionselectedevents.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.animation.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +23 -0
- package/docs/API-reference/api/x-components.basesuggestions.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.animation.md +13 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +22 -0
- package/docs/API-reference/api/x-components.basetogglepanel.open.md +13 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.animation.md +13 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +18 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +22 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.md +23 -0
- package/docs/API-reference/api/x-components.basexapi.search.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +24 -0
- package/docs/API-reference/api/x-components.basexbus.emit.md +26 -0
- package/docs/API-reference/api/x-components.basexbus.md +22 -0
- package/docs/API-reference/api/x-components.basexbus.on.md +27 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +13 -0
- package/docs/API-reference/api/x-components.capitalize.md +30 -0
- package/docs/API-reference/api/x-components.carticon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxcardselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxcardunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkboxunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.checkicon.md +11 -0
- package/docs/API-reference/api/x-components.checktinyicon.md +11 -0
- package/docs/API-reference/api/x-components.chevrondownicon.md +11 -0
- package/docs/API-reference/api/x-components.chevronlefticon.md +11 -0
- package/docs/API-reference/api/x-components.chevronrighticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinydownicon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinylefticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinyrighticon.md +11 -0
- package/docs/API-reference/api/x-components.chevrontinyupicon.md +11 -0
- package/docs/API-reference/api/x-components.chevronupicon.md +11 -0
- package/docs/API-reference/api/x-components.cleanundefined.md +26 -0
- package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.facetsids.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.md +22 -0
- package/docs/API-reference/api/x-components.clearhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.clearhistoryqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.clearidentifierresultsquery.md +13 -0
- package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
- package/docs/API-reference/api/x-components.clearquerysuggestionsquery.md +13 -0
- package/docs/API-reference/api/x-components.clearrelatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.clearsearchinput.dynamicclasses.md +11 -0
- package/docs/API-reference/api/x-components.clearsearchinput.isqueryempty.md +11 -0
- package/docs/API-reference/api/x-components.clearsearchinput.md +27 -0
- package/docs/API-reference/api/x-components.clearsearchinput.query.md +11 -0
- package/docs/API-reference/api/x-components.clearselectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.clone.md +26 -0
- package/docs/API-reference/api/x-components.collapsefromtop.md +15 -0
- package/docs/API-reference/api/x-components.collapseheight.md +15 -0
- package/docs/API-reference/api/x-components.collapsewidth.md +15 -0
- package/docs/API-reference/api/x-components.columnpickermixin.columns.md +13 -0
- package/docs/API-reference/api/x-components.columnpickermixin.md +22 -0
- package/docs/API-reference/api/x-components.columnpickermixin.value.md +13 -0
- package/docs/API-reference/api/x-components.compilemessage.md +27 -0
- package/docs/API-reference/api/x-components.createcollapseanimationmixin.md +26 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
- package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
- package/docs/API-reference/api/x-components.createstoreemitters.md +27 -0
- package/docs/API-reference/api/x-components.createwirefromfunction.md +26 -0
- package/docs/API-reference/api/x-components.createwiring.md +26 -0
- package/docs/API-reference/api/x-components.crossfade.md +15 -0
- package/docs/API-reference/api/x-components.crossicon.md +11 -0
- package/docs/API-reference/api/x-components.crosstinyicon.md +11 -0
- package/docs/API-reference/api/x-components.currencyformatter.md +31 -0
- package/docs/API-reference/api/x-components.debounce.md +27 -0
- package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +15 -0
- package/docs/API-reference/api/x-components.debouncedfunction.md +20 -0
- package/docs/API-reference/api/x-components.debouncefunction.md +35 -0
- package/docs/API-reference/api/x-components.debounceoptions.leading.md +11 -0
- package/docs/API-reference/api/x-components.debounceoptions.md +21 -0
- package/docs/API-reference/api/x-components.debounceoptions.trailing.md +11 -0
- package/docs/API-reference/api/x-components.decoratorfor.md +13 -0
- package/docs/API-reference/api/x-components.deepfilter.md +94 -0
- package/docs/API-reference/api/x-components.deepflat.md +27 -0
- package/docs/API-reference/api/x-components.deeppartial.md +17 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +40 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
- package/docs/API-reference/api/x-components.defaultsessionservice._constructor_.md +21 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +15 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +15 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.md +37 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +11 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.storageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.ttlms.md +11 -0
- package/docs/API-reference/api/x-components.deviceactions.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.breakpoints.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.force.md +13 -0
- package/docs/API-reference/api/x-components.devicedetector.md +23 -0
- package/docs/API-reference/api/x-components.devicedetector.throttlems.md +13 -0
- package/docs/API-reference/api/x-components.devicegetters.md +13 -0
- package/docs/API-reference/api/x-components.devicemutations.md +20 -0
- package/docs/API-reference/api/x-components.devicemutations.setname.md +24 -0
- package/docs/API-reference/api/x-components.devicestate.md +20 -0
- package/docs/API-reference/api/x-components.devicestate.name.md +13 -0
- package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +13 -0
- package/docs/API-reference/api/x-components.devicexevents.md +20 -0
- package/docs/API-reference/api/x-components.devicexmodule.md +13 -0
- package/docs/API-reference/api/x-components.devicexstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.dictionary.md +13 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +23 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +27 -0
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +26 -0
- package/docs/API-reference/api/x-components.documentdirection.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.hasclearbutton.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.isinstant.md +13 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +29 -0
- package/docs/API-reference/api/x-components.emitter.md +15 -0
- package/docs/API-reference/api/x-components.emitters.md +17 -0
- package/docs/API-reference/api/x-components.empathize.animation.md +13 -0
- package/docs/API-reference/api/x-components.empathize.eventstocloseempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathize.eventstoopenempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathize.md +23 -0
- package/docs/API-reference/api/x-components.empathizeactions.md +13 -0
- package/docs/API-reference/api/x-components.empathizeconfig.md +13 -0
- package/docs/API-reference/api/x-components.empathizegetters.md +13 -0
- package/docs/API-reference/api/x-components.empathizemutations.md +20 -0
- package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +24 -0
- package/docs/API-reference/api/x-components.empathizestate.config.md +13 -0
- package/docs/API-reference/api/x-components.empathizestate.isopen.md +13 -0
- package/docs/API-reference/api/x-components.empathizestate.md +21 -0
- package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +13 -0
- package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +13 -0
- package/docs/API-reference/api/x-components.empathizexevents.md +22 -0
- package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +13 -0
- package/docs/API-reference/api/x-components.empathizexmodule.md +13 -0
- package/docs/API-reference/api/x-components.empathizexstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.eventsfordirectionlimit.md +17 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +23 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.render.md +22 -0
- package/docs/API-reference/api/x-components.extractactionpayload.md +15 -0
- package/docs/API-reference/api/x-components.extractactionreturn.md +13 -0
- package/docs/API-reference/api/x-components.extractactions.md +15 -0
- package/docs/API-reference/api/x-components.extractgetters.md +15 -0
- package/docs/API-reference/api/x-components.extractmutationpayload.md +15 -0
- package/docs/API-reference/api/x-components.extractmutations.md +15 -0
- package/docs/API-reference/api/x-components.extractpayload.md +13 -0
- package/docs/API-reference/api/x-components.extractstate.md +15 -0
- package/docs/API-reference/api/x-components.extraparams.md +29 -0
- package/docs/API-reference/api/x-components.extraparams.mounted.md +17 -0
- package/docs/API-reference/api/x-components.extraparams.render.md +15 -0
- package/docs/API-reference/api/x-components.extraparams.storeextraparams.md +13 -0
- package/docs/API-reference/api/x-components.extraparams.values.md +18 -0
- package/docs/API-reference/api/x-components.extraparamsactions.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsgetters.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.md +20 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +22 -0
- package/docs/API-reference/api/x-components.extraparamsstate.md +20 -0
- package/docs/API-reference/api/x-components.extraparamsstate.params.md +11 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.md +23 -0
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.bus.md +13 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +22 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.snippet.md +13 -0
- package/docs/API-reference/api/x-components.extrapluginsoptions.vue.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.facetid.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.groupid.md +13 -0
- package/docs/API-reference/api/x-components.facetgroupentry.md +21 -0
- package/docs/API-reference/api/x-components.facets.animation.md +13 -0
- package/docs/API-reference/api/x-components.facets.md +13 -0
- package/docs/API-reference/api/x-components.facets.renderablefacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsactions.md +13 -0
- package/docs/API-reference/api/x-components.facetsactionscontext.md +15 -0
- package/docs/API-reference/api/x-components.facetsgetters.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsgetters.md +22 -0
- package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
- package/docs/API-reference/api/x-components.facetsmutations.md +26 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfilter.md +24 -0
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsprovider.groupid.md +13 -0
- package/docs/API-reference/api/x-components.facetsprovider.md +28 -0
- package/docs/API-reference/api/x-components.facetsprovider.providefacets.md +17 -0
- package/docs/API-reference/api/x-components.facetsprovider.render.md +15 -0
- package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.md +25 -0
- package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.md +22 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +30 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +18 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +13 -0
- package/docs/API-reference/api/x-components.facetsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.facetsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.fadeandslide.md +21 -0
- package/docs/API-reference/api/x-components.fadeandslide.tag.md +13 -0
- package/docs/API-reference/api/x-components.featurelocation.md +22 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.cancelprevious.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.fetchandsave.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +21 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +27 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +23 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +17 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +24 -0
- package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +25 -0
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +13 -0
- package/docs/API-reference/api/x-components.fetchidentifierresults.md +13 -0
- package/docs/API-reference/api/x-components.fetchnextqueries.md +13 -0
- package/docs/API-reference/api/x-components.fetchpopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.fetchquerysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.fetchrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.fetchrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.fetchsearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.filter.md +27 -0
- package/docs/API-reference/api/x-components.filterblacklistedmodules.md +27 -0
- package/docs/API-reference/api/x-components.filterfalsypayload.md +26 -0
- package/docs/API-reference/api/x-components.filtersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.filtersicon.md +11 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.filters.md +13 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.injectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.md +23 -0
- package/docs/API-reference/api/x-components.filtersinjectionmixin.parentid.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.cssclasses.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.hasfilterstorender.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.md +23 -0
- package/docs/API-reference/api/x-components.filterssearch.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.filterssearch.md +23 -0
- package/docs/API-reference/api/x-components.filterssearch.query.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.setquerydebounced.md +11 -0
- package/docs/API-reference/api/x-components.filtertruthypayload.md +26 -0
- package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +27 -0
- package/docs/API-reference/api/x-components.firstparameter.md +15 -0
- package/docs/API-reference/api/x-components.foreach.md +25 -0
- package/docs/API-reference/api/x-components.getrootxcomponent.md +26 -0
- package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +28 -0
- package/docs/API-reference/api/x-components.getter.md +29 -0
- package/docs/API-reference/api/x-components.gettersclass.md +15 -0
- package/docs/API-reference/api/x-components.getterstree.md +17 -0
- package/docs/API-reference/api/x-components.geturlparameter.md +13 -0
- package/docs/API-reference/api/x-components.grid1colicon.md +11 -0
- package/docs/API-reference/api/x-components.grid2colicon.md +11 -0
- package/docs/API-reference/api/x-components.groupid.md +13 -0
- package/docs/API-reference/api/x-components.groupitemsby.md +27 -0
- package/docs/API-reference/api/x-components.hideicon.md +11 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.childrenanimation.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +28 -0
- package/docs/API-reference/api/x-components.historyicon.md +11 -0
- package/docs/API-reference/api/x-components.historyqueries.animation.md +13 -0
- package/docs/API-reference/api/x-components.historyqueries.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +66 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +17 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.md +25 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +17 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.hideifequalsquery.md +18 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.maxitemstostore.md +18 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.md +23 -0
- package/docs/API-reference/api/x-components.historyqueriesconfig.sessionttlinms.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +26 -0
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +21 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.md +23 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.sessionhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesgetters.storagekey.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +22 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +23 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.query.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.sessiontimestampinms.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +26 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.historyquery.md +21 -0
- package/docs/API-reference/api/x-components.historyquery.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.historytinyicon.md +11 -0
- package/docs/API-reference/api/x-components.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.highlightedqueryhtml.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.md +24 -0
- package/docs/API-reference/api/x-components.identifierresult.query.md +13 -0
- package/docs/API-reference/api/x-components.identifierresult.result.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.animation.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +23 -0
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +17 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +26 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.md +25 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsactionscontext.md +15 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +23 -0
- package/docs/API-reference/api/x-components.identifierresultsconfig.separatorchars.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierdetectionregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierhighlightregexp.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +23 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsrequest.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +22 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +13 -0
- package/docs/API-reference/api/x-components.infinitescroll.md +48 -0
- package/docs/API-reference/api/x-components.infinitescroll.oninfinitescrollend.md +11 -0
- package/docs/API-reference/api/x-components.installxoptions.api.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.app.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.bus.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +26 -0
- package/docs/API-reference/api/x-components.installxoptions.md +33 -0
- package/docs/API-reference/api/x-components.installxoptions.plugin.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.vue.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +26 -0
- package/docs/API-reference/api/x-components.isarrayempty.md +26 -0
- package/docs/API-reference/api/x-components.iselementequalorcontained.md +27 -0
- package/docs/API-reference/api/x-components.isinrange.md +27 -0
- package/docs/API-reference/api/x-components.isnewquery.md +35 -0
- package/docs/API-reference/api/x-components.isstringempty.md +26 -0
- package/docs/API-reference/api/x-components.isxcomponent.md +26 -0
- package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.md +22 -0
- package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
- package/docs/API-reference/api/x-components.listitem.md +13 -0
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +13 -0
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstoragewire.md +13 -0
- package/docs/API-reference/api/x-components.locationprovider.location.md +13 -0
- package/docs/API-reference/api/x-components.locationprovider.md +21 -0
- package/docs/API-reference/api/x-components.mainscroll.margin.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.md +33 -0
- package/docs/API-reference/api/x-components.mainscroll.mounted.md +17 -0
- package/docs/API-reference/api/x-components.mainscroll.restorescrolltimeoutms.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.threshold.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.usewindow.md +13 -0
- package/docs/API-reference/api/x-components.mainscroll.visibleelementsobserver.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem._el.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem.item.md +13 -0
- package/docs/API-reference/api/x-components.mainscrollitem.md +29 -0
- package/docs/API-reference/api/x-components.mainscrollitem.observeitem.md +25 -0
- package/docs/API-reference/api/x-components.mainscrollitem.tag.md +13 -0
- package/docs/API-reference/api/x-components.map.md +27 -0
- package/docs/API-reference/api/x-components.mapwire.md +27 -0
- package/docs/API-reference/api/x-components.md +667 -0
- package/docs/API-reference/api/x-components.menuicon.md +11 -0
- package/docs/API-reference/api/x-components.minusicon.md +11 -0
- package/docs/API-reference/api/x-components.minustinyicon.md +11 -0
- package/docs/API-reference/api/x-components.monadicfunction.md +13 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.asideanimation.md +13 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +21 -0
- package/docs/API-reference/api/x-components.mutationnamesfor.md +15 -0
- package/docs/API-reference/api/x-components.mutationsdictionary.md +24 -0
- package/docs/API-reference/api/x-components.mutationstree.md +17 -0
- package/docs/API-reference/api/x-components.namespaceddebounce.md +26 -0
- package/docs/API-reference/api/x-components.namespacedthrottle.md +26 -0
- package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwirecommit.md +13 -0
- package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwirecommitwithoutpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatch.md +13 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiredispatchwithoutpayload.md +15 -0
- package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
- package/docs/API-reference/api/x-components.nextqueries.animation.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +17 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +26 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +36 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.loadoninit.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.md +21 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.frequency.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.maxgroups.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.maxnextqueriespergroup.md +13 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +25 -0
- package/docs/API-reference/api/x-components.nextquerieslist.offset.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesrequest.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.md +25 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.query.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.searchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +23 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.nextquery.events.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +22 -0
- package/docs/API-reference/api/x-components.nextquery.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
- package/docs/API-reference/api/x-components.nonprimitive.md +13 -0
- package/docs/API-reference/api/x-components.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.normalizestring.md +26 -0
- package/docs/API-reference/api/x-components.nq1icon.md +11 -0
- package/docs/API-reference/api/x-components.nq2icon.md +11 -0
- package/docs/API-reference/api/x-components.nq3icon.md +11 -0
- package/docs/API-reference/api/x-components.nq4icon.md +11 -0
- package/docs/API-reference/api/x-components.numberrangefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +21 -0
- package/docs/API-reference/api/x-components.objectfilter.md +27 -0
- package/docs/API-reference/api/x-components.pair.md +13 -0
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.partialquerybutton.md +27 -0
- package/docs/API-reference/api/x-components.partialquerybutton.query.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.items.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.partialresultslist.md +23 -0
- package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
- package/docs/API-reference/api/x-components.plusicon.md +11 -0
- package/docs/API-reference/api/x-components.popularsearch.events.md +13 -0
- package/docs/API-reference/api/x-components.popularsearch.md +22 -0
- package/docs/API-reference/api/x-components.popularsearch.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.popularsearches.animation.md +13 -0
- package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +17 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +26 -0
- package/docs/API-reference/api/x-components.popularsearchesactions.md +22 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +36 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.md +22 -0
- package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +34 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +21 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +23 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesrequest.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.config.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.searchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +22 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxmodule.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.primitive.md +15 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +21 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +13 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storemodule.md +13 -0
- package/docs/API-reference/api/x-components.privatexmodulesoptions.md +17 -0
- package/docs/API-reference/api/x-components.promoted.md +21 -0
- package/docs/API-reference/api/x-components.promoted.promoted.md +13 -0
- package/docs/API-reference/api/x-components.promotedslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.promotedslist.md +26 -0
- package/docs/API-reference/api/x-components.promotedslist.stateitems.md +13 -0
- package/docs/API-reference/api/x-components.propswithtype.md +29 -0
- package/docs/API-reference/api/x-components.queryfeature.md +13 -0
- package/docs/API-reference/api/x-components.queryorigin.md +15 -0
- package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
- package/docs/API-reference/api/x-components.querysuggestion.md +21 -0
- package/docs/API-reference/api/x-components.querysuggestion.suggestion.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.animation.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +17 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +26 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.debounceinms.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +34 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +38 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +21 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +26 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +22 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.normalizedquery.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsrequest.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.suggestions.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +23 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.recommendations.animation.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendations.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendations_origin.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +17 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +26 -0
- package/docs/API-reference/api/x-components.recommendationsactions.md +22 -0
- package/docs/API-reference/api/x-components.recommendationsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsconfig.md +20 -0
- package/docs/API-reference/api/x-components.recommendationsgetters.md +20 -0
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.md +22 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsrequest.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.md +22 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
- package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
- package/docs/API-reference/api/x-components.redirection.md +31 -0
- package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
- package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
- package/docs/API-reference/api/x-components.reduce.md +28 -0
- package/docs/API-reference/api/x-components.refreshhistoryqueriessession.md +13 -0
- package/docs/API-reference/api/x-components.refreshsession.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.relatedtag.md +27 -0
- package/docs/API-reference/api/x-components.relatedtag.relatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.animation.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtags.relatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtags.storedrelatedtags.md +11 -0
- package/docs/API-reference/api/x-components.relatedtagsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +17 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +26 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.maxitemstorequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +20 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +21 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsrequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.config.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +25 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.selectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +25 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.removefromhistory.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.historyquery.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.removehistoryquery.removehistoryqueryevent.md +18 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.md +22 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.name.md +13 -0
- package/docs/API-reference/api/x-components.renderlessextraparams.stateparams.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.renderlessfilter.md +32 -0
- package/docs/API-reference/api/x-components.renderlessfilter.render.md +22 -0
- package/docs/API-reference/api/x-components.requeststatus.md +13 -0
- package/docs/API-reference/api/x-components.resetappending.md +13 -0
- package/docs/API-reference/api/x-components.resetfacets.md +13 -0
- package/docs/API-reference/api/x-components.resetpage.md +13 -0
- package/docs/API-reference/api/x-components.resetsort.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +13 -0
- package/docs/API-reference/api/x-components.resultfeature.md +13 -0
- package/docs/API-reference/api/x-components.resultorigin.md +15 -0
- package/docs/API-reference/api/x-components.resultslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.items.md +18 -0
- package/docs/API-reference/api/x-components.resultslist.md +28 -0
- package/docs/API-reference/api/x-components.returns.md +17 -0
- package/docs/API-reference/api/x-components.rootstorestateandgetters.md +15 -0
- package/docs/API-reference/api/x-components.rootxstorestate.md +20 -0
- package/docs/API-reference/api/x-components.rootxstorestate.x.md +13 -0
- package/docs/API-reference/api/x-components.sanitize.md +13 -0
- package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.savequery.md +13 -0
- package/docs/API-reference/api/x-components.scroll.distancetobottom.md +13 -0
- package/docs/API-reference/api/x-components.scroll.id.md +13 -0
- package/docs/API-reference/api/x-components.scroll.md +23 -0
- package/docs/API-reference/api/x-components.scroll.throttlems.md +13 -0
- package/docs/API-reference/api/x-components.scrollactions.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
- package/docs/API-reference/api/x-components.scrolldirection.md +13 -0
- package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.distancetobottom.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.md +25 -0
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.throttlems.md +13 -0
- package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
- package/docs/API-reference/api/x-components.scrollstate.md +21 -0
- package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
- package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
- package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
- package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
- package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.searchactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +17 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +26 -0
- package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +21 -0
- package/docs/API-reference/api/x-components.searchactions.md +25 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.md +20 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxgetters.md +20 -0
- package/docs/API-reference/api/x-components.searchboxgetters.trimmedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxmutations.md +20 -0
- package/docs/API-reference/api/x-components.searchboxmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.searchboxstate.md +20 -0
- package/docs/API-reference/api/x-components.searchboxstate.query.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.md +29 -0
- package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxmodule.md +13 -0
- package/docs/API-reference/api/x-components.searchboxxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.searchbutton.dynamicclasses.md +11 -0
- package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.searchbutton.isqueryempty.md +11 -0
- package/docs/API-reference/api/x-components.searchbutton.md +33 -0
- package/docs/API-reference/api/x-components.searchbutton.query.md +11 -0
- package/docs/API-reference/api/x-components.searchconfig.md +20 -0
- package/docs/API-reference/api/x-components.searchconfig.pagesize.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.md +20 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.searchicon.md +11 -0
- package/docs/API-reference/api/x-components.searchinput._refs.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autocompletekeyboardkeys.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autocompletesuggestionsevent.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.autofocus.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.debounceduseracceptedaquery.md +11 -0
- package/docs/API-reference/api/x-components.searchinput.instant.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.instantdebounceinms.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.maxlength.md +13 -0
- package/docs/API-reference/api/x-components.searchinput.md +35 -0
- package/docs/API-reference/api/x-components.searchinput.mounted.md +15 -0
- package/docs/API-reference/api/x-components.searchinput.query.md +11 -0
- package/docs/API-reference/api/x-components.searchmutations.appendresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.md +39 -0
- package/docs/API-reference/api/x-components.searchmutations.setbanners.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setfacets.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpage.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpagesize.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setresults.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setsort.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +24 -0
- package/docs/API-reference/api/x-components.searchrequest.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.banners.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.config.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.facets.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.isappendresults.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +38 -0
- package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.page.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.params.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.partialresults.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.promoteds.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.query.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.querytagging.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.redirections.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.results.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.sort.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.searchtinyicon.md +11 -0
- package/docs/API-reference/api/x-components.searchxevents.facetschanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +32 -0
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +18 -0
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userreachedresultslistend.md +13 -0
- package/docs/API-reference/api/x-components.searchxmodule.md +13 -0
- package/docs/API-reference/api/x-components.searchxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.facetid.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +13 -0
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +18 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +15 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +27 -0
- package/docs/API-reference/api/x-components.sessionhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.sessionservice.clearsessionid.md +17 -0
- package/docs/API-reference/api/x-components.sessionservice.getsessionid.md +23 -0
- package/docs/API-reference/api/x-components.sessionservice.md +21 -0
- package/docs/API-reference/api/x-components.setconsent.md +13 -0
- package/docs/API-reference/api/x-components.setextraparams.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsquery.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setname.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesquery.md +13 -0
- package/docs/API-reference/api/x-components.setpagesize.md +13 -0
- package/docs/API-reference/api/x-components.setparams.md +13 -0
- package/docs/API-reference/api/x-components.setpendingscrolltowire.md +13 -0
- package/docs/API-reference/api/x-components.setpopularsearchesextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +13 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquerywire.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setquerysuggestionsquery.md +13 -0
- package/docs/API-reference/api/x-components.setquerytaggingdebounce.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.setscrolldirectionwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasalmostreachedendwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasreachedendwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollhasreachedstartwire.md +13 -0
- package/docs/API-reference/api/x-components.setscrollpositionwire.md +13 -0
- package/docs/API-reference/api/x-components.setsearchedqueries.md +13 -0
- package/docs/API-reference/api/x-components.setsearchedqueriesinpopularsearches.md +13 -0
- package/docs/API-reference/api/x-components.setsearchextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
- package/docs/API-reference/api/x-components.setsearchquery.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.setsessionduration.md +13 -0
- package/docs/API-reference/api/x-components.setsort.md +13 -0
- package/docs/API-reference/api/x-components.setstatus.md +25 -0
- package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
- package/docs/API-reference/api/x-components.seturlpage.md +13 -0
- package/docs/API-reference/api/x-components.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
- package/docs/API-reference/api/x-components.seturlquery.md +13 -0
- package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
- package/docs/API-reference/api/x-components.seturlsort.md +13 -0
- package/docs/API-reference/api/x-components.showicon.md +11 -0
- package/docs/API-reference/api/x-components.simplefilter.filter.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +21 -0
- package/docs/API-reference/api/x-components.simplestateselector.md +15 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
- package/docs/API-reference/api/x-components.slicedfilters.max.md +13 -0
- package/docs/API-reference/api/x-components.slicedfilters.md +22 -0
- package/docs/API-reference/api/x-components.slicedfilters.showmorefilters.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel._refs.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +33 -0
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +15 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.consent.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.documentdirection.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.env.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.instance.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.lang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.md +27 -0
- package/docs/API-reference/api/x-components.snippetconfig.scope.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.searchlang.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +15 -0
- package/docs/API-reference/api/x-components.sortdropdown.animation.md +13 -0
- package/docs/API-reference/api/x-components.sortdropdown.md +25 -0
- package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
- package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
- package/docs/API-reference/api/x-components.sortlist.animation.md +13 -0
- package/docs/API-reference/api/x-components.sortlist.md +25 -0
- package/docs/API-reference/api/x-components.sortmixin.items.md +13 -0
- package/docs/API-reference/api/x-components.sortmixin.md +22 -0
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +13 -0
- package/docs/API-reference/api/x-components.spatialnavigation.md +20 -0
- package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +26 -0
- package/docs/API-reference/api/x-components.spellcheck.md +24 -0
- package/docs/API-reference/api/x-components.spellcheck.query.md +13 -0
- package/docs/API-reference/api/x-components.spellcheck.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.md +27 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.staggeredfadeandslide.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforecreate.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.beforeupdate.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.md +25 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.mounted.md +15 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.render.md +22 -0
- package/docs/API-reference/api/x-components.staggeringtransitiongroup.updated.md +15 -0
- package/docs/API-reference/api/x-components.staricon.md +11 -0
- package/docs/API-reference/api/x-components.state.md +29 -0
- package/docs/API-reference/api/x-components.stateselector.filter.md +31 -0
- package/docs/API-reference/api/x-components.stateselector.md +27 -0
- package/docs/API-reference/api/x-components.stateselector.selector.md +11 -0
- package/docs/API-reference/api/x-components.statusmutations.md +20 -0
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +24 -0
- package/docs/API-reference/api/x-components.statusstate.md +20 -0
- package/docs/API-reference/api/x-components.statusstate.status.md +13 -0
- package/docs/API-reference/api/x-components.storagekey.md +13 -0
- package/docs/API-reference/api/x-components.storeemitters.md +17 -0
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +18 -0
- package/docs/API-reference/api/x-components.taggingactions.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.md +21 -0
- package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
- package/docs/API-reference/api/x-components.tagginggetters.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +22 -0
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.setquerytaggingdebounce.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.setsessionduration.md +24 -0
- package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
- package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
- package/docs/API-reference/api/x-components.taggingstate.md +21 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.md +23 -0
- package/docs/API-reference/api/x-components.taggingxevents.querytaggingdebounceprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.sessiondurationprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxmodule.md +13 -0
- package/docs/API-reference/api/x-components.taggingxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +23 -0
- package/docs/API-reference/api/x-components.throttle.md +28 -0
- package/docs/API-reference/api/x-components.throttlefunction.md +13 -0
- package/docs/API-reference/api/x-components.timeretrieving.md +15 -0
- package/docs/API-reference/api/x-components.togglerelatedtag.md +13 -0
- package/docs/API-reference/api/x-components.togglerelatedtagwire.md +13 -0
- package/docs/API-reference/api/x-components.tokebabcase.md +30 -0
- package/docs/API-reference/api/x-components.translatefromleft.md +15 -0
- package/docs/API-reference/api/x-components.translatefromright.md +15 -0
- package/docs/API-reference/api/x-components.trashicon.md +11 -0
- package/docs/API-reference/api/x-components.trashopenicon.md +11 -0
- package/docs/API-reference/api/x-components.trendingicon.md +11 -0
- package/docs/API-reference/api/x-components.trendingtinyicon.md +11 -0
- package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.urlactions.md +13 -0
- package/docs/API-reference/api/x-components.urlgetters.md +20 -0
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
- package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
- package/docs/API-reference/api/x-components.urlhandler.md +23 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.md +27 -0
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
- package/docs/API-reference/api/x-components.urlparamkey.md +15 -0
- package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.md +25 -0
- package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
- package/docs/API-reference/api/x-components.urlparamvalue.md +13 -0
- package/docs/API-reference/api/x-components.urlstate.md +17 -0
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.md +23 -0
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.urlxmodule.md +13 -0
- package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.usericon.md +11 -0
- package/docs/API-reference/api/x-components.vueconstructorpartialargument.md +13 -0
- package/docs/API-reference/api/x-components.vuecssclasses.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
- package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
- package/docs/API-reference/api/x-components.windowscroll.md +30 -0
- package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
- package/docs/API-reference/api/x-components.wire.md +15 -0
- package/docs/API-reference/api/x-components.wirecommit.md +27 -0
- package/docs/API-reference/api/x-components.wirecommit_1.md +27 -0
- package/docs/API-reference/api/x-components.wirecommit_2.md +26 -0
- package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +26 -0
- package/docs/API-reference/api/x-components.wiredispatch.md +27 -0
- package/docs/API-reference/api/x-components.wiredispatch_1.md +27 -0
- package/docs/API-reference/api/x-components.wiredispatch_2.md +26 -0
- package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +26 -0
- package/docs/API-reference/api/x-components.wireforevent.md +15 -0
- package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.id.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.md +24 -0
- package/docs/API-reference/api/x-components.wiremetadata.modulename.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.target.md +13 -0
- package/docs/API-reference/api/x-components.wireparams.md +21 -0
- package/docs/API-reference/api/x-components.wireparams.store.md +11 -0
- package/docs/API-reference/api/x-components.wirepayload.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.wirepayload.md +21 -0
- package/docs/API-reference/api/x-components.wirepayload.metadata.md +13 -0
- package/docs/API-reference/api/x-components.wireservice.md +13 -0
- package/docs/API-reference/api/x-components.wireservicewithoutpayload.md +13 -0
- package/docs/API-reference/api/x-components.wiring.md +17 -0
- package/docs/API-reference/api/x-components.xactioncontext.commit.md +22 -0
- package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +23 -0
- package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +22 -0
- package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +23 -0
- package/docs/API-reference/api/x-components.xactioncontext.getters.md +11 -0
- package/docs/API-reference/api/x-components.xactioncontext.md +30 -0
- package/docs/API-reference/api/x-components.xapi.init.md +24 -0
- package/docs/API-reference/api/x-components.xapi.md +21 -0
- package/docs/API-reference/api/x-components.xapi.search.md +24 -0
- package/docs/API-reference/api/x-components.xbus.emit.md +24 -0
- package/docs/API-reference/api/x-components.xbus.emit_1.md +26 -0
- package/docs/API-reference/api/x-components.xbus.md +24 -0
- package/docs/API-reference/api/x-components.xbus.on.md +27 -0
- package/docs/API-reference/api/x-components.xbus.on_1.md +27 -0
- package/docs/API-reference/api/x-components.xbus.on_2.md +27 -0
- package/docs/API-reference/api/x-components.xcomponent.md +15 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.device.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.facets.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.isempathizeopen.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +38 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.query.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.status.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.totalresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +24 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.search.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.searchbox.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.identifierresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +26 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.nextqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.popularsearches.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.querysuggestions.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.recommendations.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.search.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentapi.md +15 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +24 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +26 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +27 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentmixin.md +26 -0
- package/docs/API-reference/api/x-components.xemit.md +27 -0
- package/docs/API-reference/api/x-components.xevent.md +15 -0
- package/docs/API-reference/api/x-components.xeventpayload.md +15 -0
- package/docs/API-reference/api/x-components.xeventsof.md +15 -0
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +46 -0
- package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +13 -0
- package/docs/API-reference/api/x-components.xinject.md +41 -0
- package/docs/API-reference/api/x-components.xinjectkey.md +19 -0
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.xinstaller.init.md +31 -0
- package/docs/API-reference/api/x-components.xinstaller.md +85 -0
- package/docs/API-reference/api/x-components.xinstaller.options.md +11 -0
- package/docs/API-reference/api/x-components.xmodule.md +23 -0
- package/docs/API-reference/api/x-components.xmodule.name.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.storeemitters.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.storemodule.md +13 -0
- package/docs/API-reference/api/x-components.xmodule.wiring.md +13 -0
- package/docs/API-reference/api/x-components.xmodulename.md +15 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.config.md +15 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.md +21 -0
- package/docs/API-reference/api/x-components.xmoduleoptions.wiring.md +13 -0
- package/docs/API-reference/api/x-components.xmodulesoptions.md +17 -0
- package/docs/API-reference/api/x-components.xmodulestree.device.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.empathize.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.facets.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.historyqueries.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.identifierresults.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.md +35 -0
- package/docs/API-reference/api/x-components.xmodulestree.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.popularsearches.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.recommendations.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.relatedtags.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.search.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.searchbox.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.tagging.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
- package/docs/API-reference/api/x-components.xon.md +31 -0
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.xplugin.adapter.md +13 -0
- package/docs/API-reference/api/x-components.xplugin.bus.md +13 -0
- package/docs/API-reference/api/x-components.xplugin.md +35 -0
- package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +24 -0
- package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.__private__xmodules.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.initialxmodules.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.md +24 -0
- package/docs/API-reference/api/x-components.xpluginoptions.store.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.xmodules.md +13 -0
- package/docs/API-reference/api/x-components.xprovide.md +38 -0
- package/docs/API-reference/api/x-components.xstoremodule.actions.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.getters.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.md +71 -0
- package/docs/API-reference/api/x-components.xstoremodule.mutations.md +11 -0
- package/docs/API-reference/api/x-components.xstoremodule.state.md +11 -0
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +20 -0
- package/docs/API-reference/api/x-types.banner.image.md +13 -0
- package/docs/API-reference/api/x-types.banner.md +23 -0
- package/docs/API-reference/api/x-types.banner.title.md +13 -0
- package/docs/API-reference/api/x-types.banner.url.md +13 -0
- package/docs/API-reference/api/x-types.bannerschema.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.md +27 -0
- package/docs/API-reference/api/x-types.booleanfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.booleanfiltermodelname.md +15 -0
- package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +22 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +22 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilter.range.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefilterschema.md +13 -0
- package/docs/API-reference/api/x-types.facet.filters.md +13 -0
- package/docs/API-reference/api/x-types.facet.label.md +13 -0
- package/docs/API-reference/api/x-types.facet.md +22 -0
- package/docs/API-reference/api/x-types.facetfilter.facetid.md +13 -0
- package/docs/API-reference/api/x-types.facetfilter.md +26 -0
- package/docs/API-reference/api/x-types.facetfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.facetfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.facetmodelname.md +13 -0
- package/docs/API-reference/api/x-types.facetschema.md +13 -0
- package/docs/API-reference/api/x-types.filter.md +25 -0
- package/docs/API-reference/api/x-types.filter.selected.md +13 -0
- package/docs/API-reference/api/x-types.filtermodelname.md +15 -0
- package/docs/API-reference/api/x-types.filterschema.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.md +22 -0
- package/docs/API-reference/api/x-types.hierarchicalfacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfacetschema.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +23 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilter.parentid.md +13 -0
- package/docs/API-reference/api/x-types.hierarchicalfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.historyquery.md +21 -0
- package/docs/API-reference/api/x-types.historyquery.timestamp.md +13 -0
- package/docs/API-reference/api/x-types.historyqueryschema.md +13 -0
- package/docs/API-reference/api/x-types.identifiable.id.md +13 -0
- package/docs/API-reference/api/x-types.identifiable.md +20 -0
- package/docs/API-reference/api/x-types.isbooleanfilter.md +26 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +26 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +26 -0
- package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +26 -0
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +26 -0
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +26 -0
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +26 -0
- package/docs/API-reference/api/x-types.israwfilter.md +26 -0
- package/docs/API-reference/api/x-types.issimplefacet.md +26 -0
- package/docs/API-reference/api/x-types.issimplefilter.md +26 -0
- package/docs/API-reference/api/x-types.md +108 -0
- package/docs/API-reference/api/x-types.modelnametype.md +15 -0
- package/docs/API-reference/api/x-types.namedmodel.md +20 -0
- package/docs/API-reference/api/x-types.namedmodel.modelname.md +13 -0
- package/docs/API-reference/api/x-types.nextqueries.md +21 -0
- package/docs/API-reference/api/x-types.nextqueries.nextqueries.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.md +15 -0
- package/docs/API-reference/api/x-types.nextqueryschema.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacet.md +22 -0
- package/docs/API-reference/api/x-types.numberrangefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilter.md +22 -0
- package/docs/API-reference/api/x-types.numberrangefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilter.range.md +13 -0
- package/docs/API-reference/api/x-types.numberrangefilterschema.md +13 -0
- package/docs/API-reference/api/x-types.partialresult.md +22 -0
- package/docs/API-reference/api/x-types.partialresult.results.md +13 -0
- package/docs/API-reference/api/x-types.partialresult.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.previewable.facets.md +13 -0
- package/docs/API-reference/api/x-types.previewable.md +23 -0
- package/docs/API-reference/api/x-types.previewable.query.md +13 -0
- package/docs/API-reference/api/x-types.previewable.results.md +13 -0
- package/docs/API-reference/api/x-types.previewable.totalresults.md +13 -0
- package/docs/API-reference/api/x-types.promoted.image.md +13 -0
- package/docs/API-reference/api/x-types.promoted.md +23 -0
- package/docs/API-reference/api/x-types.promoted.title.md +13 -0
- package/docs/API-reference/api/x-types.promoted.url.md +13 -0
- package/docs/API-reference/api/x-types.promotedschema.md +13 -0
- package/docs/API-reference/api/x-types.rangevalue.max.md +13 -0
- package/docs/API-reference/api/x-types.rangevalue.md +21 -0
- package/docs/API-reference/api/x-types.rangevalue.min.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.id.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.md +23 -0
- package/docs/API-reference/api/x-types.rawfilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.rawfilter.selected.md +13 -0
- package/docs/API-reference/api/x-types.rawfilterschema.md +13 -0
- package/docs/API-reference/api/x-types.recommendationschema.md +13 -0
- package/docs/API-reference/api/x-types.redirection.md +21 -0
- package/docs/API-reference/api/x-types.redirection.url.md +13 -0
- package/docs/API-reference/api/x-types.redirectionschema.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +23 -0
- package/docs/API-reference/api/x-types.relatedtag.previous.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.selected.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.tag.md +13 -0
- package/docs/API-reference/api/x-types.relatedtagschema.md +13 -0
- package/docs/API-reference/api/x-types.result.identifier.md +13 -0
- package/docs/API-reference/api/x-types.result.images.md +13 -0
- package/docs/API-reference/api/x-types.result.iswishlisted.md +13 -0
- package/docs/API-reference/api/x-types.result.md +28 -0
- package/docs/API-reference/api/x-types.result.name.md +13 -0
- package/docs/API-reference/api/x-types.result.price.md +13 -0
- package/docs/API-reference/api/x-types.result.rating.md +13 -0
- package/docs/API-reference/api/x-types.result.type.md +13 -0
- package/docs/API-reference/api/x-types.result.url.md +13 -0
- package/docs/API-reference/api/x-types.resultidentifier.md +20 -0
- package/docs/API-reference/api/x-types.resultidentifier.value.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.md +22 -0
- package/docs/API-reference/api/x-types.resultprice.originalvalue.md +13 -0
- package/docs/API-reference/api/x-types.resultprice.value.md +13 -0
- package/docs/API-reference/api/x-types.resultrating.md +20 -0
- package/docs/API-reference/api/x-types.resultrating.value.md +13 -0
- package/docs/API-reference/api/x-types.resultschema.md +13 -0
- package/docs/API-reference/api/x-types.simplefacet.filters.md +13 -0
- package/docs/API-reference/api/x-types.simplefacet.md +22 -0
- package/docs/API-reference/api/x-types.simplefacet.modelname.md +13 -0
- package/docs/API-reference/api/x-types.simplefacetschema.md +13 -0
- package/docs/API-reference/api/x-types.simplefilter.md +21 -0
- package/docs/API-reference/api/x-types.simplefilter.modelname.md +13 -0
- package/docs/API-reference/api/x-types.simplefilterschema.md +13 -0
- package/docs/API-reference/api/x-types.sort.md +13 -0
- package/docs/API-reference/api/x-types.suggestion.facets.md +13 -0
- package/docs/API-reference/api/x-types.suggestion.key.md +18 -0
- package/docs/API-reference/api/x-types.suggestion.md +22 -0
- package/docs/API-reference/api/x-types.suggestionschema.md +13 -0
- package/docs/API-reference/api/x-types.taggable.md +20 -0
- package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
- package/docs/API-reference/api/x-types.taggableschema.md +13 -0
- package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
- package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
- package/docs/API-reference/api/x-types.tagging.click.md +13 -0
- package/docs/API-reference/api/x-types.tagging.md +24 -0
- package/docs/API-reference/api/x-types.tagging.query.md +13 -0
- package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
- package/docs/API-reference/api/x-types.tagginginfo.md +21 -0
- package/docs/API-reference/api/x-types.tagginginfo.params.md +13 -0
- package/docs/API-reference/api/x-types.tagginginfo.url.md +13 -0
- package/docs/API-reference/api/x-types.tagginginfoschema.md +13 -0
- package/docs/API-reference/api/x-types.taggingschema.md +13 -0
- package/docs/API-reference/api/x-types.userinfo.md +22 -0
- package/docs/API-reference/api/x-types.userinfo.session.md +13 -0
- package/docs/API-reference/api/x-types.userinfo.user.md +13 -0
- package/docs/API-reference/api/x-types.userinfo.usertype.md +13 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +66 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +31 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +31 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +32 -0
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +30 -0
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +44 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +41 -0
- package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +30 -0
- package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +30 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +149 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +115 -0
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +84 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +77 -0
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +64 -0
- package/docs/API-reference/components/common/icons/x-components.arrow.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.bag.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cart.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.check.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.cross.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.filters.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.hide.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.history.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.menu.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.minus.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.plus.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.search.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.star.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trash.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.trending.md +8 -0
- package/docs/API-reference/components/common/icons/x-components.user.md +8 -0
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +73 -0
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +162 -0
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +28 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +82 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +84 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +124 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +59 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +60 -0
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +73 -0
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +83 -0
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +65 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +85 -0
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +83 -0
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +43 -0
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +46 -0
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +43 -0
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +8 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +57 -0
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +61 -0
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +8 -0
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +42 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +157 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +65 -0
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +100 -0
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +63 -0
- package/docs/API-reference/components/common/x-components.base-dropdown.md +81 -0
- package/docs/API-reference/components/common/x-components.base-event-button.md +51 -0
- package/docs/API-reference/components/common/x-components.base-grid.md +101 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +93 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +49 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +86 -0
- package/docs/API-reference/components/common/x-components.items-list.md +22 -0
- package/docs/API-reference/components/common/x-components.location-provider.md +54 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +81 -0
- package/docs/API-reference/components/common/x-components.staggering-transition-group.md +35 -0
- package/docs/API-reference/components/device/x-components.device-detector.md +140 -0
- package/docs/API-reference/components/empathize/x-components.empathize.md +88 -0
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +51 -0
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +57 -0
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +45 -0
- package/docs/API-reference/components/facets/x-components.clear-filters.md +66 -0
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +82 -0
- package/docs/API-reference/components/facets/x-components.facets/facets.md +248 -0
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +81 -0
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +78 -0
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +202 -0
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +75 -0
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +49 -0
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +63 -0
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +151 -0
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +156 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +70 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +102 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +124 -0
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +87 -0
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +104 -0
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +91 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +36 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +82 -0
- package/docs/API-reference/components/history-queries/x-components.history-query.md +61 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +43 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +28 -0
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +44 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +162 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +82 -0
- package/docs/API-reference/components/next-queries/x-components.next-query.md +57 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +55 -0
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +82 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +136 -0
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +242 -0
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +123 -0
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +156 -0
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +193 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +84 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +175 -0
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +66 -0
- package/docs/API-reference/components/scroll/x-components.scroll.md +168 -0
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +158 -0
- package/docs/API-reference/components/search/x-components.banner.md +56 -0
- package/docs/API-reference/components/search/x-components.banners-list.md +197 -0
- package/docs/API-reference/components/search/x-components.partial-query-button.md +74 -0
- package/docs/API-reference/components/search/x-components.partial-results-list.md +84 -0
- package/docs/API-reference/components/search/x-components.promoted.md +56 -0
- package/docs/API-reference/components/search/x-components.promoteds-list.md +195 -0
- package/docs/API-reference/components/search/x-components.redirection.md +99 -0
- package/docs/API-reference/components/search/x-components.results-list.md +200 -0
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +121 -0
- package/docs/API-reference/components/search/x-components.sort-list.md +103 -0
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +50 -0
- package/docs/API-reference/components/search/x-components.spellcheck.md +54 -0
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +143 -0
- package/docs/API-reference/components/search-box/x-components.search-button.md +143 -0
- package/docs/API-reference/components/search-box/x-components.search-input.md +179 -0
- package/docs/API-reference/components/tagging/x-components.tagging.md +84 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +83 -0
- package/{static-docs → docs}/css/global.scss +0 -0
- package/{static-docs → docs}/css/utils/utils.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/clear-search-input.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/index.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/search-input.scss +0 -0
- package/{static-docs → docs}/css/xcomponents/suggestions.scss +0 -0
- package/docs/guide/getting-started/components/clear-search-input.md +98 -0
- package/docs/guide/getting-started/components/live-examples.md +100 -0
- package/docs/guide/getting-started/components/query-suggestions.md +76 -0
- package/docs/guide/getting-started/components/search-button.md +98 -0
- package/docs/guide/getting-started/components/search-input.md +105 -0
- package/docs/guide/getting-started/install-xplugin.md +72 -0
- package/docs/guide/getting-started/use-components.md +75 -0
- package/docs/guide/install.md +30 -0
- package/docs/react-components/ReactComponents.jsx +46 -0
- package/{static-docs → docs}/react-components/Utils.jsx +0 -0
- package/docs/sidebar.json +1 -0
- package/empathize/index.d.ts +1 -0
- package/empathize/index.js +5 -0
- package/extra-params/index.d.ts +1 -0
- package/extra-params/index.js +7 -0
- package/facets/index.d.ts +1 -0
- package/facets/index.js +35 -0
- package/history-queries/index.d.ts +1 -0
- package/history-queries/index.js +16 -0
- package/identifier-results/index.d.ts +1 -0
- package/identifier-results/index.js +13 -0
- package/js/components/animations/animate-width.vue.js +55 -0
- package/js/components/animations/animate-width.vue.js.map +1 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +22 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/animations.mixin.js +48 -0
- package/js/components/animations/animations.mixin.js.map +1 -0
- package/js/components/animations/collapse-from-top.vue.js +58 -0
- package/js/components/animations/collapse-from-top.vue.js.map +1 -0
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/collapse-height.vue.js +65 -0
- package/js/components/animations/collapse-height.vue.js.map +1 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +65 -0
- package/js/components/animations/collapse-width.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/cross-fade.vue.js +58 -0
- package/js/components/animations/cross-fade.vue.js.map +1 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +61 -0
- package/js/components/animations/fade-and-slide.vue.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +66 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +26 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/translate-from-left.vue.js +58 -0
- package/js/components/animations/translate-from-left.vue.js.map +1 -0
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/animations/translate-from-right.vue.js +58 -0
- package/js/components/animations/translate-from-right.vue.js.map +1 -0
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +23 -0
- package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/auto-progress-bar.vue.js +65 -0
- package/js/components/auto-progress-bar.vue.js.map +1 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js +42 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-dropdown.vue.js +247 -0
- package/js/components/base-dropdown.vue.js.map +1 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +341 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-event-button.vue.js +55 -0
- package/js/components/base-event-button.vue.js.map +1 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +36 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-grid.vue.js +89 -0
- package/js/components/base-grid.vue.js.map +1 -0
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js +115 -0
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-keyboard-navigation.vue.js +85 -0
- package/js/components/base-keyboard-navigation.vue.js.map +1 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +126 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-rating.vue.js +102 -0
- package/js/components/base-rating.vue.js.map +1 -0
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js +62 -0
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +64 -0
- package/js/components/base-variable-column-grid.vue.js.map +1 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +57 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +87 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +46 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue.js +97 -0
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +57 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/column-picker/column-picker.mixin.js +103 -0
- package/js/components/column-picker/column-picker.mixin.js.map +1 -0
- package/js/components/currency/base-currency.vue.js +49 -0
- package/js/components/currency/base-currency.vue.js.map +1 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +98 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/decorators/bus.decorators.js +124 -0
- package/js/components/decorators/bus.decorators.js.map +1 -0
- package/js/components/decorators/debounce.decorators.js +31 -0
- package/js/components/decorators/debounce.decorators.js.map +1 -0
- package/js/components/decorators/injection.consts.js +9 -0
- package/js/components/decorators/injection.consts.js.map +1 -0
- package/js/components/decorators/injection.decorators.js +196 -0
- package/js/components/decorators/injection.decorators.js.map +1 -0
- package/js/components/decorators/store.decorators.js +53 -0
- package/js/components/decorators/store.decorators.js.map +1 -0
- package/js/components/filters/labels/base-price-filter-label.vue.js +39 -0
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +82 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +70 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +50 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow.vue.js +63 -0
- package/js/components/icons/arrow.vue.js.map +1 -0
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/bag.vue.js +75 -0
- package/js/components/icons/bag.vue.js.map +1 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/bar-code.vue.js +74 -0
- package/js/components/icons/bar-code.vue.js.map +1 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue.js +74 -0
- package/js/components/icons/barcode-tiny.vue.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/cart.vue.js +84 -0
- package/js/components/icons/cart.vue.js.map +1 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/check-tiny.vue.js +61 -0
- package/js/components/icons/check-tiny.vue.js.map +1 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/check.vue.js +61 -0
- package/js/components/icons/check.vue.js.map +1 -0
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-card-selected.vue.js +65 -0
- package/js/components/icons/checkbox-card-selected.vue.js.map +1 -0
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-card-unselected.vue.js +63 -0
- package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -0
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +65 -0
- package/js/components/icons/checkbox-selected.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue.js +61 -0
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-down.vue.js +67 -0
- package/js/components/icons/chevron-down.vue.js.map +1 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-left.vue.js +67 -0
- package/js/components/icons/chevron-left.vue.js.map +1 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-right.vue.js +61 -0
- package/js/components/icons/chevron-right.vue.js.map +1 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-tiny-down.vue.js +67 -0
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-tiny-left.vue.js +67 -0
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-tiny-right.vue.js +67 -0
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-tiny-up.vue.js +67 -0
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/chevron-up.vue.js +67 -0
- package/js/components/icons/chevron-up.vue.js.map +1 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/cross-tiny.vue.js +61 -0
- package/js/components/icons/cross-tiny.vue.js.map +1 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/cross.vue.js +63 -0
- package/js/components/icons/cross.vue.js.map +1 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/filters.vue.js +80 -0
- package/js/components/icons/filters.vue.js.map +1 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-1-col.vue.js +66 -0
- package/js/components/icons/grid-1-col.vue.js.map +1 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/grid-2-col.vue.js +75 -0
- package/js/components/icons/grid-2-col.vue.js.map +1 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/hide.vue.js +82 -0
- package/js/components/icons/hide.vue.js.map +1 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/history-tiny.vue.js +77 -0
- package/js/components/icons/history-tiny.vue.js.map +1 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/history.vue.js +77 -0
- package/js/components/icons/history.vue.js.map +1 -0
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/menu.vue.js +69 -0
- package/js/components/icons/menu.vue.js.map +1 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/minus-tiny.vue.js +61 -0
- package/js/components/icons/minus-tiny.vue.js.map +1 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/minus.vue.js +61 -0
- package/js/components/icons/minus.vue.js.map +1 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-1.vue.js +63 -0
- package/js/components/icons/nq-1.vue.js.map +1 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-2.vue.js +63 -0
- package/js/components/icons/nq-2.vue.js.map +1 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-3.vue.js +67 -0
- package/js/components/icons/nq-3.vue.js.map +1 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/nq-4.vue.js +76 -0
- package/js/components/icons/nq-4.vue.js.map +1 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/plus.vue.js +61 -0
- package/js/components/icons/plus.vue.js.map +1 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/search-tiny.vue.js +66 -0
- package/js/components/icons/search-tiny.vue.js.map +1 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/search.vue.js +67 -0
- package/js/components/icons/search.vue.js.map +1 -0
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/show.vue.js +70 -0
- package/js/components/icons/show.vue.js.map +1 -0
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/star.vue.js +66 -0
- package/js/components/icons/star.vue.js.map +1 -0
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +93 -0
- package/js/components/icons/trash-open.vue.js.map +1 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trash.vue.js +76 -0
- package/js/components/icons/trash.vue.js.map +1 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trending-tiny.vue.js +75 -0
- package/js/components/icons/trending-tiny.vue.js.map +1 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/trending.vue.js +75 -0
- package/js/components/icons/trending.vue.js.map +1 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/user.vue.js +68 -0
- package/js/components/icons/user.vue.js.map +1 -0
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/items-list-injection.mixin.js +46 -0
- package/js/components/items-list-injection.mixin.js.map +1 -0
- package/js/components/items-list.vue.js +78 -0
- package/js/components/items-list.vue.js.map +1 -0
- package/js/components/items-list.vue_rollup-plugin-vue=script.js +47 -0
- package/js/components/items-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +44 -0
- package/js/components/layouts/layouts.mixin.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js +301 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js +32 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue.js +232 -0
- package/js/components/layouts/single-column-layout.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js +33 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/location-provider.vue.js +39 -0
- package/js/components/location-provider.vue.js.map +1 -0
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js +27 -0
- package/js/components/location-provider.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +58 -0
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +37 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue.js +58 -0
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +37 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-events-modal.vue.js +58 -0
- package/js/components/modals/base-events-modal.vue.js.map +1 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +96 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue.js +58 -0
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +36 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue.js +58 -0
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +36 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-id-modal.vue.js +58 -0
- package/js/components/modals/base-id-modal.vue.js.map +1 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +85 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/modals/base-modal.vue.js +90 -0
- package/js/components/modals/base-modal.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +126 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/no-element.js +17 -0
- package/js/components/no-element.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +82 -0
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +57 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js +58 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +68 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue.js +52 -0
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +85 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue.js +59 -0
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +29 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue.js +55 -0
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +43 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-current-price.vue.js +68 -0
- package/js/components/result/base-result-current-price.vue.js.map +1 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +48 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue.js +71 -0
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-image.vue.js +105 -0
- package/js/components/result/base-result-image.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +148 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +70 -0
- package/js/components/result/base-result-link.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +55 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue.js +70 -0
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +4 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue.js +72 -0
- package/js/components/result/base-result-previous-price.vue.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +31 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +59 -0
- package/js/components/scroll/base-scroll.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +24 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +271 -0
- package/js/components/scroll/scroll.mixin.js.map +1 -0
- package/js/components/sliding-panel.vue.js +112 -0
- package/js/components/sliding-panel.vue.js.map +1 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +146 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/staggering-transition-group.vue.js +42 -0
- package/js/components/staggering-transition-group.vue.js.map +1 -0
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +354 -0
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +71 -0
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +144 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +77 -0
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +87 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/x-component.mixin.js +24 -0
- package/js/components/x-component.mixin.js.map +1 -0
- package/js/components/x-component.utils.js +42 -0
- package/js/components/x-component.utils.js.map +1 -0
- package/js/directives/infinite-scroll/infinite-scroll.js +117 -0
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -0
- package/js/filters/compile-message.filter.js +29 -0
- package/js/filters/compile-message.filter.js.map +1 -0
- package/js/filters/filters.registry.js +9 -0
- package/js/filters/filters.registry.js.map +1 -0
- package/js/index.js +320 -0
- package/js/index.js.map +1 -0
- package/js/plugins/x-bus.js +72 -0
- package/js/plugins/x-bus.js.map +1 -0
- package/js/plugins/x-emitters.js +147 -0
- package/js/plugins/x-emitters.js.map +1 -0
- package/js/plugins/x-plugin.alias.js +119 -0
- package/js/plugins/x-plugin.alias.js.map +1 -0
- package/js/plugins/x-plugin.js +397 -0
- package/js/plugins/x-plugin.js.map +1 -0
- package/js/plugins/x-plugin.mixin.js +79 -0
- package/js/plugins/x-plugin.mixin.js.map +1 -0
- package/js/plugins/x-plugin.utils.js +31 -0
- package/js/plugins/x-plugin.utils.js.map +1 -0
- package/js/services/directional-focus-navigation.service.js +419 -0
- package/js/services/directional-focus-navigation.service.js.map +1 -0
- package/js/store/utils/fetch-and-save-action.utils.js +76 -0
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
- package/js/store/utils/getters-proxy.utils.js +104 -0
- package/js/store/utils/getters-proxy.utils.js.map +1 -0
- package/js/store/utils/status-store.utils.js +13 -0
- package/js/store/utils/status-store.utils.js.map +1 -0
- package/js/store/utils/store-emitters.utils.js +14 -0
- package/js/store/utils/store-emitters.utils.js.map +1 -0
- package/js/store/x.module.js +30 -0
- package/js/store/x.module.js.map +1 -0
- package/js/utils/array.js +217 -0
- package/js/utils/array.js.map +1 -0
- package/js/utils/cancellable-promise.js +44 -0
- package/js/utils/cancellable-promise.js.map +1 -0
- package/js/utils/clone.js +14 -0
- package/js/utils/clone.js.map +1 -0
- package/js/utils/currency-formatter.js +121 -0
- package/js/utils/currency-formatter.js.map +1 -0
- package/js/utils/debounce.js +69 -0
- package/js/utils/debounce.js.map +1 -0
- package/js/utils/filters.js +36 -0
- package/js/utils/filters.js.map +1 -0
- package/js/utils/function.js +11 -0
- package/js/utils/function.js.map +1 -0
- package/js/utils/get-url-parameters.js +15 -0
- package/js/utils/get-url-parameters.js.map +1 -0
- package/js/utils/html.js +15 -0
- package/js/utils/html.js.map +1 -0
- package/js/utils/normalize.js +30 -0
- package/js/utils/normalize.js.map +1 -0
- package/js/utils/number.js +17 -0
- package/js/utils/number.js.map +1 -0
- package/js/utils/object.js +85 -0
- package/js/utils/object.js.map +1 -0
- package/js/utils/origin.js +20 -0
- package/js/utils/origin.js.map +1 -0
- package/js/utils/sanitize.js +14 -0
- package/js/utils/sanitize.js.map +1 -0
- package/js/utils/storage.js +22 -0
- package/js/utils/storage.js.map +1 -0
- package/js/utils/string.js +48 -0
- package/js/utils/string.js.map +1 -0
- package/js/utils/throttle.js +30 -0
- package/js/utils/throttle.js.map +1 -0
- package/js/wiring/namespaced-wires.factory.js +74 -0
- package/js/wiring/namespaced-wires.factory.js.map +1 -0
- package/js/wiring/namespaced-wires.operators.js +53 -0
- package/js/wiring/namespaced-wires.operators.js.map +1 -0
- package/js/wiring/utils/wire-racing-handling.js +108 -0
- package/js/wiring/utils/wire-racing-handling.js.map +1 -0
- package/js/wiring/wires.factory.js +112 -0
- package/js/wiring/wires.factory.js.map +1 -0
- package/js/wiring/wires.operators.js +145 -0
- package/js/wiring/wires.operators.js.map +1 -0
- package/js/wiring/wiring.utils.js +35 -0
- package/js/wiring/wiring.utils.js.map +1 -0
- package/js/x-installer/api/base-api.js +68 -0
- package/js/x-installer/api/base-api.js.map +1 -0
- package/js/x-installer/x-installer/x-installer.js +316 -0
- package/js/x-installer/x-installer/x-installer.js.map +1 -0
- package/js/x-modules/device/components/device-detector.vue.js +52 -0
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +141 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/device/store/emitters.js +15 -0
- package/js/x-modules/device/store/emitters.js.map +1 -0
- package/js/x-modules/device/store/module.js +20 -0
- package/js/x-modules/device/store/module.js.map +1 -0
- package/js/x-modules/device/wiring.js +28 -0
- package/js/x-modules/device/wiring.js.map +1 -0
- package/js/x-modules/device/x-module.js +19 -0
- package/js/x-modules/device/x-module.js.map +1 -0
- package/js/x-modules/empathize/components/empathize.vue.js +66 -0
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +107 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +15 -0
- package/js/x-modules/empathize/store/emitters.js.map +1 -0
- package/js/x-modules/empathize/store/module.js +21 -0
- package/js/x-modules/empathize/store/module.js.map +1 -0
- package/js/x-modules/empathize/wiring.js +31 -0
- package/js/x-modules/empathize/wiring.js.map +1 -0
- package/js/x-modules/empathize/x-module.js +19 -0
- package/js/x-modules/empathize/x-module.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +147 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +56 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +164 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +47 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +179 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/extra-params/store/emitters.js +17 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -0
- package/js/x-modules/extra-params/store/module.js +22 -0
- package/js/x-modules/extra-params/store/module.js.map +1 -0
- package/js/x-modules/extra-params/wiring.js +37 -0
- package/js/x-modules/extra-params/wiring.js.map +1 -0
- package/js/x-modules/extra-params/x-module.js +19 -0
- package/js/x-modules/extra-params/x-module.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue.js +76 -0
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +227 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +42 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +213 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue.js +97 -0
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js +124 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js +69 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +188 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/base-filter.vue.js +70 -0
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +180 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +139 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +210 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +171 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +216 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +64 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +165 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js +39 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +208 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +105 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +166 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +39 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +156 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js +88 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue.js +73 -0
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +179 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js +81 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +201 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +112 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +59 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +63 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +183 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +118 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +206 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js +39 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +174 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +93 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js +105 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +94 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js +37 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js +37 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js +37 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/single-select.modifier.js +101 -0
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
- package/js/x-modules/facets/entities/types.js +31 -0
- package/js/x-modules/facets/entities/types.js.map +1 -0
- package/js/x-modules/facets/service/facets.service.js +230 -0
- package/js/x-modules/facets/service/facets.service.js.map +1 -0
- package/js/x-modules/facets/store/emitters.js +18 -0
- package/js/x-modules/facets/store/emitters.js.map +1 -0
- package/js/x-modules/facets/store/getters/facets.getter.js +26 -0
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +29 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +16 -0
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -0
- package/js/x-modules/facets/store/module.js +55 -0
- package/js/x-modules/facets/store/module.js.map +1 -0
- package/js/x-modules/facets/utils.js +46 -0
- package/js/x-modules/facets/utils.js.map +1 -0
- package/js/x-modules/facets/wiring.js +101 -0
- package/js/x-modules/facets/wiring.js.map +1 -0
- package/js/x-modules/facets/x-module.js +19 -0
- package/js/x-modules/facets/x-module.js.map +1 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +64 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +72 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js +119 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +45 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +110 -0
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +53 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +55 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +49 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +150 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +20 -0
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js +20 -0
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +17 -0
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +21 -0
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +5 -0
- package/js/x-modules/history-queries/store/constants.js.map +1 -0
- package/js/x-modules/history-queries/store/emitters.js +25 -0
- package/js/x-modules/history-queries/store/emitters.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +55 -0
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +19 -0
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +15 -0
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js +14 -0
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -0
- package/js/x-modules/history-queries/store/module.js +57 -0
- package/js/x-modules/history-queries/store/module.js.map +1 -0
- package/js/x-modules/history-queries/wiring.js +120 -0
- package/js/x-modules/history-queries/wiring.js.map +1 -0
- package/js/x-modules/history-queries/x-module.js +19 -0
- package/js/x-modules/history-queries/x-module.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +53 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +54 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +69 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +47 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +29 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +23 -0
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js +18 -0
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js +18 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/identifier-results/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/emitters.js +22 -0
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +17 -0
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +25 -0
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +25 -0
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -0
- package/js/x-modules/identifier-results/store/module.js +58 -0
- package/js/x-modules/identifier-results/store/module.js.map +1 -0
- package/js/x-modules/identifier-results/wiring.js +101 -0
- package/js/x-modules/identifier-results/wiring.js.map +1 -0
- package/js/x-modules/identifier-results/x-module.js +19 -0
- package/js/x-modules/identifier-results/x-module.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +79 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js +101 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js +101 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +43 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +75 -0
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +48 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +30 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +24 -0
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +20 -0
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/next-queries/store/emitters.js +22 -0
- package/js/x-modules/next-queries/store/emitters.js.map +1 -0
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +22 -0
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -0
- package/js/x-modules/next-queries/store/getters/request.getter.js +19 -0
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/next-queries/store/module.js +56 -0
- package/js/x-modules/next-queries/store/module.js.map +1 -0
- package/js/x-modules/next-queries/wiring.js +84 -0
- package/js/x-modules/next-queries/wiring.js.map +1 -0
- package/js/x-modules/next-queries/x-module.js +19 -0
- package/js/x-modules/next-queries/x-module.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-search.vue.js +75 -0
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +48 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +101 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +42 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +28 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +23 -0
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -0
- package/js/x-modules/popular-searches/store/emitters.js +17 -0
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -0
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +23 -0
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -0
- package/js/x-modules/popular-searches/store/getters/request.getter.js +19 -0
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/popular-searches/store/module.js +48 -0
- package/js/x-modules/popular-searches/store/module.js.map +1 -0
- package/js/x-modules/popular-searches/wiring.js +58 -0
- package/js/x-modules/popular-searches/wiring.js.map +1 -0
- package/js/x-modules/popular-searches/x-module.js +19 -0
- package/js/x-modules/popular-searches/x-module.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +84 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +46 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +102 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +41 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +28 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +26 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/query-suggestions/store/emitters.js +18 -0
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +19 -0
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +55 -0
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +20 -0
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/query-suggestions/store/module.js +53 -0
- package/js/x-modules/query-suggestions/store/module.js.map +1 -0
- package/js/x-modules/query-suggestions/wiring.js +100 -0
- package/js/x-modules/query-suggestions/wiring.js.map +1 -0
- package/js/x-modules/query-suggestions/x-module.js +19 -0
- package/js/x-modules/query-suggestions/x-module.js.map +1 -0
- package/js/x-modules/recommendations/components/recommendations.vue.js +91 -0
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +71 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +30 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +25 -0
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -0
- package/js/x-modules/recommendations/store/constants.js +9 -0
- package/js/x-modules/recommendations/store/constants.js.map +1 -0
- package/js/x-modules/recommendations/store/emitters.js +20 -0
- package/js/x-modules/recommendations/store/emitters.js.map +1 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js +18 -0
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/recommendations/store/module.js +42 -0
- package/js/x-modules/recommendations/store/module.js.map +1 -0
- package/js/x-modules/recommendations/wiring.js +50 -0
- package/js/x-modules/recommendations/wiring.js.map +1 -0
- package/js/x-modules/recommendations/x-module.js +19 -0
- package/js/x-modules/recommendations/x-module.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js +69 -0
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +81 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +103 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +49 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +28 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +23 -0
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +36 -0
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +26 -0
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -0
- package/js/x-modules/related-tags/store/emitters.js +23 -0
- package/js/x-modules/related-tags/store/emitters.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js +20 -0
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/module.js +54 -0
- package/js/x-modules/related-tags/store/module.js.map +1 -0
- package/js/x-modules/related-tags/wiring.js +106 -0
- package/js/x-modules/related-tags/wiring.js.map +1 -0
- package/js/x-modules/related-tags/x-module.js +19 -0
- package/js/x-modules/related-tags/x-module.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +188 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js +39 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js +204 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +231 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.const.js +15 -0
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.vue.js +68 -0
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js +110 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +186 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/scroll/store/emitters.js +15 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -0
- package/js/x-modules/scroll/store/module.js +36 -0
- package/js/x-modules/scroll/store/module.js.map +1 -0
- package/js/x-modules/scroll/wiring.js +114 -0
- package/js/x-modules/scroll/wiring.js.map +1 -0
- package/js/x-modules/scroll/x-module.js +19 -0
- package/js/x-modules/scroll/x-module.js.map +1 -0
- package/js/x-modules/search/components/banner.vue.js +66 -0
- package/js/x-modules/search/components/banner.vue.js.map +1 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +32 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue.js +79 -0
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +64 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue.js +65 -0
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +44 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue.js +72 -0
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +51 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue.js +66 -0
- package/js/x-modules/search/components/promoted.vue.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +31 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue.js +79 -0
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +64 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +65 -0
- package/js/x-modules/search/components/redirection.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js +108 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/results-list.vue.js +79 -0
- package/js/x-modules/search/components/results-list.vue.js.map +1 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +56 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js +101 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +48 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue.js +92 -0
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +163 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/sort.mixin.js +152 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -0
- package/js/x-modules/search/components/spellcheck-button.vue.js +67 -0
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +45 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue.js +67 -0
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +140 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +43 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-search-response.action.js +33 -0
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +20 -0
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js +18 -0
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js +20 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +28 -0
- package/js/x-modules/search/store/emitters.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +20 -0
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/search/store/module.js +124 -0
- package/js/x-modules/search/store/module.js.map +1 -0
- package/js/x-modules/search/wiring.js +197 -0
- package/js/x-modules/search/wiring.js.map +1 -0
- package/js/x-modules/search/x-module.js +19 -0
- package/js/x-modules/search/x-module.js.map +1 -0
- package/js/x-modules/search-box/components/clear-search-input.vue.js +63 -0
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +63 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search-box/components/search-button.vue.js +61 -0
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +66 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue.js +93 -0
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +188 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +17 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search-box/store/emitters.js +19 -0
- package/js/x-modules/search-box/store/emitters.js.map +1 -0
- package/js/x-modules/search-box/store/module.js +28 -0
- package/js/x-modules/search-box/store/module.js.map +1 -0
- package/js/x-modules/search-box/wiring.js +61 -0
- package/js/x-modules/search-box/wiring.js.map +1 -0
- package/js/x-modules/search-box/x-module.js +19 -0
- package/js/x-modules/search-box/x-module.js.map +1 -0
- package/js/x-modules/tagging/service/session.service.js +35 -0
- package/js/x-modules/tagging/service/session.service.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +17 -0
- package/js/x-modules/tagging/store/emitters.js.map +1 -0
- package/js/x-modules/tagging/store/module.js +30 -0
- package/js/x-modules/tagging/store/module.js.map +1 -0
- package/js/x-modules/tagging/wiring.js +68 -0
- package/js/x-modules/tagging/wiring.js.map +1 -0
- package/js/x-modules/tagging/x-module.js +19 -0
- package/js/x-modules/tagging/x-module.js.map +1 -0
- package/js/x-modules/url/components/url-handler.vue.js +50 -0
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js +243 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/url/store/emitters.js +61 -0
- package/js/x-modules/url/store/emitters.js.map +1 -0
- package/js/x-modules/url/store/getters/url-params.getter.js +46 -0
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
- package/js/x-modules/url/store/initial-state.js +17 -0
- package/js/x-modules/url/store/initial-state.js.map +1 -0
- package/js/x-modules/url/store/module.js +44 -0
- package/js/x-modules/url/store/module.js.map +1 -0
- package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
- package/js/x-modules/url/wiring.js +97 -0
- package/js/x-modules/url/wiring.js.map +1 -0
- package/js/x-modules/url/x-module.js +19 -0
- package/js/x-modules/url/x-module.js.map +1 -0
- package/next-queries/index.d.ts +1 -0
- package/next-queries/index.js +12 -0
- package/package.json +30 -40
- package/popular-searches/index.d.ts +1 -0
- package/popular-searches/index.js +10 -0
- package/query-suggestions/index.d.ts +1 -0
- package/query-suggestions/index.js +11 -0
- package/recommendations/index.d.ts +1 -0
- package/recommendations/index.js +9 -0
- package/related-tags/index.d.ts +1 -0
- package/related-tags/index.js +11 -0
- package/report/tsdoc-metadata.json +11 -0
- package/report/x-adapter.api.json +23505 -0
- package/report/x-components.api.json +51759 -0
- package/report/x-components.api.md +4759 -0
- package/report/x-types.api.json +4773 -0
- package/scroll/index.d.ts +1 -0
- package/scroll/index.js +10 -0
- package/search/index.d.ts +1 -0
- package/search/index.js +20 -0
- package/search-box/index.d.ts +1 -0
- package/search-box/index.js +7 -0
- package/tagging/index.d.ts +1 -0
- package/tagging/index.js +5 -0
- package/types/adapter/mocked-adapter.d.ts +18 -0
- package/types/adapter/mocked-adapter.d.ts.map +1 -0
- package/types/adapter/real-adapter.d.ts +2 -0
- package/types/adapter/real-adapter.d.ts.map +1 -0
- package/types/adapter/util.d.ts +12 -0
- package/types/adapter/util.d.ts.map +1 -0
- package/types/components/animations/animate-width.vue.d.ts +9 -0
- package/types/components/animations/animate-width.vue.d.ts.map +1 -0
- package/types/components/animations/animations.mixin.d.ts +15 -0
- package/types/components/animations/animations.mixin.d.ts.map +1 -0
- package/types/components/animations/collapse-from-top.vue.d.ts +10 -0
- package/types/components/animations/collapse-from-top.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-height.vue.d.ts +10 -0
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-width.vue.d.ts +10 -0
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -0
- package/types/components/animations/cross-fade.vue.d.ts +10 -0
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
- package/types/components/animations/fade-and-slide.vue.d.ts +16 -0
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +11 -0
- package/types/components/animations/index.d.ts.map +1 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +10 -0
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -0
- package/types/components/animations/translate-from-left.vue.d.ts +10 -0
- package/types/components/animations/translate-from-left.vue.d.ts.map +1 -0
- package/types/components/animations/translate-from-right.vue.d.ts +10 -0
- package/types/components/animations/translate-from-right.vue.d.ts.map +1 -0
- package/types/components/auto-progress-bar.vue.d.ts +29 -0
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
- package/types/components/base-dropdown.vue.d.ts +210 -0
- package/types/components/base-dropdown.vue.d.ts.map +1 -0
- package/types/components/base-event-button.vue.d.ts +22 -0
- package/types/components/base-event-button.vue.d.ts.map +1 -0
- package/types/components/base-grid.vue.d.ts +88 -0
- package/types/components/base-grid.vue.d.ts.map +1 -0
- package/types/components/base-keyboard-navigation.vue.d.ts +80 -0
- package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -0
- package/types/components/base-rating.vue.d.ts +38 -0
- package/types/components/base-rating.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +41 -0
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -0
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +31 -0
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -0
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +29 -0
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -0
- package/types/components/column-picker/column-picker.mixin.d.ts +59 -0
- package/types/components/column-picker/column-picker.mixin.d.ts.map +1 -0
- package/types/components/column-picker/index.d.ts +4 -0
- package/types/components/column-picker/index.d.ts.map +1 -0
- package/types/components/currency/base-currency.vue.d.ts +79 -0
- package/types/components/currency/base-currency.vue.d.ts.map +1 -0
- package/types/components/currency/index.d.ts +2 -0
- package/types/components/currency/index.d.ts.map +1 -0
- package/types/components/decorators/bus.decorators.d.ts +30 -0
- package/types/components/decorators/bus.decorators.d.ts.map +1 -0
- package/types/components/decorators/debounce.decorators.d.ts +13 -0
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -0
- package/types/components/decorators/injection.consts.d.ts +9 -0
- package/types/components/decorators/injection.consts.d.ts.map +1 -0
- package/types/components/decorators/injection.decorators.d.ts +83 -0
- package/types/components/decorators/injection.decorators.d.ts.map +1 -0
- package/types/components/decorators/store.decorators.d.ts +25 -0
- package/types/components/decorators/store.decorators.d.ts.map +1 -0
- package/types/components/filters/index.d.ts +3 -0
- package/types/components/filters/index.d.ts.map +1 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +43 -0
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -0
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +31 -0
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -0
- package/types/components/icons/arrow.vue.d.ts +3 -0
- package/types/components/icons/arrow.vue.d.ts.map +1 -0
- package/types/components/icons/bag.vue.d.ts +3 -0
- package/types/components/icons/bag.vue.d.ts.map +1 -0
- package/types/components/icons/bar-code.vue.d.ts +3 -0
- package/types/components/icons/bar-code.vue.d.ts.map +1 -0
- package/types/components/icons/barcode-tiny.vue.d.ts +3 -0
- package/types/components/icons/barcode-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/cart.vue.d.ts +3 -0
- package/types/components/icons/cart.vue.d.ts.map +1 -0
- package/types/components/icons/check-tiny.vue.d.ts +3 -0
- package/types/components/icons/check-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/check.vue.d.ts +3 -0
- package/types/components/icons/check.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-card-selected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-card-selected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-card-unselected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-card-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-selected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-selected.vue.d.ts.map +1 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts +3 -0
- package/types/components/icons/checkbox-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-down.vue.d.ts +3 -0
- package/types/components/icons/chevron-down.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-left.vue.d.ts +3 -0
- package/types/components/icons/chevron-left.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-right.vue.d.ts +3 -0
- package/types/components/icons/chevron-right.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-down.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-down.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-left.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-left.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-right.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-right.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-tiny-up.vue.d.ts +3 -0
- package/types/components/icons/chevron-tiny-up.vue.d.ts.map +1 -0
- package/types/components/icons/chevron-up.vue.d.ts +3 -0
- package/types/components/icons/chevron-up.vue.d.ts.map +1 -0
- package/types/components/icons/cross-tiny.vue.d.ts +3 -0
- package/types/components/icons/cross-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/cross.vue.d.ts +3 -0
- package/types/components/icons/cross.vue.d.ts.map +1 -0
- package/types/components/icons/filters.vue.d.ts +3 -0
- package/types/components/icons/filters.vue.d.ts.map +1 -0
- package/types/components/icons/grid-1-col.vue.d.ts +3 -0
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -0
- package/types/components/icons/grid-2-col.vue.d.ts +3 -0
- package/types/components/icons/grid-2-col.vue.d.ts.map +1 -0
- package/types/components/icons/hide.vue.d.ts +3 -0
- package/types/components/icons/hide.vue.d.ts.map +1 -0
- package/types/components/icons/history-tiny.vue.d.ts +3 -0
- package/types/components/icons/history-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/history.vue.d.ts +3 -0
- package/types/components/icons/history.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +45 -0
- package/types/components/icons/index.d.ts.map +1 -0
- package/types/components/icons/menu.vue.d.ts +3 -0
- package/types/components/icons/menu.vue.d.ts.map +1 -0
- package/types/components/icons/minus-tiny.vue.d.ts +3 -0
- package/types/components/icons/minus-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/minus.vue.d.ts +3 -0
- package/types/components/icons/minus.vue.d.ts.map +1 -0
- package/types/components/icons/nq-1.vue.d.ts +3 -0
- package/types/components/icons/nq-1.vue.d.ts.map +1 -0
- package/types/components/icons/nq-2.vue.d.ts +3 -0
- package/types/components/icons/nq-2.vue.d.ts.map +1 -0
- package/types/components/icons/nq-3.vue.d.ts +3 -0
- package/types/components/icons/nq-3.vue.d.ts.map +1 -0
- package/types/components/icons/nq-4.vue.d.ts +3 -0
- package/types/components/icons/nq-4.vue.d.ts.map +1 -0
- package/types/components/icons/plus.vue.d.ts +3 -0
- package/types/components/icons/plus.vue.d.ts.map +1 -0
- package/types/components/icons/search-tiny.vue.d.ts +3 -0
- package/types/components/icons/search-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/search.vue.d.ts +3 -0
- package/types/components/icons/search.vue.d.ts.map +1 -0
- package/types/components/icons/show.vue.d.ts +3 -0
- package/types/components/icons/show.vue.d.ts.map +1 -0
- package/types/components/icons/star.vue.d.ts +3 -0
- package/types/components/icons/star.vue.d.ts.map +1 -0
- package/types/components/icons/trash-open.vue.d.ts +3 -0
- package/types/components/icons/trash-open.vue.d.ts.map +1 -0
- package/types/components/icons/trash.vue.d.ts +3 -0
- package/types/components/icons/trash.vue.d.ts.map +1 -0
- package/types/components/icons/trending-tiny.vue.d.ts +3 -0
- package/types/components/icons/trending-tiny.vue.d.ts.map +1 -0
- package/types/components/icons/trending.vue.d.ts +3 -0
- package/types/components/icons/trending.vue.d.ts.map +1 -0
- package/types/components/icons/user.vue.d.ts +3 -0
- package/types/components/icons/user.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +34 -0
- package/types/components/index.d.ts.map +1 -0
- package/types/components/items-list-injection.mixin.d.ts +35 -0
- package/types/components/items-list-injection.mixin.d.ts.map +1 -0
- package/types/components/items-list.vue.d.ts +34 -0
- package/types/components/items-list.vue.d.ts.map +1 -0
- package/types/components/layouts/layouts.mixin.d.ts +24 -0
- package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +18 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
- package/types/components/location-provider.vue.d.ts +17 -0
- package/types/components/location-provider.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal-close.vue.d.ts +14 -0
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal-open.vue.d.ts +14 -0
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal.vue.d.ts +62 -0
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal-close.vue.d.ts +13 -0
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal-open.vue.d.ts +13 -0
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -0
- package/types/components/modals/base-id-modal.vue.d.ts +46 -0
- package/types/components/modals/base-id-modal.vue.d.ts.map +1 -0
- package/types/components/modals/base-modal.vue.d.ts +73 -0
- package/types/components/modals/base-modal.vue.d.ts.map +1 -0
- package/types/components/modals/index.d.ts +8 -0
- package/types/components/modals/index.d.ts.map +1 -0
- package/types/components/no-element.d.ts +9 -0
- package/types/components/no-element.d.ts.map +1 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +40 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +37 -0
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -0
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +57 -0
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts +23 -0
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -0
- package/types/components/panels/index.d.ts +5 -0
- package/types/components/panels/index.d.ts.map +1 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts +26 -0
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -0
- package/types/components/result/base-result-current-price.vue.d.ts +44 -0
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -0
- package/types/components/result/base-result-fallback-image.vue.d.ts +3 -0
- package/types/components/result/base-result-fallback-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-image.vue.d.ts +101 -0
- package/types/components/result/base-result-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-link.vue.d.ts +49 -0
- package/types/components/result/base-result-link.vue.d.ts.map +1 -0
- package/types/components/result/base-result-placeholder-image.vue.d.ts +3 -0
- package/types/components/result/base-result-placeholder-image.vue.d.ts.map +1 -0
- package/types/components/result/base-result-previous-price.vue.d.ts +34 -0
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +8 -0
- package/types/components/result/index.d.ts.map +1 -0
- package/types/components/scroll/base-scroll.vue.d.ts +12 -0
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -0
- package/types/components/scroll/index.d.ts +4 -0
- package/types/components/scroll/index.d.ts.map +1 -0
- package/types/components/scroll/scroll.mixin.d.ts +178 -0
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -0
- package/types/components/scroll/scroll.types.d.ts +7 -0
- package/types/components/scroll/scroll.types.d.ts.map +1 -0
- package/types/components/sliding-panel.vue.d.ts +89 -0
- package/types/components/sliding-panel.vue.d.ts.map +1 -0
- package/types/components/staggering-transition-group.vue.d.ts +273 -0
- package/types/components/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts +99 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts +60 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -0
- package/types/components/suggestions/index.d.ts +3 -0
- package/types/components/suggestions/index.d.ts.map +1 -0
- package/types/components/x-component.mixin.d.ts +14 -0
- package/types/components/x-component.mixin.d.ts.map +1 -0
- package/types/components/x-component.types.d.ts +19 -0
- package/types/components/x-component.types.d.ts.map +1 -0
- package/types/components/x-component.utils.d.ts +36 -0
- package/types/components/x-component.utils.d.ts.map +1 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/index.d.ts.map +1 -0
- package/types/directives/infinite-scroll/index.d.ts +3 -0
- package/types/directives/infinite-scroll/index.d.ts.map +1 -0
- package/types/directives/infinite-scroll/infinite-scroll.d.ts +49 -0
- package/types/directives/infinite-scroll/infinite-scroll.d.ts.map +1 -0
- package/types/directives/infinite-scroll/infinite-scroll.types.d.ts +25 -0
- package/types/directives/infinite-scroll/infinite-scroll.types.d.ts.map +1 -0
- package/types/filters/compile-message.filter.d.ts +11 -0
- package/types/filters/compile-message.filter.d.ts.map +1 -0
- package/types/filters/filters.registry.d.ts +7 -0
- package/types/filters/filters.registry.d.ts.map +1 -0
- package/types/filters/index.d.ts +2 -0
- package/types/filters/index.d.ts.map +1 -0
- package/types/index.d.ts +33 -0
- package/types/index.d.ts.map +1 -0
- package/types/plugins/index.d.ts +6 -0
- package/types/plugins/index.d.ts.map +1 -0
- package/types/plugins/x-bus.d.ts +48 -0
- package/types/plugins/x-bus.d.ts.map +1 -0
- package/types/plugins/x-bus.types.d.ts +74 -0
- package/types/plugins/x-bus.types.d.ts.map +1 -0
- package/types/plugins/x-emitters.d.ts +26 -0
- package/types/plugins/x-emitters.d.ts.map +1 -0
- package/types/plugins/x-plugin.alias.d.ts +14 -0
- package/types/plugins/x-plugin.alias.d.ts.map +1 -0
- package/types/plugins/x-plugin.d.ts +283 -0
- package/types/plugins/x-plugin.d.ts.map +1 -0
- package/types/plugins/x-plugin.mixin.d.ts +45 -0
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -0
- package/types/plugins/x-plugin.types.d.ts +207 -0
- package/types/plugins/x-plugin.types.d.ts.map +1 -0
- package/types/plugins/x-plugin.utils.d.ts +18 -0
- package/types/plugins/x-plugin.utils.d.ts.map +1 -0
- package/types/router.d.ts +4 -0
- package/types/router.d.ts.map +1 -0
- package/types/services/directional-focus-navigation.service.d.ts +252 -0
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -0
- package/types/services/index.d.ts +3 -0
- package/types/services/index.d.ts.map +1 -0
- package/types/services/services.types.d.ts +52 -0
- package/types/services/services.types.d.ts.map +1 -0
- package/types/store/actions.types.d.ts +68 -0
- package/types/store/actions.types.d.ts.map +1 -0
- package/types/store/getters.types.d.ts +27 -0
- package/types/store/getters.types.d.ts.map +1 -0
- package/types/store/index.d.ts +9 -0
- package/types/store/index.d.ts.map +1 -0
- package/types/store/mutations.types.d.ts +34 -0
- package/types/store/mutations.types.d.ts.map +1 -0
- package/types/store/store.types.d.ts +149 -0
- package/types/store/store.types.d.ts.map +1 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
- package/types/store/utils/getters-proxy.utils.d.ts +41 -0
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
- package/types/store/utils/status-store.utils.d.ts +41 -0
- package/types/store/utils/status-store.utils.d.ts.map +1 -0
- package/types/store/utils/store-emitters.utils.d.ts +81 -0
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
- package/types/store/x.module.d.ts +20 -0
- package/types/store/x.module.d.ts.map +1 -0
- package/types/types/index.d.ts +3 -0
- package/types/types/index.d.ts.map +1 -0
- package/types/types/origin.d.ts +46 -0
- package/types/types/origin.d.ts.map +1 -0
- package/types/types/url-params.d.ts +15 -0
- package/types/types/url-params.d.ts.map +1 -0
- package/types/utils/array.d.ts +157 -0
- package/types/utils/array.d.ts.map +1 -0
- package/types/utils/cancellable-promise.d.ts +45 -0
- package/types/utils/cancellable-promise.d.ts.map +1 -0
- package/types/utils/clone.d.ts +10 -0
- package/types/utils/clone.d.ts.map +1 -0
- package/types/utils/currency-formatter.d.ts +30 -0
- package/types/utils/currency-formatter.d.ts.map +1 -0
- package/types/utils/debounce.d.ts +39 -0
- package/types/utils/debounce.d.ts.map +1 -0
- package/types/utils/filters.d.ts +24 -0
- package/types/utils/filters.d.ts.map +1 -0
- package/types/utils/function.d.ts +8 -0
- package/types/utils/function.d.ts.map +1 -0
- package/types/utils/get-url-parameters.d.ts +9 -0
- package/types/utils/get-url-parameters.d.ts.map +1 -0
- package/types/utils/html.d.ts +11 -0
- package/types/utils/html.d.ts.map +1 -0
- package/types/utils/index.d.ts +19 -0
- package/types/utils/index.d.ts.map +1 -0
- package/types/utils/normalize.d.ts +11 -0
- package/types/utils/normalize.d.ts.map +1 -0
- package/types/utils/number.d.ts +12 -0
- package/types/utils/number.d.ts.map +1 -0
- package/types/utils/object.d.ts +49 -0
- package/types/utils/object.d.ts.map +1 -0
- package/types/utils/origin.d.ts +13 -0
- package/types/utils/origin.d.ts.map +1 -0
- package/types/utils/sanitize.d.ts +9 -0
- package/types/utils/sanitize.d.ts.map +1 -0
- package/types/utils/storage.d.ts +17 -0
- package/types/utils/storage.d.ts.map +1 -0
- package/types/utils/string.d.ts +37 -0
- package/types/utils/string.d.ts.map +1 -0
- package/types/utils/throttle.d.ts +12 -0
- package/types/utils/throttle.d.ts.map +1 -0
- package/types/utils/types.d.ts +173 -0
- package/types/utils/types.d.ts.map +1 -0
- package/types/views/base-config.d.ts +5 -0
- package/types/views/base-config.d.ts.map +1 -0
- package/types/wiring/events.types.d.ts +177 -0
- package/types/wiring/events.types.d.ts.map +1 -0
- package/types/wiring/index.d.ts +9 -0
- package/types/wiring/index.d.ts.map +1 -0
- package/types/wiring/namespaced-wires.factory.d.ts +39 -0
- package/types/wiring/namespaced-wires.factory.d.ts.map +1 -0
- package/types/wiring/namespaced-wires.operators.d.ts +28 -0
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -0
- package/types/wiring/namespaced-wiring.types.d.ts +113 -0
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -0
- package/types/wiring/utils/wire-racing-handling.d.ts +27 -0
- package/types/wiring/utils/wire-racing-handling.d.ts.map +1 -0
- package/types/wiring/wires.factory.d.ts +114 -0
- package/types/wiring/wires.factory.d.ts.map +1 -0
- package/types/wiring/wires.operators.d.ts +99 -0
- package/types/wiring/wires.operators.d.ts.map +1 -0
- package/types/wiring/wiring.types.d.ts +134 -0
- package/types/wiring/wiring.types.d.ts.map +1 -0
- package/types/wiring/wiring.utils.d.ts +28 -0
- package/types/wiring/wiring.utils.d.ts.map +1 -0
- package/types/x-installer/api/api.types.d.ts +68 -0
- package/types/x-installer/api/api.types.d.ts.map +1 -0
- package/types/x-installer/api/base-api.d.ts +59 -0
- package/types/x-installer/api/base-api.d.ts.map +1 -0
- package/types/x-installer/api/index.d.ts +3 -0
- package/types/x-installer/api/index.d.ts.map +1 -0
- package/types/x-installer/index.d.ts +3 -0
- package/types/x-installer/index.d.ts.map +1 -0
- package/types/x-installer/x-installer/index.d.ts +3 -0
- package/types/x-installer/x-installer/index.d.ts.map +1 -0
- package/types/x-installer/x-installer/types.d.ts +77 -0
- package/types/x-installer/x-installer/types.d.ts.map +1 -0
- package/types/x-installer/x-installer/x-installer.d.ts +216 -0
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -0
- package/types/x-modules/device/components/device-detector.vue.d.ts +89 -0
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -0
- package/types/x-modules/device/components/index.d.ts +2 -0
- package/types/x-modules/device/components/index.d.ts.map +1 -0
- package/types/x-modules/device/events.types.d.ts +14 -0
- package/types/x-modules/device/events.types.d.ts.map +1 -0
- package/types/x-modules/device/index.d.ts +6 -0
- package/types/x-modules/device/index.d.ts.map +1 -0
- package/types/x-modules/device/store/emitters.d.ts +7 -0
- package/types/x-modules/device/store/emitters.d.ts.map +1 -0
- package/types/x-modules/device/store/index.d.ts +4 -0
- package/types/x-modules/device/store/index.d.ts.map +1 -0
- package/types/x-modules/device/store/module.d.ts +8 -0
- package/types/x-modules/device/store/module.d.ts.map +1 -0
- package/types/x-modules/device/store/types.d.ts +48 -0
- package/types/x-modules/device/store/types.d.ts.map +1 -0
- package/types/x-modules/device/wiring.d.ts +17 -0
- package/types/x-modules/device/wiring.d.ts.map +1 -0
- package/types/x-modules/device/x-module.d.ts +16 -0
- package/types/x-modules/device/x-module.d.ts.map +1 -0
- package/types/x-modules/empathize/components/empathize.vue.d.ts +68 -0
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -0
- package/types/x-modules/empathize/components/index.d.ts +2 -0
- package/types/x-modules/empathize/components/index.d.ts.map +1 -0
- package/types/x-modules/empathize/config.types.d.ts +8 -0
- package/types/x-modules/empathize/config.types.d.ts.map +1 -0
- package/types/x-modules/empathize/events.types.d.ts +24 -0
- package/types/x-modules/empathize/events.types.d.ts.map +1 -0
- package/types/x-modules/empathize/index.d.ts +7 -0
- package/types/x-modules/empathize/index.d.ts.map +1 -0
- package/types/x-modules/empathize/store/emitters.d.ts +7 -0
- package/types/x-modules/empathize/store/emitters.d.ts.map +1 -0
- package/types/x-modules/empathize/store/index.d.ts +4 -0
- package/types/x-modules/empathize/store/index.d.ts.map +1 -0
- package/types/x-modules/empathize/store/module.d.ts +8 -0
- package/types/x-modules/empathize/store/module.d.ts.map +1 -0
- package/types/x-modules/empathize/store/types.d.ts +55 -0
- package/types/x-modules/empathize/store/types.d.ts.map +1 -0
- package/types/x-modules/empathize/wiring.d.ts +14 -0
- package/types/x-modules/empathize/wiring.d.ts.map +1 -0
- package/types/x-modules/empathize/x-module.d.ts +16 -0
- package/types/x-modules/empathize/x-module.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/index.d.ts +4 -0
- package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +35 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/events.types.d.ts +30 -0
- package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
- package/types/x-modules/extra-params/index.d.ts +6 -0
- package/types/x-modules/extra-params/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
- package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/index.d.ts +4 -0
- package/types/x-modules/extra-params/store/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/module.d.ts +8 -0
- package/types/x-modules/extra-params/store/module.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/types.d.ts +39 -0
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -0
- package/types/x-modules/extra-params/wiring.d.ts +23 -0
- package/types/x-modules/extra-params/wiring.d.ts.map +1 -0
- package/types/x-modules/extra-params/x-module.d.ts +16 -0
- package/types/x-modules/extra-params/x-module.d.ts.map +1 -0
- package/types/x-modules/facets/components/clear-filters.vue.d.ts +74 -0
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +75 -0
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +101 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +44 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +39 -0
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +150 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +55 -0
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +29 -0
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +50 -0
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +29 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/index.d.ts +19 -0
- package/types/x-modules/facets/components/index.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +26 -0
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +57 -0
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +43 -0
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +50 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +59 -0
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +63 -0
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +58 -0
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +67 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +59 -0
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/index.d.ts +9 -0
- package/types/x-modules/facets/entities/index.d.ts.map +1 -0
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -0
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -0
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -0
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
- package/types/x-modules/facets/entities/types.d.ts +63 -0
- package/types/x-modules/facets/entities/types.d.ts.map +1 -0
- package/types/x-modules/facets/events.types.d.ts +78 -0
- package/types/x-modules/facets/events.types.d.ts.map +1 -0
- package/types/x-modules/facets/index.d.ts +9 -0
- package/types/x-modules/facets/index.d.ts.map +1 -0
- package/types/x-modules/facets/service/facets.service.d.ts +120 -0
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -0
- package/types/x-modules/facets/service/index.d.ts +3 -0
- package/types/x-modules/facets/service/index.d.ts.map +1 -0
- package/types/x-modules/facets/service/types.d.ts +68 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -0
- package/types/x-modules/facets/store/emitters.d.ts +13 -0
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +12 -0
- package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/index.d.ts +4 -0
- package/types/x-modules/facets/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +17 -0
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +13 -0
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -0
- package/types/x-modules/facets/store/index.d.ts +5 -0
- package/types/x-modules/facets/store/index.d.ts.map +1 -0
- package/types/x-modules/facets/store/module.d.ts +8 -0
- package/types/x-modules/facets/store/module.d.ts.map +1 -0
- package/types/x-modules/facets/store/types.d.ts +127 -0
- package/types/x-modules/facets/store/types.d.ts.map +1 -0
- package/types/x-modules/facets/utils.d.ts +30 -0
- package/types/x-modules/facets/utils.d.ts.map +1 -0
- package/types/x-modules/facets/wiring.d.ts +35 -0
- package/types/x-modules/facets/wiring.d.ts.map +1 -0
- package/types/x-modules/facets/x-module.d.ts +16 -0
- package/types/x-modules/facets/x-module.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +41 -0
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +34 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +32 -0
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/index.d.ts +5 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +29 -0
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/config.types.d.ts +34 -0
- package/types/x-modules/history-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/history-queries/events.types.d.ts +46 -0
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -0
- package/types/x-modules/history-queries/index.d.ts +7 -0
- package/types/x-modules/history-queries/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +92 -0
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +11 -0
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +10 -0
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +12 -0
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +11 -0
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts +3 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/emitters.d.ts +17 -0
- package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +36 -0
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +11 -0
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +9 -0
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/index.d.ts +12 -0
- package/types/x-modules/history-queries/store/index.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/module.d.ts +8 -0
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/types.d.ts +171 -0
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -0
- package/types/x-modules/history-queries/wiring.d.ts +77 -0
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -0
- package/types/x-modules/history-queries/x-module.d.ts +16 -0
- package/types/x-modules/history-queries/x-module.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +37 -0
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +32 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -0
- package/types/x-modules/identifier-results/components/index.d.ts +3 -0
- package/types/x-modules/identifier-results/components/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/config.types.d.ts +26 -0
- package/types/x-modules/identifier-results/config.types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/events.types.d.ts +27 -0
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/index.d.ts +7 -0
- package/types/x-modules/identifier-results/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +16 -0
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +14 -0
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts +13 -0
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +12 -0
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/index.d.ts +11 -0
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/module.d.ts +8 -0
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/types.d.ts +114 -0
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -0
- package/types/x-modules/identifier-results/wiring.d.ts +55 -0
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -0
- package/types/x-modules/identifier-results/x-module.d.ts +16 -0
- package/types/x-modules/identifier-results/x-module.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/index.d.ts +4 -0
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +65 -0
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +32 -0
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +26 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -0
- package/types/x-modules/next-queries/config.types.d.ts +38 -0
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -0
- package/types/x-modules/next-queries/events.types.d.ts +32 -0
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -0
- package/types/x-modules/next-queries/index.d.ts +7 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +15 -0
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +14 -0
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +11 -0
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/emitters.d.ts +13 -0
- package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +12 -0
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/index.d.ts +9 -0
- package/types/x-modules/next-queries/store/index.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/module.d.ts +8 -0
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/types.d.ts +111 -0
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -0
- package/types/x-modules/next-queries/types.d.ts +12 -0
- package/types/x-modules/next-queries/types.d.ts.map +1 -0
- package/types/x-modules/next-queries/wiring.d.ts +54 -0
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -0
- package/types/x-modules/next-queries/x-module.d.ts +16 -0
- package/types/x-modules/next-queries/x-module.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/index.d.ts +3 -0
- package/types/x-modules/popular-searches/components/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +26 -0
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -0
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +31 -0
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -0
- package/types/x-modules/popular-searches/config.types.d.ts +54 -0
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/events.types.d.ts +26 -0
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/index.d.ts +7 -0
- package/types/x-modules/popular-searches/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +13 -0
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/emitters.d.ts +12 -0
- package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +13 -0
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/index.d.ts +8 -0
- package/types/x-modules/popular-searches/store/index.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/module.d.ts +8 -0
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -0
- package/types/x-modules/popular-searches/store/types.d.ts +91 -0
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -0
- package/types/x-modules/popular-searches/wiring.d.ts +29 -0
- package/types/x-modules/popular-searches/wiring.d.ts.map +1 -0
- package/types/x-modules/popular-searches/x-module.d.ts +16 -0
- package/types/x-modules/popular-searches/x-module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/index.d.ts +3 -0
- package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +32 -0
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +30 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/config.types.d.ts +60 -0
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/events.types.d.ts +33 -0
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/index.d.ts +7 -0
- package/types/x-modules/query-suggestions/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +14 -0
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/emitters.d.ts +10 -0
- package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +35 -0
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/index.d.ts +9 -0
- package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/module.d.ts +8 -0
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/types.d.ts +102 -0
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/wiring.d.ts +57 -0
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/x-module.d.ts +16 -0
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -0
- package/types/x-modules/recommendations/components/index.d.ts +2 -0
- package/types/x-modules/recommendations/components/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +49 -0
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -0
- package/types/x-modules/recommendations/config.types.d.ts +12 -0
- package/types/x-modules/recommendations/config.types.d.ts.map +1 -0
- package/types/x-modules/recommendations/events.types.d.ts +27 -0
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -0
- package/types/x-modules/recommendations/index.d.ts +7 -0
- package/types/x-modules/recommendations/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +17 -0
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +13 -0
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/constants.d.ts +7 -0
- package/types/x-modules/recommendations/store/constants.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/emitters.d.ts +12 -0
- package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/index.d.ts +8 -0
- package/types/x-modules/recommendations/store/index.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/module.d.ts +8 -0
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -0
- package/types/x-modules/recommendations/store/types.d.ts +84 -0
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -0
- package/types/x-modules/recommendations/wiring.d.ts +21 -0
- package/types/x-modules/recommendations/wiring.d.ts.map +1 -0
- package/types/x-modules/recommendations/x-module.d.ts +16 -0
- package/types/x-modules/recommendations/x-module.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/index.d.ts +3 -0
- package/types/x-modules/related-tags/components/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +47 -0
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +28 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -0
- package/types/x-modules/related-tags/config.types.d.ts +12 -0
- package/types/x-modules/related-tags/config.types.d.ts.map +1 -0
- package/types/x-modules/related-tags/events.types.d.ts +45 -0
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -0
- package/types/x-modules/related-tags/index.d.ts +7 -0
- package/types/x-modules/related-tags/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +15 -0
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +13 -0
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +12 -0
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/emitters.d.ts +14 -0
- package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +12 -0
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/index.d.ts +9 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/module.d.ts +8 -0
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/types.d.ts +112 -0
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -0
- package/types/x-modules/related-tags/wiring.d.ts +77 -0
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -0
- package/types/x-modules/related-tags/x-module.d.ts +16 -0
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -0
- package/types/x-modules/scroll/components/index.d.ts +8 -0
- package/types/x-modules/scroll/components/index.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +121 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts +82 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/events.types.d.ts +53 -0
- package/types/x-modules/scroll/events.types.d.ts.map +1 -0
- package/types/x-modules/scroll/index.d.ts +6 -0
- package/types/x-modules/scroll/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/emitters.d.ts +7 -0
- package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
- package/types/x-modules/scroll/store/index.d.ts +4 -0
- package/types/x-modules/scroll/store/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/module.d.ts +8 -0
- package/types/x-modules/scroll/store/module.d.ts.map +1 -0
- package/types/x-modules/scroll/store/types.d.ts +98 -0
- package/types/x-modules/scroll/store/types.d.ts.map +1 -0
- package/types/x-modules/scroll/wiring.d.ts +74 -0
- package/types/x-modules/scroll/wiring.d.ts.map +1 -0
- package/types/x-modules/scroll/x-module.d.ts +16 -0
- package/types/x-modules/scroll/x-module.d.ts.map +1 -0
- package/types/x-modules/search/components/banner.vue.d.ts +19 -0
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/index.d.ts +14 -0
- package/types/x-modules/search/components/index.d.ts.map +1 -0
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +23 -0
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +37 -0
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/promoted.vue.d.ts +18 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/results-list.vue.d.ts +39 -0
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +29 -0
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort-list.vue.d.ts +42 -0
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/sort.mixin.d.ts +34 -0
- package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +23 -0
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts +26 -0
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -0
- package/types/x-modules/search/config.types.d.ts +12 -0
- package/types/x-modules/search/config.types.d.ts.map +1 -0
- package/types/x-modules/search/events.types.d.ts +78 -0
- package/types/x-modules/search/events.types.d.ts.map +1 -0
- package/types/x-modules/search/index.d.ts +7 -0
- package/types/x-modules/search/index.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +15 -0
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +13 -0
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +11 -0
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +18 -0
- package/types/x-modules/search/store/emitters.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts +12 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/index.d.ts +7 -0
- package/types/x-modules/search/store/index.d.ts.map +1 -0
- package/types/x-modules/search/store/module.d.ts +8 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -0
- package/types/x-modules/search/store/types.d.ts +237 -0
- package/types/x-modules/search/store/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +165 -0
- package/types/x-modules/search/wiring.d.ts.map +1 -0
- package/types/x-modules/search/x-module.d.ts +16 -0
- package/types/x-modules/search/x-module.d.ts.map +1 -0
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +26 -0
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/index.d.ts +4 -0
- package/types/x-modules/search-box/components/index.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-button.vue.d.ts +24 -0
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/components/search-input.vue.d.ts +126 -0
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -0
- package/types/x-modules/search-box/events.types.d.ts +64 -0
- package/types/x-modules/search-box/events.types.d.ts.map +1 -0
- package/types/x-modules/search-box/index.d.ts +6 -0
- package/types/x-modules/search-box/index.d.ts.map +1 -0
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/search-box/store/emitters.d.ts +14 -0
- package/types/x-modules/search-box/store/emitters.d.ts.map +1 -0
- package/types/x-modules/search-box/store/index.d.ts +4 -0
- package/types/x-modules/search-box/store/index.d.ts.map +1 -0
- package/types/x-modules/search-box/store/module.d.ts +8 -0
- package/types/x-modules/search-box/store/module.d.ts.map +1 -0
- package/types/x-modules/search-box/store/types.d.ts +53 -0
- package/types/x-modules/search-box/store/types.d.ts.map +1 -0
- package/types/x-modules/search-box/wiring.d.ts +20 -0
- package/types/x-modules/search-box/wiring.d.ts.map +1 -0
- package/types/x-modules/search-box/x-module.d.ts +16 -0
- package/types/x-modules/search-box/x-module.d.ts.map +1 -0
- package/types/x-modules/tagging/components/index.d.ts +2 -0
- package/types/x-modules/tagging/components/index.d.ts.map +1 -0
- package/types/x-modules/tagging/config.types.d.ts +17 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -0
- package/types/x-modules/tagging/events.types.d.ts +29 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -0
- package/types/x-modules/tagging/index.d.ts +7 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +3 -0
- package/types/x-modules/tagging/service/index.d.ts.map +1 -0
- package/types/x-modules/tagging/service/session.service.d.ts +20 -0
- package/types/x-modules/tagging/service/session.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/types.d.ts +21 -0
- package/types/x-modules/tagging/service/types.d.ts.map +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts +9 -0
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -0
- package/types/x-modules/tagging/store/index.d.ts +4 -0
- package/types/x-modules/tagging/store/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/module.d.ts +8 -0
- package/types/x-modules/tagging/store/module.d.ts.map +1 -0
- package/types/x-modules/tagging/store/types.d.ts +63 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -0
- package/types/x-modules/tagging/wiring.d.ts +38 -0
- package/types/x-modules/tagging/wiring.d.ts.map +1 -0
- package/types/x-modules/tagging/x-module.d.ts +16 -0
- package/types/x-modules/tagging/x-module.d.ts.map +1 -0
- package/types/x-modules/url/components/index.d.ts +2 -0
- package/types/x-modules/url/components/index.d.ts.map +1 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts +130 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
- package/types/x-modules/url/events.types.d.ts +31 -0
- package/types/x-modules/url/events.types.d.ts.map +1 -0
- package/types/x-modules/url/index.d.ts +6 -0
- package/types/x-modules/url/index.d.ts.map +1 -0
- package/types/x-modules/url/store/emitters.d.ts +44 -0
- package/types/x-modules/url/store/emitters.d.ts.map +1 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
- package/types/x-modules/url/store/index.d.ts +4 -0
- package/types/x-modules/url/store/index.d.ts.map +1 -0
- package/types/x-modules/url/store/initial-state.d.ts +9 -0
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
- package/types/x-modules/url/store/module.d.ts +8 -0
- package/types/x-modules/url/store/module.d.ts.map +1 -0
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
- package/types/x-modules/url/store/types.d.ts +108 -0
- package/types/x-modules/url/store/types.d.ts.map +1 -0
- package/types/x-modules/url/wiring.d.ts +86 -0
- package/types/x-modules/url/wiring.d.ts.map +1 -0
- package/types/x-modules/url/x-module.d.ts +16 -0
- package/types/x-modules/url/x-module.d.ts.map +1 -0
- package/types/x-modules/x-modules.types.d.ts +86 -0
- package/types/x-modules/x-modules.types.d.ts.map +1 -0
- package/url/index.d.ts +1 -0
- package/url/index.js +5 -0
- package/.browserslistrc +0 -4
- package/.cypress-cucumber-preprocessorrc.json +0 -4
- package/.editorconfig +0 -22
- package/.eslintignore +0 -3
- package/.eslintrc +0 -6
- package/.prettierignore +0 -1
- package/.versionrc.js +0 -4
- package/CONTRIBUTING.md +0 -12
- package/Jenkinsfile +0 -7
- package/LICENSE +0 -190
- package/build/.eslintrc.js +0 -6
- package/build/api-extractor.json +0 -35
- package/build/build.ts +0 -48
- package/build/build.utils.ts +0 -44
- package/build/debugging-build.md +0 -29
- package/build/docgen/documentation.rollup-plugin.ts +0 -151
- package/build/docgen/runbooks-integraton.js +0 -205
- package/build/docgen/templates/docgen-methods.template.js +0 -4
- package/build/docgen/templates/docgen-props.template.js +0 -40
- package/build/docgen/templates/docgen-slots.template.js +0 -70
- package/build/docgen/utils.js +0 -64
- package/build/postcss-dir-pseudo-class.d.ts +0 -6
- package/build/postcss-logical.d.ts +0 -6
- package/build/postcss-types/options.ts +0 -4
- package/build/rollup-plugins/design-system.rollup-plugin.ts +0 -74
- package/build/rollup-plugins/x-components.rollup-plugin.ts +0 -197
- package/build/rollup.config.ts +0 -189
- package/build/tsconfig.json +0 -26
- package/contributing/base-naming.md +0 -347
- package/contributing/commits.md +0 -156
- package/contributing/components.md +0 -473
- package/contributing/concepts.md +0 -36
- package/contributing/design-system.md +0 -227
- package/contributing/tests.md +0 -230
- package/cypress.json +0 -17
- package/docgen.config.js +0 -13
- package/jest.config.js +0 -5
- package/jest.setup.ts +0 -2
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/src/App.vue +0 -25
- package/src/__stubs__/banners-stubs.factory.ts +0 -37
- package/src/__stubs__/facets-stubs.factory.ts +0 -708
- package/src/__stubs__/filters-stubs.factory.ts +0 -259
- package/src/__stubs__/history-queries-stubs.factory.ts +0 -32
- package/src/__stubs__/next-queries-stubs.factory.ts +0 -32
- package/src/__stubs__/partials-results-stubs.factory.ts +0 -24
- package/src/__stubs__/promoteds-stubs.factory.ts +0 -37
- package/src/__stubs__/query-suggestions-stubs.factory.ts +0 -46
- package/src/__stubs__/related-tags-stubs.factory.ts +0 -49
- package/src/__stubs__/results-stubs.factory.ts +0 -178
- package/src/__stubs__/search-response-stubs.factory.ts +0 -29
- package/src/__stubs__/suggestions-stubs.factory.ts +0 -43
- package/src/__tests__/adapter.dummy.ts +0 -22
- package/src/__tests__/utils.ts +0 -214
- package/src/components/__tests__/base-dropdown.spec.ts +0 -453
- package/src/components/__tests__/base-event-button.spec.ts +0 -68
- package/src/components/__tests__/base-grid.spec.ts +0 -103
- package/src/components/__tests__/base-keyboard-navigation.spec.ts +0 -64
- package/src/components/__tests__/base-rating.spec.ts +0 -43
- package/src/components/__tests__/base-variable-column-grid.spec.ts +0 -90
- package/src/components/__tests__/no-element.spec.ts +0 -19
- package/src/components/__tests__/sliding-panel.spec.ts +0 -202
- package/src/components/__tests__/staggering-transition-group.spec.ts +0 -187
- package/src/components/__tests__/x-component-mixin.spec.ts +0 -38
- package/src/components/__tests__/x-component-utils.spec.ts +0 -38
- package/src/components/animations/__tests__/animations.spec.ts +0 -24
- package/src/components/animations/animate-width.vue +0 -86
- package/src/components/animations/animations.mixin.ts +0 -53
- package/src/components/animations/collapse-from-top.vue +0 -98
- package/src/components/animations/collapse-height.vue +0 -54
- package/src/components/animations/collapse-width.vue +0 -56
- package/src/components/animations/fade-and-slide.vue +0 -79
- package/src/components/animations/index.ts +0 -7
- package/src/components/animations/staggered-fade-and-slide.vue +0 -80
- package/src/components/base-dropdown.vue +0 -501
- package/src/components/base-event-button.vue +0 -64
- package/src/components/base-grid.vue +0 -206
- package/src/components/base-keyboard-navigation.vue +0 -207
- package/src/components/base-rating.vue +0 -136
- package/src/components/base-variable-column-grid.vue +0 -130
- package/src/components/column-picker/__tests__/base-column-picker-dropdown.spec.ts +0 -269
- package/src/components/column-picker/__tests__/base-column-picker-list.spec.ts +0 -210
- package/src/components/column-picker/base-column-picker-dropdown.vue +0 -185
- package/src/components/column-picker/base-column-picker-list.vue +0 -176
- package/src/components/column-picker/column-picker.mixin.ts +0 -93
- package/src/components/column-picker/index.ts +0 -3
- package/src/components/currency/__tests__/base-currency.spec.ts +0 -140
- package/src/components/currency/base-currency.vue +0 -129
- package/src/components/currency/index.ts +0 -1
- package/src/components/decorators/__tests__/bus.decorators.spec.ts +0 -390
- package/src/components/decorators/__tests__/debounce.decorators.spec.ts +0 -89
- package/src/components/decorators/__tests__/injection.decorators.spec.ts +0 -168
- package/src/components/decorators/__tests__/store.decorators.spec.ts +0 -66
- package/src/components/decorators/bus.decorators.ts +0 -164
- package/src/components/decorators/debounce.decorators.ts +0 -31
- package/src/components/decorators/injection.decorators.ts +0 -252
- package/src/components/decorators/store.decorators.ts +0 -58
- package/src/components/filters/index.ts +0 -3
- package/src/components/filters/labels/__tests__/base-price-label.spec.ts +0 -67
- package/src/components/filters/labels/__tests__/base-rating-filter-label.spec.ts +0 -85
- package/src/components/filters/labels/base-price-filter-label.vue +0 -147
- package/src/components/filters/labels/base-rating-filter-label.vue +0 -105
- package/src/components/icons/arrow.vue +0 -18
- package/src/components/icons/bag.vue +0 -25
- package/src/components/icons/bar-code.vue +0 -29
- package/src/components/icons/barcode-tiny.vue +0 -29
- package/src/components/icons/cart.vue +0 -23
- package/src/components/icons/check-tiny.vue +0 -15
- package/src/components/icons/check.vue +0 -15
- package/src/components/icons/checkbox-card-selected.vue +0 -18
- package/src/components/icons/checkbox-card-unselected.vue +0 -15
- package/src/components/icons/checkbox-selected.vue +0 -18
- package/src/components/icons/checkbox-unselected.vue +0 -15
- package/src/components/icons/chevron-down.vue +0 -21
- package/src/components/icons/chevron-left.vue +0 -20
- package/src/components/icons/chevron-right.vue +0 -15
- package/src/components/icons/chevron-tiny-down.vue +0 -21
- package/src/components/icons/chevron-tiny-left.vue +0 -21
- package/src/components/icons/chevron-tiny-right.vue +0 -21
- package/src/components/icons/chevron-tiny-up.vue +0 -21
- package/src/components/icons/chevron-up.vue +0 -21
- package/src/components/icons/cross-tiny.vue +0 -15
- package/src/components/icons/cross.vue +0 -18
- package/src/components/icons/filters.vue +0 -34
- package/src/components/icons/grid-1-col.vue +0 -25
- package/src/components/icons/grid-2-col.vue +0 -20
- package/src/components/icons/hide.vue +0 -31
- package/src/components/icons/history-tiny.vue +0 -24
- package/src/components/icons/history.vue +0 -24
- package/src/components/icons/index.ts +0 -44
- package/src/components/icons/menu.vue +0 -19
- package/src/components/icons/minus-tiny.vue +0 -15
- package/src/components/icons/minus.vue +0 -15
- package/src/components/icons/nq-1.vue +0 -18
- package/src/components/icons/nq-2.vue +0 -18
- package/src/components/icons/nq-3.vue +0 -18
- package/src/components/icons/nq-4.vue +0 -28
- package/src/components/icons/plus.vue +0 -15
- package/src/components/icons/search-tiny.vue +0 -22
- package/src/components/icons/search.vue +0 -18
- package/src/components/icons/show.vue +0 -21
- package/src/components/icons/star.vue +0 -21
- package/src/components/icons/trash-open.vue +0 -30
- package/src/components/icons/trash.vue +0 -25
- package/src/components/icons/trending-tiny.vue +0 -24
- package/src/components/icons/trending.vue +0 -24
- package/src/components/icons/user.vue +0 -21
- package/src/components/index.ts +0 -31
- package/src/components/layouts/layout.vue +0 -188
- package/src/components/modals/__tests__/base-events-close-button.spec.ts +0 -83
- package/src/components/modals/__tests__/base-events-modal-open-button.spec.ts +0 -83
- package/src/components/modals/__tests__/base-events-modal.spec.ts +0 -161
- package/src/components/modals/__tests__/base-id-modal-close.spec.ts +0 -74
- package/src/components/modals/__tests__/base-id-modal-open.spec.ts +0 -74
- package/src/components/modals/__tests__/base-id-modal.spec.ts +0 -133
- package/src/components/modals/__tests__/base-modal.spec.ts +0 -110
- package/src/components/modals/base-events-modal-close.vue +0 -96
- package/src/components/modals/base-events-modal-open.vue +0 -100
- package/src/components/modals/base-events-modal.vue +0 -200
- package/src/components/modals/base-id-modal-close.vue +0 -74
- package/src/components/modals/base-id-modal-open.vue +0 -75
- package/src/components/modals/base-id-modal.vue +0 -138
- package/src/components/modals/base-modal.vue +0 -229
- package/src/components/modals/index.ts +0 -7
- package/src/components/no-element.ts +0 -13
- package/src/components/panels/__tests__/base-header-toggle-panel.spec.ts +0 -125
- package/src/components/panels/__tests__/base-id-toggle-panel-button.spec.ts +0 -97
- package/src/components/panels/__tests__/base-id-toggle-panel.spec.ts +0 -93
- package/src/components/panels/__tests__/base-toggle-panel.spec.ts +0 -90
- package/src/components/panels/base-header-toggle-panel.vue +0 -128
- package/src/components/panels/base-id-toggle-panel-button.vue +0 -125
- package/src/components/panels/base-id-toggle-panel.vue +0 -147
- package/src/components/panels/base-toggle-panel.vue +0 -59
- package/src/components/panels/index.ts +0 -4
- package/src/components/result/__tests__/base-result-add-to-cart.spec.ts +0 -47
- package/src/components/result/__tests__/base-result-current-price.spec.ts +0 -115
- package/src/components/result/__tests__/base-result-image.spec.ts +0 -77
- package/src/components/result/__tests__/base-result-link.spec.ts +0 -102
- package/src/components/result/__tests__/base-result-previous-price.spec.ts +0 -108
- package/src/components/result/base-result-add-to-cart.vue +0 -73
- package/src/components/result/base-result-current-price.vue +0 -111
- package/src/components/result/base-result-fallback-image.vue +0 -38
- package/src/components/result/base-result-image.vue +0 -224
- package/src/components/result/base-result-link.vue +0 -145
- package/src/components/result/base-result-placeholder-image.vue +0 -51
- package/src/components/result/base-result-previous-price.vue +0 -98
- package/src/components/result/index.ts +0 -7
- package/src/components/scroll/__tests__/base-id-scroll.spec.ts +0 -282
- package/src/components/scroll/__tests__/base-main-scroll.spec.ts +0 -656
- package/src/components/scroll/__tests__/base-scroll-to-top.spec.ts +0 -118
- package/src/components/scroll/__tests__/base-scroll.spec.ts +0 -212
- package/src/components/scroll/base-id-scroll.vue +0 -348
- package/src/components/scroll/base-main-scroll.vue +0 -284
- package/src/components/scroll/base-scroll-to-top.vue +0 -231
- package/src/components/scroll/base-scroll.vue +0 -198
- package/src/components/scroll/index.ts +0 -6
- package/src/components/scroll/scroll.mixin.ts +0 -189
- package/src/components/scroll/scroll.types.ts +0 -6
- package/src/components/sliding-panel.vue +0 -300
- package/src/components/staggering-transition-group.vue +0 -474
- package/src/components/suggestions/__tests__/base-suggestion.spec.ts +0 -68
- package/src/components/suggestions/__tests__/base-suggestions.spec.ts +0 -35
- package/src/components/suggestions/base-suggestion.vue +0 -190
- package/src/components/suggestions/base-suggestions.vue +0 -129
- package/src/components/suggestions/index.ts +0 -2
- package/src/components/x-component.mixin.ts +0 -23
- package/src/components/x-component.types.ts +0 -19
- package/src/components/x-component.utils.ts +0 -45
- package/src/design-system/base/border.tokens.scss +0 -6
- package/src/design-system/base/colors.tokens.scss +0 -12
- package/src/design-system/base/spacing.tokens.scss +0 -12
- package/src/design-system/base/typography.tokens.scss +0 -22
- package/src/design-system/components/button/card.scss +0 -5
- package/src/design-system/components/button/card.tokens.scss +0 -4
- package/src/design-system/components/button/default.scss +0 -34
- package/src/design-system/components/button/default.tokens.scss +0 -20
- package/src/design-system/components/button/ghost.scss +0 -19
- package/src/design-system/components/button/ghost.tokens.scss +0 -6
- package/src/design-system/components/button/pill.scss +0 -5
- package/src/design-system/components/button/pill.tokens.scss +0 -4
- package/src/design-system/components/button/primary.scss +0 -7
- package/src/design-system/components/button/primary.tokens.scss +0 -6
- package/src/design-system/components/button/round.scss +0 -13
- package/src/design-system/components/button/round.tokens.scss +0 -7
- package/src/design-system/components/button/secondary.scss +0 -7
- package/src/design-system/components/button/secondary.tokens.scss +0 -6
- package/src/design-system/components/button/tertiary.scss +0 -7
- package/src/design-system/components/button/tertiary.tokens.scss +0 -6
- package/src/design-system/components/dropdown/card.scss +0 -8
- package/src/design-system/components/dropdown/card.tokens.scss +0 -8
- package/src/design-system/components/dropdown/default.scss +0 -133
- package/src/design-system/components/dropdown/default.tokens.scss +0 -43
- package/src/design-system/components/dropdown/l.scss +0 -4
- package/src/design-system/components/dropdown/l.tokens.scss +0 -4
- package/src/design-system/components/dropdown/line.scss +0 -9
- package/src/design-system/components/dropdown/line.tokens.scss +0 -9
- package/src/design-system/components/dropdown/m.scss +0 -4
- package/src/design-system/components/dropdown/m.tokens.scss +0 -4
- package/src/design-system/components/dropdown/pill.scss +0 -8
- package/src/design-system/components/dropdown/pill.tokens.scss +0 -11
- package/src/design-system/components/dropdown/s.scss +0 -4
- package/src/design-system/components/dropdown/s.tokens.scss +0 -4
- package/src/design-system/components/dropdown/xl.scss +0 -4
- package/src/design-system/components/dropdown/xl.tokens.scss +0 -4
- package/src/design-system/components/facet/card.scss +0 -8
- package/src/design-system/components/facet/card.tokens.scss +0 -7
- package/src/design-system/components/facet/default.scss +0 -59
- package/src/design-system/components/facet/default.tokens.scss +0 -24
- package/src/design-system/components/facet/line.scss +0 -8
- package/src/design-system/components/facet/line.tokens.scss +0 -7
- package/src/design-system/components/facet/outlined.scss +0 -11
- package/src/design-system/components/facet/outlined.tokens.scss +0 -10
- package/src/design-system/components/filter/default.scss +0 -60
- package/src/design-system/components/filter/default.tokens.scss +0 -26
- package/src/design-system/components/filter/hierarchical.scss +0 -15
- package/src/design-system/components/filter/hierarchical.tokens.scss +0 -4
- package/src/design-system/components/filter/justified.scss +0 -7
- package/src/design-system/components/grid/default.scss +0 -14
- package/src/design-system/components/grid/default.tokens.scss +0 -6
- package/src/design-system/components/icon/default.scss +0 -23
- package/src/design-system/components/icon/default.tokens.scss +0 -14
- package/src/design-system/components/icon/l.scss +0 -5
- package/src/design-system/components/icon/l.tokens.scss +0 -5
- package/src/design-system/components/icon/m.scss +0 -5
- package/src/design-system/components/icon/m.tokens.scss +0 -5
- package/src/design-system/components/icon/s.scss +0 -5
- package/src/design-system/components/icon/s.tokens.scss +0 -5
- package/src/design-system/components/icon/xl.scss +0 -5
- package/src/design-system/components/icon/xl.tokens.scss +0 -5
- package/src/design-system/components/input/card.scss +0 -4
- package/src/design-system/components/input/card.tokens.scss +0 -4
- package/src/design-system/components/input/default.scss +0 -43
- package/src/design-system/components/input/default.tokens.scss +0 -25
- package/src/design-system/components/input/line.scss +0 -5
- package/src/design-system/components/input/line.tokens.scss +0 -7
- package/src/design-system/components/input/pill.scss +0 -4
- package/src/design-system/components/input/pill.tokens.scss +0 -4
- package/src/design-system/components/input-group/card.scss +0 -15
- package/src/design-system/components/input-group/card.tokens.scss +0 -4
- package/src/design-system/components/input-group/default.scss +0 -111
- package/src/design-system/components/input-group/default.tokens.scss +0 -33
- package/src/design-system/components/input-group/line.scss +0 -27
- package/src/design-system/components/input-group/line.tokens.scss +0 -11
- package/src/design-system/components/input-group/pill.scss +0 -5
- package/src/design-system/components/input-group/pill.tokens.scss +0 -4
- package/src/design-system/components/layout/default.scss +0 -273
- package/src/design-system/components/layout/default.tokens.scss +0 -94
- package/src/design-system/components/list/border.scss +0 -20
- package/src/design-system/components/list/border.tokens.scss +0 -7
- package/src/design-system/components/list/default.scss +0 -103
- package/src/design-system/components/list/default.tokens.scss +0 -11
- package/src/design-system/components/list/gap.scss +0 -8
- package/src/design-system/components/list/gap.tokens.scss +0 -9
- package/src/design-system/components/list/padding.scss +0 -23
- package/src/design-system/components/list/padding.tokens.scss +0 -9
- package/src/design-system/components/option-list/bottom.scss +0 -20
- package/src/design-system/components/option-list/bottom.tokens.scss +0 -13
- package/src/design-system/components/option-list/default.scss +0 -70
- package/src/design-system/components/option-list/default.tokens.scss +0 -40
- package/src/design-system/components/picture/card.scss +0 -4
- package/src/design-system/components/picture/card.tokens.scss +0 -4
- package/src/design-system/components/picture/colored.scss +0 -21
- package/src/design-system/components/picture/colored.tokens.scss +0 -6
- package/src/design-system/components/picture/cover.scss +0 -26
- package/src/design-system/components/picture/cover.tokens.scss +0 -4
- package/src/design-system/components/picture/default.scss +0 -46
- package/src/design-system/components/picture/default.tokens.scss +0 -19
- package/src/design-system/components/picture/fixed-ratio.scss +0 -16
- package/src/design-system/components/picture/fixed-ratio.tokens.scss +0 -4
- package/src/design-system/components/result/card.scss +0 -7
- package/src/design-system/components/result/card.tokens.scss +0 -4
- package/src/design-system/components/result/default.scss +0 -90
- package/src/design-system/components/result/default.tokens.scss +0 -22
- package/src/design-system/components/row/default.scss +0 -44
- package/src/design-system/components/row/default.tokens.scss +0 -9
- package/src/design-system/components/row/gap.scss +0 -5
- package/src/design-system/components/row/gap.tokens.scss +0 -7
- package/src/design-system/components/row/padding.scss +0 -5
- package/src/design-system/components/row/padding.tokens.scss +0 -7
- package/src/design-system/components/scroll/default.scss +0 -37
- package/src/design-system/components/scroll/default.tokens.scss +0 -11
- package/src/design-system/components/sliding-panel/default.scss +0 -121
- package/src/design-system/components/sliding-panel/default.token.scss +0 -13
- package/src/design-system/components/suggestion/default.scss +0 -45
- package/src/design-system/components/suggestion/default.tokens.scss +0 -20
- package/src/design-system/components/suggestion-group/default.scss +0 -47
- package/src/design-system/components/suggestion-group/default.tokens.scss +0 -16
- package/src/design-system/components/tag/card.scss +0 -5
- package/src/design-system/components/tag/card.tokens.scss +0 -4
- package/src/design-system/components/tag/default.scss +0 -77
- package/src/design-system/components/tag/default.tokens.scss +0 -28
- package/src/design-system/components/tag/ghost.scss +0 -11
- package/src/design-system/components/tag/ghost.tokens.scss +0 -10
- package/src/design-system/components/tag/pill.scss +0 -5
- package/src/design-system/components/tag/pill.tokens.scss +0 -4
- package/src/design-system/components/typography/accent.scss +0 -5
- package/src/design-system/components/typography/accent.token.scss +0 -4
- package/src/design-system/components/typography/bold.scss +0 -18
- package/src/design-system/components/typography/default.scss +0 -85
- package/src/design-system/components/typography/default.tokens.scss +0 -36
- package/src/design-system/components/typography/light.scss +0 -18
- package/src/design-system/components/typography/secondary.scss +0 -4
- package/src/design-system/components/typography/secondary.token.scss +0 -4
- package/src/design-system/components/typography/stroke.scss +0 -18
- package/src/design-system/mixins.scss +0 -25
- package/src/directives/index.ts +0 -1
- package/src/directives/infinite-scroll/index.ts +0 -2
- package/src/directives/infinite-scroll/infinite-scroll.ts +0 -128
- package/src/directives/infinite-scroll/infinite-scroll.types.ts +0 -26
- package/src/filters/__tests__/compile-message.spec.ts +0 -22
- package/src/filters/compile-message.filter.ts +0 -27
- package/src/filters/filters.registry.ts +0 -6
- package/src/filters/index.ts +0 -1
- package/src/index.ts +0 -32
- package/src/main.ts +0 -19
- package/src/plugins/__tests__/x-plugin-alias.spec.ts +0 -161
- package/src/plugins/__tests__/x-plugin-emitters.spec.ts +0 -262
- package/src/plugins/__tests__/x-plugin-mixin.spec.ts +0 -129
- package/src/plugins/__tests__/x-plugin-search-adapter.spec.ts +0 -48
- package/src/plugins/__tests__/x-plugin.spec.ts +0 -448
- package/src/plugins/index.ts +0 -5
- package/src/plugins/x-bus.ts +0 -80
- package/src/plugins/x-bus.types.ts +0 -87
- package/src/plugins/x-plugin.alias.ts +0 -99
- package/src/plugins/x-plugin.mixin.ts +0 -75
- package/src/plugins/x-plugin.ts +0 -491
- package/src/plugins/x-plugin.types.ts +0 -227
- package/src/plugins/x-plugin.utils.ts +0 -40
- package/src/router.ts +0 -175
- package/src/services/__tests__/directional-focus-navigation.spec.ts +0 -45
- package/src/services/directional-focus-navigation.service.ts +0 -492
- package/src/services/index.ts +0 -2
- package/src/services/services.types.ts +0 -56
- package/src/shims-tsx.d.ts +0 -11
- package/src/shims-vue.d.ts +0 -4
- package/src/store/__tests__/vuex-watchers-hack.spec.ts +0 -192
- package/src/store/actions.types.ts +0 -100
- package/src/store/getters.types.ts +0 -33
- package/src/store/index.ts +0 -7
- package/src/store/mutations.types.ts +0 -39
- package/src/store/store-emitters.types.ts +0 -92
- package/src/store/store.types.ts +0 -192
- package/src/store/store.utils.ts +0 -18
- package/src/store/utils/__tests__/get-getters-proxy.spec.ts +0 -84
- package/src/store/utils/get-getters-proxy.ts +0 -127
- package/src/store/utils/helpers/fetch-and-save-action.helpers.ts +0 -151
- package/src/store/utils/helpers/status.helpers.ts +0 -45
- package/src/store/x.module.ts +0 -37
- package/src/types/index.ts +0 -1
- package/src/types/query-origin.ts +0 -25
- package/src/utils/__tests__/array.spec.ts +0 -354
- package/src/utils/__tests__/cancellable-promise.spec.ts +0 -30
- package/src/utils/__tests__/clone.spec.ts +0 -42
- package/src/utils/__tests__/currency-formatter.spec.ts +0 -53
- package/src/utils/__tests__/debounce.spec.ts +0 -113
- package/src/utils/__tests__/filters.spec.ts +0 -179
- package/src/utils/__tests__/get-url-parameters.spec.ts +0 -23
- package/src/utils/__tests__/html.spec.ts +0 -26
- package/src/utils/__tests__/normalize.spec.ts +0 -43
- package/src/utils/__tests__/number.spec.ts +0 -14
- package/src/utils/__tests__/object.spec.ts +0 -332
- package/src/utils/__tests__/sanitize.spec.ts +0 -39
- package/src/utils/__tests__/string.spec.ts +0 -23
- package/src/utils/__tests__/throttle.spec.ts +0 -26
- package/src/utils/array.ts +0 -256
- package/src/utils/cancellable-promise.ts +0 -63
- package/src/utils/clone.ts +0 -11
- package/src/utils/currency-formatter.ts +0 -178
- package/src/utils/debounce.ts +0 -69
- package/src/utils/filters.ts +0 -66
- package/src/utils/function.ts +0 -8
- package/src/utils/get-url-parameters.ts +0 -12
- package/src/utils/html.ts +0 -12
- package/src/utils/index.ts +0 -17
- package/src/utils/normalize.ts +0 -27
- package/src/utils/number.ts +0 -13
- package/src/utils/object.ts +0 -119
- package/src/utils/sanitize.ts +0 -11
- package/src/utils/storage.ts +0 -20
- package/src/utils/string.ts +0 -31
- package/src/utils/throttle.ts +0 -31
- package/src/utils/types.ts +0 -178
- package/src/views/FullApp.vue +0 -649
- package/src/views/FullNoEmpathize.vue +0 -153
- package/src/views/Layout.vue +0 -272
- package/src/views/ResultApp.vue +0 -135
- package/src/views/Search.vue +0 -156
- package/src/views/base-column-picker.vue +0 -136
- package/src/views/base-config.ts +0 -23
- package/src/views/base-events-modal.vue +0 -47
- package/src/views/base-result-image.vue +0 -68
- package/src/views/design-system.vue +0 -3747
- package/src/views/empathize.vue +0 -133
- package/src/views/exclude-filters.vue +0 -186
- package/src/views/filters-search.vue +0 -103
- package/src/views/history-queries.vue +0 -147
- package/src/views/identifier-results.vue +0 -86
- package/src/views/infinite-scroll-body.vue +0 -64
- package/src/views/infinite-scroll-document.vue +0 -49
- package/src/views/infinite-scroll-html.vue +0 -55
- package/src/views/infinite-scroll.vue +0 -59
- package/src/views/keyboard-navigation.vue +0 -226
- package/src/views/mocked-adapter.ts +0 -113
- package/src/views/multiselect-filters.vue +0 -183
- package/src/views/next-queries.vue +0 -113
- package/src/views/no-suggestions.vue +0 -50
- package/src/views/partial-results.vue +0 -123
- package/src/views/popular-searches.vue +0 -133
- package/src/views/query-suggestions.vue +0 -111
- package/src/views/real-adapter.ts +0 -26
- package/src/views/recommendations.vue +0 -56
- package/src/views/related-tags.vue +0 -66
- package/src/views/search-box.vue +0 -152
- package/src/views/sliced-filters.vue +0 -194
- package/src/views/sliding-panel.vue +0 -52
- package/src/views/sort.vue +0 -126
- package/src/views/spellcheck.vue +0 -58
- package/src/vue-global-events.d.ts +0 -4
- package/src/wiring/__tests__/namespaced-wires-factory.spec.ts +0 -204
- package/src/wiring/__tests__/namespaced-wires-operators.spec.ts +0 -71
- package/src/wiring/__tests__/utils.ts +0 -97
- package/src/wiring/__tests__/wires-factory.spec.ts +0 -189
- package/src/wiring/__tests__/wires-operators.spec.ts +0 -297
- package/src/wiring/events.types.ts +0 -206
- package/src/wiring/index.ts +0 -8
- package/src/wiring/namespaced-wires.factory.ts +0 -91
- package/src/wiring/namespaced-wires.operators.ts +0 -67
- package/src/wiring/namespaced-wiring.types.ts +0 -156
- package/src/wiring/utils/wire-racing-handling.ts +0 -141
- package/src/wiring/wires.factory.ts +0 -164
- package/src/wiring/wires.operators.ts +0 -129
- package/src/wiring/wiring.types.ts +0 -99
- package/src/wiring/wiring.utils.ts +0 -41
- package/src/x-installer/api/__tests__/default-api.spec.ts +0 -18
- package/src/x-installer/api/api.types.ts +0 -70
- package/src/x-installer/api/base-api.ts +0 -80
- package/src/x-installer/api/index.ts +0 -2
- package/src/x-installer/index.ts +0 -2
- package/src/x-installer/x-installer/__tests__/x-installer.spec.ts +0 -158
- package/src/x-installer/x-installer/index.ts +0 -2
- package/src/x-installer/x-installer/types.ts +0 -81
- package/src/x-installer/x-installer/x-installer.ts +0 -351
- package/src/x-modules/device/components/__tests__/device-detector.spec.ts +0 -154
- package/src/x-modules/device/components/device-detector.vue +0 -263
- package/src/x-modules/device/components/index.ts +0 -1
- package/src/x-modules/device/events.types.ts +0 -13
- package/src/x-modules/device/index.ts +0 -5
- package/src/x-modules/device/store/emitters.ts +0 -9
- package/src/x-modules/device/store/index.ts +0 -3
- package/src/x-modules/device/store/module.ts +0 -19
- package/src/x-modules/device/store/types.ts +0 -55
- package/src/x-modules/device/wiring.ts +0 -27
- package/src/x-modules/device/x-module.ts +0 -25
- package/src/x-modules/empathize/components/__tests__/empathize.spec.ts +0 -53
- package/src/x-modules/empathize/components/empathize.vue +0 -192
- package/src/x-modules/empathize/components/index.ts +0 -1
- package/src/x-modules/empathize/config.types.ts +0 -6
- package/src/x-modules/empathize/events.types.ts +0 -23
- package/src/x-modules/empathize/index.ts +0 -6
- package/src/x-modules/empathize/store/emitters.ts +0 -9
- package/src/x-modules/empathize/store/index.ts +0 -3
- package/src/x-modules/empathize/store/module.ts +0 -20
- package/src/x-modules/empathize/store/types.ts +0 -62
- package/src/x-modules/empathize/wiring.ts +0 -30
- package/src/x-modules/empathize/x-module.ts +0 -25
- package/src/x-modules/facets/__tests__/utils.spec.ts +0 -108
- package/src/x-modules/facets/components/__tests__/clear-filters.spec.ts +0 -219
- package/src/x-modules/facets/components/__tests__/facets.spec.ts +0 -396
- package/src/x-modules/facets/components/__tests__/multi-select-filters.spec.ts +0 -168
- package/src/x-modules/facets/components/__tests__/selected-filters-list.spec.ts +0 -162
- package/src/x-modules/facets/components/__tests__/selected-filters.spec.ts +0 -178
- package/src/x-modules/facets/components/__tests__/utils.ts +0 -22
- package/src/x-modules/facets/components/clear-filters.vue +0 -172
- package/src/x-modules/facets/components/facets.vue +0 -640
- package/src/x-modules/facets/components/filters/__tests__/all-filter.spec.ts +0 -143
- package/src/x-modules/facets/components/filters/__tests__/base-filter.spec.ts +0 -164
- package/src/x-modules/facets/components/filters/__tests__/editable-number-range-filter.spec.ts +0 -340
- package/src/x-modules/facets/components/filters/__tests__/hierarchical-filter.spec.ts +0 -487
- package/src/x-modules/facets/components/filters/__tests__/number-range-filter.spec.ts +0 -118
- package/src/x-modules/facets/components/filters/__tests__/renderless-filter.spec.ts +0 -155
- package/src/x-modules/facets/components/filters/__tests__/simple-filter.spec.ts +0 -207
- package/src/x-modules/facets/components/filters/all-filter.vue +0 -142
- package/src/x-modules/facets/components/filters/base-filter.vue +0 -140
- package/src/x-modules/facets/components/filters/editable-number-range-filter.vue +0 -463
- package/src/x-modules/facets/components/filters/hierarchical-filter.vue +0 -185
- package/src/x-modules/facets/components/filters/number-range-filter.vue +0 -95
- package/src/x-modules/facets/components/filters/renderless-filter.vue +0 -144
- package/src/x-modules/facets/components/filters/simple-filter.vue +0 -221
- package/src/x-modules/facets/components/index.ts +0 -21
- package/src/x-modules/facets/components/lists/__tests__/exclude-filters-with-no-results.spec.ts +0 -91
- package/src/x-modules/facets/components/lists/__tests__/filters-injection.spec.ts +0 -115
- package/src/x-modules/facets/components/lists/__tests__/filters-search.spec.ts +0 -175
- package/src/x-modules/facets/components/lists/__tests__/filters.spec.ts +0 -92
- package/src/x-modules/facets/components/lists/__tests__/sliced-filters.spec.ts +0 -129
- package/src/x-modules/facets/components/lists/__tests__/sorted-filters.spec.ts +0 -111
- package/src/x-modules/facets/components/lists/exclude-filters-with-no-results.vue +0 -189
- package/src/x-modules/facets/components/lists/filters-injection.mixin.ts +0 -44
- package/src/x-modules/facets/components/lists/filters-search.vue +0 -209
- package/src/x-modules/facets/components/lists/filters.vue +0 -140
- package/src/x-modules/facets/components/lists/multi-select-filters.vue +0 -194
- package/src/x-modules/facets/components/lists/selected-filters-list.vue +0 -186
- package/src/x-modules/facets/components/lists/sliced-filters.vue +0 -194
- package/src/x-modules/facets/components/lists/sorted-filters.vue +0 -112
- package/src/x-modules/facets/components/selected-filters.vue +0 -156
- package/src/x-modules/facets/config.types.ts +0 -12
- package/src/x-modules/facets/events.types.ts +0 -105
- package/src/x-modules/facets/index.ts +0 -7
- package/src/x-modules/facets/store/__tests__/actions.spec.ts +0 -186
- package/src/x-modules/facets/store/__tests__/getters.spec.ts +0 -235
- package/src/x-modules/facets/store/__tests__/set-backend-facets.action.spec.ts +0 -95
- package/src/x-modules/facets/store/__tests__/set-frontend-facets.action.spec.ts +0 -99
- package/src/x-modules/facets/store/__tests__/toggle-hierarchical-filter-action.spec.ts +0 -158
- package/src/x-modules/facets/store/__tests__/update-backend-facets.action.spec.ts +0 -145
- package/src/x-modules/facets/store/__tests__/utils.ts +0 -21
- package/src/x-modules/facets/store/actions/clear-selected-filters.action.ts +0 -99
- package/src/x-modules/facets/store/actions/set-backend-facets.action.ts +0 -19
- package/src/x-modules/facets/store/actions/set-frontend-facets.action.ts +0 -19
- package/src/x-modules/facets/store/actions/toggle-filter.action.ts +0 -60
- package/src/x-modules/facets/store/actions/toggle-hierarchical-filter.action.ts +0 -69
- package/src/x-modules/facets/store/actions/update-backend-facets.action.ts +0 -41
- package/src/x-modules/facets/store/emitters.ts +0 -19
- package/src/x-modules/facets/store/getters/facets.getter.ts +0 -18
- package/src/x-modules/facets/store/getters/flattened-filters.getter.ts +0 -22
- package/src/x-modules/facets/store/getters/selected-filters-by-facet.getter.ts +0 -42
- package/src/x-modules/facets/store/getters/selected-filters.getter.ts +0 -26
- package/src/x-modules/facets/store/index.ts +0 -11
- package/src/x-modules/facets/store/module.ts +0 -70
- package/src/x-modules/facets/store/types.ts +0 -235
- package/src/x-modules/facets/utils.ts +0 -98
- package/src/x-modules/facets/wiring.ts +0 -170
- package/src/x-modules/facets/x-module.ts +0 -25
- package/src/x-modules/history-queries/components/__tests__/clear-history-queries.spec.ts +0 -90
- package/src/x-modules/history-queries/components/__tests__/history-queries.spec.ts +0 -129
- package/src/x-modules/history-queries/components/__tests__/history-query.spec.ts +0 -106
- package/src/x-modules/history-queries/components/__tests__/remove-history-query.spec.ts +0 -68
- package/src/x-modules/history-queries/components/__tests__/utils.ts +0 -22
- package/src/x-modules/history-queries/components/clear-history-queries.vue +0 -97
- package/src/x-modules/history-queries/components/history-queries.vue +0 -155
- package/src/x-modules/history-queries/components/history-query.vue +0 -127
- package/src/x-modules/history-queries/components/index.ts +0 -4
- package/src/x-modules/history-queries/components/remove-history-query.vue +0 -72
- package/src/x-modules/history-queries/config.types.ts +0 -33
- package/src/x-modules/history-queries/events.types.ts +0 -46
- package/src/x-modules/history-queries/index.ts +0 -6
- package/src/x-modules/history-queries/store/__tests__/actions.spec.ts +0 -231
- package/src/x-modules/history-queries/store/__tests__/getters.spec.ts +0 -76
- package/src/x-modules/history-queries/store/__tests__/utils.ts +0 -21
- package/src/x-modules/history-queries/store/actions/add-query-to-history.action.ts +0 -176
- package/src/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.ts +0 -18
- package/src/x-modules/history-queries/store/actions/refresh-session.action.ts +0 -24
- package/src/x-modules/history-queries/store/actions/remove-query-from-history.action.ts +0 -20
- package/src/x-modules/history-queries/store/actions/set-history-queries.action.ts +0 -21
- package/src/x-modules/history-queries/store/constants.ts +0 -2
- package/src/x-modules/history-queries/store/emitters.ts +0 -19
- package/src/x-modules/history-queries/store/getters/history-queries.getter.ts +0 -59
- package/src/x-modules/history-queries/store/getters/normalized-query.getter.ts +0 -16
- package/src/x-modules/history-queries/store/getters/session-history-queries.getter.ts +0 -14
- package/src/x-modules/history-queries/store/getters/storage-key.getter.ts +0 -12
- package/src/x-modules/history-queries/store/index.ts +0 -11
- package/src/x-modules/history-queries/store/module.ts +0 -54
- package/src/x-modules/history-queries/store/types.ts +0 -176
- package/src/x-modules/history-queries/wiring.ts +0 -125
- package/src/x-modules/history-queries/x-module.ts +0 -25
- package/src/x-modules/identifier-results/components/__tests__/identifier-result.spec.ts +0 -99
- package/src/x-modules/identifier-results/components/__tests__/identifier-results.spec.ts +0 -101
- package/src/x-modules/identifier-results/components/__tests__/utils.ts +0 -22
- package/src/x-modules/identifier-results/components/identifier-result.vue +0 -82
- package/src/x-modules/identifier-results/components/identifier-results.vue +0 -80
- package/src/x-modules/identifier-results/components/index.ts +0 -2
- package/src/x-modules/identifier-results/config.types.ts +0 -25
- package/src/x-modules/identifier-results/events.types.ts +0 -27
- package/src/x-modules/identifier-results/index.ts +0 -6
- package/src/x-modules/identifier-results/store/__tests__/actions.spec.ts +0 -107
- package/src/x-modules/identifier-results/store/__tests__/getters.spec.ts +0 -65
- package/src/x-modules/identifier-results/store/__tests__/utils.ts +0 -25
- package/src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.ts +0 -31
- package/src/x-modules/identifier-results/store/actions/fetch-identifier-results.action.ts +0 -20
- package/src/x-modules/identifier-results/store/actions/save-query.action.ts +0 -19
- package/src/x-modules/identifier-results/store/emitters.ts +0 -12
- package/src/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.ts +0 -16
- package/src/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.ts +0 -24
- package/src/x-modules/identifier-results/store/getters/identifier-results-request.getter.ts +0 -22
- package/src/x-modules/identifier-results/store/index.ts +0 -9
- package/src/x-modules/identifier-results/store/module.ts +0 -50
- package/src/x-modules/identifier-results/store/types.ts +0 -106
- package/src/x-modules/identifier-results/wiring.ts +0 -95
- package/src/x-modules/identifier-results/x-module.ts +0 -25
- package/src/x-modules/next-queries/__tests__/utils.spec.ts +0 -44
- package/src/x-modules/next-queries/components/__tests__/next-queries.spec.ts +0 -147
- package/src/x-modules/next-queries/components/__tests__/next-query.spec.ts +0 -62
- package/src/x-modules/next-queries/components/__tests__/utils.ts +0 -22
- package/src/x-modules/next-queries/components/index.ts +0 -2
- package/src/x-modules/next-queries/components/next-queries.vue +0 -132
- package/src/x-modules/next-queries/components/next-query.vue +0 -93
- package/src/x-modules/next-queries/config.types.ts +0 -37
- package/src/x-modules/next-queries/events.types.ts +0 -32
- package/src/x-modules/next-queries/index.ts +0 -7
- package/src/x-modules/next-queries/store/__tests__/actions.spec.ts +0 -124
- package/src/x-modules/next-queries/store/__tests__/getters.spec.ts +0 -74
- package/src/x-modules/next-queries/store/__tests__/utils.ts +0 -21
- package/src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.ts +0 -32
- package/src/x-modules/next-queries/store/actions/fetch-next-queries.action.ts +0 -20
- package/src/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.ts +0 -19
- package/src/x-modules/next-queries/store/emitters.ts +0 -16
- package/src/x-modules/next-queries/store/getters/next-queries.getter.ts +0 -22
- package/src/x-modules/next-queries/store/getters/request.getter.ts +0 -20
- package/src/x-modules/next-queries/store/index.ts +0 -8
- package/src/x-modules/next-queries/store/module.ts +0 -51
- package/src/x-modules/next-queries/store/types.ts +0 -111
- package/src/x-modules/next-queries/utils.ts +0 -14
- package/src/x-modules/next-queries/wiring.ts +0 -79
- package/src/x-modules/next-queries/x-module.ts +0 -25
- package/src/x-modules/no-suggestions/components/__tests__/no-suggestions.spec.ts +0 -145
- package/src/x-modules/no-suggestions/components/__tests__/utils.ts +0 -22
- package/src/x-modules/no-suggestions/components/index.ts +0 -1
- package/src/x-modules/no-suggestions/components/no-suggestions.vue +0 -195
- package/src/x-modules/no-suggestions/config.types.ts +0 -9
- package/src/x-modules/no-suggestions/index.ts +0 -5
- package/src/x-modules/no-suggestions/store/index.ts +0 -2
- package/src/x-modules/no-suggestions/store/module.ts +0 -19
- package/src/x-modules/no-suggestions/store/types.ts +0 -51
- package/src/x-modules/no-suggestions/wiring.ts +0 -47
- package/src/x-modules/no-suggestions/x-module.ts +0 -24
- package/src/x-modules/popular-searches/components/__tests__/popular-search.spec.ts +0 -64
- package/src/x-modules/popular-searches/components/__tests__/popular-searches.spec.ts +0 -139
- package/src/x-modules/popular-searches/components/__tests__/utils.ts +0 -22
- package/src/x-modules/popular-searches/components/index.ts +0 -2
- package/src/x-modules/popular-searches/components/popular-search.vue +0 -90
- package/src/x-modules/popular-searches/components/popular-searches.vue +0 -133
- package/src/x-modules/popular-searches/config.types.ts +0 -53
- package/src/x-modules/popular-searches/events.types.ts +0 -26
- package/src/x-modules/popular-searches/index.ts +0 -6
- package/src/x-modules/popular-searches/store/__tests__/actions.spec.ts +0 -73
- package/src/x-modules/popular-searches/store/__tests__/getters.spec.ts +0 -60
- package/src/x-modules/popular-searches/store/__tests__/utils.ts +0 -21
- package/src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.ts +0 -30
- package/src/x-modules/popular-searches/store/actions/fetch-suggestions.action.ts +0 -18
- package/src/x-modules/popular-searches/store/emitters.ts +0 -14
- package/src/x-modules/popular-searches/store/getters/popular-searches.getter.ts +0 -23
- package/src/x-modules/popular-searches/store/getters/request.getter.ts +0 -18
- package/src/x-modules/popular-searches/store/index.ts +0 -10
- package/src/x-modules/popular-searches/store/module.ts +0 -45
- package/src/x-modules/popular-searches/store/types.ts +0 -98
- package/src/x-modules/popular-searches/wiring.ts +0 -54
- package/src/x-modules/popular-searches/x-module.ts +0 -25
- package/src/x-modules/query-suggestions/components/__tests__/query-suggestion.spec.ts +0 -65
- package/src/x-modules/query-suggestions/components/__tests__/query-suggestions.spec.ts +0 -129
- package/src/x-modules/query-suggestions/components/__tests__/utils.ts +0 -22
- package/src/x-modules/query-suggestions/components/index.ts +0 -2
- package/src/x-modules/query-suggestions/components/query-suggestion.vue +0 -179
- package/src/x-modules/query-suggestions/components/query-suggestions.vue +0 -282
- package/src/x-modules/query-suggestions/config.types.ts +0 -59
- package/src/x-modules/query-suggestions/events.types.ts +0 -33
- package/src/x-modules/query-suggestions/index.ts +0 -6
- package/src/x-modules/query-suggestions/store/__tests__/actions.spec.ts +0 -96
- package/src/x-modules/query-suggestions/store/__tests__/getter.spec.ts +0 -110
- package/src/x-modules/query-suggestions/store/__tests__/utils.ts +0 -21
- package/src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.ts +0 -30
- package/src/x-modules/query-suggestions/store/actions/fetch-suggestions.action.ts +0 -20
- package/src/x-modules/query-suggestions/store/emitters.ts +0 -12
- package/src/x-modules/query-suggestions/store/getters/normalized-query.getter.ts +0 -16
- package/src/x-modules/query-suggestions/store/getters/query-suggestions.getter.ts +0 -55
- package/src/x-modules/query-suggestions/store/getters/request.getter.ts +0 -21
- package/src/x-modules/query-suggestions/store/index.ts +0 -11
- package/src/x-modules/query-suggestions/store/module.ts +0 -48
- package/src/x-modules/query-suggestions/store/types.ts +0 -104
- package/src/x-modules/query-suggestions/wiring.ts +0 -86
- package/src/x-modules/query-suggestions/x-module.ts +0 -26
- package/src/x-modules/recommendations/components/__tests__/recommendations.spec.ts +0 -133
- package/src/x-modules/recommendations/components/__tests__/utils.ts +0 -22
- package/src/x-modules/recommendations/components/index.ts +0 -1
- package/src/x-modules/recommendations/components/recommendations.vue +0 -152
- package/src/x-modules/recommendations/config.types.ts +0 -11
- package/src/x-modules/recommendations/events.types.ts +0 -27
- package/src/x-modules/recommendations/index.ts +0 -6
- package/src/x-modules/recommendations/store/__tests__/actions.spec.ts +0 -73
- package/src/x-modules/recommendations/store/__tests__/getters.spec.ts +0 -24
- package/src/x-modules/recommendations/store/__tests__/utils.ts +0 -21
- package/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.ts +0 -32
- package/src/x-modules/recommendations/store/actions/fetch-recommendations.action.ts +0 -18
- package/src/x-modules/recommendations/store/constants.ts +0 -6
- package/src/x-modules/recommendations/store/emitters.ts +0 -13
- package/src/x-modules/recommendations/store/getters/request.getter.ts +0 -18
- package/src/x-modules/recommendations/store/index.ts +0 -7
- package/src/x-modules/recommendations/store/module.ts +0 -39
- package/src/x-modules/recommendations/store/types.ts +0 -90
- package/src/x-modules/recommendations/wiring.ts +0 -34
- package/src/x-modules/recommendations/x-module.ts +0 -26
- package/src/x-modules/related-tags/components/__tests__/related-tag.spec.ts +0 -135
- package/src/x-modules/related-tags/components/__tests__/related-tags.spec.ts +0 -172
- package/src/x-modules/related-tags/components/__tests__/utils.ts +0 -22
- package/src/x-modules/related-tags/components/index.ts +0 -2
- package/src/x-modules/related-tags/components/related-tag.vue +0 -240
- package/src/x-modules/related-tags/components/related-tags.vue +0 -252
- package/src/x-modules/related-tags/config.types.ts +0 -11
- package/src/x-modules/related-tags/events.types.ts +0 -45
- package/src/x-modules/related-tags/index.ts +0 -6
- package/src/x-modules/related-tags/store/__tests_/actions.spec.ts +0 -131
- package/src/x-modules/related-tags/store/__tests_/getters.spec.ts +0 -77
- package/src/x-modules/related-tags/store/__tests_/utils.ts +0 -21
- package/src/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.ts +0 -30
- package/src/x-modules/related-tags/store/actions/fetch-related-tags.action.ts +0 -19
- package/src/x-modules/related-tags/store/actions/toggle-related-tag.action.ts +0 -28
- package/src/x-modules/related-tags/store/emitters.ts +0 -13
- package/src/x-modules/related-tags/store/getters/related-tags.getter.ts +0 -15
- package/src/x-modules/related-tags/store/getters/request.getter.ts +0 -25
- package/src/x-modules/related-tags/store/index.ts +0 -8
- package/src/x-modules/related-tags/store/module.ts +0 -50
- package/src/x-modules/related-tags/store/types.ts +0 -108
- package/src/x-modules/related-tags/wiring.ts +0 -99
- package/src/x-modules/related-tags/x-module.ts +0 -28
- package/src/x-modules/search/components/__tests__/banner.spec.ts +0 -75
- package/src/x-modules/search/components/__tests__/partial-query-button.spec.ts +0 -108
- package/src/x-modules/search/components/__tests__/partial-results-list.spec.ts +0 -112
- package/src/x-modules/search/components/__tests__/promoted.spec.ts +0 -75
- package/src/x-modules/search/components/__tests__/results-list.spec.ts +0 -143
- package/src/x-modules/search/components/__tests__/sort-dropdown.spec.ts +0 -294
- package/src/x-modules/search/components/__tests__/sort-list.spec.ts +0 -242
- package/src/x-modules/search/components/__tests__/spellcheck-button.spec.ts +0 -105
- package/src/x-modules/search/components/__tests__/spellcheck.spec.ts +0 -81
- package/src/x-modules/search/components/__tests__/utils.ts +0 -22
- package/src/x-modules/search/components/banner.vue +0 -73
- package/src/x-modules/search/components/index.ts +0 -10
- package/src/x-modules/search/components/partial-query-button.vue +0 -104
- package/src/x-modules/search/components/partial-results-list.vue +0 -143
- package/src/x-modules/search/components/promoted.vue +0 -74
- package/src/x-modules/search/components/results-list.vue +0 -136
- package/src/x-modules/search/components/sort-dropdown.vue +0 -164
- package/src/x-modules/search/components/sort-list.vue +0 -173
- package/src/x-modules/search/components/sort.mixin.ts +0 -55
- package/src/x-modules/search/components/spellcheck-button.vue +0 -86
- package/src/x-modules/search/components/spellcheck.vue +0 -79
- package/src/x-modules/search/config.types.ts +0 -11
- package/src/x-modules/search/events.types.ts +0 -54
- package/src/x-modules/search/index.ts +0 -6
- package/src/x-modules/search/store/__tests__/actions.spec.ts +0 -238
- package/src/x-modules/search/store/__tests__/getters.spec.ts +0 -116
- package/src/x-modules/search/store/__tests__/utils.ts +0 -21
- package/src/x-modules/search/store/actions/fetch-and-save-search-response.action.ts +0 -49
- package/src/x-modules/search/store/actions/fetch-search-response.action.ts +0 -32
- package/src/x-modules/search/store/actions/increase-page-apending-results.action.ts +0 -19
- package/src/x-modules/search/store/emitters.ts +0 -14
- package/src/x-modules/search/store/getters/request.getter.ts +0 -31
- package/src/x-modules/search/store/index.ts +0 -6
- package/src/x-modules/search/store/module.ts +0 -94
- package/src/x-modules/search/store/types.ts +0 -215
- package/src/x-modules/search/wiring.ts +0 -159
- package/src/x-modules/search/x-module.ts +0 -26
- package/src/x-modules/search-box/components/__tests__/clear-search-input.spec.ts +0 -34
- package/src/x-modules/search-box/components/__tests__/search-button.spec.ts +0 -84
- package/src/x-modules/search-box/components/__tests__/search-input.spec.ts +0 -159
- package/src/x-modules/search-box/components/__tests__/utils.ts +0 -22
- package/src/x-modules/search-box/components/clear-search-input.vue +0 -177
- package/src/x-modules/search-box/components/index.ts +0 -3
- package/src/x-modules/search-box/components/search-button.vue +0 -183
- package/src/x-modules/search-box/components/search-input.vue +0 -394
- package/src/x-modules/search-box/events.types.ts +0 -63
- package/src/x-modules/search-box/index.ts +0 -5
- package/src/x-modules/search-box/store/emitters.ts +0 -13
- package/src/x-modules/search-box/store/index.ts +0 -3
- package/src/x-modules/search-box/store/module.ts +0 -23
- package/src/x-modules/search-box/store/types.ts +0 -54
- package/src/x-modules/search-box/wiring.ts +0 -47
- package/src/x-modules/search-box/x-module.ts +0 -26
- package/src/x-modules/tagging/config.types.ts +0 -6
- package/src/x-modules/tagging/events.types.ts +0 -7
- package/src/x-modules/tagging/index.ts +0 -5
- package/src/x-modules/tagging/store/emitters.ts +0 -9
- package/src/x-modules/tagging/store/index.ts +0 -3
- package/src/x-modules/tagging/store/module.ts +0 -15
- package/src/x-modules/tagging/store/types.ts +0 -41
- package/src/x-modules/tagging/wiring.ts +0 -8
- package/src/x-modules/tagging/x-module.ts +0 -25
- package/src/x-modules/x-modules.types.ts +0 -95
- package/static-docs/guide/getting-started/components/clear-search-input.md +0 -93
- package/static-docs/guide/getting-started/components/live-examples.md +0 -95
- package/static-docs/guide/getting-started/components/query-suggestions.md +0 -71
- package/static-docs/guide/getting-started/components/search-button.md +0 -93
- package/static-docs/guide/getting-started/components/search-input.md +0 -100
- package/static-docs/guide/getting-started/install-xplugin.md +0 -67
- package/static-docs/guide/getting-started/use-components.md +0 -70
- package/static-docs/guide/install.md +0 -25
- package/static-docs/react-components/ReactComponents.jsx +0 -46
- package/tests/.eslintignore +0 -1
- package/tests/.eslintrc.js +0 -6
- package/tests/e2e/README.md +0 -9
- package/tests/e2e/plugins/index.js +0 -8
- package/tests/e2e/specs/cucumber/All.features +0 -0
- package/tests/e2e/specs/cucumber/base-column-pickers.feature +0 -18
- package/tests/e2e/specs/cucumber/base-column-pickers.spec.ts +0 -27
- package/tests/e2e/specs/cucumber/base-events-modal.feature +0 -17
- package/tests/e2e/specs/cucumber/base-events-modal.spec.ts +0 -29
- package/tests/e2e/specs/cucumber/base-result-image.feature +0 -16
- package/tests/e2e/specs/cucumber/base-result-image.spec.ts +0 -26
- package/tests/e2e/specs/cucumber/common-steps.spec.ts +0 -83
- package/tests/e2e/specs/cucumber/empathize.feature +0 -120
- package/tests/e2e/specs/cucumber/empathize.spec.ts +0 -70
- package/tests/e2e/specs/cucumber/exclude-filters.feature +0 -11
- package/tests/e2e/specs/cucumber/exclude-filters.spec.ts +0 -27
- package/tests/e2e/specs/cucumber/filters-search.feature +0 -15
- package/tests/e2e/specs/cucumber/filters-search.spec.ts +0 -68
- package/tests/e2e/specs/cucumber/global-definitions.ts +0 -9
- package/tests/e2e/specs/cucumber/history-queries.feature +0 -77
- package/tests/e2e/specs/cucumber/history-queries.spec.ts +0 -163
- package/tests/e2e/specs/cucumber/identifier-results.feature +0 -26
- package/tests/e2e/specs/cucumber/identifier-results.spec.ts +0 -18
- package/tests/e2e/specs/cucumber/keyboard-navigation.feature +0 -56
- package/tests/e2e/specs/cucumber/keyboard-navigation.spec.ts +0 -107
- package/tests/e2e/specs/cucumber/multiselect-filters.feature +0 -22
- package/tests/e2e/specs/cucumber/multiselect-filters.spec.ts +0 -97
- package/tests/e2e/specs/cucumber/next-queries.feature +0 -48
- package/tests/e2e/specs/cucumber/next-queries.spec.ts +0 -82
- package/tests/e2e/specs/cucumber/no-suggestions.feature +0 -22
- package/tests/e2e/specs/cucumber/no-suggestions.spec.ts +0 -17
- package/tests/e2e/specs/cucumber/partial-results.feature +0 -38
- package/tests/e2e/specs/cucumber/partial-results.spec.ts +0 -58
- package/tests/e2e/specs/cucumber/popular-searches.feature +0 -29
- package/tests/e2e/specs/cucumber/popular-searches.spec.ts +0 -73
- package/tests/e2e/specs/cucumber/query-suggestions.feature +0 -48
- package/tests/e2e/specs/cucumber/query-suggestions.spec.ts +0 -69
- package/tests/e2e/specs/cucumber/recommendations.feature +0 -11
- package/tests/e2e/specs/cucumber/recommendations.spec.ts +0 -32
- package/tests/e2e/specs/cucumber/related-tags.feature +0 -52
- package/tests/e2e/specs/cucumber/related-tags.spec.ts +0 -102
- package/tests/e2e/specs/cucumber/search-box.feature +0 -64
- package/tests/e2e/specs/cucumber/search-box.spec.ts +0 -215
- package/tests/e2e/specs/cucumber/sliced-filters.feature +0 -31
- package/tests/e2e/specs/cucumber/sliced-filters.spec.ts +0 -63
- package/tests/e2e/specs/cucumber/sliding-panel.feature +0 -15
- package/tests/e2e/specs/cucumber/sliding-panel.spec.ts +0 -78
- package/tests/e2e/specs/cucumber/sort.feature +0 -21
- package/tests/e2e/specs/cucumber/sort.spec.ts +0 -75
- package/tests/e2e/specs/cucumber/spellcheck.feature +0 -32
- package/tests/e2e/specs/cucumber/spellcheck.spec.ts +0 -37
- package/tests/e2e/specs/default/views/Search.spec.ts +0 -269
- package/tests/e2e/support/index.ts +0 -251
- package/tests/tsconfig.json +0 -11
- package/tests/webpack.config.js +0 -41
- package/tsconfig.eslint.json +0 -4
- package/tsconfig.json +0 -25
- package/vue.config.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,921 +1,2455 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.0.0-alpha.
|
|
6
|
+
## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **components:** add `LocationProvider` component
|
|
11
|
+
([b005713](https://github.com/empathyco/x/commit/b0057130d99767efebcd8da6ef669bee81bac567)),
|
|
12
|
+
closes [EX-4639](https://searchbroker.atlassian.net/browse/EX-4639)
|
|
13
|
+
- **components:** replace `BaseEventButton` for an html button
|
|
14
|
+
([6028f16](https://github.com/empathyco/x/commit/6028f16374b794df9233a9aada78933502873864)),
|
|
15
|
+
closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
|
|
16
|
+
- **identifier-results:** add query origin in the identifier results search
|
|
17
|
+
([9c75236](https://github.com/empathyco/x/commit/9c75236bd21b0c483e01a62eb42a070510ea3cf2)),
|
|
18
|
+
closes [EX-4873](https://searchbroker.atlassian.net/browse/EX-4873)
|
|
19
|
+
- remove x installer from router hooks
|
|
20
|
+
([46fc1cf](https://github.com/empathyco/x/commit/46fc1cf73fccb01d1e97cd80916e33be5d617cf8))
|
|
21
|
+
- **scroll:** add `MainScroll` and `MainScrollItem`
|
|
22
|
+
([477c804](https://github.com/empathyco/x/commit/477c804cc6bbd09b1558e1448ce4bfe94e56e85b)),
|
|
23
|
+
closes [EX-4998](https://searchbroker.atlassian.net/browse/EX-4998)
|
|
24
|
+
- **scroll:** add empty `XModule`
|
|
25
|
+
([18e3e6a](https://github.com/empathyco/x/commit/18e3e6a4c17fccc8fedf90b9d644de41b224f716)),
|
|
26
|
+
closes [EX-4996](https://searchbroker.atlassian.net/browse/EX-4996)
|
|
27
|
+
- **scroll:** ignore first visible element when it is also the first one observed
|
|
28
|
+
([4ae670c](https://github.com/empathyco/x/commit/4ae670c87c534ca551da2b6ee44596ff56505f92)),
|
|
29
|
+
closes [EX-5041](https://searchbroker.atlassian.net/browse/EX-5041)
|
|
30
|
+
- **scroll:** move scroll related components to the `Scroll` `XModule`
|
|
31
|
+
([be083fa](https://github.com/empathyco/x/commit/be083fa6f46d7fc1f6d7a2a4288f7d09644da042)),
|
|
32
|
+
closes [EX-4997](https://searchbroker.atlassian.net/browse/EX-4997)
|
|
33
|
+
- **search:** add `SearchTaggingChanged` emitter and save coming `queryTagging` from the search
|
|
34
|
+
response
|
|
35
|
+
([aeb8cea](https://github.com/empathyco/x/commit/aeb8cea22fbc5abe3e8144000984cbff0e9f37d6)),
|
|
36
|
+
closes [EX-3525](https://searchbroker.atlassian.net/browse/EX-3525)
|
|
37
|
+
- **tagging:** add `SessionService`
|
|
38
|
+
([b9fcbfc](https://github.com/empathyco/x/commit/b9fcbfc0d600a0a4b32245d56c5b00965217e5f5)),
|
|
39
|
+
closes [EX-4875](https://searchbroker.atlassian.net/browse/EX-4875)
|
|
40
|
+
- update `Tagging` model
|
|
41
|
+
([598915c](https://github.com/empathyco/x/commit/598915ced128e3fa5586ff6c870e68cfa2e016c3)),
|
|
42
|
+
closes [EX-4985](https://searchbroker.atlassian.net/browse/EX-4985)
|
|
43
|
+
- **x-plugin:** Make XPluginMixin to add the component `location` to metadata.
|
|
44
|
+
([eb2c03a](https://github.com/empathyco/x/commit/eb2c03a329cd78c42becf09bdf49b860dca74e40)),
|
|
45
|
+
closes [EX-4869](https://searchbroker.atlassian.net/browse/EX-4869)
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
- **identifier-results:** provide resultClickExtraEvents so BaseResultLink emits them when clicked
|
|
50
|
+
([da2da47](https://github.com/empathyco/x/commit/da2da47ed1a1fe431dfdfc5a16205967c2ec1f06)),
|
|
51
|
+
closes [EX-4980](https://searchbroker.atlassian.net/browse/EX-4980)
|
|
52
|
+
|
|
53
|
+
### Testing
|
|
54
|
+
|
|
55
|
+
- **e2e:** add typing to e2e stubs
|
|
56
|
+
([d218b1b](https://github.com/empathyco/x/commit/d218b1bf4981194aecd9c21606eba01b74472a10))
|
|
57
|
+
- **e2e:** complete filter tests scenarios
|
|
58
|
+
([cc25bce](https://github.com/empathyco/x/commit/cc25bcec7dd4eadaec9fe67fae564dde5dcecbbf)),
|
|
59
|
+
closes [EX-3607](https://searchbroker.atlassian.net/browse/EX-3607)
|
|
60
|
+
- **e2e:** fix invalid identifier results data test selector
|
|
61
|
+
([0c1b780](https://github.com/empathyco/x/commit/0c1b780818ee244d506a603603b2e778e50c34f7))
|
|
62
|
+
- **e2e:** remove sliding panel test wait
|
|
63
|
+
([84e54ac](https://github.com/empathyco/x/commit/84e54ac582afb4698ef5451a63f272988b58596d)),
|
|
64
|
+
closes [EX-5009](https://searchbroker.atlassian.net/browse/EX-5009)
|
|
65
|
+
- **search:** redefine old search tests
|
|
66
|
+
([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
|
|
67
|
+
closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
|
|
68
|
+
|
|
69
|
+
# Change Log
|
|
7
70
|
|
|
71
|
+
All notable changes to this project will be documented in this file. See
|
|
72
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
73
|
+
|
|
74
|
+
## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
|
|
8
75
|
|
|
9
76
|
### Features
|
|
10
77
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
78
|
+
- **url:** set sort values and read them from the url
|
|
79
|
+
([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
|
|
80
|
+
closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
|
|
81
|
+
|
|
82
|
+
# Change Log
|
|
83
|
+
|
|
84
|
+
All notable changes to this project will be documented in this file. See
|
|
85
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
86
|
|
|
87
|
+
## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
|
|
88
|
+
|
|
89
|
+
### Features
|
|
90
|
+
|
|
91
|
+
- **components:** add new fixed header and aside layout
|
|
92
|
+
([e2c0ed5](https://github.com/empathyco/x/commit/e2c0ed5ad2ea0015b7d6d330d97499ad64d8947c)),
|
|
93
|
+
closes [EX-4821](https://searchbroker.atlassian.net/browse/EX-4821)
|
|
94
|
+
- **design-system:** Add Desing System Message and Progress Bar components
|
|
95
|
+
([bba13c9](https://github.com/empathyco/x/commit/bba13c9b632bbe6dad40505bcd5382bfd2105f8e)),
|
|
96
|
+
closes [EX-4904](https://searchbroker.atlassian.net/browse/EX-4904)
|
|
97
|
+
- **extra-params:** Add support to `UrlHandler` for handling `extra-params`
|
|
98
|
+
([4788be1](https://github.com/empathyco/x/commit/4788be15c5c47525279d3fedc3e468aebb1e8610)),
|
|
99
|
+
closes [EX-4564](https://searchbroker.atlassian.net/browse/EX-4564)
|
|
100
|
+
- **search:** add Redirection and AutoProgressBar components
|
|
101
|
+
([14168eb](https://github.com/empathyco/x/commit/14168eb6bc9ead3c807f70765cc6f277532c2959)),
|
|
102
|
+
closes [EX-4297](https://searchbroker.atlassian.net/browse/EX-4297)
|
|
103
|
+
- update x-components browserslist
|
|
104
|
+
([0795ed3](https://github.com/empathyco/x/commit/0795ed3b2cca9d64069426e1b449bbcc725f0a09)),
|
|
105
|
+
closes [EX-3929](https://searchbroker.atlassian.net/browse/EX-3929)
|
|
106
|
+
- **x-plugin:** Update Alias API with `noResults`, `redirections` and `partialResults`
|
|
107
|
+
([c1ad042](https://github.com/empathyco/x/commit/c1ad0422822e88ec501f31e4b75bddf0ac2b3737)),
|
|
108
|
+
closes [EX-4946](https://searchbroker.atlassian.net/browse/EX-4946)
|
|
15
109
|
|
|
16
110
|
### Bug Fixes
|
|
17
111
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
112
|
+
- **facets:** now service uses only the first filter entity to update the facets.
|
|
113
|
+
([c2a19cd](https://github.com/empathyco/x/commit/c2a19cddb3db399fa7d242b7557ea8b2dc760461)),
|
|
114
|
+
closes [EX-4867](https://searchbroker.atlassian.net/browse/EX-4867)
|
|
115
|
+
- **url:** Fix URL clear query issue
|
|
116
|
+
([57680ad](https://github.com/empathyco/x/commit/57680ada60c2d0748f09d029831718ec04660d81)),
|
|
117
|
+
closes [EX-4949](https://searchbroker.atlassian.net/browse/EX-4949)
|
|
118
|
+
- **x-plugin:** fix no results message flash on load
|
|
119
|
+
([33f534f](https://github.com/empathyco/x/commit/33f534f0343b4115e9ce4d506a9b3d299277976c)),
|
|
120
|
+
closes [EX-4951](https://searchbroker.atlassian.net/browse/EX-4951)
|
|
121
|
+
|
|
122
|
+
### Code Refactoring
|
|
21
123
|
|
|
124
|
+
- **design-system:** Refactor Design System View
|
|
125
|
+
([f8faf3b](https://github.com/empathyco/x/commit/f8faf3b049160771fa657ac17be4154f434b558c)),
|
|
126
|
+
closes [EX-4944](https://searchbroker.atlassian.net/browse/EX-4944)
|
|
22
127
|
|
|
23
|
-
###
|
|
128
|
+
### Testing
|
|
129
|
+
|
|
130
|
+
- **e2e:** fix sort intercepted request
|
|
131
|
+
([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
|
|
132
|
+
closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
|
|
133
|
+
|
|
134
|
+
# Change Log
|
|
135
|
+
|
|
136
|
+
All notable changes to this project will be documented in this file. See
|
|
137
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
138
|
+
|
|
139
|
+
## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
|
|
140
|
+
|
|
141
|
+
### ⚠ BREAKING CHANGES
|
|
142
|
+
|
|
143
|
+
- Slots that are created using properties like the `modelName` or the `id` of different objects, now
|
|
144
|
+
are named using the kebab-case version of those values. This affects the following components:
|
|
145
|
+
`BaseGrid`, `Facets` and `SelectedFiltersList`. Examples: `<template #Result="{ ... }">` now is
|
|
146
|
+
`<template #result="{ ... }">` `<template #NextQueriesGroup="{ ... }">` now is
|
|
147
|
+
`<template #next-queries-group="{ ... }">` `<template #hierarchical_category="{ ... }">` now is
|
|
148
|
+
`<template #hierarchical-category="{ ... }">`
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
- change all dynamic slots to kebab-case
|
|
153
|
+
([039d524](https://github.com/empathyco/x/commit/039d524d52b48019a02d31303fd23b59f19eee68)),
|
|
154
|
+
closes [EX-4807](https://searchbroker.atlassian.net/browse/EX-4807)
|
|
155
|
+
- **components:** move `maxItemsToRender` prop to `BaseSuggestions`. Add `maxItemsToRender` prop to
|
|
156
|
+
`Recommendations`.
|
|
157
|
+
([f26a189](https://github.com/empathyco/x/commit/f26a189a60f697579bf4334b899a701def05a22a)),
|
|
158
|
+
closes [EX-3993](https://searchbroker.atlassian.net/browse/EX-3993)
|
|
159
|
+
- **plugin:** minimise initial duplicated requests using a debounce
|
|
160
|
+
([3ad1fd4](https://github.com/empathyco/x/commit/3ad1fd4ec949de1f1484919d0165f9e6eaa3d882)),
|
|
161
|
+
closes [EX-4718](https://searchbroker.atlassian.net/browse/EX-4718)
|
|
162
|
+
- **url:** refactor module logic movig some logic to UrlHandler Component
|
|
163
|
+
([f5c9d61](https://github.com/empathyco/x/commit/f5c9d61e96a5365100bc832a955f03161100be79)),
|
|
164
|
+
closes [EX-4864](https://searchbroker.atlassian.net/browse/EX-4864)
|
|
165
|
+
- **url:** syncronize url and state with the facets and remove query from facets module
|
|
166
|
+
([370db5d](https://github.com/empathyco/x/commit/370db5d73a2cad96173db41b1869f1f665213c22)),
|
|
167
|
+
closes [EX-3511](https://searchbroker.atlassian.net/browse/EX-3511)
|
|
168
|
+
- **url:** syncronize url and state with the page
|
|
169
|
+
([16bc309](https://github.com/empathyco/x/commit/16bc309a0b592e98b3d25d937b2da0f7d2cbd5e4)),
|
|
170
|
+
closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
|
|
24
171
|
|
|
25
|
-
|
|
26
|
-
* **related-tags:** adapt to eDocs guidelines (#35) ([c0cc8ba](https://github.com/empathyco/x/commit/c0cc8ba8a04ca21a206cecd9e657b354e1ece782))
|
|
172
|
+
### Code Refactoring
|
|
27
173
|
|
|
174
|
+
- **url:** change `updateUrl` action to be a class
|
|
175
|
+
([0c668f2](https://github.com/empathyco/x/commit/0c668f29056deb282d10cb1639ed42980afd4f9e)),
|
|
176
|
+
closes [EX-4827](https://searchbroker.atlassian.net/browse/EX-4827)
|
|
28
177
|
|
|
29
178
|
### Testing
|
|
30
179
|
|
|
31
|
-
|
|
180
|
+
- **e2e:** use main layout in mocked tests
|
|
181
|
+
([f98c609](https://github.com/empathyco/x/commit/f98c609cbd32a109e3718538074132e0e1ffa48d)),
|
|
182
|
+
closes [EX-4750](https://searchbroker.atlassian.net/browse/EX-4750)
|
|
183
|
+
|
|
184
|
+
### Styling
|
|
32
185
|
|
|
186
|
+
- add pre-commit hooks to run eslint and prettier
|
|
187
|
+
([3acc741](https://github.com/empathyco/x/commit/3acc7419b6ece4d7f353d0d1240677271a344bae)),
|
|
188
|
+
closes [EX-4439](https://searchbroker.atlassian.net/browse/EX-4439)
|
|
33
189
|
|
|
190
|
+
### Documentation
|
|
34
191
|
|
|
35
|
-
|
|
192
|
+
- fix components documentation export
|
|
193
|
+
([a267e44](https://github.com/empathyco/x/commit/a267e448af5aa657c47aec38b8fe34952663ade8)),
|
|
194
|
+
closes [EX-3816](https://searchbroker.atlassian.net/browse/EX-3816)
|
|
195
|
+
- Fix components documentation markdown
|
|
196
|
+
([a9877b5](https://github.com/empathyco/x/commit/a9877b5b64259de2313509290b1254667653b420)),
|
|
197
|
+
closes [EX-4878](https://searchbroker.atlassian.net/browse/EX-4878)
|
|
36
198
|
|
|
199
|
+
## [3.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.25...@empathyco/x-components@3.0.0-alpha.26) (2021-09-23)
|
|
37
200
|
|
|
38
201
|
### Features
|
|
39
202
|
|
|
40
|
-
|
|
203
|
+
- **design-system:** add tokens for non matching part of suggestion
|
|
204
|
+
([550f2f4](https://github.com/empathyco/x/commit/550f2f42940019b3108fb4a83c88fc668a1f47e1)),
|
|
205
|
+
closes [EX-4786](https://searchbroker.atlassian.net/browse/EX-4786)
|
|
206
|
+
- **url:** set the related tags from the url in the store and viceversa
|
|
207
|
+
([ec3baa8](https://github.com/empathyco/x/commit/ec3baa84732019b3c2c599c3e809124ede199fa3)),
|
|
208
|
+
closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
|
|
209
|
+
- **url:** syncronize url and state with the page
|
|
210
|
+
([2590cdc](https://github.com/empathyco/x/commit/2590cdc8e6c7effb075c3c4407ad1379e0fa3201)),
|
|
211
|
+
closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
|
|
41
212
|
|
|
213
|
+
### Code Refactoring
|
|
42
214
|
|
|
43
|
-
|
|
215
|
+
- **facets:** fix facets performance issues
|
|
216
|
+
([e4d0361](https://github.com/empathyco/x/commit/e4d036132761814205ff393bd2b14af8f548ba67)),
|
|
217
|
+
closes [EX-4800](https://searchbroker.atlassian.net/browse/EX-4800)
|
|
44
218
|
|
|
45
|
-
|
|
219
|
+
### Styling
|
|
46
220
|
|
|
47
|
-
|
|
221
|
+
- format with prettier and avoid fixing code while linting
|
|
222
|
+
([54539a7](https://github.com/empathyco/x/commit/54539a7e4c34bc6a77ab48c4618e14b40be69e16))
|
|
48
223
|
|
|
224
|
+
## [3.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.24...@empathyco/x-components@3.0.0-alpha.25) (2021-09-22)
|
|
49
225
|
|
|
50
226
|
### Features
|
|
51
227
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
228
|
+
- **components:** Add `TranslateFromLeft` and `CrossFade` animations.
|
|
229
|
+
([7690dcd](https://github.com/empathyco/x/commit/7690dcdd1b3286b36584a18de5141038aaa1597d)),
|
|
230
|
+
closes [EX-4772](https://searchbroker.atlassian.net/browse/EX-4772)
|
|
231
|
+
- **url:** syncronize url and state with the query
|
|
232
|
+
([95af0c5](https://github.com/empathyco/x/commit/95af0c5094c4dc1fccbde5a4ed75178f6a041661)),
|
|
233
|
+
closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
|
|
234
|
+
|
|
235
|
+
### Code Refactoring
|
|
57
236
|
|
|
237
|
+
- use `NamedModel` generic parameter to better type models
|
|
238
|
+
([4255c94](https://github.com/empathyco/x/commit/4255c94c05b497272409fcba745c29cd8b0d870a)),
|
|
239
|
+
closes [EX-4734](https://searchbroker.atlassian.net/browse/EX-4734)
|
|
58
240
|
|
|
59
|
-
|
|
241
|
+
## [3.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.23...@empathyco/x-components@3.0.0-alpha.24) (2021-09-20)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
244
|
+
|
|
245
|
+
## [3.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.22...@empathyco/x-components@3.0.0-alpha.23) (2021-09-20)
|
|
60
246
|
|
|
61
|
-
|
|
247
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
62
248
|
|
|
249
|
+
## [3.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.21...@empathyco/x-components@3.0.0-alpha.22) (2021-09-17)
|
|
250
|
+
|
|
251
|
+
### Features
|
|
252
|
+
|
|
253
|
+
- **design-system:** add utilities
|
|
254
|
+
([cc5c6cc](https://github.com/empathyco/x/commit/cc5c6cc2eb2daf48cf06c968a06465bb19ff89d9)),
|
|
255
|
+
closes [EX-4746](https://searchbroker.atlassian.net/browse/EX-4746)
|
|
256
|
+
- **url:** Add an action to save from url to the store.
|
|
257
|
+
([9fbf8d4](https://github.com/empathyco/x/commit/9fbf8d448bd243a3850eebbe1a4520372260e28a)),
|
|
258
|
+
closes [EX-4712](https://searchbroker.atlassian.net/browse/EX-4712)
|
|
259
|
+
- **url:** add new URL Manager component
|
|
260
|
+
([b3ea10d](https://github.com/empathyco/x/commit/b3ea10dfa0f94d13104372e6bde1733a2c013dae)),
|
|
261
|
+
closes [EX-4566](https://searchbroker.atlassian.net/browse/EX-4566)
|
|
63
262
|
|
|
64
263
|
### Testing
|
|
65
264
|
|
|
66
|
-
|
|
265
|
+
- **partial-results:** mock adapter for partial results e2e tests
|
|
266
|
+
([1515e79](https://github.com/empathyco/x/commit/1515e796ab72ada9936cb5d288dea76f83e50bf5)),
|
|
267
|
+
closes [EX-4647](https://searchbroker.atlassian.net/browse/EX-4647)
|
|
67
268
|
|
|
269
|
+
## [3.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.20...@empathyco/x-components@3.0.0-alpha.21) (2021-09-15)
|
|
68
270
|
|
|
69
|
-
###
|
|
271
|
+
### Features
|
|
70
272
|
|
|
71
|
-
|
|
273
|
+
- **design-system:** add `Shadow` component
|
|
274
|
+
([2592a4d](https://github.com/empathyco/x/commit/2592a4d9975109b0733a550c7d40f271ec984456)),
|
|
275
|
+
closes [EX-4739](https://searchbroker.atlassian.net/browse/EX-4739)
|
|
276
|
+
- **e2e:** mock adapter for query suggestions tests
|
|
277
|
+
([8566a82](https://github.com/empathyco/x/commit/8566a82954f12bf1592e398a8eed5871596b6f2a)),
|
|
278
|
+
closes [EX-4645](https://searchbroker.atlassian.net/browse/EX-4645)
|
|
279
|
+
- export store utils
|
|
280
|
+
([663f952](https://github.com/empathyco/x/commit/663f95227815fe2f7a9fcbb0b290774f26b4d7eb)),
|
|
281
|
+
closes [EX-4742](https://searchbroker.atlassian.net/browse/EX-4742)
|
|
72
282
|
|
|
283
|
+
### Bug Fixes
|
|
73
284
|
|
|
74
|
-
|
|
285
|
+
- **design-system:** fix typo. Increase `gap` and `padding` tokens up to 10. Add class for list item
|
|
286
|
+
flex none
|
|
287
|
+
([c47a888](https://github.com/empathyco/x/commit/c47a888c43ceb9f152f55b3831aaf575586942a3)),
|
|
288
|
+
closes [EX-4720](https://searchbroker.atlassian.net/browse/EX-4720)
|
|
75
289
|
|
|
76
|
-
|
|
290
|
+
## [3.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.19...@empathyco/x-components@3.0.0-alpha.20) (2021-09-15)
|
|
77
291
|
|
|
78
|
-
|
|
292
|
+
### Features
|
|
293
|
+
|
|
294
|
+
- **no-suggestions:** Remove `no-suggestions` module.
|
|
295
|
+
([4a859e7](https://github.com/empathyco/x/commit/4a859e787736feccc0a38b25ae7594553f8f4978)),
|
|
296
|
+
closes [EX-4736](https://searchbroker.atlassian.net/browse/EX-4736)
|
|
297
|
+
- **search:** save `Redirection`'s entities
|
|
298
|
+
([cdba4a6](https://github.com/empathyco/x/commit/cdba4a656f7cea74115d06173151d450657d1aed)),
|
|
299
|
+
closes [EX-4730](https://searchbroker.atlassian.net/browse/EX-4730)
|
|
300
|
+
|
|
301
|
+
## [3.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.18...@empathyco/x-components@3.0.0-alpha.19) (2021-09-13)
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
- Fix recommendations `setParams` wire. Export `LIST_ITEMS_KEY`.
|
|
306
|
+
([6262d80](https://github.com/empathyco/x/commit/6262d8076941847900a9f577a6588547e4fb703c)),
|
|
307
|
+
closes [EX-4724](https://searchbroker.atlassian.net/browse/EX-4724)
|
|
79
308
|
|
|
309
|
+
## [3.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.17...@empathyco/x-components@3.0.0-alpha.18) (2021-09-10)
|
|
80
310
|
|
|
81
311
|
### ⚠ BREAKING CHANGES
|
|
82
312
|
|
|
83
|
-
|
|
313
|
+
- **facets:** Rename `Filters` component to `FiltersList`.
|
|
314
|
+
- **facets:** Remove `MultiSelectFilters` component. Filters are multi-select by default. Apply the
|
|
315
|
+
`SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single select.
|
|
316
|
+
- **facets:** Refactor `HierarchicalFilter.children` field. Now, this field is a list of the
|
|
317
|
+
`Filter.ids` of the children filter. All `HierarchicalFilter`s are flattened in the
|
|
318
|
+
`Facet.filters` list.
|
|
319
|
+
- **facets:** Remove `facets` prop in the `Facets` component to provide `Facets` to the state. Use
|
|
320
|
+
the `FacetsProvider` component instead.
|
|
321
|
+
- **facets:** Remove `UserChangedSelectedFilters` event from `Facets` component. Use
|
|
322
|
+
`FacetsProvider` component instead.
|
|
323
|
+
- **facets:** Remove `UserClickedClearFacetFilters` event. `UserClickedClearAllFilters` is emitted
|
|
324
|
+
instead. Its payload is now a list of `Facet.id`s.
|
|
325
|
+
- **facets:** Rename `UserClickedFacetAllFilter` event to `UserClickedAllFilter`. Its payload is now
|
|
326
|
+
a list of `Facet.id`s.
|
|
327
|
+
- **facets:** Remove `BackendFacetsChanged` event. Use `FacetsChanged` event instead.
|
|
328
|
+
- **facets:** Remove `BackendFacetsProvided` event. Use `FacetsGroupProvided` instead.
|
|
329
|
+
- **facets:** Remove `FrontendFacetsChanged` event. Use `FacetsGroupProvided` instead.
|
|
330
|
+
- **facets:** Remove `FacetMultiSelectChanged` event. `Filter`s are multi-select by default. Apply
|
|
331
|
+
the `SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single
|
|
332
|
+
select.
|
|
333
|
+
- **facets:** Change `UserModifiedEditableNumberRangeFilter` payload. Now it is the
|
|
334
|
+
`EditableNumberRangeFilter` filter with the new range value.
|
|
84
335
|
|
|
85
336
|
### Features
|
|
86
337
|
|
|
87
|
-
|
|
338
|
+
- **animations:** add new `TranslateFromRight` animation
|
|
339
|
+
([e13561f](https://github.com/empathyco/x/commit/e13561f79e6ec04fed9ed99e56d75254f40858f5)),
|
|
340
|
+
closes [EX-4696](https://searchbroker.atlassian.net/browse/EX-4696)
|
|
341
|
+
- **design-system:** add `SingleColumnLayout` component.
|
|
342
|
+
([97f3000](https://github.com/empathyco/x/commit/97f3000ff024c0d46ce06099babc0ed17bc6ebe2)),
|
|
343
|
+
closes [EX-4706](https://searchbroker.atlassian.net/browse/EX-4706)
|
|
344
|
+
- **design-system:** add lists background colors to Design System
|
|
345
|
+
([9d23d61](https://github.com/empathyco/x/commit/9d23d6145d3a6ac12f0553af5ced2c5cc9c68653)),
|
|
346
|
+
closes [EX-4695](https://searchbroker.atlassian.net/browse/EX-4695)
|
|
347
|
+
- **facets-next:** move HierarchicalFilter component to new `facets-next` x-module
|
|
348
|
+
([a8c18ea](https://github.com/empathyco/x/commit/a8c18ea47df4ee451a13a55d5e9ee58dc8a5cf56)),
|
|
349
|
+
closes [EX-4622](https://searchbroker.atlassian.net/browse/EX-4622)
|
|
350
|
+
- **facets:** remove old `facets` X Module and replace by `facets-next`.
|
|
351
|
+
([a47d99f](https://github.com/empathyco/x/commit/a47d99fd9ccbb046c5a5054a92e723f2675b7563)),
|
|
352
|
+
closes [EX-3663](https://searchbroker.atlassian.net/browse/EX-3663)
|
|
353
|
+
- **mixin:** add origin injection in the mixin and the bus
|
|
354
|
+
([2304155](https://github.com/empathyco/x/commit/2304155aa5ab422193e4a9f01755c066a25f0c9e)),
|
|
355
|
+
closes [EX-4636](https://searchbroker.atlassian.net/browse/EX-4636)
|
|
356
|
+
- **next-queries:** add `NextQueriesList` component.
|
|
357
|
+
([eeb66c8](https://github.com/empathyco/x/commit/eeb66c865d9ca269ee4ef54e664c272a2d9ef233)),
|
|
358
|
+
closes [EX-4527](https://searchbroker.atlassian.net/browse/EX-4527)
|
|
359
|
+
- **search:** add origin to the request
|
|
360
|
+
([eb81c7e](https://github.com/empathyco/x/commit/eb81c7e1dacdf0cc201995c9ac5dfe9bb4f64a2d)),
|
|
361
|
+
closes [EX-4637](https://searchbroker.atlassian.net/browse/EX-4637)
|
|
362
|
+
- **spellcheck:** add spellchecked query to Alias API
|
|
363
|
+
([226f1fe](https://github.com/empathyco/x/commit/226f1fe2ddc5426472fd5819a999102395d0fdab)),
|
|
364
|
+
closes [EX-4694](https://searchbroker.atlassian.net/browse/EX-4694)
|
|
365
|
+
- **url:** add `url` x-module config. (#129)
|
|
366
|
+
([6570590](https://github.com/empathyco/x/commit/6570590738f3667419427fcde74fafe96e851f3c)),
|
|
367
|
+
closes [EX-4578](https://searchbroker.atlassian.net/browse/EX-4578)
|
|
368
|
+
- **url:** add new events
|
|
369
|
+
([702a8a8](https://github.com/empathyco/x/commit/702a8a8342b63831c78f6c3b018351787cd27c0a)),
|
|
370
|
+
closes [EX-4562](https://searchbroker.atlassian.net/browse/EX-4562)
|
|
371
|
+
- **url:** add url module state, urlParams getter and its emitter
|
|
372
|
+
([2c549ec](https://github.com/empathyco/x/commit/2c549eca859aafd68e67eddf4882d9ae43827991)),
|
|
373
|
+
closes [EX-4570](https://searchbroker.atlassian.net/browse/EX-4570)
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
- **design-system:** fix issues with components height and layout
|
|
378
|
+
([4499b10](https://github.com/empathyco/x/commit/4499b101c9207f080e1995faa3d6639c102e0f2f)),
|
|
379
|
+
closes [EX-4693](https://searchbroker.atlassian.net/browse/EX-4693)
|
|
380
|
+
- **popular-searches:** fix popular searches and query suggestions canceling requests.
|
|
381
|
+
([818c373](https://github.com/empathyco/x/commit/818c373acc0036b2f20378ebdcba2c261890d03b)),
|
|
382
|
+
closes [EX-4697](https://searchbroker.atlassian.net/browse/EX-4697)
|
|
383
|
+
|
|
384
|
+
### Testing
|
|
385
|
+
|
|
386
|
+
- **e2e:** mock adapter for identifier results
|
|
387
|
+
([44b0f3a](https://github.com/empathyco/x/commit/44b0f3ac2c8adbcc0d9deedbbdad8a120b51b1cc)),
|
|
388
|
+
closes [EX-4472](https://searchbroker.atlassian.net/browse/EX-4472)
|
|
88
389
|
|
|
390
|
+
## [3.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.16...@empathyco/x-components@3.0.0-alpha.17) (2021-08-26)
|
|
391
|
+
|
|
392
|
+
### Features
|
|
393
|
+
|
|
394
|
+
- **facets-next:** add all remaining components to Facets Next X-Module
|
|
395
|
+
([b9e0afc](https://github.com/empathyco/x/commit/b9e0afcbc657ec4925054bcb24f61de5f35fc741)),
|
|
396
|
+
closes [EX-4615](https://searchbroker.atlassian.net/browse/EX-4615)
|
|
397
|
+
- **next-queries:** add extra params in the request
|
|
398
|
+
([d6b362b](https://github.com/empathyco/x/commit/d6b362ba94c1755004f005b6841c03a4e73bfe98)),
|
|
399
|
+
closes [EX-4624](https://searchbroker.atlassian.net/browse/EX-4624)
|
|
400
|
+
- **popular-searches:** add extra params
|
|
401
|
+
([697055e](https://github.com/empathyco/x/commit/697055eb28bf4640eb879d4559d083c51ab775f9)),
|
|
402
|
+
closes [EX-4623](https://searchbroker.atlassian.net/browse/EX-4623)
|
|
403
|
+
- **query-suggestions:** add new extra params in the request
|
|
404
|
+
([c15512c](https://github.com/empathyco/x/commit/c15512cd6b633d5eefecf8e9efdef2e921d84901)),
|
|
405
|
+
closes [EX-4627](https://searchbroker.atlassian.net/browse/EX-4627)
|
|
406
|
+
- **recommendations:** recommendations extra params and state reset on change.
|
|
407
|
+
([a5938ac](https://github.com/empathyco/x/commit/a5938ac1280fc273c633061f411c5a47b15e5d78)),
|
|
408
|
+
closes [EX-4626](https://searchbroker.atlassian.net/browse/EX-4626)
|
|
409
|
+
- **related-tags:** add new extra params in the request
|
|
410
|
+
([6d642b5](https://github.com/empathyco/x/commit/6d642b59b3030c5c04f00e38a90253aa2199d0a8)),
|
|
411
|
+
closes [EX-4625](https://searchbroker.atlassian.net/browse/EX-4625)
|
|
412
|
+
- **search:** add extra params to search module
|
|
413
|
+
([1c44a70](https://github.com/empathyco/x/commit/1c44a708a4df63b879fccc8617bf1b1fb12747a0)),
|
|
414
|
+
closes [EX-4554](https://searchbroker.atlassian.net/browse/EX-4554)
|
|
89
415
|
|
|
90
416
|
### Testing
|
|
91
417
|
|
|
92
|
-
|
|
418
|
+
- **e2e:** mock search-box e2e tests
|
|
419
|
+
([155b15c](https://github.com/empathyco/x/commit/155b15c046956fec2ecfbed8bc322360bcad43f0)),
|
|
420
|
+
closes [EX-4474](https://searchbroker.atlassian.net/browse/EX-4474)
|
|
93
421
|
|
|
422
|
+
## [3.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.15...@empathyco/x-components@3.0.0-alpha.16) (2021-08-24)
|
|
94
423
|
|
|
95
|
-
###
|
|
424
|
+
### Features
|
|
96
425
|
|
|
97
|
-
|
|
426
|
+
- **extra-params:** add new renderless extra params component
|
|
427
|
+
([ec844c3](https://github.com/empathyco/x/commit/ec844c359c3d5a7f8ecd389d0138c6c53c839c87)),
|
|
428
|
+
closes [EX-4605](https://searchbroker.atlassian.net/browse/EX-4605)
|
|
429
|
+
- **extra-params:** add new snippet extra params component
|
|
430
|
+
([33e68df](https://github.com/empathyco/x/commit/33e68dfdef7e44e67f7e9f4ff093ade235f0c563)),
|
|
431
|
+
closes [EX-4545](https://searchbroker.atlassian.net/browse/EX-4545)
|
|
432
|
+
- **facets-next:** add `AllFilter`, `BaseFilter` and `EditableNumberRangeFilter` components to
|
|
433
|
+
`facets-next` x-module.
|
|
434
|
+
([8483937](https://github.com/empathyco/x/commit/84839377076cdf97a765d44511b12f770bd9b33f)),
|
|
435
|
+
closes [EX-4592](https://searchbroker.atlassian.net/browse/EX-4592)
|
|
436
|
+
- **facets-next:** add `Facets` component to `facets-next` x-module
|
|
437
|
+
([1a4daea](https://github.com/empathyco/x/commit/1a4daeaf6e49dee7c41c0a98811853c32c22e01b)),
|
|
438
|
+
closes [EX-3661](https://searchbroker.atlassian.net/browse/EX-3661)
|
|
439
|
+
- **facets-next:** add `FacetsProvider` component
|
|
440
|
+
([c52d972](https://github.com/empathyco/x/commit/c52d972e2d3470e7ae6b159e72b4deeac3971053)),
|
|
441
|
+
closes [EX-4588](https://searchbroker.atlassian.net/browse/EX-4588)
|
|
442
|
+
- **facets-next:** add `SimpleFilter`, `HierarchicalFilter`, `NumberRangeFilter`, `RenderlessFilter`
|
|
443
|
+
and `Filters` components to the `facets-next` x-module.
|
|
444
|
+
([8f82d12](https://github.com/empathyco/x/commit/8f82d123c8dee6dcc403a46684c4793596d44008)),
|
|
445
|
+
closes [EX-4614](https://searchbroker.atlassian.net/browse/EX-4614)
|
|
98
446
|
|
|
99
|
-
|
|
447
|
+
### Testing
|
|
448
|
+
|
|
449
|
+
- **facets-next:** add missing service tests
|
|
450
|
+
([7d462e1](https://github.com/empathyco/x/commit/7d462e18847dd0632a66701341078f0a9a1318a3)),
|
|
451
|
+
closes [EX-4589](https://searchbroker.atlassian.net/browse/EX-4589)
|
|
100
452
|
|
|
453
|
+
## [3.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.14...@empathyco/x-components@3.0.0-alpha.15) (2021-08-20)
|
|
101
454
|
|
|
102
455
|
### Features
|
|
103
456
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
457
|
+
- **extra-params:** add `ExtraParams` component
|
|
458
|
+
([e1bbf2c](https://github.com/empathyco/x/commit/e1bbf2cbf251a5e7cdf4ebefbd3f4bcf4230cb21)),
|
|
459
|
+
closes [EX-4575](https://searchbroker.atlassian.net/browse/EX-4575)
|
|
460
|
+
- **extra-params:** add module
|
|
461
|
+
([f20323d](https://github.com/empathyco/x/commit/f20323d5ae817576b468c04a240eee380e8ff5be)),
|
|
462
|
+
closes [EX-4585](https://searchbroker.atlassian.net/browse/EX-4585)
|
|
463
|
+
- **facets-next:** add facets to the state and facets getter
|
|
464
|
+
([27ce68d](https://github.com/empathyco/x/commit/27ce68d47a6414457cd648f261b50bb88e171718)),
|
|
465
|
+
closes [EX-4584](https://searchbroker.atlassian.net/browse/EX-4584)
|
|
466
|
+
- modify search function in XAPI to open X
|
|
467
|
+
([9c42da0](https://github.com/empathyco/x/commit/9c42da0af70dfdb5f767eccb08f47e402ac47a70)),
|
|
468
|
+
closes [EX-3555](https://searchbroker.atlassian.net/browse/EX-3555)
|
|
469
|
+
- **facets-next:** Add `FacetsService`
|
|
470
|
+
([3b2871f](https://github.com/empathyco/x/commit/3b2871f9993b8cde206585e863f7c10cbe1f80d9)),
|
|
471
|
+
closes [EX-3653](https://searchbroker.atlassian.net/browse/EX-3653)
|
|
472
|
+
- **facets-next:** add wiring. add new `wireService` and `wireServiceWithoutPayload` wires
|
|
473
|
+
factories.
|
|
474
|
+
([b28a221](https://github.com/empathyco/x/commit/b28a221b8a23ca2d307f75b01242ccabb7d218e0)),
|
|
475
|
+
closes [EX-3657](https://searchbroker.atlassian.net/browse/EX-3657)
|
|
476
|
+
- **url:** add new empty module
|
|
477
|
+
([955a3bf](https://github.com/empathyco/x/commit/955a3bf35930be8688ad8fefc20632573e8e899b)),
|
|
478
|
+
closes [EX-3203](https://searchbroker.atlassian.net/browse/EX-3203)
|
|
111
479
|
|
|
480
|
+
### Testing
|
|
112
481
|
|
|
113
|
-
|
|
482
|
+
- **e2e:** mock adapter on popular searches requests
|
|
483
|
+
([2a8d652](https://github.com/empathyco/x/commit/2a8d6529c361be7922a2f640affdedd5e830f82e)),
|
|
484
|
+
closes [EX-4466](https://searchbroker.atlassian.net/browse/EX-4466)
|
|
485
|
+
- **e2e:** move stubs creation within the test itself and rewrite mocking features
|
|
486
|
+
([f99d4e4](https://github.com/empathyco/x/commit/f99d4e4297dc5e55fbf6b7a3f23dfde4db25d2c6)),
|
|
487
|
+
closes [EX-4533](https://searchbroker.atlassian.net/browse/EX-4533)
|
|
114
488
|
|
|
115
|
-
|
|
116
|
-
* **design-system:** fix the stroke and the text decoration in the typography ([6bd879d](https://bitbucket.org/colbenson/x-components/commits/6bd879d751ef3c839ad2d466b7887e4048d14157)), closes [EX-4176](https://searchbroker.atlassian.net/browse/EX-4176)
|
|
117
|
-
* **facets:** `isNewQuery` utility was returning false when only one query was empty ([b0405e2](https://bitbucket.org/colbenson/x-components/commits/b0405e2eb7effc27f7de9e358ae95e0f3b860d1c)), closes [EX-4160](https://searchbroker.atlassian.net/browse/EX-4160)
|
|
118
|
-
* **facets:** new label slot inside the `Hierarchical Filter` children ([7fd1275](https://bitbucket.org/colbenson/x-components/commits/7fd1275fcc52b80d26e08a077091d8e38a14db98)), closes [EX-4172](https://searchbroker.atlassian.net/browse/EX-4172)
|
|
119
|
-
* **utils:** add missing exports to barrel ([abc8059](https://bitbucket.org/colbenson/x-components/commits/abc8059bc8ce1c2a7fe7a063a784d74fca789e36)), closes [EX-4182](https://searchbroker.atlassian.net/browse/EX-4182)
|
|
489
|
+
## [3.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.13...@empathyco/x-components@3.0.0-alpha.14) (2021-08-11)
|
|
120
490
|
|
|
491
|
+
### ⚠ BREAKING CHANGES
|
|
121
492
|
|
|
122
|
-
|
|
493
|
+
- **components:** Remove `hideIntegerDecimals` from `currency-formatter` util, `base-currency`
|
|
494
|
+
component.
|
|
495
|
+
- **facets-next:** Rename `EmpathyFilterMapper` to `EmpathyFacetFilterMapper`. Response filter
|
|
496
|
+
mappers now map the API value in the `id` filters property. `EmpathyHierarchicalFacetMapper` now
|
|
497
|
+
flattens and stores all the filters in the `filter` property. `EmpathyHierarchicalFacetMapper` now
|
|
498
|
+
only maps filters ids in `HierarchicalFilter` children. Bump up `@empathyco/x-types` major version
|
|
499
|
+
in `@empathyco/x-adapter`.
|
|
123
500
|
|
|
124
|
-
|
|
501
|
+
### Features
|
|
125
502
|
|
|
503
|
+
- **components:** add option to hide decimals if the number to format is an integer in
|
|
504
|
+
`currencyFormatter` `format` option.
|
|
505
|
+
([b2f6450](https://github.com/empathyco/x/commit/b2f64507f3ce4713c9ed1df725a2c84c01c21f78)),
|
|
506
|
+
closes [EX-3547](https://searchbroker.atlassian.net/browse/EX-3547)
|
|
507
|
+
- **facets-next:** add entity filter modifiers
|
|
508
|
+
([7074938](https://github.com/empathyco/x/commit/70749382e0a310736ce9b75c5ac1d4466384d0fe)),
|
|
509
|
+
closes [EX-3651](https://searchbroker.atlassian.net/browse/EX-3651)
|
|
510
|
+
- **facets-next:** add support for the new search types in search adapter
|
|
511
|
+
([aec475e](https://github.com/empathyco/x/commit/aec475e4f689e63a4dc1b0fed3c3ade73b5122f2)),
|
|
512
|
+
closes [EX-3640](https://searchbroker.atlassian.net/browse/EX-3640)
|
|
126
513
|
|
|
127
514
|
### Testing
|
|
128
515
|
|
|
129
|
-
|
|
516
|
+
- **e2e:** mock adapter on next queries requests
|
|
517
|
+
([1434ef7](https://github.com/empathyco/x/commit/1434ef767b305b90522d54ef0cd42d33eea8e38e)),
|
|
518
|
+
closes [EX-4468](https://searchbroker.atlassian.net/browse/EX-4468)
|
|
519
|
+
- **e2e:** mock all the e2e requests of Next Queries
|
|
520
|
+
([cff6438](https://github.com/empathyco/x/commit/cff6438dc3f9053d778ab8b58b789cb37104c3bd))
|
|
130
521
|
|
|
522
|
+
## [3.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.12...@empathyco/x-components@3.0.0-alpha.13) (2021-08-05)
|
|
131
523
|
|
|
132
|
-
|
|
524
|
+
### Build System
|
|
525
|
+
|
|
526
|
+
- upgrade x-translations dependencies
|
|
527
|
+
([6e538fa](https://github.com/empathyco/x/commit/6e538facd2a9655532f797e340572550347dfc72)),
|
|
528
|
+
closes [EX-4506](https://searchbroker.atlassian.net/browse/EX-4506)
|
|
133
529
|
|
|
530
|
+
## [3.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.11...@empathyco/x-components@3.0.0-alpha.12) (2021-08-05)
|
|
134
531
|
|
|
135
532
|
### Features
|
|
136
533
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
* **design-system:** add new typography variants ([fc934bc](https://bitbucket.org/colbenson/x-components/commits/fc934bc2026d8d161c394f9c51f2eab6b87c0ac5)), closes [EX-4092](https://searchbroker.atlassian.net/browse/EX-4092)
|
|
147
|
-
* **design-system:** add option list tokens ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)), closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
148
|
-
* **design-system:** add `x-grid` Design System tokens ([5f198c5](https://bitbucket.org/colbenson/x-components/commits/5f198c587cae04443d28b329f6ff6db883c0073e)), closes [EX-4082](https://searchbroker.atlassian.net/browse/EX-4082)
|
|
149
|
-
* **design-system:** add `x-result` Design System tokens ([33c13d7](https://bitbucket.org/colbenson/x-components/commits/33c13d79fa5444c48b1514ddbc77bcb718a303fc)), closes [EX-3765](https://searchbroker.atlassian.net/browse/EX-3765)
|
|
150
|
-
* **design-system:** improve `x-icon` token ([088ee0a](https://bitbucket.org/colbenson/x-components/commits/088ee0aa9305306f66297d1c35fc47c856c2d361)), closes [EX-4017](https://searchbroker.atlassian.net/browse/EX-4017)
|
|
151
|
-
* **design-system:** add `x-row` and `x-row-item` tokens ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)), closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
152
|
-
* **design-system:** add `x-picture` Design System tokens ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)), closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
153
|
-
* **facets:** add `SortedFilters` component ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
154
|
-
* **components:** change `NoElement` component to be not functional ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)), closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
155
|
-
* **components:** add `BaseResultPlaceholderImage` and `BaseResultFallbackImage` ([cd246ce](https://bitbucket.org/colbenson/x-components/commits/cd246ce004eb04d5fa5f601fce281c1841fc4e14)), closes [EX-4129](https://searchbroker.atlassian.net/browse/EX-4129)
|
|
534
|
+
- **facets-next:** add `EditableNumberRangeFilterEntity`
|
|
535
|
+
([876da46](https://github.com/empathyco/x/commit/876da466da986de89b40dcceb4119cac816228d1)),
|
|
536
|
+
closes [EX-4356](https://searchbroker.atlassian.net/browse/EX-4356)
|
|
537
|
+
- **facets-next:** add `HierarchicalFilterEntity`
|
|
538
|
+
([d633721](https://github.com/empathyco/x/commit/d633721b6c795ee9145925d366216edd616b0807)),
|
|
539
|
+
closes [EX-4354](https://searchbroker.atlassian.net/browse/EX-4354)
|
|
540
|
+
- **facets-next:** add `RawFilterEntity`
|
|
541
|
+
([f87d873](https://github.com/empathyco/x/commit/f87d8737d8a2049f7311294f7c260b36f542014b)),
|
|
542
|
+
closes [EX-4358](https://searchbroker.atlassian.net/browse/EX-4358)
|
|
156
543
|
|
|
544
|
+
## [3.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.10...@empathyco/x-components@3.0.0-alpha.11) (2021-08-03)
|
|
157
545
|
|
|
158
|
-
###
|
|
546
|
+
### Features
|
|
159
547
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
548
|
+
- **facets-next:** add `SimpleFilterEntity`
|
|
549
|
+
([9b551a4](https://github.com/empathyco/x/commit/9b551a41d6e67c64942cfe26051a06ce7dc91a65)),
|
|
550
|
+
closes [EX-4352](https://searchbroker.atlassian.net/browse/EX-4352)
|
|
163
551
|
|
|
552
|
+
### Bug Fixes
|
|
164
553
|
|
|
165
|
-
|
|
554
|
+
- **animations:** disable leaving elements listening to click events
|
|
555
|
+
([3d7b92b](https://github.com/empathyco/x/commit/3d7b92b1baa2c86c3fe8e390cec8a203bc62c95e)),
|
|
556
|
+
closes [EX-4504](https://searchbroker.atlassian.net/browse/EX-4504)
|
|
166
557
|
|
|
167
|
-
|
|
168
|
-
* **e2e:** update Cypress to 7.4.0 ([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)), closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
|
|
558
|
+
### Build System
|
|
169
559
|
|
|
560
|
+
- Update TypeScript to 4.3.5.Update TSLib to 2.3.5.
|
|
561
|
+
([4cebdfc](https://github.com/empathyco/x/commit/4cebdfc11e1520552a687def3eda1bf0c132e031)),
|
|
562
|
+
closes [EX-4435](https://searchbroker.atlassian.net/browse/EX-4435)
|
|
170
563
|
|
|
171
|
-
|
|
564
|
+
## [3.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.9...@empathyco/x-components@3.0.0-alpha.10) (2021-07-29)
|
|
172
565
|
|
|
173
|
-
|
|
566
|
+
### Features
|
|
174
567
|
|
|
568
|
+
- **facets-next:** add module
|
|
569
|
+
([b002637](https://github.com/empathyco/x/commit/b002637c535d9a1654a264cd3c759fc013cf8fdc)),
|
|
570
|
+
closes [EX-3647](https://searchbroker.atlassian.net/browse/EX-3647)
|
|
175
571
|
|
|
176
572
|
### Build System
|
|
177
573
|
|
|
178
|
-
|
|
574
|
+
- use 2 different versions of search-types
|
|
575
|
+
([5a6ac76](https://github.com/empathyco/x/commit/5a6ac76fea26c0f284904d4f514a1370b7c6184b)),
|
|
576
|
+
closes [EX-4477](https://searchbroker.atlassian.net/browse/EX-4477)
|
|
179
577
|
|
|
578
|
+
## [3.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.8...@empathyco/x-components@3.0.0-alpha.9) (2021-07-29)
|
|
180
579
|
|
|
181
|
-
###
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
- **banners:** fix repeated banners and promoted on page load
|
|
583
|
+
([aec10f1](https://github.com/empathyco/x/commit/aec10f1a6d8b65e32eaf459a2d110cb6ea18111f)),
|
|
584
|
+
closes [EX-4492](https://searchbroker.atlassian.net/browse/EX-4492)
|
|
585
|
+
- **directives:** change `infinite-scroll` threshold to avoid decimals bug in `Chrome`
|
|
586
|
+
([41b9c6e](https://github.com/empathyco/x/commit/41b9c6ebe295e0887dbf65a4ad54dfdef501ca15)),
|
|
587
|
+
closes [EX-4489](https://searchbroker.atlassian.net/browse/EX-4489)
|
|
588
|
+
|
|
589
|
+
## [3.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.7...@empathyco/x-components@3.0.0-alpha.8) (2021-07-28)
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
- **promoted:** fix name export of PromotedsList component
|
|
594
|
+
([e29bc52](https://github.com/empathyco/x/commit/e29bc52d0c82ba85dc013882e5d80674a870de2f)),
|
|
595
|
+
closes [EX-4484](https://searchbroker.atlassian.net/browse/EX-4484)
|
|
596
|
+
|
|
597
|
+
## [3.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.7) (2021-07-27)
|
|
598
|
+
|
|
599
|
+
### Features
|
|
600
|
+
|
|
601
|
+
- **search:** add `BannersList` and `PromotedsList` components
|
|
602
|
+
([5794f31](https://github.com/empathyco/x/commit/5794f312d21e8b4ec64192ec0533a6f762b39959)),
|
|
603
|
+
closes [EX-4293](https://searchbroker.atlassian.net/browse/EX-4293)
|
|
182
604
|
|
|
183
|
-
|
|
184
|
-
* **search-box:** update `ClearSearchInput` documentation ([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)), closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
|
|
185
|
-
* **search-box:** update `SearchButton` documentation ([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)), closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
|
|
186
|
-
* **build:** avoid creating Methods section in components documentation ([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)), closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
|
|
605
|
+
### Bug Fixes
|
|
187
606
|
|
|
607
|
+
- **design-system:** Fix padding in Input Group Line variant
|
|
608
|
+
([bea2153](https://github.com/empathyco/x/commit/bea2153b702a37e05cc3240fc6201f5b7f38ed5f)),
|
|
609
|
+
closes [EX-4459](https://searchbroker.atlassian.net/browse/EX-4459)
|
|
188
610
|
|
|
189
611
|
### Code Refactoring
|
|
190
612
|
|
|
191
|
-
|
|
613
|
+
- **design-system:** rename `tokens` to use `style-dictionary`
|
|
614
|
+
([1c25fdc](https://github.com/empathyco/x/commit/1c25fdcbe7e13388e465dabd565597acbda32f85)),
|
|
615
|
+
closes [EX-4327](https://searchbroker.atlassian.net/browse/EX-4327)
|
|
192
616
|
|
|
193
|
-
|
|
617
|
+
### Testing
|
|
194
618
|
|
|
619
|
+
- **e2e:** stub 'adapter.getTopRecommendations` calls
|
|
620
|
+
([93480b4](https://github.com/empathyco/x/commit/93480b4cd14f90b17d85a12debb4a922381b5de7)),
|
|
621
|
+
closes [EX-3433](https://searchbroker.atlassian.net/browse/EX-3433)
|
|
195
622
|
|
|
196
|
-
|
|
623
|
+
## [3.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.5...@empathyco/x-components@3.0.0-alpha.6) (2021-07-20)
|
|
197
624
|
|
|
198
|
-
|
|
199
|
-
* **design-system:** add design system icons ([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)), closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
|
|
200
|
-
* **design-system:** add `x-list`and variants tokens ([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)), closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
|
|
201
|
-
* **design-system:** add `x-option-list` and variants tokens ([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)), closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
202
|
-
* **design-system:** add `x-row` and `x-row-item` tokens ([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)), closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
203
|
-
* **design-system:** add `x-picture` tokens ([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)), closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
204
|
-
* **facets:** add `SortedFilters` component ([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
205
|
-
* **no-element:** change `NoElement` component to be not functional ([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)), closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
625
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
206
626
|
|
|
627
|
+
## [3.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.4...@empathyco/x-components@3.0.0-alpha.5) (2021-07-20)
|
|
207
628
|
|
|
208
|
-
###
|
|
629
|
+
### Continuous Integration
|
|
209
630
|
|
|
210
|
-
|
|
631
|
+
- Fix publishing in x-components. Normalize build scripts.
|
|
632
|
+
([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)),
|
|
633
|
+
closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
|
|
211
634
|
|
|
635
|
+
## [3.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.3...@empathyco/x-components@3.0.0-alpha.4) (2021-07-15)
|
|
212
636
|
|
|
213
637
|
### Testing
|
|
214
638
|
|
|
215
|
-
|
|
216
|
-
|
|
639
|
+
- **component:** configure Cypress component testing
|
|
640
|
+
([a39172e](https://github.com/empathyco/x/commit/a39172e030f81abf6f9ad1a0cdd5079ec4320e1b)),
|
|
641
|
+
closes [EX-4339](https://searchbroker.atlassian.net/browse/EX-4339)
|
|
217
642
|
|
|
643
|
+
## [3.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.2...@empathyco/x-components@3.0.0-alpha.3) (2021-07-14)
|
|
218
644
|
|
|
219
|
-
###
|
|
645
|
+
### Features
|
|
646
|
+
|
|
647
|
+
- **design-system:** add scroll-to-top slot in Layout
|
|
648
|
+
([421e937](https://github.com/empathyco/x/commit/421e9371da6f84069ae033cf0cba8ef360c2603e)),
|
|
649
|
+
closes [EX-4192](https://searchbroker.atlassian.net/browse/EX-4192)
|
|
650
|
+
- **search:** add `Promoted` component
|
|
651
|
+
([9c887dc](https://github.com/empathyco/x/commit/9c887dc77e66bf4847a0592557f68461844e0c44)),
|
|
652
|
+
closes [EX-4289](https://searchbroker.atlassian.net/browse/EX-4289)
|
|
653
|
+
- **search:** add Banner component
|
|
654
|
+
([205bf13](https://github.com/empathyco/x/commit/205bf13fe72a5d2c9b28fd0866a9ceb2d14b1700)),
|
|
655
|
+
closes [EX-4291](https://searchbroker.atlassian.net/browse/EX-4291)
|
|
220
656
|
|
|
221
|
-
|
|
657
|
+
### Bug Fixes
|
|
222
658
|
|
|
659
|
+
- **components:** make column picker & grid components listen to only `ColumnsNumberProvided` event
|
|
660
|
+
to fix incorrect columns number on re-mounts
|
|
661
|
+
([0d3d366](https://github.com/empathyco/x/commit/0d3d366266cee2e383d442913736d35d2f80ea7c)),
|
|
662
|
+
closes [EX-4189](https://searchbroker.atlassian.net/browse/EX-4189)
|
|
663
|
+
- **directives:** `InfiniteScroll` now works properly in Safari and with html or body as containers
|
|
664
|
+
([4921d31](https://github.com/empathyco/x/commit/4921d315b9732f200b1946e2938d20277f04cace)),
|
|
665
|
+
closes [EX-3826](https://searchbroker.atlassian.net/browse/EX-3826)
|
|
666
|
+
- **search:** clean sort value after accept a new query
|
|
667
|
+
([0e49049](https://github.com/empathyco/x/commit/0e490499c35ac56705a05c12b05be4f5a86ae8ce)),
|
|
668
|
+
closes [EX-4188](https://searchbroker.atlassian.net/browse/EX-4188)
|
|
223
669
|
|
|
224
670
|
### Documentation
|
|
225
671
|
|
|
226
|
-
|
|
227
|
-
|
|
672
|
+
- **query-suggestions:** adapt examples to edocs guidelines
|
|
673
|
+
([b2380f9](https://github.com/empathyco/x/commit/b2380f95f85d838f0762ea1e608a3ae65ea11b58)),
|
|
674
|
+
closes [EX-3490](https://searchbroker.atlassian.net/browse/EX-3490)
|
|
675
|
+
- **related-tags:** adapt to eDocs guidelines
|
|
676
|
+
([c0cc8ba](https://github.com/empathyco/x/commit/c0cc8ba8a04ca21a206cecd9e657b354e1ece782))
|
|
228
677
|
|
|
229
|
-
|
|
678
|
+
### Testing
|
|
230
679
|
|
|
680
|
+
- enable e2e test and fix tests
|
|
681
|
+
([9d07a2a](https://github.com/empathyco/x/commit/9d07a2a0d146c5ad9cd5441023b864148759b5b5)),
|
|
682
|
+
closes [EX-4363](https://searchbroker.atlassian.net/browse/EX-4363)
|
|
231
683
|
|
|
232
|
-
|
|
684
|
+
## [3.0.0-alpha.2](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.2%0Dv3.0.0-alpha.1) (2021-06-30)
|
|
233
685
|
|
|
234
|
-
|
|
235
|
-
* **design-system:** add `justified` variant to `x-filter` component ([41b2d98](https://bitbucket.org/colbenson/x-components/commits/41b2d98e3756955512e4409bc4444963f638c8f0)), closes [EX-3874](https://searchbroker.atlassian.net/browse/EX-3874)
|
|
236
|
-
* **design-system:** add `x-button` css class in the necessary elements ([c20e3d9](https://bitbucket.org/colbenson/x-components/commits/c20e3d9eeb0957e90a8ed8dd598d24d1dc63786b)), closes [EX-3703](https://searchbroker.atlassian.net/browse/EX-3703)
|
|
237
|
-
* **design-system:** add `x-filter` tokens and CSS ([80f4fef](https://bitbucket.org/colbenson/x-components/commits/80f4fef69aea6f19c9d25ae6c00bbd06ed9d9e6d)), closes [EX-3767](https://searchbroker.atlassian.net/browse/EX-3767)
|
|
238
|
-
* **design-system:** add `x-suggestion` design tokens ([9987b2f](https://bitbucket.org/colbenson/x-components/commits/9987b2f3f40423cb9580a3977048092f1d20e6e2)), closes [EX-3715](https://searchbroker.atlassian.net/browse/EX-3715)
|
|
239
|
-
* **design-system:** add `x-tag` variants tokens and CSS styles ([c4569e0](https://bitbucket.org/colbenson/x-components/commits/c4569e0e788275d223f45503166081269028f60c)), closes [EX-3916](https://searchbroker.atlassian.net/browse/EX-3916)
|
|
240
|
-
* **design-system:** add default `x-facet` tokens and CSS and `x-icon` variants ([ba6b9d3](https://bitbucket.org/colbenson/x-components/commits/ba6b9d3e0a07df70972b69b9224c44aa63111071)), closes [EX-3881](https://searchbroker.atlassian.net/browse/EX-3881)
|
|
241
|
-
* **design-system:** add dropdown design tokens ([4e0ffbf](https://bitbucket.org/colbenson/x-components/commits/4e0ffbf8bd9bf95209a26b27bd749243f158a04b)), closes [EX-3769](https://searchbroker.atlassian.net/browse/EX-3769)
|
|
242
|
-
* **design-system:** add input default tokens and CSS ([e7a0af1](https://bitbucket.org/colbenson/x-components/commits/e7a0af143b34406e6724a142642773a691d689e6)), closes [EX-3694](https://searchbroker.atlassian.net/browse/EX-3694)
|
|
243
|
-
* **design-system:** add input variants tokens and CSS ([88a9844](https://bitbucket.org/colbenson/x-components/commits/88a98444be75dd85f434fe1d99d319b81a06fcbc)), closes [EX-3696](https://searchbroker.atlassian.net/browse/EX-3696)
|
|
244
|
-
* **design-system:** add tags default tokens and CSS ([c19055f](https://bitbucket.org/colbenson/x-components/commits/c19055f445d251048abb3edf7e637a4dd5944e0f)), closes [EX-3771](https://searchbroker.atlassian.net/browse/EX-3771)
|
|
245
|
-
* **design-system:** add the `.x-input` class to the XComponents where necessary ([e721e78](https://bitbucket.org/colbenson/x-components/commits/e721e7868e3dfae06bc08b70eb2afc407b9dc1e6)), closes [EX-3712](https://searchbroker.atlassian.net/browse/EX-3712)
|
|
246
|
-
* **design-system:** add x-facet variants tokens and CSS styles ([36d9843](https://bitbucket.org/colbenson/x-components/commits/36d98439038c794fe13bafdd4d478b4f6edae394)), closes [EX-3914](https://searchbroker.atlassian.net/browse/EX-3914)
|
|
247
|
-
* **design-system:** add x-tag css class in the necessary elements ([475a067](https://bitbucket.org/colbenson/x-components/commits/475a0674d8d24c8c64ef1dc072918f5450e1a189)), closes [EX-3912](https://searchbroker.atlassian.net/browse/EX-3912)
|
|
248
|
-
* **design-system:** refactor styles folder structure ([4651002](https://bitbucket.org/colbenson/x-components/commits/4651002b14a5ab61b7ab7d096beffa5bf923b65c)), closes [EX-3822](https://searchbroker.atlassian.net/browse/EX-3822)
|
|
249
|
-
* **design-system:** add `hierarchical` variant to `x-filter` ([882091c](https://bitbucket.org/colbenson/x-components/commits/882091c2111282eecff98b2d69acafd9c317341f)), closes [EX-3878](https://searchbroker.atlassian.net/browse/EX-3878)
|
|
250
|
-
* **facets:** add support for optional hierarchical filter children prop ([df988f3](https://bitbucket.org/colbenson/x-components/commits/df988f33e6206475a4674ceb17f0ffc495139a86))
|
|
251
|
-
* **search:** add infinite scroll to `ResultsList` component ([e0a179c](https://bitbucket.org/colbenson/x-components/commits/e0a179c9420573781bfe70a395832e25b706618a)), closes [EX-3788](https://searchbroker.atlassian.net/browse/EX-3788)
|
|
252
|
-
* **search:** Add `page` and `pageSize` properties with its mutations. ([a20323f](https://bitbucket.org/colbenson/x-components/commits/a20323f382dac1e70e3d18fd90e231b7d49df005)), closes [EX-3775](https://searchbroker.atlassian.net/browse/EX-3775)
|
|
253
|
-
* **search:** update search getter in order to use the new page and pageSize properties of the module ([4b00d36](https://bitbucket.org/colbenson/x-components/commits/4b00d36f463206ef6d956c819704f98a9ac3dd8a)), closes [EX-3787](https://searchbroker.atlassian.net/browse/EX-3787)
|
|
686
|
+
### Features
|
|
254
687
|
|
|
688
|
+
- **facets:** add `click:show-more` & `click:show-less` events to the `SlicedFilters` component.
|
|
689
|
+
([cc1396f](https://bitbucket.org/colbenson/x-components/commits/cc1396fd2e0e07b1e5994ba82cc721aecdfa0bc6)),
|
|
690
|
+
closes [EX-4284](https://searchbroker.atlassian.net/browse/EX-4284)
|
|
255
691
|
|
|
256
692
|
### Bug Fixes
|
|
257
693
|
|
|
258
|
-
|
|
259
|
-
|
|
694
|
+
- **components:** `StaggeringTransitionGroup` elements now are positioned correctly in scroll
|
|
695
|
+
containers
|
|
696
|
+
([54dbc83](https://bitbucket.org/colbenson/x-components/commits/54dbc83ba764617b4be48c8f7f8272f92e71b924)),
|
|
697
|
+
closes [EX-4257](https://searchbroker.atlassian.net/browse/EX-4257)
|
|
260
698
|
|
|
699
|
+
## [3.0.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.1%0Dv3.0.0-alpha.0) (2021-06-30)
|
|
261
700
|
|
|
262
|
-
###
|
|
701
|
+
### Features
|
|
702
|
+
|
|
703
|
+
- **components:** Add `@XEmit` decorator
|
|
704
|
+
([b4e107a](https://bitbucket.org/colbenson/x-components/commits/b4e107a710ec0312a50366f43b30745c72e69eff)),
|
|
705
|
+
closes [EX-4245](https://searchbroker.atlassian.net/browse/EX-4245)
|
|
706
|
+
- **device:** Add `device` module
|
|
707
|
+
([f02cd8b](https://bitbucket.org/colbenson/x-components/commits/f02cd8b47999235f888c883b07504307110ed0c4)),
|
|
708
|
+
closes [EX-4243](https://searchbroker.atlassian.net/browse/EX-4243)
|
|
709
|
+
- **device:** add `DeviceDetector` component
|
|
710
|
+
([7b1df85](https://bitbucket.org/colbenson/x-components/commits/7b1df85238ab7ed70e165d499425846e39fbc5de)),
|
|
711
|
+
closes [EX-4244](https://searchbroker.atlassian.net/browse/EX-4244)
|
|
712
|
+
- **x-installer:** make `SnippetConfig` object available for all components
|
|
713
|
+
([b7a3f30](https://bitbucket.org/colbenson/x-components/commits/b7a3f3047fa5f72995da0f69ca0624d4a24fed49)),
|
|
714
|
+
closes [EX-3553](https://searchbroker.atlassian.net/browse/EX-3553)
|
|
715
|
+
- **x-plugin:** Remove `XConfig`
|
|
716
|
+
([bf54080](https://bitbucket.org/colbenson/x-components/commits/bf54080d18f0c3bc67589d695fde8d9418240d32)),
|
|
717
|
+
closes [EX-4240](https://searchbroker.atlassian.net/browse/EX-4240)
|
|
718
|
+
|
|
719
|
+
### Bug Fixes
|
|
263
720
|
|
|
264
|
-
|
|
721
|
+
- **design-system:** solve `Safari` `gap` issues
|
|
722
|
+
([c26917a](https://bitbucket.org/colbenson/x-components/commits/c26917a9b38363ea77eee19d26bad61c2a8ae5a8)),
|
|
723
|
+
closes [EX-3894](https://searchbroker.atlassian.net/browse/EX-3894)
|
|
265
724
|
|
|
725
|
+
### Testing
|
|
726
|
+
|
|
727
|
+
- **e2e:** add test for spellcheck component
|
|
728
|
+
([456e120](https://bitbucket.org/colbenson/x-components/commits/456e120924377203986d50a58f4b9733aee2be8b)),
|
|
729
|
+
closes [EX-3963](https://searchbroker.atlassian.net/browse/EX-3963)
|
|
266
730
|
|
|
267
731
|
### Documentation
|
|
268
732
|
|
|
269
|
-
|
|
733
|
+
- **search-box:** update props and bindings table style and avoid warning block auto-formatting
|
|
734
|
+
([ab8716b](https://bitbucket.org/colbenson/x-components/commits/ab8716b1e00e1886a523b3f2acb029ce4d918287)),
|
|
735
|
+
closes [EX-4231](https://searchbroker.atlassian.net/browse/EX-4231)
|
|
270
736
|
|
|
737
|
+
### Styling
|
|
271
738
|
|
|
272
|
-
|
|
739
|
+
- format entire project
|
|
740
|
+
([8083870](https://bitbucket.org/colbenson/x-components/commits/80838700530436c6e566a89c13a4912fb754f512)),
|
|
741
|
+
closes [EX-4287](https://searchbroker.atlassian.net/browse/EX-4287)
|
|
273
742
|
|
|
274
|
-
|
|
743
|
+
## [3.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v3.0.0-alpha.0%0Dv2.1.0-alpha.1) (2021-06-22)
|
|
275
744
|
|
|
276
|
-
|
|
745
|
+
### ⚠ BREAKING CHANGES
|
|
277
746
|
|
|
747
|
+
- **design-system:** Design system styles have now to be imported from
|
|
748
|
+
`@empathy/x-components/design-system` instead of `@empathy/x-components/css`
|
|
278
749
|
|
|
279
750
|
### Features
|
|
280
751
|
|
|
281
|
-
|
|
282
|
-
|
|
752
|
+
- **components:** add new `BaseIdPanelToggleButton` and `BaseIdPanelToggle` components
|
|
753
|
+
([c10b484](https://bitbucket.org/colbenson/x-components/commits/c10b48487732512edf40565b3abb892ce518c6dd)),
|
|
754
|
+
closes [EX-4100](https://searchbroker.atlassian.net/browse/EX-4100)
|
|
283
755
|
|
|
756
|
+
### Testing
|
|
284
757
|
|
|
285
|
-
|
|
758
|
+
- **e2e:** add identifier results tests
|
|
759
|
+
([9e93136](https://bitbucket.org/colbenson/x-components/commits/9e93136c61315bc8d4bb7b0d0f61135413d6d7a9)),
|
|
760
|
+
closes [EX-3961](https://searchbroker.atlassian.net/browse/EX-3961)
|
|
286
761
|
|
|
287
|
-
|
|
762
|
+
### Code Refactoring
|
|
288
763
|
|
|
764
|
+
- **design-system:** rename `styles` folder to `design-system`
|
|
765
|
+
([48b5868](https://bitbucket.org/colbenson/x-components/commits/48b586823afcbe59a5d164c2b0f85fa7bccebab7)),
|
|
766
|
+
closes [EX-4227](https://searchbroker.atlassian.net/browse/EX-4227)
|
|
289
767
|
|
|
290
|
-
|
|
768
|
+
## [2.1.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.1%0Dv2.1.0-alpha.0) (2021-06-16)
|
|
291
769
|
|
|
292
|
-
|
|
770
|
+
### Features
|
|
293
771
|
|
|
772
|
+
- **components:** change the render conditions in the `Layout` component
|
|
773
|
+
([35645de](https://bitbucket.org/colbenson/x-components/commits/35645de648a0226b6d1a247c3f5353fb5a43cf35)),
|
|
774
|
+
closes [EX-4171](https://searchbroker.atlassian.net/browse/EX-4171)
|
|
775
|
+
- **design-system:** add `x-button--ghost-start` and `x-button--ghost-end` modifiers to
|
|
776
|
+
`x-button--ghost` variant
|
|
777
|
+
([2803dd1](https://bitbucket.org/colbenson/x-components/commits/2803dd1bc7209c07f90dbc4a49d255032b18f5b8)),
|
|
778
|
+
closes [EX-4179](https://searchbroker.atlassian.net/browse/EX-4179)
|
|
779
|
+
- **design-system:** add `x-dropdown` size variants
|
|
780
|
+
([d5649ab](https://bitbucket.org/colbenson/x-components/commits/d5649abb8b6a527426cd12a2dea6c950054c42ca)),
|
|
781
|
+
closes [EX-4098](https://searchbroker.atlassian.net/browse/EX-4098)
|
|
782
|
+
- **design-system:** add more values to the `x-list` variants
|
|
783
|
+
([5295e2e](https://bitbucket.org/colbenson/x-components/commits/5295e2e0bd2a6db15e13a0bd3b316ae5dcb99616)),
|
|
784
|
+
closes [EX-4174](https://searchbroker.atlassian.net/browse/EX-4174)
|
|
785
|
+
- **design-system:** fix the issue with the `x-tag` and `x-filter` in the selected filters
|
|
786
|
+
([bdcbdeb](https://bitbucket.org/colbenson/x-components/commits/bdcbdeb5b351f9fca148afb4ec1a8fdd1d4173e3)),
|
|
787
|
+
closes [EX-4178](https://searchbroker.atlassian.net/browse/EX-4178)
|
|
788
|
+
- **empathize:** add `isOpen` to store state and expose through the Alias API
|
|
789
|
+
([590e4db](https://bitbucket.org/colbenson/x-components/commits/590e4db5ef700434bbcf9787825e0ebcfc01b7ff)),
|
|
790
|
+
closes [EX-4164](https://searchbroker.atlassian.net/browse/EX-4164)
|
|
791
|
+
- **facets:** add `isSelected` binding to the `AllFilter` component slot
|
|
792
|
+
([2b86731](https://bitbucket.org/colbenson/x-components/commits/2b86731725bb84220b7a0dd7247fe034781442fc)),
|
|
793
|
+
closes [EX-4173](https://searchbroker.atlassian.net/browse/EX-4173)
|
|
294
794
|
|
|
295
|
-
|
|
795
|
+
### Bug Fixes
|
|
296
796
|
|
|
797
|
+
- **components:** emit initial default value in the `ColumnPicker` mixin
|
|
798
|
+
([d7439b8](https://bitbucket.org/colbenson/x-components/commits/d7439b8317a820a710186870c8a2740b65d45d5b)),
|
|
799
|
+
closes [EX-4114](https://searchbroker.atlassian.net/browse/EX-4114)
|
|
800
|
+
- **design-system:** fix the stroke and the text decoration in the typography
|
|
801
|
+
([6bd879d](https://bitbucket.org/colbenson/x-components/commits/6bd879d751ef3c839ad2d466b7887e4048d14157)),
|
|
802
|
+
closes [EX-4176](https://searchbroker.atlassian.net/browse/EX-4176)
|
|
803
|
+
- **facets:** `isNewQuery` utility was returning false when only one query was empty
|
|
804
|
+
([b0405e2](https://bitbucket.org/colbenson/x-components/commits/b0405e2eb7effc27f7de9e358ae95e0f3b860d1c)),
|
|
805
|
+
closes [EX-4160](https://searchbroker.atlassian.net/browse/EX-4160)
|
|
806
|
+
- **facets:** new label slot inside the `Hierarchical Filter` children
|
|
807
|
+
([7fd1275](https://bitbucket.org/colbenson/x-components/commits/7fd1275fcc52b80d26e08a077091d8e38a14db98)),
|
|
808
|
+
closes [EX-4172](https://searchbroker.atlassian.net/browse/EX-4172)
|
|
809
|
+
- **utils:** add missing exports to barrel
|
|
810
|
+
([abc8059](https://bitbucket.org/colbenson/x-components/commits/abc8059bc8ce1c2a7fe7a063a784d74fca789e36)),
|
|
811
|
+
closes [EX-4182](https://searchbroker.atlassian.net/browse/EX-4182)
|
|
297
812
|
|
|
298
|
-
|
|
813
|
+
### Documentation
|
|
299
814
|
|
|
815
|
+
- **search-box:** remove values column in props generated table in component doc
|
|
816
|
+
([efcb814](https://bitbucket.org/colbenson/x-components/commits/efcb814151bbfcbfb304dd0c4fbf499d501a3e65)),
|
|
817
|
+
closes [EX-4137](https://searchbroker.atlassian.net/browse/EX-4137)
|
|
300
818
|
|
|
301
|
-
###
|
|
819
|
+
### Testing
|
|
820
|
+
|
|
821
|
+
- **e2e:** add partial results tests
|
|
822
|
+
([4f09ab4](https://bitbucket.org/colbenson/x-components/commits/4f09ab49bfe232f4d7fdeedf22e67adb7bb9b6f6)),
|
|
823
|
+
closes [EX-3959](https://searchbroker.atlassian.net/browse/EX-3959)
|
|
302
824
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
* **design-system:** add default button design tokens and styles ([5d85fcc](https://bitbucket.org/colbenson/x-components/commits/5d85fcc3c83fea25eb41bcde805bb7b3161c031b)), closes [EX-3688](https://searchbroker.atlassian.net/browse/EX-3688)
|
|
307
|
-
* **design-system:** add Design System view as showcase ([8493ca4](https://bitbucket.org/colbenson/x-components/commits/8493ca4fb095839603e8efff9318c5adf824ef7f)), closes [EX-3690](https://searchbroker.atlassian.net/browse/EX-3690)
|
|
308
|
-
* **directives:** add `InfiniteScroll` directive ([172809d](https://bitbucket.org/colbenson/x-components/commits/172809db62b92783cc0fa28402b21edc2c113b7d)), closes [EX-3352](https://searchbroker.atlassian.net/browse/EX-3352)
|
|
309
|
-
* **directives:** add barrel file in `directives` folder and export them in `src` ([8e12202](https://bitbucket.org/colbenson/x-components/commits/8e12202d3173e2cd751321ab8bdac527290012ea)), closes [EX-3779](https://searchbroker.atlassian.net/browse/EX-3779)
|
|
310
|
-
* **facets:** add `RenderlessFilter` component ([d30aa57](https://bitbucket.org/colbenson/x-components/commits/d30aa578efddcc1cf7e00d4cca14b9ccf62f007a)), closes [EX-3608](https://searchbroker.atlassian.net/browse/EX-3608)
|
|
311
|
-
* **facets:** change `BaseFilter` to `RenderlessFilter` in `HierarchicalFilter` component ([36f2771](https://bitbucket.org/colbenson/x-components/commits/36f2771f78cea144242a5ec66041227efd97993c)), closes [EX-3590](https://searchbroker.atlassian.net/browse/EX-3590)
|
|
312
|
-
* **facets:** make `SimpleFilter` component use `RenderlessFilter`, exposing the option of changing the default button. ([ea93d31](https://bitbucket.org/colbenson/x-components/commits/ea93d310e74ec8cdc40361f68428626080810999)), closes [EX-3589](https://searchbroker.atlassian.net/browse/EX-3589)
|
|
313
|
-
* **facets:** use the new decorators `inject` and `provide` in the filters components ([876826a](https://bitbucket.org/colbenson/x-components/commits/876826a7ad3b8693569fb5e08a02bef814d17a74)), closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
|
|
314
|
-
* **x-installer:** add option to install asynchronous Vue plugins ([b132dd4](https://bitbucket.org/colbenson/x-components/commits/b132dd43d40954764729f67e87fcbf4b9374f1a4)), closes [EX-3790](https://searchbroker.atlassian.net/browse/EX-3790)
|
|
825
|
+
## [2.1.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.1.0-alpha.0%0Dv2.0.0-alpha.13) (2021-06-14)
|
|
826
|
+
|
|
827
|
+
### Features
|
|
315
828
|
|
|
829
|
+
- **components:** add `AnimateWidth` animation component
|
|
830
|
+
([8c7c3e5](https://bitbucket.org/colbenson/x-components/commits/8c7c3e59973d4bed5ff54c673af0b02a69318a34)),
|
|
831
|
+
closes [EX-4107](https://searchbroker.atlassian.net/browse/EX-4107)
|
|
832
|
+
- **design-system:** add `SlidingPanel` default CSS and tokens
|
|
833
|
+
([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
|
|
834
|
+
closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
|
|
835
|
+
- **design-system:** add `x-scroll` component and tokens
|
|
836
|
+
([7ba7913](https://bitbucket.org/colbenson/x-components/commits/7ba791318eb0c27011346821b230f5873de37e6f)),
|
|
837
|
+
closes [EX-4085](https://searchbroker.atlassian.net/browse/EX-4085)
|
|
838
|
+
- **design-system:** add Design System classes for the picture image fallback and placeholder
|
|
839
|
+
([5503e63](https://bitbucket.org/colbenson/x-components/commits/5503e63e8c96a4fa3b1ba26302e6b3e51a0f9ed8)),
|
|
840
|
+
closes [EX-4070](https://searchbroker.atlassian.net/browse/EX-4070)
|
|
841
|
+
- **design-system:** add Design System icons
|
|
842
|
+
([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
|
|
843
|
+
closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
|
|
844
|
+
- **design-system:** add Direction Border and Padding List variants
|
|
845
|
+
([2efdc21](https://bitbucket.org/colbenson/x-components/commits/2efdc21f97416e9a6f9f1cd6e7bd377ad7893c19)),
|
|
846
|
+
closes [EX-4064](https://searchbroker.atlassian.net/browse/EX-4064)
|
|
847
|
+
- **design-system:** add icons to the Design System view
|
|
848
|
+
([b5f86ce](https://bitbucket.org/colbenson/x-components/commits/b5f86cecb39fa9b039317fead3d5461b4ac71357)),
|
|
849
|
+
closes [EX-4110](https://searchbroker.atlassian.net/browse/EX-4110)
|
|
850
|
+
- **design-system:** add Layout component and Design System Layout component
|
|
851
|
+
([acc0e2e](https://bitbucket.org/colbenson/x-components/commits/acc0e2eba22af933ec977be615f64702c909f9b3)),
|
|
852
|
+
closes [EX-3866](https://searchbroker.atlassian.net/browse/EX-3866)
|
|
853
|
+
- **design-system:** add list design tokens
|
|
854
|
+
([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
|
|
855
|
+
closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
|
|
856
|
+
- **design-system:** add new typography variants
|
|
857
|
+
([fc934bc](https://bitbucket.org/colbenson/x-components/commits/fc934bc2026d8d161c394f9c51f2eab6b87c0ac5)),
|
|
858
|
+
closes [EX-4092](https://searchbroker.atlassian.net/browse/EX-4092)
|
|
859
|
+
- **design-system:** add option list tokens
|
|
860
|
+
([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
|
|
861
|
+
closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
862
|
+
- **design-system:** add `x-grid` Design System tokens
|
|
863
|
+
([5f198c5](https://bitbucket.org/colbenson/x-components/commits/5f198c587cae04443d28b329f6ff6db883c0073e)),
|
|
864
|
+
closes [EX-4082](https://searchbroker.atlassian.net/browse/EX-4082)
|
|
865
|
+
- **design-system:** add `x-result` Design System tokens
|
|
866
|
+
([33c13d7](https://bitbucket.org/colbenson/x-components/commits/33c13d79fa5444c48b1514ddbc77bcb718a303fc)),
|
|
867
|
+
closes [EX-3765](https://searchbroker.atlassian.net/browse/EX-3765)
|
|
868
|
+
- **design-system:** improve `x-icon` token
|
|
869
|
+
([088ee0a](https://bitbucket.org/colbenson/x-components/commits/088ee0aa9305306f66297d1c35fc47c856c2d361)),
|
|
870
|
+
closes [EX-4017](https://searchbroker.atlassian.net/browse/EX-4017)
|
|
871
|
+
- **design-system:** add `x-row` and `x-row-item` tokens
|
|
872
|
+
([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
|
|
873
|
+
closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
874
|
+
- **design-system:** add `x-picture` Design System tokens
|
|
875
|
+
([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
|
|
876
|
+
closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
877
|
+
- **facets:** add `SortedFilters` component
|
|
878
|
+
([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
879
|
+
- **components:** change `NoElement` component to be not functional
|
|
880
|
+
([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
|
|
881
|
+
closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
882
|
+
- **components:** add `BaseResultPlaceholderImage` and `BaseResultFallbackImage`
|
|
883
|
+
([cd246ce](https://bitbucket.org/colbenson/x-components/commits/cd246ce004eb04d5fa5f601fce281c1841fc4e14)),
|
|
884
|
+
closes [EX-4129](https://searchbroker.atlassian.net/browse/EX-4129)
|
|
316
885
|
|
|
317
886
|
### Bug Fixes
|
|
318
887
|
|
|
319
|
-
|
|
888
|
+
- **components:** fix `SlidingPanel` buttons were blocking clicks while invisible
|
|
889
|
+
([ee9a94a](https://bitbucket.org/colbenson/x-components/commits/ee9a94a227bd942570f689744b3f7c5cd351c342)),
|
|
890
|
+
closes [EX-4096](https://searchbroker.atlassian.net/browse/EX-4096)
|
|
891
|
+
- **facets:** fix issue with hierarchical filters with no children
|
|
892
|
+
([0c60915](https://bitbucket.org/colbenson/x-components/commits/0c609153764e3ad39bc3ed3bf7a0e47f92b94120)),
|
|
893
|
+
closes [EX-4136](https://searchbroker.atlassian.net/browse/EX-4136)
|
|
894
|
+
- **search:** fix infinite scroll issues when filtering
|
|
895
|
+
([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
|
|
896
|
+
closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
|
|
897
|
+
|
|
898
|
+
### Testing
|
|
899
|
+
|
|
900
|
+
- **e2e:** adapt `empathize` tests to cucumber
|
|
901
|
+
([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
|
|
902
|
+
closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
|
|
903
|
+
- **e2e:** update Cypress to 7.4.0
|
|
904
|
+
([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
|
|
905
|
+
closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
|
|
906
|
+
|
|
907
|
+
### Continuous Integration
|
|
320
908
|
|
|
909
|
+
- **CI:** update package-lock
|
|
910
|
+
([9d0c764](https://bitbucket.org/colbenson/x-components/commits/9d0c764181280135ccae3db16b1171a9cc066818)),
|
|
911
|
+
closes [EX-4046](https://searchbroker.atlassian.net/browse/EX-4046)
|
|
321
912
|
|
|
322
913
|
### Build System
|
|
323
914
|
|
|
324
|
-
|
|
325
|
-
|
|
915
|
+
- **dependencies:** update `search-adapter` version
|
|
916
|
+
([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
|
|
917
|
+
closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
|
|
918
|
+
|
|
919
|
+
### Documentation
|
|
920
|
+
|
|
921
|
+
- **search-box:** update `SearcInput` component documentation
|
|
922
|
+
([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
|
|
923
|
+
closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
|
|
924
|
+
- **search-box:** update `ClearSearchInput` documentation
|
|
925
|
+
([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)),
|
|
926
|
+
closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
|
|
927
|
+
- **search-box:** update `SearchButton` documentation
|
|
928
|
+
([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)),
|
|
929
|
+
closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
|
|
930
|
+
- **build:** avoid creating Methods section in components documentation
|
|
931
|
+
([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
|
|
932
|
+
closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
|
|
933
|
+
|
|
934
|
+
### Code Refactoring
|
|
935
|
+
|
|
936
|
+
- **components:** refactor `CollapseFromTop` animation to use only transformations
|
|
937
|
+
([97e6b77](https://bitbucket.org/colbenson/x-components/commits/97e6b772d5776ab9542a23f9d54474a6ca652cff)),
|
|
938
|
+
closes [EX-4149](https://searchbroker.atlassian.net/browse/EX-4149)
|
|
939
|
+
|
|
940
|
+
## [2.0.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0%0Dv2.0.0-alpha.13) (2021-06-03)
|
|
941
|
+
|
|
942
|
+
### Features
|
|
943
|
+
|
|
944
|
+
- **design-system:** add `x-sliding-panel` tokens
|
|
945
|
+
([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
|
|
946
|
+
closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
|
|
947
|
+
- **design-system:** add design system icons
|
|
948
|
+
([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
|
|
949
|
+
closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
|
|
950
|
+
- **design-system:** add `x-list`and variants tokens
|
|
951
|
+
([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
|
|
952
|
+
closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
|
|
953
|
+
- **design-system:** add `x-option-list` and variants tokens
|
|
954
|
+
([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
|
|
955
|
+
closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
956
|
+
- **design-system:** add `x-row` and `x-row-item` tokens
|
|
957
|
+
([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
|
|
958
|
+
closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
959
|
+
- **design-system:** add `x-picture` tokens
|
|
960
|
+
([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
|
|
961
|
+
closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
962
|
+
- **facets:** add `SortedFilters` component
|
|
963
|
+
([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
964
|
+
- **no-element:** change `NoElement` component to be not functional
|
|
965
|
+
([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
|
|
966
|
+
closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
967
|
+
|
|
968
|
+
### Bug Fixes
|
|
326
969
|
|
|
970
|
+
- **search:** fix infinite scroll issues when filtering
|
|
971
|
+
([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
|
|
972
|
+
closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
|
|
327
973
|
|
|
328
974
|
### Testing
|
|
329
975
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
976
|
+
- **e2e:** adapt `empathize` tests to cucumber
|
|
977
|
+
([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
|
|
978
|
+
closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
|
|
979
|
+
- **e2e:** update Cypress to 7.4.0
|
|
980
|
+
([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
|
|
981
|
+
closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
|
|
982
|
+
|
|
983
|
+
### Build System
|
|
333
984
|
|
|
985
|
+
- **dependencies:** update `search-adapter` version
|
|
986
|
+
([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
|
|
987
|
+
closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
|
|
334
988
|
|
|
335
989
|
### Documentation
|
|
336
990
|
|
|
337
|
-
|
|
338
|
-
|
|
991
|
+
- **search:** update search input component documentation
|
|
992
|
+
([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
|
|
993
|
+
closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
|
|
994
|
+
- **components:** avoid creating Methods section in components documentation
|
|
995
|
+
([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
|
|
996
|
+
closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
|
|
339
997
|
|
|
998
|
+
## [2.0.0-alpha.13](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.13%0Dv2.0.0-alpha.12) (2021-05-28)
|
|
340
999
|
|
|
341
|
-
|
|
1000
|
+
### Features
|
|
342
1001
|
|
|
1002
|
+
- **design-system:** add `input-group` variants
|
|
1003
|
+
([f93e6e8](https://bitbucket.org/colbenson/x-components/commits/f93e6e8424a6673010e5b7eed4d9afb6328803a8)),
|
|
1004
|
+
closes [EX-3707](https://searchbroker.atlassian.net/browse/EX-3707)
|
|
1005
|
+
- **design-system:** add `justified` variant to `x-filter` component
|
|
1006
|
+
([41b2d98](https://bitbucket.org/colbenson/x-components/commits/41b2d98e3756955512e4409bc4444963f638c8f0)),
|
|
1007
|
+
closes [EX-3874](https://searchbroker.atlassian.net/browse/EX-3874)
|
|
1008
|
+
- **design-system:** add `x-button` css class in the necessary elements
|
|
1009
|
+
([c20e3d9](https://bitbucket.org/colbenson/x-components/commits/c20e3d9eeb0957e90a8ed8dd598d24d1dc63786b)),
|
|
1010
|
+
closes [EX-3703](https://searchbroker.atlassian.net/browse/EX-3703)
|
|
1011
|
+
- **design-system:** add `x-filter` tokens and CSS
|
|
1012
|
+
([80f4fef](https://bitbucket.org/colbenson/x-components/commits/80f4fef69aea6f19c9d25ae6c00bbd06ed9d9e6d)),
|
|
1013
|
+
closes [EX-3767](https://searchbroker.atlassian.net/browse/EX-3767)
|
|
1014
|
+
- **design-system:** add `x-suggestion` design tokens
|
|
1015
|
+
([9987b2f](https://bitbucket.org/colbenson/x-components/commits/9987b2f3f40423cb9580a3977048092f1d20e6e2)),
|
|
1016
|
+
closes [EX-3715](https://searchbroker.atlassian.net/browse/EX-3715)
|
|
1017
|
+
- **design-system:** add `x-tag` variants tokens and CSS styles
|
|
1018
|
+
([c4569e0](https://bitbucket.org/colbenson/x-components/commits/c4569e0e788275d223f45503166081269028f60c)),
|
|
1019
|
+
closes [EX-3916](https://searchbroker.atlassian.net/browse/EX-3916)
|
|
1020
|
+
- **design-system:** add default `x-facet` tokens and CSS and `x-icon` variants
|
|
1021
|
+
([ba6b9d3](https://bitbucket.org/colbenson/x-components/commits/ba6b9d3e0a07df70972b69b9224c44aa63111071)),
|
|
1022
|
+
closes [EX-3881](https://searchbroker.atlassian.net/browse/EX-3881)
|
|
1023
|
+
- **design-system:** add dropdown design tokens
|
|
1024
|
+
([4e0ffbf](https://bitbucket.org/colbenson/x-components/commits/4e0ffbf8bd9bf95209a26b27bd749243f158a04b)),
|
|
1025
|
+
closes [EX-3769](https://searchbroker.atlassian.net/browse/EX-3769)
|
|
1026
|
+
- **design-system:** add input default tokens and CSS
|
|
1027
|
+
([e7a0af1](https://bitbucket.org/colbenson/x-components/commits/e7a0af143b34406e6724a142642773a691d689e6)),
|
|
1028
|
+
closes [EX-3694](https://searchbroker.atlassian.net/browse/EX-3694)
|
|
1029
|
+
- **design-system:** add input variants tokens and CSS
|
|
1030
|
+
([88a9844](https://bitbucket.org/colbenson/x-components/commits/88a98444be75dd85f434fe1d99d319b81a06fcbc)),
|
|
1031
|
+
closes [EX-3696](https://searchbroker.atlassian.net/browse/EX-3696)
|
|
1032
|
+
- **design-system:** add tags default tokens and CSS
|
|
1033
|
+
([c19055f](https://bitbucket.org/colbenson/x-components/commits/c19055f445d251048abb3edf7e637a4dd5944e0f)),
|
|
1034
|
+
closes [EX-3771](https://searchbroker.atlassian.net/browse/EX-3771)
|
|
1035
|
+
- **design-system:** add the `.x-input` class to the XComponents where necessary
|
|
1036
|
+
([e721e78](https://bitbucket.org/colbenson/x-components/commits/e721e7868e3dfae06bc08b70eb2afc407b9dc1e6)),
|
|
1037
|
+
closes [EX-3712](https://searchbroker.atlassian.net/browse/EX-3712)
|
|
1038
|
+
- **design-system:** add x-facet variants tokens and CSS styles
|
|
1039
|
+
([36d9843](https://bitbucket.org/colbenson/x-components/commits/36d98439038c794fe13bafdd4d478b4f6edae394)),
|
|
1040
|
+
closes [EX-3914](https://searchbroker.atlassian.net/browse/EX-3914)
|
|
1041
|
+
- **design-system:** add x-tag css class in the necessary elements
|
|
1042
|
+
([475a067](https://bitbucket.org/colbenson/x-components/commits/475a0674d8d24c8c64ef1dc072918f5450e1a189)),
|
|
1043
|
+
closes [EX-3912](https://searchbroker.atlassian.net/browse/EX-3912)
|
|
1044
|
+
- **design-system:** refactor styles folder structure
|
|
1045
|
+
([4651002](https://bitbucket.org/colbenson/x-components/commits/4651002b14a5ab61b7ab7d096beffa5bf923b65c)),
|
|
1046
|
+
closes [EX-3822](https://searchbroker.atlassian.net/browse/EX-3822)
|
|
1047
|
+
- **design-system:** add `hierarchical` variant to `x-filter`
|
|
1048
|
+
([882091c](https://bitbucket.org/colbenson/x-components/commits/882091c2111282eecff98b2d69acafd9c317341f)),
|
|
1049
|
+
closes [EX-3878](https://searchbroker.atlassian.net/browse/EX-3878)
|
|
1050
|
+
- **facets:** add support for optional hierarchical filter children prop
|
|
1051
|
+
([df988f3](https://bitbucket.org/colbenson/x-components/commits/df988f33e6206475a4674ceb17f0ffc495139a86))
|
|
1052
|
+
- **search:** add infinite scroll to `ResultsList` component
|
|
1053
|
+
([e0a179c](https://bitbucket.org/colbenson/x-components/commits/e0a179c9420573781bfe70a395832e25b706618a)),
|
|
1054
|
+
closes [EX-3788](https://searchbroker.atlassian.net/browse/EX-3788)
|
|
1055
|
+
- **search:** Add `page` and `pageSize` properties with its mutations.
|
|
1056
|
+
([a20323f](https://bitbucket.org/colbenson/x-components/commits/a20323f382dac1e70e3d18fd90e231b7d49df005)),
|
|
1057
|
+
closes [EX-3775](https://searchbroker.atlassian.net/browse/EX-3775)
|
|
1058
|
+
- **search:** update search getter in order to use the new page and pageSize properties of the
|
|
1059
|
+
module
|
|
1060
|
+
([4b00d36](https://bitbucket.org/colbenson/x-components/commits/4b00d36f463206ef6d956c819704f98a9ac3dd8a)),
|
|
1061
|
+
closes [EX-3787](https://searchbroker.atlassian.net/browse/EX-3787)
|
|
343
1062
|
|
|
344
1063
|
### Bug Fixes
|
|
345
1064
|
|
|
346
|
-
|
|
1065
|
+
- **components:** fix `transform` transition in `FadeAndSlide` animation component
|
|
1066
|
+
([bfef3dd](https://bitbucket.org/colbenson/x-components/commits/bfef3ddb946646a1de507e90732d5b07e695e598)),
|
|
1067
|
+
closes [EX-3989](https://searchbroker.atlassian.net/browse/EX-3989)
|
|
1068
|
+
- **design-tokens:** fix editable tokens not being displayed in view correctly
|
|
1069
|
+
([f057ab6](https://bitbucket.org/colbenson/x-components/commits/f057ab69cc13d191a93a99692d8cdfe84b87c58a)),
|
|
1070
|
+
closes [EX-3998](https://searchbroker.atlassian.net/browse/EX-3998)
|
|
347
1071
|
|
|
348
|
-
|
|
1072
|
+
### Build System
|
|
1073
|
+
|
|
1074
|
+
- **design-system:** add the Rollup configuration to build the CSS files of the Design System
|
|
1075
|
+
([cb2642a](https://bitbucket.org/colbenson/x-components/commits/cb2642a398e9f42346a278253fdc46bcddae4c99)),
|
|
1076
|
+
closes [EX-3691](https://searchbroker.atlassian.net/browse/EX-3691)
|
|
1077
|
+
|
|
1078
|
+
### Documentation
|
|
1079
|
+
|
|
1080
|
+
- **components:** improve the way to show slot bindings data in the components documentation
|
|
1081
|
+
([eda29ce](https://bitbucket.org/colbenson/x-components/commits/eda29ce581f013bd86ed7b9453d3775a5f42fa18)),
|
|
1082
|
+
closes [EX-3832](https://searchbroker.atlassian.net/browse/EX-3832)
|
|
349
1083
|
|
|
1084
|
+
### Testing
|
|
1085
|
+
|
|
1086
|
+
- remove old tests
|
|
1087
|
+
([51ea6a6](https://bitbucket.org/colbenson/x-components/commits/51ea6a64c07726c3c59b9d6f6c1b011853901c43)),
|
|
1088
|
+
closes [EX-3799](https://searchbroker.atlassian.net/browse/EX-3799)
|
|
1089
|
+
|
|
1090
|
+
## [2.0.0-alpha.12](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.12%0Dv2.0.0-alpha.11) (2021-05-06)
|
|
1091
|
+
|
|
1092
|
+
### Features
|
|
1093
|
+
|
|
1094
|
+
- **components:** add an overlay layer to `BaseModal` component listening to click events outside
|
|
1095
|
+
the modal to close it
|
|
1096
|
+
([013b284](https://bitbucket.org/colbenson/x-components/commits/013b2849df1afc89d5646704be562b548a286ac0)),
|
|
1097
|
+
closes [EX-3786](https://searchbroker.atlassian.net/browse/EX-3786)
|
|
1098
|
+
- **recommendations:** add a scopedSlot `layout` to `Recommendations` component
|
|
1099
|
+
([d26e0b5](https://bitbucket.org/colbenson/x-components/commits/d26e0b5ccf73691d17377ae1393902ba89dd9803)),
|
|
1100
|
+
closes [EX-3807](https://searchbroker.atlassian.net/browse/EX-3807)
|
|
350
1101
|
|
|
351
1102
|
### Bug Fixes
|
|
352
1103
|
|
|
353
|
-
|
|
1104
|
+
- **components:** fix `FadeAndSlide` and `StaggeredFadeAndSlide` animations
|
|
1105
|
+
([f0b7014](https://bitbucket.org/colbenson/x-components/commits/f0b701459dbcbdf706d127005df20cbd7c76fb55)),
|
|
1106
|
+
closes [EX-3813](https://searchbroker.atlassian.net/browse/EX-3813)
|
|
354
1107
|
|
|
355
|
-
|
|
1108
|
+
### Testing
|
|
1109
|
+
|
|
1110
|
+
- **e2e:** Add multiselect-filters test
|
|
1111
|
+
([a7dc169](https://bitbucket.org/colbenson/x-components/commits/a7dc16958e8789d3299bc531362894d58fd7ca0a)),
|
|
1112
|
+
closes [EX-3603](https://searchbroker.atlassian.net/browse/EX-3603)
|
|
1113
|
+
|
|
1114
|
+
## [2.0.0-alpha.11](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.11%0Dv2.0.0-alpha.10) (2021-05-03)
|
|
356
1115
|
|
|
1116
|
+
## [2.0.0-alpha.10](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.10%0Dv2.0.0-alpha.9) (2021-05-03)
|
|
357
1117
|
|
|
358
1118
|
### Features
|
|
359
1119
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
1120
|
+
- **contributing-guide:** Add contributing guide
|
|
1121
|
+
([9f27fc8](https://bitbucket.org/colbenson/x-components/commits/9f27fc8438f4b24c19d6e30de5216e72a38d8ee1)),
|
|
1122
|
+
closes [EX-2891](https://searchbroker.atlassian.net/browse/EX-2891)
|
|
1123
|
+
- **design-system:** add base tokens
|
|
1124
|
+
([c124600](https://bitbucket.org/colbenson/x-components/commits/c124600cf491f45d713c37f737ea22d85f004ae4)),
|
|
1125
|
+
closes [EX-3672](https://searchbroker.atlassian.net/browse/EX-3672)
|
|
1126
|
+
- **design-system:** add Button variations tokens and CSS
|
|
1127
|
+
([cc20dba](https://bitbucket.org/colbenson/x-components/commits/cc20dba02f29a320e5d1c52b627722fc980d3b29)),
|
|
1128
|
+
closes [EX-3689](https://searchbroker.atlassian.net/browse/EX-3689)
|
|
1129
|
+
- **design-system:** add default button design tokens and styles
|
|
1130
|
+
([5d85fcc](https://bitbucket.org/colbenson/x-components/commits/5d85fcc3c83fea25eb41bcde805bb7b3161c031b)),
|
|
1131
|
+
closes [EX-3688](https://searchbroker.atlassian.net/browse/EX-3688)
|
|
1132
|
+
- **design-system:** add Design System view as showcase
|
|
1133
|
+
([8493ca4](https://bitbucket.org/colbenson/x-components/commits/8493ca4fb095839603e8efff9318c5adf824ef7f)),
|
|
1134
|
+
closes [EX-3690](https://searchbroker.atlassian.net/browse/EX-3690)
|
|
1135
|
+
- **directives:** add `InfiniteScroll` directive
|
|
1136
|
+
([172809d](https://bitbucket.org/colbenson/x-components/commits/172809db62b92783cc0fa28402b21edc2c113b7d)),
|
|
1137
|
+
closes [EX-3352](https://searchbroker.atlassian.net/browse/EX-3352)
|
|
1138
|
+
- **directives:** add barrel file in `directives` folder and export them in `src`
|
|
1139
|
+
([8e12202](https://bitbucket.org/colbenson/x-components/commits/8e12202d3173e2cd751321ab8bdac527290012ea)),
|
|
1140
|
+
closes [EX-3779](https://searchbroker.atlassian.net/browse/EX-3779)
|
|
1141
|
+
- **facets:** add `RenderlessFilter` component
|
|
1142
|
+
([d30aa57](https://bitbucket.org/colbenson/x-components/commits/d30aa578efddcc1cf7e00d4cca14b9ccf62f007a)),
|
|
1143
|
+
closes [EX-3608](https://searchbroker.atlassian.net/browse/EX-3608)
|
|
1144
|
+
- **facets:** change `BaseFilter` to `RenderlessFilter` in `HierarchicalFilter` component
|
|
1145
|
+
([36f2771](https://bitbucket.org/colbenson/x-components/commits/36f2771f78cea144242a5ec66041227efd97993c)),
|
|
1146
|
+
closes [EX-3590](https://searchbroker.atlassian.net/browse/EX-3590)
|
|
1147
|
+
- **facets:** make `SimpleFilter` component use `RenderlessFilter`, exposing the option of changing
|
|
1148
|
+
the default button.
|
|
1149
|
+
([ea93d31](https://bitbucket.org/colbenson/x-components/commits/ea93d310e74ec8cdc40361f68428626080810999)),
|
|
1150
|
+
closes [EX-3589](https://searchbroker.atlassian.net/browse/EX-3589)
|
|
1151
|
+
- **facets:** use the new decorators `inject` and `provide` in the filters components
|
|
1152
|
+
([876826a](https://bitbucket.org/colbenson/x-components/commits/876826a7ad3b8693569fb5e08a02bef814d17a74)),
|
|
1153
|
+
closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
|
|
1154
|
+
- **x-installer:** add option to install asynchronous Vue plugins
|
|
1155
|
+
([b132dd4](https://bitbucket.org/colbenson/x-components/commits/b132dd43d40954764729f67e87fcbf4b9374f1a4)),
|
|
1156
|
+
closes [EX-3790](https://searchbroker.atlassian.net/browse/EX-3790)
|
|
381
1157
|
|
|
1158
|
+
### Bug Fixes
|
|
382
1159
|
|
|
383
|
-
|
|
1160
|
+
- **tests:** enable new scenario in `querySuggestions` and fix `isInQuerySuggestions` method
|
|
1161
|
+
([5209bd8](https://bitbucket.org/colbenson/x-components/commits/5209bd82dd0d72351fcacc43c7546e6434aec715)),
|
|
1162
|
+
closes [EX-3307](https://searchbroker.atlassian.net/browse/EX-3307)
|
|
384
1163
|
|
|
385
|
-
|
|
386
|
-
* **decorators:** tidy decorators splitting the bus decorators from the state decorators ([9debc11](https://bitbucket.org/colbenson/x-components/commits/9debc11d3a5143e566932e6072ff7efcb0bf45c7)), closes [EX-3442](https://searchbroker.atlassian.net/browse/EX-3442)
|
|
387
|
-
* **facets:** move filter components inside the facets module ([9c266c6](https://bitbucket.org/colbenson/x-components/commits/9c266c60f0efeaef89262eb2d39094ca899100c2)), closes [EX-3270](https://searchbroker.atlassian.net/browse/EX-3270)
|
|
1164
|
+
### Build System
|
|
388
1165
|
|
|
1166
|
+
- **dependencies:** update `search-adapter` and `search-types` versions
|
|
1167
|
+
([0663e17](https://bitbucket.org/colbenson/x-components/commits/0663e1735393022af9eb57e54de274a224f4416a)),
|
|
1168
|
+
closes [EX-3664](https://searchbroker.atlassian.net/browse/EX-3664)
|
|
1169
|
+
- **package.json:** update fixed dependencies (package-lock.json) and fix eslint version to minor
|
|
1170
|
+
([d33ed95](https://bitbucket.org/colbenson/x-components/commits/d33ed958c111e7f3da4f44c6a3073afd915bc02b)),
|
|
1171
|
+
closes [EX-3744](https://searchbroker.atlassian.net/browse/EX-3744)
|
|
389
1172
|
|
|
390
1173
|
### Testing
|
|
391
1174
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
1175
|
+
- **e2e:** add different possible combinations for filters-search components
|
|
1176
|
+
([75b61bb](https://bitbucket.org/colbenson/x-components/commits/75b61bbb8056c3cb08af88244da6518348a8d2e8)),
|
|
1177
|
+
closes [EX-3601](https://searchbroker.atlassian.net/browse/EX-3601)
|
|
1178
|
+
- **e2e:** add new sort tests
|
|
1179
|
+
([62c7eee](https://bitbucket.org/colbenson/x-components/commits/62c7eee8652a72e2f3000476188c20d9b3aa9671)),
|
|
1180
|
+
closes [EX-3666](https://searchbroker.atlassian.net/browse/EX-3666)
|
|
1181
|
+
- **e2e:** e2e test for exclude-filters-with-no-results component
|
|
1182
|
+
([d36c0b6](https://bitbucket.org/colbenson/x-components/commits/d36c0b6e55b3ce084b2c80d70691fae44446a187)),
|
|
1183
|
+
closes [EX-3599](https://searchbroker.atlassian.net/browse/EX-3599)
|
|
400
1184
|
|
|
401
|
-
|
|
1185
|
+
### Documentation
|
|
1186
|
+
|
|
1187
|
+
- **tests** add tests docs in contributing documentation about factory functions and components
|
|
1188
|
+
wrappers
|
|
1189
|
+
([fdbe0ac](https://bitbucket.org/colbenson/x-components/commits/fdbe0ac09e30fde2739501211988c351ec975a32)),
|
|
1190
|
+
closes [EX-3760](https://searchbroker.atlassian.net/browse/EX-3760)
|
|
1191
|
+
- **xcomponents:** add documentation about events emitted by components
|
|
1192
|
+
([edf3bf6](https://bitbucket.org/colbenson/x-components/commits/edf3bf6d46114e4fc702cb6650f10e6c7f046f99)),
|
|
1193
|
+
closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
|
|
1194
|
+
|
|
1195
|
+
## [2.0.0-alpha.9](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.9%0Dv2.0.0-alpha.8) (2021-04-13)
|
|
1196
|
+
|
|
1197
|
+
### Bug Fixes
|
|
1198
|
+
|
|
1199
|
+
- **facets:** Emit the `SelectedFiltersChanged` event when the user deselects the last filter
|
|
1200
|
+
([cc38322](https://bitbucket.org/colbenson/x-components/commits/cc3832252ae2994a040c268e4c5941c69535382b)),
|
|
1201
|
+
closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
|
|
1202
|
+
|
|
1203
|
+
## [2.0.0-alpha.8](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.8%0Dv2.0.0-alpha.7) (2021-04-13)
|
|
1204
|
+
|
|
1205
|
+
### Bug Fixes
|
|
1206
|
+
|
|
1207
|
+
- **facets:** Avoid emitting the `SelectedFiltersChanged` event when facets change for the second
|
|
1208
|
+
time.
|
|
1209
|
+
([41efe6f](https://bitbucket.org/colbenson/x-components/commits/41efe6f41a6f94427fff455b9a595fe614a4e1a8)),
|
|
1210
|
+
closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
|
|
1211
|
+
|
|
1212
|
+
## [2.0.0-alpha.7](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.7%0Dv2.0.0-alpha.6) (2021-04-07)
|
|
1213
|
+
|
|
1214
|
+
### Features
|
|
1215
|
+
|
|
1216
|
+
- **components:** add `BaseColumnPickerList` component
|
|
1217
|
+
([8eb2322](https://bitbucket.org/colbenson/x-components/commits/8eb232250642a10fe5ef2860a515133ceb3b7003)),
|
|
1218
|
+
closes [EX-3295](https://searchbroker.atlassian.net/browse/EX-3295)
|
|
1219
|
+
- **components:** add `BaseVariableColumnGrid` component
|
|
1220
|
+
([9f4ce5a](https://bitbucket.org/colbenson/x-components/commits/9f4ce5a54ce9a383232dd4e537682e7c5b753879)),
|
|
1221
|
+
closes [EX-3297](https://searchbroker.atlassian.net/browse/EX-3297)
|
|
1222
|
+
- **components:** add `BaseIdScroll` component
|
|
1223
|
+
([f3366ba](https://bitbucket.org/colbenson/x-components/commits/f3366ba58bd834a4eb65fafdb53821f6391188a2)),
|
|
1224
|
+
closes [EX-3387](https://searchbroker.atlassian.net/browse/EX-3387)
|
|
1225
|
+
- **components:** add `BaseMainScroll` component
|
|
1226
|
+
([f4716d1](https://bitbucket.org/colbenson/x-components/commits/f4716d1b613f50f2767ad16fcaa36c70b9b58d29)),
|
|
1227
|
+
closes [EX-3193](https://searchbroker.atlassian.net/browse/EX-3193)
|
|
1228
|
+
- **decorators:** add `@XProvide` and `@XInject` decorators
|
|
1229
|
+
([3facc03](https://bitbucket.org/colbenson/x-components/commits/3facc034617dd2270dec2b83b12f15165d324c10)),
|
|
1230
|
+
closes [EX-2893](https://searchbroker.atlassian.net/browse/EX-2893)
|
|
1231
|
+
- **facets:** add `ExcludeFiltersWithNoResults` component
|
|
1232
|
+
([eba2bfe](https://bitbucket.org/colbenson/x-components/commits/eba2bfe845a37bcebcb7321de3291ce3fc7eb39c)),
|
|
1233
|
+
closes [EX-3412](https://searchbroker.atlassian.net/browse/EX-3412)
|
|
1234
|
+
- **facets:** add `EditableNumberRangeFilter` component
|
|
1235
|
+
([5577f0b](https://bitbucket.org/colbenson/x-components/commits/5577f0b64921ee37605105a89d9edae9660db97c)),
|
|
1236
|
+
closes [EX-3257](https://searchbroker.atlassian.net/browse/EX-3257)
|
|
1237
|
+
- **facets:** add new events, wiring, and action to keep backend filters selected state
|
|
1238
|
+
([d84080b](https://bitbucket.org/colbenson/x-components/commits/d84080bdf9452124f405f297a90b59a79a0facc8)),
|
|
1239
|
+
closes [EX-3585](https://searchbroker.atlassian.net/browse/EX-3585)
|
|
1240
|
+
- **facets:** add the option to init the `frontendFacets` via prop in the `Facets` component
|
|
1241
|
+
([0e41dc6](https://bitbucket.org/colbenson/x-components/commits/0e41dc633bfa5a388a90ca75f137475f4e042735))
|
|
1242
|
+
- **facets:** add wiring and store logic in facets module to support `EditableNumberRangeFilter`
|
|
1243
|
+
([1ad777b](https://bitbucket.org/colbenson/x-components/commits/1ad777b7b87e82845677c232b03dcffad7b3586d)),
|
|
1244
|
+
closes [EX-3258](https://searchbroker.atlassian.net/browse/EX-3258)
|
|
1245
|
+
- **grid:** add `BaseColumnPickerDropdown` component
|
|
1246
|
+
([626dfb6](https://bitbucket.org/colbenson/x-components/commits/626dfb645eb614d009c1c5ed185bce0b1d73a758)),
|
|
1247
|
+
closes [EX-3296](https://searchbroker.atlassian.net/browse/EX-3296)
|
|
1248
|
+
- **history-queries:** modify history-queries to accept a new config and show all the elements in
|
|
1249
|
+
store.
|
|
1250
|
+
([fb0bdac](https://bitbucket.org/colbenson/x-components/commits/fb0bdacf2bdbf7e0847682dedf7e1a348d8a4b93)),
|
|
1251
|
+
closes [EX-3389](https://searchbroker.atlassian.net/browse/EX-3389)
|
|
1252
|
+
- **scroll:** add new `BaseScrollToTop` component
|
|
1253
|
+
([f79207a](https://bitbucket.org/colbenson/x-components/commits/f79207adce6ac348a630ea63ce8279057a24d9a5)),
|
|
1254
|
+
closes [EX-3197](https://searchbroker.atlassian.net/browse/EX-3197)
|
|
1255
|
+
- **scroll:** add new `BaseScroll` component
|
|
1256
|
+
([912e198](https://bitbucket.org/colbenson/x-components/commits/912e198bfba15a16400f4bc979f85341649b8814)),
|
|
1257
|
+
closes [EX-3191](https://searchbroker.atlassian.net/browse/EX-3191)
|
|
1258
|
+
- **search:** add `PartialResultsList` component
|
|
1259
|
+
([df9eaa1](https://bitbucket.org/colbenson/x-components/commits/df9eaa195f83c32c4208d6b16f2a5768d521a6cc)),
|
|
1260
|
+
closes [EX-3354](https://searchbroker.atlassian.net/browse/EX-3354)
|
|
1261
|
+
- **search:** add `SortDropdown` component
|
|
1262
|
+
([c483944](https://bitbucket.org/colbenson/x-components/commits/c483944dca71943f590ec4d2354f6954f2899098)),
|
|
1263
|
+
closes [EX-3299](https://searchbroker.atlassian.net/browse/EX-3299)
|
|
1264
|
+
- **search:** add new `PartialQueryButton` component
|
|
1265
|
+
([e99db04](https://bitbucket.org/colbenson/x-components/commits/e99db04190d7f339c26e81613b7942c627789ad1)),
|
|
1266
|
+
closes [EX-3568](https://searchbroker.atlassian.net/browse/EX-3568)
|
|
1267
|
+
- **search:** add new `SortList` component
|
|
1268
|
+
([42715f2](https://bitbucket.org/colbenson/x-components/commits/42715f21f9f5ede32696c0b0b7f7da0d380f932a)),
|
|
1269
|
+
closes [EX-3298](https://searchbroker.atlassian.net/browse/EX-3298)
|
|
1270
|
+
- **search:** add store logic & wiring to support sorting results
|
|
1271
|
+
([2e7e4a7](https://bitbucket.org/colbenson/x-components/commits/2e7e4a76bc7a450139d99402dba9e2ae799cc63b)),
|
|
1272
|
+
closes [EX-3301](https://searchbroker.atlassian.net/browse/EX-3301)
|
|
1273
|
+
- **tagging:** add basic tagging x-module
|
|
1274
|
+
([b60f809](https://bitbucket.org/colbenson/x-components/commits/b60f8092f499c623d0479cf0be4729aaf1d29d77)),
|
|
1275
|
+
closes [EX-3195](https://searchbroker.atlassian.net/browse/EX-3195)
|
|
1276
|
+
- **x-plugin:** add `initialXModules` to `XPluginOptions` to register `XModules` manually when
|
|
1277
|
+
installing the plugin
|
|
1278
|
+
([05e17c8](https://bitbucket.org/colbenson/x-components/commits/05e17c8c0f7c49a83f0c0b6cd091391048f48fe7)),
|
|
1279
|
+
closes [EX-3199](https://searchbroker.atlassian.net/browse/EX-3199)
|
|
1280
|
+
|
|
1281
|
+
### Code Refactoring
|
|
1282
|
+
|
|
1283
|
+
- **animations:** rename animations to fit BEM
|
|
1284
|
+
([0993d31](https://bitbucket.org/colbenson/x-components/commits/0993d31ac83b4c78273f60a8af903a53251506ac)),
|
|
1285
|
+
closes [EX-3264](https://searchbroker.atlassian.net/browse/EX-3264)
|
|
1286
|
+
- **decorators:** tidy decorators splitting the bus decorators from the state decorators
|
|
1287
|
+
([9debc11](https://bitbucket.org/colbenson/x-components/commits/9debc11d3a5143e566932e6072ff7efcb0bf45c7)),
|
|
1288
|
+
closes [EX-3442](https://searchbroker.atlassian.net/browse/EX-3442)
|
|
1289
|
+
- **facets:** move filter components inside the facets module
|
|
1290
|
+
([9c266c6](https://bitbucket.org/colbenson/x-components/commits/9c266c60f0efeaef89262eb2d39094ca899100c2)),
|
|
1291
|
+
closes [EX-3270](https://searchbroker.atlassian.net/browse/EX-3270)
|
|
1292
|
+
|
|
1293
|
+
### Testing
|
|
1294
|
+
|
|
1295
|
+
- **e2e:** fix e2e `SlidingPanel` tests
|
|
1296
|
+
([0901ddc](https://bitbucket.org/colbenson/x-components/commits/0901ddcf698a74a66231651bb46aebed027f012d)),
|
|
1297
|
+
closes [EX-3438](https://searchbroker.atlassian.net/browse/EX-3438)
|
|
1298
|
+
- **e2e:** add tests scenarios for sort dropdown and list
|
|
1299
|
+
([d918d8a](https://bitbucket.org/colbenson/x-components/commits/d918d8a447a57dbbf39974d597ba07f1306c481d)),
|
|
1300
|
+
closes [EX-3201](https://searchbroker.atlassian.net/browse/EX-3201)
|
|
1301
|
+
- **e2e:** column pickers tests refinement
|
|
1302
|
+
([74d75d4](https://bitbucket.org/colbenson/x-components/commits/74d75d41ac1224b86de81cce1ae037f77be52453)),
|
|
1303
|
+
closes [EX-3500](https://searchbroker.atlassian.net/browse/EX-3500)
|
|
1304
|
+
- **e2e:** fix relative imports paths
|
|
1305
|
+
([1abed82](https://bitbucket.org/colbenson/x-components/commits/1abed829d9de5cecb432b30b319b4250ce472d37)),
|
|
1306
|
+
closes [EX-3434](https://searchbroker.atlassian.net/browse/EX-3434)
|
|
1307
|
+
- **e2e:** fix setting related tags max items to render in sliding panel view
|
|
1308
|
+
([ef9f4be](https://bitbucket.org/colbenson/x-components/commits/ef9f4bef7b779114e84759ab626a841d06ddf0d0)),
|
|
1309
|
+
closes [EX-3463](https://searchbroker.atlassian.net/browse/EX-3463)
|
|
1310
|
+
- **e2e:** add test for `BaseFiltersSearch`
|
|
1311
|
+
([293ce31](https://bitbucket.org/colbenson/x-components/commits/293ce3146ef8ba043fecdfe7ab67e3083ef1d4f3)),
|
|
1312
|
+
closes [EX-3232](https://searchbroker.atlassian.net/browse/EX-3232)
|
|
1313
|
+
- **e2e:** add test for `BaseColumnPickerList` and dropdown
|
|
1314
|
+
([cd128d1](https://bitbucket.org/colbenson/x-components/commits/cd128d174926cca2fb86fc58dc92b99a00746be1)),
|
|
1315
|
+
closes [EX-3219](https://searchbroker.atlassian.net/browse/EX-3219)
|
|
1316
|
+
- **e2e:** add tests for `SlidingPanel` component
|
|
1317
|
+
([414c679](https://bitbucket.org/colbenson/x-components/commits/414c679c5d48f6a2e3bbd01aac90ce81209c16cb)),
|
|
1318
|
+
closes [EX-3238](https://searchbroker.atlassian.net/browse/EX-3238)
|
|
402
1319
|
|
|
1320
|
+
## [2.0.0-alpha.6](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.6%0Dv2.0.0-alpha.5) (2021-03-16)
|
|
403
1321
|
|
|
404
1322
|
### ⚠ BREAKING CHANGES
|
|
405
1323
|
|
|
406
|
-
|
|
1324
|
+
- **facets:** Filters which have selected property now extends from BooleanFilter
|
|
407
1325
|
|
|
408
1326
|
### Features
|
|
409
1327
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
1328
|
+
- **facets:** update search-types and search-adapter to allow EditableNumberRangeFilters
|
|
1329
|
+
([691ab64](https://bitbucket.org/colbenson/x-components/commits/691ab64054740eb1a50a9cfba72be8e4a306e24b)),
|
|
1330
|
+
closes [EX-3367](https://searchbroker.atlassian.net/browse/EX-3367)
|
|
1331
|
+
- **search:** add `ResultsList` component
|
|
1332
|
+
([6ee52aa](https://bitbucket.org/colbenson/x-components/commits/6ee52aae52defcba3598bf76174ccb6469038439)),
|
|
1333
|
+
closes [EX-3172](https://searchbroker.atlassian.net/browse/EX-3172)
|
|
1334
|
+
- **search:** add `Spellcheck` component
|
|
1335
|
+
([62432cc](https://bitbucket.org/colbenson/x-components/commits/62432cc82a547326159bcb216fb1f734914ae86e)),
|
|
1336
|
+
closes [EX-3179](https://searchbroker.atlassian.net/browse/EX-3179)
|
|
1337
|
+
- **search:** add `SpellcheckButton` component
|
|
1338
|
+
([13446ed](https://bitbucket.org/colbenson/x-components/commits/13446eddbf1e3dea8bb3220283f17134e23cc608)),
|
|
1339
|
+
closes [EX-3329](https://searchbroker.atlassian.net/browse/EX-3329)
|
|
1340
|
+
- **search:** add `totalResults` property to the search module state and to the alias API
|
|
1341
|
+
([0e51507](https://bitbucket.org/colbenson/x-components/commits/0e5150710f0be3882a72a991375b0a419956ee20)),
|
|
1342
|
+
closes [EX-3187](https://searchbroker.atlassian.net/browse/EX-3187)
|
|
415
1343
|
|
|
416
1344
|
### Bug Fixes
|
|
417
1345
|
|
|
418
|
-
|
|
1346
|
+
- **components:** `EventsModalOpen`, `IdModalOpen` components can now contain HTML elements inside.
|
|
1347
|
+
Disable page scroll when modals are open. Close modals when either clicked out of them or focus is
|
|
1348
|
+
lost
|
|
1349
|
+
([3284e49](https://bitbucket.org/colbenson/x-components/commits/3284e49c521d3fab1fa971f3d378a32f6dbe6a30)),
|
|
1350
|
+
closes [EX-3361](https://searchbroker.atlassian.net/browse/EX-3361)
|
|
419
1351
|
|
|
420
1352
|
### Testing
|
|
421
1353
|
|
|
422
|
-
|
|
423
|
-
|
|
1354
|
+
- **e2e:** add tests for `BaseKeyboardNavigation` component
|
|
1355
|
+
([ea3d71d](https://bitbucket.org/colbenson/x-components/commits/ea3d71d0b40b7346a8d5a45bb12294f26dadc62f)),
|
|
1356
|
+
closes [EX-3240](https://searchbroker.atlassian.net/browse/EX-3240)
|
|
1357
|
+
- **e2e:** add tests for `BaseResultImage` component
|
|
1358
|
+
([639ed31](https://bitbucket.org/colbenson/x-components/commits/639ed314715c9e31e0461d8d297ade30ad769603)),
|
|
1359
|
+
closes [EX-3234](https://searchbroker.atlassian.net/browse/EX-3234)
|
|
424
1360
|
|
|
425
1361
|
### Build System
|
|
426
1362
|
|
|
427
|
-
|
|
428
|
-
|
|
1363
|
+
- **dependencies:** update [@vue-cli](https://bitbucket.org/vue-cli) dependencies to 4.5.x
|
|
1364
|
+
([b05dd01](https://bitbucket.org/colbenson/x-components/commits/b05dd01519111a35ae04431c3c5de2d226b04b80)),
|
|
1365
|
+
closes [EX-3335](https://searchbroker.atlassian.net/browse/EX-3335)
|
|
429
1366
|
|
|
430
1367
|
### Code Refactoring
|
|
431
1368
|
|
|
432
|
-
|
|
1369
|
+
- add `scoped` attribute to `<style>` to components that were missing it
|
|
1370
|
+
([4f2c8d6](https://bitbucket.org/colbenson/x-components/commits/4f2c8d60be7e9631867afd45e73420a4a3238e32)),
|
|
1371
|
+
closes [EX-3266](https://searchbroker.atlassian.net/browse/EX-3266)
|
|
433
1372
|
|
|
434
1373
|
## [2.0.0-alpha.5](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.5%0Dv2.0.0-alpha.4) (2021-03-08)
|
|
435
1374
|
|
|
436
|
-
|
|
437
1375
|
### Build System
|
|
438
1376
|
|
|
439
|
-
|
|
1377
|
+
- fix publish directory
|
|
1378
|
+
([4f08381](https://bitbucket.org/colbenson/x-components/commits/4f08381a16d0fd8052f7ea062e300047377c4a6e))
|
|
440
1379
|
|
|
441
1380
|
## [2.0.0-alpha.4](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.4%0Dv2.0.0-alpha.3) (2021-03-08)
|
|
442
1381
|
|
|
443
|
-
|
|
444
1382
|
### Features
|
|
445
1383
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
1384
|
+
- **animations:** added z-index within staggered animations styles
|
|
1385
|
+
([3be7086](https://bitbucket.org/colbenson/x-components/commits/3be708666287c46d69b892b040e4024d8a28e16b)),
|
|
1386
|
+
closes [EX-3082](https://searchbroker.atlassian.net/browse/EX-3082)
|
|
1387
|
+
- **base-components:** add `base-id-modal`, `base-id-modal-open` and `base-id-moda-close` components
|
|
1388
|
+
([abde27f](https://bitbucket.org/colbenson/x-components/commits/abde27fc109f11a0147913fb3893c5c536c34829)),
|
|
1389
|
+
closes [EX-3100](https://searchbroker.atlassian.net/browse/EX-3100)
|
|
1390
|
+
- **base-grid:** add base-grid component
|
|
1391
|
+
([acae2b0](https://bitbucket.org/colbenson/x-components/commits/acae2b0f157f69c22b62758e50f9f032c59fb901)),
|
|
1392
|
+
closes [EX-3245](https://searchbroker.atlassian.net/browse/EX-3245)
|
|
1393
|
+
- **components:** add `BaseDropdown` component.
|
|
1394
|
+
([6009ad4](https://bitbucket.org/colbenson/x-components/commits/6009ad41e3233c7053fccdba625484405291d676))
|
|
1395
|
+
- **components:** add mixing `CollapseWidth` component export
|
|
1396
|
+
([d393120](https://bitbucket.org/colbenson/x-components/commits/d39312016f8894d90b871763ed1eb6d7c3a3d86a)),
|
|
1397
|
+
closes [EX-2994](https://searchbroker.atlassian.net/browse/EX-2994)
|
|
1398
|
+
- **facets:** add new filter to deselect the filters if the query has changed
|
|
1399
|
+
([89ca130](https://bitbucket.org/colbenson/x-components/commits/89ca13066e0fe48f413a529e42d7431f50751534)),
|
|
1400
|
+
closes [EX-3101](https://searchbroker.atlassian.net/browse/EX-3101)
|
|
1401
|
+
- **facets:** facets split in backend and frontend facets
|
|
1402
|
+
([5d8a60f](https://bitbucket.org/colbenson/x-components/commits/5d8a60f26faaab9af72147c411cb040d8503b0ce)),
|
|
1403
|
+
closes [EX-3255](https://searchbroker.atlassian.net/browse/EX-3255)
|
|
1404
|
+
- **filters:** renders a selected filters from state and exposes slots to customize it
|
|
1405
|
+
([3a6ed89](https://bitbucket.org/colbenson/x-components/commits/3a6ed892072dbe98ce3ebb37b45707a477f33690)),
|
|
1406
|
+
closes [EX-2863](https://searchbroker.atlassian.net/browse/EX-2863)
|
|
1407
|
+
- **search:** remove search results getter and replace the access to them with the State decorator
|
|
1408
|
+
([6c31810](https://bitbucket.org/colbenson/x-components/commits/6c31810a110ca7cd17c82ae0fac1d85826a36ae6)),
|
|
1409
|
+
closes [EX-3053](https://searchbroker.atlassian.net/browse/EX-3053)
|
|
1410
|
+
- **search-module:** Add banners an promoteds in store.
|
|
1411
|
+
([07dc7d6](https://bitbucket.org/colbenson/x-components/commits/07dc7d62aff50cd897bf4ae6a19155164e67e919)),
|
|
1412
|
+
closes [EX-3175](https://searchbroker.atlassian.net/browse/EX-3175)
|
|
457
1413
|
|
|
458
1414
|
### Bug Fixes
|
|
459
1415
|
|
|
460
|
-
|
|
461
|
-
|
|
1416
|
+
- **history-queries:** replace last query, if the last word of it is refined in the new query
|
|
1417
|
+
([8f0f6e4](https://bitbucket.org/colbenson/x-components/commits/8f0f6e4be7a58269a690845049e10a2e7a949c9f)),
|
|
1418
|
+
closes [EX-3084](https://searchbroker.atlassian.net/browse/EX-3084)
|
|
462
1419
|
|
|
463
1420
|
### Performance Improvements
|
|
464
1421
|
|
|
465
|
-
|
|
466
|
-
|
|
1422
|
+
- **e2e:** avoid opening new browser instances to speed up e2e tests
|
|
1423
|
+
([958139d](https://bitbucket.org/colbenson/x-components/commits/958139d0d466133f61e4d6738ab2cbcc2638422f)),
|
|
1424
|
+
closes [EX-3160](https://searchbroker.atlassian.net/browse/EX-3160)
|
|
467
1425
|
|
|
468
1426
|
### Code Refactoring
|
|
469
1427
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
1428
|
+
- **e2e:** homogenise and standardise common-steps and test cases
|
|
1429
|
+
([28b08ce](https://bitbucket.org/colbenson/x-components/commits/28b08ceedba1ba9aeac8440cd67a7da36e16ffe7)),
|
|
1430
|
+
closes [EX-3060](https://searchbroker.atlassian.net/browse/EX-3060)
|
|
1431
|
+
- **x-plugin:** extract `XComponentAliasAPI` logic to a separate file and improve aliases generation
|
|
1432
|
+
([e846edd](https://bitbucket.org/colbenson/x-components/commits/e846edda6222b91efbcb4c74ce926f62b8d24f85)),
|
|
1433
|
+
closes [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
1434
|
+
[EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
1435
|
+
[EX-3288](https://searchbroker.atlassian.net/browse/EX-3288)
|
|
1436
|
+
[feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
473
1437
|
|
|
474
1438
|
### Testing
|
|
475
1439
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
1440
|
+
- **e2e:** add next-queries e2e tests
|
|
1441
|
+
([ae56046](https://bitbucket.org/colbenson/x-components/commits/ae56046674a71abda14bb7138566bc2b1a2a8bf3)),
|
|
1442
|
+
closes [EX-3047](https://searchbroker.atlassian.net/browse/EX-3047)
|
|
1443
|
+
- **e2e:** add test for base event modal
|
|
1444
|
+
([0121ddb](https://bitbucket.org/colbenson/x-components/commits/0121ddb9e3d390541afc1398c81fae9fa04afde7)),
|
|
1445
|
+
closes [EX-3228](https://searchbroker.atlassian.net/browse/EX-3228)
|
|
1446
|
+
- **e2e:** related tags e2e tests
|
|
1447
|
+
([688f0aa](https://bitbucket.org/colbenson/x-components/commits/688f0aa3f398d901432db69144784db69cf96d3d)),
|
|
1448
|
+
closes [EX-3155](https://searchbroker.atlassian.net/browse/EX-3155)
|
|
480
1449
|
|
|
481
1450
|
### Build System
|
|
482
1451
|
|
|
483
|
-
|
|
1452
|
+
- improve process deleting the temporally directories
|
|
1453
|
+
([712af79](https://bitbucket.org/colbenson/x-components/commits/712af794649d75722a5533b107fc9c97ebb6f5ae)),
|
|
1454
|
+
closes [EX-2124](https://searchbroker.atlassian.net/browse/EX-2124)
|
|
484
1455
|
|
|
485
1456
|
## [2.0.0-alpha.3](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.3%0Dv2.0.0-alpha.2) (2021-02-12)
|
|
486
1457
|
|
|
487
|
-
|
|
488
1458
|
### ⚠ BREAKING CHANGES
|
|
489
1459
|
|
|
490
|
-
|
|
491
|
-
remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency`
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
`
|
|
495
|
-
`
|
|
496
|
-
`
|
|
497
|
-
`
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
1460
|
+
- **currency-formatter:** remove `CurrencyOptions` from `XConfig` and its default value from
|
|
1461
|
+
`DEFAULT_X_CONFIG`, remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency`
|
|
1462
|
+
property from `SnippetConfig`.
|
|
1463
|
+
- **exports:** Rename some wires due to collisions between other exported members (i.e.
|
|
1464
|
+
actions/getters): `facets` -> `setFacets` to `setFacetsWire`, `toggleSimpleFilter` to
|
|
1465
|
+
`toggleSimpleFilterWire`, `toggleHierarchicalFilter` to `toggleHierarchicalFilterWire`,
|
|
1466
|
+
`toggleNumberRangerFilter` to `toggleNumberRangerFilterWire`, `clearFacetsSelectedFilters` to
|
|
1467
|
+
`clearFacetsSelectedFiltersWire`, `clearFacetSelectedFilters` to `clearFacetSelectedFiltersWire`
|
|
1468
|
+
and `clearSelectedFilters` to `clearSelectedFiltersWire`. `history-queries` ->
|
|
1469
|
+
`loadHistoryQueriesFromBrowserStorage` to `loadHistoryQueriesFromBrowserStorageWire`.
|
|
1470
|
+
`next-queries` -> `fetchAndSaveNextQueries` to `fetchAndSaveNextQueriesWire` and
|
|
1471
|
+
`setQueryFromLastHistoryQuery` to `setQueryFromLastHistoryQueryWire`. `query-suggestions` ->
|
|
1472
|
+
`fetchAndSaveSuggestions` to `fetchAndSaveSuggestionsWire` and `cancelFetchAndSaveSuggestions` to
|
|
1473
|
+
`cancelFetchAndSaveSuggestionsWire`. `related-tags` -> `fetchAndSaveRelatedTags` to
|
|
1474
|
+
`fetchAndSaveRelatedTagsWire`, `cancelFetchAndSaveRelatedTags` to
|
|
1475
|
+
`cancelFetchAndSaveRelatedTagsWire` and `toggleRelatedTag` to `toggleRelatedTagWire`. `search` ->
|
|
1476
|
+
`fetchAndSaveSearchResponse` to `fetchAndSaveSearchResponseWire` and
|
|
1477
|
+
`cancelFetchAndSaveSearchResponse` to `cancelFetchAndSaveSearchResponseWire`.
|
|
1478
|
+
|
|
1479
|
+
Rename exports of `getters` named `request` to `moduleName` + `Request` due to collisions between
|
|
1480
|
+
modules. Rename `ClearFilters` class to `ClearSelectedFilters`.
|
|
502
1481
|
|
|
503
1482
|
### Features
|
|
504
1483
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
1484
|
+
- **e2e test for recommendations components:** e2e test for recommendations component
|
|
1485
|
+
([e6729b9](https://bitbucket.org/colbenson/x-components/commits/e6729b9744a8c681b560a48acdb166211f632ed4)),
|
|
1486
|
+
closes [EX-3003](https://searchbroker.atlassian.net/browse/EX-3003)
|
|
1487
|
+
- **e2e testing for query-suggestions component:** e2e testing for query-suggestions component
|
|
1488
|
+
([01cbeb2](https://bitbucket.org/colbenson/x-components/commits/01cbeb2cb0329954225cc7eaa3fd3581a3258b7b)),
|
|
1489
|
+
closes [EX-2912](https://searchbroker.atlassian.net/browse/EX-2912)
|
|
1490
|
+
- **facets:** add an option to set the state facets via prop
|
|
1491
|
+
([8f08f97](https://bitbucket.org/colbenson/x-components/commits/8f08f97ae1ccf7d2f65c34b51bcaa95b3a162d59)),
|
|
1492
|
+
closes [EX-2870](https://searchbroker.atlassian.net/browse/EX-2870)
|
|
1493
|
+
- **facets:** add renderableFacets prop to Facets component to filter rendered facets
|
|
1494
|
+
([66cfdf3](https://bitbucket.org/colbenson/x-components/commits/66cfdf328d17c8fe0711241c9ee74a2d04e7cf83)),
|
|
1495
|
+
closes [EX-3037](https://searchbroker.atlassian.net/browse/EX-3037)
|
|
1496
|
+
- **facets:** support receiving facets containing selected filters in `Facets.vue`
|
|
1497
|
+
([25a7579](https://bitbucket.org/colbenson/x-components/commits/25a7579ba5a71035c654caafab366a1910f2beac)),
|
|
1498
|
+
closes [EX-3092](https://searchbroker.atlassian.net/browse/EX-3092)
|
|
1499
|
+
- **related tags:** added related tags config to set a maximum number of items to render
|
|
1500
|
+
([c173b91](https://bitbucket.org/colbenson/x-components/commits/c173b91d282b0a108ee62310ba806a2560f09838)),
|
|
1501
|
+
closes [EX-3031](https://searchbroker.atlassian.net/browse/EX-3031)
|
|
512
1502
|
|
|
513
1503
|
### Styling
|
|
514
1504
|
|
|
515
|
-
|
|
516
|
-
|
|
1505
|
+
- **getters:** rename getters name adding .getter at the end
|
|
1506
|
+
([c5a5fbe](https://bitbucket.org/colbenson/x-components/commits/c5a5fbec1f0deb4b593e193667ca06ca93730691)),
|
|
1507
|
+
closes [EX-3036](https://searchbroker.atlassian.net/browse/EX-3036)
|
|
517
1508
|
|
|
518
1509
|
### Code Refactoring
|
|
519
1510
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
1511
|
+
- **currency-formatter:** extract currency format logic from `base-currency.vue` to a
|
|
1512
|
+
`currency-formatter` utility
|
|
1513
|
+
([6c35819](https://bitbucket.org/colbenson/x-components/commits/6c35819978ec27771ee7ea2591862b6b6fe8f15b)),
|
|
1514
|
+
closes [EX-2919](https://searchbroker.atlassian.net/browse/EX-2919)
|
|
1515
|
+
- **exports:** add missing actions and getters exports
|
|
1516
|
+
([bb8e715](https://bitbucket.org/colbenson/x-components/commits/bb8e715aaf2e0f99dfebe0354d5bee689a208607)),
|
|
1517
|
+
closes [EX-2687](https://searchbroker.atlassian.net/browse/EX-2687)
|
|
523
1518
|
|
|
524
1519
|
### Testing
|
|
525
1520
|
|
|
526
|
-
|
|
527
|
-
|
|
1521
|
+
- **default-tests:** Disabled some of old E2E tests
|
|
1522
|
+
([acc8774](https://bitbucket.org/colbenson/x-components/commits/acc8774011407808ca83017ee08fc9fa8d0be629)),
|
|
1523
|
+
closes [EX-3088](https://searchbroker.atlassian.net/browse/EX-3088)
|
|
1524
|
+
- **history queries:** e2e test history queries
|
|
1525
|
+
([392ecfe](https://bitbucket.org/colbenson/x-components/commits/392ecfe721e70e5ceabdf72a53c9c76ec3695f78)),
|
|
1526
|
+
closes [EX-2958](https://searchbroker.atlassian.net/browse/EX-2958)
|
|
528
1527
|
|
|
529
1528
|
## [2.0.0-alpha.2](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.2%0Dv2.0.0-alpha.1) (2021-01-20)
|
|
530
1529
|
|
|
531
|
-
|
|
532
1530
|
### Bug Fixes
|
|
533
1531
|
|
|
534
|
-
|
|
1532
|
+
- **facets:** add missing `SelectedFilters` component export
|
|
1533
|
+
([4c9a32c](https://bitbucket.org/colbenson/x-components/commits/4c9a32c52de66bb388a0259f7fb6436db65f1d26)),
|
|
1534
|
+
closes [EX-2984](https://searchbroker.atlassian.net/browse/EX-2984)
|
|
535
1535
|
|
|
536
1536
|
## [2.0.0-alpha.1](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.1%0Dv2.0.0-alpha.0) (2021-01-19)
|
|
537
1537
|
|
|
538
|
-
|
|
539
1538
|
### ⚠ BREAKING CHANGES
|
|
540
1539
|
|
|
541
|
-
|
|
542
|
-
`
|
|
543
|
-
`
|
|
544
|
-
|
|
1540
|
+
- **base-components:** `BaseModalContainer` has been split into 2 new components: `BaseEventsModal`,
|
|
1541
|
+
which acts like the old component, but with the `eventToEmitOnClose` prop renamed to
|
|
1542
|
+
`bodyClickEvent`. `BaseModal` now acts as a dumb modal that receives its open state via props.
|
|
1543
|
+
`BaseCloseButton` has been renamed to `BaseEventsCloseButton` `BaseOpenButton` has been renamed to
|
|
1544
|
+
`BaseEventsOpenButton` Events have been renamed: `UserOpenedX` -> `UserClickedOpenX`,
|
|
1545
|
+
`UserClosedX` -> `UserClickedCloseX`
|
|
545
1546
|
|
|
546
1547
|
### Features
|
|
547
1548
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
1549
|
+
- **animations:** add `CollapseWidth` animation
|
|
1550
|
+
([c4b0e0c](https://bitbucket.org/colbenson/x-components/commits/c4b0e0c572717caf599d4605d25460c0131a6856)),
|
|
1551
|
+
closes [EX-2826](https://searchbroker.atlassian.net/browse/EX-2826)
|
|
1552
|
+
- **base-components:** add `BaseRating` component
|
|
1553
|
+
([ceb0c54](https://bitbucket.org/colbenson/x-components/commits/ceb0c54860f405025b965cea759929bae94ee308)),
|
|
1554
|
+
closes [EX-2871](https://searchbroker.atlassian.net/browse/EX-2871)
|
|
1555
|
+
- **base-components:** add `BaseRatingFilterLabel` component
|
|
1556
|
+
([1b2fd35](https://bitbucket.org/colbenson/x-components/commits/1b2fd354ba82bf5597727c5ee85af1068396b0f8)),
|
|
1557
|
+
closes [EX-2832](https://searchbroker.atlassian.net/browse/EX-2832)
|
|
1558
|
+
- **base-components:** add `BaseModal` and `BaseEventsModal` components
|
|
1559
|
+
([5539447](https://bitbucket.org/colbenson/x-components/commits/55394478446bb8bd5de3dc7ac27c5f584b0518a2)),
|
|
1560
|
+
closes [EX-2830](https://searchbroker.atlassian.net/browse/EX-2830)
|
|
1561
|
+
- **base-components:** add `BasePriceFilterLabel` component
|
|
1562
|
+
([0feba8f](https://bitbucket.org/colbenson/x-components/commits/0feba8f6b26581eef934367e35bbeb8ede530a8e)),
|
|
1563
|
+
closes [EX-2759](https://searchbroker.atlassian.net/browse/EX-2759)
|
|
1564
|
+
- **facets:** add `selectedFilters` binding for each slot and facet in `Facets` component
|
|
1565
|
+
([1e4c473](https://bitbucket.org/colbenson/x-components/commits/1e4c47326fadc09681b07fbb4b8262fe76c78c64)),
|
|
1566
|
+
closes [EX-2887](https://searchbroker.atlassian.net/browse/EX-2887)
|
|
1567
|
+
- **facets:** add `clearSelectedFilters` wire in `UserAcceptedAQuery` event
|
|
1568
|
+
([5167766](https://bitbucket.org/colbenson/x-components/commits/516776610df3ae001e60402dedf7619331a1116d)),
|
|
1569
|
+
closes [EX-2927](https://searchbroker.atlassian.net/browse/EX-2927)
|
|
1570
|
+
- **facets:** add `SelectedFilters` component which renders the selected filters
|
|
1571
|
+
([a48e436](https://bitbucket.org/colbenson/x-components/commits/a48e436559318bfecbc1ab3f50f90c8079ace2de)),
|
|
1572
|
+
closes [EX-2855](https://searchbroker.atlassian.net/browse/EX-2855)
|
|
557
1573
|
|
|
558
1574
|
### Bug Fixes
|
|
559
1575
|
|
|
560
|
-
|
|
561
|
-
|
|
1576
|
+
- **plugin:** fix types to allow overriding parts of the store
|
|
1577
|
+
([677cb1b](https://bitbucket.org/colbenson/x-components/commits/677cb1ba50ff61816175adbf6fe26ecd9a7a4b21)),
|
|
1578
|
+
closes [EX-2803](https://searchbroker.atlassian.net/browse/EX-2803)
|
|
562
1579
|
|
|
563
1580
|
### Code Refactoring
|
|
564
1581
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
1582
|
+
- **animations:** extract mixin from `CollapseHeight` and `CollapseWidth` animations
|
|
1583
|
+
([31e217b](https://bitbucket.org/colbenson/x-components/commits/31e217bcbb7e3f7a8a254e9888161d13c919ead4)),
|
|
1584
|
+
closes [EX-2827](https://searchbroker.atlassian.net/browse/EX-2827)
|
|
1585
|
+
- **components/filters:** reorganize components/filters directory
|
|
1586
|
+
([44d99fb](https://bitbucket.org/colbenson/x-components/commits/44d99fb90aa04e6c7b23d4d6fb10553d510a5a5b)),
|
|
1587
|
+
closes [EX-2911](https://searchbroker.atlassian.net/browse/EX-2911)
|
|
568
1588
|
|
|
569
1589
|
### Testing
|
|
570
1590
|
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
1591
|
+
- **e2e:** implement search-box test scenarios
|
|
1592
|
+
([726cec3](https://bitbucket.org/colbenson/x-components/commits/726cec3e527ee14ee2c93320ed44dc763475e827)),
|
|
1593
|
+
closes [EX-2725](https://searchbroker.atlassian.net/browse/EX-2725)
|
|
1594
|
+
- **e2e:** update cypress version
|
|
1595
|
+
([1f627f2](https://bitbucket.org/colbenson/x-components/commits/1f627f21ba776550de7a5ad627830ce1a7f6737a)),
|
|
1596
|
+
closes [EX-2917](https://searchbroker.atlassian.net/browse/EX-2917)
|
|
1597
|
+
- **e2e:** refine search-box tests
|
|
1598
|
+
([7e26220](https://bitbucket.org/colbenson/x-components/commits/7e26220b829acc8a5ac9dfe5a3d40d6e64b7f467)),
|
|
1599
|
+
closes [EX-2962](https://searchbroker.atlassian.net/browse/EX-2962)
|
|
574
1600
|
|
|
575
1601
|
## [2.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.0%0Dv1.1.2) (2020-12-29)
|
|
576
1602
|
|
|
577
|
-
|
|
578
1603
|
### ⚠ BREAKING CHANGES
|
|
579
1604
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
### Features
|
|
584
|
-
|
|
585
|
-
* **actions:** generalize request actions ([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)), closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
|
|
586
|
-
* **actions:** use `cancellable-promise` in every request action ([d369491](https://bitbucket.org/colbenson/x-components/commits/d36949151ad8e7b7bdcde63afd57e49b34b1bc60)), closes [EX-2664](https://searchbroker.atlassian.net/browse/EX-2664)
|
|
587
|
-
* **animations:** add `CollapseHeight` component ([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)), closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
|
|
588
|
-
* **base-components:** add `BaseFilters` component ([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)), closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
|
|
589
|
-
* **base-components:** add `BaseNumberRangeFilter` component ([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)), closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
|
|
590
|
-
* **base-components:** add `BaseCurrency` component ([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)), closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
|
|
591
|
-
* **base-components:** add `BaseFiltersSearch` component ([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)), closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
|
|
592
|
-
* **base-components:** add `BaseHeaderTogglePanel` component ([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)), closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
|
|
593
|
-
* **base-components:** add `BaseSlicedFilters` component ([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)), closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
|
|
594
|
-
* **base-components:** add `BaseHierarchicalFilter` component ([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
|
|
595
|
-
* **base-components:** add `BaseTogglePanel` component ([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)), closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
|
|
596
|
-
* **facets:** add `ClearAll` selected filters component ([63356f7](https://bitbucket.org/colbenson/x-components/commits/63356f76d6ba499f9855564f14e792dcb2aa0873)), closes [EX-2560](https://searchbroker.atlassian.net/browse/EX-2560)
|
|
597
|
-
* **eslint:** update `@empathy/eslint-plugin-x` to `1.2.1` and fix some files ([6bfbede](https://bitbucket.org/colbenson/x-components/commits/6bfbedec033516e0e3c7b14fb863f4f8af990412)), closes [EX-2779](https://searchbroker.atlassian.net/browse/EX-2779)
|
|
598
|
-
* **facets:** add `MultiSelectFilters` component. ([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)), closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
|
|
599
|
-
* **facets:** add `SelectedFiltersChanged` emitter ([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
|
|
600
|
-
* **facets:** add `toggleSimpleFilter` action ([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)), closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
|
|
601
|
-
* **facets:** all filter button which deselects its filters ([67ebc9c](https://bitbucket.org/colbenson/x-components/commits/67ebc9c81ec457fbf1625f7c1d1125ea97eb8a22)), closes [EX-2701](https://searchbroker.atlassian.net/browse/EX-2701)
|
|
602
|
-
* **facets:** add `toggleHierarchicalFilter` action ([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)), closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
|
|
603
|
-
* **facets:** add new events for clear filters ([9c5fdc3](https://bitbucket.org/colbenson/x-components/commits/9c5fdc3f8f6fb4d5f873a3e6b67ef4670bfa77e2)), closes [EX-2561](https://searchbroker.atlassian.net/browse/EX-2561)
|
|
604
|
-
* **facets:** extract `BaseFilter` component from `BaseHierarchicalFilter` and `BaseSimpleFilter` components ([021922b](https://bitbucket.org/colbenson/x-components/commits/021922b528178af8a88431087324a5642b83ed77)), closes [EX-2603](https://searchbroker.atlassian.net/browse/EX-2603)
|
|
605
|
-
* **facets:** add `Facets` component ([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)), closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
|
|
606
|
-
* **facets:** keep selection state of the current filters ([8a0ee37](https://bitbucket.org/colbenson/x-components/commits/8a0ee37906852241beda2084c0f877ea09415d41)), closes [EX-2654](https://searchbroker.atlassian.net/browse/EX-2654)
|
|
607
|
-
* **facets:** update facets module with new search-types ([1d1abaf](https://bitbucket.org/colbenson/x-components/commits/1d1abaf8e832bf5b9bcf408cf68e4d254a6eee13)), closes [EX-2509](https://searchbroker.atlassian.net/browse/EX-2509)
|
|
608
|
-
* **facets:** add `filtersMap` getter and `selectedFilters` getter refactor ([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
|
|
609
|
-
* **search:** add `SelectedFiltersChanged` wiring ([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
|
|
610
|
-
* **store:** add `status` to every store module ([4ac4a34](https://bitbucket.org/colbenson/x-components/commits/4ac4a34993a97b351f560159c2e1a0c19b47bc39)), closes [EX-2435](https://searchbroker.atlassian.net/browse/EX-2435)
|
|
611
|
-
* **utils:** add callback for cancellable promises ([102634f](https://bitbucket.org/colbenson/x-components/commits/102634f3f6c6061f0c51d3508d043932fea382d6)), closes [EX-2380](https://searchbroker.atlassian.net/browse/EX-2380)
|
|
1605
|
+
- rename actions in several modules: Popular searches `getSuggestions` → `fetchSuggestions`. Query
|
|
1606
|
+
suggestions: `getAndSaveSuggestions` → `fetchAndSaveSuggestions`, `getSuggestions` →
|
|
1607
|
+
`fetchSuggestions`.
|
|
612
1608
|
|
|
1609
|
+
### Features
|
|
613
1610
|
|
|
614
|
-
|
|
1611
|
+
- **actions:** generalize request actions
|
|
1612
|
+
([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)),
|
|
1613
|
+
closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
|
|
1614
|
+
- **actions:** use `cancellable-promise` in every request action
|
|
1615
|
+
([d369491](https://bitbucket.org/colbenson/x-components/commits/d36949151ad8e7b7bdcde63afd57e49b34b1bc60)),
|
|
1616
|
+
closes [EX-2664](https://searchbroker.atlassian.net/browse/EX-2664)
|
|
1617
|
+
- **animations:** add `CollapseHeight` component
|
|
1618
|
+
([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)),
|
|
1619
|
+
closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
|
|
1620
|
+
- **base-components:** add `BaseFilters` component
|
|
1621
|
+
([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)),
|
|
1622
|
+
closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
|
|
1623
|
+
- **base-components:** add `BaseNumberRangeFilter` component
|
|
1624
|
+
([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)),
|
|
1625
|
+
closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
|
|
1626
|
+
- **base-components:** add `BaseCurrency` component
|
|
1627
|
+
([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)),
|
|
1628
|
+
closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
|
|
1629
|
+
- **base-components:** add `BaseFiltersSearch` component
|
|
1630
|
+
([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)),
|
|
1631
|
+
closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
|
|
1632
|
+
- **base-components:** add `BaseHeaderTogglePanel` component
|
|
1633
|
+
([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)),
|
|
1634
|
+
closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
|
|
1635
|
+
- **base-components:** add `BaseSlicedFilters` component
|
|
1636
|
+
([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)),
|
|
1637
|
+
closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
|
|
1638
|
+
- **base-components:** add `BaseHierarchicalFilter` component
|
|
1639
|
+
([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
|
|
1640
|
+
- **base-components:** add `BaseTogglePanel` component
|
|
1641
|
+
([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)),
|
|
1642
|
+
closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
|
|
1643
|
+
- **facets:** add `ClearAll` selected filters component
|
|
1644
|
+
([63356f7](https://bitbucket.org/colbenson/x-components/commits/63356f76d6ba499f9855564f14e792dcb2aa0873)),
|
|
1645
|
+
closes [EX-2560](https://searchbroker.atlassian.net/browse/EX-2560)
|
|
1646
|
+
- **eslint:** update `@empathy/eslint-plugin-x` to `1.2.1` and fix some files
|
|
1647
|
+
([6bfbede](https://bitbucket.org/colbenson/x-components/commits/6bfbedec033516e0e3c7b14fb863f4f8af990412)),
|
|
1648
|
+
closes [EX-2779](https://searchbroker.atlassian.net/browse/EX-2779)
|
|
1649
|
+
- **facets:** add `MultiSelectFilters` component.
|
|
1650
|
+
([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)),
|
|
1651
|
+
closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
|
|
1652
|
+
- **facets:** add `SelectedFiltersChanged` emitter
|
|
1653
|
+
([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
|
|
1654
|
+
- **facets:** add `toggleSimpleFilter` action
|
|
1655
|
+
([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)),
|
|
1656
|
+
closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
|
|
1657
|
+
- **facets:** all filter button which deselects its filters
|
|
1658
|
+
([67ebc9c](https://bitbucket.org/colbenson/x-components/commits/67ebc9c81ec457fbf1625f7c1d1125ea97eb8a22)),
|
|
1659
|
+
closes [EX-2701](https://searchbroker.atlassian.net/browse/EX-2701)
|
|
1660
|
+
- **facets:** add `toggleHierarchicalFilter` action
|
|
1661
|
+
([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)),
|
|
1662
|
+
closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
|
|
1663
|
+
- **facets:** add new events for clear filters
|
|
1664
|
+
([9c5fdc3](https://bitbucket.org/colbenson/x-components/commits/9c5fdc3f8f6fb4d5f873a3e6b67ef4670bfa77e2)),
|
|
1665
|
+
closes [EX-2561](https://searchbroker.atlassian.net/browse/EX-2561)
|
|
1666
|
+
- **facets:** extract `BaseFilter` component from `BaseHierarchicalFilter` and `BaseSimpleFilter`
|
|
1667
|
+
components
|
|
1668
|
+
([021922b](https://bitbucket.org/colbenson/x-components/commits/021922b528178af8a88431087324a5642b83ed77)),
|
|
1669
|
+
closes [EX-2603](https://searchbroker.atlassian.net/browse/EX-2603)
|
|
1670
|
+
- **facets:** add `Facets` component
|
|
1671
|
+
([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)),
|
|
1672
|
+
closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
|
|
1673
|
+
- **facets:** keep selection state of the current filters
|
|
1674
|
+
([8a0ee37](https://bitbucket.org/colbenson/x-components/commits/8a0ee37906852241beda2084c0f877ea09415d41)),
|
|
1675
|
+
closes [EX-2654](https://searchbroker.atlassian.net/browse/EX-2654)
|
|
1676
|
+
- **facets:** update facets module with new search-types
|
|
1677
|
+
([1d1abaf](https://bitbucket.org/colbenson/x-components/commits/1d1abaf8e832bf5b9bcf408cf68e4d254a6eee13)),
|
|
1678
|
+
closes [EX-2509](https://searchbroker.atlassian.net/browse/EX-2509)
|
|
1679
|
+
- **facets:** add `filtersMap` getter and `selectedFilters` getter refactor
|
|
1680
|
+
([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
|
|
1681
|
+
- **search:** add `SelectedFiltersChanged` wiring
|
|
1682
|
+
([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
|
|
1683
|
+
- **store:** add `status` to every store module
|
|
1684
|
+
([4ac4a34](https://bitbucket.org/colbenson/x-components/commits/4ac4a34993a97b351f560159c2e1a0c19b47bc39)),
|
|
1685
|
+
closes [EX-2435](https://searchbroker.atlassian.net/browse/EX-2435)
|
|
1686
|
+
- **utils:** add callback for cancellable promises
|
|
1687
|
+
([102634f](https://bitbucket.org/colbenson/x-components/commits/102634f3f6c6061f0c51d3508d043932fea382d6)),
|
|
1688
|
+
closes [EX-2380](https://searchbroker.atlassian.net/browse/EX-2380)
|
|
615
1689
|
|
|
616
|
-
|
|
617
|
-
* **index.html:** added link to polyfill.io to load polyfills necessary for running the project in IE ([736631e](https://bitbucket.org/colbenson/x-components/commits/736631ef8e90cc11fd86d2b32b88fd228b83689a)), closes [EX-2707](https://searchbroker.atlassian.net/browse/EX-2707)
|
|
618
|
-
* **jenkinsfile:** Updated Docker image version ([230f319](https://bitbucket.org/colbenson/x-components/commits/230f3191664a188374e5ecedcefc9158fa17807e))
|
|
619
|
-
* **runbooks-integration:** fix the bug on the sidebar paths doesn't match the real paths ([7ade8ea](https://bitbucket.org/colbenson/x-components/commits/7ade8eaa4fe400b9f08a2b895cfd9e9d27444ef3))
|
|
620
|
-
* **search-input:** fix debounced query not cancelled on clear query issue ([33362a8](https://bitbucket.org/colbenson/x-components/commits/33362a81609436bdda8e96a7b45b4b773c796973)), closes [EX-2709](https://searchbroker.atlassian.net/browse/EX-2709)
|
|
1690
|
+
### Bug Fixes
|
|
621
1691
|
|
|
1692
|
+
- **base-components:** make `BaseTogglePanel` component render a `div` to solve react-wrapper
|
|
1693
|
+
integration issues.
|
|
1694
|
+
([27454c6](https://bitbucket.org/colbenson/x-components/commits/27454c6b7229592bec6fc30dcaaf608888d993ad)),
|
|
1695
|
+
closes [EX-2763](https://searchbroker.atlassian.net/browse/EX-2763)
|
|
1696
|
+
- **index.html:** added link to polyfill.io to load polyfills necessary for running the project in
|
|
1697
|
+
IE
|
|
1698
|
+
([736631e](https://bitbucket.org/colbenson/x-components/commits/736631ef8e90cc11fd86d2b32b88fd228b83689a)),
|
|
1699
|
+
closes [EX-2707](https://searchbroker.atlassian.net/browse/EX-2707)
|
|
1700
|
+
- **jenkinsfile:** Updated Docker image version
|
|
1701
|
+
([230f319](https://bitbucket.org/colbenson/x-components/commits/230f3191664a188374e5ecedcefc9158fa17807e))
|
|
1702
|
+
- **runbooks-integration:** fix the bug on the sidebar paths doesn't match the real paths
|
|
1703
|
+
([7ade8ea](https://bitbucket.org/colbenson/x-components/commits/7ade8eaa4fe400b9f08a2b895cfd9e9d27444ef3))
|
|
1704
|
+
- **search-input:** fix debounced query not cancelled on clear query issue
|
|
1705
|
+
([33362a8](https://bitbucket.org/colbenson/x-components/commits/33362a81609436bdda8e96a7b45b4b773c796973)),
|
|
1706
|
+
closes [EX-2709](https://searchbroker.atlassian.net/browse/EX-2709)
|
|
622
1707
|
|
|
623
1708
|
### Documentation
|
|
624
1709
|
|
|
625
|
-
|
|
626
|
-
|
|
1710
|
+
- **docusaurus:** automated sidebar generation & docusaurus markdown headers.
|
|
1711
|
+
([69fc29d](https://bitbucket.org/colbenson/x-components/commits/69fc29d39515c52a34f08d45aaba5a53ae8817de)),
|
|
1712
|
+
closes [EX-2207](https://searchbroker.atlassian.net/browse/EX-2207)
|
|
627
1713
|
|
|
628
1714
|
### Testing
|
|
629
1715
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
1716
|
+
- **e2e:** fix Keyboard Navigation & Base Modal Container e2e tests
|
|
1717
|
+
([a31b023](https://bitbucket.org/colbenson/x-components/commits/a31b0230bd058ca3d128d57b69ef2076d98f396f)),
|
|
1718
|
+
closes [EX-2708](https://searchbroker.atlassian.net/browse/EX-2708)
|
|
1719
|
+
- **e2e:** fix some e2e tests adding checks as guards
|
|
1720
|
+
([ebf1493](https://bitbucket.org/colbenson/x-components/commits/ebf1493f8d67c3e237ede208785f4c775c223274)),
|
|
1721
|
+
closes [EX-2243](https://searchbroker.atlassian.net/browse/EX-2243)
|
|
633
1722
|
|
|
634
1723
|
### Styling
|
|
635
1724
|
|
|
636
|
-
|
|
637
|
-
|
|
1725
|
+
- **base-components:** reformat `BaseFilter` code and add style for selected filters
|
|
1726
|
+
([9c57b20](https://bitbucket.org/colbenson/x-components/commits/9c57b20e7c06133b34b5ba97365c6d884cd3469c)),
|
|
1727
|
+
closes [EX-2712](https://searchbroker.atlassian.net/browse/EX-2712)
|
|
638
1728
|
|
|
639
1729
|
### Code Refactoring
|
|
640
1730
|
|
|
641
|
-
|
|
642
|
-
|
|
1731
|
+
- **base-components:** rename from figure to picture
|
|
1732
|
+
([1ec8621](https://bitbucket.org/colbenson/x-components/commits/1ec8621d8c85c3830bedd67c49ac4bf4e64ae34b)),
|
|
1733
|
+
closes [EX-2713](https://searchbroker.atlassian.net/browse/EX-2713)
|
|
1734
|
+
- **base-components:** added default content to some simple components and default style
|
|
1735
|
+
([0459913](https://bitbucket.org/colbenson/x-components/commits/04599139a80af43ae668bb96313683da4aff29fb)),
|
|
1736
|
+
closes [EX-2714](https://searchbroker.atlassian.net/browse/EX-2714)
|
|
643
1737
|
|
|
644
1738
|
### [1.1.2](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.2%0Dv1.1.1) (2020-12-03)
|
|
645
1739
|
|
|
646
|
-
|
|
647
1740
|
### Bug Fixes
|
|
648
1741
|
|
|
649
|
-
|
|
1742
|
+
- **build:** replace style injector with ES5 version
|
|
1743
|
+
([ec89099](https://bitbucket.org/colbenson/x-components/commits/ec890990cdd3c3edfaf6631cfa0fe8b84163e580)),
|
|
1744
|
+
closes [EX-2752](https://searchbroker.atlassian.net/browse/EX-2752)
|
|
650
1745
|
|
|
651
1746
|
### [1.1.1](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.1%0Dv1.1.0) (2020-12-03)
|
|
652
1747
|
|
|
653
|
-
|
|
654
1748
|
### Bug Fixes
|
|
655
1749
|
|
|
656
|
-
|
|
1750
|
+
- **build:** output es5 code for Vue components
|
|
1751
|
+
([40eab09](https://bitbucket.org/colbenson/x-components/commits/40eab0978f297760c729eeb1ecab475aeeef0d7b)),
|
|
1752
|
+
closes [EX-2734](https://searchbroker.atlassian.net/browse/EX-2734)
|
|
657
1753
|
|
|
658
1754
|
## [1.1.0](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.0%0Dv1.0.0) (2020-10-20)
|
|
659
1755
|
|
|
660
|
-
|
|
661
1756
|
### Features
|
|
662
1757
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
1758
|
+
- **animations:** add staggering-transition-group component
|
|
1759
|
+
([b8218b3](https://bitbucket.org/colbenson/x-components/commits/b8218b39392487af2194f7b38f20f027e9b8876a)),
|
|
1760
|
+
closes [EX-2208](https://searchbroker.atlassian.net/browse/EX-2208)
|
|
1761
|
+
- **api-extractor:** refactor api-extractor doc generation
|
|
1762
|
+
([0feabc8](https://bitbucket.org/colbenson/x-components/commits/0feabc8252cf9aafb410b6fb218d19647a0c471e)),
|
|
1763
|
+
closes [EX-2152](https://searchbroker.atlassian.net/browse/EX-2152)
|
|
1764
|
+
- **build:** add rollup polyfills wrapper plugin
|
|
1765
|
+
([e02747d](https://bitbucket.org/colbenson/x-components/commits/e02747d4a8c53965402c8a7b71c0e1545afa98d1)),
|
|
1766
|
+
closes [EX-2051](https://searchbroker.atlassian.net/browse/EX-2051)
|
|
1767
|
+
- **cancellable-promise:** add cancellable-promise utility
|
|
1768
|
+
([b6f0615](https://bitbucket.org/colbenson/x-components/commits/b6f06156448aa67a60885d3527ced076062e15f8)),
|
|
1769
|
+
closes [EX-2244](https://searchbroker.atlassian.net/browse/EX-2244)
|
|
1770
|
+
- **empathize:** keep Empathize open when focus inside
|
|
1771
|
+
([fb8e04f](https://bitbucket.org/colbenson/x-components/commits/fb8e04f2acb1eec7694905ccafbf0d7ed38be350)),
|
|
1772
|
+
closes [EX-2123](https://searchbroker.atlassian.net/browse/EX-2123)
|
|
1773
|
+
- **eslint:** update eslint-plugin-x to 1.2.0 version which includes 2.1.2 prettier version
|
|
1774
|
+
([f976e09](https://bitbucket.org/colbenson/x-components/commits/f976e0926d82b6185d6f02a793e961fb738182aa)),
|
|
1775
|
+
closes [EX-2238](https://searchbroker.atlassian.net/browse/EX-2238)
|
|
1776
|
+
- **facets-empty-module:** create empty module for facets
|
|
1777
|
+
([8c9a7d7](https://bitbucket.org/colbenson/x-components/commits/8c9a7d7a61af4da9f1da46ff17a38a52dac8e126)),
|
|
1778
|
+
closes [EX-2221](https://searchbroker.atlassian.net/browse/EX-2221)
|
|
1779
|
+
- **facets-module:** create wire which emits a commit to set the facets in the state
|
|
1780
|
+
([35be528](https://bitbucket.org/colbenson/x-components/commits/35be5280fb43b57ef438e4aff215dd93ec2f964e)),
|
|
1781
|
+
closes [EX-2222](https://searchbroker.atlassian.net/browse/EX-2222)
|
|
1782
|
+
- **getters-query-suggestions:** create getters for query suggestions to use property
|
|
1783
|
+
hideIfEqualsQuery
|
|
1784
|
+
([63a1ac3](https://bitbucket.org/colbenson/x-components/commits/63a1ac3326df108ca21f38827bd09796ed96bc22)),
|
|
1785
|
+
closes [EX-2296](https://searchbroker.atlassian.net/browse/EX-2296)
|
|
1786
|
+
- **popular-searches:** add hide popular searches that have already been searched in session
|
|
1787
|
+
([ea97456](https://bitbucket.org/colbenson/x-components/commits/ea974562002c665be2e3345ee35dd77c2398e8d5)),
|
|
1788
|
+
closes [EX-2128](https://searchbroker.atlassian.net/browse/EX-2128)
|
|
1789
|
+
- **search:** add basic search x-module
|
|
1790
|
+
([2ce6544](https://bitbucket.org/colbenson/x-components/commits/2ce65445fb4dd0c746c96b446058a8694b97242b)),
|
|
1791
|
+
closes [EX-2167](https://searchbroker.atlassian.net/browse/EX-2167)
|
|
1792
|
+
- **search-input:** add property autofocus
|
|
1793
|
+
([844da3b](https://bitbucket.org/colbenson/x-components/commits/844da3be4167de23f2cffe60e59ee9bb557d28e5)),
|
|
1794
|
+
closes [EX-2129](https://searchbroker.atlassian.net/browse/EX-2129)
|
|
1795
|
+
- **sliding-panel:** add SlidingPanel component
|
|
1796
|
+
([fc1bb76](https://bitbucket.org/colbenson/x-components/commits/fc1bb76e5984407aa49005d86ee5b1283e64540d)),
|
|
1797
|
+
closes [EX-2201](https://searchbroker.atlassian.net/browse/EX-2201)
|
|
1798
|
+
- **x-installer:** add XInstaller utility
|
|
1799
|
+
([dce8bf1](https://bitbucket.org/colbenson/x-components/commits/dce8bf19ada65633ad7d5a34c2431ee8ce81ad67)),
|
|
1800
|
+
closes [EX-2136](https://searchbroker.atlassian.net/browse/EX-2136)
|
|
678
1801
|
|
|
679
1802
|
### Bug Fixes
|
|
680
1803
|
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
1804
|
+
- **clean-search-input:** add emitter for the `UserClearedQuery` event. Allow `UserIsTypingAQuery`
|
|
1805
|
+
to be always emitted.
|
|
1806
|
+
([f02913c](https://bitbucket.org/colbenson/x-components/commits/f02913cd0c6d98194da041f762dcd9a55fb3bd4d)),
|
|
1807
|
+
closes [EX-2031](https://searchbroker.atlassian.net/browse/EX-2031)
|
|
1808
|
+
- **history-queries:** fixed toggle related tag action to clean the previous related tags
|
|
1809
|
+
([8c1a9e9](https://bitbucket.org/colbenson/x-components/commits/8c1a9e97dbd20042f67a7a909b8fe61ea36d4a5f)),
|
|
1810
|
+
closes [EX-2213](https://searchbroker.atlassian.net/browse/EX-2213)
|
|
1811
|
+
- **identifier-results:** fix the request action to save the results if the query is empty
|
|
1812
|
+
([fad5019](https://bitbucket.org/colbenson/x-components/commits/fad50198066071c9915393d313c6c7f8f08700c9)),
|
|
1813
|
+
closes [EX-2200](https://searchbroker.atlassian.net/browse/EX-2200)
|
|
685
1814
|
|
|
686
1815
|
### Documentation
|
|
687
1816
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
1817
|
+
- **build:** document how to debug the build process
|
|
1818
|
+
([1a713bc](https://bitbucket.org/colbenson/x-components/commits/1a713bc869e0542c9ab90c4b29ba2f02de487d06)),
|
|
1819
|
+
closes [EX-2189](https://searchbroker.atlassian.net/browse/EX-2189)
|
|
1820
|
+
- **xcomponents:** move xcomponents documentation to independent file. Added a header to each file
|
|
1821
|
+
([218efd0](https://bitbucket.org/colbenson/x-components/commits/218efd06f281dd7341dd69d330cc8059e5f16038)),
|
|
1822
|
+
closes [EX-2081](https://searchbroker.atlassian.net/browse/EX-2081)
|
|
691
1823
|
|
|
692
1824
|
### Testing
|
|
693
1825
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
1826
|
+
- **e2e:** create multiple test environment templates
|
|
1827
|
+
([833c177](https://bitbucket.org/colbenson/x-components/commits/833c1772ff0186ce1cab2d5303c01d5768745fcb)),
|
|
1828
|
+
closes [EX-1863](https://searchbroker.atlassian.net/browse/EX-1863)
|
|
1829
|
+
- **e2e:** define basic use cases
|
|
1830
|
+
([c9c837c](https://bitbucket.org/colbenson/x-components/commits/c9c837ce35f2e3d3792a3e9dfebcca63c2e50092)),
|
|
1831
|
+
closes [EX-2110](https://searchbroker.atlassian.net/browse/EX-2110)
|
|
1832
|
+
- **result-image:** e2e tests for the component
|
|
1833
|
+
([faf475a](https://bitbucket.org/colbenson/x-components/commits/faf475a40c6f4210f3483972072d648204272f17)),
|
|
1834
|
+
closes [EX-1978](https://searchbroker.atlassian.net/browse/EX-1978)
|
|
697
1835
|
|
|
698
1836
|
## [1.0.0](https://bitbucket.org/colbenson/x-components/commits/tag/v1.0.0) (2020-07-30)
|
|
699
1837
|
|
|
700
|
-
|
|
701
1838
|
### Features
|
|
702
1839
|
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
1840
|
+
- **base-suggestions:** add index to slot bindings for suggestions
|
|
1841
|
+
([9e0c327](https://bitbucket.org/colbenson/x-components/commits/9e0c3271a7152b3ce4d8198db83f165628119d09)),
|
|
1842
|
+
closes [EX-1966](https://searchbroker.atlassian.net/browse/EX-1966)
|
|
1843
|
+
- **config:** refactor XPluginOptions and XModule configurations
|
|
1844
|
+
([ed4e140](https://bitbucket.org/colbenson/x-components/commits/ed4e140696f217bc636d587c36206ca2b1fef598)),
|
|
1845
|
+
closes [EX-1994](https://searchbroker.atlassian.net/browse/EX-1994)
|
|
1846
|
+
- **decorator:** add support for multiple and dynamic events to XOn decorator
|
|
1847
|
+
([924b9f7](https://bitbucket.org/colbenson/x-components/commits/924b9f7c2a57585a2a8063e40edb65a709f39afe)),
|
|
1848
|
+
closes [EX-1977](https://searchbroker.atlassian.net/browse/EX-1977)
|
|
1849
|
+
- **decorators:** add filtering support to XOn decorator
|
|
1850
|
+
([5f63f1b](https://bitbucket.org/colbenson/x-components/commits/5f63f1b71cc981ce4d9786fc4b4424aa282b3f76)),
|
|
1851
|
+
closes [EX-1874](https://searchbroker.atlassian.net/browse/EX-1874)
|
|
1852
|
+
- **emitters:** add `isDifferent` optional option to emitters for checking if the observed value has
|
|
1853
|
+
really changed
|
|
1854
|
+
([94e5b27](https://bitbucket.org/colbenson/x-components/commits/94e5b27341e8a99059ccf2dd8d2a4aabadb8164a)),
|
|
1855
|
+
closes [EX-1990](https://searchbroker.atlassian.net/browse/EX-1990)
|
|
1856
|
+
- **empathize:** add empathize component
|
|
1857
|
+
([0449433](https://bitbucket.org/colbenson/x-components/commits/044943390998517419cfaa5e49eae61c24000262)),
|
|
1858
|
+
closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
|
|
1859
|
+
- **getters-proxy:** add cache to the getters proxy
|
|
1860
|
+
([ea9d091](https://bitbucket.org/colbenson/x-components/commits/ea9d091acc717c9c4562e3be88e719c0eef75930)),
|
|
1861
|
+
closes [EX-2070](https://searchbroker.atlassian.net/browse/EX-2070)
|
|
1862
|
+
- **identifier-results:** add IdentifierResult component
|
|
1863
|
+
([d9273dd](https://bitbucket.org/colbenson/x-components/commits/d9273ddab781bc48be49fee108ccbb2bf1740328)),
|
|
1864
|
+
closes [EX-1958](https://searchbroker.atlassian.net/browse/EX-1958)
|
|
1865
|
+
- **identifier-results:** add mutations and actions to the module
|
|
1866
|
+
([f6fd746](https://bitbucket.org/colbenson/x-components/commits/f6fd7467ffc25cd71de1ea88d211a7b14297659e)),
|
|
1867
|
+
closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
|
|
1868
|
+
- **identifier-results:** create identifier results module with getters
|
|
1869
|
+
([d5159f4](https://bitbucket.org/colbenson/x-components/commits/d5159f49790ac4af28dc58fb079732434e615a25)),
|
|
1870
|
+
closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
|
|
1871
|
+
- **identifier-results:** identifierResults component and module wiring
|
|
1872
|
+
([d56ca97](https://bitbucket.org/colbenson/x-components/commits/d56ca97fea0996b496526e067339c5c5b3540ef1)),
|
|
1873
|
+
closes [EX-1957](https://searchbroker.atlassian.net/browse/EX-1957)
|
|
1874
|
+
- **linter:** add x eslint plugin
|
|
1875
|
+
([f6ef7f3](https://bitbucket.org/colbenson/x-components/commits/f6ef7f370aaf8f5be1136780c1b0d33163ba6407)),
|
|
1876
|
+
closes [EX-1946](https://searchbroker.atlassian.net/browse/EX-1946)
|
|
1877
|
+
- **next-queries:** add maxItemsToRender prop
|
|
1878
|
+
([b420edf](https://bitbucket.org/colbenson/x-components/commits/b420edf0a0e6df05e3a2f110221a8245fcdaac52)),
|
|
1879
|
+
closes [EX-2030](https://searchbroker.atlassian.net/browse/EX-2030)
|
|
1880
|
+
- **wiring:** add option to pass a function with the store as payload for the wireDispatch factory
|
|
1881
|
+
methods.
|
|
1882
|
+
([c7611a9](https://bitbucket.org/colbenson/x-components/commits/c7611a927917dd0e9b3b1ae3c3549e2c5aa6d478)),
|
|
1883
|
+
closes [EX-2002](https://searchbroker.atlassian.net/browse/EX-2002)
|
|
1884
|
+
- **wiring:** refactor namespaced wiring
|
|
1885
|
+
([ec51b88](https://bitbucket.org/colbenson/x-components/commits/ec51b8885b200fdae26040bd228c5fb80d8db5b6)),
|
|
1886
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
1887
|
+
- **wiring:** refactor namespaced wiring
|
|
1888
|
+
([1cf09f9](https://bitbucket.org/colbenson/x-components/commits/1cf09f947f0760fabf950db784fde21962229e5a)),
|
|
1889
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
1890
|
+
- **x-plugin:** add alias API
|
|
1891
|
+
([c1f5b5a](https://bitbucket.org/colbenson/x-components/commits/c1f5b5a9d3579eb26bfb6293bce538eff9dd4dd2)),
|
|
1892
|
+
closes [EX-1920](https://searchbroker.atlassian.net/browse/EX-1920)
|
|
1893
|
+
- **currency-filter:** add currency filter and formatter
|
|
1894
|
+
([9cf9f9e](https://bitbucket.org/colbenson/x-components/commits/9cf9f9e4a754e20698d616923e073afa7d41950d)),
|
|
1895
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
1896
|
+
- **base-result-previous-price:** add base result previous price component
|
|
1897
|
+
([a51df82](https://bitbucket.org/colbenson/x-components/commits/a51df8225c268513fe95e7e8ef505934f72d6c3d)),
|
|
1898
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
1899
|
+
- **related-tags:** add e2e testing for the related tags
|
|
1900
|
+
([98c80e3](https://bitbucket.org/colbenson/x-components/commits/98c80e305a5e39e6f47c7104a099a944cc70bc35)),
|
|
1901
|
+
closes [EX-1968](https://searchbroker.atlassian.net/browse/EX-1968)
|
|
1902
|
+
- **spatial-navigation:** ability to move between any component and the keyboard-navigation
|
|
1903
|
+
component
|
|
1904
|
+
([0d80db8](https://bitbucket.org/colbenson/x-components/commits/0d80db89f65d3eb1ef34979fe8ff98f4d83f389a)),
|
|
1905
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
1906
|
+
- **animations:** fade and slide animation component
|
|
1907
|
+
([5ac5a0e](https://bitbucket.org/colbenson/x-components/commits/5ac5a0e94896550c6e9b8b6f0eacefd35e60b565)),
|
|
1908
|
+
closes [EX-1867](https://searchbroker.atlassian.net/browse/EX-1867)
|
|
1909
|
+
- **base-modal-container:** add base-modal-container component
|
|
1910
|
+
([cd5d22b](https://bitbucket.org/colbenson/x-components/commits/cd5d22b36d5d2c76eb98adf83cb3ac69de9edc44)),
|
|
1911
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
1912
|
+
- **base-result-current-price:** create base result current price component
|
|
1913
|
+
([6684fd3](https://bitbucket.org/colbenson/x-components/commits/6684fd3c53905345a842dd58546549cf55be9e0a)),
|
|
1914
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
1915
|
+
- **base-result-image:** add the base result image with lazy loading also fallback and placeholder
|
|
1916
|
+
([d19ead6](https://bitbucket.org/colbenson/x-components/commits/d19ead60777d8faebbc30c38ec0982e4134a8478))
|
|
1917
|
+
- **base-result-link:** refactor BaseResultLink component to receive origin and events by injection
|
|
1918
|
+
([8233b1b](https://bitbucket.org/colbenson/x-components/commits/8233b1b388a4e94d98f5d3c75253a31558a3ff5e)),
|
|
1919
|
+
closes [EX-1971](https://searchbroker.atlassian.net/browse/EX-1971)
|
|
1920
|
+
- **base-suggestion:** allow string in matching part to retain accent marks
|
|
1921
|
+
([94c4ddf](https://bitbucket.org/colbenson/x-components/commits/94c4ddf3d186527462794a2af39a96c93200c885)),
|
|
1922
|
+
closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
|
|
1923
|
+
- **bus:** make metadata parameter optional
|
|
1924
|
+
([9d61ce4](https://bitbucket.org/colbenson/x-components/commits/9d61ce436d8e9abc52a780b84ff2d7e9985a753b)),
|
|
1925
|
+
closes [EX-1695](https://searchbroker.atlassian.net/browse/EX-1695)
|
|
1926
|
+
- **clear-search-input:** add clear-search-input button
|
|
1927
|
+
([0b5ec3b](https://bitbucket.org/colbenson/x-components/commits/0b5ec3b52ff4ed6d1f46398639d08a5b7e32f6ae)),
|
|
1928
|
+
closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
|
|
1929
|
+
- **close-button:** add close-button component
|
|
1930
|
+
([b0a07dc](https://bitbucket.org/colbenson/x-components/commits/b0a07dc5c3f989b2ad5519efc32a8a13434a7076)),
|
|
1931
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
1932
|
+
- **compile-message:** add compileMessage filter and register it globally
|
|
1933
|
+
([8fe4710](https://bitbucket.org/colbenson/x-components/commits/8fe471063f92eed9d90667c1970eed28bd62598b)),
|
|
1934
|
+
closes [EX-1779](https://searchbroker.atlassian.net/browse/EX-1779)
|
|
1935
|
+
- **conventional-commits:** add conventional-commits and commitizen npm packages
|
|
1936
|
+
([e3bdcd4](https://bitbucket.org/colbenson/x-components/commits/e3bdcd413f990b5934fafd0190bb8ef5820f18ff)),
|
|
1937
|
+
closes [EX-1614](https://searchbroker.atlassian.net/browse/EX-1614)
|
|
1938
|
+
- **cypress:** add @cypress/webpack-preprocessor to support TypeScript
|
|
1939
|
+
([52aa5ad](https://bitbucket.org/colbenson/x-components/commits/52aa5adc3c7166ea063a136193b43591dd0ce516)),
|
|
1940
|
+
closes [EX-1790](https://searchbroker.atlassian.net/browse/EX-1790)
|
|
1941
|
+
- **cypress:** add custom command for cypress
|
|
1942
|
+
([c988994](https://bitbucket.org/colbenson/x-components/commits/c988994a7e773a1762c7e6134c7e9efcfd344e5a)),
|
|
1943
|
+
closes [EX-1792](https://searchbroker.atlassian.net/browse/EX-1792)
|
|
1944
|
+
- **cypress:** disable video recording in Cypress e2e tests
|
|
1945
|
+
([cf9beeb](https://bitbucket.org/colbenson/x-components/commits/cf9beebea12f25ef8ea49380de6705984f1c9c4f)),
|
|
1946
|
+
closes [EX-1866](https://searchbroker.atlassian.net/browse/EX-1866)
|
|
1947
|
+
- **cypress:** inject XComponents to the global window object when Cypress is running
|
|
1948
|
+
([4591cd2](https://bitbucket.org/colbenson/x-components/commits/4591cd20773838a777af1af0f83a64f49b2894d9)),
|
|
1949
|
+
closes [EX-1768](https://searchbroker.atlassian.net/browse/EX-1768)
|
|
1950
|
+
- **docs:** docusaurus integration
|
|
1951
|
+
([80af715](https://bitbucket.org/colbenson/x-components/commits/80af715744a01868f1b9df198b8545e3f9b397e3)),
|
|
1952
|
+
closes [EX-1869](https://searchbroker.atlassian.net/browse/EX-1869)
|
|
1953
|
+
- **empathize:** create empty Empathize module
|
|
1954
|
+
([74441d1](https://bitbucket.org/colbenson/x-components/commits/74441d1dec34e2298df6e6a2ddfa3e2e3cc6be19)),
|
|
1955
|
+
closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
|
|
1956
|
+
- **empathize:** keyboardNavigation component which deals with arrow keys pressed inside it
|
|
1957
|
+
([3191215](https://bitbucket.org/colbenson/x-components/commits/31912159bbc860e3c622c4d9561e1afcff3bcff9)),
|
|
1958
|
+
closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
|
|
1959
|
+
- **eslint:** configure ESLint by subfolder and cypress rules
|
|
1960
|
+
([734717e](https://bitbucket.org/colbenson/x-components/commits/734717e1058b10481ec237413fc3c5a44361b870)),
|
|
1961
|
+
closes [EX-1675](https://searchbroker.atlassian.net/browse/EX-1675)
|
|
1962
|
+
- **event-button:** add metadata target property to emitted events
|
|
1963
|
+
([812a678](https://bitbucket.org/colbenson/x-components/commits/812a678ca479006dd1d534ad2c9b4a0b6ce425c1)),
|
|
1964
|
+
closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
|
|
1965
|
+
- **event-metadata:** add metadata parameter
|
|
1966
|
+
([d2128e8](https://bitbucket.org/colbenson/x-components/commits/d2128e8ab1aae7a3e75f387835f0dec7fb63a6b2)),
|
|
1967
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
1968
|
+
- **eventbutton:** add EventButton reusable component
|
|
1969
|
+
([3c29f32](https://bitbucket.org/colbenson/x-components/commits/3c29f32ae4aea62bc3d6a37b9a224f57af10c2df)),
|
|
1970
|
+
closes [EX-1680](https://searchbroker.atlassian.net/browse/EX-1680)
|
|
1971
|
+
- **global-config:** add global configuration XConfig
|
|
1972
|
+
([4f0bc33](https://bitbucket.org/colbenson/x-components/commits/4f0bc33ee698041979de4fc64afc55f3e245551b)),
|
|
1973
|
+
closes [EX-1604](https://searchbroker.atlassian.net/browse/EX-1604)
|
|
1974
|
+
- **history-queries:** add actions
|
|
1975
|
+
([e2192a1](https://bitbucket.org/colbenson/x-components/commits/e2192a1de8cc0f1c6743ec1bf585ffdca6dace24)),
|
|
1976
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
1977
|
+
- **history-queries:** add ClearHistoryQueries Component
|
|
1978
|
+
([6bf6da6](https://bitbucket.org/colbenson/x-components/commits/6bf6da64cd41e1570cf3d0ee7cbdb3a3e1bf2d58)),
|
|
1979
|
+
closes [EX-1763](https://searchbroker.atlassian.net/browse/EX-1763)
|
|
1980
|
+
- **history-queries:** add delete-history-query component
|
|
1981
|
+
([c442b1a](https://bitbucket.org/colbenson/x-components/commits/c442b1aff0e6a929ebe2dc159a5b320f683c4503)),
|
|
1982
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
1983
|
+
- **history-queries:** add DeleteHistoryQuery component
|
|
1984
|
+
([80e060e](https://bitbucket.org/colbenson/x-components/commits/80e060e851b1a9801e021cb6cb1ddd39e7b5578b)),
|
|
1985
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
1986
|
+
- **history-queries:** add history queries emitters
|
|
1987
|
+
([2d30d86](https://bitbucket.org/colbenson/x-components/commits/2d30d868f35264cacb6838862a4cc32afc00f945)),
|
|
1988
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
1989
|
+
- **history-queries:** add history queries getters
|
|
1990
|
+
([9a7fea4](https://bitbucket.org/colbenson/x-components/commits/9a7fea440f0f3b1c90222f28a35e5638c6a07b5e)),
|
|
1991
|
+
closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
|
|
1992
|
+
- **history-queries:** add history queries module wiring.
|
|
1993
|
+
([3337b54](https://bitbucket.org/colbenson/x-components/commits/3337b548bcc5710aa7f77192690f8d1defa41367)),
|
|
1994
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
1995
|
+
- **history-queries:** add history queries store for its x-module
|
|
1996
|
+
([463aab1](https://bitbucket.org/colbenson/x-components/commits/463aab1209704aec64f3f164813621e68e194033)),
|
|
1997
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
1998
|
+
- **history-queries:** add history queries x-module skeleton
|
|
1999
|
+
([2217dc1](https://bitbucket.org/colbenson/x-components/commits/2217dc1ab5e5fb80ccca15ba1e1c247ca19a4c28)),
|
|
2000
|
+
closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
|
|
2001
|
+
- **history-queries:** add history-queries module to app & its e2e testing
|
|
2002
|
+
([e3a61ec](https://bitbucket.org/colbenson/x-components/commits/e3a61ec0bf068db7ee540d03d8bc056c468b3a92)),
|
|
2003
|
+
closes [EX-1762](https://searchbroker.atlassian.net/browse/EX-1762)
|
|
2004
|
+
- **history-queries:** add HistoryQueries component
|
|
2005
|
+
([99bfc13](https://bitbucket.org/colbenson/x-components/commits/99bfc13047c56e6e11d6f308fff4f0c79c6c33a2)),
|
|
2006
|
+
closes [EX-1739](https://searchbroker.atlassian.net/browse/EX-1739)
|
|
2007
|
+
- **history-queries:** add load history queries action
|
|
2008
|
+
([66c8a97](https://bitbucket.org/colbenson/x-components/commits/66c8a97c9e8e34b0b108ecd898564a87207bd540)),
|
|
2009
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
2010
|
+
- **history-queries:** add module events
|
|
2011
|
+
([ea577b4](https://bitbucket.org/colbenson/x-components/commits/ea577b44548b57c02d32749bc498a1ed0216742d)),
|
|
2012
|
+
closes [EX-1736](https://searchbroker.atlassian.net/browse/EX-1736)
|
|
2013
|
+
- **history-queries:** trim query before storing it
|
|
2014
|
+
([c8ccee0](https://bitbucket.org/colbenson/x-components/commits/c8ccee0b8b05854832e688032c81fd5a08748caf)),
|
|
2015
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
2016
|
+
- **immediate-store-emitters:** add immediate option for store emitters configuration
|
|
2017
|
+
([dd35599](https://bitbucket.org/colbenson/x-components/commits/dd355993443131f06801cdbb1267d788c5bc3474)),
|
|
2018
|
+
closes [EX-1642](https://searchbroker.atlassian.net/browse/EX-1642)
|
|
2019
|
+
- **keyboard-navigation:** add SpatialNavigation service to use in keyboard navigation component
|
|
2020
|
+
([c42fa13](https://bitbucket.org/colbenson/x-components/commits/c42fa13dd51a9458063ed81d90a0b49d6d3a295c)),
|
|
2021
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
2022
|
+
- **next-queries:** add config for the next queries module
|
|
2023
|
+
([220b72e](https://bitbucket.org/colbenson/x-components/commits/220b72e424b25313f7fe1847b178d40edd7f549b)),
|
|
2024
|
+
closes [EX-1731](https://searchbroker.atlassian.net/browse/EX-1731)
|
|
2025
|
+
- **next-queries:** add events types for the next queries module
|
|
2026
|
+
([0336ac7](https://bitbucket.org/colbenson/x-components/commits/0336ac71dc6427a83b1b46ec60e46e869f53d119)),
|
|
2027
|
+
closes [EX-1730](https://searchbroker.atlassian.net/browse/EX-1730)
|
|
2028
|
+
- **next-queries:** add Next Queries Component
|
|
2029
|
+
([1ac7f3a](https://bitbucket.org/colbenson/x-components/commits/1ac7f3a3867bf700ec0595f227529fd98cec8ca8)),
|
|
2030
|
+
closes [EX-1734](https://searchbroker.atlassian.net/browse/EX-1734)
|
|
2031
|
+
- **next-queries:** add next-queries x-module
|
|
2032
|
+
([1f40a88](https://bitbucket.org/colbenson/x-components/commits/1f40a88fb39ac738109cb2c73eb762eb64c604fb)),
|
|
2033
|
+
closes [EX-1627](https://searchbroker.atlassian.net/browse/EX-1627)
|
|
2034
|
+
- **next-queries:** add NextQueriesChanged emitter to next queries emitters
|
|
2035
|
+
([efc68d0](https://bitbucket.org/colbenson/x-components/commits/efc68d07de1c88989296f9596a0514be87f0eabb)),
|
|
2036
|
+
closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
|
|
2037
|
+
- **next-queries:** add NextQueriesChanged emitter to next queries emitters
|
|
2038
|
+
([8a0f0ce](https://bitbucket.org/colbenson/x-components/commits/8a0f0ce4700a49eccdb016e99ad2abe4902c4a75)),
|
|
2039
|
+
closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
|
|
2040
|
+
- **next-queries:** add the NextQuery component
|
|
2041
|
+
([45ea468](https://bitbucket.org/colbenson/x-components/commits/45ea4680d9f6265e91e050dae2913002db989cff)),
|
|
2042
|
+
closes [EX-1733](https://searchbroker.atlassian.net/browse/EX-1733)
|
|
2043
|
+
- **no-suggestions:** append no-suggestions component
|
|
2044
|
+
([709a82b](https://bitbucket.org/colbenson/x-components/commits/709a82b5fa7225853e62cf16846ea784a549d26f)),
|
|
2045
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
2046
|
+
- **no-suggestions:** append store, configuration, wiring and skeleton no-suggestions x-module
|
|
2047
|
+
([677590e](https://bitbucket.org/colbenson/x-components/commits/677590ef2fd9892f06d195b4ad858dd10079dd62)),
|
|
2048
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
2049
|
+
- **open-button:** add open-button component
|
|
2050
|
+
([128b0f7](https://bitbucket.org/colbenson/x-components/commits/128b0f7c8a0d41ddebce9501b67d403707923ba2)),
|
|
2051
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
2052
|
+
- **popular-searches:** add config to popular-searches x-module
|
|
2053
|
+
([adcc31f](https://bitbucket.org/colbenson/x-components/commits/adcc31f38a5359bb3c962ad527907f6521793565)),
|
|
2054
|
+
closes [EX-1714](https://searchbroker.atlassian.net/browse/EX-1714)
|
|
2055
|
+
- **popular-searches:** add popular-searches x-module
|
|
2056
|
+
([3dd6eaa](https://bitbucket.org/colbenson/x-components/commits/3dd6eaa90a0476c3d6725ff80211127331f58c20)),
|
|
2057
|
+
closes [EX-1610](https://searchbroker.atlassian.net/browse/EX-1610)
|
|
2058
|
+
- **popular-searches:** append popular searches x-modules events
|
|
2059
|
+
([9d3b8f6](https://bitbucket.org/colbenson/x-components/commits/9d3b8f62b32025c98feeb0e0c4927da8afbdeb0a)),
|
|
2060
|
+
closes [EX-1713](https://searchbroker.atlassian.net/browse/EX-1713)
|
|
2061
|
+
- **popular-searches:** append PopularSearch component
|
|
2062
|
+
([f66da46](https://bitbucket.org/colbenson/x-components/commits/f66da46b03c6c5f68da02b0bb271647bb41942c9)),
|
|
2063
|
+
closes [EX-1717](https://searchbroker.atlassian.net/browse/EX-1717)
|
|
2064
|
+
- **prettier:** add prettier-organize-imports plugin
|
|
2065
|
+
([b78370e](https://bitbucket.org/colbenson/x-components/commits/b78370e97bab944621023845fa1293ee79a1e876)),
|
|
2066
|
+
closes [EX-1787](https://searchbroker.atlassian.net/browse/EX-1787)
|
|
2067
|
+
- **pure-suggestion:** add base suggestion to reuse in every suggestion type
|
|
2068
|
+
([a20be15](https://bitbucket.org/colbenson/x-components/commits/a20be1516b5660189ffdd0ce220263739c60075b)),
|
|
2069
|
+
closes [EX-1748](https://searchbroker.atlassian.net/browse/EX-1748)
|
|
2070
|
+
- **query-suggestions:** add query suggestions events
|
|
2071
|
+
([a2be5e3](https://bitbucket.org/colbenson/x-components/commits/a2be5e3a12781417fe0bca9c9140f5127fbd598d)),
|
|
2072
|
+
closes [EX-1707](https://searchbroker.atlassian.net/browse/EX-1707)
|
|
2073
|
+
- **query-suggestions:** add query-suggestion component
|
|
2074
|
+
([b7c2133](https://bitbucket.org/colbenson/x-components/commits/b7c2133df7ef4fcd9ed6c5a34f56381be2f54ad7)),
|
|
2075
|
+
closes [EX-1711](https://searchbroker.atlassian.net/browse/EX-1711)
|
|
2076
|
+
- **query-suggestions:** add query-suggestions component
|
|
2077
|
+
([b5e980e](https://bitbucket.org/colbenson/x-components/commits/b5e980e1eb74c676165175d8c79591257c62d91d)),
|
|
2078
|
+
closes [EX-1710](https://searchbroker.atlassian.net/browse/EX-1710)
|
|
2079
|
+
- **query-suggestions-actions:** refactor actions to an independent files and add test
|
|
2080
|
+
([9cfda2a](https://bitbucket.org/colbenson/x-components/commits/9cfda2ab8b4b97680d9b5c3dd3c775a429136cf6)),
|
|
2081
|
+
closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
|
|
2082
|
+
- **query-suggestions-getters:** refactor getters in separated files and testing
|
|
2083
|
+
([7b5fe02](https://bitbucket.org/colbenson/x-components/commits/7b5fe028b28fc61c31843266954376462b380b17)),
|
|
2084
|
+
closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
|
|
2085
|
+
- **query-suggestions-wiring:** add query suggestions wiring
|
|
2086
|
+
([500da00](https://bitbucket.org/colbenson/x-components/commits/500da00f13a536d8c73d69c70d9d00019f3b28e7)),
|
|
2087
|
+
closes [EX-1709](https://searchbroker.atlassian.net/browse/EX-1709)
|
|
2088
|
+
- **recommendations:** create recommendations x-module
|
|
2089
|
+
([c14a265](https://bitbucket.org/colbenson/x-components/commits/c14a265cd6e939a0598e9ad5fa17d52028156f67)),
|
|
2090
|
+
closes [EX-1917](https://searchbroker.atlassian.net/browse/EX-1917)
|
|
2091
|
+
- **recommendations:** recommendations actions, getters & mutations
|
|
2092
|
+
([29b959d](https://bitbucket.org/colbenson/x-components/commits/29b959d8f50c1a3529a0af3700d2fa367771a990)),
|
|
2093
|
+
closes [EX-1918](https://searchbroker.atlassian.net/browse/EX-1918)
|
|
2094
|
+
- **recommendations:** recommendations component and its test
|
|
2095
|
+
([9af2d37](https://bitbucket.org/colbenson/x-components/commits/9af2d37f76474c2ebb58bf533051ea3e6149ae28)),
|
|
2096
|
+
closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
|
|
2097
|
+
- **recommendations:** recommendations wiring, emitters and events
|
|
2098
|
+
([77452d9](https://bitbucket.org/colbenson/x-components/commits/77452d91a6a4ceb597590d3ae9c473220284e11b)),
|
|
2099
|
+
closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
|
|
2100
|
+
- **related-tags:** add empty related tags module
|
|
2101
|
+
([e476b22](https://bitbucket.org/colbenson/x-components/commits/e476b224cf87684a40692b8eea349c9124557f80)),
|
|
2102
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
2103
|
+
- **related-tags:** add mutations and getters for the related tags module. Add testing for getters
|
|
2104
|
+
([359d16f](https://bitbucket.org/colbenson/x-components/commits/359d16f201b83bc62f0e404736c7ef96228ee2af)),
|
|
2105
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
2106
|
+
- **related-tags:** add related tags actions and testing
|
|
2107
|
+
([6bedca9](https://bitbucket.org/colbenson/x-components/commits/6bedca920a8a69384014eef4b1d7c6961a7f0122)),
|
|
2108
|
+
closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
|
|
2109
|
+
- **related-tags:** add related tags state
|
|
2110
|
+
([ac4c9c9](https://bitbucket.org/colbenson/x-components/commits/ac4c9c91ecd49a61786b0482cffe4efef6e55ab5)),
|
|
2111
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
2112
|
+
- **related-tags:** add wiring and emitters for the related tags
|
|
2113
|
+
([d7e4af2](https://bitbucket.org/colbenson/x-components/commits/d7e4af27fa540a3994050a80495d16dd63524efd)),
|
|
2114
|
+
closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
|
|
2115
|
+
- **related-tags:** add related-tags component
|
|
2116
|
+
([cb5cf8b](https://bitbucket.org/colbenson/x-components/commits/cb5cf8b390707f19683197f52b4a5c9d75c0d7dc)),
|
|
2117
|
+
closes [EX-1753](https://searchbroker.atlassian.net/browse/EX-1753)
|
|
2118
|
+
- **related-tags:** add the selected related tags to the request
|
|
2119
|
+
([dab7b7f](https://bitbucket.org/colbenson/x-components/commits/dab7b7fc38f53e360fa085eb0ee0f9d58af6d365)),
|
|
2120
|
+
closes [EX-1967](https://searchbroker.atlassian.net/browse/EX-1967)
|
|
2121
|
+
- **result-add-to-cart:** add BaseResultAddToCart component
|
|
2122
|
+
([ff5a473](https://bitbucket.org/colbenson/x-components/commits/ff5a473e4aef9148505d67efe7be65cf90c7d169)),
|
|
2123
|
+
closes [EX-1914](https://searchbroker.atlassian.net/browse/EX-1914)
|
|
2124
|
+
- **result-link:** create BaseResultLink component and events associated with it
|
|
2125
|
+
([54b708a](https://bitbucket.org/colbenson/x-components/commits/54b708a1f895623a4c0f4e8ac5e096162251fa52)),
|
|
2126
|
+
closes [EX-1911](https://searchbroker.atlassian.net/browse/EX-1911)
|
|
2127
|
+
- **sanitize:** add sanitize function to encode characters in a string
|
|
2128
|
+
([657d26a](https://bitbucket.org/colbenson/x-components/commits/657d26a851cb93881fed81247edfea72266271a1)),
|
|
2129
|
+
closes [EX-1721](https://searchbroker.atlassian.net/browse/EX-1721)
|
|
2130
|
+
- **search-box:** add event UserClearedQuery to be emitted when search-box is cleared in any way
|
|
2131
|
+
([34ae32f](https://bitbucket.org/colbenson/x-components/commits/34ae32f631d5218569ec7a50bf9daf51d4aaab46)),
|
|
2132
|
+
closes [EX-1916](https://searchbroker.atlassian.net/browse/EX-1916)
|
|
2133
|
+
- **search-box:** add instant search to SearchInput component
|
|
2134
|
+
([ad02b5b](https://bitbucket.org/colbenson/x-components/commits/ad02b5b710465ad4db02883ce331b72d1cd62d7e)),
|
|
2135
|
+
closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
|
|
2136
|
+
- **search-box-config:** add default config for search-box x-module
|
|
2137
|
+
([d885140](https://bitbucket.org/colbenson/x-components/commits/d885140d0b7020691fb88ab495f1ab6b488b3834)),
|
|
2138
|
+
closes [EX-1678](https://searchbroker.atlassian.net/browse/EX-1678)
|
|
2139
|
+
- **search-box-module-events:** add new events of search-box module
|
|
2140
|
+
([9898997](https://bitbucket.org/colbenson/x-components/commits/98989975d514ce43750b881c6a50219eb69cc6d2)),
|
|
2141
|
+
closes [EX-1679](https://searchbroker.atlassian.net/browse/EX-1679)
|
|
2142
|
+
- **search-box-wiring:** add wires in search-box wiring
|
|
2143
|
+
([b8ce7a6](https://bitbucket.org/colbenson/x-components/commits/b8ce7a615c909065673697303a5a5ecf3aaf75da)),
|
|
2144
|
+
closes [EX-1664](https://searchbroker.atlassian.net/browse/EX-1664)
|
|
2145
|
+
- **search-button:** add search-button component
|
|
2146
|
+
([90812f6](https://bitbucket.org/colbenson/x-components/commits/90812f63b4bb37b665769af7d0966ced0cb164ab)),
|
|
2147
|
+
closes [EX-1662](https://searchbroker.atlassian.net/browse/EX-1662)
|
|
2148
|
+
- **search-input:** add search input component
|
|
2149
|
+
([4a384b2](https://bitbucket.org/colbenson/x-components/commits/4a384b2bb13a56cd3ce29d01d86a654c25c7b7e5)),
|
|
2150
|
+
closes [EX-1661](https://searchbroker.atlassian.net/browse/EX-1661)
|
|
2151
|
+
- **search-types:** include the search-types.api.json file to generate the package documentation
|
|
2152
|
+
([e2aad39](https://bitbucket.org/colbenson/x-components/commits/e2aad390b889f72bde7f528f93de96ef19c20471)),
|
|
2153
|
+
closes [EX-1776](https://searchbroker.atlassian.net/browse/EX-1776)
|
|
2154
|
+
- **standard-version:** append ci type into standard version configuration
|
|
2155
|
+
([025b74d](https://bitbucket.org/colbenson/x-components/commits/025b74da35e61262e82153773c78908bc691ff37)),
|
|
2156
|
+
closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
|
|
2157
|
+
- **suggestions:** add suggestions generic component
|
|
2158
|
+
([0080134](https://bitbucket.org/colbenson/x-components/commits/0080134e7a4e431792051ef610fd1ac0e019410c)),
|
|
2159
|
+
closes [EX-1692](https://searchbroker.atlassian.net/browse/EX-1692)
|
|
2160
|
+
- **term-suggestions-config:** add term-suggestions config
|
|
2161
|
+
([2a396cf](https://bitbucket.org/colbenson/x-components/commits/2a396cf2fd64836ea86c90eeefc43c3dacc7d51b)),
|
|
2162
|
+
closes [EX-1708](https://searchbroker.atlassian.net/browse/EX-1708)
|
|
2163
|
+
- **test-utils:** add utility functions to make easier testing with jest
|
|
2164
|
+
([6b9e577](https://bitbucket.org/colbenson/x-components/commits/6b9e577830b9d450f458bb1d2f8b0f348a194d94)),
|
|
2165
|
+
closes [EX-1788](https://searchbroker.atlassian.net/browse/EX-1788)
|
|
2166
|
+
- **ts-doc:** add support to tsdoc and jsdoc eslint plugins
|
|
2167
|
+
([c68ad15](https://bitbucket.org/colbenson/x-components/commits/c68ad150af4bbc562fec09fe619bb90023836592)),
|
|
2168
|
+
closes [EX-1689](https://searchbroker.atlassian.net/browse/EX-1689)
|
|
2169
|
+
- **ts-es-lint:** add support to TypeScript ES-lint through new plugin
|
|
2170
|
+
([abf1fd1](https://bitbucket.org/colbenson/x-components/commits/abf1fd13afd6c490733fe0cc16e712803c8115c2)),
|
|
2171
|
+
closes [EX-1619](https://searchbroker.atlassian.net/browse/EX-1619)
|
|
2172
|
+
- **utils:** add array and normalize shared utility functions
|
|
2173
|
+
([67875e0](https://bitbucket.org/colbenson/x-components/commits/67875e0ec900d8f4ca52899ced4b23b2a15cddf9)),
|
|
2174
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
2175
|
+
- **utils:** add debounce util
|
|
2176
|
+
([71bdd63](https://bitbucket.org/colbenson/x-components/commits/71bdd6353a8d2f0455d08d34514059e671db8cea)),
|
|
2177
|
+
closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
|
|
2178
|
+
- **vue-styleguidist:** add vue styleguidist to document components
|
|
2179
|
+
([22f436d](https://bitbucket.org/colbenson/x-components/commits/22f436d9e62a1993f14a835ed1458b55fcfc27a1)),
|
|
2180
|
+
closes [EX-1576](https://searchbroker.atlassian.net/browse/EX-1576)
|
|
2181
|
+
- **wires-factory:** add implementation to NamespacedWireFactory.wireCommit with a function payload
|
|
2182
|
+
([2aa1cc7](https://bitbucket.org/colbenson/x-components/commits/2aa1cc7f450c69a35b41741e50957ff1f5296cd5)),
|
|
2183
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
2184
|
+
- **wiring:** add WirePayloadParams type and modified NamespacedWireFactory
|
|
2185
|
+
([3099985](https://bitbucket.org/colbenson/x-components/commits/30999852ba83e888be04c6e07a14d8f5a757da2e)),
|
|
2186
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
2187
|
+
- **wiring:** allow wiring operators to access store to retrieve data
|
|
2188
|
+
([a471289](https://bitbucket.org/colbenson/x-components/commits/a47128949e2c97cb631ecf98b29f00a2021e71a1)),
|
|
2189
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
2190
|
+
- **wiring-operators:** add filterWhitelistedModules & filterBlacklistedModules operators
|
|
2191
|
+
([5e895bc](https://bitbucket.org/colbenson/x-components/commits/5e895bc0eb8a1ed7d7290cbf162031a2b670ac7c)),
|
|
2192
|
+
closes [EX-1618](https://searchbroker.atlassian.net/browse/EX-1618)
|
|
2193
|
+
- **x-api:** append X API and installX middleware function to install X
|
|
2194
|
+
([e52441a](https://bitbucket.org/colbenson/x-components/commits/e52441a4f512dcb3dda6c5b10c18fb7348f50c19)),
|
|
2195
|
+
closes [EX-1756](https://searchbroker.atlassian.net/browse/EX-1756)
|
|
2196
|
+
- **x-component.utils:** add `getXComponentXModuleName` util function
|
|
2197
|
+
([b705b5b](https://bitbucket.org/colbenson/x-components/commits/b705b5bd9cfac0ec627a143cdf545792a31f9543)),
|
|
2198
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
2199
|
+
- **x-plugin:** add a logic to save component configurations to store
|
|
2200
|
+
([5e57c19](https://bitbucket.org/colbenson/x-components/commits/5e57c191fa2e168adc94e042ba8e3a1c0c9fe5c8)),
|
|
2201
|
+
closes [EX-1603](https://searchbroker.atlassian.net/browse/EX-1603)
|
|
2202
|
+
- **xon-decorator:** add XOn decorator to handle the subscription/unsubscription of an XEvent
|
|
2203
|
+
([1ada448](https://bitbucket.org/colbenson/x-components/commits/1ada448caf0dfe67cad15f97092034af3371e564)),
|
|
2204
|
+
closes [EX-1724](https://searchbroker.atlassian.net/browse/EX-1724)
|
|
2205
|
+
- **xplugin-search-adapter:** extract adapter to XPlugin and add subscription to
|
|
2206
|
+
adapterConfigChanged
|
|
2207
|
+
([e159189](https://bitbucket.org/colbenson/x-components/commits/e15918908b996d2e90f247dcc8d993d387b186eb)),
|
|
2208
|
+
closes [EX-1605](https://searchbroker.atlassian.net/browse/EX-1605)
|
|
2209
|
+
- **wiring:** add `createWireFromFunction` wire factory function. Add `filter`,
|
|
2210
|
+
`filterTruthyPayload`, `filterFalsyPayload`, `debounce` & `throttle` wire operator functions
|
|
2211
|
+
([d0cd25c](https://bitbucket.org/colbenson/x-components/commits/d0cd25cc0e84344ec274929a9dbda827145e0a09)),
|
|
2212
|
+
closes [EX-1623](https://searchbroker.atlassian.net/browse/EX-1623)
|
|
2213
|
+
- **bus:** remove circular dependency from `BaseXBus` and Vue components. Make bus emit only from
|
|
2214
|
+
root component.
|
|
2215
|
+
([262d251](https://bitbucket.org/colbenson/x-components/commits/262d251e9f3e52c1bca7163b0c462a5b33693fc6)),
|
|
2216
|
+
closes [EX-1621](https://searchbroker.atlassian.net/browse/EX-1621)
|
|
2217
|
+
- **build:** add rollup build
|
|
2218
|
+
([697c007](https://bitbucket.org/colbenson/x-components/commits/697c00734af1ac48635bc31131d93b2a6c012986)),
|
|
2219
|
+
closes [EX-1562](https://searchbroker.atlassian.net/browse/EX-1562)
|
|
2220
|
+
- **decorators:** add type safe `State` and `Getter` decorators for accessing state and getters in
|
|
2221
|
+
class components
|
|
2222
|
+
([8e18674](https://bitbucket.org/colbenson/x-components/commits/8e1867422ccceb302e703e737500b5523c86f1b9)),
|
|
2223
|
+
closes [EX-1620](https://searchbroker.atlassian.net/browse/EX-1620)
|
|
2224
|
+
- **term-suggestions:** add term-suggestions x-module skeleton
|
|
2225
|
+
([ec1b881](https://bitbucket.org/colbenson/x-components/commits/ec1b8816255296d338300dbd1398c23a48b3cfd4)),
|
|
2226
|
+
closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
|
|
2227
|
+
- **search-box:** add search-box x-module skeleton
|
|
2228
|
+
([f96d496](https://bitbucket.org/colbenson/x-components/commits/f96d49656c1409aa2bdd6085405400c89e3f9b66)),
|
|
2229
|
+
closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
|
|
2230
|
+
- **typing:** remove unnecessary `XStoreTree` type
|
|
2231
|
+
([2335f68](https://bitbucket.org/colbenson/x-components/commits/2335f6817c6b5daec2fe08fa3c564b5cb841a82e)),
|
|
2232
|
+
closes [EX-1612](https://searchbroker.atlassian.net/browse/EX-1612)
|
|
2233
|
+
- **x-module:** add `withModule` function to create `XModule` scoped wires
|
|
2234
|
+
([764ab12](https://bitbucket.org/colbenson/x-components/commits/764ab12e47aee10a096496daace5e3c417890a47)),
|
|
2235
|
+
closes [EX-1584](https://searchbroker.atlassian.net/browse/EX-1584)
|
|
2236
|
+
- **x-module:** remove `Emitters` and `Wiring` generic types from `XModule`
|
|
2237
|
+
([c1a7c1f](https://bitbucket.org/colbenson/x-components/commits/c1a7c1fdc59daa1a1479967c86b95d6e25b5e39e)),
|
|
2238
|
+
closes [EX-1613](https://searchbroker.atlassian.net/browse/EX-1613)
|
|
2239
|
+
- **store:** add Store and StoreEmitters to the X-Module
|
|
2240
|
+
([207ba71](https://bitbucket.org/colbenson/x-components/commits/207ba718d9d59e1c7b2ff6abaa919f73ce1b91fb)),
|
|
2241
|
+
closes [EX-1559](https://searchbroker.atlassian.net/browse/EX-1559)
|
|
2242
|
+
- **wiring:** add wiring system
|
|
2243
|
+
([7cb8983](https://bitbucket.org/colbenson/x-components/commits/7cb89836252b63df1db8d18827d7abc6ae3b8987)),
|
|
2244
|
+
closes [EX-1554](https://searchbroker.atlassian.net/browse/EX-1554)
|
|
2245
|
+
- **wiring-factory:** add wiring factory methods
|
|
2246
|
+
([c64afda](https://bitbucket.org/colbenson/x-components/commits/c64afda084fa420cd738d61c4ae0b1afdf075b07)),
|
|
2247
|
+
closes [EX-1564](https://searchbroker.atlassian.net/browse/EX-1564)
|
|
2248
|
+
- **project:** create project with basic shared utils
|
|
2249
|
+
([5c6b521](https://bitbucket.org/colbenson/x-components/commits/5c6b521d9dc20ab545a940b2734ee8983f857935)),
|
|
2250
|
+
closes [EX-1563](https://searchbroker.atlassian.net/browse/EX-1563)
|
|
839
2251
|
|
|
840
2252
|
### Bug Fixes
|
|
841
2253
|
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
2254
|
+
- **wire-operators:** handle race events for the debounce wire operator
|
|
2255
|
+
([0019ad3](https://bitbucket.org/colbenson/x-components/commits/0019ad37aa88edf2ee9911e76cfc4d29db908c86)),
|
|
2256
|
+
closes [EX-1944](https://searchbroker.atlassian.net/browse/EX-1944)
|
|
2257
|
+
- **spatial-navigation:** filter out focusable elements if they can't be focused
|
|
2258
|
+
([9b4829b](https://bitbucket.org/colbenson/x-components/commits/9b4829b43b0e7d8665400595e3714d9ab1bc4d93)),
|
|
2259
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
2260
|
+
- **build:** make build fail if api-extractor has errors
|
|
2261
|
+
([bdf7b3a](https://bitbucket.org/colbenson/x-components/commits/bdf7b3a051e80f6f0c43a0038745bf45a460112d)),
|
|
2262
|
+
closes [EX-1803](https://searchbroker.atlassian.net/browse/EX-1803)
|
|
2263
|
+
- **components:** fix vue components exports
|
|
2264
|
+
([fafc908](https://bitbucket.org/colbenson/x-components/commits/fafc9086b43a6f4b304c028420fcf421f582c56e)),
|
|
2265
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|
|
2266
|
+
- **cypress:** fix Cypress webpack/preprocessor config to avoid .ts transpilation file issues
|
|
2267
|
+
([39645f0](https://bitbucket.org/colbenson/x-components/commits/39645f063e2bde07278e05d1ff6bac4d61134e58)),
|
|
2268
|
+
closes [EX-1870](https://searchbroker.atlassian.net/browse/EX-1870)
|
|
2269
|
+
- **debounce:** remove wireDebounce to avoid side effects
|
|
2270
|
+
([ff9abc5](https://bitbucket.org/colbenson/x-components/commits/ff9abc5b7001ddacc2559b36e01ee4798a033e6b)),
|
|
2271
|
+
closes [EX-1955](https://searchbroker.atlassian.net/browse/EX-1955)
|
|
2272
|
+
- **history-queries:** fix class selector in history queries' e2e test
|
|
2273
|
+
([72cc49c](https://bitbucket.org/colbenson/x-components/commits/72cc49c7d0d34781632550f8bdc26f568025c98d)),
|
|
2274
|
+
closes [EX-1857](https://searchbroker.atlassian.net/browse/EX-1857)
|
|
2275
|
+
- **history-queries:** fix history queries removing queries when replacing last stored query
|
|
2276
|
+
([8cb272f](https://bitbucket.org/colbenson/x-components/commits/8cb272f430ab982069f79627ee2dd10fefc91a65)),
|
|
2277
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
2278
|
+
- **jenkins:** add test command for Jenkins CI
|
|
2279
|
+
([bcef8eb](https://bitbucket.org/colbenson/x-components/commits/bcef8eb5191f44fb6e053e09e3beeb08f918f44b)),
|
|
2280
|
+
closes [EX-1702](https://searchbroker.atlassian.net/browse/EX-1702)
|
|
2281
|
+
- **jest:** fix testMatch option to look into src instead all project
|
|
2282
|
+
([fbe126c](https://bitbucket.org/colbenson/x-components/commits/fbe126c12ae83faf36735ed3ea7f6d0ece3ecb9a)),
|
|
2283
|
+
closes [EX-1802](https://searchbroker.atlassian.net/browse/EX-1802)
|
|
2284
|
+
- **next-queries:** avoid clearing next-queries when the query is empty
|
|
2285
|
+
([b93bfc7](https://bitbucket.org/colbenson/x-components/commits/b93bfc70ee8fafbf85d94996c036211c652d8ad6)),
|
|
2286
|
+
closes [EX-1880](https://searchbroker.atlassian.net/browse/EX-1880)
|
|
2287
|
+
- **query-suggestion:** use getter of normalizedQuery to use as query in the component
|
|
2288
|
+
([30b1099](https://bitbucket.org/colbenson/x-components/commits/30b10993da864c1ac3c3620a7e441408deddd575)),
|
|
2289
|
+
closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
|
|
2290
|
+
- **query-suggestions:** fix missing css class, slots docs, slot naming to kebab case and binds
|
|
2291
|
+
([5b17870](https://bitbucket.org/colbenson/x-components/commits/5b178709703ddde34e6f19d8e28fc7aa3a6acfcd)),
|
|
2292
|
+
closes [EX-1794](https://searchbroker.atlassian.net/browse/EX-1794)
|
|
2293
|
+
- **request-getters:** avoid constructing a request when the query is empty or has spaces
|
|
2294
|
+
([519ef93](https://bitbucket.org/colbenson/x-components/commits/519ef93e6e3a13d4e1c406f4d4ef78cfc8c7bcf2)),
|
|
2295
|
+
closes [EX-1881](https://searchbroker.atlassian.net/browse/EX-1881)
|
|
2296
|
+
- **rxjs:** fix rxjs imports to support rollup commonjs plugin
|
|
2297
|
+
([bc0ca32](https://bitbucket.org/colbenson/x-components/commits/bc0ca32c52f0cf9398b98b171f072760d7a33e51)),
|
|
2298
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|
|
2299
|
+
- **storage-service:** add dummy local storage service for node environment
|
|
2300
|
+
([60f1891](https://bitbucket.org/colbenson/x-components/commits/60f18911ccba830f8596b2e9acfc575ecc73030b))
|
|
2301
|
+
- **tests-fix:** fix tests making them wait until Vue updates reactive dependencies
|
|
2302
|
+
([8497ddd](https://bitbucket.org/colbenson/x-components/commits/8497ddd842cc86bb7e93cce44aacedc3d0c4f6ba)),
|
|
2303
|
+
closes [EX-1697](https://searchbroker.atlassian.net/browse/EX-1697)
|
|
2304
|
+
- **types:** fix store generic type constraint for Mutations and Actions
|
|
2305
|
+
([1838f4e](https://bitbucket.org/colbenson/x-components/commits/1838f4ed900c956eac16ca6bb6b505a23fb82320)),
|
|
2306
|
+
closes [EX-1631](https://searchbroker.atlassian.net/browse/EX-1631)
|
|
2307
|
+
- **vue-styleguidist:** create a props template to overwrite the default styleguidist template
|
|
2308
|
+
([4d81cff](https://bitbucket.org/colbenson/x-components/commits/4d81cff2816f3d2793c6fb8119860e1587596a46)),
|
|
2309
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
2310
|
+
- **vue-styleguidist:** create a vue-docgen slots template to overwrite the default one. Close tags
|
|
2311
|
+
within the documentation between backslashes.
|
|
2312
|
+
([70e9d54](https://bitbucket.org/colbenson/x-components/commits/70e9d540ff0749673ad0ce0b9e1d7a5fd8e5ff3b)),
|
|
2313
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
2314
|
+
- **x-plugin:** make immediate emitters async
|
|
2315
|
+
([d28d504](https://bitbucket.org/colbenson/x-components/commits/d28d504d21e4c46e8473a02d69465c9dae5dafd1)),
|
|
2316
|
+
closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
|
|
2317
|
+
- **x-plugin.mixin:** refactor $x to get root XComponent inside bus emit
|
|
2318
|
+
([8a54043](https://bitbucket.org/colbenson/x-components/commits/8a5404334e3038fb9d3825c0b324b535d1bb195a)),
|
|
2319
|
+
closes [EX-1698](https://searchbroker.atlassian.net/browse/EX-1698)
|
|
865
2320
|
|
|
866
2321
|
### Continuous Integration
|
|
867
2322
|
|
|
868
|
-
|
|
2323
|
+
- **package.json:** configure E2E tests command for CI Jenkins integration
|
|
2324
|
+
([3a6e0a5](https://bitbucket.org/colbenson/x-components/commits/3a6e0a5224597d9160bf1519b880ec62c38132bd)),
|
|
2325
|
+
closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
|
|
869
2326
|
|
|
870
2327
|
### Documentation
|
|
871
2328
|
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
2329
|
+
- **docs:** add static md file to be copied to docs folder on build proccess
|
|
2330
|
+
([2aa9937](https://bitbucket.org/colbenson/x-components/commits/2aa99377d0811861f12f6a7a9c50985efbad4746)),
|
|
2331
|
+
closes [EX-1943](https://searchbroker.atlassian.net/browse/EX-1943)
|
|
2332
|
+
- **slots:** fix slot and binding documentations for vue styleguidist
|
|
2333
|
+
([9edd795](https://bitbucket.org/colbenson/x-components/commits/9edd795f1da6893f582ac5ee938e55111d053fef)),
|
|
2334
|
+
closes [EX-1963](https://searchbroker.atlassian.net/browse/EX-1963)
|
|
2335
|
+
- **docs:** update the folders structure to create the static-docs and live examples
|
|
2336
|
+
([5862b0c](https://bitbucket.org/colbenson/x-components/commits/5862b0c57ebd3f116aa4cb044cbe63a7e06722b4)),
|
|
2337
|
+
closes [EX-2017](https://searchbroker.atlassian.net/browse/EX-2017)
|
|
2338
|
+
- **api-extractor:** add API Extractor to generate the documentation
|
|
2339
|
+
([6240c7b](https://bitbucket.org/colbenson/x-components/commits/6240c7be3ed9a7a70e6fa9821f6d0524742003f9)),
|
|
2340
|
+
closes [EX-1558](https://searchbroker.atlassian.net/browse/EX-1558)
|
|
2341
|
+
- **api-extractor:** add missing api extractor marks
|
|
2342
|
+
([9abb585](https://bitbucket.org/colbenson/x-components/commits/9abb5851b26adfa8540c91745fb7b9c639c8d639)),
|
|
2343
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
2344
|
+
- **docgen.config:** fix the naming of the md files generated from components
|
|
2345
|
+
([53ccfd9](https://bitbucket.org/colbenson/x-components/commits/53ccfd988dee0ea822209329c08a90ad73b7a68f)),
|
|
2346
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
2347
|
+
- **history-queries:** fix remove-history-query doc link
|
|
2348
|
+
([a694eb5](https://bitbucket.org/colbenson/x-components/commits/a694eb58a68c450e9871c62ff4f3cf3fa7525d02)),
|
|
2349
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
880
2350
|
|
|
881
2351
|
### Testing
|
|
882
2352
|
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
2353
|
+
- **keyboard-navigation:** e2e testing for keyboard-navigation
|
|
2354
|
+
([18821c5](https://bitbucket.org/colbenson/x-components/commits/18821c5a03b482060995f5adf3bca21e6864ed11)),
|
|
2355
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
2356
|
+
- **base-modal-container:** add e2e test to base-modal-container component
|
|
2357
|
+
([33f6814](https://bitbucket.org/colbenson/x-components/commits/33f68148d22b689da63ba56ff34a8e15dee55a16)),
|
|
2358
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
2359
|
+
- **e2e-popular-searches-tests:** add e2e test for popular-searches
|
|
2360
|
+
([13f1908](https://bitbucket.org/colbenson/x-components/commits/13f190813cc6715e367f1996249d91ddb02a6723)),
|
|
2361
|
+
closes [EX-1761](https://searchbroker.atlassian.net/browse/EX-1761)
|
|
2362
|
+
- **next-queries:** add e2e test for next queries
|
|
2363
|
+
([fb83c77](https://bitbucket.org/colbenson/x-components/commits/fb83c7798cd2b3572ed1461631568d543d713840)),
|
|
2364
|
+
closes [EX-1840](https://searchbroker.atlassian.net/browse/EX-1840)
|
|
2365
|
+
- **no-suggestions:** add e2e tests
|
|
2366
|
+
([8aeeb3b](https://bitbucket.org/colbenson/x-components/commits/8aeeb3b72ac4713655821bbb5321c897f75ad16a)),
|
|
2367
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
2368
|
+
- **x-plugin:** fix tests to use the installNewXPlugin helper
|
|
2369
|
+
([fc54c61](https://bitbucket.org/colbenson/x-components/commits/fc54c61a612e61f4a530857f6e29d23ab3381768)),
|
|
2370
|
+
closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
|
|
891
2371
|
|
|
892
2372
|
### Code Refactoring
|
|
893
2373
|
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
2374
|
+
- **base-components:** refactor open and close button components so they're reusable
|
|
2375
|
+
([398ba29](https://bitbucket.org/colbenson/x-components/commits/398ba294da7c14698ac0fc9de0e7c883fa9a34a5)),
|
|
2376
|
+
closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
|
|
2377
|
+
- **tests:** update vue-utils-test version and fix test
|
|
2378
|
+
([0b0f3b2](https://bitbucket.org/colbenson/x-components/commits/0b0f3b277a56f359d413d2300e75d5b6636931e5)),
|
|
2379
|
+
closes [EX-2000](https://searchbroker.atlassian.net/browse/EX-2000)
|
|
2380
|
+
- **base-components:** remove pure folder and refactor base components names
|
|
2381
|
+
([f0e50dc](https://bitbucket.org/colbenson/x-components/commits/f0e50dc506ffd7c6b7d352ef2464dbed8ae2aa8f)),
|
|
2382
|
+
closes [EX-1793](https://searchbroker.atlassian.net/browse/EX-1793)
|
|
2383
|
+
- **bem-css-classes:** refactor css classes following BEM
|
|
2384
|
+
([ca72ffc](https://bitbucket.org/colbenson/x-components/commits/ca72ffc115efb0e3494948c77e785145a77bcd31)),
|
|
2385
|
+
closes [EX-1785](https://searchbroker.atlassian.net/browse/EX-1785)
|
|
2386
|
+
- **bus:** replaced `Subject` with `ReplaySubject`
|
|
2387
|
+
([8fcdebd](https://bitbucket.org/colbenson/x-components/commits/8fcdebd6bf783b515d46a5362b05fd99e0395d7e)),
|
|
2388
|
+
closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
|
|
2389
|
+
- **extractstate & extractgetters types:** refactor ExtractState and ExtractGetters types
|
|
2390
|
+
([d801c07](https://bitbucket.org/colbenson/x-components/commits/d801c07101b9651a386622330a37597fd94b69c1)),
|
|
2391
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
2392
|
+
- **history-queries:** move history queries to the root utils folder
|
|
2393
|
+
([2e08948](https://bitbucket.org/colbenson/x-components/commits/2e0894817cbd1deba6bc0eddc96d079f1024d6df)),
|
|
2394
|
+
closes [EX-1850](https://searchbroker.atlassian.net/browse/EX-1850)
|
|
2395
|
+
- **history-queries:** refactor removeFromHistory action to accept a `HistoryQuery` instead of an
|
|
2396
|
+
string
|
|
2397
|
+
([c3ab74f](https://bitbucket.org/colbenson/x-components/commits/c3ab74f6a2f6fa0a3ba460248879c6e703ed4d06)),
|
|
2398
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
2399
|
+
- **history-queries:** rename DeleteHistoryQuery to use keyword `remove`
|
|
2400
|
+
([601fee4](https://bitbucket.org/colbenson/x-components/commits/601fee475b7a1b4c2e31c8fb5c689a1432b5a52d)),
|
|
2401
|
+
closes [EX-1811](https://searchbroker.atlassian.net/browse/EX-1811)
|
|
2402
|
+
- **next-queries:** move actions to an independent folder
|
|
2403
|
+
([2346947](https://bitbucket.org/colbenson/x-components/commits/2346947edf5caed80e7a9ab5d278411d9d35918d)),
|
|
2404
|
+
closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
|
|
2405
|
+
- **next-queries:** move getters to an independent folder
|
|
2406
|
+
([63b5b90](https://bitbucket.org/colbenson/x-components/commits/63b5b9068894780154965b6f54a8fc827925b504)),
|
|
2407
|
+
closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
|
|
2408
|
+
- **next-queries:** refactor the next-queries x-module that was already created
|
|
2409
|
+
([73a0b56](https://bitbucket.org/colbenson/x-components/commits/73a0b56298eefbfc40363fb17b3c1d8aa2d0bc7d)),
|
|
2410
|
+
closes [EX-1729](https://searchbroker.atlassian.net/browse/EX-1729)
|
|
2411
|
+
- **popular-searches:** extract getters from module
|
|
2412
|
+
([d44ae00](https://bitbucket.org/colbenson/x-components/commits/d44ae00db8ac69a59c6e22465a988bccea2f3104)),
|
|
2413
|
+
closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
|
|
2414
|
+
- **popular-searches:** extract module actions to an independent files
|
|
2415
|
+
([a0b4db7](https://bitbucket.org/colbenson/x-components/commits/a0b4db7fb33f022a5e9c17cf6745efaf8eacf1b4)),
|
|
2416
|
+
closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
|
|
2417
|
+
- **popular-searches:** refactor slot and state names, update docs and refactor variable in test
|
|
2418
|
+
([6622052](https://bitbucket.org/colbenson/x-components/commits/662205208ef03cc0398cce5be708a114d11fa561)),
|
|
2419
|
+
closes [EX-1786](https://searchbroker.atlassian.net/browse/EX-1786)
|
|
2420
|
+
- **query-suggestions:** rename term-suggestions to query-suggestions
|
|
2421
|
+
([84da098](https://bitbucket.org/colbenson/x-components/commits/84da0982b16ee57b80349f2c38c6ce96fbadce3a)),
|
|
2422
|
+
closes [EX-1767](https://searchbroker.atlassian.net/browse/EX-1767)
|
|
2423
|
+
- **search-input:** refactor to use XOn decorator instead of creating manually subscription
|
|
2424
|
+
([bd42501](https://bitbucket.org/colbenson/x-components/commits/bd42501f7a9cfb7cdc4a6d5e120c56b14ecf6687)),
|
|
2425
|
+
closes [EX-1781](https://searchbroker.atlassian.net/browse/EX-1781)
|
|
2426
|
+
- **x-plugin:** extract getters Proxy creation from XPlugin
|
|
2427
|
+
([800b634](https://bitbucket.org/colbenson/x-components/commits/800b63490bdf85bcdc30820b8765a2d763323278)),
|
|
2428
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
2429
|
+
- **x-plugin:** remove global messages object in favour of individual messages
|
|
2430
|
+
([4fafbad](https://bitbucket.org/colbenson/x-components/commits/4fafbad08bc0cbedf4cf5abb244a92173d8d72ab)),
|
|
2431
|
+
closes [EX-1842](https://searchbroker.atlassian.net/browse/EX-1842)
|
|
2432
|
+
- **x-plugin:** remove x-plugin singleton and improve testability
|
|
2433
|
+
([1ce38d5](https://bitbucket.org/colbenson/x-components/commits/1ce38d524c7329a6da95d11a37a84f1114774533)),
|
|
2434
|
+
closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
|
|
2435
|
+
- **xevents:** refactor XEvents into their respective module
|
|
2436
|
+
([dd6663b](https://bitbucket.org/colbenson/x-components/commits/dd6663b9562fc57cd977fed909f6ec6a97394581)),
|
|
2437
|
+
closes [EX-1847](https://searchbroker.atlassian.net/browse/EX-1847)
|
|
2438
|
+
- **rxjs:** remove rxjs-compat and amend the imports
|
|
2439
|
+
([213c9e2](https://bitbucket.org/colbenson/x-components/commits/213c9e2d5f7a586a3f1abca8686e3e0926e81980)),
|
|
2440
|
+
closes [EX-2150](https://searchbroker.atlassian.net/browse/EX-2150)
|
|
916
2441
|
|
|
917
2442
|
### Build System
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
2443
|
+
|
|
2444
|
+
- **dependencies:** set minimum supported versions of Vue and Vuex dependencies
|
|
2445
|
+
([c18434b](https://bitbucket.org/colbenson/x-components/commits/c18434be285b8a666c7600daff2486dfe1ad440a)),
|
|
2446
|
+
closes [EX-2109](https://searchbroker.atlassian.net/browse/EX-2109)
|
|
2447
|
+
- **browserslist:** add browserslist configuration
|
|
2448
|
+
([53192b8](https://bitbucket.org/colbenson/x-components/commits/53192b84059ec3589a1a37187e0b244f1a175b2c)),
|
|
2449
|
+
closes [EX-1561](https://searchbroker.atlassian.net/browse/EX-1561)
|
|
2450
|
+
- **dependencies:** update `[@empathy](https://bitbucket.org/empathy)` dependencies
|
|
2451
|
+
([3a657b1](https://bitbucket.org/colbenson/x-components/commits/3a657b1d5d5203671cd1e1624e5630a153a68fde)),
|
|
2452
|
+
closes [EX-1903](https://searchbroker.atlassian.net/browse/EX-1903)
|
|
2453
|
+
- **dependencies:** update dependencies to match with the rest of the projects
|
|
2454
|
+
([ab64828](https://bitbucket.org/colbenson/x-components/commits/ab648286f9ca7397d9f14f3d6eb5095ef8139c14)),
|
|
2455
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|