@empathyco/x-components 3.0.0-alpha.13 → 3.0.0-alpha.132
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 +3304 -619
- package/README.md +27 -8
- package/core/index.js +74 -48
- package/core/index.js.map +1 -1
- package/design-system/.-mixins.css +0 -1
- package/design-system/badge-default.css +49 -0
- package/design-system/base.css +24 -8
- package/design-system/button-card.css +4 -2
- package/design-system/button-default.css +40 -29
- package/design-system/button-ghost.css +8 -4
- package/design-system/button-pill.css +4 -2
- package/design-system/button-primary.css +13 -2
- package/design-system/button-round.css +5 -12
- package/design-system/button-secondary.css +14 -3
- package/design-system/button-tertiary.css +13 -2
- package/design-system/default-theme.css +1773 -1315
- package/design-system/dropdown-card.css +4 -2
- package/design-system/dropdown-default.css +181 -126
- package/design-system/dropdown-l.css +4 -2
- package/design-system/dropdown-line.css +14 -2
- package/design-system/dropdown-m.css +4 -2
- package/design-system/dropdown-pill.css +4 -2
- package/design-system/dropdown-s.css +4 -2
- package/design-system/dropdown-xl.css +4 -2
- package/design-system/facet-card.css +4 -2
- package/design-system/facet-default.css +82 -68
- package/design-system/facet-line.css +4 -2
- package/design-system/facet-outlined.css +4 -2
- package/design-system/filter-default.css +58 -43
- package/design-system/filter-hierarchical.css +25 -21
- package/design-system/filter-justified.css +2 -1
- package/design-system/full-theme.css +6332 -1856
- package/design-system/grid-default.css +17 -5
- package/design-system/icon-default.css +11 -9
- package/design-system/icon-l.css +4 -2
- package/design-system/icon-m.css +4 -2
- package/design-system/icon-s.css +4 -2
- package/design-system/icon-xl.css +4 -2
- package/design-system/input-card.css +4 -2
- package/design-system/input-default.css +48 -42
- package/design-system/input-group-card.css +14 -10
- package/design-system/input-group-default.css +123 -114
- package/design-system/input-group-line.css +35 -16
- package/design-system/input-group-pill.css +4 -2
- package/design-system/input-line.css +4 -2
- package/design-system/input-pill.css +4 -2
- package/design-system/list-default.css +116 -113
- package/design-system/list-gap.css +581 -121
- package/design-system/list-padding.css +326 -117
- package/design-system/message-default.css +71 -0
- package/design-system/option-list-bottom.css +93 -23
- package/design-system/option-list-default.css +126 -78
- package/design-system/picture-card.css +4 -2
- package/design-system/picture-colored.css +13 -8
- package/design-system/picture-cover.css +7 -4
- package/design-system/picture-default.css +31 -23
- package/design-system/picture-fixed-ratio.css +19 -16
- package/design-system/progress-bar-progress-bar.css +25 -0
- package/design-system/result-card.css +4 -2
- package/design-system/result-default.css +42 -30
- package/design-system/row-default.css +98 -64
- package/design-system/row-gap.css +87 -6
- package/design-system/row-padding.css +14 -6
- package/design-system/scroll-default.css +23 -13
- package/design-system/sliding-panel-default.css +49 -37
- package/design-system/sliding-panel-default.token.css +2 -3
- package/design-system/suggestion-default.css +153 -36
- package/design-system/suggestion-group-default.css +73 -37
- package/design-system/tag-card.css +4 -2
- package/design-system/tag-default.css +152 -53
- package/design-system/tag-ghost.css +14 -2
- package/design-system/tag-pill.css +4 -2
- package/design-system/typography-accent.css +2 -1
- package/design-system/typography-accent.token.css +2 -1
- package/design-system/typography-bold.css +10 -9
- package/design-system/typography-default.css +17 -9
- package/design-system/typography-light.css +10 -9
- package/design-system/typography-secondary.css +2 -1
- package/design-system/typography-secondary.token.css +2 -1
- package/design-system/typography-stroke.css +10 -9
- package/design-system/utilities-background-color.css +43 -0
- package/design-system/utilities-border-color.css +43 -0
- package/design-system/utilities-border-radius.css +1508 -0
- package/design-system/utilities-border-width.css +334 -0
- package/design-system/utilities-box-shadow.css +133 -0
- package/design-system/utilities-dev-mode.css +12 -0
- package/design-system/utilities-fill-color.css +43 -0
- package/design-system/utilities-flex.css +43 -0
- package/design-system/utilities-font-color.css +43 -0
- package/design-system/utilities-font-size.css +80 -0
- package/design-system/utilities-font-weight.css +9 -0
- package/design-system/utilities-line-clamp.css +34 -0
- package/design-system/utilities-line-height.css +23 -0
- package/design-system/utilities-margin.css +462 -0
- package/design-system/utilities-padding.css +441 -0
- package/design-system/utilities-position.css +19 -0
- package/design-system/utilities-text-decoration.css +19 -0
- package/design-system/utilities-text-transform.css +15 -0
- package/device/index.js +3 -3
- package/docs/API-reference/api/index.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +29 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.modelname.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetconfig.schema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetsconfig.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +26 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.identifierresultsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +105 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.partialresultsschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.search.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +24 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.facet.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacet.values.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.count.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.filter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.value.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.children.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.catalog.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.content.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.term.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.image_url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +24 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.title.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.toptrends.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.topclicked.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformredirection.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.position.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.source.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.tag.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.id.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.image.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +25 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.name.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.price.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformresult.url.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.banner.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.direct.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.promoted.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.title_raw.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.add2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.checkout.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.click.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.resultschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestmapper.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsefacetsmapper.md +27 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponsemapper.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingendpointadapter.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.taggingrequestmapper.md +11 -0
- package/docs/API-reference/api/x-components.actionsdictionary.md +0 -1
- package/docs/API-reference/api/x-components.actionstree.md +1 -1
- package/docs/API-reference/api/x-components.allfilter.md +1 -1
- package/docs/API-reference/api/x-components.animateclippath.md +13 -0
- package/docs/API-reference/api/x-components.animatescale.md +13 -0
- package/docs/API-reference/api/x-components.animatetranslate.md +13 -0
- package/docs/API-reference/api/x-components.anyactionstree.md +1 -1
- package/docs/API-reference/api/x-components.anygetterstree.md +1 -1
- package/docs/API-reference/api/x-components.anymutationstree.md +1 -1
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +5 -5
- package/docs/API-reference/api/x-components.arraytoobject_1.md +2 -2
- package/docs/API-reference/api/x-components.arrowdownicon.md +11 -0
- package/docs/API-reference/api/x-components.arrowlefticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowrighticon.md +11 -0
- package/docs/API-reference/api/x-components.arrowupicon.md +11 -0
- package/docs/API-reference/api/x-components.autoprogressbar.durationinseconds.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.isloading.md +13 -0
- package/docs/API-reference/api/x-components.autoprogressbar.md +22 -0
- package/docs/API-reference/api/x-components.bannerslist.md +4 -4
- package/docs/API-reference/api/x-components.basecurrency.format.md +2 -7
- package/docs/API-reference/api/x-components.basecurrency.injectedformat.md +13 -0
- package/docs/API-reference/api/x-components.basecurrency.md +9 -4
- package/docs/API-reference/api/x-components.baseeventsmodal.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +1 -1
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.computeditems.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basegrid.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +0 -1
- package/docs/API-reference/api/x-components.basemodal._refs.md +0 -1
- package/docs/API-reference/api/x-components.basemodal.md +2 -1
- package/docs/API-reference/api/x-components.basemodal.showoverlay.md +13 -0
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +0 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.filter.md +1 -1
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +1 -1
- package/docs/API-reference/api/x-components.baseresultcurrentprice.format.md +1 -1
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +1 -2
- package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
- package/docs/API-reference/api/x-components.baseresultimage.md +1 -0
- package/docs/API-reference/api/x-components.baseresultlink.md +1 -12
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -2
- package/docs/API-reference/api/x-components.baseresultrating.link.md +13 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +22 -0
- package/docs/API-reference/api/x-components.baseresultrating.result.md +13 -0
- package/docs/API-reference/api/x-components.basescroll.md +0 -12
- package/docs/API-reference/api/x-components.basesuggestion.dynamiccssclasses.md +1 -1
- package/docs/API-reference/api/x-components.basesuggestion.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.basesuggestion.feature.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestion.md +9 -1
- package/docs/API-reference/api/x-components.basesuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +1 -0
- package/docs/API-reference/api/x-components.baseswitch.md +21 -0
- package/docs/API-reference/api/x-components.baseswitch.value.md +13 -0
- package/docs/API-reference/api/x-components.basevariablecolumngrid.items.md +1 -1
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +1 -1
- package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +24 -0
- package/docs/API-reference/api/x-components.basexapi.init.md +1 -1
- package/docs/API-reference/api/x-components.basexapi.md +2 -0
- package/docs/API-reference/api/x-components.basexapi.search.md +1 -1
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.capitalize.md +30 -0
- package/docs/API-reference/api/x-components.clearfilters.md +4 -7
- package/docs/API-reference/api/x-components.clearpendingscrolltowire.md +13 -0
- package/docs/API-reference/api/x-components.compilemessage.md +1 -1
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +26 -0
- package/docs/API-reference/api/x-components.createrawfilters.md +26 -0
- package/docs/API-reference/api/x-components.crossfade.md +15 -0
- package/docs/API-reference/api/x-components.curatedcheckicon.md +11 -0
- package/docs/API-reference/api/x-components.currencyformatter.md +2 -3
- package/docs/API-reference/api/x-components.debounce.md +5 -1
- package/docs/API-reference/api/x-components.debouncefunction.md +0 -1
- package/docs/API-reference/api/x-components.deepfilter.md +8 -7
- package/docs/API-reference/api/x-components.deepflat.md +8 -6
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.filterentityfactory.md +11 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +42 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.selectpreselectedfilters.md +15 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +22 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +25 -0
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +22 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice._constructor_.md +21 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +41 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +2 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermax.md +11 -0
- package/docs/API-reference/api/x-components.editablenumberrangefilter.rangefiltermin.md +11 -0
- package/docs/API-reference/api/x-components.extraparams.md +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.facets.md +4 -15
- package/docs/API-reference/api/x-components.facets.renderablefacets.md +1 -1
- package/docs/API-reference/api/x-components.facetsactions.md +0 -15
- package/docs/API-reference/api/x-components.facetsgetters.facets.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.md +3 -4
- package/docs/API-reference/api/x-components.facetsgetters.selectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsgetters.selectedfiltersbyfacet.md +1 -1
- package/docs/API-reference/api/x-components.facetsgroup.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.id.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.md +23 -0
- package/docs/API-reference/api/x-components.facetsmixin.alwaysvisible.md +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.facetsids.md +13 -0
- package/docs/API-reference/api/x-components.facetsmixin.md +22 -0
- package/docs/API-reference/api/x-components.facetsmutations.md +8 -6
- 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.facetsmutations.setpreselectedfilters.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 +27 -0
- package/docs/API-reference/api/x-components.facetsservice.select.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +17 -0
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +24 -0
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +24 -0
- package/docs/API-reference/api/x-components.facetsstate.facets.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.filters.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.groups.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.md +4 -4
- package/docs/API-reference/api/x-components.facetsstate.preselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupchanged.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.facetsgroupprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +12 -15
- package/docs/API-reference/api/x-components.facetsxevents.preselectedfiltersprovided.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.selectedfilterschanged.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userchangedselectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedafilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedahierarchicalfilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedallfilter.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.userclickedanumberrangefilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedasimplefilter.md +1 -1
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearallfilters.md +2 -2
- package/docs/API-reference/api/x-components.facetsxevents.usermodifiededitablenumberrangefilter.md +2 -2
- 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 +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavenextquerieswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.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.filterssearchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.filterssearch.md +1 -0
- package/docs/API-reference/api/x-components.firstparameter.md +13 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.isbackdropvisible.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.leftasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +30 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.rightasideanimation.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.scrollposition.md +11 -0
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.setposition.md +22 -0
- package/docs/API-reference/api/x-components.getrootxcomponent.md +2 -2
- package/docs/API-reference/api/x-components.getterstree.md +1 -1
- package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
- package/docs/API-reference/api/x-components.globalxbus.md +21 -0
- package/docs/API-reference/api/x-components.grid2rowsicon.md +11 -0
- package/docs/API-reference/api/x-components.grid4colicon.md +11 -0
- package/docs/API-reference/api/x-components.groupitemsby.md +2 -2
- package/docs/API-reference/api/x-components.hierarchicalfilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.isfilterpartiallyselected.md +22 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +7 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +0 -5
- package/docs/API-reference/api/x-components.historyqueriesactions.md +2 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +3 -1
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +24 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.isenabled.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesstate.md +3 -1
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +15 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.historyqueriesstoragekeychanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +11 -7
- package/docs/API-reference/api/x-components.historyqueriesxevents.sessionhistoryquerieschanged.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedconfirmdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickeddismissdisablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userclickedenablehistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedclearhistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userpressedremovehistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.userselectedahistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.identifierresults.md +2 -0
- package/docs/API-reference/api/x-components.identifierresults.resultclickextraevents.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +8 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +8 -1
- package/docs/API-reference/api/x-components.identifierresultsactions.md +3 -2
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsgetters.identifierresultsrequest.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +4 -2
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.md +4 -2
- package/docs/API-reference/api/x-components.identifierresultsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultschanged.md +1 -1
- package/docs/API-reference/api/x-components.identifierresultsxevents.identifierresultsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +3 -3
- package/docs/API-reference/api/x-components.identifierresultsxevents.userclickedaidentifierresult.md +1 -1
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +2 -2
- package/docs/API-reference/api/x-components.increasepageappendingresultswire.md +13 -0
- package/docs/API-reference/api/x-components.infinitescroll.md +0 -4
- package/docs/API-reference/api/x-components.initwrapper.api.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.app.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.bus.md +13 -0
- package/docs/API-reference/api/x-components.initwrapper.md +23 -0
- package/docs/API-reference/api/x-components.initwrapper.plugin.md +13 -0
- package/docs/API-reference/api/x-components.installxoptions.vueoptions.md +0 -1
- package/docs/API-reference/api/x-components.internalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.internalsearchrequest.page.md +13 -0
- package/docs/API-reference/api/x-components.isxcomponent.md +2 -2
- package/docs/API-reference/api/x-components.itemslist.animation.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.items.md +13 -0
- package/docs/API-reference/api/x-components.itemslist.md +22 -0
- package/docs/API-reference/api/x-components.itemslistinjectionmixin.md +15 -0
- package/docs/API-reference/api/x-components.lightbulboff.md +11 -0
- package/docs/API-reference/api/x-components.lightbulbon.md +11 -0
- package/docs/API-reference/api/x-components.listitem.md +13 -0
- package/docs/API-reference/api/x-components.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.mapwire.md +27 -0
- package/docs/API-reference/api/x-components.maybearray.md +13 -0
- package/docs/API-reference/api/x-components.md +189 -101
- 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.mutationsdictionary.md +0 -1
- package/docs/API-reference/api/x-components.mutationstree.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.animation.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.locale.md +13 -0
- package/docs/API-reference/api/x-components.myhistory.md +26 -0
- package/docs/API-reference/api/x-components.namespaceddebounce.md +2 -2
- package/docs/API-reference/api/x-components.namespacedthrottle.md +2 -2
- package/docs/API-reference/api/x-components.namespacedtimeselector.md +15 -0
- package/docs/API-reference/api/x-components.namespacedtimewireoperator.md +3 -3
- package/docs/API-reference/api/x-components.namespacedwirecommitpayload.md +2 -2
- package/docs/API-reference/api/x-components.namespacedwiredispatchpayload.md +2 -2
- package/docs/API-reference/api/x-components.namespacedwiringdata.md +18 -0
- package/docs/API-reference/api/x-components.nextqueries.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextqueries.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +8 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +8 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.md +3 -2
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesconfig.hidesessionqueries.md +0 -2
- 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 +3 -2
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.nextqueriesstate.md +3 -2
- package/docs/API-reference/api/x-components.nextqueriesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +4 -4
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextquerieschanged.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.nextqueriesrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesxevents.userselectedanextquery.md +1 -1
- package/docs/API-reference/api/x-components.nextquery.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.nextquery.md +1 -0
- package/docs/API-reference/api/x-components.niladicfunction.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +1 -0
- package/docs/API-reference/api/x-components.partialquerybutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.partialquerybutton.md +6 -1
- package/docs/API-reference/api/x-components.payloadfactorydata.md +18 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +22 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.movetosessionstorage.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +24 -0
- package/docs/API-reference/api/x-components.pdpaddtocartservice.trackaddtocart.md +24 -0
- package/docs/API-reference/api/x-components.popularsearches.maxitemstorender.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +8 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +8 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesconfig.hidesessionqueries.md +0 -2
- package/docs/API-reference/api/x-components.popularsearchesconfig.showextrasuggestionwithoutfilter.md +0 -2
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +2 -1
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.popularsearchesstate.md +2 -1
- package/docs/API-reference/api/x-components.popularsearchesstate.params.md +13 -0
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +3 -3
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesxevents.popularsearchesrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.popularsearchesxevents.userselectedapopularsearch.md +1 -1
- package/docs/API-reference/api/x-components.preselectedfilters.created.md +17 -0
- package/docs/API-reference/api/x-components.preselectedfilters.filters.md +18 -0
- package/docs/API-reference/api/x-components.preselectedfilters.md +28 -0
- package/docs/API-reference/api/x-components.preselectedfilters.render.md +15 -0
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +1 -1
- package/docs/API-reference/api/x-components.privatexmoduleoptions.storeemitters.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +4 -4
- package/docs/API-reference/api/x-components.propswithtype.md +6 -8
- package/docs/API-reference/api/x-components.queryfeature.md +13 -0
- package/docs/API-reference/api/x-components.queryorigin.md +4 -2
- package/docs/API-reference/api/x-components.queryorigininit.md +15 -0
- package/docs/API-reference/api/x-components.querysuggestions.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +8 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +8 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +3 -2
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsconfig.hideifequalsquery.md +0 -2
- package/docs/API-reference/api/x-components.querysuggestionsconfig.showextrasuggestionwithoutfilter.md +0 -2
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +3 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +3 -2
- package/docs/API-reference/api/x-components.querysuggestionsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +4 -4
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionschanged.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsxevents.userselectedaquerysuggestion.md +1 -1
- package/docs/API-reference/api/x-components.radiobuttonselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.radiobuttonunselectedicon.md +11 -0
- package/docs/API-reference/api/x-components.recommendations.maxitemstorender.md +13 -0
- package/docs/API-reference/api/x-components.recommendations.md +2 -1
- package/docs/API-reference/api/x-components.recommendations.storedrecommendations.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +8 -1
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +8 -1
- package/docs/API-reference/api/x-components.recommendationsactions.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsgetters.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsgetters.request.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.md +2 -1
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.recommendationsstate.md +2 -1
- package/docs/API-reference/api/x-components.recommendationsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsxevents.md +3 -3
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationschanged.md +1 -1
- package/docs/API-reference/api/x-components.recommendationsxevents.recommendationsrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.recommendationsxevents.userclickedarecommendation.md +1 -1
- package/docs/API-reference/api/x-components.redirection.abortredirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.delayinseconds.md +18 -0
- package/docs/API-reference/api/x-components.redirection.isredirecting.md +13 -0
- package/docs/API-reference/api/x-components.redirection.md +31 -0
- package/docs/API-reference/api/x-components.redirection.mode.md +13 -0
- package/docs/API-reference/api/x-components.redirection.redirect.md +17 -0
- package/docs/API-reference/api/x-components.redirection.redirections.md +11 -0
- package/docs/API-reference/api/x-components.relatedtag.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.relatedtag.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +7 -0
- package/docs/API-reference/api/x-components.relatedtags.highlightcurated.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +8 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +8 -1
- package/docs/API-reference/api/x-components.relatedtagsactions.md +3 -2
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +1 -0
- package/docs/API-reference/api/x-components.relatedtagsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedtagsquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsstate.md +3 -3
- package/docs/API-reference/api/x-components.relatedtagsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +6 -6
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.relatedtagsrequestchanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.selectedrelatedtagschanged.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userdeselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userpickedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.relatedtagsxevents.userselectedarelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.renderlessextraparams.md +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.requeststatus.md +13 -0
- package/docs/API-reference/api/x-components.resetappending.md +13 -0
- package/docs/API-reference/api/x-components.resetspellcheckquery.md +1 -1
- package/docs/API-reference/api/x-components.resetstate.md +13 -0
- package/docs/API-reference/api/x-components.resetstatewire.md +13 -0
- package/docs/API-reference/api/x-components.resultfeature.md +13 -0
- package/docs/API-reference/api/x-components.resultorigin.md +15 -0
- package/docs/API-reference/api/x-components.resultslist.items.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +1 -1
- package/docs/API-reference/api/x-components.returns.md +0 -2
- package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +13 -0
- package/docs/API-reference/api/x-components.saveidentifierresultsoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.saveoriginwire.md +13 -0
- package/docs/API-reference/api/x-components.savesearchorigin.md +13 -0
- package/docs/API-reference/api/x-components.savesearchresponse.md +13 -0
- package/docs/API-reference/api/x-components.scroll.id.md +13 -0
- package/docs/API-reference/api/x-components.scroll.md +21 -0
- package/docs/API-reference/api/x-components.scrollactions.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.direction.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasalmostreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedend.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.hasreachedstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollcomponentstate.position.md +13 -0
- package/docs/API-reference/api/x-components.scrollgetters.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin._el.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.firstelementthresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.md +4 -0
- package/docs/API-reference/api/x-components.scrollmixin.reseton.md +13 -0
- package/docs/API-reference/api/x-components.scrollmixin.resetonchange.md +13 -0
- package/docs/API-reference/api/x-components.scrollmutations.md +21 -0
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +24 -0
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +24 -0
- package/docs/API-reference/api/x-components.scrollstate.data.md +13 -0
- package/docs/API-reference/api/x-components.scrollstate.md +21 -0
- package/docs/API-reference/api/x-components.scrollstate.pendingscrollto.md +13 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.md +21 -0
- package/docs/API-reference/api/x-components.scrollstatepayload.newstate.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.animation.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.md +23 -0
- package/docs/API-reference/api/x-components.scrolltotop.scrollid.md +13 -0
- package/docs/API-reference/api/x-components.scrolltotop.thresholdpx.md +13 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +21 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +24 -0
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +24 -0
- package/docs/API-reference/api/x-components.scrollxevents.md +27 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +13 -0
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +13 -0
- package/docs/API-reference/api/x-components.scrollxmodule.md +13 -0
- package/docs/API-reference/api/x-components.scrollxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +8 -1
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +8 -1
- package/docs/API-reference/api/x-components.searchactions.md +6 -2
- package/docs/API-reference/api/x-components.searchactions.resetstate.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +24 -0
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxactions.md +7 -0
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +24 -0
- package/docs/API-reference/api/x-components.searchboxmutations.md +2 -1
- package/docs/API-reference/api/x-components.searchboxstate.md +2 -1
- package/docs/API-reference/api/x-components.searchbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.searchbutton.md +6 -1
- package/docs/API-reference/api/x-components.searchgetters.md +2 -1
- package/docs/API-reference/api/x-components.searchgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.searchgetters.request.md +2 -2
- package/docs/API-reference/api/x-components.searchinput.md +1 -0
- package/docs/API-reference/api/x-components.searchinput.searchinputmessage.md +11 -0
- package/docs/API-reference/api/x-components.searchmutations.md +6 -2
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +24 -0
- package/docs/API-reference/api/x-components.searchmutations.setparams.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.searchquery.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +7 -3
- package/docs/API-reference/api/x-components.searchstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.params.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.searchxevents.facetschanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.md +15 -7
- package/docs/API-reference/api/x-components.searchxevents.pagechanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.resultschanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.searchrequestchanged.md +2 -2
- package/docs/API-reference/api/x-components.searchxevents.searchrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.searchtaggingchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.selectedsortprovided.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.sortchanged.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.spellcheckchanged.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedabanner.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedabortaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedapromoted.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedaredirection.md +13 -0
- package/docs/API-reference/api/x-components.searchxevents.userclickedasort.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.userclickedpartialquery.md +1 -1
- package/docs/API-reference/api/x-components.selectedfiltersbyfacet.md +5 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +7 -5
- package/docs/API-reference/api/x-components.setconsent.md +13 -0
- package/docs/API-reference/api/x-components.setextraparams.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesdisabled.md +13 -0
- package/docs/API-reference/api/x-components.sethistoryqueriesenabled.md +13 -0
- package/docs/API-reference/api/x-components.setidentifierresultsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setinitialextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setnextqueriesextraparams.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.setquerysuggestionsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setquerytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.setrecommendationsextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.setrelatedtagsextraparams.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.setsearchextraparams.md +13 -0
- package/docs/API-reference/api/x-components.setsearchpage.md +13 -0
- package/docs/API-reference/api/x-components.setsearchquery.md +1 -1
- package/docs/API-reference/api/x-components.setsearchurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setselectedfilters.md +1 -1
- package/docs/API-reference/api/x-components.setsort.md +1 -1
- package/docs/API-reference/api/x-components.setstatus.md +25 -0
- package/docs/API-reference/api/x-components.settaggingconfig.md +13 -0
- package/docs/API-reference/api/x-components.settingsicon.md +11 -0
- package/docs/API-reference/api/x-components.seturlfilters.md +13 -0
- package/docs/API-reference/api/x-components.seturlpage.md +13 -0
- package/docs/API-reference/api/x-components.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.seturlparamswire.md +13 -0
- package/docs/API-reference/api/x-components.seturlquery.md +13 -0
- package/docs/API-reference/api/x-components.seturlrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.seturlscroll.md +13 -0
- package/docs/API-reference/api/x-components.seturlsort.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.clickevents.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +1 -0
- package/docs/API-reference/api/x-components.simplestateselector.md +0 -2
- package/docs/API-reference/api/x-components.singlecolumnlayout.asideanimation.md +13 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +21 -0
- package/docs/API-reference/api/x-components.slidingpanel.buttonclass.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.md +3 -12
- package/docs/API-reference/api/x-components.slidingpanel.resetoncontentchange.md +13 -0
- package/docs/API-reference/api/x-components.slidingpanel.scrollfactor.md +1 -1
- package/docs/API-reference/api/x-components.slidingpanel.showbuttons.md +1 -1
- package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.currency.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.filters.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.isspa.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.md +5 -0
- package/docs/API-reference/api/x-components.snippetconfig.productid.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.excludedextraparams.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +22 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.values.md +13 -0
- package/docs/API-reference/api/x-components.sortedfilters.md +21 -0
- package/docs/API-reference/api/x-components.sortedfilters.render.md +22 -0
- package/docs/API-reference/api/x-components.sortmixin.items.md +1 -1
- package/docs/API-reference/api/x-components.sortmixin.md +2 -3
- package/docs/API-reference/api/x-components.sortmixin.providedselectedsort.md +1 -1
- package/docs/API-reference/api/x-components.spellcheckbutton.emitevents.md +17 -0
- package/docs/API-reference/api/x-components.spellcheckbutton.md +6 -1
- package/docs/API-reference/api/x-components.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.subobject.md +29 -0
- package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragekey.md +13 -0
- package/docs/API-reference/api/x-components.tagging.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.tagging.config.md +11 -0
- package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
- package/docs/API-reference/api/x-components.tagging.created.md +17 -0
- package/docs/API-reference/api/x-components.tagging.md +32 -0
- package/docs/API-reference/api/x-components.tagging.render.md +15 -0
- package/docs/API-reference/api/x-components.taggingactions.md +7 -0
- package/docs/API-reference/api/x-components.taggingactions.track.md +24 -0
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragekey.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.md +10 -0
- package/docs/API-reference/api/x-components.taggingconfig.querytaggingdebouncems.md +13 -0
- package/docs/API-reference/api/x-components.taggingconfig.sessionttlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +9 -0
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +24 -0
- package/docs/API-reference/api/x-components.taggingmutations.settaggingconfig.md +24 -0
- package/docs/API-reference/api/x-components.taggingstate.config.md +13 -0
- package/docs/API-reference/api/x-components.taggingstate.consent.md +13 -0
- package/docs/API-reference/api/x-components.taggingstate.md +9 -0
- package/docs/API-reference/api/x-components.taggingstate.querytagginginfo.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentchanged.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.consentprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.pdpisloaded.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.searchtaggingreceived.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.taggingconfigprovided.md +13 -0
- package/docs/API-reference/api/x-components.taggingxevents.userclickedpdpaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.taggingxmodule.md +1 -1
- package/docs/API-reference/api/x-components.tagicon.md +11 -0
- package/docs/API-reference/api/x-components.throttle.md +3 -3
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.cancelon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.forceon.md +13 -0
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +21 -0
- package/docs/API-reference/api/x-components.timeselector.md +15 -0
- package/docs/API-reference/api/x-components.track.md +13 -0
- package/docs/API-reference/api/x-components.trackaddtocartwire.md +13 -0
- package/docs/API-reference/api/x-components.trackquerywire.md +13 -0
- package/docs/API-reference/api/x-components.trackresultclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.urlactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.urlactions.md +13 -0
- package/docs/API-reference/api/x-components.urlgetters.md +20 -0
- package/docs/API-reference/api/x-components.urlgetters.urlparams.md +13 -0
- package/docs/API-reference/api/x-components.urlhandler.created.md +17 -0
- package/docs/API-reference/api/x-components.urlhandler.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlhandler.md +29 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithpush.md +24 -0
- package/docs/API-reference/api/x-components.urlhandler.updateurlwithreplace.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.md +28 -0
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +24 -0
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +24 -0
- package/docs/API-reference/api/x-components.urlparamkey.md +15 -0
- package/docs/API-reference/api/x-components.urlparams.filter.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.md +25 -0
- package/docs/API-reference/api/x-components.urlparams.page.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.query.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.scroll.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.sort.md +11 -0
- package/docs/API-reference/api/x-components.urlparams.tag.md +11 -0
- package/docs/API-reference/api/x-components.urlparamvalue.md +13 -0
- package/docs/API-reference/api/x-components.urlstate.initialextraparams.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +21 -0
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.md +23 -0
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstatechanged.md +13 -0
- package/docs/API-reference/api/x-components.urlxmodule.md +13 -0
- package/docs/API-reference/api/x-components.urlxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.vuecssclasses.md +0 -2
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +21 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.newrequest.md +11 -0
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.oldrequest.md +11 -0
- package/docs/API-reference/api/x-components.windowscroll.beforedestroy.md +17 -0
- package/docs/API-reference/api/x-components.windowscroll.id.md +13 -0
- package/docs/API-reference/api/x-components.windowscroll.md +30 -0
- package/docs/API-reference/api/x-components.windowscroll.mounted.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.render.md +15 -0
- package/docs/API-reference/api/x-components.windowscroll.scrollableelement.md +13 -0
- package/docs/API-reference/api/x-components.wirecommit.md +2 -2
- package/docs/API-reference/api/x-components.wiredispatch.md +2 -2
- package/docs/API-reference/api/x-components.wiremetadata.feature.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.location.md +13 -0
- package/docs/API-reference/api/x-components.wiremetadata.md +3 -1
- package/docs/API-reference/api/x-components.wiremetadata.oldvalue.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 +2 -2
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +28 -0
- package/docs/API-reference/api/x-components.xapi.md +2 -0
- package/docs/API-reference/api/x-components.xapi.search.md +1 -1
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +24 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.fullhistoryqueries.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +9 -1
- package/docs/API-reference/api/x-components.xcomponentaliasapi.noresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.partialresults.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.redirections.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.results.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.scroll.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.selectedsort.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.spellcheckedquery.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +0 -1
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +7 -7
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +2 -2
- package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.columnsnumberprovided.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.md +27 -29
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +18 -0
- package/docs/API-reference/api/x-components.xeventstypes.suggestionsdisplayed.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.togglepanelstatechanged.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedaquery.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useracceptedspellcheckquery.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresult.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedaresultrating.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcloseeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosemodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedclosex.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedcolumnpicker.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopeneventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedopenx.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofeventsmodal.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofmodal.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedpaneltogglebutton.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedresultaddtocart.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userclickedscrolltotop.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.useropenxprogrammatically.md +13 -0
- package/docs/API-reference/api/x-components.xeventstypes.userpressedarrowkey.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userreachedempathizetop.md +1 -1
- package/docs/API-reference/api/x-components.xeventstypes.userselectedasuggestion.md +1 -1
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +4 -0
- package/docs/API-reference/api/x-components.xinstaller.init.md +4 -9
- package/docs/API-reference/api/x-components.xinstaller.init_1.md +15 -0
- package/docs/API-reference/api/x-components.xinstaller.md +5 -9
- package/docs/API-reference/api/x-components.xmoduleoptions.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.extraparams.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.md +3 -2
- package/docs/API-reference/api/x-components.xmodulestree.scroll.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.url.md +11 -0
- package/docs/API-reference/api/x-components.xplugin.adapter.md +2 -2
- package/docs/API-reference/api/x-components.xplugin.md +4 -8
- package/docs/API-reference/api/x-components.xplugin.store.md +13 -0
- package/docs/API-reference/api/x-components.xpluginoptions.adapter.md +1 -1
- package/docs/API-reference/api/x-components.xpluginoptions.md +1 -1
- package/docs/API-reference/api/x-components.xstoremodule.md +0 -1
- package/docs/API-reference/api/x-components.xstoremoduleoptions.md +1 -1
- package/docs/API-reference/api/x-types.banner.md +3 -4
- package/docs/API-reference/api/x-types.booleanfilter.label.md +13 -0
- package/docs/API-reference/api/x-types.booleanfilter.md +10 -7
- package/docs/API-reference/api/x-types.booleanfilter.modelname.md +1 -1
- package/docs/API-reference/api/x-types.booleanfilter.totalresults.md +1 -1
- package/docs/API-reference/api/x-types.booleanfiltermodelname.md +3 -1
- package/docs/API-reference/api/x-types.booleanfiltermodelnames.md +13 -0
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +1 -1
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +3 -3
- package/docs/API-reference/api/x-types.extraparamsrequest.extraparams.md +13 -0
- package/docs/API-reference/api/x-types.extraparamsrequest.md +20 -0
- package/docs/API-reference/api/x-types.facetfilter.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.filter.md +8 -5
- package/docs/API-reference/api/x-types.filter.selected.md +13 -0
- package/docs/API-reference/api/x-types.filterablerequest.filters.md +11 -0
- package/docs/API-reference/api/x-types.filterablerequest.md +20 -0
- package/docs/API-reference/api/x-types.filtermodelname.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilter.children.md +2 -2
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +1 -1
- package/docs/API-reference/api/x-types.historyquery.md +2 -2
- package/docs/API-reference/api/x-types.identifiable.id.md +1 -1
- package/docs/API-reference/api/x-types.identifiable.md +2 -2
- package/docs/API-reference/api/x-types.identifierresultsrequest.md +15 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +20 -0
- package/docs/API-reference/api/x-types.identifierresultsresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.isbooleanfilter.md +2 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +2 -0
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +2 -0
- package/docs/API-reference/api/x-types.isfacetfilter.md +26 -0
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +2 -0
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +2 -0
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +2 -0
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +2 -0
- package/docs/API-reference/api/x-types.israwfilter.md +26 -0
- package/docs/API-reference/api/x-types.issimplefacet.md +2 -0
- package/docs/API-reference/api/x-types.issimplefilter.md +2 -0
- package/docs/API-reference/api/x-types.md +40 -9
- package/docs/API-reference/api/x-types.modelnametype.md +1 -1
- package/docs/API-reference/api/x-types.nextqueries.md +2 -2
- package/docs/API-reference/api/x-types.nextqueriesrequest.md +15 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.md +20 -0
- package/docs/API-reference/api/x-types.nextqueriesresponse.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.nextquery.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.nextquery.md +8 -2
- package/docs/API-reference/api/x-types.pageablerequest.md +21 -0
- package/docs/API-reference/api/x-types.pageablerequest.rows.md +11 -0
- package/docs/API-reference/api/x-types.pageablerequest.start.md +11 -0
- package/docs/API-reference/api/x-types.popularsearchesrequest.md +15 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.md +20 -0
- package/docs/API-reference/api/x-types.popularsearchesresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.previewable.md +3 -3
- package/docs/API-reference/api/x-types.promoted.md +2 -3
- package/docs/API-reference/api/x-types.queryablerequest.md +20 -0
- package/docs/API-reference/api/x-types.queryablerequest.query.md +11 -0
- package/docs/API-reference/api/x-types.querysuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.md +20 -0
- package/docs/API-reference/api/x-types.querysuggestionsresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.rawfilter.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.recommendationsrequest.md +15 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.md +20 -0
- package/docs/API-reference/api/x-types.recommendationsresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.redirection.md +2 -4
- package/docs/API-reference/api/x-types.relatedtag.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.relatedtag.md +3 -4
- package/docs/API-reference/api/x-types.relatedtagsrequest.md +15 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedtagsresponse.relatedtags.md +11 -0
- package/docs/API-reference/api/x-types.result.md +3 -4
- package/docs/API-reference/api/x-types.result.type.md +1 -1
- package/docs/API-reference/api/x-types.searchrequest.md +15 -0
- package/docs/API-reference/api/x-types.searchresponse.banners.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.facets.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.md +28 -0
- package/docs/API-reference/api/x-types.searchresponse.partialresults.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.promoteds.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.querytagging.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.redirections.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.results.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.spellcheck.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.totalresults.md +11 -0
- package/docs/API-reference/api/x-types.sortablerequest.md +20 -0
- package/docs/API-reference/api/x-types.sortablerequest.sort.md +11 -0
- package/docs/API-reference/api/x-types.suggestion.iscurated.md +13 -0
- package/docs/API-reference/api/x-types.suggestion.key.md +2 -2
- package/docs/API-reference/api/x-types.suggestion.md +4 -3
- package/docs/API-reference/api/x-types.taggable.md +20 -0
- package/docs/API-reference/api/x-types.taggable.tagging.md +13 -0
- package/docs/API-reference/api/x-types.taggableschema.md +13 -0
- package/docs/API-reference/api/x-types.tagging.add2cart.md +13 -0
- package/docs/API-reference/api/x-types.tagging.checkout.md +13 -0
- package/docs/API-reference/api/x-types.tagging.click.md +13 -0
- package/docs/API-reference/api/x-types.tagging.md +6 -3
- package/docs/API-reference/api/x-types.tagging.query.md +13 -0
- package/docs/API-reference/api/x-types.tagging.wishlist.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequest.md +21 -0
- package/docs/API-reference/api/x-types.taggingrequest.params.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequest.url.md +13 -0
- package/docs/API-reference/api/x-types.taggingrequestschema.md +13 -0
- package/docs/API-reference/api/x-types.trackablerequest.md +20 -0
- package/docs/API-reference/api/x-types.trackablerequest.origin.md +11 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.md +20 -0
- package/docs/API-reference/api/x-types.trackableshowresponse.showtagging.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.identifierresults.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +25 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.nextqueries.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.popularsearches.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.querysuggestions.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.recommendations.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedtags.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.search.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.tagging.md +11 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +6 -7
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +11 -11
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +12 -12
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +29 -0
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +9 -10
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +11 -12
- package/docs/API-reference/components/common/animations/x-components.staggering-transition-group.md +34 -0
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +16 -17
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +14 -15
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +290 -107
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +16 -18
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +15 -16
- package/docs/API-reference/components/common/icons/x-components.arrow-down.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-left.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-right.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.arrow-up.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.bag.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.bar-code.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.barcode-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cart.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.check-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.check.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-selected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-card-unselected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-selected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.checkbox-unselected.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-down.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-left.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-right.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-tiny-up.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.chevron-up.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cross-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.cross.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.curated-check.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.filters.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.grid-1-col.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.grid-2-col.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.grid-2-rows.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.grid-4-col.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.hide.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.history-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.history.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.light-bulb-off.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.light-bulb-on.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.menu.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.minus-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.minus.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.nq-1.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-2.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-3.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.nq-4.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.plus.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.radiobutton-selected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.radiobutton-unselected.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.search-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.search.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.settings.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.show.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.star.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.tag.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.trash-open.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trash.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.trending-tiny.md +4 -5
- package/docs/API-reference/components/common/icons/x-components.trending.md +3 -4
- package/docs/API-reference/components/common/icons/x-components.user.md +3 -4
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +75 -0
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +161 -0
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +30 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +14 -15
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +14 -15
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +24 -24
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +9 -10
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +9 -10
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +11 -12
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +16 -13
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +13 -14
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +10 -11
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +10 -11
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +8 -9
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +9 -10
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +17 -24
- package/docs/API-reference/components/common/result/x-components.base-result-fallback-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +17 -17
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +13 -28
- package/docs/API-reference/components/common/result/x-components.base-result-placeholder-image.md +4 -5
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +47 -26
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +254 -0
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +63 -45
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +22 -21
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +52 -15
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +62 -0
- package/docs/API-reference/components/common/x-components.base-dropdown.md +80 -0
- package/docs/API-reference/components/common/x-components.base-event-button.md +50 -0
- package/docs/API-reference/components/common/x-components.base-grid.md +100 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +87 -0
- package/docs/API-reference/components/common/x-components.base-rating.md +48 -0
- package/docs/API-reference/components/common/x-components.base-switch.md +80 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +85 -0
- package/docs/API-reference/components/common/x-components.global-x-bus.md +50 -0
- package/docs/API-reference/components/common/x-components.items-list.md +23 -0
- package/docs/API-reference/components/common/x-components.location-provider.md +53 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +240 -0
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +36 -0
- package/docs/API-reference/components/device/x-components.device-detector.md +8 -9
- package/docs/API-reference/components/empathize/x-components.empathize.md +20 -18
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +50 -0
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +56 -0
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +51 -0
- package/docs/API-reference/components/facets/x-components.clear-filters.md +17 -18
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +81 -0
- package/docs/API-reference/components/facets/x-components.facets/facets.md +272 -0
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +19 -20
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +20 -25
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +153 -35
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +124 -25
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +14 -15
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +63 -24
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +15 -27
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +69 -0
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +20 -19
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +25 -25
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +86 -0
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +36 -33
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -19
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +79 -0
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +39 -15
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +96 -0
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +170 -49
- package/docs/API-reference/components/history-queries/x-components.history-query.md +84 -36
- package/docs/API-reference/components/history-queries/x-components.my-history.md +200 -0
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +13 -15
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +9 -10
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +40 -16
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +161 -0
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +143 -57
- package/docs/API-reference/components/next-queries/x-components.next-query.md +87 -31
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +67 -25
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +117 -54
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +14 -15
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +27 -26
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +66 -30
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +33 -37
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +44 -42
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +83 -0
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +174 -0
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +65 -0
- package/docs/API-reference/components/scroll/x-components.scroll.md +160 -0
- package/docs/API-reference/components/scroll/x-components.window-scroll.md +155 -0
- package/docs/API-reference/components/search/x-components.banner.md +8 -9
- package/docs/API-reference/components/search/x-components.banners-list.md +25 -29
- package/docs/API-reference/components/search/x-components.partial-query-button.md +11 -12
- package/docs/API-reference/components/search/x-components.partial-results-list.md +12 -13
- package/docs/API-reference/components/search/x-components.promoted.md +7 -8
- package/docs/API-reference/components/search/x-components.promoteds-list.md +29 -30
- package/docs/API-reference/components/search/x-components.redirection.md +98 -0
- package/docs/API-reference/components/search/x-components.results-list.md +25 -27
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +16 -18
- package/docs/API-reference/components/search/x-components.sort-list.md +12 -14
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +11 -12
- package/docs/API-reference/components/search/x-components.spellcheck.md +13 -14
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +31 -32
- package/docs/API-reference/components/search-box/x-components.search-button.md +44 -27
- package/docs/API-reference/components/search-box/x-components.search-input.md +25 -26
- package/docs/API-reference/components/tagging/x-components.tagging.md +112 -0
- package/docs/API-reference/components/url/x-components.url-handler.md +82 -0
- package/docs/build-search-ui/README.md +127 -0
- package/docs/build-search-ui/web-archetype-development-guide.md +186 -0
- package/docs/build-search-ui/web-archetype-integration-guide.md +307 -0
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +164 -0
- package/docs/build-search-ui/web-x-architecture.md +85 -0
- package/docs/build-search-ui/web-x-components-development-guide.md +171 -0
- package/docs/functional-doc/web-local-storage.md +22 -0
- package/empathize/index.js +3 -3
- package/extra-params/index.d.ts +1 -0
- package/extra-params/index.js +7 -0
- package/facets/index.js +31 -24
- package/history-queries/index.js +9 -7
- package/identifier-results/index.js +6 -5
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +18 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +7 -0
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js +18 -0
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js +7 -0
- package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js +18 -0
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js +7 -0
- package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +1 -0
- package/js/components/animations/animate-width.vue.js +13 -13
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js +18 -0
- package/js/components/animations/animate-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/animations.mixin.js +6 -6
- package/js/components/animations/animations.mixin.js.map +1 -1
- package/js/components/animations/collapse-height.vue.js +15 -15
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js +22 -0
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/collapse-width.vue.js +15 -15
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js +22 -0
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/create-directional-animation-factory.js +26 -0
- package/js/components/animations/create-directional-animation-factory.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.vue.js +19 -0
- package/js/components/animations/cross-fade.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/fade-and-slide.vue.js +14 -14
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggered-fade-and-slide.vue.js +14 -14
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js +22 -0
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue.js +42 -0
- package/js/components/animations/staggering-transition-group.vue.js.map +1 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js +319 -0
- package/js/components/animations/staggering-transition-group.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/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.vue.js +34 -0
- package/js/components/auto-progress-bar.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-dropdown.vue.js +71 -48
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js +328 -0
- package/js/components/base-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-event-button.vue.js +10 -10
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js +30 -0
- package/js/components/base-event-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-grid.vue.js +22 -21
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js +95 -0
- package/js/components/base-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-keyboard-navigation.vue.js +16 -16
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js +110 -0
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-rating.vue.js +31 -27
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js +50 -0
- package/js/components/base-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-switch.vue.js +59 -0
- package/js/components/base-switch.vue.js.map +1 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js +47 -0
- package/js/components/base-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +15 -15
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js +55 -0
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +20 -20
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js +42 -0
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/base-column-picker-list.vue.js +21 -21
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/column-picker/column-picker.mixin.js +46 -53
- package/js/components/column-picker/column-picker.mixin.js.map +1 -1
- package/js/components/currency/base-currency.vue.js +13 -13
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +82 -0
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/decorators/bus.decorators.js +30 -41
- package/js/components/decorators/bus.decorators.js.map +1 -1
- package/js/components/decorators/debounce.decorators.js +16 -12
- package/js/components/decorators/debounce.decorators.js.map +1 -1
- package/js/components/decorators/injection.consts.js +3 -3
- package/js/components/decorators/injection.consts.js.map +1 -1
- package/js/components/decorators/injection.decorators.js +22 -26
- package/js/components/decorators/injection.decorators.js.map +1 -1
- package/js/components/decorators/store.decorators.js +11 -13
- package/js/components/decorators/store.decorators.js.map +1 -1
- package/js/components/filters/labels/base-price-filter-label.vue.js +9 -9
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js +73 -0
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/filters/labels/base-rating-filter-label.vue.js +18 -18
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/global-x-bus.vue.js +39 -0
- package/js/components/global-x-bus.vue.js.map +1 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +63 -0
- package/js/components/icons/arrow-down.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue.js +63 -0
- package/js/components/icons/arrow-left.vue.js.map +1 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue.js +63 -0
- package/js/components/icons/arrow-right.vue.js.map +1 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue.js +63 -0
- package/js/components/icons/arrow-up.vue.js.map +1 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/arrow-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bag.vue.js +18 -20
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/bar-code.vue.js +16 -17
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/bar-code.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/barcode-tiny.vue.js +16 -17
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cart.vue.js +20 -21
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check-tiny.vue.js +14 -14
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/check.vue.js +14 -14
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-card-selected.vue.js +15 -15
- package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-card-unselected.vue.js +15 -15
- package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-selected.vue.js +15 -15
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/checkbox-unselected.vue.js +16 -14
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-down.vue.js +16 -16
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-left.vue.js +16 -16
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-right.vue.js +14 -14
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-down.vue.js +16 -16
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-left.vue.js +16 -16
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-right.vue.js +16 -16
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-tiny-up.vue.js +16 -16
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/chevron-up.vue.js +16 -16
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross-tiny.vue.js +14 -14
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/cross.vue.js +14 -14
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/cross.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue.js +62 -0
- package/js/components/icons/curated-check.vue.js.map +1 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/curated-check.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/filters.vue.js +20 -23
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-1-col.vue.js +13 -22
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-col.vue.js +18 -18
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue.js +67 -0
- package/js/components/icons/grid-2-rows.vue.js.map +1 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-2-rows.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue.js +58 -0
- package/js/components/icons/grid-4-col.vue.js.map +1 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/grid-4-col.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/hide.vue.js +20 -23
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/hide.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history-tiny.vue.js +19 -20
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/history.vue.js +19 -20
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue.js +72 -0
- package/js/components/icons/light-bulb-off.vue.js.map +1 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-off.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue.js +71 -0
- package/js/components/icons/light-bulb-on.vue.js.map +1 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/light-bulb-on.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/menu.vue.js +16 -16
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/menu.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus-tiny.vue.js +14 -14
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/minus.vue.js +14 -14
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/minus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-1.vue.js +14 -14
- package/js/components/icons/nq-1.vue.js.map +1 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-1.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-2.vue.js +14 -14
- package/js/components/icons/nq-2.vue.js.map +1 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-2.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-3.vue.js +16 -16
- package/js/components/icons/nq-3.vue.js.map +1 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-3.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/nq-4.vue.js +19 -20
- package/js/components/icons/nq-4.vue.js.map +1 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/nq-4.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/plus.vue.js +14 -14
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/plus.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/radiobutton-selected.vue.js +64 -0
- package/js/components/icons/radiobutton-selected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-selected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue.js +64 -0
- package/js/components/icons/radiobutton-unselected.vue.js.map +1 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/radiobutton-unselected.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search-tiny.vue.js +16 -17
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/search.vue.js +16 -16
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/settings.vue.js +69 -0
- package/js/components/icons/settings.vue.js.map +1 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/settings.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/show.vue.js +17 -18
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/show.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/star.vue.js +16 -17
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/star.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/tag.vue.js +60 -0
- package/js/components/icons/tag.vue.js.map +1 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash-open.vue.js +22 -23
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trash.vue.js +18 -19
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trash.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending-tiny.vue.js +18 -18
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/trending.vue.js +18 -18
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/trending.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/icons/user.vue.js +16 -17
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/icons/user.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/items-list-injection.mixin.js +37 -0
- package/js/components/items-list-injection.mixin.js.map +1 -0
- package/js/components/items-list.vue.js +78 -0
- package/js/components/items-list.vue.js.map +1 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/components/items-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +246 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/layouts/fixed-header-and-asides-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/layouts.mixin.js +35 -0
- package/js/components/layouts/layouts.mixin.js.map +1 -0
- package/js/components/layouts/multi-column-max-width-layout.vue.js +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.vue.js +28 -0
- package/js/components/layouts/multi-column-max-width-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue.js +250 -0
- package/js/components/layouts/single-column-layout.vue.js.map +1 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js +29 -0
- package/js/components/layouts/single-column-layout.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/location-provider.vue.js +39 -0
- package/js/components/location-provider.vue.js.map +1 -0
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js +23 -0
- package/js/components/location-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +11 -11
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal-open.vue.js +11 -11
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-events-modal.vue.js +12 -12
- package/js/components/modals/base-events-modal.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js +94 -0
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-close.vue.js +11 -11
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal-open.vue.js +11 -11
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js +28 -0
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-id-modal.vue.js +12 -12
- package/js/components/modals/base-id-modal.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js +83 -0
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/modals/base-modal.vue.js +56 -35
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js +124 -0
- package/js/components/modals/base-modal.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/no-element.js +3 -4
- package/js/components/no-element.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +17 -17
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js +55 -0
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel-button.vue.js +11 -11
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js +61 -0
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-id-toggle-panel.vue.js +10 -10
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js +78 -0
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/panels/base-toggle-panel.vue.js +12 -12
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js +25 -0
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-add-to-cart.vue.js +17 -14
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-current-price.vue.js +15 -19
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-fallback-image.vue.js +16 -17
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-image.vue.js +53 -42
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js +132 -0
- package/js/components/result/base-result-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-link.vue.js +18 -18
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/components/result/base-result-link.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-placeholder-image.vue.js +16 -17
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js +4 -0
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-previous-price.vue.js +15 -16
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +27 -0
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue.js +102 -0
- package/js/components/result/base-result-rating.vue.js.map +1 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/components/result/base-result-rating.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/base-scroll.vue.js +14 -14
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js +20 -0
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/scroll/scroll.mixin.js +192 -147
- package/js/components/scroll/scroll.mixin.js.map +1 -1
- package/js/components/sliding-panel.vue.js +27 -25
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js +158 -0
- package/js/components/sliding-panel.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue.js +47 -0
- package/js/components/snippet-callbacks.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js +51 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +16 -16
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js +141 -0
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/suggestions/base-suggestions.vue.js +19 -19
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js +72 -0
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/components/x-component.mixin.js +1 -4
- package/js/components/x-component.mixin.js.map +1 -1
- package/js/components/x-component.utils.js +3 -20
- package/js/components/x-component.utils.js.map +1 -1
- package/js/directives/infinite-scroll/infinite-scroll.js +16 -20
- package/js/directives/infinite-scroll/infinite-scroll.js.map +1 -1
- package/js/filters/compile-message.filter.js +1 -4
- package/js/filters/compile-message.filter.js.map +1 -1
- package/js/filters/filters.registry.js +1 -1
- package/js/filters/filters.registry.js.map +1 -1
- package/js/index.js +195 -135
- package/js/index.js.map +1 -1
- package/js/plugins/x-bus.js +16 -19
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +150 -0
- package/js/plugins/x-emitters.js.map +1 -0
- package/js/plugins/x-plugin.alias.js +60 -51
- package/js/plugins/x-plugin.alias.js.map +1 -1
- package/js/plugins/x-plugin.js +146 -228
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.mixin.js +36 -14
- package/js/plugins/x-plugin.mixin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +1 -1
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +72 -78
- package/js/services/directional-focus-navigation.service.js.map +1 -1
- package/js/store/utils/fetch-and-save-action.utils.js +77 -0
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -0
- package/js/store/utils/getters-proxy.utils.js +100 -0
- package/js/store/utils/getters-proxy.utils.js.map +1 -0
- package/js/store/utils/query.utils.js +37 -0
- package/js/store/utils/query.utils.js.map +1 -0
- package/js/store/utils/status-store.utils.js +13 -0
- package/js/store/utils/status-store.utils.js.map +1 -0
- package/js/store/utils/store-emitters.utils.js +14 -0
- package/js/store/utils/store-emitters.utils.js.map +1 -0
- package/js/store/x.module.js +11 -10
- package/js/store/x.module.js.map +1 -1
- package/js/utils/array.js +47 -60
- package/js/utils/array.js.map +1 -1
- package/js/utils/cancellable-promise.js +6 -6
- package/js/utils/cancellable-promise.js.map +1 -1
- package/js/utils/currency-formatter.js +30 -46
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js +9 -14
- package/js/utils/debounce.js.map +1 -1
- package/js/utils/filters.js +23 -45
- package/js/utils/filters.js.map +1 -1
- package/js/utils/get-url-parameters.js +3 -3
- package/js/utils/get-url-parameters.js.map +1 -1
- package/js/utils/normalize.js +4 -5
- package/js/utils/normalize.js.map +1 -1
- package/js/utils/number.js +1 -2
- package/js/utils/number.js.map +1 -1
- package/js/utils/origin.js +21 -0
- package/js/utils/origin.js.map +1 -0
- package/js/utils/sanitize.js +3 -3
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js +3 -3
- package/js/utils/storage.js.map +1 -1
- package/js/utils/string.js +16 -1
- package/js/utils/string.js.map +1 -1
- package/js/utils/throttle.js +6 -10
- package/js/utils/throttle.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js +11 -14
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js +2 -8
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +54 -0
- package/js/wiring/wires-operators.utils.js.map +1 -0
- package/js/wiring/wires.factory.js +44 -20
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +40 -35
- package/js/wiring/wires.operators.js.map +1 -1
- package/js/wiring/wiring.utils.js +1 -1
- package/js/wiring/wiring.utils.js.map +1 -1
- package/js/x-installer/api/base-api.js +45 -17
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +96 -124
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js +11 -11
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js +122 -0
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/device/store/emitters.js +2 -3
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/device/store/module.js +4 -4
- package/js/x-modules/device/store/module.js.map +1 -1
- package/js/x-modules/device/wiring.js +5 -5
- package/js/x-modules/device/wiring.js.map +1 -1
- package/js/x-modules/device/x-module.js +2 -2
- package/js/x-modules/device/x-module.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +14 -14
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js +105 -0
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/empathize/store/emitters.js +2 -3
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +4 -4
- package/js/x-modules/empathize/store/module.js.map +1 -1
- package/js/x-modules/empathize/wiring.js +6 -6
- package/js/x-modules/empathize/wiring.js.map +1 -1
- package/js/x-modules/empathize/x-module.js +2 -2
- package/js/x-modules/empathize/x-module.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +39 -0
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js +158 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +56 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js +171 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +47 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js +75 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/extra-params/store/emitters.js +14 -0
- package/js/x-modules/extra-params/store/emitters.js.map +1 -0
- package/js/x-modules/extra-params/store/module.js +20 -0
- package/js/x-modules/extra-params/store/module.js.map +1 -0
- package/js/x-modules/extra-params/wiring.js +36 -0
- package/js/x-modules/extra-params/wiring.js.map +1 -0
- package/js/x-modules/extra-params/x-module.js +19 -0
- package/js/x-modules/extra-params/x-module.js.map +1 -0
- package/js/x-modules/facets/components/clear-filters.vue.js +25 -17
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js +170 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue.js +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.vue.js +214 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue.js +104 -0
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js +109 -0
- package/js/x-modules/facets/components/facets/facets.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/facets.mixin.js +67 -0
- package/js/x-modules/facets/components/facets.mixin.js.map +1 -0
- package/js/x-modules/facets/components/filters/all-filter.vue.js +14 -14
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js +187 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +45 -35
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js +193 -0
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +43 -42
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js +234 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +59 -18
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js +171 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js +9 -9
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js +207 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +23 -23
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js +171 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +9 -9
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js +163 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js +60 -33
- package/js/x-modules/facets/components/lists/filters-injection.mixin.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +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.vue.js +176 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/filters-search.vue.js +25 -21
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js +207 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +29 -27
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js +52 -0
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +63 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js +149 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +33 -25
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js +204 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js +39 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js +165 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js +39 -0
- package/js/x-modules/facets/components/preselected-filters.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js +20 -0
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -0
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js +130 -0
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +91 -0
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js +35 -0
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js +36 -0
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js +35 -0
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -0
- package/js/x-modules/facets/entities/single-select.modifier.js +88 -0
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -0
- package/js/x-modules/facets/entities/types.js +30 -0
- package/js/x-modules/facets/entities/types.js.map +1 -0
- package/js/x-modules/facets/service/facets.service.js +212 -0
- package/js/x-modules/facets/service/facets.service.js.map +1 -0
- package/js/x-modules/facets/store/emitters.js +4 -9
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +10 -5
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +16 -26
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +4 -28
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +29 -47
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +6 -52
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +57 -92
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/facets/x-module.js +2 -2
- package/js/x-modules/facets/x-module.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +14 -14
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js +62 -0
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js +50 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js +37 -0
- package/js/x-modules/history-queries/components/history-queries-switch.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-queries.vue.js +29 -28
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/history-query.vue.js +23 -23
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js +45 -0
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue.js +196 -0
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js +117 -0
- package/js/x-modules/history-queries/components/my-history.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +11 -11
- package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js +41 -0
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +30 -38
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js +2 -4
- package/js/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js +2 -4
- package/js/x-modules/history-queries/store/actions/refresh-session.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js +2 -3
- package/js/x-modules/history-queries/store/actions/remove-query-from-history.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js +7 -6
- package/js/x-modules/history-queries/store/actions/set-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +13 -0
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -0
- package/js/x-modules/history-queries/store/constants.js +4 -3
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +5 -6
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +11 -15
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js +1 -4
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +2 -3
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js +1 -1
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/module.js +26 -17
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +50 -26
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/history-queries/x-module.js +2 -2
- package/js/x-modules/history-queries/x-module.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +11 -11
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js +46 -0
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +13 -13
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js +58 -0
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +11 -11
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js +4 -9
- package/js/x-modules/identifier-results/store/actions/fetch-identifier-results.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js +17 -0
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/identifier-results/store/actions/save-query.action.js +5 -2
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +8 -5
- package/js/x-modules/identifier-results/store/emitters.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js +1 -2
- package/js/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js +6 -7
- package/js/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js +3 -4
- package/js/x-modules/identifier-results/store/getters/identifier-results-request.getter.js.map +1 -1
- package/js/x-modules/identifier-results/store/module.js +28 -19
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +43 -20
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/x-module.js +2 -2
- package/js/x-modules/identifier-results/x-module.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +79 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js +85 -0
- package/js/x-modules/next-queries/components/next-queries-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-queries.vue.js +38 -26
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js +42 -0
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/components/next-query.vue.js +24 -18
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +8 -10
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +5 -8
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +1 -2
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/next-queries/store/emitters.js +6 -7
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +3 -7
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/request.getter.js +4 -4
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +23 -18
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +30 -18
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js +2 -2
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +18 -17
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js +40 -0
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +25 -24
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js +38 -0
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +8 -10
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js +5 -9
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +3 -3
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +3 -7
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/request.getter.js +3 -3
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +18 -14
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +20 -11
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js +2 -2
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +19 -18
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +25 -24
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js +37 -0
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +8 -10
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js +5 -9
- package/js/x-modules/query-suggestions/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/query-suggestions/store/emitters.js +4 -5
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +1 -4
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +10 -14
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/request.getter.js +4 -4
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +22 -17
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +41 -20
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/x-module.js +2 -2
- package/js/x-modules/query-suggestions/x-module.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +21 -21
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js +65 -0
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +8 -10
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js +4 -10
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/constants.js +1 -1
- package/js/x-modules/recommendations/store/constants.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +3 -4
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +3 -3
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +16 -12
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +24 -9
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js +2 -2
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +23 -18
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js +92 -0
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/related-tags/components/related-tags.vue.js +38 -27
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +8 -10
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js +4 -9
- package/js/x-modules/related-tags/store/actions/fetch-related-tags.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js +31 -0
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +4 -7
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js.map +1 -1
- package/js/x-modules/related-tags/store/emitters.js +9 -6
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +18 -0
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +1 -6
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js +6 -5
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +25 -18
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +41 -20
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/related-tags/x-module.js +2 -2
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +52 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js +191 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js +50 -0
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js +205 -0
- package/js/x-modules/scroll/components/main-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +67 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js +219 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.const.js +15 -0
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.vue.js +69 -0
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js +98 -0
- package/js/x-modules/scroll/components/scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js +39 -0
- package/js/x-modules/scroll/components/window-scroll.vue.js.map +1 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js +194 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/scroll/store/emitters.js +12 -0
- package/js/x-modules/scroll/store/emitters.js.map +1 -0
- package/js/x-modules/scroll/store/module.js +35 -0
- package/js/x-modules/scroll/store/module.js.map +1 -0
- package/js/x-modules/scroll/wiring.js +96 -0
- package/js/x-modules/scroll/wiring.js.map +1 -0
- package/js/x-modules/scroll/x-module.js +19 -0
- package/js/x-modules/scroll/x-module.js.map +1 -0
- package/js/x-modules/search/components/banner.vue.js +18 -17
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js +36 -0
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/banners-list.vue.js +22 -24
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js +57 -0
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-query-button.vue.js +15 -14
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js +48 -0
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/partial-results-list.vue.js +16 -16
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js +43 -0
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/promoted.vue.js +18 -17
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js +35 -0
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/promoteds-list.vue.js +22 -24
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js +57 -0
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/redirection.vue.js +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.vue.js +101 -0
- package/js/x-modules/search/components/redirection.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/results-list.vue.js +22 -24
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js +52 -0
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-dropdown.vue.js +22 -22
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js +44 -0
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort-list.vue.js +20 -20
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js +169 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/sort.mixin.js +72 -64
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js +15 -14
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js +49 -0
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/components/spellcheck.vue.js +13 -13
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js +152 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +31 -27
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-search-response.action.js +5 -5
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +3 -4
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-state.action.js +31 -0
- package/js/x-modules/search/store/actions/reset-state.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-origin.action.js +17 -0
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/search/store/actions/save-search-response.action.js +32 -0
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js +18 -0
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search/store/emitters.js +24 -7
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +18 -0
- package/js/x-modules/search/store/getters/query.getter.js.map +1 -0
- package/js/x-modules/search/store/getters/request.getter.js +9 -10
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +60 -32
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +72 -42
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search/x-module.js +2 -2
- package/js/x-modules/search/x-module.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +14 -14
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js +53 -0
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-button.vue.js +15 -14
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js +62 -0
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/components/search-input.vue.js +22 -20
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js +188 -0
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +15 -0
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/search-box/store/emitters.js +4 -5
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +11 -8
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +24 -9
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/search-box/x-module.js +2 -2
- package/js/x-modules/search-box/x-module.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +39 -0
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js +89 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js +151 -0
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +1 -0
- package/js/x-modules/tagging/store/actions/track.action.js +43 -0
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -0
- package/js/x-modules/tagging/store/emitters.js +9 -3
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +27 -6
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +158 -2
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/tagging/x-module.js +3 -3
- package/js/x-modules/tagging/x-module.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js +50 -0
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js +446 -0
- package/js/x-modules/url/components/url-handler.vue_rollup-plugin-vue_script.vue.js.map +1 -0
- package/js/x-modules/url/store/emitters.js +53 -0
- package/js/x-modules/url/store/emitters.js.map +1 -0
- package/js/x-modules/url/store/getters/url-params.getter.js +42 -0
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -0
- package/js/x-modules/url/store/initial-state.js +17 -0
- package/js/x-modules/url/store/initial-state.js.map +1 -0
- package/js/x-modules/url/store/module.js +45 -0
- package/js/x-modules/url/store/module.js.map +1 -0
- package/js/x-modules/url/store/mutations/set-params.mutation.js +21 -0
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -0
- package/js/x-modules/url/wiring.js +97 -0
- package/js/x-modules/url/wiring.js.map +1 -0
- package/js/x-modules/url/x-module.js +19 -0
- package/js/x-modules/url/x-module.js.map +1 -0
- package/next-queries/index.js +7 -7
- package/package.json +45 -69
- package/popular-searches/index.js +7 -7
- package/query-suggestions/index.js +6 -6
- package/recommendations/index.js +4 -4
- package/related-tags/index.js +6 -5
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +5787 -0
- package/report/x-components.api.json +21105 -10839
- package/report/x-components.api.md +1832 -771
- package/report/x-types.api.json +3170 -847
- package/scroll/index.d.ts +1 -0
- package/scroll/index.js +10 -0
- package/search/index.js +16 -10
- package/search-box/index.js +5 -5
- package/tagging/index.js +5 -2
- package/types/adapter/e2e-adapter.d.ts +29 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +14 -0
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +14 -0
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +14 -0
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -0
- package/types/components/animations/create-directional-animation-factory.d.ts +13 -0
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -0
- package/types/components/animations/cross-fade.vue.d.ts +10 -0
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
- package/types/components/animations/index.d.ts +6 -1
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/{staggering-transition-group.vue.d.ts → animations/staggering-transition-group.vue.d.ts} +0 -0
- package/types/components/animations/staggering-transition-group.vue.d.ts.map +1 -0
- package/types/components/auto-progress-bar.vue.d.ts +29 -0
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -0
- package/types/components/base-dropdown.vue.d.ts +2 -1
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +19 -10
- package/types/components/base-grid.vue.d.ts.map +1 -1
- package/types/components/base-switch.vue.d.ts +32 -0
- package/types/components/base-switch.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +2 -2
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
- package/types/components/currency/base-currency.vue.d.ts +32 -22
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/decorators/bus.decorators.d.ts.map +1 -1
- package/types/components/decorators/debounce.decorators.d.ts +4 -1
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
- package/types/components/decorators/injection.consts.d.ts +3 -3
- package/types/components/decorators/injection.consts.d.ts.map +1 -1
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +0 -1
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +2 -2
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
- package/types/components/global-x-bus.vue.d.ts +25 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-down.vue.d.ts +3 -0
- package/types/components/icons/arrow-down.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-left.vue.d.ts +3 -0
- package/types/components/icons/arrow-left.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-right.vue.d.ts +3 -0
- package/types/components/icons/arrow-right.vue.d.ts.map +1 -0
- package/types/components/icons/arrow-up.vue.d.ts +3 -0
- package/types/components/icons/arrow-up.vue.d.ts.map +1 -0
- package/types/components/icons/curated-check.vue.d.ts +3 -0
- package/types/components/icons/curated-check.vue.d.ts.map +1 -0
- package/types/components/icons/grid-1-col.vue.d.ts.map +1 -1
- package/types/components/icons/grid-2-rows.vue.d.ts +3 -0
- package/types/components/icons/grid-2-rows.vue.d.ts.map +1 -0
- package/types/components/icons/grid-4-col.vue.d.ts +3 -0
- package/types/components/icons/grid-4-col.vue.d.ts.map +1 -0
- package/types/components/icons/index.d.ts +13 -1
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/icons/light-bulb-off.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-off.vue.d.ts.map +1 -0
- package/types/components/icons/light-bulb-on.vue.d.ts +3 -0
- package/types/components/icons/light-bulb-on.vue.d.ts.map +1 -0
- package/types/components/icons/radiobutton-selected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-selected.vue.d.ts.map +1 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts +3 -0
- package/types/components/icons/radiobutton-unselected.vue.d.ts.map +1 -0
- package/types/components/icons/settings.vue.d.ts +3 -0
- package/types/components/icons/settings.vue.d.ts.map +1 -0
- package/types/components/icons/tag.vue.d.ts +3 -0
- package/types/components/icons/tag.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +10 -4
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list-injection.mixin.d.ts +35 -0
- package/types/components/items-list-injection.mixin.d.ts.map +1 -0
- package/types/components/items-list.vue.d.ts +34 -0
- package/types/components/items-list.vue.d.ts.map +1 -0
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +17 -0
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/index.d.ts +4 -0
- package/types/components/layouts/index.d.ts.map +1 -0
- package/types/components/layouts/layouts.mixin.d.ts +24 -0
- package/types/components/layouts/layouts.mixin.d.ts.map +1 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +18 -0
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -0
- package/types/components/layouts/single-column-layout.vue.d.ts +18 -0
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -0
- package/types/components/location-provider.vue.d.ts +17 -0
- package/types/components/location-provider.vue.d.ts.map +1 -0
- package/types/components/modals/base-events-modal-close.vue.d.ts +2 -2
- package/types/components/modals/base-events-modal-open.vue.d.ts +2 -2
- package/types/components/modals/base-events-modal.vue.d.ts +1 -1
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-modal.vue.d.ts +2 -1
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-current-price.vue.d.ts +1 -10
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +7 -0
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-link.vue.d.ts +9 -26
- package/types/components/result/base-result-link.vue.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +1 -11
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-rating.vue.d.ts +29 -0
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/components/result/index.d.ts +1 -0
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/scroll/base-scroll.vue.d.ts +0 -28
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
- package/types/components/scroll/index.d.ts +0 -3
- package/types/components/scroll/index.d.ts.map +1 -1
- package/types/components/scroll/scroll.mixin.d.ts +82 -30
- package/types/components/scroll/scroll.mixin.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +41 -18
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +27 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
- package/types/components/suggestions/base-suggestion.vue.d.ts +30 -3
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +14 -0
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
- package/types/components/x-component.mixin.d.ts.map +1 -1
- package/types/components/x-component.utils.d.ts +2 -17
- package/types/components/x-component.utils.d.ts.map +1 -1
- package/types/filters/compile-message.filter.d.ts +1 -1
- package/types/filters/compile-message.filter.d.ts.map +1 -1
- package/types/index.d.ts +3 -2
- package/types/index.d.ts.map +1 -1
- package/types/plugins/x-emitters.d.ts +26 -0
- package/types/plugins/x-emitters.d.ts.map +1 -0
- package/types/plugins/x-plugin.alias.d.ts +4 -6
- package/types/plugins/x-plugin.alias.d.ts.map +1 -1
- package/types/plugins/x-plugin.d.ts +50 -69
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.mixin.d.ts +25 -7
- package/types/plugins/x-plugin.mixin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +69 -38
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/router.d.ts.map +1 -1
- package/types/store/actions.types.d.ts +2 -1
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +1 -1
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/index.d.ts +3 -2
- package/types/store/index.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +1 -1
- package/types/store/mutations.types.d.ts.map +1 -1
- package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -0
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
- package/types/store/utils/getters-proxy.utils.d.ts +41 -0
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -0
- package/types/store/utils/query.utils.d.ts +56 -0
- package/types/store/utils/query.utils.d.ts.map +1 -0
- package/types/store/utils/status-store.utils.d.ts +41 -0
- package/types/store/utils/status-store.utils.d.ts.map +1 -0
- package/types/store/utils/store-emitters.utils.d.ts +82 -0
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -0
- package/types/store/x.module.d.ts.map +1 -1
- package/types/types/index.d.ts +2 -1
- package/types/types/index.d.ts.map +1 -1
- package/types/types/origin.d.ts +46 -0
- package/types/types/origin.d.ts.map +1 -0
- package/types/types/url-params.d.ts +15 -0
- package/types/types/url-params.d.ts.map +1 -0
- package/types/utils/array.d.ts +30 -18
- package/types/utils/array.d.ts.map +1 -1
- package/types/utils/currency-formatter.d.ts +6 -7
- package/types/utils/currency-formatter.d.ts.map +1 -1
- package/types/utils/filters.d.ts +14 -17
- package/types/utils/filters.d.ts.map +1 -1
- package/types/utils/index.d.ts +1 -1
- package/types/utils/origin.d.ts +15 -0
- package/types/utils/origin.d.ts.map +1 -0
- package/types/utils/storage.d.ts +1 -7
- package/types/utils/storage.d.ts.map +1 -1
- package/types/utils/string.d.ts +13 -0
- package/types/utils/string.d.ts.map +1 -1
- package/types/utils/types.d.ts +37 -29
- package/types/utils/types.d.ts.map +1 -1
- package/types/views/base-config.d.ts.map +1 -1
- package/types/views/home/types.d.ts +16 -0
- package/types/views/home/types.d.ts.map +1 -0
- package/types/wiring/events.types.d.ts +79 -73
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.operators.d.ts +2 -3
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
- package/types/wiring/namespaced-wiring.types.d.ts +22 -13
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
- package/types/wiring/wires-operators.utils.d.ts +36 -0
- package/types/wiring/wires-operators.utils.d.ts.map +1 -0
- package/types/wiring/wires.factory.d.ts +25 -8
- package/types/wiring/wires.factory.d.ts.map +1 -1
- package/types/wiring/wires.operators.d.ts +17 -8
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +72 -9
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +47 -2
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +31 -2
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +15 -0
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +37 -34
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +30 -0
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/index.d.ts +4 -0
- package/types/x-modules/extra-params/components/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +39 -0
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +48 -0
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
- package/types/x-modules/extra-params/events.types.d.ts +30 -0
- package/types/x-modules/extra-params/events.types.d.ts.map +1 -0
- package/types/x-modules/extra-params/index.d.ts +6 -0
- package/types/x-modules/extra-params/index.d.ts.map +1 -0
- package/types/x-modules/extra-params/store/emitters.d.ts +9 -0
- package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -0
- package/types/x-modules/{facets-next → extra-params}/store/index.d.ts +0 -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 +4 -51
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +67 -0
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +98 -0
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts +60 -0
- package/types/x-modules/facets/components/facets.mixin.d.ts.map +1 -0
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +4 -3
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +2 -0
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +26 -6
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +9 -4
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +9 -4
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/index.d.ts +12 -10
- package/types/x-modules/facets/components/index.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts +29 -1
- package/types/x-modules/facets/components/lists/filters-injection.mixin.d.ts.map +1 -1
- 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 +1 -0
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +23 -17
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +15 -0
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +21 -0
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts +32 -0
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -0
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +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 +26 -42
- package/types/x-modules/facets/events.types.d.ts.map +1 -1
- package/types/x-modules/facets/index.d.ts +6 -4
- package/types/x-modules/facets/index.d.ts.map +1 -1
- package/types/x-modules/facets/service/facets.service.d.ts +129 -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 +79 -0
- package/types/x-modules/facets/service/types.d.ts.map +1 -0
- package/types/x-modules/facets/store/emitters.d.ts +2 -6
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +1 -2
- package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
- 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 +6 -4
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +3 -5
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/index.d.ts +1 -8
- package/types/x-modules/facets/store/index.d.ts.map +1 -1
- package/types/x-modules/facets/store/module.d.ts.map +1 -1
- package/types/x-modules/facets/store/types.d.ts +56 -127
- package/types/x-modules/facets/store/types.d.ts.map +1 -1
- package/types/x-modules/facets/utils.d.ts +0 -28
- package/types/x-modules/facets/utils.d.ts.map +1 -1
- package/types/x-modules/facets/wiring.d.ts +24 -102
- package/types/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +22 -0
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +1 -2
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/index.d.ts +2 -0
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +96 -0
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/x-modules/history-queries/events.types.d.ts +27 -7
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts +1 -0
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +27 -2
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +22 -1
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +22 -0
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/events.types.d.ts +5 -6
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +2 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +2 -1
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/index.d.ts +5 -0
- package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +5 -2
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +1 -3
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +51 -22
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +23 -3
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/index.d.ts +1 -0
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +66 -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 +13 -3
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +14 -0
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/events.types.d.ts +5 -6
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/index.d.ts +0 -1
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +2 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +2 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/next-queries/store/emitters.d.ts +2 -3
- package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +27 -9
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/types.d.ts +12 -0
- package/types/x-modules/next-queries/types.d.ts.map +1 -0
- package/types/x-modules/next-queries/wiring.d.ts +14 -2
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +7 -3
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/events.types.d.ts +5 -6
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +3 -3
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +1 -1
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +15 -7
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +10 -1
- package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +6 -0
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +6 -7
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +2 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +2 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/query-suggestions/store/emitters.d.ts +1 -1
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +29 -14
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +15 -3
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +15 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +5 -6
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +2 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +2 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +1 -1
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +14 -6
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +10 -1
- package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +24 -5
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +6 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/events.types.d.ts +7 -8
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +2 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +2 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/emitters.d.ts +5 -2
- package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +1 -0
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +30 -18
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +23 -2
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/scroll/components/index.d.ts +8 -0
- package/types/x-modules/scroll/components/index.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +65 -0
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +130 -0
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +80 -0
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts +15 -0
- package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts +20 -0
- package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts +67 -0
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts +47 -0
- package/types/x-modules/scroll/components/window-scroll.vue.d.ts.map +1 -0
- package/types/x-modules/scroll/events.types.d.ts +53 -0
- package/types/x-modules/scroll/events.types.d.ts.map +1 -0
- package/types/x-modules/scroll/index.d.ts +6 -0
- package/types/x-modules/scroll/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/emitters.d.ts +7 -0
- package/types/x-modules/scroll/store/emitters.d.ts.map +1 -0
- package/types/x-modules/scroll/store/index.d.ts +4 -0
- package/types/x-modules/scroll/store/index.d.ts.map +1 -0
- package/types/x-modules/scroll/store/module.d.ts +8 -0
- package/types/x-modules/scroll/store/module.d.ts.map +1 -0
- package/types/x-modules/scroll/store/types.d.ts +98 -0
- package/types/x-modules/scroll/store/types.d.ts.map +1 -0
- package/types/x-modules/scroll/wiring.d.ts +74 -0
- package/types/x-modules/scroll/wiring.d.ts.map +1 -0
- package/types/x-modules/scroll/x-module.d.ts +16 -0
- package/types/x-modules/scroll/x-module.d.ts.map +1 -0
- package/types/x-modules/search/components/banner.vue.d.ts +6 -0
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts +10 -10
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/index.d.ts +1 -1
- package/types/x-modules/search/components/index.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +9 -4
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +6 -0
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +10 -10
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts +72 -0
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -0
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort.mixin.d.ts +3 -11
- package/types/x-modules/search/components/sort.mixin.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +9 -4
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +51 -12
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/index.d.ts +1 -0
- package/types/x-modules/search/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +2 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +2 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/index.d.ts +8 -0
- package/types/x-modules/search/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/reset-state.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/reset-state.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-origin.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts +12 -0
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts +13 -0
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/search/store/emitters.d.ts +15 -2
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/index.d.ts +3 -0
- package/types/x-modules/search/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts +2 -0
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +2 -3
- package/types/x-modules/search/store/index.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +78 -13
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +22 -0
- package/types/x-modules/search/types.d.ts.map +1 -0
- package/types/x-modules/search/wiring.d.ts +58 -36
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts +14 -2
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input.vue.d.ts +9 -5
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +12 -0
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +10 -2
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +3 -0
- package/types/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/components/index.d.ts +2 -0
- package/types/x-modules/tagging/components/index.d.ts.map +1 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts +74 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
- package/types/x-modules/tagging/config.types.d.ts +18 -0
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +38 -0
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/index.d.ts +2 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/index.d.ts +3 -0
- package/types/x-modules/tagging/service/index.d.ts.map +1 -0
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts +82 -0
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/types.d.ts +30 -0
- package/types/x-modules/tagging/service/types.d.ts.map +1 -0
- package/types/x-modules/tagging/store/actions/index.d.ts +2 -0
- package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts +12 -0
- package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
- package/types/x-modules/tagging/store/emitters.d.ts +8 -1
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
- package/types/x-modules/tagging/store/index.d.ts +1 -0
- package/types/x-modules/tagging/store/index.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/store/types.d.ts +38 -0
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +73 -1
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/x-module.d.ts +2 -2
- package/types/x-modules/url/components/index.d.ts +2 -0
- package/types/x-modules/url/components/index.d.ts.map +1 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts +194 -0
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
- package/types/x-modules/url/events.types.d.ts +32 -0
- package/types/x-modules/url/events.types.d.ts.map +1 -0
- package/types/x-modules/url/index.d.ts +6 -0
- package/types/x-modules/url/index.d.ts.map +1 -0
- package/types/x-modules/url/store/emitters.d.ts +44 -0
- package/types/x-modules/url/store/emitters.d.ts.map +1 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +12 -0
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
- package/types/x-modules/url/store/index.d.ts +4 -0
- package/types/x-modules/url/store/index.d.ts.map +1 -0
- package/types/x-modules/url/store/initial-state.d.ts +9 -0
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -0
- package/types/x-modules/url/store/module.d.ts +8 -0
- package/types/x-modules/url/store/module.d.ts.map +1 -0
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
- package/types/x-modules/url/store/types.d.ts +109 -0
- package/types/x-modules/url/store/types.d.ts.map +1 -0
- package/types/x-modules/url/wiring.d.ts +86 -0
- package/types/x-modules/url/wiring.d.ts.map +1 -0
- package/types/x-modules/url/x-module.d.ts +16 -0
- package/types/x-modules/url/x-module.d.ts.map +1 -0
- package/types/x-modules/x-modules.types.d.ts +7 -5
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.d.ts +1 -0
- package/url/index.js +5 -0
- package/build-helpers/plugins/polyfills-wrapper.plugin.js +0 -36
- package/build-helpers/utils/polyfills.util.js +0 -68
- package/design-system/layout-default.css +0 -230
- package/design-system/list-border.css +0 -44
- package/docs/API-reference/api/x-adapter.ancestorbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.ancestorbinding.whenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.ancestorconstantbinding.toconstantwhenanyancestoris.md +0 -11
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.md +0 -21
- package/docs/API-reference/api/x-adapter.beacontrackingrequestor.request.md +0 -22
- package/docs/API-reference/api/x-adapter.beforerequest.md +0 -15
- package/docs/API-reference/api/x-adapter.beforerequestcontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.md +0 -24
- package/docs/API-reference/api/x-adapter.beforerequestcontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.beforerequestcontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.beforeresponsetransform.md +0 -15
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.beforeresponsetransformcontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.binding.md +0 -15
- package/docs/API-reference/api/x-adapter.bindingdictionary.md +0 -15
- package/docs/API-reference/api/x-adapter.bindings.md +0 -13
- package/docs/API-reference/api/x-adapter.cacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.cacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.md +0 -23
- package/docs/API-reference/api/x-adapter.cacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.cacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.classbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.productids.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.clicksrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.configchangedlistener.md +0 -13
- package/docs/API-reference/api/x-adapter.constantbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.containerconfigparser._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.containerconfigparser.md +0 -26
- package/docs/API-reference/api/x-adapter.containerconfigparser.parse.md +0 -15
- package/docs/API-reference/api/x-adapter.contextualbinding.md +0 -15
- package/docs/API-reference/api/x-adapter.deeppartial.md +0 -17
- package/docs/API-reference/api/x-adapter.default_cache_config.md +0 -18
- package/docs/API-reference/api/x-adapter.default_empathy_adapter_config.md +0 -13
- package/docs/API-reference/api/x-adapter.dependencies.md +0 -70
- package/docs/API-reference/api/x-adapter.dictionary.md +0 -13
- package/docs/API-reference/api/x-adapter.dynamicbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.dynamicbinding.todynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.configchangedlisteners.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.md +0 -51
- package/docs/API-reference/api/x-adapter.empathyadapter.notifyconfigchangedlisteners.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.requestors.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.adapterclass.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addclassrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addhook.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addmapper.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.addrequestmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.build.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.completepartialfacetsconfig.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.config.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurator.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.configurecontainer.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.container.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.createrequestmapperclass.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.defaultbindingsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.enablecache.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.initcontainerbindings.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.md +0 -65
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforerequest.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onbeforeresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.onresponsetransformed.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassmapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replaceclassrequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacemapper.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.replacerequestmapper.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setenvironment.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfacetconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setfeatureconfig.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setinstance.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setlang.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setqueryconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setrequestparams.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setresulttrackingconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setscope.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.setuserinfo.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterbuilder.withconfiguration.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.env.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.features.md +0 -13
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.instance.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.mappings.md +0 -17
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyadapterconfig.requestparams.md +0 -15
- package/docs/API-reference/api/x-adapter.empathyadapterconfigchangedlistener.md +0 -15
- package/docs/API-reference/api/x-adapter.empathybanner.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybanner.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybanner.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathybannermapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathybannermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybannermapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathybooleanfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathycacheservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathycacheservice.clear.md +0 -15
- package/docs/API-reference/api/x-adapter.empathycacheservice.getitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.hash.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.md +0 -39
- package/docs/API-reference/api/x-adapter.empathycacheservice.minutestomilliseconds.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.removeitem.md +0 -22
- package/docs/API-reference/api/x-adapter.empathycacheservice.setitem.md +0 -24
- package/docs/API-reference/api/x-adapter.empathycacheservice.storageservice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathycacheservice.transformkey.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequest.productid.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyclicksrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathydirect.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.md +0 -23
- package/docs/API-reference/api/x-adapter.empathydirect.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathydirect.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyendpointsservice._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyendpointsservice.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyfacet.facet.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacet.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyfacet.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfacetmapper.md +0 -33
- package/docs/API-reference/api/x-adapter.empathyfilter.count.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfilter.selected.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.value.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfilter.values.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapdeepfilters.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.mapfilterstree.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyhierarchicalfiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynextqueriesrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquery.md +0 -20
- package/docs/API-reference/api/x-adapter.empathynextquery.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathynextquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.facetsconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.mapfilters.md +0 -25
- package/docs/API-reference/api/x-adapter.empathynumberrangefacetmapper.md +0 -35
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathynumberrangefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathypartialresult.docs.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.md +0 -22
- package/docs/API-reference/api/x-adapter.empathypartialresult.numfound.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresult.suggestion.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypartialresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathypromoted.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.imagename.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromoted.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.trackable_url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromoted.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathypromotedmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathypromotedmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueriesrecommendationsrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyqueryablerequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyredirectionmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.query.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtag.tag.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrelatedtagmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrelatedtagsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyrequestfiltersmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestfilterssolrsyntaxmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestparamsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.md +0 -28
- package/docs/API-reference/api/x-adapter.empathyrequestquerymapper.normalizequery.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyrequestrelatedtagsquerymapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyrequestsortmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresult.eb_sku.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.ebtagging.md +0 -16
- package/docs/API-reference/api/x-adapter.empathyresult.id.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.image.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.iswishlisted.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.md +0 -29
- package/docs/API-reference/api/x-adapter.empathyresult.name.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.originalprice.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.price.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.rating.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresult.url.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyresultmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathyresultquerytaggingmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchbyidrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.md +0 -31
- package/docs/API-reference/api/x-adapter.empathysearchrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.sortdirection.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper._constructor_.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysearchrequestmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysectionrecommendationsrequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilter.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.mapfilters.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefacetmapper.md +0 -34
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysimplefiltermapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathysimplerequestmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.map.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysimplevaluemapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestion.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.md +0 -22
- package/docs/API-reference/api/x-adapter.empathysuggestion.title.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestion.title_raw.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionfacetsmapper.md +0 -27
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.empathysuggestionmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.md +0 -25
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathysuggestionsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathytaggingmapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.catalogue.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.lang.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.md +0 -27
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.q.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.scope.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.store.md +0 -11
- package/docs/API-reference/api/x-adapter.empathytoprecommendationsrequest.warehouse.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.map.md +0 -23
- package/docs/API-reference/api/x-adapter.empathyuserinfomapper.md +0 -21
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.md +0 -22
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserinforequest.user_type.md +0 -11
- package/docs/API-reference/api/x-adapter.empathyuserrecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.endpointsservice.buildurl.md +0 -22
- package/docs/API-reference/api/x-adapter.endpointsservice.md +0 -20
- package/docs/API-reference/api/x-adapter.entitynames.md +0 -15
- package/docs/API-reference/api/x-adapter.facetconfig.isdynamic.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.facetconfig.modelname.md +0 -11
- package/docs/API-reference/api/x-adapter.facetconfig.template.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.default.md +0 -11
- package/docs/API-reference/api/x-adapter.facetsconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.facetsconfig.named.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.cachettlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.endpoint.md +0 -11
- package/docs/API-reference/api/x-adapter.featureconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.featureconfig.responsepaths.md +0 -11
- package/docs/API-reference/api/x-adapter.featurenames.md +0 -13
- package/docs/API-reference/api/x-adapter.featurerequestor._constructor_.md +0 -28
- package/docs/API-reference/api/x-adapter.featurerequestor.beforerequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.beforeresponsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.config.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.endpointsservice.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.featureconfig.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.httpclient.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.maprequest.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.md +0 -45
- package/docs/API-reference/api/x-adapter.featurerequestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.responsemappers.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.responsetransformed.md +0 -11
- package/docs/API-reference/api/x-adapter.featurerequestor.runhooks.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponse.md +0 -23
- package/docs/API-reference/api/x-adapter.featurerequestor.transformresponseselection.md +0 -24
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.md +0 -30
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.search.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.track.md +0 -11
- package/docs/API-reference/api/x-adapter.featuresresponsetypes.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient._constructor_.md +0 -20
- package/docs/API-reference/api/x-adapter.fetchhttpclient.buildurl.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cache.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.cancelpreviousrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.createabortcontroller.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.fetchhttpclient.getrequestoptions.md +0 -23
- package/docs/API-reference/api/x-adapter.fetchhttpclient.md +0 -40
- package/docs/API-reference/api/x-adapter.fetchhttpclient.parseresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.fetchhttpclient.requestsabortcontrollers.md +0 -11
- package/docs/API-reference/api/x-adapter.fetchhttpclient.storeincache.md +0 -23
- package/docs/API-reference/api/x-adapter.filterablerequest.filters.md +0 -11
- package/docs/API-reference/api/x-adapter.filterablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.config.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.filter.md +0 -11
- package/docs/API-reference/api/x-adapter.filtervaluemapperparams.md +0 -25
- package/docs/API-reference/api/x-adapter.httpclient.get.md +0 -24
- package/docs/API-reference/api/x-adapter.httpclient.md +0 -20
- package/docs/API-reference/api/x-adapter.mapfn.md +0 -15
- package/docs/API-reference/api/x-adapter.mapper.map.md +0 -24
- package/docs/API-reference/api/x-adapter.mapper.md +0 -20
- package/docs/API-reference/api/x-adapter.maprequest.md +0 -15
- package/docs/API-reference/api/x-adapter.mapresponse.md +0 -15
- package/docs/API-reference/api/x-adapter.md +0 -178
- package/docs/API-reference/api/x-adapter.newable.md +0 -13
- package/docs/API-reference/api/x-adapter.nextqueriesrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.nextqueriesresponse.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.pageablerequest.rows.md +0 -11
- package/docs/API-reference/api/x-adapter.pageablerequest.start.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.default.md +0 -11
- package/docs/API-reference/api/x-adapter.parentbinding.md +0 -21
- package/docs/API-reference/api/x-adapter.parentbinding.wheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.parentconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.parentconstantbinding.toconstantwheninjectedinto.md +0 -11
- package/docs/API-reference/api/x-adapter.pipemappers.md +0 -24
- package/docs/API-reference/api/x-adapter.primitive.md +0 -13
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.queries.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.queriesrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.md +0 -21
- package/docs/API-reference/api/x-adapter.queryablerequest.query.md +0 -11
- package/docs/API-reference/api/x-adapter.queryablerequest.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxlength.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.maxwords.md +0 -11
- package/docs/API-reference/api/x-adapter.queryconfig.md +0 -21
- package/docs/API-reference/api/x-adapter.relatedtagsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.relatedtagsresponse.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror._constructor_.md +0 -21
- package/docs/API-reference/api/x-adapter.requesterror.md +0 -28
- package/docs/API-reference/api/x-adapter.requesterror.message.md +0 -11
- package/docs/API-reference/api/x-adapter.requesterror.response.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmapper.md +0 -15
- package/docs/API-reference/api/x-adapter.requestmappercontext.feature.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.md +0 -22
- package/docs/API-reference/api/x-adapter.requestmappercontext.requestoptions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestmappercontext.url.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.headers.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.md +0 -22
- package/docs/API-reference/api/x-adapter.requestoptions.requestid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestoptions.ttlinminutes.md +0 -11
- package/docs/API-reference/api/x-adapter.requestor.md +0 -20
- package/docs/API-reference/api/x-adapter.requestor.request.md +0 -23
- package/docs/API-reference/api/x-adapter.requestors._constructor_.md +0 -30
- package/docs/API-reference/api/x-adapter.requestors.clicksrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.md +0 -37
- package/docs/API-reference/api/x-adapter.requestors.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.queriesrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.search.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.searchbyid.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.sectionrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.toprecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.track.md +0 -11
- package/docs/API-reference/api/x-adapter.requestors.userrecommendations.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemapper.md +0 -15
- package/docs/API-reference/api/x-adapter.responsemappercontext.md +0 -23
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawrequest.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.rawresponse.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappercontext.request.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers._constructor_.md +0 -32
- package/docs/API-reference/api/x-adapter.responsemappers.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.md +0 -39
- package/docs/API-reference/api/x-adapter.responsemappers.nextqueries.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.relatedtags.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.results.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.responsemappers.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.responsetransformed.md +0 -15
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.md +0 -21
- package/docs/API-reference/api/x-adapter.responsetransformedcontext.response.md +0 -11
- package/docs/API-reference/api/x-adapter.searchadapter.addconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.getclicksrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getnextqueries.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getqueriesrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getrelatedtags.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsectionrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getsuggestions.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.gettoprecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.getuserrecommendations.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.invalidatecache.md +0 -15
- package/docs/API-reference/api/x-adapter.searchadapter.md +0 -34
- package/docs/API-reference/api/x-adapter.searchadapter.removeconfigchangedlistener.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.search.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.searchbyid.md +0 -23
- package/docs/API-reference/api/x-adapter.searchadapter.setconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.searchadapter.track.md +0 -22
- package/docs/API-reference/api/x-adapter.searchbyidrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.searchbyidresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.searchbyidresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.searchrequest.sort.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.banners.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.facets.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.md +0 -28
- package/docs/API-reference/api/x-adapter.searchresponse.partialresults.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.promoteds.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.querytagging.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.redirections.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.spellcheck.md +0 -11
- package/docs/API-reference/api/x-adapter.searchresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.md +0 -21
- package/docs/API-reference/api/x-adapter.sectionrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.md +0 -20
- package/docs/API-reference/api/x-adapter.simpleconstantbinding.toconstant.md +0 -11
- package/docs/API-reference/api/x-adapter.suggestionsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.suggestionsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.suggestionsresponse.suggestions.md +0 -11
- package/docs/API-reference/api/x-adapter.toprecommendationsrequest.md +0 -15
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.toprecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.trackablerequest.md +0 -20
- package/docs/API-reference/api/x-adapter.trackablerequest.origin.md +0 -11
- package/docs/API-reference/api/x-adapter.trackableshowresponse.md +0 -20
- package/docs/API-reference/api/x-adapter.trackableshowresponse.showtagging.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.trackingrequest.params.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingrequest.url.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.add2cart.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.checkout.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.click.md +0 -11
- package/docs/API-reference/api/x-adapter.trackingresultconfig.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.md +0 -22
- package/docs/API-reference/api/x-adapter.usercontextrequest.session.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.user.md +0 -11
- package/docs/API-reference/api/x-adapter.usercontextrequest.usertype.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.md +0 -21
- package/docs/API-reference/api/x-adapter.userrecommendationsrequest.section.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.md +0 -22
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.results.md +0 -11
- package/docs/API-reference/api/x-adapter.userrecommendationsresponse.totalresults.md +0 -11
- package/docs/API-reference/api/x-components.anyfunction.md +0 -13
- package/docs/API-reference/api/x-components.areeditablenumberrangefiltersdifferent.md +0 -27
- package/docs/API-reference/api/x-components.arenextqueriesdifferent.md +0 -27
- package/docs/API-reference/api/x-components.arrowicon.md +0 -11
- package/docs/API-reference/api/x-components.basecurrency.hideintegerdecimals.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.clickevents.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.filter.md +0 -13
- package/docs/API-reference/api/x-components.basefilter.md +0 -22
- package/docs/API-reference/api/x-components.baseidscroll.distancetobottom.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.id.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.md +0 -24
- package/docs/API-reference/api/x-components.baseidscroll.resetonquerychange.md +0 -13
- package/docs/API-reference/api/x-components.baseidscroll.throttlems.md +0 -13
- package/docs/API-reference/api/x-components.baseidtogglepanel.created.md +0 -17
- package/docs/API-reference/api/x-components.basemainscroll.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.element.md +0 -13
- package/docs/API-reference/api/x-components.basemainscroll.id.md +0 -13
- package/docs/API-reference/api/x-components.basemainscroll.md +0 -31
- package/docs/API-reference/api/x-components.basemainscroll.mounted.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.render.md +0 -15
- package/docs/API-reference/api/x-components.basemainscroll.tag.md +0 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.hideintegerdecimals.md +0 -11
- package/docs/API-reference/api/x-components.baseresultcurrentprice.hideintegerdecimals.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.emituserclickedaresult.md +0 -17
- package/docs/API-reference/api/x-components.baseresultlink.emituserrightclickedaresult.md +0 -17
- package/docs/API-reference/api/x-components.baseresultlink.metadata.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.mounted.md +0 -15
- package/docs/API-reference/api/x-components.baseresultlink.origin.md +0 -13
- package/docs/API-reference/api/x-components.baseresultlink.resultclickextraevents.md +0 -13
- package/docs/API-reference/api/x-components.baseresultpreviousprice.hideintegerdecimals.md +0 -13
- package/docs/API-reference/api/x-components.basescroll.mounted.md +0 -15
- package/docs/API-reference/api/x-components.basescroll.resetonquerychange.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.animation.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.md +0 -23
- package/docs/API-reference/api/x-components.basescrolltotop.scrollid.md +0 -13
- package/docs/API-reference/api/x-components.basescrolltotop.thresholdpx.md +0 -13
- package/docs/API-reference/api/x-components.cleanundefined.md +0 -26
- package/docs/API-reference/api/x-components.clearfacetselectedfilters.md +0 -12
- package/docs/API-reference/api/x-components.clearfacetselectedfilterswire.md +0 -13
- package/docs/API-reference/api/x-components.clearfacetsselectedfilters.md +0 -12
- package/docs/API-reference/api/x-components.clearfacetsselectedfilterswire.md +0 -13
- package/docs/API-reference/api/x-components.clearfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.clearfilters.facetsids.md +0 -13
- package/docs/API-reference/api/x-components.clearnosuggestionsquery.md +0 -13
- package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetselectedfilters.md +0 -25
- package/docs/API-reference/api/x-components.clearselectedfilters.clearfacetsselectedfilters.md +0 -25
- package/docs/API-reference/api/x-components.clearselectedfilters.clearselectedfilters.md +0 -24
- package/docs/API-reference/api/x-components.clearselectedfilters.md +0 -12
- package/docs/API-reference/api/x-components.clearselectedfilterswire.md +0 -13
- package/docs/API-reference/api/x-components.collapsefromtop.md +0 -15
- package/docs/API-reference/api/x-components.deeppartial.md +0 -17
- package/docs/API-reference/api/x-components.dictionary.md +0 -13
- package/docs/API-reference/api/x-components.editablenumberrangefilterchange.filter.md +0 -13
- package/docs/API-reference/api/x-components.editablenumberrangefilterchange.md +0 -21
- package/docs/API-reference/api/x-components.editablenumberrangefilterchange.range.md +0 -13
- package/docs/API-reference/api/x-components.extractfilters.md +0 -26
- package/docs/API-reference/api/x-components.facets.backendfacets.md +0 -13
- package/docs/API-reference/api/x-components.facets.frontendfacets.md +0 -13
- package/docs/API-reference/api/x-components.facetsactions.clearfacetselectedfilters.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.clearfacetsselectedfilters.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.clearselectedfilters.md +0 -17
- package/docs/API-reference/api/x-components.facetsactions.setbackendfacets.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.setfrontendfacets.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.togglehierarchicalfilter.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.togglenumberrangefilter.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.togglesimplefilter.md +0 -24
- package/docs/API-reference/api/x-components.facetsactions.updatebackendfacets.md +0 -24
- package/docs/API-reference/api/x-components.facetsconfig.md +0 -20
- package/docs/API-reference/api/x-components.facetsconfig.multiselect.md +0 -13
- package/docs/API-reference/api/x-components.facetsgetters.flattenedfilters.md +0 -13
- package/docs/API-reference/api/x-components.facetsmutations.setbackendfacets.md +0 -24
- package/docs/API-reference/api/x-components.facetsmutations.seteditablenumberrangefilterrange.md +0 -24
- package/docs/API-reference/api/x-components.facetsmutations.setfacetmultiselect.md +0 -24
- package/docs/API-reference/api/x-components.facetsmutations.setfilterselected.md +0 -28
- package/docs/API-reference/api/x-components.facetsmutations.setfrontendfacets.md +0 -24
- package/docs/API-reference/api/x-components.facetsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.facetsnextactions.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextactionscontext.md +0 -15
- package/docs/API-reference/api/x-components.facetsnextgetters.filtersbyfacet.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextgetters.md +0 -21
- package/docs/API-reference/api/x-components.facetsnextgetters.selectedfilters.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextmutations.md +0 -22
- package/docs/API-reference/api/x-components.facetsnextmutations.removefilter.md +0 -24
- package/docs/API-reference/api/x-components.facetsnextmutations.setfacetgroup.md +0 -24
- package/docs/API-reference/api/x-components.facetsnextmutations.setfilter.md +0 -24
- package/docs/API-reference/api/x-components.facetsnextstate.filters.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextstate.groups.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextstate.md +0 -21
- package/docs/API-reference/api/x-components.facetsnextxmodule.md +0 -13
- package/docs/API-reference/api/x-components.facetsnextxstoremodule.md +0 -15
- package/docs/API-reference/api/x-components.facetsstate.backendfacets.md +0 -13
- package/docs/API-reference/api/x-components.facetsstate.config.md +0 -13
- package/docs/API-reference/api/x-components.facetsstate.frontendfacets.md +0 -13
- package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.backendfacetschanged.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.backendfacetsprovided.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.facetmultiselectchanged.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.facetsquerychanged.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.frontendfacetschanged.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.userclickedclearfacetfilters.md +0 -13
- package/docs/API-reference/api/x-components.facetsxevents.userclickedfacetallfilter.md +0 -13
- package/docs/API-reference/api/x-components.filters.animation.md +0 -13
- package/docs/API-reference/api/x-components.filters.cssclasses.md +0 -13
- package/docs/API-reference/api/x-components.filters.hasfilterstorender.md +0 -13
- package/docs/API-reference/api/x-components.filters.md +0 -23
- package/docs/API-reference/api/x-components.filterselectedchange.filter.md +0 -13
- package/docs/API-reference/api/x-components.filterselectedchange.md +0 -21
- package/docs/API-reference/api/x-components.filterselectedchange.selected.md +0 -13
- package/docs/API-reference/api/x-components.flattenedfilters.md +0 -13
- package/docs/API-reference/api/x-components.foreach.md +0 -25
- package/docs/API-reference/api/x-components.historyqueries.historyqueries.md +0 -11
- package/docs/API-reference/api/x-components.isfilterpartiallyselected.md +0 -26
- package/docs/API-reference/api/x-components.isfilterselected.md +0 -26
- package/docs/API-reference/api/x-components.layout.asideanimation.md +0 -13
- package/docs/API-reference/api/x-components.layout.devmode.md +0 -13
- package/docs/API-reference/api/x-components.layout.empathizeanimation.md +0 -13
- package/docs/API-reference/api/x-components.layout.md +0 -23
- package/docs/API-reference/api/x-components.map.md +0 -27
- package/docs/API-reference/api/x-components.multiselectchange.facetid.md +0 -13
- package/docs/API-reference/api/x-components.multiselectchange.md +0 -21
- package/docs/API-reference/api/x-components.multiselectchange.multiselect.md +0 -13
- package/docs/API-reference/api/x-components.multiselectfilters.animation.md +0 -13
- package/docs/API-reference/api/x-components.multiselectfilters.created.md +0 -15
- package/docs/API-reference/api/x-components.multiselectfilters.md +0 -27
- package/docs/API-reference/api/x-components.namespacedtimeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.nextqueries.nextqueries.md +0 -11
- package/docs/API-reference/api/x-components.nextqueries.storednextqueries.md +0 -11
- package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.nosuggestions.created.md +0 -15
- package/docs/API-reference/api/x-components.nosuggestions.eventstorender.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.eventsubscriptions.md +0 -11
- package/docs/API-reference/api/x-components.nosuggestions.md +0 -32
- package/docs/API-reference/api/x-components.nosuggestions.message.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestions.query.md +0 -11
- package/docs/API-reference/api/x-components.nosuggestions.suggestionsevents.md +0 -11
- package/docs/API-reference/api/x-components.nosuggestionsactions.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsgetters.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsmutations.md +0 -20
- package/docs/API-reference/api/x-components.nosuggestionsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.nosuggestionsstate.md +0 -20
- package/docs/API-reference/api/x-components.nosuggestionsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsxmodule.md +0 -13
- package/docs/API-reference/api/x-components.nosuggestionsxstoremodule.md +0 -15
- package/docs/API-reference/api/x-components.objectfilter.md +0 -27
- package/docs/API-reference/api/x-components.partialquerybutton.events.md +0 -13
- package/docs/API-reference/api/x-components.popularsearches.popularsearches.md +0 -11
- package/docs/API-reference/api/x-components.popularsearches.storedpopularsearches.md +0 -11
- package/docs/API-reference/api/x-components.primitive.md +0 -15
- package/docs/API-reference/api/x-components.recommendations.recommendations.md +0 -13
- package/docs/API-reference/api/x-components.reduce.md +0 -28
- package/docs/API-reference/api/x-components.relatedtagsmutations.setquery.md +0 -24
- package/docs/API-reference/api/x-components.relatedtagsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.resetpage.md +0 -13
- package/docs/API-reference/api/x-components.resetsort.md +0 -13
- package/docs/API-reference/api/x-components.searchbutton.events.md +0 -11
- package/docs/API-reference/api/x-components.searchitem.md +0 -13
- package/docs/API-reference/api/x-components.searchitemslist.animation.md +0 -13
- package/docs/API-reference/api/x-components.searchitemslist.md +0 -22
- package/docs/API-reference/api/x-components.searchitemslist.searchitems.md +0 -13
- package/docs/API-reference/api/x-components.searchxevents.backendfacetschanged.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.alwaysvisible.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.facetid.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersbyfacet.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilters.selectedfiltersgetter.md +0 -13
- package/docs/API-reference/api/x-components.selectedfilterslist.alwaysvisible.md +0 -15
- package/docs/API-reference/api/x-components.selectedfilterslist.facetid.md +0 -13
- package/docs/API-reference/api/x-components.setbackendfacets.md +0 -13
- package/docs/API-reference/api/x-components.setbackendfacetswire.md +0 -13
- package/docs/API-reference/api/x-components.seteditablenumberrangefilterrangewire.md +0 -13
- package/docs/API-reference/api/x-components.setfacetmultiselect.md +0 -13
- package/docs/API-reference/api/x-components.setfacetsquery.md +0 -13
- package/docs/API-reference/api/x-components.setfrontendfacetswire.md +0 -13
- package/docs/API-reference/api/x-components.setnosuggestionsquery.md +0 -13
- package/docs/API-reference/api/x-components.setpage.md +0 -13
- package/docs/API-reference/api/x-components.setpagesize.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel._refs.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.beforedestroy.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatend.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.isscrollatstart.md +0 -13
- package/docs/API-reference/api/x-components.slidingpanel.mounted.md +0 -15
- package/docs/API-reference/api/x-components.slidingpanel.scrollobserver.md +0 -13
- package/docs/API-reference/api/x-components.sortmixin.value.md +0 -13
- package/docs/API-reference/api/x-components.spellcheckbutton.events.md +0 -13
- package/docs/API-reference/api/x-components.timeretrieving.md +0 -15
- package/docs/API-reference/api/x-components.togglehierarchicalfilter.md +0 -13
- package/docs/API-reference/api/x-components.togglehierarchicalfilterwire.md +0 -13
- package/docs/API-reference/api/x-components.togglenumberrangefilter.md +0 -13
- package/docs/API-reference/api/x-components.togglenumberrangefilterwire.md +0 -13
- package/docs/API-reference/api/x-components.togglesimplefilter.md +0 -13
- package/docs/API-reference/api/x-components.togglesimplefilterwire.md +0 -13
- package/docs/API-reference/api/x-components.updatebackendfacets.md +0 -13
- package/docs/API-reference/api/x-components.updatebackendfacetswire.md +0 -13
- package/docs/API-reference/api/x-components.wiremetadata.origin.md +0 -13
- package/docs/API-reference/api/x-components.xcomponent.md +0 -15
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.facets.md +0 -13
- package/docs/API-reference/api/x-components.xeventarraypayload.md +0 -15
- package/docs/API-reference/api/x-components.xeventstypes.adapterconfigchanged.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.useralmostreachedscrollend.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userchangedscrolldirection.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userclickedoutofxmodal.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollend.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userreachedscrollstart.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userrightclickedaresult.md +0 -13
- package/docs/API-reference/api/x-components.xeventstypes.userscrolled.md +0 -13
- package/docs/API-reference/api/x-components.xmodulestree.facetsnext.md +0 -11
- package/docs/API-reference/api/x-components.xmodulestree.nosuggestions.md +0 -11
- package/docs/API-reference/api/x-types.banner.tagging.md +0 -15
- package/docs/API-reference/api/x-types.booleanfilter.selected.md +0 -13
- package/docs/API-reference/api/x-types.booleanfilter.value.md +0 -13
- package/docs/API-reference/api/x-types.callbackinfo.callbackinfo.md +0 -13
- package/docs/API-reference/api/x-types.callbackinfo.md +0 -20
- package/docs/API-reference/api/x-types.filter.facetid.md +0 -13
- package/docs/API-reference/api/x-types.filter.label.md +0 -13
- package/docs/API-reference/api/x-types.promoted.tagging.md +0 -15
- package/docs/API-reference/api/x-types.redirection.tagging.md +0 -15
- package/docs/API-reference/api/x-types.redirection.title.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.previous.md +0 -13
- package/docs/API-reference/api/x-types.relatedtag.selected.md +0 -13
- package/docs/API-reference/api/x-types.result.tagging.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.add2cart.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.checkout.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.click.md +0 -13
- package/docs/API-reference/api/x-types.resulttagging.md +0 -22
- package/docs/API-reference/api/x-types.tagging.params.md +0 -13
- package/docs/API-reference/api/x-types.tagging.url.md +0 -13
- package/docs/API-reference/components/common/animations/x-components.collapse-from-top.md +0 -38
- package/docs/API-reference/components/common/icons/x-components.arrow.md +0 -8
- package/docs/API-reference/components/common/layouts/x-components.layout.md +0 -30
- package/docs/API-reference/components/common/scroll/x-components.base-id-scroll.md +0 -216
- package/docs/API-reference/components/common/scroll/x-components.base-main-scroll.md +0 -170
- package/docs/API-reference/components/common/scroll/x-components.base-scroll-to-top.md +0 -69
- package/docs/API-reference/components/facets/x-components.facets.md +0 -434
- package/docs/API-reference/components/facets/x-components.filters/base-filter.md +0 -78
- package/docs/API-reference/components/facets/x-components.lists/filters.md +0 -69
- package/docs/API-reference/components/facets/x-components.lists/multi-select-filters.md +0 -117
- package/docs/API-reference/components/facets/x-components.selected-filters.md +0 -87
- package/docs/API-reference/components/no-suggestions/x-components.no-suggestions.md +0 -49
- package/docs/API-reference/components/search/x-components.search-items-list.md +0 -22
- package/docs/css/global.scss +0 -1
- package/docs/css/utils/utils.scss +0 -35
- package/docs/css/xcomponents/clear-search-input.scss +0 -9
- package/docs/css/xcomponents/index.scss +0 -16
- package/docs/css/xcomponents/search-input.scss +0 -10
- package/docs/css/xcomponents/suggestions.scss +0 -19
- package/docs/guide/getting-started/components/clear-search-input.md +0 -98
- package/docs/guide/getting-started/components/live-examples.md +0 -100
- package/docs/guide/getting-started/components/query-suggestions.md +0 -76
- package/docs/guide/getting-started/components/search-button.md +0 -98
- package/docs/guide/getting-started/components/search-input.md +0 -105
- package/docs/guide/getting-started/install-xplugin.md +0 -72
- package/docs/guide/getting-started/use-components.md +0 -75
- package/docs/guide/install.md +0 -30
- package/docs/react-components/ReactComponents.jsx +0 -46
- package/docs/react-components/Utils.jsx +0 -34
- package/docs/sidebar.json +0 -1
- package/facets-next/index.d.ts +0 -1
- package/facets-next/index.js +0 -4
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js +0 -22
- package/js/components/animations/animate-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue.js +0 -58
- package/js/components/animations/collapse-from-top.vue.js.map +0 -1
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js +0 -23
- package/js/components/animations/collapse-from-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-height.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/collapse-width.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js +0 -26
- package/js/components/animations/staggered-fade-and-slide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js +0 -341
- package/js/components/base-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/base-event-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js +0 -113
- package/js/components/base-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/base-keyboard-navigation.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js +0 -62
- package/js/components/base-rating.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/base-variable-column-grid.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js +0 -46
- package/js/components/column-picker/base-column-picker-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/column-picker/base-column-picker-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js +0 -62
- package/js/components/currency/base-currency.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js +0 -87
- package/js/components/filters/labels/base-price-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js +0 -49
- package/js/components/filters/labels/base-rating-filter-label.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/arrow.vue.js +0 -63
- package/js/components/icons/arrow.vue.js.map +0 -1
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/arrow.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/bar-code.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/barcode-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/check.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-card-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-selected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/checkbox-unselected.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-down.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-left.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-right.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-tiny-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/chevron-up.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/cross.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-1-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/grid-2-col.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/hide.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/history.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/menu.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/minus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-1.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-2.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-3.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/nq-4.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/plus.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/show.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/star.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trash.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending-tiny.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/trending.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/icons/user.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/layouts/layout.vue.js +0 -297
- package/js/components/layouts/layout.vue.js.map +0 -1
- package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js +0 -77
- package/js/components/layouts/layout.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js +0 -37
- package/js/components/modals/base-events-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js +0 -94
- package/js/components/modals/base-events-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-close.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js +0 -36
- package/js/components/modals/base-id-modal-open.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js +0 -85
- package/js/components/modals/base-id-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js +0 -126
- package/js/components/modals/base-modal.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js +0 -57
- package/js/components/panels/base-header-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js +0 -68
- package/js/components/panels/base-id-toggle-panel-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js +0 -85
- package/js/components/panels/base-id-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js +0 -29
- package/js/components/panels/base-toggle-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js +0 -43
- package/js/components/result/base-result-add-to-cart.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js +0 -51
- package/js/components/result/base-result-current-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-fallback-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +0 -145
- package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js +0 -64
- package/js/components/result/base-result-link.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js +0 -4
- package/js/components/result/base-result-placeholder-image.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js +0 -34
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-id-scroll.vue.js +0 -69
- package/js/components/scroll/base-id-scroll.vue.js.map +0 -1
- package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js +0 -110
- package/js/components/scroll/base-id-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-main-scroll.vue.js +0 -39
- package/js/components/scroll/base-main-scroll.vue.js.map +0 -1
- package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js +0 -105
- package/js/components/scroll/base-main-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll-to-top.vue.js +0 -67
- package/js/components/scroll/base-scroll-to-top.vue.js.map +0 -1
- package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js +0 -179
- package/js/components/scroll/base-scroll-to-top.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js +0 -66
- package/js/components/scroll/base-scroll.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js +0 -146
- package/js/components/sliding-panel.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/staggering-transition-group.vue.js +0 -42
- package/js/components/staggering-transition-group.vue.js.map +0 -1
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js +0 -353
- package/js/components/staggering-transition-group.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js +0 -129
- package/js/components/suggestions/base-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js +0 -70
- package/js/components/suggestions/base-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/store/store.utils.js +0 -14
- package/js/store/store.utils.js.map +0 -1
- package/js/store/utils/get-getters-proxy.js +0 -104
- package/js/store/utils/get-getters-proxy.js.map +0 -1
- package/js/store/utils/helpers/fetch-and-save-action.helpers.js +0 -76
- package/js/store/utils/helpers/fetch-and-save-action.helpers.js.map +0 -1
- package/js/store/utils/helpers/status.helpers.js +0 -13
- package/js/store/utils/helpers/status.helpers.js.map +0 -1
- package/js/utils/object.js +0 -85
- package/js/utils/object.js.map +0 -1
- package/js/wiring/utils/wire-racing-handling.js +0 -108
- package/js/wiring/utils/wire-racing-handling.js.map +0 -1
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js +0 -141
- package/js/x-modules/device/components/device-detector.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js +0 -107
- package/js/x-modules/empathize/components/empathize.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +0 -220
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/facets.vue.js +0 -95
- package/js/x-modules/facets/components/facets.vue.js.map +0 -1
- package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js +0 -260
- package/js/x-modules/facets/components/facets.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +0 -176
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue.js +0 -70
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +0 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +0 -174
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js +0 -213
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +0 -197
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +0 -159
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +0 -202
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +0 -160
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +0 -150
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +0 -196
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters.vue.js +0 -73
- package/js/x-modules/facets/components/lists/filters.vue.js.map +0 -1
- package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js +0 -176
- package/js/x-modules/facets/components/lists/filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/multi-select-filters.vue.js +0 -63
- package/js/x-modules/facets/components/lists/multi-select-filters.vue.js.map +0 -1
- package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js +0 -88
- package/js/x-modules/facets/components/lists/multi-select-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +0 -139
- package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +0 -200
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/components/selected-filters.vue.js +0 -63
- package/js/x-modules/facets/components/selected-filters.vue.js.map +0 -1
- package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js +0 -176
- package/js/x-modules/facets/components/selected-filters.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/facets/store/actions/clear-selected-filters.action.js +0 -98
- package/js/x-modules/facets/store/actions/clear-selected-filters.action.js.map +0 -1
- package/js/x-modules/facets/store/actions/set-backend-facets.action.js +0 -19
- package/js/x-modules/facets/store/actions/set-backend-facets.action.js.map +0 -1
- package/js/x-modules/facets/store/actions/set-frontend-facets.action.js +0 -19
- package/js/x-modules/facets/store/actions/set-frontend-facets.action.js.map +0 -1
- package/js/x-modules/facets/store/actions/toggle-filter.action.js +0 -51
- package/js/x-modules/facets/store/actions/toggle-filter.action.js.map +0 -1
- package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js +0 -57
- package/js/x-modules/facets/store/actions/toggle-hierarchical-filter.action.js.map +0 -1
- package/js/x-modules/facets/store/actions/update-backend-facets.action.js +0 -40
- package/js/x-modules/facets/store/actions/update-backend-facets.action.js.map +0 -1
- package/js/x-modules/facets/store/getters/flattened-filters.getter.js +0 -35
- package/js/x-modules/facets/store/getters/flattened-filters.getter.js.map +0 -1
- package/js/x-modules/facets-next/store/emitters.js +0 -12
- package/js/x-modules/facets-next/store/emitters.js.map +0 -1
- package/js/x-modules/facets-next/store/getters/filters-by-facet.getter.js +0 -20
- package/js/x-modules/facets-next/store/getters/filters-by-facet.getter.js.map +0 -1
- package/js/x-modules/facets-next/store/getters/selected-filters.getter.js +0 -16
- package/js/x-modules/facets-next/store/getters/selected-filters.getter.js.map +0 -1
- package/js/x-modules/facets-next/store/module.js +0 -36
- package/js/x-modules/facets-next/store/module.js.map +0 -1
- package/js/x-modules/facets-next/wiring.js +0 -11
- package/js/x-modules/facets-next/wiring.js.map +0 -1
- package/js/x-modules/facets-next/x-module.js +0 -19
- package/js/x-modules/facets-next/x-module.js.map +0 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js +0 -72
- package/js/x-modules/history-queries/components/clear-history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js +0 -52
- package/js/x-modules/history-queries/components/history-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js +0 -53
- package/js/x-modules/history-queries/components/history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js +0 -49
- package/js/x-modules/history-queries/components/remove-history-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js +0 -54
- package/js/x-modules/identifier-results/components/identifier-result.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js +0 -35
- package/js/x-modules/identifier-results/components/identifier-results.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js +0 -50
- package/js/x-modules/next-queries/components/next-queries.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/next-queries/components/next-query.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/next-queries/utils.js +0 -15
- package/js/x-modules/next-queries/utils.js.map +0 -1
- package/js/x-modules/no-suggestions/components/no-suggestions.vue.js +0 -70
- package/js/x-modules/no-suggestions/components/no-suggestions.vue.js.map +0 -1
- package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js +0 -160
- package/js/x-modules/no-suggestions/components/no-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/no-suggestions/store/module.js +0 -20
- package/js/x-modules/no-suggestions/store/module.js.map +0 -1
- package/js/x-modules/no-suggestions/wiring.js +0 -46
- package/js/x-modules/no-suggestions/wiring.js.map +0 -1
- package/js/x-modules/no-suggestions/x-module.js +0 -18
- package/js/x-modules/no-suggestions/x-module.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/popular-searches/components/popular-search.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js +0 -49
- package/js/x-modules/popular-searches/components/popular-searches.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js +0 -46
- package/js/x-modules/query-suggestions/components/query-suggestion.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js +0 -38
- package/js/x-modules/query-suggestions/components/query-suggestions.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js +0 -54
- package/js/x-modules/recommendations/components/recommendations.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js +0 -90
- package/js/x-modules/related-tags/components/related-tag.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js +0 -49
- package/js/x-modules/related-tags/components/related-tags.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js +0 -32
- package/js/x-modules/search/components/banner.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/banners-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +0 -146
- package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js +0 -51
- package/js/x-modules/search/components/partial-results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js +0 -31
- package/js/x-modules/search/components/promoted.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js +0 -64
- package/js/x-modules/search/components/promoteds-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js +0 -56
- package/js/x-modules/search/components/results-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/search-items-injection.mixin.js +0 -40
- package/js/x-modules/search/components/search-items-injection.mixin.js.map +0 -1
- package/js/x-modules/search/components/search-items-list.vue.js +0 -78
- package/js/x-modules/search/components/search-items-list.vue.js.map +0 -1
- package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js +0 -47
- package/js/x-modules/search/components/search-items-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js +0 -48
- package/js/x-modules/search/components/sort-dropdown.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +0 -157
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +0 -146
- package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +0 -134
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js +0 -63
- package/js/x-modules/search-box/components/clear-search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js +0 -65
- package/js/x-modules/search-box/components/search-button.vue_rollup-plugin-vue=script.js.map +0 -1
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js +0 -188
- package/js/x-modules/search-box/components/search-input.vue_rollup-plugin-vue=script.js.map +0 -1
- package/no-suggestions/index.d.ts +0 -1
- package/no-suggestions/index.js +0 -4
- package/report/x-adapter.api.json +0 -23327
- package/types/adapter/mocked-adapter.d.ts +0 -18
- package/types/adapter/mocked-adapter.d.ts.map +0 -1
- package/types/adapter/real-adapter.d.ts +0 -2
- package/types/adapter/real-adapter.d.ts.map +0 -1
- package/types/components/animations/collapse-from-top.vue.d.ts +0 -10
- package/types/components/animations/collapse-from-top.vue.d.ts.map +0 -1
- package/types/components/icons/arrow.vue.d.ts +0 -3
- package/types/components/icons/arrow.vue.d.ts.map +0 -1
- package/types/components/layouts/layout.vue.d.ts +0 -44
- package/types/components/layouts/layout.vue.d.ts.map +0 -1
- package/types/components/scroll/base-id-scroll.vue.d.ts +0 -95
- package/types/components/scroll/base-id-scroll.vue.d.ts.map +0 -1
- package/types/components/scroll/base-main-scroll.vue.d.ts +0 -78
- package/types/components/scroll/base-main-scroll.vue.d.ts.map +0 -1
- package/types/components/scroll/base-scroll-to-top.vue.d.ts +0 -119
- package/types/components/scroll/base-scroll-to-top.vue.d.ts.map +0 -1
- package/types/components/staggering-transition-group.vue.d.ts.map +0 -1
- package/types/components/x-component.types.d.ts +0 -19
- package/types/components/x-component.types.d.ts.map +0 -1
- package/types/store/store-emitters.types.d.ts +0 -72
- package/types/store/store-emitters.types.d.ts.map +0 -1
- package/types/store/store.utils.d.ts +0 -12
- package/types/store/store.utils.d.ts.map +0 -1
- package/types/store/utils/get-getters-proxy.d.ts +0 -41
- package/types/store/utils/get-getters-proxy.d.ts.map +0 -1
- package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts +0 -61
- package/types/store/utils/helpers/fetch-and-save-action.helpers.d.ts.map +0 -1
- package/types/store/utils/helpers/status.helpers.d.ts +0 -41
- package/types/store/utils/helpers/status.helpers.d.ts.map +0 -1
- package/types/types/query-origin.d.ts +0 -7
- package/types/types/query-origin.d.ts.map +0 -1
- package/types/utils/object.d.ts +0 -49
- package/types/utils/object.d.ts.map +0 -1
- package/types/wiring/utils/wire-racing-handling.d.ts +0 -27
- package/types/wiring/utils/wire-racing-handling.d.ts.map +0 -1
- package/types/x-modules/facets/components/facets.vue.d.ts +0 -131
- package/types/x-modules/facets/components/facets.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts +0 -39
- package/types/x-modules/facets/components/filters/base-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/filters.vue.d.ts +0 -43
- package/types/x-modules/facets/components/lists/filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts +0 -46
- package/types/x-modules/facets/components/lists/multi-select-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/selected-filters.vue.d.ts +0 -63
- package/types/x-modules/facets/components/selected-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/config.types.d.ts +0 -12
- package/types/x-modules/facets/config.types.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts +0 -71
- package/types/x-modules/facets/store/actions/clear-selected-filters.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts +0 -13
- package/types/x-modules/facets/store/actions/set-backend-facets.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts +0 -13
- package/types/x-modules/facets/store/actions/set-frontend-facets.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts +0 -14
- package/types/x-modules/facets/store/actions/toggle-filter.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts +0 -12
- package/types/x-modules/facets/store/actions/toggle-hierarchical-filter.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts +0 -16
- package/types/x-modules/facets/store/actions/update-backend-facets.action.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts +0 -15
- package/types/x-modules/facets/store/getters/flattened-filters.getter.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/editable-number-range-filter.entity.d.ts +0 -32
- package/types/x-modules/facets-next/entities/editable-number-range-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/equatable-filter.d.ts +0 -13
- package/types/x-modules/facets-next/entities/equatable-filter.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/hierarchical-filter.entity.d.ts +0 -54
- package/types/x-modules/facets-next/entities/hierarchical-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/raw-filter.entity.d.ts +0 -28
- package/types/x-modules/facets-next/entities/raw-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/simple-filter.entity.d.ts +0 -16
- package/types/x-modules/facets-next/entities/simple-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets-next/entities/types.d.ts +0 -40
- package/types/x-modules/facets-next/entities/types.d.ts.map +0 -1
- package/types/x-modules/facets-next/index.d.ts +0 -4
- package/types/x-modules/facets-next/index.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/emitters.d.ts +0 -7
- package/types/x-modules/facets-next/store/emitters.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/getters/filters-by-facet.getter.d.ts +0 -13
- package/types/x-modules/facets-next/store/getters/filters-by-facet.getter.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/getters/selected-filters.getter.d.ts +0 -13
- package/types/x-modules/facets-next/store/getters/selected-filters.getter.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/index.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/module.d.ts +0 -8
- package/types/x-modules/facets-next/store/module.d.ts.map +0 -1
- package/types/x-modules/facets-next/store/types.d.ts +0 -91
- package/types/x-modules/facets-next/store/types.d.ts.map +0 -1
- package/types/x-modules/facets-next/wiring.d.ts +0 -7
- package/types/x-modules/facets-next/wiring.d.ts.map +0 -1
- package/types/x-modules/facets-next/x-module.d.ts +0 -16
- package/types/x-modules/facets-next/x-module.d.ts.map +0 -1
- package/types/x-modules/next-queries/utils.d.ts +0 -12
- package/types/x-modules/next-queries/utils.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/components/index.d.ts +0 -2
- package/types/x-modules/no-suggestions/components/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts +0 -90
- package/types/x-modules/no-suggestions/components/no-suggestions.vue.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/config.types.d.ts +0 -9
- package/types/x-modules/no-suggestions/config.types.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/index.d.ts +0 -6
- package/types/x-modules/no-suggestions/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/index.d.ts +0 -3
- package/types/x-modules/no-suggestions/store/index.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/module.d.ts +0 -8
- package/types/x-modules/no-suggestions/store/module.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/store/types.d.ts +0 -44
- package/types/x-modules/no-suggestions/store/types.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/wiring.d.ts +0 -29
- package/types/x-modules/no-suggestions/wiring.d.ts.map +0 -1
- package/types/x-modules/no-suggestions/x-module.d.ts +0 -16
- package/types/x-modules/no-suggestions/x-module.d.ts.map +0 -1
- package/types/x-modules/search/components/search-items-injection.mixin.d.ts +0 -29
- package/types/x-modules/search/components/search-items-injection.mixin.d.ts.map +0 -1
- package/types/x-modules/search/components/search-items-list.vue.d.ts +0 -34
- package/types/x-modules/search/components/search-items-list.vue.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1043 +1,3728 @@
|
|
|
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.132](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.131...@empathyco/x-components@3.0.0-alpha.132) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **history-queries:** add `UserClickedDismissDisableHistoryQueries` event
|
|
11
|
+
([ea0bddc](https://github.com/empathyco/x/commit/ea0bddce87ec1e87b753bb39863cbee903fb9eed)),
|
|
12
|
+
closes [EX-6682](https://searchbroker.atlassian.net/browse/EX-6682)
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
19
|
+
## [3.0.0-alpha.131](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.130...@empathyco/x-components@3.0.0-alpha.131) (2022-07-13)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- **history-queries:** add `HistoryQueriesSwitch` component (#593)
|
|
24
|
+
([8c87cc3](https://github.com/empathyco/x/commit/8c87cc3a35336720d3da79ab7347e52caa4cd922)),
|
|
25
|
+
closes [EX-6515](https://searchbroker.atlassian.net/browse/EX-6515)
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
32
|
+
## [3.0.0-alpha.130](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.129...@empathyco/x-components@3.0.0-alpha.130) (2022-07-12)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- Move `XAPI` from `window.X` to `window.InterfaceX` (#599)
|
|
37
|
+
([4538778](https://github.com/empathyco/x/commit/45387783c947f859667f2786ba9013b83b952063)),
|
|
38
|
+
closes [EX-6645](https://searchbroker.atlassian.net/browse/EX-6645)
|
|
39
|
+
|
|
40
|
+
# Change Log
|
|
41
|
+
|
|
42
|
+
All notable changes to this project will be documented in this file. See
|
|
43
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
44
|
+
|
|
45
|
+
## [3.0.0-alpha.129](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.128...@empathyco/x-components@3.0.0-alpha.129) (2022-07-11)
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
- **history-queries:** bind `formatTime` to `suggestion-content` slot (#598)
|
|
50
|
+
([589eef2](https://github.com/empathyco/x/commit/589eef287534e9916dcda7b0ad86626eb450decd)),
|
|
51
|
+
closes [EX-6611](https://searchbroker.atlassian.net/browse/EX-6611)
|
|
52
|
+
|
|
53
|
+
# Change Log
|
|
54
|
+
|
|
55
|
+
All notable changes to this project will be documented in this file. See
|
|
56
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
57
|
+
|
|
58
|
+
## [3.0.0-alpha.128](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.127...@empathyco/x-components@3.0.0-alpha.128) (2022-07-11)
|
|
59
|
+
|
|
60
|
+
### Documentation
|
|
61
|
+
|
|
62
|
+
- Add module type to integration script docs (#592)
|
|
63
|
+
([907bda8](https://github.com/empathyco/x/commit/907bda8b4d825c93461089691f284c1758624a89))
|
|
64
|
+
|
|
65
|
+
# Change Log
|
|
66
|
+
|
|
67
|
+
All notable changes to this project will be documented in this file. See
|
|
68
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
69
|
+
|
|
70
|
+
## [3.0.0-alpha.127](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.126...@empathyco/x-components@3.0.0-alpha.127) (2022-07-11)
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
- **components:** add new slot `extra-aside` to `SingleColumnLayout` and
|
|
75
|
+
`FixedHeaderAndAsidesLayout` (#591)
|
|
76
|
+
([91d406e](https://github.com/empathyco/x/commit/91d406ed7267d420009a5f3ee8c5cc092f74546a)),
|
|
77
|
+
closes [EX-6614](https://searchbroker.atlassian.net/browse/EX-6614)
|
|
78
|
+
|
|
79
|
+
# Change Log
|
|
80
|
+
|
|
81
|
+
All notable changes to this project will be documented in this file. See
|
|
82
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
83
|
+
|
|
84
|
+
## [3.0.0-alpha.126](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.125...@empathyco/x-components@3.0.0-alpha.126) (2022-07-07)
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
- **x-plugin:** add full `history queries` list to `alias API`
|
|
89
|
+
([e0e0430](https://github.com/empathyco/x/commit/e0e04301b6158dfc379d495e92c04ec5ef35c4ab)),
|
|
90
|
+
closes [EX-6610](https://searchbroker.atlassian.net/browse/EX-6610)
|
|
91
|
+
|
|
92
|
+
# Change Log
|
|
93
|
+
|
|
94
|
+
All notable changes to this project will be documented in this file. See
|
|
95
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
96
|
+
|
|
97
|
+
## [3.0.0-alpha.125](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.124...@empathyco/x-components@3.0.0-alpha.125) (2022-07-07)
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
- add settings icon (#589)
|
|
102
|
+
([7f93849](https://github.com/empathyco/x/commit/7f9384915718805809ff733f2be60ae6ebb01910)),
|
|
103
|
+
closes [EX-6519](https://searchbroker.atlassian.net/browse/EX-6519)
|
|
104
|
+
|
|
105
|
+
# Change Log
|
|
106
|
+
|
|
107
|
+
All notable changes to this project will be documented in this file. See
|
|
108
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
109
|
+
|
|
110
|
+
## [3.0.0-alpha.124](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.123...@empathyco/x-components@3.0.0-alpha.124) (2022-07-06)
|
|
111
|
+
|
|
112
|
+
### Features
|
|
113
|
+
|
|
114
|
+
- add 'my_history' as feature location (#587)
|
|
115
|
+
([7b0263e](https://github.com/empathyco/x/commit/7b0263e23c9afb2af61174ac53bdedd3eb4263ba)),
|
|
116
|
+
closes [EX-6527](https://searchbroker.atlassian.net/browse/EX-6527)
|
|
117
|
+
- **components:** add `BaseSwitch` component (#586)
|
|
118
|
+
([31cde2d](https://github.com/empathyco/x/commit/31cde2dfb79dcc549c8662b558ef5b80529f2d01)),
|
|
119
|
+
closes [EX-6004](https://searchbroker.atlassian.net/browse/EX-6004)
|
|
120
|
+
|
|
121
|
+
### Testing
|
|
122
|
+
|
|
123
|
+
- fix exclude-filters e2e test (#588)
|
|
124
|
+
([51ecc52](https://github.com/empathyco/x/commit/51ecc5234b665a2320a760d485bf6da74648f902)),
|
|
125
|
+
closes [EX-6590](https://searchbroker.atlassian.net/browse/EX-6590)
|
|
126
|
+
|
|
127
|
+
# Change Log
|
|
128
|
+
|
|
129
|
+
All notable changes to this project will be documented in this file. See
|
|
130
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
131
|
+
|
|
132
|
+
## [3.0.0-alpha.123](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.122...@empathyco/x-components@3.0.0-alpha.123) (2022-07-04)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
135
|
+
|
|
136
|
+
# Change Log
|
|
137
|
+
|
|
138
|
+
All notable changes to this project will be documented in this file. See
|
|
139
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
140
|
+
|
|
141
|
+
## [3.0.0-alpha.122](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.121...@empathyco/x-components@3.0.0-alpha.122) (2022-06-30)
|
|
142
|
+
|
|
143
|
+
### Code Refactoring
|
|
144
|
+
|
|
145
|
+
- Move aside to its own component in Home view. (#581)
|
|
146
|
+
([5b40994](https://github.com/empathyco/x/commit/5b40994af47c268ed10f06624ac1fdc634523a6d)),
|
|
147
|
+
closes [EX-6525](https://searchbroker.atlassian.net/browse/EX-6525)
|
|
148
|
+
|
|
149
|
+
# Change Log
|
|
150
|
+
|
|
151
|
+
All notable changes to this project will be documented in this file. See
|
|
152
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
153
|
+
|
|
154
|
+
## [3.0.0-alpha.121](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.120...@empathyco/x-components@3.0.0-alpha.121) (2022-06-29)
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
|
|
158
|
+
- **components:** add grid-4-col and update light-bulb icons (#579)
|
|
159
|
+
([5312952](https://github.com/empathyco/x/commit/5312952c69f67525a35b77008128264eddaae206)),
|
|
160
|
+
closes [EX-6506](https://searchbroker.atlassian.net/browse/EX-6506)
|
|
161
|
+
|
|
162
|
+
# Change Log
|
|
163
|
+
|
|
164
|
+
All notable changes to this project will be documented in this file. See
|
|
165
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
166
|
+
|
|
167
|
+
## [3.0.0-alpha.120](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.119...@empathyco/x-components@3.0.0-alpha.120) (2022-06-27)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
170
|
+
|
|
171
|
+
# Change Log
|
|
172
|
+
|
|
173
|
+
All notable changes to this project will be documented in this file. See
|
|
174
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
175
|
+
|
|
176
|
+
## [3.0.0-alpha.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
179
|
+
|
|
180
|
+
# Change Log
|
|
181
|
+
|
|
182
|
+
All notable changes to this project will be documented in this file. See
|
|
183
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
184
|
+
|
|
185
|
+
## [3.0.0-alpha.118](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.117...@empathyco/x-components@3.0.0-alpha.118) (2022-06-23)
|
|
186
|
+
|
|
187
|
+
### Features
|
|
188
|
+
|
|
189
|
+
- **identifier-results:** add maxItemsToRender prop (#576)
|
|
190
|
+
([c740b8b](https://github.com/empathyco/x/commit/c740b8b8c1a66d25eb8cc2aaa84303cb186ae8ea)),
|
|
191
|
+
closes [EX-6414](https://searchbroker.atlassian.net/browse/EX-6414)
|
|
192
|
+
|
|
193
|
+
# Change Log
|
|
194
|
+
|
|
195
|
+
All notable changes to this project will be documented in this file. See
|
|
196
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
197
|
+
|
|
198
|
+
## [3.0.0-alpha.117](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.116...@empathyco/x-components@3.0.0-alpha.117) (2022-06-23)
|
|
199
|
+
|
|
200
|
+
### Features
|
|
201
|
+
|
|
202
|
+
- **components:** add radio button icons (#574)
|
|
203
|
+
([4432d5f](https://github.com/empathyco/x/commit/4432d5f927e5c5cac6cb7481923e32ceb6cb0499)),
|
|
204
|
+
closes [EX-6439](https://searchbroker.atlassian.net/browse/EX-6439)
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
- Remove `@empathyco/x-platform-adapter` dependency from library code. (#575)
|
|
209
|
+
([104c7e1](https://github.com/empathyco/x/commit/104c7e10855a67b2adfa68d42d82431f9194ee15)),
|
|
210
|
+
closes [EX-6437](https://searchbroker.atlassian.net/browse/EX-6437)
|
|
211
|
+
|
|
212
|
+
# Change Log
|
|
213
|
+
|
|
214
|
+
All notable changes to this project will be documented in this file. See
|
|
215
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
216
|
+
|
|
217
|
+
## [3.0.0-alpha.116](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.115...@empathyco/x-components@3.0.0-alpha.116) (2022-06-22)
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
- **facets:** Add slot by Facet ModelName. (#572)
|
|
222
|
+
([899515a](https://github.com/empathyco/x/commit/899515a1424bfab9a8d937a1feb9507917173807)),
|
|
223
|
+
closes [EX-6433](https://searchbroker.atlassian.net/browse/EX-6433)
|
|
224
|
+
|
|
225
|
+
# Change Log
|
|
226
|
+
|
|
227
|
+
All notable changes to this project will be documented in this file. See
|
|
228
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
229
|
+
|
|
230
|
+
## [3.0.0-alpha.115](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.114...@empathyco/x-components@3.0.0-alpha.115) (2022-06-21)
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
- remove old adapter package and use the new one (#568)
|
|
235
|
+
([1632a59](https://github.com/empathyco/x/commit/1632a594b6905e6403c82b2189300eefd45b3691)),
|
|
236
|
+
closes [EX-6286](https://searchbroker.atlassian.net/browse/EX-6286)
|
|
237
|
+
|
|
238
|
+
# Change Log
|
|
239
|
+
|
|
240
|
+
All notable changes to this project will be documented in this file. See
|
|
241
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
242
|
+
|
|
243
|
+
## [3.0.0-alpha.114](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.113...@empathyco/x-components@3.0.0-alpha.114) (2022-06-21)
|
|
244
|
+
|
|
245
|
+
### Build System
|
|
246
|
+
|
|
247
|
+
- sync duplicated dependencies (#567)
|
|
248
|
+
([912e968](https://github.com/empathyco/x/commit/912e9687851594871b3296a5fb26129327939d96)),
|
|
249
|
+
closes [EX-6412](https://searchbroker.atlassian.net/browse/EX-6412)
|
|
250
|
+
|
|
251
|
+
# Change Log
|
|
252
|
+
|
|
253
|
+
All notable changes to this project will be documented in this file. See
|
|
254
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
255
|
+
|
|
256
|
+
## [3.0.0-alpha.113](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.112...@empathyco/x-components@3.0.0-alpha.113) (2022-06-20)
|
|
257
|
+
|
|
258
|
+
### Features
|
|
259
|
+
|
|
260
|
+
- **adapter:** use the `x-adapter-platform` (#565)
|
|
261
|
+
([55bccb4](https://github.com/empathyco/x/commit/55bccb4118bc0fd2468b736eb470942aaae2e4ae)),
|
|
262
|
+
closes [EX-5936](https://searchbroker.atlassian.net/browse/EX-5936)
|
|
263
|
+
|
|
264
|
+
# Change Log
|
|
265
|
+
|
|
266
|
+
All notable changes to this project will be documented in this file. See
|
|
267
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
268
|
+
|
|
269
|
+
## [3.0.0-alpha.112](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.111...@empathyco/x-components@3.0.0-alpha.112) (2022-06-17)
|
|
270
|
+
|
|
271
|
+
### Documentation
|
|
272
|
+
|
|
273
|
+
- fix broken link in x-components readme (#561)
|
|
274
|
+
([7e3f551](https://github.com/empathyco/x/commit/7e3f551866709299e0f7d2d9e282c890dc2faa21))
|
|
275
|
+
|
|
276
|
+
# Change Log
|
|
277
|
+
|
|
278
|
+
All notable changes to this project will be documented in this file. See
|
|
279
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
280
|
+
|
|
281
|
+
## [3.0.0-alpha.111](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.110...@empathyco/x-components@3.0.0-alpha.111) (2022-06-16)
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
- **x-plugin:** add results to `Alias API` (#545)
|
|
286
|
+
([9993ab6](https://github.com/empathyco/x/commit/9993ab6c31f0b532a9cc12eea2f3fb18dd6fd856)),
|
|
287
|
+
closes [EX-6324](https://searchbroker.atlassian.net/browse/EX-6324)
|
|
288
|
+
|
|
289
|
+
# Change Log
|
|
290
|
+
|
|
291
|
+
All notable changes to this project will be documented in this file. See
|
|
292
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
293
|
+
|
|
294
|
+
## [3.0.0-alpha.110](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.109...@empathyco/x-components@3.0.0-alpha.110) (2022-06-16)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
297
|
+
|
|
298
|
+
# Change Log
|
|
299
|
+
|
|
300
|
+
All notable changes to this project will be documented in this file. See
|
|
301
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
302
|
+
|
|
303
|
+
## [3.0.0-alpha.109](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.108...@empathyco/x-components@3.0.0-alpha.109) (2022-06-13)
|
|
304
|
+
|
|
305
|
+
### Documentation
|
|
306
|
+
|
|
307
|
+
- add local storage info and data purposes
|
|
308
|
+
([c1b0b05](https://github.com/empathyco/x/commit/c1b0b05cd9260227cb0689283ff27f34a2b01e51)),
|
|
309
|
+
closes [EX-4123](https://searchbroker.atlassian.net/browse/EX-4123)
|
|
310
|
+
|
|
311
|
+
# Change Log
|
|
312
|
+
|
|
313
|
+
All notable changes to this project will be documented in this file. See
|
|
314
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
315
|
+
|
|
316
|
+
## [3.0.0-alpha.108](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.107...@empathyco/x-components@3.0.0-alpha.108) (2022-06-09)
|
|
317
|
+
|
|
318
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
319
|
+
|
|
320
|
+
# Change Log
|
|
321
|
+
|
|
322
|
+
All notable changes to this project will be documented in this file. See
|
|
323
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
324
|
+
|
|
325
|
+
## [3.0.0-alpha.107](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.106...@empathyco/x-components@3.0.0-alpha.107) (2022-06-09)
|
|
326
|
+
|
|
327
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
328
|
+
|
|
329
|
+
# Change Log
|
|
330
|
+
|
|
331
|
+
All notable changes to this project will be documented in this file. See
|
|
332
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
333
|
+
|
|
334
|
+
## [3.0.0-alpha.106](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.105...@empathyco/x-components@3.0.0-alpha.106) (2022-06-09)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
337
|
+
|
|
338
|
+
# Change Log
|
|
339
|
+
|
|
340
|
+
All notable changes to this project will be documented in this file. See
|
|
341
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
342
|
+
|
|
343
|
+
## [3.0.0-alpha.105](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.104...@empathyco/x-components@3.0.0-alpha.105) (2022-06-08)
|
|
344
|
+
|
|
345
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
346
|
+
|
|
347
|
+
# Change Log
|
|
348
|
+
|
|
349
|
+
All notable changes to this project will be documented in this file. See
|
|
350
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
351
|
+
|
|
352
|
+
## [3.0.0-alpha.104](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.103...@empathyco/x-components@3.0.0-alpha.104) (2022-06-07)
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
- fix rest of warnings for accessibility
|
|
357
|
+
([553d5ba](https://github.com/empathyco/x/commit/553d5bac9256871e69de2c3b87dfc99a993d0f1f)),
|
|
358
|
+
closes [EX-6149](https://searchbroker.atlassian.net/browse/EX-6149)
|
|
359
|
+
|
|
360
|
+
# Change Log
|
|
361
|
+
|
|
362
|
+
All notable changes to this project will be documented in this file. See
|
|
363
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
364
|
+
|
|
365
|
+
## [3.0.0-alpha.103](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.102...@empathyco/x-components@3.0.0-alpha.103) (2022-05-25)
|
|
366
|
+
|
|
367
|
+
### Documentation
|
|
368
|
+
|
|
369
|
+
- fix links and minor typos
|
|
370
|
+
([e0197d5](https://github.com/empathyco/x/commit/e0197d5bff978048aed39dff5878d60682b7aa9f)),
|
|
371
|
+
closes [EX-6125](https://searchbroker.atlassian.net/browse/EX-6125)
|
|
372
|
+
|
|
373
|
+
# Change Log
|
|
374
|
+
|
|
375
|
+
All notable changes to this project will be documented in this file. See
|
|
376
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
377
|
+
|
|
378
|
+
## [3.0.0-alpha.102](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.101...@empathyco/x-components@3.0.0-alpha.102) (2022-05-19)
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
- **facets:** add `PreselectedFilters` component
|
|
383
|
+
([5496d78](https://github.com/empathyco/x/commit/5496d7868c77d8b9211fd532bf964770da1d6a3c)),
|
|
384
|
+
closes [EX-6023](https://searchbroker.atlassian.net/browse/EX-6023)
|
|
385
|
+
|
|
386
|
+
# Change Log
|
|
387
|
+
|
|
388
|
+
All notable changes to this project will be documented in this file. See
|
|
389
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
390
|
+
|
|
391
|
+
## [3.0.0-alpha.101](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.100...@empathyco/x-components@3.0.0-alpha.101) (2022-05-18)
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
- **related-tags:** related tags are now kept when navigating back
|
|
396
|
+
([db9f875](https://github.com/empathyco/x/commit/db9f87560000bca05ad3fe06fc449e170c3b9d08)),
|
|
397
|
+
closes [EX-6131](https://searchbroker.atlassian.net/browse/EX-6131)
|
|
398
|
+
|
|
399
|
+
# Change Log
|
|
400
|
+
|
|
401
|
+
All notable changes to this project will be documented in this file. See
|
|
402
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
403
|
+
|
|
404
|
+
## [3.0.0-alpha.100](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.99...@empathyco/x-components@3.0.0-alpha.100) (2022-05-17)
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
- **build:** supports being built on Windows based machines
|
|
409
|
+
([6e760fa](https://github.com/empathyco/x/commit/6e760fab8d39162897574abab95884cadd6252b8))
|
|
410
|
+
|
|
411
|
+
# Change Log
|
|
412
|
+
|
|
413
|
+
All notable changes to this project will be documented in this file. See
|
|
414
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
415
|
+
|
|
416
|
+
## [3.0.0-alpha.99](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.98...@empathyco/x-components@3.0.0-alpha.99) (2022-05-17)
|
|
417
|
+
|
|
418
|
+
### Bug Fixes
|
|
419
|
+
|
|
420
|
+
- **url:** a `query` is required to store params in the `URL`
|
|
421
|
+
([b105da3](https://github.com/empathyco/x/commit/b105da33b35aaa1e3796790d0ec88c74caf856e5)),
|
|
422
|
+
closes [EX-6134](https://searchbroker.atlassian.net/browse/EX-6134)
|
|
423
|
+
|
|
424
|
+
# Change Log
|
|
425
|
+
|
|
426
|
+
All notable changes to this project will be documented in this file. See
|
|
427
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
428
|
+
|
|
429
|
+
## [3.0.0-alpha.98](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.97...@empathyco/x-components@3.0.0-alpha.98) (2022-05-13)
|
|
430
|
+
|
|
431
|
+
### Features
|
|
432
|
+
|
|
433
|
+
- fix form label warnings
|
|
434
|
+
([2437b09](https://github.com/empathyco/x/commit/2437b096ca1ddb9b97c3207e338b9fb587bc3ea7)),
|
|
435
|
+
closes [EX-6025](https://searchbroker.atlassian.net/browse/EX-6025)
|
|
436
|
+
|
|
437
|
+
# Change Log
|
|
438
|
+
|
|
439
|
+
All notable changes to this project will be documented in this file. See
|
|
440
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
441
|
+
|
|
442
|
+
## [3.0.0-alpha.97](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.96...@empathyco/x-components@3.0.0-alpha.97) (2022-05-13)
|
|
443
|
+
|
|
444
|
+
### Features
|
|
445
|
+
|
|
446
|
+
- move `response` types to `@empathyco/x-types`
|
|
447
|
+
([77fb812](https://github.com/empathyco/x/commit/77fb812b77fe0c84462a4b5b2eb7f0439e2d8061)),
|
|
448
|
+
closes [EX-6092](https://searchbroker.atlassian.net/browse/EX-6092)
|
|
449
|
+
|
|
450
|
+
# Change Log
|
|
451
|
+
|
|
452
|
+
All notable changes to this project will be documented in this file. See
|
|
453
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
454
|
+
|
|
455
|
+
## [3.0.0-alpha.96](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.95...@empathyco/x-components@3.0.0-alpha.96) (2022-05-13)
|
|
456
|
+
|
|
457
|
+
### ⚠ BREAKING CHANGES
|
|
458
|
+
|
|
459
|
+
- **facets:** Renamed method `registerFilterModifier` in `FilterEntityFactory` to
|
|
460
|
+
`registerModifierByFacetId`.
|
|
461
|
+
- **facets:** Changed `modifiers` parameter of `registerFilterModifier` in `FilterEntityFactory`
|
|
462
|
+
from a single array in favour of rest parameters.
|
|
463
|
+
|
|
464
|
+
### Features
|
|
465
|
+
|
|
466
|
+
- **facets:** add `registerModifierByFilterModelName`
|
|
467
|
+
([36956a1](https://github.com/empathyco/x/commit/36956a13b33cc5430381d33ac53cd33b706136da)),
|
|
468
|
+
closes [EX-6106](https://searchbroker.atlassian.net/browse/EX-6106)
|
|
469
|
+
|
|
470
|
+
# Change Log
|
|
471
|
+
|
|
472
|
+
All notable changes to this project will be documented in this file. See
|
|
473
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
474
|
+
|
|
475
|
+
## [3.0.0-alpha.95](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.94...@empathyco/x-components@3.0.0-alpha.95) (2022-05-11)
|
|
476
|
+
|
|
477
|
+
### ⚠ BREAKING CHANGES
|
|
478
|
+
|
|
479
|
+
- Request types moved to `x-types` package. Change the imports from `x-adapter` to `x-type`.
|
|
480
|
+
- Removed `TaggingInfo` type. Use `TaggingRequest` from `@empathyco/x-types` instead.
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
- move `Request` types to `x-types` package
|
|
485
|
+
([7cc85c1](https://github.com/empathyco/x/commit/7cc85c1d371b604b3188d8cc2076eab5fc9460e4)),
|
|
486
|
+
closes [EX-6066](https://searchbroker.atlassian.net/browse/EX-6066)
|
|
487
|
+
|
|
488
|
+
# Change Log
|
|
489
|
+
|
|
490
|
+
All notable changes to this project will be documented in this file. See
|
|
491
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
492
|
+
|
|
493
|
+
## [3.0.0-alpha.94](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.93...@empathyco/x-components@3.0.0-alpha.94) (2022-05-09)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
496
|
+
|
|
497
|
+
# Change Log
|
|
498
|
+
|
|
499
|
+
All notable changes to this project will be documented in this file. See
|
|
500
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
501
|
+
|
|
502
|
+
## [3.0.0-alpha.93](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.92...@empathyco/x-components@3.0.0-alpha.93) (2022-05-06)
|
|
503
|
+
|
|
504
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
505
|
+
|
|
506
|
+
# Change Log
|
|
507
|
+
|
|
508
|
+
All notable changes to this project will be documented in this file. See
|
|
509
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
510
|
+
|
|
511
|
+
## [3.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.91...@empathyco/x-components@3.0.0-alpha.92) (2022-05-05)
|
|
512
|
+
|
|
513
|
+
### Features
|
|
514
|
+
|
|
515
|
+
- **facets:** expose `clickEvents` as a `prop` in filters components using a `RenderlessFilter`
|
|
516
|
+
([013d83d](https://github.com/empathyco/x/commit/013d83d93ac734a1365bbf98a19ae15dc2f1a64b)),
|
|
517
|
+
closes [EX-5986](https://searchbroker.atlassian.net/browse/EX-5986)
|
|
518
|
+
|
|
519
|
+
# Change Log
|
|
520
|
+
|
|
521
|
+
All notable changes to this project will be documented in this file. See
|
|
522
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
523
|
+
|
|
524
|
+
## [3.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.90...@empathyco/x-components@3.0.0-alpha.91) (2022-05-04)
|
|
525
|
+
|
|
526
|
+
### Features
|
|
527
|
+
|
|
528
|
+
- add `alt-text` accessibility
|
|
529
|
+
([da5a10a](https://github.com/empathyco/x/commit/da5a10a236aae5fae96943fe0ad54849df15e7f5)),
|
|
530
|
+
closes [EX-5930](https://searchbroker.atlassian.net/browse/EX-5930)
|
|
531
|
+
|
|
532
|
+
# Change Log
|
|
533
|
+
|
|
534
|
+
All notable changes to this project will be documented in this file. See
|
|
535
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
536
|
+
|
|
537
|
+
## [3.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.89...@empathyco/x-components@3.0.0-alpha.90) (2022-05-03)
|
|
538
|
+
|
|
539
|
+
### Features
|
|
540
|
+
|
|
541
|
+
- **history-queries:** add `MyHistory` component
|
|
542
|
+
([9929212](https://github.com/empathyco/x/commit/992921275edcca7a6c14ab6dfeaa2dbacae6a5e8)),
|
|
543
|
+
closes [EX-5703](https://searchbroker.atlassian.net/browse/EX-5703)
|
|
544
|
+
|
|
545
|
+
# Change Log
|
|
546
|
+
|
|
547
|
+
All notable changes to this project will be documented in this file. See
|
|
548
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
549
|
+
|
|
550
|
+
## [3.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.88...@empathyco/x-components@3.0.0-alpha.89) (2022-04-29)
|
|
551
|
+
|
|
552
|
+
### Build System
|
|
553
|
+
|
|
554
|
+
- **deps:** update eslint-plugin dependencies (#447)
|
|
555
|
+
([51d60f0](https://github.com/empathyco/x/commit/51d60f0e11fa9667a784bbdb10ba1f39159b382f)),
|
|
556
|
+
closes [EX-5383](https://searchbroker.atlassian.net/browse/EX-5383)
|
|
557
|
+
|
|
558
|
+
# Change Log
|
|
559
|
+
|
|
560
|
+
All notable changes to this project will be documented in this file. See
|
|
561
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
562
|
+
|
|
563
|
+
## [3.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.87...@empathyco/x-components@3.0.0-alpha.88) (2022-04-29)
|
|
564
|
+
|
|
565
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
566
|
+
|
|
567
|
+
# Change Log
|
|
568
|
+
|
|
569
|
+
All notable changes to this project will be documented in this file. See
|
|
570
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
571
|
+
|
|
572
|
+
## [3.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.85...@empathyco/x-components@3.0.0-alpha.86) (2022-04-19)
|
|
573
|
+
|
|
574
|
+
### Features
|
|
575
|
+
|
|
576
|
+
- **eslint:** add `vuejs-accessibility` plugin (#427)
|
|
577
|
+
([6789771](https://github.com/empathyco/x/commit/6789771ab88a909552da74095694a4c2a191a51d)),
|
|
578
|
+
closes [EX-5845](https://searchbroker.atlassian.net/browse/EX-5845)
|
|
579
|
+
|
|
580
|
+
# Change Log
|
|
581
|
+
|
|
582
|
+
All notable changes to this project will be documented in this file. See
|
|
583
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
584
|
+
|
|
585
|
+
## [3.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.84...@empathyco/x-components@3.0.0-alpha.85) (2022-04-14)
|
|
586
|
+
|
|
587
|
+
### Features
|
|
588
|
+
|
|
589
|
+
- extract SessionService to x-utils package
|
|
590
|
+
([5268808](https://github.com/empathyco/x/commit/52688087e577dfd7ce9b0669b21ada75ae67053c))
|
|
591
|
+
|
|
592
|
+
# Change Log
|
|
593
|
+
|
|
594
|
+
All notable changes to this project will be documented in this file. See
|
|
595
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
596
|
+
|
|
597
|
+
## [3.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.83...@empathyco/x-components@3.0.0-alpha.84) (2022-04-07)
|
|
598
|
+
|
|
599
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
600
|
+
|
|
601
|
+
# Change Log
|
|
602
|
+
|
|
603
|
+
All notable changes to this project will be documented in this file. See
|
|
604
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
605
|
+
|
|
606
|
+
## [3.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.82...@empathyco/x-components@3.0.0-alpha.83) (2022-04-07)
|
|
607
|
+
|
|
608
|
+
### Code Refactoring
|
|
609
|
+
|
|
610
|
+
- move DeepPartial type from x-components to x-utils
|
|
611
|
+
([a26f0c5](https://github.com/empathyco/x/commit/a26f0c54317f17144b4262c60b0a0dc086883eb9)),
|
|
612
|
+
closes [EX-5835](https://searchbroker.atlassian.net/browse/EX-5835)
|
|
613
|
+
|
|
614
|
+
### Documentation
|
|
615
|
+
|
|
616
|
+
- activating ready live-examples
|
|
617
|
+
([953e6c2](https://github.com/empathyco/x/commit/953e6c2ead73cd464fbb861bcc917134eac478a1)),
|
|
618
|
+
closes [EX-5705](https://searchbroker.atlassian.net/browse/EX-5705)
|
|
619
|
+
|
|
620
|
+
# Change Log
|
|
621
|
+
|
|
622
|
+
All notable changes to this project will be documented in this file. See
|
|
623
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
624
|
+
|
|
625
|
+
## [3.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.81...@empathyco/x-components@3.0.0-alpha.82) (2022-04-05)
|
|
626
|
+
|
|
627
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
628
|
+
|
|
629
|
+
# Change Log
|
|
630
|
+
|
|
631
|
+
All notable changes to this project will be documented in this file. See
|
|
632
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
633
|
+
|
|
634
|
+
## [3.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.80...@empathyco/x-components@3.0.0-alpha.81) (2022-04-05)
|
|
635
|
+
|
|
636
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
637
|
+
|
|
638
|
+
# Change Log
|
|
639
|
+
|
|
640
|
+
All notable changes to this project will be documented in this file. See
|
|
641
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
642
|
+
|
|
643
|
+
## [3.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.79...@empathyco/x-components@3.0.0-alpha.80) (2022-04-04)
|
|
644
|
+
|
|
645
|
+
### Testing
|
|
646
|
+
|
|
647
|
+
- Restructure files for non global step def (#382)
|
|
648
|
+
([d212692](https://github.com/empathyco/x/commit/d21269273e87e58312fde996fd9be3e5883958b4)),
|
|
649
|
+
closes [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
650
|
+
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
651
|
+
[EX-5739](https://searchbroker.atlassian.net/browse/EX-5739)
|
|
652
|
+
|
|
653
|
+
# Change Log
|
|
654
|
+
|
|
655
|
+
All notable changes to this project will be documented in this file. See
|
|
656
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
657
|
+
|
|
658
|
+
## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.78...@empathyco/x-components@3.0.0-alpha.79) (2022-04-04)
|
|
659
|
+
|
|
660
|
+
### Build System
|
|
661
|
+
|
|
662
|
+
- **deps:** Upgrade Cypress and Vue Cli plugins versions. (#399)
|
|
663
|
+
([630d6b0](https://github.com/empathyco/x/commit/630d6b0d767a3484140ecd252e2be10817e0900d)),
|
|
664
|
+
closes [EX-5417](https://searchbroker.atlassian.net/browse/EX-5417)
|
|
665
|
+
|
|
666
|
+
# Change Log
|
|
667
|
+
|
|
668
|
+
All notable changes to this project will be documented in this file. See
|
|
669
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
670
|
+
|
|
671
|
+
## [3.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.77...@empathyco/x-components@3.0.0-alpha.78) (2022-04-04)
|
|
672
|
+
|
|
673
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
674
|
+
|
|
675
|
+
# Change Log
|
|
676
|
+
|
|
677
|
+
All notable changes to this project will be documented in this file. See
|
|
678
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
679
|
+
|
|
680
|
+
## [3.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.76...@empathyco/x-components@3.0.0-alpha.77) (2022-04-01)
|
|
681
|
+
|
|
682
|
+
### Code Refactoring
|
|
683
|
+
|
|
684
|
+
- move `object` utils from `x-components` to `x-utils`
|
|
685
|
+
([512b350](https://github.com/empathyco/x/commit/512b350da4a3dd73ddbd78a7b2965a1e07735a8e)),
|
|
686
|
+
closes [EX-5793](https://searchbroker.atlassian.net/browse/EX-5793)
|
|
687
|
+
|
|
688
|
+
# Change Log
|
|
689
|
+
|
|
690
|
+
All notable changes to this project will be documented in this file. See
|
|
691
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
692
|
+
|
|
693
|
+
## [3.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.75...@empathyco/x-components@3.0.0-alpha.76) (2022-04-01)
|
|
694
|
+
|
|
695
|
+
### Code Refactoring
|
|
696
|
+
|
|
697
|
+
- move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
|
|
698
|
+
([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
|
|
699
|
+
closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
|
|
700
|
+
|
|
701
|
+
### Documentation
|
|
702
|
+
|
|
703
|
+
- fix links and update repository information and development setup for `x-components` (#394)
|
|
704
|
+
([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
|
|
705
|
+
|
|
706
|
+
# Change Log
|
|
707
|
+
|
|
708
|
+
All notable changes to this project will be documented in this file. See
|
|
709
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
710
|
+
|
|
711
|
+
## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
|
|
712
|
+
|
|
713
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
714
|
+
|
|
715
|
+
## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
|
|
716
|
+
|
|
717
|
+
### Bug Fixes
|
|
718
|
+
|
|
719
|
+
- **base-currency:** format preference goes prop to be injected by default
|
|
720
|
+
([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
|
|
721
|
+
closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
|
|
722
|
+
|
|
723
|
+
# Change Log
|
|
724
|
+
|
|
725
|
+
All notable changes to this project will be documented in this file. See
|
|
726
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
727
|
+
|
|
728
|
+
## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
|
|
729
|
+
|
|
730
|
+
### Features
|
|
731
|
+
|
|
732
|
+
- **history-queries:** add toggle to enable/disable the history queries
|
|
733
|
+
([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
|
|
734
|
+
closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
|
|
735
|
+
|
|
736
|
+
## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
|
|
737
|
+
|
|
738
|
+
### Documentation
|
|
739
|
+
|
|
740
|
+
- Update documentation to differentiate integration from development
|
|
741
|
+
([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
|
|
742
|
+
closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
|
|
743
|
+
|
|
744
|
+
## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
|
|
745
|
+
|
|
746
|
+
### Testing
|
|
747
|
+
|
|
748
|
+
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
|
|
749
|
+
([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
|
|
750
|
+
|
|
751
|
+
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
|
|
752
|
+
|
|
753
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
754
|
+
|
|
755
|
+
## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
|
|
756
|
+
|
|
757
|
+
### Features
|
|
758
|
+
|
|
759
|
+
- **history-queries:** add `my-history` component
|
|
760
|
+
([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
|
|
761
|
+
closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
|
|
762
|
+
|
|
763
|
+
## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
|
|
764
|
+
|
|
765
|
+
### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- prevent node-ipc vulnerability
|
|
768
|
+
([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
|
|
769
|
+
|
|
770
|
+
## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
|
|
771
|
+
|
|
772
|
+
### ⚠ BREAKING CHANGES
|
|
773
|
+
|
|
774
|
+
- Remove `selected` and `previous` logic from related tags.
|
|
775
|
+
- Remove `EmpathyRequestRelatedTagsQueryMapper`.
|
|
776
|
+
|
|
777
|
+
### Features
|
|
778
|
+
|
|
779
|
+
- move related tags concatenation logic (#365)
|
|
780
|
+
([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
|
|
781
|
+
closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
|
|
782
|
+
|
|
783
|
+
## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
|
|
784
|
+
|
|
785
|
+
### Testing
|
|
786
|
+
|
|
787
|
+
- **e2e:** Fix E2E tests in Firefox
|
|
788
|
+
([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
|
|
789
|
+
closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
|
|
790
|
+
|
|
791
|
+
## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
|
|
792
|
+
|
|
793
|
+
### Features
|
|
794
|
+
|
|
795
|
+
- update typescript
|
|
796
|
+
([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
|
|
797
|
+
closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
|
|
798
|
+
|
|
799
|
+
## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
|
|
800
|
+
|
|
801
|
+
### Features
|
|
802
|
+
|
|
803
|
+
- Add `setSnippetConfig` function to the `X` API
|
|
804
|
+
([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
|
|
805
|
+
closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
|
|
806
|
+
|
|
807
|
+
## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
|
|
808
|
+
|
|
809
|
+
### Build System
|
|
810
|
+
|
|
811
|
+
- remove `polyfills` support
|
|
812
|
+
([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
|
|
813
|
+
closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
|
|
814
|
+
|
|
815
|
+
## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
|
|
816
|
+
|
|
817
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
818
|
+
|
|
819
|
+
## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
|
|
820
|
+
|
|
821
|
+
### Testing
|
|
822
|
+
|
|
823
|
+
- **e2e:** add `extra-params` scenarios
|
|
824
|
+
([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
|
|
825
|
+
closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
|
|
826
|
+
|
|
827
|
+
## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
|
|
828
|
+
|
|
829
|
+
### Features
|
|
830
|
+
|
|
831
|
+
- **facets:** add facets mixin to share logic between components
|
|
832
|
+
([c8a9046](https://github.com/empathyco/x/commit/c8a904612213cd12040dd6fa1348f6c9a7726eda)),
|
|
833
|
+
closes [EX-2899](https://searchbroker.atlassian.net/browse/EX-2899)
|
|
834
|
+
|
|
835
|
+
### Testing
|
|
836
|
+
|
|
837
|
+
- **e2e:** fix `tagging` using the `mockedAdapter` and replacing `fetch` for `sendBeacon`
|
|
838
|
+
([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
|
|
839
|
+
closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
|
|
840
|
+
|
|
841
|
+
## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
|
|
842
|
+
|
|
843
|
+
### Features
|
|
844
|
+
|
|
845
|
+
- **design-system:** add `curated` modifier to the `suggestion`
|
|
846
|
+
([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
|
|
847
|
+
closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
|
|
848
|
+
|
|
849
|
+
## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
|
|
850
|
+
|
|
851
|
+
### Features
|
|
852
|
+
|
|
853
|
+
- **scroll:** add scroll data state to the alias API
|
|
854
|
+
([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
|
|
855
|
+
closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
|
|
856
|
+
|
|
857
|
+
## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
|
|
858
|
+
|
|
859
|
+
### Bug Fixes
|
|
860
|
+
|
|
861
|
+
- **build:** Fix build side effects to include css.
|
|
862
|
+
([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
|
|
863
|
+
closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
|
|
864
|
+
|
|
865
|
+
## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
|
|
866
|
+
|
|
867
|
+
### Bug Fixes
|
|
868
|
+
|
|
869
|
+
- **decorators:** pending `debounced` execution is cancelled when the component is destroyed
|
|
870
|
+
([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
|
|
871
|
+
closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
|
|
872
|
+
|
|
873
|
+
## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
|
|
874
|
+
|
|
875
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
876
|
+
|
|
877
|
+
## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
|
|
878
|
+
|
|
879
|
+
### ⚠ BREAKING CHANGES
|
|
880
|
+
|
|
881
|
+
- **components:** Removed `CollapseFromTop` Animation. Use `animateScale()` instead.
|
|
882
|
+
- **components:** Removed `TranslateFromLeft` and `TranslateFromRight` components. Use
|
|
883
|
+
`animateTranslate('left')` and `animateTranslate('right')` instead.
|
|
884
|
+
|
|
885
|
+
### Features
|
|
886
|
+
|
|
887
|
+
- **components:** created abstract factory for animations
|
|
888
|
+
([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
|
|
889
|
+
closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
|
|
890
|
+
|
|
891
|
+
## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
|
|
892
|
+
|
|
893
|
+
### Continuous Integration
|
|
894
|
+
|
|
895
|
+
- update rollup and plugins version
|
|
896
|
+
([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
|
|
897
|
+
closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
|
|
898
|
+
|
|
899
|
+
## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
|
|
900
|
+
|
|
901
|
+
### Documentation
|
|
902
|
+
|
|
903
|
+
- fix multiple broken links
|
|
904
|
+
([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
|
|
905
|
+
closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
|
|
906
|
+
|
|
907
|
+
## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
|
|
908
|
+
|
|
909
|
+
### Code Refactoring
|
|
910
|
+
|
|
911
|
+
- change to the top of the wiring the ParamsLoadedFromUrl event.
|
|
912
|
+
([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
|
|
913
|
+
closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
|
|
914
|
+
|
|
915
|
+
## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
|
|
916
|
+
|
|
917
|
+
### Features
|
|
918
|
+
|
|
919
|
+
- **design-system:** change curated tag toke values to reuse default ones.
|
|
920
|
+
([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
|
|
921
|
+
closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
|
|
922
|
+
|
|
923
|
+
## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
|
|
924
|
+
|
|
925
|
+
### Continuous Integration
|
|
926
|
+
|
|
927
|
+
- release alpha version on every push to main branch
|
|
928
|
+
([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
|
|
929
|
+
closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
|
|
930
|
+
|
|
931
|
+
## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
|
|
932
|
+
|
|
933
|
+
### ⚠ BREAKING CHANGES
|
|
934
|
+
|
|
935
|
+
- **facets:** Remove `BaseFilter` component. Use `RenderlessFilter`instead.
|
|
936
|
+
|
|
937
|
+
### Features
|
|
938
|
+
|
|
939
|
+
- **design-system:** add curated tags (#311)
|
|
940
|
+
([9f40c2b](https://github.com/empathyco/x/commit/9f40c2b17eb08353efc964dba075470877eead46)),
|
|
941
|
+
closes [EX-5089](https://searchbroker.atlassian.net/browse/EX-5089)
|
|
942
|
+
- **extra-params:** add option to add more extra params using a prop in `SnippetConfigExtraParams`
|
|
943
|
+
component
|
|
944
|
+
([7f9f8b2](https://github.com/empathyco/x/commit/7f9f8b2a7d2a78ed5a101f6e005fffa4f20d3594)),
|
|
945
|
+
closes [EX-5205](https://searchbroker.atlassian.net/browse/EX-5205)
|
|
946
|
+
- **facets:** change `NumberRangeFilter` component to use `RenderlessFilter` instead of `BaseFilter`
|
|
947
|
+
([f0edfac](https://github.com/empathyco/x/commit/f0edfac14a184ed7fefd27e1c1e700848ada4471)),
|
|
948
|
+
closes [EX-3953](https://searchbroker.atlassian.net/browse/EX-3953)
|
|
949
|
+
- update polyfills plugin to work with chunks
|
|
950
|
+
([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
|
|
951
|
+
closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
|
|
952
|
+
|
|
953
|
+
## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
|
|
954
|
+
|
|
955
|
+
### Features
|
|
956
|
+
|
|
957
|
+
- **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload
|
|
958
|
+
([a18b8fa](https://github.com/empathyco/x/commit/a18b8fafcc7607fef82d3c9fb1211669f3bbc8a3)),
|
|
959
|
+
closes [EX-5324](https://searchbroker.atlassian.net/browse/EX-5324)
|
|
960
|
+
- **components:** Allow `BaseResultAddToCart` to use external listeners.
|
|
961
|
+
([a596c07](https://github.com/empathyco/x/commit/a596c07c1ead0e8d3fcf169afddaf15ad6d92e47)),
|
|
962
|
+
closes [EX-5323](https://searchbroker.atlassian.net/browse/EX-5323)
|
|
963
|
+
- **EX-3539:** track PDP add to cart (#306)
|
|
964
|
+
([dcad4f6](https://github.com/empathyco/x/commit/dcad4f69ce6b267960f882b3831459e372086272)),
|
|
965
|
+
closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
|
|
966
|
+
[EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
|
|
967
|
+
|
|
968
|
+
## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
|
|
969
|
+
|
|
970
|
+
### Bug Fixes
|
|
971
|
+
|
|
972
|
+
- **components:** Fix BaseGrid auto columns CSS. (#308)
|
|
973
|
+
([77563f0](https://github.com/empathyco/x/commit/77563f0eb71d806fb2cefb88b750c4852918b8c0)),
|
|
974
|
+
closes [EX-5295](https://searchbroker.atlassian.net/browse/EX-5295)
|
|
975
|
+
|
|
976
|
+
### Build System
|
|
977
|
+
|
|
978
|
+
- Fix colors.js dependency issue
|
|
979
|
+
([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
|
|
980
|
+
closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
|
|
981
|
+
|
|
982
|
+
## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
|
|
983
|
+
|
|
984
|
+
### Features
|
|
985
|
+
|
|
986
|
+
- **design-system:** allow suggestions to be tags
|
|
987
|
+
([24c94bb](https://github.com/empathyco/x/commit/24c94bb604f87a2135a36be5a298f053eba80738)),
|
|
988
|
+
closes [EX-4917](https://searchbroker.atlassian.net/browse/EX-4917)
|
|
989
|
+
|
|
990
|
+
### Bug Fixes
|
|
991
|
+
|
|
992
|
+
- **url:** default `extra params` are now properly restored
|
|
993
|
+
([5540929](https://github.com/empathyco/x/commit/554092985a394e1d2b6087b1129282993da7e8c6)),
|
|
994
|
+
closes [EX-5203](https://searchbroker.atlassian.net/browse/EX-5203)
|
|
995
|
+
|
|
996
|
+
### Testing
|
|
997
|
+
|
|
998
|
+
- **e2e:** make `tagging` tests wait for redirection before assertion
|
|
999
|
+
([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
|
|
1000
|
+
closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
|
|
1001
|
+
|
|
1002
|
+
## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
|
|
1003
|
+
|
|
1004
|
+
### ⚠ BREAKING CHANGES
|
|
1005
|
+
|
|
1006
|
+
- **components:** `SlidingPanel` buttons do not have the round variant set by default.
|
|
1007
|
+
|
|
1008
|
+
### Features
|
|
1009
|
+
|
|
1010
|
+
- **components:** add `buttonClass` prop in `SlidingPanel`
|
|
1011
|
+
([fa554a2](https://github.com/empathyco/x/commit/fa554a2231ec9a00b5aea566970c2b7b0d34845f)),
|
|
1012
|
+
closes [EX-5233](https://searchbroker.atlassian.net/browse/EX-5233)
|
|
1013
|
+
- **components:** add Result Rating component
|
|
1014
|
+
([db5cbb5](https://github.com/empathyco/x/commit/db5cbb5779e0e503ec934df4cda3dd241c49fc8e)),
|
|
1015
|
+
closes [EX-5243](https://searchbroker.atlassian.net/browse/EX-5243)
|
|
1016
|
+
|
|
1017
|
+
### Bug Fixes
|
|
1018
|
+
|
|
1019
|
+
- **design-system:** Fix some style issues and add two missing utilities
|
|
1020
|
+
([c4ae728](https://github.com/empathyco/x/commit/c4ae728d78b36ee566ca283626e36bf9b6aed07f)),
|
|
1021
|
+
closes [EX-5270](https://searchbroker.atlassian.net/browse/EX-5270)
|
|
1022
|
+
- **identifier-results:** Fix default plugin config. (#296)
|
|
1023
|
+
([68d4b93](https://github.com/empathyco/x/commit/68d4b93f3f8d439814a11055ac657c0bce5accfd)),
|
|
1024
|
+
closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
1025
|
+
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
1026
|
+
|
|
1027
|
+
## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
|
|
1028
|
+
|
|
1029
|
+
### Features
|
|
1030
|
+
|
|
1031
|
+
- **components:** Add icons for Arrows UP DOWN LEFT and RIGHT. (#295)
|
|
1032
|
+
([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
|
|
1033
|
+
closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
|
|
1034
|
+
|
|
1035
|
+
## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
|
|
1036
|
+
|
|
1037
|
+
### Features
|
|
1038
|
+
|
|
1039
|
+
- **design-system:** Add more utility classes.
|
|
1040
|
+
([592e076](https://github.com/empathyco/x/commit/592e0761d201d80fdf62ba260ac4ef0847fb7f17)),
|
|
1041
|
+
closes [EX-5241](https://searchbroker.atlassian.net/browse/EX-5241)
|
|
1042
|
+
- **desing-system:** Add `Grid2RowsIcon` component
|
|
1043
|
+
([cbd014f](https://github.com/empathyco/x/commit/cbd014fb1a07c2aa738c3ef828c9caf5ec9ded39)),
|
|
1044
|
+
closes [EX-5238](https://searchbroker.atlassian.net/browse/EX-5238)
|
|
1045
|
+
|
|
1046
|
+
### Bug Fixes
|
|
1047
|
+
|
|
1048
|
+
- **design-system:** Fix grid styles to stretch cells.
|
|
1049
|
+
([3292229](https://github.com/empathyco/x/commit/32922290173cc87fe5c82934b9a9e01dc27b3c23)),
|
|
1050
|
+
closes [EX-5239](https://searchbroker.atlassian.net/browse/EX-5239)
|
|
1051
|
+
- **design-system:** Fix Sliding Panel styles.
|
|
1052
|
+
([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
|
|
1053
|
+
closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
|
|
1054
|
+
|
|
1055
|
+
## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
|
|
1056
|
+
|
|
1057
|
+
### Features
|
|
1058
|
+
|
|
1059
|
+
- **next-queries:** add isCurated property
|
|
1060
|
+
([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
|
|
1061
|
+
closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
|
|
1062
|
+
|
|
1063
|
+
## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
|
|
1064
|
+
|
|
1065
|
+
### Features
|
|
1066
|
+
|
|
1067
|
+
- **tagging:** add new `SearchTaggingReceived` event for tracking the query
|
|
1068
|
+
([d58b697](https://github.com/empathyco/x/commit/d58b69730915ccd6fb2b0656ff7280450275b5be)),
|
|
1069
|
+
closes [EX-5170](https://searchbroker.atlassian.net/browse/EX-5170)
|
|
1070
|
+
|
|
1071
|
+
### Bug Fixes
|
|
1072
|
+
|
|
1073
|
+
- **components:** `SlidingPanel` can now disable the resetting scroll … (#286)
|
|
1074
|
+
([788eb18](https://github.com/empathyco/x/commit/788eb18bf0e066d932484143d0412497f3dada6e)),
|
|
1075
|
+
closes [EX-5197](https://searchbroker.atlassian.net/browse/EX-5197)
|
|
1076
|
+
- **related-tags:** clear selected related tags when user changes extra params
|
|
1077
|
+
([b2d9b94](https://github.com/empathyco/x/commit/b2d9b94053aebbbda41659dbc3e4602931fd1bb5)),
|
|
1078
|
+
closes [EX-5188](https://searchbroker.atlassian.net/browse/EX-5188)
|
|
1079
|
+
- **search:** batch state reset calls after a search.request parameter changes (#283)
|
|
1080
|
+
([492e856](https://github.com/empathyco/x/commit/492e8566913428426459ada29ca4963730cfcd7c)),
|
|
1081
|
+
closes [EX-5057](https://searchbroker.atlassian.net/browse/EX-5057)
|
|
1082
|
+
- **search:** next page is now requested if it has less than the page size results. (#284)
|
|
1083
|
+
([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
|
|
1084
|
+
closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
|
|
1085
|
+
|
|
1086
|
+
## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
|
|
1087
|
+
|
|
1088
|
+
### Features
|
|
1089
|
+
|
|
1090
|
+
- **design-system:** Add bottom variant to `x-shadow` utility in the Design System
|
|
1091
|
+
([a23552f](https://github.com/empathyco/x/commit/a23552f29d1ec1b7939c770862d91f9e2f3a4890)),
|
|
1092
|
+
closes [EX-5184](https://searchbroker.atlassian.net/browse/EX-5184)
|
|
1093
|
+
|
|
1094
|
+
### Bug Fixes
|
|
1095
|
+
|
|
1096
|
+
- Fix multiple issues.
|
|
1097
|
+
([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
|
|
1098
|
+
closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
|
|
1099
|
+
|
|
1100
|
+
## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
|
|
1101
|
+
|
|
1102
|
+
### Features
|
|
1103
|
+
|
|
1104
|
+
- **desing-system:** Add new color tokens. (#275)
|
|
1105
|
+
([e93fcc4](https://github.com/empathyco/x/commit/e93fcc4cea0e975441695f14a66b0863cb5896af)),
|
|
1106
|
+
closes [EX-5171](https://searchbroker.atlassian.net/browse/EX-5171)
|
|
1107
|
+
- **test:** refactor base tests to cypress component testing
|
|
1108
|
+
([dc7a924](https://github.com/empathyco/x/commit/dc7a924b612411470742d222bcc6531fa656ce13)),
|
|
1109
|
+
closes [EX-4928](https://searchbroker.atlassian.net/browse/EX-4928)
|
|
1110
|
+
- **x-plugin:** Add selected sort (#274)
|
|
1111
|
+
([b4c0d14](https://github.com/empathyco/x/commit/b4c0d140ca5eba8de189068fef5dd2a6249c1207)),
|
|
1112
|
+
closes [EX-5165](https://searchbroker.atlassian.net/browse/EX-5165)
|
|
1113
|
+
|
|
1114
|
+
### Bug Fixes
|
|
1115
|
+
|
|
1116
|
+
- **components:** Fix infinite scroll not working in Android Chrome. (#277)
|
|
1117
|
+
([19c3d77](https://github.com/empathyco/x/commit/19c3d77f124a1bbc099bae0e5dbb80fb30a132a1)),
|
|
1118
|
+
closes [EX-5181](https://searchbroker.atlassian.net/browse/EX-5181)
|
|
1119
|
+
- **search:** rows and start parameters calculations moved from getter to action to avoid multiple
|
|
1120
|
+
requests
|
|
1121
|
+
([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
|
|
1122
|
+
closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
|
|
1123
|
+
|
|
1124
|
+
## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
|
|
1125
|
+
|
|
1126
|
+
### Features
|
|
1127
|
+
|
|
1128
|
+
- **scroll:** remove animations on pending element to scroll
|
|
1129
|
+
([7a33653](https://github.com/empathyco/x/commit/7a336531c4fedb2c38133a5464f9b7e9736cef68)),
|
|
1130
|
+
closes [EX-5025](https://searchbroker.atlassian.net/browse/EX-5025)
|
|
1131
|
+
- **tagging:** Include 'location' parameter to track result events. (#273)
|
|
1132
|
+
([69bab4b](https://github.com/empathyco/x/commit/69bab4b81f85725f3fc0a9bdc3177db09dd46a40)),
|
|
1133
|
+
closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
1134
|
+
[EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
1135
|
+
|
|
1136
|
+
## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
|
|
1137
|
+
|
|
1138
|
+
### Build System
|
|
1139
|
+
|
|
1140
|
+
- Load PostCSS plugins from rollup build (#272)
|
|
1141
|
+
([aaed2f3](https://github.com/empathyco/x/commit/aaed2f328b0b7252853922703283c77bcd1221d0)),
|
|
1142
|
+
closes [EX-5162](https://searchbroker.atlassian.net/browse/EX-5162)
|
|
7
1143
|
|
|
1144
|
+
### Testing
|
|
8
1145
|
|
|
9
|
-
|
|
1146
|
+
- **e2e:** fix tagging tests (#270)
|
|
1147
|
+
([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
|
|
1148
|
+
closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
|
|
10
1149
|
|
|
11
|
-
|
|
1150
|
+
## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
|
|
12
1151
|
|
|
1152
|
+
### Features
|
|
13
1153
|
|
|
1154
|
+
- **components:** fix 'BaseRating' component styles (#264)
|
|
1155
|
+
([053447f](https://github.com/empathyco/x/commit/053447fdb2884f04f6099b6b78876c006568a644)),
|
|
1156
|
+
closes [EX-5096](https://searchbroker.atlassian.net/browse/EX-5096)
|
|
1157
|
+
- **plugin:** move alias creation from created hook to beforeCreated
|
|
1158
|
+
([57f98e6](https://github.com/empathyco/x/commit/57f98e6587c0c589c4b6581a5f2c1da1a45757d8)),
|
|
1159
|
+
closes [EX-4331](https://searchbroker.atlassian.net/browse/EX-4331)
|
|
1160
|
+
- **tagging:** track pending query
|
|
1161
|
+
([e6c8fd4](https://github.com/empathyco/x/commit/e6c8fd401b28b2e931ebf78697f218f53134cc5a)),
|
|
1162
|
+
closes [EX-4963](https://searchbroker.atlassian.net/browse/EX-4963)
|
|
1163
|
+
- **tagging:** track result click events
|
|
1164
|
+
([81f009b](https://github.com/empathyco/x/commit/81f009b0a6264c44436082e457bcb4a12daf5d19)),
|
|
1165
|
+
closes [EX-3527](https://searchbroker.atlassian.net/browse/EX-3527)
|
|
1166
|
+
- **tagging:** track the 'UserClickedResultAddToCart'event in tagging
|
|
1167
|
+
([873d345](https://github.com/empathyco/x/commit/873d345d67199a64fe9f10c70944b4f74f290405)),
|
|
1168
|
+
closes [EX-3529](https://searchbroker.atlassian.net/browse/EX-3529)
|
|
1169
|
+
- **wiring:** add force and cancel support to debounce and throttle wire operators. Update rxjs to
|
|
1170
|
+
v7. ([1fe2f29](https://github.com/empathyco/x/commit/1fe2f298589b1aa44798f3911379fe11905a43a9)),
|
|
1171
|
+
closes [EX-5123](https://searchbroker.atlassian.net/browse/EX-5123)
|
|
14
1172
|
|
|
15
|
-
|
|
1173
|
+
### Bug Fixes
|
|
16
1174
|
|
|
1175
|
+
- **components:** Export missing layout components
|
|
1176
|
+
([15986f5](https://github.com/empathyco/x/commit/15986f56b8b78b49abe70936c0bd2ba6d85a6bbb)),
|
|
1177
|
+
closes [EX-5160](https://searchbroker.atlassian.net/browse/EX-5160)
|
|
1178
|
+
- **extra-params:** prevent callbacks option from the snippet config to be taken as extra params
|
|
1179
|
+
([2940d2c](https://github.com/empathyco/x/commit/2940d2c7163904a193c459892792b2153de7d079)),
|
|
1180
|
+
closes [EX-5104](https://searchbroker.atlassian.net/browse/EX-5104)
|
|
17
1181
|
|
|
18
|
-
###
|
|
1182
|
+
### Testing
|
|
1183
|
+
|
|
1184
|
+
- **e2e:** make url tests intercept tracking and wait for each request
|
|
1185
|
+
([393dbea](https://github.com/empathyco/x/commit/393dbea71648b010a4f3d197c180c91741c6054b)),
|
|
1186
|
+
closes [EX-5127](https://searchbroker.atlassian.net/browse/EX-5127)
|
|
19
1187
|
|
|
20
|
-
|
|
21
|
-
* **facets-next:** add `HierarchicalFilterEntity` (#75) ([d633721](https://github.com/empathyco/x/commit/d633721b6c795ee9145925d366216edd616b0807)), closes [EX-4354](https://searchbroker.atlassian.net/browse/EX-4354)
|
|
22
|
-
* **facets-next:** add `RawFilterEntity` ([f87d873](https://github.com/empathyco/x/commit/f87d8737d8a2049f7311294f7c260b36f542014b)), closes [EX-4358](https://searchbroker.atlassian.net/browse/EX-4358)
|
|
1188
|
+
### Documentation
|
|
23
1189
|
|
|
1190
|
+
- add guide for integrating X Interface into an existing website
|
|
1191
|
+
([9e14a52](https://github.com/empathyco/x/commit/9e14a52389c77deede822643e50b34e5bbf78ddf)),
|
|
1192
|
+
closes [EX-5143](https://searchbroker.atlassian.net/browse/EX-5143)
|
|
1193
|
+
- change h1 to be h2
|
|
1194
|
+
([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
|
|
1195
|
+
closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
|
|
24
1196
|
|
|
1197
|
+
## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
|
|
25
1198
|
|
|
26
|
-
|
|
1199
|
+
### Features
|
|
1200
|
+
|
|
1201
|
+
- **search-box:** focus search input after clicking clear search button
|
|
1202
|
+
([d28994c](https://github.com/empathyco/x/commit/d28994c1995834a1adb19798060051089200d7f7)),
|
|
1203
|
+
closes [EX-2242](https://searchbroker.atlassian.net/browse/EX-2242)
|
|
1204
|
+
- **tagging:** move `origin` from `request.getter` to `fetchAndSave.action`
|
|
1205
|
+
([b0bb40d](https://github.com/empathyco/x/commit/b0bb40de5e2ae7f65e2e2df032a1da9a51f0cb4d)),
|
|
1206
|
+
closes [EX-5079](https://searchbroker.atlassian.net/browse/EX-5079)
|
|
1207
|
+
- **url:** set `origin` when navigating
|
|
1208
|
+
([02aa766](https://github.com/empathyco/x/commit/02aa7661a15c3718f4809d094a01b0f684a1f55d)),
|
|
1209
|
+
closes [EX-3541](https://searchbroker.atlassian.net/browse/EX-3541)
|
|
27
1210
|
|
|
1211
|
+
### Documentation
|
|
1212
|
+
|
|
1213
|
+
- Remove docusaurus headers
|
|
1214
|
+
([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
|
|
1215
|
+
closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
|
|
1216
|
+
|
|
1217
|
+
## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
|
|
28
1218
|
|
|
29
1219
|
### Features
|
|
30
1220
|
|
|
31
|
-
|
|
1221
|
+
- **related-tags:** add `isCurated` property to related tags
|
|
1222
|
+
([e063f45](https://github.com/empathyco/x/commit/e063f4560573bcb1bf32fbe49753f2fe6b235cc7)),
|
|
1223
|
+
closes [EX-4940](https://searchbroker.atlassian.net/browse/EX-4940)
|
|
1224
|
+
- **search:** change `saveOriginWire` wire from `SelectedRelatedTagsChanged` to
|
|
1225
|
+
`UserPickedARelatedTag` (#254)
|
|
1226
|
+
([86072b0](https://github.com/empathyco/x/commit/86072b0805a3dc61b75c0a5760cf2c70e125be34)),
|
|
1227
|
+
closes [EX-5078](https://searchbroker.atlassian.net/browse/EX-5078)
|
|
1228
|
+
- **utils:** now `origin` only requires the `feature`
|
|
1229
|
+
([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
|
|
1230
|
+
closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
|
|
32
1231
|
|
|
1232
|
+
## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
|
|
33
1233
|
|
|
34
|
-
###
|
|
1234
|
+
### ⚠ BREAKING CHANGES
|
|
35
1235
|
|
|
36
|
-
|
|
1236
|
+
- **storage-service:** `StorageService` has been renamed to `BrowserStorageService`.
|
|
37
1237
|
|
|
1238
|
+
### Features
|
|
38
1239
|
|
|
39
|
-
|
|
1240
|
+
- **components:** Add `GlobalXBus `component
|
|
1241
|
+
([cc8e28b](https://github.com/empathyco/x/commit/cc8e28b5b5d7f1735c490c0b576d620f4f1dd103)),
|
|
1242
|
+
closes [EX-3535](https://searchbroker.atlassian.net/browse/EX-3535)
|
|
1243
|
+
- **components:** add `SnippetCallbacks` component
|
|
1244
|
+
([0b89a9f](https://github.com/empathyco/x/commit/0b89a9ff0de60194567d47e768bf0f0fb654b998)),
|
|
1245
|
+
closes [EX-5002](https://searchbroker.atlassian.net/browse/EX-5002)
|
|
1246
|
+
- **storage-service:** Rename `StorageService` to `BrowserStorageService`
|
|
1247
|
+
([6bf38fb](https://github.com/empathyco/x/commit/6bf38fb7d14323c84c949e21eaa9c692fb0014d7)),
|
|
1248
|
+
closes [EX-5073](https://searchbroker.atlassian.net/browse/EX-5073)
|
|
40
1249
|
|
|
41
|
-
|
|
1250
|
+
### Bug Fixes
|
|
42
1251
|
|
|
1252
|
+
- **tagging:** now removing the session clears the session from the storage
|
|
1253
|
+
([9328aad](https://github.com/empathyco/x/commit/9328aadca920825bdaddeb565ee47ef0430f25fd)),
|
|
1254
|
+
closes [EX-5074](https://searchbroker.atlassian.net/browse/EX-5074)
|
|
43
1255
|
|
|
1256
|
+
### Build System
|
|
44
1257
|
|
|
45
|
-
|
|
1258
|
+
- update jest dependencies
|
|
1259
|
+
([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
|
|
1260
|
+
closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
|
|
46
1261
|
|
|
1262
|
+
## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
|
|
47
1263
|
|
|
48
1264
|
### Features
|
|
49
1265
|
|
|
50
|
-
|
|
1266
|
+
- **design-system:** add identifier result in suggestion component
|
|
1267
|
+
([d4ce3c2](https://github.com/empathyco/x/commit/d4ce3c2eb1188e38e55e466f65c9da165bf9bfe7)),
|
|
1268
|
+
closes [EX-5065](https://searchbroker.atlassian.net/browse/EX-5065)
|
|
1269
|
+
- **identifier-results:** add extra params in the x-module
|
|
1270
|
+
([6afff42](https://github.com/empathyco/x/commit/6afff426081b645bb0e878c77915a4c319b847d2)),
|
|
1271
|
+
closes [EX-5066](https://searchbroker.atlassian.net/browse/EX-5066)
|
|
1272
|
+
- **tagging:** `track` query
|
|
1273
|
+
([594c656](https://github.com/empathyco/x/commit/594c65649cbf08f586dc9912b367ea39d9da2fa6)),
|
|
1274
|
+
closes [EX-4989](https://searchbroker.atlassian.net/browse/EX-4989)
|
|
1275
|
+
- **tagging:** add feature hardcoded values
|
|
1276
|
+
([ee6db3a](https://github.com/empathyco/x/commit/ee6db3a360228528a109fedc732bd552ad5d5a61)),
|
|
1277
|
+
closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
|
|
51
1278
|
|
|
1279
|
+
### Testing
|
|
52
1280
|
|
|
53
|
-
|
|
1281
|
+
- **e2e:** Reduce command timeout and number of retries.
|
|
1282
|
+
([5e1521f](https://github.com/empathyco/x/commit/5e1521f53aad1e4bfc8f60c7e705422ab2af052c)),
|
|
1283
|
+
closes [EX-5015](https://searchbroker.atlassian.net/browse/EX-5015)
|
|
1284
|
+
- **e2e:** reorder mocked responses
|
|
1285
|
+
([8cab691](https://github.com/empathyco/x/commit/8cab691b553af31d9b5bc80130e16886877f1b60)),
|
|
1286
|
+
closes [EX-4923](https://searchbroker.atlassian.net/browse/EX-4923)
|
|
54
1287
|
|
|
55
|
-
|
|
1288
|
+
### Documentation
|
|
56
1289
|
|
|
1290
|
+
- add new static docs.
|
|
1291
|
+
([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
|
|
1292
|
+
closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
|
|
57
1293
|
|
|
1294
|
+
## [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)
|
|
58
1295
|
|
|
59
|
-
|
|
1296
|
+
### Features
|
|
60
1297
|
|
|
1298
|
+
- **components:** add `LocationProvider` component
|
|
1299
|
+
([b005713](https://github.com/empathyco/x/commit/b0057130d99767efebcd8da6ef669bee81bac567)),
|
|
1300
|
+
closes [EX-4639](https://searchbroker.atlassian.net/browse/EX-4639)
|
|
1301
|
+
- **components:** replace `BaseEventButton` for an html button
|
|
1302
|
+
([6028f16](https://github.com/empathyco/x/commit/6028f16374b794df9233a9aada78933502873864)),
|
|
1303
|
+
closes [EX-5003](https://searchbroker.atlassian.net/browse/EX-5003)
|
|
1304
|
+
- **identifier-results:** add query origin in the identifier results search
|
|
1305
|
+
([9c75236](https://github.com/empathyco/x/commit/9c75236bd21b0c483e01a62eb42a070510ea3cf2)),
|
|
1306
|
+
closes [EX-4873](https://searchbroker.atlassian.net/browse/EX-4873)
|
|
1307
|
+
- remove x installer from router hooks
|
|
1308
|
+
([46fc1cf](https://github.com/empathyco/x/commit/46fc1cf73fccb01d1e97cd80916e33be5d617cf8))
|
|
1309
|
+
- **scroll:** add `MainScroll` and `MainScrollItem`
|
|
1310
|
+
([477c804](https://github.com/empathyco/x/commit/477c804cc6bbd09b1558e1448ce4bfe94e56e85b)),
|
|
1311
|
+
closes [EX-4998](https://searchbroker.atlassian.net/browse/EX-4998)
|
|
1312
|
+
- **scroll:** add empty `XModule`
|
|
1313
|
+
([18e3e6a](https://github.com/empathyco/x/commit/18e3e6a4c17fccc8fedf90b9d644de41b224f716)),
|
|
1314
|
+
closes [EX-4996](https://searchbroker.atlassian.net/browse/EX-4996)
|
|
1315
|
+
- **scroll:** ignore first visible element when it is also the first one observed
|
|
1316
|
+
([4ae670c](https://github.com/empathyco/x/commit/4ae670c87c534ca551da2b6ee44596ff56505f92)),
|
|
1317
|
+
closes [EX-5041](https://searchbroker.atlassian.net/browse/EX-5041)
|
|
1318
|
+
- **scroll:** move scroll related components to the `Scroll` `XModule`
|
|
1319
|
+
([be083fa](https://github.com/empathyco/x/commit/be083fa6f46d7fc1f6d7a2a4288f7d09644da042)),
|
|
1320
|
+
closes [EX-4997](https://searchbroker.atlassian.net/browse/EX-4997)
|
|
1321
|
+
- **search:** add `SearchTaggingChanged` emitter and save coming `queryTagging` from the search
|
|
1322
|
+
response
|
|
1323
|
+
([aeb8cea](https://github.com/empathyco/x/commit/aeb8cea22fbc5abe3e8144000984cbff0e9f37d6)),
|
|
1324
|
+
closes [EX-3525](https://searchbroker.atlassian.net/browse/EX-3525)
|
|
1325
|
+
- **tagging:** add `SessionService`
|
|
1326
|
+
([b9fcbfc](https://github.com/empathyco/x/commit/b9fcbfc0d600a0a4b32245d56c5b00965217e5f5)),
|
|
1327
|
+
closes [EX-4875](https://searchbroker.atlassian.net/browse/EX-4875)
|
|
1328
|
+
- update `Tagging` model
|
|
1329
|
+
([598915c](https://github.com/empathyco/x/commit/598915ced128e3fa5586ff6c870e68cfa2e016c3)),
|
|
1330
|
+
closes [EX-4985](https://searchbroker.atlassian.net/browse/EX-4985)
|
|
1331
|
+
- **x-plugin:** Make XPluginMixin to add the component `location` to metadata.
|
|
1332
|
+
([eb2c03a](https://github.com/empathyco/x/commit/eb2c03a329cd78c42becf09bdf49b860dca74e40)),
|
|
1333
|
+
closes [EX-4869](https://searchbroker.atlassian.net/browse/EX-4869)
|
|
61
1334
|
|
|
62
1335
|
### Bug Fixes
|
|
63
1336
|
|
|
64
|
-
|
|
65
|
-
|
|
1337
|
+
- **identifier-results:** provide resultClickExtraEvents so BaseResultLink emits them when clicked
|
|
1338
|
+
([da2da47](https://github.com/empathyco/x/commit/da2da47ed1a1fe431dfdfc5a16205967c2ec1f06)),
|
|
1339
|
+
closes [EX-4980](https://searchbroker.atlassian.net/browse/EX-4980)
|
|
1340
|
+
|
|
1341
|
+
### Testing
|
|
1342
|
+
|
|
1343
|
+
- **e2e:** add typing to e2e stubs
|
|
1344
|
+
([d218b1b](https://github.com/empathyco/x/commit/d218b1bf4981194aecd9c21606eba01b74472a10))
|
|
1345
|
+
- **e2e:** complete filter tests scenarios
|
|
1346
|
+
([cc25bce](https://github.com/empathyco/x/commit/cc25bcec7dd4eadaec9fe67fae564dde5dcecbbf)),
|
|
1347
|
+
closes [EX-3607](https://searchbroker.atlassian.net/browse/EX-3607)
|
|
1348
|
+
- **e2e:** fix invalid identifier results data test selector
|
|
1349
|
+
([0c1b780](https://github.com/empathyco/x/commit/0c1b780818ee244d506a603603b2e778e50c34f7))
|
|
1350
|
+
- **e2e:** remove sliding panel test wait
|
|
1351
|
+
([84e54ac](https://github.com/empathyco/x/commit/84e54ac582afb4698ef5451a63f272988b58596d)),
|
|
1352
|
+
closes [EX-5009](https://searchbroker.atlassian.net/browse/EX-5009)
|
|
1353
|
+
- **search:** redefine old search tests
|
|
1354
|
+
([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
|
|
1355
|
+
closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
|
|
1356
|
+
|
|
1357
|
+
## [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)
|
|
66
1358
|
|
|
1359
|
+
### Features
|
|
67
1360
|
|
|
1361
|
+
- **url:** set sort values and read them from the url
|
|
1362
|
+
([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
|
|
1363
|
+
closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
|
|
68
1364
|
|
|
69
|
-
## [3.0.0-alpha.
|
|
1365
|
+
## [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)
|
|
70
1366
|
|
|
1367
|
+
### Features
|
|
1368
|
+
|
|
1369
|
+
- **components:** add new fixed header and aside layout
|
|
1370
|
+
([e2c0ed5](https://github.com/empathyco/x/commit/e2c0ed5ad2ea0015b7d6d330d97499ad64d8947c)),
|
|
1371
|
+
closes [EX-4821](https://searchbroker.atlassian.net/browse/EX-4821)
|
|
1372
|
+
- **design-system:** Add Desing System Message and Progress Bar components
|
|
1373
|
+
([bba13c9](https://github.com/empathyco/x/commit/bba13c9b632bbe6dad40505bcd5382bfd2105f8e)),
|
|
1374
|
+
closes [EX-4904](https://searchbroker.atlassian.net/browse/EX-4904)
|
|
1375
|
+
- **extra-params:** Add support to `UrlHandler` for handling `extra-params`
|
|
1376
|
+
([4788be1](https://github.com/empathyco/x/commit/4788be15c5c47525279d3fedc3e468aebb1e8610)),
|
|
1377
|
+
closes [EX-4564](https://searchbroker.atlassian.net/browse/EX-4564)
|
|
1378
|
+
- **search:** add Redirection and AutoProgressBar components
|
|
1379
|
+
([14168eb](https://github.com/empathyco/x/commit/14168eb6bc9ead3c807f70765cc6f277532c2959)),
|
|
1380
|
+
closes [EX-4297](https://searchbroker.atlassian.net/browse/EX-4297)
|
|
1381
|
+
- update x-components browserslist
|
|
1382
|
+
([0795ed3](https://github.com/empathyco/x/commit/0795ed3b2cca9d64069426e1b449bbcc725f0a09)),
|
|
1383
|
+
closes [EX-3929](https://searchbroker.atlassian.net/browse/EX-3929)
|
|
1384
|
+
- **x-plugin:** Update Alias API with `noResults`, `redirections` and `partialResults`
|
|
1385
|
+
([c1ad042](https://github.com/empathyco/x/commit/c1ad0422822e88ec501f31e4b75bddf0ac2b3737)),
|
|
1386
|
+
closes [EX-4946](https://searchbroker.atlassian.net/browse/EX-4946)
|
|
71
1387
|
|
|
72
1388
|
### Bug Fixes
|
|
73
1389
|
|
|
74
|
-
|
|
1390
|
+
- **facets:** now service uses only the first filter entity to update the facets.
|
|
1391
|
+
([c2a19cd](https://github.com/empathyco/x/commit/c2a19cddb3db399fa7d242b7557ea8b2dc760461)),
|
|
1392
|
+
closes [EX-4867](https://searchbroker.atlassian.net/browse/EX-4867)
|
|
1393
|
+
- **url:** Fix URL clear query issue
|
|
1394
|
+
([57680ad](https://github.com/empathyco/x/commit/57680ada60c2d0748f09d029831718ec04660d81)),
|
|
1395
|
+
closes [EX-4949](https://searchbroker.atlassian.net/browse/EX-4949)
|
|
1396
|
+
- **x-plugin:** fix no results message flash on load
|
|
1397
|
+
([33f534f](https://github.com/empathyco/x/commit/33f534f0343b4115e9ce4d506a9b3d299277976c)),
|
|
1398
|
+
closes [EX-4951](https://searchbroker.atlassian.net/browse/EX-4951)
|
|
75
1399
|
|
|
1400
|
+
### Code Refactoring
|
|
76
1401
|
|
|
1402
|
+
- **design-system:** Refactor Design System View
|
|
1403
|
+
([f8faf3b](https://github.com/empathyco/x/commit/f8faf3b049160771fa657ac17be4154f434b558c)),
|
|
1404
|
+
closes [EX-4944](https://searchbroker.atlassian.net/browse/EX-4944)
|
|
77
1405
|
|
|
78
|
-
|
|
1406
|
+
### Testing
|
|
1407
|
+
|
|
1408
|
+
- **e2e:** fix sort intercepted request
|
|
1409
|
+
([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
|
|
1410
|
+
closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
|
|
1411
|
+
|
|
1412
|
+
## [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)
|
|
1413
|
+
|
|
1414
|
+
### ⚠ BREAKING CHANGES
|
|
79
1415
|
|
|
1416
|
+
- Slots that are created using properties like the `modelName` or the `id` of different objects, now
|
|
1417
|
+
are named using the kebab-case version of those values. This affects the following components:
|
|
1418
|
+
`BaseGrid`, `Facets` and `SelectedFiltersList`. Examples: `<template #Result="{ ... }">` now is
|
|
1419
|
+
`<template #result="{ ... }">` `<template #NextQueriesGroup="{ ... }">` now is
|
|
1420
|
+
`<template #next-queries-group="{ ... }">` `<template #hierarchical_category="{ ... }">` now is
|
|
1421
|
+
`<template #hierarchical-category="{ ... }">`
|
|
80
1422
|
|
|
81
1423
|
### Features
|
|
82
1424
|
|
|
83
|
-
|
|
1425
|
+
- change all dynamic slots to kebab-case
|
|
1426
|
+
([039d524](https://github.com/empathyco/x/commit/039d524d52b48019a02d31303fd23b59f19eee68)),
|
|
1427
|
+
closes [EX-4807](https://searchbroker.atlassian.net/browse/EX-4807)
|
|
1428
|
+
- **components:** move `maxItemsToRender` prop to `BaseSuggestions`. Add `maxItemsToRender` prop to
|
|
1429
|
+
`Recommendations`.
|
|
1430
|
+
([f26a189](https://github.com/empathyco/x/commit/f26a189a60f697579bf4334b899a701def05a22a)),
|
|
1431
|
+
closes [EX-3993](https://searchbroker.atlassian.net/browse/EX-3993)
|
|
1432
|
+
- **plugin:** minimise initial duplicated requests using a debounce
|
|
1433
|
+
([3ad1fd4](https://github.com/empathyco/x/commit/3ad1fd4ec949de1f1484919d0165f9e6eaa3d882)),
|
|
1434
|
+
closes [EX-4718](https://searchbroker.atlassian.net/browse/EX-4718)
|
|
1435
|
+
- **url:** refactor module logic movig some logic to UrlHandler Component
|
|
1436
|
+
([f5c9d61](https://github.com/empathyco/x/commit/f5c9d61e96a5365100bc832a955f03161100be79)),
|
|
1437
|
+
closes [EX-4864](https://searchbroker.atlassian.net/browse/EX-4864)
|
|
1438
|
+
- **url:** syncronize url and state with the facets and remove query from facets module
|
|
1439
|
+
([370db5d](https://github.com/empathyco/x/commit/370db5d73a2cad96173db41b1869f1f665213c22)),
|
|
1440
|
+
closes [EX-3511](https://searchbroker.atlassian.net/browse/EX-3511)
|
|
1441
|
+
- **url:** syncronize url and state with the page
|
|
1442
|
+
([16bc309](https://github.com/empathyco/x/commit/16bc309a0b592e98b3d25d937b2da0f7d2cbd5e4)),
|
|
1443
|
+
closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
|
|
1444
|
+
|
|
1445
|
+
### Code Refactoring
|
|
84
1446
|
|
|
1447
|
+
- **url:** change `updateUrl` action to be a class
|
|
1448
|
+
([0c668f2](https://github.com/empathyco/x/commit/0c668f29056deb282d10cb1639ed42980afd4f9e)),
|
|
1449
|
+
closes [EX-4827](https://searchbroker.atlassian.net/browse/EX-4827)
|
|
85
1450
|
|
|
86
|
-
###
|
|
1451
|
+
### Testing
|
|
1452
|
+
|
|
1453
|
+
- **e2e:** use main layout in mocked tests
|
|
1454
|
+
([f98c609](https://github.com/empathyco/x/commit/f98c609cbd32a109e3718538074132e0e1ffa48d)),
|
|
1455
|
+
closes [EX-4750](https://searchbroker.atlassian.net/browse/EX-4750)
|
|
1456
|
+
|
|
1457
|
+
### Styling
|
|
87
1458
|
|
|
88
|
-
|
|
1459
|
+
- add pre-commit hooks to run eslint and prettier
|
|
1460
|
+
([3acc741](https://github.com/empathyco/x/commit/3acc7419b6ece4d7f353d0d1240677271a344bae)),
|
|
1461
|
+
closes [EX-4439](https://searchbroker.atlassian.net/browse/EX-4439)
|
|
89
1462
|
|
|
1463
|
+
### Documentation
|
|
1464
|
+
|
|
1465
|
+
- fix components documentation export
|
|
1466
|
+
([a267e44](https://github.com/empathyco/x/commit/a267e448af5aa657c47aec38b8fe34952663ade8)),
|
|
1467
|
+
closes [EX-3816](https://searchbroker.atlassian.net/browse/EX-3816)
|
|
1468
|
+
- Fix components documentation markdown
|
|
1469
|
+
([a9877b5](https://github.com/empathyco/x/commit/a9877b5b64259de2313509290b1254667653b420)),
|
|
1470
|
+
closes [EX-4878](https://searchbroker.atlassian.net/browse/EX-4878)
|
|
1471
|
+
|
|
1472
|
+
## [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)
|
|
1473
|
+
|
|
1474
|
+
### Features
|
|
1475
|
+
|
|
1476
|
+
- **design-system:** add tokens for non matching part of suggestion
|
|
1477
|
+
([550f2f4](https://github.com/empathyco/x/commit/550f2f42940019b3108fb4a83c88fc668a1f47e1)),
|
|
1478
|
+
closes [EX-4786](https://searchbroker.atlassian.net/browse/EX-4786)
|
|
1479
|
+
- **url:** set the related tags from the url in the store and viceversa
|
|
1480
|
+
([ec3baa8](https://github.com/empathyco/x/commit/ec3baa84732019b3c2c599c3e809124ede199fa3)),
|
|
1481
|
+
closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
|
|
1482
|
+
- **url:** syncronize url and state with the page
|
|
1483
|
+
([2590cdc](https://github.com/empathyco/x/commit/2590cdc8e6c7effb075c3c4407ad1379e0fa3201)),
|
|
1484
|
+
closes [EX-3519](https://searchbroker.atlassian.net/browse/EX-3519)
|
|
90
1485
|
|
|
91
1486
|
### Code Refactoring
|
|
92
1487
|
|
|
93
|
-
|
|
1488
|
+
- **facets:** fix facets performance issues
|
|
1489
|
+
([e4d0361](https://github.com/empathyco/x/commit/e4d036132761814205ff393bd2b14af8f548ba67)),
|
|
1490
|
+
closes [EX-4800](https://searchbroker.atlassian.net/browse/EX-4800)
|
|
94
1491
|
|
|
1492
|
+
### Styling
|
|
95
1493
|
|
|
96
|
-
|
|
1494
|
+
- format with prettier and avoid fixing code while linting
|
|
1495
|
+
([54539a7](https://github.com/empathyco/x/commit/54539a7e4c34bc6a77ab48c4618e14b40be69e16))
|
|
97
1496
|
|
|
98
|
-
|
|
1497
|
+
## [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)
|
|
99
1498
|
|
|
1499
|
+
### Features
|
|
100
1500
|
|
|
1501
|
+
- **components:** Add `TranslateFromLeft` and `CrossFade` animations.
|
|
1502
|
+
([7690dcd](https://github.com/empathyco/x/commit/7690dcdd1b3286b36584a18de5141038aaa1597d)),
|
|
1503
|
+
closes [EX-4772](https://searchbroker.atlassian.net/browse/EX-4772)
|
|
1504
|
+
- **url:** syncronize url and state with the query
|
|
1505
|
+
([95af0c5](https://github.com/empathyco/x/commit/95af0c5094c4dc1fccbde5a4ed75178f6a041661)),
|
|
1506
|
+
closes [EX-3509](https://searchbroker.atlassian.net/browse/EX-3509)
|
|
101
1507
|
|
|
102
|
-
|
|
1508
|
+
### Code Refactoring
|
|
1509
|
+
|
|
1510
|
+
- use `NamedModel` generic parameter to better type models
|
|
1511
|
+
([4255c94](https://github.com/empathyco/x/commit/4255c94c05b497272409fcba745c29cd8b0d870a)),
|
|
1512
|
+
closes [EX-4734](https://searchbroker.atlassian.net/browse/EX-4734)
|
|
1513
|
+
|
|
1514
|
+
## [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)
|
|
103
1515
|
|
|
104
1516
|
**Note:** Version bump only for package @empathyco/x-components
|
|
105
1517
|
|
|
1518
|
+
## [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)
|
|
106
1519
|
|
|
1520
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
107
1521
|
|
|
1522
|
+
## [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)
|
|
108
1523
|
|
|
1524
|
+
### Features
|
|
109
1525
|
|
|
110
|
-
|
|
1526
|
+
- **design-system:** add utilities
|
|
1527
|
+
([cc5c6cc](https://github.com/empathyco/x/commit/cc5c6cc2eb2daf48cf06c968a06465bb19ff89d9)),
|
|
1528
|
+
closes [EX-4746](https://searchbroker.atlassian.net/browse/EX-4746)
|
|
1529
|
+
- **url:** Add an action to save from url to the store.
|
|
1530
|
+
([9fbf8d4](https://github.com/empathyco/x/commit/9fbf8d448bd243a3850eebbe1a4520372260e28a)),
|
|
1531
|
+
closes [EX-4712](https://searchbroker.atlassian.net/browse/EX-4712)
|
|
1532
|
+
- **url:** add new URL Manager component
|
|
1533
|
+
([b3ea10d](https://github.com/empathyco/x/commit/b3ea10dfa0f94d13104372e6bde1733a2c013dae)),
|
|
1534
|
+
closes [EX-4566](https://searchbroker.atlassian.net/browse/EX-4566)
|
|
111
1535
|
|
|
1536
|
+
### Testing
|
|
112
1537
|
|
|
113
|
-
|
|
1538
|
+
- **partial-results:** mock adapter for partial results e2e tests
|
|
1539
|
+
([1515e79](https://github.com/empathyco/x/commit/1515e796ab72ada9936cb5d288dea76f83e50bf5)),
|
|
1540
|
+
closes [EX-4647](https://searchbroker.atlassian.net/browse/EX-4647)
|
|
114
1541
|
|
|
115
|
-
|
|
1542
|
+
## [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)
|
|
116
1543
|
|
|
1544
|
+
### Features
|
|
117
1545
|
|
|
1546
|
+
- **design-system:** add `Shadow` component
|
|
1547
|
+
([2592a4d](https://github.com/empathyco/x/commit/2592a4d9975109b0733a550c7d40f271ec984456)),
|
|
1548
|
+
closes [EX-4739](https://searchbroker.atlassian.net/browse/EX-4739)
|
|
1549
|
+
- **e2e:** mock adapter for query suggestions tests
|
|
1550
|
+
([8566a82](https://github.com/empathyco/x/commit/8566a82954f12bf1592e398a8eed5871596b6f2a)),
|
|
1551
|
+
closes [EX-4645](https://searchbroker.atlassian.net/browse/EX-4645)
|
|
1552
|
+
- export store utils
|
|
1553
|
+
([663f952](https://github.com/empathyco/x/commit/663f95227815fe2f7a9fcbb0b290774f26b4d7eb)),
|
|
1554
|
+
closes [EX-4742](https://searchbroker.atlassian.net/browse/EX-4742)
|
|
118
1555
|
|
|
119
|
-
|
|
1556
|
+
### Bug Fixes
|
|
1557
|
+
|
|
1558
|
+
- **design-system:** fix typo. Increase `gap` and `padding` tokens up to 10. Add class for list item
|
|
1559
|
+
flex none
|
|
1560
|
+
([c47a888](https://github.com/empathyco/x/commit/c47a888c43ceb9f152f55b3831aaf575586942a3)),
|
|
1561
|
+
closes [EX-4720](https://searchbroker.atlassian.net/browse/EX-4720)
|
|
1562
|
+
|
|
1563
|
+
## [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)
|
|
1564
|
+
|
|
1565
|
+
### Features
|
|
1566
|
+
|
|
1567
|
+
- **no-suggestions:** Remove `no-suggestions` module.
|
|
1568
|
+
([4a859e7](https://github.com/empathyco/x/commit/4a859e787736feccc0a38b25ae7594553f8f4978)),
|
|
1569
|
+
closes [EX-4736](https://searchbroker.atlassian.net/browse/EX-4736)
|
|
1570
|
+
- **search:** save `Redirection`'s entities
|
|
1571
|
+
([cdba4a6](https://github.com/empathyco/x/commit/cdba4a656f7cea74115d06173151d450657d1aed)),
|
|
1572
|
+
closes [EX-4730](https://searchbroker.atlassian.net/browse/EX-4730)
|
|
1573
|
+
|
|
1574
|
+
## [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)
|
|
1575
|
+
|
|
1576
|
+
### Bug Fixes
|
|
1577
|
+
|
|
1578
|
+
- Fix recommendations `setParams` wire. Export `LIST_ITEMS_KEY`.
|
|
1579
|
+
([6262d80](https://github.com/empathyco/x/commit/6262d8076941847900a9f577a6588547e4fb703c)),
|
|
1580
|
+
closes [EX-4724](https://searchbroker.atlassian.net/browse/EX-4724)
|
|
1581
|
+
|
|
1582
|
+
## [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)
|
|
1583
|
+
|
|
1584
|
+
### ⚠ BREAKING CHANGES
|
|
1585
|
+
|
|
1586
|
+
- **facets:** Rename `Filters` component to `FiltersList`.
|
|
1587
|
+
- **facets:** Remove `MultiSelectFilters` component. Filters are multi-select by default. Apply the
|
|
1588
|
+
`SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single select.
|
|
1589
|
+
- **facets:** Refactor `HierarchicalFilter.children` field. Now, this field is a list of the
|
|
1590
|
+
`Filter.ids` of the children filter. All `HierarchicalFilter`s are flattened in the
|
|
1591
|
+
`Facet.filters` list.
|
|
1592
|
+
- **facets:** Remove `facets` prop in the `Facets` component to provide `Facets` to the state. Use
|
|
1593
|
+
the `FacetsProvider` component instead.
|
|
1594
|
+
- **facets:** Remove `UserChangedSelectedFilters` event from `Facets` component. Use
|
|
1595
|
+
`FacetsProvider` component instead.
|
|
1596
|
+
- **facets:** Remove `UserClickedClearFacetFilters` event. `UserClickedClearAllFilters` is emitted
|
|
1597
|
+
instead. Its payload is now a list of `Facet.id`s.
|
|
1598
|
+
- **facets:** Rename `UserClickedFacetAllFilter` event to `UserClickedAllFilter`. Its payload is now
|
|
1599
|
+
a list of `Facet.id`s.
|
|
1600
|
+
- **facets:** Remove `BackendFacetsChanged` event. Use `FacetsChanged` event instead.
|
|
1601
|
+
- **facets:** Remove `BackendFacetsProvided` event. Use `FacetsGroupProvided` instead.
|
|
1602
|
+
- **facets:** Remove `FrontendFacetsChanged` event. Use `FacetsGroupProvided` instead.
|
|
1603
|
+
- **facets:** Remove `FacetMultiSelectChanged` event. `Filter`s are multi-select by default. Apply
|
|
1604
|
+
the `SingleSelectModifier` using the `FilterEntityFactory` to make the desired `Facet` single
|
|
1605
|
+
select.
|
|
1606
|
+
- **facets:** Change `UserModifiedEditableNumberRangeFilter` payload. Now it is the
|
|
1607
|
+
`EditableNumberRangeFilter` filter with the new range value.
|
|
1608
|
+
|
|
1609
|
+
### Features
|
|
120
1610
|
|
|
1611
|
+
- **animations:** add new `TranslateFromRight` animation
|
|
1612
|
+
([e13561f](https://github.com/empathyco/x/commit/e13561f79e6ec04fed9ed99e56d75254f40858f5)),
|
|
1613
|
+
closes [EX-4696](https://searchbroker.atlassian.net/browse/EX-4696)
|
|
1614
|
+
- **design-system:** add `SingleColumnLayout` component.
|
|
1615
|
+
([97f3000](https://github.com/empathyco/x/commit/97f3000ff024c0d46ce06099babc0ed17bc6ebe2)),
|
|
1616
|
+
closes [EX-4706](https://searchbroker.atlassian.net/browse/EX-4706)
|
|
1617
|
+
- **design-system:** add lists background colors to Design System
|
|
1618
|
+
([9d23d61](https://github.com/empathyco/x/commit/9d23d6145d3a6ac12f0553af5ced2c5cc9c68653)),
|
|
1619
|
+
closes [EX-4695](https://searchbroker.atlassian.net/browse/EX-4695)
|
|
1620
|
+
- **facets-next:** move HierarchicalFilter component to new `facets-next` x-module
|
|
1621
|
+
([a8c18ea](https://github.com/empathyco/x/commit/a8c18ea47df4ee451a13a55d5e9ee58dc8a5cf56)),
|
|
1622
|
+
closes [EX-4622](https://searchbroker.atlassian.net/browse/EX-4622)
|
|
1623
|
+
- **facets:** remove old `facets` X Module and replace by `facets-next`.
|
|
1624
|
+
([a47d99f](https://github.com/empathyco/x/commit/a47d99fd9ccbb046c5a5054a92e723f2675b7563)),
|
|
1625
|
+
closes [EX-3663](https://searchbroker.atlassian.net/browse/EX-3663)
|
|
1626
|
+
- **mixin:** add origin injection in the mixin and the bus
|
|
1627
|
+
([2304155](https://github.com/empathyco/x/commit/2304155aa5ab422193e4a9f01755c066a25f0c9e)),
|
|
1628
|
+
closes [EX-4636](https://searchbroker.atlassian.net/browse/EX-4636)
|
|
1629
|
+
- **next-queries:** add `NextQueriesList` component.
|
|
1630
|
+
([eeb66c8](https://github.com/empathyco/x/commit/eeb66c865d9ca269ee4ef54e664c272a2d9ef233)),
|
|
1631
|
+
closes [EX-4527](https://searchbroker.atlassian.net/browse/EX-4527)
|
|
1632
|
+
- **search:** add origin to the request
|
|
1633
|
+
([eb81c7e](https://github.com/empathyco/x/commit/eb81c7e1dacdf0cc201995c9ac5dfe9bb4f64a2d)),
|
|
1634
|
+
closes [EX-4637](https://searchbroker.atlassian.net/browse/EX-4637)
|
|
1635
|
+
- **spellcheck:** add spellchecked query to Alias API
|
|
1636
|
+
([226f1fe](https://github.com/empathyco/x/commit/226f1fe2ddc5426472fd5819a999102395d0fdab)),
|
|
1637
|
+
closes [EX-4694](https://searchbroker.atlassian.net/browse/EX-4694)
|
|
1638
|
+
- **url:** add `url` x-module config. (#129)
|
|
1639
|
+
([6570590](https://github.com/empathyco/x/commit/6570590738f3667419427fcde74fafe96e851f3c)),
|
|
1640
|
+
closes [EX-4578](https://searchbroker.atlassian.net/browse/EX-4578)
|
|
1641
|
+
- **url:** add new events
|
|
1642
|
+
([702a8a8](https://github.com/empathyco/x/commit/702a8a8342b63831c78f6c3b018351787cd27c0a)),
|
|
1643
|
+
closes [EX-4562](https://searchbroker.atlassian.net/browse/EX-4562)
|
|
1644
|
+
- **url:** add url module state, urlParams getter and its emitter
|
|
1645
|
+
([2c549ec](https://github.com/empathyco/x/commit/2c549eca859aafd68e67eddf4882d9ae43827991)),
|
|
1646
|
+
closes [EX-4570](https://searchbroker.atlassian.net/browse/EX-4570)
|
|
1647
|
+
|
|
1648
|
+
### Bug Fixes
|
|
1649
|
+
|
|
1650
|
+
- **design-system:** fix issues with components height and layout
|
|
1651
|
+
([4499b10](https://github.com/empathyco/x/commit/4499b101c9207f080e1995faa3d6639c102e0f2f)),
|
|
1652
|
+
closes [EX-4693](https://searchbroker.atlassian.net/browse/EX-4693)
|
|
1653
|
+
- **popular-searches:** fix popular searches and query suggestions canceling requests.
|
|
1654
|
+
([818c373](https://github.com/empathyco/x/commit/818c373acc0036b2f20378ebdcba2c261890d03b)),
|
|
1655
|
+
closes [EX-4697](https://searchbroker.atlassian.net/browse/EX-4697)
|
|
121
1656
|
|
|
122
1657
|
### Testing
|
|
123
1658
|
|
|
124
|
-
|
|
1659
|
+
- **e2e:** mock adapter for identifier results
|
|
1660
|
+
([44b0f3a](https://github.com/empathyco/x/commit/44b0f3ac2c8adbcc0d9deedbbdad8a120b51b1cc)),
|
|
1661
|
+
closes [EX-4472](https://searchbroker.atlassian.net/browse/EX-4472)
|
|
1662
|
+
|
|
1663
|
+
## [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)
|
|
125
1664
|
|
|
1665
|
+
### Features
|
|
126
1666
|
|
|
1667
|
+
- **facets-next:** add all remaining components to Facets Next X-Module
|
|
1668
|
+
([b9e0afc](https://github.com/empathyco/x/commit/b9e0afcbc657ec4925054bcb24f61de5f35fc741)),
|
|
1669
|
+
closes [EX-4615](https://searchbroker.atlassian.net/browse/EX-4615)
|
|
1670
|
+
- **next-queries:** add extra params in the request
|
|
1671
|
+
([d6b362b](https://github.com/empathyco/x/commit/d6b362ba94c1755004f005b6841c03a4e73bfe98)),
|
|
1672
|
+
closes [EX-4624](https://searchbroker.atlassian.net/browse/EX-4624)
|
|
1673
|
+
- **popular-searches:** add extra params
|
|
1674
|
+
([697055e](https://github.com/empathyco/x/commit/697055eb28bf4640eb879d4559d083c51ab775f9)),
|
|
1675
|
+
closes [EX-4623](https://searchbroker.atlassian.net/browse/EX-4623)
|
|
1676
|
+
- **query-suggestions:** add new extra params in the request
|
|
1677
|
+
([c15512c](https://github.com/empathyco/x/commit/c15512cd6b633d5eefecf8e9efdef2e921d84901)),
|
|
1678
|
+
closes [EX-4627](https://searchbroker.atlassian.net/browse/EX-4627)
|
|
1679
|
+
- **recommendations:** recommendations extra params and state reset on change.
|
|
1680
|
+
([a5938ac](https://github.com/empathyco/x/commit/a5938ac1280fc273c633061f411c5a47b15e5d78)),
|
|
1681
|
+
closes [EX-4626](https://searchbroker.atlassian.net/browse/EX-4626)
|
|
1682
|
+
- **related-tags:** add new extra params in the request
|
|
1683
|
+
([6d642b5](https://github.com/empathyco/x/commit/6d642b59b3030c5c04f00e38a90253aa2199d0a8)),
|
|
1684
|
+
closes [EX-4625](https://searchbroker.atlassian.net/browse/EX-4625)
|
|
1685
|
+
- **search:** add extra params to search module
|
|
1686
|
+
([1c44a70](https://github.com/empathyco/x/commit/1c44a708a4df63b879fccc8617bf1b1fb12747a0)),
|
|
1687
|
+
closes [EX-4554](https://searchbroker.atlassian.net/browse/EX-4554)
|
|
127
1688
|
|
|
128
|
-
|
|
1689
|
+
### Testing
|
|
1690
|
+
|
|
1691
|
+
- **e2e:** mock search-box e2e tests
|
|
1692
|
+
([155b15c](https://github.com/empathyco/x/commit/155b15c046956fec2ecfbed8bc322360bcad43f0)),
|
|
1693
|
+
closes [EX-4474](https://searchbroker.atlassian.net/browse/EX-4474)
|
|
129
1694
|
|
|
1695
|
+
## [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)
|
|
130
1696
|
|
|
131
1697
|
### Features
|
|
132
1698
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
1699
|
+
- **extra-params:** add new renderless extra params component
|
|
1700
|
+
([ec844c3](https://github.com/empathyco/x/commit/ec844c359c3d5a7f8ecd389d0138c6c53c839c87)),
|
|
1701
|
+
closes [EX-4605](https://searchbroker.atlassian.net/browse/EX-4605)
|
|
1702
|
+
- **extra-params:** add new snippet extra params component
|
|
1703
|
+
([33e68df](https://github.com/empathyco/x/commit/33e68dfdef7e44e67f7e9f4ff093ade235f0c563)),
|
|
1704
|
+
closes [EX-4545](https://searchbroker.atlassian.net/browse/EX-4545)
|
|
1705
|
+
- **facets-next:** add `AllFilter`, `BaseFilter` and `EditableNumberRangeFilter` components to
|
|
1706
|
+
`facets-next` x-module.
|
|
1707
|
+
([8483937](https://github.com/empathyco/x/commit/84839377076cdf97a765d44511b12f770bd9b33f)),
|
|
1708
|
+
closes [EX-4592](https://searchbroker.atlassian.net/browse/EX-4592)
|
|
1709
|
+
- **facets-next:** add `Facets` component to `facets-next` x-module
|
|
1710
|
+
([1a4daea](https://github.com/empathyco/x/commit/1a4daeaf6e49dee7c41c0a98811853c32c22e01b)),
|
|
1711
|
+
closes [EX-3661](https://searchbroker.atlassian.net/browse/EX-3661)
|
|
1712
|
+
- **facets-next:** add `FacetsProvider` component
|
|
1713
|
+
([c52d972](https://github.com/empathyco/x/commit/c52d972e2d3470e7ae6b159e72b4deeac3971053)),
|
|
1714
|
+
closes [EX-4588](https://searchbroker.atlassian.net/browse/EX-4588)
|
|
1715
|
+
- **facets-next:** add `SimpleFilter`, `HierarchicalFilter`, `NumberRangeFilter`, `RenderlessFilter`
|
|
1716
|
+
and `Filters` components to the `facets-next` x-module.
|
|
1717
|
+
([8f82d12](https://github.com/empathyco/x/commit/8f82d123c8dee6dcc403a46684c4793596d44008)),
|
|
1718
|
+
closes [EX-4614](https://searchbroker.atlassian.net/browse/EX-4614)
|
|
136
1719
|
|
|
1720
|
+
### Testing
|
|
137
1721
|
|
|
138
|
-
|
|
1722
|
+
- **facets-next:** add missing service tests
|
|
1723
|
+
([7d462e1](https://github.com/empathyco/x/commit/7d462e18847dd0632a66701341078f0a9a1318a3)),
|
|
1724
|
+
closes [EX-4589](https://searchbroker.atlassian.net/browse/EX-4589)
|
|
139
1725
|
|
|
140
|
-
|
|
141
|
-
* **directives:** `InfiniteScroll` now works properly in Safari and with html or body as containers ([4921d31](https://github.com/empathyco/x/commit/4921d315b9732f200b1946e2938d20277f04cace)), closes [EX-3826](https://searchbroker.atlassian.net/browse/EX-3826)
|
|
142
|
-
* **search:** clean sort value after accept a new query ([0e49049](https://github.com/empathyco/x/commit/0e490499c35ac56705a05c12b05be4f5a86ae8ce)), closes [EX-4188](https://searchbroker.atlassian.net/browse/EX-4188)
|
|
1726
|
+
## [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)
|
|
143
1727
|
|
|
1728
|
+
### Features
|
|
144
1729
|
|
|
145
|
-
|
|
1730
|
+
- **extra-params:** add `ExtraParams` component
|
|
1731
|
+
([e1bbf2c](https://github.com/empathyco/x/commit/e1bbf2cbf251a5e7cdf4ebefbd3f4bcf4230cb21)),
|
|
1732
|
+
closes [EX-4575](https://searchbroker.atlassian.net/browse/EX-4575)
|
|
1733
|
+
- **extra-params:** add module
|
|
1734
|
+
([f20323d](https://github.com/empathyco/x/commit/f20323d5ae817576b468c04a240eee380e8ff5be)),
|
|
1735
|
+
closes [EX-4585](https://searchbroker.atlassian.net/browse/EX-4585)
|
|
1736
|
+
- **facets-next:** add facets to the state and facets getter
|
|
1737
|
+
([27ce68d](https://github.com/empathyco/x/commit/27ce68d47a6414457cd648f261b50bb88e171718)),
|
|
1738
|
+
closes [EX-4584](https://searchbroker.atlassian.net/browse/EX-4584)
|
|
1739
|
+
- modify search function in XAPI to open X
|
|
1740
|
+
([9c42da0](https://github.com/empathyco/x/commit/9c42da0af70dfdb5f767eccb08f47e402ac47a70)),
|
|
1741
|
+
closes [EX-3555](https://searchbroker.atlassian.net/browse/EX-3555)
|
|
1742
|
+
- **facets-next:** Add `FacetsService`
|
|
1743
|
+
([3b2871f](https://github.com/empathyco/x/commit/3b2871f9993b8cde206585e863f7c10cbe1f80d9)),
|
|
1744
|
+
closes [EX-3653](https://searchbroker.atlassian.net/browse/EX-3653)
|
|
1745
|
+
- **facets-next:** add wiring. add new `wireService` and `wireServiceWithoutPayload` wires
|
|
1746
|
+
factories.
|
|
1747
|
+
([b28a221](https://github.com/empathyco/x/commit/b28a221b8a23ca2d307f75b01242ccabb7d218e0)),
|
|
1748
|
+
closes [EX-3657](https://searchbroker.atlassian.net/browse/EX-3657)
|
|
1749
|
+
- **url:** add new empty module
|
|
1750
|
+
([955a3bf](https://github.com/empathyco/x/commit/955a3bf35930be8688ad8fefc20632573e8e899b)),
|
|
1751
|
+
closes [EX-3203](https://searchbroker.atlassian.net/browse/EX-3203)
|
|
146
1752
|
|
|
147
|
-
|
|
148
|
-
|
|
1753
|
+
### Testing
|
|
1754
|
+
|
|
1755
|
+
- **e2e:** mock adapter on popular searches requests
|
|
1756
|
+
([2a8d652](https://github.com/empathyco/x/commit/2a8d6529c361be7922a2f640affdedd5e830f82e)),
|
|
1757
|
+
closes [EX-4466](https://searchbroker.atlassian.net/browse/EX-4466)
|
|
1758
|
+
- **e2e:** move stubs creation within the test itself and rewrite mocking features
|
|
1759
|
+
([f99d4e4](https://github.com/empathyco/x/commit/f99d4e4297dc5e55fbf6b7a3f23dfde4db25d2c6)),
|
|
1760
|
+
closes [EX-4533](https://searchbroker.atlassian.net/browse/EX-4533)
|
|
1761
|
+
|
|
1762
|
+
## [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)
|
|
1763
|
+
|
|
1764
|
+
### ⚠ BREAKING CHANGES
|
|
1765
|
+
|
|
1766
|
+
- **components:** Remove `hideIntegerDecimals` from `currency-formatter` util, `base-currency`
|
|
1767
|
+
component.
|
|
1768
|
+
- **facets-next:** Rename `EmpathyFilterMapper` to `EmpathyFacetFilterMapper`. Response filter
|
|
1769
|
+
mappers now map the API value in the `id` filters property. `EmpathyHierarchicalFacetMapper` now
|
|
1770
|
+
flattens and stores all the filters in the `filter` property. `EmpathyHierarchicalFacetMapper` now
|
|
1771
|
+
only maps filters ids in `HierarchicalFilter` children. Bump up `@empathyco/x-types` major version
|
|
1772
|
+
in `@empathyco/x-adapter`.
|
|
1773
|
+
|
|
1774
|
+
### Features
|
|
149
1775
|
|
|
1776
|
+
- **components:** add option to hide decimals if the number to format is an integer in
|
|
1777
|
+
`currencyFormatter` `format` option.
|
|
1778
|
+
([b2f6450](https://github.com/empathyco/x/commit/b2f64507f3ce4713c9ed1df725a2c84c01c21f78)),
|
|
1779
|
+
closes [EX-3547](https://searchbroker.atlassian.net/browse/EX-3547)
|
|
1780
|
+
- **facets-next:** add entity filter modifiers
|
|
1781
|
+
([7074938](https://github.com/empathyco/x/commit/70749382e0a310736ce9b75c5ac1d4466384d0fe)),
|
|
1782
|
+
closes [EX-3651](https://searchbroker.atlassian.net/browse/EX-3651)
|
|
1783
|
+
- **facets-next:** add support for the new search types in search adapter
|
|
1784
|
+
([aec475e](https://github.com/empathyco/x/commit/aec475e4f689e63a4dc1b0fed3c3ade73b5122f2)),
|
|
1785
|
+
closes [EX-3640](https://searchbroker.atlassian.net/browse/EX-3640)
|
|
150
1786
|
|
|
151
1787
|
### Testing
|
|
152
1788
|
|
|
153
|
-
|
|
1789
|
+
- **e2e:** mock adapter on next queries requests
|
|
1790
|
+
([1434ef7](https://github.com/empathyco/x/commit/1434ef767b305b90522d54ef0cd42d33eea8e38e)),
|
|
1791
|
+
closes [EX-4468](https://searchbroker.atlassian.net/browse/EX-4468)
|
|
1792
|
+
- **e2e:** mock all the e2e requests of Next Queries
|
|
1793
|
+
([cff6438](https://github.com/empathyco/x/commit/cff6438dc3f9053d778ab8b58b789cb37104c3bd))
|
|
154
1794
|
|
|
1795
|
+
## [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)
|
|
155
1796
|
|
|
1797
|
+
### Build System
|
|
156
1798
|
|
|
157
|
-
|
|
1799
|
+
- upgrade x-translations dependencies
|
|
1800
|
+
([6e538fa](https://github.com/empathyco/x/commit/6e538facd2a9655532f797e340572550347dfc72)),
|
|
1801
|
+
closes [EX-4506](https://searchbroker.atlassian.net/browse/EX-4506)
|
|
158
1802
|
|
|
1803
|
+
## [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)
|
|
159
1804
|
|
|
160
1805
|
### Features
|
|
161
1806
|
|
|
162
|
-
|
|
1807
|
+
- **facets-next:** add `EditableNumberRangeFilterEntity`
|
|
1808
|
+
([876da46](https://github.com/empathyco/x/commit/876da466da986de89b40dcceb4119cac816228d1)),
|
|
1809
|
+
closes [EX-4356](https://searchbroker.atlassian.net/browse/EX-4356)
|
|
1810
|
+
- **facets-next:** add `HierarchicalFilterEntity`
|
|
1811
|
+
([d633721](https://github.com/empathyco/x/commit/d633721b6c795ee9145925d366216edd616b0807)),
|
|
1812
|
+
closes [EX-4354](https://searchbroker.atlassian.net/browse/EX-4354)
|
|
1813
|
+
- **facets-next:** add `RawFilterEntity`
|
|
1814
|
+
([f87d873](https://github.com/empathyco/x/commit/f87d8737d8a2049f7311294f7c260b36f542014b)),
|
|
1815
|
+
closes [EX-4358](https://searchbroker.atlassian.net/browse/EX-4358)
|
|
1816
|
+
|
|
1817
|
+
## [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)
|
|
1818
|
+
|
|
1819
|
+
### Features
|
|
163
1820
|
|
|
1821
|
+
- **facets-next:** add `SimpleFilterEntity`
|
|
1822
|
+
([9b551a4](https://github.com/empathyco/x/commit/9b551a41d6e67c64942cfe26051a06ce7dc91a65)),
|
|
1823
|
+
closes [EX-4352](https://searchbroker.atlassian.net/browse/EX-4352)
|
|
164
1824
|
|
|
165
1825
|
### Bug Fixes
|
|
166
1826
|
|
|
167
|
-
|
|
1827
|
+
- **animations:** disable leaving elements listening to click events
|
|
1828
|
+
([3d7b92b](https://github.com/empathyco/x/commit/3d7b92b1baa2c86c3fe8e390cec8a203bc62c95e)),
|
|
1829
|
+
closes [EX-4504](https://searchbroker.atlassian.net/browse/EX-4504)
|
|
168
1830
|
|
|
169
|
-
|
|
1831
|
+
### Build System
|
|
170
1832
|
|
|
1833
|
+
- Update TypeScript to 4.3.5.Update TSLib to 2.3.5.
|
|
1834
|
+
([4cebdfc](https://github.com/empathyco/x/commit/4cebdfc11e1520552a687def3eda1bf0c132e031)),
|
|
1835
|
+
closes [EX-4435](https://searchbroker.atlassian.net/browse/EX-4435)
|
|
1836
|
+
|
|
1837
|
+
## [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)
|
|
171
1838
|
|
|
172
1839
|
### Features
|
|
173
1840
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
* **x-installer:** make `SnippetConfig` object available for all components ([b7a3f30](https://bitbucket.org/colbenson/x-components/commits/b7a3f3047fa5f72995da0f69ca0624d4a24fed49)), closes [EX-3553](https://searchbroker.atlassian.net/browse/EX-3553)
|
|
178
|
-
* **x-plugin:** Remove `XConfig` ([bf54080](https://bitbucket.org/colbenson/x-components/commits/bf54080d18f0c3bc67589d695fde8d9418240d32)), closes [EX-4240](https://searchbroker.atlassian.net/browse/EX-4240)
|
|
1841
|
+
- **facets-next:** add module
|
|
1842
|
+
([b002637](https://github.com/empathyco/x/commit/b002637c535d9a1654a264cd3c759fc013cf8fdc)),
|
|
1843
|
+
closes [EX-3647](https://searchbroker.atlassian.net/browse/EX-3647)
|
|
179
1844
|
|
|
1845
|
+
### Build System
|
|
1846
|
+
|
|
1847
|
+
- use 2 different versions of search-types
|
|
1848
|
+
([5a6ac76](https://github.com/empathyco/x/commit/5a6ac76fea26c0f284904d4f514a1370b7c6184b)),
|
|
1849
|
+
closes [EX-4477](https://searchbroker.atlassian.net/browse/EX-4477)
|
|
1850
|
+
|
|
1851
|
+
## [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
1852
|
|
|
181
1853
|
### Bug Fixes
|
|
182
1854
|
|
|
183
|
-
|
|
1855
|
+
- **banners:** fix repeated banners and promoted on page load
|
|
1856
|
+
([aec10f1](https://github.com/empathyco/x/commit/aec10f1a6d8b65e32eaf459a2d110cb6ea18111f)),
|
|
1857
|
+
closes [EX-4492](https://searchbroker.atlassian.net/browse/EX-4492)
|
|
1858
|
+
- **directives:** change `infinite-scroll` threshold to avoid decimals bug in `Chrome`
|
|
1859
|
+
([41b9c6e](https://github.com/empathyco/x/commit/41b9c6ebe295e0887dbf65a4ad54dfdef501ca15)),
|
|
1860
|
+
closes [EX-4489](https://searchbroker.atlassian.net/browse/EX-4489)
|
|
184
1861
|
|
|
1862
|
+
## [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)
|
|
185
1863
|
|
|
186
|
-
###
|
|
1864
|
+
### Bug Fixes
|
|
187
1865
|
|
|
188
|
-
|
|
1866
|
+
- **promoted:** fix name export of PromotedsList component
|
|
1867
|
+
([e29bc52](https://github.com/empathyco/x/commit/e29bc52d0c82ba85dc013882e5d80674a870de2f)),
|
|
1868
|
+
closes [EX-4484](https://searchbroker.atlassian.net/browse/EX-4484)
|
|
189
1869
|
|
|
1870
|
+
## [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)
|
|
190
1871
|
|
|
191
|
-
###
|
|
1872
|
+
### Features
|
|
192
1873
|
|
|
193
|
-
|
|
1874
|
+
- **search:** add `BannersList` and `PromotedsList` components
|
|
1875
|
+
([5794f31](https://github.com/empathyco/x/commit/5794f312d21e8b4ec64192ec0533a6f762b39959)),
|
|
1876
|
+
closes [EX-4293](https://searchbroker.atlassian.net/browse/EX-4293)
|
|
194
1877
|
|
|
1878
|
+
### Bug Fixes
|
|
195
1879
|
|
|
196
|
-
|
|
1880
|
+
- **design-system:** Fix padding in Input Group Line variant
|
|
1881
|
+
([bea2153](https://github.com/empathyco/x/commit/bea2153b702a37e05cc3240fc6201f5b7f38ed5f)),
|
|
1882
|
+
closes [EX-4459](https://searchbroker.atlassian.net/browse/EX-4459)
|
|
197
1883
|
|
|
198
|
-
|
|
1884
|
+
### Code Refactoring
|
|
199
1885
|
|
|
200
|
-
|
|
1886
|
+
- **design-system:** rename `tokens` to use `style-dictionary`
|
|
1887
|
+
([1c25fdc](https://github.com/empathyco/x/commit/1c25fdcbe7e13388e465dabd565597acbda32f85)),
|
|
1888
|
+
closes [EX-4327](https://searchbroker.atlassian.net/browse/EX-4327)
|
|
201
1889
|
|
|
1890
|
+
### Testing
|
|
202
1891
|
|
|
203
|
-
|
|
1892
|
+
- **e2e:** stub 'adapter.getTopRecommendations` calls
|
|
1893
|
+
([93480b4](https://github.com/empathyco/x/commit/93480b4cd14f90b17d85a12debb4a922381b5de7)),
|
|
1894
|
+
closes [EX-3433](https://searchbroker.atlassian.net/browse/EX-3433)
|
|
204
1895
|
|
|
205
|
-
|
|
1896
|
+
## [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)
|
|
206
1897
|
|
|
207
|
-
|
|
1898
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
1899
|
+
|
|
1900
|
+
## [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)
|
|
1901
|
+
|
|
1902
|
+
### Continuous Integration
|
|
208
1903
|
|
|
209
|
-
|
|
1904
|
+
- Fix publishing in x-components. Normalize build scripts.
|
|
1905
|
+
([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)),
|
|
1906
|
+
closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
|
|
210
1907
|
|
|
1908
|
+
## [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)
|
|
211
1909
|
|
|
212
1910
|
### Testing
|
|
213
1911
|
|
|
214
|
-
|
|
1912
|
+
- **component:** configure Cypress component testing
|
|
1913
|
+
([a39172e](https://github.com/empathyco/x/commit/a39172e030f81abf6f9ad1a0cdd5079ec4320e1b)),
|
|
1914
|
+
closes [EX-4339](https://searchbroker.atlassian.net/browse/EX-4339)
|
|
215
1915
|
|
|
1916
|
+
## [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)
|
|
216
1917
|
|
|
217
|
-
###
|
|
1918
|
+
### Features
|
|
218
1919
|
|
|
219
|
-
|
|
1920
|
+
- **design-system:** add scroll-to-top slot in Layout
|
|
1921
|
+
([421e937](https://github.com/empathyco/x/commit/421e9371da6f84069ae033cf0cba8ef360c2603e)),
|
|
1922
|
+
closes [EX-4192](https://searchbroker.atlassian.net/browse/EX-4192)
|
|
1923
|
+
- **search:** add `Promoted` component
|
|
1924
|
+
([9c887dc](https://github.com/empathyco/x/commit/9c887dc77e66bf4847a0592557f68461844e0c44)),
|
|
1925
|
+
closes [EX-4289](https://searchbroker.atlassian.net/browse/EX-4289)
|
|
1926
|
+
- **search:** add Banner component
|
|
1927
|
+
([205bf13](https://github.com/empathyco/x/commit/205bf13fe72a5d2c9b28fd0866a9ceb2d14b1700)),
|
|
1928
|
+
closes [EX-4291](https://searchbroker.atlassian.net/browse/EX-4291)
|
|
220
1929
|
|
|
221
|
-
|
|
1930
|
+
### Bug Fixes
|
|
1931
|
+
|
|
1932
|
+
- **components:** make column picker & grid components listen to only `ColumnsNumberProvided` event
|
|
1933
|
+
to fix incorrect columns number on re-mounts
|
|
1934
|
+
([0d3d366](https://github.com/empathyco/x/commit/0d3d366266cee2e383d442913736d35d2f80ea7c)),
|
|
1935
|
+
closes [EX-4189](https://searchbroker.atlassian.net/browse/EX-4189)
|
|
1936
|
+
- **directives:** `InfiniteScroll` now works properly in Safari and with html or body as containers
|
|
1937
|
+
([4921d31](https://github.com/empathyco/x/commit/4921d315b9732f200b1946e2938d20277f04cace)),
|
|
1938
|
+
closes [EX-3826](https://searchbroker.atlassian.net/browse/EX-3826)
|
|
1939
|
+
- **search:** clean sort value after accept a new query
|
|
1940
|
+
([0e49049](https://github.com/empathyco/x/commit/0e490499c35ac56705a05c12b05be4f5a86ae8ce)),
|
|
1941
|
+
closes [EX-4188](https://searchbroker.atlassian.net/browse/EX-4188)
|
|
1942
|
+
|
|
1943
|
+
### Documentation
|
|
1944
|
+
|
|
1945
|
+
- **query-suggestions:** adapt examples to edocs guidelines
|
|
1946
|
+
([b2380f9](https://github.com/empathyco/x/commit/b2380f95f85d838f0762ea1e608a3ae65ea11b58)),
|
|
1947
|
+
closes [EX-3490](https://searchbroker.atlassian.net/browse/EX-3490)
|
|
1948
|
+
- **related-tags:** adapt to eDocs guidelines
|
|
1949
|
+
([c0cc8ba](https://github.com/empathyco/x/commit/c0cc8ba8a04ca21a206cecd9e657b354e1ece782))
|
|
1950
|
+
|
|
1951
|
+
### Testing
|
|
1952
|
+
|
|
1953
|
+
- enable e2e test and fix tests
|
|
1954
|
+
([9d07a2a](https://github.com/empathyco/x/commit/9d07a2a0d146c5ad9cd5441023b864148759b5b5)),
|
|
1955
|
+
closes [EX-4363](https://searchbroker.atlassian.net/browse/EX-4363)
|
|
222
1956
|
|
|
1957
|
+
## [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)
|
|
223
1958
|
|
|
224
1959
|
### Features
|
|
225
1960
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
1961
|
+
- **facets:** add `click:show-more` & `click:show-less` events to the `SlicedFilters` component.
|
|
1962
|
+
([cc1396f](https://bitbucket.org/colbenson/x-components/commits/cc1396fd2e0e07b1e5994ba82cc721aecdfa0bc6)),
|
|
1963
|
+
closes [EX-4284](https://searchbroker.atlassian.net/browse/EX-4284)
|
|
1964
|
+
|
|
1965
|
+
### Bug Fixes
|
|
1966
|
+
|
|
1967
|
+
- **components:** `StaggeringTransitionGroup` elements now are positioned correctly in scroll
|
|
1968
|
+
containers
|
|
1969
|
+
([54dbc83](https://bitbucket.org/colbenson/x-components/commits/54dbc83ba764617b4be48c8f7f8272f92e71b924)),
|
|
1970
|
+
closes [EX-4257](https://searchbroker.atlassian.net/browse/EX-4257)
|
|
1971
|
+
|
|
1972
|
+
## [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)
|
|
1973
|
+
|
|
1974
|
+
### Features
|
|
233
1975
|
|
|
1976
|
+
- **components:** Add `@XEmit` decorator
|
|
1977
|
+
([b4e107a](https://bitbucket.org/colbenson/x-components/commits/b4e107a710ec0312a50366f43b30745c72e69eff)),
|
|
1978
|
+
closes [EX-4245](https://searchbroker.atlassian.net/browse/EX-4245)
|
|
1979
|
+
- **device:** Add `device` module
|
|
1980
|
+
([f02cd8b](https://bitbucket.org/colbenson/x-components/commits/f02cd8b47999235f888c883b07504307110ed0c4)),
|
|
1981
|
+
closes [EX-4243](https://searchbroker.atlassian.net/browse/EX-4243)
|
|
1982
|
+
- **device:** add `DeviceDetector` component
|
|
1983
|
+
([7b1df85](https://bitbucket.org/colbenson/x-components/commits/7b1df85238ab7ed70e165d499425846e39fbc5de)),
|
|
1984
|
+
closes [EX-4244](https://searchbroker.atlassian.net/browse/EX-4244)
|
|
1985
|
+
- **x-installer:** make `SnippetConfig` object available for all components
|
|
1986
|
+
([b7a3f30](https://bitbucket.org/colbenson/x-components/commits/b7a3f3047fa5f72995da0f69ca0624d4a24fed49)),
|
|
1987
|
+
closes [EX-3553](https://searchbroker.atlassian.net/browse/EX-3553)
|
|
1988
|
+
- **x-plugin:** Remove `XConfig`
|
|
1989
|
+
([bf54080](https://bitbucket.org/colbenson/x-components/commits/bf54080d18f0c3bc67589d695fde8d9418240d32)),
|
|
1990
|
+
closes [EX-4240](https://searchbroker.atlassian.net/browse/EX-4240)
|
|
234
1991
|
|
|
235
1992
|
### Bug Fixes
|
|
236
1993
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
* **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)
|
|
241
|
-
* **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)
|
|
1994
|
+
- **design-system:** solve `Safari` `gap` issues
|
|
1995
|
+
([c26917a](https://bitbucket.org/colbenson/x-components/commits/c26917a9b38363ea77eee19d26bad61c2a8ae5a8)),
|
|
1996
|
+
closes [EX-3894](https://searchbroker.atlassian.net/browse/EX-3894)
|
|
242
1997
|
|
|
1998
|
+
### Testing
|
|
1999
|
+
|
|
2000
|
+
- **e2e:** add test for spellcheck component
|
|
2001
|
+
([456e120](https://bitbucket.org/colbenson/x-components/commits/456e120924377203986d50a58f4b9733aee2be8b)),
|
|
2002
|
+
closes [EX-3963](https://searchbroker.atlassian.net/browse/EX-3963)
|
|
243
2003
|
|
|
244
2004
|
### Documentation
|
|
245
2005
|
|
|
246
|
-
|
|
2006
|
+
- **search-box:** update props and bindings table style and avoid warning block auto-formatting
|
|
2007
|
+
([ab8716b](https://bitbucket.org/colbenson/x-components/commits/ab8716b1e00e1886a523b3f2acb029ce4d918287)),
|
|
2008
|
+
closes [EX-4231](https://searchbroker.atlassian.net/browse/EX-4231)
|
|
2009
|
+
|
|
2010
|
+
### Styling
|
|
2011
|
+
|
|
2012
|
+
- format entire project
|
|
2013
|
+
([8083870](https://bitbucket.org/colbenson/x-components/commits/80838700530436c6e566a89c13a4912fb754f512)),
|
|
2014
|
+
closes [EX-4287](https://searchbroker.atlassian.net/browse/EX-4287)
|
|
2015
|
+
|
|
2016
|
+
## [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)
|
|
2017
|
+
|
|
2018
|
+
### ⚠ BREAKING CHANGES
|
|
2019
|
+
|
|
2020
|
+
- **design-system:** Design system styles have now to be imported from
|
|
2021
|
+
`@empathy/x-components/design-system` instead of `@empathy/x-components/css`
|
|
2022
|
+
|
|
2023
|
+
### Features
|
|
247
2024
|
|
|
2025
|
+
- **components:** add new `BaseIdPanelToggleButton` and `BaseIdPanelToggle` components
|
|
2026
|
+
([c10b484](https://bitbucket.org/colbenson/x-components/commits/c10b48487732512edf40565b3abb892ce518c6dd)),
|
|
2027
|
+
closes [EX-4100](https://searchbroker.atlassian.net/browse/EX-4100)
|
|
248
2028
|
|
|
249
2029
|
### Testing
|
|
250
2030
|
|
|
251
|
-
|
|
2031
|
+
- **e2e:** add identifier results tests
|
|
2032
|
+
([9e93136](https://bitbucket.org/colbenson/x-components/commits/9e93136c61315bc8d4bb7b0d0f61135413d6d7a9)),
|
|
2033
|
+
closes [EX-3961](https://searchbroker.atlassian.net/browse/EX-3961)
|
|
252
2034
|
|
|
2035
|
+
### Code Refactoring
|
|
253
2036
|
|
|
254
|
-
|
|
2037
|
+
- **design-system:** rename `styles` folder to `design-system`
|
|
2038
|
+
([48b5868](https://bitbucket.org/colbenson/x-components/commits/48b586823afcbe59a5d164c2b0f85fa7bccebab7)),
|
|
2039
|
+
closes [EX-4227](https://searchbroker.atlassian.net/browse/EX-4227)
|
|
255
2040
|
|
|
2041
|
+
## [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)
|
|
256
2042
|
|
|
257
2043
|
### Features
|
|
258
2044
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
2045
|
+
- **components:** change the render conditions in the `Layout` component
|
|
2046
|
+
([35645de](https://bitbucket.org/colbenson/x-components/commits/35645de648a0226b6d1a247c3f5353fb5a43cf35)),
|
|
2047
|
+
closes [EX-4171](https://searchbroker.atlassian.net/browse/EX-4171)
|
|
2048
|
+
- **design-system:** add `x-button--ghost-start` and `x-button--ghost-end` modifiers to
|
|
2049
|
+
`x-button--ghost` variant
|
|
2050
|
+
([2803dd1](https://bitbucket.org/colbenson/x-components/commits/2803dd1bc7209c07f90dbc4a49d255032b18f5b8)),
|
|
2051
|
+
closes [EX-4179](https://searchbroker.atlassian.net/browse/EX-4179)
|
|
2052
|
+
- **design-system:** add `x-dropdown` size variants
|
|
2053
|
+
([d5649ab](https://bitbucket.org/colbenson/x-components/commits/d5649abb8b6a527426cd12a2dea6c950054c42ca)),
|
|
2054
|
+
closes [EX-4098](https://searchbroker.atlassian.net/browse/EX-4098)
|
|
2055
|
+
- **design-system:** add more values to the `x-list` variants
|
|
2056
|
+
([5295e2e](https://bitbucket.org/colbenson/x-components/commits/5295e2e0bd2a6db15e13a0bd3b316ae5dcb99616)),
|
|
2057
|
+
closes [EX-4174](https://searchbroker.atlassian.net/browse/EX-4174)
|
|
2058
|
+
- **design-system:** fix the issue with the `x-tag` and `x-filter` in the selected filters
|
|
2059
|
+
([bdcbdeb](https://bitbucket.org/colbenson/x-components/commits/bdcbdeb5b351f9fca148afb4ec1a8fdd1d4173e3)),
|
|
2060
|
+
closes [EX-4178](https://searchbroker.atlassian.net/browse/EX-4178)
|
|
2061
|
+
- **empathize:** add `isOpen` to store state and expose through the Alias API
|
|
2062
|
+
([590e4db](https://bitbucket.org/colbenson/x-components/commits/590e4db5ef700434bbcf9787825e0ebcfc01b7ff)),
|
|
2063
|
+
closes [EX-4164](https://searchbroker.atlassian.net/browse/EX-4164)
|
|
2064
|
+
- **facets:** add `isSelected` binding to the `AllFilter` component slot
|
|
2065
|
+
([2b86731](https://bitbucket.org/colbenson/x-components/commits/2b86731725bb84220b7a0dd7247fe034781442fc)),
|
|
2066
|
+
closes [EX-4173](https://searchbroker.atlassian.net/browse/EX-4173)
|
|
279
2067
|
|
|
280
2068
|
### Bug Fixes
|
|
281
2069
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
2070
|
+
- **components:** emit initial default value in the `ColumnPicker` mixin
|
|
2071
|
+
([d7439b8](https://bitbucket.org/colbenson/x-components/commits/d7439b8317a820a710186870c8a2740b65d45d5b)),
|
|
2072
|
+
closes [EX-4114](https://searchbroker.atlassian.net/browse/EX-4114)
|
|
2073
|
+
- **design-system:** fix the stroke and the text decoration in the typography
|
|
2074
|
+
([6bd879d](https://bitbucket.org/colbenson/x-components/commits/6bd879d751ef3c839ad2d466b7887e4048d14157)),
|
|
2075
|
+
closes [EX-4176](https://searchbroker.atlassian.net/browse/EX-4176)
|
|
2076
|
+
- **facets:** `isNewQuery` utility was returning false when only one query was empty
|
|
2077
|
+
([b0405e2](https://bitbucket.org/colbenson/x-components/commits/b0405e2eb7effc27f7de9e358ae95e0f3b860d1c)),
|
|
2078
|
+
closes [EX-4160](https://searchbroker.atlassian.net/browse/EX-4160)
|
|
2079
|
+
- **facets:** new label slot inside the `Hierarchical Filter` children
|
|
2080
|
+
([7fd1275](https://bitbucket.org/colbenson/x-components/commits/7fd1275fcc52b80d26e08a077091d8e38a14db98)),
|
|
2081
|
+
closes [EX-4172](https://searchbroker.atlassian.net/browse/EX-4172)
|
|
2082
|
+
- **utils:** add missing exports to barrel
|
|
2083
|
+
([abc8059](https://bitbucket.org/colbenson/x-components/commits/abc8059bc8ce1c2a7fe7a063a784d74fca789e36)),
|
|
2084
|
+
closes [EX-4182](https://searchbroker.atlassian.net/browse/EX-4182)
|
|
285
2085
|
|
|
2086
|
+
### Documentation
|
|
2087
|
+
|
|
2088
|
+
- **search-box:** remove values column in props generated table in component doc
|
|
2089
|
+
([efcb814](https://bitbucket.org/colbenson/x-components/commits/efcb814151bbfcbfb304dd0c4fbf499d501a3e65)),
|
|
2090
|
+
closes [EX-4137](https://searchbroker.atlassian.net/browse/EX-4137)
|
|
286
2091
|
|
|
287
2092
|
### Testing
|
|
288
2093
|
|
|
289
|
-
|
|
290
|
-
|
|
2094
|
+
- **e2e:** add partial results tests
|
|
2095
|
+
([4f09ab4](https://bitbucket.org/colbenson/x-components/commits/4f09ab49bfe232f4d7fdeedf22e67adb7bb9b6f6)),
|
|
2096
|
+
closes [EX-3959](https://searchbroker.atlassian.net/browse/EX-3959)
|
|
291
2097
|
|
|
2098
|
+
## [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)
|
|
292
2099
|
|
|
293
|
-
###
|
|
2100
|
+
### Features
|
|
2101
|
+
|
|
2102
|
+
- **components:** add `AnimateWidth` animation component
|
|
2103
|
+
([8c7c3e5](https://bitbucket.org/colbenson/x-components/commits/8c7c3e59973d4bed5ff54c673af0b02a69318a34)),
|
|
2104
|
+
closes [EX-4107](https://searchbroker.atlassian.net/browse/EX-4107)
|
|
2105
|
+
- **design-system:** add `SlidingPanel` default CSS and tokens
|
|
2106
|
+
([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
|
|
2107
|
+
closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
|
|
2108
|
+
- **design-system:** add `x-scroll` component and tokens
|
|
2109
|
+
([7ba7913](https://bitbucket.org/colbenson/x-components/commits/7ba791318eb0c27011346821b230f5873de37e6f)),
|
|
2110
|
+
closes [EX-4085](https://searchbroker.atlassian.net/browse/EX-4085)
|
|
2111
|
+
- **design-system:** add Design System classes for the picture image fallback and placeholder
|
|
2112
|
+
([5503e63](https://bitbucket.org/colbenson/x-components/commits/5503e63e8c96a4fa3b1ba26302e6b3e51a0f9ed8)),
|
|
2113
|
+
closes [EX-4070](https://searchbroker.atlassian.net/browse/EX-4070)
|
|
2114
|
+
- **design-system:** add Design System icons
|
|
2115
|
+
([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
|
|
2116
|
+
closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
|
|
2117
|
+
- **design-system:** add Direction Border and Padding List variants
|
|
2118
|
+
([2efdc21](https://bitbucket.org/colbenson/x-components/commits/2efdc21f97416e9a6f9f1cd6e7bd377ad7893c19)),
|
|
2119
|
+
closes [EX-4064](https://searchbroker.atlassian.net/browse/EX-4064)
|
|
2120
|
+
- **design-system:** add icons to the Design System view
|
|
2121
|
+
([b5f86ce](https://bitbucket.org/colbenson/x-components/commits/b5f86cecb39fa9b039317fead3d5461b4ac71357)),
|
|
2122
|
+
closes [EX-4110](https://searchbroker.atlassian.net/browse/EX-4110)
|
|
2123
|
+
- **design-system:** add Layout component and Design System Layout component
|
|
2124
|
+
([acc0e2e](https://bitbucket.org/colbenson/x-components/commits/acc0e2eba22af933ec977be615f64702c909f9b3)),
|
|
2125
|
+
closes [EX-3866](https://searchbroker.atlassian.net/browse/EX-3866)
|
|
2126
|
+
- **design-system:** add list design tokens
|
|
2127
|
+
([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
|
|
2128
|
+
closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
|
|
2129
|
+
- **design-system:** add new typography variants
|
|
2130
|
+
([fc934bc](https://bitbucket.org/colbenson/x-components/commits/fc934bc2026d8d161c394f9c51f2eab6b87c0ac5)),
|
|
2131
|
+
closes [EX-4092](https://searchbroker.atlassian.net/browse/EX-4092)
|
|
2132
|
+
- **design-system:** add option list tokens
|
|
2133
|
+
([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
|
|
2134
|
+
closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
2135
|
+
- **design-system:** add `x-grid` Design System tokens
|
|
2136
|
+
([5f198c5](https://bitbucket.org/colbenson/x-components/commits/5f198c587cae04443d28b329f6ff6db883c0073e)),
|
|
2137
|
+
closes [EX-4082](https://searchbroker.atlassian.net/browse/EX-4082)
|
|
2138
|
+
- **design-system:** add `x-result` Design System tokens
|
|
2139
|
+
([33c13d7](https://bitbucket.org/colbenson/x-components/commits/33c13d79fa5444c48b1514ddbc77bcb718a303fc)),
|
|
2140
|
+
closes [EX-3765](https://searchbroker.atlassian.net/browse/EX-3765)
|
|
2141
|
+
- **design-system:** improve `x-icon` token
|
|
2142
|
+
([088ee0a](https://bitbucket.org/colbenson/x-components/commits/088ee0aa9305306f66297d1c35fc47c856c2d361)),
|
|
2143
|
+
closes [EX-4017](https://searchbroker.atlassian.net/browse/EX-4017)
|
|
2144
|
+
- **design-system:** add `x-row` and `x-row-item` tokens
|
|
2145
|
+
([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
|
|
2146
|
+
closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
2147
|
+
- **design-system:** add `x-picture` Design System tokens
|
|
2148
|
+
([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
|
|
2149
|
+
closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
2150
|
+
- **facets:** add `SortedFilters` component
|
|
2151
|
+
([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
2152
|
+
- **components:** change `NoElement` component to be not functional
|
|
2153
|
+
([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
|
|
2154
|
+
closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
2155
|
+
- **components:** add `BaseResultPlaceholderImage` and `BaseResultFallbackImage`
|
|
2156
|
+
([cd246ce](https://bitbucket.org/colbenson/x-components/commits/cd246ce004eb04d5fa5f601fce281c1841fc4e14)),
|
|
2157
|
+
closes [EX-4129](https://searchbroker.atlassian.net/browse/EX-4129)
|
|
294
2158
|
|
|
295
|
-
|
|
2159
|
+
### Bug Fixes
|
|
296
2160
|
|
|
2161
|
+
- **components:** fix `SlidingPanel` buttons were blocking clicks while invisible
|
|
2162
|
+
([ee9a94a](https://bitbucket.org/colbenson/x-components/commits/ee9a94a227bd942570f689744b3f7c5cd351c342)),
|
|
2163
|
+
closes [EX-4096](https://searchbroker.atlassian.net/browse/EX-4096)
|
|
2164
|
+
- **facets:** fix issue with hierarchical filters with no children
|
|
2165
|
+
([0c60915](https://bitbucket.org/colbenson/x-components/commits/0c609153764e3ad39bc3ed3bf7a0e47f92b94120)),
|
|
2166
|
+
closes [EX-4136](https://searchbroker.atlassian.net/browse/EX-4136)
|
|
2167
|
+
- **search:** fix infinite scroll issues when filtering
|
|
2168
|
+
([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
|
|
2169
|
+
closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
|
|
297
2170
|
|
|
298
|
-
###
|
|
2171
|
+
### Testing
|
|
2172
|
+
|
|
2173
|
+
- **e2e:** adapt `empathize` tests to cucumber
|
|
2174
|
+
([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
|
|
2175
|
+
closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
|
|
2176
|
+
- **e2e:** update Cypress to 7.4.0
|
|
2177
|
+
([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
|
|
2178
|
+
closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
|
|
299
2179
|
|
|
300
|
-
|
|
2180
|
+
### Continuous Integration
|
|
301
2181
|
|
|
2182
|
+
- **CI:** update package-lock
|
|
2183
|
+
([9d0c764](https://bitbucket.org/colbenson/x-components/commits/9d0c764181280135ccae3db16b1171a9cc066818)),
|
|
2184
|
+
closes [EX-4046](https://searchbroker.atlassian.net/browse/EX-4046)
|
|
302
2185
|
|
|
303
|
-
###
|
|
2186
|
+
### Build System
|
|
2187
|
+
|
|
2188
|
+
- **dependencies:** update `search-adapter` version
|
|
2189
|
+
([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
|
|
2190
|
+
closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
|
|
304
2191
|
|
|
305
|
-
|
|
306
|
-
* **search-box:** update `ClearSearchInput` documentation ([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)), closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
|
|
307
|
-
* **search-box:** update `SearchButton` documentation ([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)), closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
|
|
308
|
-
* **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)
|
|
2192
|
+
### Documentation
|
|
309
2193
|
|
|
2194
|
+
- **search-box:** update `SearcInput` component documentation
|
|
2195
|
+
([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
|
|
2196
|
+
closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
|
|
2197
|
+
- **search-box:** update `ClearSearchInput` documentation
|
|
2198
|
+
([0f01401](https://bitbucket.org/colbenson/x-components/commits/0f0140174878edfbba86ec761e66704b09e72721)),
|
|
2199
|
+
closes [EX-4101](https://searchbroker.atlassian.net/browse/EX-4101)
|
|
2200
|
+
- **search-box:** update `SearchButton` documentation
|
|
2201
|
+
([c38f154](https://bitbucket.org/colbenson/x-components/commits/c38f154f4b7293e20004b15096d921bb6107fc0d)),
|
|
2202
|
+
closes [EX-4090](https://searchbroker.atlassian.net/browse/EX-4090)
|
|
2203
|
+
- **build:** avoid creating Methods section in components documentation
|
|
2204
|
+
([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
|
|
2205
|
+
closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
|
|
310
2206
|
|
|
311
2207
|
### Code Refactoring
|
|
312
2208
|
|
|
313
|
-
|
|
2209
|
+
- **components:** refactor `CollapseFromTop` animation to use only transformations
|
|
2210
|
+
([97e6b77](https://bitbucket.org/colbenson/x-components/commits/97e6b772d5776ab9542a23f9d54474a6ca652cff)),
|
|
2211
|
+
closes [EX-4149](https://searchbroker.atlassian.net/browse/EX-4149)
|
|
314
2212
|
|
|
315
2213
|
## [2.0.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0%0Dv2.0.0-alpha.13) (2021-06-03)
|
|
316
2214
|
|
|
317
|
-
|
|
318
2215
|
### Features
|
|
319
2216
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
2217
|
+
- **design-system:** add `x-sliding-panel` tokens
|
|
2218
|
+
([08c7539](https://bitbucket.org/colbenson/x-components/commits/08c7539b18eeacf798a49f146f8e3f67447dedd7)),
|
|
2219
|
+
closes [EX-3864](https://searchbroker.atlassian.net/browse/EX-3864)
|
|
2220
|
+
- **design-system:** add design system icons
|
|
2221
|
+
([dfe4e51](https://bitbucket.org/colbenson/x-components/commits/dfe4e5188ae5c37463e03a707092fa146ecac127)),
|
|
2222
|
+
closes [EX-3973](https://searchbroker.atlassian.net/browse/EX-3973)
|
|
2223
|
+
- **design-system:** add `x-list`and variants tokens
|
|
2224
|
+
([83a024c](https://bitbucket.org/colbenson/x-components/commits/83a024ca2872001382cf5352184150d73d75057c)),
|
|
2225
|
+
closes [EX-3925](https://searchbroker.atlassian.net/browse/EX-3925)
|
|
2226
|
+
- **design-system:** add `x-option-list` and variants tokens
|
|
2227
|
+
([088ad59](https://bitbucket.org/colbenson/x-components/commits/088ad5952a04e22f23639ebe194236db199d0b39)),
|
|
2228
|
+
closes [EX-3860](https://searchbroker.atlassian.net/browse/EX-3860)
|
|
2229
|
+
- **design-system:** add `x-row` and `x-row-item` tokens
|
|
2230
|
+
([fb58ef1](https://bitbucket.org/colbenson/x-components/commits/fb58ef1d6835cf55bc38226efe30d9cc613680ba)),
|
|
2231
|
+
closes [EX-4000](https://searchbroker.atlassian.net/browse/EX-4000)
|
|
2232
|
+
- **design-system:** add `x-picture` tokens
|
|
2233
|
+
([7117399](https://bitbucket.org/colbenson/x-components/commits/71173997a39b2de1b018f4b96485dbfab940c382)),
|
|
2234
|
+
closes [EX-3977](https://searchbroker.atlassian.net/browse/EX-3977)
|
|
2235
|
+
- **facets:** add `SortedFilters` component
|
|
2236
|
+
([319106b](https://bitbucket.org/colbenson/x-components/commits/319106b785ea13457c3cdb824ac371160077704d))
|
|
2237
|
+
- **no-element:** change `NoElement` component to be not functional
|
|
2238
|
+
([c4d4590](https://bitbucket.org/colbenson/x-components/commits/c4d45908d27801b0a8c847dbff54a9acd74dfd43)),
|
|
2239
|
+
closes [EX-3997](https://searchbroker.atlassian.net/browse/EX-3997)
|
|
329
2240
|
|
|
330
2241
|
### Bug Fixes
|
|
331
2242
|
|
|
332
|
-
|
|
333
|
-
|
|
2243
|
+
- **search:** fix infinite scroll issues when filtering
|
|
2244
|
+
([4f08e32](https://bitbucket.org/colbenson/x-components/commits/4f08e32bf9de0f783cae9681733699b6a3c72d3a)),
|
|
2245
|
+
closes [EX-4033](https://searchbroker.atlassian.net/browse/EX-4033)
|
|
334
2246
|
|
|
335
2247
|
### Testing
|
|
336
2248
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
2249
|
+
- **e2e:** adapt `empathize` tests to cucumber
|
|
2250
|
+
([0c86765](https://bitbucket.org/colbenson/x-components/commits/0c8676593ab133f442a0cde8769f73a032096395)),
|
|
2251
|
+
closes [EX-3797](https://searchbroker.atlassian.net/browse/EX-3797)
|
|
2252
|
+
- **e2e:** update Cypress to 7.4.0
|
|
2253
|
+
([9c6db64](https://bitbucket.org/colbenson/x-components/commits/9c6db6455b6f6b61e3b0697e8de32a2d41d2a137)),
|
|
2254
|
+
closes [EX-3991](https://searchbroker.atlassian.net/browse/EX-3991)
|
|
340
2255
|
|
|
341
2256
|
### Build System
|
|
342
2257
|
|
|
343
|
-
|
|
344
|
-
|
|
2258
|
+
- **dependencies:** update `search-adapter` version
|
|
2259
|
+
([05e5cd7](https://bitbucket.org/colbenson/x-components/commits/05e5cd749c6a9524753e2316928069b7e7605306)),
|
|
2260
|
+
closes [EX-4067](https://searchbroker.atlassian.net/browse/EX-4067)
|
|
345
2261
|
|
|
346
2262
|
### Documentation
|
|
347
2263
|
|
|
348
|
-
|
|
349
|
-
|
|
2264
|
+
- **search:** update search input component documentation
|
|
2265
|
+
([22f87db](https://bitbucket.org/colbenson/x-components/commits/22f87db5b2143cfde49b17d380c3156cb6610590)),
|
|
2266
|
+
closes [EX-4029](https://searchbroker.atlassian.net/browse/EX-4029)
|
|
2267
|
+
- **components:** avoid creating Methods section in components documentation
|
|
2268
|
+
([2383080](https://bitbucket.org/colbenson/x-components/commits/2383080e4b73236f937fde6cdd4eb83b8ae9c5eb)),
|
|
2269
|
+
closes [EX-4028](https://searchbroker.atlassian.net/browse/EX-4028)
|
|
350
2270
|
|
|
351
2271
|
## [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)
|
|
352
2272
|
|
|
353
|
-
|
|
354
2273
|
### Features
|
|
355
2274
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
2275
|
+
- **design-system:** add `input-group` variants
|
|
2276
|
+
([f93e6e8](https://bitbucket.org/colbenson/x-components/commits/f93e6e8424a6673010e5b7eed4d9afb6328803a8)),
|
|
2277
|
+
closes [EX-3707](https://searchbroker.atlassian.net/browse/EX-3707)
|
|
2278
|
+
- **design-system:** add `justified` variant to `x-filter` component
|
|
2279
|
+
([41b2d98](https://bitbucket.org/colbenson/x-components/commits/41b2d98e3756955512e4409bc4444963f638c8f0)),
|
|
2280
|
+
closes [EX-3874](https://searchbroker.atlassian.net/browse/EX-3874)
|
|
2281
|
+
- **design-system:** add `x-button` css class in the necessary elements
|
|
2282
|
+
([c20e3d9](https://bitbucket.org/colbenson/x-components/commits/c20e3d9eeb0957e90a8ed8dd598d24d1dc63786b)),
|
|
2283
|
+
closes [EX-3703](https://searchbroker.atlassian.net/browse/EX-3703)
|
|
2284
|
+
- **design-system:** add `x-filter` tokens and CSS
|
|
2285
|
+
([80f4fef](https://bitbucket.org/colbenson/x-components/commits/80f4fef69aea6f19c9d25ae6c00bbd06ed9d9e6d)),
|
|
2286
|
+
closes [EX-3767](https://searchbroker.atlassian.net/browse/EX-3767)
|
|
2287
|
+
- **design-system:** add `x-suggestion` design tokens
|
|
2288
|
+
([9987b2f](https://bitbucket.org/colbenson/x-components/commits/9987b2f3f40423cb9580a3977048092f1d20e6e2)),
|
|
2289
|
+
closes [EX-3715](https://searchbroker.atlassian.net/browse/EX-3715)
|
|
2290
|
+
- **design-system:** add `x-tag` variants tokens and CSS styles
|
|
2291
|
+
([c4569e0](https://bitbucket.org/colbenson/x-components/commits/c4569e0e788275d223f45503166081269028f60c)),
|
|
2292
|
+
closes [EX-3916](https://searchbroker.atlassian.net/browse/EX-3916)
|
|
2293
|
+
- **design-system:** add default `x-facet` tokens and CSS and `x-icon` variants
|
|
2294
|
+
([ba6b9d3](https://bitbucket.org/colbenson/x-components/commits/ba6b9d3e0a07df70972b69b9224c44aa63111071)),
|
|
2295
|
+
closes [EX-3881](https://searchbroker.atlassian.net/browse/EX-3881)
|
|
2296
|
+
- **design-system:** add dropdown design tokens
|
|
2297
|
+
([4e0ffbf](https://bitbucket.org/colbenson/x-components/commits/4e0ffbf8bd9bf95209a26b27bd749243f158a04b)),
|
|
2298
|
+
closes [EX-3769](https://searchbroker.atlassian.net/browse/EX-3769)
|
|
2299
|
+
- **design-system:** add input default tokens and CSS
|
|
2300
|
+
([e7a0af1](https://bitbucket.org/colbenson/x-components/commits/e7a0af143b34406e6724a142642773a691d689e6)),
|
|
2301
|
+
closes [EX-3694](https://searchbroker.atlassian.net/browse/EX-3694)
|
|
2302
|
+
- **design-system:** add input variants tokens and CSS
|
|
2303
|
+
([88a9844](https://bitbucket.org/colbenson/x-components/commits/88a98444be75dd85f434fe1d99d319b81a06fcbc)),
|
|
2304
|
+
closes [EX-3696](https://searchbroker.atlassian.net/browse/EX-3696)
|
|
2305
|
+
- **design-system:** add tags default tokens and CSS
|
|
2306
|
+
([c19055f](https://bitbucket.org/colbenson/x-components/commits/c19055f445d251048abb3edf7e637a4dd5944e0f)),
|
|
2307
|
+
closes [EX-3771](https://searchbroker.atlassian.net/browse/EX-3771)
|
|
2308
|
+
- **design-system:** add the `.x-input` class to the XComponents where necessary
|
|
2309
|
+
([e721e78](https://bitbucket.org/colbenson/x-components/commits/e721e7868e3dfae06bc08b70eb2afc407b9dc1e6)),
|
|
2310
|
+
closes [EX-3712](https://searchbroker.atlassian.net/browse/EX-3712)
|
|
2311
|
+
- **design-system:** add x-facet variants tokens and CSS styles
|
|
2312
|
+
([36d9843](https://bitbucket.org/colbenson/x-components/commits/36d98439038c794fe13bafdd4d478b4f6edae394)),
|
|
2313
|
+
closes [EX-3914](https://searchbroker.atlassian.net/browse/EX-3914)
|
|
2314
|
+
- **design-system:** add x-tag css class in the necessary elements
|
|
2315
|
+
([475a067](https://bitbucket.org/colbenson/x-components/commits/475a0674d8d24c8c64ef1dc072918f5450e1a189)),
|
|
2316
|
+
closes [EX-3912](https://searchbroker.atlassian.net/browse/EX-3912)
|
|
2317
|
+
- **design-system:** refactor styles folder structure
|
|
2318
|
+
([4651002](https://bitbucket.org/colbenson/x-components/commits/4651002b14a5ab61b7ab7d096beffa5bf923b65c)),
|
|
2319
|
+
closes [EX-3822](https://searchbroker.atlassian.net/browse/EX-3822)
|
|
2320
|
+
- **design-system:** add `hierarchical` variant to `x-filter`
|
|
2321
|
+
([882091c](https://bitbucket.org/colbenson/x-components/commits/882091c2111282eecff98b2d69acafd9c317341f)),
|
|
2322
|
+
closes [EX-3878](https://searchbroker.atlassian.net/browse/EX-3878)
|
|
2323
|
+
- **facets:** add support for optional hierarchical filter children prop
|
|
2324
|
+
([df988f3](https://bitbucket.org/colbenson/x-components/commits/df988f33e6206475a4674ceb17f0ffc495139a86))
|
|
2325
|
+
- **search:** add infinite scroll to `ResultsList` component
|
|
2326
|
+
([e0a179c](https://bitbucket.org/colbenson/x-components/commits/e0a179c9420573781bfe70a395832e25b706618a)),
|
|
2327
|
+
closes [EX-3788](https://searchbroker.atlassian.net/browse/EX-3788)
|
|
2328
|
+
- **search:** Add `page` and `pageSize` properties with its mutations.
|
|
2329
|
+
([a20323f](https://bitbucket.org/colbenson/x-components/commits/a20323f382dac1e70e3d18fd90e231b7d49df005)),
|
|
2330
|
+
closes [EX-3775](https://searchbroker.atlassian.net/browse/EX-3775)
|
|
2331
|
+
- **search:** update search getter in order to use the new page and pageSize properties of the
|
|
2332
|
+
module
|
|
2333
|
+
([4b00d36](https://bitbucket.org/colbenson/x-components/commits/4b00d36f463206ef6d956c819704f98a9ac3dd8a)),
|
|
2334
|
+
closes [EX-3787](https://searchbroker.atlassian.net/browse/EX-3787)
|
|
377
2335
|
|
|
378
2336
|
### Bug Fixes
|
|
379
2337
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
2338
|
+
- **components:** fix `transform` transition in `FadeAndSlide` animation component
|
|
2339
|
+
([bfef3dd](https://bitbucket.org/colbenson/x-components/commits/bfef3ddb946646a1de507e90732d5b07e695e598)),
|
|
2340
|
+
closes [EX-3989](https://searchbroker.atlassian.net/browse/EX-3989)
|
|
2341
|
+
- **design-tokens:** fix editable tokens not being displayed in view correctly
|
|
2342
|
+
([f057ab6](https://bitbucket.org/colbenson/x-components/commits/f057ab69cc13d191a93a99692d8cdfe84b87c58a)),
|
|
2343
|
+
closes [EX-3998](https://searchbroker.atlassian.net/browse/EX-3998)
|
|
383
2344
|
|
|
384
2345
|
### Build System
|
|
385
2346
|
|
|
386
|
-
|
|
387
|
-
|
|
2347
|
+
- **design-system:** add the Rollup configuration to build the CSS files of the Design System
|
|
2348
|
+
([cb2642a](https://bitbucket.org/colbenson/x-components/commits/cb2642a398e9f42346a278253fdc46bcddae4c99)),
|
|
2349
|
+
closes [EX-3691](https://searchbroker.atlassian.net/browse/EX-3691)
|
|
388
2350
|
|
|
389
2351
|
### Documentation
|
|
390
2352
|
|
|
391
|
-
|
|
392
|
-
|
|
2353
|
+
- **components:** improve the way to show slot bindings data in the components documentation
|
|
2354
|
+
([eda29ce](https://bitbucket.org/colbenson/x-components/commits/eda29ce581f013bd86ed7b9453d3775a5f42fa18)),
|
|
2355
|
+
closes [EX-3832](https://searchbroker.atlassian.net/browse/EX-3832)
|
|
393
2356
|
|
|
394
2357
|
### Testing
|
|
395
2358
|
|
|
396
|
-
|
|
2359
|
+
- remove old tests
|
|
2360
|
+
([51ea6a6](https://bitbucket.org/colbenson/x-components/commits/51ea6a64c07726c3c59b9d6f6c1b011853901c43)),
|
|
2361
|
+
closes [EX-3799](https://searchbroker.atlassian.net/browse/EX-3799)
|
|
397
2362
|
|
|
398
2363
|
## [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)
|
|
399
2364
|
|
|
400
|
-
|
|
401
2365
|
### Features
|
|
402
2366
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
2367
|
+
- **components:** add an overlay layer to `BaseModal` component listening to click events outside
|
|
2368
|
+
the modal to close it
|
|
2369
|
+
([013b284](https://bitbucket.org/colbenson/x-components/commits/013b2849df1afc89d5646704be562b548a286ac0)),
|
|
2370
|
+
closes [EX-3786](https://searchbroker.atlassian.net/browse/EX-3786)
|
|
2371
|
+
- **recommendations:** add a scopedSlot `layout` to `Recommendations` component
|
|
2372
|
+
([d26e0b5](https://bitbucket.org/colbenson/x-components/commits/d26e0b5ccf73691d17377ae1393902ba89dd9803)),
|
|
2373
|
+
closes [EX-3807](https://searchbroker.atlassian.net/browse/EX-3807)
|
|
406
2374
|
|
|
407
2375
|
### Bug Fixes
|
|
408
2376
|
|
|
409
|
-
|
|
410
|
-
|
|
2377
|
+
- **components:** fix `FadeAndSlide` and `StaggeredFadeAndSlide` animations
|
|
2378
|
+
([f0b7014](https://bitbucket.org/colbenson/x-components/commits/f0b701459dbcbdf706d127005df20cbd7c76fb55)),
|
|
2379
|
+
closes [EX-3813](https://searchbroker.atlassian.net/browse/EX-3813)
|
|
411
2380
|
|
|
412
2381
|
### Testing
|
|
413
2382
|
|
|
414
|
-
|
|
415
|
-
|
|
2383
|
+
- **e2e:** Add multiselect-filters test
|
|
2384
|
+
([a7dc169](https://bitbucket.org/colbenson/x-components/commits/a7dc16958e8789d3299bc531362894d58fd7ca0a)),
|
|
2385
|
+
closes [EX-3603](https://searchbroker.atlassian.net/browse/EX-3603)
|
|
416
2386
|
|
|
417
2387
|
## [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)
|
|
418
2388
|
|
|
419
|
-
|
|
420
2389
|
## [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)
|
|
421
2390
|
|
|
422
|
-
|
|
423
2391
|
### Features
|
|
424
2392
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
2393
|
+
- **contributing-guide:** Add contributing guide
|
|
2394
|
+
([9f27fc8](https://bitbucket.org/colbenson/x-components/commits/9f27fc8438f4b24c19d6e30de5216e72a38d8ee1)),
|
|
2395
|
+
closes [EX-2891](https://searchbroker.atlassian.net/browse/EX-2891)
|
|
2396
|
+
- **design-system:** add base tokens
|
|
2397
|
+
([c124600](https://bitbucket.org/colbenson/x-components/commits/c124600cf491f45d713c37f737ea22d85f004ae4)),
|
|
2398
|
+
closes [EX-3672](https://searchbroker.atlassian.net/browse/EX-3672)
|
|
2399
|
+
- **design-system:** add Button variations tokens and CSS
|
|
2400
|
+
([cc20dba](https://bitbucket.org/colbenson/x-components/commits/cc20dba02f29a320e5d1c52b627722fc980d3b29)),
|
|
2401
|
+
closes [EX-3689](https://searchbroker.atlassian.net/browse/EX-3689)
|
|
2402
|
+
- **design-system:** add default button design tokens and styles
|
|
2403
|
+
([5d85fcc](https://bitbucket.org/colbenson/x-components/commits/5d85fcc3c83fea25eb41bcde805bb7b3161c031b)),
|
|
2404
|
+
closes [EX-3688](https://searchbroker.atlassian.net/browse/EX-3688)
|
|
2405
|
+
- **design-system:** add Design System view as showcase
|
|
2406
|
+
([8493ca4](https://bitbucket.org/colbenson/x-components/commits/8493ca4fb095839603e8efff9318c5adf824ef7f)),
|
|
2407
|
+
closes [EX-3690](https://searchbroker.atlassian.net/browse/EX-3690)
|
|
2408
|
+
- **directives:** add `InfiniteScroll` directive
|
|
2409
|
+
([172809d](https://bitbucket.org/colbenson/x-components/commits/172809db62b92783cc0fa28402b21edc2c113b7d)),
|
|
2410
|
+
closes [EX-3352](https://searchbroker.atlassian.net/browse/EX-3352)
|
|
2411
|
+
- **directives:** add barrel file in `directives` folder and export them in `src`
|
|
2412
|
+
([8e12202](https://bitbucket.org/colbenson/x-components/commits/8e12202d3173e2cd751321ab8bdac527290012ea)),
|
|
2413
|
+
closes [EX-3779](https://searchbroker.atlassian.net/browse/EX-3779)
|
|
2414
|
+
- **facets:** add `RenderlessFilter` component
|
|
2415
|
+
([d30aa57](https://bitbucket.org/colbenson/x-components/commits/d30aa578efddcc1cf7e00d4cca14b9ccf62f007a)),
|
|
2416
|
+
closes [EX-3608](https://searchbroker.atlassian.net/browse/EX-3608)
|
|
2417
|
+
- **facets:** change `BaseFilter` to `RenderlessFilter` in `HierarchicalFilter` component
|
|
2418
|
+
([36f2771](https://bitbucket.org/colbenson/x-components/commits/36f2771f78cea144242a5ec66041227efd97993c)),
|
|
2419
|
+
closes [EX-3590](https://searchbroker.atlassian.net/browse/EX-3590)
|
|
2420
|
+
- **facets:** make `SimpleFilter` component use `RenderlessFilter`, exposing the option of changing
|
|
2421
|
+
the default button.
|
|
2422
|
+
([ea93d31](https://bitbucket.org/colbenson/x-components/commits/ea93d310e74ec8cdc40361f68428626080810999)),
|
|
2423
|
+
closes [EX-3589](https://searchbroker.atlassian.net/browse/EX-3589)
|
|
2424
|
+
- **facets:** use the new decorators `inject` and `provide` in the filters components
|
|
2425
|
+
([876826a](https://bitbucket.org/colbenson/x-components/commits/876826a7ad3b8693569fb5e08a02bef814d17a74)),
|
|
2426
|
+
closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
|
|
2427
|
+
- **x-installer:** add option to install asynchronous Vue plugins
|
|
2428
|
+
([b132dd4](https://bitbucket.org/colbenson/x-components/commits/b132dd43d40954764729f67e87fcbf4b9374f1a4)),
|
|
2429
|
+
closes [EX-3790](https://searchbroker.atlassian.net/browse/EX-3790)
|
|
438
2430
|
|
|
439
2431
|
### Bug Fixes
|
|
440
2432
|
|
|
441
|
-
|
|
442
|
-
|
|
2433
|
+
- **tests:** enable new scenario in `querySuggestions` and fix `isInQuerySuggestions` method
|
|
2434
|
+
([5209bd8](https://bitbucket.org/colbenson/x-components/commits/5209bd82dd0d72351fcacc43c7546e6434aec715)),
|
|
2435
|
+
closes [EX-3307](https://searchbroker.atlassian.net/browse/EX-3307)
|
|
443
2436
|
|
|
444
2437
|
### Build System
|
|
445
2438
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
2439
|
+
- **dependencies:** update `search-adapter` and `search-types` versions
|
|
2440
|
+
([0663e17](https://bitbucket.org/colbenson/x-components/commits/0663e1735393022af9eb57e54de274a224f4416a)),
|
|
2441
|
+
closes [EX-3664](https://searchbroker.atlassian.net/browse/EX-3664)
|
|
2442
|
+
- **package.json:** update fixed dependencies (package-lock.json) and fix eslint version to minor
|
|
2443
|
+
([d33ed95](https://bitbucket.org/colbenson/x-components/commits/d33ed958c111e7f3da4f44c6a3073afd915bc02b)),
|
|
2444
|
+
closes [EX-3744](https://searchbroker.atlassian.net/browse/EX-3744)
|
|
449
2445
|
|
|
450
2446
|
### Testing
|
|
451
2447
|
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
2448
|
+
- **e2e:** add different possible combinations for filters-search components
|
|
2449
|
+
([75b61bb](https://bitbucket.org/colbenson/x-components/commits/75b61bbb8056c3cb08af88244da6518348a8d2e8)),
|
|
2450
|
+
closes [EX-3601](https://searchbroker.atlassian.net/browse/EX-3601)
|
|
2451
|
+
- **e2e:** add new sort tests
|
|
2452
|
+
([62c7eee](https://bitbucket.org/colbenson/x-components/commits/62c7eee8652a72e2f3000476188c20d9b3aa9671)),
|
|
2453
|
+
closes [EX-3666](https://searchbroker.atlassian.net/browse/EX-3666)
|
|
2454
|
+
- **e2e:** e2e test for exclude-filters-with-no-results component
|
|
2455
|
+
([d36c0b6](https://bitbucket.org/colbenson/x-components/commits/d36c0b6e55b3ce084b2c80d70691fae44446a187)),
|
|
2456
|
+
closes [EX-3599](https://searchbroker.atlassian.net/browse/EX-3599)
|
|
456
2457
|
|
|
457
2458
|
### Documentation
|
|
458
2459
|
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
2460
|
+
- **tests** add tests docs in contributing documentation about factory functions and components
|
|
2461
|
+
wrappers
|
|
2462
|
+
([fdbe0ac](https://bitbucket.org/colbenson/x-components/commits/fdbe0ac09e30fde2739501211988c351ec975a32)),
|
|
2463
|
+
closes [EX-3760](https://searchbroker.atlassian.net/browse/EX-3760)
|
|
2464
|
+
- **xcomponents:** add documentation about events emitted by components
|
|
2465
|
+
([edf3bf6](https://bitbucket.org/colbenson/x-components/commits/edf3bf6d46114e4fc702cb6650f10e6c7f046f99)),
|
|
2466
|
+
closes [EX-3465](https://searchbroker.atlassian.net/browse/EX-3465)
|
|
462
2467
|
|
|
463
2468
|
## [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)
|
|
464
2469
|
|
|
465
|
-
|
|
466
2470
|
### Bug Fixes
|
|
467
2471
|
|
|
468
|
-
|
|
2472
|
+
- **facets:** Emit the `SelectedFiltersChanged` event when the user deselects the last filter
|
|
2473
|
+
([cc38322](https://bitbucket.org/colbenson/x-components/commits/cc3832252ae2994a040c268e4c5941c69535382b)),
|
|
2474
|
+
closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
|
|
469
2475
|
|
|
470
2476
|
## [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)
|
|
471
2477
|
|
|
472
|
-
|
|
473
2478
|
### Bug Fixes
|
|
474
2479
|
|
|
475
|
-
|
|
2480
|
+
- **facets:** Avoid emitting the `SelectedFiltersChanged` event when facets change for the second
|
|
2481
|
+
time.
|
|
2482
|
+
([41efe6f](https://bitbucket.org/colbenson/x-components/commits/41efe6f41a6f94427fff455b9a595fe614a4e1a8)),
|
|
2483
|
+
closes [EX-3570](https://searchbroker.atlassian.net/browse/EX-3570)
|
|
476
2484
|
|
|
477
2485
|
## [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)
|
|
478
2486
|
|
|
479
|
-
|
|
480
2487
|
### Features
|
|
481
2488
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
2489
|
+
- **components:** add `BaseColumnPickerList` component
|
|
2490
|
+
([8eb2322](https://bitbucket.org/colbenson/x-components/commits/8eb232250642a10fe5ef2860a515133ceb3b7003)),
|
|
2491
|
+
closes [EX-3295](https://searchbroker.atlassian.net/browse/EX-3295)
|
|
2492
|
+
- **components:** add `BaseVariableColumnGrid` component
|
|
2493
|
+
([9f4ce5a](https://bitbucket.org/colbenson/x-components/commits/9f4ce5a54ce9a383232dd4e537682e7c5b753879)),
|
|
2494
|
+
closes [EX-3297](https://searchbroker.atlassian.net/browse/EX-3297)
|
|
2495
|
+
- **components:** add `BaseIdScroll` component
|
|
2496
|
+
([f3366ba](https://bitbucket.org/colbenson/x-components/commits/f3366ba58bd834a4eb65fafdb53821f6391188a2)),
|
|
2497
|
+
closes [EX-3387](https://searchbroker.atlassian.net/browse/EX-3387)
|
|
2498
|
+
- **components:** add `BaseMainScroll` component
|
|
2499
|
+
([f4716d1](https://bitbucket.org/colbenson/x-components/commits/f4716d1b613f50f2767ad16fcaa36c70b9b58d29)),
|
|
2500
|
+
closes [EX-3193](https://searchbroker.atlassian.net/browse/EX-3193)
|
|
2501
|
+
- **decorators:** add `@XProvide` and `@XInject` decorators
|
|
2502
|
+
([3facc03](https://bitbucket.org/colbenson/x-components/commits/3facc034617dd2270dec2b83b12f15165d324c10)),
|
|
2503
|
+
closes [EX-2893](https://searchbroker.atlassian.net/browse/EX-2893)
|
|
2504
|
+
- **facets:** add `ExcludeFiltersWithNoResults` component
|
|
2505
|
+
([eba2bfe](https://bitbucket.org/colbenson/x-components/commits/eba2bfe845a37bcebcb7321de3291ce3fc7eb39c)),
|
|
2506
|
+
closes [EX-3412](https://searchbroker.atlassian.net/browse/EX-3412)
|
|
2507
|
+
- **facets:** add `EditableNumberRangeFilter` component
|
|
2508
|
+
([5577f0b](https://bitbucket.org/colbenson/x-components/commits/5577f0b64921ee37605105a89d9edae9660db97c)),
|
|
2509
|
+
closes [EX-3257](https://searchbroker.atlassian.net/browse/EX-3257)
|
|
2510
|
+
- **facets:** add new events, wiring, and action to keep backend filters selected state
|
|
2511
|
+
([d84080b](https://bitbucket.org/colbenson/x-components/commits/d84080bdf9452124f405f297a90b59a79a0facc8)),
|
|
2512
|
+
closes [EX-3585](https://searchbroker.atlassian.net/browse/EX-3585)
|
|
2513
|
+
- **facets:** add the option to init the `frontendFacets` via prop in the `Facets` component
|
|
2514
|
+
([0e41dc6](https://bitbucket.org/colbenson/x-components/commits/0e41dc633bfa5a388a90ca75f137475f4e042735))
|
|
2515
|
+
- **facets:** add wiring and store logic in facets module to support `EditableNumberRangeFilter`
|
|
2516
|
+
([1ad777b](https://bitbucket.org/colbenson/x-components/commits/1ad777b7b87e82845677c232b03dcffad7b3586d)),
|
|
2517
|
+
closes [EX-3258](https://searchbroker.atlassian.net/browse/EX-3258)
|
|
2518
|
+
- **grid:** add `BaseColumnPickerDropdown` component
|
|
2519
|
+
([626dfb6](https://bitbucket.org/colbenson/x-components/commits/626dfb645eb614d009c1c5ed185bce0b1d73a758)),
|
|
2520
|
+
closes [EX-3296](https://searchbroker.atlassian.net/browse/EX-3296)
|
|
2521
|
+
- **history-queries:** modify history-queries to accept a new config and show all the elements in
|
|
2522
|
+
store.
|
|
2523
|
+
([fb0bdac](https://bitbucket.org/colbenson/x-components/commits/fb0bdacf2bdbf7e0847682dedf7e1a348d8a4b93)),
|
|
2524
|
+
closes [EX-3389](https://searchbroker.atlassian.net/browse/EX-3389)
|
|
2525
|
+
- **scroll:** add new `BaseScrollToTop` component
|
|
2526
|
+
([f79207a](https://bitbucket.org/colbenson/x-components/commits/f79207adce6ac348a630ea63ce8279057a24d9a5)),
|
|
2527
|
+
closes [EX-3197](https://searchbroker.atlassian.net/browse/EX-3197)
|
|
2528
|
+
- **scroll:** add new `BaseScroll` component
|
|
2529
|
+
([912e198](https://bitbucket.org/colbenson/x-components/commits/912e198bfba15a16400f4bc979f85341649b8814)),
|
|
2530
|
+
closes [EX-3191](https://searchbroker.atlassian.net/browse/EX-3191)
|
|
2531
|
+
- **search:** add `PartialResultsList` component
|
|
2532
|
+
([df9eaa1](https://bitbucket.org/colbenson/x-components/commits/df9eaa195f83c32c4208d6b16f2a5768d521a6cc)),
|
|
2533
|
+
closes [EX-3354](https://searchbroker.atlassian.net/browse/EX-3354)
|
|
2534
|
+
- **search:** add `SortDropdown` component
|
|
2535
|
+
([c483944](https://bitbucket.org/colbenson/x-components/commits/c483944dca71943f590ec4d2354f6954f2899098)),
|
|
2536
|
+
closes [EX-3299](https://searchbroker.atlassian.net/browse/EX-3299)
|
|
2537
|
+
- **search:** add new `PartialQueryButton` component
|
|
2538
|
+
([e99db04](https://bitbucket.org/colbenson/x-components/commits/e99db04190d7f339c26e81613b7942c627789ad1)),
|
|
2539
|
+
closes [EX-3568](https://searchbroker.atlassian.net/browse/EX-3568)
|
|
2540
|
+
- **search:** add new `SortList` component
|
|
2541
|
+
([42715f2](https://bitbucket.org/colbenson/x-components/commits/42715f21f9f5ede32696c0b0b7f7da0d380f932a)),
|
|
2542
|
+
closes [EX-3298](https://searchbroker.atlassian.net/browse/EX-3298)
|
|
2543
|
+
- **search:** add store logic & wiring to support sorting results
|
|
2544
|
+
([2e7e4a7](https://bitbucket.org/colbenson/x-components/commits/2e7e4a76bc7a450139d99402dba9e2ae799cc63b)),
|
|
2545
|
+
closes [EX-3301](https://searchbroker.atlassian.net/browse/EX-3301)
|
|
2546
|
+
- **tagging:** add basic tagging x-module
|
|
2547
|
+
([b60f809](https://bitbucket.org/colbenson/x-components/commits/b60f8092f499c623d0479cf0be4729aaf1d29d77)),
|
|
2548
|
+
closes [EX-3195](https://searchbroker.atlassian.net/browse/EX-3195)
|
|
2549
|
+
- **x-plugin:** add `initialXModules` to `XPluginOptions` to register `XModules` manually when
|
|
2550
|
+
installing the plugin
|
|
2551
|
+
([05e17c8](https://bitbucket.org/colbenson/x-components/commits/05e17c8c0f7c49a83f0c0b6cd091391048f48fe7)),
|
|
2552
|
+
closes [EX-3199](https://searchbroker.atlassian.net/browse/EX-3199)
|
|
504
2553
|
|
|
505
2554
|
### Code Refactoring
|
|
506
2555
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
2556
|
+
- **animations:** rename animations to fit BEM
|
|
2557
|
+
([0993d31](https://bitbucket.org/colbenson/x-components/commits/0993d31ac83b4c78273f60a8af903a53251506ac)),
|
|
2558
|
+
closes [EX-3264](https://searchbroker.atlassian.net/browse/EX-3264)
|
|
2559
|
+
- **decorators:** tidy decorators splitting the bus decorators from the state decorators
|
|
2560
|
+
([9debc11](https://bitbucket.org/colbenson/x-components/commits/9debc11d3a5143e566932e6072ff7efcb0bf45c7)),
|
|
2561
|
+
closes [EX-3442](https://searchbroker.atlassian.net/browse/EX-3442)
|
|
2562
|
+
- **facets:** move filter components inside the facets module
|
|
2563
|
+
([9c266c6](https://bitbucket.org/colbenson/x-components/commits/9c266c60f0efeaef89262eb2d39094ca899100c2)),
|
|
2564
|
+
closes [EX-3270](https://searchbroker.atlassian.net/browse/EX-3270)
|
|
511
2565
|
|
|
512
2566
|
### Testing
|
|
513
2567
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
2568
|
+
- **e2e:** fix e2e `SlidingPanel` tests
|
|
2569
|
+
([0901ddc](https://bitbucket.org/colbenson/x-components/commits/0901ddcf698a74a66231651bb46aebed027f012d)),
|
|
2570
|
+
closes [EX-3438](https://searchbroker.atlassian.net/browse/EX-3438)
|
|
2571
|
+
- **e2e:** add tests scenarios for sort dropdown and list
|
|
2572
|
+
([d918d8a](https://bitbucket.org/colbenson/x-components/commits/d918d8a447a57dbbf39974d597ba07f1306c481d)),
|
|
2573
|
+
closes [EX-3201](https://searchbroker.atlassian.net/browse/EX-3201)
|
|
2574
|
+
- **e2e:** column pickers tests refinement
|
|
2575
|
+
([74d75d4](https://bitbucket.org/colbenson/x-components/commits/74d75d41ac1224b86de81cce1ae037f77be52453)),
|
|
2576
|
+
closes [EX-3500](https://searchbroker.atlassian.net/browse/EX-3500)
|
|
2577
|
+
- **e2e:** fix relative imports paths
|
|
2578
|
+
([1abed82](https://bitbucket.org/colbenson/x-components/commits/1abed829d9de5cecb432b30b319b4250ce472d37)),
|
|
2579
|
+
closes [EX-3434](https://searchbroker.atlassian.net/browse/EX-3434)
|
|
2580
|
+
- **e2e:** fix setting related tags max items to render in sliding panel view
|
|
2581
|
+
([ef9f4be](https://bitbucket.org/colbenson/x-components/commits/ef9f4bef7b779114e84759ab626a841d06ddf0d0)),
|
|
2582
|
+
closes [EX-3463](https://searchbroker.atlassian.net/browse/EX-3463)
|
|
2583
|
+
- **e2e:** add test for `BaseFiltersSearch`
|
|
2584
|
+
([293ce31](https://bitbucket.org/colbenson/x-components/commits/293ce3146ef8ba043fecdfe7ab67e3083ef1d4f3)),
|
|
2585
|
+
closes [EX-3232](https://searchbroker.atlassian.net/browse/EX-3232)
|
|
2586
|
+
- **e2e:** add test for `BaseColumnPickerList` and dropdown
|
|
2587
|
+
([cd128d1](https://bitbucket.org/colbenson/x-components/commits/cd128d174926cca2fb86fc58dc92b99a00746be1)),
|
|
2588
|
+
closes [EX-3219](https://searchbroker.atlassian.net/browse/EX-3219)
|
|
2589
|
+
- **e2e:** add tests for `SlidingPanel` component
|
|
2590
|
+
([414c679](https://bitbucket.org/colbenson/x-components/commits/414c679c5d48f6a2e3bbd01aac90ce81209c16cb)),
|
|
2591
|
+
closes [EX-3238](https://searchbroker.atlassian.net/browse/EX-3238)
|
|
522
2592
|
|
|
523
2593
|
## [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)
|
|
524
2594
|
|
|
525
|
-
|
|
526
2595
|
### ⚠ BREAKING CHANGES
|
|
527
2596
|
|
|
528
|
-
|
|
2597
|
+
- **facets:** Filters which have selected property now extends from BooleanFilter
|
|
529
2598
|
|
|
530
2599
|
### Features
|
|
531
2600
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
2601
|
+
- **facets:** update search-types and search-adapter to allow EditableNumberRangeFilters
|
|
2602
|
+
([691ab64](https://bitbucket.org/colbenson/x-components/commits/691ab64054740eb1a50a9cfba72be8e4a306e24b)),
|
|
2603
|
+
closes [EX-3367](https://searchbroker.atlassian.net/browse/EX-3367)
|
|
2604
|
+
- **search:** add `ResultsList` component
|
|
2605
|
+
([6ee52aa](https://bitbucket.org/colbenson/x-components/commits/6ee52aae52defcba3598bf76174ccb6469038439)),
|
|
2606
|
+
closes [EX-3172](https://searchbroker.atlassian.net/browse/EX-3172)
|
|
2607
|
+
- **search:** add `Spellcheck` component
|
|
2608
|
+
([62432cc](https://bitbucket.org/colbenson/x-components/commits/62432cc82a547326159bcb216fb1f734914ae86e)),
|
|
2609
|
+
closes [EX-3179](https://searchbroker.atlassian.net/browse/EX-3179)
|
|
2610
|
+
- **search:** add `SpellcheckButton` component
|
|
2611
|
+
([13446ed](https://bitbucket.org/colbenson/x-components/commits/13446eddbf1e3dea8bb3220283f17134e23cc608)),
|
|
2612
|
+
closes [EX-3329](https://searchbroker.atlassian.net/browse/EX-3329)
|
|
2613
|
+
- **search:** add `totalResults` property to the search module state and to the alias API
|
|
2614
|
+
([0e51507](https://bitbucket.org/colbenson/x-components/commits/0e5150710f0be3882a72a991375b0a419956ee20)),
|
|
2615
|
+
closes [EX-3187](https://searchbroker.atlassian.net/browse/EX-3187)
|
|
537
2616
|
|
|
538
2617
|
### Bug Fixes
|
|
539
2618
|
|
|
540
|
-
|
|
2619
|
+
- **components:** `EventsModalOpen`, `IdModalOpen` components can now contain HTML elements inside.
|
|
2620
|
+
Disable page scroll when modals are open. Close modals when either clicked out of them or focus is
|
|
2621
|
+
lost
|
|
2622
|
+
([3284e49](https://bitbucket.org/colbenson/x-components/commits/3284e49c521d3fab1fa971f3d378a32f6dbe6a30)),
|
|
2623
|
+
closes [EX-3361](https://searchbroker.atlassian.net/browse/EX-3361)
|
|
541
2624
|
|
|
542
2625
|
### Testing
|
|
543
2626
|
|
|
544
|
-
|
|
545
|
-
|
|
2627
|
+
- **e2e:** add tests for `BaseKeyboardNavigation` component
|
|
2628
|
+
([ea3d71d](https://bitbucket.org/colbenson/x-components/commits/ea3d71d0b40b7346a8d5a45bb12294f26dadc62f)),
|
|
2629
|
+
closes [EX-3240](https://searchbroker.atlassian.net/browse/EX-3240)
|
|
2630
|
+
- **e2e:** add tests for `BaseResultImage` component
|
|
2631
|
+
([639ed31](https://bitbucket.org/colbenson/x-components/commits/639ed314715c9e31e0461d8d297ade30ad769603)),
|
|
2632
|
+
closes [EX-3234](https://searchbroker.atlassian.net/browse/EX-3234)
|
|
546
2633
|
|
|
547
2634
|
### Build System
|
|
548
2635
|
|
|
549
|
-
|
|
550
|
-
|
|
2636
|
+
- **dependencies:** update [@vue-cli](https://bitbucket.org/vue-cli) dependencies to 4.5.x
|
|
2637
|
+
([b05dd01](https://bitbucket.org/colbenson/x-components/commits/b05dd01519111a35ae04431c3c5de2d226b04b80)),
|
|
2638
|
+
closes [EX-3335](https://searchbroker.atlassian.net/browse/EX-3335)
|
|
551
2639
|
|
|
552
2640
|
### Code Refactoring
|
|
553
2641
|
|
|
554
|
-
|
|
2642
|
+
- add `scoped` attribute to `<style>` to components that were missing it
|
|
2643
|
+
([4f2c8d6](https://bitbucket.org/colbenson/x-components/commits/4f2c8d60be7e9631867afd45e73420a4a3238e32)),
|
|
2644
|
+
closes [EX-3266](https://searchbroker.atlassian.net/browse/EX-3266)
|
|
555
2645
|
|
|
556
2646
|
## [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)
|
|
557
2647
|
|
|
558
|
-
|
|
559
2648
|
### Build System
|
|
560
2649
|
|
|
561
|
-
|
|
2650
|
+
- fix publish directory
|
|
2651
|
+
([4f08381](https://bitbucket.org/colbenson/x-components/commits/4f08381a16d0fd8052f7ea062e300047377c4a6e))
|
|
562
2652
|
|
|
563
2653
|
## [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)
|
|
564
2654
|
|
|
565
|
-
|
|
566
2655
|
### Features
|
|
567
2656
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
2657
|
+
- **animations:** added z-index within staggered animations styles
|
|
2658
|
+
([3be7086](https://bitbucket.org/colbenson/x-components/commits/3be708666287c46d69b892b040e4024d8a28e16b)),
|
|
2659
|
+
closes [EX-3082](https://searchbroker.atlassian.net/browse/EX-3082)
|
|
2660
|
+
- **base-components:** add `base-id-modal`, `base-id-modal-open` and `base-id-moda-close` components
|
|
2661
|
+
([abde27f](https://bitbucket.org/colbenson/x-components/commits/abde27fc109f11a0147913fb3893c5c536c34829)),
|
|
2662
|
+
closes [EX-3100](https://searchbroker.atlassian.net/browse/EX-3100)
|
|
2663
|
+
- **base-grid:** add base-grid component
|
|
2664
|
+
([acae2b0](https://bitbucket.org/colbenson/x-components/commits/acae2b0f157f69c22b62758e50f9f032c59fb901)),
|
|
2665
|
+
closes [EX-3245](https://searchbroker.atlassian.net/browse/EX-3245)
|
|
2666
|
+
- **components:** add `BaseDropdown` component.
|
|
2667
|
+
([6009ad4](https://bitbucket.org/colbenson/x-components/commits/6009ad41e3233c7053fccdba625484405291d676))
|
|
2668
|
+
- **components:** add mixing `CollapseWidth` component export
|
|
2669
|
+
([d393120](https://bitbucket.org/colbenson/x-components/commits/d39312016f8894d90b871763ed1eb6d7c3a3d86a)),
|
|
2670
|
+
closes [EX-2994](https://searchbroker.atlassian.net/browse/EX-2994)
|
|
2671
|
+
- **facets:** add new filter to deselect the filters if the query has changed
|
|
2672
|
+
([89ca130](https://bitbucket.org/colbenson/x-components/commits/89ca13066e0fe48f413a529e42d7431f50751534)),
|
|
2673
|
+
closes [EX-3101](https://searchbroker.atlassian.net/browse/EX-3101)
|
|
2674
|
+
- **facets:** facets split in backend and frontend facets
|
|
2675
|
+
([5d8a60f](https://bitbucket.org/colbenson/x-components/commits/5d8a60f26faaab9af72147c411cb040d8503b0ce)),
|
|
2676
|
+
closes [EX-3255](https://searchbroker.atlassian.net/browse/EX-3255)
|
|
2677
|
+
- **filters:** renders a selected filters from state and exposes slots to customize it
|
|
2678
|
+
([3a6ed89](https://bitbucket.org/colbenson/x-components/commits/3a6ed892072dbe98ce3ebb37b45707a477f33690)),
|
|
2679
|
+
closes [EX-2863](https://searchbroker.atlassian.net/browse/EX-2863)
|
|
2680
|
+
- **search:** remove search results getter and replace the access to them with the State decorator
|
|
2681
|
+
([6c31810](https://bitbucket.org/colbenson/x-components/commits/6c31810a110ca7cd17c82ae0fac1d85826a36ae6)),
|
|
2682
|
+
closes [EX-3053](https://searchbroker.atlassian.net/browse/EX-3053)
|
|
2683
|
+
- **search-module:** Add banners an promoteds in store.
|
|
2684
|
+
([07dc7d6](https://bitbucket.org/colbenson/x-components/commits/07dc7d62aff50cd897bf4ae6a19155164e67e919)),
|
|
2685
|
+
closes [EX-3175](https://searchbroker.atlassian.net/browse/EX-3175)
|
|
579
2686
|
|
|
580
2687
|
### Bug Fixes
|
|
581
2688
|
|
|
582
|
-
|
|
583
|
-
|
|
2689
|
+
- **history-queries:** replace last query, if the last word of it is refined in the new query
|
|
2690
|
+
([8f0f6e4](https://bitbucket.org/colbenson/x-components/commits/8f0f6e4be7a58269a690845049e10a2e7a949c9f)),
|
|
2691
|
+
closes [EX-3084](https://searchbroker.atlassian.net/browse/EX-3084)
|
|
584
2692
|
|
|
585
2693
|
### Performance Improvements
|
|
586
2694
|
|
|
587
|
-
|
|
588
|
-
|
|
2695
|
+
- **e2e:** avoid opening new browser instances to speed up e2e tests
|
|
2696
|
+
([958139d](https://bitbucket.org/colbenson/x-components/commits/958139d0d466133f61e4d6738ab2cbcc2638422f)),
|
|
2697
|
+
closes [EX-3160](https://searchbroker.atlassian.net/browse/EX-3160)
|
|
589
2698
|
|
|
590
2699
|
### Code Refactoring
|
|
591
2700
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
2701
|
+
- **e2e:** homogenise and standardise common-steps and test cases
|
|
2702
|
+
([28b08ce](https://bitbucket.org/colbenson/x-components/commits/28b08ceedba1ba9aeac8440cd67a7da36e16ffe7)),
|
|
2703
|
+
closes [EX-3060](https://searchbroker.atlassian.net/browse/EX-3060)
|
|
2704
|
+
- **x-plugin:** extract `XComponentAliasAPI` logic to a separate file and improve aliases generation
|
|
2705
|
+
([e846edd](https://bitbucket.org/colbenson/x-components/commits/e846edda6222b91efbcb4c74ce926f62b8d24f85)),
|
|
2706
|
+
closes [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
2707
|
+
[EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
2708
|
+
[EX-3288](https://searchbroker.atlassian.net/browse/EX-3288)
|
|
2709
|
+
[feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189)
|
|
595
2710
|
|
|
596
2711
|
### Testing
|
|
597
2712
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
2713
|
+
- **e2e:** add next-queries e2e tests
|
|
2714
|
+
([ae56046](https://bitbucket.org/colbenson/x-components/commits/ae56046674a71abda14bb7138566bc2b1a2a8bf3)),
|
|
2715
|
+
closes [EX-3047](https://searchbroker.atlassian.net/browse/EX-3047)
|
|
2716
|
+
- **e2e:** add test for base event modal
|
|
2717
|
+
([0121ddb](https://bitbucket.org/colbenson/x-components/commits/0121ddb9e3d390541afc1398c81fae9fa04afde7)),
|
|
2718
|
+
closes [EX-3228](https://searchbroker.atlassian.net/browse/EX-3228)
|
|
2719
|
+
- **e2e:** related tags e2e tests
|
|
2720
|
+
([688f0aa](https://bitbucket.org/colbenson/x-components/commits/688f0aa3f398d901432db69144784db69cf96d3d)),
|
|
2721
|
+
closes [EX-3155](https://searchbroker.atlassian.net/browse/EX-3155)
|
|
602
2722
|
|
|
603
2723
|
### Build System
|
|
604
2724
|
|
|
605
|
-
|
|
2725
|
+
- improve process deleting the temporally directories
|
|
2726
|
+
([712af79](https://bitbucket.org/colbenson/x-components/commits/712af794649d75722a5533b107fc9c97ebb6f5ae)),
|
|
2727
|
+
closes [EX-2124](https://searchbroker.atlassian.net/browse/EX-2124)
|
|
606
2728
|
|
|
607
2729
|
## [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)
|
|
608
2730
|
|
|
609
|
-
|
|
610
2731
|
### ⚠ BREAKING CHANGES
|
|
611
2732
|
|
|
612
|
-
|
|
613
|
-
remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency`
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
`
|
|
617
|
-
`
|
|
618
|
-
`
|
|
619
|
-
`
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
2733
|
+
- **currency-formatter:** remove `CurrencyOptions` from `XConfig` and its default value from
|
|
2734
|
+
`DEFAULT_X_CONFIG`, remove `ConfigCurrencyChanged` event from `XEventsTypes` and remove `currency`
|
|
2735
|
+
property from `SnippetConfig`.
|
|
2736
|
+
- **exports:** Rename some wires due to collisions between other exported members (i.e.
|
|
2737
|
+
actions/getters): `facets` -> `setFacets` to `setFacetsWire`, `toggleSimpleFilter` to
|
|
2738
|
+
`toggleSimpleFilterWire`, `toggleHierarchicalFilter` to `toggleHierarchicalFilterWire`,
|
|
2739
|
+
`toggleNumberRangerFilter` to `toggleNumberRangerFilterWire`, `clearFacetsSelectedFilters` to
|
|
2740
|
+
`clearFacetsSelectedFiltersWire`, `clearFacetSelectedFilters` to `clearFacetSelectedFiltersWire`
|
|
2741
|
+
and `clearSelectedFilters` to `clearSelectedFiltersWire`. `history-queries` ->
|
|
2742
|
+
`loadHistoryQueriesFromBrowserStorage` to `loadHistoryQueriesFromBrowserStorageWire`.
|
|
2743
|
+
`next-queries` -> `fetchAndSaveNextQueries` to `fetchAndSaveNextQueriesWire` and
|
|
2744
|
+
`setQueryFromLastHistoryQuery` to `setQueryFromLastHistoryQueryWire`. `query-suggestions` ->
|
|
2745
|
+
`fetchAndSaveSuggestions` to `fetchAndSaveSuggestionsWire` and `cancelFetchAndSaveSuggestions` to
|
|
2746
|
+
`cancelFetchAndSaveSuggestionsWire`. `related-tags` -> `fetchAndSaveRelatedTags` to
|
|
2747
|
+
`fetchAndSaveRelatedTagsWire`, `cancelFetchAndSaveRelatedTags` to
|
|
2748
|
+
`cancelFetchAndSaveRelatedTagsWire` and `toggleRelatedTag` to `toggleRelatedTagWire`. `search` ->
|
|
2749
|
+
`fetchAndSaveSearchResponse` to `fetchAndSaveSearchResponseWire` and
|
|
2750
|
+
`cancelFetchAndSaveSearchResponse` to `cancelFetchAndSaveSearchResponseWire`.
|
|
2751
|
+
|
|
2752
|
+
Rename exports of `getters` named `request` to `moduleName` + `Request` due to collisions between
|
|
2753
|
+
modules. Rename `ClearFilters` class to `ClearSelectedFilters`.
|
|
624
2754
|
|
|
625
2755
|
### Features
|
|
626
2756
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
2757
|
+
- **e2e test for recommendations components:** e2e test for recommendations component
|
|
2758
|
+
([e6729b9](https://bitbucket.org/colbenson/x-components/commits/e6729b9744a8c681b560a48acdb166211f632ed4)),
|
|
2759
|
+
closes [EX-3003](https://searchbroker.atlassian.net/browse/EX-3003)
|
|
2760
|
+
- **e2e testing for query-suggestions component:** e2e testing for query-suggestions component
|
|
2761
|
+
([01cbeb2](https://bitbucket.org/colbenson/x-components/commits/01cbeb2cb0329954225cc7eaa3fd3581a3258b7b)),
|
|
2762
|
+
closes [EX-2912](https://searchbroker.atlassian.net/browse/EX-2912)
|
|
2763
|
+
- **facets:** add an option to set the state facets via prop
|
|
2764
|
+
([8f08f97](https://bitbucket.org/colbenson/x-components/commits/8f08f97ae1ccf7d2f65c34b51bcaa95b3a162d59)),
|
|
2765
|
+
closes [EX-2870](https://searchbroker.atlassian.net/browse/EX-2870)
|
|
2766
|
+
- **facets:** add renderableFacets prop to Facets component to filter rendered facets
|
|
2767
|
+
([66cfdf3](https://bitbucket.org/colbenson/x-components/commits/66cfdf328d17c8fe0711241c9ee74a2d04e7cf83)),
|
|
2768
|
+
closes [EX-3037](https://searchbroker.atlassian.net/browse/EX-3037)
|
|
2769
|
+
- **facets:** support receiving facets containing selected filters in `Facets.vue`
|
|
2770
|
+
([25a7579](https://bitbucket.org/colbenson/x-components/commits/25a7579ba5a71035c654caafab366a1910f2beac)),
|
|
2771
|
+
closes [EX-3092](https://searchbroker.atlassian.net/browse/EX-3092)
|
|
2772
|
+
- **related tags:** added related tags config to set a maximum number of items to render
|
|
2773
|
+
([c173b91](https://bitbucket.org/colbenson/x-components/commits/c173b91d282b0a108ee62310ba806a2560f09838)),
|
|
2774
|
+
closes [EX-3031](https://searchbroker.atlassian.net/browse/EX-3031)
|
|
634
2775
|
|
|
635
2776
|
### Styling
|
|
636
2777
|
|
|
637
|
-
|
|
638
|
-
|
|
2778
|
+
- **getters:** rename getters name adding .getter at the end
|
|
2779
|
+
([c5a5fbe](https://bitbucket.org/colbenson/x-components/commits/c5a5fbec1f0deb4b593e193667ca06ca93730691)),
|
|
2780
|
+
closes [EX-3036](https://searchbroker.atlassian.net/browse/EX-3036)
|
|
639
2781
|
|
|
640
2782
|
### Code Refactoring
|
|
641
2783
|
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
2784
|
+
- **currency-formatter:** extract currency format logic from `base-currency.vue` to a
|
|
2785
|
+
`currency-formatter` utility
|
|
2786
|
+
([6c35819](https://bitbucket.org/colbenson/x-components/commits/6c35819978ec27771ee7ea2591862b6b6fe8f15b)),
|
|
2787
|
+
closes [EX-2919](https://searchbroker.atlassian.net/browse/EX-2919)
|
|
2788
|
+
- **exports:** add missing actions and getters exports
|
|
2789
|
+
([bb8e715](https://bitbucket.org/colbenson/x-components/commits/bb8e715aaf2e0f99dfebe0354d5bee689a208607)),
|
|
2790
|
+
closes [EX-2687](https://searchbroker.atlassian.net/browse/EX-2687)
|
|
645
2791
|
|
|
646
2792
|
### Testing
|
|
647
2793
|
|
|
648
|
-
|
|
649
|
-
|
|
2794
|
+
- **default-tests:** Disabled some of old E2E tests
|
|
2795
|
+
([acc8774](https://bitbucket.org/colbenson/x-components/commits/acc8774011407808ca83017ee08fc9fa8d0be629)),
|
|
2796
|
+
closes [EX-3088](https://searchbroker.atlassian.net/browse/EX-3088)
|
|
2797
|
+
- **history queries:** e2e test history queries
|
|
2798
|
+
([392ecfe](https://bitbucket.org/colbenson/x-components/commits/392ecfe721e70e5ceabdf72a53c9c76ec3695f78)),
|
|
2799
|
+
closes [EX-2958](https://searchbroker.atlassian.net/browse/EX-2958)
|
|
650
2800
|
|
|
651
2801
|
## [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)
|
|
652
2802
|
|
|
653
|
-
|
|
654
2803
|
### Bug Fixes
|
|
655
2804
|
|
|
656
|
-
|
|
2805
|
+
- **facets:** add missing `SelectedFilters` component export
|
|
2806
|
+
([4c9a32c](https://bitbucket.org/colbenson/x-components/commits/4c9a32c52de66bb388a0259f7fb6436db65f1d26)),
|
|
2807
|
+
closes [EX-2984](https://searchbroker.atlassian.net/browse/EX-2984)
|
|
657
2808
|
|
|
658
2809
|
## [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)
|
|
659
2810
|
|
|
660
|
-
|
|
661
2811
|
### ⚠ BREAKING CHANGES
|
|
662
2812
|
|
|
663
|
-
|
|
664
|
-
`
|
|
665
|
-
`
|
|
666
|
-
|
|
2813
|
+
- **base-components:** `BaseModalContainer` has been split into 2 new components: `BaseEventsModal`,
|
|
2814
|
+
which acts like the old component, but with the `eventToEmitOnClose` prop renamed to
|
|
2815
|
+
`bodyClickEvent`. `BaseModal` now acts as a dumb modal that receives its open state via props.
|
|
2816
|
+
`BaseCloseButton` has been renamed to `BaseEventsCloseButton` `BaseOpenButton` has been renamed to
|
|
2817
|
+
`BaseEventsOpenButton` Events have been renamed: `UserOpenedX` -> `UserClickedOpenX`,
|
|
2818
|
+
`UserClosedX` -> `UserClickedCloseX`
|
|
667
2819
|
|
|
668
2820
|
### Features
|
|
669
2821
|
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
2822
|
+
- **animations:** add `CollapseWidth` animation
|
|
2823
|
+
([c4b0e0c](https://bitbucket.org/colbenson/x-components/commits/c4b0e0c572717caf599d4605d25460c0131a6856)),
|
|
2824
|
+
closes [EX-2826](https://searchbroker.atlassian.net/browse/EX-2826)
|
|
2825
|
+
- **base-components:** add `BaseRating` component
|
|
2826
|
+
([ceb0c54](https://bitbucket.org/colbenson/x-components/commits/ceb0c54860f405025b965cea759929bae94ee308)),
|
|
2827
|
+
closes [EX-2871](https://searchbroker.atlassian.net/browse/EX-2871)
|
|
2828
|
+
- **base-components:** add `BaseRatingFilterLabel` component
|
|
2829
|
+
([1b2fd35](https://bitbucket.org/colbenson/x-components/commits/1b2fd354ba82bf5597727c5ee85af1068396b0f8)),
|
|
2830
|
+
closes [EX-2832](https://searchbroker.atlassian.net/browse/EX-2832)
|
|
2831
|
+
- **base-components:** add `BaseModal` and `BaseEventsModal` components
|
|
2832
|
+
([5539447](https://bitbucket.org/colbenson/x-components/commits/55394478446bb8bd5de3dc7ac27c5f584b0518a2)),
|
|
2833
|
+
closes [EX-2830](https://searchbroker.atlassian.net/browse/EX-2830)
|
|
2834
|
+
- **base-components:** add `BasePriceFilterLabel` component
|
|
2835
|
+
([0feba8f](https://bitbucket.org/colbenson/x-components/commits/0feba8f6b26581eef934367e35bbeb8ede530a8e)),
|
|
2836
|
+
closes [EX-2759](https://searchbroker.atlassian.net/browse/EX-2759)
|
|
2837
|
+
- **facets:** add `selectedFilters` binding for each slot and facet in `Facets` component
|
|
2838
|
+
([1e4c473](https://bitbucket.org/colbenson/x-components/commits/1e4c47326fadc09681b07fbb4b8262fe76c78c64)),
|
|
2839
|
+
closes [EX-2887](https://searchbroker.atlassian.net/browse/EX-2887)
|
|
2840
|
+
- **facets:** add `clearSelectedFilters` wire in `UserAcceptedAQuery` event
|
|
2841
|
+
([5167766](https://bitbucket.org/colbenson/x-components/commits/516776610df3ae001e60402dedf7619331a1116d)),
|
|
2842
|
+
closes [EX-2927](https://searchbroker.atlassian.net/browse/EX-2927)
|
|
2843
|
+
- **facets:** add `SelectedFilters` component which renders the selected filters
|
|
2844
|
+
([a48e436](https://bitbucket.org/colbenson/x-components/commits/a48e436559318bfecbc1ab3f50f90c8079ace2de)),
|
|
2845
|
+
closes [EX-2855](https://searchbroker.atlassian.net/browse/EX-2855)
|
|
679
2846
|
|
|
680
2847
|
### Bug Fixes
|
|
681
2848
|
|
|
682
|
-
|
|
683
|
-
|
|
2849
|
+
- **plugin:** fix types to allow overriding parts of the store
|
|
2850
|
+
([677cb1b](https://bitbucket.org/colbenson/x-components/commits/677cb1ba50ff61816175adbf6fe26ecd9a7a4b21)),
|
|
2851
|
+
closes [EX-2803](https://searchbroker.atlassian.net/browse/EX-2803)
|
|
684
2852
|
|
|
685
2853
|
### Code Refactoring
|
|
686
2854
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
2855
|
+
- **animations:** extract mixin from `CollapseHeight` and `CollapseWidth` animations
|
|
2856
|
+
([31e217b](https://bitbucket.org/colbenson/x-components/commits/31e217bcbb7e3f7a8a254e9888161d13c919ead4)),
|
|
2857
|
+
closes [EX-2827](https://searchbroker.atlassian.net/browse/EX-2827)
|
|
2858
|
+
- **components/filters:** reorganize components/filters directory
|
|
2859
|
+
([44d99fb](https://bitbucket.org/colbenson/x-components/commits/44d99fb90aa04e6c7b23d4d6fb10553d510a5a5b)),
|
|
2860
|
+
closes [EX-2911](https://searchbroker.atlassian.net/browse/EX-2911)
|
|
690
2861
|
|
|
691
2862
|
### Testing
|
|
692
2863
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
2864
|
+
- **e2e:** implement search-box test scenarios
|
|
2865
|
+
([726cec3](https://bitbucket.org/colbenson/x-components/commits/726cec3e527ee14ee2c93320ed44dc763475e827)),
|
|
2866
|
+
closes [EX-2725](https://searchbroker.atlassian.net/browse/EX-2725)
|
|
2867
|
+
- **e2e:** update cypress version
|
|
2868
|
+
([1f627f2](https://bitbucket.org/colbenson/x-components/commits/1f627f21ba776550de7a5ad627830ce1a7f6737a)),
|
|
2869
|
+
closes [EX-2917](https://searchbroker.atlassian.net/browse/EX-2917)
|
|
2870
|
+
- **e2e:** refine search-box tests
|
|
2871
|
+
([7e26220](https://bitbucket.org/colbenson/x-components/commits/7e26220b829acc8a5ac9dfe5a3d40d6e64b7f467)),
|
|
2872
|
+
closes [EX-2962](https://searchbroker.atlassian.net/browse/EX-2962)
|
|
696
2873
|
|
|
697
2874
|
## [2.0.0-alpha.0](https://bitbucket.org/colbenson/x-components/branches/compare/v2.0.0-alpha.0%0Dv1.1.2) (2020-12-29)
|
|
698
2875
|
|
|
699
|
-
|
|
700
2876
|
### ⚠ BREAKING CHANGES
|
|
701
2877
|
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
* **actions:** generalize request actions ([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)), closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
|
|
708
|
-
* **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)
|
|
709
|
-
* **animations:** add `CollapseHeight` component ([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)), closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
|
|
710
|
-
* **base-components:** add `BaseFilters` component ([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)), closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
|
|
711
|
-
* **base-components:** add `BaseNumberRangeFilter` component ([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)), closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
|
|
712
|
-
* **base-components:** add `BaseCurrency` component ([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)), closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
|
|
713
|
-
* **base-components:** add `BaseFiltersSearch` component ([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)), closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
|
|
714
|
-
* **base-components:** add `BaseHeaderTogglePanel` component ([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)), closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
|
|
715
|
-
* **base-components:** add `BaseSlicedFilters` component ([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)), closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
|
|
716
|
-
* **base-components:** add `BaseHierarchicalFilter` component ([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
|
|
717
|
-
* **base-components:** add `BaseTogglePanel` component ([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)), closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
|
|
718
|
-
* **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)
|
|
719
|
-
* **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)
|
|
720
|
-
* **facets:** add `MultiSelectFilters` component. ([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)), closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
|
|
721
|
-
* **facets:** add `SelectedFiltersChanged` emitter ([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
|
|
722
|
-
* **facets:** add `toggleSimpleFilter` action ([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)), closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
|
|
723
|
-
* **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)
|
|
724
|
-
* **facets:** add `toggleHierarchicalFilter` action ([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)), closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
|
|
725
|
-
* **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)
|
|
726
|
-
* **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)
|
|
727
|
-
* **facets:** add `Facets` component ([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)), closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
|
|
728
|
-
* **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)
|
|
729
|
-
* **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)
|
|
730
|
-
* **facets:** add `filtersMap` getter and `selectedFilters` getter refactor ([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
|
|
731
|
-
* **search:** add `SelectedFiltersChanged` wiring ([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
|
|
732
|
-
* **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)
|
|
733
|
-
* **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)
|
|
2878
|
+
- rename actions in several modules: Popular searches `getSuggestions` → `fetchSuggestions`. Query
|
|
2879
|
+
suggestions: `getAndSaveSuggestions` → `fetchAndSaveSuggestions`, `getSuggestions` →
|
|
2880
|
+
`fetchSuggestions`.
|
|
2881
|
+
|
|
2882
|
+
### Features
|
|
734
2883
|
|
|
2884
|
+
- **actions:** generalize request actions
|
|
2885
|
+
([b4be6a2](https://bitbucket.org/colbenson/x-components/commits/b4be6a282f8b89982e7dd3e39d7fc3d1f09839b1)),
|
|
2886
|
+
closes [EX-2663](https://searchbroker.atlassian.net/browse/EX-2663)
|
|
2887
|
+
- **actions:** use `cancellable-promise` in every request action
|
|
2888
|
+
([d369491](https://bitbucket.org/colbenson/x-components/commits/d36949151ad8e7b7bdcde63afd57e49b34b1bc60)),
|
|
2889
|
+
closes [EX-2664](https://searchbroker.atlassian.net/browse/EX-2664)
|
|
2890
|
+
- **animations:** add `CollapseHeight` component
|
|
2891
|
+
([cd5f9d1](https://bitbucket.org/colbenson/x-components/commits/cd5f9d1ae1cc1a9a503f4c2070e5f9b1dc73b3c0)),
|
|
2892
|
+
closes [EX-2661](https://searchbroker.atlassian.net/browse/EX-2661)
|
|
2893
|
+
- **base-components:** add `BaseFilters` component
|
|
2894
|
+
([4889c6b](https://bitbucket.org/colbenson/x-components/commits/4889c6b4ed455a53d52b70a9bfca755cc5654c30)),
|
|
2895
|
+
closes [EX-2513](https://searchbroker.atlassian.net/browse/EX-2513)
|
|
2896
|
+
- **base-components:** add `BaseNumberRangeFilter` component
|
|
2897
|
+
([dd0fbff](https://bitbucket.org/colbenson/x-components/commits/dd0fbff07af6fea81a5e1f57ecf0bf398948c3db)),
|
|
2898
|
+
closes [EX-2797](https://searchbroker.atlassian.net/browse/EX-2797)
|
|
2899
|
+
- **base-components:** add `BaseCurrency` component
|
|
2900
|
+
([1fd6a3f](https://bitbucket.org/colbenson/x-components/commits/1fd6a3faaeb88906f11893b20c3d7e19bd65f8d5)),
|
|
2901
|
+
closes [EX-2758](https://searchbroker.atlassian.net/browse/EX-2758)
|
|
2902
|
+
- **base-components:** add `BaseFiltersSearch` component
|
|
2903
|
+
([cf5dbbf](https://bitbucket.org/colbenson/x-components/commits/cf5dbbf2308f89c1efc5bdbe7bb4c80f957876b9)),
|
|
2904
|
+
closes [EX-2234](https://searchbroker.atlassian.net/browse/EX-2234)
|
|
2905
|
+
- **base-components:** add `BaseHeaderTogglePanel` component
|
|
2906
|
+
([73b7c69](https://bitbucket.org/colbenson/x-components/commits/73b7c690cc9cdb64b8ea8dde03ccba6c5c51e6e9)),
|
|
2907
|
+
closes [EX-2232](https://searchbroker.atlassian.net/browse/EX-2232)
|
|
2908
|
+
- **base-components:** add `BaseSlicedFilters` component
|
|
2909
|
+
([0e8f1cc](https://bitbucket.org/colbenson/x-components/commits/0e8f1cc813c8b49769afe1cbb7eebb9cecc0a338)),
|
|
2910
|
+
closes [EX-2721](https://searchbroker.atlassian.net/browse/EX-2721)
|
|
2911
|
+
- **base-components:** add `BaseHierarchicalFilter` component
|
|
2912
|
+
([946f3e6](https://bitbucket.org/colbenson/x-components/commits/946f3e6e186bf61a1c03b5aa3f455bf5f5975125))
|
|
2913
|
+
- **base-components:** add `BaseTogglePanel` component
|
|
2914
|
+
([922040c](https://bitbucket.org/colbenson/x-components/commits/922040c05b44dc23bc8854bc8b853153ba70e462)),
|
|
2915
|
+
closes [EX-2658](https://searchbroker.atlassian.net/browse/EX-2658)
|
|
2916
|
+
- **facets:** add `ClearAll` selected filters component
|
|
2917
|
+
([63356f7](https://bitbucket.org/colbenson/x-components/commits/63356f76d6ba499f9855564f14e792dcb2aa0873)),
|
|
2918
|
+
closes [EX-2560](https://searchbroker.atlassian.net/browse/EX-2560)
|
|
2919
|
+
- **eslint:** update `@empathy/eslint-plugin-x` to `1.2.1` and fix some files
|
|
2920
|
+
([6bfbede](https://bitbucket.org/colbenson/x-components/commits/6bfbedec033516e0e3c7b14fb863f4f8af990412)),
|
|
2921
|
+
closes [EX-2779](https://searchbroker.atlassian.net/browse/EX-2779)
|
|
2922
|
+
- **facets:** add `MultiSelectFilters` component.
|
|
2923
|
+
([b660f58](https://bitbucket.org/colbenson/x-components/commits/b660f5820f1f7e80514c9d3ca3ae94a64bfb1788)),
|
|
2924
|
+
closes [EX-2580](https://searchbroker.atlassian.net/browse/EX-2580)
|
|
2925
|
+
- **facets:** add `SelectedFiltersChanged` emitter
|
|
2926
|
+
([b4df7ab](https://bitbucket.org/colbenson/x-components/commits/b4df7ab622d62f6e83d3d0f2fc6cc0d7f9d7f541))
|
|
2927
|
+
- **facets:** add `toggleSimpleFilter` action
|
|
2928
|
+
([e47ce20](https://bitbucket.org/colbenson/x-components/commits/e47ce2032d31646c4c83f54f94bf3b017aaf05df)),
|
|
2929
|
+
closes [EX-2458](https://searchbroker.atlassian.net/browse/EX-2458)
|
|
2930
|
+
- **facets:** all filter button which deselects its filters
|
|
2931
|
+
([67ebc9c](https://bitbucket.org/colbenson/x-components/commits/67ebc9c81ec457fbf1625f7c1d1125ea97eb8a22)),
|
|
2932
|
+
closes [EX-2701](https://searchbroker.atlassian.net/browse/EX-2701)
|
|
2933
|
+
- **facets:** add `toggleHierarchicalFilter` action
|
|
2934
|
+
([7e59555](https://bitbucket.org/colbenson/x-components/commits/7e59555680a4d8de6173f1a95401173d8ebeb0da)),
|
|
2935
|
+
closes [EX-2459](https://searchbroker.atlassian.net/browse/EX-2459)
|
|
2936
|
+
- **facets:** add new events for clear filters
|
|
2937
|
+
([9c5fdc3](https://bitbucket.org/colbenson/x-components/commits/9c5fdc3f8f6fb4d5f873a3e6b67ef4670bfa77e2)),
|
|
2938
|
+
closes [EX-2561](https://searchbroker.atlassian.net/browse/EX-2561)
|
|
2939
|
+
- **facets:** extract `BaseFilter` component from `BaseHierarchicalFilter` and `BaseSimpleFilter`
|
|
2940
|
+
components
|
|
2941
|
+
([021922b](https://bitbucket.org/colbenson/x-components/commits/021922b528178af8a88431087324a5642b83ed77)),
|
|
2942
|
+
closes [EX-2603](https://searchbroker.atlassian.net/browse/EX-2603)
|
|
2943
|
+
- **facets:** add `Facets` component
|
|
2944
|
+
([64cd22c](https://bitbucket.org/colbenson/x-components/commits/64cd22c75ff9b0c41f3dbf55433645352cbb6b73)),
|
|
2945
|
+
closes [EX-2417](https://searchbroker.atlassian.net/browse/EX-2417)
|
|
2946
|
+
- **facets:** keep selection state of the current filters
|
|
2947
|
+
([8a0ee37](https://bitbucket.org/colbenson/x-components/commits/8a0ee37906852241beda2084c0f877ea09415d41)),
|
|
2948
|
+
closes [EX-2654](https://searchbroker.atlassian.net/browse/EX-2654)
|
|
2949
|
+
- **facets:** update facets module with new search-types
|
|
2950
|
+
([1d1abaf](https://bitbucket.org/colbenson/x-components/commits/1d1abaf8e832bf5b9bcf408cf68e4d254a6eee13)),
|
|
2951
|
+
closes [EX-2509](https://searchbroker.atlassian.net/browse/EX-2509)
|
|
2952
|
+
- **facets:** add `filtersMap` getter and `selectedFilters` getter refactor
|
|
2953
|
+
([fc03a1c](https://bitbucket.org/colbenson/x-components/commits/fc03a1c87c53d06726bf644b6cc10354e4e24ba4))
|
|
2954
|
+
- **search:** add `SelectedFiltersChanged` wiring
|
|
2955
|
+
([fdc6379](https://bitbucket.org/colbenson/x-components/commits/fdc63795a2d1e3ed470b017ff14631f0c81169e2))
|
|
2956
|
+
- **store:** add `status` to every store module
|
|
2957
|
+
([4ac4a34](https://bitbucket.org/colbenson/x-components/commits/4ac4a34993a97b351f560159c2e1a0c19b47bc39)),
|
|
2958
|
+
closes [EX-2435](https://searchbroker.atlassian.net/browse/EX-2435)
|
|
2959
|
+
- **utils:** add callback for cancellable promises
|
|
2960
|
+
([102634f](https://bitbucket.org/colbenson/x-components/commits/102634f3f6c6061f0c51d3508d043932fea382d6)),
|
|
2961
|
+
closes [EX-2380](https://searchbroker.atlassian.net/browse/EX-2380)
|
|
735
2962
|
|
|
736
2963
|
### Bug Fixes
|
|
737
2964
|
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
2965
|
+
- **base-components:** make `BaseTogglePanel` component render a `div` to solve react-wrapper
|
|
2966
|
+
integration issues.
|
|
2967
|
+
([27454c6](https://bitbucket.org/colbenson/x-components/commits/27454c6b7229592bec6fc30dcaaf608888d993ad)),
|
|
2968
|
+
closes [EX-2763](https://searchbroker.atlassian.net/browse/EX-2763)
|
|
2969
|
+
- **index.html:** added link to polyfill.io to load polyfills necessary for running the project in
|
|
2970
|
+
IE
|
|
2971
|
+
([736631e](https://bitbucket.org/colbenson/x-components/commits/736631ef8e90cc11fd86d2b32b88fd228b83689a)),
|
|
2972
|
+
closes [EX-2707](https://searchbroker.atlassian.net/browse/EX-2707)
|
|
2973
|
+
- **jenkinsfile:** Updated Docker image version
|
|
2974
|
+
([230f319](https://bitbucket.org/colbenson/x-components/commits/230f3191664a188374e5ecedcefc9158fa17807e))
|
|
2975
|
+
- **runbooks-integration:** fix the bug on the sidebar paths doesn't match the real paths
|
|
2976
|
+
([7ade8ea](https://bitbucket.org/colbenson/x-components/commits/7ade8eaa4fe400b9f08a2b895cfd9e9d27444ef3))
|
|
2977
|
+
- **search-input:** fix debounced query not cancelled on clear query issue
|
|
2978
|
+
([33362a8](https://bitbucket.org/colbenson/x-components/commits/33362a81609436bdda8e96a7b45b4b773c796973)),
|
|
2979
|
+
closes [EX-2709](https://searchbroker.atlassian.net/browse/EX-2709)
|
|
744
2980
|
|
|
745
2981
|
### Documentation
|
|
746
2982
|
|
|
747
|
-
|
|
748
|
-
|
|
2983
|
+
- **docusaurus:** automated sidebar generation & docusaurus markdown headers.
|
|
2984
|
+
([69fc29d](https://bitbucket.org/colbenson/x-components/commits/69fc29d39515c52a34f08d45aaba5a53ae8817de)),
|
|
2985
|
+
closes [EX-2207](https://searchbroker.atlassian.net/browse/EX-2207)
|
|
749
2986
|
|
|
750
2987
|
### Testing
|
|
751
2988
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
2989
|
+
- **e2e:** fix Keyboard Navigation & Base Modal Container e2e tests
|
|
2990
|
+
([a31b023](https://bitbucket.org/colbenson/x-components/commits/a31b0230bd058ca3d128d57b69ef2076d98f396f)),
|
|
2991
|
+
closes [EX-2708](https://searchbroker.atlassian.net/browse/EX-2708)
|
|
2992
|
+
- **e2e:** fix some e2e tests adding checks as guards
|
|
2993
|
+
([ebf1493](https://bitbucket.org/colbenson/x-components/commits/ebf1493f8d67c3e237ede208785f4c775c223274)),
|
|
2994
|
+
closes [EX-2243](https://searchbroker.atlassian.net/browse/EX-2243)
|
|
755
2995
|
|
|
756
2996
|
### Styling
|
|
757
2997
|
|
|
758
|
-
|
|
759
|
-
|
|
2998
|
+
- **base-components:** reformat `BaseFilter` code and add style for selected filters
|
|
2999
|
+
([9c57b20](https://bitbucket.org/colbenson/x-components/commits/9c57b20e7c06133b34b5ba97365c6d884cd3469c)),
|
|
3000
|
+
closes [EX-2712](https://searchbroker.atlassian.net/browse/EX-2712)
|
|
760
3001
|
|
|
761
3002
|
### Code Refactoring
|
|
762
3003
|
|
|
763
|
-
|
|
764
|
-
|
|
3004
|
+
- **base-components:** rename from figure to picture
|
|
3005
|
+
([1ec8621](https://bitbucket.org/colbenson/x-components/commits/1ec8621d8c85c3830bedd67c49ac4bf4e64ae34b)),
|
|
3006
|
+
closes [EX-2713](https://searchbroker.atlassian.net/browse/EX-2713)
|
|
3007
|
+
- **base-components:** added default content to some simple components and default style
|
|
3008
|
+
([0459913](https://bitbucket.org/colbenson/x-components/commits/04599139a80af43ae668bb96313683da4aff29fb)),
|
|
3009
|
+
closes [EX-2714](https://searchbroker.atlassian.net/browse/EX-2714)
|
|
765
3010
|
|
|
766
3011
|
### [1.1.2](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.2%0Dv1.1.1) (2020-12-03)
|
|
767
3012
|
|
|
768
|
-
|
|
769
3013
|
### Bug Fixes
|
|
770
3014
|
|
|
771
|
-
|
|
3015
|
+
- **build:** replace style injector with ES5 version
|
|
3016
|
+
([ec89099](https://bitbucket.org/colbenson/x-components/commits/ec890990cdd3c3edfaf6631cfa0fe8b84163e580)),
|
|
3017
|
+
closes [EX-2752](https://searchbroker.atlassian.net/browse/EX-2752)
|
|
772
3018
|
|
|
773
3019
|
### [1.1.1](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.1%0Dv1.1.0) (2020-12-03)
|
|
774
3020
|
|
|
775
|
-
|
|
776
3021
|
### Bug Fixes
|
|
777
3022
|
|
|
778
|
-
|
|
3023
|
+
- **build:** output es5 code for Vue components
|
|
3024
|
+
([40eab09](https://bitbucket.org/colbenson/x-components/commits/40eab0978f297760c729eeb1ecab475aeeef0d7b)),
|
|
3025
|
+
closes [EX-2734](https://searchbroker.atlassian.net/browse/EX-2734)
|
|
779
3026
|
|
|
780
3027
|
## [1.1.0](https://bitbucket.org/colbenson/x-components/branches/compare/v1.1.0%0Dv1.0.0) (2020-10-20)
|
|
781
3028
|
|
|
782
|
-
|
|
783
3029
|
### Features
|
|
784
3030
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
3031
|
+
- **animations:** add staggering-transition-group component
|
|
3032
|
+
([b8218b3](https://bitbucket.org/colbenson/x-components/commits/b8218b39392487af2194f7b38f20f027e9b8876a)),
|
|
3033
|
+
closes [EX-2208](https://searchbroker.atlassian.net/browse/EX-2208)
|
|
3034
|
+
- **api-extractor:** refactor api-extractor doc generation
|
|
3035
|
+
([0feabc8](https://bitbucket.org/colbenson/x-components/commits/0feabc8252cf9aafb410b6fb218d19647a0c471e)),
|
|
3036
|
+
closes [EX-2152](https://searchbroker.atlassian.net/browse/EX-2152)
|
|
3037
|
+
- **build:** add rollup polyfills wrapper plugin
|
|
3038
|
+
([e02747d](https://bitbucket.org/colbenson/x-components/commits/e02747d4a8c53965402c8a7b71c0e1545afa98d1)),
|
|
3039
|
+
closes [EX-2051](https://searchbroker.atlassian.net/browse/EX-2051)
|
|
3040
|
+
- **cancellable-promise:** add cancellable-promise utility
|
|
3041
|
+
([b6f0615](https://bitbucket.org/colbenson/x-components/commits/b6f06156448aa67a60885d3527ced076062e15f8)),
|
|
3042
|
+
closes [EX-2244](https://searchbroker.atlassian.net/browse/EX-2244)
|
|
3043
|
+
- **empathize:** keep Empathize open when focus inside
|
|
3044
|
+
([fb8e04f](https://bitbucket.org/colbenson/x-components/commits/fb8e04f2acb1eec7694905ccafbf0d7ed38be350)),
|
|
3045
|
+
closes [EX-2123](https://searchbroker.atlassian.net/browse/EX-2123)
|
|
3046
|
+
- **eslint:** update eslint-plugin-x to 1.2.0 version which includes 2.1.2 prettier version
|
|
3047
|
+
([f976e09](https://bitbucket.org/colbenson/x-components/commits/f976e0926d82b6185d6f02a793e961fb738182aa)),
|
|
3048
|
+
closes [EX-2238](https://searchbroker.atlassian.net/browse/EX-2238)
|
|
3049
|
+
- **facets-empty-module:** create empty module for facets
|
|
3050
|
+
([8c9a7d7](https://bitbucket.org/colbenson/x-components/commits/8c9a7d7a61af4da9f1da46ff17a38a52dac8e126)),
|
|
3051
|
+
closes [EX-2221](https://searchbroker.atlassian.net/browse/EX-2221)
|
|
3052
|
+
- **facets-module:** create wire which emits a commit to set the facets in the state
|
|
3053
|
+
([35be528](https://bitbucket.org/colbenson/x-components/commits/35be5280fb43b57ef438e4aff215dd93ec2f964e)),
|
|
3054
|
+
closes [EX-2222](https://searchbroker.atlassian.net/browse/EX-2222)
|
|
3055
|
+
- **getters-query-suggestions:** create getters for query suggestions to use property
|
|
3056
|
+
hideIfEqualsQuery
|
|
3057
|
+
([63a1ac3](https://bitbucket.org/colbenson/x-components/commits/63a1ac3326df108ca21f38827bd09796ed96bc22)),
|
|
3058
|
+
closes [EX-2296](https://searchbroker.atlassian.net/browse/EX-2296)
|
|
3059
|
+
- **popular-searches:** add hide popular searches that have already been searched in session
|
|
3060
|
+
([ea97456](https://bitbucket.org/colbenson/x-components/commits/ea974562002c665be2e3345ee35dd77c2398e8d5)),
|
|
3061
|
+
closes [EX-2128](https://searchbroker.atlassian.net/browse/EX-2128)
|
|
3062
|
+
- **search:** add basic search x-module
|
|
3063
|
+
([2ce6544](https://bitbucket.org/colbenson/x-components/commits/2ce65445fb4dd0c746c96b446058a8694b97242b)),
|
|
3064
|
+
closes [EX-2167](https://searchbroker.atlassian.net/browse/EX-2167)
|
|
3065
|
+
- **search-input:** add property autofocus
|
|
3066
|
+
([844da3b](https://bitbucket.org/colbenson/x-components/commits/844da3be4167de23f2cffe60e59ee9bb557d28e5)),
|
|
3067
|
+
closes [EX-2129](https://searchbroker.atlassian.net/browse/EX-2129)
|
|
3068
|
+
- **sliding-panel:** add SlidingPanel component
|
|
3069
|
+
([fc1bb76](https://bitbucket.org/colbenson/x-components/commits/fc1bb76e5984407aa49005d86ee5b1283e64540d)),
|
|
3070
|
+
closes [EX-2201](https://searchbroker.atlassian.net/browse/EX-2201)
|
|
3071
|
+
- **x-installer:** add XInstaller utility
|
|
3072
|
+
([dce8bf1](https://bitbucket.org/colbenson/x-components/commits/dce8bf19ada65633ad7d5a34c2431ee8ce81ad67)),
|
|
3073
|
+
closes [EX-2136](https://searchbroker.atlassian.net/browse/EX-2136)
|
|
800
3074
|
|
|
801
3075
|
### Bug Fixes
|
|
802
3076
|
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
3077
|
+
- **clean-search-input:** add emitter for the `UserClearedQuery` event. Allow `UserIsTypingAQuery`
|
|
3078
|
+
to be always emitted.
|
|
3079
|
+
([f02913c](https://bitbucket.org/colbenson/x-components/commits/f02913cd0c6d98194da041f762dcd9a55fb3bd4d)),
|
|
3080
|
+
closes [EX-2031](https://searchbroker.atlassian.net/browse/EX-2031)
|
|
3081
|
+
- **history-queries:** fixed toggle related tag action to clean the previous related tags
|
|
3082
|
+
([8c1a9e9](https://bitbucket.org/colbenson/x-components/commits/8c1a9e97dbd20042f67a7a909b8fe61ea36d4a5f)),
|
|
3083
|
+
closes [EX-2213](https://searchbroker.atlassian.net/browse/EX-2213)
|
|
3084
|
+
- **identifier-results:** fix the request action to save the results if the query is empty
|
|
3085
|
+
([fad5019](https://bitbucket.org/colbenson/x-components/commits/fad50198066071c9915393d313c6c7f8f08700c9)),
|
|
3086
|
+
closes [EX-2200](https://searchbroker.atlassian.net/browse/EX-2200)
|
|
807
3087
|
|
|
808
3088
|
### Documentation
|
|
809
3089
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
3090
|
+
- **build:** document how to debug the build process
|
|
3091
|
+
([1a713bc](https://bitbucket.org/colbenson/x-components/commits/1a713bc869e0542c9ab90c4b29ba2f02de487d06)),
|
|
3092
|
+
closes [EX-2189](https://searchbroker.atlassian.net/browse/EX-2189)
|
|
3093
|
+
- **xcomponents:** move xcomponents documentation to independent file. Added a header to each file
|
|
3094
|
+
([218efd0](https://bitbucket.org/colbenson/x-components/commits/218efd06f281dd7341dd69d330cc8059e5f16038)),
|
|
3095
|
+
closes [EX-2081](https://searchbroker.atlassian.net/browse/EX-2081)
|
|
813
3096
|
|
|
814
3097
|
### Testing
|
|
815
3098
|
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
3099
|
+
- **e2e:** create multiple test environment templates
|
|
3100
|
+
([833c177](https://bitbucket.org/colbenson/x-components/commits/833c1772ff0186ce1cab2d5303c01d5768745fcb)),
|
|
3101
|
+
closes [EX-1863](https://searchbroker.atlassian.net/browse/EX-1863)
|
|
3102
|
+
- **e2e:** define basic use cases
|
|
3103
|
+
([c9c837c](https://bitbucket.org/colbenson/x-components/commits/c9c837ce35f2e3d3792a3e9dfebcca63c2e50092)),
|
|
3104
|
+
closes [EX-2110](https://searchbroker.atlassian.net/browse/EX-2110)
|
|
3105
|
+
- **result-image:** e2e tests for the component
|
|
3106
|
+
([faf475a](https://bitbucket.org/colbenson/x-components/commits/faf475a40c6f4210f3483972072d648204272f17)),
|
|
3107
|
+
closes [EX-1978](https://searchbroker.atlassian.net/browse/EX-1978)
|
|
819
3108
|
|
|
820
3109
|
## [1.0.0](https://bitbucket.org/colbenson/x-components/commits/tag/v1.0.0) (2020-07-30)
|
|
821
3110
|
|
|
822
|
-
|
|
823
3111
|
### Features
|
|
824
3112
|
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
3113
|
+
- **base-suggestions:** add index to slot bindings for suggestions
|
|
3114
|
+
([9e0c327](https://bitbucket.org/colbenson/x-components/commits/9e0c3271a7152b3ce4d8198db83f165628119d09)),
|
|
3115
|
+
closes [EX-1966](https://searchbroker.atlassian.net/browse/EX-1966)
|
|
3116
|
+
- **config:** refactor XPluginOptions and XModule configurations
|
|
3117
|
+
([ed4e140](https://bitbucket.org/colbenson/x-components/commits/ed4e140696f217bc636d587c36206ca2b1fef598)),
|
|
3118
|
+
closes [EX-1994](https://searchbroker.atlassian.net/browse/EX-1994)
|
|
3119
|
+
- **decorator:** add support for multiple and dynamic events to XOn decorator
|
|
3120
|
+
([924b9f7](https://bitbucket.org/colbenson/x-components/commits/924b9f7c2a57585a2a8063e40edb65a709f39afe)),
|
|
3121
|
+
closes [EX-1977](https://searchbroker.atlassian.net/browse/EX-1977)
|
|
3122
|
+
- **decorators:** add filtering support to XOn decorator
|
|
3123
|
+
([5f63f1b](https://bitbucket.org/colbenson/x-components/commits/5f63f1b71cc981ce4d9786fc4b4424aa282b3f76)),
|
|
3124
|
+
closes [EX-1874](https://searchbroker.atlassian.net/browse/EX-1874)
|
|
3125
|
+
- **emitters:** add `isDifferent` optional option to emitters for checking if the observed value has
|
|
3126
|
+
really changed
|
|
3127
|
+
([94e5b27](https://bitbucket.org/colbenson/x-components/commits/94e5b27341e8a99059ccf2dd8d2a4aabadb8164a)),
|
|
3128
|
+
closes [EX-1990](https://searchbroker.atlassian.net/browse/EX-1990)
|
|
3129
|
+
- **empathize:** add empathize component
|
|
3130
|
+
([0449433](https://bitbucket.org/colbenson/x-components/commits/044943390998517419cfaa5e49eae61c24000262)),
|
|
3131
|
+
closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
|
|
3132
|
+
- **getters-proxy:** add cache to the getters proxy
|
|
3133
|
+
([ea9d091](https://bitbucket.org/colbenson/x-components/commits/ea9d091acc717c9c4562e3be88e719c0eef75930)),
|
|
3134
|
+
closes [EX-2070](https://searchbroker.atlassian.net/browse/EX-2070)
|
|
3135
|
+
- **identifier-results:** add IdentifierResult component
|
|
3136
|
+
([d9273dd](https://bitbucket.org/colbenson/x-components/commits/d9273ddab781bc48be49fee108ccbb2bf1740328)),
|
|
3137
|
+
closes [EX-1958](https://searchbroker.atlassian.net/browse/EX-1958)
|
|
3138
|
+
- **identifier-results:** add mutations and actions to the module
|
|
3139
|
+
([f6fd746](https://bitbucket.org/colbenson/x-components/commits/f6fd7467ffc25cd71de1ea88d211a7b14297659e)),
|
|
3140
|
+
closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
|
|
3141
|
+
- **identifier-results:** create identifier results module with getters
|
|
3142
|
+
([d5159f4](https://bitbucket.org/colbenson/x-components/commits/d5159f49790ac4af28dc58fb079732434e615a25)),
|
|
3143
|
+
closes [EX-1942](https://searchbroker.atlassian.net/browse/EX-1942)
|
|
3144
|
+
- **identifier-results:** identifierResults component and module wiring
|
|
3145
|
+
([d56ca97](https://bitbucket.org/colbenson/x-components/commits/d56ca97fea0996b496526e067339c5c5b3540ef1)),
|
|
3146
|
+
closes [EX-1957](https://searchbroker.atlassian.net/browse/EX-1957)
|
|
3147
|
+
- **linter:** add x eslint plugin
|
|
3148
|
+
([f6ef7f3](https://bitbucket.org/colbenson/x-components/commits/f6ef7f370aaf8f5be1136780c1b0d33163ba6407)),
|
|
3149
|
+
closes [EX-1946](https://searchbroker.atlassian.net/browse/EX-1946)
|
|
3150
|
+
- **next-queries:** add maxItemsToRender prop
|
|
3151
|
+
([b420edf](https://bitbucket.org/colbenson/x-components/commits/b420edf0a0e6df05e3a2f110221a8245fcdaac52)),
|
|
3152
|
+
closes [EX-2030](https://searchbroker.atlassian.net/browse/EX-2030)
|
|
3153
|
+
- **wiring:** add option to pass a function with the store as payload for the wireDispatch factory
|
|
3154
|
+
methods.
|
|
3155
|
+
([c7611a9](https://bitbucket.org/colbenson/x-components/commits/c7611a927917dd0e9b3b1ae3c3549e2c5aa6d478)),
|
|
3156
|
+
closes [EX-2002](https://searchbroker.atlassian.net/browse/EX-2002)
|
|
3157
|
+
- **wiring:** refactor namespaced wiring
|
|
3158
|
+
([ec51b88](https://bitbucket.org/colbenson/x-components/commits/ec51b8885b200fdae26040bd228c5fb80d8db5b6)),
|
|
3159
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
3160
|
+
- **wiring:** refactor namespaced wiring
|
|
3161
|
+
([1cf09f9](https://bitbucket.org/colbenson/x-components/commits/1cf09f947f0760fabf950db784fde21962229e5a)),
|
|
3162
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
3163
|
+
- **x-plugin:** add alias API
|
|
3164
|
+
([c1f5b5a](https://bitbucket.org/colbenson/x-components/commits/c1f5b5a9d3579eb26bfb6293bce538eff9dd4dd2)),
|
|
3165
|
+
closes [EX-1920](https://searchbroker.atlassian.net/browse/EX-1920)
|
|
3166
|
+
- **currency-filter:** add currency filter and formatter
|
|
3167
|
+
([9cf9f9e](https://bitbucket.org/colbenson/x-components/commits/9cf9f9e4a754e20698d616923e073afa7d41950d)),
|
|
3168
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
3169
|
+
- **base-result-previous-price:** add base result previous price component
|
|
3170
|
+
([a51df82](https://bitbucket.org/colbenson/x-components/commits/a51df8225c268513fe95e7e8ef505934f72d6c3d)),
|
|
3171
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
3172
|
+
- **related-tags:** add e2e testing for the related tags
|
|
3173
|
+
([98c80e3](https://bitbucket.org/colbenson/x-components/commits/98c80e305a5e39e6f47c7104a099a944cc70bc35)),
|
|
3174
|
+
closes [EX-1968](https://searchbroker.atlassian.net/browse/EX-1968)
|
|
3175
|
+
- **spatial-navigation:** ability to move between any component and the keyboard-navigation
|
|
3176
|
+
component
|
|
3177
|
+
([0d80db8](https://bitbucket.org/colbenson/x-components/commits/0d80db89f65d3eb1ef34979fe8ff98f4d83f389a)),
|
|
3178
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
3179
|
+
- **animations:** fade and slide animation component
|
|
3180
|
+
([5ac5a0e](https://bitbucket.org/colbenson/x-components/commits/5ac5a0e94896550c6e9b8b6f0eacefd35e60b565)),
|
|
3181
|
+
closes [EX-1867](https://searchbroker.atlassian.net/browse/EX-1867)
|
|
3182
|
+
- **base-modal-container:** add base-modal-container component
|
|
3183
|
+
([cd5d22b](https://bitbucket.org/colbenson/x-components/commits/cd5d22b36d5d2c76eb98adf83cb3ac69de9edc44)),
|
|
3184
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
3185
|
+
- **base-result-current-price:** create base result current price component
|
|
3186
|
+
([6684fd3](https://bitbucket.org/colbenson/x-components/commits/6684fd3c53905345a842dd58546549cf55be9e0a)),
|
|
3187
|
+
closes [EX-1913](https://searchbroker.atlassian.net/browse/EX-1913)
|
|
3188
|
+
- **base-result-image:** add the base result image with lazy loading also fallback and placeholder
|
|
3189
|
+
([d19ead6](https://bitbucket.org/colbenson/x-components/commits/d19ead60777d8faebbc30c38ec0982e4134a8478))
|
|
3190
|
+
- **base-result-link:** refactor BaseResultLink component to receive origin and events by injection
|
|
3191
|
+
([8233b1b](https://bitbucket.org/colbenson/x-components/commits/8233b1b388a4e94d98f5d3c75253a31558a3ff5e)),
|
|
3192
|
+
closes [EX-1971](https://searchbroker.atlassian.net/browse/EX-1971)
|
|
3193
|
+
- **base-suggestion:** allow string in matching part to retain accent marks
|
|
3194
|
+
([94c4ddf](https://bitbucket.org/colbenson/x-components/commits/94c4ddf3d186527462794a2af39a96c93200c885)),
|
|
3195
|
+
closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
|
|
3196
|
+
- **bus:** make metadata parameter optional
|
|
3197
|
+
([9d61ce4](https://bitbucket.org/colbenson/x-components/commits/9d61ce436d8e9abc52a780b84ff2d7e9985a753b)),
|
|
3198
|
+
closes [EX-1695](https://searchbroker.atlassian.net/browse/EX-1695)
|
|
3199
|
+
- **clear-search-input:** add clear-search-input button
|
|
3200
|
+
([0b5ec3b](https://bitbucket.org/colbenson/x-components/commits/0b5ec3b52ff4ed6d1f46398639d08a5b7e32f6ae)),
|
|
3201
|
+
closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
|
|
3202
|
+
- **close-button:** add close-button component
|
|
3203
|
+
([b0a07dc](https://bitbucket.org/colbenson/x-components/commits/b0a07dc5c3f989b2ad5519efc32a8a13434a7076)),
|
|
3204
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
3205
|
+
- **compile-message:** add compileMessage filter and register it globally
|
|
3206
|
+
([8fe4710](https://bitbucket.org/colbenson/x-components/commits/8fe471063f92eed9d90667c1970eed28bd62598b)),
|
|
3207
|
+
closes [EX-1779](https://searchbroker.atlassian.net/browse/EX-1779)
|
|
3208
|
+
- **conventional-commits:** add conventional-commits and commitizen npm packages
|
|
3209
|
+
([e3bdcd4](https://bitbucket.org/colbenson/x-components/commits/e3bdcd413f990b5934fafd0190bb8ef5820f18ff)),
|
|
3210
|
+
closes [EX-1614](https://searchbroker.atlassian.net/browse/EX-1614)
|
|
3211
|
+
- **cypress:** add @cypress/webpack-preprocessor to support TypeScript
|
|
3212
|
+
([52aa5ad](https://bitbucket.org/colbenson/x-components/commits/52aa5adc3c7166ea063a136193b43591dd0ce516)),
|
|
3213
|
+
closes [EX-1790](https://searchbroker.atlassian.net/browse/EX-1790)
|
|
3214
|
+
- **cypress:** add custom command for cypress
|
|
3215
|
+
([c988994](https://bitbucket.org/colbenson/x-components/commits/c988994a7e773a1762c7e6134c7e9efcfd344e5a)),
|
|
3216
|
+
closes [EX-1792](https://searchbroker.atlassian.net/browse/EX-1792)
|
|
3217
|
+
- **cypress:** disable video recording in Cypress e2e tests
|
|
3218
|
+
([cf9beeb](https://bitbucket.org/colbenson/x-components/commits/cf9beebea12f25ef8ea49380de6705984f1c9c4f)),
|
|
3219
|
+
closes [EX-1866](https://searchbroker.atlassian.net/browse/EX-1866)
|
|
3220
|
+
- **cypress:** inject XComponents to the global window object when Cypress is running
|
|
3221
|
+
([4591cd2](https://bitbucket.org/colbenson/x-components/commits/4591cd20773838a777af1af0f83a64f49b2894d9)),
|
|
3222
|
+
closes [EX-1768](https://searchbroker.atlassian.net/browse/EX-1768)
|
|
3223
|
+
- **docs:** docusaurus integration
|
|
3224
|
+
([80af715](https://bitbucket.org/colbenson/x-components/commits/80af715744a01868f1b9df198b8545e3f9b397e3)),
|
|
3225
|
+
closes [EX-1869](https://searchbroker.atlassian.net/browse/EX-1869)
|
|
3226
|
+
- **empathize:** create empty Empathize module
|
|
3227
|
+
([74441d1](https://bitbucket.org/colbenson/x-components/commits/74441d1dec34e2298df6e6a2ddfa3e2e3cc6be19)),
|
|
3228
|
+
closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
|
|
3229
|
+
- **empathize:** keyboardNavigation component which deals with arrow keys pressed inside it
|
|
3230
|
+
([3191215](https://bitbucket.org/colbenson/x-components/commits/31912159bbc860e3c622c4d9561e1afcff3bcff9)),
|
|
3231
|
+
closes [EX-1804](https://searchbroker.atlassian.net/browse/EX-1804)
|
|
3232
|
+
- **eslint:** configure ESLint by subfolder and cypress rules
|
|
3233
|
+
([734717e](https://bitbucket.org/colbenson/x-components/commits/734717e1058b10481ec237413fc3c5a44361b870)),
|
|
3234
|
+
closes [EX-1675](https://searchbroker.atlassian.net/browse/EX-1675)
|
|
3235
|
+
- **event-button:** add metadata target property to emitted events
|
|
3236
|
+
([812a678](https://bitbucket.org/colbenson/x-components/commits/812a678ca479006dd1d534ad2c9b4a0b6ce425c1)),
|
|
3237
|
+
closes [EX-1663](https://searchbroker.atlassian.net/browse/EX-1663)
|
|
3238
|
+
- **event-metadata:** add metadata parameter
|
|
3239
|
+
([d2128e8](https://bitbucket.org/colbenson/x-components/commits/d2128e8ab1aae7a3e75f387835f0dec7fb63a6b2)),
|
|
3240
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
3241
|
+
- **eventbutton:** add EventButton reusable component
|
|
3242
|
+
([3c29f32](https://bitbucket.org/colbenson/x-components/commits/3c29f32ae4aea62bc3d6a37b9a224f57af10c2df)),
|
|
3243
|
+
closes [EX-1680](https://searchbroker.atlassian.net/browse/EX-1680)
|
|
3244
|
+
- **global-config:** add global configuration XConfig
|
|
3245
|
+
([4f0bc33](https://bitbucket.org/colbenson/x-components/commits/4f0bc33ee698041979de4fc64afc55f3e245551b)),
|
|
3246
|
+
closes [EX-1604](https://searchbroker.atlassian.net/browse/EX-1604)
|
|
3247
|
+
- **history-queries:** add actions
|
|
3248
|
+
([e2192a1](https://bitbucket.org/colbenson/x-components/commits/e2192a1de8cc0f1c6743ec1bf585ffdca6dace24)),
|
|
3249
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3250
|
+
- **history-queries:** add ClearHistoryQueries Component
|
|
3251
|
+
([6bf6da6](https://bitbucket.org/colbenson/x-components/commits/6bf6da64cd41e1570cf3d0ee7cbdb3a3e1bf2d58)),
|
|
3252
|
+
closes [EX-1763](https://searchbroker.atlassian.net/browse/EX-1763)
|
|
3253
|
+
- **history-queries:** add delete-history-query component
|
|
3254
|
+
([c442b1a](https://bitbucket.org/colbenson/x-components/commits/c442b1aff0e6a929ebe2dc159a5b320f683c4503)),
|
|
3255
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
3256
|
+
- **history-queries:** add DeleteHistoryQuery component
|
|
3257
|
+
([80e060e](https://bitbucket.org/colbenson/x-components/commits/80e060e851b1a9801e021cb6cb1ddd39e7b5578b)),
|
|
3258
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
3259
|
+
- **history-queries:** add history queries emitters
|
|
3260
|
+
([2d30d86](https://bitbucket.org/colbenson/x-components/commits/2d30d868f35264cacb6838862a4cc32afc00f945)),
|
|
3261
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
3262
|
+
- **history-queries:** add history queries getters
|
|
3263
|
+
([9a7fea4](https://bitbucket.org/colbenson/x-components/commits/9a7fea440f0f3b1c90222f28a35e5638c6a07b5e)),
|
|
3264
|
+
closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
|
|
3265
|
+
- **history-queries:** add history queries module wiring.
|
|
3266
|
+
([3337b54](https://bitbucket.org/colbenson/x-components/commits/3337b548bcc5710aa7f77192690f8d1defa41367)),
|
|
3267
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
3268
|
+
- **history-queries:** add history queries store for its x-module
|
|
3269
|
+
([463aab1](https://bitbucket.org/colbenson/x-components/commits/463aab1209704aec64f3f164813621e68e194033)),
|
|
3270
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3271
|
+
- **history-queries:** add history queries x-module skeleton
|
|
3272
|
+
([2217dc1](https://bitbucket.org/colbenson/x-components/commits/2217dc1ab5e5fb80ccca15ba1e1c247ca19a4c28)),
|
|
3273
|
+
closes [EX-1735](https://searchbroker.atlassian.net/browse/EX-1735)
|
|
3274
|
+
- **history-queries:** add history-queries module to app & its e2e testing
|
|
3275
|
+
([e3a61ec](https://bitbucket.org/colbenson/x-components/commits/e3a61ec0bf068db7ee540d03d8bc056c468b3a92)),
|
|
3276
|
+
closes [EX-1762](https://searchbroker.atlassian.net/browse/EX-1762)
|
|
3277
|
+
- **history-queries:** add HistoryQueries component
|
|
3278
|
+
([99bfc13](https://bitbucket.org/colbenson/x-components/commits/99bfc13047c56e6e11d6f308fff4f0c79c6c33a2)),
|
|
3279
|
+
closes [EX-1739](https://searchbroker.atlassian.net/browse/EX-1739)
|
|
3280
|
+
- **history-queries:** add load history queries action
|
|
3281
|
+
([66c8a97](https://bitbucket.org/colbenson/x-components/commits/66c8a97c9e8e34b0b108ecd898564a87207bd540)),
|
|
3282
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3283
|
+
- **history-queries:** add module events
|
|
3284
|
+
([ea577b4](https://bitbucket.org/colbenson/x-components/commits/ea577b44548b57c02d32749bc498a1ed0216742d)),
|
|
3285
|
+
closes [EX-1736](https://searchbroker.atlassian.net/browse/EX-1736)
|
|
3286
|
+
- **history-queries:** trim query before storing it
|
|
3287
|
+
([c8ccee0](https://bitbucket.org/colbenson/x-components/commits/c8ccee0b8b05854832e688032c81fd5a08748caf)),
|
|
3288
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3289
|
+
- **immediate-store-emitters:** add immediate option for store emitters configuration
|
|
3290
|
+
([dd35599](https://bitbucket.org/colbenson/x-components/commits/dd355993443131f06801cdbb1267d788c5bc3474)),
|
|
3291
|
+
closes [EX-1642](https://searchbroker.atlassian.net/browse/EX-1642)
|
|
3292
|
+
- **keyboard-navigation:** add SpatialNavigation service to use in keyboard navigation component
|
|
3293
|
+
([c42fa13](https://bitbucket.org/colbenson/x-components/commits/c42fa13dd51a9458063ed81d90a0b49d6d3a295c)),
|
|
3294
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
3295
|
+
- **next-queries:** add config for the next queries module
|
|
3296
|
+
([220b72e](https://bitbucket.org/colbenson/x-components/commits/220b72e424b25313f7fe1847b178d40edd7f549b)),
|
|
3297
|
+
closes [EX-1731](https://searchbroker.atlassian.net/browse/EX-1731)
|
|
3298
|
+
- **next-queries:** add events types for the next queries module
|
|
3299
|
+
([0336ac7](https://bitbucket.org/colbenson/x-components/commits/0336ac71dc6427a83b1b46ec60e46e869f53d119)),
|
|
3300
|
+
closes [EX-1730](https://searchbroker.atlassian.net/browse/EX-1730)
|
|
3301
|
+
- **next-queries:** add Next Queries Component
|
|
3302
|
+
([1ac7f3a](https://bitbucket.org/colbenson/x-components/commits/1ac7f3a3867bf700ec0595f227529fd98cec8ca8)),
|
|
3303
|
+
closes [EX-1734](https://searchbroker.atlassian.net/browse/EX-1734)
|
|
3304
|
+
- **next-queries:** add next-queries x-module
|
|
3305
|
+
([1f40a88](https://bitbucket.org/colbenson/x-components/commits/1f40a88fb39ac738109cb2c73eb762eb64c604fb)),
|
|
3306
|
+
closes [EX-1627](https://searchbroker.atlassian.net/browse/EX-1627)
|
|
3307
|
+
- **next-queries:** add NextQueriesChanged emitter to next queries emitters
|
|
3308
|
+
([efc68d0](https://bitbucket.org/colbenson/x-components/commits/efc68d07de1c88989296f9596a0514be87f0eabb)),
|
|
3309
|
+
closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
|
|
3310
|
+
- **next-queries:** add NextQueriesChanged emitter to next queries emitters
|
|
3311
|
+
([8a0f0ce](https://bitbucket.org/colbenson/x-components/commits/8a0f0ce4700a49eccdb016e99ad2abe4902c4a75)),
|
|
3312
|
+
closes [EX-1732](https://searchbroker.atlassian.net/browse/EX-1732)
|
|
3313
|
+
- **next-queries:** add the NextQuery component
|
|
3314
|
+
([45ea468](https://bitbucket.org/colbenson/x-components/commits/45ea4680d9f6265e91e050dae2913002db989cff)),
|
|
3315
|
+
closes [EX-1733](https://searchbroker.atlassian.net/browse/EX-1733)
|
|
3316
|
+
- **no-suggestions:** append no-suggestions component
|
|
3317
|
+
([709a82b](https://bitbucket.org/colbenson/x-components/commits/709a82b5fa7225853e62cf16846ea784a549d26f)),
|
|
3318
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
3319
|
+
- **no-suggestions:** append store, configuration, wiring and skeleton no-suggestions x-module
|
|
3320
|
+
([677590e](https://bitbucket.org/colbenson/x-components/commits/677590ef2fd9892f06d195b4ad858dd10079dd62)),
|
|
3321
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
3322
|
+
- **open-button:** add open-button component
|
|
3323
|
+
([128b0f7](https://bitbucket.org/colbenson/x-components/commits/128b0f7c8a0d41ddebce9501b67d403707923ba2)),
|
|
3324
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
3325
|
+
- **popular-searches:** add config to popular-searches x-module
|
|
3326
|
+
([adcc31f](https://bitbucket.org/colbenson/x-components/commits/adcc31f38a5359bb3c962ad527907f6521793565)),
|
|
3327
|
+
closes [EX-1714](https://searchbroker.atlassian.net/browse/EX-1714)
|
|
3328
|
+
- **popular-searches:** add popular-searches x-module
|
|
3329
|
+
([3dd6eaa](https://bitbucket.org/colbenson/x-components/commits/3dd6eaa90a0476c3d6725ff80211127331f58c20)),
|
|
3330
|
+
closes [EX-1610](https://searchbroker.atlassian.net/browse/EX-1610)
|
|
3331
|
+
- **popular-searches:** append popular searches x-modules events
|
|
3332
|
+
([9d3b8f6](https://bitbucket.org/colbenson/x-components/commits/9d3b8f62b32025c98feeb0e0c4927da8afbdeb0a)),
|
|
3333
|
+
closes [EX-1713](https://searchbroker.atlassian.net/browse/EX-1713)
|
|
3334
|
+
- **popular-searches:** append PopularSearch component
|
|
3335
|
+
([f66da46](https://bitbucket.org/colbenson/x-components/commits/f66da46b03c6c5f68da02b0bb271647bb41942c9)),
|
|
3336
|
+
closes [EX-1717](https://searchbroker.atlassian.net/browse/EX-1717)
|
|
3337
|
+
- **prettier:** add prettier-organize-imports plugin
|
|
3338
|
+
([b78370e](https://bitbucket.org/colbenson/x-components/commits/b78370e97bab944621023845fa1293ee79a1e876)),
|
|
3339
|
+
closes [EX-1787](https://searchbroker.atlassian.net/browse/EX-1787)
|
|
3340
|
+
- **pure-suggestion:** add base suggestion to reuse in every suggestion type
|
|
3341
|
+
([a20be15](https://bitbucket.org/colbenson/x-components/commits/a20be1516b5660189ffdd0ce220263739c60075b)),
|
|
3342
|
+
closes [EX-1748](https://searchbroker.atlassian.net/browse/EX-1748)
|
|
3343
|
+
- **query-suggestions:** add query suggestions events
|
|
3344
|
+
([a2be5e3](https://bitbucket.org/colbenson/x-components/commits/a2be5e3a12781417fe0bca9c9140f5127fbd598d)),
|
|
3345
|
+
closes [EX-1707](https://searchbroker.atlassian.net/browse/EX-1707)
|
|
3346
|
+
- **query-suggestions:** add query-suggestion component
|
|
3347
|
+
([b7c2133](https://bitbucket.org/colbenson/x-components/commits/b7c2133df7ef4fcd9ed6c5a34f56381be2f54ad7)),
|
|
3348
|
+
closes [EX-1711](https://searchbroker.atlassian.net/browse/EX-1711)
|
|
3349
|
+
- **query-suggestions:** add query-suggestions component
|
|
3350
|
+
([b5e980e](https://bitbucket.org/colbenson/x-components/commits/b5e980e1eb74c676165175d8c79591257c62d91d)),
|
|
3351
|
+
closes [EX-1710](https://searchbroker.atlassian.net/browse/EX-1710)
|
|
3352
|
+
- **query-suggestions-actions:** refactor actions to an independent files and add test
|
|
3353
|
+
([9cfda2a](https://bitbucket.org/colbenson/x-components/commits/9cfda2ab8b4b97680d9b5c3dd3c775a429136cf6)),
|
|
3354
|
+
closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
|
|
3355
|
+
- **query-suggestions-getters:** refactor getters in separated files and testing
|
|
3356
|
+
([7b5fe02](https://bitbucket.org/colbenson/x-components/commits/7b5fe028b28fc61c31843266954376462b380b17)),
|
|
3357
|
+
closes [EX-1774](https://searchbroker.atlassian.net/browse/EX-1774)
|
|
3358
|
+
- **query-suggestions-wiring:** add query suggestions wiring
|
|
3359
|
+
([500da00](https://bitbucket.org/colbenson/x-components/commits/500da00f13a536d8c73d69c70d9d00019f3b28e7)),
|
|
3360
|
+
closes [EX-1709](https://searchbroker.atlassian.net/browse/EX-1709)
|
|
3361
|
+
- **recommendations:** create recommendations x-module
|
|
3362
|
+
([c14a265](https://bitbucket.org/colbenson/x-components/commits/c14a265cd6e939a0598e9ad5fa17d52028156f67)),
|
|
3363
|
+
closes [EX-1917](https://searchbroker.atlassian.net/browse/EX-1917)
|
|
3364
|
+
- **recommendations:** recommendations actions, getters & mutations
|
|
3365
|
+
([29b959d](https://bitbucket.org/colbenson/x-components/commits/29b959d8f50c1a3529a0af3700d2fa367771a990)),
|
|
3366
|
+
closes [EX-1918](https://searchbroker.atlassian.net/browse/EX-1918)
|
|
3367
|
+
- **recommendations:** recommendations component and its test
|
|
3368
|
+
([9af2d37](https://bitbucket.org/colbenson/x-components/commits/9af2d37f76474c2ebb58bf533051ea3e6149ae28)),
|
|
3369
|
+
closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
|
|
3370
|
+
- **recommendations:** recommendations wiring, emitters and events
|
|
3371
|
+
([77452d9](https://bitbucket.org/colbenson/x-components/commits/77452d91a6a4ceb597590d3ae9c473220284e11b)),
|
|
3372
|
+
closes [EX-1919](https://searchbroker.atlassian.net/browse/EX-1919)
|
|
3373
|
+
- **related-tags:** add empty related tags module
|
|
3374
|
+
([e476b22](https://bitbucket.org/colbenson/x-components/commits/e476b224cf87684a40692b8eea349c9124557f80)),
|
|
3375
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
3376
|
+
- **related-tags:** add mutations and getters for the related tags module. Add testing for getters
|
|
3377
|
+
([359d16f](https://bitbucket.org/colbenson/x-components/commits/359d16f201b83bc62f0e404736c7ef96228ee2af)),
|
|
3378
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
3379
|
+
- **related-tags:** add related tags actions and testing
|
|
3380
|
+
([6bedca9](https://bitbucket.org/colbenson/x-components/commits/6bedca920a8a69384014eef4b1d7c6961a7f0122)),
|
|
3381
|
+
closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
|
|
3382
|
+
- **related-tags:** add related tags state
|
|
3383
|
+
([ac4c9c9](https://bitbucket.org/colbenson/x-components/commits/ac4c9c91ecd49a61786b0482cffe4efef6e55ab5)),
|
|
3384
|
+
closes [EX-1749](https://searchbroker.atlassian.net/browse/EX-1749)
|
|
3385
|
+
- **related-tags:** add wiring and emitters for the related tags
|
|
3386
|
+
([d7e4af2](https://bitbucket.org/colbenson/x-components/commits/d7e4af27fa540a3994050a80495d16dd63524efd)),
|
|
3387
|
+
closes [EX-1750](https://searchbroker.atlassian.net/browse/EX-1750)
|
|
3388
|
+
- **related-tags:** add related-tags component
|
|
3389
|
+
([cb5cf8b](https://bitbucket.org/colbenson/x-components/commits/cb5cf8b390707f19683197f52b4a5c9d75c0d7dc)),
|
|
3390
|
+
closes [EX-1753](https://searchbroker.atlassian.net/browse/EX-1753)
|
|
3391
|
+
- **related-tags:** add the selected related tags to the request
|
|
3392
|
+
([dab7b7f](https://bitbucket.org/colbenson/x-components/commits/dab7b7fc38f53e360fa085eb0ee0f9d58af6d365)),
|
|
3393
|
+
closes [EX-1967](https://searchbroker.atlassian.net/browse/EX-1967)
|
|
3394
|
+
- **result-add-to-cart:** add BaseResultAddToCart component
|
|
3395
|
+
([ff5a473](https://bitbucket.org/colbenson/x-components/commits/ff5a473e4aef9148505d67efe7be65cf90c7d169)),
|
|
3396
|
+
closes [EX-1914](https://searchbroker.atlassian.net/browse/EX-1914)
|
|
3397
|
+
- **result-link:** create BaseResultLink component and events associated with it
|
|
3398
|
+
([54b708a](https://bitbucket.org/colbenson/x-components/commits/54b708a1f895623a4c0f4e8ac5e096162251fa52)),
|
|
3399
|
+
closes [EX-1911](https://searchbroker.atlassian.net/browse/EX-1911)
|
|
3400
|
+
- **sanitize:** add sanitize function to encode characters in a string
|
|
3401
|
+
([657d26a](https://bitbucket.org/colbenson/x-components/commits/657d26a851cb93881fed81247edfea72266271a1)),
|
|
3402
|
+
closes [EX-1721](https://searchbroker.atlassian.net/browse/EX-1721)
|
|
3403
|
+
- **search-box:** add event UserClearedQuery to be emitted when search-box is cleared in any way
|
|
3404
|
+
([34ae32f](https://bitbucket.org/colbenson/x-components/commits/34ae32f631d5218569ec7a50bf9daf51d4aaab46)),
|
|
3405
|
+
closes [EX-1916](https://searchbroker.atlassian.net/browse/EX-1916)
|
|
3406
|
+
- **search-box:** add instant search to SearchInput component
|
|
3407
|
+
([ad02b5b](https://bitbucket.org/colbenson/x-components/commits/ad02b5b710465ad4db02883ce331b72d1cd62d7e)),
|
|
3408
|
+
closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
|
|
3409
|
+
- **search-box-config:** add default config for search-box x-module
|
|
3410
|
+
([d885140](https://bitbucket.org/colbenson/x-components/commits/d885140d0b7020691fb88ab495f1ab6b488b3834)),
|
|
3411
|
+
closes [EX-1678](https://searchbroker.atlassian.net/browse/EX-1678)
|
|
3412
|
+
- **search-box-module-events:** add new events of search-box module
|
|
3413
|
+
([9898997](https://bitbucket.org/colbenson/x-components/commits/98989975d514ce43750b881c6a50219eb69cc6d2)),
|
|
3414
|
+
closes [EX-1679](https://searchbroker.atlassian.net/browse/EX-1679)
|
|
3415
|
+
- **search-box-wiring:** add wires in search-box wiring
|
|
3416
|
+
([b8ce7a6](https://bitbucket.org/colbenson/x-components/commits/b8ce7a615c909065673697303a5a5ecf3aaf75da)),
|
|
3417
|
+
closes [EX-1664](https://searchbroker.atlassian.net/browse/EX-1664)
|
|
3418
|
+
- **search-button:** add search-button component
|
|
3419
|
+
([90812f6](https://bitbucket.org/colbenson/x-components/commits/90812f63b4bb37b665769af7d0966ced0cb164ab)),
|
|
3420
|
+
closes [EX-1662](https://searchbroker.atlassian.net/browse/EX-1662)
|
|
3421
|
+
- **search-input:** add search input component
|
|
3422
|
+
([4a384b2](https://bitbucket.org/colbenson/x-components/commits/4a384b2bb13a56cd3ce29d01d86a654c25c7b7e5)),
|
|
3423
|
+
closes [EX-1661](https://searchbroker.atlassian.net/browse/EX-1661)
|
|
3424
|
+
- **search-types:** include the search-types.api.json file to generate the package documentation
|
|
3425
|
+
([e2aad39](https://bitbucket.org/colbenson/x-components/commits/e2aad390b889f72bde7f528f93de96ef19c20471)),
|
|
3426
|
+
closes [EX-1776](https://searchbroker.atlassian.net/browse/EX-1776)
|
|
3427
|
+
- **standard-version:** append ci type into standard version configuration
|
|
3428
|
+
([025b74d](https://bitbucket.org/colbenson/x-components/commits/025b74da35e61262e82153773c78908bc691ff37)),
|
|
3429
|
+
closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
|
|
3430
|
+
- **suggestions:** add suggestions generic component
|
|
3431
|
+
([0080134](https://bitbucket.org/colbenson/x-components/commits/0080134e7a4e431792051ef610fd1ac0e019410c)),
|
|
3432
|
+
closes [EX-1692](https://searchbroker.atlassian.net/browse/EX-1692)
|
|
3433
|
+
- **term-suggestions-config:** add term-suggestions config
|
|
3434
|
+
([2a396cf](https://bitbucket.org/colbenson/x-components/commits/2a396cf2fd64836ea86c90eeefc43c3dacc7d51b)),
|
|
3435
|
+
closes [EX-1708](https://searchbroker.atlassian.net/browse/EX-1708)
|
|
3436
|
+
- **test-utils:** add utility functions to make easier testing with jest
|
|
3437
|
+
([6b9e577](https://bitbucket.org/colbenson/x-components/commits/6b9e577830b9d450f458bb1d2f8b0f348a194d94)),
|
|
3438
|
+
closes [EX-1788](https://searchbroker.atlassian.net/browse/EX-1788)
|
|
3439
|
+
- **ts-doc:** add support to tsdoc and jsdoc eslint plugins
|
|
3440
|
+
([c68ad15](https://bitbucket.org/colbenson/x-components/commits/c68ad150af4bbc562fec09fe619bb90023836592)),
|
|
3441
|
+
closes [EX-1689](https://searchbroker.atlassian.net/browse/EX-1689)
|
|
3442
|
+
- **ts-es-lint:** add support to TypeScript ES-lint through new plugin
|
|
3443
|
+
([abf1fd1](https://bitbucket.org/colbenson/x-components/commits/abf1fd13afd6c490733fe0cc16e712803c8115c2)),
|
|
3444
|
+
closes [EX-1619](https://searchbroker.atlassian.net/browse/EX-1619)
|
|
3445
|
+
- **utils:** add array and normalize shared utility functions
|
|
3446
|
+
([67875e0](https://bitbucket.org/colbenson/x-components/commits/67875e0ec900d8f4ca52899ced4b23b2a15cddf9)),
|
|
3447
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3448
|
+
- **utils:** add debounce util
|
|
3449
|
+
([71bdd63](https://bitbucket.org/colbenson/x-components/commits/71bdd6353a8d2f0455d08d34514059e671db8cea)),
|
|
3450
|
+
closes [EX-1934](https://searchbroker.atlassian.net/browse/EX-1934)
|
|
3451
|
+
- **vue-styleguidist:** add vue styleguidist to document components
|
|
3452
|
+
([22f436d](https://bitbucket.org/colbenson/x-components/commits/22f436d9e62a1993f14a835ed1458b55fcfc27a1)),
|
|
3453
|
+
closes [EX-1576](https://searchbroker.atlassian.net/browse/EX-1576)
|
|
3454
|
+
- **wires-factory:** add implementation to NamespacedWireFactory.wireCommit with a function payload
|
|
3455
|
+
([2aa1cc7](https://bitbucket.org/colbenson/x-components/commits/2aa1cc7f450c69a35b41741e50957ff1f5296cd5)),
|
|
3456
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
3457
|
+
- **wiring:** add WirePayloadParams type and modified NamespacedWireFactory
|
|
3458
|
+
([3099985](https://bitbucket.org/colbenson/x-components/commits/30999852ba83e888be04c6e07a14d8f5a757da2e)),
|
|
3459
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
3460
|
+
- **wiring:** allow wiring operators to access store to retrieve data
|
|
3461
|
+
([a471289](https://bitbucket.org/colbenson/x-components/commits/a47128949e2c97cb631ecf98b29f00a2021e71a1)),
|
|
3462
|
+
closes [EX-1888](https://searchbroker.atlassian.net/browse/EX-1888)
|
|
3463
|
+
- **wiring-operators:** add filterWhitelistedModules & filterBlacklistedModules operators
|
|
3464
|
+
([5e895bc](https://bitbucket.org/colbenson/x-components/commits/5e895bc0eb8a1ed7d7290cbf162031a2b670ac7c)),
|
|
3465
|
+
closes [EX-1618](https://searchbroker.atlassian.net/browse/EX-1618)
|
|
3466
|
+
- **x-api:** append X API and installX middleware function to install X
|
|
3467
|
+
([e52441a](https://bitbucket.org/colbenson/x-components/commits/e52441a4f512dcb3dda6c5b10c18fb7348f50c19)),
|
|
3468
|
+
closes [EX-1756](https://searchbroker.atlassian.net/browse/EX-1756)
|
|
3469
|
+
- **x-component.utils:** add `getXComponentXModuleName` util function
|
|
3470
|
+
([b705b5b](https://bitbucket.org/colbenson/x-components/commits/b705b5bd9cfac0ec627a143cdf545792a31f9543)),
|
|
3471
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
3472
|
+
- **x-plugin:** add a logic to save component configurations to store
|
|
3473
|
+
([5e57c19](https://bitbucket.org/colbenson/x-components/commits/5e57c191fa2e168adc94e042ba8e3a1c0c9fe5c8)),
|
|
3474
|
+
closes [EX-1603](https://searchbroker.atlassian.net/browse/EX-1603)
|
|
3475
|
+
- **xon-decorator:** add XOn decorator to handle the subscription/unsubscription of an XEvent
|
|
3476
|
+
([1ada448](https://bitbucket.org/colbenson/x-components/commits/1ada448caf0dfe67cad15f97092034af3371e564)),
|
|
3477
|
+
closes [EX-1724](https://searchbroker.atlassian.net/browse/EX-1724)
|
|
3478
|
+
- **xplugin-search-adapter:** extract adapter to XPlugin and add subscription to
|
|
3479
|
+
adapterConfigChanged
|
|
3480
|
+
([e159189](https://bitbucket.org/colbenson/x-components/commits/e15918908b996d2e90f247dcc8d993d387b186eb)),
|
|
3481
|
+
closes [EX-1605](https://searchbroker.atlassian.net/browse/EX-1605)
|
|
3482
|
+
- **wiring:** add `createWireFromFunction` wire factory function. Add `filter`,
|
|
3483
|
+
`filterTruthyPayload`, `filterFalsyPayload`, `debounce` & `throttle` wire operator functions
|
|
3484
|
+
([d0cd25c](https://bitbucket.org/colbenson/x-components/commits/d0cd25cc0e84344ec274929a9dbda827145e0a09)),
|
|
3485
|
+
closes [EX-1623](https://searchbroker.atlassian.net/browse/EX-1623)
|
|
3486
|
+
- **bus:** remove circular dependency from `BaseXBus` and Vue components. Make bus emit only from
|
|
3487
|
+
root component.
|
|
3488
|
+
([262d251](https://bitbucket.org/colbenson/x-components/commits/262d251e9f3e52c1bca7163b0c462a5b33693fc6)),
|
|
3489
|
+
closes [EX-1621](https://searchbroker.atlassian.net/browse/EX-1621)
|
|
3490
|
+
- **build:** add rollup build
|
|
3491
|
+
([697c007](https://bitbucket.org/colbenson/x-components/commits/697c00734af1ac48635bc31131d93b2a6c012986)),
|
|
3492
|
+
closes [EX-1562](https://searchbroker.atlassian.net/browse/EX-1562)
|
|
3493
|
+
- **decorators:** add type safe `State` and `Getter` decorators for accessing state and getters in
|
|
3494
|
+
class components
|
|
3495
|
+
([8e18674](https://bitbucket.org/colbenson/x-components/commits/8e1867422ccceb302e703e737500b5523c86f1b9)),
|
|
3496
|
+
closes [EX-1620](https://searchbroker.atlassian.net/browse/EX-1620)
|
|
3497
|
+
- **term-suggestions:** add term-suggestions x-module skeleton
|
|
3498
|
+
([ec1b881](https://bitbucket.org/colbenson/x-components/commits/ec1b8816255296d338300dbd1398c23a48b3cfd4)),
|
|
3499
|
+
closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
|
|
3500
|
+
- **search-box:** add search-box x-module skeleton
|
|
3501
|
+
([f96d496](https://bitbucket.org/colbenson/x-components/commits/f96d49656c1409aa2bdd6085405400c89e3f9b66)),
|
|
3502
|
+
closes [EX-1588](https://searchbroker.atlassian.net/browse/EX-1588)
|
|
3503
|
+
- **typing:** remove unnecessary `XStoreTree` type
|
|
3504
|
+
([2335f68](https://bitbucket.org/colbenson/x-components/commits/2335f6817c6b5daec2fe08fa3c564b5cb841a82e)),
|
|
3505
|
+
closes [EX-1612](https://searchbroker.atlassian.net/browse/EX-1612)
|
|
3506
|
+
- **x-module:** add `withModule` function to create `XModule` scoped wires
|
|
3507
|
+
([764ab12](https://bitbucket.org/colbenson/x-components/commits/764ab12e47aee10a096496daace5e3c417890a47)),
|
|
3508
|
+
closes [EX-1584](https://searchbroker.atlassian.net/browse/EX-1584)
|
|
3509
|
+
- **x-module:** remove `Emitters` and `Wiring` generic types from `XModule`
|
|
3510
|
+
([c1a7c1f](https://bitbucket.org/colbenson/x-components/commits/c1a7c1fdc59daa1a1479967c86b95d6e25b5e39e)),
|
|
3511
|
+
closes [EX-1613](https://searchbroker.atlassian.net/browse/EX-1613)
|
|
3512
|
+
- **store:** add Store and StoreEmitters to the X-Module
|
|
3513
|
+
([207ba71](https://bitbucket.org/colbenson/x-components/commits/207ba718d9d59e1c7b2ff6abaa919f73ce1b91fb)),
|
|
3514
|
+
closes [EX-1559](https://searchbroker.atlassian.net/browse/EX-1559)
|
|
3515
|
+
- **wiring:** add wiring system
|
|
3516
|
+
([7cb8983](https://bitbucket.org/colbenson/x-components/commits/7cb89836252b63df1db8d18827d7abc6ae3b8987)),
|
|
3517
|
+
closes [EX-1554](https://searchbroker.atlassian.net/browse/EX-1554)
|
|
3518
|
+
- **wiring-factory:** add wiring factory methods
|
|
3519
|
+
([c64afda](https://bitbucket.org/colbenson/x-components/commits/c64afda084fa420cd738d61c4ae0b1afdf075b07)),
|
|
3520
|
+
closes [EX-1564](https://searchbroker.atlassian.net/browse/EX-1564)
|
|
3521
|
+
- **project:** create project with basic shared utils
|
|
3522
|
+
([5c6b521](https://bitbucket.org/colbenson/x-components/commits/5c6b521d9dc20ab545a940b2734ee8983f857935)),
|
|
3523
|
+
closes [EX-1563](https://searchbroker.atlassian.net/browse/EX-1563)
|
|
961
3524
|
|
|
962
3525
|
### Bug Fixes
|
|
963
3526
|
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
3527
|
+
- **wire-operators:** handle race events for the debounce wire operator
|
|
3528
|
+
([0019ad3](https://bitbucket.org/colbenson/x-components/commits/0019ad37aa88edf2ee9911e76cfc4d29db908c86)),
|
|
3529
|
+
closes [EX-1944](https://searchbroker.atlassian.net/browse/EX-1944)
|
|
3530
|
+
- **spatial-navigation:** filter out focusable elements if they can't be focused
|
|
3531
|
+
([9b4829b](https://bitbucket.org/colbenson/x-components/commits/9b4829b43b0e7d8665400595e3714d9ab1bc4d93)),
|
|
3532
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
3533
|
+
- **build:** make build fail if api-extractor has errors
|
|
3534
|
+
([bdf7b3a](https://bitbucket.org/colbenson/x-components/commits/bdf7b3a051e80f6f0c43a0038745bf45a460112d)),
|
|
3535
|
+
closes [EX-1803](https://searchbroker.atlassian.net/browse/EX-1803)
|
|
3536
|
+
- **components:** fix vue components exports
|
|
3537
|
+
([fafc908](https://bitbucket.org/colbenson/x-components/commits/fafc9086b43a6f4b304c028420fcf421f582c56e)),
|
|
3538
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|
|
3539
|
+
- **cypress:** fix Cypress webpack/preprocessor config to avoid .ts transpilation file issues
|
|
3540
|
+
([39645f0](https://bitbucket.org/colbenson/x-components/commits/39645f063e2bde07278e05d1ff6bac4d61134e58)),
|
|
3541
|
+
closes [EX-1870](https://searchbroker.atlassian.net/browse/EX-1870)
|
|
3542
|
+
- **debounce:** remove wireDebounce to avoid side effects
|
|
3543
|
+
([ff9abc5](https://bitbucket.org/colbenson/x-components/commits/ff9abc5b7001ddacc2559b36e01ee4798a033e6b)),
|
|
3544
|
+
closes [EX-1955](https://searchbroker.atlassian.net/browse/EX-1955)
|
|
3545
|
+
- **history-queries:** fix class selector in history queries' e2e test
|
|
3546
|
+
([72cc49c](https://bitbucket.org/colbenson/x-components/commits/72cc49c7d0d34781632550f8bdc26f568025c98d)),
|
|
3547
|
+
closes [EX-1857](https://searchbroker.atlassian.net/browse/EX-1857)
|
|
3548
|
+
- **history-queries:** fix history queries removing queries when replacing last stored query
|
|
3549
|
+
([8cb272f](https://bitbucket.org/colbenson/x-components/commits/8cb272f430ab982069f79627ee2dd10fefc91a65)),
|
|
3550
|
+
closes [EX-1764](https://searchbroker.atlassian.net/browse/EX-1764)
|
|
3551
|
+
- **jenkins:** add test command for Jenkins CI
|
|
3552
|
+
([bcef8eb](https://bitbucket.org/colbenson/x-components/commits/bcef8eb5191f44fb6e053e09e3beeb08f918f44b)),
|
|
3553
|
+
closes [EX-1702](https://searchbroker.atlassian.net/browse/EX-1702)
|
|
3554
|
+
- **jest:** fix testMatch option to look into src instead all project
|
|
3555
|
+
([fbe126c](https://bitbucket.org/colbenson/x-components/commits/fbe126c12ae83faf36735ed3ea7f6d0ece3ecb9a)),
|
|
3556
|
+
closes [EX-1802](https://searchbroker.atlassian.net/browse/EX-1802)
|
|
3557
|
+
- **next-queries:** avoid clearing next-queries when the query is empty
|
|
3558
|
+
([b93bfc7](https://bitbucket.org/colbenson/x-components/commits/b93bfc70ee8fafbf85d94996c036211c652d8ad6)),
|
|
3559
|
+
closes [EX-1880](https://searchbroker.atlassian.net/browse/EX-1880)
|
|
3560
|
+
- **query-suggestion:** use getter of normalizedQuery to use as query in the component
|
|
3561
|
+
([30b1099](https://bitbucket.org/colbenson/x-components/commits/30b10993da864c1ac3c3620a7e441408deddd575)),
|
|
3562
|
+
closes [EX-1886](https://searchbroker.atlassian.net/browse/EX-1886)
|
|
3563
|
+
- **query-suggestions:** fix missing css class, slots docs, slot naming to kebab case and binds
|
|
3564
|
+
([5b17870](https://bitbucket.org/colbenson/x-components/commits/5b178709703ddde34e6f19d8e28fc7aa3a6acfcd)),
|
|
3565
|
+
closes [EX-1794](https://searchbroker.atlassian.net/browse/EX-1794)
|
|
3566
|
+
- **request-getters:** avoid constructing a request when the query is empty or has spaces
|
|
3567
|
+
([519ef93](https://bitbucket.org/colbenson/x-components/commits/519ef93e6e3a13d4e1c406f4d4ef78cfc8c7bcf2)),
|
|
3568
|
+
closes [EX-1881](https://searchbroker.atlassian.net/browse/EX-1881)
|
|
3569
|
+
- **rxjs:** fix rxjs imports to support rollup commonjs plugin
|
|
3570
|
+
([bc0ca32](https://bitbucket.org/colbenson/x-components/commits/bc0ca32c52f0cf9398b98b171f072760d7a33e51)),
|
|
3571
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|
|
3572
|
+
- **storage-service:** add dummy local storage service for node environment
|
|
3573
|
+
([60f1891](https://bitbucket.org/colbenson/x-components/commits/60f18911ccba830f8596b2e9acfc575ecc73030b))
|
|
3574
|
+
- **tests-fix:** fix tests making them wait until Vue updates reactive dependencies
|
|
3575
|
+
([8497ddd](https://bitbucket.org/colbenson/x-components/commits/8497ddd842cc86bb7e93cce44aacedc3d0c4f6ba)),
|
|
3576
|
+
closes [EX-1697](https://searchbroker.atlassian.net/browse/EX-1697)
|
|
3577
|
+
- **types:** fix store generic type constraint for Mutations and Actions
|
|
3578
|
+
([1838f4e](https://bitbucket.org/colbenson/x-components/commits/1838f4ed900c956eac16ca6bb6b505a23fb82320)),
|
|
3579
|
+
closes [EX-1631](https://searchbroker.atlassian.net/browse/EX-1631)
|
|
3580
|
+
- **vue-styleguidist:** create a props template to overwrite the default styleguidist template
|
|
3581
|
+
([4d81cff](https://bitbucket.org/colbenson/x-components/commits/4d81cff2816f3d2793c6fb8119860e1587596a46)),
|
|
3582
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
3583
|
+
- **vue-styleguidist:** create a vue-docgen slots template to overwrite the default one. Close tags
|
|
3584
|
+
within the documentation between backslashes.
|
|
3585
|
+
([70e9d54](https://bitbucket.org/colbenson/x-components/commits/70e9d540ff0749673ad0ce0b9e1d7a5fd8e5ff3b)),
|
|
3586
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
3587
|
+
- **x-plugin:** make immediate emitters async
|
|
3588
|
+
([d28d504](https://bitbucket.org/colbenson/x-components/commits/d28d504d21e4c46e8473a02d69465c9dae5dafd1)),
|
|
3589
|
+
closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
|
|
3590
|
+
- **x-plugin.mixin:** refactor $x to get root XComponent inside bus emit
|
|
3591
|
+
([8a54043](https://bitbucket.org/colbenson/x-components/commits/8a5404334e3038fb9d3825c0b324b535d1bb195a)),
|
|
3592
|
+
closes [EX-1698](https://searchbroker.atlassian.net/browse/EX-1698)
|
|
987
3593
|
|
|
988
3594
|
### Continuous Integration
|
|
989
3595
|
|
|
990
|
-
|
|
3596
|
+
- **package.json:** configure E2E tests command for CI Jenkins integration
|
|
3597
|
+
([3a6e0a5](https://bitbucket.org/colbenson/x-components/commits/3a6e0a5224597d9160bf1519b880ec62c38132bd)),
|
|
3598
|
+
closes [EX-1723](https://searchbroker.atlassian.net/browse/EX-1723)
|
|
991
3599
|
|
|
992
3600
|
### Documentation
|
|
993
3601
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
3602
|
+
- **docs:** add static md file to be copied to docs folder on build proccess
|
|
3603
|
+
([2aa9937](https://bitbucket.org/colbenson/x-components/commits/2aa99377d0811861f12f6a7a9c50985efbad4746)),
|
|
3604
|
+
closes [EX-1943](https://searchbroker.atlassian.net/browse/EX-1943)
|
|
3605
|
+
- **slots:** fix slot and binding documentations for vue styleguidist
|
|
3606
|
+
([9edd795](https://bitbucket.org/colbenson/x-components/commits/9edd795f1da6893f582ac5ee938e55111d053fef)),
|
|
3607
|
+
closes [EX-1963](https://searchbroker.atlassian.net/browse/EX-1963)
|
|
3608
|
+
- **docs:** update the folders structure to create the static-docs and live examples
|
|
3609
|
+
([5862b0c](https://bitbucket.org/colbenson/x-components/commits/5862b0c57ebd3f116aa4cb044cbe63a7e06722b4)),
|
|
3610
|
+
closes [EX-2017](https://searchbroker.atlassian.net/browse/EX-2017)
|
|
3611
|
+
- **api-extractor:** add API Extractor to generate the documentation
|
|
3612
|
+
([6240c7b](https://bitbucket.org/colbenson/x-components/commits/6240c7be3ed9a7a70e6fa9821f6d0524742003f9)),
|
|
3613
|
+
closes [EX-1558](https://searchbroker.atlassian.net/browse/EX-1558)
|
|
3614
|
+
- **api-extractor:** add missing api extractor marks
|
|
3615
|
+
([9abb585](https://bitbucket.org/colbenson/x-components/commits/9abb5851b26adfa8540c91745fb7b9c639c8d639)),
|
|
3616
|
+
closes [EX-1617](https://searchbroker.atlassian.net/browse/EX-1617)
|
|
3617
|
+
- **docgen.config:** fix the naming of the md files generated from components
|
|
3618
|
+
([53ccfd9](https://bitbucket.org/colbenson/x-components/commits/53ccfd988dee0ea822209329c08a90ad73b7a68f)),
|
|
3619
|
+
closes [EX-1875](https://searchbroker.atlassian.net/browse/EX-1875)
|
|
3620
|
+
- **history-queries:** fix remove-history-query doc link
|
|
3621
|
+
([a694eb5](https://bitbucket.org/colbenson/x-components/commits/a694eb58a68c450e9871c62ff4f3cf3fa7525d02)),
|
|
3622
|
+
closes [EX-1778](https://searchbroker.atlassian.net/browse/EX-1778)
|
|
1002
3623
|
|
|
1003
3624
|
### Testing
|
|
1004
3625
|
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
3626
|
+
- **keyboard-navigation:** e2e testing for keyboard-navigation
|
|
3627
|
+
([18821c5](https://bitbucket.org/colbenson/x-components/commits/18821c5a03b482060995f5adf3bca21e6864ed11)),
|
|
3628
|
+
closes [EX-1924](https://searchbroker.atlassian.net/browse/EX-1924)
|
|
3629
|
+
- **base-modal-container:** add e2e test to base-modal-container component
|
|
3630
|
+
([33f6814](https://bitbucket.org/colbenson/x-components/commits/33f68148d22b689da63ba56ff34a8e15dee55a16)),
|
|
3631
|
+
closes [EX-1765](https://searchbroker.atlassian.net/browse/EX-1765)
|
|
3632
|
+
- **e2e-popular-searches-tests:** add e2e test for popular-searches
|
|
3633
|
+
([13f1908](https://bitbucket.org/colbenson/x-components/commits/13f190813cc6715e367f1996249d91ddb02a6723)),
|
|
3634
|
+
closes [EX-1761](https://searchbroker.atlassian.net/browse/EX-1761)
|
|
3635
|
+
- **next-queries:** add e2e test for next queries
|
|
3636
|
+
([fb83c77](https://bitbucket.org/colbenson/x-components/commits/fb83c7798cd2b3572ed1461631568d543d713840)),
|
|
3637
|
+
closes [EX-1840](https://searchbroker.atlassian.net/browse/EX-1840)
|
|
3638
|
+
- **no-suggestions:** add e2e tests
|
|
3639
|
+
([8aeeb3b](https://bitbucket.org/colbenson/x-components/commits/8aeeb3b72ac4713655821bbb5321c897f75ad16a)),
|
|
3640
|
+
closes [EX-1741](https://searchbroker.atlassian.net/browse/EX-1741)
|
|
3641
|
+
- **x-plugin:** fix tests to use the installNewXPlugin helper
|
|
3642
|
+
([fc54c61](https://bitbucket.org/colbenson/x-components/commits/fc54c61a612e61f4a530857f6e29d23ab3381768)),
|
|
3643
|
+
closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
|
|
1013
3644
|
|
|
1014
3645
|
### Code Refactoring
|
|
1015
3646
|
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
3647
|
+
- **base-components:** refactor open and close button components so they're reusable
|
|
3648
|
+
([398ba29](https://bitbucket.org/colbenson/x-components/commits/398ba294da7c14698ac0fc9de0e7c883fa9a34a5)),
|
|
3649
|
+
closes [EX-1894](https://searchbroker.atlassian.net/browse/EX-1894)
|
|
3650
|
+
- **tests:** update vue-utils-test version and fix test
|
|
3651
|
+
([0b0f3b2](https://bitbucket.org/colbenson/x-components/commits/0b0f3b277a56f359d413d2300e75d5b6636931e5)),
|
|
3652
|
+
closes [EX-2000](https://searchbroker.atlassian.net/browse/EX-2000)
|
|
3653
|
+
- **base-components:** remove pure folder and refactor base components names
|
|
3654
|
+
([f0e50dc](https://bitbucket.org/colbenson/x-components/commits/f0e50dc506ffd7c6b7d352ef2464dbed8ae2aa8f)),
|
|
3655
|
+
closes [EX-1793](https://searchbroker.atlassian.net/browse/EX-1793)
|
|
3656
|
+
- **bem-css-classes:** refactor css classes following BEM
|
|
3657
|
+
([ca72ffc](https://bitbucket.org/colbenson/x-components/commits/ca72ffc115efb0e3494948c77e785145a77bcd31)),
|
|
3658
|
+
closes [EX-1785](https://searchbroker.atlassian.net/browse/EX-1785)
|
|
3659
|
+
- **bus:** replaced `Subject` with `ReplaySubject`
|
|
3660
|
+
([8fcdebd](https://bitbucket.org/colbenson/x-components/commits/8fcdebd6bf783b515d46a5362b05fd99e0395d7e)),
|
|
3661
|
+
closes [EX-1849](https://searchbroker.atlassian.net/browse/EX-1849)
|
|
3662
|
+
- **extractstate & extractgetters types:** refactor ExtractState and ExtractGetters types
|
|
3663
|
+
([d801c07](https://bitbucket.org/colbenson/x-components/commits/d801c07101b9651a386622330a37597fd94b69c1)),
|
|
3664
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
3665
|
+
- **history-queries:** move history queries to the root utils folder
|
|
3666
|
+
([2e08948](https://bitbucket.org/colbenson/x-components/commits/2e0894817cbd1deba6bc0eddc96d079f1024d6df)),
|
|
3667
|
+
closes [EX-1850](https://searchbroker.atlassian.net/browse/EX-1850)
|
|
3668
|
+
- **history-queries:** refactor removeFromHistory action to accept a `HistoryQuery` instead of an
|
|
3669
|
+
string
|
|
3670
|
+
([c3ab74f](https://bitbucket.org/colbenson/x-components/commits/c3ab74f6a2f6fa0a3ba460248879c6e703ed4d06)),
|
|
3671
|
+
closes [EX-1738](https://searchbroker.atlassian.net/browse/EX-1738)
|
|
3672
|
+
- **history-queries:** rename DeleteHistoryQuery to use keyword `remove`
|
|
3673
|
+
([601fee4](https://bitbucket.org/colbenson/x-components/commits/601fee475b7a1b4c2e31c8fb5c689a1432b5a52d)),
|
|
3674
|
+
closes [EX-1811](https://searchbroker.atlassian.net/browse/EX-1811)
|
|
3675
|
+
- **next-queries:** move actions to an independent folder
|
|
3676
|
+
([2346947](https://bitbucket.org/colbenson/x-components/commits/2346947edf5caed80e7a9ab5d278411d9d35918d)),
|
|
3677
|
+
closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
|
|
3678
|
+
- **next-queries:** move getters to an independent folder
|
|
3679
|
+
([63b5b90](https://bitbucket.org/colbenson/x-components/commits/63b5b9068894780154965b6f54a8fc827925b504)),
|
|
3680
|
+
closes [EX-1836](https://searchbroker.atlassian.net/browse/EX-1836)
|
|
3681
|
+
- **next-queries:** refactor the next-queries x-module that was already created
|
|
3682
|
+
([73a0b56](https://bitbucket.org/colbenson/x-components/commits/73a0b56298eefbfc40363fb17b3c1d8aa2d0bc7d)),
|
|
3683
|
+
closes [EX-1729](https://searchbroker.atlassian.net/browse/EX-1729)
|
|
3684
|
+
- **popular-searches:** extract getters from module
|
|
3685
|
+
([d44ae00](https://bitbucket.org/colbenson/x-components/commits/d44ae00db8ac69a59c6e22465a988bccea2f3104)),
|
|
3686
|
+
closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
|
|
3687
|
+
- **popular-searches:** extract module actions to an independent files
|
|
3688
|
+
([a0b4db7](https://bitbucket.org/colbenson/x-components/commits/a0b4db7fb33f022a5e9c17cf6745efaf8eacf1b4)),
|
|
3689
|
+
closes [EX-1789](https://searchbroker.atlassian.net/browse/EX-1789)
|
|
3690
|
+
- **popular-searches:** refactor slot and state names, update docs and refactor variable in test
|
|
3691
|
+
([6622052](https://bitbucket.org/colbenson/x-components/commits/662205208ef03cc0398cce5be708a114d11fa561)),
|
|
3692
|
+
closes [EX-1786](https://searchbroker.atlassian.net/browse/EX-1786)
|
|
3693
|
+
- **query-suggestions:** rename term-suggestions to query-suggestions
|
|
3694
|
+
([84da098](https://bitbucket.org/colbenson/x-components/commits/84da0982b16ee57b80349f2c38c6ce96fbadce3a)),
|
|
3695
|
+
closes [EX-1767](https://searchbroker.atlassian.net/browse/EX-1767)
|
|
3696
|
+
- **search-input:** refactor to use XOn decorator instead of creating manually subscription
|
|
3697
|
+
([bd42501](https://bitbucket.org/colbenson/x-components/commits/bd42501f7a9cfb7cdc4a6d5e120c56b14ecf6687)),
|
|
3698
|
+
closes [EX-1781](https://searchbroker.atlassian.net/browse/EX-1781)
|
|
3699
|
+
- **x-plugin:** extract getters Proxy creation from XPlugin
|
|
3700
|
+
([800b634](https://bitbucket.org/colbenson/x-components/commits/800b63490bdf85bcdc30820b8765a2d763323278)),
|
|
3701
|
+
closes [EX-1594](https://searchbroker.atlassian.net/browse/EX-1594)
|
|
3702
|
+
- **x-plugin:** remove global messages object in favour of individual messages
|
|
3703
|
+
([4fafbad](https://bitbucket.org/colbenson/x-components/commits/4fafbad08bc0cbedf4cf5abb244a92173d8d72ab)),
|
|
3704
|
+
closes [EX-1842](https://searchbroker.atlassian.net/browse/EX-1842)
|
|
3705
|
+
- **x-plugin:** remove x-plugin singleton and improve testability
|
|
3706
|
+
([1ce38d5](https://bitbucket.org/colbenson/x-components/commits/1ce38d524c7329a6da95d11a37a84f1114774533)),
|
|
3707
|
+
closes [EX-1854](https://searchbroker.atlassian.net/browse/EX-1854)
|
|
3708
|
+
- **xevents:** refactor XEvents into their respective module
|
|
3709
|
+
([dd6663b](https://bitbucket.org/colbenson/x-components/commits/dd6663b9562fc57cd977fed909f6ec6a97394581)),
|
|
3710
|
+
closes [EX-1847](https://searchbroker.atlassian.net/browse/EX-1847)
|
|
3711
|
+
- **rxjs:** remove rxjs-compat and amend the imports
|
|
3712
|
+
([213c9e2](https://bitbucket.org/colbenson/x-components/commits/213c9e2d5f7a586a3f1abca8686e3e0926e81980)),
|
|
3713
|
+
closes [EX-2150](https://searchbroker.atlassian.net/browse/EX-2150)
|
|
1038
3714
|
|
|
1039
3715
|
### Build System
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
3716
|
+
|
|
3717
|
+
- **dependencies:** set minimum supported versions of Vue and Vuex dependencies
|
|
3718
|
+
([c18434b](https://bitbucket.org/colbenson/x-components/commits/c18434be285b8a666c7600daff2486dfe1ad440a)),
|
|
3719
|
+
closes [EX-2109](https://searchbroker.atlassian.net/browse/EX-2109)
|
|
3720
|
+
- **browserslist:** add browserslist configuration
|
|
3721
|
+
([53192b8](https://bitbucket.org/colbenson/x-components/commits/53192b84059ec3589a1a37187e0b244f1a175b2c)),
|
|
3722
|
+
closes [EX-1561](https://searchbroker.atlassian.net/browse/EX-1561)
|
|
3723
|
+
- **dependencies:** update `[@empathy](https://bitbucket.org/empathy)` dependencies
|
|
3724
|
+
([3a657b1](https://bitbucket.org/colbenson/x-components/commits/3a657b1d5d5203671cd1e1624e5630a153a68fde)),
|
|
3725
|
+
closes [EX-1903](https://searchbroker.atlassian.net/browse/EX-1903)
|
|
3726
|
+
- **dependencies:** update dependencies to match with the rest of the projects
|
|
3727
|
+
([ab64828](https://bitbucket.org/colbenson/x-components/commits/ab648286f9ca7397d9f14f3d6eb5095ef8139c14)),
|
|
3728
|
+
closes [EX-1884](https://searchbroker.atlassian.net/browse/EX-1884)
|